
* {
    margin: 0;
    padding: 0;
}

.end_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    /*display: none;*/
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=50);
    opacity: 1;
}

.end_TK {
    width: 373px;
    margin: 100px auto 0;
}

.end_TK_content {
    width: 373px;
    height: 475px;
    background-image: url("/statics/zh/img/loginpop/bg_end.png");
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/*top */
.end_TK_top {
    font-size: 18px;
    position: relative;
}

.end_TK_top_box {
    display: flex;
    justify-content: center;

}

.end_TK_top_span {
    margin: 172px 0 0 0;
    width: 260px;
    font-size: 18px;
    line-height: 32px;
    color: #c87c4b;
    font-weight: 500;
    text-align: center;
    /*padding: 120px 0 0px 0;*/
}
.end_TK_top_span span{
    color: orangered;
}


/*form */

.code_img_box {
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;

}

.code_img_box img {
    width:90px;
    height:90px;
}

.centre_box {
    display: flex;
    justify-content: center;
    margin-top: 11px;
}

.centre_box span {
    font-size: 14px;
    color: #ffffff;
}

.end_form_submit {
    width: 278px;
    height: 44px;
    background-image: url("/statics/zh/img/loginpop/div.png");
    background-size: 100% 100%;
    margin: 0 auto ;
    line-height: 44px;
    margin-top: 10px;

}

.end_form_submit .end_submit_btn_close {
    /*background-color: rgba(0, 0, 0, 0);*/
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    /*line-height: 44px;*/
    color: white;
    /*font-weight: 600;*/
 color: #d14222;
}

/*关闭*/
.end_close_box {
    width: 100%;
    height: 39px;

}

.end_btn_close:hover {
    transform: rotate(180deg);
}

.end_close_box .end_btn_close {
    transition: 0.6s;
    margin: 30px auto 0;
    width: 39px;
    height: 39px;
    background-image: url("/statics/zh/img/loginpop/close.png");
    background-size: 100% 100%;
    cursor: pointer;
}
.start_modal{
    display: none;
}
