@charset"UTF-8";
*{margin:0px;
	padding:0px;
}
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body{
	overflow-x: hidden !important;
}
body {
	width: 1080px;
	line-height: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff; font-family: 'SourceHanSansCN-Regular';
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
	width: 100%;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	outline: none;-moz-outline-style: none;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
.flex{
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:center;
	align-items:center
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*æ€æºé»‘ä½“*/
@font-face {
 	font-family:'SourceHanSansCN-Bold';
 	/*src: url(SourceHanSansCN-Bold.otf);*/
	src: url(../image/v05/SourceHanSansCN-Bold.ttf);
 }
 @font-face {
 	font-family:'SourceHanSansCN-Light';
 	/* src: url(SourceHanSansCN-Light.otf);*/
	 src: url(../image/v05/SourceHanSansCN-Light.ttf);
 }
 @font-face {
 	font-family:'SourceHanSansCN-Medium';
 	/* src: url(SourceHanSansCN-Medium.otf);*/
	src: url(../image/v05/SourceHanSansCN-Medium.ttf);
 }
 @font-face {
 	font-family:'SourceHanSansCN-Normal';
 	/* src: url(SourceHanSansCN-Normal.otf);*/
	src: url(../image/v05/SourceHanSansCN-Normal.ttf);
 }
 @font-face {
 	font-family:'SourceHanSansCN-Regular';
 	/* src: url(SourceHanSansCN-Regular.otf);*/
	src: url(../image/v05/SourceHanSansCN-Regular.ttf);
 }
/*æ€æºé»‘ä½“*/
@font-face {
	font-family: 'iconfont';
	src: url('../image/v05/iconfont.eot');
	src: url('../image/v05/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../image/v05/iconfont.woff2') format('woff2'),
		url('../image/v05/iconfont.woff') format('woff'),
		url('../image/v05/iconfont.ttf') format('truetype'),
		url('../image/v05/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
	font-family: "iconfont" !important;
	/* font-size: 16px; */
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
.wrapper{
	width: 1080px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/* border: 1px solid red; */
}
.page{
	width: 1080px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.logo{
	width: 100%;
	margin-top: 20px;
}
.p1,.p2,.p3{
	overflow: hidden;
}
.page .search{
	width: 100%;
	margin-top: 15px;
	padding-left: 40px;
	color: #000;
	overflow: hidden;
	box-sizing: border-box;
	/* border: 1px solid red; */
}
.page .search .contry{
	font-size: 37px;
	font-weight: bold;
	float: left;
	margin-top: 18px;
	font-family: 'SourceHanSansCN-Regular';
}
.page .search .contry select{
	background: none;
	font-size: 37px;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;

}
.page .search .contry i{
	font-weight: normal;
	font-size: 25px;
}
.page .search .search-input{
	width: 710px;
	height: 85px;
	line-height: 85px;
	background: #f7f7f7;
	border-radius: 50px;
	float: left;
	margin-left: 18px;
	overflow: hidden;
	box-sizing: border-box;
	font-family:'SourceHanSansCN-Regular';
	margin-right: 20px
}
.page .search .search-input i{
	font-weight: bold;
	font-size: 34px;
	margin-left: 32px;
}
.page .search .search-input input{
	width: 590px;
	height: 85px;
	line-height: 85px;
	margin: 0;
	padding: 0;
	font-size: 32px;
	border: none;
	outline: none;
	box-sizing: border-box;
	background-color: transparent;
	padding-left: 20px;
}
.page .search .code,.page .search .mine{
	float: left;
	width:95px;
	/* font-weight: bold; */
	margin-left: 20px;
}
.page .search .home{
	float: left;
	width: 75px;
	/* font-weight: bold; */
	margin-left: 20px;
	margin-top: 5px;
}
.page .search .home img{
	width: 100%;
}
.page .search .code{
	font-size: 75px;
	margin-left: 25px;
	margin-top: 8px;
}
.page .search .mine{
	font-size: 60px;
	margin-left: 0;
	margin-top: 13px;
}
.page .search .back{
	font-size: 50px;
	float: left;
	margin-top: 18px;
}
.p2 .search .code{
	margin-left: 47px;
}
.p2 .search .mine{
	font-size: 60px;
	margin-left: 30px;
	margin-top: 13px;
}
.p1 .search .contry{
	width: 190px;
	text-align: center;
	position: relative;
}
.p1 .search .contry i{
	position: absolute;
	right: 0;
	top:15px;
}
.p1 select{
	width: 190px;
	text-align: center;
}
.p1 select option{
	font-size: 20px
}
.p1 .search .search-input{
	width: 690px;
	margin-right: 30px;
}
.p1 .search .search-input input{
	width: 550px;
}
.p1 .search .mine{
	margin-left: 15px
}
.p1 .func{
	width: 94%;
	margin: 116px auto 0;
}
.p1 .func a{
	display: inline-block;
	width: 239px;
	height: 173px;
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(6, 37, 64, .34);
	overflow: hidden;
}
.p1 .jkcf{
	width: 100%;
	color: #1a1f71;
	margin-top: 80px!important;
}
.p1 .jkcf h2{
	padding-left: 4%;
	font-weight: bold;
	font-size: 50px;
	font-family:'SourceHanSansCN-Bold';
}

.p1 .jkcf .links{
	width: 100%;
	padding: 0 7%;
	margin-top: 65px;
	/* border: 1px solid red; */
}
.p1 .jkcf .links a{
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	/* border: 1px solid red; */
	float: left;
	margin-right:45px;
	margin-bottom: 57px;
	color: #1a1f71;
}
.p1 .jkcf .links span{
	display: block;
	width: 100%;
	font-size: 90px;
	margin-bottom: 35px;
}
.p1 .jkcf .links i{
	font-size: 32px;
	color: #000;
	font-family:'SourceHanSansCN-Regular';
}
.p1 .link2{
	width: 100%;
	padding-left: 78px;
	margin-top: 68px;
	overflow: hidden;
}
.p1 .link2 .link22{
	display: inline-block;
	width: 296px;
	float: left;
	margin-right: 20px;
	height: 105px;
	line-height: 105px;
	background: #1a1f71;
	color: #fff;
	font-size: 32px;
	text-align: center;
	border-radius: 10px;
	font-family:'SourceHanSansCN-Regular';
}
.p1 .lxlc{
	margin-top: 90px;
	color: #1a1f71;
}
.p1 .lxlc h2{
	padding-left: 4%;
	font-weight: bold;
	font-size: 50px;
	font-family:'SourceHanSansCN-Bold';
}
.p1 .lxlc .links{
	width: 100%;
	padding: 0 7%;
	margin-top: 65px;
	/* border: 1px solid red; */
}
.p1 .lxlc .links a{
	display: inline-block;
	width: 150px;
	height: 150px;
	text-align: center;
	/* border: 1px solid red; */
	float: left;
	margin-right:40px;
	margin-bottom: 57px;
	color: #1a1f71;
}
.p1 .lxlc .links span{
	display: block;
	width: 100%;
	font-size: 90px;
	margin-bottom: 35px;
}
.p1 .lxlc .links i{
	font-size: 32px;
	color: #000;
	font-family:'SourceHanSansCN-Regular';
}
.p1 .lxlc .links1{
	padding-left: 97px;
	margin-top: 90px;
}
.p1 .lxlc .links1 a{
	display: block;
	float: left;
	width: 222px;
	height: 318px;
	margin-right: 110px;
}
.p1 .lxlc .links1 a img{
	display: block;
	width: 222px;
	height: 222px;
	border-radius: 50%;
	overflow: hidden;
}
.p1 .lxlc .links1 a p{
	font-size: 35px;
	color: #000;
	margin-top: 20px;
	text-align: center;
	font-family:'SourceHanSansCN-Regular';
}
.p1 .lxlc .links1 a:last-child{
	margin-right: 0;
}
.p1 .bk{
	margin-top: 70px;
	color: #1a1f71;
	margin-bottom: 80px;
}
.p1 .bk h2{
	padding-left: 4%;
	font-weight: bold;
	font-size: 50px;
	font-family:'SourceHanSansCN-Bold';
}
.p1 .bk .link1,.p1 .bk .link2{
	width: 100%;
	padding-left: 59px;
	margin-top: 43px;
	/* border: 1px solid red; */
}
.p1 .bk .link1 a{
	display: block;
	width: 301px;
	height: 256px;
	float: left;
	margin-right: 34px;
}
.p1 .bk .link1 a img{
	width: 301px;
	height: 190px;
	border-radius: 10px;
	overflow: hidden;
}
.p1 .bk .link1 a p{
	font-size: 32px;
	color: #000;
	text-align: center;
	margin-top: 34px;
	font-family:'SourceHanSansCN-Regular';
}
.p1 .bk .more{
	display: block;
	width: 125px;
	height: 50px;
	/* float: right; */
	margin-left: 907px;
	margin-top: 29px;
}
.p1 .bk .link2 a{
	display: block;
	width:230px;
	height: 308px;
	float: left;
	margin-right: 18px;
}
.p1 .bk .link2 a img{
	width: 230px;
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}
.p1 .bk .link2 a p{
	font-size: 35px;
	text-align: center;
	color: #000;
	margin-top: 40px;
	font-family:'SourceHanSansCN-Regular';
}
.p1 .swiper-container1{
	position: relative;
}
.p1 .swiper-pagination1,.p1 .swiper-pagination{
	bottom: 30px!important;
}
.p1 .swiper-pagination1 .swiper-pagination-bullet-active,.p1 .swiper-pagination .swiper-pagination-bullet-active{
	background: #1a1f71;
}
.p2 .search{
	/* position: fixed; */
	width: 1080px;
	box-shadow: 0 5px 5px rgba(6, 37, 64, .24);
	padding-bottom: 20px;
	position:relative;
	overflow:initial
}
.p2 .banner{
	margin-top: 35px;
}
.p2 .condition{
	width: 100%;
	height: 130px;
	background: #fff;
	box-shadow: 0 0 18px rgba(6, 37, 64, .34);
	margin-top: 35px;
	/* border: 1px solid red; */
	/* margin-bottom: 35px; */
	overflow: hidden;
	position: relative;
	z-index: 11;
	font-family:'SourceHanSansCN-Regular';
}
.p2 .condition .kuang{
	width: 900px;
	float: left;
	font-size: 37px;
	line-height: 130px;
	/* border: 1px solid red; */
	margin: 0 27px 0 30px;
	text-align: center;
}
.p2 .content{
	width: 100%;
	/*height: 1800px;*/
	height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.p2 .content dl{
	width: 1036px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 2px solid #e5e5e5;
	padding: 42px 0;
}
.p2 .content dl:last-child{
	border: none;
}
.p2 .content dt{
	width: 270px;
	height: 230px;
	float: right;
	margin-right: 52px;
	border-radius: 5px;
	overflow: hidden;
}
.p2 .content dd{
	width: 660px;
	padding-left: 45px;
	float: left;
	margin-top: 40px;
	font-family:'SourceHanSansCN-Regular';
}
.p2 .content dd h3{
font-size: 49px;
}
.p2 .content dd p{
	font-size: 39px;
	opacity: .7;
	margin-top: 30px;
	}
.dqbox,.lbbox,.kzbox,.fkbox{
	display: none;
	position: absolute;
	width: 100%;
	top:130px;
	background: rgba(0,0,0,.6);
	/*height: 1254px;*/
	height: 100%;
	z-index: 10;
	font-family:'SourceHanSansCN-Regular';
}
.p2 .mrle{
	padding-left: 85px;
	background: #fff;
	color: #000;
}
.radiostyle {
	width: 270px;
	height: 88px;
	overflow: hidden;
	float: left;
	margin-right: 52px;
	margin-bottom: 45px;
	border: 1px solid #000;
	font-size: 37px;
	/* border: 1px solid red; */
	border-radius: 10px;
}
.radiostyle input {
	display: none
	}
.radiostyle label {
	/* border: 1px solid #CCC; */
	color: #666;
	width: 270px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.radiostyle input:checked + label {
	background: url(../image/v05/ico_checkon.svg) no-repeat right bottom;
	/* border: 1px solid #00a4ff; */
	background-size: 21px 21px;
	color: #00a4ff
}
.radiostyle input:disabled + label {
	opacity: 0.7;
}
/* .p2 .swiper-container{
	width: 100%;
	border: 1px solid red;
}
.p2 .swiper-container .swiper-slide{
	border: 1px solid red;
} */

.p2 .swiper-button-prev,.p2 .swiper-button-next{
	position: absolute;
	top:255px;
	left: 10px;
	width: 42px;
	height: 76px;
	background: url(../image/v05/p2_prev.png)no-repeat!important;
	background-size: 100%;
}
.p2 .swiper-button-next{
	right: 10px;
	left: auto;
	background: url(../image/v05/p2_next.png)no-repeat!important;
	background-size: 100%;
}
.p2 .btns{
	width:100%;
	height: 115px;
	background: #fff;
	/* border: 1px solid red; */
}
.p2 .btns .reset,.p2 .btns .confirm{
	width: 50%;
	font-size: 45px;
	text-align: center;
	line-height: 115px;
	float: left;
	font-family:'SourceHanSansCN-Regular';
}
.p2 .btns .confirm{
	background: #f7b600;
	color: #fff;
}
.p2 .content-box{
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-left: 85px;
	padding-top: 30px;
}
.p2 .dqbox1{
	display: none;
	position: absolute;
	width: 100%;
	top:170px;
	/* background: rgba(0,0,0,.6); */
	height: 1254px;
	z-index: 10;
	background: #fff;
	font-family:'SourceHanSansCN-Regular';
}
.p2 .swiper-pagination1{
	bottom: 26px!important;
}
.p2 .dqbox1 .swiper-wrapper{
	height: auto!important;
	background: #fff;
}
.p22 .swiper-container1{
	position: absolute;
	top:130px;
	z-index: 10;
	width: 1080px;
	/*display: none;*/
	/*padding-top: 30px*/
	font-family:'SourceHanSansCN-Regular';
}
.p22 .swiper-container1 .btns{
	width: 1080px;
}
.p22 .shadow{
	width: 100%;
	background: rgba(0,0,0,.6);
	/*height: 618px;	*/
	height: 1118px;
}
.p22 .swiper-slide{
	height: 585px!important;
}
.p3 .swiper-container{
	width: 100%;
	margin-top: 30px;
}
.p3 .swiper-container .swiper-slide{
	width: 100%;
}
.p3 .swiper-container .swiper-slide a{
	display: block;
	width: 1023px;
	height: 595px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}
.p3 .swiper-container .swiper-slide a img{
	width: 100%;
	height: 100%
}
.p3 .condition .kuang{
	margin: 0 80px 0 115px;
}
.p3 .content dl{
	padding: 12px 0;
}
.p3 .content dl dd{
	width: 615px;
	margin-top: 75px;
}
.p3 .content dl dt{
	width: 323px;
	height: 302px;
	background: #fff
}
.p3 .content .imgbox{
	width: 300px;
	height: 225px;
	margin: 37px auto;
	overflow: hidden;
}
.p4 .info{
	width: 100%;
	margin-top: 20px;
	color: #000000;
	padding-bottom: 50px;
}
.p4 .des{
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	margin-top: 50px;
}
.p4 .des h2{
	font-size: 55px;
	color: #1a1f71;
	font-weight: bold;
	position: relative;
	/*font-family:'SourceHanSansCN-Bold';*/
}
.p4 .des h2::after{
	display: block;
	content: '';
	width: 39px;
	height: 2px;
	background: #0c2337;
	position: absolute;
	bottom: -20px;
	left: 10px;
}
.p4 .des .bkbtn{
	width: 100%;
	position: relative;
	/* border: 1px solid red; */
	/*height: 90px;*/
}
.p4 .des h3{
	width: 700px;
	font-size: 46px;
	opacity: .8;
	margin-top: 50px;
	font-family:'SourceHanSansCN-Regular';
}
.p4 .des .bkbtn a{
	display: block;
	width: 270px;
	height: 87px;
	line-height: 87px;
	background: #1a1f71;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size: 35px;
	position: fixed;
	right: 5%;
	top:40%;
	z-index: 99;
	font-family:'SourceHanSansCN-Regular';
}
.p4 .des .spans{
	width: 670px;
	border-bottom: 1px solid #000;
	height: 70px;
	font-family:'SourceHanSansCN-Regular';
	margin-top: 15px;
}
.p4 .des .spans span{
	display: inline-block;
	font-size: 35px;
	opacity: .7;
	line-height: 50px;
	border-right: 1px solid #000;
	padding: 0 10px;
}
.p4 .des .spans span:last-child{
	border: none;
}
.p4 .des .kb,.p4 .des .fkh,.p5 .des .date{
	font-size: 35px;
	opacity: .7;
	margin-top: 28px;
	font-family:'SourceHanSansCN-Regular';
	width: 845px;
}
.p4 .des .kb i,.p4 .des .fkh i,.p5 .des .date i{
	margin-right: 28px;
	font-family:'SourceHanSansCN-Regular';
}
.border-bot{
	border-bottom: 2px solid #e5e5e5;
}
.p4 .produce{
	width: 100%;
	padding: 40px 50px;
	box-sizing: border-box;
	color: #000;
	position: relative;
}
.p4 .produce h2{
	font-size: 45px;
	margin-bottom: 30px;
	font-family:'SourceHanSansCN-Regular';
}
.p4 .produce p{
	font-size: 40px;
	line-height: 70px;
	font-family:'SourceHanSansCN-Regular';
}
.p4 .qynr{
	margin-bottom: 160px;
}
.p4 .mainimg{
	width: 690px;
    height: 420px;
    margin: 50px auto 0;
    border-radius: 25px;
}
.p5 .info{
	margin-top: 30px;
}
.p5 .banner{
	width: 1023px;
	/*height: auto;*/
	height: 380px;
	border-radius: 18px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 70px;
}
.p5 .info{
	position: relative;
}
.p5 .fav{
	width: 190px;
	position: absolute;
	/* border: 1px solid red; */
	bottom: 22px;
	right: 10px;
	text-align: center;
	font-size: 35px;
}
.p5 .fav i{
	font-size: 100px;
}
.favii{
	color: red;
}
.p5 .nav-content{
	width: 100%;
	height: 130px;
	line-height: 130px;
	box-shadow: 0 0 18px rgba(59,59,59,.3);
	overflow: hidden;
	font-family:'SourceHanSansCN-Regular';
}
.p5 .nav{
	width: 100%;
	height: 100px;
	background: #fff;
	overflow: hidden;
	margin-top: 15px;
}
.p5 .nav .btn{
	width: 33%;
	float: left;
	height: 130px;
	font-size: 37px;
	text-align: center;
	line-height: 100px;
}
.p5 .nav .btn1_1,.p5 .nav .btn1_2{
	border-right: 1px solid #999;
}
.p5 .content1,.p5 .content2,.p5 .content3{
	width: 100%;
	padding: 50px;
	font-size: 40px;
	color: #6c6c6c;
	box-sizing: border-box;
	line-height: 1.8;
	padding-bottom: 140px;
	font-family:'SourceHanSansCN-Regular';
	position: relative;
}
.p5 .content2,.p5 .content3{
	display: none;
}
.p6 .destination{
	width: 100%;
	margin-top: 40px;
	padding-left: 62px;
	color: #b8b8b8;
	height: 52px;
	overflow: hidden;
	font-size: 37px;
	font-family:'SourceHanSansCN-Regular';
}
.p6 .destination span{
	position: relative;
	display: inline-block;
	margin-top: 5px;
}
.p6 .destination span::before{
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 52px;
	background: #b8b8b8;
	left: -23px;
	top:-5px;
}
.p6 .destination .country-class{
	margin-left: 30px;
}
.p6 .all-name{
	width: 855px;
	margin: 120px auto 50px;
	overflow: hidden;
	font-family:'SourceHanSansCN-Regular';
}
.p6 .all-name li{
	width: 231px;
	margin: 45px 27px 0 27px;
	text-align: center;
	font-size: 34px;
	float: left;
}
.p6 .all-name li span{
	display: block;
	width: 231px;
	height: 231px;
	border-radius: 9px;
	margin-bottom: 40px;
	overflow: hidden;
}
.p7 .content-box{
	width: 100%;
	margin-top: 30px;
	/* border: 1px solid red; */
	padding-left: 0;
}
.p7 .person{
	width: 650px;
	margin: 0 auto;
	text-align: center;
}
.p7 .person-img{
	width: 318px;
	height: 318px;
	 border-radius: 50%;
	 overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: none;
}
.p7 .person-img img{
	width: 100%;
	height: 100%;
}

.p7 .nick-name{
	display: inline-block;
	font-size: 77px;
	/*border-bottom: 1px solid #000;*/
	padding: 0 30px 25px 30px;
	margin-top: 18px;
}
.p7 .fav-lable{
	margin-top: 96px;
	margin-left: 70px;
}
.p7 .fav-lable h2,.p7 .all-lables h2{
	width: 628px;
	font-size: 55px;
	color: #1a1f71;
	font-weight: bold;
	line-height: 2;
	/*border-bottom: 1px solid #000;*/
	font-family:'SourceHanSansCN-Bold';
}
.p7 .fav-lable .bqbox{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.p7 .fav-lable .edit{
	position: absolute;
	right: 100px;
	bottom: 0;
	font-size: 40px;
	opacity: .7;
}
.p7 .fav-lable ul,.p7 .all-lables ul{
	margin-top: 55px;
}
.p7 .fav-lable li,.p7 .all-lables ul li{
	width: 291px;
	height: 86px;
	line-height: 86px;
	border: 2px solid #000;
	box-sizing: border-box;
	/* overflow: hidden; */
	float: left;
	font-size: 45px;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 36px;
	position: relative;
	font-family:'SourceHanSansCN-Regular';
	border-radius: 10px;
}
.p7 .fav-lable li i,.p7 .all-lables ul li i{
	position: absolute;
	top:-40px;
	right:-30px;
	font-size: 60px;
	background: #fff;
	/* display: none; */
}
/*.p7 .fav-lable .plus{
	display: block;
	width: 291px;
	height: 86px;
	border: 2px solid #000;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}*/
.p7 .collection{
	margin-top: 70px;
}
.p7 .collection h2{
	margin-bottom: 40px;
	font-weight: bold;
	font-family:'SourceHanSansCN-Bold';
}
.p7 .collection dl{
	width: 100%;
/* 	margin: 0 auto; */
	/*overflow: hidden;*/
	border-top: 6px solid #e5e5e5;
	padding: 42px 0;
	font-family:'SourceHanSansCN-Regular';
	position: relative;
}
/*.p7 .collection .delete-box{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.4);
	display: none;
	top:0;
	left:0;
}*/
.p7 .collection .delete{
	position: absolute;
	width: 50px;
	height: 170px;
	/*border: 1px solid red;*/
	right: 2%;
	top:0;
	font-size: 30px;
	color: #999;
	text-align: center;
	background: #fff;
	padding-top: 135px
}
.p7 .collection dt{
	width: 270px;
	height: 230px;
	float: right;
	margin-right: 92px;
	border-radius: 5px;
	overflow: hidden;
}
.p7 .collection dd{
	width: 600px;
	padding-left: 45px;
	float: left;
	margin-top: 40px;
}
.p7 .collection dd h3{
font-size: 49px;
}
.p7 .collection dd p{
	font-size: 39px;
	opacity: .7;
	margin-top: 30px;
}
/*.p7 .all-lables{
	width: 100%;
	background: #fff;
	position: absolute;
	top:195px;
	display: none;
	color: #000;
	padding-left: 71px;
	padding-bottom: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 1400px;
}
.p7 .all-lables ul{
	margin-bottom: 96px;
}
.p7 .all-lables h2{
	border: none;
}
.p7 .all-lables h3{
	font-size: 55px;
	color: #1a1f71;
	text-align: center;
	margin-bottom: 45px;
	margin-left: -71px;
	font-family:'SourceHanSansCN-Regular';
}*/
.p7 .all-lables .lx{
	/*margin-left: 28px;*/
}
/*.p7 .all-lables .lx .checkstyle{
	width: 291px;
	height: 86px;
	margin-right: 11px;
	font-size: 45px;
	color: #000;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-bottom: 45px;
	border: 1px solid #000;
	font-size: 45px;
	font-family:'SourceHanSansCN-Regular';
	border-radius: 10px;
}*/
/*.p7 .all-lables .lx .checkstyle label {
    color: #000;
    width: 291px;
    line-height: 86px;
    text-align: center;
    float: left;
    overflow: hidden;
	}
	*/
/*.p7 .all-lables .lx .checkstyle input:checked + label {
		background: url(../img/ico_checkon.svg) no-repeat right bottom;
		background-size: 21px 21px;
		color: #00a4ff
	}*/
/*.p7 .all-lables .qr{
	width: 460px;
	height: 129px;
	line-height: 129px;
	border: 1px solid #000;
	color: #1a1f71;
	font-size: 51px;
	text-align: center;
	margin-left: 242px;
	border-radius: 10px;
}*/
.p8 {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,.63);
}
.p8 .lablebox{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
}
.p8 .lablebox .box{
	width: 896px;
	margin: 160px auto 0;
	background: #fff;
	border-radius: 20px;
	padding-top: 80px;
	padding-left: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	box-sizing: border-box;
	color: #000;
	height: 1450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.p8 .lablebox .box .title{
	font-size: 50px;
}
.p8 .lablebox .box .line{
	width: 218px;
	height: 3px;
	background: #000;
	margin: 67px 0 67px 18px;
}
.p8 .checkstyle {
	width: 255px;
	height: 86px;
	color:#000;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-bottom: 45px;
	border: 1px solid #000;
	font-size: 45px;
	/* border: 1px solid red; */
	font-family:'SourceHanSansCN-Regular';
	border-radius: 10px;
}
.p8 .checkstyle:nth-child(3n+3) {
           margin-right: 0;
       }
.p8 .checkstyle input,.p7 .checkstyle input {
	display: none
	}
.p8 .checkstyle label {
	/* border: 1px solid #CCC; */
	color: #000;
	width: 255px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.p8 .checkstyle input:checked + label {
	background: url(../image/v05/ico_checkon.svg) no-repeat right bottom;
	/* border: 1px solid #00a4ff; */
	background-size: 21px 21px;
	color: #00a4ff
}
.p8 .checkstyle input:disabled + label {
	opacity: 0.7;
}
.p8 .lablebox .close{
	/*font-size: 100px;
	color: #000;
	text-align: center;
	margin-top: 20px;
	position: absolute;
    right: 85px;
    top: 129px;*/
    font-size: 100px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.p8 .confirm{
	width: 255px;
	height: 78px;
	/* margin: 50px auto; */
	margin-top: 30px;
	margin-left: 288px;
	margin-bottom: 50px;
	font-size: 45px;
	line-height: 78px;
	text-align: center;
	color: #1a1f71;
	border: 1px solid #1a1f71;
	font-weight: bold;
	font-family:'SourceHanSansCN-Regular';
	border-radius: 10px;
}

.small{
	width: 93%;
	text-align: center;
	font-size: 36px;
}

.small a{
	text-decoration: underline;
	color: #1a1f71;
}

.notScroll {
	height: 100%;
	/*height: 200px;*/
    overflow: hidden;
}
.acStyle{
	color: #1a1f71;
	position: relative;
}
.acStyle::after{
	position: absolute;
	content: '';
	width: 40%;
	height: 4px;
	background: #1a1f71;
	left: 30%;
	bottom: 30%;
}
.banner1{
	display: block;
	width: 1023px;
	height: 516px;
	margin:15px auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 18px rgba(6,37,64,.54);
	-webkit-box-shadow: 0 0 18px rgba(6,37,64,.54);
	box-shadow: 0 0 18px rgba(6,37,64,.54);
	overflow: hidden;
	position: relative;
}
.banner1 .imgbox{
	width: 100%;
	height: 380px;
	overflow: hidden;
}
.banner1 img{
  /*width: 100%;
  height: 422px;
  overflow: hidden;
  margin-top: 0;*/
  /*-moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;*/
}
.banner1 p{
	font-size: 56px;
	color: #221815;
	/*letter-spacing: 10px;*/
	margin-top: 17px;
	margin-left: 66px;
	overflow: hidden;
	line-height: 1.5;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-family:'SourceHanSansCN-Regular';
}
.banner1 i{
	position: absolute;
	width: 204px;
	height: 67px;
	background: url(../image/v05/icon_bg.png)no-repeat;
	background-size: 100%;
	top:-7px;
	right: 41px;
	font-size: 41px;
	line-height: 67px;
	text-align: center;
	color: #fff;
	font-family:'SourceHanSansCN-Regular';
}
/**/
.all-lablesbox{
	width: 1009px;
	height: 100%;
	/*background: #fff;*/
	position: fixed;
	left: 0;
	top:0;
	z-index: 10;
	display: none;

}
.all-lables{
	width: 100%;
	background: #fff;
	position: relative;
	margin-top:160px;
	/* z-index: 10; */
	/* padding-top: 195px; */
	/* display: none; */
	color: #000;
	padding-left: 71px;
	padding-bottom: 80px;
	overflow-y: auto;
	/* height: 1600px; */
	/* height: 78vh; */
	height: 80%;
	overflow-y: auto;
	padding-bottom: 100px;
	/*background: red;*/
}
 .all-lables ul{
	margin-bottom: 96px;
}
 .all-lables h2{
	border: none;
}
.all-lables h3{
	font-size: 55px;
	color: #1a1f71;
	text-align: center;
	margin-bottom: 45px;
	margin-left: -71px;
}
.all-lables h2{
	width: 628px;
	font-size: 55px;
	color: #1a1f71;
	font-weight: bold;
	font-family:'SourceHanSansCN-Bold';
	line-height: 2;
	border-bottom: 1px solid #000;
	border: none;
}
.all-lables ul{
	margin-top: 55px;
}
.all-lables ul li{
	width: 291px;
	height: 86px;
	line-height: 86px;
	border: 2px solid #000;
	box-sizing: border-box;
	/* overflow: hidden; */
	float: left;
	font-size: 45px;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 36px;
	position: relative;
	border-radius: 10px;
}
 .all-lables ul li i{
	position: absolute;
	top:-40px;
	right:-30px;
	font-size: 60px;
	background: #fff;
	/* display: none; */
}
.all-lables .checkstyle{
	width: 291px;
	height: 86px;
	margin-right: 11px;
	font-size: 45px;
	color: #000;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-bottom: 45px;
	border: 1px solid #000;
	font-size: 45px;
	border-radius: 10px;
}
.all-lables .checkstyle label {
    color: #000;
    width: 291px;
    line-height: 86px;
    text-align: center;
    float: left;
    overflow: hidden;
	}
	.all-lables .checkstyle input{
		display: none;
	}
.all-lables .checkstyle input:checked + label {
		background: url(../image/v05/ico_checkon.svg) no-repeat right bottom;
		background-size: 21px 21px;
		color: #00a4ff
	}
.all-lables .btns{
	width: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	/*position: relative;*/
	height: 130px;
	line-height: 130px;
	text-align: center;
	background: #fff;
}
.all-lables .btns .cz,.all-lables .btns .qr{
	width: 50%;
	float: left;
	color: #000;
	font-size: 45px;
}
.all-lables .btns .qr{
	background: #f7b600;
	color: #fff;
}
/*.all-lables .qr{
	width: 460px;
	height: 129px;
	line-height: 129px;
	border: 1px solid #000;
	color: #1a1f71;
	font-size: 51px;
	text-align: center;
	margin-left: 242px;
	margin-bottom: 150px;
	border-radius: 10px;
}*/
.showyhq {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
.text-box{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.text-box p{
	line-height: 1.5;
}
.text-box ul {
	list-style-type: disc!important;
	padding-left: 40px;
}
.ckbtn{
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #000;
	text-align: center;
	background: #fff;
	/* position: absolute; */
	/* bottom: 15px; */
	/* left: 0; */
	font-size: 40px;
	margin-top:5px;
	}
.ckbtn img{
	width: 140px;
	height: 73px;
	margin: 0 auto;
}
	.ckbtn1,.ckbtn2,.ckbtn3{
		bottom: 105px;
	}
	.ckbtn4_2{
		display: none;
	}
.ckbtn1_2,.ckbtn2_2,.ckbtn3_2{
	/* bottom: 105px; */
	display: none;
}
.ckbtn1_2 img,.ckbtn2_2 img,.ckbtn3_2 img,.ckbtn4_2 img{
	height: 50px;
}
.tagbox{
	width: 850px;
	border-radius: 20px;
	border: 2px solid #000;
	/* margin: 0 auto; */
	padding: 40px 43px 10px 43px;
	overflow: hidden;
	margin-top: 40px;
}
.tagbox span{
	display: inline-block;
	font-size: 45px;
	color: #000;
	font-family:'SourceHanSansCN-Regular';
	text-align: center;
	line-height: 1.85;
	padding: 0 40px;
	border: 2px solid #000;
	border-radius: 8px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.tagbox .plus{
	width: 153px;
	height: 86px;
	line-height: 0;
	float: left;
	margin-bottom: 30px
}

.edit{
	position: absolute;
	right: 50px;
	top: 30px;
	width: 145px;
	height: 57px;
	opacity: 1 !important;
}
.edit img{
	width: 145px;
	height: 57px;
}
.edit_btn{
	display: none;
	width: 30%;
	position: absolute;
	right: 50px;
	top: 30px;
	align-items: center;
	justify-content: space-around;
	flex-wrap: nowrap;
}

.edit_btn img{
	width: 145px;
	height: 57px;
	margin-left: 10px;
	margin-right: 10px;
}

.gou_btn{
	position: absolute;
	left: -50px;
	top: 100px;
	width: 7.5%;
	display: none;
}

.gou_btn img{
	width: 100%;
}

.bottom_div{
	position:fixed;
	top:287px;
	right:-5px;
	width:25px;
	height:80vh;
	z-index:1000;
}

.line_div{
	width:20px;
	height:80vh;
	border-radius: 100px;
	/*border:1px solid #1a1f71;*/
	/*margin:auto;*/
	/*margin-top:8vh;*/
	position:relative;
}

.line_bg{
	position:absolute;
	left:0;
	top:0;
	height:14%;
	width: 100%;
	background:#1a1f71;
	border-radius: 100px;
}

.logo_line{
	width: 95%;
	margin: auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo_box{
	display: flex;
	align-items: center;
	justify-content: left;
	width: 70%;
}

.logo_box img{
	width: 100%;
	margin: 15px;
}

.search_fc{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 200;
	display: none;
}

.first_fc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 210;
	display: none;
}

.home_fc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 209;
	display: none;
}

.mine_fc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 208;
	display: none;
}

.list_fc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 211;
	display: none;
}

.minetag_fc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 212;
	display: none;
}

.search_fc img,.first_fc img,.home_fc img,.mine_fc img,.list_fc img,.minetag_fc img{
	width: 100%;
}

.fc_btns{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: absolute;
	bottom: 5%;
}

.fc_btns img{
	width: 30% !important;
}









.v_section{  background:#fff; padding:42px 0 34px 0}
.visa_logo{ width:150px; margin:0 auto}

.guide{ float: left; width:75px; margin-left:20px; margin-top:6px; opacity:0.9}


.search_suggest, .search_similar{ width:100%; background-color:#fff; position:absolute; top:124px; left:0; z-index:12}
.search_default, .search_similar ul{ width:1036px; margin:0 auto}

.search_default{ padding:52px 45px 0 155px; position:relative;}
.search_default a{ padding:0px 0 52px 0;box-sizing:border-box;  display:inline-block; position:relative; width:48%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-decoration:none; font-size:42px; line-height:1.3}
.hot_icon{ width:58px; float:left; display:block; position:absolute; top:48px; left:64px}
.hot_icon img{ width:100%}


.search_similar li{  position:relative; padding:42px 45px 42px 45px; border-bottom:2px solid #e5e5e5}
.search_similar li a{ text-decoration:none; position:relative; display:block; width:100%; overflow:hidden; white-space: nowrap; text-overflow:ellipsis}
.search_similar li:last-child{ border:none}
.ui-widget-content{ top:0!important; left:0!important}

.s_logo{ width:230px; height:130px; display:inline-block; vertical-align:middle; text-align:center; overflow:hidden; border:2px solid #e5e5e5; border-radius:10px}
.s_logo:after{ content:""; display:inline-block; height:100%; vertical-align:middle;width:0}
.s_logo img{ max-width:75%; max-height:75%; vertical-align:middle; display:inline-block}
.search_similar li p{font-size:42px; display:inline-block; margin-left:40px; width:68%; line-height:1.3}

.p2 .condition .category_filter{ float:inherit; margin:0 auto}
.merchant_list dt{ text-align:center}
.merchant_list dt img, .store_logo img{ max-width:95%; max-height:95%; vertical-align:middle; display:inline-block}
.store_logo img{ max-width:75%}
.merchant_list dt:after, .store_logo:after{ content:""; display:inline-block; height:100%; vertical-align:middle; width:0}
.store_logo{ width:230px; height:230px; float:left; margin-right:52px; border-radius:10px; overflow:hidden; border:2px solid #e5e5e5; text-align:center}
.store_wrap, .about_text, .expired_wrap{ width:1036px; margin:0 auto; padding:80px 30px; box-sizing:border-box; color:#000; position:relative}
.store_wrap{ border-bottom:2px solid #e5e5e5}
.store_center{ float:left; width:70%}
.store_center h2{ font-size:55px; font-weight:bold; position:relative; margin-top:20px}
.store_center p{ font-size:44px; opacity:0.7; margin-top:50px; font-family:'SourceHanSansCN-Regular'}
.about_text h2{ font-size:45px; margin-bottom:30px; font-family:'SourceHanSansCN-Regular'}
.about_text p{ font-size:40px; line-height:70px; opacity:0.7; font-family: 'SourceHanSansCN-Regular'}
.coupon_list ul li{ width:1036px; margin:0 auto; padding:80px 30px; box-sizing:border-box; color:#000; position:relative; border-top:2px solid #e5e5e5}
.promo_infor{ position:absolute; width:210px; height:210px; top:0; left:0; border:2px dashed #e5e5e5; border-radius:10px}
.promo_infor_box{ width:100%; height:100%; display:table}
.promo_infor_center{ line-height:1; display:table-cell; text-align:center; vertical-align:middle}
.promo_infor span{ display:block; vertical-align:baseline; text-transform:uppercase; font-size:60px}
.en .text_freeshipping{ font-size:40px}
.en .text_freesample{ font-size:48px}
.en .text_reward{ font-size:44px}

.coupon_wrapper{ padding-left:256px; position:relative}
.coupon_wrapper h3{ font-size:48px; margin-bottom:30px; line-height:1.3}
.tips_wrap{ font-size:30px; opacity:0.54; margin-bottom:16px}
.tips_wrap span{ margin-right:55px}
.time_icon{ background:url(../image/v05/time_icon.svg) no-repeat; width:64px; height:64px; transform: scale(0.56); display:inline-block; vertical-align:middle; margin-top:-4px; margin-left:-10px}
.coupon_wrapper p{ font-size:36px; line-height:1.5; opacity:0.7; margin-top:30px}
.code_btn{ height:90px; line-height:90px; padding:0 210px 0 40px; box-sizing:border-box; border:2px dashed #1a1f71; position:relative; margin-top:40px; max-width:100%; display:inline-block; border-radius:45px; background:#f7f7ff; min-width:400px}
.code_btn div{  height:90px; line-height:90px; font-size:35px; width:100%; text-align:center; word-spacing:normal; word-wrap:break-word; color:#1a1f71; font-weight:500}
.code_btn input[type="button"]{ position:absolute; width:180px; height:100%; font-size:32px; top:0; right:0; z-index:2; background:#1a1f71; color:#fff; cursor:pointer; outline:none; border:none; border-radius:0 45px 45px 0; -webkit-appearance: none}
.deal_btn{ height:90px; line-height:90px; padding:0; border:2px dashed #1a1f71; position:relative; margin-top:40px; max-width:100%; display:inline-block; border-radius:45px; background:#f7f7ff; min-width:180px}
.deal_btn input[type="button"]{ position:absolute; width:180px; height:100%; font-size:32px; top:0; right:0; z-index:2; background:#1a1f71; color:#fff; cursor:pointer; outline:none; border:none; border-radius:45px; -webkit-appearance: none}.expired_wrap{ text-align:center}
.merchant_icon{ background:url(../image/v05//merchant_icon.png) no-repeat; width:200px; height:176px; display:inline-block; transform: scale(0.5); opacity:0.7}
.expired_wrap p{ font-size:39px; opacity:0.7}

.coupon_wrapper .store_logo{ position:absolute; top:0; left:0; width:210px; height:210px; margin-right:0; border:2px dashed #e5e5e5}

.category_slide{ width:100%; height:130px; overflow-x:scroll; white-space:nowrap; overflow-y:hidden}
.category_slide .radiostyle{ border:none; display:inline-block; float:none; margin-bottom:0; margin-top:22px; margin-right:32px}
.category_slide .radiostyle input:checked + label{ background:none; color:#1a1f71}
.category_slide::-webkit-scrollbar{ display:none}

.en .radiostyle{ width:900px}
.en .radiostyle label{ width:900px}

.en .category_slide{ padding:0 65px; box-sizing:border-box}
.en .category_slide .radiostyle{ width:auto; margin-right:52px}
.en .category_slide .radiostyle label{ width:auto}

.inc_support{ text-align:center; margin-top:70px; font-size:34px; padding:36px; opacity:0.7; background:#fff; box-shadow:0 0 18px rgba(6, 37, 64, .34)}


.citic .guide{ width:160px; margin-left:20px; margin-top:6px}
.citic .guide_img{ width:75px; float:left}
.citic .guide span{ font-size:40px; float:left; margin-top:16px; opacity:1}
.citic .page .search .search-input{ width:635px}
.citic .page .search .search-input input{ width:520px}


.category_scrollbar{ position:absolute; bottom:0; left:0; width:15vh; height:15px; z-index:1000}
.scrollbar_line{ width:15vh; height:15px; border-radius:100px; position:relative;}
.scrollbar_bg{ position:absolute; left:0; top:0; height:100%; width:100%; background:#1a1f71; border-radius:100px}

.banner_carousel{ margin:0; min-height:612px; position:relative; overflow:hidden}
.owl-carousel{ min-height:612px}
.owl-carousel .owl-wrapper:after{ content: "."; display:block; clear:both; visibility:hidden; line-height:0; height:0}
.owl-carousel{ position:relative; width:100%; -ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{ position:relative; -webkit-transform: translate3d(0px, 0px, 0px)}
.owl-carousel .owl-wrapper-outer{ overflow:hidden; position:relative; width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition:height 500ms ease-in-out; -moz-transition:height 500ms ease-in-out; -ms-transition:height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition:height 500ms ease-in-out}
.owl-carousel .owl-item{ float:left; height:612px}
.owl-dot span{ cursor:pointer}
.owl-controls{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0)}
.item, .item_img{ width:100%; height:100%; background-position:center; background-repeat:no-repeat}
.owl-nav{ display:none}
.owl-dots{ position:absolute; bottom:15px; display: block; text-align:center; width:100%}
.owl-dot{ position:relative; display:inline-block; height:26px; width:26px; border-radius:18px; margin:0 5px; cursor:pointer; background:#fff}
.owl-dot span{ display:inline-block}
.owl-dot.active{ background:#1a1f71}


.guide_list h1{ font-size:50px; font-family:'SourceHanSansCN-Bold'; margin:98px auto 35px auto; width:1036px; padding:0 58px}
.p2 .content dl{ padding:62px 0}
.p2 .guide_list dt{ float:left; margin:0 0 0 45px; width:240px; height:240px}
.p2 .guide_list dd{ margin-top:0}
.p2 .guide_list dd h3{ font-size:40px; line-height:1.5}

.oops{ text-align:center}
.oops_img{ background:url(../image/v05/oops_img.svg) no-repeat; width:600px; height:368px; margin:0 auto}
.oops h2{ font-size:60px; margin:70px 0 50px 0}


/*::-webkit-scrollbar-track-piece {*/
/*	background-color: rgba(0, 0, 0, 0);*/
/*	border-left: 1px solid rgba(0, 0, 0, 0);*/
/*}*/
/*::-webkit-scrollbar {*/
/*	width: 20px;*/
/*	height: 13px;*/
/*	-webkit-border-radius: 20px;*/
/*	-moz-border-radius: 20px;*/
/*	border-radius: 20px;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*	background-color: #1a1f71;*/
/*	background-clip: padding-box;*/
/*	-webkit-border-radius: 20px;*/
/*	-moz-border-radius: 20px;*/
/*	border-radius: 20px;*/
/*	min-height: 28px;*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
/*	background-color: #1a1f71;*/
/*	-webkit-border-radius: 20px;*/
/*	-moz-border-radius: 20px;*/
/*	border-radius: 20px;*/
/*}*/



/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}