/*@import url("css-Raleway300400600_latin-ext.css");*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 800px;
    max-height: 800px;
    width: 35%;
    height: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px #aaa;
    border-radius: 5px;
}

/*内容部分*/
.popup-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: rgb(0, 129, 204);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

/*图标*/

.popup-title > .imgDiv {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 2px 0 0;
    overflow: hidden;
    vertical-align: middle;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
    content: ".";
}

.main {
    margin: 0 auto;
    width: 360px;
}

.regtab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d7d7d7;
    color: #666;
}

.regtab ul li {
    font-size: 16px;
    height: 40px;
    cursor: pointer;
    color: #666;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
    float: left;
    list-style: none;
    cursor: pointer;
}

.regtab li.active {
    color: #35c48d;
    border-bottom: 3px solid #35c48d;
}

.register {
    width: 100%;
}

.register > form {
    padding: 10px 50px;
    position: relative;
    width: 100%;
}

form > .register-user {
    position: relative;
}

form span > i {
    color: red;
}

form > div {
    position: relative;
    margin-top: 20px;
}

.register form > div span {
    display: inline-block;
    width: 24%;
    color: #666;
}

.register form > div input {
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    height: 35px;
}

.register form > div input[type=text],
.register form > div input[type=password] {
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    padding: 0 0 0 10px;
    width: 74%;
}

.register form > div.register_div_validate input.valcode {
    width: 40%;
}

.register form > div.register_div_validate input {
    padding-left: 10px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 140px;
    height: 35px;
    /*color: #CECECE;*/
}

/*.register_div_validate .get_prove.btn {
    margin: 0 0 0 5px;
}*/

.register_div_validate .get_prove {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    box-sizing: border-box;
    width: 120px;
    height: 35px;
    line-height: normal;
    background: rgb(3, 158, 225);
    color: #fff;
    font-size: 12px;
}

.register_div_validate .get_prove1 {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    box-sizing: border-box;
    width: 120px;
    height: 35px;
    line-height: normal;
    background: rgb(3, 158, 225);
    color: #fff;
    font-size: 12px;
}

.btn {
    display: inline-block;
    border: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.login-div-box .tab-content form > button {
    margin: 25px 0 0 0;
}

.btn-widthall {
    margin-top: 20px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0;
}

.btnturquoises {
    border-radius: 5px;
    background: rgb(0, 157, 226);
}

.f18 {
    font-size: 18px;
}

.f12 {
    font-size: 14px;
}

.f14 {
    font-size: 16px;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    width: 465px;
    height: 362px;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.popup__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 22px;
    height: 22px;
    z-index: 4;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
}

/*、、、、、、、、、*/
/*切换登录样式*/
.qhBtnP, .qhBtnE {
    cursor: pointer;
    /*text-indent: 25%;*/
    text-align: right;
    font-size: 14px;
    margin: 8px 10px;
}

.qhBtnP > i, .qhBtnE > i {
    color: rgb(68, 149, 212);
}

.register-pwd {
    margin-top: 0px;
}

/*验证样式设置*/
.tipnewcontent p {
    /*width: 100%;*/
    margin: 2px 0 0 90px !important;
    position: absolute;
    /*text-indent: 25% !important;*/
}

.tooltipshowpanelcontainer {
    background: none !important;
}
