.cus-container {
    width: 100%;
}

.cus-container .box {
 
    max-width: 96%;
    margin: 20px auto;
    text-align: center;
    transition: transform 0.5s ease-in-out;
    display: none;
}

.cus-container .box-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.cus-container .box-line {
    width: 100%;
    height: 4px;
    background-color: #f03e3e;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cus-container .box-form .box-form-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.cus-container .box-form .form-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cus-container .box-form .form-options .form-options-btn {
    width: 40%;
    height: 50px;
    line-height: 40px;
    background-color: #f03e3e;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
}

.cus-container .form-options-btn:nth-child(3) {
    margin-top: 10px;
}

.cus-container .form-options-btn:nth-child(4) {
    margin-top: 10px;
}

.cus-container .nums {
    font-size: 20px;
    color: red;
}

.cus-container .active {
    display: block;
}

.cus-container .box-form .form-options .selected {
    background-color: #c92a2a;
    color: #fff;
}

.cus-container .submit {
    margin-bottom: 20px;
}

.cus-container .submit .submit-btn {
    width: 180px;
    height: 50px;
    line-height: 40px;
    background-color: #c92a2a;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
}

.cus-container .box-res-title {
    color: #c92a2a;
}

.cus-container .box-res-content {
    color: #768882;
    text-align: center;
    margin-top: 20px;
}

.cus-container .box-res-wx {
    margin-top: 20px;
    color: #a2a2a2;
}

.cus-container .box-res-wx-btn {
    display: inline-block;
    text-decoration: none;
    width: 280px;
    height: 50px;
    line-height: 50px;
    background-color: #c92a2a;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    margin: 20px auto;
    -webkit-tap-highlight-color: transparent;
}

.cus-container .box-person {
    text-align: center;
    font-size: 20px;
}