body {
    width: 100%;
    display: block;
    position: relative;
    overflow-x: hidden;
}
.pace-preloaded .pace-progress, .pace-preloaded .preloader .preloader-logo, .pace-preloaded  .preloader h2,
.pace-done .pace-progress{
    opacity: 0;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url("../images/public/loading.jpg") center no-repeat;
    background-size: cover;
    z-index: 1000;
    width: 100vw;
    height: 100%;
    opacity: 1;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingLine{
    width: 100%;
    height: 2px;
    background: #fff;
}
.loadingInfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
.loadLogo {
    width: 200px;
    position: absolute;
    bottom: calc(100% + 35px);
    transition: all 1.6s ease;
}
.loadLogo img{
    width: 100%;
}
.loadMain {
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% - 350px);
    left: 220px;
}
.loadMainBox{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8.6vw;
    height: 9.643vw;
    transition: right .45s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingCont{
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    width: 110px;
    color: #00a2fe;
    font-family: "Montserrat-Bold-3";
    transition: all 1.6s ease;
}
.loadingContTop{
    display: flex;
    font-size: 18px;
    line-height: 1;
}
.loadingText{
    font-size: 46px;
    margin-right: 5px;
}
.loadingContBtn{
    font-size: 18px;
    margin-top: 10px;
}

.loadList img{
    width: 100%;
}
.loadList{
    opacity: 0;
    transition-delay: .1s;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.loadMainInner{
    transition: all 1.6s ease;
    position: absolute;
    width: 8.6vw;
    height: 9.643vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadMainImgs {
    transition: all 1.6s ease;
    position: absolute;
    width: 8.6vw;
    height: 9.643vw;
    overflow: hidden;
    display: grid;
}
.loadList.curr{
    opacity: 1;
}
.loading.curr{
    opacity: 0;
    pointer-events: none;
}
.loading.curr .loadLogo{
    transform: translateY(-300%);
}
.loading.curr .loadingCont{
    transform: translateY(200%);
}
.loading.curr .loadMainInner {
    width: 200vw;
    height: 200vw;
}
.loading.curr .loadMainImgs {
    width: 100vw;
    height: 100vw;
}
.pace-inactive{
    display: block;
}
@media (max-width: 1200px) {
    .loadLogo{
        width: 1.75rem;
        bottom: calc(100% + 1.25rem);
    }
    .loadMain{
        width: 92%;
        left: 0;
    }
    .loadingContTop{
        font-size: 0.18rem;
    }
    .loadMainBox{
        width: 1.15rem;
    }
    .loadingCont{
        width: auto;
        top: calc(100% + 1rem);
    }
    .loadingText{
        font-size: 0.46rem;
        margin-right: 0.05rem;
    }
    .loadingContBtn{
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }
    .loadMainInner, .loadMainImgs{
        width: 1.15rem;
        height: 1.28rem;
    }
}

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url("../images/public/loading.jpg") center no-repeat;
    background-size: cover;
    z-index: 1000;
    width: 100vw;
    height: 100%;
    opacity: 1 !important;
    transition: 1s ease-in-out;
    transition-delay: 0.3s;
}
.pace-preloaded .preloader, .pace-done .preloader{
    transform: translateY(-100%);
    pointer-events: none;
}
.pace .pace-progress{
    top: auto;
    bottom: 0;
    height: 12px;
    background: #fff;
    transition: opacity 0.5s;
}
.pace .pace-progress:after{
    content: attr(data-progress-text);
    display: block;
    position: fixed;
    font-size: clamp(72px, 20vw, 200px);
    font-weight: 600;
    bottom: 20px;
    right: 20px;
    color: #fff;
}

.scene-content {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    perspective: 500px;
    perspective-origin: calc(50%) calc(46%);
}
.scene-content-inner {
    transform-style: preserve-3d;
    height: 100vh;
}
h1 span.font-orange {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 24px;
}
h1.scene-content-1 {
    position: absolute;
    max-width: clamp(400px, 65vw, 820px);
    left: 7vw;
    bottom: 12vh;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
}
h1.scene-content-1 span:not(.split-text){
    transform: translate(0%, 100%);
    clip-path: inset(0% 0% 100%);
    display: block;
    transition: 0.8s;
}
.scene-content.loaded h1.scene-content-1 span:not(.split-text){
    transform-origin: 50% 100%;
    transform: translate(0px, 0px);
    clip-path: inset(0% 0% 0%);
    transition-delay: 0.2s;
}

.scene-content h2{
    width: 100%;
    color: #fff;
    font-size: clamp(40px, 4vw, 60px);
    line-height: clamp(40px, 4vw, 60px);
    font-weight: 500;
    margin: 0;
}
.scene-content p{
    font-size: 15px;
    line-height: 26px;
}
.scene-content h2{
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}
.scene-content h2.active{
    opacity: 1;
    transition: 0.3s;
}
.scene-content p{
    position: absolute;
    opacity: 0;
    translate: 0 15px;
    transition: 0.3s;
}
.scene-content p.active{
    opacity: 1;
    translate: 0px;
    transition: 0.6s;
}
h2.scene-content-2{
    top: 54vh;
    left: 39vw;
    max-width: clamp(400px, 35vw, 520px);
    transform: translate3d(-50%, -50%, -650px);
}
p.scene-content-2{
    max-width: 320px;
    top: 32vh;
    left: 56vw;
    transform: translate3d(0%, -50%, -900px);
}
.redefinMain {
    font-size: 25px !important;
    color: #27b7eb;
    line-height: initial !important;
    margin-bottom: 0 !important;
    margin-top: 15px;
    letter-spacing: 0 !important;
}
.scene-content p {
    position: absolute;
    opacity: 0;
    translate: 0 15px;
    transition: 0.3s;
}
.scene-content.loaded p.scene-content-1 {
    opacity: 1;
    translate: 0;
    transition: 0.5s;
    transition-delay: 0.6s;
}
p.scene-content-1 {
    width: 290px;
    position: absolute;
    bottom: 12vh;
    right: 1vw;
    transform: translateX(-50%);
}
.animate.active span:not(.split-text){
    transform-origin: 50% 100%;
    transform: translate(0px, 0px);
    clip-path: inset(0% 0% 0%);
}
.cursor-dot {
    mix-blend-mode: screen;
    filter: blur(4px);
    transition: 0.2s;
}
.professionalServices{
    display: flex;
}
.servicesInfo{
    display: flex;
    padding-right: 22vw;
}
.servicesList{
    padding: 35px 45px;
    box-sizing: border-box;
    background: #e8f6ff;
    border-radius: 0 0 40px 0;
    overflow: hidden;
    margin-left: 45px;
    position: relative;
}
.servicesList:first-child{
    margin-left: 20px;
}
.servicesList:after{
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 228px;
    height: 207px;
    background: url("../images/index/services-1.png") center no-repeat;
    background-size: cover;
    transition: all 0.5s;
}
.servicesList:nth-child(2):after{
    background: url("../images/index/services-2.png") center no-repeat;
    background-size: cover;
}
.servicesList:nth-child(3):after{
    background: url("../images/index/services-3.png") center no-repeat;
    background-size: cover;
}
.servicesList:hover .servicesTitle, .servicesList:hover .servicesMoreText, .servicesList:hover .servicesCont{
    color: #fff;
}
.servicesList:hover .servicesMoreIcon{
    background: url("../images/index/icon-1s.png") center no-repeat;
    background-size: cover;
}
.servicesList:hover:after{
    right: 0;
}
.servicesList:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: linear-gradient(to right, #2bc2ff, #057efe);
    transition: all 0.6s;
    border-radius: 50%;
}
.servicesList:hover:before{
    width: 150%;
    height: 200%;
}
.servicesTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.servicesTitle{
    font-size: 24px;
    color: #058eff;
    transition: all 0.5s;
}
.servicesMore{
    display: flex;
    align-items: center;
}
.servicesMoreText{
    color: #999;
    font-size: 16px;
    transition: all 0.5s;
}
.servicesMoreIcon{
    width: 19px;
    height: 19px;
    background: url("../images/index/icon-3.png") center no-repeat;
    background-size: cover;
    margin-left: 10px;
    transition: all 0.5s;
}
.servicesCont{
    width: 350px;
    text-align: justify;
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.services-wrapper{
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    top: 150vh;
    height: 100vh !important;
    max-height: none !important;
}
.services-inner-wrapper{
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(100%);
}
.services-inner-container{
    width: 100%;
    transform: translateY(100%);
    box-sizing: border-box;
    background: #fff;
}
.services-inner-pos {
    padding: 24px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateX(-80%);
}
.services-wrapper h2{
    font-size: 210px;
    /* line-height: 210px; */
    background: linear-gradient(90deg, #ff9000, #cf1e00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 8px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.15;
    width: max-content;
    /*margin-bottom: -35px;*/
    margin-bottom: -15px;
    margin-right: 40px;
}
.services-items-wrapper {
    display: flex;
    min-width: calc(100vw - 12px);
}
.services-items-wrapper div{
    min-height: max-content;
    width: 100%;
    max-width: calc(25vw - 23px);
    min-width: 400px;
    border-radius: 28px;
    box-sizing: border-box;
    background: #ffefe6;
    margin-left: 20px;
    padding: 35px 40px;
}
.services-items-wrapper div:first-child{
    margin-left: 24px;
}
.services-items-wrapper div h4{
    background: linear-gradient(90deg, #ff9000, #cf1e00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
    max-width: 240px;
}
.services-items-wrapper div p{
    color: var(--dark);
}

.caseMain{
    position: relative;
    margin-top: -100vh;
}
.caseMainBox{
    position: relative;
}
.caseMain.curr, .aboutUs.curr, .marketing.curr{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}
.caseVideoBg, .marketVideoBg{
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    object-fit: cover;
}
.caseVideoBg.active, .marketVideoBg.active{
    bottom: 0;
    top: auto;
}
.caseVideoBg.curr, .marketVideoBg.curr{
    position: fixed;
}
.caseInfo{
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    position: relative;
    z-index: 2;
    margin-top: -100vh;
}
.caseLeft{
    width: 50.5%;
    margin-top: 80px;
}
.caseList{
    overflow: hidden;
    position: relative;
    border-radius: 0 0 40px 0;
}
.caseList1{
    height: 709px;
}
.caseList2{
    height: 499px;
}
.caseList3{
    height: 600px;
}
.caseList4{
    height: 633px;
}
.caseList5{
    height: 546px;
}
.caseListBox{
    /*padding-top: 100%;*/
    height: 100%;
}
.caseBg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.caseBg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -110%;
    border-radius: 0 0 40px 0;
}
.casePos{
    position: absolute;
    bottom: 60px;
    right: 60px;
    left: 60px;
}
.caseTitle{
    font-size: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caseType{
    border-radius: 100px;
    font-size: 16px;
    padding: 8px 12px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s;
}
.caseList:hover .caseType{
    color: #27b7eb;
    border: 1px solid transparent;
    background: #fff;
}
.projectInfo{
    margin-top: 140px;
}
.professionalInfo{
    padding-right: 50px;
}
.professionalTitle, .projectTitle{
    color: #27b7eb;
    font-size: 28px;
    font-weight: bold;
}
.caseRight{
    width: 41.5%;
}
.caseRight .caseList:nth-child(2){
    margin-top: 110px;
}
.professionalText, .projectContText{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block!important;
}
.projectContText{
    width: 230px;
}
.split-text .professionalText{
    font-size: inherit;
    color: #fff;
}
.professionalText:last-child:after, .projectContText:last-child:after{
    content: '';
    position: absolute;
    right: -20px;
    width: 12px;
    height: 21px;
    background: url(../images/index/icon-2.png) no-repeat center;
    background-size: cover;
    top: 5px;
}
.projectContText:last-child:after{
    top: unset;
    bottom: 16px;
}
.slideMouse{
    color: #fff;
    font-size: 18px;
}
.slideLine {
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 14px;
}
.slideLine:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: slideLine 3s infinite linear;
}
@keyframes slideLine {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
.projectMore{
    margin-top: 130px;
}

.caseOther{
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
    position: relative;
    z-index: 1;
    padding-bottom: 147px;
}
.caseOtherLeft{
    width: 39.375%;
}
.caseOtherRight{
    width: 53.75%;
}
.aboutUs{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    /*margin-top: 170vh;*/
}
.aboutUsBg{
    width: 100%;
    height: 100%;
    position: relative;
    /*height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;*/
    background: #fff url("../images/index/aboutBg.png") top center no-repeat;
    background-size: 100% auto;
}
.aboutUsBg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
    display: block;
}
.aboutUsInfo{
    padding: 10vw 0 0 0;
    width: 100%;
    height: 100%;
    /*background: url("../images/index/aboutBg.png") top center no-repeat;
    background-size: 100% 100%;*/
}
.pin-spacer{
    max-width: 100%;
}

.aboutUsBox{
    margin: 0 auto;
}

.aboutUsTitle{
    font-size: 30px;
    color: #27b7eb;
    font-weight: bold;
}
.aboutUsTop{
    width: 73.625%;
    text-align: center;
    margin: 0 auto;
    margin-top: -50px;
}
.aboutUsText{
    font-size: 36px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.aboutUsText:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 12px;
    height: 21px;
    background: url(../images/index/icon-2.png) no-repeat center;
    background-size: cover;
    top: 8px;
}
.aboutUsCont{
    margin-top: 50px;
    line-height: 32px;
    font-size: 18px;
    transition: all 0.5s;
    color: #666;
}
.aboutUsMore{
    margin: 0 auto;
    margin-top: 50px;
}
.aboutUsBtn{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.aboutUsBtnNum{
    display: flex;
    align-items: center;
    font-size: 46px;
    color: #27b7eb;
    font-weight: bold;
    min-width: 180px;
}
.aboutUsBtnText{
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}
.marketing{
    position: relative;
    z-index: 3;
}
.marketing .w1600{
    position: relative;
    z-index: 1;
}
.makeMain{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 150px 0;
    /*margin-top: -100vh;*/
}
.marketTop{
    text-align: center;
}
.marketBtn{
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}
.marketList{
    width: calc((100% - 100px) / 3);
    perspective: 1000px;
    margin-left: 50px;
}
.marketList:nth-child(3n+1){
    margin-left: 0;
}
.marketListInfo{
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
    transition: .6s ease-out;
    border-radius: 0 0 40px 0;
    overflow: hidden;
}
.marketList:hover .marketListInfo{
    transform: rotateX(-3deg) rotateY(-9deg) translateX(-10px);
}
.marketImg{
    border-radius: 0 0 40px 0;
    overflow: hidden;
    height: 14.585vw;
}
.marketImg img{
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}
.marketImg i{
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}
.marketCont{
    padding: 20px 25px;
    box-sizing: border-box;
}
.marketText {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    height: 56px;
    transition: all 0.3s;
}
.marketDate{
    margin-top: 10px;
    font-size: 18px;
    color: #c7c7c7;
}
.makeMoreBox{
    display: flex;
    justify-content: center;
}
.marketList:hover .marketText{
    color: #27b7eb;
}
.marketList:hover .marketImg i, .marketList:hover .marketImg img{
    transform: scale(1.1);
}
.partnerInfo{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 0 250px 0;
    box-sizing: border-box;
}
.partnerTop{
    text-align: center;
}
.partnerCont{
    margin-top: 120px;
}
.partnerContInfo{
    display: flex;
    align-items: center;
}
.partnerList{
    margin-left: 134px;
    display: inline-block;
}
.partnerList img{
    max-height: 50px;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all 0.5s;
}
.partnerList:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.partnerListCon, .partnerListBtn{
    margin-top: 80px;
}


.room-videos-wrapper{
    display: none;
}

@media (max-width: 1200px) {
    .content{
        min-height: 300vh;
        overflow-x: hidden;
    }
    .caseList{
        width: 100%;
        height: 6.9rem;
        margin-top: 0.2rem;
        border-radius: 0 0 0.5rem 0;
    }
    .projectInfo{
        margin-top: 0;
    }
    .professionalTitle, .projectTitle{
        font-size: 0.32rem;
    }
    .professionalText, .projectContText{
        font-size: 0.4rem;
        width: auto;
    }
    .professionalText:last-child:after, .projectContText:last-child:after, .aboutUsText:after{
        width: 0.12rem;
        height: 0.22rem;
        top: 0.05rem;
        right: -0.2rem;
    }
    .mobileCase{
        margin-top: -100vh;
        position: relative;
        z-index: 2;
        padding-top: 1.5rem;
        padding-bottom: 0.95rem;
    }
    .casePos{
        left: 0.3rem;
        right: 0.3rem;
        bottom: 0.6rem;
    }
    .caseTitle{
        font-size: 0.36rem;
    }
    .caseType{
        margin-top: 0.25rem;
        padding: 0.12rem 0.19rem;
        font-size: 0.24rem;
    }
    .caseMobileBox{
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.8rem;
    }
    .projectMore{
        margin-top: 0.75rem;
    }
    .moreMain .more:after, .aboutUsMore:after {
        left: -5%;
        top: -60%;
    }
    .moreMain .more .moreInfo, .aboutUsMore .moreInfo {
        color: #fff;
    }
    .moreMain .more .moreIcon, .aboutUsMore .moreIcon{
        background: url("../images/index/icon-1s.png") center no-repeat;
        background-size: cover;
    }
    .aboutUs{
        margin-top: 0;
        align-items: flex-start;
        height: auto;
    }
    .aboutUsBg{
        background: none;
    }
    .aboutUsInfo{
        padding: 1.5rem 0 2.5rem 0;
        align-items: flex-start;
        background: url(../images/mobile/page/aboutBg.png) center no-repeat;
        background-size: 100% 100%;
        position: initial;
    }
    .aboutUsBg video{
        display: none;
    }
    .aboutUsBox{
        width: 92%;
        margin-top: 0;
    }
    .aboutUsTitle{
        font-size: 0.32rem;
    }
    .aboutUsText{
        font-size: 0.4rem;
    }
    .aboutUsTop{
        margin-top: 0;
        width: 100%;
    }
    .aboutUsCont{
        font-size: 0.26rem;
        line-height: 0.52rem;
        margin-top: 0.7rem;
    }
    .aboutUsMore{
        margin-top: 0.5rem;
    }
    .aboutUsBtn{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0.2rem;
    }
    .aboutUsBtnList{
        width: 50%;
        margin-top: 0.5rem;
    }
    .aboutUsBtnNum{
        font-size: 0.64rem;
        justify-content: center;
        min-width: auto;
    }
    .aboutUsBtnText{
        font-size: 0.26rem;
        text-align: center;
        margin-top: 0.2rem;
    }
    .marketing{
        margin-top: 0;
    }
    .makeMain{
        height: auto;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 0;
    }
    .marketBtn{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .marketList{
        width: 100%;
        margin-left: 0;
        margin-top: 0.55rem;
    }
    .marketList:hover .marketListInfo{
        transform: none;
    }
    .marketList:hover .marketImg i, .marketList:hover .marketImg img{
        transform: scale(1);
    }
    .marketImg{
        height: 3.85rem;
        border-radius: 0 0 0.3rem 0;
    }
    .marketCont{
        padding: 0.55rem 0.4rem;
    }
    .marketText{
        font-size: 0.36rem;
        line-height: 0.55rem;
        height: 1.1rem;
    }
    .marketDate{
        font-size: 0.32rem;
        margin-top: 0.5rem;
    }
    .partnerInfo{
        padding: 1.5rem 0 2rem 0;
    }
    .partnerCont{
        margin-top: 0.8rem;
        width: 100vw;
        overflow: hidden;
    }
    .partnerListCon, .partnerListBtn{
        margin-top: 0.5rem;
    }
    .partnerList{
        margin-left: 0.85rem;
    }
    .partnerList img{
        max-height: 0.5rem;
    }
    .indexFooter{
        margin-top: 0;
        height: auto;
    }
    .connectText{
        font-size: 0.5rem;
    }
    .connect{
        padding: 3rem 0;
        height: auto;
    }
    h1.scene-content-1{
        font-size: 0.6rem;
        max-width: 90%;
        line-height: normal;
    }
    .redefinMain{
        font-size: 0.32rem!important;
        margin-top: 0.3rem;
    }
    .scene-content p.scene-content-1{
        display: none;
    }
    .servicesList{
        padding: 0.4rem;
        margin-left: 0.5rem;
        border-radius: 0 0 0.4rem 0;
    }
    .servicesTitle{
        font-size: 0.38rem;
    }
    .servicesCont {
        width: 5rem;
        font-size: 0.28rem;
        line-height: 0.44rem;
        margin-top: 0.2rem;
    }
    .servicesMoreText{
        font-size: 0.28rem;
    }
    .servicesMoreIcon{
        width: 0.3rem;
        height: 0.3rem;
        margin-left: 0.1rem;
    }
    .servicesList:hover .servicesMoreIcon {
        background: url(../images/index/icon-3.png) center no-repeat;
        background-size: cover;
    }
    .servicesList:hover:before {
        width: 0;
        height: 0;
    }
    .servicesList:hover:after{
        right: -100%;
    }
    .servicesList:hover .servicesTitle, .servicesList:hover .servicesMoreText, .servicesList:hover .servicesCont{
        color: #666;
    }
    .servicesList:hover .servicesTitle{
        color: #058eff;
    }
    .services-inner-pos{
        padding: 0.4rem 0.2rem;
    }
    .servicesList:after{
        width: 2.8rem;
        height: 2.54rem;
    }
    .services-wrapper{
        top: 130vh;
        max-width: 100%!important;
    }
    .professionalInfo{
        padding-right: 0.6rem;
    }
    .servicesInfo{
        padding-right: 0.5rem;
    }
}
