
#banner{
  background: url(../../goldPack2.0/images/banner.jpg) center center no-repeat;
  height: 450px;
  width: 100%;
  min-width: 1200px;
}

#banner .banner-detail{
  width: 1200px;
  margin: 0 auto;
  padding-top: 106px;
}

#banner .banner-detail .banner-img{
  margin-bottom: 25px;
  display: block;
}

#banner .banner-detail .banner-info{
  margin-left: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 11px 0 21px;
  background-color: #d9eafe;
  border-radius: 5px;
  position: relative;
  margin-bottom: 27px;
  display: inline-block;
}

#banner .banner-detail .banner-info span{
  font-size: 18px;
  color: #052fd6;
  letter-spacing: 4px;
  line-height: 40px;
  font-weight: 600;
}

#banner .banner-detail .banner-info a.banner-detail-btn{
  width: 74px;
  height: 28px;
  line-height: 28px;
  float: right;
  border-radius: 8px;
  background-color: #ff7900;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
  margin-left: 10px;
}
#banner .banner-detail .banner-info a.banner-detail-btn:hover{
  background-color: #fa8722;
}

#banner .banner-detail .banner-info a.banner-download-btn{
  width: 74px;
  height: 28px;
  line-height: 28px;
  float: right;
  border-radius: 8px;
  background-color: #ff0066;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
  margin-left: 10px;
}
#banner .banner-detail .banner-info a.banner-download-btn:hover{
  background-color: #fc2279;
}

#banner .banner-detail .banner-arr{
  width: 393px;
  display: flex;
  justify-content: space-between;
  padding-left: 23px;
}

#banner .banner-detail .banner-arr li.item{
  text-align: center;
}
#banner .banner-detail .banner-arr li.item i{
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 35px;
}
#banner .banner-detail .banner-arr li.item p{
  margin-top: 9px;
  font-size: 15px;
  color: #5c5bdd;
  font-weight: 600;
}