@charset "utf-8";
/* CSS Document */
.flex{
	display:-webkit-flex;
	display:flex; 
}
.flex .col-2-1 {
	flex-basis: 50%;
	max-width: 50%;
}
.flex .col-3-1 {
	flex-basis: 33.333333%;
	max-width: 33.333333%;
}
.flex .col-3-2 {
	flex-basis: 66.666667%;
	max-width: 66.666667%;
}
.flex .col-4-1 {
	flex-basis: 25%;
	max-width: 25%;
}
.flex .col-4-3 {
	flex-basis: 75%;
	max-width: 75%;
}
.flex .col-5-1 {
	flex-basis: 20%;
	max-width: 20%;
}
.flex .col-5-2 {
	flex-basis: 40%;
	max-width: 40%;
}
.flex .col-5-3 {
	flex-basis: 60%;
	max-width: 60%;
}
.flex .col-5-4 {
	flex-basis: 80%;
	max-width: 80%;
}
.flex .col-6-1 {
	flex-basis: 16.666667%;
	max-width: 16.666667%;
}
.flex .col-6-5 {
	flex-basis: 83.333334%;
	max-width: 83.333334%;
}

@media screen and (max-width:1023px){
.flex{
	flex-wrap:wrap;
}
.flex .col-2-1, .flex .col-3-1, .flex .col-3-2, .flex .col-4-1, .flex .col-5-1, .flex .col-5-2, .flex .col-5-3, .flex .col-5-4, .flex .col-6-1, .flex .col-6-5 {
	flex-basis: 50%;
	max-width: 50%;
}
}
@media screen and (max-width:767px){
.flex .col-2-1, .flex .col-3-1, .flex .col-3-2, .flex .col-4-1, .flex .col-5-1, .flex .col-5-2, .flex .col-5-3, .flex .col-5-4, .flex .col-6-1, .flex .col-6-5 {
	flex-basis: 100%;
	max-width: 100%;
}
}


