.border-bottom {
    border-bottom: 1rpx solid #f1f1f1;
}

.uni-eye-active {
    color: #007AFF;
}

.uni-icon {
    font-family: uniicons;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.loginBody {
    width: 351px;
    height: 240px;
    background-color: white;
    border-radius: 4px;
    margin: 12px 12px;
}

.loginBody .insert {
    width: 327px;
    height: 60px;
    margin: 0 12px;

}

.loginBody .insert .icon {
    width: 20px;
    height: 60px;
    line-height: 60px;
    margin: 0 19px 0 0;
    float: left;

}

.loginBody .insert .icon img {
    width: 20px;
    height: 20px;
    margin: 20px 0;
}

.loginBody .insert .input {
    width: 264px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.loginBody .insert .input input {
    width: 264px;
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 13px;
}

.loginBody .insert .code {
    width: 175px;
}

.loginBody .insert .code input {
    width: 175px;
}

.imgCode{
    height: 28px;
    line-height: 28px;
    margin: 16px 0;
    float: right;
    color: white;
}
.sendcode {
    width: 77px;
    height: 28px;
    line-height: 28px;
    margin: 16px 0;
    float: right;
    background-color: #F99638;
    border-radius: 50px;
    color: white;
    text-align: center;
}

.sendedcode {
    width: 77px;
    height: 28px;
    line-height: 28px;
    margin: 16px 0;
    float: right;
    background-color: none;
    border-radius: 50px;
    border: 1px solid #707070;
    color: #999999;
    text-align: center;
}

.agree {
    width: 327px;
    margin: 10px 24px 10px 24px;
    height: 30px;
    line-height: 15px;
}

.agree .check {
    width: 15px;
    height: 15px;
    margin: 7.5px 0;
    float: left;
}

.agree .check img {
    width: 15px;
    height: 15px;
}

.agree .xieyi {
    width: 307px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    color: #999999;
    float: left;
}

.agree .xieyi span {
    color: #FF8107;
}

.agree .xieyi2 {
    width: 307px;
    height: 30px;
    line-height: 5px;
    margin-left: 20px;
    color: #999999;
    float: left;
}

.agree .xieyi2 span {
    color: #FF8107;
}

.loginbtn {
    width: 351px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    margin: 10px 12px;
    border-radius: 50px;
    color: white;
}

.cant {
    background-color: #C5C5C5;
}

.can {
    background-image: linear-gradient(to right, #FF8E0C, #F27600);
}
.f-c66 {
    color: #666;
}
.to_nopwd{
    color: #FF8107;
}

#modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}
.xieyibody{
    width:90vw;
    height: 80vh;
    margin: 10vh 5vw;
    background-color: white;
    border-radius: 10px;
  }
  .richtext{
    width: 84vw;
    height: 92%;
    margin: 0 3vw;
    padding-top: 2vh;
    overflow: auto;
  }
  .agreexieyi{
    width: 40vw;
    height: 10vw;
    background-image: linear-gradient(to right, #FF8E0C, #F27600);
    color: white;
    text-align: center;
    line-height: 10vw;
    margin-left: 3vw;
    margin-top: 2vw;
    border-radius: 10px;
    float: left;
  }
  .closexieyi{
    width: 40vw;
    height: 10vw;
    background-image: linear-gradient(to right, #999, #999);
    color: white;
    text-align: center;
    line-height: 10vw;
    margin-left: 3vw;
    margin-top: 2vw;
    border-radius: 10px;
    float: left;
  }