@-webkit-keyframes buzzOut {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes buzzOut {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20%, 40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50%, 70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60%, 80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

body, html {
    background-color: #f4f4f4
}

.main-banner {
    height: 930px;
    position: relative
}

.index-top-left-logo {
    position: absolute;
    left: 40px;
    top: 60px;
    width: 350px;
    z-index: 2
}
.index-top-left-logo-svg {
    position: absolute;
    left: 38px;
    top: 39px;
    width: 204px;
    height: 105px;
    z-index: 2
}

.banner-container .swiper-pagination-bullets {
    bottom: 200px;
    margin-bottom: 0;
    width: auto;
    z-index: 12;
    padding: 0 20px 0 77px
}

.index-nav-wrapper {
    position: absolute;
    bottom: 181px;
    width: 100%;
    z-index: 11;
    height: 52px
}

.index-nav-wrapper.mobile {
    display: none
}

.index-nav-container {
    height: 52px;
    line-height: 52px;
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    float: left;
    padding: 0 40px
}

.index-nav-box {
    margin: 0 auto;
    display: inline-block;
    height: 100%
}

.banner-container .swiper-control-container {
    float: left
}

.banner-container .banner-swiper-button-next, .banner-container .banner-swiper-button-prev {
    padding: 0 20px;
    height: 52px;
    line-height: 52px;
    font-size: 2rem;
    background-color: #e3d3a7;
    cursor: pointer;
    float: left
}

.index-nav-item {
    float: left;
    margin-right: 52px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .3s;
    transition: all cubic-bezier(.25, .46, .45, .94) .3s;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC
}

.index-nav-item:last-child {
    margin-right: 0
}

.index-nav-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 0;
    height: 2px;
    background: 0 0
}

.index-nav-item.actived, .index-nav-item.actived:after, .index-nav-item:after, .index-nav-item:hover, .index-nav-item:hover:after {
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .3s;
    transition: all cubic-bezier(.25, .46, .45, .94) .3s
}

.index-nav-item.actived, .index-nav-item:hover {
    color: #898989
}

.index-nav-item.actived:after, .index-nav-item:hover:after {
    background: #898989;
    width: 100%;
    left: 0
}

.index-nav-item span {
    padding: 5px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.index-top-left-logo-mobile {
    width: 160px;position: absolute;top: 10px;height: 55px;left: 0;
    display: none
}

.index-nav-mobile-trigger-container {
    height: 52px;
    line-height: 52px;
    padding: 10px 0 10px 14px;
    position: absolute;
    right: 10px;
    top: 0;
    display: none
}

#index-nav-mobile-trigger {
    padding: 0;
    margin-left: 0;
    width: auto;
    height: 100%
}

.index-main-content-container {
    padding-top: 0
}

.main-top {
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
    padding: 200px 0 0 77px
}

.service-online-container {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -88px;
    height: 176px;
}

#YSF-BTN-HOLDER{
    position: fixed;
    top: 50%;width: 60px;
    left: 30px;width: 60px;
    margin-top: -88px;
    height: 176px;
}

.service-online-container:hover {
    -webkit-animation-name: buzzOut;
    animation-name: buzzOut;
    -webkit-animation-duration: .8s;
    animation-duration: .8;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    cursor: pointer
}

.service-online-top {
    padding: 15px 10px;
    background-color: #d8d8d8
}

.service-online-top img {
    width: 36px
}

.service-online-bottom {
    background: #e3d3a7;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem
}
.service-online-qrcode{
    position: absolute;
    top: -1px;
    left: 55px;
    display: none;
    width: 173px;
    height: 173px;
}
.main-top-inner {
    margin-top: -330px;
    background-color: #fff;
    padding: 0 0 40px 100px;
    background-image: url(../img/explore-bg.png);
    background-repeat: no-repeat;
    background-position: bottom
}

.section-title {
    color: #2a2a2a;
    text-align: left;
    margin: 0;
    padding: 48px 0 120px 0;
    font-size: 3rem;
    line-height: 42px;
    background-color: #fff
}

.section-title .slash-line {
    margin: 0 10px 0 12px
}

