@charset "UTF-8";
input::-webkit-input-placeholder {
    color: #b6b6b6;
    font-size: 16px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b6b6b6;
    font-size: 16px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
    font-size: 16px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b6b6b6;
    font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 999999s;
    -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}

.popup_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(6, 39, 69, 0.3);
    z-index: 999;
}
.popup_mask .popup_box {
    width: 718px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_mask .popup_box .popup_main {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #d1d7dd;
    -moz-box-shadow: 0 0 5px #d1d7dd;
    box-shadow: 0 0 5px #d1d7dd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    padding: 34px 46px 59px;
    position: relative;
}
.popup_mask .popup_box .popup_main .popup_close {
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 26px;
    z-index: 99;
}
.popup_mask .popup_box .popup_main .popup_head {
    border-bottom: 1px solid #EAEAEA;
    font-size: 20px;
    color: #6174FF;
    line-height: 30px;
    padding-bottom: 16px;
    position: relative;
}
.popup_mask .popup_box .popup_main .popup_head .headImg {
    margin-right: 15px;
}
.popup_mask .popup_box .popup_main .popup_foot {
    width: 325px;
    margin: 23px auto 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 47px;
}
.popup_mask .popup_box .popup_main .popup_foot ul li {
    flex: 1;
    text-align: center;
    position: relative;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn {
    position: absolute;
    width: 136px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    background: #6174FF;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn:last-child {
    border: 0;
    -webkit-border-image: none;
    margin: 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.confirm {
    right: 0;
    top: 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.cancel {
    background: #939495;
    left: 0;
    top: 0;
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.singleConfirm {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_mask .popup_box .popup_main .popup_foot ul li .popup_btn.confirm_y {
    background: #F39852;
    right: 0;
    top: 0;
}

.popup_content {
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    /*文本框*/
}
.popup_content .popL_tit {
    color: #808080;
    font-size: 16px;
    width: 160px;
    text-align: right;
    line-height: 38px;
    float: left;
}
.popup_content .popL_tit i {
    color: #FF0000;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 10px;
}
.popup_content input {
    color: #6174FF;
}
.popup_content select, .popup_content input {
    width: 295px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 30px 0 17px;
}
.popup_content input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #CACACA;
}
.popup_content input :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CACACA;
}
.popup_content input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CACACA;
}
.popup_content input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #CACACA;
}

.popup_contentClass {
    width: 100%;
}

.class_poptime {
    text-align: center;
    font-size: 18px;
    color: #355574;
    margin-bottom: 30px;
}
.class_poptime span {
    color: #F39852;
}

.class_poptips {
    text-align: center;
    font-size: 18px;
    color: #355574;
}
.class_poptips span {
    color: #F39852;
}

.class_popBot {
    padding-left: 15px;
    margin-top: 47px;
    padding-top: 16px;
    border-top: 1px solid #EAEAEA;
    color: #355574;
    font-size: 14px;
    line-height: 26px;
}
.class_popBot div:nth-child(1) {
    font-weight: bold;
}

.login_back {
    width: 1000px;
    height: 500px;
    background: url("../img/vzbj.png") no-repeat left top;
    border-radius: 30px;
    margin: 15vh auto 34px;
}
.login_back img {
    width: auto;
    height: auto;
}
.login_back .logo {
    margin-left: 95px;
    margin-top: 72px;
}
.login_back .content {
    width: 400px;
    height: 400px;
    border-radius: 20px;
    background: #fff;
    margin-top: 38px;
    margin-right: 69px;
    padding-top: 32px;
    padding-left: 28px;
    padding-right: 28px;
}
.login_back .content .login_title {
    color: #6EB92B;
    font-size: 18px;
    margin-bottom: 27px;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: 0 1px 0 0 #ccc;
}
.login_back .content .login_title span {
    font-size: 20px;
    color: #6EB92B;
    border-bottom: 3px solid #6EB92B;
    padding-bottom: 9px;
}
.login_back .content .input {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 15px center;
}
.login_back .content .input input {
    width: 100%;
    height: 43px;
    border-radius: 6px;
    padding-left: 50px;
    font-size: 16px;
    color: #6EB92B;
}
.login_back .content .input1 {
    border: 1px solid #6EB92B;
    margin-bottom: 12px;
    background-image: url("../img/zh.png");
}
.login_back .content .input2 {
    border: 1px solid #6EB92B;
    margin-bottom: 28px;
    background-image: url("../img/parssword.png");
}
.login_back .content .td {
    width: 299px;
    margin: 0 auto;
    margin-bottom: 34px;
}
.login_back .content .td .td_text {
    line-height: 25px;
}
.login_back .content .td .td_outer {
    width: 225px;
    height: 25px;
    border-radius: 12px;
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
    color: #505050;
    position: relative;
}
.login_back .content .td .td_outer .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}
.login_back .content .td .td_outer .tdyz {
    height: 25px;
    position: absolute;
    width: 10px;
    background: #6EB92B;
    left: -1px;
    top: -1px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.login_back .content .td .td_outer .tdyz .bar {
    position: absolute;
    right: -13px;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("../img/yz.png") no-repeat left top;
    z-index: 11;
    background-size: 100%;
    cursor: pointer;
}
.login_back .content .login_button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #6EB92B;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}
.login_back .content .ts {
    padding-left: 5px;
}
.login_back .content .ts i {
    float: left;
    width: 15px;
    height: 15px;
    background: url("../img/error.png") no-repeat center;
    margin-right: 8px;
    margin-top: 2px;
}
.login_back .content .ts span {
    color: #FF0000;
}

.footer_p {
    padding-top: 26px;
    margin-bottom: 50px;
}
.footer_p p {
    text-align: center;
    color: #BCBCBC;
    font-size: 14px;
    line-height: 24px;
}