html {
    scroll-behavior: smooth;
}

.main-page div > .container{
    padding: 0px;
}

input[type="radio"]:focus {
    outline: none;
}

.exam-banner .col-md-8{
    padding: 10px;
}

.exam-banner .banner-image{
    background: url("/res/img/exam/exam-banner.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    height: 400px;
}

.start_page .container{
    margin-top: -100px;
    margin-bottom: 70px;
}

.start_page .container .exam-start{
    background-image: linear-gradient(to right, #247B82, #42BFBD);
    padding: 50px;
    color:#fff;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 25%);
    min-height: 350px;
}

.start_page .container .exam-start h3{
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
}

.start_page .container .exam-start .content-group{
    border-left: 3px solid #36A4A6;
    margin: 30px 0;
    width: 70%;
}

.start_page .container .exam-start p{
    margin-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

.start_page .container .exam-start img{
    position: absolute;
    top: 30px;
    right: 50px;
}

.start_page .container .exam-time{
    background-color: #173B47;
    padding: 30px;
    color:#fff;
    border-radius: 15px;
}

.neo-page .container{
    margin-top: -30px;
}

.neo-page .container .col-md-8{
    padding: 0;
}

.neo-page .container .exam-type-title{
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    color:#4BD8E0;
}

.neo-page .container .exam-qusetion{
    padding: 30px;
    border: 1px solid #E8E8E8;
    margin: 50px 0;

    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.qusetion-item label:checked{
    background: red;
}

input[type="radio"] ,input[type="checkbox"] {
    display: none; /* 隐藏原生单选按钮 */
}

input[type="radio"] + label:before ,input[type="checkbox"] + label:before {
    content: ""; /* 生成内容 */
    display: inline-block; /* 显示为内联块 */
    width: 20px; /* 宽度 */
    height: 20px; /* 高度 */
    background-color: #E8E8E8; /* 背景颜色 */
    border: 1px solid #E8E8E8; /* 边框 */
    margin-right: 10px; /* 与文本的间距 */
    cursor: pointer; /* 鼠标样式 */
    position: absolute;
    top: 2px;
    left: -20px;
}

input[type="radio"]:checked + label:before,input[type="checkbox"]:checked + label:before {
    background-image: url('/res/img/exam/checked.png');
    background-size: cover;
    border: unset;
}

.neo-page .container .exam-qusetion .btn-check{
    position: relative;
    left: 8px;
    cursor: pointer;
}

.qusetion-item label{
    white-space: normal; /* 或者 pre, pre-wrap, pre-line */
    word-wrap: break-word; /* 这是为了兼容旧浏览器 */
    overflow-wrap: break-word; /* 这是标准的属性 */
    position: relative;
    width: 90%;
    text-align: left;
    left: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 10px;
}

.neo-page .container .question-title,.neo-page .container .question-title span{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.neo-page .container .question-title{
    border: 1px solid #E8E8E8;
    background: #F8F8F8;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.neo-page .container .question-line{
    padding: 10px;
}

.neo-page .container .question-line:hover{
    background-color: #F8F8F8;
}

.answer-sheet {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 80px;
    float: right;

    text-align: center;
    width: 30%;
    margin-top: 104px;
    padding: 30px;
    background: #F8F8F8;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.answer-sheet .question-submit-button {
    width: 80%;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    background-color: var(--default-color);
    color: white;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}

.answer-sheet .question-submit-button:hover {
    background-color: var(--default-hover-color);
}

.answer-sheet .answer-sheet-type-top{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.answer-sheet .answer-sheet-quick{
    margin: 10px auto;
    overflow: hidden;
}

.answer-sheet .answer-sheet-quick .answer-sheet-quick-item{
    float: left;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 5px;
    background: #fff;
    border-radius: 5px;
    line-height: 30px;
    cursor: pointer;
    color: #3D3D3D;
}

.answer-sheet .answer-sheet-quick .answer-sheet-quick-item.active{
    background: #4BD8E0;
    color: #fff;
}

.unsubscribe-success{
    background-image: linear-gradient(to right, #17333D, #1B5A64);
}
.unsubscribe-success .row img{
    height: auto;
    float: none;
    margin-top: 0;
}

.unsubscribe-success .characters{
    margin-top: 20%;
    text-align: center;
}

.unsubscribe-success .row h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
    color: #4BD8E0;
}

.unsubscribe-success .row h3{
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    color:#fff;
}

.unsubscribe-success .row a{
    color:#4BD8E0;
}

.unsubscribe-success .row p{
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    color:#fff;
}