body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active{
    background: #fff;
    width: 6px;
    height: 6px;
    opacity: 1;
    position: relative;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 20px 0;
}
.swiper-pagination-bullet-active::after{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
#page {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    transition-delay:.3s;
}
#page .swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100vw;
    height: 100vh;
    /* position: relative; */

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-item:nth-child(1){
    background-image: url(../images/image-bg1.png);
    color:#fff;
}
.page-item:nth-child(2){
    /* background-image: url(../images/image-page2.png); */
    color:#fff;
    background-color: #fff;
}
.page3 .link-title{

font-family: PingFang SC;
font-size: 28px;
font-weight: 600;
line-height: normal;
display: flex;
align-items: center;
letter-spacing: 0px;
margin-bottom: 33.5px;
font-variation-settings: "opsz" auto;
/* 文本色/大标题灰 */
color: #181928;
}

.page3 .link-subtitle {
    font-family: 苹方-简;
font-size: 14px;
font-weight: normal;
line-height: 22px;
display: flex;
align-items: center;
letter-spacing: 0px;

/* 文本色/正文标题灰 */
color: #464753;
margin-bottom: 8px;

z-index: 1;
}
#cont .link-subtitle .img-icon {
    width: 14px;
}

.page-item:nth-child(3){
    background-image: url(../images/image-bg1.png);
    /* color:#fff; */
}
/* .page-item:nth-child(4){
    background-image: url(../images/bg4.png);
    color:#fff;
} */
.page-item .animation,
.page-item .font{
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
.ani-slide .animation,
.ani-slide .font{
    transform:translateX(-150px);
    opacity:1;
}
.page-item.page2 .animation{
    transform:translateY(100%);
    opacity:0;
    transition:all .4s;
}
.ani-slide.page2 .animation{
    transform:translateY(8%);
    opacity:1;
    z-index: 500;
}

.page-item .font{
    width: 484px;
    display: block;
}

.header{
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    position: fixed;
    /* top: 54px; */
    padding-left: 97px;
    padding-right: 97px;
    height: 72px;
    line-height: 72px;
    width: 100vw;
    /* padding: 0 360px; */
    z-index: 100;
    box-sizing: border-box;
}
.menu img {
    width: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
.page2-item img {
    margin-top: 360px;
    margin-bottom: 160px;
    width: 1400px;
}
.logo img {
    width: 90px;
}
.backend-right-top {
    position: absolute;
    top: -40%;
    right: -8%;
    width: 674px;
}
.logoa {
    color: #ffffff;
    font-size:25px;
    font-weight: bold;font-style:italic;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    letter-spacing:1.5px;
}
.menu{
    display: flex;
}
.menu li{
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    /* font-weight: bold; */
    color: #000;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 5px;
    padding: 0 5px;
    border-radius: 4px;
}
.menu li:not(:first-child) {
    margin-left: 30px;
}
.menu li.active {
    color: #0052D9;
    background-color: #fff;
}
.menu li.active::after{
    content: '';
    position: absolute;
    height: 2px;
    color: #0052D9;
    width: 100%;
    /* background: #fff; */
    display: block;
    left: 10px;
    top: 32px;
}

.title-img {
    width: 444px;
}

.page1{
    display: flex;
    flex-direction: column !important; 
    align-content: center;
    justify-content: flex-start!important; 
}
.page1 .erweima {
    width: 200px;
}
.page1 .erweima-div {
    width: 200px;
    height: 198px;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 10px;
}

.page1 .wechat-content .xcx {
/* 容器 265 */

/* 自动布局子元素 */
width: max-content;
height: max-content;
border-radius: 100px;
opacity: 1;
display: inline-block;
	
/* 自动布局 */
/* display: flex;
flex-direction: column; */
padding: 8px 16px;
font-family: PingFang SC;
font-size: 14px;
font-weight: normal;
letter-spacing: 0px;
text-align: center;
color: #303133;
	
/* 系统色/白 */
background: #FFFFFF;
	
z-index: 1;
}

.page1 .wechat-content .app {
    /* 容器 265 */
    display: inline-block;
    /* 自动布局子元素 */
    width: 102px;
    height: 36px;
    border-radius: 100px;
    opacity: 1;
    margin-left: 61px;
    /* 自动布局 */
    /* display: flex;
    flex-direction: column; */
    padding: 8px 16px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #303133;
        
    /* 系统色/白 */
    background: #FFFFFF;
        
    z-index: 1;
    }
.backend-img {
    position: absolute;
    left: 250px;
    bottom: 50px;
    width: 560.43px;
    height: 400.03px;
    transform: rotate(-17.66deg);
    mix-blend-mode: soft-light;
    /* opacity: 1; */
    /* background: url(../images/1200.png); */
}
.page1 .font{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page1 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    /* margin-top: 100px; */
}
.page1 .content .content-left{
 width: 560px;
}

.page1 .content .content-left .title{
    font-family: DingTalk JinBuTi;
    font-size: 76px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.06em;
    margin-bottom: 104px;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 文本色/大标题灰 */
    color: #181928;
}

.page1 .content .content-left .sub-title .desc{
    /* 海量短剧，满足喜好丰富的你，具有高清画质，智能加载技术，享受流畅体验。 */
	
font-family: PingFang SC;
font-size: 15px;
font-weight: normal;
line-height: normal;
letter-spacing: 0em;
margin-top: 11px;
margin-bottom: 48px;
	
font-variation-settings: "opsz" auto;
/* 文本色/正文灰 */
color: #74757E;
	
}

.page1 .content .content-left .sub-title .main-title{
    display: flex;
    align-items: flex-end;
    /* 超级牛 */

/* 自动布局子元素 */
font-family: PingFang SC;
font-size: 30px;
font-weight: 600;
line-height: normal;
letter-spacing: 0em;
	
font-variation-settings: "opsz" auto;
/* 文本色/大标题灰 */
color: #181928;
	
z-index: 1;
}

.page1 .content .content-left .sub-title .icon{
    width: 45px;
    margin-right: 10px;
    border-radius: 10px;
}

.page1 .content .content-right{
    width: 576px !important;
}

.page1 .content .content-right img{
    width: 576px;
}

.page1 .btm-box{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-top: 210px; 
    box-sizing: border-box; 
    padding: 0 100px;
    position: absolute;
    bottom: 8%;
}
.page1 .btn-group{
    display: flex;
    margin-left: 40px;
}
.page1 .info{
    position: relative;
    /* left: 360px;
    bottom: 48px;
    padding-bottom: 14px;
    padding-right: 6px; */
}
.page1 .info i {
    width: 6px;
    height: 6px;
    display: block;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 22px;
}
.page1 .info i.bottom{
    position: absolute;
    right: 0;
    bottom: -20px;
    margin-bottom: 0;
}
.page1 .info i.top::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: -12px;
    top: 0;
}
.page1 .info i.top::after{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 12px;
}
.page1 .info p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.page1 .btn-group{
    /* display: flex;
    align-items: center;
    position: absolute; */
    bottom: 74px;
    right: 360px;
}
.page1 .btn-group li{
    width: 146px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000000;
    position: relative;
    cursor: pointer;
}
.page1 .btn-group li>img{
    height: 20px;
    display: block;
}
.page1 .btn-group li:not(:last-child)>img{
    margin-right: 12px;
}
.page1 .btn-group li:not(:last-child){
    margin-right: 22px;
}
.page1 .btn-group li:nth-child(3){
    width: 100px;
}
.page1 .btn-group li:first-child img{
    margin-top: -4px;
}
.page1 .tips{
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    min-height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;

}
.page1 .tips::after{
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.page1 .tips span{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    display: block;
}
.page1 .tips img{
    width: 100%;
    height: auto;
    display: block;
}
.page1 .btn-group li:hover .tips{
    display: flex;
}
.page2{
    position: relative;
}
.page2 .info{
    position: absolute;
    /* left: 63%; */
    /* bottom: 40%; */
}
.page2 .info img {
    width: 80%;
    margin-left: 10%;
}
.page2 .info .title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    text-align: left;
}
.page2 .info p{
    width: 256px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: block;
    margin-top: 20px;
    text-align: left;
}
.page2 .list{
    position: absolute;
    bottom: 8%;
    /* left: 20vw; */
    /* width: calc(100vw - 720px); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
}
.page2 .list img{
    width: 52px;
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.page2 .list span{
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    display: block;
}
.page3 .list{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* width: calc(100vw - 720px); */
}
.page3 .list li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page3 .list img{
    width: 294px;
    display: block;
}
.page3 .list span{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    /* width: 160px; */
    display: block;
    margin-top: 60px;
    text-align: center;
}

.page4{
    position: relative;
}
.page4 .info{
    width: 896px;
    text-align: center;

}
.page4 .info .title{
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.page4 .info .title span,
.page4 .info p.FEE40A{
    color: #FEE40A;
}
.page4 .info p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
}

.page3 .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.mb78{
    margin-bottom: 10px;
    text-align: left;
}
#cont{
    width: 100%;
    display: flex;
    justify-content: center;
    /* height: 600px; */
}
#cont .swiper-slide {
    height: 100%;
}
#cont .item{
    width: 40%;
    height: 400px;
    border-radius: 14px;
    overflow: hidden;
}

