@charset "UTF-8";

.kefu-containeraaa {
	position: fixed;
	display: flex;
	right: 0px;
	top: 0;
	z-index: 10;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.kefu-containeraaa .kefu-list {
	position: relative;
	width: 90px;
	height: 270px;
	z-index: 30;
	margin: auto 0;
	bottom: 0;
	top: 0px;
	right: 0;
	background-color: #fff;
	border-radius: 11px 0 0 11px;
	box-shadow: 0 0 10px #0000001a;
	cursor: pointer;
}
.kefu-containeraaa .kefu-list.close{
	z-index: 10;
}

.kefu-containeraaa .kefu-list .kefu-text {
	margin-top: 5px;
	font-size: 12px;
}

.kefu-containeraaa .kefu-item,
.kefu-item-1,
.kefu-item-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	position: relative;
}

.kefu-containeraaa .kefu-item-1::after,
.kefu-containeraaa .kefu-item::after {
	width: 70px;
	height: 1px;
	border-bottom: 0.5px solid #dedede;
	position: absolute;
	bottom: -1px;
	left: 10px;
	display: block;
	content: '';
}


.kefu-containeraaa .kefu-icon {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url('../imgs/fixed1.png') no-repeat 0 0;
}

.kefu-containeraaa .kefu-item:hover {
	border-radius: 10px 0 0 0px;
	background-color: #0F356C;
}

.kefu-containeraaa .kefu-item:hover .kefu-icon {
	background: url('../imgs/fixed1-active.png') no-repeat 0 0;
}

.kefu-containeraaa .kefu-icon-1 {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url('../imgs/fixed2.png') no-repeat 0 0;
}

.kefu-containeraaa .kefu-item-1:hover {
	background-color: #0F356C;
}

.kefu-containeraaa .kefu-item-1:hover .kefu-icon-1 {
	background: url('../imgs/fixed2-active.png') no-repeat 0 0;
}

.kefu-containeraaa .kefu-icon-2 {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url('../imgs/fixed3.png') no-repeat 0 0;
}

.kefu-containeraaa .kefu-item-2:hover {
	background-color: #0F356C;
	border-radius: 0px 0 0 10px;
}

.kefu-containeraaa .kefu-item-2:hover .kefu-icon-2 {
	background: url('../imgs/fixed3-active.png') no-repeat 0 0;
}

.kefu-containeraaa .kefu-item-1:hover,
.kefu-containeraaa .kefu-item-2:hover,
.kefu-containeraaa .kefu-item:hover .kefu-text {
	color: #fff;
}


.kefu-containeraaa .kefu-listen {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0px;
	z-index: -100;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	display:none;
}

.kefu-containeraaa .kefu-listen.show {
	opacity: 1;
	z-index: 20;
	display:flex;
}


