body{
    background-color: rgba(245, 245, 245, .3);
    font-family: 'PingFang HK';
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    color:#242433;
}
a:hover{
    text-decoration:none;
    color:#242433;
}

.block{
    display: block;
}
.margin-bottom{
    margin-bottom: 8px;
}
.hand{
    cursor: pointer;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.padding-big{
    padding: 20px;
}
.bg-fff{
    background-color: #fff;
}
#cebian{
    display: none;
}
.nav{
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
    /* background-color: skyblue; */
    display: flex;
    
}
.nav .nav-center{
    align-items: center;

}
.nav .nav-center >li{
    margin: 0 18px;
    font-family: "PingFang HK";
    font-weight: 600;
    font-size: 1.6rem;
}
.nav .nav-center >li:last-child>a{
    color: #6357ff;
}
.nav  .nav-search{
    width: 330px;
    height: 44px;
    border-radius: 12px;
    background-color: #f3f1fa;
    display: flex;
    padding: 5px;
}
.nav  .nav-search > input{
    flex: 1;
    outline: medium;
    border: none;
    margin-left: 5px;
    background-color: #f3f1fa;
}
.nav  .nav-search .search-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav  .nav-search .search-img >img{
    line-height: 20px;
    width: 20px;
    height: 20px;
}
.nav .login{
    width: 72px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #dcdcfd;
    font-family:'PinkFang HK';
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 42px;
    text-align: center;
    margin: 0 18px;
    cursor: pointer;
}
.nav .login:hover{
    background-color: #f8f8fc;
}
.nav .tougao {
    width: 110px;
    height: 45px;
    background-color: #6357ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .tougao>span{
    margin-left: 6px;
    color: #fff;
    font-size: 1.6rem;
}

.center{
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: 120% 58%;
    background-size: 90%;

}
.main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.main .main-left{
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.main .main-left h1,.main .main-left h2{
    margin: 0;
}
.main .main-left h2{
    font-size: 60px;
    letter-spacing: 3px;
   line-height: 84px;
}
.main .main-left h1{
    font-family: "PingFang HK";
    font-size: 70px;
   letter-spacing: 3px;
   line-height: 84px;
}
.main .main-left>p{
    margin: 25px 0;
    color: rgba(130, 129, 153, 1);
    letter-spacing: 0.6px;
    line-height: 19px;
}
.main .main-left .main-left-btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    
    margin-bottom: 40px;
}
.centerThree-main-h2{
    display: none;
}
.main .main-left .main-left-btn .main-left-btn-apple{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 154px;
    height: 56px;
    background-color: #6357ff;
    border-radius: 10px;
    margin-right: 10px;
}
.main .main-left .main-left-btn .main-left-btn-apple>img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.main .main-left .main-left-smallBtn>ul{
    display: flex;
    margin-top: 40px;
}
.main .main-left .main-left-smallBtn>ul>li{
    /* width: 86px; */
    /* height: 26px; */
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    line-height: 26px;
    background-color:#f0ecf4;;
    margin-right: 10px;
    position: relative;
}

