@charset "utf-8";

/**
* reset stylesheet file 
* 
* @author: Hu Yali <huyali@123.com.cn>
* @scene: H5页面css重置
* @copyright: Copyright 云掌财经 All Rights Reserved
*/
address, caption, cite, code, dfn, em, i, h1, h2, h3, h4, h5, h6, th, var { font-style: normal; font-weight: 400; }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
blockquote, body, dd, del, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, menu, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; }
input[type=text], textarea { -webkit-appearance: none; outline: 0; }
input, textarea { font-family: Microsoft YaHei; }
button { outline: 0; border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
abbr, acronym, fieldset, img { border: 0; }
li, ol, ul { list-style: none; }
li { display: list-item; text-align: -webkit-match-parent; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
footer, header, section, aside, article, nav { display: block; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
a { text-decoration: none; outline: none; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.dn { display: none !important; }
.clearfix:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }
div, li, a:link, a:active, a:visited, a:hover { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }
html {
    font-family: "PingFang SC", "Helvetica Neue", 'Microsoft Yahei', Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width:320px) {
    html {
        font-size: 42.66px;
    }
}
@media screen and (min-width:360px) {
    html {
        font-size: 48px;
    }
}
@media screen and (min-width:375px) {
    html {
        font-size: 50px;
    }
}
@media screen and (min-width:400px) {
    html {
        font-size: 53.33px;
    }
}
@media screen and (min-width:414px) {
    html {
        font-size: 55.2px;
    }
}
@media screen and (min-width:440px) {
    html {
        font-size: 58.665px;
    }
}
@media screen and (min-width:480px) {
    html {
        font-size: 64px;
    }
}
@media screen and (min-width:520px) {
    html {
        font-size: 69.33px;
    }
}
@media screen and (min-width:640px) {
    html {
        font-size: 85.33px !important;
    }
}
@media screen and (min-width:720px) {
    html {
        font-size: 96px !important;
    }
}
@media screen and (min-width:750px) {
    html {
        font-size: 100px !important;
    }
}
.wrap {
	max-width: 750px;
	margin: 0 auto;
    overflow: hidden;
}
.toast {
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0.14rem 0.32rem;
    line-height: 1.2;
    white-space: nowrap;
    background: rgba(0, 0, 0, .6);
    border-radius: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
}
.form-user ::-webkit-input-placeholder { color: #999 }
.form-user :-moz-placeholder { color: #999 }
.form-user ::-moz-placeholder { color: #999 }
.form-user :-ms-input-placeholder { color: #999 }
.pt100 {
	padding-top: 1rem;
}
.pt130 {
	padding-top: 1.3rem;
}
.mt50 {
	margin-top: 0.5rem;
}
.form-head {
	padding-top: 0.9rem;
	line-height: 1.1;
	text-align: center;
	font-size: 0.36rem;
	color: #666;
}
.form-user {
	padding: 0.32rem 0.65rem;
}
.form-user .input-block,
.form-user .input-mix {
	position: relative;
	margin-top: 0.3rem;
}
.form-user .input-block:after,
.form-user .input-mix:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E6E2E3;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.form-user .input-mix {
	padding-right: 1.9rem;
}
.form-user .input {
	display: block;
	width: 100%;
	padding: 0.34rem 0;
	line-height: 1.4;
	background: none;
	border: 0 none;
	font-size: 0.32rem;
	color: #333;
}
.form-user .btn-outline,
.page-success .btn-outline {
	position: relative;
	z-index: 1;
	box-sizing: content-box;
	display: block;
	width: 100%;
	padding: 0.24rem 0 0.2rem;
	height: 0.36rem;
	line-height: 1.2;
	background-color: transparent;
	border: 0 none;
	text-align: center;
	font-size: 0.3rem;
	color: #FE3A3B
}
.form-user .btn-outline:after,
.page-success .btn-outline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 200%;
	height: 200%;
	border: 1px solid #FE3A3B;
	border-radius: 1.6rem;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.form-user .btn-outline:disabled {
	color: #ccc;
}
.form-user .btn-outline:disabled:after {
	border-color: #ccc;
}
.form-user .btn-normal,
.page-success .btn-normal {
	box-sizing: content-box;
	display: block;
	width: 100%;
	padding: 0.2rem 0;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #FE3A3B;
	border-radius: 0.4rem;
	text-align: center;
	font-size: 0.3rem;
	color: #fff
}
.form-user .btn-normal:disabled {
	opacity: 0.8;
}
.form-user .btn-outline.min {
	width: 1.7rem;
	padding: 0.08rem 0 0.06rem;
	font-size: 0.26rem
}
.form-user .input-mix .btn-outline {
	position: absolute;
	right: 0;
	bottom: 0.25rem;
}
.form-text {
	padding: 0.4rem 0.65rem 0.6rem;
}
.form-text .dt {
	position: relative;
	margin-bottom: 0.2rem;
	padding-left: 0.32rem;
	line-height: 1;
	font-size: 0.32rem;
	color: #FE3A3B;
}
.form-text .dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0.24rem;
	height: 0.3rem;
	background: url(../images/icon-lamp.png) no-repeat;
	background-size: auto 100%;
}
.form-text .text p {
	position: relative;
	padding-left: 0.22rem;
	line-height: 1.72;
	font-size: 0.28rem;
	color: #666;
}
.form-text .text p:before {
	content: "·";
	position: absolute;
	left: 0;
}
.form-text .text p a {
	color: #FE3A3B;
}
.form-text .img img {
	display: block;
	height: 2rem;
	width: auto;
	max-width: 100%;
	margin: 0.4rem auto 0;
}
/*注册成功*/
.page-success {
	padding: 1.2rem 0.65rem 0.4rem;
}
.page-success .tips img {
	display: block;
	width: 1.08rem;
	height: auto;
	margin: 0 auto;
}
.page-success .name {
	margin-top: 0.4rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	font-size: 0.36rem;
	color: #333;
}
.page-success .help-gray {
	margin-top: 0.3rem;
	line-height: 1.5;
	font-size: 0.3rem;
	color: #999;
}