﻿
        .select {
            border: 1px solid #ededed;
            font-size: 14px;
            line-height: 38px;
            height: 38px;
        }

        #shenqing {
            display: flex;
            flex-direction: row;
            width: 100%;
            border-bottom: 1px solid #ededed;
            padding-top: 10px;
        }

           

        .auc, .lot {
            padding-right: 10px;
        }
        .auc {
           width:80%;
           display:flex;
           justify-content:flex-end;
        }
            .auc select {
              padding-left:30px;
              padding-right:30px;
               
            }
        th {
            font-weight: bold;
            color: #9C8160;
        }
        .vip-table {
            padding-top:20px;
           display:flex;
           flex-direction:column;
        }
        .table-item {
            padding-top:10px;
            padding-bottom:20px;
            border-bottom:1px solid #e5e5e5;
            display:flex;
            flex-direction:row;
            justify-content:space-between;

        }
        .item1 {
        
        }
          .item2 {
           width:45%;
          min-height:100%;
           display:flex;
           flex-direction:column;
           
        }
            .item2 div:nth-child(1) {
                min-height:50%;
                display:flex;
                line-height:30px;
                flex-direction:column;
            }
            .item2 div:nth-child(2) {
                display:flex;
                min-height:50%;
                line-height:30px;
                flex-direction:column;
               justify-content:flex-end;
                color:#a8a8a8;
                
            }
           .item3 {
               width:30%;
               display:flex;
               flex-direction:column;
              justify-content:flex-end;
              text-align:right;
              
        }
            .item3>div:nth-child(1) {
                min-height:50%;
                display:-webkit-flex;
                display:flex;
                line-height:30px;
                flex-direction:column;
              
               align-items:flex-end;
            }
            .item3>div:nth-child(2) {
                display:flex;
                min-height:50%;
                line-height:30px;
                flex-direction:column;
               justify-content:flex-end;
                
            }
        .lot-sate {
           width:100px;
           min-height:30px;
           border-radius:6px;
           border:1px solid #9C8160;
           background:none;
           color:#9C8160;
        }
       
        .paging {
           min-width:100%;
           display:flex;
           flex-direction:row;
            color:#808080;
           justify-content:flex-end;
        }
         .paging>ul {
           display:flex;
           flex-direction:row;
           line-height:20px; 
        }
            .paging > ul > li {
                padding-left:10px;
                  cursor: pointer
            }
.pagecur {
    text-decoration:underline;
}