#cont .item-left{
    width: 40% !important;
    /* height: 400px;
    border-radius: 14px;
    overflow: hidden; */
}
#cont .item-right{
    width: 35% !important;
    justify-content: flex-start;
    /* height: 400px;
    border-radius: 14px;
    overflow: hidden; */
}

#cont .item img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 14px;
}
#cont .item .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 52px;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    border-radius: 14px;
}
#cont .item .info h3{
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
}
#cont .item .info section{
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    transition: height 3s;
}
#cont .item .info:hover{
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: unset;
}
#cont .item .info:hover section{
    height: auto;
}
#cont .item .info p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    text-indent: 2em;
}
#cont .item .info p:not(:last-child){
    margin-bottom: 20px;
}
.swiper-button-prev::after,
.swiper-button-next::after{
    content: "";
}
.swiper-button-prev{
    left: -102px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2 + 78px);
}
.swiper-button-next{
    right: -102px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2 + 78px);
}
.btn-prev img,
.btn-next img{
    width: 44px;
    height: auto;
    display: block;
    opacity: 0.7;
}
.btn-prev:hover img,
.btn-next:hover img{
    opacity: 1;
}

.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    background: #020202;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    justify-content: center;
}
.footer .contact {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
}
.footer .law {
    padding-top: 16px;
    padding-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: #A3A3A9;
}
.footer .line {
    padding: 0 10px;
}
.footer .code{
    position: absolute;
    right: 50px;
    bottom: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 8px;
}
.footer .code img{
    width: 144px;
    height: 144px;
    display: block;
    margin-bottom: 5px;
}
.footer .code span{
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    display: block;
    text-align: center;
}
.footer .code span:first-child{
    margin-bottom: 6px;
}
.footer .icp{
    /* position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); */
    font-size: 12px;white-space: nowrap;
    color: #7E7E7E;
    margin-left: 10px;
}
/* 分为小于950则修改page2 page3的内容 */

