@charset "utf-8";
/*顶端搜索*/
/*a:hover{
    text-decoration: none;
}*/
/*头部搜索样式*/
.search_all {
    margin: 0 0 10px 20px;
    position: relative;
    /* clear:both;
    overflow: hidden; */
    width: 480px;
    height: 30px;
    float: left;
}
.select-box{
    margin: 1px 0 10px 20px;
    float: left;
    width: 200px;
    display: none;
}
#contract_select{
    width: 200px;
}
.select2-container .select2-selection--single{
    height: 28px;
}
#searchTop{
    border:none;
    float:left;
    border-right: 0;
    line-height: 28px;
    outline: none;
    width:365px;
    height: 30px;
    background: url(../../statics/images/s23.png) no-repeat;
    padding:1px 82px 1px 30px;
}
#btn_top_search{
    position: absolute;
    right: 3px;
    height: 30px;
    width:82px;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

/*内容区*/
.article {
    position: relative;
    min-height: 800px;
}
/*左右布局*/
.box-left {
    position: absolute;
    top: 0;
    left: 0;
    background: #eeeef4 !important;
    padding: 15px 15px 12px 20px;
    width: 200px;
    border-right: 1px #d4d4d4 dashed;
    display: inline-block;
    height: 100%;
}
.box-right {
    margin-left: 220px;
    height: 100%;
}
.header-content-search{
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.search-content:after{display:block;clear:both;content:"";visibility:hidden;height:0}
/*搜索显示列表*/
.search_list {
    width: 83%;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    top:41px;
    z-index: 999;
    border:1px #d4d4d4 solid;
    background: #FFFFFF;
    zoom: 1;
}
.search_list li a{
    display: block;
    padding: 5px;
}
.search_list li a:hover{
    background: #FEFACB;
    color: #000;
    text-decoration: none;
}

.tableoptions .search-value{
    border-radius: 3px;
    width: 190px;
}
/*左边公司列表*/
.supplier_list {
    margin-top: 10px;
    height: 600px;
    overflow: auto;
    position: relative;
}

.supplier_list_letter {
    position: absolute;
    top: 0;
    left: 0;
    width: 19%;
}
.purchase_num{
    max-width: 150px;
}
.supplier_list_letter li>a {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px #d4d4d4 solid
}

.supplier_list_letter li>a:hover {
    background: #00ADCC !important;
    color: #fff !important;
}

.supplier_list_info {
    margin-left: 22px;
    border: 1px solid #c4c4c4;
    height: 480px;
    overflow: auto;
    position: relative;
    background: #fff;
}

.supplier_list_info li a {
    display: block;
    padding: 3px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supplier_list_info li a:hover {
    /*background: #0000FF !important;*/
    background: #EDEDED !important;
    color: #000;
}
.tables{
    padding-left: 20px;
    padding-right: 0;
}
/*.top_search {
    height: 45px;
    border-bottom: 1px #d4d4d4 dashed;
}*/

/*左右盒子*/


.box-right .number li {
    float: left;
    margin: 0 20px 10px;
}

.box-right .number li>a {
    padding: 5px 15px;
    display: block;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
}

.number_first a {
    background: #D6DBE4;
}

.box-right .number li>a:hover {
    background: #00ADCC;
}

.box-right .number li>em {
    font-style: normal;
}
/*选中公司详情*/

.company_name {
    margin-left: 20px;
    border: 1px #D4D4D4 solid;
    display: inline-block;
    padding: 1px  5px;

}
.company_name:hover ,.company_name>a:hover{
    color:#00becc;
    border-color:#00becc ;
}
.supplier_company {
    background: #D9EDF7;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.supplier_company_gs{
    font-size: 14px;
    padding-left: 20px;
    font-weight: normal;
}
.isOnly_gys{
    font-weight: bold;
    padding-left: 10px;
}
.isOnly_gys>i{
    font-weight: normal;
}
/*我的购物车*/
.shopping_cart {
    width: 30px;
    color: #fff;
    font-size: 18px;
    background: #00becc;
    text-align: center;
    padding: 12px 6px;
    position: absolute;
    top: 37%;
    left: 0;
    cursor: pointer;
}
.shopping_cart>span{
    font-size: 18px;
}
.shopping_cart b {
    margin-top: 5px;
    font-size: 13px;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    line-height: 25px;
    border-radius: 100%;
    color: red;
    background: #fff;
}
#cret_box{
    height: 450px;
    overflow: auto;
    position:relative;
}



.back_letter {
    background: #EDEDED;
}

.elements {
    border: 1px solid #ccc;
    background-color: #fff;
    clear: both;
    overflow: hidden;
    min-height: 800px;
    padding-bottom: 10px;
}

.dial_title {
    background: #D9EDF7;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 3px 17px;
}
/*弹出框设置*/

#originName,
#originType,
#Numbers,
#ERPNumbers,
#licenseData,
#to {
    width: 150px !important;
}

