div:focus {
    outline: none;
}

.page_survey .survey_control .survey_btn {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background-color: transparent;
    border-radius: .3rem;
    text-align: center;
    margin: 0 10px;
    width: 5rem;
    padding: .2rem;
    font-size: 1rem;
    color: #fff;
    border: 0px;
    outline: none;
    height: inherit;
    font-weight: inherit;
}

.page_survey .survey_control .survey_btn:hover {
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
}

.page_survey .survey_control .survey_btn:active {
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
}

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: .7rem;
}

.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: .8rem auto 0;
}

.swal2-popup {
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: .8rem;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

#gameBgBox img{
    width: 100%;
}
.home {
    height: 100%;
}

.page_survey .g_container {
    margin-top: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 800px) {

    .g_survey .question_textarea .inputs,
    .page_stat_recycle .question_textarea .inputs,
    .g_survey .question_text .inputs,
    .page_stat_recycle .question_text .inputs {
        padding: .5rem;
        border-bottom: 1px solid #000;
        background-color: #fff;
    }

    .g_survey .survey_form_input,
    .page_stat_recycle .survey_form_input {
        background-color: #fff;
        border: none;

        border-radius: 2px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 24px;
        font-size: 14px;
        resize: none;
        outline: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*width: auto !important;*/
    }

    .g_survey .survey_form_input:hover,
    .page_stat_recycle .survey_form_input:hover,
    .g_survey .survey_form_input:active,
    .page_stat_recycle .survey_form_input:active {
        border: none;
        /*border-left: 1px solid #cdcdcd;*/
        outline: none;
    }

    .g_survey .survey_form_input .inputs .input_title {
        display: block;
        float: left;
        width: 20%;
        text-align: right;
        padding-right: .5rem;
        font-size: .8rem;
    }

    .g_survey #paperCnt .survey_form_input {
        border: none;
    }

    .g_survey #paperCnt .question_text .inputs {
        padding: .5rem 0;
        margin: 0 .9rem;
    }

    .g_survey .survey_wrap .question_index {
        font-size: 0.6rem;
        line-height: initial;
        float: right; 
        color:#959595;
    }
    .g_survey .survey_wrap .question_type{
        font-weight: bold;
    }
    .g_survey .survey_wrap .question_type:before {
        background: #ffb900;
        content: "";
        width: 5px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .g_survey .question .title .title_index {
        padding-right: .5rem;display: block;width: 100%;float: none;font-size: 0.6rem;
    }

    .g_survey .question .title .title_index p {
        text-align: justify;
    }

    .suffix_content {
        width: 11.25rem;
        background: #ebebeb;
        border-radius: .75rem;
        padding: 1.2rem 1rem !important;
        color: #666;
        font-size: .7rem;
        margin: 0 auto;
    }

    .suffix_content p {
        padding-bottom: .5rem;
    }

    .suffix_content .d1 {
        width: 10rem;
        height: 7.5rem;
        background-image: url(56/images/successNew.png?v=201905061514);
        background-size: 100% 100%;
        position: absolute;
        /* bottom: 0; */
        z-index: 10000;
        top: -2rem;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .suffix_content .d2 {
        width: 9rem;
        height: 1.75rem;
        line-height: 1.7rem;
        color: rgba(254, 238, 163, 1);
        font-size: .65rem;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 37, 88, 1)), to(rgba(248, 72, 119, 1)));
        background: linear-gradient(0deg, rgba(229, 37, 88, 1), rgba(248, 72, 119, 1));
        border-radius: .875rem;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .suffix_content .p1 {
        font-size: 0.8rem;
        font-size: 1rem;
        color: #f33061;
        margin-bottom: .4rem;
    }

    .suffix_content .p2 {
        font-size: 0.8rem;
        color: #666;
        font-size: .7rem;
        margin-bottom: .4rem;
    }

    .g_survey .survey_prefix .inner {
        margin: unset;
    }

    .g_survey .question_radio .option_item label {
        background: #e2f1f9;
        border: 1px solid #e4e4e4 ;
        padding:0.65em;
    }
    .g_survey .question_checkbox .option_item label{
        background: #fafafa;
        border: 1px solid #e4e4e4 ;
        padding:0.65em;
    }


    .g_survey .question .title_text, .page_stat_recycle .question .title_text, .g_survey .question .option_text, .page_stat_recycle .question .option_text {
        font-size: 0.65rem;

    }
}

#baseCnt {
    position: absolute;
    top: 9rem;
    width: 100%;
}

#baseCnt .question {
    padding: 0 1rem;
}

.survey_suffix {
    display: block;
    position: absolute;
    top: 14rem;
}

#paperCnt {
    position: absolute;
    top: 7rem;
    height: 20rem;
    overflow-y: scroll;
}

#tit_h_1 {
    text-align: center;
    font-size: .8rem;
    display: block;
    position: absolute;
    top: 7rem;
    width: 100%;
}

