@charset "utf-8";

html {
	font-size: 10px !important;
}

@media screen and (min-width:321px) and (max-width:375px) {
	html {
		font-size: 11px !important;
	}
}

@media screen and (min-width:376px) and (max-width:414px) {
	html {
		font-size: 12px !important;
	}
}

@media screen and (min-width:415px) and (max-width:639px) {
	html {
		font-size: 15px !important;
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px !important;
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px !important;
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px !important;
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 25px !important
	}
}

/* ======================== 全局初始化 ===================== */
body,
html {
	background-color: #c70a0b;
	-webkit-tap-highlight-color: transparent;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}

:focus {
	outline: none;
}

body,
html,
p,
span,
h2,
h3,
h4,
button,
div,
ul,
li {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: '微软雅黑' !important;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

img {
	width: 100%;
	vertical-align: middle;
	margin-top: -1px;
}
input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

.fl {
	float: left;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.ccc {
	display: inline-block;
	width: 750px;
	margin: 0 auto;
}

/* ======================== 版心 ===================== */


.fxBox {
	display: none;
	position: fixed;
	bottom: -350px;
	width: 100%;
	height: 350px;
	background-color: #f2f5fa;
	z-index: 99999;
	text-align: center;
}

.fxBox img {
	width: 96px;
	height: 141px;
	margin-top: 60px;
}

.fxBox button {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0;
	border: none;
	font-size: 25px;
	color: #383838;
}

.banner {
	position: relative;
}

.banner .fx {
	display: none;
	position: absolute;
	top: 71px;
	right: 250px;
}

.btn1 {
	position: absolute;
	top: 71px;
	right: 32px;
}

/* 所有默认未登录显示，登录通过js控制 */
.login_y {
	display: none;
}

.content2 {
	width: 100%;
	height: 571px;
	background: url(image/cont2.jpg) no-repeat center;
	text-align: center;
}
.content2 .cont {
	width: 610px;
	margin: 0 auto;
	padding-top: 141px;
	text-align: left;
}
.content2 .cont .cb {
	height: 80px;
	line-height: 80px;
}
.content2 .cont .cb.phone input {
	width: 450px;
}
.content2 .cont input {
	width: 250px;
	font-size: 24px;
	color: #ed2800;
	margin-left: 110px;
}
.content2 .cont input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #ed2800; 
} 
.content2 .cont input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ed2800; 
} 
.content2 .cont input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ed2800; 
} 
.content2 .cont input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ed2800; 
}
.content2 .cont .code {
	margin-top: 28px;
}
.content2 .cont .code button {
	height: 80px;
	line-height: 85px;
	border: none;
	background: none;
	width: 195px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	float: right;
}
.content2 .cont .code button.disUse {
	background-color: #ccc;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	margin-right: -2px;
}


/* 弹窗加同意条款 */
.content2 .cont .mzsm {
	margin-top: 8px;
	margin-bottom: 10px;
}
.content2 .cont .mzsm .check{
    width: 29px;
	height: 29px;
    display: inline-block;
    background: url(image/check_x.png) no-repeat center;
    margin-right: 0.3rem;
	vertical-align: middle; 
	-webkit-appearance: none;  
	margin-left: 10px;
}
.content2 .cont .mzsm .check:checked {
    background: url(image/check_y.png) no-repeat center;
}
.content2 .cont .mzsm p{
	font-size: 22px;
    color: #ed2800;
	margin-top: 3px;
	margin-left: 10px;
}
.content2 .cont .mzsm a{
    text-decoration:underline;
    color: #ed2800;
	font-size: 22px;
}
.content2 .cont .register_btn a {
	display: inline-block;
	width: 624px;
	height: 84px;
	line-height: 84px;
	background-size: 100% 100%;
	color: #fff;
	font-weight: 700;
	font-size: 35px;
}

.btn2 {
	width: 100%;
	height: 108px;
	/* background: url(image/btn2.png) no-repeat center; */
	position: fixed;
	bottom: -3px;
	left: 0;
}

.maskBox {
	display: none;
	position: fixed;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.maskBox div {
	display: none;
	position: relative;
}
.maskBox img {
	width: 85%;
}
.maskBox a {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

