@charset "utf-8";
/* CSS Document */

/* reset */
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
a,a:hover{text-decoration: none;}
a:link, a:visited, a:active, a {
    text-decoration: none !important;
}


.xfrtbox{
	background-color: #000;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: fixed;
	z-index: 9;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 50px;
	cursor: pointer;
}
.xfrtlisttop{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding:5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xfrtimg{
	width: 40%;
}
.xfrtubiao{
	width: 16px;
	vertical-align: middle;
}
.xfrtlxpurple{
	background-color: #7761DF;
	    color: #FFFFFF;
		height: 144px;
}

.xfrcontact{
	text-align: center;

	    text-decoration: none;			
	-webkit-transform: rotate(
	-90deg);
	    -moz-transform: rotate(-90deg);
	    transform: rotate(
	-90deg);
	    display: block;
	    font-size: 14px;	   
	    line-height: 48px;
		box-sizing: border-box;
		height: 134px;
		    width: 134px;
}
.xfrtboxform{
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 2px 20px #ccc;
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	transition: all .5s ease 0s;
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	color: #000;
	box-sizing: border-box;
	padding: 15px;
	opacity: 0;
	transition: all 0.3s ease;
	height: 400px;
	overflow: hidden;
}
.xfrtboxformtop{
	display: flex;
	justify-content: space-between;
}
.xfrtboxformtoplf{
	color: #7761DF;
	    line-height: 1.2;
	    font-size: 16px;
	    font-weight: 500;
	    font-family: Poppins;
		
}
.xfrtboxformtopbtn img{
	width: 16px;
}
.xfrliuyanui{
	padding: 0;
}
.xfrliuyanui li{
	list-style: none;
	width: 100%;
	
	margin-top: 15px;

}
.xfrliuyanui li input{
	border: 1px solid #ccc;
	padding:5px 10px;
	border-radius: 50px;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.8;
}
.xfrliuyanui li textarea{
	width: 100%;line-height: 1.8;

	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}
.xfrliuyanui li input:focus{
	border: 1px solid #7761df !important;
	    background-color: #eff5f8;

}
.xfrliuyanui li textarea:focus{
	border: 1px solid #7761df !important;
	    background-color: #eff5f8;

}
.xfrmsgstrck{
	width: 100px !important;
}
.xfrmsgitembtn{
	display: flex;
	justify-content: center;
}
.xfrsubbtn{
	width: 100%;
	border-radius: 40px;
	background-color: #7761DF;
	color: #fff;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
}
.xfrtlxpurple:hover #xfrtboxform{
	width: 440px;
	opacity: 1;
}
.xfrtlxgreen{
	background-color: #26D367;
}
.xfrtlxgreenlink{
	width: 100%;
	display: block;
	height: 53px;
	text-align: center;
	position: relative;
}
.xfrtlxgreenimg{
	width: 20px;
	margin-top: 16px;
}
.xfrtlistline{
	position: absolute;
	right: 100%;
	background-color: #26D367;
	top: 0;
	padding: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.xfrtlistlinetext{
	color: #fff;
	height: 53px;
	line-height: 53px;
	    white-space: break-spaces;
	    width: 240px;
	    font-size: 14px;
		margin: 0;
		padding: 0;
}
.xfrtlxgreenlink:hover .xfrtlistline{
	width: auto;
	padding: 0 20px;
}
.xfrtlxblue{
	background-color: #00aff0;
}
.xfrtlxblue .xfrtlistline{
	background-color: #00aff0;
}
.xfrtlxlvse{
	background-color: #26D37C;
}

.xfrtlxlvse .xfrtlistline{
	background-color: #26D37C;
}
.xfrtlxls{
	background-color: #26D37C;
		border-bottom-left-radius: 8px;
}
.xfrtlxlvse .xfrtlxls{
	background-color: #26D37C;
}

.xfrtlistlineimg{
	width: 150px;
	height: 150px;
	background-color: #fff;	
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.xfrtlistlineimg img{
	width: 100%;
}
.xfrtboxbothzdw{
	transition: all 0.3s ease;
	transform: translateX(100px);
	position: absolute;
}
.xfrtboxrrrt{
	transition: all 0.3s ease;
	transform: translateX(10px);
}
.xfrtimgfz{
	transition: all 0.3s ease;
	transform: rotate(180deg);
}





@media (max-width: 768px){
	.xfrtbox{width: 30px;}
	.xfrcontact{width: 115px;}
	.xfrtlxgreenlink{height: 40px;}
	.xfrtlxpurple:hover #xfrtboxform{width: 300px;}
	.xfrtlxgreenlink:hover .xfrtlistline{padding: 0 10px;}
	.xfrtlistlineimg{width: 100px;height: 100px;}
	.xfrtlistlinetext{line-height: 40px;height: 40px;}
	
}