.kefu-containeraaa .kefu-listen-item {
	background: #fff;
	border-radius: 17px;
	height: 380px;
	position: relative;
	width: 400px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.kefu-containeraaa .kefu-listen-item .pop-img {
	background: url('../imgs/pop-logo.png') no-repeat 0 0;
	height: 153px;
	left: 0;
	position: absolute;
	top: -107px;
	width: 108px;
}

.kefu-containeraaa .kefu-listen-item .close-form-btn {
	cursor: pointer;
	height: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: -60px;
	width: 20px;
	font-size: 36px;
	color: #fff;
}

.kefu-containeraaa .kefu-listen-item .form-title {
	font-size: 22px;
	margin-bottom: 10px;
}

.kefu-containeraaa .kefu-listen-item .form-title span {
	color: #0F356C;
}

.kefu-containeraaa .kefu-listen-item .form-container {
	width: 340px;
	/* background-color: #b39ede; */
}

.kefu-containeraaa .kefu-listen-item .form-itema {
	display: flex;
	flex-direction: row;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #dedede;
	align-items: center;
}

.kefu-containeraaa .kefu-listen-item .form_phoneNo {
	width: 270px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 15px;
	text-indent: 10px;
	padding: 0;
}

input:focus {
	outline: none;
}

.kefu-containeraaa .kefu-listen-item .form-bi-title {
	display: flex;
	width: 70px;
	font-size: 14px;
	color: red;
	font-weight: 700;
	justify-content: flex-end;
}

.kefu-containeraaa .kefu-listen-item .form-bi-title span {
	margin-left: 6px;
	color: #000;
}

.kefu-containeraaa .kefu-listen-item .form-bi-title p {
	color: #000;
}

.kefu-containeraaa .kefu-listen-item .form-item-codea {
	display: flex;
	flex-direction: row;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #dedede;
	align-items: center;
}

.kefu-containeraaa .kefu-listen-item .kaptcha-code {
	width: 160px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 15px;
	text-indent: 10px;
	padding: 0;
}

.kefu-containeraaa .kefu-listen-item .kaptcha-btn {
	width: 80px;
	height: 30px;
  padding:0 3px 0 3px;
	box-sizing: content-box;
	border: 1px solid #dedede;
	background: #dedede;
	font-size: 14px;
	cursor: pointer;
	border-radius: 30px;
	color: #000;
}
.kefu-containeraaa .kefu-listen-item .kaptcha-btn:hover {
	background: #1697da;
	color: #fff;
}

.kefu-containeraaa .kefu-listen-item .form-course {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 340px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dedede;

}

.kefu-containeraaa .kefu-listen-item .form_course {
	width: 270px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 15px;
	text-indent: 10px;
	padding: 0;
}

.kefu-containeraaa .kefu-listen-item .form-courselist {
	position: absolute;
	top: 45px;
	left: 80px;
	margin: 0;
	list-style: none;
	width: 240px;
	height: 0;
	opacity: 0;
	background-color: #f8f8f8;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px #0000004a;
	font-size: 14px;
}

.kefu-containeraaa .kefu-listen-item .form-courselist.show {
	height: auto;
	opacity: 1;
	z-index: 10;
}

.kefu-containeraaa .kefu-listen-item .form-courselist.close {
	height: auto;
	opacity: 0;
	z-index: 0;
}

.kefu-containeraaa .kefu-listen-item .form-courselist .item {
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
}

.kefu-containeraaa .kefu-listen-item .form-courselist .first-item:hover {
	border-radius: 4px 4px 0 0;
	background-color: #1753a7;
}

.kefu-containeraaa .kefu-listen-item .form-courselist .item:hover {
	background-color: #1753a7;
	color: #fff;
}

.kefu-containeraaa .kefu-listen-item .form-courselist .item.active {
	color: #fff;
	background-color: #0F356C;
	cursor: pointer;
}

.kefu-containeraaa .kefu-listen-item .form_name {
	width: 270px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 15px;
	text-indent: 10px;
	padding: 0;
}

.kefu-containeraaa .kefu-listen-item .form-container .submit {
	background: linear-gradient(90deg, #1697da, #1754ac);
	border-radius: 21px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	margin-top: 20px;
	width: 100%;
	border: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: none;
}
.kefu-containeraaa .kefu-listen-item .form-container .submit:hover {
	background: linear-gradient(90deg, #1697da, #1754ac);
}
.kefu-containeraaa .kefu-listen-item .form-container .submit:active {
	background: #1754ac;
}


/* 隐私政策 */
.kefu-containeraaa .kefu-listen-item .form-privacy {
	display: flex;
	width: 100%;
  height: 16px;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 0;
  margin-left: 0;
}

.kefu-containeraaa .kefu-listen-item .privacy-validate {
	margin: 0 5px 0 0;
}

.kefu-containeraaa .kefu-listen-item .form-privacy span {
	color: #000;
	font-size: 12px;
}

.kefu-containeraaa .kefu-listen-item .form-privacy a {
	color: #feac1a;
	font-size: 12px;
}

.kefu-containeraaa .xmt-img {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0px;
	z-index: -100;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	display:none;
}

.kefu-containeraaa .xmt-img.show {
	opacity: 1;
	z-index: 20;
	display:flex;
}

.kefu-containeraaa .xmt-img.close {
	opacity: 0;
	z-index: -100;
	display:none;
}

.kefu-containeraaa .xmt-img-item {
	background: #fff;
	border-radius: 17px;
	height: 410px;
	position: relative;
	width: 470px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.kefu-containeraaa .xmt-img-item .pop-img-xmt {
	background: url('../imgs/pop-logo.png') no-repeat 0 0;
	height: 153px;
	left: 0;
	position: absolute;
	top: -107px;
	width: 108px;
}

.kefu-containeraaa .xmt-img-item .close-xmt-btn {
	cursor: pointer;
	height: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: -60px;
	width: 20px;
	font-size: 36px;
	color: #fff;
}

.kefu-containeraaa .xmt-img-item .img-xmt-kuang {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0 16px 0;
	width: 470px;
	align-items: center;
	justify-content: space-evenly;
}

.kefu-containeraaa .xmt-img-item .img-xmt-xiao {
	display: flex;
	flex-direction: column;
	width: 119px;
	height: auto;
	align-items: center;
	justify-content: center;

}

.kefu-containeraaa .xmt-img-item .img-xmt-xiao a {
	font-size: 16px;
	margin-top: 3px;
}

.kefu-containeraaa .xmt-img-item .dy-img {
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 116px;
	background: url("../imgs/icon-dy.jpg");
	background-size: contain;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}

.kefu-containeraaa .xmt-img-item .dy-img:hover {
	background: url("../imgs/dy.png");
	background-size: contain;
	/* animation: boxRotate 1s ease; */
}

.kefu-containeraaa .xmt-img-item .dy-img.active {
	background: url("../imgs/dy.png");
	background-size: contain;
}
/* .xmt-img-item .dy-img.actived {
	background: url("../imgs/icon-dy.jpg");
	background-size: contain;
} */

.kefu-containeraaa .xmt-img-item .xhs-img {
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 116px;
	background: url("../imgs/icon-xhs.jpg");
	background-size: contain;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}

.kefu-containeraaa .xmt-img-item .xhs-img:hover {
	background: url("../imgs/xhs.jpg");
	background-size: contain;
	/* animation: boxRotate 1s ease; */
}
.kefu-containeraaa .xmt-img-item .xhs-img.active {
	background: url("../imgs/xhs.jpg");
	background-size: contain;
}

.kefu-containeraaa .xmt-img-item .gzh-img {
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 116px;
	background: url("../imgs/icon-gzh.jpg");
	background-size: contain;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}

.kefu-containeraaa .xmt-img-item .gzh-img:hover {
	background: url("../imgs/gzh.jpg");
	background-size: contain;
	/* animation: boxRotate 1s ease; */
}

.kefu-containeraaa .xmt-img-item .sph-img {
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 116px;
	background: url("../imgs/icon-sph.jpg");
	background-size: contain;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}

.kefu-containeraaa .xmt-img-item .sph-img:hover {
	background: url("../imgs/sph.jpg");
	background-size: contain;
	/* animation: boxRotate 1s ease; */
}

.kefu-containeraaa .xmt-img-item .wb-img {
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 116px;
	background: url("../imgs/icon-wb.jpg");
	background-size: contain;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}

.kefu-containeraaa .xmt-img-item .wb-img:hover {
	background: url("../imgs/wb.png");
	background-size: contain;
	/* animation: boxRotate 1s ease; */
}

.kefu-containeraaa .xmt-img-item .zh-img {
	height: 116px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	width: 116px;
	background: url("../imgs/icon-zh.jpg");
	background-size: contain;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}

.kefu-containeraaa .xmt-img-item .zh-img:hover {
	background: url("../imgs/zh.jpg");
	background-size: contain;
	/* animation: boxRotate 0.1s ease; */
}

.kefu-containeraaa .xmt-img-item .guanzhu {
	font-size: 14px;
	color: #0F356C;
}

/* .kefu-listen-item .required,
.kefu-listen-itemr .validated {
	border: 2px solid #409eff !important;
} */


@-webkit-keyframes scale {

	0%,
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale {

	0%,
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@keyframes boxRotate {
	0% {
		transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}
