* {
    box-sizing: border-box;
}

.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 {
    overflow: hidden;
}
.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{

}

.g_survey .question .title .title_text {
    height: 25px;
    line-height: 25px;
}

.option_item label {
    font-weight: normal;
    margin-bottom: 0;
}

.inputs .paragraphsFont {
    font-size: 14px;
}

.questionSurveybtn {
    width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 1%;
    text-align: center;
    outline: none;
}

.questionSurveybtn.submit-color {
    margin-left: 0;
    background-color: #0b77cd;
    color: #fff;
    border: none !important;
}
.questionSurveybtn.reset-color {
    background-color: #ccc;
    color: #000;
    border: none !important;
}
.questionSurveybtn.cancel-color {
    background-color: #ff5959;
    color: #fff;
    border: none !important;
}

.textInput {
    width: 50%;
    border: 1px solid #ccc;
    height: 36px;
    padding: 10px;
}

.code-model {
    width: 100%;
    font-weight: normal; 
}

.code-model span {
    display: inline-block;
    width: 100px;
}

.titleLeft {
    float: left;
}

.code-model input {
    font-size: 14px;
    width: 20% !important;
    border: 1px solid #ccc;
    height: 36px;
}

.mobile-code-model .mobile-input {
    margin-bottom: 10px;
}

.mobile-code-model .mobile-input span {
    display: inline-block;
    width: 14%;
    min-width: 71px;
    font-weight: normal;
    width: 100px;
}

.mobile-code-model .mobile-input input {
    width: 55% !important;
    height: 36px;
    border: 1px solid #ccc;
    padding: 10px;
}

.mobile-code-model .code-input span{
    display: inline-block;
    width: 14%;
    min-width: 71px;
    font-weight: normal;
    width: 100px;
}

.mobile-code-model .code-input input {
    border: 1px solid #ccc;
    width: 35% !important;
    margin-right: 10px;
    height: 36px;
    padding: 10px;
}

.mobile-code-model .code-input button {
    width: 18%;
    height: 32px;
    color: #fff;
    background-color: #0b77cd;   
    border: 0;             
}

.select_form_input {
    width: 100%;
    height: 35px;
}

.text_type  p{
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.text_file_type p {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}
.question_type {
    text-align: center;
}

.question_type .inner {
    width: 80%;
    text-align: left;
}

.question_type .inner .tips {
    position: absolute;
    margin-top: 2px;
}

.question_type .center {
    text-align: center;
    display: flex;
    justify-content: center;
}

.text_left {
    margin-bottom: 15px;
}

.height96 {
    height: 96px;
}