@media screen and (min-width: 769px) {
    .box,
    .Box {
        width: 100%;
        overflow: hidden;
        background-color: #f3f5f8;
    }
    .box .container,
    .Box .container {
        width: 1250px;
        margin: 0 auto;
    }
    .box .header,
    .Box .header {
        width: 100%;
        height: 89px;
        background: url(../img/headerBg.png) center no-repeat;
        background-size: cover;
    }
    .box .header .container,
    .Box .header .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .header .container .logo,
    .Box .header .container .logo {
        display: flex;
        align-items: center;
    }
    .box .header .container .logo img,
    .Box .header .container .logo img {
        width: auto;
        height: 41px;
    }
    .box .header .container .logo h2,
    .Box .header .container .logo h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        margin-left: 17px;
        max-width: 35vw;
    }
    .box .header .container .Buttons,
    .Box .header .container .Buttons {
        display: flex;
        align-items: center;
    }
    /* .Buttons 按钮、供应商/采购商切换样式已由 base.css 提供，与 Selection.html 保持一致 */
    .box .Top,
    .Box .Top {
        width: 100%;
        height: auto;
    }
    .box .Top .nav,
    .Box .Top .nav {
        width: 100%;
        height: 56px;
        background: #fff;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    }
    .box .Top .nav ul,
    .Box .Top .nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Top .nav ul li,
    .Box .Top .nav ul li {
        min-width: 80px;
        height: 100%;
    }
    .box .Top .nav ul li a,
    .Box .Top .nav ul li a {
        height: 100%;
        font-size: 16px;
        line-height: 56px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #3f3e3e;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .box .Top .nav ul li a .img,
    .Box .Top .nav ul li a .img {
        width: 10px;
        height: 8px;
        margin-left: 10px;
        background: url(../img/Hot/down.png) center no-repeat;
        background-size: contain;
    }
    .box .Top .nav ul li.active,
    .Box .Top .nav ul li.active {
        position: relative;
    }
    .box .Top .nav ul li.active a,
    .Box .Top .nav ul li.active a {
        color: #015ec2;
        font-weight: bold;
    }
    .box .Top .nav ul li.active::after,
    .Box .Top .nav ul li.active::after {
        content: '';
        width: 100%;
        height: 2.5px;
        background-color: #0079fa;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .box .Top .nav ul li:hover,
    .Box .Top .nav ul li:hover {
        position: relative;
    }
    .box .Top .nav ul li:hover a,
    .Box .Top .nav ul li:hover a {
        color: #015ec2;
        font-weight: bold;
    }
    .box .Top .nav ul li:hover a .img,
    .Box .Top .nav ul li:hover a .img {
        background: url(../img/Hot/downActive.png) center no-repeat;
        background-size: contain;
    }
    .box .Top .nav ul li:hover .Level3,
    .Box .Top .nav ul li:hover .Level3 {
        display: block !important;
    }
    .box .Top .nav ul li:hover::after,
    .Box .Top .nav ul li:hover::after {
        content: '';
        width: 100%;
        height: 2.5px;
        background-color: #0079fa;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .box .Top .nav.IE ul li,
    .Box .Top .nav.IE ul li {
        position: relative;
    }
    .box .Top .nav.IE ul li a,
    .Box .Top .nav.IE ul li a {
        letter-spacing: 0px;
    }
    .box .Top .nav.IE ul li .Level3,
    .Box .Top .nav.IE ul li .Level3 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 99;
        display: none;
    }
    .box .Top .nav.IE ul li .Level3 a,
    .Box .Top .nav.IE ul li .Level3 a {
        height: 45px;
        background-color: #7ab6f9;
        display: block;
        font-size: 16px;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .box .Top .topBg,
    .Box .Top .topBg {
        width: 100%;
        height: 501px;
        position: relative;
    }
    .box .Top .topBg .swiper-wrapper,
    .Box .Top .topBg .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide,
    .Box .Top .topBg .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        background: url(../img/IC/topBg.png) center no-repeat;
        background-size: cover;
        padding-top: 91px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li {
        margin-right: 41px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a:hover,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a:hover {
        transform: translateY(-4px);
        opacity: 0.85;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a img,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a img {
        width: 148px;
        height: 144px;
        object-fit: contain;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a p {
        font-size: 18px;
        line-height: 18px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        /* color: #031838; */
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(1) a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(1) a p {
        padding-right: 30px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(2) a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(2) a p {
        padding-right: 18px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(3) a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(3) a p {
        padding-right: 5px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(4) a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(4) a p {
        padding-right: 18px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(5) a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li:nth-child(5) a p {
        padding-right: 5px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide h1,
    .Box .Top .topBg .swiper-wrapper .swiper-slide h1 {
        max-width: 85%;
        font-size: 38px;
        line-height: 52px;
        color: #003399;
        color: #2954aa;
        letter-spacing: 0px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide h4,
    .Box .Top .topBg .swiper-wrapper .swiper-slide h4 {
        font-size: 19px;
        line-height: 19px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #636e80;
        margin: 15px 0 70px;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search {
        height: 57px;
        width: 57%;
        display: flex;
        align-items: center;
        border-radius: 30px;
        overflow: hidden;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search input,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search input {
        width: 565px;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 29px 0 0 29px;
        border: none;
        outline: none;
        padding-left: 28px;
        font-size: 18px;
        line-height: 18px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #333;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search input::placeholder,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search input::placeholder {
        color: #666769;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search button,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search button {
        width: 105px;
        height: 100%;
        background-color: #f56142;
        border-radius: 0 29px 29px 0;
        border: none;
        outline: none;
        font-size: 18px;
        line-height: 18px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        cursor: pointer;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search button:hover,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search button:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search button:last-child,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search button:last-child {
        width: auto;
        height: 100%;
        background-color: #6381fb;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 28px;
        border: solid 1px #ffffff;
        margin-left: 25px;
        padding: 0 35px;
        white-space: nowrap;
    }
    .box .Top .topBg .swiper-paginationTop,
    .Box .Top .topBg .swiper-paginationTop {
        display: flex;
        align-items: center;
        position: absolute;
        left: 50%;
        bottom: 27px;
    }
    .box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet,
    .Box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet {
        width: 11px;
        height: 10px;
        background-color: #ffffff;
        box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
        opacity: 1;
    }
    .box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .Box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 27px;
        height: 10px;
        background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
        background-blend-mode: normal, normal;
        box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
        border-radius: 5px;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide {
        background: url(../img/IE/topBg.png) center no-repeat;
        background-size: cover;
        padding-top: 84px;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input::placeholder,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button:last-child,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button:last-child {
        padding: 0 10px;
        display: block;
        border-radius: 0 28px 28px 0;
        margin-left: 0;
    }
    .box .Top .Notice,
    .Box .Top .Notice {
        width: 100%;
        height: 68px;
        background-color: #cddffa;
        box-shadow: 6px 8px 49px 0px rgba(146, 186, 255, 0.28);
    }
    .box .Top .Notice .container,
    .Box .Top .Notice .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .box .Top .Notice .container .title,
    .Box .Top .Notice .container .title {
        width: auto;
        height: 33px;
        background-image: linear-gradient(93deg, #0442bc 0%, #195efe 100%);
        border-radius: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        padding: 0 12px;
    }
    .box .Top .Notice .container .title p,
    .Box .Top .Notice .container .title p {
        font-size: 14px;
        line-height: 14px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        margin-left: 9px;
    }
    .box .Top .Notice .container .text,
    .Box .Top .Notice .container .text {
        flex: 1;
        height: 100%;
        min-width: 0;
        line-height: 68px;
        overflow: hidden;
        position: relative;
    }
    .box .Top .Notice .container .text p,
    .Box .Top .Notice .container .text p {
        display: inline-block;
        font-size: 14px;
        line-height: 68px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #003399;
        margin: 0 15px;
        position: absolute;
        white-space: nowrap;
        animation: scrollLeft 35s linear infinite;
    }
    .box .Top .Notice .container .text p a,
    .Box .Top .Notice .container .text p a {
        color: #003399;
    }
    @keyframes scrollLeft {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    .box .Top .Notice.IE .container p,
    .Box .Top .Notice.IE .container p {
        letter-spacing: -0.5px !important;
    }
    .box .rightSidebar,
    .Box .rightSidebar {
        width: 73px;
        height: 330px;
        background-color: #ebf2ff;
        box-shadow: 4px 5px 16px 0px rgba(28, 108, 202, 0.58);
        border-radius: 37px;
        border: solid 1px #ffffff;
        position: fixed;
        top: 89px;
        right: 15px;
        z-index: 99999;
    }
    .box .rightSidebar ul,
    .Box .rightSidebar ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .box .rightSidebar ul li,
    .Box .rightSidebar ul li {
        width: 100%;
        flex: 1;
        min-height: 0;
    }
    .box .rightSidebar ul li a,
    .Box .rightSidebar ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box .rightSidebar ul li a p,
    .Box .rightSidebar ul li a p {
        font-size: 12px;
        line-height: 14px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #045de4;
        margin-top: 5px;
        text-align: center;
    }
    .box .rightSidebar.IE ul li a p,
    .Box .rightSidebar.IE ul li a p {
        margin-top: 7px;
        letter-spacing: -0.5px;
    }
    .box .Content,
    .Box .Content {
        width: 100%;
        height: auto;
        padding: 84px 0 0;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .box .Content .topic,
    .Box .Content .topic {
        text-align: center;
        position: relative;
    }
    .box .Content .topic .E,
    .Box .Content .topic .E {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -65%);
    }
    .box .Content .topic .E p,
    .Box .Content .topic .E p {
        font-size: 68px;
        line-height: 68px;
        letter-spacing: -4px;
        transform: scaleX(0.35);
        white-space: nowrap;
        font-weight: bold;
        background: -webkit-linear-gradient(#e3f3ff 40%, #f1faff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
    }
    .box .Content .topic h2,
    .Box .Content .topic h2 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: 2px;
        color: #003399;
        position: relative;
        margin: 0 auto;
    }
    .box .Content .topic h2::before,
    .Box .Content .topic h2::before {
        content: '';
        width: 119px;
        height: 100%;
        background: url(../img/topic-left.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-106%, -50%);
    }
    .box .Content .topic h2::after,
    .Box .Content .topic h2::after {
        content: '';
        width: 119px;
        height: 100%;
        background: url(../img/topic-right.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(5%, -50%);
    }
    .box .Content .topic p,
    .Box .Content .topic p {
        font-size: 15px;
        line-height: 15px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #636e80;
        margin: 18px 0 13px;
    }
    .box .Content .topic span,
    .Box .Content .topic span {
        display: block;
        width: 58px;
        height: 7px;
        background-color: #dec292;
        margin: 0 auto;
    }
    .box .Content .topic.IE .E p,
    .Box .Content .topic.IE .E p {
        font-size: 65px;
        line-height: 65px;
        letter-spacing: -1.8px;
        transform: scaleX(0.62);
    }
    .box .Content .topic.IE h2,
    .Box .Content .topic.IE h2 {
        letter-spacing: 0;
    }
    .box .Content .topic.IE h2::before,
    .Box .Content .topic.IE h2::before {
        top: auto;
        bottom: 0;
        transform: translate(-105%, 15%);
    }
    .box .Content .topic.IE h2::after,
    .Box .Content .topic.IE h2::after {
        top: auto;
        bottom: 0;
        transform: translate(5%, 15%);
    }
    .box .Content .topic.IE p,
    .Box .Content .topic.IE p {
        letter-spacing: 0px;
        margin: 15px 0 11px;
    }
    .box .Content .More,
    .Box .Content .More {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, -100%);
        padding: 0 10px 19px 0;
        display: flex;
        align-items: center;
    }
    .box .Content .More a,
    .Box .Content .More a {
        display: block;
        width: auto;
        height: 28px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 15px;
        border: solid 1px #ffffff;
        font-size: 14px;
        line-height: 26px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #000102;
        text-align: center;
        margin-left: 15px;
        padding: 0 14px;
    }
    .box .Content .More .more,
    .Box .Content .More .more {
        width: auto;
        height: auto;
        box-shadow: none;
        background: transparent;
        line-height: 14px;
        color: #4f4e4e;
        padding: 0;
    }
    .box .Content .More .more:hover,
    .Box .Content .More .more:hover {
        text-decoration: underline;
    }
    .box .Content .More.IE a,
    .Box .Content .More.IE a {
        letter-spacing: 0;
        padding: 0 10px;
        margin-left: 9px;
    }
    .box .Content .More.IE .more,
    .Box .Content .More.IE .more {
        padding: 0;
    }
    .box .Content .Category,
    .Box .Content .Category {
        width: 100%;
    }
    .box .Content .Category .content,
    .Box .Content .Category .content {
        height: auto;
        position: relative;
        margin-top: 41px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    .box .Content .Category .content .left,
    .Box .Content .Category .content .left {
        width: 17%;
        display: flex;
        flex-direction: column;
        background-color: #ebf1ff;
        background: url(../img/IC/category-bg.png) bottom center no-repeat;
        background-size: 100% 120%;
        border-radius: 10px;
        padding: 23px 0;
    }
    .box .Content .Category .content .left li,
    .Box .Content .Category .content .left li {
        width: 100%;
        height: 64px;
        margin-bottom: 12px;
    }
    .box .Content .Category .content .left li a,
    .Box .Content .Category .content .left li a {
        width: 100%;
        height: 100%;
        padding-left: 32px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .box .Content .Category .content .left li a img,
    .Box .Content .Category .content .left li a img {
        min-width: 32px;
        width: 32px;
        height: auto;
        object-fit: contain;
    }
    .box .Content .Category .content .left li a p,
    .Box .Content .Category .content .left li a p {
        margin-left: 25px;
        font-size: 16px;
        line-height: 16px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #3f3e3e;
    }
    .box .Content .Category .content .left li.active,
    .Box .Content .Category .content .left li.active {
        background-image: linear-gradient(-90deg, #f0f4fd 0%, #ffffff 100%);
        box-shadow: 3px 4px 10px 0px rgba(51, 145, 249, 0.24);
        position: relative;
    }
    .box .Content .Category .content .left li.active::before,
    .Box .Content .Category .content .left li.active::before {
        content: '';
        width: 4px;
        height: 35px;
        background-color: #2c74ff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Category .content .left li.active a p,
    .Box .Content .Category .content .left li.active a p {
        color: #2c74ff;
    }
    .box .Content .Category .content .left li:hover,
    .Box .Content .Category .content .left li:hover {
        background-image: linear-gradient(-90deg, #f0f4fd 0%, #ffffff 100%);
        box-shadow: 3px 4px 10px 0px rgba(51, 145, 249, 0.24);
        position: relative;
    }
    .box .Content .Category .content .left li:hover::before,
    .Box .Content .Category .content .left li:hover::before {
        content: '';
        width: 4px;
        height: 35px;
        background-color: #2c74ff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Category .content .left li:hover a p,
    .Box .Content .Category .content .left li:hover a p {
        color: #2c74ff;
    }
    .box .Content .Category .content .left.IE,
    .Box .Content .Category .content .left.IE {
        background: #ebf1ff;
    }
    .box .Content .Category .content .left.IE li,
    .Box .Content .Category .content .left.IE li {
        margin-bottom: 7px;
    }
    .box .Content .Category .content .left.IE li a,
    .Box .Content .Category .content .left.IE li a {
        padding-left: 20px;
        padding-right: 5px;
    }
    .box .Content .Category .content .left.IE li a img,
    .Box .Content .Category .content .left.IE li a img {
        min-width: 28px;
        width: 28px;
    }
    .box .Content .Category .content .left.IE li a p,
    .Box .Content .Category .content .left.IE li a p {
        flex: 1;
        min-width: 0;
        margin-left: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.5px;
        color: #3f3e3e;
        white-space: normal;
    }
    .box .Content .Category .content .right,
    .Box .Content .Category .content .right {
        width: 81%;
        background-color: #ebf1ff;
        border-radius: 10px;
        padding: 20px 15px 13px;
    }
    .box .Content .Category .content .right .product,
    .Box .Content .Category .content .right .product {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Content .Category .content .right .product p,
    .Box .Content .Category .content .right .product p {
        font-size: 16px;
        line-height: 24px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #636e80;
        position: relative;
        margin-right: 20px;
        white-space: nowrap;
        cursor: pointer;
    }
    .box .Content .Category .content .right .product p::after,
    .Box .Content .Category .content .right .product p::after {
        content: '';
        width: 2px;
        height: 13px;
        background-color: #636e80;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%);
        margin: 0 9px;
        z-index: 99999;
    }
    .box .Content .Category .content .right .product p.active,
    .Box .Content .Category .content .right .product p.active {
        color: #005bbe;
    }
    .box .Content .Category .content .right .product p:hover,
    .Box .Content .Category .content .right .product p:hover {
        color: #005bbe;
    }
    .box .Content .Category .content .right .product p:last-child::after,
    .Box .Content .Category .content .right .product p:last-child::after {
        content: none;
    }
    .box .Content .Category .content .right .ul,
    .Box .Content .Category .content .right .ul {
        margin-top: 17px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px dashed rgba(99, 110, 128, 0.4);
    }
    .box .Content .Category .content .right .ul li,
    .Box .Content .Category .content .right .ul li {
        width: 24%;
        height: 185px;
        background-color: #ffffff;
        box-shadow: 3px 4px 10px 0px rgba(155, 164, 186, 0.13);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 24px;
        margin-right: 1.3%;
    }
    .box .Content .Category .content .right .ul li a,
    .Box .Content .Category .content .right .ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Category .content .right .ul li,
    .Box .Content .Category .content .right .ul li {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .box .Content .Category .content .right .ul li:hover,
    .Box .Content .Category .content .right .ul li:hover {
        transform: translateY(-4px);
        box-shadow: 3px 8px 20px 0px rgba(155, 164, 186, 0.35);
    }
    .box .Content .Category .content .right .ul li a img,
    .Box .Content .Category .content .right .ul li a img {
        width: 100%;
        height: 104px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .box .Content .Category .content .right .ul li:hover a img,
    .Box .Content .Category .content .right .ul li:hover a img {
        transform: scale(1.08);
    }
    .box .Content .Category .content .right .ul li a p,
    .Box .Content .Category .content .right .ul li a p {
        font-size: 14px;
        line-height: 14px;
        color: #3f3e3e;
        margin: 13px 0;
        padding: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .ul li a button,
    .Box .Content .Category .content .right .ul li a button {
        width: 60px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #8bb7fe;
        font-size: 12px;
        line-height: 12px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #636e80;
        outline: none;
        margin: 0 auto;
        display: block;
    }
    .box .Content .Category .content .right .ul li a button:hover,
    .Box .Content .Category .content .right .ul li a button:hover {
        text-decoration: underline;
    }
    .box .Content .Category .content .right .ul li:nth-child(4n),
    .Box .Content .Category .content .right .ul li:nth-child(4n) {
        margin-right: 0;
    }
    .box .Content .Category .content .right .company,
    .Box .Content .Category .content .right .company {
        margin-top: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Category .content .right .company .name,
    .Box .Content .Category .content .right .company .name {
        width: 28%;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .box .Content .Category .content .right .company .name span,
    .Box .Content .Category .content .right .company .name span {
        display: block;
        width: 5px;
        height: 5px;
        background-color: #5ca2fe;
        border-radius: 50%;
    }
    .box .Content .Category .content .right .company .name p,
    .Box .Content .Category .content .right .company .name p {
        width: 95%;
        font-size: 14px;
        line-height: 14px;
        color: #333333;
        margin-left: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .hot-product,
    .Box .Content .Category .content .right .hot-product {
        margin-top: 19px;
    }
    .box .Content .Category .content .right .hot-product .title,
    .Box .Content .Category .content .right .hot-product .title {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    .box .Content .Category .content .right .hot-product .title a,
    .Box .Content .Category .content .right .hot-product .title a {
        display: block;
        width: auto;
        height: 28px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 15px;
        border: solid 1px #ffffff;
        font-size: 14px;
        line-height: 26px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #000102;
        text-align: center;
        margin-left: 15px;
        padding: 0 14px;
    }
    .box .Content .Category .content .right .hot-product .title img,
    .Box .Content .Category .content .right .hot-product .title img {
        margin-left: 10px;
        width: 24px;
        height: auto;
    }
    .box .Content .Category .content .right .hot-product ul,
    .Box .Content .Category .content .right .hot-product ul {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Content .Category .content .right .hot-product ul li,
    .Box .Content .Category .content .right .hot-product ul li {
        width: 24%;
        height: 201px;
        background-color: #ffffff;
        margin-bottom: 15px;
        margin-right: 1.3%;
        box-shadow: 3px 4px 10px 0px rgba(155, 164, 186, 0.13);
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .box .Content .Category .content .right .hot-product ul li:hover,
    .Box .Content .Category .content .right .hot-product ul li:hover {
        transform: translateY(-4px);
        box-shadow: 3px 8px 20px 0px rgba(155, 164, 186, 0.35);
    }
    .box .Content .Category .content .right .hot-product ul li a,
    .Box .Content .Category .content .right .hot-product ul li a {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }
    .box .Content .Category .content .right .hot-product ul li a .img,
    .Box .Content .Category .content .right .hot-product ul li a .img {
        width: 100%;
        height: 131px;
        background-color: #c3c3c3;
        position: relative;
        overflow: hidden;
    }
    .box .Content .Category .content .right .hot-product ul li a .img img,
    .Box .Content .Category .content .right .hot-product ul li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .box .Content .Category .content .right .hot-product ul li:hover a .img img,
    .Box .Content .Category .content .right .hot-product ul li:hover a .img img {
        transform: scale(1.08);
    }
    .box .Content .Category .content .right .hot-product ul li a .img .category,
    .Box .Content .Category .content .right .hot-product ul li a .img .category {
        width: auto;
        height: 22px;
        background-image: linear-gradient(102deg, #005bbe 0%, #0073ef 100%);
        border-radius: 11px;
        position: absolute;
        top: 9px;
        left: 6px;
    }
    .box .Content .Category .content .right .hot-product ul li a .img .category p,
    .Box .Content .Category .content .right .hot-product ul li a .img .category p {
        width: auto;
        padding: 0 5px;
        font-size: 9px;
        line-height: 22px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
    }
    .box .Content .Category .content .right .hot-product ul li a .text,
    .Box .Content .Category .content .right .hot-product ul li a .text {
        padding: 8px 11px 0 14px;
    }
    .box .Content .Category .content .right .hot-product ul li a .text h5,
    .Box .Content .Category .content .right .hot-product ul li a .text h5 {
        font-size: 16px;
        line-height: 16px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #191919;
        font-weight: normal;
        margin-bottom: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .box .Content .Category .content .right .hot-product ul li a .text p,
    .Box .Content .Category .content .right .hot-product ul li a .text p {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #757575;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .hot-product ul li a .text .details,
    .Box .Content .Category .content .right .hot-product ul li a .text .details {
        font-size: 11px;
        line-height: 11px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #007bff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 7px;
    }
    .box .Content .Category .content .right .hot-product ul li:nth-child(4n),
    .Box .Content .Category .content .right .hot-product ul li:nth-child(4n) {
        margin-right: 0;
    }
    .box .Content .Category .content .right.IE,
    .Box .Content .Category .content .right.IE {
        padding: 37px 15px 13px;
    }
    .box .Content .Category .content .right.IE .product p,
    .Box .Content .Category .content .right.IE .product p {
        letter-spacing: 0;
    }
    .box .Content .Category .content .right.IE .ul,
    .Box .Content .Category .content .right.IE .ul {
        margin-top: 33px;
    }
    .box .Content .Category .content .right.IE .ul li a p,
    .Box .Content .Category .content .right.IE .ul li a p {
        line-height: 1.25;
    }
    .box .Content .Category .content .right.IE .company,
    .Box .Content .Category .content .right.IE .company {
        margin-top: 24px;
    }
    .box .Content .Category .content .right.IE .company .name,
    .Box .Content .Category .content .right.IE .company .name {
        margin-bottom: 19px;
    }
    .box .Content .Category .content .right.IE .company .name p,
    .Box .Content .Category .content .right.IE .company .name p {
        letter-spacing: -0.5px;
        line-height: 1.25;
    }
    .box .Content .Hot,
    .Box .Content .Hot {
        margin-top: 52px;
        height: 1040px;
        background: url(../img/hotBg.png) center no-repeat;
        background-size: cover;
        padding-top: 77px;
    }
    .box .Content .Hot .topic .E p,
    .Box .Content .Hot .topic .E p {
        letter-spacing: 0px;
        transform: scaleX(0.74);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e5effd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Hot .hot,
    .Box .Content .Hot .hot {
        height: 860px;
        position: relative;
        padding-top: 40px;
        overflow: hidden;
    }
    .box .Content .Hot .hot .More,
    .Box .Content .Hot .hot .More {
        top: 11px;
        transform: translate(0, 0);
        padding-right: 0;
    }
    .box .Content .Hot .hot .swiper-wrapper,
    .Box .Content .Hot .hot .swiper-wrapper {
        width: 100%;
        height: 753px;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a {
        width: 24%;
        height: 365px;
        background-color: #ffffff;
        margin-bottom: 23px;
        display: block;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img {
        width: 100%;
        height: 214px;
        background-color: #c3c3c3;
        position: relative;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img img,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category {
        max-width: 75%;
        width: auto;
        min-height: 27px;
        height: auto;
        background-image: linear-gradient(102deg, #005bbe 0%, #0073ef 100%);
        border-radius: 25px;
        position: absolute;
        top: 11px;
        left: 8px;
        padding: 6px 0;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category p,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category p {
        width: auto;
        padding: 0 9px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #ffffff;
        text-align: center;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text {
        padding: 24px 4px 0 17px;
        letter-spacing: 0px;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text h5 {
        font-size: 16px;
        line-height: 20px;
        color: #191919;
        font-weight: normal;
        margin-bottom: 23px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text p,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text p {
        width: 100%;
        min-height: 38px;
        font-size: 13px;
        line-height: 19px;
        color: #757575;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text .details,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text .details {
        font-size: 14px;
        line-height: 14px;
        color: #007bff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 18px;
        padding-right: 5px;
    }
    .box .Content .Hot .hot .swiper-paginationHot,
    .Box .Content .Hot .hot .swiper-paginationHot {
        display: flex;
        align-items: center;
        position: absolute;
        /* left: 50%; */
        left: 0;
        bottom: 15px;
        justify-content: center;
    }
    .box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet,
    .Box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet {
        width: 11px;
        height: 10px;
        background-color: #ffffff;
        box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
        opacity: 1;
    }
    .box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .Box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 27px;
        height: 10px;
        background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
        background-blend-mode: normal, normal;
        box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
        border-radius: 5px;
    }
    .box .Content .Promotion,
    .Box .Content .Promotion {
        margin-top: 59px;
        height: 849px;
        background: url(../img/hotBg.png) center no-repeat;
        background-size: cover;
        padding: 76px 0 0;
    }
    .box .Content .Promotion .topic .E p,
    .Box .Content .Promotion .topic .E p {
        letter-spacing: -4px;
        transform: scaleX(0.43);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e5effd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Promotion .topic.IE .E p,
    .Box .Content .Promotion .topic.IE .E p {
        letter-spacing: -1.8px;
        transform: scaleX(0.68);
    }
    .box .Content .Promotion .Info,
    .Box .Content .Promotion .Info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 44px;
    }
    .box .Content .Promotion .Info img,
    .Box .Content .Promotion .Info img {
        width: 20px;
        height: auto;
    }
    .box .Content .Promotion .Info .left,
    .Box .Content .Promotion .Info .left {
        width: 62%;
        height: 554px;
        overflow: hidden;
        background-color: #f8f9fa;
        border-radius: 18px;
        border: 1px solid #fff;
        position: relative;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper,
    .Box .Content .Promotion .Info .left .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        padding: 18px;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 303px;
        object-fit: cover;
        border-radius: 15px 15px 0px 0px;
        transition: transform 0.6s ease;
        transform-origin: top center;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a:hover img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a:hover img {
        transform: scale(1.06);
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text {
        margin-top: 59px;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text h5 {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text p,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text p {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-top: 15px;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button,
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn {
        width: fit-content;
        height: 42px;
        background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
        box-shadow: 6px 8px 24px 0px rgba(0, 93, 193, 0.13);
        border-radius: 23px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        border: none;
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        margin-top: 17px;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button img,
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn img {
        width: 15px;
        height: auto;
        margin-left: 5;
    }
    .box .Content .Promotion .Info .left .swiper-paginationInfo,
    .Box .Content .Promotion .Info .left .swiper-paginationInfo {
        height: 14px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 350px;
        left: 48%;
    }
    .box .Content .Promotion .Info .left .swiper-paginationInfo .swiper-pagination-bullet,
    .Box .Content .Promotion .Info .left .swiper-paginationInfo .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background-color: #ddd;
        opacity: 1;
    }
    .box
        .Content
        .Promotion
        .Info
        .left
        .swiper-paginationInfo
        .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .Box
        .Content
        .Promotion
        .Info
        .left
        .swiper-paginationInfo
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 37px;
        height: 14px;
        background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
        border-radius: 7px;
    }
    .box .Content .Promotion .Info .right,
    .Box .Content .Promotion .Info .right {
        width: 35%;
        height: 554px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .box .Content .Promotion .Info .right .title,
    .Box .Content .Promotion .Info .right .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .Promotion .Info .right .title h2,
    .Box .Content .Promotion .Info .right .title h2 {
        font-size: 16px;
        line-height: 16px;
        color: #000;
    }
    .box .Content .Promotion .Info .right .title .line,
    .Box .Content .Promotion .Info .right .title .line {
        flex: 1;
        height: 2px;
        background: linear-gradient(to right, #0061ca, rgba(0, 97, 202, 0));
        margin: 0 20px 0 10px;
    }
    .box .Content .Promotion .Info .right .title .more,
    .Box .Content .Promotion .Info .right .title .more {
        font-size: 14px;
        line-height: 14px;
        color: #4f4e4e;
    }
    .box .Content .Promotion .Info .right .title .more:hover,
    .Box .Content .Promotion .Info .right .title .more:hover {
        text-decoration: underline;
    }
    .box .Content .Promotion .Info .right ul,
    .Box .Content .Promotion .Info .right ul {
        width: 100%;
        height: 92%;
        display: flex;
        flex-direction: column;
    }
    .box .Content .Promotion .Info .right ul li,
    .Box .Content .Promotion .Info .right ul li {
        width: 100%;
        height: 22%;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 3%;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .box .Content .Promotion .Info .right ul li:hover,
    .Box .Content .Promotion .Info .right ul li:hover {
        transform: translateY(-3px);
        box-shadow: 2px 6px 16px 0px rgba(155, 164, 186, 0.3);
    }
    .box .Content .Promotion .Info .right ul li a,
    .Box .Content .Promotion .Info .right ul li a {
        width: 100%;
        height: 100%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .Promotion .Info .right ul li a img,
    .Box .Content .Promotion .Info .right ul li a img {
        width: 35%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Promotion .Info .right ul li a .text,
    .Box .Content .Promotion .Info .right ul li a .text {
        width: 62%;
    }
    .box .Content .Promotion .Info .right ul li a .text h6,
    .Box .Content .Promotion .Info .right ul li a .text h6 {
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #333;
        font-weight: normal;
    }
    .box .Content .Promotion .Info .right ul li a .text p,
    .Box .Content .Promotion .Info .right ul li a .text p {
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 5px 0;
        color: #8e8f91;
    }
    .box .Content .Promotion .Info .right ul li a .text span,
    .Box .Content .Promotion .Info .right ul li a .text span {
        font-size: 12px;
        line-height: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #0183f0;
    }
    .box .Content .Promotion .Info .right ul li:nth-child(4),
    .Box .Content .Promotion .Info .right ul li:nth-child(4) {
        margin-bottom: 0;
    }
    .box .Content .Promotion .Info .right.IE .title h2,
    .Box .Content .Promotion .Info .right.IE .title h2 {
        font-weight: normal;
    }
    .box .Content .Promotion .Info .right.IE ul li a .text h6,
    .Box .Content .Promotion .Info .right.IE ul li a .text h6 {
        line-height: 18px;
    }
    .box .Content .Promotion.IE,
    .Box .Content .Promotion.IE {
        background: transparent;
    }
    .box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text {
        margin-top: 54px;
    }
    .box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text h5 {
        line-height: 24px;
    }
    .box .Content .AICenter,
    .Box .Content .AICenter {
        padding: 83px 0 0;
    }
    .box .Content .AICenter .topic .E p,
    .Box .Content .AICenter .topic .E p {
        letter-spacing: -4px;
        transform: scaleX(0.45);
    }
    .box .Content .AICenter .topic.IE .E p,
    .Box .Content .AICenter .topic.IE .E p {
        letter-spacing: -1.8px;
        transform: scaleX(0.69);
    }
    .box .Content .AICenter .AIS,
    .Box .Content .AICenter .AIS {
        height: auto;
        margin-top: 19px;
    }
    .box .Content .AICenter .AIS .AI,
    .Box .Content .AICenter .AIS .AI {
        background-color: #f6f6fb;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }
    .box .Content .AICenter .AIS .AI a,
    .Box .Content .AICenter .AIS .AI a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 17px;
        transition: opacity 0.2s ease;
    }
    .box .Content .AICenter .AIS .AI,
    .Box .Content .AICenter .AIS .AI {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .box .Content .AICenter .AIS .AI:hover,
    .Box .Content .AICenter .AIS .AI:hover {
        transform: translateY(-4px);
        box-shadow: 3px 8px 20px 0px rgba(155, 164, 186, 0.35);
    }
    .box .Content .AICenter .AIS .AI a .enter,
    .Box .Content .AICenter .AIS .AI a .enter {
        width: 90px;
        height: 30px;
        background-color: #dee3fe;
        border-radius: 15px;
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
    .box .Content .AICenter .AIS .AI a .enter p,
    .Box .Content .AICenter .AIS .AI a .enter p {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        line-height: 28px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #686d76;
        text-align: center;
    }
    .box .Content .AICenter .AIS .AI a:hover .enter,
    .Box .Content .AICenter .AIS .AI a:hover .enter {
        text-decoration: underline;
        color: #686d76;
    }
    .box .Content .AICenter .AIS .up,
    .Box .Content .AICenter .AIS .up {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .box .Content .AICenter .AIS .up .AI,
    .Box .Content .AICenter .AIS .up .AI {
        width: 49%;
        height: 305px;
    }
    .box .Content .AICenter .AIS .up .AI .img,
    .Box .Content .AICenter .AIS .up .AI .img {
        width: 100%;
        height: 164px;
        border-radius: 15px;
        overflow: hidden;
    }
    .box .Content .AICenter .AIS .up .AI .img img,
    .Box .Content .AICenter .AIS .up .AI .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .AICenter .AIS .up .AI .text,
    .Box .Content .AICenter .AIS .up .AI .text {
        padding: 30px 0 0;
    }
    .box .Content .AICenter .AIS .up .AI .text img,
    .Box .Content .AICenter .AIS .up .AI .text img {
        width: auto;
        height: 24px;
    }
    .box .Content .AICenter .AIS .up .AI .text p,
    .Box .Content .AICenter .AIS .up .AI .text p {
        width: 75%;
        font-size: 14px;
        line-height: 18px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #686d76;
        margin-top: 9px;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .AICenter .AIS .up .AI:nth-child(2) .text img,
    .Box .Content .AICenter .AIS .up .AI:nth-child(2) .text img {
        height: 31px;
    }
    .box .Content .AICenter .AIS .up .AI:nth-child(2) .text img,
    .Box .Content .AICenter .AIS .up .AI:nth-child(2) .text img {
        height: 31px;
    }
    .box .Content .AICenter .AIS .down,
    .Box .Content .AICenter .AIS .down {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .AICenter .AIS .down .AI,
    .Box .Content .AICenter .AIS .down .AI {
        width: 49%;
        height: 162px;
    }
    .box .Content .AICenter .AIS .down .AI a,
    .Box .Content .AICenter .AIS .down .AI a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 64px 17px 0;
    }
    .box .Content .AICenter .AIS .down .AI a .p,
    .Box .Content .AICenter .AIS .down .AI a .p {
        font-size: 14px;
        line-height: 14px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #686d76;
        margin-top: 10px;
    }
    .box .Content .AICenter .AIS .down .AI a .img,
    .Box .Content .AICenter .AIS .down .AI a .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        /* transform: translate(0, -50%); */
        z-index: 0;
    }
    .box .Content .AICenter .AIS .down .AI a img,
    .Box .Content .AICenter .AIS .down .AI a img {
        height: 35px;
        width: auto;
        position: relative;
        z-index: 9;
    }
    .box .Content .AICenter .AIS .down .AI a .img img,
    .Box .Content .AICenter .AIS .down .AI a .img img {
        width: auto;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .box .Content .AICenter .AIS .down .AI a .img img:nth-child(2),
    .Box .Content .AICenter .AIS .down .AI a .img img:nth-child(2) {
        width: auto;
        height: 101px;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img,
    .Box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img {
        height: 80%;
        top: 50%;
        right: 41px;
        transform: translate(0, -50%);
    }
    .box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img:nth-child(2),
    .Box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img:nth-child(2) {
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .box .Content .AICenter .AIS.IE p,
    .Box .Content .AICenter .AIS.IE p {
        letter-spacing: -0.5px !important;
    }
    .box .Content .Training,
    .Box .Content .Training {
        margin-top: 60px;
        padding: 76px 0 35px;
        height: auto;
        background-color: #ebf2ff;
    }
    .box .Content .Training .topic .E p,
    .Box .Content .Training .topic .E p {
        letter-spacing: -4px;
        transform: scaleX(0.53);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e2edfc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Training .train,
    .Box .Content .Training .train {
        height: auto;
        margin: 43px auto 0;
        position: relative;
    }
    .box .Content .Training .train .More,
    .Box .Content .Training .train .More {
        /* padding-right: 60px; */
    }
    .box .Content .Training .train .Swiper,
    .Box .Content .Training .train .Swiper {
        height: 100%;
        overflow: hidden;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper,
    .Box .Content .Training .train .Swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide {
        height: 100%;
        background-color: #ffffff;
        box-shadow: 1px 2px 16px 0px rgba(126, 151, 181, 0.38);
        border-radius: 15px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide:hover,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide:hover {
        transform: translateY(-4px);
        box-shadow: 3px 8px 20px 0px rgba(126, 151, 181, 0.5);
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a img,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 153px;
        object-fit: cover;
        border-radius: 15px 15px 0 0;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text {
        padding: 16px 14px;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text h5 {
        width: 100%;
        min-height: 48px;
        font-size: 18px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #191919;
        font-weight: normal;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info {
        margin-top: 14px;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info p,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info p {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 2px;
        color: #757575;
        margin-bottom: 4px;
    }
    .box .Content .Training .train .swiper-button-prevTrain,
    .Box .Content .Training .train .swiper-button-prevTrain {
        top: 50%;
        left: 0;
    }
    .box .Content .Training .train .swiper-button-prevTrain::after,
    .Box .Content .Training .train .swiper-button-prevTrain::after {
        content: none;
    }
    .box .Content .Training .train .swiper-button-nextTrain,
    .Box .Content .Training .train .swiper-button-nextTrain {
        top: 50%;
        right: 0;
    }
    .box .Content .Training .train .swiper-button-nextTrain::after,
    .Box .Content .Training .train .swiper-button-nextTrain::after {
        content: none;
    }

    .box .Content .Training ul {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .box .Content .Training ul li {
        width: 32%;
        height: 287px;
        background-color: #ffffff;
        box-shadow: 1px 2px 16px 0px rgba(126, 151, 181, 0.38);
        border-radius: 15px;
        margin-bottom: 31px;
        background: url(../img/IC/train-bg1.png) center no-repeat;
        background-size: 100% 100%;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .box .Content .Training ul li:hover {
        transform: translateY(-4px);
        box-shadow: 3px 8px 20px 0px rgba(126, 151, 181, 0.5);
    }

    .box .Content .Training ul li:nth-child(2) {
        background: url(../img/IC/train-bg2.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(3) {
        background: url(../img/IC/train-bg3.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(4) {
        background: url(../img/IC/train-bg4.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(5) {
        background: url(../img/IC/train-bg5.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(6) {
        background: url(../img/IC/train-bg6.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li a {
        width: 100%;
        height: 100%;
        padding: 219px 0 0 22px;
        display: block;
        position: relative;
        cursor: pointer;
    }

    .box .Content .Training ul li a .text {
        width: 65%;
        max-width: 65%;
    }

    .box .Content .Training ul li a .text h4 {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #191919;
        margin-bottom: 7px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .box .Content .Training ul li a .text p {
        width: 100%;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 2px;
        color: #757575;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .box .Content .Training ul li a button {
        width: 90px;
        height: 28px;
        background-color: #dfe8f9;
        border-radius: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #5a5b5d;
        position: absolute;
        right: 16px;
        bottom: 27px;
        border: none;
        outline: none;
        cursor: pointer;
    }

    .box .Content .Training ul li a button:hover {
        filter: brightness(1.1);
    }

    .box .Content .Guarantee,
    .Box .Content .Guarantee {
        padding: 77px 0;
    }
    .box .Content .Guarantee .topic .E p,
    .Box .Content .Guarantee .topic .E p {
        letter-spacing: -4px;
        transform: scaleX(0.47);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e2edfc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Guarantee .content,
    .Box .Content .Guarantee .content {
        width: 100%;
        height: 486px;
        margin-top: 43px;
        position: relative;
    }
    .box .Content .Guarantee .content .Swiper,
    .Box .Content .Guarantee .content .Swiper {
        width: 95%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide {
        width: 267px;
        height: 100%;
        border-radius: 20px;
        background: url(../img/IC/Guarantee-bg1.png) center no-repeat;
        background-size: cover;
        margin-right: 20px;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 54px 10px;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a h5,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a h5 {
        font-size: 21px;
        line-height: 21px;
        font-weight: normal;
        color: #000000;
        margin-bottom: 34px;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a p,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #020000;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a button,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a button,
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a .guarantee-btn,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a .guarantee-btn {
        width: 135px;
        height: 39px;
        background-color: #f2fbfb;
        border-radius: 19px;
        margin: 46px auto;
        display: block;
        border: none;
        outline: none;
        font-size: 14px;
        line-height: 24px;
        color: #020000;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:hover,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:hover {
        filter: brightness(1.1);
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(2),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(2) {
        background: url(../img/IC/Guarantee-bg5.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(3),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(3) {
        background: url(../img/IC/Guarantee-bg2.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(4),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(4) {
        background: url(../img/IC/Guarantee-bg6.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(5),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(5) {
        background: url(../img/IC/Guarantee-bg3.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(6),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(6) {
        background: url(../img/IC/Guarantee-bg7.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(7),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(7) {
        background: url(../img/IC/Guarantee-bg4.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .swiper-button-prevGuarantee,
    .Box .Content .Guarantee .content .swiper-button-prevGuarantee {
        width: 54px;
        height: 54px;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Guarantee .content .swiper-button-prevGuarantee::after,
    .Box .Content .Guarantee .content .swiper-button-prevGuarantee::after {
        content: none;
    }
    .box .Content .Guarantee .content .swiper-button-nextGuarantee,
    .Box .Content .Guarantee .content .swiper-button-nextGuarantee {
        width: 54px;
        height: 54px;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Guarantee .content .swiper-button-nextGuarantee::after,
    .Box .Content .Guarantee .content .swiper-button-nextGuarantee::after {
        content: none;
    }
    .box .Content .GuestBook,
    .Box .Content .GuestBook {
        padding-top: 103px;
        margin-bottom: 28px;
    }
    .box .Content .GuestBook .topic,
    .Box .Content .GuestBook .topic {
        text-align: center;
        position: relative;
    }
    .box .Content .GuestBook .topic .E p,
    .Box .Content .GuestBook .topic .E p {
        letter-spacing: 1.5px;
        transform: scaleX(1);
    }
    .box .Content .GuestBook .topic p,
    .Box .Content .GuestBook .topic p {
        min-height: 1px;
    }
    .box .Content .GuestBook .content,
    .Box .Content .GuestBook .content {
        margin-top: 18px;
        width: 100%;
        height: 518px;
    }
    .box .Content .GuestBook .content .container,
    .Box .Content .GuestBook .content .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .GuestBook .content .container textarea,
    .Box .Content .GuestBook .content .container textarea {
        width: 64%;
        height: 374px;
        background-color: #f8f9fa;
        border-radius: 20px;
        border: none;
        outline: none;
        font-family: 'AdobeHeitiStd';
        font-size: 24px;
        line-height: 32px;
        color: #000000;
        padding: 22px 25px;
        letter-spacing: -0.5px;
        resize: none;
    }
    .box .Content .GuestBook .content .container textarea::placeholder,
    .Box .Content .GuestBook .content .container textarea::placeholder {
        font-size: 24px;
        line-height: 32px;
        color: #000000;
    }
    .box .Content .GuestBook .content .container .info,
    .Box .Content .GuestBook .content .container .info {
        width: 34%;
        height: 374px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .box .Content .GuestBook .content .container .info .input p,
    .Box .Content .GuestBook .content .container .info .input p {
        font-size: 16px;
        line-height: 16px;
        color: #005ec3;
        margin-bottom: 12px;
        letter-spacing: -0.5px;
    }
    .box .Content .GuestBook .content .container .info .input input,
    .Box .Content .GuestBook .content .container .info .input input {
        width: 100%;
        height: 61px;
        background-image: linear-gradient(93deg, #ffffff 0%, #cddffa 100%);
        box-shadow: 6px 7px 19px 0px rgba(162, 191, 223, 0.5);
        border-radius: 15px;
        border: solid 1px #fdfeff;
        outline: none;
        padding-left: 15px;
        font-size: 18px;
    }
    .box .Content .GuestBook .content .container .info button,
    .Box .Content .GuestBook .content .container .info button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border: none;
        outline: none;
        background: transparent;
        margin-top: 20px;
    }
    .box .Content .GuestBook .content .container .info button a,
    .Box .Content .GuestBook .content .container .info button a {
        width: 114px;
        height: 43px;
        background-color: #cddffa;
        box-shadow: 4px 6px 13px 0px rgba(2, 100, 206, 0.42);
        border-radius: 15px;
        border: solid 1px #fdfeff;
        display: block;
        font-size: 16px;
        line-height: 41px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #000103;
        letter-spacing: -0.5px;
    }
    .box .Content .GuestBook .content .container .info button a:hover,
    .Box .Content .GuestBook .content .container .info button a:hover {
        filter: brightness(1.1);
    }
    .box .Bottom,
    .Box .Bottom {
        width: 100%;
        height: auto;
        background-color: #003399;
        padding: 53px 0 35px;
    }
    .box .Bottom .up,
    .Box .Bottom .up {
        display: flex;
        align-items: stretch;
        padding-bottom: 28px;
        justify-content: space-between;
    }
    .box .Bottom .up .left,
    .Box .Bottom .up .left {
        width: 27%;
    }
    .box .Bottom .up .left .logo,
    .Box .Bottom .up .left .logo {
        display: flex;
        align-items: center;
    }
    .box .Bottom .up .left .logo img,
    .Box .Bottom .up .left .logo img {
        width: auto;
        height: 40px;
        margin-right: 18px;
    }
    .box .Bottom .up .left .logo h2,
    .Box .Bottom .up .left .logo h2 {
        flex: 1;
        min-width: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
    }
    .box .Bottom .up .left .As,
    .Box .Bottom .up .left .As {
        margin-top: 40px;
    }
    .box .Bottom .up .left .As p,
    .Box .Bottom .up .left .As p {
        font-size: 13px;
        line-height: 13px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        margin-bottom: 14px;
    }
    .box .Bottom .up .left .As .links,
    .Box .Bottom .up .left .As .links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Bottom .up .left .As .links a,
    .Box .Bottom .up .left .As .links a {
        width: auto;
        height: 27px;
        display: block;
        padding: 0 10px;
        font-size: 11px;
        line-height: 27px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        background-color: rgba(245, 247, 250, 0.15);
        border-radius: 15px;
        margin: 0 11px 17px 0;
    }
    .box .Bottom .up .center,
    .Box .Bottom .up .center {
        width: 37%;
        flex: 1;
        min-height: 0;
        display: flex;
        align-items: stretch;
    }
    .box .Bottom .up .center > div,
    .Box .Bottom .up .center > div {
        flex: 1;
        min-width: 0;
        position: relative;
    }
    .box .Bottom .up .center > div p,
    .Box .Bottom .up .center > div p {
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
        text-align: center;
    }
    .box .Bottom .up .center > div ul,
    .Box .Bottom .up .center > div ul {
        margin-top: 35px;
    }
    .box .Bottom .up .center > div ul li,
    .Box .Bottom .up .center > div ul li {
        margin-bottom: 22px;
    }
    .box .Bottom .up .center > div ul li a,
    .Box .Bottom .up .center > div ul li a {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 13px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
        text-align: center;
    }
    .box .Bottom .up .center > div ul li a:hover,
    .Box .Bottom .up .center > div ul li a:hover {
        text-decoration: underline;
    }
    .box .Bottom .up .center > div::before,
    .Box .Bottom .up .center > div::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #cde3fb;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-100%, 0);
    }
    .box .Bottom .up .right,
    .Box .Bottom .up .right {
        width: 30%;
        height: auto !important;
        background-color: rgba(6, 113, 232, 0.18);
        border-radius: 15px;
        padding-bottom: 12px;
    }
    .box .Bottom .up .right ul,
    .Box .Bottom .up .right ul {
        padding: 23px 24px 0;
    }
    .box .Bottom .up .right ul li,
    .Box .Bottom .up .right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .box .Bottom .up .right ul li p,
    .Box .Bottom .up .right ul li p {
        font-size: 12px;
        line-height: 16px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
        margin-left: 7px;
    }
    .box .Bottom .up .right .text,
    .Box .Bottom .up .right .text {
        padding: 13px 0 0 44px;
    }
    .box .Bottom .up .right .text p,
    .Box .Bottom .up .right .text p {
        font-size: 13px;
        line-height: 13px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
        margin-bottom: 10px;
    }
    .box .Bottom .copyright,
    .Box .Bottom .copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.21);
        padding: 28px;
        text-align: center;
    }
    .box .Bottom .copyright p,
    .Box .Bottom .copyright p {
        font-size: 12px;
        line-height: 12px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #cde3fb;
    }
    .box .Bottom.IE .up .left .logo,
    .Box .Bottom.IE .up .left .logo {
        align-items: flex-start;
    }
    .box .Bottom.IE .up .left .logo img,
    .Box .Bottom.IE .up .left .logo img {
        margin-top: 10px;
    }
    .box .Bottom.IE .up .left .logo h2,
    .Box .Bottom.IE .up .left .logo h2 {
        letter-spacing: 0px;
        font-style: 15px;
    }
    .box .Bottom.IE .up .left .As,
    .Box .Bottom.IE .up .left .As {
        margin-top: 26px;
    }
    .box .Bottom.IE .up .left .As p,
    .Box .Bottom.IE .up .left .As p {
        letter-spacing: 0px;
    }
    .box .Bottom.IE .up .left .As .links,
    .Box .Bottom.IE .up .left .As .links {
        margin-top: 13px;
    }
    .box .Bottom.IE .up .left .As .links a,
    .Box .Bottom.IE .up .left .As .links a {
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }
    .box .Bottom.IE .up .center > div p,
    .Box .Bottom.IE .up .center > div p {
        letter-spacing: 0px;
    }
    .box .Bottom.IE .up .center > div ul li a,
    .Box .Bottom.IE .up .center > div ul li a {
        letter-spacing: -0.5px;
    }
    .box .Bottom.IE .up .right ul li p,
    .Box .Bottom.IE .up .right ul li p {
        letter-spacing: -0.5px;
    }
    .box .Bottom.IE .up .right .text,
    .Box .Bottom.IE .up .right .text {
        padding-top: 70px;
    }
    .box .Bottom.IE .up .right .text p,
    .Box .Bottom.IE .up .right .text p {
        letter-spacing: 0px;
    }
    .box .Bottom.IE .copyright p,
    .Box .Bottom.IE .copyright p {
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 769px) {
    .box,
    .Box {
        width: 100%;
        overflow: hidden;
        background-color: #f3f5f8;
    }
    .box .Top,
    .Box .Top {
        width: 100%;
        height: auto;
    }
    .box .Top .topBg,
    .Box .Top .topBg {
        width: 100%;
        height: auto;
        position: relative;
    }
    .box .Top .topBg .swiper-wrapper,
    .Box .Top .topBg .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide,
    .Box .Top .topBg .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        background: url(../img/small02.png) center no-repeat;
        background-size: cover;
        padding-top: 9.666667vw;
        padding-bottom: 5.333333vw;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .bgVideo,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .bgVideo {
        display: none;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .home-slogan,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .home-slogan {
        text-align: center;
        font-size: 30px !important;
        padding: 0px 0 20px 0 !important;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 12vw;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li {
        flex: 1;
        margin: 0;
        min-width: 0;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a img,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a img {
        width: 12vw;
        height: 12vw;
        object-fit: contain;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a p,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .centerIcon li a p {
        font-size: 3vw;
        line-height: 1.2;
        letter-spacing: 0;
        color: #031838;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        margin-top: 2vw;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide h1,
    .Box .Top .topBg .swiper-wrapper .swiper-slide h1 {
        width: 100%;
        font-size: 6.66666667vw;
        line-height: 8.666667vw;
        color: #003399;
        color: #2954aa;
        letter-spacing: -0.13333333vw;
        text-align: center;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide h4,
    .Box .Top .topBg .swiper-wrapper .swiper-slide h4 {
        font-size: 4.26666667vw;
        line-height: 6.4vw;
        font-weight: normal;
        letter-spacing: -0.13333333vw;
        color: #636e80;
        margin: 4vw 0 7.46666667vw;
        text-align: center;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search {
        height: auto;
        width: auto;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search input,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search input {
        flex: 1;
        width: auto;
        min-width: 0;
        height: 12vw;
        background-color: #ffffff;
        box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
        border-radius: 7.73333333vw 0 0 7.73333333vw;
        border: none;
        outline: none;
        padding-left: 4vw;
        font-size: 4vw;
        line-height: 4vw;
        letter-spacing: 0.26666667vw;
        color: #333;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search input::placeholder,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search input::placeholder {
        color: #666769;
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search button,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search button {
        width: 22%;
        height: 12vw;
        background-color: #f56142;
        border-radius: 0 7.73333333vw 7.73333333vw 0;
        border: none;
        outline: none;
        font-size: 4vw;
        line-height: 4vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        cursor: pointer;
        box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search button:hover,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search button:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg .swiper-wrapper .swiper-slide .search button:last-child,
    .Box .Top .topBg .swiper-wrapper .swiper-slide .search button:last-child {
        width: 22%;
        height: 12vw;
        background-color: #6381fb;
        box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
        border-radius: 0 7.73333333vw 7.73333333vw 0;
        border: none;
        padding: 0;
        margin-top: 0;
    }
    .box .Top .topBg .swiper-paginationTop,
    .Box .Top .topBg .swiper-paginationTop {
        display: flex;
        align-items: center;
        position: absolute;
        justify-content: center;
        left: 50%;
        bottom: 5.33333333vw;
        transform: translate(-50%, 0);
    }
    .box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet,
    .Box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet {
        width: 2.93333333vw;
        height: 2.66666667vw;
        background-color: #ffffff;
        box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
        opacity: 1;
    }
    .box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .Box .Top .topBg .swiper-paginationTop .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.2vw;
        height: 2.66666667vw;
        background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
        background-blend-mode: normal, normal;
        box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
        border-radius: 1.33333333vw;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide {
        background: url(../img/IE/topBg.png) center no-repeat;
        background-size: cover;
        padding-top: 9.33333333vw;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input::placeholder,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button:last-child,
    .Box .Top .topBg.IE .swiper-wrapper .swiper-slide .search button:last-child {
        padding: 0 2.66666667vw;
        display: none;
    }
    .box .Top .Notice,
    .Box .Top .Notice {
        width: 100%;
        height: 14.4vw;
        background-color: #cddffa;
        box-shadow: 1.6vw 2.13333333vw 13.06666667vw 0vw rgba(146, 186, 255, 0.28);
    }
    .box .Top .Notice .container,
    .Box .Top .Notice .container {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .box .Top .Notice .container .title,
    .Box .Top .Notice .container .title {
        width: auto;
        height: 7.46666667vw;
        background-image: linear-gradient(93deg, #0442bc 0%, #195efe 100%);
        border-radius: 4.53333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4.26666667vw;
        padding: 0 3.2vw;
    }
    .box .Top .Notice .container .title img,
    .Box .Top .Notice .container .title img {
        width: 4vw;
        height: auto;
    }
    .box .Top .Notice .container .title p,
    .Box .Top .Notice .container .title p {
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
        margin-left: 1.33333333vw;
    }
    .box .Top .Notice .container .text,
    .Box .Top .Notice .container .text {
        flex: 1;
        height: 100%;
        min-width: 0;
        line-height: 15.46666667vw;
        overflow: hidden;
        position: relative;
    }
    .box .Top .Notice .container .text p,
    .Box .Top .Notice .container .text p {
        display: inline-block;
        font-size: 3.2vw;
        line-height: 15.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #003399;
        margin: 0 4vw;
        position: absolute;
        white-space: nowrap;
        animation: scrollLeft 20s linear infinite;
    }
    .box .Top .Notice .container .text p a,
    .Box .Top .Notice .container .text p a {
        color: #003399;
    }
    @keyframes scrollLeft {
        0% {
            transform: translateX(20%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    .box .Top .Notice.IE .container p,
    .Box .Top .Notice.IE .container p {
        letter-spacing: -0.13333333vw !important;
    }
    .box .Content,
    .Box .Content {
        width: 100%;
        height: auto;
        padding: 18.66666667vw 0 0;
        background-color: #fff;
        margin-bottom: 8vw;
    }
    .box .Content .topic,
    .Box .Content .topic {
        text-align: center;
        position: relative;
    }
    .box .Content .topic .E,
    .Box .Content .topic .E {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -65%);
    }
    .box .Content .topic .E p,
    .Box .Content .topic .E p {
        font-size: 13.33333333vw;
        line-height: 13.33333333vw;
        letter-spacing: -1.06666667vw;
        transform: scaleX(0.33);
        white-space: nowrap;
        font-weight: bold;
        background: -webkit-linear-gradient(#e3f3ff 40%, #f1faff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
    }
    .box .Content .topic h2,
    .Box .Content .topic h2 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 6.66666667vw;
        line-height: 6.66666667vw;
        letter-spacing: 0.26666667vw;
        color: #003399;
        position: relative;
        margin: 0 auto;
    }
    .box .Content .topic h2::before,
    .Box .Content .topic h2::before {
        content: '';
        width: 20vw;
        height: 100%;
        background: url(../img/topic-left.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-106%, -50%);
    }
    .box .Content .topic h2::after,
    .Box .Content .topic h2::after {
        content: '';
        width: 20vw;
        height: 100%;
        background: url(../img/topic-right.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(5%, -50%);
    }
    .box .Content .topic p,
    .Box .Content .topic p {
        font-size: 3.46666667vw;
        line-height: 3.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #636e80;
        margin: 2.66666667vw 0 2.13333333vw;
    }
    .box .Content .topic span,
    .Box .Content .topic span {
        display: block;
        width: 15.46666667vw;
        height: 1.06666667vw;
        background-color: #dec292;
        margin: 0 auto;
    }
    .box .Content .topic.IE .E,
    .Box .Content .topic.IE .E {
        transform: translate(-50%, -45%);
    }
    .box .Content .topic.IE .E p,
    .Box .Content .topic.IE .E p {
        max-width: 100%;
        font-size: 12vw;
        line-height: 12vw;
        letter-spacing: -0.48vw;
        transform: scaleX(0.39);
    }
    .box .Content .topic.IE h2,
    .Box .Content .topic.IE h2 {
        max-width: 55vw;
        letter-spacing: -0.13333333vw;
        font-size: 6.13333333vw;
    }
    .box .Content .topic.IE h2::before,
    .Box .Content .topic.IE h2::before {
        top: auto;
        bottom: 0;
        transform: translate(-105%, 15%);
    }
    .box .Content .topic.IE h2::after,
    .Box .Content .topic.IE h2::after {
        top: auto;
        bottom: 0;
        transform: translate(5%, 15%);
    }
    .box .Content .topic.IE p,
    .Box .Content .topic.IE p {
        max-width: 85%;
        letter-spacing: 0vw;
        margin: 2.13333333vw auto;
        line-height: 4vw;
    }
    .box .Content .More,
    .Box .Content .More {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, -100%);
        padding: 0 2.66666667vw 2.66666667vw 0;
        display: flex;
        align-items: center;
    }
    .box .Content .More a,
    .Box .Content .More a {
        display: block;
        width: auto;
        height: 5.86666667vw;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 4vw;
        border: solid 0.26666667vw #ffffff;
        font-size: 3.2vw;
        line-height: 5.33333333vw;
        letter-spacing: 0.26666667vw;
        color: #000102;
        text-align: center;
        margin-left: 2.66666667vw;
        padding: 0 3.73333333vw;
    }
    .box .Content .More .more,
    .Box .Content .More .more {
        width: auto;
        height: auto;
        box-shadow: none;
        background: transparent;
        line-height: 3.73333333vw;
        color: #4f4e4e;
        padding: 0;
    }
    .box .Content .More .more:hover,
    .Box .Content .More .more:hover {
        text-decoration: underline;
    }
    .box .Content .More.IE a,
    .Box .Content .More.IE a {
        letter-spacing: 0;
        padding: 0 2.66666667vw;
        margin-left: 1.86666667vw;
    }
    .box .Content .More.IE .more,
    .Box .Content .More.IE .more {
        padding: 0;
    }
    .box .Content .Category,
    .Box .Content .Category {
        width: 100%;
    }
    .box .Content .Category .content,
    .Box .Content .Category .content {
        height: auto;
        position: relative;
        margin-top: 13.33333333vw;
    }
    .box .Content .Category .content .left,
    .Box .Content .Category .content .left {
        width: 100%;
        display: flex;
        background-color: #ebf1ff;
        background: url(../img/IC/category-bg.png) bottom center no-repeat;
        background-size: 100% 120%;
        border-radius: 2.66666667vw;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .box .Content .Category .content .left li,
    .Box .Content .Category .content .left li {
        width: 50%;
        height: 12vw;
    }
    .box .Content .Category .content .left li a,
    .Box .Content .Category .content .left li a {
        width: 100%;
        height: 100%;
        padding-left: 6.66666667vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .box .Content .Category .content .left li a img,
    .Box .Content .Category .content .left li a img {
        min-width: 5.86666667vw;
        width: 5.86666667vw;
        height: auto;
        object-fit: contain;
    }
    .box .Content .Category .content .left li a p,
    .Box .Content .Category .content .left li a p {
        margin-left: 4.53333333vw;
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: 0.26666667vw;
        color: #3f3e3e;
    }
    .box .Content .Category .content .left li.active,
    .Box .Content .Category .content .left li.active {
        background-image: linear-gradient(-90deg, #f0f4fd 0%, #ffffff 100%);
        box-shadow: 0.8vw 1.06666667vw 2.66666667vw 0vw rgba(51, 145, 249, 0.24);
        position: relative;
    }
    .box .Content .Category .content .left li.active::before,
    .Box .Content .Category .content .left li.active::before {
        content: '';
        width: 1.06666667vw;
        height: 6.66666667vw;
        background-color: #2c74ff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Category .content .left li.active a p,
    .Box .Content .Category .content .left li.active a p {
        color: #2c74ff;
    }
    .box .Content .Category .content .left li:hover,
    .Box .Content .Category .content .left li:hover {
        background-image: linear-gradient(-90deg, #f0f4fd 0%, #ffffff 100%);
        box-shadow: 0.8vw 1.06666667vw 2.66666667vw 0vw rgba(51, 145, 249, 0.24);
        position: relative;
    }
    .box .Content .Category .content .left li:hover::before,
    .Box .Content .Category .content .left li:hover::before {
        content: '';
        width: 1.06666667vw;
        height: 9.33333333vw;
        background-color: #2c74ff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Category .content .left li:hover a p,
    .Box .Content .Category .content .left li:hover a p {
        color: #2c74ff;
    }
    .box .Content .Category .content .left.IE,
    .Box .Content .Category .content .left.IE {
        background: #ebf1ff;
    }
    .box .Content .Category .content .left.IE li,
    .Box .Content .Category .content .left.IE li {
        margin-bottom: 1.86666667vw;
    }
    .box .Content .Category .content .left.IE li a,
    .Box .Content .Category .content .left.IE li a {
        padding-left: 4.8vw;
        padding-right: 1.33333333vw;
    }
    .box .Content .Category .content .left.IE li a p,
    .Box .Content .Category .content .left.IE li a p {
        margin-left: 3.2vw;
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        letter-spacing: -0.13333333vw;
        color: #3f3e3e;
    }
    .box .Content .Category .content .right,
    .Box .Content .Category .content .right {
        width: 100%;
        background-color: #ebf1ff;
        border-radius: 2.66666667vw;
        padding: 5.33333333vw 2.66666667vw;
        margin-top: 4vw;
    }
    .box .Content .Category .content .right .product,
    .Box .Content .Category .content .right .product {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Content .Category .content .right .product p,
    .Box .Content .Category .content .right .product p {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: 0.26666667vw;
        color: #636e80;
        position: relative;
        margin-right: 2.93333333vw;
        white-space: nowrap;
        margin-bottom: 2.66666667vw;
        cursor: pointer;
    }
    .box .Content .Category .content .right .product p::after,
    .Box .Content .Category .content .right .product p::after {
        content: '';
        width: 0.26666667vw;
        height: 2.66666667vw;
        background-color: #636e80;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%);
        margin: 0 1.33333333vw;
        z-index: 99999;
    }
    .box .Content .Category .content .right .product p.active,
    .Box .Content .Category .content .right .product p.active {
        color: #005bbe;
    }
    .box .Content .Category .content .right .product p:hover,
    .Box .Content .Category .content .right .product p:hover {
        color: #005bbe;
    }
    .box .Content .Category .content .right .product p:last-child::after,
    .Box .Content .Category .content .right .product p:last-child::after {
        content: none;
    }
    .box .Content .Category .content .right .ul,
    .Box .Content .Category .content .right .ul {
        margin-top: 3.2vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 0.26666667vw dashed rgba(99, 110, 128, 0.4);
    }
    .box .Content .Category .content .right .ul li,
    .Box .Content .Category .content .right .ul li {
        width: 49%;
        height: 38.66666667vw;
        background-color: #ffffff;
        box-shadow: 0.8vw 1.06666667vw 2.66666667vw 0vw rgba(155, 164, 186, 0.13);
        border-radius: 1.33333333vw;
        overflow: hidden;
        margin-bottom: 2.66666667vw;
    }
    .box .Content .Category .content .right .ul li a,
    .Box .Content .Category .content .right .ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Category .content .right .ul li,
    .Box .Content .Category .content .right .ul li {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .box .Content .Category .content .right .ul li:hover,
    .Box .Content .Category .content .right .ul li:hover {
        transform: translateY(-4px);
        box-shadow: 3px 8px 20px 0px rgba(155, 164, 186, 0.35);
    }
    .box .Content .Category .content .right .ul li a img,
    .Box .Content .Category .content .right .ul li a img {
        width: 100%;
        height: 22.4vw;
        object-fit: cover;
    }
    .box .Content .Category .content .right .ul li a p,
    .Box .Content .Category .content .right .ul li a p {
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #3f3e3e;
        margin: 1.86666667vw 0 2.66666667vw;
        padding: 0 2.66666667vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .ul li a button,
    .Box .Content .Category .content .right .ul li a button {
        width: 16vw;
        height: 5.33333333vw;
        background-color: #ffffff;
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #8bb7fe;
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: 0.26666667vw;
        color: #636e80;
        outline: none;
        margin: 0 auto;
        display: block;
    }
    .box .Content .Category .content .right .ul li a button:hover,
    .Box .Content .Category .content .right .ul li a button:hover {
        text-decoration: underline;
    }
    .box .Content .Category .content .right .company,
    .Box .Content .Category .content .right .company {
        margin-top: 4.53333333vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Category .content .right .company .name,
    .Box .Content .Category .content .right .company .name {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 4.26666667vw;
    }
    .box .Content .Category .content .right .company .name span,
    .Box .Content .Category .content .right .company .name span {
        display: block;
        width: 1.33333333vw;
        height: 1.33333333vw;
        background-color: #5ca2fe;
        border-radius: 50%;
    }
    .box .Content .Category .content .right .company .name p,
    .Box .Content .Category .content .right .company .name p {
        width: 95%;
        font-size: 3.46666667vw;
        line-height: 3.46666667vw;
        color: #333333;
        margin-left: 2.66666667vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .hot-product,
    .Box .Content .Category .content .right .hot-product {
        margin-top: 5.06666667vw;
    }
    .box .Content .Category .content .right .hot-product .title,
    .Box .Content .Category .content .right .hot-product .title {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 2.66666667vw;
    }
    .box .Content .Category .content .right .hot-product .title a,
    .Box .Content .Category .content .right .hot-product .title a {
        display: block;
        width: auto;
        height: 5.86666667vw;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 4vw;
        border: solid 0.26666667vw #ffffff;
        font-size: 3.2vw;
        line-height: 5.33333333vw;
        letter-spacing: 0.26666667vw;
        color: #000102;
        text-align: center;
        margin-left: 4vw;
        padding: 0 3.73333333vw;
    }
    .box .Content .Category .content .right .hot-product .title img,
    .Box .Content .Category .content .right .hot-product .title img {
        margin-left: 2.66666667vw;
        width: 4.8vw;
        height: auto;
    }
    .box .Content .Category .content .right .hot-product ul,
    .Box .Content .Category .content .right .hot-product ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Category .content .right .hot-product ul li,
    .Box .Content .Category .content .right .hot-product ul li {
        width: 49%;
        height: 48.26666667vw;
        background-color: #ffffff;
        margin-bottom: 4vw;
    }
    .box .Content .Category .content .right .hot-product ul li a,
    .Box .Content .Category .content .right .hot-product ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Category .content .right .hot-product ul li a .img,
    .Box .Content .Category .content .right .hot-product ul li a .img {
        width: 100%;
        height: 29.06666667vw;
        background-color: #c3c3c3;
        position: relative;
    }
    .box .Content .Category .content .right .hot-product ul li a .img img,
    .Box .Content .Category .content .right .hot-product ul li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Category .content .right .hot-product ul li a .img .category,
    .Box .Content .Category .content .right .hot-product ul li a .img .category {
        width: auto;
        height: 5.33333333vw;
        background-image: linear-gradient(102deg, #005bbe 0%, #0073ef 100%);
        border-radius: 2.93333333vw;
        position: absolute;
        top: 2.4vw;
        left: 1.6vw;
    }
    .box .Content .Category .content .right .hot-product ul li a .img .category p,
    .Box .Content .Category .content .right .hot-product ul li a .img .category p {
        width: auto;
        padding: 0 1.33333333vw;
        font-size: 2.13333333vw;
        line-height: 5.33333333vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
    }
    .box .Content .Category .content .right .hot-product ul li a .text,
    .Box .Content .Category .content .right .hot-product ul li a .text {
        padding: 2.13333333vw 2.66666667vw;
    }
    .box .Content .Category .content .right .hot-product ul li a .text h5,
    .Box .Content .Category .content .right .hot-product ul li a .text h5 {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: 0.26666667vw;
        color: #191919;
        font-weight: normal;
        margin-bottom: 1.86666667vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .hot-product ul li a .text p,
    .Box .Content .Category .content .right .hot-product ul li a .text p {
        width: 100%;
        font-size: 2.93333333vw;
        line-height: 2.93333333vw;
        letter-spacing: 0.26666667vw;
        color: #757575;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Category .content .right .hot-product ul li a .text .details,
    .Box .Content .Category .content .right .hot-product ul li a .text .details {
        font-size: 2.93333333vw;
        line-height: 2.93333333vw;
        letter-spacing: 0.26666667vw;
        color: #007bff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 2.66666667vw;
    }
    .box .Content .Category .content .right.IE,
    .Box .Content .Category .content .right.IE {
        padding: 5.33333333vw 2.66666667vw;
    }
    .box .Content .Category .content .right.IE .product p,
    .Box .Content .Category .content .right.IE .product p {
        letter-spacing: -0.13333333vw;
        margin-right: 3.46666667vw;
    }
    .box .Content .Category .content .right.IE .product p::after,
    .Box .Content .Category .content .right.IE .product p::after {
        margin: 0 1.86666667vw;
    }
    .box .Content .Category .content .right.IE .ul,
    .Box .Content .Category .content .right.IE .ul {
        margin-top: 3.2vw;
    }
    .box .Content .Category .content .right.IE .ul li a p,
    .Box .Content .Category .content .right.IE .ul li a p {
        line-height: 1.25;
    }
    .box .Content .Category .content .right.IE .company,
    .Box .Content .Category .content .right.IE .company {
        margin-top: 5.33333333vw;
    }
    .box .Content .Category .content .right.IE .company .name,
    .Box .Content .Category .content .right.IE .company .name {
        margin-bottom: 4.26666667vw;
    }
    .box .Content .Category .content .right.IE .company .name p,
    .Box .Content .Category .content .right.IE .company .name p {
        letter-spacing: -0.13333333vw;
        line-height: 1.28;
    }
    .box .Content .Hot,
    .Box .Content .Hot {
        margin-top: 9.33333333vw;
        height: auto;
        background: url(../img/hotBg.png) center no-repeat;
        background-size: cover;
        padding-top: 14.66666667vw;
    }
    .box .Content .Hot .topic .E p,
    .Box .Content .Hot .topic .E p {
        letter-spacing: 0vw;
        transform: scaleX(0.57);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e5effd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Hot .topic h2,
    .Box .Content .Hot .topic h2 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 6.66666667vw;
        line-height: 6.66666667vw;
        letter-spacing: 0.26666667vw;
        color: #003399;
        position: relative;
        margin: 0 auto;
        max-width: 45vw;
    }
    .box .Content .Hot .hot,
    .Box .Content .Hot .hot {
        height: 308vw;
        position: relative;
        padding-top: 10.66666667vw;
        overflow: hidden;
    }
    .box .Content .Hot .hot .More,
    .Box .Content .Hot .hot .More {
        top: 2.93333333vw;
        transform: translate(0, 0);
        padding-right: 0;
    }
    .box .Content .Hot .hot .swiper-wrapper,
    .Box .Content .Hot .hot .swiper-wrapper {
        width: 100%;
        height: 273.33333333vw;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a {
        width: 49%;
        height: 68vw;
        background-color: #ffffff;
        margin-bottom: 3.2vw;
        display: block;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img {
        width: 100%;
        height: 38.4vw;
        background-color: #c3c3c3;
        position: relative;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img img,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category {
        max-width: 85%;
        width: auto;
        min-height: 5.86666667vw;
        height: auto;
        background-image: linear-gradient(102deg, #005bbe 0%, #0073ef 100%);
        border-radius: 6.66666667vw;
        position: absolute;
        top: 2.93333333vw;
        left: 2.13333333vw;
        padding: 1.06666667vw 0;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category p,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .img .category p {
        width: auto;
        padding: 0 2.4vw;
        font-size: 2.66666667vw;
        line-height: 3.2vw;
        letter-spacing: -0.13333333vw;
        color: #ffffff;
        text-align: center;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text {
        padding: 3.46666667vw 2.66666667vw;
        letter-spacing: 0vw;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text h5 {
        font-size: 4vw;
        line-height: 5.06666667vw;
        color: #191919;
        font-weight: normal;
        margin-bottom: 2.13333333vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text p,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text p {
        width: 100%;
        font-size: 3.2vw;
        line-height: 4.53333333vw;
        color: #757575;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 9.06666667vw;
    }
    .box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text .details,
    .Box .Content .Hot .hot .swiper-wrapper .swiper-slide a .text .details {
        font-size: 3.46666667vw;
        line-height: 3.46666667vw;
        color: #007bff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 3.2vw;
        padding-right: 1.33333333vw;
    }
    .box .Content .Hot .hot .swiper-paginationHot,
    .Box .Content .Hot .hot .swiper-paginationHot {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 5.86666667vw;
    }
    .box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet,
    .Box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet {
        width: 2.93333333vw;
        height: 2.66666667vw;
        background-color: #ffffff;
        box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
        opacity: 1;
    }
    .box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .Box .Content .Hot .hot .swiper-paginationHot .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.2vw;
        height: 2.66666667vw;
        background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
        background-blend-mode: normal, normal;
        box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
        border-radius: 1.33333333vw;
    }
    .box .Content .Promotion,
    .Box .Content .Promotion {
        margin-top: 9.33333333vw;
        height: auto;
        background: url(../img/hotBg.png) center no-repeat;
        background-size: cover;
        padding: 15.73333333vw 0 6.66666667vw;
    }
    .box .Content .Promotion .topic .E p,
    .Box .Content .Promotion .topic .E p {
        letter-spacing: -1.06666667vw;
        transform: scaleX(0.41);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e5effd 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Promotion .topic.IE .E p,
    .Box .Content .Promotion .topic.IE .E p {
        letter-spacing: -0.48vw;
        transform: scaleX(0.46);
    }
    .box .Content .Promotion .Info,
    .Box .Content .Promotion .Info {
        margin-top: 6.66666667vw;
    }
    .box .Content .Promotion .Info img,
    .Box .Content .Promotion .Info img {
        width: 5.33333333vw;
        height: auto;
    }
    .box .Content .Promotion .Info .left,
    .Box .Content .Promotion .Info .left {
        width: 100%;
        height: 99.73333333vw;
        overflow: hidden;
        background-color: #f8f9fa;
        border-radius: 3.2vw;
        border: 0.26666667vw solid #fff;
        position: relative;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper,
    .Box .Content .Promotion .Info .left .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        padding: 2.66666667vw;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 46.66666667vw;
        object-fit: cover;
        border-radius: 2.66666667vw 2.66666667vw 0vw 0vw;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text {
        margin-top: 13.06666667vw;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text h5 {
        font-size: 4vw;
        line-height: 4vw;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text p,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text p {
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        color: #666;
        margin-top: 3.2vw;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button,
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn {
        width: fit-content;
        height: 8.53333333vw;
        background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
        box-shadow: 1.6vw 2.13333333vw 6.4vw 0vw rgba(0, 93, 193, 0.13);
        border-radius: 6.13333333vw;
        padding: 0 3.2vw;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        border: none;
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #ffffff;
        margin-top: 4vw;
    }
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text button img,
    .box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn img,
    .Box .Content .Promotion .Info .left .swiper-wrapper .swiper-slide a .text .promo-btn img {
        width: 4vw;
        height: auto;
        margin-left: 5;
    }
    .box .Content .Promotion .Info .left .swiper-paginationInfo,
    .Box .Content .Promotion .Info .left .swiper-paginationInfo {
        height: 2.66666667vw;
        display: flex;
        align-items: center;
        position: absolute;
        top: 53.33333333vw;
        left: 0;
        width: 100%;
        justify-content: center;
    }
    .box .Content .Promotion .Info .left .swiper-paginationInfo .swiper-pagination-bullet,
    .Box .Content .Promotion .Info .left .swiper-paginationInfo .swiper-pagination-bullet {
        width: 2.66666667vw;
        height: 2.66666667vw;
        background-color: #ddd;
        opacity: 1;
    }
    .box
        .Content
        .Promotion
        .Info
        .left
        .swiper-paginationInfo
        .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .Box
        .Content
        .Promotion
        .Info
        .left
        .swiper-paginationInfo
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7.46666667vw;
        height: 2.66666667vw;
        background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
        border-radius: 1.86666667vw;
    }
    .box .Content .Promotion .Info .right,
    .Box .Content .Promotion .Info .right {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 6.66666667vw;
    }
    .box .Content .Promotion .Info .right .title,
    .Box .Content .Promotion .Info .right .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .Promotion .Info .right .title h2,
    .Box .Content .Promotion .Info .right .title h2 {
        font-size: 4vw;
        line-height: 4vw;
        color: #000;
    }
    .box .Content .Promotion .Info .right .title .line,
    .Box .Content .Promotion .Info .right .title .line {
        flex: 1;
        height: 0.53333333vw;
        background: linear-gradient(to right, #0061ca, rgba(0, 97, 202, 0));
        margin: 0 5.33333333vw 0 2.66666667vw;
    }
    .box .Content .Promotion .Info .right .title .more,
    .Box .Content .Promotion .Info .right .title .more {
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #4f4e4e;
    }
    .box .Content .Promotion .Info .right .title .more:hover,
    .Box .Content .Promotion .Info .right .title .more:hover {
        text-decoration: underline;
    }
    .box .Content .Promotion .Info .right ul,
    .Box .Content .Promotion .Info .right ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 5.33333333vw;
    }
    .box .Content .Promotion .Info .right ul li,
    .Box .Content .Promotion .Info .right ul li {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border: 1px solid #f0f0f0;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 15px;
    }
    .box .Content .Promotion .Info .right ul li a,
    .Box .Content .Promotion .Info .right ul li a {
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .box .Content .Promotion .Info .right ul li a img,
    .Box .Content .Promotion .Info .right ul li a img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 8px;
    }
    .box .Content .Promotion .Info .right ul li a .text,
    .Box .Content .Promotion .Info .right ul li a .text {
        width: 100%;
    }
    .box .Content .Promotion .Info .right ul li a .text h6,
    .Box .Content .Promotion .Info .right ul li a .text h6 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #1a1a1a;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 8px;
    }
    .box .Content .Promotion .Info .right ul li a .text p,
    .Box .Content .Promotion .Info .right ul li a .text p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Promotion .Info .right ul li a .text span,
    .Box .Content .Promotion .Info .right ul li a .text span {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #999999;
        margin-top: 10px;
    }
    .box .Content .Promotion .Info .right.IE .title h2,
    .Box .Content .Promotion .Info .right.IE .title h2 {
        font-weight: normal;
    }
    .box .Content .Promotion .Info .right.IE ul li a .text h6,
    .Box .Content .Promotion .Info .right.IE ul li a .text h6 {
        line-height: 4.8vw;
    }
    .box .Content .Promotion.IE,
    .Box .Content .Promotion.IE {
        background: transparent;
        padding-bottom: 0;
    }
    .box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text {
        margin-top: 11.73333333vw;
    }
    .box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Promotion.IE .Info .left .swiper-wrapper .swiper-slide a .text h5 {
        line-height: 5.33333333vw;
    }
    .box .Content .AICenter,
    .Box .Content .AICenter {
        padding: 20vw 0 0;
    }
    .box .Content .AICenter .topic .E p,
    .Box .Content .AICenter .topic .E p {
        letter-spacing: -1.06666667vw;
        transform: scaleX(0.42);
    }
    .box .Content .AICenter .topic.IE .E p,
    .Box .Content .AICenter .topic.IE .E p {
        letter-spacing: -0.48vw;
        transform: scaleX(0.46);
    }
    .box .Content .AICenter .AIS,
    .Box .Content .AICenter .AIS {
        height: auto;
        margin-top: 5.06666667vw;
    }
    .box .Content .AICenter .AIS .AI,
    .Box .Content .AICenter .AIS .AI {
        background-color: #f6f6fb;
        border-radius: 2vw;
        position: relative;
        overflow: hidden;
    }
    .box .Content .AICenter .AIS .AI a,
    .Box .Content .AICenter .AIS .AI a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 3.5vw 2.66666667vw;
    }
    .box .Content .AICenter .AIS .AI a .enter,
    .Box .Content .AICenter .AIS .AI a .enter {
        width: 24vw;
        height: 6.66666667vw;
        background-color: #dee3fe;
        border-radius: 4vw;
        position: absolute;
        right: 2.66666667vw;
        bottom: 4vw;
    }
    .box .Content .AICenter .AIS .AI a .enter p,
    .Box .Content .AICenter .AIS .AI a .enter p {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 3.73333333vw;
        line-height: 6.66666667vw;
        letter-spacing: 0.26666667vw;
        color: #686d76;
        text-align: center;
    }
    .box .Content .AICenter .AIS .AI a:hover .enter,
    .Box .Content .AICenter .AIS .AI a:hover .enter {
        text-decoration: underline;
        color: #686d76;
    }
    .box .Content .AICenter .AIS .up,
    .Box .Content .AICenter .AIS .up {
        width: 100%;
        margin-bottom: 4vw;
    }
    .box .Content .AICenter .AIS .up .AI,
    .Box .Content .AICenter .AIS .up .AI {
        width: 100%;
        height: auto;
        margin-bottom: 3.73333333vw;
    }
    .box .Content .AICenter .AIS .up .AI .img,
    .Box .Content .AICenter .AIS .up .AI .img {
        width: 100%;
        height: 100%;
        border-radius: 4vw;
        overflow: hidden;
    }
    .box .Content .AICenter .AIS .up .AI .img img,
    .Box .Content .AICenter .AIS .up .AI .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .AICenter .AIS .up .AI .text,
    .Box .Content .AICenter .AIS .up .AI .text {
        padding: 5.33333333vw 0 0;
    }
    .box .Content .AICenter .AIS .up .AI .text img,
    .Box .Content .AICenter .AIS .up .AI .text img {
        width: auto;
        height: 5.33333333vw;
    }
    .box .Content .AICenter .AIS .up .AI.AI:nth-child(2) .text img,
    .Box .Content .AICenter .AIS .up .AI.AI:nth-child(2) .text img {
        width: auto;
        height: 7vw;
    }
    .box .Content .AICenter .AIS .up .AI .text p,
    .Box .Content .AICenter .AIS .up .AI .text p {
        width: 70%;
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        letter-spacing: 0.26666667vw;
        color: #686d76;
        margin-top: 1.33333333vw;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .AICenter .AIS .up .AI:nth-child(2) .text img,
    .Box .Content .AICenter .AIS .up .AI:nth-child(2) .text img {
        height: 6.66666667vw;
    }
    .box .Content .AICenter .AIS .up .AI:nth-child(2) .text img,
    .Box .Content .AICenter .AIS .up .AI:nth-child(2) .text img {
        height: 5.6vw;
    }
    .box .Content .AICenter .AIS .down .AI,
    .Box .Content .AICenter .AIS .down .AI {
        width: 100%;
        height: 42.66666667vw;
        margin-bottom: 3.73333333vw;
    }
    .box .Content .AICenter .AIS .down .AI a,
    .Box .Content .AICenter .AIS .down .AI a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 15vw 4vw 5vw;
    }
    .box .Content .AICenter .AIS .down .AI a img,
    .Box .Content .AICenter .AIS .down .AI a img {
        height: 7vw;
        position: relative;
        z-index: 9;
    }
    .box .Content .AICenter .AIS .down .AI a .p,
    .Box .Content .AICenter .AIS .down .AI a .p {
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        letter-spacing: 0.26666667vw;
        color: #686d76;
        margin-top: 2.66666667vw;
        position: relative;
        z-index: 9;
    }
    .box .Content .AICenter .AIS .down .AI a .img,
    .Box .Content .AICenter .AIS .down .AI a .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, 0);
    }
    .box .Content .AICenter .AIS .down .AI a .img img,
    .Box .Content .AICenter .AIS .down .AI a .img img {
        width: auto;
        height: 80%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .box .Content .AICenter .AIS .down .AI a .img img:nth-child(2),
    .Box .Content .AICenter .AIS .down .AI a .img img:nth-child(2) {
        width: auto;
        height: 50%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img,
    .Box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img {
        height: 62%;
        top: 50%;
        right: 7vw;
        transform: translate(0, -50%);
    }
    .box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img:nth-child(2),
    .Box .Content .AICenter .AIS .down .AI:nth-child(2) a .img img:nth-child(2) {
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .box .Content .AICenter .AIS.IE p,
    .Box .Content .AICenter .AIS.IE p {
        letter-spacing: -0.13333333vw !important;
    }
    .box .Content .Training,
    .Box .Content .Training {
        margin-top: 6.66666667vw;
        padding: 17.33333333vw 0 9.33333333vw;
        height: auto;
        background-color: #ebf2ff;
    }
    .box .Content .Training .topic .E p,
    .Box .Content .Training .topic .E p {
        letter-spacing: -1.06666667vw;
        transform: scaleX(0.51);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e2edfc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Training .train,
    .Box .Content .Training .train {
        height: auto;
        margin: 7.46666667vw auto 5vw;
        position: relative;
    }
    .box .Content .Training .train .Swiper,
    .Box .Content .Training .train .Swiper {
        width: 90%;
        height: 100%;
        overflow: hidden;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper,
    .Box .Content .Training .train .Swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide {
        width: 70%;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0.26666667vw 0.53333333vw 4.26666667vw 0vw rgba(126, 151, 181, 0.38);
        border-radius: 4vw;
        overflow: hidden;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a img,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 33.33333333vw;
        object-fit: cover;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text {
        padding: 2.66666667vw;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text h5,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text h5 {
        width: 100%;
        min-height: 9vw;
        font-size: 4vw;
        line-height: 4.5vw;
        letter-spacing: 0.26666667vw;
        color: #191919;
        font-weight: normal;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info {
        margin-top: 3.2vw;
    }
    .box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info p,
    .Box .Content .Training .train .Swiper .swiper-wrapper .swiper-slide a .text .info p {
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: 0.53333333vw;
        color: #757575;
        margin-bottom: 1.06666667vw;
    }
    .box .Content .Training .train .swiper-button-prevTrain,
    .Box .Content .Training .train .swiper-button-prevTrain {
        top: 55%;
        left: 0;
        width: auto;
        height: auto;
    }
    .box .Content .Training .train .swiper-button-prevTrain::after,
    .Box .Content .Training .train .swiper-button-prevTrain::after {
        content: none;
    }
    .box .Content .Training .train .swiper-button-nextTrain,
    .Box .Content .Training .train .swiper-button-nextTrain {
        top: 55%;
        right: 0;
        width: auto;
        height: auto;
    }
    .box .Content .Training .train .swiper-button-nextTrain::after,
    .Box .Content .Training .train .swiper-button-nextTrain::after {
        content: none;
    }
    .box .Content .Training ul {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .box .Content .Training ul li {
        width: 100%;
        height: 66vw;
        background-color: #ffffff;
        box-shadow: 1px 2px 16px 0px rgba(126, 151, 181, 0.38);
        border-radius: 15px;
        margin-bottom: 2.5vw;
        background: url(../img/IC/train-bg1.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(2) {
        background: url(../img/IC/train-bg2.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(3) {
        background: url(../img/IC/train-bg3.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(4) {
        background: url(../img/IC/train-bg4.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(5) {
        background: url(../img/IC/train-bg5.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li:nth-child(6) {
        background: url(../img/IC/train-bg6.png) center no-repeat;
        background-size: 100% 100%;
    }

    .box .Content .Training ul li a {
        width: 100%;
        height: 100%;
        padding: 50vw 0 0 4vw;
        display: block;
        position: relative;
    }

    .box .Content .Training ul li a .text {
        width: 65%;
        max-width: 65%;
    }

    .box .Content .Training ul li a .text h4 {
        font-size: 4.2vw;
        line-height: 4.2vw;
        letter-spacing: 1px;
        color: #191919;
        margin-bottom: 1vw;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .box .Content .Training ul li a .text p {
        width: 100%;
        font-size: 3vw;
        line-height: 4.5vw;
        letter-spacing: 2px;
        color: #757575;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .box .Content .Training ul li a button {
        width: auto;
        height: 7.5vw;
        background-color: #dfe8f9;
        border-radius: 4vw;
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #5a5b5d;
        position: absolute;
        right: 2vw;
        bottom: 5vw;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0 4vw;
    }

    .box .Content .Training ul li a button:hover {
        filter: brightness(1.1);
    }
    .box .Content .Guarantee,
    .Box .Content .Guarantee {
        padding: 20.53333333vw 0 13.86666667vw;
    }
    .box .Content .Guarantee .topic .E p,
    .Box .Content .Guarantee .topic .E p {
        letter-spacing: -1.06666667vw;
        transform: scaleX(0.47);
        background: -webkit-linear-gradient(#d3e6fd 40%, #e2edfc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Content .Guarantee .content,
    .Box .Content .Guarantee .content {
        width: 100%;
        height: 129.6vw;
        margin-top: 9.33333333vw;
        position: relative;
    }
    .box .Content .Guarantee .content .Swiper,
    .Box .Content .Guarantee .content .Swiper {
        width: 95%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide {
        width: 71.2vw;
        height: 100%;
        border-radius: 5.33333333vw;
        background: url(../img/IC/Guarantee-bg1.png) center no-repeat;
        background-size: cover;
        margin-right: 5vw;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        padding: 14.4vw 2.66666667vw;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a h5,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a h5 {
        font-size: 5.6vw;
        line-height: 5.6vw;
        font-weight: normal;
        color: #000000;
        margin-bottom: 9.06666667vw;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a p,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a p {
        width: 100%;
        font-size: 3.73333333vw;
        line-height: 6.4vw;
        color: #020000;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a button,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a button,
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a .guarantee-btn,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide a .guarantee-btn {
        width: 36vw;
        height: 10.4vw;
        background-color: #f2fbfb;
        border-radius: 5.06666667vw;
        margin: 12.26666667vw auto;
        display: block;
        border: none;
        outline: none;
        font-size: 3.73333333vw;
        line-height: 10.4vw;
        color: #020000;
        cursor: pointer;
        text-align: center;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:hover,
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:hover {
        filter: brightness(1.1);
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(2),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(2) {
        background: url(../img/IC/Guarantee-bg5.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(3),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(3) {
        background: url(../img/IC/Guarantee-bg2.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(4),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(4) {
        background: url(../img/IC/Guarantee-bg6.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(5),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(5) {
        background: url(../img/IC/Guarantee-bg3.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(6),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(6) {
        background: url(../img/IC/Guarantee-bg7.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(7),
    .Box .Content .Guarantee .content .Swiper .swiper-wrapper .swiper-slide:nth-child(7) {
        background: url(../img/IC/Guarantee-bg4.png) center no-repeat;
        background-size: cover;
    }
    .box .Content .Guarantee .content .swiper-button-prevGuarantee,
    .Box .Content .Guarantee .content .swiper-button-prevGuarantee {
        width: 14.4vw;
        height: 14.4vw;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Guarantee .content .swiper-button-prevGuarantee::after,
    .Box .Content .Guarantee .content .swiper-button-prevGuarantee::after {
        content: none;
    }
    .box .Content .Guarantee .content .swiper-button-nextGuarantee,
    .Box .Content .Guarantee .content .swiper-button-nextGuarantee {
        width: 14.4vw;
        height: 14.4vw;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .box .Content .Guarantee .content .swiper-button-nextGuarantee::after,
    .Box .Content .Guarantee .content .swiper-button-nextGuarantee::after {
        content: none;
    }
    .box .Content .GuestBook,
    .Box .Content .GuestBook {
        padding-top: 14.66666667vw;
        margin-bottom: 7.46666667vw;
    }
    .box .Content .GuestBook .topic,
    .Box .Content .GuestBook .topic {
        text-align: center;
        position: relative;
    }
    .box .Content .GuestBook .topic .E,
    .Box .Content .GuestBook .topic .E {
        transform: translate(-50%, -60%);
    }
    .box .Content .GuestBook .topic .E p,
    .Box .Content .GuestBook .topic .E p {
        letter-spacing: 0.4vw;
        transform: scaleX(0.9);
    }
    .box .Content .GuestBook .topic p,
    .Box .Content .GuestBook .topic p {
        min-height: 0.26666667vw;
    }
    .box .Content .GuestBook .content,
    .Box .Content .GuestBook .content {
        margin-top: 4.8vw;
        width: 100%;
        height: auto;
        background-color: #cddffa;
        padding: 12vw 0 9.33333333vw;
    }
    .box .Content .GuestBook .content .container,
    .Box .Content .GuestBook .content .container {
        height: 100%;
    }
    .box .Content .GuestBook .content .container textarea,
    .Box .Content .GuestBook .content .container textarea {
        width: 100%;
        height: 60vw;
        background-color: #f8f9fa;
        border-radius: 3.73333333vw;
        border: none;
        outline: none;
        font-family: 'AdobeHeitiStd';
        font-size: 6.4vw;
        line-height: 8.53333333vw;
        color: #000000;
        padding: 4vw;
        letter-spacing: -0.13333333vw;
        resize: none;
        margin-bottom: 6.4vw;
    }
    .box .Content .GuestBook .content .container textarea::placeholder,
    .Box .Content .GuestBook .content .container textarea::placeholder {
        font-size: 5.33333333vw;
        line-height: 7.46666667vw;
        color: #000000;
    }
    .box .Content .GuestBook .content .container .info,
    .Box .Content .GuestBook .content .container .info {
        width: 100%;
    }
    .box .Content .GuestBook .content .container .info .input,
    .Box .Content .GuestBook .content .container .info .input {
        margin-bottom: 4vw;
    }
    .box .Content .GuestBook .content .container .info .input p,
    .Box .Content .GuestBook .content .container .info .input p {
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        color: #005ec3;
        margin-bottom: 3.2vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Content .GuestBook .content .container .info .input input,
    .Box .Content .GuestBook .content .container .info .input input {
        width: 100%;
        height: 13.33333333vw;
        background-image: linear-gradient(93deg, #ffffff 0%, #cddffa 100%);
        box-shadow: 1.6vw 1.86666667vw 5.06666667vw 0vw rgba(162, 191, 223, 0.5);
        border-radius: 3.2vw;
        border: solid 0.26666667vw #fdfeff;
        outline: none;
        padding-left: 4vw;
        font-size: 4.26666667vw;
    }
    .box .Content .GuestBook .content .container .info button,
    .Box .Content .GuestBook .content .container .info button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border: none;
        outline: none;
        background: transparent;
        margin-top: 5.33333333vw;
    }
    .box .Content .GuestBook .content .container .info button a,
    .Box .Content .GuestBook .content .container .info button a {
        width: 30.4vw;
        height: 10.93333333vw;
        background-color: #cddffa;
        box-shadow: 1.06666667vw 1.6vw 3.46666667vw 0vw rgba(2, 100, 206, 0.42);
        border-radius: 4vw;
        border: solid 0.26666667vw #fdfeff;
        display: block;
        font-size: 4.26666667vw;
        line-height: 10.66666667vw;
        letter-spacing: 0.26666667vw;
        color: #000103;
        letter-spacing: -0.13333333vw;
    }
    .box .Content .GuestBook .content .container .info button a:hover,
    .Box .Content .GuestBook .content .container .info button a:hover {
        filter: brightness(1.1);
    }
}
