/*查看预提列表*/
.yuti{
    margin: 2% auto;
    width: 98%;
    height: 100%;
    display: block;
    overflow: scroll;
}
.withhold_list{
    border: 1px solid #488ccd;
    /*white-space:nowrap;*/
    width: 1630px;
    display: flex;
    /*align-items:center;*/
    word-break: break-all;
    background: #ecf6fc;
}
.withhold_list li{
    display:inline-grid;
    border-right: 1px solid #488ccd;
    padding: 5px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #488ccd;
}
.yuti_list{
    border: 1px solid #488ccd;
    width: 1630px;
    display: flex;
    word-break: break-all;
    border-top: none;
}
.yuti_list li{
    display:inline-grid;
    border-right: 1px solid #488ccd;
    padding: 5px;
    text-align: center;
}

.yuti_list li input{
    width: 100%;
    text-align: center;
}
.yuti_list li a{
    color: #488ccd;
}
.yuti_list li a:hover{
    color: #488ccd;
    text-decoration: underline;
}

.yuti_list2{
    border: 1px solid #488ccd;
    width: 1630px;
    display: flex;
    word-break: break-all;
    border-top: none;
}
.yuti_list2 li{
    display:inline-grid;
    border-right: 1px solid #488ccd;
    padding: 5px;
    text-align: center;
    color: #c30000;
}

.yuti_list2 li input{
    width: 100%;
    text-align: center;
    border: 1px solid #8E8E8E;
    color: #c30000;
}
.yuti_list2 li a{
    color: #de9a20;
}
.yuti_list2 li a:hover{
    color: #de9a20;
    text-decoration: underline;
}


.correct{
    margin: 0 2px;
    padding: 4px 12px;
    background: #1481c5;
    color: #fff;
    border-radius: 3px;
    color: #fff;
}
.cut{
    margin: 0 2px;
    padding: 4px 12px;
    background: #c30000;
    color: #fff;
    border-radius: 3px;
    color: #fff;
}

.up{
    margin: 0 2px;
    padding: 4px 12px;
    background: #488ccd;
    color: #fff;
    border-radius: 3px;
    color: #fff;
}


.yuti_page{
    margin: 2% auto;
    width: 98%;
}
.yuti_page .yuti_up{
    margin: 0 5px;
    padding: 5px 10px;
    background: #1481c5;
    color: #fff;
    border-radius: 3px;
}
.yuti_page .yuti_down{
    margin: 0 5px;
    padding: 5px 10px;
    background: #de9a20;
    color: #fff;
    border-radius: 3px;
}

.goods_title{
    border: 1px solid #488ccd;
    width: 99%;
    display: flex;
    background: #ecf6fc;
}
.goods_title li{
    border-right: 1px solid #488ccd;
    padding: 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #488ccd;
}
.goods_list{
    border: 1px solid #488ccd;
    width: 99%;
    display: flex;
    border-top: none;
}
.goods_list li{
    border-right: 1px solid #488ccd;
    padding: 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.goods_list li input{
    width: 100%;
    text-align: center;
    border: 1px solid #8E8E8E;

}

.yuti::-webkit-scrollbar{
    width:10px;
    height:10px;
}
.yuti::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius:2px;
}
.yuti::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:2px;
}
.yuti::-webkit-scrollbar-thumb:hover{
    background: #747474;
    cursor: pointer;
}
.yuti::-webkit-scrollbar-corner{
    background: #f6f6f6;
}

.ytfooter{
    margin: 0 auto;
    width: 100%;
}
.yttitle{
    margin: 10px auto;
    width: 98%;
    color: #c30000;
}
.ytleft{
    width: 24%;
    float: left;
    border: 1px solid #ccc;
    margin: 0 3px;
}
.ytleft li{
    font-size: 12px;
    padding: 0 5px;
}