html,
body {
    padding: 0px;
    margin: 0px;
}

.container {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #ffc8cf 0%, #FFF 45%);
    padding-top: 100px;
}

.se_logo {
    padding: 24px 0 0 32px;
}

.tuiguang_content {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tuiguang_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tuiguang_title i {
    display: block;
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    margin-right: 8px;
}

.tuiguang_title span {
    color: #000;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
}

.tuiguang_text {
    margin-top: 12px;
    width: 580px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* 161.111% */
    letter-spacing: 0.18px;
}

.tuiguang_btn_box {
    margin-top: 40px;
    position: relative;
}

.tuiguang_btn_download {
    --btn-normal-color: linear-gradient(90deg, #FF5970 0%, #FF2442 100%);
    --btn-hover-color: linear-gradient(90deg, #FF798C 0%, #FF546C 100%);
    --btn-active-color: linear-gradient(90deg, #CC4557 0%, #CC2138 100%);
    --btn-shadow-color: 0px 4px 10px 0px rgba(255, 40, 70, 0.30);
}

.tuiguang_btn_box .tuiguang_btn {
    width: 280px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--btn-normal-color);
    /* box-shadow: 0px 4px 10px 0px rgba(255, 111, 0, 0.3); */
    box-shadow: var(--btn-shadow-color);
    text-decoration: none;
}

.tuiguang_btn_box .tuiguang_btn:hover {
    background: var(--btn-hover-color);
}

.tuiguang_btn_box .tuiguang_btn:active {
    background: var(--btn-active-color);
}

.tuiguang_btn_box .tuiguang_btn i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://p4.ssl.qhimg.com/t11b673bcd67dbca4043c86833f.png");
    background-size: 24px 24px;
}

.tuiguang_btn_box .tuiguang_btn span {
    margin-left: 8px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.tuiguang_btn_box .tuiguang_vip {
    width: 93px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -24px;
    top: -15px;
    border-radius: 12px 16px 16px 2px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: linear-gradient(183deg,
            #fef5cd 13.76%,
            #ffe0a2 43.88%,
            #eac477 97.24%);
    color: #6d3d0f;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    display: none;
}

.tuiguang_image {
    display: block;
    margin-top: 40px;
    width: 934px;
    height: 540px;
    flex-shrink: 0;
}

.tuiguang_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tuiguang_se {
    margin-top: 12px;
}

.tuiguang_se span {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.tuiguang_se a {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
}

.tuiguang_se a:hover {
    color: #0052d9;
}

.tuiguang_se a:active {
    color: #003cab;
}

.footer {
    margin: 24px auto 0;
    text-align: center;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer .split {
    width: 1px;
    height: 10px;
    background: rgba(0, 0, 0, 0.4);
    margin: 0 12px;
}

.tishi {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.immersive-translate-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2147483647;
    display: flex;
    justify-content: center;
    align-items: center;
}

.immersive-translate-attach-loading::after {
    content: " ";

    --loading-color: #f78fb6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    margin: 12px auto;
    position: relative;
    color: white;
    left: -100px;
    box-sizing: border-box;
    animation: immersiveTranslateShadowRolling 1.5s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-2000%, -50%);
    z-index: 100;
}

.immersive-translate-loading-spinner {
    vertical-align: middle !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block !important;
    margin: 0 4px !important;
    border: 2px rgba(221, 244, 255, 0.6) solid !important;
    border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
    border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
    border-radius: 50% !important;
    padding: 0 !important;
    -webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
    animation: immersive-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes immersive-translate-loading-animation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes immersive-translate-loading-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.immersive-translate-input-loading {
    --loading-color: #f78fb6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    margin: 12px auto;
    position: relative;
    color: white;
    left: -100px;
    box-sizing: border-box;
    animation: immersiveTranslateShadowRolling 1.5s linear infinite;
}

@keyframes immersiveTranslateShadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        box-shadow: 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        box-shadow: 110px 0 var(--loading-color), 100px 0 var(--loading-color),
            0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        box-shadow: 120px 0 var(--loading-color), 110px 0 var(--loading-color),
            100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0);
    }

    50% {
        box-shadow: 130px 0 var(--loading-color), 120px 0 var(--loading-color),
            110px 0 var(--loading-color), 100px 0 var(--loading-color);
    }

    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color),
            120px 0 var(--loading-color), 110px 0 var(--loading-color);
    }

    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 var(--loading-color), 120px 0 var(--loading-color);
    }

    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color);
    }

    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

.immersive-translate-toast {
    display: flex;
    position: fixed;
    z-index: 2147483647;
    left: 0;
    right: 0;
    top: 1%;
    width: fit-content;
    padding: 12px 20px;
    margin: auto;
    overflow: auto;
    background: #fef6f9;
    box-shadow: 0px 4px 10px 0px rgba(0, 10, 30, 0.06);
    font-size: 15px;
    border-radius: 8px;
    color: #333;
}

.immersive-translate-toast-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.immersive-translate-toast-hidden {
    margin: 0 20px 0 72px;
    text-decoration: underline;
    cursor: pointer;
}

.immersive-translate-toast-close {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .immersive-translate-toast {
        top: 0;
        padding: 12px 0px 0 10px;
    }

    .immersive-translate-toast-content {
        flex-direction: column;
        text-align: center;
    }

    .immersive-translate-toast-hidden {
        margin: 10px auto;
    }
}

