﻿/* 行业解决方案--服装 */
p {
    margin: 0;
    padding: 0;
  }
  
  .colorful {
    font-size: 0.48rem;
    background-image: -webkit-linear-gradient(
      top,
      #ffffff,
      #ffffff,
      #dae9fd,
      #87b7f8,
      #4a92f6,
      #3487f4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .white {
    color: #fff !important;
  }
  
  .grey {
    color: #a0a0a1 !important;
  }
  
  .clothing .section {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  
  .clothing .section .wrapper {
    width: 98%;
    margin: auto;
  }
  
  .clothing .section .wrapper .img {
    margin: auto;
    display: block;
  }
  
  .clothing .section h1 {
    color: #333;
    text-align: center;
    font-size: 0.2rem;
    margin: 0.44rem 0 0.08rem 0;
    font-weight: normal;
  }
  
  .clothing .section p.desc {
    color: #545356;
    text-align: center;
    font-size: 0.14rem;
    margin-bottom: 0.15rem;
  }
  
  .clothing .section1 {
    position: relative;
    background-image: url(/Images/posShops/clothing/1.jpg);
    height: 4rem;
  }
  
  .clothing .section1 .title_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .clothing .section1 .title_wrapper .line {
    width: 1rem;
    height: 0.04rem;
    background: #fff;
    display: block;
    margin: auto;
    border-radius: 0.6rem;
    margin: 0.04rem auto 0.02rem;
  }
  
  .clothing .section1 .title_wrapper h1 {
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-size: 0.4rem;
    text-shadow: 2px 2px 4px #333232;
  }
  
  .clothing .section1 .cover-top {
    position: absolute;
    width: 100%;
    top: 0;
  }
  
  .clothing .section1 .cover-top h1 {
    text-shadow: unset;
  }
  
  .clothing .section2 {
    position: relative;
    background-image: url(/Images/posShops/clothing/2-2.jpg);
  }

  .clothing .section2 .img {
    padding: 0rem 0 0.35rem 0;
  }
  
  .clothing .section3 {
    position: relative;
    background-image: url(/Images/posShops/clothing/3-2.jpg);
  }
  
  .clothing .section3 .img {
    padding: 0rem 0 0.2rem 0;
  }
  
  .clothing .section4 {
    position: relative;
    background-image: url(/Images/posShops/clothing/4-2.jpg);
  }
  
  .clothing .section4 .img {
    padding: 0rem 0 0.7rem 0
  }
  
  .clothing .section5 {
    position: relative;
    background-image: url(/Images/posShops/clothing/5-2.jpg);
  }
  
  .clothing .section5 .img {
    padding: 0 0 0.4rem 0;
  }
  
  .clothing .section6 {
    position: relative;
    background-image: url(/Images/posShops/clothing/6-2.jpg);
  }
  
  .clothing .section6 .img {
    padding: 0 0 0.4rem 0;
  }
  
  .clothing .section7 {
    position: relative;
    background-image: url(/Images/posShops/clothing/7-2.jpg);
  }
  
  .clothing .section7 .img {
    padding: 0 0 0.15rem 0;
  }
  
  .clothing .section8 {
    position: relative;
    background-image: url(/Images/posShops/clothing/8-2.jpg);
  }
  
  .clothing .section8 .img {
    padding: 0.1rem 0 0.35rem 0;
  }
