.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  .group-cus .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 42px 0;
  }
  .group-cus .title h1{
  font-weight: 600;
  }
  .group-cus .title .red-line{
   width: 40px;
   height: 3px;
   background-color: #a51f31;
  }
  .group-cus .title .eng{
   margin: 10px 0 18px 0;
   color: #999;
   }
   .group-cus{
     padding-bottom: 3.5rem;
   }
   .liucheng-item {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: flex-start;
       height: 334px;
       padding: 0 35px;
       box-sizing: border-box;
       background: #f2f2f2;
       margin-bottom: 3.5rem;
   }
   .liucheng-item .liucheng-title{
    padding: 35px 0 32px 0;
    font-weight: 600;
    font-size: 1.12rem;
}
.liucheng-item .msg{
    color: #9a9a9a;
    line-height: 24px;
 }
@media screen and (min-width: 992px){
    .liucheng-item .msg{
        height: 140px;
        overflow: hidden;
     }
 }


.my-search{
    margin: 2rem 0 4rem 0;
    height: 62px;
    text-align: center;
    }
    .my-search input{
        width: 40rem;
        height: 100%;
        padding: 0 1rem;
        border: none;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
        border-right: none;
        background-color: #f2f2f2;
        font-size: 1.03rem;
    }
    .my-search img{
        position: relative;
        right: 10px;
        top: -2px;
        cursor: pointer;
    }
 

    @media screen and (min-width: 760px) and (max-width: 992px) {
       .my-search input{
        width: 20rem;
      }
    }
    @media screen and (max-width: 760px){
        .my-search input{
            width: 224px;
          }
     }
/* .order-list .first-col,
.order-list .second-col{
  height: 60px;
  border-bottom: 1px solid #f5f5f5;
}
.order-list .first-col{
  border-top: 1px solid #f5f5f5;
} */
.top-title{
  position: relative;
}

.return{
  position: absolute;
  top: 70px;
  right: 40px;
  width: 90px;
  height: 40px;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 40px;
}
.return:hover{
  position: absolute;
  top: 70px;
  right: 40px;
  width: 90px;
  height: 40px;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #a61e32;
}
.orders table{
  width: 100%;
}
.orders table td{
  height: 60px;
  text-align: center;
}
.orders table thead{
  background-color: #000;
  color: #fff;
  border: none;
}
.orders table tr{
 border: 1px solid #eee;
 border-top: none;
}
.orders .seemore{
display: inline-block;
width: 98px;
height: 36px;
text-align: center;
line-height: 36px;
cursor: pointer;
border: 1px solid #c8c8c8;
}
.orders .tbg:hover{
 background-color: #a51e35;
 color: #fff;
  }
  .orders-detail table td{
    text-align: left;
      width:330px;
  }
  .orders-detail table tr{
    border: none;
  }

  .orders-detail table tr{
    border-bottom: 1px solid #e6e6e6;
  }
  .orders-detail table tr:nth-child(1){
    border-top: 1px solid #e6e6e6;
  }
  .orders .noimg{
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .orders .noimg{
    width: 100%;
    padding: 50px 0;
  }
