body {
    margin: 0;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed
}

h1, h2, h3, p {
    padding: 0;
    margin: 0;
    font-weight: normal
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

img {
    vertical-align: top
}

.pad-show, .mobile-show {
    display: none
}

.pc-show {
    display: inline-block
}

.select-menu-box {
    position: absolute;
    display: none
}

.select-menu {
    box-sizing: border-box;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px -4px rgba(215, 16, 33, 0.14);
    border-radius: 16px
}

.select-menu .select-menu-item {
    border-radius: 10px;
    cursor: pointer
}

.select-menu .select-menu-item:not(:last-child) {
    margin-bottom: 6px
}

.select-menu .select-menu-item:hover {
    background-color: #fff
}

.select-menu .select-menu-item .select-menu-item__box {
    display: flex;
    align-items: center;
    padding: 8px 10px
}

.select-menu .select-menu-item .select-menu-item__icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px
}

#main {
    overflow: hidden;
    padding-top: 80px;
    /*background-image: url(../images/bgpic.png);*/
    /*background-image: url(../images/bgpic.svg);*/
    background-size: 100% 100%;
    /*background-color: #5fb878;*/
    /*background-image: linear-gradient(62deg, #a1b546 0%, #5fb878 100%);*/
    background-color: #8ec5fc;
    background-image: linear-gradient(62deg, #8ec5fc 0%, #5fb878 89%);
}

.select-menu .select-menu-item .select-menu-item__icon img {
    height: 100%
}

.select-menu .select-menu-item .select-menu-item__text {
    font-size: 14px;
    color: #878787;
    line-height: 20px
}



#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(247, 247, 247, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 100;
    backdrop-filter: blur(10px)
}

#header #header-box {
    display: flex;
    padding: 0 40px;
    height: 100%;
    justify-content: space-between;
    align-items: center
}

#menu-icon {
    box-sizing: border-box;
    flex-flow: row wrap;
    position: relative;
    align-content: space-between;
    padding: 7px 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none
}

#menu-icon .menu-icon-item {
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff
}

#menu-icon #nav-box-pad {
    position: absolute;
    display: none;
    width: 160px;
    left: 0;
    top: 35px
}

#menu-icon #nav-box-pad .nav-item-mobile {
    position: relative
}

#menu-icon #nav-box-pad .nav-item-mobile .select-menu-box {
    top: 0;
    left: 105%;
    width: 140px
}

#menu-icon #nav-box-pad .nav-item-mobile .select-menu-box .select-menu {
    margin-left: 2px
}

#logo #logo-link {
    display: block;
    width: 136px;
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(/admin/images/homePage/LOGO-c87cec1f4004b776e34a4f56a7fd3262.png);
    background-size: cover
}

#header-right #nav {
    float: left
}

#header-right #nav-box {
    overflow: hidden
}

#header-right .nav-item-pc {
    position: relative;
    float: left;
    color: #fff;
    margin-left: 8px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 18px;
    cursor: pointer
}

#header-right .nav-item-pc:hover {
    background-color: rgba(255, 255, 255, 0.15)
}

#header-right .nav-item-pc .nav-item__box {
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    align-items: center
}

#header-right .nav-item-pc .nav-item__icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px
}

#header-right .nav-item-pc .nav-item__icon img {
    height: 100%
}

#header-right .nav-item-pc .select-menu-box {
    left: 0;
    top: 100%;
    width: 100%
}

#header-right .nav-item-pc .select-menu-box .select-menu {
    margin-top: 10px
}

#header-right #language-btn {
    padding: 8px 16px
}

#header-right #language-btn #language-btn-box {
    display: flex;
    align-items: center
}

#header-right #language-btn .language-btn__text {
    margin-right: 5px
}

#header-right #language-btn .select-menu-item__box {
    justify-content: center
}

#sub-logo {
    width: 100%;
    margin-top: 44px;
    text-align: center
}

#sub-logo img {
    width: 64px;
    height: 64px
}

#main-box {
    max-width: 1180px;
    margin: 0 auto
}