.title_text p {
    text-align: justify;
}

.g_survey .question_radio .inputs {
    padding-left: 15px;
    padding-right: 15px;
}
.g_survey .question_checkbox .inputs {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 800px) {
    .page_survey .survey_control {
        position: absolute;
        top: 20rem;
        width: 100%;
        overflow: hidden;
        text-align: center;
        bottom: inherit;
    }

    .survey_control_n {
        top: unset !important;
        bottom: 2em !important;
        padding: 5px 0 !important;
        display: none;
        position: unset !important;
    }

    .survey_suffix {
        width: 100%;
    }
}

.bottom-card {
    height: 2%;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.bottom-card-box {
    height: 100%;
}

.bottom-card .progress-wrap {
    position: relative;
    height: 100%;
}

.bottom-card .progress-bar {
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: 0rem;
}

.bottom-card .progress-core {
    position: relative;
    height: 100%;
    background: #82d3ff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /*-webkit-transition: width .4s ease;*/
    z-index: 1;
    float: left;
}

.flag {
    /*z-index: 2;*/
    position: absolute;
    left: 10%;
    bottom: 3px;
    height: 49px;
    width: 30px;
    /*background-image: url(http://apps.hebnews.cn/dati/45/images/flag.png);*/
}

.flag img {
    width: 30px;
    height: 49px;
    display: none;
}
.min_more{    position: absolute!important;
top: 86%;
width: 100%;
text-align: center;
}


* {
    margin: 0px;
    padding: 0px
}

.zj_end {
    width: 80vw;
    position: absolute;
    top: 10vh;
    left: 10vw;
    z-index: 2
}



.zj_end img {
    width: 100%;
    height: auto
}

.zj_div {
    position: absolute;
    width: 100%;
    text-align: center;
}

.zj_4 {top: 41vh;width: 8em;}
.zj_3 {top: 70%;}
.zj_3 div{padding:.1em 0;}
.zj_3_2 a{    
    display: inline-block;
    width: 30vw;
    -webkit-tap-highlight-color: transparent;
}
.zj_2 {top: 44%;color: #0062d0;font-size: 2.5em;font-weight: bold;}
.zj_1 {top: 33%;color: #0062d0;font-size: 1.5vh;}
.min_more {position: absolute!important;top: 46vh;width: 100%;text-align: center;}

.zj_back {

}

.page_survey {
    background: #fff;
}

.page_survey .survey_control .survey_btn {
    background: none;
}

#paperCnt {
    height: auto
}

#paperCnt {
    position: absolute;
    top: 15vh !important;
    height: 80vh !important;
    overflow-y: scroll;
    width: 90vw;
    left: 5vw; border-radius:15px
    
}
.paperCntBorder{
    box-shadow: 0px -2px 2px 0px #72727215, -2px 0px 2px 0px #72727215, 2px 0px 2px 0px #72727215, 0px 2px 2px 0px #72727215;
    border: 1px #72727224 solid;
}
.title_text {
    clear: both;
    border-top: 1px #ccc solid;
    padding-top:1em;
}

.g_survey .question .title .title_index,
.page_stat_recycle .question .title .title_index {
    float: right;
    padding-right: 0;
    padding-bottom:0.5em;
}

.title_text p {
    text-align: justify;
    line-height: 1.6em;

}

.g_survey .question_radio .option_item label {
    background: #fafafa;
}

#baseCnt {
    z-index: 9999
}

.page_survey .survey_control {
    z-index: 999
}

.option_text p {
    line-height: 1.42;
}

.swal2-confirm {
    background: #ff5152 !important;
    ;
    color: #fff !important;
    border-radius: 20px !important
}

.swal2-popup {
    z-index: 99999
}

.swal2-container {
    z-index: 9999999 !important
}
.homeBtnBox {
    position: absolute;
    right: 5rem;
    z-index: 501;
    bottom: 10rem;
}
#tipBtn{
    width: 4rem;
    height: 2rem;
    font-size: .65rem;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    border-radius: 0.25rem;
    background: rgba(0,0,0,.3);
    cursor: default;
    position: fixed;
    display: none;
}
#addressSelect .tip h3, .alertWrapper .wrapperContent .tip h3 {
font-size: .7rem;
}
.address-content {
font-size: .7rem;
padding: 1rem;
}

.correctOption{
background-image: url(data:image/png;base64,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)  !important;
background-repeat: no-repeat !important;
background-position: right !important;
}
.errorOption{
background-image: url(data:image/png;base64,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) !important;
background-repeat: no-repeat !important;
background-position: right !important;
}

/*
.correctOption{background-color: #80fb7a70 !important;color: #000 !important;}
.errorOption{
    background-color:#f4433650 !important;
}
*/
.g_survey .question.required .title_text > *:last-child:after, .page_stat_recycle .question.required .title_text > *:last-child:after {
    content: '';
    font-weight: 700;
    color: #f00;
    margin-left: 5px;
}

