@import url('../assets/font/font.css');

* {
    padding: 0;
    margin: 0;
    font-family: 'AlibabaPuHuiTi-Light';
}

a {
    text-decoration: none;
    color: black;
}

/* 整个滚动条的样式 */
::-webkit-scrollbar {
    width: 0px;
}
/* 滚动条的轨道样式 */
::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}
/* 滚动条里面的小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 1px 0 #f2f2f2;
    border: 3px solid #f2f2f2;
    background-color: gray;
}
/* 内层轨道样式 */
::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
}


/* 头 */
.hl_header {
    position: absolute;
    width: 19.2rem;
    height: 1.2rem;
    top: 0px;
    left: 0;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
    z-index: 2;
}

.hl_header > .headerBar-btn {
    font-size: 0.16rem;
    line-height: 0.6rem;
    height: 0.6rem;
    color: white;
    cursor: pointer;
    font-family: 'AlibabaPuHuiTi-Regular';
    position: relative;
}

.hl_header > .headerBar-btn:nth-child(1):hover {
    color: #1C97D1 !important;
}
.hl_header > .headerBar-btn:nth-child(2):hover {
    color: #1C97D1 !important;
}
.hl_header > .headerBar-btn:nth-child(3):hover {
    color: #1C97D1 !important;
}
.hl_header > .headerBar-btn:nth-child(4):hover {
    color: #1C97D1 !important;
}

.hl_header > .headerBar-btn:nth-child(6):hover {
    color: #1C97D1 !important;
}
.hl_header > .headerBar-btn:nth-child(7):hover {
    color: #1C97D1 !important;
}


.hl_header > .headerBar-btn > .list {
    position: absolute;
    width: 1.8rem;
    padding: 0rem 0.2rem;
    top: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    overflow: hidden;
    /* animation: open 0.24s linear forwards; */
}

@keyframes open {
    0% {
        height: 0rem;
    }

    100% {
        height: 1.2rem;
    }
}

@keyframes close {
    0% {
        height: 1.2rem;
    }

    100% {
        height: 0rem;
    }
}

.hl_header > .headerBar-btn > .list > .btn {
    width: 100%;
    height: 0.6rem;
    color: rgb(102, 102, 102);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AlibabaPuHuiTi-Regular';
}

.hl_header > .headerBar-btn > .list > .btn:hover {
    color: #1C97D1 !important;
}

/* 体 */
/* 第一屏 */
.page1 {
    overflow: hidden;
    width: 19.2rem;
    height: calc(100vh - 100px);
    position: relative;
    box-sizing: border-box;
    /* margin-bottom: 0.05rem; */
}

.page1 > .page1-carousel {
    width: 100%;
    height: 100%;
    background-image: url('../assets/img/page1_img0.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 20%;
    transition: all linear 0.2s;
}
.page1 > .page1-carousel > #page1-video {
    object-fit: fill;
    transition: display linear 0.2s;
}

.page1 > .page1-carousel-title {
    position: absolute;
    font-size:0.46rem;
    /* line-height: 68px; */
    top: 70%;
    left: 9%;
    color: #FFFFFF;
}
.page1 > .page1-carousel-detail {
    position: absolute;
    top: 80%;
    left: 9%;
    /* width: 448px; */
    font-size:0.27rem;
    /* line-height: 42px; */
    color: #FFFFFF;
}

/* 第二屏 */
.page2 {
    overflow: hidden;
    width: 19.2rem;
    height: 9.7rem;
    background-image: url('../assets/img/page2_bg.jpg');
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.05rem;
}

.page2 > .page2-img1 {
    background-image: url('../assets/img/page2_img1.svg');
    background-size: 120% 100%;
    background-repeat: no-repeat;
    background-position: -160px -80px;
    height: 100%;
    width: 42.7%;
    position: absolute;
    top: 0;
    right: 1.56%;
    transition: scale linear 0.25s;
}

.page2 > .page2-img2 {
    background-image: url('../assets/img/page2_img2.png');
    background-size: 90% 88%;
    background-repeat: no-repeat;
    background-position: 0px 1.2rem;
    height: calc(100% - 1rem);
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 10.41%;
    transition: transform linear 0.25s;
}

.page2 > .page2-title {
    position: absolute;
    top: 31%;
    left: 8.43%;
    font-weight: 500;
    font-size: 0.35rem;
    line-height: 0.8rem;
    color: #000000B2;
    font-family: 'AlibabaPuHuiTi-Bold';
    transition: transform linear 0.25s;
}

