.dialog_address,
.dialog_prompt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.dialog_address {
    z-index: 1;
}
.dialog_prompt {
    z-index: 9999;
}

.shield_layer {
    opacity: 0.7;
    background: rgb(0, 0, 0);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    z-index: 1024;
    font-size: 14px;
}

.dialog_popup {
    position: fixed;
    background-color: #FFF;
    top: 80px;
    width: 290px;
    left: -moz-calc(50% - 145px);
    left: -webkit-calc(50% - 145px);
    left: calc(50% - 145px);
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, 0.3);
    z-index: 1025;
}
.address-popup {
    top: 20% !important;
    width: 320px !important;
}

.dialog_msg_cont {
    padding: 20px 20px;
    width: 250px;
    text-align: center;
    line-height: 200%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    word-break: break-all;
}
.dialog_address_cont {
    padding: 24px;
}
.dialog_address_cont .address-desc {
    margin-bottom: 30px;
    display: none;
}
.dialog_address_cont .address-select {
    display: none;
    margin-bottom: 30px;
}
.dialog_address_cont .address-select select{
    width: 100%;
    height: 36px;
}

.dialog_header {
    height: 16px;
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
}
.dialog_header .dialog_header_delete_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background: url(./images/cls.jpg) no-repeat center / 16px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.dialog_btn {
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
    text-align: center;
}

.dialog_btn button {
    background-color: #479de6;
    color: #fff;
    border: 1px solid #479de6;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.428571429;
}

.dialog_btn button:hover {
    background-color: #53aaf3;
    border-radius: 3px;
}


/*********************************答题结束页************************************/
.custom-content {
    overflow: hidden;
    text-align: center;
}
.custom-content .custom-content-main{
    margin-top: 100px;
}
.for-app .custom-content .custom-content-main{
    margin: 8rem 2rem 0 2rem;
}
.wj-over-main {
    overflow: hidden;
}

.wj-over-main-over {
    overflow: hidden;
}

.wj-over-main-over .wj-innerauto-main {
    margin-top: 100px;
}

.wj-over-main-over .wj-over-ct .img1 {
    padding-right: 34px;
}

.result-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    color: #ff0000;
    border-radius: 15px;
}

.wj-over-main .wj-innerauto-main {
    margin-top: 48px;
}

.wj-over-ct {
    text-align: center;
}

.wj-over-ct .img1 {
    padding-top: 92px;
    padding-bottom: 43px;
}

.wj-over-ct .txt1 {
    color: #474747;
    font-size: 18px;
    font-family: "Microsoft YaHei";
}

.go-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: url(./images/back_top.png) no-repeat;
}

.header {
    height: 60px;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.nav_ext {
    position: absolute;
    right: 20px;
    top: 10px;
    overflow: hidden;
}

.header .nav_ext a {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.header .nav_ext a:hover {
    background-color: #f2f8ff;
}

.btn_exit_preview {}

.title_text p:nth-child(2) {
    width: 93% !important;
}

.survey_wrap {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.survey_top,
.survey_footer {
    width: 100%;
    max-width: 1000px;
    min-width: 730px;
    margin: auto;
}

.survey_top img,
.survey_footer img {
    display: block;
    width: 100%;
    height: 0;
}

.red_btn {
    background: #fff;
    border: 1px solid #eee;
    color: red;
    font-size: 12px;
    text-align: center;
    width: 100px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 10px auto 0;
    cursor: pointer;
}


.time_content {
    display: none;
    width: 310px;
    background: #ccc;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px;
}

/* APP端问卷面板样式 */
.select-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}

.select-menu .mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

.select-menu .menu-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.select-menu .menu-content .content-header {
    padding: 1.17rem;
    background: #F9F9F9;
    border-radius: 1rem 1rem 0rem 0rem;
    font-size: 1.33rem;
    line-height: 1.33rem;
    text-align: center;
}

.select-menu .menu-content .content-main {
    padding: 1.33rem 0;
    background: #fff;
    max-height: 20rem;
    overflow: scroll;
}

.select-menu .menu-content .content-main .question-option{
    margin-bottom: 1.33rem;
    padding: 0 2rem;
    font-size: 1.33rem;
}

.select-menu .menu-content .content-main .question-option p{
    display: inline-block;
}

.select-menu .menu-content .content-main .question-option .select-radio{
    display: inline-block;
    width: 1.67rem;
    height: 1.67rem;
    background: #FFFFFF;
    border-radius: 50%;
    border: 0.08rem solid #DDDDDD;
    vertical-align: sub;
}

.select-menu .menu-content .content-main .question-option.active .select-radio{
    border: 0.45rem solid #166CE6;
}
