#gray {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    z-index: 999;
    /*display: none;*/
}
.login{
    /*display: none;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background: #fff;
    z-index: 999;
    padding: 25px 30px;
}
.login_head{
    background-color: #4d86fa;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 0 29px;
}

.login form{
    padding: 13px 30px 31px 29px;
}


.login_name{
    margin-bottom: 14px;
}

.login_name input{
    outline: none;
    width: 361px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    padding-left: 12px;
    color: #353535;
}

/*閿欒鎻愮ず*/
.errormsg input{
    border: 1px solid #f75f5f;
}

.errormsg .icon-icon1{
    color: #f75f5f;
    font-size: 16px;
    vertical-align: middle;
}

.errormsg span{
    font-size: 12px;
    color: #f75f5f;
    vertical-align: middle;
}

input[type="number"]{
    -moz-appearance:textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

.phone input:focus{
    border: 1px solid #4d86fa;
}

/*鐭俊楠岃瘉鐮�*/
.vervode_main{
    overflow: hidden;
    position: relative;
}

.vercode_l input{
    width: 250px;
    height: 36px;
    line-height: 36px;
    padding-left: 11px;
    color: #353535;
    outline: none;
}

.vercode_r{
    position: absolute;
    right: 0;
    top: 0;
}

.vercode_r button{
    width: 100px;
    height: 41px;
    line-height: 40px;
    background-color: #4d86fa;
    border: 1px solid #3b7cff;
    text-align: center;
    color: #fff;
    outline: none;
}

.hide{
    display: none;
}

.send_again{
    width: 100px;
    height: 38px;
    line-height: 38px;
    background-color: #dddddd;
    border: 1px solid #e1e1e1;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.send_again:hover{
    cursor: pointer;
}

button:hover{
    cursor: pointer;
}

.choose{
    margin-top: 15px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #353535;
}

.choose_head{
    font-size: 14px;
    color: #353535;
}

.choose_body{
    width: 380px;
    padding: 14px 0px;
}

.choose_list{
    float: left;
    width: 88px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-left: 5px;
}

.choose_body .choose_list span{
    position: relative;
    z-index: 11;
}

.choose_body .active{
    border: 1px solid #4d86fa;
}

.choose_list:hover{
    cursor: pointer;
}

.choose_ico{
    position: absolute;
    bottom: -12px;
    right: 0;
}

.xieyi{
    width: 350px;
    overflow: hidden;
    display: block;
    padding-top: 14px;
}

.xieyi input{
    float: left;
}

.xieyi_t{
    font-size: 12px;
    color: #000;
    margin-left: 4px;
}

.xieyi_t a{
    color: #4d86fa;
    display: inline-block;
}

.xieyi_t a:hover{
    cursor: pointer;
}

.error{
    padding-left: 17px;
}

.error .iconfont{
    font-size: 14px;
    color: #f75f5f;
    margin-left: -16px;
}
.icon-pc-tishi{
    font-size: 14px;
    color: #f75f5f;
}
.error span{
    font-size: 12px;
    color: #f75f5f;
}

.login_btn button{
    width: 376px;
    height: 36px;
    line-height: 36px;
    background-color: #4d86fa;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 23px;
    border: none;
    outline: none;
}

.login .lay{
    font-size: 13px;
    color: #ff9e47;
    text-align: center;
    margin-top: 10px;
}