*{
    margin: 0;
    padding: 0px;
}
#productInfo{
    width: 100%;
    padding: 24px 24px 300px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    min-height: 508px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: auto;
    border: 1px solid #DDDDDD;
    position: relative;
    color: #333333;
}
.search{
    /* padding: 13px 0; */
    /* display: flex; */
    border-radius: 4px;
    border: 1px solid #C0C4CC;
    clear: both;
    overflow: hidden;
    zoom: 1;
}
.search-img{
    width: 14px;
    height: 14px;
    display: block;
    padding:13px 10px 13px 17px;
    align-self: center;
    float: left;
}
.search-content{
    float:left;
    /* position: relative; */
}
.search-input{
    padding: 9px 0;
    width: 490px;
    line-height: 22px;
    /* color: #AEAFB2; */
    border-width: 0;
    outline:none;
}
.searchtooltip{
    position: absolute;
    /* display: none; */
    background-color: #FFFFFF;
    color: #666666;;
    z-index: 10;
    line-height: 22px;
    padding: 16px 16px 16px;
    width: 520px;
    max-height: 210px;
    left: 50px;
    top: 74px;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #DCDFE6;
    overflow: auto;
}
#searchtooltip{
    display: none;
}
.tip-trangle-top{
    position: absolute;
    left: 50px;
    top: 84px;
    width: 0;
    height: 0;
    z-index: 66;
}
.tip-trangle-top::before,.tip-trangle-top::after{
    content:'';
    display: block;
    border-width: 9px;
    position: absolute;
    top: -27px;
    left: 38px;
    border-style: solid dashed dashed solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.08) transparent;
    font-size: 0;
    list-style: 0;
}
.tip-trangle-top:after{
    top: -26px;
    left: 38px;
    border-color: transparent transparent #fff transparent;
}
.searchlist{
    overflow: auto;
    max-height: 230px;
}
.searchlistItem{
    padding: 6px 4px;
    cursor: pointer;
    box-sizing: border-box;
    /* position: relative; */
}
.searchlistItem:hover{
    background-color: #F2F6FC;
}
.searchlistItem:active{
    color: #3D8CF7;
}
.listcontent{
    width: 100%;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    
}
.searchlistShow{
    position: absolute;
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 10;
    line-height: 22px;
    padding: 8px 16px;
    width: 575px;
    left: -1px;
    top: -63px;
    border-radius: 4px;
}
input::-webkit-input-placeholder{
    /*WebKitbrowsers*/
    color:#AEAFB2;
}
input::-moz-placeholder{
    /*MozillaFirefox4to18*/
    color:#AEAFB2;
}
input::-moz-placeholder{
    /*MozillaFirefox19+*/
    color:#AEAFB2;
}
input::-ms-input-placeholder{
    /*InternetExplorer10+*/
    color:#AEAFB2;
}
.search-button{
    float: right;
    padding: 0px 21px;
    color: #fff;
    background-color: #E4393C;
    border-width: 0;
    height: 40px;
    line-height: 40px;
    cursor:pointer;
}
.product-content{
    clear: both;
    padding-top: 30px;
}
.prodcut-title{
    height: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEEF5;
}
.prod-tit{
    list-style-type: none;
    
}
.prod-tit li{
    float: left;
    margin-right: 40px;
    line-height: 22px;
    position: relative;
    padding-bottom: 12px;
    cursor:pointer;
}
.prod-tit>.titie-disable{
    color: #C0C4CC;
    cursor:not-allowed;
}
.active{
    color:#409EFF;
}
.activeline{
    position: absolute;
    height: 2px;
    background-color:#409EFF;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.content{
    clear: both;
    padding-top:20px
}
.onsaletable,.stopsaletable{
    width: 100%;
    border-collapse: collapse;
    /* border: 1px solid #DDDDDD; */
}
.onsaletable td,.stopsaletable td{
    /* margin: -1px 0 0 -1px; */
    border: 1px solid #DDDDDD;
    /* border-collapse: collapse; */
}
.onsaletable thead td,.stopsaletable thead td{
    background-color: #F2F9FE;
    padding: 10px 0px 10px 17px;
    color: #333333;
}
/* .product-name{
    width: 292px;    
} */
.prodcut-materials{
    width: 282px;
}
.product-remarks{
    min-width: 71px;
    word-wrap: break-word;
    word-break: break-all;
}
.onsaletable tbody td,.stopsaletable tbody td{
    padding: 0px 16px;
    position: relative;
    white-space: nowrap;
}
.prodName{
    width: 240px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.onsaletable tbody td:first-child:hover,.stopsaletable tbody td:first-child:hover{
    background-color: #F2F6FC;
}
.productSelected{
    position: relative;
}
/* .productSelected-active{
    color: #409EFF;
} */
.productSelected-active::after{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 1px solid #3D8CF7;
}
.selectinput{
    position: relative;
}
.selectinput i{
    position: absolute;
    top: 13px;
    left: 60px;
}
.eloptions{
    position: absolute;
    z-index: 12;
    background-color: #fff;
    width: 100%;
    left: 0px;
    /* display: none; */
    top: 54px;
    /* padding: 8px 0; */
    /* box-sizing: border-box; */
}
/* #eloptions{
} */
.eloptions ul{
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    border: 1px solid #3D8CF7;
    border-radius: 4px;
}
.eloptions>ul>li{
    line-height: 34px;
    padding: 0px 20px;
    box-sizing: border-box;
    /* display:flex;
    justify-content: space-between; */
}
.eloptions>ul>li:hover{
    background-color: #F3F7FF;
}
.eloptions>ul>li:active{
    color: #409EFF;
}
.okicon{
    float: right;
    padding-top: 8px;
    color: #409EFF;
}
.eloptions input:active:-webkit-input-placeholder{
    /*WebKitbrowsers*/
    color:#F00;
}
.eloptions input:active::-moz-placeholder{
    /*MozillaFirefox4to18*/
    color:#F00;
}
.eloptions input:active::-moz-placeholder{
    /*MozillaFirefox19+*/
    color:#F00;
}
.eloptions input:active::-ms-input-placeholder{
    /*InternetExplorer10+*/
    color:#F00;
}
.productSel{
    line-height: 20px;
    border: 0;
    outline: none;
    padding: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    color: #AEAFB2;
    cursor:pointer;
}
.productSel-active{
    color: #409eff;
}
.tip-trangle-top1{
    position: absolute;
    left: 50px;
    top: 101px;
    width: 0;
    height: 0;
    z-index: 66;
}
.tip-trangle-top1::before,.tip-trangle-top1::after{
    content:'';
    display: block;
    border-width: 9px;
    position: absolute;
    top: -118px;
    left: -14px;
    border-style: solid dashed dashed solid;
    border-color: transparent transparent #3D8CF7 transparent;
    font-size: 0;
    list-style: 0;
}
.tip-trangle-top1:after{
    top: -117px;
    left: -14px;
    border-color: transparent transparent #fff transparent;
}

.el-select-dropdown{
    left: 615px !important;
}
.el-select-dropdown__list{
    border: 1px solid #409EFF;
    width: 300px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #409EFF !important;
}
.el-select-dropdown .el-select-dropdown__item.selected:after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown__item.selected {
    font-weight: normal !important;
}
.onsaletable .el-input__inner{
    padding: 0px !important;
    border: 0 !important;
    width: 258px !important;
}
.el-input__prefix, .el-input__suffix{
    left: -134px !important;
}
.tooltip{
    position: absolute;
    /* display: none; */
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 10;
    line-height: 22px;
    padding: 8px 16px;
    width: 241px;
    left: -1px;
    bottom:35px;
    border-radius: 4px;
    white-space: initial;
}
#tooltip{
    display: none;
}
.tip-trangle-bottom{
    position: absolute;
    bottom: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.9);
}
.el-select-dropdown__item:active {
    color: #409EFF;
}
.block{
    padding-top: 18px;
    overflow:hidden;
}
.page{
    color: #606266;
    float: left;
}
.page input{
    max-width: 20px;
    width: 20px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #EBEEF5;
    outline:none;
    padding: 0 20px;
    text-align: center;
}
.el-pagination{
    float: right;
}
.noData{
    width: 100%;
    text-align: center;
    padding: 100px 0;
   
}
.noData img{
    width: 128px;
    height: 152px;
    display: block;
    margin: 0 auto;
}
.noporduct{
    color: #767F95;
    line-height: 19px;
    padding-top: 20px;
}
.el-pagination{
    font-weight: normal !important;
    color: #606266 !important;
}
.el-pager li{
    font-size: 14px !important;
}
