.uiwu-body .zx-btn {
  font-size: 18px;
  color: #fff;
  border-radius: 60px;
  width: 160px;
  height: 50px;
  background-color: #FF6D54;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  margin-top: 30px;
  cursor: pointer;
  transition: background-color .5s; }
  .uiwu-body .zx-btn img {
    position: initial;
    width: 20px;
    height: 20px;
    margin-right: 8px; }
  .uiwu-body .zx-btn:hover {
    background-color: rgba(255, 109, 84, 0.8); }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .zx-btn {
      box-shadow: 0px 10px 30px 1px rgba(255, 109, 84, 0.3); }
      .uiwu-body .zx-btn img {
        width: 0.42rem;
        height: 0.42rem; } }

.uiwu-body .car-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: url("../img/solicit_subscriptions/title-bg.png") no-repeat center bottom;
  background-size: 610px 11px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .car-title {
      background: none;
      position: relative;
      font-size: 0.52rem; }
      .uiwu-body .car-title::before {
        content: '';
        height: 0.2rem;
        width: 0.9rem;
        background-color: #FF6D54;
        position: absolute;
        bottom: 0.02rem;
        left: 50%;
        margin-left: -0.45rem; }
      .uiwu-body .car-title span {
        display: inline;
        position: relative; }
        .uiwu-body .car-title span::after {
          content: '';
          position: absolute;
          border-top: 1px solid #e6e6e6;
          width: 2rem;
          height: 2px;
          left: 0;
          top: 50%;
          margin-left: -2.3rem; }
        .uiwu-body .car-title span::before {
          content: '';
          position: absolute;
          border-top: 1px solid #e6e6e6;
          width: 2rem;
          height: 2px;
          right: 0;
          top: 50%;
          margin-right: -2.3rem; } }

