.product-select-result::-webkit-scrollbar{width:0px}
#productSelectPanel{
    width:600px;
    height:500px;
    border-radius:5px;
    left:30%;
    top:13%;
    position:fixed;
    z-index:20002;
    background-color:#fff;
    display:none;
    /*         -moz-box-shadow: 0 3px 3px #eeeeee;
            box-shadow: 0 3px 3px #eeeeee; */
    font-family: PingFangSC-Medium;
}
.product-select-header{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background-color: white !important;
    padding: 7px 10px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px transparent solid;
    border-image:linear-gradient(to right,#2589EB,#325DEC) 0 0 10 0;
}
.product-select-body{
    width:100%;
    position: relative;
    height:auto;
}
.product-select-search{
    background-color:#f9f9f9;
    padding:2px 10px;
}
.product-select-search label{
    font-weight:normal;
    font-size:14px;
    padding-right:10px;
}
.product-select-result{
    height: 310px;
    overflow: auto;
}
.product-select-result .empty-prompt{
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.empty-prompt .qrcode {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.empty-prompt .qrcode img {
    height: 135px;
    width: 135px;
}
.empty-prompt .qrcode span {
    font-size: 16px;
    color: #333333;
}
.empty-prompt .contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 45px;
}
.empty-prompt .contact-info span {
    font-size: 14px;
    color: #333333;
}
.product-select-result table>tbody>tr:hover{
    background-color:#eef7ff;
    cursor:pointer;
    color:#2489eb;
}
.product-select-result .tr-active{
    background-color:#eef7ff;
    color:#2489eb;
}
.product-select-result table>tbody>tr>td{
    border:1px dashed #cccccc;
}
.product-select-result table{
    border: none;
}
.product-select-footer{
    bottom:0;
    padding: 10px 10px 10px 18px;
    border-top:1px solid #cccccc;
    position: absolute;
    width:100%;
    background-color: #ffffff;
}
.product-select-footer a{
    display:inline-block;
    padding:4px;
    color: #000;
}
#productSelectPanel .form-btn{
    width: 60px;
    height: 26px;
    line-height: 14px;
}
#productSelectPanel .prd-btn-blue{
    background: linear-gradient(90deg,#2589eb 0%, #325dec 100%);
    color: #fff;
    border-left: none;
    background-color: #2589eb;
}
#productSelectPanel .btn-default{
    border: 1px solid rgba(0,0,0,0.11);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}
#productSelectPanel .prd-btn-blue:hover{
    color:#fff;
}
#productSelectPanel .prd-btn-blue:visited{
    color:#fff;
}
#productSelectPanel .prd-btn-blue:active{
    color:#fff;
}
.product-select-result-header{
    width: 598px;
    margin: auto;
}
.product-select-result-header .empty-prompt{
    display: none;
    text-align: center;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #333333;
    background: #ffebe8;
}
.product-select-result-header .empty-prompt b {
    cursor: pointer;
}
.table-tr-title{
    color: black;
    left: 660px;
    top: 412px;
    width: 599px;
    height: 33px;
    background-color: rgba(238, 246, 254, 1);
    box-shadow: 0px 0px 0px 1px #deedfb;
    border: none;
    border-bottom: 1px solid #deedfb;
}
.table-tr-title th{
    border-top: none !important;
    padding-left: 20px !important;
    font-size: 14px;
    border-right: 1px dashed #ccc;
}
#iptToPage{
    width: 50px;
    height: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
}
.jump-btn{
    width: 52px;
    height: 30px;
    margin-top: -5px;
}
.sure-btn{
    width: 100px;
    height: 30px;
    margin-top: -2px;
    margin-right: 10px;
}
.compare-repeat-tips{
    z-index: 20004;
    position: fixed;
    width:200px;
    height:50px;
    padding:10px;
    left:50%;
    margin-left:-100px;
    top:40%;
    margin-top:-40px;
    text-align: center;
    font-size:12px;
    background-color:black;
    opacity:0.7;
    color:#fff;
    border-radius:30px;
    display:none;
}
.compare-repeat-tips>span {
    display: block;
}

/* 背景 */
.bg {
    display: none;
    background: #000;
    opacity: .5;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
}