
@font-face {
    font-family: pm;
    src: url(../font/pm.ttf);
}
body{
    background-color: #f0f2f5;
    min-width: 320px;
}
.head{
    width: 100%;
    background-color: #333;
}
.headContent{
    width: calc(1200/1920*100vw);
    height: calc(88/1920*100vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: calc(100/1920*100vw);
    vertical-align: middle;
}
.headContent ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headContent ul li{
    margin: calc(25/1920*100vw);
}
.headContent ul li a{
    font-size: calc(24/1920*100vw);
    color: #fff;
    position: relative;
}
.headContent>ul>li:hover a  {
    color: #F0FE73;
}

.headContent>ul>li>a::after {
    height: 2px;
    background: #F0FE73;
    box-sizing: border-box;
    content: "";
    width: 0;
    position: absolute;
    transition: all .8s;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.headContent>ul>li:hover a::after  {
    width: 55%;
}
.headContent ul li a.headActive{
    color: #F0FE73;
}
.headContent>ul>li>a.headActive::after {
    width: 55%;
}

/* banner */
.banner{
    width: 100%;
    position: relative;
}
.banner .phone{
    width: calc(70/375*100vw);
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    border-radius: 20px;
}
.bannerOne{
    width: 100%;
    background-color: rgb(229, 253, 119);
    height: calc(950/1920*100vw);
}
.bannerInfo{
    position: absolute;
    top: calc(275/1920*100vw);
    left:calc(910/1920*100vw);
}
.bannerInfo h1{
    font-size: calc(100/1920*100vw);
    color: #000;
    font-weight: normal;
    width: 100%;
    font-family: pm;
}
.bannerInfo p{
    font-size: calc(36/1920*100vw);
    color: #333333;
    margin-top: calc(40/1920*100vw);
}
.bannerInfo .appDown{
    margin-top: calc(120/1920*100vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bannerInfo .appDown>div{
    width: calc(250/1920*100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 13px;
    padding:10px 30px;
    cursor: pointer;
    position: relative;
}
.bannerInfo .appDown>div span{
    font-size: calc(24/1920*100vw);
    color: #000;
    white-space: nowrap;
}
.appleIcon,.appleIcons{
    width: calc(40/1920*100vw);
    margin-right: 10px;
}
.android div,.ios div{
    display: flex;
    align-items: center;
}
.appleIcons{
    display: none;
}
.bannerInfo .appDown .android:hover .appleIcon,.bannerInfo .appDown .ios:hover .appleIcon{
    display: none;
}
.bannerInfo .appDown .android:hover,.bannerInfo .appDown .ios:hover{
    background-color: #000;
    transition: all 0.5s linear;
}
.bannerInfo .appDown .android:hover span,.bannerInfo .appDown .ios:hover span{
    color: #fff;
}
.bannerInfo .appDown .android:hover .appleIcons,.bannerInfo .appDown .ios:hover .appleIcons{
    display: block;
}
.downCode{
    position: absolute;
    bottom: calc(-300/1920*100vw);
    opacity: 0;
}
.codeBg{
    width: calc(200/1920*100vw);
}
.code{
    width: calc(180/1920*100vw);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(8/1920*100vw);
}
.android .downCode,.ios .downCode{
}
.android:hover .downCode{
    bottom: calc(-250/1920*100vw);
    opacity: 1;
    transition: all 0.5s linear;
}
.ios:hover .downCode{
    bottom: calc(-250/1920*100vw);
    opacity: 1;
    transition: all 0.5s linear;
}
.downCodeActive{
    background-color: #000;
}
.downCodeActive .appleIcon{
    display: none;
}
.downCodeActive .appleIcons{
    display: block;
}
.downCodeActive span{
    color: #fff !important;
}
.downCodeActive .downCode{
    bottom: calc(-250/1920*100vw);
    opacity: 1;
}

.content{
    width: calc(1200/1920*100vw);
    margin: 0 auto;
}
.content .activityBody{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: calc(130/1920*100vw);
}
.content .activityImg{
    width: calc(630/1920*100vw);
}
.content .activityInfo{
    width: calc(500/1920*100vw);
    height: 100%;
}
.content .activityInfo h3{
    font-size: calc(36/1920*100vw);
    color: #333;
}
.content .activityInfo p{
    color: #333;
    font-size: calc(30/1920*100vw);
    line-height: calc(42/1920*100vw);
    margin-top: calc(15/1920*100vw);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.partner{
    margin:0 auto;
    padding: calc(60/1920*100vw) 0;
    background-color: #ece9ec;
    margin-top: calc(120/1920*100vw);
}
.partnerContent{
    width: calc(1200/1920*100vw);
    margin: 0 auto;
}
.partnerContent h2{
    font-size: calc(48/1920*100vw);
    text-align: center;
}
.partnerContent>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.partnerContent>div img{
    width: calc(320/1920*100vw);
    margin-top: calc(50/1920*100vw);
}

/* footer */


.spaceFooter {
    width: 100%;
    height: calc(278/1920*100vw);
    background-color: #333333;
    padding: calc(116/1920*100vw) 0;
    text-align: center;
  }
  .spaceFooter p {
    font-size: calc(24/1920*100vw);
    line-height: calc(33/1920*100vw);
    color: #ffffff;
    text-align: center;
  }
  .spaceFooter .list {
    display: flex;
    margin: calc(29/1920*100vw) auto;
    justify-content: center;
  }
  .spaceFooter .list a {
    color: #ffffff;
    font-size: calc(24/1920*100vw);
    font-weight: 600;
    padding: 0 calc(50/1920*100vw);
    line-height: calc(33/1920*100vw);
  }
  .spaceFooter > a {
    display: inline-block;
    color: #ffffff;
    line-height: calc(28/1920*100vw);
    font-size: calc(20/1920*100vw);
    margin-top: calc(29/1920*100vw);
  }
  
.footer{
    width: 100%;
    height: calc(400/1920*100vw);
    background: #323532;
    position: relative;
}

.footerContent{
    width: calc(1600/1920*100vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.Cooperate, .contact, .focusOn{
    color: #fff;
    display: flex;
    flex-direction: column;
}
.footer .title{
    font-size: calc(32/1920*100vw);
    text-align: center;
    margin-top: calc(70/1920*100vw);
}
.Cooperate a{
    margin-top: calc(36/1920*100vw);
}
.contact>p{
    margin-top: calc(36/1920*100vw);
}
.contact>p:last-child,.Cooperate>p{
    margin-top: calc(18/1920*100vw);
}
.focusOnCode{
    margin-top: calc(36/1920*100vw);
}
.focusOnCode div{
    margin-right: calc(15/1920*100vw);
}
.focusOnCode div:last-child{
    margin-right: 0;
}
.focusOnCode p{
    margin-top: calc(12/1920*100vw);
}
.footer a{
    color: #fff;
}
.footer p{
    font-size: calc(20/1920*100vw);
    text-align: center;
}
.focusOnCode{
    display: flex;
    justify-content: space-between;

}
.focusOnCode img{
    width: calc(120/1920*100vw);
}
.bei_ans{
    position: absolute;
    bottom: calc(28 / 1920* 100vw);
    left: 50%;
    font-size: 16px;
    transform: translateX(-50%);
}
.mclass .bei_ans{
    font-size: 14px;
    bottom: 15px !important;
}

/* 活动详情 */
.activity_banner{
    width: 100%;
}
.activity_banner img{
    width: 100%;
    vertical-align: middle;
}
.activity_content{
    width: calc(1200/1920*100vw);
    font-size: calc(30/1920*100vw);
    margin: 0 auto;
    color: #333;
    line-height: calc(42/1920*100vw);
}
.activity_content p{
    margin-bottom: calc(50/1920*100vw);
}
.activity_content h1{
    font-size: calc(60/1920*100vw);
    text-align: center;
    margin: calc(50/1920*100vw) 0;
}

.app-info {
    height: calc(992/1920*100vw);
    padding: calc(94/1920*100vw) 0 0;
    background: url(/img/app-bg.png) center center no-repeat;
    background-size: cover;
}
.app-info__in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.app-info .swiper-box {
    position: relative;
    /* height: calc(822/1920*100vw); */
    width: calc(378/1920*100vw);
    margin-right: calc(68/1920*100vw);
}
.app-info .app-desc {
    margin-top: calc(-60/1920*100vw);
    width: calc(663/1920*100vw);
}
.app-info .app-desc p {
    font-size: calc(24/1920*100vw);
    line-height: calc(40/1920*100vw);
    color: #ffffff;
    font-weight: 400;
    /* font-family: PingFangSC-Thin, sans-serif; */
}
.app-info .app-desc p.line {
    margin-bottom: calc(30/1920*100vw);
}
.swiper {
    width: 100%;
    height: calc(822/1920*100vw);
}
.swiper .swiper-wrapper {
    height:calc(761/1920*100vw);
}
.swiper-pagination-bullet {
    width: calc(16/1920*100vw);
    height: calc(6/1920*100vw);
    background-color: #E5E5E5;
    border-radius: calc(4/1920*100vw);
    opacity: 1;
    margin-right: calc(10/1920*100vw)!important;
}
.swiper-pagination-bullet:last-child {
    margin-right: 4px!important;
}
.swiper-pagination-bullet-active {
    background-color: #CEFF86;
    
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: -3px;
}
.swiper-slide {
    /* 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mclass .spaceFooter {
    display: none;
    /* position: fixed;
    bottom: 0;
    background-color: transparent; */
  }
  .mclass .mobileFooter {
    display: block;
    height: 115px;
    padding: 0 20px;
    /* background-color: transparent; */
    background: #323532
  }
  .mclass .mobileFooter p {
    line-height: 14px;
    font-size: 10px;
    text-align: center !important;
  }
  .mclass .mobileFooter a {
    font-size: 10px;
    line-height: 14px;
  }
  .mclass .mobileFooter address {
    margin: 8px 0;
  }
  .mclass .spaceFooter span{
    font-size: 10px;
  }