/*
* CSSH5！ - v1.0
* 
* 作者：佳好 QQ：25009291
*/
/***************************     common      *****************************/
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,
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;
}
body {
	color:#262626;
	font:3.73vmin/1 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	user-select:none;
}
body,html{overflow: hidden;width:100%;height:100%;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
input,textarea,select{font:4.26vmin/1 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
div,a,select{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a{
	text-decoration:none;
	color:#0096FF;
}
a:active{}
a:focus,a:active{}
strong,dt{font-weight:bold;}
em{font-style:italic;}
u{text-decoration:underline;}
sub{vertical-align:sub;}
sup{vertical-align:super;}
s{text-decoration:line-through;}
caption{padding-bottom:5px;}
h1, h2, h3, h4, h5, h6, th{font-weight:bold;}
th,td{vertical-align:middle;}
*{box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-webkit-text-size-adjust:none;-webkit-font-smoothing: antialiased;}
/***************************     animated      *****************************/
.ca{
	transition: all 0.5s linear;
}
.adx1{
	animation-duration: .1s;
	transition-duration: .1s;
}
.adx2{
	animation-duration: .2s;
	transition-duration: .2s;
}
.adx3{
	animation-duration: .3s;
	transition-duration: .3s;
}
.adx4{
	animation-duration: .4s;
	transition-duration: .4s;
}
.adx6{
	animation-duration: .6s;
	transition-duration: .6s;
}
.adx7{
	animation-duration: .7s;
	transition-duration: .7s;
}
.adx8{
	animation-duration: .8s;
	transition-duration: .8s;
}
.adx9{
	animation-duration: .9s;
	transition-duration: .9s;
}
.ad1{
	animation-duration: 1s;
	transition-duration: 1s;
}
.ad1x5{
	animation-duration: 1.5s;
	transition-duration: 1.5s;
}
.ad2{
	animation-duration: 2s;
	transition-duration: 2s;
}
.ad2x5{
	animation-duration: 2.5s;
	transition-duration: 2.5s;
}
.ad3{
	animation-duration: 3s;
	transition-duration: 3s;
}
.ad3x5{
	animation-duration: 3.5s;
	transition-duration: 3.5s;
}
.ad4{
	animation-duration: 4s;
	transition-duration: 4s;
}
.ad4x5{
	animation-duration: 4.5s;
	transition-duration: 4.5s;
}
.ad5{
	animation-duration: 5s;
	transition-duration: 5s;
}
.ad10{
	animation-duration: 10s;
	transition-duration: 10s;
}
.ad15{
	animation-duration: 15s;
	transition-duration: 15s;
}
.ad30{
	animation-duration: 15s;
	transition-duration: 15s;
}
.linear{
	animation-timing-function:linear;
	transition-timing-function: linear;
}
.easeIn{
	animation-timing-function:ease-in;
	transition-timing-function: ease-in;
}
.easeOut{
	animation-timing-function:ease-out;
	transition-timing-function: ease-out;
}
.easeInOut{
	animation-timing-function:ease-in-out;
	transition-timing-function: ease-in-out;
}
.easeInCubic{
	animation-timing-function:cubic-bezier(.550,.055,.675,.190);
	transition-timing-function:cubic-bezier(.550,.055,.675,.190);
}
.easeOutCubic{
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
	transition-timing-function:cubic-bezier(.215,.61,.355,1);
}
.easeInOutCubic{
	animation-timing-function:cubic-bezier(.645,.045,.355,1);
	transition-timing-function:cubic-bezier(.645,.045,.355,1);
}
.easeInCirc{
	animation-timing-function:cubic-bezier(.6,.04,.98,.335);
	transition-timing-function:cubic-bezier(.6,.04,.98,.335);
}
.easeOutCirc{
	animation-timing-function:cubic-bezier(.075,.82,.165,1);
	transition-timing-function:cubic-bezier(.075,.82,.165,1);
}
.easeInOutCirc{
	animation-timing-function:cubic-bezier(.785,.135,.15,.86);
	transition-timing-function:cubic-bezier(.785,.135,.15,.86);
}
.easeInExpo{
	animation-timing-function:cubic-bezier(.95,.05,.795,.035);
	transition-timing-function:cubic-bezier(.95,.05,.795,.035);
}
.easeOutExpo{
	animation-timing-function:cubic-bezier(.19,1,.22,1);
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.easeInOutExpo{
	animation-timing-function:cubic-bezier(1,0,0,1);
	transition-timing-function:cubic-bezier(1,0,0,1);
}
.easeInQuad{
	animation-timing-function:cubic-bezier(.55,.085,.68,.53);
	transition-timing-function:cubic-bezier(.55,.085,.68,.53);
}
.easeOutQuad{
	animation-timing-function:cubic-bezier(.25,.46,.45,.94);
	transition-timing-function:cubic-bezier(.25,.46,.45,.94);
}
.easeInOutQuad{
	animation-timing-function:cubic-bezier(.455,.03,.515,.955);
	transition-timing-function:cubic-bezier(.455,.03,.515,.955);
}
.easeInQuart{
	animation-timing-function:cubic-bezier(.895,.03,.685,.22);
	transition-timing-function:cubic-bezier(.895,.03,.685,.22);
}
.easeOutQuart{
	animation-timing-function:cubic-bezier(.165,.84,.44,1);
	transition-timing-function:cubic-bezier(.165,.84,.44,1);
}
.easeInOutQuart{
	animation-timing-function:cubic-bezier(.77,0,.175,1);
	transition-timing-function:cubic-bezier(.77,0,.175,1);
}
.easeInQuint{
	animation-timing-function:cubic-bezier(.755,.05,.855,.06);
	transition-timing-function:cubic-bezier(.755,.05,.855,.06);
}
.easeOutQuint{
	animation-timing-function:cubic-bezier(.23,1,.32,1);
	transition-timing-function:cubic-bezier(.23,1,.32,1);
}
.easeInOutQuint{
	animation-timing-function:cubic-bezier(.86,0,.07,1);
	transition-timing-function:cubic-bezier(.86,0,.07,1);
}
.easeInSine{
	animation-timing-function:cubic-bezier(.47,0,.745,.715);
	transition-timing-function:cubic-bezier(.47,0,.745,.715);
}
.easeOutSine{
	animation-timing-function:cubic-bezier(.39,.575,.565,1);
	transition-timing-function:cubic-bezier(.39,.575,.565,1);
}
.easeInOutSine{
	animation-timing-function:cubic-bezier(.445,.05,.55,.95);
	transition-timing-function:cubic-bezier(.445,.05,.55,.95);
}
.easeInBack{
	animation-timing-function:cubic-bezier(.6,-.28,.735,.045);
	transition-timing-function:cubic-bezier(.6,-.28,.735,.045);
}
.easeOutBack{
	animation-timing-function:cubic-bezier(.175, .885,.32,1.275);
	transition-timing-function:cubic-bezier(.175, .885,.32,1.275);
}
.easeInOutBack{
	animation-timing-function:cubic-bezier(.68,-.55,.265,1.55);
	transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
}
/*rotateCW*/
@keyframes rotateCW{
	from{
		transform-origin: center;
		transform: rotate(0deg);
		animation-timing-function: linear;
	}
	to{
		transform-origin: center;
		transform: rotate(360deg);
		animation-timing-function: linear;
	}
}
.rotateCW{
	animation-name: rotateCW;
}
/*rotateCCW*/
@keyframes rotateCCW{
	from{
		transform-origin: center;
		transform: rotate(360deg);
		animation-timing-function: linear;
	}
	to{
		transform-origin: center;
		transform: rotate(0deg);
		animation-timing-function: linear;
	}
}
.rotateCCW{
	animation-name: rotateCCW;
}
/*arrowUp*/
@keyframes arrowUp {
	0% {
		opacity: 1;
		transform: rotate(0deg);
	}
	50% {
		opacity: 0.5;
		transform: translate3d(0, -40%, 0) rotate(0deg);
	}
	100% {
		opacity: 1;
		transform: rotate(0deg);
	}
}
.arrowUp {
	animation-name:arrowUp;
}
/*arrowDown*/
@keyframes arrowDown {
	0% {
		opacity: 1;
		transform: rotate(0deg);
	}
	50% {
		opacity: 0.5;
		transform: translate3d(0, 40%, 0) rotate(0deg);
	}
	100% {
		opacity: 1;
		transform: rotate(0deg);
	}
}
.arrowDown {
	animation-name:arrowDown;
}
@keyframes infinitezoom {
	0% {
		transform: scale3d(1, 1, 1)
	}
	50% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		transform: scale3d(1, 1, 1)
	}
}

.infinitezoom {
	animation-name: infinitezoom
}
/*========================frame========================*/
.page{
	position: relative;
	background: #fff;
	z-index:1;
	overflow-x: hidden;
	overflow-y: auto;
	width:100%;height:100%;
	-webkit-overflow-scrolling:touch;
}
.wrap{
	width:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.page-close{
	position: absolute;
	right:0px;top:7px;
	width:40px;height:40px;
	background: url(../images/ico.png) no-repeat -390px 0;
	background-size:480px auto;
}
.header{
	position:fixed;
	left:0;top:0;right:0;
	z-index:10000;
	background: #fff;
}
.header.active{
	background: #1A1A1A;
}
@supports (-webkit-backdrop-filter: none) { 
	.header.show,.header.active{
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
	}
}
#header{
	height:60px;
}
.header-menu{
	width:20px;height:20px;
	border-radius: 9999px;
	position: relative;
	display: inline-block;
	transform:translate3d(0,0,0) rotate(0deg);
}
.header-menu.auto{
	transform-origin: center;
	transform:translate3d(0,0,0) rotate(360deg);
}
.header-menu .ico-menu{
	position:absolute;
	width:20px;height:3px;
	background:#333;
	left:0px;
}
.header.active .header-menu .ico-menu{
	background:#fff;
}
.header.active .icon-logo{
	background-position:0px -30px;
}
.header-menu .ico-menu:nth-child(1){
	top:0px;
}
.header-menu .ico-menu:nth-child(2){
	top:8.5px;
}
.header-menu .ico-menu:nth-child(3){
	top:17px;
}
.header-menu.active .ico-menu:nth-child(2){
	opacity: 0;
}
.header-menu.active .ico-menu:nth-child(1){
	transform:rotate(45deg);
	top:8.5px;
}
.header-menu.active .ico-menu:nth-child(3){
	transform:rotate(-45deg);
	top:8.5px;
}
.header.active .language .icon-language{
	background-position-y:-20px;
}
.header.active .language{
	color:#B3B3B3;
}
#header-menu-list{
	position:fixed;
	left:0;top:0px;bottom:0px;right:0px;
	z-index: 0;
	opacity: 0;
	background:rgba(0,0,0,.95);
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	padding-top:110px;
	padding-bottom:60px;
}
#header-menu-list .menu-item a{
	padding:20px 5px;
	margin:0 30px;
	border-bottom:1px solid rgba(255,255,255,.1);
	color:#B3B3B3;
	font-size:4.8vmin;
	animation-duration: .4s;
	opacity: 0;
	display: block;
}
#header-menu-list .current-menu-item a{
	color:#03C0B7;
	font-weight: bold;
}
.main{
	
}
.footer{
	position:relative;
	z-index:2;
	text-align: center;
	background: #1a1a1a;
	color:#979797;
}
.footer a{
	color:#979797;
}
.footer a:active{
	color:#03C0B7;
}
.footer-bg{
	background:#f0f0f0 url(../images/footer_bg.png) no-repeat 50% 50%;
	background-size:auto 100%;
}
/*=====================UI=====================*/
.alert{
	position:fixed;
	left:50%;
	top:50%;
	margin:-50% 0 0 -50%;
	background:rgba(0,0,0,.9);
	border-radius:5px;
	z-index:99999;
	color:#fff;
	text-align:center;
	line-height:1.5;
	padding:10px 20px;
	max-width:90%;
	font-size:4.26vmin;
}
.alert-confirm{
	width:100%;height:100%;
	position:fixed;
	left:0;top:0;
	z-index:99999;
	background:rgba(0,0,0,.5);
}
.alert-confirm .alert{
	border-radius:0;
	background:none;
	color:#000;
	padding:0;
	min-width:200px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.alert-confirm .alert .title{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:15px;
	font-size:4.26vmin;
	background:#fff;
}
.alert-confirm .alert .ctrl .btn-yes{
	line-height:40px;
	padding:0 10px;
	width:100%;
	display:inline-block;
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-size:4.26vmin;
	font-weight: bold;
	background:#ff4949;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.confirm-wrapper{
	width:100%;height:100%;
	position:fixed;
	left:0;top:0;
	z-index:99999;
	background:rgba(0,0,0,.5);
}
.confirm{
	position:fixed;
	left:50%;
	top:50%;
	margin:-50% 0 0 -50%;
	border-radius:20px;
	z-index:99999;
	text-align:center;
	line-height:1.5;
	min-width:200px;
	max-width:90%;
	font-size:4.26vmin;
}
.confirm .title{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:15px;
	background:#fff;
}
.confirm .btn-yes{
	line-height:40px;
	padding:0 10px;
	width:50%;
	display:inline-block;
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-size:4.26vmin;
	font-weight: bold;
	background:#ff4949;
	border-bottom-right-radius:10px;
}
.confirm .btn-no{
	line-height:40px;
	padding:0 10px;
	width:50%;
	display:inline-block;
	text-align:center;
	color:#8492a6;
	cursor:pointer;
	font-size:4.26vmin;
	background:#c0ccda;
	border-bottom-left-radius:10px;
}
.success-wrapper{
	width:100%;height:100%;
	position:fixed;
	left:0;top:0;
	z-index:99999;
	background:rgba(0,0,0,.5);
}
.success{
	position:fixed;
	left:50%;
	top:50%;
	margin:-50% 0 0 -50%;
	border-radius:10px;
	z-index:99999;
	text-align:center;
	line-height:1.5;
	min-width:200px;
	max-width:90%;
	font-size:4.26vmin;
}
.success .content{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background:#fff;
	padding:20px;
}
.success .title{
	padding-top:10px;
}
.success .btn-yes{
	line-height:40px;
	padding:0 10px;
	width:50%;
	display:inline-block;
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-size:4.26vmin;
	font-weight: bold;
	background:#ff4949;
	border-bottom-right-radius:10px;
}
.success .btn-no{
	line-height:40px;
	padding:0 10px;
	width:50%;
	display:inline-block;
	text-align:center;
	color:#8492a6;
	cursor:pointer;
	font-size:4.26vmin;
	background:#c0ccda;
	border-bottom-left-radius:10px;
}
.error-wrapper{
	width:100%;height:100%;
	position:fixed;
	left:0;top:0;
	z-index:99999;
	background:rgba(0,0,0,.5);
}
.error{
	position:fixed;
	left:50%;
	top:50%;
	margin:-50% 0 0 -50%;
	border-radius:10px;
	z-index:99999;
	text-align:center;
	line-height:1.5;
	min-width:200px;
	max-width:90%;
	font-size:4.26vmin;
}
.error .content{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background:#fff;
	padding:20px;
}
.error .title{
	padding-top:10px;
}
.error .btn-yes{
	line-height:40px;
	padding:0 10px;
	width:50%;
	display:inline-block;
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-size:4.26vmin;
	font-weight: bold;
	background:#ff4949;
	border-bottom-right-radius:10px;
}
.error .btn-no{
	line-height:40px;
	padding:0 10px;
	width:50%;
	display:inline-block;
	text-align:center;
	color:#8492a6;
	cursor:pointer;
	font-size:4.26vmin;
	background:#c0ccda;
	border-bottom-left-radius:10px;
}
.loading{
	position:fixed;
	left:50%;top:50%;
	padding:15px;
	z-index:99999;
	border-radius: 5px;
	text-align: center;
	background:rgba(0,0,0,0.8);
}
.loading-ajax{
	position:fixed;
	left:50%;top:50%;
	margin-top:-20px;
	margin-left:-20px;
	width:40px;height:40px;
	padding:10px;
	z-index:99999;
	border-radius: 10px;
	text-align: center;
}
.loading-ajax .ico-loading-ajax{
	display: inline-block;
	width:20px;height:20px;
	background:url(../images/ico.png) no-repeat 0 0;
	background-size:480px auto;
}
.loading-bar{
	display: inline-block;
	width:182px;height:11px;
	background:url(../images/ico.png) no-repeat 0px -140px;
	background-size:480px auto;
}
.loading-bar span{
	display: block;
	width:182px;height:11px;
	background:url(../images/ico.png) no-repeat 0px -151px;
	background-size:480px auto;
}
.debug{
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	z-index:99999;
	color:#fff;
	text-align:left;
	line-height:1.5;
	padding:20px 40px;	
	box-sizing:border-box;
	max-width:50%;
	word-wrap:break-word;
}
.debug p{
	padding:10px 0;
	border-bottom:1px dashed #fff;
}
.tabs,.tabs2{
	position:relative;
}
.tabs .tabs-menu .item{border-bottom:2px solid rgba(255,255,255,0);cursor: pointer;}
.tabs .tabs-menu .item:hover{border-bottom:2px solid #d4d4d4;}
.tabs .tabs-menu .item.active{border-bottom:2px solid #00a0e9;}

.tabs2 .tabs-menu .item{background:#fff;cursor: pointer;border-left:1px solid #e8e8e8;pointer;border-top:1px solid #e8e8e8;}
.tabs2 .tabs-menu .item:hover{background:#f8f8f8;}
.tabs2 .tabs-menu .item.active{background:#1b6bba;color:#fff;}
.tabs2 .tabs-menu .item:nth-child(odd){border-left:0;}
.tabs2 .tabs-menu .item:nth-child(1){border-top-left-radius: 10px;border-top:0;}
.tabs2 .tabs-menu .item:nth-child(2){border-top-right-radius: 10px;border-top:0;}

.tabs .tabs-con,.tabs2 .tabs-con{ display:none;}
.accordion{
	position: relative;
}
.accordion>.item{
	border-bottom:1px solid #e0e6ed;
}
.accordion>.item:first-child{
	border-top:1px solid #e0e6ed;
}
.accordion>.item .title{
	padding-top:15px;
	padding-bottom:15px;
}
.accordion>.item .con{
	display: none;
}
.accordion>.item .switch{
	transform: rotate(0deg);
	cursor: pointer;
}
.accordion>.item.active .switch{
	transform: rotate(45deg);
}
/*=====================slider=====================*/
.bx-slider{
	position: relative;
}
.bx-slider .item{
	position: relative;
	width:100%;height:100%;
}
.bx-wrapper,.bx-viewport{
	position:relative;
	width:100%;
	height:100%;
	z-index:10;
}
.bx-controls{
	width:100%;height:10%;
	position:absolute;
	bottom:0;left:0;
	text-align:right;
	z-index:11;
}
.bx-pager{
	height:20px;
	position:absolute;
	left:0;bottom:20px;
	width:100%;
	text-align:center;
	white-space:nowrap;
	z-index:10;
	font-size:0;
}
.bx-pager-item{
	display:inline-block;
	margin-left:10px;
	width:20px;
	height:100%;
	font-size:0;
	vertical-align: top;
}
.bx-pager-item:first-child{
	margin-left:0;
}
.bx-pager-item a{
	display:block;
	width:100%;
	height:100%;
	border-top:3px solid rgba(255,255,255,.5);
	text-indent:9999px;
	overflow:hidden;
}
.bx-pager-item a.active{
	border-top:3px solid rgba(255,255,255,.9);
}
.bx-controls-direction{/*左右箭头*/
	position:absolute;
	left:0;top:0px;
	width:100%;
	height: 100%;
}
.bx-prev{
	position:absolute;
	left:40px;bottom:500%;
	text-align:center;
	overflow:hidden;
	width:30px;height:30px;
	margin-bottom:-15px;
	text-indent: -9999px;
	border:1px solid rgba(234,234,234,0.8);
	background:rgba(234,234,234,0.8) url(../images/bx_prev.png) no-repeat 50% 50%;
	background-size:auto 10px;
	border-radius: 50%;
}
.bx-next{
	position:absolute;
	right:40px;bottom:500%;
	text-align:center;
	overflow:hidden;
	width:30px;height:30px;
	margin-bottom:-15px;
	text-indent: -9999px;
	border:1px solid rgba(234,234,234,0.8);
	background:rgba(234,234,234,0.8) url(../images/bx_next.png) no-repeat 50% 50%;
	background-size:auto 10px;
	border-radius: 50%;
}
/*=====================form=====================*/
.choosebox{
	height:20px;
	display:inline-block;
	padding-left:20px;
	text-indent:15px;
	background:url(../images/ico.png) no-repeat -280px 0;
	background-size:480px auto;
	cursor:pointer;
	line-height:20px;
	overflow:hidden;
	position:relative;
	vertical-align: middle;
}
.choosebox.active{
	background:url(../images/ico.png) no-repeat -280px -20px;
	background-size:480px auto;
}
.choosebox input{
	position:absolute;
	top:-9999px;
}
.choosebox.radiobox{
	background:url(../images/ico.png) -260px 0;
	background-size:480px auto;
}
.choosebox.radiobox.active{
	background:url(../images/ico.png) -260px -20px;
	background-size:480px auto;
}
.openbox{
	width:96px;height:60px;
	display:inline-block;
	background:url(../images/ico.png) no-repeat -360px 0;
	background-size:480px auto;
	cursor:pointer;
	line-height:60px;
	overflow:hidden;
	text-align:left;
	padding-left:11px;
	font-size:4.8vmin;
	color:#999;
	position:relative;
}
.openbox.active{
	background:url(../images/ico.png) no-repeat -360px -60px;
	background-size:480px auto;
	text-align:right;
	padding-right:12px;
	color:#FF2716;
}
.openbox input{
	position:absolute;
	top:-9999px;
}
.text-01{
	width:100%;
	font-size:4.26vmin;
	color:#324057;
	height:9.33vmin;
	padding:0;
	border:0;
	background:none;
}
.text-01::-webkit-input-placeholder{
	padding-top:2px;
	color:#8492a6;
}
.large.text-01{
	height:12vmin;
	font-size:4.8vmin;
}
.small.text-01{
	height:6.66vmin;
	font-size:3.73vmin;
}
.text-02{
	width:100%;
	font-size:4.26vmin;
	color:#324057;
	height:9.33vmin;
	padding:0 10px;
	border:1px solid #e0e6ed;
	border-radius: 4px;
	background:#fff;
}
.text-02::-webkit-input-placeholder{
	padding-top:2px;
	color:#1a1a1a;
}
textarea.text-02{
	padding:10px;
	line-height: 1.5;
}
textarea.text-02::-webkit-input-placeholder{
	line-height: 1.2;
}
.large.text-02{
	height:12vmin;
	font-size:4.8vmin;
}
.small.text-02{
	height:6.66vmin;
	font-size:3.73vmin;
}
.file{ position: relative;cursor: pointer; overflow: hidden;}
.file input{
	opacity: 0;
	filter: Alpha(opacity=0);
	font-size:9999px;
	width:100%;
	height:100%;
	position: absolute;
	left:0;top:0;right:0;bottom:0;
}
.select{
	display: inline-block;
	width:100%;
	padding:0 10px;
	height:35px;
	border:0;
	color:#324057;
	background: url(../images/select.png) no-repeat 100% 50%;
	background-size:35px auto;
	font-size:4.26vmin;
	text-align: left;
	border-radius: 4px;
	border:1px solid #e0e6ed;
}
.large.select{
	height:45px;
	font-size:4.8vmin;
	background-size:45px auto;
}
.small.select{
	height:25px;
	font-size:3.73vmin;
	background-size:25px auto;
}
/*=====================ico=====================*/
.ico{
	display:inline-block;
	background-image:url(../images/ico.png);
	background-repeat:no-repeat;
	background-size:480px auto;
}
.ico-back{
	width:11px;height:20px;
	background-position:-300px 0px;
}
.ico-back2{
	width:11px;height:20px;
	background-position:-320px 0px;
}
.ico-video-close{
	width:40px;height:40px;
	background-position:-390px 0px;
}
.ico-close{
	width:40px;height:40px;
	background-position:-390px 0px;
}
.ico-close2{
	width:20px;height:20px;
	background-position:-390px -40px;
}
.ico-success{
	width:40px;height:40px;
	background-position:0px -60px;
}
.ico-error{
	width:40px;height:40px;
	background-position:0px -100px;
}
.ico-add{
	width:15px;height:15px;
	background-position:-300px -20px;
	transition: all 0.5s linear;
}
.ico-add2{
	width:15px;height:15px;
	background-position:-320px -20px;
	transition: all 0.5s linear;
}
.ico-tel{
	width:10px;height:20px;
	background-position:-410px -40px;
}
.ico-pass{
	width:18px;height:18px;
	background-position:-440px -40px;
}
.ico-user{
	width:20px;height:18px;
	background-position:-420px -40px;
}
.ico-address{
	width:13px;height:18px;
	background-position:-460px -40px;
}
.icon{
	display:inline-block;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-size:375px auto;
}
.icon-logo{
	width:106.5px;height:29px;
	background-position:0px 0px;
}
.icon-logo2{
	width:110px;height:15px;
	background-position:0px -20px;
}
.icon-logo4{
	width:65px;height:25px;
	background-position:-160px -60px;
}
.icon-arrow-down{
	width:15px;height:10.5px;
	background-position:-360px 0px;
}
.icon-tel{
	width:15px;height:15px;
	background-position:-180px 0px;
}
.icon-tel2{
	width:30px;height:30px;
	background-position:-180px -40px;
}
.icon-tel3{
	width:19px;height:19px;
	background-position:-180px -70px;
}
.icon-address{
	width:8px;height:12.5px;
	background-position:-200px 0px;
}
.icon-play{
	width:59px;height:59px;
	background-position:-120px 0px;
}
.icon-play2{
	width:59px;height:59px;
	background-position:-210px 0px;
}
.icon-view{
	width:12px;height:11px;
	background-position:-180px -20px;
}
.icon-email{
	width:15px;height:10px;
	background-position:-220px -120px;
}
.icon-www{
	width:15px;height:15px;
	background-position:-220px -130px;
}
.btn-contact:active{
	color:#03C0B7;
}
.btn-contact:active .icon{
	background-position-x:-260px;
}
.icon-light{
	width:38px;height:15px;
	background-position:-250px -100px;
}
.icon-email2{
	width:17px;height:17.5px;
	background-position:-230px -100px;
}
.icon-language{
	width:15px;height:15px;
	background-position:-340px 0px;
}
.icon-roadmap{
	width:22.5px;height:25px;
	background-position:-190px -90px;
}
.icon-whitepaper{
	width:30px;height:30px;
	background-position:-160px -90px;
}
.icon-whitepaper:active{
	background-position-y:-150px;
}

.icon_whitepager{
	display:inline-block;
	background-image:url(../images/icon_whitepager.png);
	background-repeat:no-repeat;
	width:285px;height:280px;
	background-position:0px 0;
	background-size:100% auto;
}
.icon_whitepager.active{
	background-position:0 -280px;
}
.icon-client-windows{
	width:37.5px;height:43.5px;
	background-position:0px -60px;
}
.icon-client-ubuntu{
	width:37.5px;height:43.5px;
	background-position:-40px -60px;
}
.icon-client-git{
	width:37.5px;height:43.5px;
	background-position:-80px -60px;
}
.icon-client-explorer{
	width:37.5px;height:43.5px;
	background-position:-120px -60px;
}
.icon-community-github{
	width:30px;height:30px;
	background-position:-110px 0px;
}
.icon-community-medium{
	width:30px;height:30px;
	background-position:-140px 0px;
}
.icon-community-reddit{
	width:30px;height:30px;
	background-position:-170px 0px;
}
.icon-community-twitte{
	width:30px;height:30px;
	background-position:-200px 0px;
}
.icon-community-facebook{
	width:30px;height:30px;
	background-position:-230px 0px;
}
.icon-community-in{
	width:30px;height:30px;
	background-position:-260px 0px;
}
.icon-community-moacwebsite{
	width:30px;height:30px;
	background-position:-290px 0px;
}
.btn-community{
	font-size:12px;
	color:#979797;
	font-weight: bold;
}
.btn-community:active{
	color:#fff;
}
.btn-community:active .icon{
	background-position-y:-30px;
}
.btn-community:active{
	color:#03C0B7;
}
/*=====================btn=====================*/
.abtn-green,.abtn-green2,.abtn-black,.abtn-black2,.abtn-red,.abtn-red2,.abtn-gray,.abtn-gray2,.abtn-white,.abtn-white2,.abtn-yellow,.abtn-yellow2,.abtn-blue,.abtn-blue2{
	display: inline-block;
	text-align:center;
	line-height:8.8vmin;
	padding:0 15px;
	cursor:pointer;
	color:#fff;
	font-size:4.26vmin;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: hidden;
	-webkit-user-select: none;
}
.large.abtn-green,.large.abtn-green2,.large.abtn-black,.large.abtn-black2,.large.abtn-red,.large.abtn-red2,.large.abtn-gray,.large.abtn-gray2,.large.abtn-white,.large.abtn-white2,.large.abtn-yellow,.large.abtn-yellow2,.large.abtn-blue,.large.abtn-blue2{
	line-height:11.46vmin;
	font-size:4.8vmin;
	padding:0 20px;
}
.small.abtn-green,.small.abtn-green2,.small.abtn-black,.small.abtn-black2,.small.abtn-red,.small.abtn-red2,.small.abtn-gray,.small.abtn-gray2,.small.abtn-white,.small.abtn-white2,.small.abtn-yellow,.small.abtn-yellow2,.small.abtn-blue,.small.abtn-blue2{
	line-height:6.13vmin;
	font-size:3.2vmin;
	padding:0 10px;
}
.mini.abtn-green,.mini.abtn-green2,.mini.abtn-black,.mini.abtn-black2,.mini.abtn-red,.mini.abtn-red2,.mini.abtn-gray,.mini.abtn-gray2,.mini.abtn-white,.mini.abtn-white2,.small.abtn-yellow,.small.abtn-yellow2,.small.abtn-blue,.small.abtn-blue2{
	line-height:4.8vmin;
	font-size:2.66vmin;
	padding:0 5px;
}
.abtn-green:before,.abtn-green2:before,.abtn-black:before,.abtn-black2:before,.abtn-red:before,.abtn-red2:before,.abtn-gray:before,.abtn-gray2:before,.abtn-white:before,.abtn-white2:before,.abtn-yellow:before,.abtn-yellow2:before,.abtn-blue:before,.abtn-blue2:before {
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	left: 0px;
	-webkit-transform: translate3d(-101%, 0, 0);
	-moz-transform: translate3d(-101%, 0, 0);
	-ms-transform: translate3d(-101%, 0, 0);
	-o-transform: translate3d(-101%, 0, 0);
	transform: translate3d(-101%, 0, 0);
	-webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.abtn-green:active:before,.abtn-green2:active:before,.abtn-black:active:before,.abtn-black2:active:before,.abtn-red:active:before,.abtn-red2:active:before,.abtn-gray:active:before,.abtn-gray2:active:before,.abtn-white:active:before,.abtn-white2:active:before,.abtn-yellow:active:before,.abtn-yellow2:active:before,.abtn-blue:active:before,.abtn-blue2:active:before {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.abtn-green span,.abtn-green2 span,.abtn-black span,.abtn-black2 span,.abtn-red span,.abtn-red2 span,.abtn-gray span,.abtn-gray2 span,.abtn-white span,.abtn-white2 span,.abtn-yellow span,.abtn-yellow2 span,.abtn-blue span,.abtn-blue2 span{
	position: relative;
}
.abtn-green{
	background:#03C0B7;
	border:1px solid #03C0B7;
	color:#fff;
}
.abtn-green:active {
	color:#03C0B7;
}
.abtn-green2{
	border:1px solid #03C0B7;
	color:#03C0B7;
}
.abtn-green2:before {
	background:#03C0B7;
}
.abtn-green2:active {
	color:#1A1A1A;
}
.abtn-black{
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.abtn-black:active {
	color:#000;
}
.abtn-black2{
	border:1px solid #000;
	color:#000;
}
.abtn-black2:before {
	background:#000;
}
.abtn-black2:active {
	color:#fff;
}
.abtn-red{
	background:#ff4949;
	border:1px solid #ff4949;
	color:#fff;
}
.abtn-red:active {
	color:#ff4949;
}
.abtn-red2{
	border:1px solid #ff4949;
	color:#ff4949;
}
.abtn-red2:before {
	background:#ff4949;
}
.abtn-red2:active {
	color:#fff;
}
.abtn-gray{
	background:#666;
	border:1px solid #666;
	color:#fff;
}
.abtn-gray:active {
	color:#666;
}
.abtn-gray2{
	border:1px solid #B3B3B3;
	color:#B3B3B3;
}
.abtn-gray2:before {
	background:#666;
}
.abtn-gray2:active {
	color:#fff;
}
.abtn-white{
	background:#fff;
	border:1px solid #fff;
	color:#333;
}
.abtn-white:before {
	background:#333;
}
.abtn-white:active {
	color:#fff;
}
.abtn-white2{
	background:none;
	border:1px solid #fff;
	color:#fff;
}
.abtn-white2:before {
	background:#fff;
}
.abtn-white2:active {
	color:#333;
}
.abtn-yellow{
	background:#f7ba2a;
	border:1px solid #f7ba2a;
	color:#fff;
}
.abtn-yellow:active {
	color:#f7ba2a;
}
.abtn-yellow2{
	border:1px solid #f7ba2a;
	color:#f7ba2a;
}
.abtn-yellow2:before {
	background:#f7ba2a;
}
.abtn-yellow2:active {
	color:#fff;
}
.abtn-blue{
	background:#20a0ff;
	border:1px solid #20a0ff;
	color:#fff;
}
.abtn-blue:active {
	color:#20a0ff;
}
.abtn-blue2{
	border:1px solid #20a0ff;
	color:#20a0ff;
}
.abtn-blue2:before {
	background:#20a0ff;
}
.abtn-blue2:active {
	color:#fff;
}
.btn-gradient-blue,
.btn-blue,
.btn-blue2,
.btn-blue-light,
.btn-blue-light2,
.btn-red,
.btn-red2,
.btn-yellow,
.btn-yellow2,
.btn-yellow-light,
.btn-green,
.btn-green2,
.btn-gray,
.btn-gray2,
.btn-white,
.btn-white2,
.btn-black,
.btn-black2{
	display: inline-block;
	text-align:center;
	line-height:8.8vmin;
	padding:0 15px;
	cursor:pointer;
	color:#fff;
	font-size:4.26vmin;
	border-radius: 4px;
}
.large.btn-gradient-blue,
.large.btn-blue,
.large.btn-blue2,
.large.btn-blue-light,
.large.btn-blue-light2,
.large.btn-red,
.large.btn-red2,
.large.btn-yellow,
.large.btn-yellow2,
.large.btn-yellow-light,
.large.btn-green,
.large.btn-green2,
.large.btn-gray,
.large.btn-gray2,
.large.btn-white,
.large.btn-white2,
.large.btn-black,
.large.btn-black2{
	line-height:11.46vmin;
	font-size:4.8vmin;
	padding:0 20px;
}
.small.btn-gradient-blue,
.small.btn-blue,
.small.btn-blue2,
.small.btn-blue-light,
.small.btn-blue-light2,
.small.btn-red,
.small.btn-red2,
.small.btn-yellow,
.small.btn-yellow2,
.small.btn-yellow-light,
.small.btn-green,
.small.btn-green2,
.small.btn-gray,
.small.btn-gray2,
.small.btn-white,
.small.btn-white2,
.small.btn-black,
.small.btn-black2{
	line-height:6.13vmin;
	font-size:3.2vmin;
	padding:0 10px;
}
.mini.btn-gradient-blue,
.mini.btn-blue,
.mini.btn-blue2,
.mini.btn-blue-light,
.mini.btn-blue-light2,
.mini.btn-red,
.mini.btn-red2,
.mini.btn-yellow,
.mini.btn-yellow2,
.mini.btn-yellow-light,
.mini.btn-green,
.mini.btn-green2,
.mini.btn-gray,
.mini.btn-gray2,
.mini.btn-white,
.mini.btn-white2,
.mini.btn-black,
.mini.btn-black2{
	line-height:5.33vmin;
	font-size:2.66;
	padding:0 5px;
}
.btn-red{
	background:#ff4949;
	border:1px solid #ff4949;
}
.btn-red:active{
	background:#fff;
	color:#ff4949;
}
.btn-red2{
	background:none;
	border:1px solid #ff4949;
	color:#ff4949;
}
.btn-red2:active{
	background:#ff4949;
	color:#fff;
}
.btn-yellow{
	background:#f7ba2a;	
	border:1px solid #f7ba2a;
}
.btn-yellow:active{
	background:#fff;	
	border:1px solid #f7ba2a;
	color:#f7ba2a;
}
.btn-yellow2{
	background:none;
	color:#f7ba2a;
	border:1px solid #f9c855;
}
.btn-yellow2:active{
	background:#f9c855;
	color:#fff;
}

.btn-yellow-light{
	background:#ffff00;	
	border:1px solid #ffff00;
	color:#444;
}
.btn-yellow-light:active{
	background:#fff;	
	border:1px solid #ffff00;
	color:#444;
}
.btn-green{
	background:#13ce66;	
}
.btn-green:active{
	background:#42d885;	
}
.btn-green2{
	background:none;
	border:1px solid #13ce66;
	color:#13ce66;
}
.btn-green2:active{
	border:1px solid #42d885;
	color:#42d885;
}
.btn-gray{
	background:#666;
	border:1px solid #666;
}
.btn-gray:active{
	background:#fff;	
	color:#666;
}
.btn-gray2{
	background:none;
	border:1px solid #666;
	color:#666;
}
.btn-gray2:active{
	background: #666;
	border:1px solid #666;
	color:#fff;
}
.btn-white{
	color:#000;
	background:#fff;	
}
.btn-white:active{
	color:#fff;
	background:#000;	
}
.btn-white2{
	background:none;	
	border:1px solid #fff;
	color:#fff;
}
.btn-white2:active{
	background:#000;	
	border:1px solid #000;
	color:#fff;
}
.btn-gradient-blue{
	/* Webkit: Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1c9cef), to(#0068cc)); 
	/* Webkit: Safari 5.1+, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #1c9cef, #0068cc); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #1c9cef, #0068cc); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #1c9cef, #0068cc); 
	/* IE 10 */ 
	background:#1c9cef -ms-linear-gradient(top, #1c9cef, #0068cc); 
	background:#1c9cef\9;
	border:1px solid #0070cf;
}
.btn-gradient-blue:active{
	/* Webkit: Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#34a5f2), to(#0075d0)); 
	/* Webkit: Safari 5.1+, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #34a5f2, #0075d0); 
	/* Firefox 3.6+ */ 
	background: -moz-linear-gradient(top, #34a5f2, #0075d0); 
	/* Opera 11.10+ */ 
	background: -o-linear-gradient(top, #34a5f2, #0075d0); 
	/* IE 10 */ 
	background:#34a5f2 -ms-linear-gradient(top, #34a5f2, #0075d0);
	background:#34a5f2\9;
	border:1px solid #007dd3;
}
.btn-blue{
	background:#20a0ff;
	border:1px solid #20a0ff;
}
.btn-blue:active{
	background:#fff;
	color:#20a0ff;
}
.btn-blue2{
	background:none;
	border:1px solid #20a0ff;
	color:#20a0ff;
}
.btn-blue2:active{
	background:#20a0ff;
	color:#fff;
}

.btn-blue-light{
	background:#50bfff;
	border:1px solid #50bfff;
}
.btn-blue-light:active{
	background:#fff;
	color:#50bfff;
}
.btn-blue-light2{
	background:none;
	border:1px solid #50bfff;
	color:#50bfff;
}
.btn-blue-light2:active{
	background:#50bfff;
	color:#fff;
}

.btn-black{
	background:#000;
	border:1px solid #000;
}
.btn-black:active{
	background:#fff;
	color:#000;
}
.btn-black2{
	background:none;
	border:1px solid #000;
	color:#000;
}
.btn-black2:active{
	background:#000;
	color:#fff;
}

.btn-red.disabled,.btn-red.disabled:active,
.btn-yellow.disabled,.btn-yellow.disabled:active,
.btn-blue.disabled,.btn-blue.disabled:active,
.btn-blue-light.disabled,.btn-blue-light.disabled:active,
.btn-green.disabled,.btn-green.disabled:active,
.btn-black.disabled,.btn-black.disabled:active,
.btn-gray.disabled,.btn-gray.disabled:active,
.btn-black.disabled,.btn-black.disabled:active{
	border:1px solid #eef1f6;
	background:#eef1f6;
	color:#bfcbd9;
}
.btn-red2.disabled,.btn-red2.disabled:active,
.btn-yellow2.disabled,.btn-yellow2.disabled:active,
.btn-blue2.disabled,.btn-blue2.disabled:active,
.btn-blue-light2.disabled,.btn-blue-light2.disabled:active,
.btn-green2.disabled,.btn-green2.disabled:active,
.btn-gray2.disabled,.btn-gray2.disabled:active,
.btn-black2.disabled,.btn-black2.disabled:active{
	border:1px solid #d1dbe5;
	background:#fff;
	color:#bfcbd9;
}

.btn-more{
	width:50px;height:50px;
	display: inline-block;
	color:#fff;
	background:#111 url(../images/icon-more.png) no-repeat 13px 50%;
	background-size:auto 24px;
	border-radius: 999px;
	text-align: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
}
.btn-more:active{
	background-color:#333;
	transition-duration: 0s;
}
.btn-more span{
	line-height: 50px;
	white-space: nowrap;
	position: absolute;
	left:50px;top:0px;
	opacity: 0;
	font-size:16px;
}
.btn-more-over{
	width:135px;
}
.btn-more-over span{
	opacity:1;
}
/***************************     box-cell      *****************************/
.box{
	position:relative;
	background-color: #fff;
}
.box .item{
	position:relative;
}
.cell{
	position:relative;
	background-color: #fff;
}
.cell .item{
	padding:20px 20px 20px 0;
	margin-left:20px;
	position:relative;
	border-top:1px solid #e0e6ed;
}
.cell .item:first-child{
	border-top:0;
}
.cell .item.tap:active{
	margin-left:0px;
	padding-left:20px;
	background-color:#e0e6ed;
}
/***************************     global      *****************************/
.pager .wp-pagenavi{display:inline-block;}
.pager a,.pager span{
	float: left;
	padding:10px 15px;
	text-align: center;
	color:#161616;
	font-size:20px;
	border-bottom:1px solid #fff;
}
.pager span{
	color:#888;
	border-bottom:1px solid #161616;
}
.pager span.pages,.pager span.extend{
	border-bottom:1px solid #fff;
}
.pager a:active{
	color:#888;
	border-bottom:1px solid #888;
}
.pager .prev,.pager .next,.pager .go,.pager .refresh{
	background: #95dbdf;
	color:#fff;
}
.pager .prev:active,.pager .next:active,.pager .go:active,.pager .refresh:active{
	background: #48ccd9;
	color:#fff;
}
.pager .pager-num{
	height:30px;line-height: 30px;width:50px;
	float: left;
	margin-left:10px;
}
.wxShare{position:fixed;left:0;top:0;bottom:0px;right:0;z-index:15;display:none;}
.androidShare{background:rgba(0,0,0,.8) url(/uploads/androidShare.png) no-repeat;background-size:100%;}
.iosShare{background:rgba(0,0,0,.7) url(/uploads/iosShare.png) no-repeat;background-size:100%;}
.playvideo{
	width:100%;height:100%;
	position:fixed;
	left:0;top:0;
	background:#000;
	z-index:20000;
	opacity: 0;
}
.openvideo video{
	display: none;
}
.swipedown{
	width:100%;height:100%;
	position:absolute;
	left:0;top:0;
	background:#000;
	z-index:1;
}
.refresh{
	background:#ff2716;
	height:6px;
	width:0px;
	overflow: hidden;
	position: absolute;
	left:0;top:180px;
	z-index: 11;
}
.lastpage{
	text-align:center;
	background:#fff;
	padding:30px 0;
}
.article{
	text-align:left;
	font-size:3.73vmin;
	line-height:2;
}
.article img{
	max-width: 100%;
	display: block; margin-left: auto; margin-right: auto;
}
.article h1{
	font-size:6.93vmin;
}
.article h2{
	font-size:6.4vmin;
}
.article h3{
	font-size:5.86vmin;
}
.article h4{
	font-size:5.33vmin;
}
.article h5{
	font-size:4.8vmin;
}
.article h6{
	font-size:4.26vmin;
}
.article p,.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{
	margin-top:20px;
	text-indent:0vmin;
}
.article ol{
	padding-left:8vmin;
	list-style:decimal;
	margin-top:40px;
}
.article ul{
	padding-left:8vmin;
	list-style:disc;
	margin-top:20px;
}
.article pre{
	margin-top:20px;
	background:#d3dce6;
	padding:10px 15px;
}
.article hr{
	margin-top:20px;
	border-top:1px solid #e5e5e5;
	border-bottom:0;
}
.article table{
	margin-top:20px;
}
.article th,.article td{
	border:1px solid #e5e5e5;
	padding:10px 15px;
}
.article p:first-child,.article h1:first-child,.article h2:first-child,.article h3:first-child,.article h4:first-child,.article h5:first-child,.article h6:first-child,.article ol:first-child,.article ul:first-child,.article pre:first-child,.article hr:first-child,.article table:first-child{
	margin-top:0px;
}
.cl:before,.cl:after,.scroll:before,.scroll:after,.article:before,.article:after{
	content:"";
	display:table;
}
.cl:after,.scroll:after,.article:after{
	clear:both;
	overflow:hidden;
}

.blue{color:#0168b7;}
.blue-dark{color:#004478;}
.blue-light{color:#20A0FF;}
.green{color:#03C0B7;}
.yellow{color:#f7ba2a;}
.yellow-light{color:#ffee3b;}
.orange{color:#FF6000;}
.red{color:rgb(237,93,71);}
.black{color:#000;}
.black-light{color:#333}
.gray{color:#808080;}
.gray-light{color:#cacaca;}
.white{color:#fff;}
.white-dark{color:#f9fafc;}

.bg-transparent{background:url(../images/transparent.png);}
.bg-blue{background:#0062c1;}
.bg-blue-dark{background:#004990;}
.bg-blue-light{background:#58b7ff;}
.bg-green{background:#03C0B7;}
.bg-yellow{background:#f7ba2a;}
.bg-orange{background:#FF6000;}
.bg-red{background:#ff4229;}
.bg-over{background:url(../images/bgover.png);}
.bg-black{background:#000;}
.bg-black-light{background:#1a1a1a}
.bg-black-extra-light{background:#333}
.bg-black10{background:rgba(0,0,0,.1);}
.bg-black20{background:rgba(0,0,0,.2);}
.bg-black30{background:rgba(0,0,0,.3);}
.bg-black40{background:rgba(0,0,0,.4);}
.bg-black50{background:rgba(0,0,0,.5);}
.bg-black60{background:rgba(0,0,0,.6);}
.bg-black70{background:rgba(0,0,0,.7);}
.bg-black80{background:rgba(0,0,0,.8);}
.bg-black85{background:rgba(0,0,0,.85);}
.bg-black90{background:rgba(0,0,0,.9);}
.bg-silver{background:#8a8a8a;}
.bg-silver-light{background:#9a9a9a;}
.bg-gray{background:#f5f5f5;}
.bg-gray-light{background:#f8f8f8;}
.bg-white{background:#fff;}
.bg-white-dark{background:#f9fafc;}
.bg-white10{background:rgba(255,255,255,.1);}
.bg-white20{background:rgba(255,255,255,.2);}
.bg-white30{background:rgba(255,255,255,.3);}
.bg-white40{background:rgba(255,255,255,.4);}
.bg-white50{background:rgba(255,255,255,.5);}
.bg-white60{background:rgba(255,255,255,.6);}
.bg-white70{background:rgba(255,255,255,.7);}
.bg-white80{background:rgba(255,255,255,.8);}
.bg-white90{background:rgba(255,255,255,.9);}
.blur{filter: blur(30px);}
.blurnew{-webkit-backdrop-filter: blur(20px);}
.bg-none{background:none;}


.dt{	
	display:table;
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
	text-align:left;
}
.dr{
	display:table-row;
}
.dc{
	display:table-cell;
	vertical-align:middle;
}
.tlf{table-layout:fixed;}
.bcs{
	border-collapse: separate;
}

.tr{text-align:right;}
.tc{text-align:center;}
.tl{text-align:left;}
.tj{text-align:justify;}

.am{vertical-align:middle;}
.at{vertical-align:top;}
.ab{vertical-align:bottom;}
.al{text-align:left;}
.ar{text-align:right;}
.ac{text-align:center;}
.aj{text-align:justify;}
.underline{ text-decoration: underline;}

.user-modify{
	user-select: auto;
	user-modify: read-write;
}

.toe{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}

.tom2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tom3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.tom4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.tom5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

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

.fxw{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
}

.fx1{flex:1;-ms-flex:1;-webkit-box-flex:1;}
.fx2{flex:2;-ms-flex:2;-webkit-box-flex:2;}
.fx3{flex:3;-ms-flex:3;-webkit-box-flex:3;}
.fx4{flex:4;-ms-flex:4;-webkit-box-flex:4;}
.fx5{flex:5;-ms-flex:5;-webkit-box-flex:5;}

.vm{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.vt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.vb{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.vs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: strecth;
	-ms-flex-align: strecth;
	align-items: strecth;
}
.vc{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.vl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.vr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}
.vv{visibility:visible;}
.vh{visibility:hidden;}

.oh{overflow: hidden;}

.cp{cursor:pointer;}

.di{display:inline-block;}
.db{display:block;}
.dn{display:none;}

.pr{position:relative;}
.pa{position:absolute;}
.pf{position:fixed;}

.fl{float:left;}
.fr{float:right;}

.wn{white-space:nowrap;}

.lh1x2{line-height:1.2;}
.lh1x5{line-height:1.5;}
.lh1x8{line-height:1.8;}
.lh2x{line-height:2;}
.lh15{line-height:4vmin;}
.lh20{line-height:5.33vmin;}
.lh25{line-height:6.66vmin;}
.lh30{line-height:8vmin;}
.lh35{line-height:9.33vmin;}
.lh40{line-height:10.66vmin;}
.lh45{line-height:12vmin;}
.lh50{line-height:13.33vmin;}
.lh55{line-height:14.66vmin;}
.lh60{line-height:16vmin;}
.lh65{line-height:17.33vmin;}
.lh70{line-height:18.66vmin;}
.lh75{line-height:20vmin;}
.lh80{line-height:21.33vmin;}
.lh85{line-height:22.66vmin;}
.lh90{line-height:24vmin;}
.lh95{line-height:25.33vmin;}
.lh100{line-height:26.66vmin;}

.ma{margin-left:auto;margin-right: auto;}
.wa{width:auto;}
.w5x{width:5%;}
.w10x{width:10%;}
.w15x{width:15%;}
.w20x{width:20%;}
.w25x{width:25%;}
.w30x{width:30%;}
.w35x{width:35%;}
.w33x{width:33.33333333%;}
.w40x{width:40%;}
.w45x{width:45%;}
.w50x{width:50%;}
.w55x{width:55%;}
.w60x{width:60%;}
.w65x{width:65%;}
.w70x{width:70%;}
.w75x{width:75%;}
.w80x{width:80%;}
.w85x{width:85%;}
.w90x{width:90%;}
.w95x{width:95%;}
.w100x{width:100%;}
.w5{width:1.33vmin;}
.w10{width:2.66vmin;}
.w15{width:4vmin;}
.w20{width:5.33vmin;}
.w25{width:6.66vmin;}
.w30{width:8vmin;}
.w35{width:9.33vmin;}
.w40{width:10.66vmin;}
.w45{width:12vmin;}
.w50{width:13.33vmin;}
.w55{width:14.66vmin;}
.w60{width:16vmin;}
.w65{width:17.33vmin;}
.w70{width:18.66vmin;}
.w75{width:20vmin;}
.w80{width:21.33vmin;}
.w85{width:22.66vmin;}
.w90{width:24vmin;}
.w95{width:25.33vmin;}
.w100{width:26.66vmin;}
.w105{width:28vmin;}
.w110{width:29.33vmin;}
.w115{width:30.66vmin;}
.w120{width:32vmin;}
.w125{width:33.33vmin;}
.w130{width:34.66vmin;}
.w135{width:36vmin;}
.w140{width:37.33vmin;}
.w145{width:38.66vmin;}
.w150{width:40vmin;}
.w155{width:41.33vmin;}
.w160{width:42.66vmin;}
.w165{width:44vmin;}
.w170{width:45.33vmin;}
.w175{width:46.66vmin;}
.w180{width:48vmin;}
.w185{width:49.33vmin;}
.w190{width:50.66vmin;}
.w195{width:52vmin;}
.w200{width:53.33vmin;}
.w205{width:54.66vmin;}
.w210{width:56vmin;}
.w215{width:57.33vmin;}
.w220{width:58.66vmin;}
.w225{width:60vmin;}
.w230{width:61.33vmin;}
.w235{width:62.66vmin;}
.w240{width:64vmin;}
.w245{width:65.33vmin;}
.w250{width:66.66vmin;}
.w255{width:68vmin;}
.w260{width:69.33vmin;}
.w265{width:70.66vmin;}
.w270{width:72vmin;}
.w275{width:73.33vmin;}
.w280{width:74.66vmin;}
.w285{width:76vmin;}
.w290{width:77.33vmin;}
.w295{width:78.66vmin;}
.w300{width:80vmin;}
.w305{width:81.33vmin;}
.w310{width:82.66vmin;}
.w315{width:84vmin;}
.w320{width:85.33vmin;}
.w325{width:86.66vmin;}
.w330{width:88vmin;}
.w335{width:89.33vmin;}
.w340{width:90.66vmin;}
.w345{width:92vmin;}
.w350{width:93.33vmin;}
.w355{width:94.66vmin;}
.w360{width:96vmin;}
.w365{width:97.33vmin;}
.w370{width:98.66vmin;}
.w375{width:100vmin;}

.ha{height:auto;}
.h5x{height:5%;}
.h10x{height:10%;}
.h15x{height:15%;}
.h20x{height:20%;}
.h25x{height:25%;}
.h30x{height:30%;}
.h35x{height:35%;}
.h33x{height:33.33333333%;}
.h40x{height:40%;}
.h45x{height:45%;}
.h50x{height:50%;}
.h55x{height:55%;}
.h60x{height:60%;}
.h65x{height:65%;}
.h70x{height:70%;}
.h75x{height:75%;}
.h80x{height:80%;}
.h85x{height:85%;}
.h90x{height:90%;}
.h95x{height:95%;}
.h100x{height:100%;}

.h5{height:1.33vmin;}
.h10{height:2.66vmin;}
.h15{height:4vmin;}
.h20{height:5.33vmin;}
.h25{height:6.66vmin;}
.h30{height:8vmin;}
.h35{height:9.33vmin;}
.h40{height:10.66vmin;}
.h45{height:12vmin;}
.h50{height:13.33vmin;}
.h55{height:14.66vmin;}
.h60{height:16vmin;}
.h65{height:17.33vmin;}
.h70{height:18.66vmin;}
.h75{height:20vmin;}
.h80{height:21.33vmin;}
.h85{height:22.66vmin;}
.h90{height:24vmin;}
.h95{height:25.33vmin;}
.h100{height:26.66vmin;}
.h105{height:28vmin;}
.h110{height:29.33vmin;}
.h115{height:30.66vmin;}
.h120{height:32vmin;}
.h125{height:33.33vmin;}
.h130{height:34.66vmin;}
.h135{height:36vmin;}
.h140{height:37.33vmin;}
.h145{height:38.66vmin;}
.h150{height:40vmin;}
.h155{height:41.33vmin;}
.h160{height:42.66vmin;}
.h165{height:44vmin;}
.h170{height:45.33vmin;}
.h175{height:46.66vmin;}
.h180{height:48vmin;}
.h185{height:49.33vmin;}
.h190{height:50.66vmin;}
.h195{height:52vmin;}
.h200{height:53.33vmin;}
.h205{height:54.66vmin;}
.h210{height:56vmin;}
.h215{height:57.33vmin;}
.h220{height:58.66vmin;}
.h225{height:60vmin;}
.h230{height:61.33vmin;}
.h235{height:62.66vmin;}
.h240{height:64vmin;}
.h245{height:65.33vmin;}
.h250{height:66.66vmin;}
.h255{height:68vmin;}
.h260{height:69.33vmin;}
.h265{height:70.66vmin;}
.h270{height:72vmin;}
.h275{height:73.33vmin;}
.h280{height:74.66vmin;}
.h285{height:76vmin;}
.h290{height:77.33vmin;}
.h295{height:78.66vmin;}
.h300{height:80vmin;}
.h305{height:81.33vmin;}
.h310{height:82.66vmin;}
.h315{height:84vmin;}
.h320{height:85.33vmin;}
.h325{height:86.66vmin;}
.h330{height:88vmin;}
.h335{height:89.33vmin;}
.h340{height:90.66vmin;}
.h345{height:92vmin;}
.h350{height:93.33vmin;}
.h355{height:94.66vmin;}
.h360{height:96vmin;}
.h365{height:97.33vmin;}
.h370{height:98.66vmin;}
.h375{height:100vmin;}
.h480{height:128vmin;}

.fb{font-weight:bold;}
.f8{font-size:2.13vmin;}
.f10{font-size:2.66vmin;}
.f12{font-size:3.2vmin;}
.f14{font-size:3.73vmin;}
.f16{font-size:4.26vmin;}
.f18{font-size:4.8vmin;}
.f20{font-size:5.33vmin;}
.f22{font-size:5.86vmin;}
.f24{font-size:6.4vmin;}
.f26{font-size:6.93vmin;}
.f28{font-size:7.46vmin;}
.f30{font-size:8vmin;}
.f32{font-size:8.53vmin;}
.f34{font-size:9.06vmin;}
.f36{font-size:9.6vmin;}
.f38{font-size:10.13vmin;}
.f40{font-size:10.66vmin;}
.f42{font-size:11.2vmin;}
.f44{font-size:11.73vmin;}
.f46{font-size:12.26vmin;}
.f48{font-size:12.8vmin;}
.f50{font-size:13.33vmin;}
.f0{font-size:0;}

.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400;}

.bs{box-shadow:0 0 4px rgba(0,0,0,.2);}
.ts{text-shadow:0 0 4px #1F2D3D;}
.shadow {
	position: relative;
	box-shadow: 0px 0 6px rgba(0,0,0,0.2);
	z-index:1;
}

.shadow:before,
.shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:10px;
   left:3px;
   width:50%;
   height:9px;
   box-shadow:0 9px 6px rgba(0, 0, 0, 0.5);
   transform:rotate(-3deg);
}
.shadow::after{
   right:3px;
   left:auto;
   transform:rotate(3deg);
 }

.b{border:1px solid #e5e5e5;}
.bl{border-left:1px solid #e5e5e5;}
.br{border-right:1px solid #e5e5e5;}
.bt{border-top:1px solid #e5e5e5;}
.bb{border-bottom:1px solid #e5e5e5;}
.btb{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.blr{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}

.border-dotted .b,
.border-dotted .bl,
.border-dotted .br,
.border-dotted .bt,
.border-dotted .bb,
.border-dotted .btb,
.border-dotted .blr{border-style: dotted;}

.border-yellow{border-color: #FFDA2F;}
.border-blue{border-color: #0096FF;}

.b0{border:0;}
.bl0{border-left:0;}
.br0{border-right:0;}
.bt0{border-top:0;}
.bb0{border-bottom:0;}

.op0{opacity:.0}
.op1{opacity:.1}
.op2{opacity:.2}
.op3{opacity:.3}
.op4{opacity:.4}
.op5{opacity:.5}
.op6{opacity:.6}
.op7{opacity:.7}
.op8{opacity:.8}
.op9{opacity:.9}
.op99{opacity:.99}

.br5{border-radius:5px;}
.br10{border-radius:10px;}
.br15{border-radius:15px;}
.br20{border-radius:20px;}
.br25{border-radius:25px;}
.br30{border-radius:30px;}
.br35{border-radius:35px;}
.br40{border-radius:40px;}
.br45{border-radius:45px;}
.br50{border-radius:50px;}
.br55{border-radius:55px;}
.br60{border-radius:60px;}
.brc{border-radius:9999px;}
.brr0{border-radius:0;}
.btl0{border-top-left-radius: 0;}
.btr0{border-top-right-radius: 0;}
.bbl0{border-bottom-left-radius: 0;}
.bbr0{border-bottom-right-radius: 0;}

.m5{margin:5px;}
.ml5{margin-left:5px;}
.mr5{margin-right:5px;}
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mlr5{margin-left:5px;margin-right:5px;}
.mtb5{margin-top:5px;margin-bottom:5px;}

.m10{margin:10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mlr10{margin-left:10px;margin-right:10px;}
.mtb10{margin-top:10px;margin-bottom:10px;}

.m15{margin:15px;}
.ml15{margin-left:15px;}
.mr15{margin-right:15px;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.mlr15{margin-left:15px;margin-right:15px;}
.mtb15{margin-top:15px;margin-bottom:15px;}

.m20{margin:20px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.mlr20{margin-left:20px;margin-right:20px;}
.mtb20{margin-top:20px;margin-bottom:20px;}

.m25{margin:25px;}
.ml25{margin-left:25px;}
.mr25{margin-right:25px;}
.mt25{margin-top:25px;}
.mb25{margin-bottom:25px;}
.mlr25{margin-left:25px;margin-right:25px;}
.mtb25{margin-top:25px;margin-bottom:25px;}

.m30{margin:30px;}
.ml30{margin-left:30px;}
.mr30{margin-right:30px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mlr30{margin-left:30px;margin-right:30px;}
.mtb30{margin-top:30px;margin-bottom:30px;}

.m35{margin:35px;}
.ml35{margin-left:35px;}
.mr35{margin-right:35px;}
.mt35{margin-top:35px;}
.mb35{margin-bottom:35px;}
.mlr35{margin-left:35px;margin-right:35px;}
.mtb35{margin-top:35px;margin-bottom:35px;}

.m40{margin:40px;}
.ml40{margin-left:40px;}
.mr40{margin-right:40px;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.mlr40{margin-left:40px;margin-right:40px;}
.mtb40{margin-top:40px;margin-bottom:40px;}

.m45{margin:45px;}
.ml45{margin-left:45px;}
.mr45{margin-right:45px;}
.mt45{margin-top:45px;}
.mb45{margin-bottom:45px;}
.mlr45{margin-left:45px;margin-right:45px;}
.mtb45{margin-top:45px;margin-bottom:45px;}

.m50{margin:50px;}
.ml50{margin-left:50px;}
.mr50{margin-right:50px;}
.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}
.mlr50{margin-left:50px;margin-right:50px;}
.mtb50{margin-top:50px;margin-bottom:50px;}

.m55{margin:55px;}
.ml55{margin-left:55px;}
.mr55{margin-right:55px;}
.mt55{margin-top:55px;}
.mb55{margin-bottom:55px;}
.mlr55{margin-left:55px;margin-right:55px;}
.mtb55{margin-top:55px;margin-bottom:55px;}

.m60{margin:60px;}
.ml60{margin-left:60px;}
.mr60{margin-right:60px;}
.mt60{margin-top:60px;}
.mb60{margin-bottom:60px;}
.mlr60{margin-left:60px;margin-right:60px;}
.mtb60{margin-top:60px;margin-bottom:60px;}

.m65{margin:65px;}
.ml65{margin-left:65px;}
.mr65{margin-right:65px;}
.mt65{margin-top:65px;}
.mb65{margin-bottom:65px;}
.mlr65{margin-left:65px;margin-right:65px;}
.mtb65{margin-top:65px;margin-bottom:65px;}

.m70{margin:70px;}
.ml70{margin-left:70px;}
.mr70{margin-right:70px;}
.mt70{margin-top:70px;}
.mb70{margin-bottom:70px;}
.mlr70{margin-left:70px;margin-right:70px;}
.mtb70{margin-top:70px;margin-bottom:70px;}

.m75{margin:75px;}
.ml75{margin-left:75px;}
.mr75{margin-right:75px;}
.mt75{margin-top:75px;}
.mb75{margin-bottom:75px;}
.mlr75{margin-left:75px;margin-right:75px;}
.mtb75{margin-top:75px;margin-bottom:75px;}

.m80{margin:80px;}
.ml80{margin-left:80px;}
.mr80{margin-right:80px;}
.mt80{margin-top:80px;}
.mb80{margin-bottom:80px;}
.mlr80{margin-left:60px;margin-right:80px;}
.mtb80{margin-top:60px;margin-bottom:80px;}

.m85{margin:85px;}
.ml85{margin-left:85px;}
.mr85{margin-right:85px;}
.mt85{margin-top:85px;}
.mb85{margin-bottom:85px;}
.mlr85{margin-left:85px;margin-right:85px;}
.mtb85{margin-top:85px;margin-bottom:85px;}

.m90{margin:90px;}
.ml90{margin-left:90px;}
.mr90{margin-right:90px;}
.mt90{margin-top:90px;}
.mb90{margin-bottom:90px;}
.mlr90{margin-left:90px;margin-right:90px;}
.mtb90{margin-top:90px;margin-bottom:90px;}

.m95{margin:95px;}
.ml95{margin-left:95px;}
.mr95{margin-right:95px;}
.mt95{margin-top:95px;}
.mb95{margin-bottom:95px;}
.mlr95{margin-left:95px;margin-right:95px;}
.mtb95{margin-top:95px;margin-bottom:95px;}

.m100{margin:100px;}
.ml100{margin-left:100px;}
.mr100{margin-right:100px;}
.mt100{margin-top:100px;}
.mb100{margin-bottom:100px;}
.mlr100{margin-left:100px;margin-right:100px;}
.mtb100{margin-top:100px;margin-bottom:100px;}

.m105{margin:105px;}
.ml105{margin-left:105px;}
.mr105{margin-right:105px;}
.mt105{margin-top:105px;}
.mb105{margin-bottom:105px;}
.mlr105{margin-left:105px;margin-right:105px;}
.mtb105{margin-top:105px;margin-bottom:105px;}

.m110{margin:110px;}
.ml110{margin-left:110px;}
.mr110{margin-right:110px;}
.mt110{margin-top:110px;}
.mb110{margin-bottom:110px;}
.mlr110{margin-left:110px;margin-right:110px;}
.mtb110{margin-top:110px;margin-bottom:110px;}

.m115{margin:115px;}
.ml115{margin-left:115px;}
.mr115{margin-right:115px;}
.mt115{margin-top:115px;}
.mb115{margin-bottom:115px;}
.mlr115{margin-left:115px;margin-right:115px;}
.mtb115{margin-top:115px;margin-bottom:115px;}

.m120{margin:120px;}
.ml120{margin-left:120px;}
.mr120{margin-right:120px;}
.mt120{margin-top:120px;}
.mb120{margin-bottom:120px;}
.mlr120{margin-left:120px;margin-right:120px;}
.mtb120{margin-top:120px;margin-bottom:120px;}

.m125{margin:125px;}
.ml125{margin-left:125px;}
.mr125{margin-right:125px;}
.mt125{margin-top:125px;}
.mb125{margin-bottom:125px;}
.mlr125{margin-left:125px;margin-right:125px;}
.mtb125{margin-top:125px;margin-bottom:125px;}

.m130{margin:130px;}
.ml130{margin-left:130px;}
.mr130{margin-right:130px;}
.mt130{margin-top:130px;}
.mb130{margin-bottom:130px;}
.mlr130{margin-left:130px;margin-right:130px;}
.mtb130{margin-top:130px;margin-bottom:130px;}

.m135{margin:135px;}
.ml135{margin-left:135px;}
.mr135{margin-right:135px;}
.mt135{margin-top:135px;}
.mb135{margin-bottom:135px;}
.mlr135{margin-left:135px;margin-right:135px;}
.mtb135{margin-top:135px;margin-bottom:135px;}

.m140{margin:140px;}
.ml140{margin-left:140px;}
.mr140{margin-right:140px;}
.mt140{margin-top:140px;}
.mb140{margin-bottom:140px;}
.mlr140{margin-left:140px;margin-right:140px;}
.mtb140{margin-top:140px;margin-bottom:140px;}

.m145{margin:145px;}
.ml145{margin-left:145px;}
.mr145{margin-right:145px;}
.mt145{margin-top:145px;}
.mb145{margin-bottom:145px;}
.mlr145{margin-left:145px;margin-right:145px;}
.mtb145{margin-top:145px;margin-bottom:145px;}

.m150{margin:150px;}
.ml150{margin-left:150px;}
.mr150{margin-right:150px;}
.mt150{margin-top:150px;}
.mb150{margin-bottom:150px;}
.mlr150{margin-left:150px;margin-right:150px;}
.mtb150{margin-top:150px;margin-bottom:150px;}

.ml130{margin-left:130px;}
.ml140{margin-left:140px;}
.ml150{margin-left:150px;}
.ml160{margin-left:160px;}
.ml170{margin-left:170px;}
.ml180{margin-left:180px;}
.ml190{margin-left:190px;}
.ml200{margin-left:200px;}
.ml210{margin-left:210px;}
.ml220{margin-left:220px;}
.ml230{margin-left:230px;}
.ml240{margin-left:240px;}
.ml250{margin-left:250px;}
.ml260{margin-left:260px;}
.ml270{margin-left:270px;}
.ml280{margin-left:280px;}
.ml290{margin-left:290px;}
.ml300{margin-left:300px;}
.ml310{margin-left:310px;}
.ml320{margin-left:320px;}
.ml330{margin-left:330px;}
.ml340{margin-left:340px;}
.ml350{margin-left:350px;}
.ml360{margin-left:360px;}
.ml370{margin-left:370px;}
.ml380{margin-left:380px;}
.ml390{margin-left:390px;}
.ml400{margin-left:400px;}
.ml410{margin-left:410px;}
.ml420{margin-left:420px;}
.ml430{margin-left:430px;}
.ml440{margin-left:440px;}
.ml450{margin-left:450px;}
.ml460{margin-left:460px;}
.ml470{margin-left:470px;}
.ml480{margin-left:480px;}
.ml490{margin-left:490px;}
.ml500{margin-left:500px;}
.ml510{margin-left:510px;}
.ml520{margin-left:520px;}
.ml530{margin-left:530px;}
.ml540{margin-left:540px;}
.ml550{margin-left:550px;}
.ml560{margin-left:560px;}
.ml570{margin-left:570px;}
.ml580{margin-left:580px;}
.ml590{margin-left:590px;}
.ml600{margin-left:600px;}
.ml610{margin-left:610px;}
.ml620{margin-left:620px;}
.ml630{margin-left:630px;}
.ml640{margin-left:640px;}
.ml650{margin-left:650px;}
.ml660{margin-left:660px;}
.ml670{margin-left:670px;}
.ml680{margin-left:680px;}
.ml690{margin-left:690px;}
.ml700{margin-left:700px;}

.mr130{margin-right:130px;}
.mr140{margin-right:140px;}
.mr150{margin-right:150px;}
.mr160{margin-right:160px;}
.mr170{margin-right:170px;}
.mr180{margin-right:180px;}
.mr190{margin-right:190px;}
.mr200{margin-right:200px;}
.mr210{margin-right:210px;}
.mr220{margin-right:220px;}
.mr230{margin-right:230px;}
.mr240{margin-right:240px;}
.mr250{margin-right:250px;}
.mr260{margin-right:260px;}
.mr270{margin-right:270px;}
.mr280{margin-right:280px;}
.mr290{margin-right:290px;}
.mr300{margin-right:300px;}
.mr310{margin-right:310px;}
.mr320{margin-right:320px;}
.mr330{margin-right:330px;}
.mr340{margin-right:340px;}
.mr350{margin-right:350px;}
.mr360{margin-right:360px;}
.mr370{margin-right:370px;}
.mr380{margin-right:380px;}
.mr390{margin-right:390px;}
.mr400{margin-right:400px;}
.mr410{margin-right:410px;}
.mr420{margin-right:420px;}
.mr430{margin-right:430px;}
.mr440{margin-right:440px;}
.mr450{margin-right:450px;}
.mr460{margin-right:460px;}
.mr470{margin-right:470px;}
.mr480{margin-right:480px;}
.mr490{margin-right:490px;}
.mr500{margin-right:500px;}
.mr510{margin-right:510px;}
.mr520{margin-right:520px;}
.mr530{margin-right:530px;}
.mr540{margin-right:540px;}
.mr550{margin-right:550px;}
.mr560{margin-right:560px;}
.mr570{margin-right:570px;}
.mr580{margin-right:580px;}
.mr590{margin-right:590px;}
.mr600{margin-right:600px;}
.mr610{margin-right:610px;}
.mr620{margin-right:620px;}
.mr630{margin-right:630px;}
.mr640{margin-right:640px;}
.mr650{margin-right:650px;}
.mr660{margin-right:660px;}
.mr670{margin-right:670px;}
.mr680{margin-right:680px;}
.mr690{margin-right:690px;}
.mr700{margin-right:700px;}

.m0{margin:0px;}
.ml0{margin-left:0px;}
.mr0{margin-right:0px;}
.mt0{margin-top:0px;}
.mb0{margin-bottom:0px;}
.mlr0{margin-left:0px;margin-right:0px;}
.mtb0{margin-top:0px;margin-bottom:0px;}

.p5{padding:5px;}
.pl5{padding-left:5px;}
.pr5{padding-right:5px;}
.pt5{padding-top:5px;}
.pb5{padding-bottom:5px;}
.plr5{padding-left:5px;padding-right:5px;}
.ptb5{padding-top:5px;padding-bottom:5px;}

.p10{padding:10px;}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.plr10{padding-left:10px;padding-right:10px;}
.ptb10{padding-top:10px;padding-bottom:10px;}

.p15{padding:15px;}
.pl15{padding-left:15px;}
.pr15{padding-right:15px;}
.pt15{padding-top:15px;}
.pb15{padding-bottom:15px;}
.plr15{padding-left:15px;padding-right:15px;}
.ptb15{padding-top:15px;padding-bottom:15px;}

.p20{padding:20px;}
.pl20{padding-left:20px;}
.pr20{padding-right:20px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.plr20{padding-left:20px;padding-right:20px;}
.ptb20{padding-top:20px;padding-bottom:20px;}

.p25{padding:25px;}
.pl25{padding-left:25px;}
.pr25{padding-right:25px;}
.pt25{padding-top:25px;}
.pb25{padding-bottom:25px;}
.plr25{padding-left:25px;padding-right:25px;}
.ptb25{padding-top:25px;padding-bottom:25px;}

.p30{padding:30px;}
.pl30{padding-left:30px;}
.pr30{padding-right:30px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
.plr30{padding-left:30px;padding-right:30px;}
.ptb30{padding-top:30px;padding-bottom:30px;}

.p35{padding:35px;}
.pl35{padding-left:35px;}
.pr35{padding-right:35px;}
.pt35{padding-top:35px;}
.pb35{padding-bottom:35px;}
.plr35{padding-left:35px;padding-right:35px;}
.ptb35{padding-top:35px;padding-bottom:35px;}

.p40{padding:40px;}
.pl40{padding-left:40px;}
.pr40{padding-right:40px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.plr40{padding-left:40px;padding-right:40px;}
.ptb40{padding-top:40px;padding-bottom:40px;}

.p45{padding:45px;}
.pl45{padding-left:45px;}
.pr45{padding-right:45px;}
.pt45{padding-top:45px;}
.pb45{padding-bottom:45px;}
.plr45{padding-left:45px;padding-right:45px;}
.ptb45{padding-top:45px;padding-bottom:45px;}

.p50{padding:50px;}
.pl50{padding-left:50px;}
.pr50{padding-right:50px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.plr50{padding-left:50px;padding-right:50px;}
.ptb50{padding-top:50px;padding-bottom:50px;}

.p55{padding:55px;}
.pl55{padding-left:55px;}
.pr55{padding-right:55px;}
.pt55{padding-top:55px;}
.pb55{padding-bottom:55px;}
.plr55{padding-left:55px;padding-right:55px;}
.ptb55{padding-top:55px;padding-bottom:55px;}

.p60{padding:60px;}
.pl60{padding-left:60px;}
.pr60{padding-right:60px;}
.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}
.plr60{padding-left:60px;padding-right:60px;}
.ptb60{padding-top:60px;padding-bottom:60px;}

.p65{padding:65px;}
.pl65{padding-left:65px;}
.pr65{padding-right:65px;}
.pt65{padding-top:65px;}
.pb65{padding-bottom:65px;}
.plr65{padding-left:65px;padding-right:65px;}
.ptb65{padding-top:65px;padding-bottom:65px;}

.p70{padding:70px;}
.pl70{padding-left:70px;}
.pr70{padding-right:70px;}
.pt70{padding-top:70px;}
.pb70{padding-bottom:70px;}
.plr70{padding-left:70px;padding-right:70px;}
.ptb70{padding-top:70px;padding-bottom:70px;}

.p75{padding:75px;}
.pl75{padding-left:75px;}
.pr75{padding-right:75px;}
.pt75{padding-top:75px;}
.pb75{padding-bottom:75px;}
.plr75{padding-left:75px;padding-right:75px;}
.ptb75{padding-top:75px;padding-bottom:75px;}

.p80{padding:80px;}
.pl80{padding-left:80px;}
.pr80{padding-right:80px;}
.pt80{padding-top:80px;}
.pb80{padding-bottom:80px;}
.plr80{padding-left:80px;padding-right:80px;}
.ptb80{padding-top:80px;padding-bottom:80px;}

.p85{padding:85px;}
.pl85{padding-left:85px;}
.pr85{padding-right:85px;}
.pt85{padding-top:85px;}
.pb85{padding-bottom:85px;}
.plr85{padding-left:85px;padding-right:85px;}
.ptb85{padding-top:85px;padding-bottom:85px;}

.p90{padding:90px;}
.pl90{padding-left:90px;}
.pr90{padding-right:90px;}
.pt90{padding-top:90px;}
.pb90{padding-bottom:90px;}
.plr90{padding-left:90px;padding-right:90px;}
.ptb90{padding-top:90px;padding-bottom:90px;}

.p95{padding:95px;}
.pl95{padding-left:95px;}
.pr95{padding-right:95px;}
.pt95{padding-top:95px;}
.pb95{padding-bottom:95px;}
.plr95{padding-left:95px;padding-right:95px;}
.ptb95{padding-top:95px;padding-bottom:95px;}

.p100{padding:100px;}
.pl100{padding-left:100px;}
.pr100{padding-right:100px;}
.pt100{padding-top:100px;}
.pb100{padding-bottom:100px;}
.plr100{padding-left:100px;padding-right:100px;}
.ptb100{padding-top:100px;padding-bottom:100px;}

.p105{padding:105px;}
.pl105{padding-left:105px;}
.pr105{padding-right:105px;}
.pt105{padding-top:105px;}
.pb105{padding-bottom:105px;}
.plr105{padding-left:105px;padding-right:105px;}
.ptb105{padding-top:105px;padding-bottom:105px;}

.p110{padding:110px;}
.pl110{padding-left:110px;}
.pr110{padding-right:110px;}
.pt110{padding-top:110px;}
.pb110{padding-bottom:110px;}
.plr110{padding-left:110px;padding-right:110px;}
.ptb110{padding-top:110px;padding-bottom:110px;}

.p115{padding:115px;}
.pl115{padding-left:115px;}
.pr115{padding-right:115px;}
.pt115{padding-top:115px;}
.pb115{padding-bottom:115px;}
.plr115{padding-left:115px;padding-right:115px;}
.ptb115{padding-top:115px;padding-bottom:115px;}

.p120{padding:120px;}
.pl120{padding-left:120px;}
.pr120{padding-right:120px;}
.pt120{padding-top:120px;}
.pb120{padding-bottom:120px;}
.plr120{padding-left:120px;padding-right:120px;}
.ptb120{padding-top:120px;padding-bottom:120px;}

.p125{padding:125px;}
.pl125{padding-left:125px;}
.pr125{padding-right:125px;}
.pt125{padding-top:125px;}
.pb125{padding-bottom:125px;}
.plr125{padding-left:125px;padding-right:125px;}
.ptb125{padding-top:125px;padding-bottom:125px;}

.p130{padding:130px;}
.pl130{padding-left:130px;}
.pr130{padding-right:130px;}
.pt130{padding-top:130px;}
.pb130{padding-bottom:130px;}
.plr130{padding-left:130px;padding-right:130px;}
.ptb130{padding-top:130px;padding-bottom:130px;}

.p135{padding:135px;}
.pl135{padding-left:135px;}
.pr135{padding-right:135px;}
.pt135{padding-top:135px;}
.pb135{padding-bottom:135px;}
.plr135{padding-left:135px;padding-right:135px;}
.ptb135{padding-top:135px;padding-bottom:135px;}

.p140{padding:140px;}
.pl140{padding-left:140px;}
.pr140{padding-right:140px;}
.pt140{padding-top:140px;}
.pb140{padding-bottom:140px;}
.plr140{padding-left:140px;padding-right:140px;}
.ptb140{padding-top:140px;padding-bottom:140px;}

.p145{padding:145px;}
.pl145{padding-left:145px;}
.pr145{padding-right:145px;}
.pt145{padding-top:145px;}
.pb145{padding-bottom:145px;}
.plr145{padding-left:145px;padding-right:145px;}
.ptb145{padding-top:145px;padding-bottom:145px;}

.p150{padding:150px;}
.pl150{padding-left:150px;}
.pr150{padding-right:150px;}
.pt150{padding-top:150px;}
.pb150{padding-bottom:150px;}
.plr150{padding-left:150px;padding-right:150px;}
.ptb150{padding-top:150px;padding-bottom:150px;}

.p0{padding:0px;}
.pl0{padding-left:0px;}
.pr0{padding-right:0px;}
.pt0{padding-top:0px;}
.pb0{padding-bottom:0px;}
.plr0{padding-left:0px;padding-right:0px;}
.ptb0{padding-top:0px;padding-bottom:0px;}

.z1{z-index:1;}
.z2{z-index: 2;}
.z3{z-index: 3;}
.z4{z-index: 4;}
.z5{z-index: 5;}
.z6{z-index: 6;}
.z7{z-index: 7;}
.z8{z-index: 8;}
.z9{z-index: 9;}
.z10{z-index: 10;}
.z11{z-index: 11;}
.z12{z-index: 12;}
.z13{z-index: 13;}
.z14{z-index: 14;}
.z15{z-index: 15;}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

.qq_contact{
	position: fixed;
	left:0;bottom:0;
	z-index: 100;
	width:100%;
	height:50px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3))); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.qq_contact td{
	vertical-align: middle;
	width:33.33%;
	text-align: center;
	font-size:4.26vmin;
	color:#fff;
}
.qq_contact td img{
	display: inline-block;
	vertical-align: middle;
}
.qq_contact td span{
	display: inline-block;
	vertical-align: middle;
	margin-left:5px;
}
@supports (-webkit-backdrop-filter: none) { 
	.qq_contact{
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px)
		/*-webkit-backdrop-filter: brightness(1.5) blur(20px);
		backdrop-filter: brightness(1.5) blur(20px);*/
	} 
}
/*#newBridge{display:none !important;}*/
#nb_icon_wrap{
	width:auto !important;
	height:auto !important;
}
#nb_icon_wrap .nb-icon-wrap-base{
	background-size: 70% !important;
    border-radius: 50% !important;;
    width: 50px !important;;
    height: 50px !important;;
}