@charset "utf-8";

/* CSS Document */

html,
body {
    height: 100%;
    background-color: #F8F8F8;
}

a:hover {
    /* color: #009E64; */
}

.wrap {
    height: 100%;
    background-image: url(../images/logbg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/**
 *  头部内容
 */

.header {
    position: absolute;
    width: 100%;
}

.topCenter .code_wap {
    top: 40px;
    left: 995px;
}

.topCenter {
    position: relative;
    margin-top: 19px;
}

.logo {
    width: 125px;
    height: 32px;
}

.logo img {
    height: 50px;
}

.header ul {
    padding: 0;
    list-style: none;
    width: 360px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.header ul li {
    float: left;
    margin-left: 38px;
}

.header ul li:last-child {
    margin-right: 0;
}


/**
 *  主体内容
 */

.content {}

.content .loginBox {
    float: right;
    position: relative;
    border-radius: 10px;
    padding: 35px 30px;
    padding-bottom: 25px;
    width: 390px;
    background: #FFFFFF;
    box-shadow: -3px 0 13px 0 rgba(195, 195, 195, 0.34);
}

.content .loginBox .title {
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #009E64;
}

.content .loginBox input {
    border: none;
    padding-left: 0;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

.content .loginBox input::-webkit-input-placeholder {
    color: #666;
}

.content .loginBox input::-moz-placeholder {
    color: #666;
}

.content .loginBox input:-moz-placeholder {
    color: #666;
}

.content .loginBox input:-ms-input-placeholder {
    color: #666;
}

.content .loginBox .err input {
    border-bottom: 1px solid #ED2A3E;
}

.content .loginBox .err input::-webkit-input-placeholder {
    color: #ED2A3E;
}

.content .loginBox .err input::-moz-placeholder {
    color: #ED2A3E;
}

.content .loginBox .err input:-moz-placeholder {
    color: #ED2A3E;
}

.content .loginBox .err input:-ms-input-placeholder {
    color: #ED2A3E;
}

.content .loginBox .outBox {
    clear: both;
    position: relative;
    margin-top: 25px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.content .loginBox .outBox.password {
    position: relative;
}

.content .loginBox .outBox.password .logineye {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    display: block;
    width: 16px;
    height: 14px;
    background: url("../../images/icon19_2.png") center no-repeat;
    cursor: pointer;
}

.content .loginBox .outBox.password .logineye.active {
    background: url("../../images/icon19.png") center no-repeat;
}

.content .loginBox .outBox .hint {
    display: none;
    float: right;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #EB1328;
}

.content .icon_pass {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.content .icon_pass img {
    width: 100%;
    height: 100%;
}

.codePic {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 68px;
    height: 40px;
}

.codePic img {
    width: 65px;
    height: 100%;
}

.loginBox button {
    margin: 15px 0;
    border: none;
    border-radius: 5px;
    width: 327px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #009E64;
}

.froget {
    margin-top: 15px;
    font-size: 14px;
    text-align: right;
    color: #999999;
}

.singup {
    font-size: 14px;
    text-align: center;
    color: #009E64;
    position: relative;
    z-index: 9999;
}

.flexBox {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    /* Safari */
    flex-direction: column;
    justify-content: center;
}

.success_section {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.success_section h6 {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
}
.success_section p{
    margin-top: 2px;
    font-size: 14px;
    color: #999;
}

.success_section img {
    margin-top: 30px;
}

.content .loginBox {
    position: relative;
    z-index: 9999;
}

.content .loginBox .phoneyzm {
    position: relative;
}

.content .loginBox .phoneyzm input {
    box-sizing: border-box;
    padding-right: 135px;
}

.content .loginBox .phoneyzm .yzm_btn {
    position: absolute;
    right: 0;
    top: -4px;
    padding: 0 10px;
    height: 26px;
    font-size: 14px;
    color: #009E64;
    line-height: 26px;
    border: 1px solid #009E64;
    background: #fff;
    border-radius: 14px;
    z-index: 99999;
}

.process_section {
    margin: 15px 0;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.process_section span {
    margin: 0 15px;
    font-size: 14px;
    color: #999;
}

.process_section span.active {
    color: #009E64;
}

.content .loginBox .file_box {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #E9E9E9;
}

.content .loginBox .layui-upload-file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    width: 70%;
}

.content .loginBox .file_btn {
    font-size: 14px;
    color: #666;
}

.content .loginBox .yl_btn {
    float: right;
    font-size: 14px;
    color: #009E64;
    display: none;
}

.requir_text {
    font-size: 12px;
    color: #999;
    text-align: center;
}

#step2 {
    display: none;
}

.wxloginbox {
    display: none;
}

.logintab_header {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.logintab_header a {
    display: block;
    float: left;
    width: 50%;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 40px;
    border-bottom: 3px solid transparent;
}

.logintab_header a:hover,
.logintab_header a.active {
    border-bottom: 3px solid #009E64;
}

.loginyzm_btn {
    position: absolute;
    right: 0;
    bottom: 10px;
    padding: 0 10px;
    height: 26px;
    font-size: 14px;
    color: #009E64;
    text-align: center;
    line-height: 26px;
    border-radius: 14px;
    border: 1px solid #009E64;
    z-index: 999;
}

.verification {
    margin-bottom: 70px;
}

.loginpop_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 9999;
}

.verification_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 298px;
    height: 270px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 999;
}

.verification_section .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.verification_box {
    margin: 0 10px;
    overflow: hidden;
}

.verification_box .demo2 {
    width: 100%;
    height: 190px;
}

.verification_box .demo2,
.verification_box .demo2 * {
    box-sizing: border-box;
}

.verification_title {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.resetbtn_section {
    margin-top: 10px;
    width: 100%;
    text-align: right;
    overflow: hidden;
}

.resetbtn_section button {
    width: 20px;
    height: 20px;
    background: none;
    border: 0;
}

.wxsign_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 101px;
    height: 40px;
    background: url(../../images/wxbtn.png) no-repeat;
    z-index: 9999;
    cursor: pointer;
}

.phonesign_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 101px;
    height: 40px;
    background: url(../../images/phonebtn.png) no-repeat;
    z-index: 9999;
    cursor: pointer;
}

.wxloginewm {
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: url(../../images/ewmbg.png) no-repeat;
}

.wxloginewm img {
    width: 180px;
    height: 180px;
}

.wxloginbox .wxlogintext {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.registertext_btn {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #009E64;
    text-align: center;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
}

.footer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.footer p a{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
