.fix_qs {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-Index: 9999999;
    /*display: none;*/
}
.tck_qs {
    border-radius: 5px 5px 0 0;

    width: 90%;
    max-width: 680px;
    /*max-width: 540px;*/
    max-height: 86%;
    /* height: 544px; */
    padding: 66px 28px 45px;
    background-color: #fff;
    overflow: auto;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.tck_qs h6 {
    width: 100%;
    font-size: 18px;
    margin: 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.tck_qs .button-qs {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 25px auto 15px;
    background: -webkit-linear-gradient(to right,#F4564A,#FE9A53);
    background: -moz-linear-gradient(to right,#F4564A,#FE9A53);
    background: linear-gradient(to right,#F4564A,#FE9A53);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.tck_qs .button-qs:focus{
    outline: none;
    border: 0;
}
.tck_qs input[type=radio] {
    -webkit-appearance:radio;
}
.tck_qs input[type=checkbox] {
    -webkit-appearance:checkbox;
}
.tck_qs .close-tck-qs{
    color: #333;
    background: -webkit-linear-gradient(to right,#E3E2DE,#EFEFEE,#E3E2DE);
    background: -moz-linear-gradient(to right,#E3E2DE,#EFEFEE,#E3E2DE);
    background: linear-gradient(to right,#E3E2DE,#EFEFEE,#E3E2DE);
}
.tck_qs .sumt-qs{
    margin-right: 20px;
    background: -webkit-linear-gradient(to right,#007787,#006777,#007787);
    background: -moz-linear-gradient(to right,#007787,#006777,#007787);
    background: linear-gradient(to right,#007787,#006777,#007787);
}

.radio_jump{
    /*border: 1px solid red;*/
    width: 100%;
}

.radio_jump div{
    width: 100%;
    /*border: 1px solid;*/
    margin-bottom: 10px;
    /*height: 25px;*/
    /*line-height: 25px;*/
}
.radio_jump input{
    position: relative;
    top:2px;
    margin-right: 10px;
}
.future input{
    width: 100%;
    border: 1px solid;
    height: 25px;
}

.tck-button-div-qs{
    width: 345px;
    margin: 15px auto auto;
}
.tck_qs h6{
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ef9e41;
    padding: 20px 0;
    color: #fff;
}

.tck_qs h4{
    font-size: 14px;
}

.bottom_other p{
    text-align: center;
    margin-top: 20px;
}

@media screen and ( max-width: 768px)
{
    .radio_jump{
        width: 100%;
    }
    .tck_qs{
        max-width: 30rem;
        padding: 4rem 2rem .2rem 2rem;
    }
    .tck-button-div-qs{
        width: 26rem;
        margin: auto;
    }
    .tck_qs .button-qs{
        width: 11.7rem;
    }
    .regi_prot p{
        font-size: 10px;
    }
    .tck_qs h6{
        width: 88%;
        padding: .2rem 2rem;
        top: 1rem;
        background: #fff;
        color: #ef9e41;
        text-align: center;
    }
    /*.check-inputs + label{*/
    /*    margin-top: .3rem;*/
    /*}*/


    .tck_qs h4{
        margin: 1rem 0 1rem;
    }

}
@media screen and ( min-width: 1440px)
{
    .radio_jump_flex{
        display: flex;
        display: -webkit-flex;
    }

    .radio_jump_flex .radio_jump_div:first-child{
        flex-shrink: 0;
        width: 52%;
    }
    .radio_jump_flex .radio_jump_div:last-child{
        margin-left: 50px;
        width: 48%;
    }
    .radio_jump_inline{
        display: flex;
        display: -webkit-flex;
    }
    .radio_jump_inline .line-child2{
        width: 90%;
    }
    .radio_jump_inline2{
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
    }
    .radio_jump_inline2 div{
        width: 20%;
    }
}
.cleanfloat::after{
    display: block;
    clear: both;
    content:"";
    visibility: hidden;
    height: 0;
}
/*五角星样式*/
.cleanfloat li{
    list-style:none;
    float:left;
    font-size:23px;
    margin:3px;
    color:#ccc;
    cursor:pointer;
}
/*五角星点击后样式*/
.cleanfloat .hs,.cleanfloat .cs{
    color:#F4AD01;!important;
}
