 *{
        padding: 0;
        margin: 0;
      }
      .tit{
        text-align:center;
        height: 12rem;
        line-height: 12rem;
        font-size: 48px;color:#515151;
      }
.shadow{
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175);
    }

    .disabledlink{
      color:#b7b7b7 !important;
    }

    .disabledlink:hover{
      text-decoration: none !important;
    }


    .pro-content{
      background: #f7f7f7;
      width:100%;
      display: flex;
      flex-direction:column;
      align-items: center;
      padding: 3rem 0;
    }

    .pro-item{
      background: #ffffff;
      width:81rem;
      display: flex;
      border-radius: 1rem;
      padding: 1rem;
      margin-top: 2.5rem;
    }

    .pro-item:first-child{
      margin-top: 0;
    }

    .pro-img{
      height:18rem;
      border-radius: 1rem;
    }

    .pro-info{
      flex:1;
      padding:1rem 0 0 2rem;
      overflow:hidden;
    }

    .pro-name{
      border-bottom: 1px solid #000000;
      color: #000000;
      font-size: 1.6rem;
      font-weight: bold;
      cursor: pointer;
      position: absolute;
    }

    .pro-name:hover{
      color: var(--maincolor);
      border-color: var(--maincolor);
    }

    .pro-property{
        cursor: pointer;
        font-size: 1.1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .pro-property span{
      display: inline-block;
      width: 8rem;

    }
    .pro-price-item{
      width:20rem;
      display:flex;
      align-items: center;
    }
    .pro-price{
      font-size: 1.1rem;
    }
    .pro-price span{
      font-size: 2rem;
      color:var(--maincolor);
      font-weight: bold;
      margin-right: 1rem;
    }


    .pro-file{
      width:10rem;
      display: flex;
      align-items: flex-end;
    }
    .pro-file a{
      display: block;
      font-size: 1.2rem;
      line-height: 2.2;
      color:#495057;
    }
    .pro-file a:hover{
     
      color:var(--maincolor);
      text-decoration: underline;
    }

    .pro-btn{
      width:rem;
      display: flex;
      
      align-items:flex-end;
    }

    .pro-btn div{
      background: var(--maincolor);
      color:#fff;
      font-size: 1.2rem;
      padding:0 0.8rem;
      border-radius: 0.2rem;
      cursor: pointer;
    }