.uiwu-body-head {
  height: 600px;
  background: url("../img/solicit_subscriptions/banner.png") no-repeat 0 0;
  background-size: cover; }
  .uiwu-body-head .uiwu-body-head-in {
    padding-bottom: 85px; }
    .uiwu-body-head .uiwu-body-head-in h2 {
      letter-spacing: 5px;
      font-size: 40px; }
    .uiwu-body-head .uiwu-body-head-in p {
      font-size: 24px;
      margin-bottom: 20px; }
    .uiwu-body-head .uiwu-body-head-in .label {
      color: #fff;
      width: 180px;
      display: flex;
      overflow: hidden;
      border-radius: 2px 10px 2px 10px;
      margin-bottom: 50px; }
      .uiwu-body-head .uiwu-body-head-in .label div {
        flex: 1;
        text-align: center;
        padding: 7px 0;
        font-size: 15px; }
        .uiwu-body-head .uiwu-body-head-in .label div:nth-child(1) {
          background-color: #ffae44; }
        .uiwu-body-head .uiwu-body-head-in .label div:nth-child(2) {
          background-color: #fff;
          color: #FF8E78; }
    .uiwu-body-head .uiwu-body-head-in .banner-label {
      display: flex; }
      .uiwu-body-head .uiwu-body-head-in .banner-label p {
        font-size: 16px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        border-radius: 5px;
        padding: 5px 8px;
        margin-right: 15px; }
        .uiwu-body-head .uiwu-body-head-in .banner-label p:last-child {
          margin-right: 0; }
    .uiwu-body-head .uiwu-body-head-in .zx-btn {
      margin-top: 78px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body-head {
      height: 11rem;
      background: url("../img/solicit_subscriptions/banner-ios.png") no-repeat 0 0 #fff;
      background-size: 100% 97%;
      position: relative; }
      .uiwu-body-head .uiwu-body-head-in {
        align-items: center;
        padding-bottom: 0; }
        .uiwu-body-head .uiwu-body-head-in p, .uiwu-body-head .uiwu-body-head-in h2, .uiwu-body-head .uiwu-body-head-in .label {
          display: none; }
        .uiwu-body-head .uiwu-body-head-in .zx-btn {
          margin-top: 0; } }

.uiwu-body .pattern {
  padding: 90px 0 60px; }
  .uiwu-body .pattern .zx-btn {
    margin: 70px auto 0; }
  .uiwu-body .pattern .list {
    display: flex;
    justify-content: space-between; }
    .uiwu-body .pattern .list .item {
      display: inline-block;
      vertical-align: top;
      width: 23.5%;
      margin-top: 60px;
      cursor: pointer; }
      .uiwu-body .pattern .list .item:last-child {
        margin-right: 0; }
      .uiwu-body .pattern .list .item img {
        width: 100%; }
      .uiwu-body .pattern .list .item h2 {
        font-size: 20px;
        margin: 20px 0 16px; }
      .uiwu-body .pattern .list .item p {
        color: #7C848E;
        font-size: 16px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .pattern {
      padding: 0.9rem 0.39rem 0; }
      .uiwu-body .pattern .list {
        display: block;
        margin-top: 0.26rem; }
        .uiwu-body .pattern .list .item {
          margin-top: 0.39rem;
          width: 100%;
          margin-right: 0;
          font-size: 0; }
          .uiwu-body .pattern .list .item img {
            width: 3.07rem;
            height: 2.32rem;
            border-radius: 0.15rem;
            display: inline-block;
            vertical-align: middle; }
          .uiwu-body .pattern .list .item .right {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.31rem; }
            .uiwu-body .pattern .list .item .right h2 {
              font-size: 0.36rem;
              margin-bottom: 0.31rem;
              margin-top: 0; }
            .uiwu-body .pattern .list .item .right p {
              font-size: 0.31rem;
              width: 5.45rem; }
      .uiwu-body .pattern .zx-btn {
        margin: 0.65rem auto 0.77rem; } }

.uiwu-body .process {
  padding: 50px 0 0;
  background: url("../img/solicit_subscriptions/process-bg.png") no-repeat 0 0;
  background-size: 100% auto; }
  .uiwu-body .process img {
    width: 100%;
    margin-top: 60px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .process {
      padding: 0.52rem 0.39rem 0; }
      .uiwu-body .process img {
        margin-top: 0.39rem;
        border-radius: 0.24rem; } }

.uiwu-body .exhibition {
  background: #fff;
  padding: 50px 0; }
  .uiwu-body .exhibition .list {
    margin-top: 24px;
    text-align: center; }
    .uiwu-body .exhibition .list .item {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      padding: 8px 20px;
      border: 1px solid #e6e6e6;
      border-radius: 60px;
      margin-right: 20px;
      color: #555; }
      .uiwu-body .exhibition .list .item:last-child {
        margin-right: 0; }
    .uiwu-body .exhibition .list .active {
      border-color: #FF6D54;
      color: #FF6D54; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .uiwu-body .exhibition .list {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0 0.39rem; }
        .uiwu-body .exhibition .list .item {
          font-size: 0.31rem;
          padding: 0.15rem 0.26rem;
          margin-right: 0.15rem; } }
  .uiwu-body .exhibition .swiper-pagination {
    display: none; }
  .uiwu-body .exhibition .swiper-slide img {
    width: 100%; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .uiwu-body .exhibition .swiper-slide img {
        width: 100%; } }

.uiwu-body .function {
  background: url("../img/solicit_subscriptions/function-bg.png") no-repeat 0 0;
  background-size: cover;
  height: 770px;
  margin-top: 150px;
  position: relative; }
  .uiwu-body .function .car-title {
    display: none; }
  .uiwu-body .function .list {
    margin-top: -50px;
    font-size: 0; }
    .uiwu-body .function .list .item {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: top;
      width: 20%;
      height: 62px;
      margin-top: 32px;
      font-size: 20px;
      color: #fff;
      cursor: pointer; }
      .uiwu-body .function .list .item img {
        margin-right: 18px;
        width: 40px; }
      .uiwu-body .function .list .item .no {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        font-family: Roboto-Regular, Roboto;
        margin-right: 24px;
        background-color: rgba(255, 255, 255, 0.24);
        display: flex;
        justify-content: center;
        align-items: center; }
    .uiwu-body .function .list .active {
      background-color: #FF6D54;
      box-shadow: 0px 10px 30px 1px rgba(255, 109, 84, 0.26);
      border-radius: 30px; }
  .uiwu-body .function #banner {
    position: relative;
    top: -90px;
    width: 1200px; }
    .uiwu-body .function #banner .swiper-container .swiper-slide {
      transition: transform .5s;
      transform: scale(0.8); }
      .uiwu-body .function #banner .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%; }
    .uiwu-body .function #banner .swiper-container .swiper-slide-active {
      transform: scale(1); }
    .uiwu-body .function #banner .swiper-pagination {
      width: 100%;
      margin-top: 20px; }
    .uiwu-body .function #banner .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
      background-color: rgba(255, 255, 255, 0.7);
      width: 8px;
      height: 8px;
      opacity: 1; }
    .uiwu-body .function #banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #fff;
      width: 60px;
      border-radius: 8px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .function {
      background: url("../img/solicit_subscriptions/function-bg-ios.png") no-repeat top 2.85rem center;
      background-size: cover;
      height: 15rem;
      margin: 0.77rem 0 0;
      padding: 0 0.39rem 0.39rem; }
      .uiwu-body .function .car-title {
        display: block; }
      .uiwu-body .function #banner {
        display: inline-block;
        vertical-align: middle;
        width: 5.5rem;
        top: 0; }
        .uiwu-body .function #banner .swiper-container .swiper-slide {
          width: 5.5rem;
          height: 11.6rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .uiwu-body .function #banner .swiper-container .swiper-slide img {
            height: initial; }
        .uiwu-body .function #banner .swiper-pagination {
          margin-top: 0; }
        .uiwu-body .function #banner .swiper-pagination-bullets .swiper-pagination-bullet {
          margin: 0 5px;
          background-color: rgba(255, 255, 255, 0.7);
          width: 0.15rem;
          height: 0.15rem;
          opacity: 1; }
        .uiwu-body .function #banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background-color: #fff;
          width: 0.77rem;
          border-radius: 8px; }
      .uiwu-body .function .list {
        display: inline-block;
        vertical-align: middle;
        width: 3rem;
        margin-top: 2.5rem;
        margin-left: 0.39rem; }
        .uiwu-body .function .list .item {
          width: 100%;
          display: flex;
          height: 0.8rem;
          font-size: 0.26rem;
          margin-top: 0.31rem; }
          .uiwu-body .function .list .item .no {
            width: 0.52rem;
            height: 0.52rem;
            font-size: 0.26rem; } }

