﻿.page-container{
	background: #F5F5FB;
}
.page-content1{
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
	box-sizing: border-box;
	align-items: center;
	flex-direction: column;
}
.page-content1 .top-banner{
	width: 85%;
	position: relative;
}
.page-content1 .top-banner .bg-banner{
	width: 100%;
	height: auto;
	display: block;
}
.page-content1 .top-banner .form-wrap{
	position: absolute;
	width: 4.06rem;
	height: 4.10rem;
	top: 0.7rem;
	right: 0.5rem;
	background: url(../images/banner_kuang@2x.png) no-repeat top left;
	background-size: 100% 100%;
	padding: 0.45rem 0.31rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-content1 .top-banner .form-wrap p{
	font-size: 0.36rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-content1 .top-banner .form-wrap .input-wrap input{
	width: 100%;
	height: 0.6rem;
	background: #FFFFFF;
	border-radius: 3px;
	font-size: 0.2rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #777777;
	padding-left: 0.11rem;
}
.page-content1 .top-banner .form-wrap .btn-wrap{
	height: 0.6rem;
	background: linear-gradient(180deg, #25ECF7 0%, #22CED7 100%);
	box-shadow: 0px 0.06rem 0.07rem 0px #25ECF7;
	border-radius: 0.30rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
}
.bm-list-item{
	width: 75%;
	padding: 0.36rem 2.52rem 0.98rem;
}
.bm-list-item .scrollNews{
	overflow: hidden; 
	height:30px;
}
#p1 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.24rem 0.12rem 0.16rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 0.3rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
}
#p1 li .address{
	padding: 0.08rem 0rem;
	font-size: 0.3rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	background: #FFA11E;
	width: 5em;
	text-align: center;
}
#p1 li .success-bm{
	color: #FF3E4E;
}
#p1 li .name-bm{
	width: 4em;
	text-align: center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;  
}
.phone-wrap-show{
	display: none;
}
/* page2 */
.page-content2,.page-content3{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0.6rem 0 0rem;
}
.page-content2 .wrap-kz{
	margin: 0 auto;
}
.page-content2 .wrap-kz .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content2 .wrap-kz .jies-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 2.39rem;
	
}
.page-content2 .wrap-kz .jies-wrap img{
	width: 7.12rem;
	height: 2.42rem;
	margin-bottom: 0.22rem;
}
/* page3 */
.page-content3 .wrap-kz{
	margin: 0 auto;
    background: #FFFFFF;
	padding-top: 1rem;
}
.page-content3 .wrap-kz .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content3 .wrap-kz .jies-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 2.39rem;
	flex-direction: column;
}
.page-content3 .wrap-kz .jies-wrap img{
	width:100%;
	height: auto;
	display: block;
	margin-bottom: 1rem;
}
/* page4 */
.page-content4{
	width: 100%;
	display: flex;
	justify-content: center;
}
.page-content4 .wrap-kz{
	margin: 0 auto;
    background: #F5F5FB;
	padding: 0.6rem 0rem;
	width: 100%;
}
.page-content4 .wrap-kz .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content4 .wrap-kz .jies-wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 2.39rem;
}
.page-content4 .wrap-kz .jies-wrap img{
	width: 4.18rem;
	height: 5.94rem;
}
.page-content4 .wrap-kz .jies-info{
	display: flex;
	justify-content: center;
	font-size: 0.32rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	padding: 0.53rem 0 0.24rem;
}
.page-content4 .wrap-kz .btn-wrap-kz{
	display: flex;
	justify-content: center;
}
.page-content4 .wrap-kz .btn-wrap-kz .btn-wrap-one{
	width: 4.34rem;
	height: 0.90rem;
	background: linear-gradient(180deg, #DBF876 0%, #A2C156 100%);
	box-shadow: 0px 6px 7px 0px rgba(88, 116, 0, 0.3);
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
}
/* page5 */
.page-content5{
	width: 100%;
	display: flex;
	justify-content: center;
}
.page-content5 .wrap-kz{
	margin: 0 auto;
    background: #FFFFFF;
	padding: 0.6rem 0rem;
	width: 100%;
}
.page-content5 .wrap-kz .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content5 .wrap-kz .jies-wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 2.39rem;
	margin-bottom: 0.53rem;
	flex-direction: column;
}
.page-content5 .wrap-kz .jies-wrap img{
	width: 100%;
	height: auto;
	display: block;
}
.page-content5 .wrap-kz .btn-wrap-kz{
	display: flex;
	justify-content: center;
}
.page-content5 .wrap-kz .btn-wrap-kz .btn-wrap-one{
	width: 4.34rem;
	height: 0.90rem;
	background: linear-gradient(180deg, #DBF876 0%, #A2C156 100%);
	box-shadow: 0px 6px 7px 0px rgba(88, 116, 0, 0.3);
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
}
/* page6 */
.page-content6{
	width: 100%;
}
.page-content6 .wrap-kz{
	margin: 0 auto;
    background: #F5F5FB;
	width: 100%;
}

.page-content6 .wrap-kz .jies-detail-wrap{
	padding:  0.6rem 2.39rem;
	background: url(../images/bgcc.png) no-repeat top left;
	background-size: 100% 100%;
}
.page-content6 .wrap-kz .jies-detail-wrap .jies-details{
	font-size: 0.3rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	line-height: 1.5625;
	margin-bottom: 25px;
}
.page-content6 .wrap-kz .jies-detail-wrap .jies-details:nth-last-child(1){
	margin-bottom: 0px;
}
.page-content6 .wrap-kz .jies-detail-wrap .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content6 .wrap-kz .small-tab-wrap{
	width: 100%;
	overflow: hidden;
	padding: 0.6rem 2.39rem 0.6rem;
}
.page-content6 .wrap-kz .small-tab-wrap .s-tab-item{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 0.16rem;
	font-weight: bolder;
}
.page-content6 .wrap-kz .small-tab-wrap .s-tab-item img{
	width: 1.02rem;
	height: 1.02rem;
}
.page-content6 .wrap-kz .small-tab-wrap .s-tab-item .num-show{
	margin-top: 0.38rem;
	margin-bottom: 0.12rem;
	font-size: 0.25rem;
	font-weight: bolder;
}
.page-content6>img{
	width: 100%;
	display: block;
	height: auto;
}
/* page7 */
.page-content7{
	width: 100%;
	display: flex;
	justify-content: center;
}
.page-content7 .wrap-kz{
	margin: 0 auto;
    background: #FFFFFF;
	padding: 0.6rem 0rem 0rem;
	width: 100%;
}
.page-content7 .wrap-kz .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content7 .wrap-kz .jies-wrap{
	width: 100%;
	padding-bottom: 1rem;
}
.page-content7 .wrap-kz .jies-wrap .swiper-container{
	width: 100%;
}
.page-content7 .wrap-kz .jies-wrap .swiper-container .swiper-wrapper{
	width: 100%;
}
.swiper-slide{
	width: 12rem;
}
.swiper-slide .img-content img{
	width: 100%;
	height: 6.75rem;
	object-fit: cover;
}
.img-title-show{
	font-size: 0.32rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	padding: 0.6rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:0.24rem;}
.swiper-pagination .swiper-pagination-bullet {
    width: 0.26rem;
    height: 0.26rem;
	margin:0 5px;
	background: #A2C156;
}
/* page8 */
.page-content8{
	width: 100%;
	display: flex;
	justify-content: center;
}
.page-content8 .wrap-kz{
	margin: 0 auto;
    background: #F5F5FB;
	padding: 0.6rem 0rem 0.6rem;
	width: 100%;
}
.page-content8 .wrap-kz .kz-title{
	display: flex;
	justify-content: center;
	font-size: 0.5rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	margin-bottom: 0.6rem;
}
.page-content8 .wrap-kz .jies-wrap{
	width: 100%;
	padding:0 2.39rem;
	display: flex;
	justify-content: space-between;
	/* align-items: flex-end; */
}
.page-content8 .wrap-kz .jies-wrap .resquest-img img{
	width: 6.07rem;
	height: 6.74rem;
	display: block;
}
.page-content8 .wrap-kz .jies-wrap .normal-resquest-wrap{
	position: relative;
}
.page-content8 .wrap-kz .jies-wrap .normal-resquest-wrap::before{
	position: absolute;
	top: 0px;
	left: 0.06rem;
	content: '';
	width: 1px;
	height: 100%;
	border: 1px dashed rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.resq-list-item-normal{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.resq-list-item-normal .resq-list-item-l{
	border: 3px solid rgba(162, 193, 86, 1);
	background-color: #FFFFFF;
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	margin-right: 0.22rem;
}
.resq-list-item-normal .resq-list-item-r{
	font-size: 0.3rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #222222;
	width: 5.96rem;
	height: 0.82rem;
	display: flex;
	align-items: center;
	background-color: transparent;
}
.resq-list-item-normal .resq-list-item-r::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 0.41rem solid transparent;
	border-right: 0.42rem solid transparent;
	border-bottom: 0.41rem solid transparent;
}
.resq-list-item-normal .resq-list-item-r span:nth-child(1){
	font-size: 0.4rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #B5B5B5;
	margin-right: 0.33rem;
}
.resq-list-item{
	display: flex;
	align-items: center;
}
.resq-list-item .resq-list-item-l{
	border: 3px solid rgba(162, 193, 86, 1);
	background-color: #FFFFFF;
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	margin-right: 0.22rem;
}
.resq-list-item .resq-list-item-r{
	font-size: 0.3rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	background: #A2C156;
	/* padding: 0.19rem 0.1rem 0.21rem; */
	min-width: 5.96rem;
	height: 0.82rem;
	display: flex;
	align-items: center;
}
.resq-list-item .resq-list-item-r::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 0.41rem solid #F5F5FB;
	border-right: 0.42rem solid #A2C156;
	border-bottom: 0.41rem solid #F5F5FB;
}
.resq-list-item .resq-list-item-r span:nth-child(1){
	font-size: 0.4rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 0.33rem;
}
/* page9 */
.page-content9{
	width: 100%;
	padding: 1.02rem 2.39rem;
	background-color: #FFFFFF;
}
.page-content9 .jies-wrap{
	width: 100%;
	background: url(../images/banner_kuang@2x.png) no-repeat top left;
	background-size: 100% 100%;
	min-height: 8.85rem;
	padding: 0.5rem 1.7rem 1.2rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}
.jies-title{
	display: flex;
	justify-content: center;
	padding-bottom: 0.57rem;
	font-size: 0.5rem;
}
.jies-info{
	font-size: 0.4rem;
	margin-bottom: 0.24rem;
}
.jies-input {
	margin-bottom: 0.46rem;
}
.jies-input input{
	width: 9.56rem;
	height: 0.90rem;
	border: 1px solid #25ECF7;
	color: rgba(255,255,255,0.7);
	font-size: 0.3rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	background-color: RGBA(18, 25, 102, 1);
	padding-left: 0.3rem;
}
.jies-radio{
	font-size: 0.3rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #FFFFFF;
}
.jies-radio input{
	width: 0.4rem;
	height: 0.4rem;
	/* border: 1px solid #25ECF7; */
	line-height: 0.4rem;
	margin-right: 0.2rem;
	margin-top: 0px;
}
.jies-radio div{
	display: flex;
	align-items: center;
	margin-right: 0.4rem;
	margin-bottom: 0.3rem;
}
.jies-radio div label{
	display: flex;
	align-items: center;
}
.jies-sel-info{
	font-size: 0.3rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #23DCE6;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.jies-sel-info span{
	cursor: pointer;
}
.jies-sel-info .select-ss{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.23rem;
	display: inline-block;
	background: rgba(35, 218, 228, 0.3);
	border-radius: 50%;
	border: 1.1px solid #25ECF7;
	margin-left: 5px;
}
.jies-sel-info  .sel-show{
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 5px;
	margin-right: 0.23rem;
	cursor: pointer;
	display: none;
}
.jies-btn{
	display: flex;
	justify-content: center;
	padding-top: 0.8rem;
}
.jies-btn div{
	width: 4.34rem;
	height: 0.9rem;
	background: linear-gradient(180deg, #25ECF7 0%, #22CED7 100%);
	box-shadow: 0px 6px 7px 0px #25ECF7;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0.32rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}
@media screen and (min-width: 900px) {
	.page-container{
		padding-top: 2px;
	}
	
}
@media screen and (max-width: 600px) {
	.page-container{
		padding-bottom: 0px;
	}
	/* page1 */
    .page-content1 .top-banner{
		width: 100%;
	}
	.bm-list-item{
		width: 100%;
		padding: 10px 3px;
	}
	.page-content1 .top-banner .form-wrap{
		display: none;
	}
	#p1 li span{
		font-size: 12px !important;
	}
	.phone-wrap-show{
		display: block;
		width: 100%;
		/* background: url(../images/banner_kuang@2x.png) no-repeat top left; */
		background-color: #121966;
		/* background-size: 100% 100%; */
		padding: 1rem 1rem 1.2rem;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #FFFFFF;
	}
	.phone-wrap-show p{
		font-size: 16px;
		padding-bottom: 0.8rem;
	}
	.phone-wrap-show .input-wrap{
		padding-bottom: 0.8rem;
	}
	.phone-wrap-show .input-wrap input{
		width: 90%;
		font-size: 12px;
		padding: 0.3rem;
		border: 1px solid #25ECF7;
		color: rgba(255,255,255,0.7);
		font-family: PingFang-SC-Medium, PingFang-SC;
		font-weight: 500;
		background-color: RGBA(18, 25, 102, 1);
	}
	.phone-wrap-show .btn-wrap1{
		width: 160px;
		height: 30px;
		background: linear-gradient(
		180deg
		, #25ECF7 0%, #22CED7 100%);
		box-shadow: 0px 6px 7px 0px #25ecf7;
		border-radius: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 12px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #FFFFFF;
		margin: 0 auto;
	}
	/* page2 */
	.page-content2 .wrap-kz .kz-title{
		font-size: 20px;
	}
	.page-content2 .wrap-kz .jies-wrap{
		padding: 0.2rem 1rem;
		flex-direction: column;
	}
	.page-content2 .wrap-kz .jies-wrap img{
		width: 100%;
		height: auto;
		display: block;
	}
	/* page3 */
	.page-content3 .wrap-kz .kz-title{
		font-size: 20px;
	}
	.page-content3 .wrap-kz .jies-wrap{
		padding: 0.2rem 1rem;
	}
	.page-content3 .wrap-kz .jies-wrap img{
		width: 100%;
		height: auto;
	}
	.page-content2{
		padding-top: 1rem !important;
	}
	/* page4 */
	.page-content4 .wrap-kz{
		padding-top: 1rem !important;
	}
	.page-content4 .wrap-kz .kz-title{
		font-size: 20px;
	}
	.page-content4 .wrap-kz .jies-wrap{
		padding: 0.2rem 1rem;
		overflow: scroll;
		flex-direction: column;
	}
	.page-content4 .wrap-kz .jies-wrap img{
		width: 100%;
		height: auto;
		display: block;
	}	
	.page-content4 .wrap-kz .jies-info{
		font-size: 18px;
	}
	.page-content4 .wrap-kz .btn-wrap-kz .btn-wrap-one{
		width: 160px;
		height: 30px;
		font-size: 12px;
	}
	/* page5 */
	.page-content5 .wrap-kz{
		padding-top: 1rem !important;
	}
	.page-content5 .wrap-kz .kz-title{
		font-size: 20px;
	}
	.page-content5 .wrap-kz .jies-wrap{
		padding: 0.2rem 1rem;
	}
	.page-content5 .wrap-kz .jies-wrap img{
		width: 100%;
		height: auto;
	}
	.page-content5 .wrap-kz .btn-wrap-kz .btn-wrap-one{
		width: 160px;
		height: 30px;
		font-size: 12px;
	}
	/* page6 */
	.page-content6 .wrap-kz .jies-detail-wrap{
		padding: 1rem 1rem 0.6rem;
	}
	.page-content6 .wrap-kz .jies-detail-wrap .kz-title{
		font-size: 20px;
	}
	.page-content6 .wrap-kz .small-tab-wrap{
		padding: 0.6rem 1rem 0.6rem;
	}
	.page-content6 .wrap-kz .jies-detail-wrap .jies-details{
		font-size: 12px;
	}
	.page-content6 .wrap-kz .small-tab-wrap .s-tab-item img{
		width: 30px;
		height: 30px;
	}
	.s-tab-item p{
		font-size: 12px;
	}
	.page-content6 .wrap-kz .small-tab-wrap .s-tab-item .num-show{
		font-size: 12px;
	}
	/* page7 */
	.page-content7 .wrap-kz{
		padding-top: 1rem !important;
	}
	.page-content7 .wrap-kz .kz-title{
		font-size: 20px;
	}
	.img-title-show{
		font-size: 12px;
	}
	/* page8 */
	.page-content8 .wrap-kz{
		padding-top: 1rem !important;
	}
	.page-content8 .wrap-kz .kz-title{
		font-size: 20px;
	}
	.page-content8 .wrap-kz .jies-wrap{
		padding: 0.2rem 1rem;
	}
	.page-content8 .wrap-kz .jies-wrap .resquest-img{
		display: none;
	}
	.page-content8 .wrap-kz .jies-wrap .normal-resquest-wrap{
		width: 100%;
	}
	.page-content8 .wrap-kz .jies-wrap .normal-resquest-wrap::before{
		position: absolute;
		top: 0px;
		left: 0.12rem;
		content: '';
		width: 1px;
		height: 100%;
		border: 1px dashed rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
	.resq-list-item .resq-list-item-l{
		border: 4px solid rgba(162, 193, 86, 1);
	}
	
	.resq-list-item-normal .resq-list-item-r{
		min-width: 250px;
		height: 1.5rem;
	}
	.resq-list-item .resq-list-item-r::before{
		content: '';
		    width: 0;
		    height: 0;
		    border-top: 0.75rem solid #F5F5FB;
		    border-right: 0.75rem solid #A2C156;
		    border-bottom: 0.75rem solid #F5F5FB;
	}
	.resq-list-item .resq-list-item-r{
		font-size: 12px;
	}
	.resq-list-item-normal .resq-list-item-r{
		font-size: 12px;
	}
	/* page9 */
	.page-content9{
		padding: 0rem;
	}
	.jies-title{
		font-size: 16px;
	}
	.page-content9 .jies-wrap{
		padding: 1rem 0.7rem 1.2rem;
	}
	.jies-input input{
		height: 1.5rem;
	}
	.jies-info{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.jies-btn div {
		width: 160px;
		height: 30px;
		font-size: 12px;
	}
	.jies-btn div{
		background: linear-gradient(180deg, #25ECF7 0%, #22CED7 100%);
		box-shadow: 0px 4px 7px 0px #25ECF7;
	}
	.jies-radio input{
		width: 0.8rem;
		height: 0.8rem;
	}
	.jies-input input{
		font-size: 12px;
	}
	.jies-radio{
		font-size: 12px;
	}
	.jies-sel-info{
		font-size: 12px;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		transform: scale(0.4);
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 0px;
		left: auto;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 0px;
		right: auto;
	}
}