#main-box .main-item {
}

#main-box .main-item:nth-of-type(1) {
    margin-top: 23px
}

#main-box .main-item:nth-of-type(2) {
    margin-top: 98px
}

#main-box .main-item:nth-of-type(3) {
    margin-top: 109px
}

#main-box .main-item:nth-of-type(4) {
    margin-top: 136px
}

#main-box .main-item:nth-of-type(5) {
    margin-top: 100px
}

#main-box .main-item__text {
    padding: 0 18px
}

#main-box .main-item__title {
    font-size: 60px;
    color: #fff;
    line-height: 84px;
    font-weight: bold
}

#main-box .main-item__subtitle {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    margin-top: 10px

}

#main-box .main-item__img img {
    max-width: 100%
}

#main-box #main-img-box-1 {
    margin-top: 46px;
    padding: 0 33px
}

#main-box #main-img-box-3 {
    margin-top: 32px
}

#main-box #main-img-box-4 {
    margin-top: 10px
}

#main-box #main-img-box-5 {
    margin-top: 16px
}

#main-box #more-function {
    border-radius: 24px 24px 0px 0px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    overflow: hidden;
    background-image: url(/admin/images/homePage/pic@2x-4ac854480ad4925df278e4f4f738fa59.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%
}

#main-box #more-function__title {
    font-size: 60px;
    color: #fff;
    line-height: 84px;
    margin-top: 45px
}

#main-box #more-function__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 52px
}

#main-box .more-function__content__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#main-box .more-function__content__img {
    flex-shrink: 0;
    width: 110px;
    height: 110px
}

#main-box .more-function__content__img img {
    width: 100%
}

#main-box .more-function__content__content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 0 20px
}

#main-box .more-function__content__text {
    font-size: 24px;
    color: #fff;
    line-height: 33px
}

#main-box .more-function__content__subtext {
    display: block;
    font-size: 14px;
    padding-top: 8px;
    text-align: left;
    color: #fff;
    line-height: 20px
}

#main-box #comment-box #comment-swipe {
    position: relative;
    padding: 0 14px
}

#main-box #comment-box #comment-box__title {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding-top: 63px;
    line-height: 33px
}

#main-box #comment-box #swiper {
    position: relative;
    height: 100%
}

#main-box #comment-box .swiper-slide {
    width: 360px
}

#main-box #comment-box .comment-item {
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 28px
}

#main-box #comment-box .comment-item .comment-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#main-box #comment-box .comment-item .comment-item__header .comment-item__user {
    font-size: 18px;
    color: #202020;
    line-height: 25px;
    font-weight: bold
}

#main-box #comment-box .comment-item .comment-item__header .comment-item__star {
    display: flex;
    width: 80px;
    justify-content: space-between;
    align-items: center
}

#main-box #comment-box .comment-item .comment-item__header .comment-item__star img {
    width: 10px;
    height: 10px
}

#main-box #comment-box .comment-item .comment-item__content {
    padding-top: 14px;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 24px;
    text-align: left
}

#main-box #comment-box #comment-button-prev, #main-box #comment-box #comment-button-next {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer
}

#main-box #comment-box #comment-button-prev img, #main-box #comment-box #comment-button-next img {
    width: 100%
}

#main-box #comment-box #comment-button-prev {
    left: -12px
}

#main-box #comment-box #comment-button-next {
    right: -12px
}

#main-box #summary {
    margin-top: 118px;
    font-size: 48px;
    color: #fff;
    line-height: 67px;
    padding-bottom: 143px
}

#footer-box {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center
}

#footer-box #qrcode-box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.1)
}

#footer-box #qrcode-img {
    width: 132px;
    height: 132px
}

#footer-box #qrcode-text {
    font-size: 12px;
    display: inline-block;
    padding-top: 7px;
    font-weight: 400;
    color: #9fa0b4;
    line-height: 17px
}

#footer-box #related-links {
    display: inline-block;
    overflow: hidden
}

#footer-box #related-links .related-item {
    float: left;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 400
}