.section-title span {
    color: #aeaeae;
    font-weight: 400;
    line-height: 37px;
    font-style: italic;
    font-family: BodoniSvtyTwoOSITCTT-BookIt, BodoniSvtyTwoOSITCTT,"Louis Vuitton Chinese","STHeiti Light","STHeitiTC-Light","Droid Sans Fallback","Microsoft YaHei",SimHei
}

.explore-left {
    width: 33%;
    padding-top: 30px;
    float: left
}

.explore-left p {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.6rem;
    position: relative
}

.explore-left p span {
    display: inline-block;
    width: 30%;
    height: 1px;
    background: #979797;
    position: absolute;
    top: 50%;
    margin-left: 5px
}

.explore-right {
    width: 67%;
    float: left;
    overflow: hidden;
}

.explore-swiper-container {
    width: 100%;
    height: 610px
}

.explore-swiper-control-container {
    text-align: left;
    padding-top: 40px
}

.explore-swiper-pagination {
    display: inline-block;
    width: auto;
    margin-left: 36px
}

.explore-swiper-pagination .swiper-pagination-current {
    font-size: 2.6rem;
    color: #030303
}

.explore-swiper-pagination, .explore-swiper-pagination .swiper-pagination-total {
    font-size: 1.6rem;
    color: #505050
}

.explore-swiper-button-next:focus, .explore-swiper-button-prev:focus {
    outline: 0
}

.explore-swiper-button-next {
    margin-left: 12px
}

.explore-swiper-button-next, .explore-swiper-button-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
    cursor: pointer
}

.classic-section {
    padding: 0 0 40px 77px;
    background-color: #f4f4f4
}
.classic-section-pr{
    padding-right: 20%;
    background: #fff;
}
.classic-section-inner {
    background-color: #fff;
    padding: 0 40px 80px
}

.classic-section-inner .section-title {
    padding-left: 100px
}

.classic-project-item {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.classic-project-item:last-child {
    margin-bottom: 0
}

.classic-project-img {
    width: 50%;
    float: left;
    height: 450px;
}

.classic-project-img .adaptive-img{
    o-object-fit: contain;
    object-fit: contain;
}
.classic-project-img div{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.classic-project-info {
    width: 50%;
    float: left;
    padding: 80px 10px 20px
}

.vertical-split-line {
    width: 1px;
    height: 26px;
    background-color: #494949;
    margin: 0 auto
}

.classic-project-intro {
    margin: 20px 0 37px;
    font-size: 2.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #969696;
    line-height: 33px
}

.index-circle {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    border: 1px solid #c09c3f;
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #c09c3f
}

.classic-project-name {
    font-size: 2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #393939;
    line-height: 27px;
    margin: 10px 0 0
}

.store-update-section {
    padding: 0 0 0 77px
}

.store-update-section .section-title {
    padding-left: 90px
}

.shop-swiper-container {
    height: 478px
}

.shop-slide {
    width: 35%
}

.shop-swiper-control-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 10%;
    text-align: right;
    background-color: #fff
}

.shop-swiper-pagination {
    display: inline-block;
    width: auto;
    margin-left: 36px;
    color: #505050
}

.shop-swiper-pagination .swiper-pagination-current {
    font-size: 2.6rem;
    color: #030303
}

.shop-swiper-pagination .swiper-pagination-total {
    font-size: 1.6rem;
    color: #505050
}

.shop-swiper-button-next:focus, .shop-swiper-button-prev:focus {
    outline: 0
}

.shop-swiper-button-next {
    margin-left: 12px
}

.shop-swiper-button-next, .shop-swiper-button-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
    cursor: pointer
}

.brand-section {
    padding: 40px 0 40px 77px;
    background-color: #f4f4f4
}

.brand-section-inner {
    padding: 0 0 120px 90px;
    background-color: #fff;
    /*background-image: url(../img/brand-bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom*/
}

.brand-section .section-title .extra-info {
    font-size: 2rem;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #262626;
    line-height: 30px;
    margin-left: 30px;
    font-style: normal;
}
.brand-section .section-title .extra-info .extra-info-pot{
    width: 14px;
    position: relative;
    display: inline-block;
    height: 30px;
}
.brand-section .section-title .extra-info .extra-info-pot:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0,0,0,1);
    top: 80%;
    margin-top: -2px;
    left: 58%;
    margin-left: -2px;
}
.phoneticize-item {
    margin-bottom: 80px;
    width: 55%;
    float: left;
    text-align: left;
    padding-right: 10%;
    position: relative;
}
.phoneticize-item:last-child {
    margin-bottom: 0
}

