.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%;
  }
  .home-content .banner .banner-btn {
    position:absolute;
    top:60%;
    font-size: 26px;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    color: #fff;
    text-align: center;
    background:#2758EC;
    cursor:pointer;
    user-select:none;
  }
  .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: 117px 0 0 0;
  }
.content .ewm{
  width:100%;
  display:flex;
  justify-content:space-between;
}
.content .ewm .newbox{
  flex:1;
  height:330px;
  padding:20px 40px 37px 40px;
  border:1px solid #ccc;
  border-radius: 0px 32px 0px 32px;
}
.content .ewm .newbox .box-title{
  font-size:32px;
  line-height:45px;
  color:#333;
  font-weight:Medium
}
.content .ewm .newbox .box-xian{
  height:1px;
  width:128px;
  border-bottom:2px solid #2758EC;
}
.content .ewm .newbox .box-text{
  margin-top:25px;
  font-size:16px;
  line-height:22px;
  color:#333;
}
.content .ewm .newbox .box-img{
  margin-top:20px;
  width:156px;
  height:156px;
  background:#2758EC
}
.content .ewm .box1{
  margin-right:80px;
}
.content .content-title{
  margin-top:114px;
  width:100%;
  height:84px;
  line-height:84px;
  font-size:40px;
  color:#333;
  font-weight:Medium;
  text-align:center;
}
.content .content-title{
  margin-top:80px;
  width:100%;
  text-align:center;
}
.content .content-img{
  width:100%;
  height:470px;
  background:#ccc;
}
.email {
  width: 100%;
  background: #fff;
  position: relative;
}
.email .content {
  position:absolute;
  top:60%;
  left:30%;
  width: 170px;
  height: 40px;
  background: #2758ec;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
}

.bottom{
  width:100%;
  height:104px;
  background: #fff;
}