#productStandard {
    width: 328px !important;
}

/*.w300 {
    width: 437px !important;
}*/

/*.ui-form ul li {
    display: inline-block;
}*/

.isfo {
    position: relative;
    top: 6px;
    left: 3px;
}
.toleft{
    margin-left:-50px ;
}
.u-flyer {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f00;
    position: fixed;
    z-index: 9999;
}

.tips{
    padding: 5px;
    font-weight: bold;
}
.addbg{

    background: #FEFACB;
}
/*购物车列表*/
.shopping_top{
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    border-bottom: #d4d4d4 dashed 1px;
}
.shopping_top b{
    color:#f00;
}
.shopping_list{
    margin-bottom: 20px;
}
.shopping_list .contract{
    padding-left: 10px;
    font-weight: 100;
}
.shopping_list ul{
    clear:both;
    overflow: hidden;
}
.shopping_list ul>li{
    padding:  10px 20px;
    min-height: 70px;
    clear: both;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}
.shopping_list ul li>div{
    float: left;
    padding: 10px 10px;
    width: 60%;
}
.shopping_list ul li .shop_no{

    width: 31%;
}
.shopping_list ul li>div>a{
    color: #00becc;
}
#box3{
    position: fixed;
    right:-524px;
    top: 50%;
    margin-top: -260px;

}
#cart_list{
    width: 520px;
    height:556px;
    margin-left: 42px;
    background: #eeeef4;
    border:2px #00becc solid;
}
.shopping_list ul li .shop_del{
    width: 7%;
    position:absolute;
    bottom:10px;
    right:14px;
}
.shop_none{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
}
.shop_none>div{
    float:left;
    padding-left: 10px;
    height: 100px;
}
.shop_none>div>h3{
    margin-bottom: 10px;
    font-size: 18px;
}
.shop_none>div>span>em{
    font-style: normal;
    color:#ff9567;
}
.shop_pic{
    font-size: 95px;
    color: #999;
    width:82px;
    margin-left: 85px;
}
.deld {
    height: 20px;
    width:20px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    cursor: pointer;
    filter: alpha(opacity = 80);
    display: block;
    margin: 0 auto;
}
.deld{
    position: absolute;
    top:15px;
    right: 10px;
}
.cart_top{
    height: 48px;
}
.cart_top>h3{
    font-size:18px
}
.cart_top>h3>span{
    margin-right: 6px;
    font-size: 20px;
}
.title_shop{
    padding: 8px 10px;

    background: #edfdff;
}
.tableoptions {
    background:none;
    padding: 15px 20px 12px;
}
/*.w201 {
    width: 209px !important;
}*/
.gw_num {
    border: 1px solid #dbdbdb;
    width: 120px;
    line-height: 26px;
    overflow: hidden;
    float: left;
}

.gw_num a {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    font-size: 14px;
    display: block;
    height: 26px;
    width: 26px;
    float: left;
    color: #7A7979;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    cursor: pointer;
    font-style: normal;
}

.gw_num a:hover {
    text-decoration: none;
    color: #7A7979;
}

.gw_num .num {
    display: block;
    outline: none;
    float: left;
    padding: 0;
    text-align: center;
    width: 66px;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    border: 0;
}

.gw_num a.add {
    float: right;
    border-right: 0;
    border-left: 1px solid #dbdbdb;
}

.addcart {
    position: relative;
    top: 2px;
    left: 10px;
}
.warrant{
    border: 1px solid #ddd;
    border-top: 0;
    padding: 5px 17px;
}
.fill{
    padding:300px 0;
}
.icon-dianpu:before{
    font-size: 20px;
    font-weight: bold;
}

/* .btns_section{
    position: absolute;
    top: 17px;
    right: 19px;
} */
.search-left {
    float: left;
    display: inline-block;
}
.search-right{
    float:right;
    display: inline-block;
}
.productStatus i {
    font-size: 12px;
    font-style: normal;
    background-color: #e73939;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    transform: scale(0.9);
    padding: 0 5px;
}

/* 搜索历史 */
.search_history{
	position:absolute;left:0;top:30px;height:auto;z-index:1;width:373px;border:1px solid #ddd;background:#FFF;padding:10px;
}
.search_history ul{
	line-height:30px;
}
.search_history ul li{
	border-bottom:1px dashed #eee;padding:0 10px;background:#fff;
}
.search_history ul li:HOVER{
	background:#efefef;
}
.search_history ul li label{
	width:85%;display:inline-block;
}
.search_history .removeall{
	line-height:30px;width:100%;text-align:right;background:#efefef;
	margin-top:10px;
}
.search_history .removeall a.btn_clear{
	padding-right:10px;
	font-size:12px !important;
}
.is-expire {
    color: #fff;
    background-color: #ef4040;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
    transform: scale(0.8);
}
.hornav {
    visibility: inherit;
}