#wx .wxImg-box{
    display: none;
    width: 180px;
    height: 180px;
    background-image: url("../images/twocode.png");
    background-size: 180px;
    background-repeat: no-repeat;
    position: absolute;
    top: -195px;
    left: -25px;
    z-index: 90;
}
.main .main-right{
    width: 500px;
    height: 800px;
}
.main .main-right >img{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.centerTwo{
    background-image: url(/images/bg2.png);
    background-repeat: no-repeat;
    background-position: -22% 8%;
    background-size: 90%;
}
.centerTwo .centerTwo-main{
    max-width: 1200px;
    margin: 0 auto;
}
.centerTwo .centerTwo-main .centerTwo-main-flex{
    display: flex;
}
.centerTwo .centerTwo-main .centerTwo-main-left{
    width: 600px;
    height: 690px;
    border-radius: 32px;
    background-image: linear-gradient(90deg,#f7f1f4,#fdf9f4);
    position: relative;
}
.centerTwo .centerTwo-main .centerTwo-main-left .img-tip{
    position: absolute;
    width: 92px;
    height: 35px;
    border-radius: 12px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}
.centerTwo .centerTwo-main .centerTwo-main-left .tip3{
    top: 40px;
    left: 229px;
}
.centerTwo .centerTwo-main .centerTwo-main-left .tip2{
    right: 40px;
    bottom: 218px;
}
.centerTwo .centerTwo-main .centerTwo-main-left .tip1{
    right: 43px;
    bottom: 53px;
}
.centerTwo .centerTwo-main .centerTwo-main-left img{
   object-fit: cover;
   object-position: center;
}
.centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img1{
    position: absolute;
    bottom: 54px;
    left: 20px;
    z-index: 10;
}
.centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img1>img{
    width: 400px;
    height: 300px;
    border-radius: 32px;
    border: 4px solid #fff;
}
.centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img2{
    position: absolute;
    top: 92px;
    right: 20px;
    z-index: 6;
}
.centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img2>img{
    width: 300px;
    height: 400px;
    border-radius: 32px;
    border: 4px solid #fff;
}
.centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img3{
    position: absolute;
    top: 20px;
    left: -59px;
    z-index: 1;
}
.centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img3>img{
    width: 400px;
    height: 300px;
    border-radius: 32px;
    border: 4px solid #fff;
}
.centerTwo .centerTwo-main .centerTwo-right{
    margin-left: 100px;
}
.centerTwo .centerTwo-main .centerTwo-right>h2{
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 84px;
}
.centerTwo .centerTwo-main .centerTwo-right>p{
   color: rgba(254, 29, 95, 1);
   margin: 25px 0;
}

.centerThree .centerThree-main{
    max-width: 1200px;
    margin: 50px auto 0;
}
.centerThree .centerThree-main>h2{
    text-align: center;
    font-size: 60px;
   letter-spacing: 3px;
   line-height: 84px;
}
.centerThree .centerThree-main .font{
    margin: 0 auto;
    width: 300px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 12px;
    background-color: #ede9f4;
}
.centerThree .centerThree-main>p{
    text-align: center;
    color: rgba(254, 29, 95, 1);
    font-size: 20px;
    margin: 20px 0;
}
.centerThree .centerThree-main .centerThree-exhibition{
    display: flex;
    flex-wrap: wrap;
    
}
.centerThree .centerThree-main .centerThree-exhibition>div{
    overflow: hidden;
    border-radius: 24px;
    margin-right: 20px;
    width: 285px;
    height: 480px;
    
}
.centerThree .centerThree-main .centerThree-exhibition>div:last-child{
    margin-right: 0;
}
.centerThree .centerThree-main .centerThree-exhibition>div>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ios-tip{
    display: none;
    width: 200px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    word-wrap:break-word;
    color: #e6a23c;
    background-color: #fdf6ec;
}

@media screen and (min-width:992px) and (max-width:1200px){
    .nav{
        justify-content: center;
    }
    .nav .nav-center >li{
        margin: 0 10px;
    }
    .centerThree .centerThree-main .centerThree-exhibition{
        max-width: 700px;
        justify-content: center;
        margin: 0 auto;
    }
    .centerThree .centerThree-main .centerThree-exhibition>div{
       margin-bottom: 50px;
    }
}
@media screen and (min-width:768) and (max-width:992px){
    .main{
        max-width: 900px;
    }
    .nav{
        justify-content: center;
    }
    .nav  .nav-search{
        width: 30px;
        height: 44px;
        border-radius: 12px;
        background-color: #f3f1fa;
        display: flex;
        justify-content: right;
        align-items: center;
        cursor: pointer;
    }
    .nav  .nav-search > input{
        width: 0;
        height: 0;
    }
    .main .main-left{
        margin-left: 50px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-flex{
        /* flex-direction: row-reverse; */
        flex-direction:column-reverse;
        justify-content: center;
        align-items: center;
    }
    .centerTwo .centerTwo-main .centerTwo-right>h2{
        text-align: center;
    }
    .centerTwo .centerTwo-main .centerTwo-right>p{
        text-align: center;
    }
    .centerTwo .centerTwo-main .centerTwo-right>div{
        margin-bottom: 80px;
    }

    .centerThree .centerThree-main .centerThree-exhibition{
        max-width: 700px;
        justify-content: center;
        margin: 0 auto;
    }
    .centerThree .centerThree-main .centerThree-exhibition>div{
       margin-bottom: 50px;
    }
    .main .main-left{
        align-items: center;
    }
}

@media screen and (max-width:768px) {
    .nav {
        justify-content: center;
        width: 100%;
    }
    .nav  .nav-search{
        display: none;
    }
    .nav  .nav-search > input{
       display: none;
    }
    .main .main-left{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .main .main-left .mian-left-title-info{
        text-align: center;
    }
    .main .main-left>p{
        text-align: center;
    }
    .main .main-left .main-left-btn{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main .main-left .main-left-btn .main-left-btn-apple{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .nav-logo{
        margin: 0 100px;
    }
    .main{
        flex-wrap: wrap;
    }
    .main .main-right{
        width: 100%;
        height: 320px;
        display: flex;
       justify-content: center;
    }
    .main .main-right >img{
        width: 174px;
        height: 307px;
        object-fit: cover;
        /* margin-left: 20px; */
    }
    .centerTwo .centerTwo-main .centerTwo-main-flex{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .centerTwo-right-img{
        margin: 0 auto;
    }
    .centerTwo .centerTwo-main .centerTwo-right{
        margin-left: 0;
    }
    .centerTwo-right>h2{
        text-align: center;
    }
    .centerTwo-right>p{
        text-align: center;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left{
        width: 360px;
        height: 324px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img1{
        bottom: 24px;
        left: 34px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img1>img{
        width: 200px;
        height: 150px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img2{
        right: 10px;
        bottom: 76px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img2>img{
        width: 150px;
        height: 200px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img3{
        left: 10px;
        top: 34px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .centerTwo-left-img3>img{
        width: 200px;
        height: 150px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .tip1{
        right: 5px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .tip2{
        right: 5px;
        bottom: -17px;
    }
    .centerTwo .centerTwo-main .centerTwo-main-left .tip3{
        top: 10px;
        left: 95px;
    }
    .centerTwo-main-left{
        margin-top: 40px;
    }
    .centerThree .centerThree-main .centerThree-exhibition>div{
        width: 160px;
        height: 240px;
        margin-bottom: 20px;
    }
    .centerThree .centerThree-main .centerThree-exhibition{
        justify-content: center;
    }
    .centerThree .centerThree-main .centerThree-exhibition>div{
        margin-right: 10px;
    }
    .centerThree-main-h2{
        display: block;
    }
    #centerThree-main-h1{
        display: none;
    }
    .centerTwo-right-img>img{
        width: 360px;
        height: 100px;
    }
    #cebian{
        display: none;
        width: 75%;
        z-index: 999;
        background-color: #fff;
    }
    #cebian .sidebar-main{
        padding: 20px;
    }
    #cebian .sidebar-main .sidebar-main-img{
       border-bottom: 1px solid #f2f2fb;
       padding-bottom: 8px;
    }
    #cebian .sidebar-main .sidebar-main-img>img{
        width: 60px;
        height: 60px;
    }
    #cebian .sidebar-main-center{
        border-bottom: 1px solid #f2f2fb;
       
    }
    #cebian .sidebar-main-center>ul{
        margin: 8px 0;
    }
    #cebian .sidebar-main-center>ul>li{
        font-size: 16px;
        height: 35px;
        line-height: 35px;
       
    }
    #cebian .sidebar-main-biaoqian{
        margin-top: 10px;
        font-size: 16px;
    }
    #cebian .sidebar-main-biaoqian .flex{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    #cebian .sidebar-main-biaoqian .flex>div{
        width: 65px;
        height: 34px;
        text-align: center;
        line-height: 36px;
        border-radius: 12px;
        background-color: #ffa113;
        font-size: 13px;
        
    }
    #cebian .sidebar-main-biaoqian .flex>div:nth-child(3n){
        background-color: #4d5eeb;
    }
    #cebian .sidebar-footer{
        line-height: 60px;
        margin-top: 5%;
        border-top: 1px solid #f2f2fb;
        text-align: center;
        color: #828199;
        font-size: 16px;
    }
    .body-bg{
        background-color: rgba(0, 0, 0, .4);
    }
}
