.home {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#homeHeader{
    width: 100%;
    height: 72px;
    line-height: 80px;
    font-size: 16px;
    background: #fff;
  }
  /* .home-content{
    border-top: 1px solid #ccc
  } */
.container {
  width: 100%;
  background: url(https://qnjs.ruwii.com/mihecloud/resources/images/shop/back03.jpg) no-repeat;
  /* background-color: #dddddd; */
  background: #fff;
}
.container .content {
  width: 1200px;
  height: 100%;
  background: #fff;
  margin:0 auto;
  text-align: center;
  padding: 150px 0 0 0;
}
.content .start{
  width: 100%;
}
.content .title{
  height: 56px;
  font-size: 38px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 56px;
  margin-bottom:40px;
}
.content .smalltitle{
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  text-align: left;
  line-height: 40px;
}
.content .time{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  margin-bottom:84px;
}
.content .img{
  width: 1200px;
  background:#333;
  margin-bottom:53px;
}
.content .info{
  width: 100%;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 50px;
  text-indent: 2em;
  word-break: break-all;
}
.content .info1{
  margin-top:147px;
}
.content .center {
  display:flex;
  justify-content:center;
  height: 86px;
  line-height: 86px;
  margin-bottom:166px;
}
.content .center .btn{
  width: 380px;
  font-size: 30px;
  background: #2758ec;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  display:flex;
  justify-content:center;
  cursor:pointer;
  user-select: none
}
.content .center .btn .jt{
  font-size: 65px;
  line-height: 86px;
  margin-left:29px;
}