.phoneticize-img {
    width: 117px;
    float: left;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 10px;
    background: #fff;
    border-radius: 0 50% 50% 50%;
}
.phoneticize-img01{
    width: 117px;
    float: left;
    text-align: center;
    position: absolute;
    top: 14px;
    left: 10px;
    background: #fff;
    border-radius: 0 50% 50% 50%;
}
.fontBold{
    font-weight: 600;
}
.phoneticize-overview {
    margin-left: 68px;
    padding-left: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    border: 1px dashed #E3D3A7;
}

.phoneticize-info {
    font-size: 1.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #929785;
    line-height: 34px;
    margin: 0
}

.phoneticize-details-container {
    margin-top: 10px;
    float: left;
    padding-left: 60px;
}
.phoneticize-info-container{
    /*float: left;*/
}
.phoneticize-details {
    font-size: 1.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #929785;
    line-height: 28px;
    margin: 0
}

.phoneticize-quote {
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #a4ad8e;
    line-height: 22px;
    text-align: left;
    margin: 20px 0 0
}

.enterprise-section {
    padding: 0 0 0 77px;
    background-color: #f4f4f4
}

.enterprise-section-inner {
    padding: 0 0 140px 90px;
    background-color: #fff
}

.enterprise-moment-item {
    text-align: left;
    margin-bottom: 80px
}

.enterprise-moment-idx {
    font-size: 4.5rem;
    font-family: PingFangSC;
    color: #dadada;
    line-height: 63px;
    font-weight: 400;
    margin: 0 0 12px
}

.enterprise-moment-overview {
    font-size: 2.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 37px;
    margin: 0
}

.enterprise-moment-details {
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 30px;
    margin: 20px 0 50px;
    width: 50%
}

.enterprise-moment-photo {
    max-width: 1100px
}
.enterprise-moment-flex-photo{
    width: 100%;
}
.enterprise-moment-photo-item {
    width: 540px;
    float: left;
    height: 355px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}
.enterprise-moment-flex-photo-item {
    width: 32%;
    float: left;
}
.enterprise-moment-flex-photo-item:nth-child(2){
    margin: 0 10px;
}
.special-layout .enterprise-moment-photo-item:first-child {
    height: 720px;
    margin-right: 10px
}
.adaptive-index-img{
    width: 450px;
    height: 450px;
}
@media screen and (max-width: 1440px) {
    .index-nav-item {
        margin-right: 40px
    }

    .shop-swiper-container {
        height: 357px
    }
    .phoneticize-item{
        width: 70%;
    }
}

@media screen and (max-width: 1280px) {
    .classic-section-pr{
        padding-right: 0;
    }
    .section-title{
        padding: 48px 0 70px 0;
    }
    .phoneticize-item{
        width: 80%;
    }
    .adaptive-index-img{
        width: 350px;
        height: 350px;
    }
    .main-banner {
        height: 620px
    }

    .index-nav-container {
        padding: 0 20px
    }

    .index-nav-item {
        margin-right: 12px
    }

    .banner-container .banner-swiper-button-next, .banner-container .banner-swiper-button-prev {
        padding: 0 15px
    }

    .main-top-inner {
        padding-left: 30px
    }

    .classic-section {
        padding: 0 0 40px 77px
    }

    .classic-section-inner .section-title {
        padding-left: 0
    }

    .explore-swiper-container {
        height: 450px
    }

    .explore-left p {
        font-size: 1.4rem
    }

    .classic-project-info {
        padding: 50px 10px 15px
    }

    .classic-project-img {
        height: 350px
    }

    .classic-project-intro {
        line-height: 28px;
        margin: 15px 0 30px
    }

    .index-circle {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 1.8rem
    }

    .store-update-section .section-title {
        padding-left: 40px
    }
    .phoneticize-img {
        width: 90px;
    }
    .phoneticize-img01 {
        width: 90px;
    }
    .phoneticize-overview {
        margin-left: 30px;
        padding: 20px 0 20px 100px;
    }
    .phoneticize-quote{
        margin: 10px 0 0;
    }
    .enterprise-moment-photo-item {
        width: 405px;
        height: 265px
    }

    .special-layout .enterprise-moment-photo-item:first-child {
        height: 540px
    }
}

