@charset "utf-8";
/* CSS Document */
@font-face { font-family: "微軟正黑體"; src: url("../fonts/MSJH.TTF"); font-weight: normal; font-style: normal; }
@font-face { font-family: "JosefinSans"; src: url("../fonts/JosefinSans-SemiBold.ttf"); font-weight: normal; font-style: normal; }
@font-face { font-family: "made-evolve-sans"; src: url("../fonts/MADE-Evolve-Sans-Regular.otf"); font-weight: normal; font-style: normal; }
@font-face { font-family: "made-evolve-sans-l"; src: url("../fonts/MADE Evolve Sans Light.otf"); font-weight: normal; font-style: normal; }
@font-face { font-family: "made-evolve-sans-t"; src: url("../fonts/MADE Evolve Sans Thin.otf"); font-weight: normal; font-style: normal; }
html { -webkit-text-size-adjust: none; /* overflow-x: hidden; */ }
html.htmlhidden { overflow: hidden; position: fixed; width: 100%; height: 100%; }
body { -webkit-text-size-adjust: none; padding-top: 135px; width: 100%; min-width: 320px; overflow-x: hidden; }
* { font-size: 16px; color: #131313; margin: 0; padding: 0; font-family: "made-evolve-sans","Microsoft JhengHei","微軟正黑體","Arial"; }
ul, ol, li { margin: 0; padding: 0; list-style-type: none; /* list-style-position: inside; */ }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
div, form, span, dl, dt, dd { border: 0; margin: 0; padding: 0; list-style-type: none; }
img { border: 0; padding: 0; margin: 0; max-width: 100%; height: auto; }
table { border-collapse: collapse; width: 100%; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; -webkit-text-fill-color: #333; }
input[type="reset"], 
input[type="button"], 
input[type="submit"] { -webkit-appearance: none; }
input, button, a { outline: 0 none!important; blr: expression(this.onFocus=this.blur()); }
input:focus, 
textarea:focus { -webkit-outline: none; -moz-outline: none; outline: none; }
textarea { -webkit-appearance: none; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-outline: none; -moz-outline: none; outline: none; }
select::-ms-expand { display: none; }
button { border: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
p { padding: 0; margin: 0; }
a { color: #131313; }
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-outline: none; 
	-moz-outline: none;
	outline: none;
	text-decoration: none;
}
/* :focus, :focus > img { outline: -webkit-focus-ring-color auto 1px !important; } */
.fn { float: none!important; }
.fl { float: left; }
.fr { float: right; }
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }
.dn { display: none; }
.db { display: block; }
.dib { display: inline-block; }
.df { display: flex; }
.df-wrap { display: flex; flex-wrap: wrap; }
.dt { display: table; }
.dtc { display: table-cell; }
.w10 { width: 10%; } .w15 { width: 15%; } .w16 { width: 16.66%; } 
.w20 { width: 20%; } .w25 { width: 25%; } 
.w30 { width: 30%; } .w35 { width: 35%; } .w33 { width: 33.33%; }
.w40 { width: 40%; } .w45 { width: 45%; } 
.w50 { width: 50%; } .w55 { width: 55%; } 
.w60 { width: 60%; } .w65 { width: 65%; } .w66 { width: 66%; }
.w70 { width: 70%; } .w75 { width: 75%; } 
.w80 { width: 80%; } .w85 { width: 85%; } 
.w90 { width: 90%; } .w95 { width: 95%; }
.w100 { width: 100%; margin: 0 auto; }
.w750 { width: 750px; margin: 0 auto; }
.w960 { width: 960px; margin: 0 auto; }
.w1070 { width: 1070px; margin: 0 auto; }
.w1136 { width: 1136px; margin: 0 auto; }
.w1170 { width: 1170px; margin: 0 auto; }
.w1180 { width: 1180px; margin: 0 auto; }
.w1200 { width: 1200px; margin: 0 auto; }
.w1280 { width: 1280px; margin: 0 auto; }
.w1366 { width: 1366px; margin: 0 auto; }
.w1440 { width: 1440px; margin: 0 auto; }
.w1560 { width: 1560px; margin: 0 auto; }
.w200px { width: 200px; } .w300px { width: 300px; } .w400px { width: 400px; } .w500px { width: 500px; }
.h150px { height: 150px; } .h200px { height: 200px; } .h300px { height: 300px; } .h400px { height: 400px; } .h500px { height: 500px; }
.clear:after { content: ""; display: block; height: 0; clear: both; }
.boxsizing { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ts01 { -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; }
.ts02 { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
.ts03 { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.ts04 { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.ts05 { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.ts08 { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -ms-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; }

.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px 20px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px 20px;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px 20px;}
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px 20px;}
.grid-6{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px 20px;}
.grid-7{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:20px 20px;}


/*  */
.w150px { width: 150px; }
.w-calc-150px {
    width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px); 
	width: calc(100% - 150px);
}








/* 列表 */
.list-none, .list-disc, .list-circle, .list-square, .list-decimal, .list-decimal-zero, .list-lower-roman, .list-upper-roman, .list-lower-alpha, .list-upper-alpha, .list-lower-greek, .list-lower-latin, .list-upper-latin, .list-hebrew, .list-armenian, .list-georgian, .list-cjk-ideographic, .list-hiragana, .list-katakana, .list-hiragana-iroha, .list-katakana-iroha { padding-left: 20px; } 
.list-none li { list-style-type: none; } 
.list-disc li { list-style-type: disc; }
.list-circle li { list-style-type: circle; }
.list-square li { list-style-type: square; }
.list-decimal li { list-style-type: decimal; }
.list-decimal-zero li { list-style-type: decimal-leading-zero; }
.list-lower-roman li { list-style-type: lower-roman; }
.list-upper-roman li { list-style-type: upper-roman; }
.list-lower-alpha li { list-style-type: lower-alpha; }
.list-upper-alpha li { list-style-type: upper-alpha; }
.list-lower-greek li { list-style-type: lower-greek; }
.list-lower-latin li { list-style-type: lower-latin; }
.list-upper-latin li { list-style-type: upper-latin; }
.list-hebrew li { list-style-type: hebrew; }
.list-armenian li { list-style-type: armenian; }
.list-georgian li { list-style-type: georgian; }
.list-cjk-ideographic li { list-style-type: cjk-ideographic; }
.list-hiragana li { list-style-type: hiragana; }
.list-katakana li { list-style-type: katakana; }
.list-hiragana-iroha li { list-style-type: hiragana-iroha; }
.list-katakana-iroha li { list-style-type: katakana-iroha; }








/********************************************/
/* 404 */
.site-error { text-align: center; background-color: #131313; border-color: #131313; padding: 80px 16px; border: 1px solid transparent; border-radius: 4px; width: 800px; max-width: 90%; margin: 180px auto 200px; }
.site-error h1 { font-size: 30px; color: #fff; margin-bottom: 24px; }
.site-error p { font-size: 16px; color: #fff; }

@media screen and ( max-width:1024px ){ 
	.site-error { margin: 80px auto 200px; }
}
@media screen and ( max-width:996px ){ 
	.site-error { margin: 66px auto 120px; }
}
@media screen and ( max-width:768px ){ 
	.site-error { margin: 36px auto 54px; }
}





/*********** 美化滚动条 ***********/
/* x */
.scroll-bar::-webkit-scrollbar { width: 8px; }
.scroll-bar::-webkit-scrollbar-track { /* margin: 2px 0; */ background-color: #e0e0e0;
	/* -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em; */
}
.scroll-bar::-webkit-scrollbar-thumb { background-color: rgba(50,70,90,1);
	/* -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em; */
}
.scroll-bar::-webkit-scrollbar-thumb:hover { background-color: rgba(50,70,90,.9); }

/* y */
.scroll-bar2::-webkit-scrollbar { width: 6px; height: 6px; }
.scroll-bar2::-webkit-scrollbar-track-piece { background-color: #e0e0e0; }
.scroll-bar2::-webkit-scrollbar-thumb { background-color: rgba(50,70,90,1); background-clip: padding-box; min-height: 28px; }
.scroll-bar2::-webkit-scrollbar-thumb:hover { background-color: rgba(50,70,90,.9); }



/*********** 显示隐藏 ***********/
#panel,
.hidden { display: none; }



/* pay-qrcode */
.pay-qrcode-box { width: 350px; margin: 80px auto 180px; background-color: #fff; padding: 30px 16px; border-radius: 10px; box-shadow: 0 1px 10px rgba(0,0,0,.05); max-width: 86%; position: relative; z-index: 2; overflow: hidden; }
.pay-qrcode-box > img,
.pay-qrcode-box > canvas { margin: 12px auto; display: block; width: 60%; }
.pay-qrcode-box p { text-align: center; padding-bottom: 0; }
.pay-qrcode-box:before { 
	content: ""; width: 1000px; height: 1000px; display: block; background-color: #cae6da; position: absolute; top: 28px; right: 0; z-index: -1;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	transform: rotate(45deg);
}
@media screen and ( max-width:580px ){ 
	.pay-qrcode-box { margin: 54px auto 80px; }
	.pay-qrcode-box img,
	.pay-qrcode-box canvas { margin: 12px auto; display: block; width: 60%; }
	
}





/* fadeInDown */
/* .fadeInDown { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; }
.fadeInDown > div { position: fixed; top: 50%!important; left: 50%!important; right: auto!important; padding: 36px 24px 54px; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); width: 380px; max-width: 92%; border: 1px solid #07456c;
	-webkit-transform: translate(-50%,-50%)!important; 
	-moz-transform: translate(-50%,-50%)!important; 
	-ms-transform: translate(-50%,-50%)!important; 
	transform: translate(-50%,-50%)!important;
}
.fadeInDown button.close { position: absolute; top: 10px; right: 16px; font-size: 24px; font-weight: 700; background-color: transparent; height: auto; width: 20px; line-height: 20px; text-align: center; cursor: pointer; }
.fadeInDown span:nth-of-type(3) { font-size: 18px; display: block; text-align: center; padding: 0 30px; } */
.fadeInDown { top: 50%!important; left: 50%!important; right: auto!important; width: 500px!important; background-color: #fff; padding: 44px 24px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,.2); margin: -55px 0 0 -274px!important; border-radius: 6px;
	-webkit-animation-fill-mode: none!important;
    animation-fill-mode: none!important;
}
.fadeInDown span { font-size: 20px; font-weight: 700; color: #131313; line-height: 1.8em; }
.fadeInDown span a { font-size: 16px; color: #131313; cursor: pointer; text-decoration: underline; }
.fadeInDown button { background-color: transparent; color: #131313; font-size: 24px; text-align: center; width: 16px; height: 16px; line-height: 16px; border: 0; vertical-align: middle; position: absolute; top: 10px; right: 10px; cursor: pointer; }
.fadeInDown button:hover { opacity: .5; filter: alpha(opacity=50);}

.fadeInDown:after { content: ""; display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -2; background-color: rgba(0,0,0,.6); }
.fadeInDown:before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background-color: #fff; border-radius: 6px; }

@media screen and ( max-width:767px ){ 
	.fadeInDown { width: 400px!important; margin-left: -224px!important; }

}
@media screen and ( max-width:480px ){ 
	.fadeInDown { width: 300px!important; padding: 36px 16px!important; margin-left: -166px!important; }

}




/*  */
.help-block { color: red; }




/* crumbs 导航 */
.crumbs { line-height: 1em; }
.crumbs:after { content: ""; clear: both; display: block; height: 0; }
.crumbs a { float: left; font-size: 14px; /*font-style: italic;*/ display: block; position: relative; line-height: 1em; padding-right: 10px; margin-right: 5px; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crumbs a:after { content: "/"; margin-left: 5px; display: block; position: absolute; top: 0; right: 0; }
.crumbs a:hover { opacity: .5; }
.crumbs a:last-child { padding-right: 0; margin-right: 0; }
.crumbs a:last-child:after { display: none; }

.crumbs2 { line-height: 1em; }
.crumbs2:after { content: ""; clear: both; display: block; height: 0; }
.crumbs2 a { float: left; font-size: 14px; /*font-style: italic;*/ display: block; position: relative; line-height: 1em; padding-right: 16px; margin-right: 2px; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.crumbs2 a:after { content: "\e72f"; font-family: "iconfont"!important; margin-left: 5px; display: block; position: absolute; top: 0; right: 0;
	-webkit-transform: scale(.7); 
	-moz-transform: scale(.7); 
	-ms-transform: scale(.7); 
	-o-transform: scale(.7); 
	transform: scale(.7);
}
.crumbs2 a:hover { opacity: .5; }
.crumbs2 a:last-child { padding-right: 0; margin-right: 0; }
.crumbs2 a:last-child:after { display: none; }






/* gotop */
.gotop { position: fixed; bottom: 66px; right: 50px; z-index: 990; }
.gotop i { width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 18px; background-color: #fff; color: #131313; display: block; cursor: pointer; }
.gotop i:hover { color: #fff; background-color: #131313; }






/* commonpopup */
.commonpopup { position: fixed; top: 0; left: 0; z-index: 99999; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.commonpopup.active { opacity: 1; filter: alpha(opacity=100); visibility: visible; } 
.commonpopup-box { position: fixed; top: 50%; left: 50%; z-index: 9; width: 550px; max-width: 90%; height: auto; background-color: #fff;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform:translate(-50%,-50%); 
	-ms-transform:translate(-50%,-50%); 
	transform: translate(-50%,-50%);
}
/* .commonpopup-bg { position: relative; padding: 24px 44px; background-color: #fff; } */
.commonpopup-off { position: absolute; top: 24px; right: 24px; z-index: 9; cursor: pointer; } 
.commonpopup-off:before { content: "\e612"; font-family: "iconfont"!important; font-size: 18px; color: #9ca0a6;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease;  
}
.commonpopup-off:hover:before { color: #131313;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}






/*********** 數量 ***********/
.indexnumber { position: relative; width: 94px; }
.indexnumber input { width: 40px; height: 38px; background: transparent; text-align: center; border: 0; font-size: 18px; font-weight: 700; color: #131313; }

.indexnumber > div { height: 40px; border: 1px solid #131313; border-radius: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-ms-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}
.indexnumber > div:hover { border-color: #131313;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-ms-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}
.indexnumber > div > div { 
	width: 26px; height: 38px; line-height: 38px; border-radius: 50%; color: #131313; top: 1px; cursor: pointer; font-size: 18px; font-weight: 700; text-align: right;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-ms-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}
.indexnumber > div > div:last-child { text-align: left; }
.indexnumber > div > div:hover { color: #cdcdcd;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-ms-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease;
}






/*********** 表單 ***********/
.form-row:after,
.form-item:after,
.form-together:after,
.form-input:after { content: ""; clear: both; height: 0; display: block; } 


.grid2 .form-row,
.grid3 .form-row { margin: 0; }

/* 一行多个 */
.form-row { 
	width: 100%; margin-bottom: 20px; position: relative; z-index: 2; text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
} 
.form-row:last-of-type { margin-bottom: 0; }  

.form-input { position: relative; }

/**/
.form-input select,
.form-input textarea,
input[type="text"],
input[type="password"] { 
	display: inline-block; border: 1px solid #131313; padding: 0 20px; width: 100%; height: 50px; position: relative; background-color: transparent; vertical-align: top; border-radius: 6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.form-input select:disabled,
.form-input textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled { background-color: #f4f5f6; }
.form-input textarea { padding: 12px 20px; height: 120px; }
.form-input select { background: url(../images/form-icon1-1.png) no-repeat; background-position: top 20px right 20px; background-size: 10px 10px; }

.form-input .show-password-input { position: absolute; top: 50%; right: 16px; margin-top: -8px; cursor: pointer; font-weight: 700; }

/* .form-row i.iconfont { position: absolute; top: 0; right: 22px; z-index: -1; font-size: 12px; height: 36px; line-height: 36px; display: block; } */
.form-row .w100 { float: left; margin: 0 3px;
    width: -webkit-calc(100% - 6px);
	width: -moz-calc(100% - 6px); 
	width: calc(100% - 6px);
}
.form-row .w50 { float: left; margin: 0 3px;
    width: -webkit-calc(50% - 6px);
	width: -moz-calc(50% - 6px); 
	width: calc(50% - 6px);
}
.form-row .w33 { float: left; margin: 0 3px;
    width: -webkit-calc(33% - 6px);
	width: -moz-calc(33% - 6px); 
	width: calc(33% - 6px);
}
.form-row .w25 { float: left; margin: 0 3px;
    width: -webkit-calc(25% - 6px);
	width: -moz-calc(25% - 6px); 
	width: calc(25% - 6px);
}
.form-row .w20 { float: left; margin: 0 3px;
    width: -webkit-calc(20% - 6px);
	width: -moz-calc(20% - 6px); 
	width: calc(20% - 6px);
}


/**/
.form-code {
	width: -webkit-calc(100% - 100px)!important;
	width: -moz-calc(100% - 100px)!important; 
	width: calc(100% - 100px)!important;
}
.form-code-img { position: absolute; top: 0; right: 0; width: 94px; height: 36px; background-color: #fff; margin-top: 7px; }
.form-code-img img { width: auto; height: 100%; display: block; margin: 0 auto; }
.form-btn { }


/* 1 */
.form-item {  }
.form-item .form-row > label { line-height: 1em; display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.form-item .form-row > label i { font-size: 14px; font-weight: 700; font-style: normal; color: #d0021b; margin-right: 2px; }


/* 2 */
.form-item2 { margin: 0 -3px; }
.form-item2 > .form-row { padding-left: 120px; }
.form-item2 .form-row > label { position: absolute; top: 0; left: 3px; line-height: 36px; display: block; font-size: 14px; font-weight: 700; }
.form-item2 .form-row > label i { font-size: 14px; font-weight: 700; font-style: normal; color: #d0021b; margin-right: 2px; }
.form-item2 .form-choice,
.form-item2 .form-choice2 { padding: 0 3px; }


/**/
/* .form-choice,
.form-choice2 { padding-bottom: 12px; } */


/******/
input[type='radio'], 
input[type='checkbox'] { 
	width: 16px; height: 16px; position: relative; background: transparent; border: 0; outline: none; vertical-align: middle; cursor: pointer; margin-right: 8px; margin-top: -2px; display: inline-block;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}
input[type='radio']:checked:after,
input[type='checkbox']:checked:after { 
	content: ""; position: absolute; top: 2px; left: 5px; border-right: 2px solid transparent; border-bottom: 2px solid transparent; width: 4px; height: 8px; border-color: #fff;
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);
}
input[type='radio']:before,
input[type='checkbox']:before { 
	content: ""; position: absolute; width: 100%; height: 100%; background: #fff; border: 1px solid #131313; border-radius: 3px; box-sizing: border-box;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
input[type='radio']:hover:before,
input[type='checkbox']:hover:before { 
	background-color: #f4f5f6;
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.2);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
input[type='radio']:checked:before,
input[type='checkbox']:checked:before { 
	background-color: #131313!important; border-color: #131313!important;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
input[type='radio']:disabled,
input[type='checkbox']:disabled { cursor: default; }
input[type='radio']:disabled:before,
input[type='checkbox']:disabled:before { background-color: #dbdde1; border-color: #9ca0a6; }
input[type='radio']:disabled:hover:before,
input[type='checkbox']:disabled:hover:before { 
	background-color: #dbdde1;
	 -webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
}
.form-input label,
.form-choice label,
.form-choice2 label { cursor: pointer; line-height: 50px; display: inline-block; margin-right: 16px; vertical-align: top; }
.form-choice label input[type="text"],
.form-choice2 label input[type="text"] { margin-left: 10px; display: inline-block; width: auto; vertical-align: top; }
.form-choice2 input[type='radio']:before { border-radius: 100%; }
.form-choice2 input[type='radio']:checked:before { background-color: #fff!important; }
.form-choice2 input[type='radio']:checked:after { border: 0; width: 8px; height: 8px; background: #131313; border-radius: 100%; top: 50%; left: 50%; margin: -4px 0 0 -4px; }

/* input[type='checkbox'], input[type='radio'] { width: 20px; height: 20px; position: relative; background: transparent; border: 0; outline: none; vertical-align: middle; cursor: pointer; margin-right: 8px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
}
input[type='checkbox']:focus, input[type='radio']:focus { border: 0!important; }
input[type='checkbox']:before, input[type='radio']:before { content: ""; position: absolute; width: 100%; height: 100%; background: #fff; border: 1px solid #131313; border-radius: 100%; box-sizing: border-box; }
input[type='checkbox']:checked:after, input[type='radio']:checked:after { content: ""; position: absolute; top: 50%; left: 50%; border: 0; width: 14px; height: 14px; background: #131313; border-radius: 100%; margin: -7px 0 0 -7px; } */


/**/
.form-pay label { position: relative; z-index: 9; height: 50px; padding: 10px 16px; margin-right: 20px; overflow: hidden; border-radius: 6px; }
.form-pay label img { height: 100%; display: block; }
.form-pay label input[type='radio'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }
.form-pay input[type='radio']:before { width: 100%; height: 100%; border: 2px solid #cecfd3; border-radius: 6px; z-index: -1; }
.form-pay input[type='radio']:hover:before { width: 100%; height: 100%; background-color: #fff; border-color: #d1ef7b!important;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1);
}
.form-pay input[type='radio']:checked:before { border-color: #d1ef7b!important; background-color: #fff!important; }
.form-pay input[type='radio']:checked:after { border: 0; width: 50px; height: 50px; background: url(../images/gou.png) no-repeat; background-size: 100% 100%;  top: 2px; right: 2px; bottom: auto; left: auto;
	-webkit-transform:rotate(0deg); 
	-moz-transform:rotate(0deg); 
	-ms-transform:rotate(0deg); 
	-o-transform:rotate(0deg); 
	transform:rotate(0deg);
}









/*********** banner ***********/
.commbanner .bx-wrapper { position: relative; }

.commbanner .bx-wrapper .bx-controls-direction a { 
	font-size: 0; position: absolute; top: 50%; margin-top: -25px; z-index: 9; background-color: #fff; border-radius: 50%; width: 50px; height: 50px; line-height: 50px; text-align: center; display: block;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.commbanner .bx-wrapper .bx-controls-direction a.disabled { opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.commbanner .bx-wrapper .bx-controls-direction a:hover { background-color: #131313;
	-webkit-transform: scale(0.85); 
	-moz-transform: scale(0.85); 
	-ms-transform: scale(0.85); 
	-o-transform: scale(0.85); 
	transform: scale(0.85);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.commbanner .bx-wrapper .bx-controls-direction a:before { font-family: "iconfont"!important; color: #131313; font-size: 20px; display: inline-block; text-align: center; vertical-align: top;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.commbanner .bx-wrapper .bx-controls-direction a:hover:before { color: #fff;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease;
}
.commbanner .bx-wrapper .bx-prev { left: 36px; }
.commbanner .bx-wrapper .bx-next { right: 36px; }
.commbanner .bx-wrapper .bx-prev:before { content: "\e730"; }
.commbanner .bx-wrapper .bx-next:before { content: "\e72f"; }

.commbanner .bx-pager { position: absolute; left: 50%; bottom: 44px; z-index: 9; line-height: 10px;
	-webkit-transform: translateX(-50%);  
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.commbanner .bx-pager > div { display: inline-block; vertical-align: top; margin: 0 6px; }
.commbanner .bx-pager > div a { font-size: 0; width: 10px; height: 10px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); border-radius: 100px; display: block; 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.commbanner .bx-pager > div a:hover { opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.commbanner .bx-pager > div a.active { background-color: #fff; opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}











/*********** 放大 ***********/
#zoom { position: fixed; top: 0; left: 0; z-index: 99990; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content { position: absolute; top: 50%; left: 50%; z-index: 99991; width: 200px; height: 200px; background: #ffffff no-repeat 50% 50%; padding: 0; margin: -100px 0 0 -100px; box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3); border-radius: 4px; }
#zoom .content.loading { background-image: url('../images/loading.gif'); }

#zoom img { display: block; max-width: none; background: #ececec; box-shadow: 0 1px 3px rgba(0,0,0,0.25); border-radius: 4px; }

#zoom .close { position: absolute; top: 0; right: 0; z-index: 99993; width: 49px; height: 49px; cursor: pointer; background: transparent url('../images/close.png') no-repeat 50% 50%; opacity: 1; filter: alpha(opacity=100); border-radius: 0 0 0 4px; }
#zoom .close:hover { background-color: #da4f49; }

#zoom .next,
#zoom .previous  { position: absolute; top: 50%; z-index: 99992; overflow: hidden; display: block; width: 49px; height: 49px; margin-top: -25px; }
#zoom .previous { left: 0; background: url('../images/arrows.png') no-repeat 0 0; border-radius: 0 4px 4px 0; }
#zoom .next { right: 0; background: url('../images/arrows.png') no-repeat 100% 0; border-radius: 4px 0 0 4px; }

#zoom .next:hover,
#zoom .previous:hover { background-color: #0088cc; }

/* 局部放大 */
#zoomiocontainer{
	position: absolute;
	z-index: 500;
	overflow: hidden;
	background: white;
	visibility: hidden;
	border-radius: 10px;
}
#zoomiocontainer img{
	width: 1500px !important;
	height: auto !important;
	position: absolute !important;
	display: block !important; 
	max-width: inherit !important;
}
#zoomiocontainer.mobileclass{ 
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}






/*********** pagelist ***********/
/* 1 */
.page a { font-family: "Arial"; font-size: 14px; color: #131313; width: 36px; height: 36px; line-height: 36px; text-align: center; border: 2px solid #131313; border-radius: 4px; display: inline-block; vertical-align: top; margin: 0 2px; }

.page a.prev { margin: 0 16px 0 0; background-color: #edeef0; border-color: transparent; }
.page a.next { margin: 0 0 0 16px; background-color: #edeef0; border-color: transparent; }
.page a.prev1 { margin-right: 2px; }
.page a.next1 { margin-left: 2px; }

.page a.prev:before,
.page a.next:before { font-family: "iconfont"!important; color: #131313; font-size: 12px; }
.page a.prev:before { content: "\e730"; }
.page a.next:before { content: "\e72f"; }

.page a:hover,
.page a.active { border-color: #131313; background-color: #131313; color: #fff; }

.page a.prev:hover:before,
.page a.next:hover:before { color: #fff; }

















/********************************************/

/* page-banner */
/* .page-banner { position: relative; overflow: hidden; }
.page-banner-box h1 { 
	position: absolute; top: 50%; left: 50%; color: #fff; line-height: 1em; font-size: 36px; font-weight: 700; text-align: center;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);
}
.page-banner-box h1:after { content: ""; width: 44px; height: 2px; display: block; background-color: #fff; margin: 18px auto 0; }
.page-banner-box img { display: block; width: 100%; height: auto; }
.page-banner .crumbs { position: absolute; top: 24px; left: 50%; margin-left: -600px; }
.page-banner .crumbs a { color: #9ca0a6; } */






/* 彈窗 */
/* .modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.6); }   
.modal-content { 
	background-color: #fefefe; margin: 15% auto; padding: 50px 30px 36px; width: 600px; max-width: 90%; border-radius: 10px; position: relative; z-index: 9;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}
.modal-content:before { content: "×"; font-size: 30px; line-height: 1em; pointer-events: none; margin-bottom: 10px; position: absolute; top: 10px; right: 20px; }
.modal-content:hover:before { opacity: .7; }

.close { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; }
.buttons { text-align: right; padding-top: 30px; }
.modal button { width: 80px; line-height: 36px; border-radius: 6px; text-align: center; background-color: #131313; color: #fff; cursor: pointer; }
.modal button:hover { opacity: .7; } */










/*********** 按鈕 ***********/
/* 基础 */
.btn-base { text-transform: uppercase; padding: 0 30px; height: 50px; line-height: 50px; background-color: #131313; color: #fff; font-weight: 700; text-align: center; display: inline-block; cursor: pointer; } 
.btn-base i { color: #fff; font-weight: normal; vertical-align: top; }
.btn-base:hover { opacity: .7; filter: alpha(opacity=70); }

/* 基础+线框 */
.btn-line { text-transform: uppercase; padding: 0 30px; height: 48px; line-height: 48px; background-color: transparent; color: #131313; font-weight: 700; text-align: center; border: 1px solid #131313; display: inline-block; cursor: pointer; }
.btn-line i { vertical-align: top; }
.btn-line:hover { background-color: #131313; color: #fff; border-color: #131313; }
.btn-line:hover i { color: #fff; }

/* 基础+无背景 */
.btn-empty { font-weight: 700; display: inline-block; cursor: pointer; }
.btn-empty i { vertical-align: top; }
.btn-empty:hover { opacity: .7; filter: alpha(opacity=70); }



/* ———————————— */
button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
.btn-base:disabled { background-color: #9ca0a6; }
.btn-line:disabled { background-color: #9ca0a6; border-color: #9ca0a6; }


/* 加箭头 */
.btn-arrow:after { content: "\e631"; font-family: "iconfont" !important; font-size: 14px; font-weight: normal; margin-left: 16px; display: inline-block; vertical-align: top; }


/* 改颜色-背景 */
.btn-bcolor { background-color: #ff0000; }
/* 改颜色-线框 */
.btn-lcolor { border-color: #ff0000; color: #ff0000; }
.btn-lcolor i { color: #ff0000; }
.btn-lcolor:hover { background-color: #ff0000; color: #fff; border-color: #ff0000; }
.btn-lcolor:hover i { color: #fff; font-weight: normal; }
/* 改颜色-渐变 */
.btn-gcolor { 
	color: #fff;
	background: -webkit-linear-gradient(left, red, blue);
    background: -moz-linear-gradient(left, red, blue);
    background: -o-linear-gradient(left, red, blue);
    background: linear-gradient(to right, red, blue);
}
.btn-gcolor i { color: #fff; font-weight: normal; }


/* 图标间距 */
.icon-ml-6 { margin-left: 6px; }
.icon-ml-20 { margin-left: 20px; }
.icon-ml-80 { margin-left: 80px; }
.icon-mr-6 { margin-right: 6px; }


/* 圆角 */
.btn-r { border-radius: 100px; }
.btn-r4 { border-radius: 4px; }
.btn-r6 { border-radius: 6px; }
.btn-r10 { border-radius: 10px; }


/*  */
.btn-db { display: block; }
.btn-pa20 { padding: 0 20px; }


/* 高度 */
.line-h1 { line-height: 1em; }
.line-h34 { line-height: 34px; height: 34px; } 
.line-h36 { line-height: 36px; height: 36px; } 
.line-h42 { line-height: 42px; height: 42px; } 
.line-h44 { line-height: 44px; height: 44px; } 
.line-h48 { line-height: 48px; height: 48px; } 
.line-h50 { line-height: 50px; height: 50px; } 





/* 字体 */
.f12 { font-size: 12px !important; }
.f14 { font-size: 14px !important; }
.f16 { font-size: 16px !important; }
.f18 { font-size: 18px !important; }
.f20 { font-size: 20px !important; }
.f24 { font-size: 24px !important; }
.f30 { font-size: 30px !important; }
.f36 { font-size: 36px !important; }

.text-lt { text-decoration: line-through; }




/* 線 */
.line-solid { width: 100%; display: block; border: 0; border-bottom: 1px solid #131313; }
.line-dashed { width: 100%; display: block; border: 0; border-bottom: 1px dashed #131313; }

.line-rectangle { width: 100%; height: 12px; display: block; border: 0; background:url(../images/engineering-stone-two-line.png) no-repeat; background-size: 100% 100%; }



/*  */
.margin-t10 { margin-top: 10px; }
.margin-t15 { margin-top: 15px; }
.margin-t20 { margin-top: 20px; }
.margin-t30 { margin-top: 30px; }
.margin-t36 { margin-top: 36px; }
.margin-t40 { margin-top: 40px; }
.margin-t50 { margin-top: 50px; }
.margin-t66 { margin-top: 66px; }
.margin-t80 { margin-top: 80px; }
.margin-t120 { margin-top: 120px; }

.margin-b10 { margin-bottom: 10px; }
.margin-b15 { margin-bottom: 15px; }
.margin-b20 { margin-bottom: 20px; }
.margin-b30 { margin-bottom: 30px; }
.margin-b36 { margin-bottom: 36px; }
.margin-b40 { margin-bottom: 40px; }
.margin-b50 { margin-bottom: 50px; }
.margin-b66 { margin-bottom: 66px; }
.margin-b80 { margin-bottom: 80px; }
.margin-b120 { margin-bottom: 120px; }

.padding-b10 { padding-bottom: 10px; }




/* 標題 */
.title-b { font-size: 24px; font-weight: 700; line-height: 1em; padding-bottom: 20px; border-bottom: 1px solid #CBCBCB; margin-bottom: 36px; }

.title-s { font-size: 18px; position: relative; padding-left: 7px; font-weight: 700; line-height: 1em; margin-bottom: 20px; }
.title-s:before { content: ""; display: block; width: 1px; height: 12px; background-color: #131313; position: absolute; top: 50%; left: 0; margin-top: -6px; }





/* 收藏按钮 */
.like-btn { border: 1px solid #131313; width: 34px; height: 34px; line-height: 34px; text-align: center; display: inline-block; vertical-align: top; }
.like-btn i { font-size: 14px; }
.like-btn.active i:before { content: "\e799"; color: #d0021b; }





/*  */
.click-amplify.active { width: auto !important; height: auto !important; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999; background-color: rgba(0,0,0,.75); cursor: pointer; }
.click-amplify.active a { 
	position: absolute !important; top: 50%; left: 50%; width: auto !important; height: auto !important; padding: 0 !important; overflow: inherit !important; max-width: 90%; max-height: 90%; margin: 0 !important;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);  
}
.click-amplify.active a img { 
	position: static !important; width: auto !important; height: auto !important; max-width: 100%; max-height: 100%; object-fit: cover; object-position: center center; margin: 0 !important;
	-webkit-transform: scale(1) !important; 
	-moz-transform: scale(1) !important; 
	-ms-transform: scale(1) !important; 
	-o-transform: scale(1) !important; 
	transform: scale(1) !important; 
}
.click-amplify.active a:before { 
	content: "\e859"; font-family: "iconfont" !important; font-size: 16px; color: #fff; line-height: 1em; margin-bottom: 10px; display: block; position: absolute; top: -26px; right: -26px; pointer-events: none;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease;
}
.click-amplify.active:hover a:before { opacity: .6;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.click-amplify.active a:hover:before { opacity: 1;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}





.image-group { display: flex; }
.image-group li > div { height: 100%; }
.image-group li,
.image-group > a { flex-grow: 1; overflow: hidden; }
.image-group li img,
.image-group > a > img { display: block; height: 100%; object-fit: cover; max-width: 100%; min-width: 100%; }


























@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content: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-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}



/*  */
.swiper-button-prev:after,
.swiper-button-next:after { display: none; }
.swiper-button-prev,
.swiper-button-next { 
	background-color: #fff; border-radius: 100px; width: 36px; height: 36px;
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease; 
}
.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }
.swiper-button-prev:hover,
.swiper-button-next:hover {
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	-ms-transition: all .3s ease; 
	-o-transition: all .3s ease; 
	transition: all .3s ease;
	-webkit-transform: scale(0.85); 
	-moz-transform: scale(0.85); 
	-ms-transform: scale(0.85); 
	-o-transform: scale(0.85); 
	transform: scale(0.85);
}
.swiper-button-prev:before,
.swiper-button-next:before { font-family: "iconfont"!important; color: #131313; font-size: 12px; }
.swiper-button-prev:before { content: "\e730"; }
.swiper-button-next:before { content: "\e72f"; }
