.uiwu-body .advantage {
  background: url("../img/solicit_subscriptions/advantage-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 70px 0 60px; }
  .uiwu-body .advantage .zx-btn {
    margin: 30px auto 0; }
  .uiwu-body .advantage-box2 {
    padding-top: 40px;
    justify-content: space-between;
    background: url("../img/lock_rental/28.png") no-repeat 0 bottom;
    background-size: 100% auto;
    padding-bottom: 177px; }
    .uiwu-body .advantage-box2 .item {
      width: 180px;
      height: 200px;
      background: #FFF;
      box-shadow: 0px 6px 28px 1px rgba(21, 22, 25, 0.09);
      border-radius: 8px 8px 8px 8px;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 24px 30px 0;
      text-align: center; }
      .uiwu-body .advantage-box2 .item img {
        width: 84px;
        height: 84px; }
      .uiwu-body .advantage-box2 .item p {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #212121; }
      .uiwu-body .advantage-box2 .item span {
        font-size: 14px;
        font-weight: 400;
        color: #7C848E;
        line-height: 22px; }
      .uiwu-body .advantage-box2 .item:nth-child(1) {
        top: 117px; }
      .uiwu-body .advantage-box2 .item:nth-child(3) {
        top: 117px; }
      .uiwu-body .advantage-box2 .item:nth-child(5) {
        top: 117px; }
      .uiwu-body .advantage-box2 .item::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid #FFF;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto; }
  .uiwu-body .advantage-box {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px; }
    .uiwu-body .advantage-box .item {
      width: 180px;
      height: 260px;
      background: #FFFFFF;
      box-shadow: 0px 24px 50px 1px rgba(27, 27, 126, 0.04);
      border-radius: 8px 8px 8px 8px;
      margin-bottom: 24px;
      padding: 24px;
      cursor: pointer;
      text-align: center; }
      .uiwu-body .advantage-box .item img {
        margin: 0 auto; }
      .uiwu-body .advantage-box .item p {
        font-size: 18px;
        font-weight: 800;
        color: #222222;
        margin-top: 24px; }
      .uiwu-body .advantage-box .item span {
        display: block;
        margin-top: 14px;
        font-size: 14px;
        font-weight: 400;
        color: #7C848E; }
      .uiwu-body .advantage-box .item:hover {
        content: "";
        background: linear-gradient(133deg, #FF7F50 0%, #FF5C40 100%);
        box-shadow: 0px 24px 50px 1px rgba(83, 58, 47, 0.04);
        border-radius: 8px 8px 8px 8px; }
        .uiwu-body .advantage-box .item:hover p, .uiwu-body .advantage-box .item:hover span {
          color: #FFF; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .advantage {
      background: url("../img/solicit_subscriptions/advantage-bg-ios.png") no-repeat 0 0;
      background-size: 100% 100%;
      padding: 0.65rem 0 0.77rem; }
      .uiwu-body .advantage-box2 {
        flex-wrap: wrap;
        padding: 0.13rem 0.39rem;
        background: url("../img/solicit_subscriptions/advantage-box2-bg-ios.png") no-repeat 0 4.5rem;
        background-size: 100% 74%; }
        .uiwu-body .advantage-box2 .item {
          width: 4.4rem;
          height: initial;
          top: 0 !important;
          padding: 0.31rem;
          margin-bottom: 1rem; }
          .uiwu-body .advantage-box2 .item img {
            width: 1.81rem;
            height: initial; }
          .uiwu-body .advantage-box2 .item p {
            font-size: 0.36rem;
            line-height: initial; }
          .uiwu-body .advantage-box2 .item span {
            width: 2.58rem;
            display: block;
            font-size: 0.31rem;
            line-height: initial;
            margin-top: 0.26rem; }
      .uiwu-body .advantage-box {
        padding: 0 0.39rem;
        margin-top: 0.52rem;
        align-items: flex-start; }
        .uiwu-body .advantage-box .item {
          width: 4.4rem;
          height: auto;
          padding: 0.31rem 0.36rem;
          text-align: left;
          margin-bottom: 0.34rem;
          margin-right: 0; }
          .uiwu-body .advantage-box .item img {
            display: inline-block;
            vertical-align: middle;
            width: 0.83rem;
            margin: 0 0; }
          .uiwu-body .advantage-box .item p {
            font-size: 0.34rem;
            display: inline-block;
            margin-top: 0;
            vertical-align: middle; }
          .uiwu-body .advantage-box .item span {
            display: block;
            font-size: 0.31rem;
            width: auto;
            margin: 0.13rem auto 0;
            line-height: initial; } }

.uiwu-body .present-situation {
  padding: 60px 0 0px; }
  .uiwu-body .present-situation-detail {
    height: 500px;
    background: url("../img/solicit_subscriptions/industry-img.png") no-repeat center center;
    background-size: 476px 367px;
    padding: 60px 0 0; }
    .uiwu-body .present-situation-detail .list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .uiwu-body .present-situation-detail .list:nth-child(2) {
        padding: 0 40px;
        margin-top: 191px; }
      .uiwu-body .present-situation-detail .list .item {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 8px 25px 1px rgba(155, 155, 155, 0.16);
        padding: 20px; }
        .uiwu-body .present-situation-detail .list .item h3 {
          font-size: 20px; }
        .uiwu-body .present-situation-detail .list .item p {
          font-size: 16px;
          color: #7C848E;
          margin-top: 16px;
          width: 352px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-body .present-situation {
      padding: 0.71rem 0 0.77rem;
      background-color: #fff; }
      .uiwu-body .present-situation-detail {
        background: url("../img/solicit_subscriptions/industry-img-ios.png") no-repeat top center;
        background-size: 5.11rem;
        margin-top: 0.4rem;
        height: initial;
        padding-top: 3.2rem; }
        .uiwu-body .present-situation-detail .list {
          padding: 0 0.39rem;
          margin-bottom: 0.31rem; }
          .uiwu-body .present-situation-detail .list .item {
            width: 4.3rem;
            padding: 0.26rem;
            background-color: #FFFFFF;
            box-shadow: 0px 0px 25px 1px rgba(155, 155, 155, 0.16); }
            .uiwu-body .present-situation-detail .list .item:last-child {
              margin-bottom: 0; }
            .uiwu-body .present-situation-detail .list .item h3 {
              font-size: 0.36rem; }
            .uiwu-body .present-situation-detail .list .item p {
              width: initial;
              font-size: 0.31rem;
              margin-top: 0.26rem; }
          .uiwu-body .present-situation-detail .list:nth-child(2) {
            padding: 0.31rem;
            margin-top: 0; } }

.uiwu-body-tabs {
  background: #F5F5FA; }
  .uiwu-body-tabs .tabs {
    display: flex; }
    .uiwu-body-tabs .tabs .tab {
      flex: 1;
      color: #222;
      font-size: 16px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all .5s; }
    .uiwu-body-tabs .tabs .active {
      position: relative;
      font-weight: bold; }
      .uiwu-body-tabs .tabs .active::before {
        content: '';
        position: absolute;
        width: 60px;
        height: 4px;
        background-color: #FF6D54;
        bottom: 0;
        left: 50%;
        margin-left: -30px; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-body .zx-btn {
    height: 0.9rem;
    width: 3.3rem;
    font-size: 0.36rem; }
  .uiwu-body-tabs {
    display: none; } }