@media screen and (max-width: 1024px) {
    .shop-swiper-container {
        height: 247px
    }
    .phoneticize-info,.phoneticize-quote{
        font-size: 1.5rem;
    }
    .phoneticize-item {
        margin-bottom: 30px;
        width: 100%;
    }

    .brand-section-inner {
        background-image: none;
        padding-bottom: 40px
    }

    .phoneticize-img {
        width: 80px;
    }
    .phoneticize-img01 {
        width: 80px;
    }
    .phoneticize-overview {
        width: 100%;
    }

    .enterprise-moment-photo-item {
        width: 49%;
        height: auto;
        margin-right: 1%;
        margin-bottom: 1%
    }

    .enterprise-moment-photo-item:nth-child(2n) {
        margin-right: 0
    }

    .special-layout .enterprise-moment-photo-item:first-child {
        height: auto;
        margin-right: 1%
    }

    .special-layout .enterprise-moment-photo-item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 1%
    }

    .special-layout .enterprise-moment-photo-item:nth-child(3) {
        margin-right: 0
    }

    #YSF-BTN-HOLDER{
        left: 10px;width: 60px;
    }
}

@media screen and (max-width: 960px) {
    .adaptive-index-img{
        width: 260px;
        height: 260px;
    }
    .banner-container .swiper-pagination-bullets {
        text-align: center;
        bottom: 160px;
        width: 100%
    }

    .index-nav-item {
        margin-right: 12px
    }

    .classic-project-img {
        height: 260px
    }

    .classic-project-info {
        padding: 20px 10px
    }
}

@media screen and (max-width: 850px) {
    .index-nav-item {
        margin-right: 10px
    }
}