.mt-animate{
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.mt-animate.animate-right{
	-webkit-transform: translateX(5rem);
	transform: translateX(5rem);
}
.mt-animate.animate-left{
	-webkit-transform: translateX(-5rem);
	transform: translateX(-5rem);
}
.mt-animate.animate-top{
	-webkit-transform: translateY(-5rem);
	transform: translateY(-5rem);
}
.mt-animate.animate-bottom{
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
}
.mt-animate.animate-right.run, .mt-animate.animate-left.run, .mt-animate.animate-top.run, .mt-animate.animate-bottom.run{
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
@media screen and (max-width: 1023px){
.mt-animate.animate-right{
	-webkit-transform: translate(0,5rem);
	transform: translate(0,5rem);
}
.mt-animate.animate-left{
	-webkit-transform: translate(0,5rem);
	transform: translate(0,5rem);
}
}

/**/


.product-banner{
	height: 30.4375rem;
	overflow: hidden;
	top:-5.25rem;
	margin-bottom: -5.25rem;
}
.product-banner.pdr-wrap{
	background:url(/ads/images/pdr/pdr-free/pdr-banner-bg.jpg) center no-repeat;
	background-size: cover;
}
.product-banner-content{
	position:absolute;
	width: 95%;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%); 	
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color:#fff;
	text-align: center;
}
.product-banner-content h1{
	font-size:3.125rem;
	padding-bottom: 3.4375rem;
}
.product-banner-content h1 sup{
	font-size: 1.875rem;
}
.product-banner-content p{
	font-size:1.25rem;
}

.product-banner-content ul{
	display: inline-block;
	width: 70%;
}
.product-banner-content li{
	text-align: left;
	margin-bottom: 0.625rem
}
.product-banner-content li:before{
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1rem;
	margin-right: 0.625rem
}
/*=============banner end===================*/

.products-summary{
	background-color:#fff;
	padding: 1.875rem;
	box-shadow: 0 0.1875rem 0.1875rem #e5e5e5;
	text-align: center;
	top: -3.75rem;
	
}
.products-summary p{
	line-height:1.875rem;
}
.products-summary p>span{
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	margin-right: 0.625rem;
}
a.products-btn, .product-down-wrap a.downbtn{
	display:inline-block;
	width:11.875rem;
	height: 3.4375rem;
	line-height: 3.4375rem;
	font-size:1.125rem;
	color: #fff;
	text-align: center;
}
a.products-btn:hover, .product-down-wrap a.downbtn:hover{
	text-decoration:none;
}
.products-btn>i, .product-down-wrap a.downbtn>i{
	font-size:1.25rem;
	margin-right:1rem;
}
.products-summary .products-btn{
	margin:1.5625rem 0;
}
.products-summary a.downbtn, .product-down-wrap a.downbtn{
	background-color: #167ffc;
	background-image: -webkit-linear-gradient(top, #338efa, #024696);
	background-image: -ms-linear-gradient(top, #338efa, #024696);
	background-image: linear-gradient(top, #338efa, #024696);
}
.products-summary a.downbtn:hover, .product-down-wrap a.downbtn:hover{
	background-color:#016dee;
	background-image: -webkit-linear-gradient(bottom, #338efa, #024696);
	background-image: -ms-linear-gradient(bottom, #338efa, #024696);
	background-image: linear-gradient(bottom, #338efa, #024696);
}

/*=============summary end===================*/

.products-content-wrap{
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.products-content-wrap h2{
	font-size:2.25rem;
	text-align: center;
	margin-bottom:3rem;
}

.products-functions{
	padding-top: 0;
}
.product-function-wrap.flex{
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-function-wrap .col-2-1{
	max-width: 48%;
	margin-bottom: 2rem;
}

.product-function-wrap .functions{
	height: 100%;
	padding: 1.875rem;	
	background-color: #f6f6f6;
	text-align: center;
}
.product-function-wrap .functions>i.pdr-function-icon, .files-types .col-4-1 i, .devices-types li i{
	display:inline-block;
	width:100%;
	height: 3.125rem;
	background-size: contain;
}
.product-function-wrap .functions>h3{
	font-size:1.25rem;
	font-weight: bold;
	margin-top: .875rem;
	margin-bottom: 0.625rem;
}
.product-function-wrap .functions>span{
	display: inline-block;
	font-size:0.875rem;
	color: #6d6d6d;
}
.product-function-wrap .functions ul{
	display: inline-block;
	text-align: left;
	margin-top: .875rem;
}
.product-function-wrap .functions ul li i{
	margin-right: .625rem;
}

.pdr-function-1{
	background: url(/images/icon/pdr-function-1.png) center no-repeat;
}
.pdr-function-2{
	background: url(/images/icon/pdr-function-2.png) center no-repeat;
}
.pdr-function-3{
	background: url(/images/icon/pdr-function-3.png) center no-repeat;
}
.pdr-function-4{
	background: url(/images/icon/pdr-function-4.png) center no-repeat;
}
.pdr-function-5{
	background: url(/images/icon/pdr-function-5.png) center no-repeat;
}
.pdr-file-1{
	background: url(/images/icon/pdr-file-1.png) center no-repeat;
}
.pdr-file-2{
	background: url(/images/icon/pdr-file-2.png) center no-repeat;
}
.pdr-file-3{
	background: url(/images/icon/pdr-file-3.png) center no-repeat;
}
.pdr-file-4{
	background: url(/images/icon/pdr-file-4.png) center no-repeat;
}
.pdr-support-1{
	background: url(/images/icon/pdr-function-1.png) no-repeat;
}
.pdr-support-2{
	background: url(/images/icon/pdr-support-2.png) no-repeat;
}
.pdr-support-3{
	background: url(/images/icon/pdr-support-7.png) no-repeat;
}
.pdr-support-4{
	background: url(/images/icon/pdr-support-1.png) no-repeat;
}
.pdr-support-5{
	background: url(/images/icon/pdr-support-5.png) no-repeat;
}
.pdr-support-6{
	background: url(/images/icon/pdr-support-4.png) no-repeat;
}

.full-background{
	background-color: #f6f6f6;
}
.files-types.flex{
	flex-wrap: wrap;
}
.files-types .col-2-1{
	padding: .875rem;
}
.files-types .files-types-content{
	height: 100%;
	padding: 1.375rem 1.25rem;
	background-color: #fff;
}
.files-types .files-types-content:hover{
	box-shadow: 0 0 7px #adb3b9;
	transform: scale(1.03, 1.03);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.files-types .col-4-3 p{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.files-types .col-4-3 span{
	display: inline-block;
	line-height: 1.375rem;
	font-size: .875rem;
}
.devices-types.flex{
	flex-wrap: wrap;
}
.devices-types li{
	padding: 0 1.25rem;
	margin-bottom: 3.125rem;
}
.devices-types li h3{
	font-size: 1.125rem;
	font-weight: bold;
	margin: .75rem 0 .625rem;
}
.devices-types li p{
	font-size: .875rem;
	color: #555;
}

.product-down-wrap{
	margin-top: 2.5rem;
	text-align: center;
}
.product-down-wrap p{
	margin-top: 1.125rem;
}

/*=============function end=================*/

/*=============screenshot start=================*/

.pdr-screenshot-wrap{
	width:100%;
}
.pdr-screenshot-wrap .col-3-1{
	padding: 0 1.25rem;
}
.pdr-screenshot-wrap .screenshot{
	text-align: center;	
}
.pdr-screenshot-wrap .screenshot p{
	min-height: 2.25rem;
	line-height: 1.25rem;
	font-size:.875rem;
	margin: .625rem auto 1.25rem;
}
.pdr-screenshot-wrap .screenshot img{
	width: 100%;
	max-height: 15.3125rem;
	box-shadow: 0 0.3125rem 0.4375rem #bbb;
	cursor: pointer;
}
.screenshot-img{
	position: relative;
}
.screenshot-img:before{
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f002";
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.3);
	padding-top: 6.75rem;
	font-size: 1.875rem;
	color: #404142;
	top: 0;
	left: 0;
	cursor: pointer;
}
.screenshot-img:hover{
	transition: all 0.3s;
}
.screenshot-img:hover:before{
	display: none;
}

/*=============review start=================*/
.user-review-show{
	position: relative;
	width: 100%;
	height: 160px;
	padding: 10px 0;
	overflow: hidden;
}
.user-review-box{
	position: absolute;
}
.user-review-wrap .col-3-1{
	padding:0 0.625rem;
	margin-bottom:1.25rem;
}
.user-review-wrap .user-review{
	padding:1rem;
	background-color:#fff;
	box-shadow: 0 0 0.3125rem #dfdfdf;
}
.user-review-wrap .user-review i{
	position: relative;
	display:inline-block;
	width:3.125rem;
	height: 3.125rem;
}
.user-review-wrap .user-review i.icon-awe-user-circle:before{
	position: absolute;
	width:3.125rem;
	height: 3.125rem;
	font-size:3.125rem;
	color: #dfe5e5;
	top: 0.9375rem;
}
.user-review-content p{
	font-size:0.875rem;
}
.user-review-content p.user-name{
	font-size:1.25rem;
	margin-bottom: 0.625rem;
}
.user-review-content p.review{
	position: relative;
	height: 4.5rem;
	overflow: hidden;
}

.review-btn-wrap{
	position: absolute;
	width: 100%;
	height: 50px;
	top:50%;
	transform: translateY(-50%);
}
.review-btn{
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	cursor: pointer;
}
.review-btn:before{
	font-size: 1.875rem;
	color: #fff;
}
.review-btn:hover{
	background:rgba(0,0,0,0.6);
}

.left-btn{
	left: -50px;	
}
.right-btn{
	right: -50px;	
}


/*=============pdr bottom down start=================*/
.bottom-down-wrap{
	color: #fff;
	text-align: center;
}
.pdr-bottom-down{
	background: url(/images/background/pdr-down-bg.jpg) center no-repeat;
	background-size: cover;	
}
.pw-bottom-down{
	background: url(/images/background/pw-down-bg.jpg) center no-repeat;
	background-size: cover;	
}
.sm-bottom-down{
	background: url(/images/background/sm-down-bg.jpg) center no-repeat;
	background-size: cover;	
}
.bottom-down-wrap p{
	font-size: 1.625rem;
	margin-bottom: 1.875rem;
}

a.products-same-btn{
	display:inline-block;
	padding:1rem 2.5rem;
	background-color: #167ffc;
	font-size:1.25rem;
	color: #fff;
	overflow: hidden;
}
a.products-same-btn:hover{
	background-color:#016dee;
	text-decoration:none;
}
a.products-same-btn i{
	font-size:1.375rem;
	margin-right:1rem;
}
/*=============pdr bottom down end=================*/

.products-store-tab-nav{
	padding-bottom: 1.625rem;
	border-bottom: 2px solid #d9d9d9;
	text-align: center;
}
.products-store-tab-nav ul{
	display: inline-block;
	width:70%;
	font-size:0;   
}
.products-store-tab-nav ul li{
	position: relative;
	display:inline-block;
	width:33%;
	font-size:1.625rem;
	cursor: pointer;
	vertical-align: top;
}
.products-store-tab-nav ul li:before{
	position: absolute;
	display: block;
	content:"";
	width:0;
	height: 2px;
	background-color:#167ffc;
	bottom:-1.75rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width 0.3s;
}
.products-store-tab-nav ul li.active{
	color:#167ffc;
}
.products-store-tab-nav ul li.active:before{
	width:70%;
}

.products-store-content-wrap{
	 margin-top: 2.5rem;
}
.products-store-content{
	display: none;
}
.products-store-content .col-3-1{
	padding: 0 1.25rem;
}
.products-store-content .col-3-1 .store-content{
	padding: 1.875rem 1.25rem;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}
.products-store-content .col-3-1 .store-content h3{
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}
.products-store-content .col-3-1 .store-content .price{
	color: #f60;
	margin-bottom: 1.75rem;
}
.products-store-content .col-3-1 .store-content .price>span{
	font-size: 1.875rem;
}
.products-store-content .col-3-1 .store-content ul{
	
}
.products-store-content .col-3-1 .store-content ul li{
	line-height: 1.875rem;
}
.products-store-content .col-3-1 .store-content ul li.red{
	color: #f00;
}
.products-store-content .col-3-1 .store-content .buybtn{
	display: inline-block;
	width: 200px;
	height: 46px;
	line-height: 46px;
	background-color: #ff4400;
	margin-top: 1.25rem;
	font-size: 1.125rem;
	color: #fff;
}
.products-store-content .col-3-1 .store-content .buybtn:hover{
	background-color: #e93e00;
	text-decoration: none;
}

.products-store-content.active{
	display: block;
}




/*=============pdr store end=================*/
.advantage-wrap{
	background-color: #313131;
	border-bottom: 1px solid #4b4b4b;
}
.advantage-content .col-4-1{
	padding:0 2rem;
}
.advantage-content .col-4-1 .advantage{
	border:1px solid #f6f6f6;
	border-radius: 7px;
	padding: 1.25rem;	
	text-align: center;
}
.advantage-content .advantage .advantage-icons{
	display:inline-block;
	height: 73px;
	background-image: url(/ads/images/pdr/pdr-advantage-icons.png);
}
.advantage-content .advantage .advantage-icons.safe{
	width: 64px;
	background-position: 0 0;
}
.advantage-content .advantage .advantage-icons.without-plugin{
	width: 60px;
	background-position: -65px 0;
}
.advantage-content .advantage .advantage-icons.technical-support{
	width: 71px;
	background-position: -126px 0;
}
.advantage-content .advantage .advantage-icons.file-type{
	width: 55px;
	background-position: -198px 0;
}
.advantage-content .advantage p{
	margin-top: .625rem;
	font-size: 1.125rem;
	color: #fff;
}

.ads-fixed-nv{
	position: fixed;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 3px 3px #eee;
	left: 0;
	top: -63px;
	transition: all 0.2s;
}
.ads-fixed-nv-wrapper.flex{
	justify-content: space-between;
	align-items: center;
}
.ads-fixed-nv-content li{
	line-height: 60px;
	margin-right: 30px;	
}
.ads-fixed-nv-content li:last-child{
	margin-right: 0;
}
.ads-fixed-nv-content li a{
	color: #333;
}
.ads-fixed-nv-content li a:hover{
	color: #3d93f7;
}
.ads-fixed-nv-btn a.products-btn{
	height: 3rem;
	line-height: 3rem;
}
.ads-fixed-nv-btn a.downbtn{
	background-color: #167ffc;
	background-image: -webkit-linear-gradient(top, #338efa, #024696);
	background-image: -ms-linear-gradient(top, #338efa, #024696);
	background-image: linear-gradient(top, #338efa, #024696);
}
.ads-fixed-nv-btn a.downbtn:hover{
	background-color:#016dee;
	background-image: -webkit-linear-gradient(bottom, #338efa, #024696);
	background-image: -ms-linear-gradient(bottom, #338efa, #024696);
	background-image: linear-gradient(bottom, #338efa, #024696);
}
.ads-fixed-nv.active{
	top: 0;
}

/*=============advantage end=================*/

@media screen and (max-width: 1023px){
	
	.col-3-1, .col-4-1, .col-5-1, .col-6-1{
		margin-bottom: 1.875rem;
	}
	a.products-same-btn{
		padding: 1rem;
	}
	.user-review .col-5-1{
		width: 20%;
		margin-bottom: 0;
	}
	.user-review .col-5-4{
		width: 80%;
	}
	.user-review-content p.review{
		height: auto;
	}
}

@media screen and (max-width: 767px){
	.product-banner{
		height: auto;
		padding: 80px 0px 80px;
	}
	.product-banner-content{
		position: static;
		text-align: center;
		transform: none;
	}
	.product-banner-content ul{
		display: inline-block;
		width: auto;
	}
	.product-banner-content li{
		width: auto;
		float: none;
	}

	.product-banner-content h1{
		font-size: 2.5rem;
	}
	.products-store-tab-nav ul{
		width: 100%;
	}
	.products-store-tab-nav ul li{
		font-size: 1.25rem;
	}
	.products-compared ul li:first-child{
		padding-left: 1rem;
	}
	a.products-same-btn{
		font-size: 1rem;
	}
	a.products-same-btn i{
		display: block;
		margin-right: 0;
		margin-bottom: 0.3125rem;
	}
	.bottom-down-wrap p{
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
}


/*lesuo*/
.section-banner{
	overflow: hidden;
	top:-5.25rem;
	margin-bottom: -5.25rem;
}
.lesuo-banner-wrap{
	height: 39.1875rem;
	padding: 6rem 0;
	background:url(/ads/images/lesuobingdujiemi/lesuobingdujiemi-banner-bg.jpg) center no-repeat;
	background-size: cover;
}
.section-banner-content{
	width: 100%;
	color:#fff;
	text-align: center;
}
.lesuo-banner-content p{
	line-height: 4rem;
	margin-bottom: 1.875rem;
	font-size: 3.375rem;
}
.lesuo-banner-content ol{
	display: inline-block;
	margin-top: .625rem;
}
.lesuo-banner-content ol li{
	line-height: 2.25rem;
	list-style: decimal;
	margin-left: 1.25rem;
	text-align: left;
}
.section-banner-content .banner-btn-container{
	margin-top: 2.5rem;
}
.lesuo-btn{
	display: inline-block;
	padding: 1rem 1.875rem;
	border-radius: 5px;
	box-shadow: 0 2px .625rem rgba(1,80,248,.2);
	font-size: 1.125rem;
	color: #fff;	
}
.lesuo-btn:hover{
	color: #fff;
	text-decoration: none;
}
.gradient-btn{
	background-image: -webkit-linear-gradient(to left, #0073f4, #00ccff);
	background-image: linear-gradient(to left, #0073f4, #00ccff);
}
.gradient-btn:hover{
	background-image: -webkit-linear-gradient(to left, #0061cd, #00b8e6);
	background-image: linear-gradient(to left, #0061cd, #00b8e6);
}

.section-item{
	padding: 6rem 0;
}
.section-item h2{
	margin-bottom: 3.75rem;
	font-size: 2.5rem;
	text-align: center;
}
.lesuo-section-item h2 span{
	position: relative;
	display: inline-block;
}
.lesuo-section-item h2 span:before,
.lesuo-section-item h2 span:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: 10.6875rem;
	height: .875rem;
	background-image: url(/ads/images/lesuobingdujiemi/title-bg.png);
	background-size: cover;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lesuo-section-item h2 span:before{
	left: -12rem;
}
.lesuo-section-item h2 span:after{
	-webkit-transform: rotateY(180deg) translateY(-50%);
	transform: rotateY(180deg) translateY(-50%);
	right: -12rem;
}

.lesuo-types-container.flex{
	flex-wrap: wrap;
}
.lesuo-types-container .col-3-1{
	padding: 0 .9375rem;
	margin-bottom: 1.875rem;
}
.lesuo-types-container .lesuo-type-content{
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 1px .625rem rgba(25,25,32,.06);
	overflow: hidden;
}
.lesuo-types-container .lesuo-type-content img{
	max-width: 100%;
	height: auto;
}
.lesuo-types-container .lesuo-type-content .content{
	padding: 2.5rem 1.875rem;
}
.lesuo-type-content .content h3{
	margin-bottom: .625rem;
	font-size: 1.375rem;
	font-weight: bold;
}
.lesuo-type-content .content p{
	line-height: 1.75rem;
	color: #696969;
}
.lesuo-btn-wrap{
	margin-top: 2.5rem;
	text-align: center;
}
.lesuo-btn-wrap p{
	margin-top: 1rem;
	color: #696969;
}
.lesuo-btn-wrap p span{
	color: #d2151c;
}

.reponse-wrap{
	padding-bottom: 2.25rem;
	background-image: url(/ads/images/lesuobingdujiemi/response-bg.jpg);
	background-size: cover;
	color: #fff;	
}
.reponse-wrap h2{
	color: #fff;
}
.reponse-container.flex{
	flex-wrap: wrap;
}
.reponse-container .col-3-1{
	padding: 0 1.25rem;
	margin-bottom: 3.75rem;
}
.reponse-content.flex{
	align-items: center;
}
.reponse-content{
	height: 100%;
}
.reponse-content .col-4-1{
	text-align: right;
}
.reponse-content img{
	max-width: 100%;
	height: auto;
}
.reponse-content .reponse-text{
	padding-left: 1.25rem;
}
.reponse-content .reponse-text h3{
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.reponse-content .reponse-text p{
	color: #e5e5e5;
}

.recovery-process-container.flex{
	flex-wrap: wrap;
}
.recovery-process-container .col-3-1{
	padding: 0 .9375rem;
	margin-bottom: 1.875rem;
}
.recovery-process-content{
	height: 100%;
	padding: 2.5rem;
	border-radius: 5px;
	box-shadow: 0 2px 1.25rem rgba(1,80,248,.2);
	text-align: center;
}
.recovery-process-content img{
	max-width: 100%;
	height: auto;
}
.recovery-process-content h3{
	padding: 1.5rem 0 1rem;
	font-size: 1.5rem;
}
.recovery-process-content p{
	line-height: 1.5rem;
}
.gradient-bg{
	background-image: -webkit-linear-gradient(to left top, #2064ff, #00deff);
	background-image: linear-gradient(to left top, #2064ff, #00deff);
	color: #fff;
}

.user-case-wrap{
	background-color: #f7f7f7;
}
.user-case-container{
	
	padding: 2.5rem 8rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 1.25rem rgba(173,190,226,.3);
}
.user-content{
	position: relative;
	width: 100%;
	height: 456px;
	overflow: hidden;
}
.user-wrap{
	position: relative;
	height: 100%;
}
.user-item{
	width: 100%;
	height: 100%;	
	text-align: center;
}
.user-item p{
	position: relative;
	width: 100%;
	height: 100%;	
	
}
.user-item img{	
	position: absolute;
	max-width: 100%;
	height: auto;
	box-shadow: 0 2px 1.25rem rgba(25,25,32,.1);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.control-btn-wrap{
	position: absolute;
	width: 100%;
	height: 50px;
	top:50%;
	transform: translateY(-50%);
}
/* .control-btn{
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
} */
.control-btn:before{
	font-size: 1.875rem;
	color: #bcbcbc;
}
.control-btn:hover:before{
	color: #1f66ff;
}
.left-btn{
	left: 0;	
}
.right-btn{
	right: 0;	
}
.control-btn.active:before{
	color: #1f66ff;
}

.contactus-wrap{
	background:url(/ads/images/lesuobingdujiemi/contact-bg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.contactus-wrap p{
	line-height: 4rem;
	font-size: 3.375rem;
}

.lesuo-side-nav{
	position: fixed;
	width: 9rem;
	right: -9rem;
	bottom: 30%;
	transition: all .5s;
	z-index: 9;
}
.lesuo-side-nav.active{
	right: 0;
}
.lesuo-side-nav li{
	padding: 1rem .625rem;
	margin-bottom: 1.875rem;
	border-radius: 40px 0 0 40px;
	box-shadow: 0 2px 1.25rem rgba(1,80,248,.2);
	text-align: center;
}
.lesuo-side-nav li a{
	color: #fff;
}
.lesuo-side-nav li a:hover{
	text-decoration: none;
}
.lesuo-side-nav li i{
	display: inline-block;
	width: 1.875rem;
	height: 1.6875rem;
	margin-right: .625rem;
	background-image: url(/ads/images/lesuobingdujiemi/kefu.png);
	background-size: cover;
	vertical-align: middle;
}
.lesuo-side-nav li p{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.lesuo-side-nav li p span{
	display: block;
	font-size: .875rem;
}
@media screen and (max-width:1023px){
	.reponse-content .col-4-1,
	.reponse-content .col-4-3{
		flex-basis: 100%;
    	max-width: 100%;
	}
	.reponse-content .col-4-1{
		text-align: left;
	}
	.reponse-content .reponse-text{
		padding-left: 0;
	}
	.user-case-container{
		padding: 2.5rem 3rem;
	}
	.user-item img{
		max-width: 80%;
	}
}
@media screen and (max-width:767px){
	.lesuo-banner-wrap{
		height: auto;
	}
	.reponse-content,
	.reponse-content .col-4-1{
		text-align: center;
	}
	.user-content{
		height: 300px;
	}
	.lesuo-side-nav{
		display: none;
	}
}