.header {
  color: #fff;
  background-color: transparent;
  transition: background-color 0.3s;
}
.content {
  text-align: center;
}
.banner-box {
  padding-top: 155px;
  padding-bottom: 88px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-box>img {
  width: 854px;
}
.statistics-content {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  margin-top: -48px;
  background: url(../img/index/statistics-content-bg.png) no-repeat center bottom;
  background-size: 1081px 52px;
}
.money-box, .statistics-box {
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(19,17,18,0.16);
  border-radius: 12px 12px 12px 12px;
}
.money-box {
  width: 616px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 18px;
}
.statistics-box {
  flex: 1;
}
.money-tit {
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.money-tit>img {
  width: 48px;
  height: 48px;
}
.money-list {
  display: flex;
  margin-right: 8px;
}
.money-list .item {
  width: 45px;
}
.money-list .item .bg{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 60px;
  font-weight: 300;
  font-size: 40px;
  box-shadow: 0px 0px 32px 0px rgba(19,17,18,0.16);
  border-radius: 4px 4px 4px 4px;
}
.money-list .item .bg0 {
  background: url(../img/index/money0.png) no-repeat 100% 100%;
}
.money-list .item .bg1 {
  background: url(../img/index/money1.png) no-repeat 100% 100%;
}
.money-list .item .bg2 {
  background: url(../img/index/money2.png) no-repeat 100% 100%;
}
.money-list .item .bg3 {
  background: url(../img/index/money3.png) no-repeat 100% 100%;
}
.money-list .item .bg4 {
  background: url(../img/index/money4.png) no-repeat 100% 100%;
}
.money-list .item .bg5 {
  background: url(../img/index/money5.png) no-repeat 100% 100%;
}
.money-list .item .bg6 {
  background: url(../img/index/money6.png) no-repeat 100% 100%;
}
.money-list .item .bg7 {
  background: url(../img/index/money7.png) no-repeat 100% 100%;
}
.money-list .item .bg8 {
  background: url(../img/index/money8.png) no-repeat 100% 100%;
}
.money-list .item .bg9 {
  background: url(../img/index/money9.png) no-repeat 100% 100%;
}
.money-list .item .bg10 {
  background: url(../img/index/money10.png) no-repeat 100% 100%;
}
.statistics-box {
  display: flex;
  justify-content: space-between;
  margin-left: 24px;
  padding: 0 32px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.statistics-icon {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.statistics-num {
  font-weight: 300;
  font-size: 32px;
}
.title {
  padding-top: 100px;
  padding-bottom: 56px;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
}
.content1 {
  display: flex;
  justify-content: space-between;
}
.content1>.item {
  padding: 12px 12px 24px 12px;
  width: 376px;
  background: #F6F7F9;
  border-radius: 12px;
}
.content1>.item>img {
  width: 100%;
}
.content1-tit {
  margin-top: 18px;
  margin-bottom: 14px;
  padding-left: 12px;
  font-weight: 300;
  font-size: 24px;
}
.content1-txt {
  padding-left: 12px;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}
.content2-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content2-item {
  flex: 0 0 25%;
  margin-bottom: 48px;
  padding: 0 12px;
}
.content2-item-box {
  position: relative;
  display: inline-block;
  padding-top: 24px;
  width: 100%;
  height: 356px;
  cursor: pointer;
}
.content2-tit {
  display: flex;
  padding: 0 14px 0 16px;
}
.content2-tit>img {
  width: 52px;
  height: 52px;
}
.content2-tit-txt {
  flex: 1;
  padding-left: 8px;
  font-weight: 500;
  font-size: 20px;
}
.content2-tit-doc {
  padding-top: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.content2-dec-img {
  margin: 15px 8px 0 8px;
  width: calc(100% - 16px);
}
.bg-color1, .bg-color2, .bg-color3 {
  border-radius: 12px;
  overflow: hidden;
}
.bg-color1 {
  background: linear-gradient( 320deg, rgba(0, 167, 238, 0.16) 0%, rgba(2, 171, 215, 0.16) 45%, rgba(0, 208, 240, 0.16) 100%);
}
.bg-color2 {
  background: linear-gradient( 323deg, rgba(16, 110, 186, 0.12) 0%, rgba(123, 90, 232, 0.12) 100%);
}
.bg-color3 {
  background: linear-gradient( 320deg, rgba(237, 113, 46, 0.12) 0%, rgba(223, 177, 128, 0.12) 100%);
}
.content2-item-box .active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.content2-item-box:hover .active {
  opacity: 1;
}
.content2-item-box .active .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 140px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(19,17,18,0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #F5F5F5;
}
.content2-item-box .active .btn>img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}
.bg-color1 .active {
  background: linear-gradient( 337deg, rgba(14,64,109,0.4) 0%, rgba(0,208,240,0) 100%);
}
.bg-color2 .active {
  background: linear-gradient( 337deg, rgba(213,20,178,0.4) 0%, rgba(0,208,240,0) 100%);
}
.bg-color3 .active {
  background: linear-gradient( 337deg, rgba(237,113,46,0.4) 0%, rgba(0,208,240,0) 100%);
}

@media (max-width:1200px) and (min-width:1000px){
  .money-box {
    width: 516px;
  }
  .money-list .item {
    width: 36px;
  }
  .money-list .item .bg{
    width: 40px;
    height: 60px;
    font-size: 30px;
  }
  .statistics-box {
    font-size: 10px;
  }
  .statistics-num {
    font-size: 22px;
  }
  .content1>.item {
    width: 300px;
  }
  .content2-item-box {
    height: 290px;
  }
  .content2-tit>img {
    width: 40px;
    height: 40px;
  }
  .content2-tit-txt {
    font-size: 18px;
  }
  .content2-tit-doc {
    font-size: 11px;
  }
  .content2-dec-img {
    margin-top: 0;
  }
}
@media (max-width:1000px) and (min-width:800px){
  .banner-box>img {
    width: 600px;
  }
  .statistics-content {
    margin-top: -35px;
  }
  .money-box, .statistics-box {
    height: 70px;
  }
  .money-box {
    width: 416px;
  }
  .money-tit>img {
    width: 38px;
    height: 38px;
  }
  .money-list .item {
    width: 27px;
  }
  .money-list .item .bg{
    width: 30px;
    height: 45px;
    font-size: 20px;
  }
  .statistics-box {
    padding: 0 12px;
    font-size: 10px;
  }
  .statistics-icon {
    width: 28px;
    height: 28px;
  }
  .statistics-num {
    font-size: 18px;
  }
  .content1>.item {
    width: 240px;
  }
  .content2-item-box {
    height: 250px;
  }
  .content2-tit>img {
    width: 30px;
    height: 30px;
  }
  .content2-tit-txt {
    font-size: 15px;
  }
  .content2-tit-doc {
    font-size: 11px;
  }
  .content2-dec-img {
    margin-top: 0;
  }
}
@media (max-width:800px) and (min-width:600px){
  .banner-box>img {
    width: 400px;
  }
  .statistics-content {
    display: block;
  }
  .money-box, .statistics-box {
    margin-bottom: 20px;
    width: 100%;
  }
  .money-box {
    padding-left: 10px;
  }
  .statistics-box {
    margin-left: 0;
  }
  .title {
    padding-top: 70px;
  }
  .content1>.item {
    width: 180px;
  }
  .content1-tit {
    font-size: 18px;
  }
  .content1-txt {
    font-size: 12px;
  }
  .content2-item {
    flex: 0 0 50%;
  }
}
@media (max-width:600px){
  .banner-box>img {
    width: 90%;
  }
  .statistics-content {
    display: block;
    margin-top: -35px;
    background: none;
  }
  .money-box, .statistics-box {
    margin-bottom: 20px;
    width: 100%;
    height: 70px;
  }
  .money-box {
    padding: 0 6px 0 12px;
  }
  .money-tit {
    font-size: 10px
  }
  .money-tit>img {
    width: 38px;
    height: 38px;
  }
  .money-list .item {
    width: 22px;
  }
  .money-list .item .bg{
    width: 25px;
    height: 40px;
    font-size: 20px;
  }
  .statistics-box {
    margin-left: 0;
    padding: 0 12px;
    font-size: 10px
  }
  .statistics-icon {
    width: 20px;
    height: 20px;
  }
  .statistics-num {
    font-size: 16px
  }
  .title {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .content1 {
    display: block;
  }
  .content1>.item {
    margin-bottom: 20px;
    width: 100%;
  }
  .content2-item {
    flex: 0 0 100%;
  }
  .content2-item-box {
    height: auto;
  }
  .content2-dec-img {
    margin-top: 0;
  }
}