*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;font-style: normal;}
/* body {
    width: 100%;
    overflow-x: hidden;
    background: url(../../imgs/bg.jpg?v=1.11) top left no-repeat;
    background-size: 100%;
} */
img{vertical-align: middle;max-width: 100%;}
a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;
}
/*头像*/
.head .img{width: 72.5px;height:72.5px;background: #FFFFFF;border-radius: 50%;margin: 0 auto;margin-top: 62.5px;text-align: center;overflow: hidden;}
.head img{width: 62.5px;}
.head p{text-align: center;color: #FFFFFF;font-size:12px;padding-top:7.5px;}
/*登陆表单*/
form {width: 100%;height: auto;overflow: hidden;padding: 92.5px 22.5px 22.5px 22.5px;}
form .item{display: flex;align-items: center;height:45px;margin-bottom: 17.5px;font-size: 15px;color: #333333;}
form .item input{width: 100%;height: 100%;display: inline-block;border: 1px solid #ebebeb;border-radius: 42.5px;box-shadow: 0px 0px 10px rgba(200,200,200,.1);padding-left: 40px;outline: none;}
form .item input.name{background: url(../image/icon-phone.png) left 15px center no-repeat;background-size: 11.5px 17.5px;}
form .item input.vcode{background: url(../image/icon-verify.png) left 15px center no-repeat;background-size: 20px 20px;}
    form .item input.nick {
        background: url(../image/nick.png) left 12.5px center no-repeat;
        background-size: 21.5px 21.5px;
    }
    form .item input.reference {
        background: url(../image/nick.png) left 12.5px center no-repeat;
        background-size: 21.5px 21.5px;
    }
    form .item input.idcard {
        background: url(../image/idcard.png) left 12.5px center no-repeat;
        background-size: 20px 20px;
    }
    form .item input.code {
        background: url(../image/code.png) left 12.5px center no-repeat;
        background-size: 20px 20px;
    }
    form .item input.mobile {
        background: url(../image/phone.png) left 12.5px center no-repeat;
        background-size: 20px 20px;
    }
    form .item input.password {
        background: url(../image/password.png) left 12.5px center no-repeat;
        background-size: 20px 20px;
    }
    form .item input.user {
        background: url(../image/user.png) left 12.5px center no-repeat;
        background-size: 20px 20px;
    }
    form .item button.country {
        background: url(../image/area.png) left 12.5px center no-repeat;
        background-size: 17.5px 17.5px;
    }
/*form .item input.password{background: url(../image/icon-lock.png) left 15px center no-repeat;background-size: .22rem .32rem;}*/
form .item span{flex-shrink: 0;display: inline-block;width: 150px;margin-left: 10px;height: 100%;line-height: 42.5px;border-radius:42.5px;background: #1f6ecf;font-size: 12px;color: #fff;text-align: center;}
form .item span.disabled{background: #808080;}
form p{text-align: center;color: #333333;font-size: 12px;padding-top: 10px;}
form .submit{padding: 10px 10px;}
form .submit button{height: 42.5px;line-height: 42.5px;text-align: center;font-size: 20px;font-weight:600;color: #FFFFFF;border-radius: 42.5px;outline: none;display: inline-block;width: 100%;background: #CE371C;}
/*第三方登陆*/
.other-login p{text-align: center;position: relative;display: flex;align-items: center;justify-content: center;width: 185px;margin: 0 auto;}
.other-login p:after{content: "";height: 1px;width: 100%;background: #808080;top: 50%;transform: translateY(-50%);position: absolute;}
.other-login p span{display: inline-block;padding: 5px 15px;background: #FFFFFF;color: #808080;font-size: 11px;z-index: 2;}
.other-login .third ul{display: flex;align-items: center;justify-content: center;}
.other-login .third ul li img{width: 33px;height: 33px;margin: 0 12.5px;}
/*尾部*/
.footer{text-align: center;padding-top: 15px;}
.footer img{display: inline-block;width: 53.5px;height: 17.5px;}
.footer p{font-size: 10px;color: #666666;text-align: center;padding: 5px 0 20px 0;letter-spacing: 1px;}
.footer p a{color: #078dda;}