/* 小于650px的修改page1与page2 */
@media  (max-width:810px)  {
    .header  img{
        width: 20px;
    } 
    .header .logo{ 
        width: 100px;
    }
    .header .logo .logoa{
        font-size: 13px; 
    }
    .backend-right-top {
        position: absolute;
        top: -60%;
        right: -8%;
        width: 400px;
    }
    .header .menu li{
        font-size: 12px;
        margin-left: 10px; 
    }

    .page1 .content-left {
        width: 300px;
    }

    .page1 .content .content-right{
        width: 300px !important;
    }

.page1 .content .content-left .sub-title .icon {
    width: 22.5px;
    margin-right: 5px;
    border-radius: 5px;
}

.page1 .erweima-div {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 5px;
}

.page1 .wechat-content .xcx {
    width: max-content;
    height: max-content;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 9px;
    font-weight: normal;
    line-height: 18px;
    }
    
    .page1 .wechat-content .app {
        /* 容器 265 */
        display: inline-block;
        /* 自动布局子元素 */
        width: 70px;
        height: 18px;
        border-radius: 10px;
        margin-left: 30px;
        /* 自动布局 */
        /* display: flex;
        flex-direction: column; */
        padding: 4px 8px;
        font-size: 9px;
        line-height: 18px;
        }

.page1 .erweima-div img {
    width: 100px;
}

.backend-img {
    position: absolute;
    left: 125px;
    bottom: 25px;
    width: 280px;
    height: 200px;
    transform: rotate(-17.66deg);
    mix-blend-mode: soft-light;
    /* opacity: 1; */
    /* background: url(../images/1200.png); */
}

.ani-slide.page2 .animation {
    transform: translateY(-50%);
}

.header .logo .logo-img {
    width: 70px;
}

.page1 .content .content-left {
    width: 300px;
}

.page1 .content .content-left .title {
    margin-bottom: 30px;
}
    .page1 .content .content-left .sub-title .main-title{
        font-size: 20px;
    }

    .page1 .content .content-left .sub-title .desc{
        font-size: 13px;
        margin-bottom: 24px;
    }

    .title-img {
        width: 240px;
    }
    
    .page1 .content .content-right img{
        width: 300px;
    }

    .page1 .font{
        width: 200px;
        /* margin-top: 300px; */
    }
     .page1 .btm-box{ 
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }  
    .page1 .btn-group {
        margin-bottom: 50px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .page1 .btn-group li{
        /* width: 146px;
        height: 50px;  */
        font-size: 13px;
        width:auto;
        height: auto;
        padding: 10px;
        white-space: nowrap; 
    }
    .page1 .btn-group li:not(:last-child) {
        margin-right: 10px;
    } 

    .page2 {
        display: flex;
        justify-content: flex-end !important;
        flex-direction: column
    }
    .page2 .info {
        position:static;  
    }
    .page2 .animation { 
        opacity: 1;
    }
    .page2 .info p{ 
        margin-top: 5px; 
        font-size: 13px;
        line-height: 15px;
    }
    .page2 .list{
        position: static;
        /* bottom: 8%; */
        /* left: 360px;  */
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
   
    .page2 .list img{
        width: 22px; 
        margin-bottom: 10px;
    }
    .page2 .info .title{
        font-size: 25px; 
    }
    .page2 .list span{
        font-size: 12px; 
        line-height: 14px; 
        text-align: center;
    }
    .page2 .list li{
         margin: 0 5px;
    }


    .page3 .list{
        flex-direction: column;
    }
    .page3 .list li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .page3 .list img {
        width: 20vh;
        display: block;
    }
    .page3 .list span { 
        margin-top: 0px; 
        text-align: left;
    }
    .page4{
        align-items: flex-start !important;
    }
    .page4 .info{
        margin-top: 114px;
    }

    .page3content {
        display: flex;
        justify-content: center;
    }

    .btm-box .imageleft {
        width: 500px;
    }

    .btm-box .imageright {
        width: 400px;
    }

    .page4 .info .title {
        font-size: 20px; 
        line-height: 25px; 
        margin: 0 10px 10px;  
    }

    .page4 .info .mb78 {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        margin: 0 20px 20px;  
    }
    #cont {
        width: 100vw;
        height: 30vw;
    }
    #cont .item .info {  
        padding-top: 20px;
        /* 去掉info的hover态 */
        pointer-events:none; 
    }  
    
    #cont .item .info h3 {
        font-size: 13px;
        line-height: 15px;
        font-weight: 300;
    }
    #cont .item{
        width: 100%;
        height: auto;
        border-radius: 14px;
        overflow: hidden;
    }
    .btn-prev,.btn-next {
        display: none;
    }

    .footer{
        /* margin: 20px 10px ; */
        padding:0;
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
        flex-wrap: wrap; 
    }
    .page3 .link-title{

        font-family: PingFang SC;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        display: flex;
        align-items: center;
        letter-spacing: 0px;
        margin-bottom: 20px;
        font-variation-settings: "opsz" auto;
        /* 文本色/大标题灰 */
        color: #181928;
        }
        
        .page3 .link-subtitle {
            font-family: 苹方-简;
        font-size: 9px;
        font-weight: normal;
        line-height: 14px;
        display: flex;
        align-items: center;
        letter-spacing: 0px;
        
        /* 文本色/正文标题灰 */
        color: #464753;
        margin-bottom: 6px;
        
        z-index: 1;
        }
        #cont .link-subtitle .img-icon {
            width: 9px;
        }
    .footer .code img {
        width: 50px;
        height: 50px;
        display: block;
        margin-bottom: 5px;
    }
    .ani-slide .font{
        transform:translateX(0);
        opacity:1;
    }
    .footer .code {
        display: flex;
        flex-direction: column;
        align-items: center;
        bottom: 160px;
        right: 10px;
    }
    .page1 .btn-group li:hover .tips {
        display: none;
    }
    .page1 .btn-group li:last-child:hover .tips {
        display: flex;
        left: 0px; 
    }
    .page1 .tips::after {
        left: 80%;  
        transform: translateX(-8%);
    } 
}

