﻿body,html{
    width: 100%;
    height: 100%;
}
body{
    /*min-width: 1600px;*/
    margin:0;
    padding:0;
    /*font-family: "Microsoft Sans Serif";*/
}
img{
    vertical-align: middle;
}
input{
    background: none;
    border:none;
    outline: none;
}
.clear{
    clear: both;
}
.modalb{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
}
.modalb .modal-header1 .btn-close{
    width: 40px;
    height: 40px;
    background: url(https://cdn.dho.ink/images/index/modal_close.png) no-repeat;
    position: absolute;
    right: 0;
    top: -42px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}


.loginBgM{
    width: 538px;
    height: 437px;
    background: url(https://cdn.dho.ink/images/index/loginBg_03.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -270px;
}
.textBg{
    width: 100%;
    height: auto;
    padding-top: 51px;
    text-align: center;
}
.textBg .loginText{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.textBg .resText{
    font-size: 30px;
    color: #578eff;
    cursor: pointer;
}
.textBg img{
    margin: 0 40px;
    margin-bottom: 14px;
}
.textBg .special-img {
    margin: 0 14px;
    margin-bottom: 14px;
}
.inputBg{
    width: 372px;
    height: 50px;
    background: #ffffff;
    border-radius: 6px;
    margin:0 auto;
}
.peopleBg{
    margin-top: 46px;
}
.passwordBg{
    margin-top: 18px;
}
.inputBg div{
    width:20%;
    /*border-right: 1px solid #999999;*/
    text-align: center;
    float: left;
    line-height: 50px;
}
.inputBg div img{
    margin-bottom: 13px;
}
.inputBg span{
    border-right: 1px solid #999999;
    height: 25px;
    padding-left: 15px;
    display: inline-block;
    margin-top: 12px;
}
.inputBg input{
    width: 78%;
    font-size: 18px;
    height: 100%;
    line-height: 50px;
}
.btnBg{
    width: 100%;
    height: auto;
    margin-top: 18px;
    text-align: center;
}
.btnBg .loginBtn, .loginBind {
    width: 210px;
    height: 50px;
    background: #1360ff;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
}
.forgetBg, .forgetBge {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 24px;
}
.forgetBg a, .forgetBge a {
    font-size: 18px;
    text-align: center;
    color: #4c7de2;
}
/*注册*/
.regBg{
    width: 538px;
    height: 650px;
    background: url(https://cdn.dho.ink/images/index/registerBg_04.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -314px;
    margin-left: -265px;
}
.regBg1{
    width: 538px;
    height: 530px;
    background: url(https://cdn.dho.ink/images/index/registerBg_03.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -265px;
}
.phoneBg{
    margin-top: 14px;
}
.dunBg{
    width: 372px;
    height: 50px;
    margin:0 auto;
    margin-top: 18px;
}
.pasBg{
    width: 247px;
    height: 50px;
    background: #ffffff;
    border-radius: 6px;
    float: left;
}
.pasBg div{
    width:20%;
    /*border-right: 1px solid #999999;*/
    text-align: center;
    float: left;
    line-height: 50px;
}
.pasBg input{
    width: 78%;
    font-size: 18px;
    height: 100%;
    line-height: 50px;
}
.pasBg div img{
    margin-bottom: 13px;
}
.codeBg, .SmscodeBg {
    width: 115px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    float: right;
    background: #bd1129;
    border-radius: 4px;
}
.codeUSBg {
    width: 115px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    float: right;
    background: #ffffff;
    border-radius: 4px;
}
.imgdunBg{
    width: 372px;
    height: 50px;
    margin:0 auto;
    margin-top: 18px;
}
.codeBgg {
    width: 115px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    float: right;
    /*background: #bd1129;*/
    border-radius: 4px;
}
.codeBgg img{border-radius: 10px;}
.itext{
    color: red;
    width: 63%;
    text-align: left;
    margin: 9px auto 0px auto;
    font-size: 14px;
}
.f_head{
    overflow: hidden;
}
.f_head a{
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 0 9px;
    font-size: 14px;
}
.f_head a:last-child{
    border-right: none;
}