.regcontent {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.regcontent .form {
    flex-wrap: wrap;
    margin-top: 30px;
}

.regcontent .form div {
    display: flex;
    margin-bottom: 20px;
}

.regcontent .form div p {
    width: 110px;
    text-align: right;
    line-height: 38px;
    color: #666666;
    font-size: 15px;
}

.regcontent .form div p span {
    color: #f43;
}

.regcontent .form div input {
    height: 38px;
    width: 390px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    text-indent: 1em;
    outline: none;
}

.regcontent .form div .code {
    width: 270px;
    margin-right: 24px;
}

.regcontent .form div .totel {
    width: 100px;
    height: 40px;
    background: none;
    color: #116faa;
    border: 0;
    outline: none;
    cursor: pointer;
}

.regcontent .form .button {
    padding-left: 120px;
}

.regcontent .form .button button {
    background: #1979c3;
    padding: 12px 20px;
    color: white;
    border: 0;
    border-radius: 3px;
}

.regcontent .title {
    font-size: 22px;
    line-height: 42px;
    border-bottom: 1px solid #f2f2f2;
    color: #1979c3;
    font-weight: bold;
    padding-bottom: 10px;
}



.login-page{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
.login-img{
    width: 470px;
}
.login-line{
    height: 340px;
    width: 1px;
    background: #f2f2f2;
}
.login-form{
    width: 490px;
}
.login-form .login-title{
    font-size: 20px;
    padding-bottom: 20px;
    color: #3388dd;
    border-bottom: 1px solid #f2f2f2;
}
.login-form .login-tips{
    margin: 20px 0;
    font-size: 14px;
    color: #666666;
}
.form{
    margin: 10px 0 24px;
}
.input-group{
    margin-bottom: 20px;
}
.input-group label{
    width: 100px;
    text-align: right;
    display: block;
}
.input-group input{
    height: 38px;
    line-height: 38px;
    border: 1px solid #DCDFE6;
    border-radius: 6px;
    color: #606266;
    font-size: 14px;
    text-indent: 1em;
    outline: none;
}
.input-group img{
    width: 200px;
    height: 40px;
}
.loginBtn .login-btn{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1979c3;
    border-radius: 6px;
}
.loginBtn .register-btn{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #1979c3;
    border-radius: 6px;
    margin-top: 20px;
}
.login-bottom{
    margin: 10px auto;
}
.login-bottom a{
    font-size: 12px;
    color: #999;
}

.forgetPassDiv{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    display: none;
}
.forgetPassDiv .passDialog{
    padding: 20px;
    width: 400px;
    background: #f1f1f1;
    border-radius: 5px;
    position: relative;
}
.forgetPassDiv .passDialog .passDialog-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.forgetPassDiv .passDialog-title{
    font-size: 18px;
}
.forgetPassDiv .totel{
    height: 42px;
    background: transparent;
    border: none;
    color: #00aaff;
    cursor: pointer;
    outline: none;
    width: 30%;
}
.forgetPassDiv .submitForget{
    border: none;
    background: #00aaff;
    color: #fff;
    border-radius: 40px;
    padding: 10px;
    width: 300px;
    cursor: pointer;
}
.regcontent .tips {
    line-height: 1.7;
    letter-spacing: 0.3px;
    color: #454545;
    width: 50%;
    font-size: 14px;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 20px;
}
.sheng,.shi,.quyu {
    border: 1px #f2f2f2 solid;
    margin-right: 10px;
    padding: 0 10px;
}



.registing {
    text-align: left;
    color: #666666;
    margin-bottom: 50px;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding-left: 58px;
}

.registing span {
    color: #08b;
    /*font-style: italic;*/
}

.registing .xieyi {
    cursor: pointer;
}

.registing button {
    width: 100px;
    height: 38px;
    background-color: #ccc;
    color: white;
    border: 0;
    border-radius: 6px;
    margin-top: 24px;
    cursor: pointer;
}

.dxtx {
    color: #ff0000;
    font-size: 12px;
    height: 30px;
    line-height: 38px;
}
