body {
  background: #f7f7f7; }

.uiwu-body {
  margin-bottom: 125px;
  min-width: 1200px; }
  .uiwu-body .recommend-label {
    margin-top: 30px;
    font-size: 18px;
    color: #555; }
  .uiwu-body .case-content {
    flex: 1;
    margin-top: 30px;
    background-color: #FAFAFA;
    padding: 15px;
    font-size: 16px; }
  .uiwu-body .recommend {
    margin-right: 60px; }
    .uiwu-body .recommend .recommend-list .recommend-item {
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      width: 350px;
      box-shadow: 0px 5px 20px rgba(18, 77, 14, 0.1);
      cursor: pointer;
      margin-top: 30px; }
      .uiwu-body .recommend .recommend-list .recommend-item img {
        width: 100%;
        height: auto; }
      .uiwu-body .recommend .recommend-list .recommend-item .label {
        text-align: center;
        height: 50px;
        line-height: 50px; }
      .uiwu-body .recommend .recommend-list .recommend-item .logo {
        position: absolute;
        top: 0;
        bottom: 50px;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity .3s; }
        .uiwu-body .recommend .recommend-list .recommend-item .logo img {
          width: 70px;
          height: 70px; }
      .uiwu-body .recommend .recommend-list .recommend-item:hover .logo {
        opacity: 1; }
  .uiwu-body-detailss {
    width: 1350px;
    min-height: 500px;
    margin: 0 auto 30px;
    background-color: #fff;
    border-radius: 50px 50px 0px 0px;
    margin-top: -55px;
    position: relative;
    z-index: 19;
    padding: 50px 75px 100px; }
    .uiwu-body-detailss .detail-biaoti {
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 40px; }
    .uiwu-body-detailss-img {
      padding: 0 25px; }
      .uiwu-body-detailss-img img {
        width: 100%; }
    .uiwu-body-detailss-button {
      margin-top: 60px;
      margin-left: 410px;
      display: flex;
      flex-direction: column; }
      .uiwu-body-detailss-button a {
        font-size: 16px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #222222;
        opacity: 1; }
        .uiwu-body-detailss-button a:nth-child(1) {
          margin-bottom: 20px; }
  .uiwu-body-head {
    position: relative;
    width: 100%;
    height: 470px; }
    .uiwu-body-head img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .uiwu-body-head-in {
      position: relative;
      z-index: 9;
      width: 1200px;
      margin: 0 auto;
      height: 100%;
      justify-content: flex-end;
      padding-bottom: 100px; }
      .uiwu-body-head-in h2 {
        margin-bottom: 24px;
        font-size: 36px;
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        color: #FFFFFF; }
      .uiwu-body-head-in p {
        font-size: 20px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: 39px; }
  .uiwu-body-case {
    margin-top: 30px;
    position: relative;
    z-index: 9; }
    .uiwu-body-case-menu {
      padding-bottom: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 70px; }
      .uiwu-body-case-menu a {
        padding: 0 17px;
        height: 36px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        border-radius: 10px;
        margin: 0 5px;
        font-size: 14px;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        color: #222222;
        display: flex;
        align-items: center;
        justify-content: center; }
        .uiwu-body-case-menu a:nth-child(1) {
          margin-left: 0; }
        .uiwu-body-case-menu a:last-child {
          margin-right: 0; }
        .uiwu-body-case-menu a.active {
          color: #1BD99E;
          border-color: #1BD99E; }
        .uiwu-body-case-menu a:hover {
          color: #1BD99E;
          border-color: #1BD99E; }
    .uiwu-body-case .uiwu-case-tab2 {
      width: 1200px;
      height: 60px;
      margin: 0 auto; }
      .uiwu-body-case .uiwu-case-tab2 a {
        flex: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: #555;
        font-family: Microsoft YaHei UI;
        text-align: center;
        position: relative;
        margin-right: 20px;
        border-radius: 40px;
        border: 1px solid #e6e6e6;
        background-color: #fff; }
        .uiwu-body-case .uiwu-case-tab2 a:last-child {
          margin-right: 0; }
        .uiwu-body-case .uiwu-case-tab2 a p {
          font-size: 24px; }
        .uiwu-body-case .uiwu-case-tab2 a span {
          font-size: 14px;
          font-weight: 400; }
        .uiwu-body-case .uiwu-case-tab2 a img {
          position: absolute;
          bottom: 0;
          opacity: 0;
          left: 50%;
          margin-left: -22px;
          transition: bottom 0.2s; }
        .uiwu-body-case .uiwu-case-tab2 a:hover {
          background: #1BD99E;
          color: #fff;
          border-color: #1BD99E; }
        .uiwu-body-case .uiwu-case-tab2 a.active {
          background: #1BD99E;
          color: #fff;
          border-color: #1BD99E; }
          .uiwu-body-case .uiwu-case-tab2 a.active img {
            bottom: -22px;
            opacity: 1;
            transition: bottom 0.2s; }
    .uiwu-body-case .uiwu-case-box {
      width: 1200px;
      margin: 0 auto;
      margin-top: 50px; }
      .uiwu-body-case .uiwu-case-box ul {
        display: flex;
        flex-wrap: wrap; }
        .uiwu-body-case .uiwu-case-box ul li {
          width: 380px;
          margin-right: 30px;
          margin-bottom: 40px;
          background-color: #fff; }
          .uiwu-body-case .uiwu-case-box ul li a {
            display: block; }
          .uiwu-body-case .uiwu-case-box ul li:nth-child(3n + 0) {
            margin-right: 0; }
          .uiwu-body-case .uiwu-case-box ul li img {
            width: 90px;
            height: 30px; }
          .uiwu-body-case .uiwu-case-box ul li .goods {
            width: 380px;
            height: 260px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden; }
            .uiwu-body-case .uiwu-case-box ul li .goods img {
              width: auto;
              height: auto; }
          .uiwu-body-case .uiwu-case-box ul li h2 {
            margin: 24px 0 12px;
            font-size: 24px;
            font-family: Microsoft YaHei UI;
            font-weight: 600;
            color: #222222;
            padding: 0 20px; }
          .uiwu-body-case .uiwu-case-box ul li p {
            font-size: 16px;
            font-family: Microsoft YaHei UI;
            font-weight: 400;
            color: #999999;
            margin-bottom: 24px;
            padding: 0 20px;
            line-height: 24px; }
    .uiwu-body-case .uiwu-case button {
      width: 220px;
      height: 60px;
      background: #FFFFFF;
      border: 1px solid #E6E6E6;
      margin: 0 auto;
      display: block;
      margin-top: 20px;
      cursor: pointer;
      font-size: 24px;
      font-family: Microsoft YaHei UI;
      font-weight: 400;
      color: #999999; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-body {
    min-width: initial; }
  .ios-recommend .recommend-list .recommend-item {
    border-radius: 0.13rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0.13rem 0.53rem rgba(18, 77, 14, 0.1);
    cursor: pointer;
    margin-top: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.26rem;
    width: 2.81rem; }
    .ios-recommend .recommend-list .recommend-item:nth-child(3n) {
      margin-right: 0; }
    .ios-recommend .recommend-list .recommend-item img {
      width: 100%;
      height: auto; }
    .ios-recommend .recommend-list .recommend-item .label {
      text-align: center;
      height: 1.06rem;
      line-height: 1.06rem;
      color: #000;
      font-size: 0.37rem; }
    .ios-recommend .recommend-list .recommend-item .logo {
      position: absolute;
      top: 0;
      bottom: 1.33rem;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity .3s; }
      .ios-recommend .recommend-list .recommend-item .logo img {
        width: 1.86rem;
        height: 1.86rem; }
  .uiwu-body-detailss-button {
    margin: 0.53rem 0 0; }
  .uiwu-body .case-content {
    font-size: 0.42rem;
    background-color: #fff; }
  .uiwu-body-detailss {
    width: initial;
    padding: 15px;
    margin-top: -1.06rem;
    border-radius: 0.53rem 0.53rem 0 0;
    margin-bottom: 0; }
    .uiwu-body-detailss-img {
      padding: 0 0; }
    .uiwu-body-detailss .detail-biaoti {
      font-size: 0.53rem;
      margin-bottom: 0.4rem; }
  .uiwu-body-case {
    margin: 0.4rem; }
    .uiwu-body-case .uiwu-case-tab2, .uiwu-body-case .uiwu-case-box {
      width: initial; }
    .uiwu-body-case .uiwu-case-tab2 {
      display: block;
      height: auto; }
      .uiwu-body-case .uiwu-case-tab2 a {
        display: inline-block;
        vertical-align: middle;
        width: 2.66rem;
        margin-right: 0;
        padding: 0.18rem 0;
        margin-top: 0.26rem; }
        .uiwu-body-case .uiwu-case-tab2 a p {
          font-size: 0.37rem; }
    .uiwu-body-case .uiwu-case-box {
      width: initial;
      margin-top: 0.8rem; }
      .uiwu-body-case .uiwu-case-box ul li {
        margin-right: 0;
        margin-bottom: 0.53rem;
        width: 4.33rem; }
        .uiwu-body-case .uiwu-case-box ul li:nth-child(2n) {
          margin-left: 0.53rem; }
        .uiwu-body-case .uiwu-case-box ul li .goods {
          width: 100%;
          height: auto; }
        .uiwu-body-case .uiwu-case-box ul li h2 {
          font-size: 0.37rem;
          margin-top: 0.33rem;
          padding: 0 0.26rem; }
        .uiwu-body-case .uiwu-case-box ul li p {
          padding: 0 0.26rem;
          font-size: 0.37rem;
          margin-bottom: 0.33rem; }
  .list-more {
    color: #555;
    text-align: center;
    margin: 0.53rem 0; }
  .uiwu-body-head {
    height: 9.13rem; }
  .uiwu-body-head-in {
    width: initial;
    padding-bottom: 0;
    margin: 0 0.4rem; }
    .uiwu-body-head-in h2 {
      font-size: 0.53rem;
      margin-bottom: 0.26rem; }
    .uiwu-body-head-in p {
      font-size: 0.37rem;
      opacity: .8;
      margin-bottom: 0.8rem; }
  .detail-in {
    padding-bottom: 0.93rem; } }
