@font-face {
    font-family: "OpenSans";
    src: url("../font/opensans.ttf");
    src: local("Open Sans"), url("../font/opensans.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "OpenSansBold";
    src: url('../font/OpenSans-Bold.ttf');
    src: local("Open Sans Bold"), url("../font/OpenSans-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "OpenSansSemibold";
    src: url('../font/opensansSemibold.ttf');
    src: local("OpenSans-Semibold"), url("../font/opensansSemibold.ttf") format("truetype");
    font-display: swap;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
ul, li{
    list-style: none;
}
img{
    display: block;
}
body {
    position: relative;
    background: #F8F9FC;
    color: #000;
    font-size: 14px;
    line-height: 1.34;
    width: 100%;
    font-family: "微软雅黑","Microsoft YaHei","Arial","serif"!important;
    overflow-x: hidden;
}
.con_width{
    min-width: 1200px;
}
.white_bg{
    background: #fff;
}
.grey_bg{
    background: #F8F9FC;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.main .ptt{
    text-align: center;
    font-family: "OpenSansBold";
    font-size: 48px;
}
.banner{
    width: 100%;
    position: relative;
    background: #ebcfdd;
    height: 800px;
}
.banner .explore_toy{
    border-radius: 12px;
    background: #FF2D89;
    width: 224px;
    height: 72px;
    line-height: 72px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
	display: block;
	margin: 48px auto 0;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner_txt{
    position: absolute;
    width: auto;
    top: 184px;
    right: 303px;

}
.banner .banner_txt .logo{
    margin: 0 auto 56px;
    width: 260px;
}
.banner .banner_txt h1{
    text-align: center;
    font-family: "Open Sans";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px; 
    font-family: "OpenSansBold";
}
.banner .banner_txt h1 span{
	display: block;
}
.meet_needs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 188px 0 70px;
    background: #fff;
}
.meet_needs .tx{
    flex: 1;
    padding-right: 50px;
    font-size: 24px;
}
.meet_needs .tx p{
    padding-bottom: 40px;
} 
.meet_needs .tx ul li{
    padding: 10px 0 10px 45px;
    background: url(../img/check.svg) left center no-repeat;
    background-size: 25px;
}
.meet_needs .tx ul li span{
    font-family: "OpenSansBold";
}
.meet_needs .img{
    width: 490px;
}
.meet_needs .img img{
    width: 100%;
    border-radius: 16px;
}
.technology{
     padding-top: 72px;
}
.technology .pd{
    font-size: 24px;
    padding: 15px 0;
}
.technology .new_play{
    padding-top: 15px;
}

.technology .new_play .pt{
    font-family: "OpenSansBold";
    font-size: 36px;
    text-align: center;
}
.technology .new_play .items{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.technology .new_play .items .item{
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.technology .new_play .items .item .video{
    width: 590px;
    height: 284px;
}
.technology .new_play .items .item .video video{
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.technology .new_play .items .item .tx{
    padding: 35px;
}
.technology .new_play .items .item .tx .p3{
    color: #FF2D89;
    font-family: "OpenSansBold";
    font-size: 36px;
    padding-bottom: 6px;
}
.technology .new_play .items .item .tx .p4{
    font-size: 24px;
}
.technology .new_play .swiper-button-next, .technology .new_play .swiper-button-prev{
    display: none;
}






.recommended {
    padding-top: 72px;
    position: relative;
}
.recommended .swiper-container {
    padding: 50px 0 ;
}
.recommended .box{
    background: url(../img/bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 12px 16px;
}
.recommended .box .name{
    display: inline-block;
    background: linear-gradient(90deg, #FF69DE 0%, #9D4DFF 59.01%, #60ECFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "OpenSansBold";
    font-size: 22px;
    padding: 0 10px;
}    

.recommended .box .subt{
    font-size: 15px;
    padding-top: 7px;
}
.recommended .box .items{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recommended .box .items .item{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(16px); 
    width: 49%;
    height: 75px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "OpenSansBold";
    border-radius: 6px;
}
.recommended .box .items .item:last-child{
    width: 100%;
    margin-top: 8px;
}
.recommended .box .items .item p span{
    display: block;
    font-size: 12px;
    font-family: "OpenSans";
}
.recommended .box .buy_now{
    border-radius: 6px;
    background: #FF2D89;
    width: 134px;
    height: 38px;
    color: #FFF;
    line-height: 38px;
    font-size: 15px;
    display: inline-block;
    margin-top: 30px;
}
.recommended .box .img{
    padding: 8px 10px;
}
.recommended .box .img img{
    width: 100%;
}
.recommended .swiper-button-next, .recommended  .swiper-button-prev{
    width: 53px;
    height: 53px;
    top: calc(50% + 70px);
    margin-top: -26px;
}
.recommended .swiper-button-next{
    background: url(../img/next.png) center no-repeat;
    background-size: 100%;
    right: -100px;
}
.recommended .swiper-button-prev{
    background: url(../img/prev.png) center no-repeat;
    background-size: 100%;
    left: -100px;
}
.recommended .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #103A2A;
    margin: 0 8px !important;
}


.solutions {
    padding: 72px 0 96px;
    position: relative;
}
.solutions .swiper-container {
    padding: 50px 0 0;
}
.solutions .swiper-container .swiper-slide{
    height: auto;
    display: flex;
}
.solutions .box .img img,.solutions .box .img video{
    border-radius: 16px 16px 0 0;
    width: 100%;
    display: block;
}
.solutions .box{
    background: #fff;
    border-radius: 16px;
}
.solutions .box .tx{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solutions .box .tx .txp{
    height: 240px;
}
.solutions .box .tx .txp .p1{
    color: #666;
    font-family: "OpenSansSemibold";
    font-size: 20px;
    padding-bottom: 5px;
}
.solutions .box .tx .txp .p2{
    color: #FF2D89;
    font-family: "OpenSansBold";
    font-size: 24px;
    padding-bottom: 10px;
}
.solutions .box .tx .txp .p3{
    font-size: 16px;
}
.solutions .box .tx  a{
    text-decoration: underline;
    font-size: 16px;
    font-family: "OpenSansBold";
    color: #000;
}
.solutions .swiper-button-next, .solutions  .swiper-button-prev{
    width: 53px;
    height: 53px;
    top: calc(50% + 70px);
    margin-top: -26px;
}
.solutions .swiper-button-next{
    background: url(../img/next.png) center no-repeat;
    background-size: 100%;
    right: -100px;
}
.solutions .swiper-button-prev{
    background: url(../img/prev.png) center no-repeat;
    background-size: 100%;
    left: -100px;
}
/* .solutions .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #103A2A;
    margin: 0 8px !important;
} */

.apps{
    padding-top: 45px;
    text-align: center;
    position: relative;
}
.apps .pt{
    font-family: "OpenSansBold";
    font-size: 52px;
}
.apps .items{
    margin-top: 50px;
}
.apps .items .item{
    width: 100%;
    background: url(../img/bg2.webp) center no-repeat;
    background-size: 100% 100%;
    padding: 40px 20px;
}
.apps .items .item .icon{
    width: 112px;
    margin: 0 auto;
}
.apps .items .item .icon img{
    width: 100%;
}
.apps .items .item .name{
    padding-top: 25px;
}
.apps .items .item .name .p1{
    font-family: "OpenSansSemibold";
    font-size: 24px;

}
.apps .items .item .name .p2{
    height: 20px;
    font-size: 14px;
}
.apps .items .item .tx{
    height: 100px;
    margin-top: 12px;
    font-size: 17px;
}
.apps .items .item .device{
    padding-top: 2px;    
    font-size: 17px;
}
.apps .items .item  .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.apps .items .item  .btns a{
    width: 32%;
    margin: 0 4px;
}
.apps .items .item  .btns a img{
    width: 100%;
}
.apps .swiper-button-next, .apps  .swiper-button-prev{
    display: none;
}





.learn{
    position: relative;
    max-width: 1200px;
    margin: 95px auto 0;
}
.learn img{
    width: 100%;
    border-radius: 16px;
}
.learn .tx{
    width: 460px;
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.learn .tx h2{
    font-family: "OpenSansBold";
    font-size: 40px;
    padding-bottom: 30px;
}
.learn .tx a{
    border-radius: 12px;
    background: #FF2D89;
    width: 229px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.pc_footer{
    background: #252525;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 100px;
}
.mb_footer{
    display: none;
}
@media screen and (max-width: 1640px) {
	.banner .banner_txt{
	    top: 184px;
	    right: 160px;
	}
}
@media screen and (max-width: 1420px) {
    .recommended .swiper-button-next{
        right: 10px;
    }
    .recommended .swiper-button-prev{
        left: 10px;
    }
}



@media screen and (max-width: 1024px) {
    .main{
        width: 100%;
        margin: 0 auto;
        padding: 0 0.15rem;
		overflow-x: hidden;
    }
	.pw_30{
		padding: 0 0.3rem;
	}
    .white_bg{
        background: #F8F9FC;
    }
    .con_width {
        min-width: 100%;
    }
    .main .ptt{
        font-size: 0.52rem;
        text-align: left;
    }
    .banner{
        height: auto;
    }
    .banner .explore_toy{
        border-radius: 0.12rem;
        width: 2.48rem;
        height: 0.68rem;
        line-height: 0.68rem;
        font-size: 0.28rem;
        bottom:initial;
		margin: 0.3rem auto 0;
    } 
    .banner img{
        height: auto;
        object-fit: unset;
    }
    .banner .banner_txt{
		width: 100%;
        top:  0.66rem;
		right: 0;
    }
    .banner .banner_txt .logo{
        margin: 0 auto 0.64rem; 
        width: 2.6rem;
    }
    .banner .banner_txt h1{
        font-size: 0.56rem;
        line-height: 0.72rem;
    }
	.banner .banner_txt h1 span:nth-child(1),
	.banner .banner_txt h1 span:nth-child(2){
		display: inline-block;
	}
    .meet_needs{
        display: block;
        padding: 0.76rem 0 0;
        background: #F8F9FC;
    }
    .meet_needs .tx{
        padding-right: 0;
        font-size: 0.32rem;
    }
    .meet_needs .tx p{
        padding-bottom: 0.4rem;
    } 
    .meet_needs .tx ul li{
        padding: 0.1rem 0 0.1rem 0.4rem;
        background: url(../img/check.svg) left center no-repeat;
        background-size: 0.24rem;
        font-size: 0.26rem;
    }
    .meet_needs .tx ul li span{
        font-family: "OpenSansBold";
    }
    .meet_needs .img{
        display: none;
    }
    .meet_needs .img img{

        border-radius: 16px;
    }
    .technology{
         padding-top: 0.8rem;
         position: relative;
    }
    .technology .ptt{
        padding-bottom: 0.2rem;
    }
    .technology .pd{
        font-size: 0.28rem;
        padding: 0.12rem 0;
    }
    .technology .new_play{
        padding: 0.5rem 0 0.8rem;
    }
    
    .technology .new_play .pt{
        font-size: 0.52rem;
    }
    .technology .new_play .items{
        padding-top: 0.5rem;
    }
    .technology .new_play .items .item{
        border-radius: 0.16rem;
        box-shadow: 0px 0.04rem 0.08rem 0px rgba(0, 0, 0, 0.10);
    }
    .technology .new_play .items .item .video{
        width: 100%;
        height: 100%;
    }
    .technology .new_play .items .item .video video{
        border-radius: 0.16rem 0.16rem 0 0;
    }
    .technology .new_play .items .item .tx{
        padding: 0.44rem;
    }
    .technology .new_play .items .item .tx .p3{
        font-size: 0.44rem;
        padding-bottom: 0.06rem;
    }
    .technology .new_play .items .item .tx .p4{
        font-size: 0.28rem;
        min-height: 1rem;
    }
    .technology .new_play .swiper-button-next, .technology .new_play .swiper-button-prev{
        width: 0.53rem;
        height: 0.53rem;
        top: initial;
        margin-top: 0;
        bottom: 0;
        display: block;
    }
    .technology .swiper-button-next{
        background: url(../img/next.png) center no-repeat;
        background-size: 100%; 
        right: 2.8rem;
    }
    .technology .swiper-button-prev{
        background: url(../img/prev.png) center no-repeat;
        background-size: 100%;
        left: 2.8rem;
    }





    .recommended {
        padding-top: 0.8rem;
        position: relative;
    }
    .recommended .ptt{
        text-align: center;
    }
    .recommended .swiper-container {
        padding: 0.5rem 0 0.8rem;
    }
    .recommended .box{
        padding: 0.49rem 0.24rem 0.39rem;
    }
    .recommended .box .name{
        font-size: 0.42rem;
        padding: 0 0.1rem;
    }    
    
    .recommended .box .subt{
        font-size: 0.28rem;
        padding-top: 0.1rem;
    }
    .recommended .box .items{
        padding-top: 0.4rem;
    }
    .recommended .box .items .item{
        height: 1.34rem;
        padding: 0 0.08rem;
        font-size: 0.36rem;
        border-radius: 0.08rem;
    }
    .recommended .box .items .item:last-child{
        margin-top: 0.12rem;
    }
    .recommended .box .items .item p span{
        font-size: 0.24rem;
    }
    .recommended .box .buy_now{
        border-radius: 0.12rem;
        width: 2.48rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.28rem;
        margin-top: 0.3rem;
    }
    .recommended .box .img{
        padding: 0.2rem 0.4rem;
    }
    .recommended .swiper-button-next, .recommended  .swiper-button-prev{
        width: 0.53rem;
        height: 0.53rem;
        top: 50%;
        margin-top: 0.56rem;
    }
    .recommended .swiper-button-next{
        right: -0.24rem;
    }
    .recommended .swiper-button-prev{
        left: -0.24rem;
    }
    .recommended .swiper-pagination-bullet{
        width: 0.14rem;
        height: 0.14rem;
        margin: 0 0.08rem !important;
    }
    
    
    .solutions {
        padding: 0.8rem 0 0;
        position: relative;
    }
    .solutions .swiper-container {
        padding: 0.6rem 0 0.8rem;
    }
    .solutions .box .img img,.solutions .box .img video{
        border-radius: 0.16rem 0.16rem 0 0;
    }
    .solutions .box{
        border-radius: 0.16rem;
    }
    .solutions .box .tx{
        padding: 0.44rem;
    }
    .solutions .box .tx .txp{
        height: auto;
    }
    .solutions .box .tx .txp .p1{
        font-size: 0.28rem;
        padding-bottom: 0.04rem;
    }
    .solutions .box .tx .txp .p2{
        font-size: 0.44rem;
        padding-bottom: 0.1rem;
        line-height: 1.2;
    }
    .solutions .box .tx .txp .p3{
        font-size: 0.28rem;
    }
    .solutions .box .tx  a{
        font-size: 0.28rem;
    }
    .solutions .swiper-button-next, .solutions  .swiper-button-prev{
        display: none;
    }
    .solutions .swiper-pagination-bullet{
        width: 0.14rem;
        height: 0.14rem;
        margin: 0 0.08rem !important;
        background: #103A2A;
    }
    
    .apps{
        padding-top: 0.6rem;
    }
    .apps .pt{
        font-family: "OpenSansBold";
        font-size: 0.52rem;
    }
    .apps .items{
        margin-top: 0.5rem;
    }
    .apps .items .item{
        padding: 0.7rem 0.4rem;
    }
    .apps .items .item .icon{
        width: 1.84rem;
    }
    .apps .items .item .name{
        padding-top: 0.48rem;
    }
    .apps .items .item .name .p1{
        font-size: 0.4rem;
    }
    .apps .items .item .name .p2{
        height: 0.34rem;
        font-size: 0.24rem;
    }
    .apps .items .item .tx{
        height: 1.56rem;
        margin-top: 0.2rem;
        font-size: 0.28rem;
    }
    .apps .items .item .device{
        padding-top: 0.04rem;    
        font-size: 0.28rem;
    }
    .apps .items .item  .btns{
        padding-top: 0.24rem;
    }
    .apps .items .item  .btns a{
        margin: 0 0.08rem;
    } 
    .apps .swiper-button-next, .apps  .swiper-button-prev{
        width: 0.53rem;
        height: 0.53rem;
        top: 50%;
        margin-top: 0.26rem;
        display: block;
    }
    .apps .swiper-container {
        padding: 0 0 0.8rem;
    }
    .apps .swiper-button-next{
        right: -0.24rem;
        background: url(../img/next.png) center no-repeat;
        background-size: 100%; 
    }
    .apps .swiper-button-prev{
        left: -0.24rem;
        background: url(../img/prev.png) center no-repeat;
        background-size: 100%;
    }
    .apps .swiper-pagination-bullet{
        width: 0.14rem;
        height: 0.14rem;
        margin: 0 0.08rem !important;
        background: #103A2A;
    }





    .learn{
        margin-top: 0.8rem;
        
    }
    .learn img{
        border-radius: 0;
    }
    .learn .tx{
        width: 100%;
        position: absolute;
        left: 0;
        top: initial;
        bottom: 0.9rem;
        text-align: center;
        transform: none;
        color: #fff;
        padding: 0 0.3rem;
    }
    .learn .tx h2{
        font-size: 0.52rem;
        padding-bottom: 0.3rem;
    }
    .learn .tx a{
        border-radius: 0.12rem;
        width: 2.94rem;
        font-size: 0.28rem;
        height: 0.7rem;
        line-height:0.7rem;
    }
    .pc_footer{
        display: none;
    }
    .mb_footer{
        background: #252525;
        height: auto;
        line-height: 1.4;
        font-size: 0.24rem;
        text-align: center;
        color: #666;
        margin-top: 0;
        padding: 0.12rem;
        display: block;
    }
}

@media screen and (min-width: 1921px) {
    
    .banner img{
        font-family: "OpenSansSemibold";
        font-family: "OpenSansBold";
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;

    }
}