.banner {
  height: 194px;
  background: url('../../images/site/banner-bg-1.png') no-repeat center / cover;
}
.banner .container {
  position: relative;
  width: 100%;
  max-width: 678px;
  margin: auto;
  padding-top: 46px;
  box-sizing: border-box;
}
.banner .container > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 22px;
  color: #17294D;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
}
.banner .container > .desc {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}
.banner .container > .btn {
  width: 126px;
  height: 32px;
  background: #3377FF;
  box-shadow: 0 10px 20px 0 #3377ff33;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 24px auto 0;
  font-size: 12px;
}
/* 营销 */
.marketing {
  background: #E4EEFF;
}
.marketing .container {
  width: 100%;
  max-width: 678px;
  margin: 0 auto;
  padding: 20px 0;
}
.marketing .container > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  color: #17294D;
  letter-spacing: 1px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.marketing .container .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 16px;
}
.marketing .container .list .item {
  width: calc(50% - 8px);
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin: 0 16px 16px 0;
}
.marketing .container .list .item:nth-child(2n) {
  margin-right: 0;
}
.marketing .container .list .item .icon {
  width: 88px;
  height: 88px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.marketing .container .list .item:nth-child(1) .icon {
  background-image: url('../../images/site/marketing-ic-1.png');
}
.marketing .container .list .item:nth-child(2) .icon {
  background-image: url('../../images/site/marketing-ic-2.png');
}
.marketing .container .list .item:nth-child(3) .icon {
  background-image: url('../../images/site/marketing-ic-3.png');
}
.marketing .container .list .item:nth-child(4) .icon {
  background-image: url('../../images/site/marketing-ic-4.png');
}
.marketing .container .list .item .type {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 16px;
  color: #17294D;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
}
.marketing .container .list .item .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #5A5C5F;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 14px;
}
/* 介绍矩阵 */
.matrix {
  background: #F3F7FF
}
.matrix .part {
  padding: 30px 0 40px;
}
.matrix .part:nth-child(2n) {
  background: #E4EEFF;
}
.matrix .part .intro {
  max-width: 678px;
  margin: auto;
  padding: 0 16px;
}
.matrix .part .intro .img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.matrix .part .intro .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.matrix .part .intro .detail .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 16px;
  color: #17294D;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 50px;
}
.matrix .part .intro .detail .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #636B7B;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: justify;
}
.matrix .part .intro .detail .btn-wrapper {
  display: flex;
}
.matrix .part .intro .detail .btn-wrapper .btn {
  width: 100px;
  height: 34px;
  border: 1px solid #3377FF;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3377FF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.matrix .part .intro .detail .btn-wrapper .btn.active {
  background: #3377FF;
  color: #fff;
  margin-right: 24px;
  box-shadow: 0 10px 20px 0 #3377ff33;
}
/* 评测 */
.survey {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background: url('../../images/operation/survey-bg-1.png') no-repeat center / 100% 100%;
}
.survey > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  color: #17294D;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.survey > .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #535E75;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
}
.survey .btn-wrapper {
  display: flex;
  justify-content: center;
}
.survey .btn-wrapper .btn {
  width: 100px;
  height: 34px;
  border: 1px solid #3377FF;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3377FF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.survey .btn-wrapper .btn.active {
  background: #3377FF;
  color: #fff;
  margin-right: 24px;
  box-shadow: 0 10px 20px 0 #3377ff33;
}