body {
  background-color: #F8F8FF;
}
.main {
  margin-bottom: 28px;
}
.main .banner {
  width: 100%;
}
.main .content {
  position: relative;
  width: 1200px;
  margin: -68px auto 0 auto;
  padding: 68px 34px;
  background-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.main .content .buy-btn {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: 25px;
  width: 234px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(90deg, #EFA354, #EB561B);
  box-shadow: 0px 0px 29px 2px rgba(20, 32, 243, 0.23);
  border-radius: 30px;
}
.main .content .row {
  display: flex;
  align-items: center;
  min-height: 200px;
  border-left: 1px solid #EFEFFF;
  border-right: 1px solid #EFEFFF;
  border-bottom: 1px solid #EFEFFF;
}
.main .content .row:nth-of-type(1) {
  border-top: 1px solid #EFEFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main .content .row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main .content .row:nth-of-type(2n + 1) {
  background-color: #F8F8FF;
}
.content .row .col2 {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
}

.content .row .col2 span{
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.content .row .col {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
}
.content .row .icon {
  margin-right: 26px;
  width: 90px;
  height: 90px;
}
.content .row .detail {
  line-height: 24px;
  color: #333;
  font-size: 14px;
}
.content .row .detail .title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.content .row .detail .title .tag {
  margin-left: 6px;
  padding: 0 8px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #FFB65F, #FF6701);
  border-radius: 11px 11px 11px 0px;
}

.content .theme {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.content .cross-row {
  display: flex;
  border: 1px solid #EFEFFF;
  border-radius: 10px;
}
.content .cross-row .col {
  flex: 0 0 25%;
  padding: 55px 42px;
  box-sizing: border-box;
}
.main .content .cross-row .col:nth-child(odd) {
  background-color: #F8F8FF;
}
.content .cross-row .col .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.content .cross-row .col .title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.content .cross-row .col .text {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.content .tips{
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  padding: 12px 0 15px 0;
}

.shop-footer .btn-buy {
  display: inline-block;
  width: 210px;
  height: 58px;
  line-height: 58px;
  margin: 4px 4px 0 140px;
  background: linear-gradient(90deg, #EFA354, #EB561B);
  box-shadow: 0px 0px 29px 2px rgba(20, 32, 243, 0.23);
  border-radius: 29px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
