/*悬浮图标样式*/
.question{
    position: fixed;
    top: 5%;
    left: 5%;
    width: 100px;
}
.question .lucky{
    width: 80px;
}
.question .countdown{
    text-align: center;
    color: #ED4A4A;
    border-radius: 15px;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 0;
    font-weight: bold;
}

/*表单样式*/
.answer_close{
    height: 45px;
    width: 100%;
    position: relative;
}
.answer_close img{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
}
.answer{
    position: relative;
    width: 100%;
}
.answer .answer_title{
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    color: #0068B7;
    text-align: center;
    margin-bottom: 30px;
}
.answer .answer_des{
    padding: 0 30px;
    margin-bottom: 20px;
}
.answer .answer_content{
    height: 376px;
    background-color: rgba(245, 245, 245, 1);
    border: none;
    border-radius: 8px;
    overflow: auto;
    margin: 0 20px;
}

.answer .answer_content::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
}

.answer .answer_content::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

.answer .answer_content::-webkit-scrollbar-thumb
{
    background-color: #eeeeee;
}

.answer_content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f3f3f3;
}
.answer_content::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
.answer_content::-webkit-scrollbar-corner {
    background: transparent;
}
.answer_content::-webkit-scrollbar-thumb {
    background-color: #0068b7;
    border-radius: 50px;
}
.answer_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d8d8d8;
    background-color: #F5F5F5;
}
.answer_content::-webkit-scrollbar-track-piece {
    background-color: rgba(245, 245, 245,1);
}

.answer_content .answer_question{
    margin-top: 20px;
    padding: 0 20px;
}
.answer_content .answer_question .answer_question_title{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    color: #0068B7;
}
.answer_content .answer_question .answer_question_title span{
    color: #FE3115;
}

.answer_content .answer_question .answer_question_input{
    width: 100%;
    border: 1px solid #0068B7;
    border-radius: 6px;
}
.answer_content .answer_question .answer_question_input .answer_question_input_text{
    border: none;
    height: 34px;
    width: 96%;
    margin-left: 2%;
    background: #f5f5f5;
}
.answer_content .answer_question textarea{
    width: calc(100% - 4%);
    padding: 2%;
    border: 1px solid #0068B7;
    border-radius: 6px;
    background: #f5f5f5;
    height: 80px;
    resize: none;
}
.answer_content .answer_question .answer_question_radio{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.answer_content .answer_question .answer_question_radio label{
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.answer_content .question_right_sub{
    margin: 20px;
    width: calc(100% - 40px);
    height: 35px;
    background: #0068b7;
    border: none;
    color: #ffffff;
    border-radius: 6px;
}

/*完成提示弹窗*/
.question_tips{
    padding: 10px 25px 20px;
}
.question_tips .question_tips_score{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.question_tips .question_tips_score span{
    color: red;
}

.question_tips_content{
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

.layui-layer{
    border-radius: 16px!important;
}
.layui-form-radio {
    line-height: 0;
    margin: 0;
    padding-right: 0;
}
.layui-form-radio span{
    font-size: 14px;
}
.layui-form-radio > i {
    font-size: 18px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i{
    color: #0068B7;
}
.layui-form-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-right: 0;
}
.layui-form-checkbox i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #d2d2d2;
    font-size: 15px;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #0068B7;
}
.layui-form-select dl{
    width: 100%;
}
.layui-form-select dl dd.layui-this{
    background-color:#0068B7;
}
.layui-form-select{
    border: 1px solid #0068B7;
    border-radius: 6px;
}
.layui-form-select .layui-input{
    margin: 0 2% 0 1%;
    background: #f5f5f5;
    width: calc(100% - 3%);
    border: none;
}
.layui-layer-title{
    height: 40px!important;;
    line-height: 40px!important;;
    border-bottom: 0!important;;
    font-size: 16px!important;;
}
.layui-layer-setwin{
    top: 14px!important;;
}
@media screen and (max-width: 1024px) {
    .layui-layer {
        border-radius: 0!important;
    }
    .answer_close{
        position: fixed;
        background: #fff;
        z-index: 22;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 5%;
        width: 90%;
        height: 5vh;
    }
    .answer_close img{
        position: relative;
        top: auto;
        right: auto;
        width: 6vw;
        height: 6vw;
    }
    .answer{
        height: 95vh;
        margin: 5vh 0 0 0;
    }
    .answer .answer_title{
        font-size: 5vw;
        margin: 0 0 5% 0;
    }
    .answer .answer_des{
        padding: 0 5%;
        margin: 0 0 5% 0;
    }
    .answer .answer_content{
        height: auto;
        margin: 0;
        border-radius: 0;
        background-color: #ffffff;
    }
}