*{margin: 0px;padding: 0px;-moz-text-size-adjust: none;color: #ffffff;}
.inter{background: url(../images/bg.jpg) no-repeat;padding: 10px;height: 1136px;}
.inter img{display: block;}
.logo{margin: 38px 33px;}
.title{display: block;margin: 55px auto 20px;}
.slogan{margin-left: 300px;margin-top: 100px;}
.head{display: flex;justify-content: center;align-items: center;flex-wrap:wrap;margin-top: 150px;}
.head a{display: block;margin: 20px auto;width: 50%;display: flex;justify-content: center;align-items: flex-end;}
.head a img{height: 270px;}
.header{background: url(../images/head_bg.png) no-repeat;display: flex;justify-content: center;align-items: center;height: 148px;position: fixed;bottom: 0px;left: 0px;width: 100vw;z-index: 20;}
.header a{width: 50%;display: block;display: flex;justify-content: center;align-items: center;}
.center{background: url(../images/bg2.jpg) no-repeat;background-size: cover;padding: 60px 35px;overflow: hidden;min-height: calc(100vh - 146px);padding-bottom: 150px;}
.banner{margin: 55px 0px;}
.center p{font-size: 20px;line-height:40px;font-weight: 400;}
.center p.p{text-indent: 2em;}
.center h3{font-size: 22px;color: #ffffff;font-weight: bold;line-height: 44px;margin: 15px 0px;}
.lb{margin: 55px 0px;position: relative;padding-bottom: 55px;}
.swiper-pagination-bullet{background: #335cdb !important;width: 10px !important;height: 10px !important;}
.swiper-pagination-bullet-active{background: #4ed3ff !important;}
.btn{display: flex;justify-content: space-between;align-items: center;margin: 55px 0px;flex-wrap: wrap;}
.btn a{width: 50%;display: flex;justify-content: center;align-items: center;}
.btn1 a{width: 48%;margin-bottom: 14px;}
.footer{padding: 10px 20px;text-align: center;font-size: 14px;color: #ffffff;}
.icon{position: absolute;bottom: 9px;right: 84px;z-index: 10;}

.list{display: flex;justify-content: center;align-items: center;}
.list li{width: 180px;margin: 0px 12px;}
.list li span{background: #070734;font-size: 23px;line-height: 30px;display: block;height: 70px;text-align: center;display: flex;justify-content: center;align-items: center;border: 3px solid #217dfe;border-image: linear-gradient(#137dd8, #d17ff9) 30 30;}
.list li span.active{background: #217dfe;border: 3px solid #217dfe;}

.kuang{margin: 30px 0px;border: 3px solid #217dfe;border-image: linear-gradient(#137dd8, #d17ff9) 30 30;position: relative;padding: 15px;}
.kuang h4{display: inline-block;padding: 10px 20px;background: linear-gradient(to left,#319be1,#b883f6);border-radius: 10px;font-size: 19px;margin-bottom: 15px;}
.kuang img{position: absolute;bottom: -14px;left: 50%;margin-left: -12px;}

.erweima{margin: 55px auto;display: flex;justify-content: space-between;align-items: flex-start;}
.erweima>div:first-child{display: flex;justify-content: flex-start;align-items: center;width: 55%;}
.erweima>div:last-child{display: flex;justify-content: flex-end;align-items: flex-start;width:45%;}
.erweima>div:last-child img:first-child{margin-right: 10px;}
.erweima>div:last-child p{font-size: 12px;text-align: center;}

.main{
    background: url(../images/bg3.jpg) center/cover no-repeat; padding: 10px;
}
.txt_1{
    color: #fff;
    font-size: 22px;
    line-height: 41px;
    text-align: center;
}
.txt_1 b{
    font-size: 26px;
}
.subBox{
    margin: 40px 20px 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.subBox .item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 143px;
    height: 72px;
    background: url("../images/sub_1.png") no-repeat;
}
.subBox .item.long{
    width: 253px;
    background: url("../images/sub_2.png") no-repeat;
}
.subBox .item.on{
    border-radius: 6px;
    background: linear-gradient(#341dc8, #1798ff);
}
.subBox .item span{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
}
.videoBox{
    margin: 60px auto;
    width: 521px;
    height: 274px;
}
.videoBox video{
    width: 100%;
    height: 100%;
}
.liveList .item{
    margin: 26px 50px;
}
.liveTitle{
    margin: 16px auto;
    width: 372px;
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    border-radius: 42px;
    background: linear-gradient(60deg, #1f9edf, #c880f8);
}
.liveCode{
    margin: 0 auto;
    width: 450px;
}
.liveCode img{
    width: 100%;
    height: auto;
}
.orderList{
    margin: 40px auto;
    width: 565px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.orderList .item{
    margin-bottom: 54px;
}
.orderList .num{
    position: relative;
    margin-bottom: -10px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    z-index: 2;
}
.image{
    margin: 50px auto;
    text-align: center;
}
.slickBox{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 30px;
}
.slick{
    margin: 0 40px;
}
.slick .item{
    position: relative;
    margin: 10px -40px;
    width: 450px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .slick .item img{
    width: 100%;
    height: 100%;
  }
  .slick .item.slick-center{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 5;
  }
  .hand{
      position: absolute;
      right: 100px;
      bottom: -20px;
  }
  .slick-dots{
      bottom: -30px;
  }
  .slick-dots li{
      border: none;
      background-color: #335cdb;
  }
  .slick-dots li.slick-active{
    border: none;
    background-color: #4ed3ff;
}