@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"],

input,
textarea,
button {
	/*-webkit-appearance:none; resize: none; outline: none;*/
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: cccccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: cccccc;
}

button,
input,
textarea {
	/* font-family: "微软雅黑";*/
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-weight: normal;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* 图片自适应 */
img {
	/*width: 100%;*/
	max-height: 100%;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	vertical-align: middle;
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	color: #666;
}

em,
i {
	font-style: normal;
}

strong {
	font-weight: normal;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
	color: #333;
	/*font-family:Microsoft YaHei,Tahoma,Arial,sans-serif;*/
}

a:active {
	color: none;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
	font-size: 100%;
	font-weight: normal;
	/*font-family: Microsoft YaHei;*/
}

img {
	border: none;
	vertical-align: top;
}

body {
	overflow-x: hidden;
	background: #fff;
	box-sizing: border-box;
	font-size: .26rem;
}


.wrap {
	max-width: 750px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;

}

.bgwhite {
	background: #fff;
}

.row {
	/*横*/
	display: -webkit-box;
	display: -webkit-flex;
	/* Safari */
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.col {
	/*列*/
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	width: 100%;
}

.col-25 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}


.col-33,
.col-34 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.3333%;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}


.col-50 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

/*消除transition闪屏*/
.prevent-splash {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*解决页面闪白，保证动画流畅，开启硬件加速*/
.prevent-flow {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.graybg {
	background: #f5f6fa;
}

	.i-null-title{
				font-size: .28rem;
				margin-top: .2rem;
			}
			.i-null-box{
				text-align: center;
			}




.one-btn,
.two-btn {
	width: 75% !important;
}

.code-btn {
	width: 80% !important;
	padding: 0;
}

.code-btn .layui-m-layercont {
	padding: 0;
}

.code-btn img {
	max-width: 100%;
}

.one-btn .layui-m-layercont {
	padding: .6rem .3rem .4rem .3rem;
}

.one-btn .layui-m-layerbtn {
	border-top: 1px solid #d2d3d5;
	background-color: #ffffff;

}

.one-btn .layui-m-layerbtn span[yes] {
	color: #DC3023;
	font-size: .4rem !important;
}

.two-btn .layui-m-layercont {
	padding: 0.6rem 0.1rem 0.5rem;
	font-size: .36rem;
	color: #333333;
}

.two-btn .layui-m-layerbtn {
	border-top: 1px solid #707070;
	background: #fff;
	height: 1.1rem;
	line-height: 1.1rem;
}

.two-btn .layui-m-layerbtn span[no] {
	border-right: 1px solid #707070;
	color: #DC3023;
	font-size: .4rem;
}

.two-btn .layui-m-layerbtn span[yes] {
	color: #DC3023;
	font-size: .4rem;
}
