.skinWrap { overflow: hidden; }
.ListBg { background: #f8f8f8;position: relative; }
.position { line-height: 60px; margin-top: 20px; font-size: 16px; color: #555; width: 1200px; margin: 0 auto; }
.position a { color: #555; font-size: 16px; }
.Derail { width: 1200px; margin: 0 auto; }

/*左侧固定*/
.ewm_content{
    min-height: 574px;
position: absolute;
    left: 90%;
    top: 6.5%;

}
.ewm_conL {
    width: 80px;
    z-index: 1;
box-shadow: 1px 1px 1px 1px #9999;
    padding: 5px;
    position: absolute;
    left: 101%;
display:none !important;
}
 .ewm_content * {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    font-family: "宋体";
}
.ewm_conL_list li {
    margin-bottom: 10px;
}
img {
    max-width: 100%;
}.ewm_conL_list li p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    text-align: center;
}
.ewm_conL ul.ewm_conL_list {display:none;}


/* 响应式样式 */
@media (max-width:1364px) { }
@media (max-width:1199px) {
	.Derail, .position { width: 100%; margin: 0 auto; }
}
@media (max-width:999px) { }
@media (max-width:767px) {
	body, div, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dd, dt, ol, img, table, form, input, button, textarea, select, option, a { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.Derail, .position { /*padding: 0 10px;*/ }
	.Position a { font-size: 14px; }
	.qua {
                padding: 0 0 10px 0;
                font-size: 16px;
                line-height: 1.5rem;
            }

            .qua-field {
                padding: 16px 10px;
                border-radius: 10px;
                font-size: 16px;
            }
}
@media (max-width:450px) { }


html {
            font-size: 16px;
            /* 默认字体大小 */
        }

        .guide-container {
            margin: 0 !important;
            padding: 0 !important;
        }

        .page-title {
            color: #1d5dd9;
            font-size: 2rem;
            letter-spacing: 0;
            font-weight: 500;
            text-align: center;
            margin-top: -2rem;
            margin-bottom: 1rem;
        }

        .guide-title {
            text-align: left;
            padding: 0.6rem 0 !important;
            color: #1d5dd9;
            display: flex;
            align-items: center;
            /* font-size: 2rem; */
            font-weight: 500;
            margin-top: 1.4rem;
        }

        .guide-title-ref {
            background: #1d5dd9;
            border-radius: 2px;
            width: .5rem;
            height: 3rem;
            margin-right: .5rem;
        }

        .guide-title-middle {
            flex-grow: 1;
        }

        .guide-introduce {
            opacity: 1;
            color: #000;
            line-height: 1.5;
            letter-spacing: 0;
            padding: 1.5rem 1.2rem;
            /* text-indent: 3rem; */
            background: #fff;
            text-align: justify;
            border-radius: 1rem;
            background-size: 100% 100%;
            margin-top: 1rem;

        }

        .guide-content_2 {
            margin-top: 1rem;
            padding: 0.5rem;
            text-align: left;
            background: #fff;
            border-radius: 1rem;
        }

        .qua {
            padding: 1rem;
            line-height: 2.5rem;
            /* font-size: 1.8rem; */
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -js-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-weight: 500;
            color: #1d5dd9;
        }

        .guide-question {
            padding: 1rem 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -js-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-weight: 500;
            color: #1d5dd9;
        }

        .guide-answer {
            padding: 1rem 0.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            line-height: 1.5;
            display: flex;
            -js-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-indent: 2em;
            /* 2em 表示 2 个字符的缩进 */
            text-align: justify; /* 添加此属性实现两端对齐 */
        }

        .qua-field {
            background: #f5f5f5;
            border-radius: 1rem;
            color: #000;
            /* font-size: 1.1rem; */
            padding: 1rem;
        }

        .note-tip {
            font-weight: 700;
            text-align: start;
            padding: 1rem;
        }

        .qua-actions {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            text-align: center;
            padding: 1rem 0;
        }

        .next-btn {
            font-weight: 700;
            height: 3rem;
            padding: 0 2rem;
            /* line-height: 3rem; */
        }

        .ant-btn-primary {
            color: #fff;
            background-color: #1d5dd9;
            border-color: #1d5dd9;
            border-radius: 5px;
            cursor: pointer;
        }

        .sub-btn {
            padding: 0 2rem;
            margin-right: 2rem;
            border-color: #1d5dd9;
            color: #1d5dd9;
            font-weight: 700;
            height: 3rem;
            /* line-height: 3rem; */
            border-radius: 5px;
        }

        .guide-btn:hover {
            background-color: #0056b3;
        }

        .guide-btn {
            width: 12rem;
            height: 4rem;
            /* padding: 0; */
            background-color: #1d5dd9;
            /* background-color: #0339a5; */
            border: none;
            color: white;
            font-weight: 600;
            font-size: 1.8rem;
            cursor: pointer;
            border-radius: 10rem;
            /* padding: 12px 24px; */
        }

        .text-large {
            font-size: 2rem !important;
        }

        .qua-tip {
            padding-bottom: 1.5rem;
            font-size: 22px;
            font-weight: 700;
            display: flex;
        }

        .qua-tip-field {
            background: #1d5dd9;
            border-radius: 2px;
            width: .5rem;
            height: 2.5rem;
            margin-right: .5rem;
            flex-shrink: 0;
        }

        .qua-radio {
            padding: 1rem;
            background: #fff;
            border: 1px solid #dcdcdc;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -js-display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            border-radius: 1rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 1rem;
            cursor: pointer;
        }

        .qua-radio img {
            width: 1.5rem;
            height: 1.5rem;
        }

        .text-base {
            font-size: 16px;
            padding-left: 6px;
        }

        /* 对话框 */
        dialog {
            border-radius: 1rem;
            border: none;
            /* padding: 1.1rem 2rem; */
            /* margin: auto 2rem; */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }

        /* 测试自定义按钮组 */
        .custom-radio {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 18px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .custom-radio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        .checkmark {
            border: 1px solid #1d5dd9;
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            background-color: #eee;
            border-radius: 50%;
        }

        .custom-radio:hover input~.checkmark {
            background-color: #1d5dd9;
        }

        .custom-radio input:checked~.checkmark {
            background-color: #1d5dd9;
        }

        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .custom-radio input:checked~.checkmark:after {
            display: block;
        }

        .custom-radio .checkmark:after {
            top: 5px;
            left: 5px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #eee;
        }

        .notification-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            pointer-events: none;
            /* 防止遮挡页面内容 */
        }

        .notification {
            display: none;
            background-color: #f8d7da;
            color: #721c24;
            padding: 10px 20px;
            border: 1px solid #f5c6cb;
            border-radius: 4px;
            font-size: 18px;
            margin: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            pointer-events: auto;
            /* 通知内部可点击 */
        }

        .notification.show {
            display: block;
        }

        .notification .close {
            float: right;
            cursor: pointer;
        }

        .content {
            padding: 20px;
        }

        .top_hint_container {
            font-size: 20px;
            display: flex;
            flex-wrap: wrap;
            /* 允许子元素在必要时换行 */
            gap: 10px;
            /* 子元素之间的间距 */
        }

        .top_hint_item {
            display: none;
            /* flex: 1; */
            /* 每个元素尽可能地扩展以填充可用空间 */
            min-width: 500px;
            /* 设置最小宽度，以便在小屏幕上换行 */
            /* padding: 20px; */
        }

        .footer_container {
            margin: 0;
            width: 100%;
            text-align: center;
            padding: 25px 0;
            font-size: 0.8rem;
            color: #1d5dd9;
            position: fixed;
            bottom: 0;
            left: 0;
        }

        .footer_container a {
            color: #000;
        }

        .home-page {
            height: calc(100vh);
            background: url('./home-bg.png') no-repeat 50%;
            background-size: 100% 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -js-display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .other-page {
            height: calc(100vh);
            background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url('./page-bg.png') no-repeat 50%;
            background-size: 100% 100%;
            background-attachment: fixed;
            overflow-y: auto;
            /* 使背景图片固定，不会随页面滚动 */
        }

        /* 指南说明页面按钮组 */
        .buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 2rem;
        }

        .button {
            padding: 12px 24px;
            border-radius: 4px;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .button.primary {
            background-color: #1d5dd9;
            color: #FFFFFF;
            border: none;
        }

        .button.primary:hover {
            background-color: #0056b3;
        }

        .button.secondary {
            background-color: transparent;
            color: #1d5dd9;
            border: 1px solid #1d5dd9;
        }

        .button.secondary:hover {
            background-color: #E6F7FF;
        }

        .arrow-container {
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .arrow-container:hover {
            transform: translateX(-5px);
        }

        .arrow-container svg {
            width: 2rem;
            height: 2rem;
            fill: #1d5dd9;
            transition: fill 0.3s ease;
        }

        .arrow-container:hover svg {
            fill: #0056b3;
        }

        /* 图片预览放大、遮罩层 */
        .main-image img {
            max-width: 100%;
            cursor: pointer;
            margin-bottom: 1rem;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: none;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        #zoomedImage {
            max-width: 100%;
            max-height: 100%;
            transition: transform 0.3s ease;
            position: absolute;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .btn-font-size {
            font-size: 1.2rem
        }

        .guide_content_hint_row {
            line-height: 1.5;
            text-align: justify;
            /* 使文字两端对齐 */
            margin-bottom: 20px;
        }

        .font-size-large {
            font-size: 1.5rem;
        }

        .font-size-middle {
            font-size: 1.2rem;
        }

        .font-size-small {
            font-size: 1rem;
        }

        .promise_book {
            text-align: center;
            color: #ff4a44;
            font-weight: 600;
            margin: 0 10px;
        }