.page2 > .page2-detail {
    position: absolute;
    color: #666666B2;
    top: 54%;
    left: 8.43%;
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.42rem;
    transition: transform linear 0.25s;
}

.page2 > .page2-btn {
    width: 8.75%;
    height: 5.6%;
    position: absolute;
    top: 76%;
    left: 8.6%;
    border-radius: 0.27rem;
    background-color: #1C97D1B2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: 500;
    color: #FFFFFFB2;
    cursor: pointer !important;
    transition: transform linear 0.25s;
}

.page2 > .page2-btn:hover {
    background-color: rgb(0,124,181) !important;
}

/* 第三屏 */
.page3 {
    overflow: hidden;
    width: 19.2rem;
    height: 8rem;
    display: flex;
    margin-bottom: 0.05rem;
}
/* 第三屏左部分 */
.page3 > .page3-left {
    transition: all linear 0.2s;
    /* min-width: 720px; */
    width: 11.44rem;
    height: 100%;
    background-image: url('../assets/img/page3_left.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: -144px ; */
    position: relative;
    /* z-index: 0; */
}

.page3 > .page3-left > .page3-left-title {
    position: absolute;
    left: 12.6%;
    top: 22%;
    font-size: 0.45rem;
}
.page3 > .page3-left > .page3-left-detail {
    position: absolute;
    left: 12.6%;
    top: 47.3%;
    font-size: 0.24rem;
    color: #666666;
    /* line-height: 2.18vw; */
}

.page3 > .page3-left > .page3-left-btn {
    width: 1.68rem;
    height: 0.54rem;
    top: 76.75%;
    left: 12.6%;
    border-radius: 0.27rem;
    background-color: #1C97D1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 0.22rem;
    position: relative;
    cursor: pointer !important;
}
/* 第三屏右部分 */
.page3 > .page3-right {
    height: 100% !important;
    transition: all linear 0.2s;
    flex: 1;
    height: 41.7vw;
    background-image: url('../assets/img/page3_right_half.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page3 > .page3-right > .page3-right-title {
    position: absolute;
    left: 12.6%;
    top: 22%;
    font-size: 0.42rem;
    /* line-height: 3.54vw; */
    color: #000000;
}

.page3 > .page3-right > .page3-right-detail {
    position: absolute;
    left: 12.6%;
    top: 47.3%;
    font-size: 0.24rem;
    color: #666666;
    /* line-height: 2.18vw; */
}

.page3 > .page3-right > .page3-right-btn {
    width: 2.1rem;
    height: 0.54rem;
    top: 76.75%;
    left: 12.6%;
    position: absolute;
    border-radius: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1C97D1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 0.22rem;
    position: relative;
    cursor: pointer !important;
}

.page3 > .page3-left > .page3-left-btn:hover {
    background-color: rgb(0,124,181) !important;
}
.page3 > .page3-right > .page3-right-btn:hover {
    background-color: rgb(0,124,181) !important;
}

/* 第四屏 */
.page4 {
    overflow: hidden;
    width: 19.2rem;
    height: 9.98rem;
    position: relative;
}
/* 第四屏头部 */
.page4 > .page4-title {
    font-size: 0.48rem;
    /* line-height: 84px; */
    position: absolute;
    left: 2.5%;
    top: 5%;
}

.page4 > .left-arrow {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    top: 6%;
    right: 12.76%;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.page4 > .right-arrow {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    top: 6%;
    right: 7.81%;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.page4 > .right-arrow:hover,.page4 > .left-arrow:hover {
    /* background-color: rgb(28, 151, 209); */
    background-color: #fff;
    border: 0.03rem solid #00000066;
}

.page4 > .showStand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18%;
    width: calc(4 * 4.26rem);
    overflow: hidden;
    box-sizing: border-box;
}

.page4 > .showStand > #carousel {
    transition: all linear 0.35s;
}

.page4 > .showStand .card {
    width:3.84rem;
    height:5.15rem;
    position: relative;
    box-sizing: border-box;
}

.page4 > .showStand .card > .card-detail {
    width: 100%;
    height: 1.3rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:rgb(255, 255, 255, .5);
    display: flex;
    flex-direction: column;
    transition: all linear 0.2s;
    justify-content: center;
    box-sizing: border-box;
    padding:0rem 4%;
}

.page4 > .showStand .card > .card-detail > .title {
    height: 33%;
    font-weight: 700;
    font-size: 0.16rem;
    font-family: 'Roboto';
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page4 > .showStand .card > .card-detail > .btn {
    width: 1.6rem;
    font-size: 0.14rem;
    font-weight: 400;
    font-family: 'Roboto';
    color: #000000B2;
    cursor: pointer;
    margin-top: 0.05rem;
}

.page4 > .page4-btn {
    background-color: #1C97D1;
    width: 1.68rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.22rem;
    font-weight: 500;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer !important;
    transition:all 0.2s linear;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.85rem;
}

.page4 > .page4-btn:hover {
    background-color: rgb(0,124,181);
}

/* 第五屏 */
.page5 {
    overflow: hidden;
    width: 19.2rem;
    height: 8rem;
    background-image: url('../assets/img/page5_bg.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page5 > .page5-title {
    font-size: 0.72rem;
    font-weight: 600;
    color: #FFFFFFB2;
    margin-top: 3.13rem;
    transition:all 0.2s linear;
}

.page5 > .page5-detail {
    font-weight: 400;
    font-size: 0.37rem;
    /* line-height: 55px; */
    color: #FFFFFFB2;
    margin-top: 0.26rem;
    transition:all 0.2s linear;
}

.page5 > .page5-btn {
    background-color: #1C97D1;
    width: 2.2rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    font-size: 0.18rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-top: 0.4rem;
    cursor: pointer !important;
    transition:all 0.2s linear;
}

.page5 > .page5-btn:hover {
    background-color: rgb(0,124,181);
}


/* 第六屏 */
.page6 {
    overflow: hidden;
    width: 19.2rem;
    cursor: pointer;
}

.page6 > .page6-header {
    width: calc(100% - 1rem);
    height: 1.2rem;
    position: relative;
}

.page6 > .page6-header > ul {
    position: absolute;
    right: 0px;
    top: 50%;
    display: flex;
    z-index: 5;
}

.page6 > .page6-header > ul > .page6-header-li {
    /* width: 2rem; */
    font-weight: 600;
    font-size: 0.15rem;
    cursor: pointer !important;
    position: relative;
}
.page6 > .page6-header > ul > .page6-header-li > .li-list {
    position: absolute;
    width: 1.45rem;
    padding-top: 0.08rem;
    top: clamp(0.2rem,0.4rem);
    left: -0.1rem;
    background-color: white;
    border-radius: 0.1rem;
    display: none;
    z-index: 2;
    overflow: hidden;
}

.page6 > .page6-header > ul > .page6-header-li > .li-list > .list-content {
    min-width: 100px;
    /* width: 1rem; */
    height: 0.3rem;
    display: flex;
    align-items: center;
    font-weight: normal;
    padding: 0rem 0.2rem;
    box-sizing: border-box;
    font-size: 0.14rem;
}
.page6 > .page6-header > ul > .page6-header-li > .li-list > .list-content:hover {
    background-color: rgba(128, 128, 128, .1);
}

.page6 > .page6-content {
    width: 100%;
    height: 7.49rem;
    /* background-color: #0099D7; */
    background-image: url("../assets/img/dashboard_product/beijing.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 10px; */
    margin: 0.1rem auto 0px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.page6 > .page6-content > .page6-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    width: 15.2rem;
    height: 12rem;
}

.page6 > .page6-content > .page6-content-title {
    position: absolute;
    top: 40%;
    left: 6.3%;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-weight: 600;
    font-size: 0.47rem;
    color: #FFFFFFB2;
    /* transition: all linear 0.25s; */
    transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.page6 > .page6-content > .page6-content-detail {
    position: absolute;
    top: 55%;
    left: 6.3%;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-weight: 600;
    font-size: 0.18rem;
    color: #FFFFFFB2;
    /* transition: all linear 0.25s; */
    transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.page6 > .page6-content > .page6-img {
    width: 6.24rem;
    height: 100%;
    /* transform: translateX(-0.8rem); */
    background-image: url('../assets/img/dashboard_product/ertang.png');
    background-position: 0px 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    /* transition: transform linear 0.25s; */
    transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.page6 > .page6-footer {
    width: 100%;
    height: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.page6 > .page6-footer > .page6-footer-title {
    font-size:0.47rem;
}

.page6 > .page6-footer > .page6-footer-btn {
    background-color: #1C97D1;
    width: 2rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-weight: 500;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-top: 0.5rem;
    cursor: pointer !important;
    transition:all 0.2s linear;
}
.page6 > .page6-footer > .page6-footer-btn:hover {
    background-color: rgb(0,124,181);
}

/* 第七屏 */
.page7 {
    width: 19.2rem;
    height: 5.8rem;
}

.page7 > .page7-content {
    width: 100%;
    height: 5.18rem;
    background-image: url('../assets/img/page7_bg.jpg');
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.page7 > .page7-content > .page7-content-right {
    width: 12rem;
    height: 2.76rem;
    margin-top: 5.45%;
    margin-right: 8.2%;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 0.01rem solid #CACACA33;
}

.page7 > .page7-content > .right-footer {
    width: 12rem;
    height: 0.85rem;
    margin-right: 8.2%;
}

.page7 > .page7-content > .right-footer > .lang {
    display:flex;
    align-items:center;
    color: #FFFFFF66;
    font-size:0.16rem
}

.page7 > .page7-content > .right-footer > .lang a {
    color: #FFFFFF66;
    margin-left: 0.2rem;
    font-size: 0.14rem;
}
.page7 > .page7-content > .right-footer > .lang a:hover {
    color: white;
}

.page7 > .page7-content > .page7-content-right > ul > .list > .title {
    /* height: 40px; */
    font-size: 0.17rem;
    color: #FFFFFF;
    margin-bottom: 0.27rem;
    box-sizing: border-box;
}

.page7 > .page7-content > .page7-content-right > ul > .list > .content {
    height: 0.26rem;
    font-size: 0.13rem;
    display: flex;
    align-items: center;
    color: #FFFFFF66;
}

.page7 > .page7-content > .page7-content-right > ul > .list > .content:hover {
    color: white;
    cursor: pointer !important;
}


.page7 > .page7-footer {
    width: 100%;
    height: 0.62rem;
    box-sizing: border-box;
    background-color: #022233;
    border-top: 1px solid #CACACA33;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page7 > .page7-footer > .copyright {
    /* width: 3.6rem; */
    height: 0.2rem;
    font-size: 0.12rem;
    color: #FFFFFF33;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page7 > .page7-footer > .secret {
    width: 0.48rem;
    height: 0.26rem;
    font-size: 0.11rem;
    line-height: 0.26rem;
    color: #FFFFFF33;
    position: absolute;
    left: 6.02rem;
    top: 0.09rem;
}

.page7 > .page7-content > .page7-callme {
    font-size: 0.15rem;
    /* line-height: 16px; */
    color: #FFFFFF66;
    position: absolute;
    top: 60.8%;
    left: 10.6%;
    display: flex;
    align-items: center;
}

.page7 > .page7-content > .phoneNumber {
    position: absolute;
    left: 10.6%;
    top: 68.3%;
    color: #FFFFFF;
    font-size: 0.36rem;
    /* line-height: 40px; */
} 

.page7 > .page7-content > .page7-circle-cover {
    width: 1.61rem;
    height: 1.61rem;
    border-radius: 1rem;
    background-color: white;
    position: absolute;
    right: 9.6%;
    top: -14.2%;
    /* z-index: 0; */
}

.page7 > .page7-content > .page7-circle {
    width: 1.27rem;
    height: 1.27rem;
    border-radius: 1rem;
    background-color: #072A3D;
    /* background-image: url('../assets/icon/circle.svg');
    background-size: contain; */
    position: absolute;
    right: 10.5%;
    top: -10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: default !important;
    z-index: 1000;
}

.page7 > .page7-content > .page7-circle:hover {
    background-color: rgb(30, 153, 218);
}

.page7 > .page7-content > .page7-circle > .title-icon {
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 0.15rem;
    color: #FFFFFF;
    text-align: center;
}

/* 购买咨询遮罩层 */
.buy-cover {
    background-color: rgba(0, 0, 0, 0.45);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2100;
    cursor: pointer;
}

.buy-cover > img {
    width: 4rem;
    height: 4rem;
}

.buy-cover > .close-btn {
    width: 0.42rem;
    height: 0.42rem;
    font-size: 0.18rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0.32rem;
    right: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.21rem;
}

.buy-cover > .close-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}