/* 浮动现货列表 start */
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-ul li{
    margin: 0 1px;
}
.menu-items{
    float: left;
    width: 195px;
    height: 470px;
    font-size: 14px;
    margin-top: -12px;
    background: white;
    position: relative;
    display: none;
    text-align: left;
    z-index: 999;
    box-shadow: -3px 6px 10px 1px #ddd;
}
.menu-items-height{
    width: 195px;
    height: 36px;
    line-height: 38px;
    padding: 0px 10px;
    cursor: pointer;
}
.menu-items-height span{
    color: #000;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.menu-items-height.active{
    background: #2589eb;
    color: #ffffff;
}
.menu-items-height.active .menu-items-height-title{
    color: #fff;
}
.menu-right-item{
    left: 195px;
    top: 0px;
    z-index: 1;
    float: left;
    width: 1000px;
    display: none;
    min-height: 470px;
    background: white;
    position: absolute;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 0 6px 0 #ddd;
}
.items-table-for-supplier-ul-ul1 {
    padding: 5px 40px 0 40px;
    margin-top: 10px;
    height: 33px;
}
.items-table ul li {
    font-size: 14px;
    position: relative;
}
.menu-table-h1-title {
     float: left;
     padding-top: 7px;
     min-width: 120px;
     height: 30px;
     font-size: 16px !important;
     font-weight: 400;
     color: #2589eb;
     letter-spacing: 1px;
     line-height: 19px;
 }

.menu-table-h1-title a{
    color: #333;
}
.menu-table-h1-title a:hover{
    color: #2589eb;
}
.menu-table-h1-title i {
    background: url(/page/pc/images/index/arrow-right-for-i.png) no-repeat;
    background-size: 60%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 1px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/page/pc/images/index/arrow-right-for-i.png', sizingMethod=scale);
}
.items-table ul li {
    font-size: 14px;
    position: relative;
}
.menu-table-h1-title-other {
    float: right;
    width: 51px;
    height: 22px;
    padding-top: 7px;
    font-size: 16px !important;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
    display: none;
}
.menu-table-h1-title-other .b{
    font-size: 12px;
    font-weight: 400;
}
.menu-table-h1-title-other i {
    background: url(/page/pc/images/index/icon-arrow-right.png) no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/page/pc/images/index/icon-arrow-right.png', sizingMethod=scale);
}
.items-table-for-supplier-ul-ul2 {
    padding: 0 40px;
    line-height: 35px;
}
.items-table ul li {
    font-size: 14px;
    position: relative;
}
.menu-content {
    width: 100%;
    margin-top: 5px;
}
.items-table ul li span {
    color: #000;
    width: auto;
    height: auto;
    min-width: 130px;
    text-align: left;
    padding-right: 10px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.menu-right-item ul li span {
    cursor: pointer;
}
.menu-content span{
    font-weight: 400 !important;
}
.menu-content span a{
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.margin-l-0 {
    margin-left: 0px !important;
}

.ul-ul-block {
    width: 950px;
    border-bottom: 1px solid #eee;
    left: 25px;
    margin-top: 3px;
    position: absolute;
}
.width-1-0{
    min-width: 170px!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.width-1-0 img{
    width: 14px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.font-color-1{
    color: #2589EB!important;
}
.font-color-2{
    color: #333;
    font-weight: 700;
}
.font-color-3{
    color: #333;
    font-weight: 400;
}
/* 浮动现货列表 end */