/* 小于650px的修改page1与page2 */
@media  (min-width:811px) and (max-width:1499px)  {
    .header  img{
        width: 20px;
    } 
    .header .logo{ 
        width: 100px;
    }
    .header .logo .logoa{
        font-size: 13px; 
    }
    .backend-right-top {
        position: absolute;
        top: -60%;
        right: -8%;
        width: 400px;
    }
    .header .menu li{
        font-size: 12px;
        margin-left: 10px; 
    }

    .page1 .content-left {
        width: 300px;
    }

    .page1 .content .content-right{
        width: 300px !important;
    }

.page1 .content .content-left .sub-title .icon {
    width: 22.5px;
    margin-right: 5px;
    border-radius: 5px;
}

.page1 .erweima-div {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 5px;
}

.page1 .wechat-content .xcx {
    width: max-content;
    height: max-content;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 9px;
    font-weight: normal;
    }
    
    .page1 .wechat-content .app {
        /* 容器 265 */
        display: inline-block;
        /* 自动布局子元素 */
        width: 70px;
        height: 18px;
        border-radius: 10px;
        margin-left: 30px;
        /* 自动布局 */
        /* display: flex;
        flex-direction: column; */
        padding: 4px 8px;
        font-size: 9px;
        line-height: 18px;
        }

.page1 .erweima-div img {
    width: 100px;
}

.backend-img {
    position: absolute;
    left: 125px;
    bottom: 25px;
    width: 280px;
    height: 200px;
    transform: rotate(-17.66deg);
    mix-blend-mode: soft-light;
    /* opacity: 1; */
    /* background: url(../images/1200.png); */
}

.ani-slide.page2 .animation {
    transform: translateY(-30%);
}

.header .logo .logo-img {
    width: 70px;
}

.page1 .content .content-left {
    width: 300px;
}

.page1 .content .content-left .title {
    margin-bottom: 30px;
}
    .page1 .content .content-left .sub-title .main-title{
        font-size: 20px;
    }

    .page1 .content .content-left .sub-title .desc{
        font-size: 13px;
        margin-bottom: 24px;
    }

    .title-img {
        width: 240px;
    }
    
    .page1 .content .content-right img{
        width: 300px;
    }

    .page1 .font{
        width: 200px;
        /* margin-top: 300px; */
    }
     .page1 .btm-box{ 
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }  
    .page1 .btn-group {
        margin-bottom: 50px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .page1 .btn-group li{
        /* width: 146px;
        height: 50px;  */
        font-size: 13px;
        width:auto;
        height: auto;
        padding: 10px;
        white-space: nowrap; 
    }
    .page1 .btn-group li:not(:last-child) {
        margin-right: 10px;
    } 

    .page2 {
        display: flex;
        justify-content: flex-end !important;
        flex-direction: column
    }
    .page2 .info {
        position:static;  
    }
    .page2 .animation { 
        opacity: 1;
    }
    .page2 .info p{ 
        margin-top: 5px; 
        font-size: 13px;
        line-height: 15px;
    }
    .page2 .list{
        position: static;
        /* bottom: 8%; */
        /* left: 360px;  */
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
   
    .page2 .list img{
        width: 22px; 
        margin-bottom: 10px;
    }
    .page2 .info .title{
        font-size: 25px; 
    }
    .page2 .list span{
        font-size: 12px; 
        line-height: 14px; 
        text-align: center;
    }
    .page2 .list li{
         margin: 0 5px;
    }


    .page3 .list{
        flex-direction: column;
    }
    .page3 .list li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .page3 .list img {
        width: 20vh;
        display: block;
    }
    .page3 .list span { 
        margin-top: 0px; 
        text-align: left;
    }
    .page4{
        align-items: flex-start !important;
    }
    .page4 .info{
        margin-top: 114px;
    }

    .page3content {
        display: flex;
        justify-content: center;
    }

    .btm-box .imageleft {
        width: 500px;
    }

    .btm-box .imageright {
        width: 400px;
    }

    .page4 .info .title {
        font-size: 20px; 
        line-height: 25px; 
        margin: 0 10px 10px;  
    }

    .page4 .info .mb78 {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 18px;
        margin: 0 20px 20px;  
    }
    #cont {
        width: 100vw;
        height: 30vw;
    }
    #cont .item .info {  
        padding-top: 20px;
        /* 去掉info的hover态 */
        pointer-events:none; 
    }  
    
    #cont .item .info h3 {
        font-size: 13px;
        line-height: 15px;
        font-weight: 300;
    }
    #cont .item{
        width: 100%;
        height: auto;
        border-radius: 14px;
        overflow: hidden;
    }
    .btn-prev,.btn-next {
        display: none;
    }

    .footer{
        /* margin: 20px 10px ; */
        padding:0;
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
        flex-wrap: wrap; 
    }
    .page3 .link-title{

        font-family: PingFang SC;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        display: flex;
        align-items: center;
        letter-spacing: 0px;
        margin-bottom: 20px;
        font-variation-settings: "opsz" auto;
        /* 文本色/大标题灰 */
        color: #181928;
        }
        
        .page3 .link-subtitle {
            font-family: 苹方-简;
        font-size: 9px;
        font-weight: normal;
        line-height: 14px;
        display: flex;
        align-items: center;
        letter-spacing: 0px;
        
        /* 文本色/正文标题灰 */
        color: #464753;
        margin-bottom: 6px;
        
        z-index: 1;
        }
        #cont .link-subtitle .img-iconv {
            width: 9px;
        }
    .footer .code img {
        width: 50px;
        height: 50px;
        display: block;
        margin-bottom: 5px;
    }
    .footer .code {
        display: flex;
        flex-direction: column;
        align-items: center;
        bottom: 160px;
        right: 10px;
    }
    .page1 .btn-group li:hover .tips {
        display: none;
    }
    .ani-slide .animation, .ani-slide .font{
        transform:translateX(70px);
        opacity:1;
    }
    .page1 .btn-group li:last-child:hover .tips {
        display: flex;
        left: 0px; 
    }
    .page1 .tips::after {
        left: 80%;  
        transform: translateX(-8%);
    } 
}