body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mainBox {
    width: 100%;
	min-height: 600px;
    height: calc(56%) !important;
    background: url(../images/bj.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

#box {
    width: 370px;
    height: 410px;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    left: 60%;
    top: 50%;
    margin-top: -205px;
}

.login_sign {
    width: 280px;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
}

.login_sign span {
    color: #999999;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}

.active {
    font-size: 24px !important;
    color: #444444 !important;
    font-weight: 900 !important;
}

.loginTxt {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #EEEEEE;
    margin: 15px auto;
}
.DuanXinWrap{
	
}
.loginTxt:nth-child(1) {
    margin-top: 30px;
}

.loginTxt img {
    margin-left: 10px;
}

.loginTxt input {
    width: 200px;
    border: none;
    outline: none;
    padding: 0 15px;
	font-size: 14px;
}

.loginTxt_mobile{
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #f00;
    margin: 15px auto;
}

.YZ {
    width: 280px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

.YZ2 {
    width: 280px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

.YZ>input,
.YZ2>input {
    width: 100px;
    height: 40px;
    padding: 0 15px;
    outline: none;
    border: 1px solid #EEEEEE;
	font-size: 14px;
}

.YZ_yzm>input{
    width: 100px;
    height: 40px;
    padding: 0 15px;
    outline: none;
    border: 1px solid #f00;
}

.YZM span {
    width: 100px;
    display: block;
}

.YZM span:nth-child(1) {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0D75F5;
    font-size: 18px;
    border: 1px solid #EEEEEE;
}

.YZM span:nth-child(2) {
    color: #AAAAAA;
    font-size: 12px;
    margin: 10px 0;
    text-align: right;
}

.BTN {
    width: 280px;
    height: 40px;
    background-color: #E8302E;
    border: none;
    outline: none;
    line-height: 40px;
    color: white;
    text-align: center;
    margin-left: 45px;
    margin-top: 15px;
    cursor: pointer;
}



#notice01,#notice02,#notice03{ display:none; width:270px; border:1px solid #f00; padding:5px; margin:10px auto -20px; font-size:12px; background:#FFF0EE;}
#notice01 span.close,#notice02 span.close,#notice03 span.close{ display:inline-block;width:16px;height:16px;background:#f00;border-radius:8px;text-align:center;color:#fff;cursor:pointer;}
#notice span#error,#notice01 span#error01,#notice02 span#error02,#notice03 span#error03{ margin-left:10px;}

.getyzm{ width:100px; height:40px; display:block; font-size:12px; border:none; background:#F98C51; text-align:center; color:#FFF;}
.getyzm_active{ pointer-events:none; background:#CCC;}
