
.torder_container {
    padding: 30px;
    width: 320px;
    height: 420px;
    background: #fff;
    box-sizing: border-box;
}



.free {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #333333;
}

.shenqing {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}

.input-control {
    width: 122px;
    height: 40px;
    margin-top: 30px;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.input_sty {
    width: 260px;
    height: 40px;
    padding: 0px 10px;
    color: #333333;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.sumbit {
    background: #ED404D;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    width: 260px;
    height: 40px;
    margin: 10px 0 0;
}

.option {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    opacity: 1;
}

.star {
    color: #ED404D;
    font-size: 14px;
    line-height: 20px
}

.error-tit {
    height: 15px;
    line-height: 15px;
    color: #ED404D;
    width: 260px;
    text-align: left;
}

.exit_btn_success {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/assets/home/index/img/new/close.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.success {
    width: 420px;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #FFFFFF;
    text-align: center;
}

.success span {
    color: #ED404D;
    font-size: 14px;
}

.success_exit {
    background: #ED404D;
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 1;
    margin: 20px auto
}

.success_exit:hover {
    cursor: pointer;
}