@charset "utf-8";
/* CSS Document */
body { min-width:320px;	max-width:700px; margin:0 auto !important; background:#fff; overflow-x:hidden; font-family:"Microsoft YaHei",Helvetica; color:#333; }
body,section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,th,td,input,textarea,select,img { margin:0; padding:0; border:0; }
ul,ol,li { margin:0px; padding:0px; list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:lighter; }
table { border-collapse:collapse; border-spacing:0; }
em,i { display:inline-block; font-weight:normal; font-style:normal; }
textarea,select,input { font-family:"Microsoft Yahei"; font-size:.32rem; color:#333; }
b { font-weight:bold; }
img { margin:0; padding:0; border:0; }
a { color:#333; text-decoration:none; }
a:hover { /*color:#333;*/ text-decoration:none; }
input[type="text"],input[type="password"],input[type="button"],input[type="submit"],button,textarea { -webkit-appearance:none; }
.cfx:after,nav.mini:after,.h:after,.hn:after,.PH:after { content:' '; clear:both; display:block; height:0; visibility:hidden; line-height:0; }
* { box-sizing:border-box; }
.fl { float:left; }
.fr { float:right; }

.noscroll{
    overflow: hidden;
    height: 100vh;
}
.inwrap {
    width:100%;
    font-size: .32rem;
    line-height: 1.5;
    background: #100419;
}
.inwrap .picBox_center{
    width: 100%;
    text-align: center;
}
.inwrap>img{
    width: 100%;
    display: block;
}
.inwrap .fontB{
    font-weight: bold;
}
.inwrap .fontRed{
    color: #e94a27;
}
.inwrap .fontGray{
    color: #a299bd;
}
.inwrap .fontYellow{
    color: #ffea00;
}
.inwrap .fontBlue{
    color: #3a63ed;
}
.inwrap .fontBrown{
    color: #c37540;
}

.inwrap  .txt32{
    font-size: .32rem;
}
.inwrap  .txt34{
    font-size: .34rem;
}
.inwrap  .txtB{
    font-weight: bold;
}
.inwrap  .txt_j{
    text-align: justify;
    margin: .3rem 0;
}
.inwrap  .txt_j2{
    text-align: justify;
    margin: .4rem 0;
}
.inwrap  .txt_c{
    text-align: center;
    margin: .2rem 0;
}
.inwrap  .txt_c2{
    text-align: center;
    margin: .1rem 0;
}
.blank{
    height: .1rem;
}
.blank2{
    height: .2rem;}
.blank3{
    height: .3rem;}
.blank4{
    height: .4rem;}
.blank5{
    height: .5rem;}
.blank6{
    height: .6rem;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

body {
    max-width: 640px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

p {
    margin: 0;
    padding: 0;
}

section.page {
    width: 100%;
    min-height: 100%;
    background-color: #f1f1f1;
}

div.toast-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 6rem;
}

div.toast-wrap div.toast-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
}

.toast {
    white-space: nowrap;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.8);
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.flex-column {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

div.submit-wrap {
    width: 100%;
    margin-top: 1.6rem;
}

div.submit-wrap span.submit-btn {
    padding: 0.3rem 0;
    font-size: 0.69rem;
    color: #ffffff;
    width: 12rem;
    background-color: #48aa30;
    border-radius: 5px;
}

div.alert-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

div.alert-wrap div.alert-content {
    width: 100%;
    height: 100%;
    max-width: 640px;
    background-color: rgba(0, 0, 0, 0.6);
}

div.alert-wrap div.alert-box {
    margin-top: 50%;
    padding: 0.6rem 0.8rem;
    border-radius: 10px;
    background-color: #FFFFFF;
}

div.alert-wrap div.alert-box img.alert-icon {
    display: block;
    width: 2rem;
    height: auto;
    margin-bottom: 0.5rem;
}

div.alert-wrap div.alert-box p.alert-title {
    font-size: 0.62rem;
    color: #111111;
    margin-bottom: 0.6rem;
}

div.alert-wrap div.alert-box p.alert-tips {
    font-size: 0.5rem;
    color: #949494;
    white-space: nowrap;
}