.support-wrap {
    background: #F4F4F5;
    margin: 0 auto;
    padding: 0 .77rem 1rem .77rem;
    overflow: hidden;
}

.support-title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #007130;
    margin: .6rem 0;
    text-align: center;
}

.support-table-wrap {
    background: #fff;
}

.support-table {
    display: flex;
    border-bottom: 0.01rem solid #999999;
}

.support-table:last-of-type {
    border-bottom: 0;
}

.support-item {
    flex: 1;
    padding: .11rem;
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #444444;
    text-align: center;
    border-right: 0.01rem solid #999999;
}

.support-table-th {
    background: #006B31;
    border-bottom: 0;
}

.support-table-th .support-item {
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border-right: 0.01rem solid #fff;
}

.support-item:last-of-type {
    border-right: 0;
}

.support-query {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .29rem;
    background: #fff;
    border-top: 0.01rem solid #999999;
}

.support-query img {
    width: .24rem;
    height: .24rem;
    margin-right: .18rem;
}

.support-query p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #007130;
}

/*  */
.quiz-wrap {
    margin-top: .76rem;
    background: #fff;
    padding: .6rem .75rem;
}

.quiz-title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 0.32rem;
    text-align: center;
}

.quiz-form-wrap {
    margin-top: .6rem;
}

.quiz-form-box {
    display: flex;
    justify-content: space-between;
}

.quiz-form {
    width: 100%;
    display: flex;
    margin-bottom: .24rem;
    margin-right: .45rem;
}

.quiz-form:last-of-type {
    margin-right: 0;
}

.quiz-form-text {
    width: 1rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006B31;
    line-height: 0.33rem;
    flex-shrink: 0;
}

.quiz-form-input {
    width: 100%;
}

.quiz-form-input input {
    width: 100%;
    height: 0.31rem;
    border: 0.01rem solid #BCBCBC;
    padding: 0.15rem 0;
}

.quiz-form-input textarea {
    width: 100%;
    height: 1.21rem;
    border: 0.01rem solid #BCBCBC;
    padding: 0.15rem;
}

.quiz-bt {
    width: 1.79rem;
    height: 0.41rem;
    background: #006B31;
    margin: 0 auto;
    margin-top: .4rem;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.41rem;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    .support-wrap{
        padding: 0 0.15rem 1rem 0.15rem;
    }
    .quiz-form-box{
        display: block;
    }
    .quiz-form-text{
        width: 1.25rem;
        font-size: .24rem;
    }
    .quiz-bt{
        font-size: .24rem;
    }
    .support-table .support-item:nth-child(1){
        flex: 0.25;
    }
    .support-table .support-item:nth-child(2){
        flex: 0.42;
    }
    .support-table .support-item:nth-child(3){
        flex: 1;
    }
    .support-table .support-item:nth-child(4){
        flex: 1.8;
    }
    .support-item{
        padding: 0.05rem;
    }
}
