@charset "utf-8";

/* reset.css */

body {
	position: relative;
	overflow-y: visible !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: auto;
}

body * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}


/** html4 reset **/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0 none;
}

address, caption, cite, code, dfn, em, th, var, b, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style-type: none
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td, caption {
	vertical-align: top;
	text-align: left;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="date"], input[type="month"], input[type="tel"], input[type="radio"], input[type="checkbox"], button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

img {
	vertical-align: middle;
	font-size: 0;
}

h1 {
	font-size: 0.24rem;
}

h2 {
	font-size: 0.2rem;
}

h3 {
	font-size: 0.18rem;
}

h4 {
	font-size: 0.16rem;
}

h5 {
	font-size: 0.14rem;
}


/** html5 reset **/

header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside {
	margin: 0;
	padding: 0;
	display: block;
}

::-moz-placeholder {
	color: #bcbcbc;
}

::-webkit-input-placeholder {
	color: #bcbcbc;
}

::-webkit-scrollbar {
	width: 0px
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	opacity: 1
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}


/** Body, links, basics **/


/** Body, links, basics **/

body, html {
	font-size: 100px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 0.14rem;
	line-height: 1.8;
	font-family: Hiragino Sans GB, Helvetica, STHeiti STXihei, Microsoft YaHei, Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #000;
}


/* 布局grid */

#afui, #content, .page {
	height: 100%;
	width: 100%;
}

section.main {
	position: relative;
	z-index: 100;
}

section.main.fixed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

section.main.fixed>article {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}


/*-- 按钮 button --*/

.ce_btn {
	padding: 0.15rem 0.2rem;
	margin-top: 0.1rem;
}

.ce_btn>a {
	display: block;
	height: 0.47rem;
	line-height: 0.45rem;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	background: #fb6130;
	border: 1px solid #fb6130;
	border-radius: 0.05rem;
	-moz-border-radius: 0.05rem;
	-webkit-border-radius: 0.05rem;
}

.ce_btn>a.disable {
	background: #7fd5fe;
	color: rgba(255, 255, 255, 0.5);
}

.ce_btn>a.spel {
	margin-top: 0.1rem;
	border: 1px solid #00abfd;
	color: #00abfd;
	background: none;
}


/*-- 下载app --*/

.shade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

.tips_layer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.tips_layer img {
	display: block;
	width: 100%;
}

.down_box {
	text-align: center;
	font-size: 0.15rem;
}

.down_box .pic {
	width: 100%;
	height: 100%;
}

.down_box .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.set_tips {
	margin: 0.2rem 0.1rem 0.2rem 0.2rem;
	border-left: 1px solid #cdcdcd;
	position: relative;
	padding: 0 0 0.15rem 0.15rem;
}

.set_tips:before, .set_tips:after {
	display: block;
	content: "";
	width: 0.11rem;
	height: 0.11rem;
	background: #cdcdcd;
	border-radius: 1rem;
	position: absolute;
	left: -0.06rem;
}

.set_tips:before {
	top: -0.03rem;
}

.set_tips:after {
	bottom: -0.03rem;
}

.set_tips .title {
	font-weight: normal;
	line-height: 0.22rem;
	font-size: 0.13rem;
	position: relative;
	top: -0.05rem;
}

.set_tips ul li {
	padding: 0.15rem 0;
	position: relative;
	font-size: 0.14rem;
}

.set_tips ul li i {
	display: block;
	width: 0.21rem;
	height: 0.21rem;
	text-align: center;
	line-height: 0.21rem;
	font-style: normal;
	color: #fff;
	font-size: 0.15rem;
	border-radius: 1rem;
	position: absolute;
	top: 0.32rem;
	left: -0.26rem;
}

.set_tips ul li:nth-child(1) i {
	background: #36b3fa;
}

.set_tips ul li:nth-child(2) i {
	background: #eb7d5f;
}

.set_tips ul li:nth-child(3) i {
	background: #62c3b9;
}

.set_tips ul li:nth-child(4) i {
	background: #f9c55c;
}

.set_tips ul li .pic {
	margin-bottom: 0.1rem;
}

.set_tips ul li .pic img {
	display: block;
	height: 0.47rem;
}


/* iphone 6 */

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	html {
		font-size: 117.1875px;
	}
}


/* iphone6 plus */

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	html {
		font-size: 129.375px;
	}
}

.content {
	background-color: #f5f5f5;
	overflow-x: hidden;
}

.ce_btn_box {
	font-family: Helvetica, Arial, Microsoft YaHei;
}

.ce_btn_box .title {
	height: 0.45rem;
	line-height: 0.45rem;
	font-weight: normal;
	font-size: 0.13rem;
	padding-left: 0.15rem;
	color: #333;
}

.ce_btn_new {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fff;
}

.ce_btn_box>.ce_btn_new>a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 0.45rem;
	line-height: 0.45rem;
	font-family: Helvetica, Arial, Microsoft YaHei;
	font-size: 0.17rem;
	color: #333;
}

.ce_btn_box>.ce_btn_new>a span.bg {
	padding-left: 0.15rem;
	width: 20%;
}

.ce_btn_box>.ce_btn_new>a span img {
	width: 0.3rem;
}

.ce_btn_box>.ce_btn_new>a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0.45rem;
	height: 0.45rem;
	background: url('../img/right2x.png') no-repeat center;
	background-size: 0.07rem 0.15rem;
}

@media (min-width: 960px) and (max-width: 1920px) {
	.content {
		margin: auto;
	}
	section.main.fixed {
		background-color: #e8e8e8;
	}
	.ce_btn_box .title {
		padding-left: 0.45rem;
	}
	.ce_btn_box>.ce_btn_new>a span.bg {
		width: 15%;
		padding-left: 0.45rem;
	}
	.down_box {
		width: 828px;
		height: 624px;
	}
}

.layer-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    background: rgba(0, 0, 0, .7);
    z-index: 5999;
}
.layer-dialog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}
.layer-dialog .layer-cont p{
	font-family: Microsoft YaHei;
	font-size: .16rem;
	color: #fff;
	text-align: left;
}
.layer-ico-tip {
	position: relative;
	top: .03rem;
	left: .1rem;
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background-image: url('../img/down-tip.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.layer-ico-direc {
	position: absolute;
	top: 16%;
	right: 5%;
	width: .46rem;
	height: .46rem;
	background-image: url('../img/down-direc.png');
	background-size: .46rem .46rem;
	background-repeat: no-repeat;
}

.table {width: 100%; background-color: #eeeeee; border: none} 

.qr_item {
	background-color: #eeeeee;
	border: none;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}