/* 问卷logo、头部样式 */
.navbar-fixed-top-new {
    height: 69px;
    line-height: 69px;
    width: 100%;
}

.logo-container-new img {
    max-height: 69px !important;
    padding: 15px 20px !important;
}

.navbar-right-new {
    margin-top: 10px;
    padding-right: 0;
    background-color: #fff;
}

.navbar-right-new li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
    line-height: 20px;
}

/* 尚未开启，无法反馈 */
.alert-dismissible-new {
    margin-top: 60px;
}

/* 进度条 */
.container-fluid-new {
    padding: 0 15px;
}

.progress-new {
    border-radius: 0px;
    padding: 0 !important;
    height: 15px !important;
    border-radius: 8px 8px 0 0;
    background-color: #E9E9EB !important;
}

.progress-bar-new {
    height: 15px;
    line-height: 15px;
    text-align: right;
}

/* 内容部分 -整体背景色及边角*/
.group-container-new {
    margin-bottom: 0 !important;
    border-radius: 25px 25px 0 0 !important;
}

/* 描述部分 */
.group-description-new {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 20px 0 0;
    background: transparent !important;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
}

/* 标题 */
.group-title-new {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #303133;
    line-height: 28px;
    padding: 0 30px;
    margin: 0 !important;
}

/* 每题部分 */
.question-container-new {
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 20px 0 10px;
}

/* 每题标题 */
.question-title-container-new {
    /*display: flex;*/
    /*align-items: center;*/
    padding: 0 30px !important;
}

/* 必答星星样式 */
.asterisk-new {
    width: 16px;
    height: 20px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
}

.text-danger-new {
    color: #F74545 !important;
}

/* 必答警告 */
.question-valid-container-new {
    color: #F74545 !important;
    padding: 0 40px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-align: left;
    line-height: 18px;
    margin-bottom: 10px;
}

.question-valid-container-new div {
    font-size: 12px;
    font-weight: 400 !important;
    text-align: left;
    /* color: #f74545 !important; */
    line-height: 18px;
}

/* 多行文本框 */
.answer-container-new {
    padding: 0 30px !important;
}

.answer-container-new div.answers-list {
    padding-top: 0px !important;
    /* padding-left: 10px !important; */
}

/* 底部按钮 */
.navigator-new {
    display: flex;
    justify-content: center;
    margin: 0;
    border-radius: 0 0 10px 10px;
}

.text-left-new {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.text-right-new {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

/* 副标题--题干下的提示 */
.text-info-new {
    background: #e8edf2;
    border-radius: 6px;
    margin: 0 15px 6px;
    padding: 10px;
}

.text-info-new > div {
    margin-bottom: 0;
}

.text-info-new > div > p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

/* 首页样式 */
.first-main {
    background-size: 100%;
    background-color: #fff;
    padding: 74px 70px 19px;
    border-radius: 10px;
}

.first-title-new {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.description-content-new {
    position: relative;
    border-radius: 6px;
    padding: 40px;
    margin-bottom: 40px;
}

.description-content-img-new {
    width: 48px;
    position: absolute;
    top: -16px;
    right: 24px;
}

.number-of-questions-new {
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    text-align: center;
}

/* 结束语 */
.completed-text-thank-new {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
}

.completed-text-recorded-new {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
}

.completed-text-img-new {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.othertext-label-checkox-container-new {
    padding-top: 0px !important;
}

.other-text-item-new {
    margin-top: 0px !important;
}

@media only screen and (max-width: 600px) {
    .othertext-label-checkox-container-new {
        margin-left: -3px;
    }
    .group-box {
        background: #ffffff;
        border-radius: 10px;
        padding: 20px 30px;
        margin-bottom: 15px;
    }

    .number-of-questions-new {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        text-align: center;
    }


    .question-container-new {
        border-radius: 10px !important;
        padding-bottom: 20px !important;
        margin-bottom: 15px;
    }

    li.radio-text-item-new.radio-text-item, li.checkbox-text-item-new.checkbox-text-item {
        padding: 4px 10px 4px 8px !important;
    }

    .othertext-label-checkox-container-new {
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }

    .othertext-label-checkox-container-new .label-radio::before {
        top: 1px !important;
    }

    .othertext-label-checkox-container-new .label-radio::after {
        top: 4px !important;
    }

    .other-text-item-new {
        margin-bottom: 0px !important;
    }

    /* .other-text-item-new input {
      width: 180px;
    } */
    li.no-anwser-item-new {
        padding-left: 14px !important;
    }

    .text-left-new, .text-right-new {
        width: 162px !important;
        margin: 0 10px;
    }

    .first-main {
        background-size: cover;
        background-color: #fff;
        padding: 111px 20px 19px;
        border-radius: 10px;
    }

    .description-content-new {
        padding: 40px 20px;
    }

    .first-btn-new {
        text-align: center;
        margin-bottom: 20px;
    }

    .completed-text-img-new img {
        width: 214px;
        margin-top: 150px;
    }
}

@media only screen and (max-width: 370px) {
    .text-left-new, .text-right-new {
        width: 137px !important;
        margin: 0 10px;
    }

    .other-text-item-new {
        width: 60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .group-box {
        background: #ffffff;
        padding: 20px 30px;
        border-radius: 15px 15px 0 0;
    }

    .group-description-new {
        border-bottom: 2px solid #E9E9EB !important;
    }

    .group-container-new {
        background: #ffffff;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
        border-bottom: 1px solid #dddddd !important;
    }

    .navigator-new {
        padding: 30px 0;
        background-color: #fff;
    }

    .navbar-right-new {
        margin-right: 20px;
    }

    li.no-anwser-item-new {
        padding-left: 21px;
    }

    .text-left-new, .text-right-new {
        width: 200px !important;
        margin: 0 10px;
    }

    .first-btn-new {
        text-align: center;
        margin-bottom: 66px;
    }

    .completed-text-img-new img {
        width: 256px;
        margin-top: 132px;
    }
}
