/* navbar */
.manage-info {
	position: relative;
	height: 70px;
}

.manage-info img {
	width: 100%;
	height: 100%;
}

.more-info {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-info {
	position: relative;
	height: 70px;
}

.product-info img {
	width: 100%;
	height: 100%;
}


.manage-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 37%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.toleft {
	margin-left: 20px;
}

.logo {
	margin-top: -12px;
	position: relative;
}

.logo .navbar-brand {
	width: 100%;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-expand-lg .navbar-nav .nav-item a {
	color: #333;
	font-size: 18px;
}

.navbar-expand-lg .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

button:focus {
	outline: none;
}

.pb-0,
.py-0 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.navbar {
	background-color: #fff;
}

.navbar-light .navbar-nav a.freeToTry {
	height: 48px;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #2196f3;
	border-radius: 5px;
	cursor: pointer;
	color: #2196f3;
}

.hoverProduct {
	display: none;
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #f5f6f8;
	box-shadow: 0 0 10px #ddd;
	margin-top: 67.19px;
}

div.hover-left-img.col-md-3.col-lg-3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.trans {
	transition: all 2s linear;
}

.hover-wrap-right {
	margin-top: 20px;
}

.hover-wrap-right a:hover {
	color: #2196f3;
	font-weight: 600;
}

.wrap-right-btm h6 {
	font-weight: 600;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.wrap-right-btm a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 6px 0;
}

/* header */
.header-img {
	width: 100%;
	position: relative;
}

.header-img img {
	width: 100%;
}

.tel-hang,
.code-hang {
	height: 140px;
	position: fixed;
	right: 80px;
	z-index: 999999;
}

img.tel-hang {
	display: none;
}

img.code-hang {
	display: none;
}

.hang-ball {
	position: fixed;
	right: 20px;
	z-index: 99999;
}

.hang p {
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #2196f3;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	background-color: #fff;
	padding: 5px;
}

.hang p img {
	margin-top: 6.5px;
}

.hang .earphone {
	background-color: #2196f3;
	color: #fff;
}

.hang-top {
	margin-bottom: 80px;
}

.hang-top span {
	display: none;
}

.now-btn {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 15px 40px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
	font-weight: 600;
}

.now-btn:hover {
	color: #2196f3;
	background-color: #fff;
}

/* main */

.wrap-content-1 h4 {
	font-weight: 700;
	margin: 40px 0;
	font-size: 32px;
}

.wrap-content-1-main img {
	margin-bottom: 40px;
}

.wrap-content-2 {
	overflow: hidden;
	margin-top: 40px;
}

.wrap-content-2 .container {
	overflow: hidden;
}

.wrap-content-2 h4 {
	font-weight: 700;
	margin-top: 40px;
	font-size: 32px;
	padding-bottom: 20px;
}

.wrap-content-3 {
	background-color: #e9eaec;
}

.wrap-content-3 img {
	width: 100%;
	padding-bottom: 30px;
}

.wrap-content-main img {
	margin-top: 40px;
}

.wrap-content-2 {
	background: #f5f6f8;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

div.last-content-2-right-con {
	overflow: hidden;
	margin-bottom: 80px;
}

.computer-row {
	display: block;
	display: flex;
}

.phone-row {
	display: none;
}

.blue-line {
	margin: 40px 0;
	height: 2px;
	background: #c7e0f6;
}

.wrap-content-4-right {
	line-height: 2;
}

.wrap-content-4-right h4 {
	font-weight: 700;
}

.wrap-content-4-right h4 .wantUse {
	border-bottom: 3px solid #2196f3;
	padding-bottom: 10px;
	margin-left: 18px;
}

.demoApplication {
	color: #d1d2d4;
}

.wantUse-input input {
	margin-bottom: 10px;
	outline: none;
}

.wantUse-input-1 {
	border: none;
	border-bottom: 1px solid #2196f3;
}

.wantUse-input-2 {
	border: none;
	border-bottom: 1px solid #2196f3;
}

.workSpace input {
	border: none;
	border-bottom: 1px solid #2196f3;
}

.btn-primary {
	color: #fff;
	background-color: #2196f3;
	border-color: #2196f3;
	padding-left: 40px;
	padding-right: 40px;
}

.successcase-wrap-3-bg {
	position: relative;
}

.successcase-wrap-3-bg img {
	width: 100%;
}

.successcase-wrap-3-bg a p {
	text-decoration: none;
}

.two-btn {
	width: 100%;
	position: absolute;
	top: 60%;
	display: flex;
	justify-content: center;
}

.two-btn a {
	text-decoration: none;
}

.two-btn p {
	color: #2196f3;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 7px;
	font-weight: 600;
	cursor: pointer;
}

.get-plan {
	background-color: #fdb376;
	border-color: transparent !important;
}

/* footer */
.footer-wrap {
	padding-bottom: 20px !important;
	padding-top: 40px;
	background-color: #f5f6f8 !important;
	border-top: 2px solid #eee;
}

.container {
	font-size: 14px;
}

.footer-logo {
	display: none;
}

.company-logo img {
	width: 240px !important;
	margin-top: -40px;
}

.mail-weight {
	font-size: 16px;
}

.contact-us-main-right-con li span {
	min-width: 88px;
}

@media (max-width:376px) {

	.pb-5,
	.py-5 {
		padding-bottom: 7rem !important;
	}

	.wrap-1-content {
		width: 50%;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.container section .wrap-line {
		margin-bottom: -7rem !important;
	}

	/* navbar */
	.btn-solution {
		display: none;
	}

	/* main */
	.row {
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-left: 0px;
	}

	.computer-row {
		display: none;
	}

	.phone-row {
		display: block;
	}

	.wrap-content-1 h4 {
		font-size: 19px;
	}

	.wrap-content-2 h4 {
		font-size: 19px;
	}

	.wrap-content-4 {
		display: none;
	}

	.contact-us-main-right-con {
		padding-top: 30px;
		width: 80%;
		margin-left: 10%;
	}

	.two-btn p {
		letter-spacing: 1px;
		padding: 10px 25px;
		font-weight: 600;
		border-radius: 4px;
		font-size: 15px;
		cursor: pointer;
	}

	.get-plan {
		margin-right: 15px;
	}

	.online-consume {
		margin-left: 15px;
	}
}

@media (max-width:768px) {
	.header-img-pc {
		display: none;
	}

	.header-img-phone {
		display: block;
	}

	.main-content-1-pc {
		display: none;
	}

	.main-content-1-phone {
		display: block;
	}

	.hang-ball {
		display: none;
	}

	.wrap-content-4-right {
		margin-top: 20px;
	}

	.contact-us-main-right-con {
		padding-left: 0px;
	}

	.contact-us-main-right-con li {
		display: flex;
	}
}

@media (min-width:376px) and (max-width:768px) {

	/* header */
	.wrap-1-content {
		width: 50%;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.icon-group .icon-center {
		width: 50%;
		text-align: center;
	}


	.btn-solution {
		display: none;
	}

	/* main */
	.computer-row {
		display: none;
	}

	.phone-row {
		display: block;
	}

	.two-btn p {
		letter-spacing: 1px;
		padding: 10px 30px;
		border: 2px solid #fff;
		border-radius: 5px;
		font-size: 17px;
		cursor: pointer;
	}

	.get-plan {
		margin-right: 20px;
	}

	.online-consume {
		margin-left: 20px;
	}

	/* footer */
	.footer-top h3 {
		display: none;
	}

	.footer-logo {
		display: block;
		text-align: center;
	}

	.footer-content {
		text-align: center;
	}

	.c-address {
		justify-content: center;
	}

	.footer-img {
		justify-content: center;
	}

	.company-logo img {
		padding: 30px 0;
	}

	.footer-content .contact-us-main-right-con li {
		justify-content: flex-start;
	}
}

@media (min-width:768px) {
	.banner-pc {
		min-height: 395px;
	}

	.header-img-pc {
		display: block;
	}

	.header-img-phone {
		display: none;
	}

	.main-content-1-pc {
		display: block;
	}

	.main-content-1-phone {
		display: none;
	}

	.navbar-light .navbar-nav .freeToTry {
		color: #2196f3;
		cursor: pointer;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.hang-ball {
		display: block;
	}


	.two-btn p {
		letter-spacing: 1px;
		padding: 10px 30px;
		border: 2px solid #fff;
		border-radius: 5px;
		font-size: 17px;
		cursor: pointer;
	}

	.two-btn p:hover {
		border-color: transparent !important;
		color: #fff;
		background-color: #fdb376;
	}

	.get-plan {
		margin-right: 20px;
	}

	.online-consume {
		margin-left: 20px;
	}

	.icon-group .icon-center {
		width: 20%;
		text-align: center;
	}

	.footer-logo {
		display: block;
		text-align: center;
	}

	.footer-top h3 {
		display: none;
	}

	.footer-img {
		justify-content: center;
	}

	.contact-us-main-right-con {
		padding-left: 0px;
		list-style-type: disc !important;
		margin-left: 40px;
	}

	.contact-us-main-right-con li {
		display: flex;
	}

	.contact-us-main-right-con li span {
		display: block;
		min-width: 96px;
	}
}

@media (min-width:768px) and (max-width:992px) {

	/* main */
	.demoApplication {
		margin-left: 18px;
	}
}
.wrap-content-2-right-con{
	margin-top:28px;
}
@media (min-width:992px) {
	.wrap-content-2-right {
		margin-top: 30px;
		margin-right: 0;
	}

	.wantUse-input {
		margin-left: 18px;
	}

	.wantUse-input input {
		margin-top: 5%;
		margin-bottom: 5%;
		outline: none;
	}

	button.btn {
		margin-left: -18px;
	}
}

@media (max-width:992px) {
	.header-img {
		width: 100%;
	}

	.hoverProduct {
		display: none !important;
	}

	.wantUse-input input {
		margin-left: 18px;
		margin-bottom: 10px;
		outline: none;
	}

	.footer-img div {
		margin: 20px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.footer-img div {
		margin: 0;
		padding-right: 20px;
	}
}

@media (min-width:1200px) {
	.wrap-line {
		margin-left: 8.34%;
	}

	.btn-solution {
		padding: 6px 20px;
		font-size: 18px;
		border: 2px solid #fff;
		border-radius: 10px;
		position: absolute;
		bottom: -190px;
	}

	.footer-img div {
		margin: 20px;
	}
}

.footer-top h3 {
	text-align: center;
}

.c-address {
	display: flex;
}

.c-address span {
	height: 40px;
}

.address-titile {
	width: 96px;
}

.footer-img {
	display: flex;
}

.footer-img p {
	width: 128px;
	text-align: center;
}

.author-by {
	width: 100%;
	height: 2px;
	background-color: #eee;
	margin-bottom: 10px;
}

.d-block a {
	color: #6c757d;
	text-decoration: none;
}

.header-img-pc.zsfwxtjg-title {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.header-img-phone.zsfwxtjg-title {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.kspfa-banbox {
	width: 100%;
	position: absolute;
	top: 18%;
	left: 0;
	color: #fff;
	text-align: center;
}

.kspfa-bant1 {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
}

.kspfa-bant2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	margin-top: 6px;
}

.zsfuczys-box {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 1px;
	background-image: url('../img/knowserve/yanshi_bg.png');
	background-repeat: no-repeat;
	margin-top: -20px;
	margin-bottom: -20px;
}

.zsfuczys-title {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 30px 0px;
	letter-spacing: 2px;
}

.zsfuczys {
	width: 1080px;
	margin: 20px auto;
	padding-bottom: 20px;
	text-align: center;
}

.czsp-box {
	background-image: url(../img/knowserve/pic_video.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 338px;
	text-align: center;
	padding-top: 98px;
}