@media screen and (max-width: 768px) {
    .main-banner {
        height: 372px;
        z-index: 2;
        margin-top: 52px
    }
    .phoneticize-item {
        width: 100%;
        padding-right: 0;
    }
    .phoneticize-overview {
        width: 88%;
        margin-left: 35px;
        padding: 20px 0 20px 52px;
    }
    .index-top-left-logo {
        width: 100px
    }
    .index-top-left-logo-svg {
        display: none;
    }
    .index-nav-box {
        width: 100%;
        padding: 14px 10px;
        border-bottom: 1px solid #eaecef
    }

    .index-nav-container {
        padding: 0
    }

    .index-nav-wrapper {
        top: 0;
        bottom: unset;
        background-color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: fixed;
        height: 68px
    }

    .index-nav-wrapper.desktop {
        display: none
    }

    .index-nav-mobile-trigger-container, .index-nav-wrapper.mobile, .index-top-left-logo-mobile {
        display: block
    }

    .index-top-left-logo-mobile {
        padding: 2px 0
    }

    .index-nav-mobile-trigger-container {
        height: 68px;
        line-height: 68px;
        padding: 14px 0 14px 14px
    }

    #index-nav-mobile-trigger {
        padding: 5px;
        margin-left: 10px;
        width: 40px
    }

    .index-nav-container {
        position: fixed;
        top: 68px;
        left: 0;
        bottom: 0;
        width: 40%;
        overflow-y: auto;
        border-right: 1px solid #eaecef;
        z-index: 10;
        -webkit-transition: all ease-out .5s;
        transition: all ease-out .5s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        min-width: 128px;
        height: auto;
        line-height: unset;
        background: #fff;
        text-align: left
    }

    .index-nav-item {
        float: none;
        font-size: 1.4rem;
        padding: 0 12px;
        height:auto;
        line-height: 46px;
        margin: 0
    }


    .index-nav-item:after {
        bottom: 5px;
        display: none
    }

    .index-nav-item span {
        padding-left: 0
    }

    .index-nav-item.actived span {
        border-bottom: 1px solid #c8c8c8
    }

    .index-nav-container.actived {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .banner-container .swiper-pagination-bullets {
        bottom: 20px
    }

    .banner-container .swiper-control-container, .explore-left p span {
        display: none
    }

    .main-top {
        padding: 0;
        position: static
    }

    .service-online-container {
        /*position: fixed;*/
        /*display: block;*/
        /*top: 38%;*/
        /*z-index: 24;*/
        /*right: 0;*/
        /*left: unset*/
        display: none;
    }

    #YSF-BTN-HOLDER{
        position: fixed;
        bottom: 0%;top: auto;left: auto;
        right: 30px;width: 60px;margin-top: 0;
        height: 60px;
    }

    .service-online-top {
        padding: 10px
    }

    .service-online-bottom {
        padding: 10px 0
    }

    .service-online-top img {
        width: 18px
    }
    .main-top-inner {
        margin-top: 0;
        padding: 15px
    }

    .section-title {
        padding: 20px 0;
        font-size: 2.2rem
    }

    .explore-left {
        padding-top: 0
    }

    .explore-left p {
        font-size: 1.4rem;
        margin-bottom: 15px
    }

    .explore-left, .explore-right {
        width: 100%;
        float: none
    }

    .explore-swiper-container {
        height: 270px
    }

    .explore-swiper-control-container {
        padding-top: 20px;
        padding-right: 5%
    }

    .explore-swiper-pagination {
        margin-left: 15px
    }

    .classic-section {
        padding: 0 0 20px
    }

    .classic-section-inner {
        padding: 15px 15px 30px
    }

    .classic-project-img {
        height: 210px
    }

    .classic-project-info {
        padding: 10px
    }

    .classic-project-intro {
        margin: 10px auto;
        font-size: 1.6rem
    }

    .index-circle {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 1.4rem
    }

    .classic-project-item {
        margin-bottom: 12px
    }

    .classic-project-name {
        font-size: 1.4rem
    }

    .store-update-section {
        padding: 0 0 20px
    }

    .store-update-section-inner {
        padding: 15px;
        background: #fff;
    }

    .brand-section {
        padding: 20px 0
    }

    .brand-section-inner {
        padding: 15px 15px 30px
    }

    .brand-section .section-title .extra-info {
        display: block;
        margin-left: 0;
        font-size: 1.2rem;
        margin-top: -10px;
        margin-bottom: 15px;
    }
    .phoneticize-img {
        width: 60px
    }
    .phoneticize-img01 {
        width: 60px;
    }
    .phoneticize-info {
        font-size: 1.4rem;
        line-height: 24px
    }

    .phoneticize-details-container {
        margin-top: 12px
    }

    .phoneticize-details {
        font-size: 1.2rem;
        line-height: 22px
    }

    .phoneticize-quote {
        margin: 10px 0 0;
        font-size: 1.2rem;
        line-height: 20px
    }

    .enterprise-section {
        padding: 0 0 20px
    }

    .enterprise-section-inner {
        padding: 15px 15px 30px
    }

    .enterprise-moment-details {
        width: 100%
    }

    .store-update-section .section-title {
        padding-left: 0
    }

    .enterprise-moment-item {
        margin-bottom: 50px
    }

    .enterprise-moment-idx {
        line-height: 46px
    }
}

@media screen and (max-width: 600px) {
    .index-top-left-logo {
        width: 70px
    }
    .index-top-left-logo-svg{
        display: none;
    }

    .phoneticize-item {
        width: 100%
    }

    .section-title {
        padding: 15px 0
    }

    .service-online-top {
        padding: 6px
    }

    .service-online-bottom {
        padding: 6px 0;
        font-size: 1.2rem
    }

    .service-online-top img {
        width: 18px
    }

    .enterprise-moment-overview {
        font-size: 2.2rem;
        line-height: 32px
    }

    .enterprise-moment-item {
        margin-bottom: 20px
    }

    .enterprise-moment-details {
        margin: 10px 0 15px
    }

    .classic-project-img {
        height: 200px
    }

    .classic-project-name {
        font-size: 1.2rem
    }
    .enterprise-moment-photo-item {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1%;
    }
    .phoneticize-details-container{
        padding-left: 0;
    }
    .section-title{
        font-size: 2.0rem;
    }
}