.home {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #homeHeader{
      width: 100%;
      height: 72px;
      line-height: 80px;
      font-size: 16px;
      background: #fff;
    }
  .home-content .banner {
    width: 100%;
    position: relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
  .home-content .banner .img {
    width: 100%;
  }
  .container {
    width: 100%;
    background: url(../../images/shop/back03.jpg) no-repeat;
    /* background-color: #dddddd; */
    background: #fff;
  }
  .container .content {
    width: 1200px;
    height: 100%;
    background: #fff;
    margin:0 auto;
    padding: 78px 0 0 0;
  }
.content .ewm{
  width:100%;
  margin-bottom: 101px;
  position: relative;
}
.content .ewm .text{
  position: relative;
  width: 70%;
  margin-top: 34px;
  height: 288px;
  background: #f8f9fc;
  z-index: 1;
  padding:32px 30px
}
.content .ewm .text .wz{
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    margin-bottom: 28px;
}
.content .ewm .img{
  height: 322px !important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.email {
    width: 100%;
    background: #F8F9FA;
    position: relative;
}
.email .content1 {
    width: 1200px;
    height: 100%;
    margin:0 auto;
    padding: 56px 0 94px 0;
}
.content1 .xian{
    width: 36px;
    height: 4px;
    background: #2758ec;
    margin-bottom: 8px;
}
.content1 .title{
    font-size: 32px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 45px;
}
.content1 .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content1 .flex .item{
    width: 48%;
    height: 230px;
    text-align: center;
    padding-top: 29px;
    background: #fff;
}
.content1 .flex .item .itemtitle{
    font-size: 22px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin-bottom: 18px;
}
.content1 .flex .item .itemtext{
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 28px;
}
.content1 .flex .item .itemtext1{
    margin-bottom: 4px;
}
.content1 .flex .item .itemimg{
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
}
.tubiao {
    width: 100%;
    background: #fff;
    position: relative;
}
.tubiao .content2 {
    width: 1200px;
    height: 100%;
    margin:0 auto;
    padding: 88px 0 143px 0;
}
.content2 .xian{
    width: 36px;
    height: 4px;
    background: #2758ec;
    margin-bottom: 8px;
}
.content2 .title{
    font-size: 32px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-bottom: 48px;
}
.content2 .biao{
    width: 100%;
    height: 182px;
    border: 1px solid rgba(39,88,236,0.2);
    margin-bottom: 12px;
}
.content2 .biao .biaotop{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #2758EC;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.content2 .biao .biaobottom{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content2 .biao .biaobottom .text{
    width: 50%;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-left: 72px;
}
.content2 .biao .biaobottom .text span{
    color: #D8D8D8;
}
.bimg{
    width: 100%;
    position: relative;
    text-align: center;
}
.bimg img{
    width: 100%;
    vertical-align:bottom;
}
.bimg .bimg-title{
    position: absolute;
    top:21%;
    left:calc(50% - 168px);
    font-size: 48px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 68px;
}
.bimg .bimg-btn{
    position: absolute;
    top:62%;
    left:calc(50% - 132px);
    width: 264px;
    height: 56px;
    background: #2758ec;
    border-radius: 2px;
    line-height: 56px;
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    user-select:none;
}