#footer-box #related-links .related-item:not(:first-child) {
    padding-left: 12px
}

#footer-box #related-links .related-item:not(:last-child) {
    position: relative;
    padding-right: 11px
}

#footer-box #related-links .related-item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: rgba(71, 71, 71, 0.1);
    right: 0;
    top: 3px
}

#footer-box #related-links .related-item .related-item__link {
    color: #474747
}

#footer-box #record-box {
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 14px;
    color: #1b1b1b;
    line-height: 20px
}

#footer-box #record-box #record-box__img {
    width: 20px;
    height: 20px
}

#footer-box #record-box .record-box__right {
    display: inline-block;
    margin-left: 31px
}

@media screen and (max-width: 1024px) {
    .pc-show, .mobile-show {
        display: none
    }

    .pad-show {
        display: inline-block
    }

    #header #header-box {
        padding: 0 32px
    }

    #logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    #header-right #language-btn {
        margin-left: 0
    }

    #menu-icon {
        display: flex
    }

    #main-box #main-img-box-2 {
        margin-top: 103px
    }

    #main-box #main-img-box-3 {
        margin-top: 121px
    }

    #main-box #main-img-box-4 {
        margin-top: 88px
    }

    #main-box #main-img-box-5 {
        margin-top: 56px
    }

    #main-box #more-function {
        margin-top: 168px
    }

    #main-box .more-function__content__item {
        width: 50%;
        margin-bottom: 24px
    }

    #main-box .more-function__content__subtext {
        width: 243px;
        margin: 0 auto
    }

    #main-box #summary {
        display: inline-block;
        max-width: 500px
    }
}

@media screen and (max-width: 640px) {
    .pc-show, .pad-show {
        display: none
    }

    .mobile-show {
        display: inline-block
    }

    .mobile-block {
        display: block
    }

    #main {
        padding-top: 44px
    }

    #header {
        height: 44px
    }

    #header #header-box {
        padding: 0 12px
    }

    #logo #logo-link {
        width: 32px;
        height: 32px
    }

    #header-right #language-btn {
        padding: 8px 0
    }

    #header-right #language-btn .select-menu-box {
        width: 90px;
        left: -7px
    }

    #main-box .main-item {
        margin-top: 50px
    }

    #main-box .main-item:nth-of-type(1) {
        margin-top: 50px
    }

    #main-box .main-item:nth-of-type(2) {
        margin-top: 79px
    }

    #main-box .main-item:nth-of-type(3) {
        margin-top: 43px
    }

    #main-box .main-item:nth-of-type(4) {
        margin-top: 80px
    }

    #main-box .main-item:nth-of-type(5) {
        margin-top: 80px
    }

    #main-box #main-img-box-1 {
        padding: 0 11px
    }

    #main-box #main-img-box-2 {
        margin-top: 0px
    }

    #main-box #main-img-box-3 {
        margin-top: 50px
    }

    #main-box .main-item__text {
        text-align: left
    }

    #main-box .main-item__title {
        font-size: 32px;
        line-height: 45px
    }

    #main-box .main-item__subtitle {
        margin-top: 16px
    }

    #main-box .main-item__img img {
        width: 100%
    }

    #main-box #more-function__content {
        flex-direction: column
    }

    #main-box .more-function__content__item {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        margin-bottom: 48px
    }

    #main-box .more-function__content__img {
        width: 80px;
        height: 80px
    }

    #main-box .more-function__content__content {
        width: 182px;
        margin-top: 0;
        text-align: left
    }

    #main-box .more-function__content__text {
        width: 100%
    }

    #main-box .more-function__content__subtext {
        width: 100%
    }

    #main-box #summary {
        max-width: 349px;
        font-size: 32px
    }

    #main-box #more-function__title {
        font-size: 32px
    }

    #footer-box #record-box .record-box__right {
        margin-left: 0;
        margin-top: 20px
    }
}

@media screen and (max-width: 390px) {
    #main-box #comment-box .swiper-slide {
        width: 300px
    }
}
