@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
  header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .page {
    position: relative;
    padding-top: 2.72rem;
  }
  .page .page-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -100;
  }
  .page .section {
    position: relative;
    z-index: 1;
  }
  .page .section-1 {
    margin-bottom: 2.53rem;
  }
  .page .section-1 .img {
    width: 5.43rem;
    height: 1.16rem;
    margin-bottom: 0.16rem;
  }
  .page .section-1 .text {
    font-size: 0.48rem;
    font-family: OPPOSans-B;
    font-weight: 500;
    color: #222222;
    line-height: 0.45rem;
    letter-spacing: 0.2rem;
  }
  .page .section-2 {
    margin-bottom: 1.8rem;
  }
  .page .section-2 .page-w {
    display: flex;
  }
  .page .section-2 .page-w .box-1 {
    background: url(https://yunxiu-web.oss-cn-shanghai.aliyuncs.com/upload/img/66.png) no-repeat center;
    background-size: cover;
    width: 4.32rem;
    height: 2.89rem;
    font-size: 0.36rem;
    font-family: OPPOSans-B;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 2.89rem;
    letter-spacing: 0.04rem;
    margin-right: 2.66rem;
  }
  .page .section-2 .page-w .box-2 {
    height: 2.89rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page .section-2 .page-w .box-2 .item {
    position: relative;
  }
  .page .section-2 .page-w .box-2 .item::before {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #3557A5;
    border-radius: 50%;
    position: absolute;
    top: 0.1rem;
    left: -0.2rem;
  }
  .page .section-2 .page-w .box-2 .item .text-1 {
    font-size: 0.2rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #222222;
    line-height: 0.3rem;
  }
  .page .section-2 .page-w .box-2 .item .text-2 {
    font-size: 0.2rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #222222;
    line-height: 0.3rem;
  }
  .page .section-4 .page-w .top-box {
    margin-bottom: 1.03rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page .section-4 .page-w .top-box .title-out {
    background: url(https://yunxiu-web.oss-cn-shanghai.aliyuncs.com/upload/img/74.png) no-repeat center;
    background-size: 100% 100%;
    width: 1.88rem;
    height: 1.28rem;
    font-size: 0.36rem;
    font-family: OPPOSans-B;
    letter-spacing: 0.03rem;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 1.28rem;
  }
  .page .section-4 .page-w .top-box .back {
    display: flex;
    cursor: pointer;
    color: #626262;
  }
  .page .section-4 .page-w .top-box .back:hover {
    color: #2A2A2A;
  }
  .page .section-4 .page-w .top-box .back .icon {
    font-size: 0.2rem;
    line-height: 0.19rem;
    margin-right: 0.1rem;
  }
  .page .section-4 .page-w .top-box .back .text {
    font-size: 0.2rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    line-height: 0.19rem;
  }
  .page .section-4 .page-w .item {
    margin-bottom: 1.8rem;
  }
  .page .section-4 .page-w .item .title-box {
    margin-bottom: 0.6rem;
    display: flex;
  }
  .page .section-4 .page-w .item .title-box .title {
    width: 2.95rem;
    height: 0.59rem;
    background: #3557A5;
    text-align: center;
    font-size: 0.24rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.59rem;
    margin-right: 0.47rem;
    flex-shrink: 0;
  }
  .page .section-4 .page-w .item .title-box .desc {
    margin-bottom: 0.08rem;
  }
  .page .section-4 .page-w .item .title-box .desc .text-1 {
    font-size: 0.25rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #222222;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .page .section-4 .page-w .item .title-box .desc .text-2 {
    font-size: 0.16rem;
    font-family: OPPOSans-R;
    font-weight: 300;
    color: #8A8A8A;
    white-space: pre-wrap;
  }
  .page .section-4 .page-w .item .list .item {
    width: 100%;
    height: 1.7rem;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-bottom: 0.56rem;
    display: flex;
    align-items: center;
  }
  .page .section-4 .page-w .item .list .item .img {
    width: 3.4rem;
    height: 1.7rem;
    display: block;
    margin-right: 0.6rem;
  }
  .page .section-4 .page-w .item .list .item .desc {
    width: 8.97rem;
    font-size: 0.24rem;
    font-family: OPPOSans-B;
    font-weight: 400;
    color: #222222;
  }
}
@media (max-width: 768px) {
  body {
    background-color: #fff;
  }
  .page {
    position: relative;
    overflow: hidden;
  }
  .page .page-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 452px;
    object-fit: cover;
    z-index: -100;
  }
  .page .section {
    position: relative;
    z-index: 1;
  }
  .page .section-1 {
    margin-bottom: 93px;
    padding-top: 105px;
  }
  .page .section-1 .img {
    width: 226px;
    height: 49px;
    margin-bottom: 12px;
  }
  .page .section-1 .text {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 18px;
    font-family: OPPOSans-B;
    letter-spacing: 4px;
  }
  .page .section-2 {
    margin-bottom: 50px;
  }
  .page .section-2 .page-w .box-1 {
    font-size: 13px;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 12px;
    font-family: OPPOSans-B;
    letter-spacing: 4px;
    margin-bottom: 26px;
  }
  .page .section-2 .page-w .box-2 .item {
    position: relative;
    padding-left: 10px;
    margin-bottom: 24px;
  }
  .page .section-2 .page-w .box-2 .item::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #3557A5;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .page .section-2 .page-w .box-2 .item .text-1 {
    font-size: 11px;
    font-weight: 400;
    color: #222222;
    font-family: OPPOSans-R;
    letter-spacing: 2px;
  }
  .page .section-2 .page-w .box-2 .item .text-2 {
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    color: #222222;
    font-family: OPPOSans-R;
  }
  .page .section-4 .page-w {
    width: 322px;
  }
  .page .section-4 .page-w .top-box {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page .section-4 .page-w .top-box .title-out {
    width: 71px;
    height: 44px;
    background: url(https://yunxiu-web.oss-cn-shanghai.aliyuncs.com/upload/img/74.png) no-repeat center;
    background-size: 100% 100%;
    font-family: OPPOSans-B;
    font-size: 16px;
    font-weight: 500;
    color: #2A2A2A;
    line-height: 44px;
  }
  .page .section-4 .page-w .top-box .back {
    height: 44px;
    align-items: center;
    display: flex;
    cursor: pointer;
    color: #626262;
  }
  .page .section-4 .page-w .top-box .back .icon {
    font-size: 15px;
    line-height: 15px;
    margin-right: 6px;
  }
  .page .section-4 .page-w .top-box .back .text {
    font-size: 15px;
    font-family: OPPOSans-R;
    font-weight: 400;
    line-height: 15px;
  }
  .page .section-4 .page-w .item {
    width: 100%;
  }
  .page .section-4 .page-w .item .title-box {
    margin-bottom: 40px;
    display: flex;
  }
  .page .section-4 .page-w .item .title-box .title {
    text-align: center;
    width: 148px;
    height: 29px;
    background: #3557A5;
    font-size: 12px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
  }
  .page .section-4 .page-w .item .title-box .desc {
    display: none;
  }
  .page .section-4 .page-w .item .list {
    width: 100%;
    margin: 0 auto;
  }
  .page .section-4 .page-w .item .list .item {
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-bottom: 40px;
    background: #3557A5;
  }
  .page .section-4 .page-w .item .list .item .img {
    width: 100%;
    height: 161px;
    display: block;
  }
  .page .section-4 .page-w .item .list .item .desc {
    width: 80%;
    padding: 20px 0;
    font-size: 13px;
    font-family: Avenir;
    font-weight: 800;
    color: #FDFDFD;
    margin: 0 auto;
  }
}
#page {
  width: 100%;
  margin: 0 auto 20px;
  color: #666;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
#page li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  cursor: pointer;
  color: #666;
  font-size: 13px;
  line-height: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dce0e0;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.xl-nextPage,
.xl-prevPage {
  width: 60px;
  color: #09141a;
  height: 28px;
}
#page li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
#page li.xl-active {
  background-color: #09141a;
  border-color: #09141a;
  color: #FFF;
}
