/*头部*/
.login-h {
    padding: 0 15px;
   text-align: center;
   margin-top: 35px;
}
.login-h :nth-child(1){
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #808080;
    letter-spacing: 0;
    margin-bottom: 38px;
}
.login-h :nth-child(2){
    display: block;
    width: 60px;
    height: 66px;
    margin: 0 auto;
}
.login-h :nth-child(3){
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    color: #303030;
    letter-spacing: 0;
    margin-top: 7px;
    margin-bottom: 20px;
}
/*登录注册*/
.login-bd {
   position: relative;
   height: 50px;
   line-height: 50px;
   padding: 0 15px;
}
.login-bd input {
  position: absolute;
  left: 4%;
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  color: #B8B8B8;
  letter-spacing: 0;
  margin-top: 40px;
}
/*.div {*/
   /*position: relative; */
/*}*/
/*.div hr{*/
    /*position: absolute;*/
    /*border: 1px solid #B8B8B8;*/
    /*display: block;*/
    /*width: 92%;*/
    /*left: 4%;*/
    /*margin-top: -25px;*/
/*}*/

.hr {
    width: 92%;
    margin-left: 15px;
    height: 1px;
    background: #F5F5F5;
    margin-top: 25px;
    margin-bottom: 5px;
}

/**/
.login-cm {
position: relative;
   height: 50px;
   line-height: 50px;
   padding: 0 15px;

}
.login-cm :nth-child(1){
   position: absolute;
   left: 4%;
   font-family: PingFang-SC-Regular;
   font-size: 16px;
   color: #B8B8B8;
   letter-spacing: 0;
   width: 70%;
   margin-top: 10px;
}
.login-cm :nth-child(2) {
    position: absolute;
    height: 43px;
    line-height: 43px;
    background: #FA5558;
    border-radius: 2px;
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    width: 27%;
    left: 69%;
}

.hr2 {
    width: 64%;
    margin-left: 15px;
    height: 1px;
    background: #F5F5F5;
}
/*登录*/
.login-b {
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    margin-top: 52px;
    clear: both;
}
.login-b :nth-child(1){
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: rgba(221,7,8,0.22);
    letter-spacing: 0;
    background: #EBEBEB;
    border-radius: 2px; 
    text-align: center;
}
.login-b :nth-child(2){
   font-family: PingFang-SC-Regular;
   font-size: 12px;
   color: #303030;
   letter-spacing: 0;
   margin-top: 15px;
   margin-bottom: 32px;
   display:inline;
   height:20px;
   /*  text-align: right; */
}
.login-b :nth-child(3){
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #FA5558;
    letter-spacing: 0;
    text-align: center;
    display:inline;
    float: right;
    height:20px;
}
@media only screen and (width: 320px){
    .login-h :nth-child(1){
        font-family: PingFang-SC-Regular;
        font-size: 14px;
        color: #808080;
        letter-spacing: 0;
        margin-bottom: 38px;

    }
}
@media screen and (min-width: 768px){
    .login-cm :nth-child(2) {
        position: absolute;
        height: 43px;
        line-height: 43px;
        background: #FA5558;
        border-radius: 2px;
        font-family: PingFang-SC-Regular;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        width: 27%;
        left: 71%;
    }
}