.immersive-translate-modal {
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
}

.immersive-translate-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 40px 24px 24px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 80%;
    max-width: 270px;
    font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
        "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    position: relative;
}

@media screen and (max-width: 768px) {
    .immersive-translate-modal-content {
        margin: 50% auto !important;
    }
}

.immersive-translate-modal .immersive-translate-modal-content-in-input {
    max-width: 500px;
}

.immersive-translate-modal-content-in-input .immersive-translate-modal-body {
    text-align: left;
    max-height: unset;
}

.immersive-translate-modal-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.immersive-translate-modal-body {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    word-break: break-all;
    margin-top: 24px;
}

@media screen and (max-width: 768px) {
    .immersive-translate-modal-body {
        max-height: 250px;
        overflow-y: auto;
    }
}

.immersive-translate-close {
    color: #666666;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 20px;
    font-weight: bold;
}

.immersive-translate-close:hover,
.immersive-translate-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.immersive-translate-modal-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.immersive-translate-btn {
    width: fit-content;
    color: #fff;
    background-color: #ea4c89;
    border: none;
    font-size: 16px;
    margin: 0 8px;
    padding: 9px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.immersive-translate-btn:hover {
    background-color: #f082ac;
}

.immersive-translate-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.immersive-translate-btn:disabled:hover {
    background-color: #ea4c89;
}

.immersive-translate-cancel-btn {
    /* gray color */
    background-color: rgb(89, 107, 120);
}

.immersive-translate-cancel-btn:hover {
    background-color: hsl(205, 20%, 32%);
}

.immersive-translate-action-btn {
    background-color: transparent;
    color: #ea4c89;
    border: 1px solid #ea4c89;
}

.immersive-translate-btn svg {
    margin-right: 5px;
}

.immersive-translate-link {
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    text-decoration: none;
    color: #007bff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.immersive-translate-primary-link {
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    text-decoration: none;
    color: #ea4c89;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.immersive-translate-modal input[type="radio"] {
    margin: 0 6px;
    cursor: pointer;
}

.immersive-translate-modal label {
    cursor: pointer;
}

.immersive-translate-close-action {
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
}

.imt-image-status {
    background-color: rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
}

.imt-image-status img,
.imt-image-status svg,
.imt-img-loading {
    width: 28px !important;
    height: 28px !important;
    margin: 0 0 8px 0 !important;
    min-height: 28px !important;
    min-width: 28px !important;
    position: relative !important;
}

.imt-img-loading {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAPHRSTlMABBMIDyQXHwyBfFdDMSw+OjXCb+5RG51IvV/k0rOqlGRM6KKMhdvNyZBz9MaupmxpWyj437iYd/yJVNZeuUC7AAACt0lEQVRIx53T2XKiUBCA4QYOiyCbiAsuuGBcYtxiYtT3f6/pbqoYHVFO5r+iivpo6DpAWYpqeoFfr9f90DsYAuRSWkFnPO50OgR9PwiCUFcl2GEcx+N/YBh6pvKaefHlUgZd1zVe0NbYcQjGBfzrPE8Xz8aF+71D8gG6DHFPpc4a7xFiCDuhaWgKgGIJQ3d5IMGDrpS4S5KgpIm+en9f6PlAhKby4JwEIxlYJV9h5k5nee9GoxHJ2IDSNB0dwdad1NAxDJ/uXDHYmebdk4PdbkS58CIVHdYSUHTYYRWOJblWSyu2lmy3KNFVJNBhxcuGW4YBVCbYGRZwIooipHsNqjM4FbgOQqQqSKQQU9V8xmi1QlgHqQQ6DDBvRUVCDirs+EzGDGOQTCATgtYTnbCVLgsVgRE0T1QE0qHCFAht2z6dLvJQs3Lo2FQoDxWNUiBhaP4eRgwNkI+dAjVOA/kUrIDwf3CG8NfNOE0eiFotSuo+rBiq8tD9oY4Qzc6YJw99hl1wzpQvD7ef2M8QgnOGJfJw+EltQc+oX2yn907QB22WZcvlUpd143dqQu+8pCJZuGE4xCuPXJqqcs5sNpsI93Rmzym1k4Npk+oD1SH3/a3LOK/JpUBpWfqNySxWzCfNCUITuDG5dtuphrUJ1myeIE9bIsPiKrfqTai5WZxbhtNphYx6GEIHihyGFTI69lje/rxajdh0s0msZ0zYxyPLhYCb1CyHm9Qsd2H37Y3lugVwL9kNh8Ot8cha6fUNQ8nuXi5z9/ExsAO4zQrb/ev1yrCB7lGyQzgYDGuxq1toDN/JGvN+HyWNHKB7zEoK+PX11e12G431erGYzwmytAWU56fkMHY5JJnDRR2eZji3AwtIcrEV8Cojat/BdQ7XOwGV1e1hDjGGjXbdArm8uJZtCH5MbcctVX8A1WpqumJHwckAAAAASUVORK5CYII=");
    background-size: 28px 28px;
    animation: image-loading-rotate 1s linear infinite !important;
}

.imt-image-status span {
    color: var(--bg-2, #fff) !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    font-family: "PingFang SC", Arial, sans-serif !important;
}

@keyframes image-loading-rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}