@import "base.less";
@import "productItem.less";
.main-container {
    &.product-center {
      .van-dropdown-menu__title::after {
        //display: inline-block;
        //.squareSize(20px);
        //background: url("../images/common/icon_navigation.png") no-repeat;
        //background-size: 100%;
        //position: relative;
        //top: 4px;
        //margin-left: 7px;
      }
      .part-1 {
          height: 370px;
        .swiper-container {
          height: 370px;
          img {
            .all-full;
          }
        }

      }
      .part-2 {
        .item-container {
            margin: 10px 3px;
            .ul {
            	flex-direction: row;
	    		flex-wrap: wrap;
            }
        }
        .item {
          text-align: center;
          margin: 1px;
          border-radius: 5px;
          padding-top: 8px;
          height: 94px;
          width: 32%;
          .item-text {
            font-size: 12px;
            text-align: center;
            display: block;
            color: #333333;
            overflow-wrap: break-word;            
          }
          .item-img {
            .squareSize(40px);
          }
        }
      }
      .icon {
        display: inline-block;
        .squareSize(20px);
        background: url("../images/common/icon_navigation.png") no-repeat;
        background-size: 100%;
        position: relative;
        top: 4px;
        margin-left: 7px;
      }
      .part-4, .part-5{
        .title {
          height:35px;
          background:rgba(241,241,241,1);
          opacity: 0.8;
          font-family: PingFangSC-Regular;
          font-size: 16px;
          color: #333333;
          padding-top: 13px;
          padding-left: 20px;
        }
      }
    }
}
