
* {
    margin: 0;
    padding: 0;
}

.start_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20002;
    display: none;
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=50);
    opacity: 1;
}

.TK {
    width: 373px;
    height: 677px;
    margin: 100px auto 0;
}

.TK_content {
    background-image: url("/statics/zh/img/loginpop/bg_start.png");
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
}

.TK_head {
    height: 67px;
}

/*top 优惠券*/
.TK_top {
    font-size: 18px;
    height: 200px;
    /*border: 0.1px solid #ffdd95;*/
    position: relative;
}

.TK_top_box {
    font-size: 14px;
    line-height: 5px;
    color: #c87c4b;
    position: absolute;
    left: 60px;
    top: 113px;
}

.TK_top_box_reel-one {
    height: 18px;
}

.TK_top_box_reel-two {
    height: 18px;
    margin-top: 17px;
}

/*form 表单*/
.zh_new_form {
    height: 208px;
    display: flex;
    flex-direction: column;
    font-size: 16px;

}

.zh_new_form div input {
    width: 278px;
    height: 44px;
    background-color: #ffffff;
    border: none;
    border-radius: 2px;
    text-indent: 18px;
    margin-top: 14px;
    box-sizing: border-box;
    color: #666666;
}

.zh_new_form div input:focus {
    outline: 0.2px solid #07c1fa;

}

.zh_form_phone {
    display: flex;
    justify-content: center;
    margin-left: -10px;
}

.zh_form_cmscode {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: -10px;

}


.zh_form_cmscodebtn {
    position: absolute;
    font-size: 16px;
    line-height: 44px;
    height: 44px;
    color: #ff403a;
    top: 14px;
    right: 50px;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px 0 10px;

}

.start_form_submit {
    width: 278px;
    height: 44px;
    background-image: url("/statics/zh/img/loginpop/div.png");
    background-size: 100% 100%;
    margin: 22px auto 0;

}

.start_form_submit .start_submit_btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 44px;
    color: #d14222;

}

.reel_font {
    color: #f15147;
}

/*关闭*/
.close_box {
    width: 100%;
    height: 39px;

}

.btn_close:hover {
    transform: rotate(180deg);
}

.close_box .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;
}
