@media(max-width: 780px){
	.wj-over-ct .img1 {
		padding-top: 92px;
		padding-bottom: 43px;
		width:100%;
	}
}
@media(max-width: 480px){
	.wj-over-ct .img1 {
		padding-top: 92px;
		padding-bottom: 43px;
		width:100%;
	}
}

.dialog_prompt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.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;
}

.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_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;
}


/*********************************答题结束页************************************/

.wj-over-main {
    /*background: #f1f4f8;*/
    overflow: hidden;
}

.wj-over-main-over {
    /*background: #f1f4f8;*/
    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 {
    /* margin-bottom: 334px;
    padding-bottom: 118px;*/
    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 {}

.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;
}
