
/* 惠采购 */
.hide {
	display: none;
}
.yxh_right {
	width: 235px;
}

.yxh_right>.body>ul {
	background: white;
}

.yxh_right>.body>ul>li {
	padding: 10px;
	height: 320px;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
	background: white;
}

.yxh_right>.body>ul>li:hover,
#Aicaibao>ul>li:hover {
	border: 1px solid #ff8229;
}

.yxh_right>.body>ul>li>div,
#Aicaibao>ul>li>div {
	transition: all 0.5s;
}

.yxh_right>.body>ul>li:hover>div,
#Aicaibao>ul>li:hover>div {
	transform: scale(1.1);
}


.yxh_right>.body>ul>li .imgs{
	width: 100%;
	height: 215px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.yxh_right>.body>ul>li .imgs img,
#Aicaibao>ul>li .imgs img,
.dnrx_li>div>a>.imgs img{
	width: 80%;
    display: block;
    margin: auto;
}

.yxh_right>.body>ul>li .price,
#Aicaibao>ul>li .price,
.dnrx_li .price{
	margin-top: 7px;
}

.yxh_right>.body>ul>li .price span,
#Aicaibao>ul>li .price span,
.dnrx_li .price span{
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.yxh_right>.body>ul>li .product_name,
#Aicaibao>ul>li .product_name,
.dnrx_li .product_name{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 7px 0;
}

.yxh_right>.body>ul>li .product_name span,
#Aicaibao>ul>li .product_name span,
.dnrx_li .product_name span{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#Aicaibao>ul>li .price,
#Aicaibao>ul>li .product_name,
#Aicaibao>ul>li .location,
.dnrx_li .price,
.dnrx_li .product_name,
.dnrx_li .location{
	padding: 0 10px;
	box-sizing: border-box;
}


.yxh_right>.body>ul>li .mgs>div,
#Aicaibao ul li .location div,
.dnrx_li .location div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yxh_right>.body>ul>li .mgs>div>span,
#Aicaibao ul li .location div>span,
.dnrx_li .location div>span{
	display: flex;
	align-items: center;
	color: #b6b6b6;
	font-size: 12px;
}

.yxh_right>.body>ul>li .mgs>div a,
#Aicaibao ul li .location div a,
.dnrx_li .location div a{
	color: #b6b6b6;
}

.yxh_right>.body>ul>li .mgs>div>span:nth-child(1),
#Aicaibao ul li .location div>span:nth-child(1),
.dnrx_li .location div>span:nth-child(1){
	display: block;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.yxh_right>.body>ul>li .mgs>div>.trg,
#Aicaibao ul li .location div>.trg,
.dnrx_li .location div>.trg{
	font-size: 12px;
	padding: 1px 5px;
	border: 1px solid #e5841b;
	color: #e5841b;
	border-radius: 5px;
}

/* 左侧导航条 */
#Aicaibao {
	padding: 0 20px 20px 20px;
}

#Aicaibao>.title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

#Aicaibao>.title>span {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #b7b7b7;
}

#Aicaibao>.title>span>img {
	width: 15px;
	height: 15px;
	margin-right: 4px;
}

#Aicaibao>ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

#Aicaibao>ul>li,#Aicaibao .dnrx_li{
    height: 270px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
    margin-bottom: 10px!important;
}
.dnrx_li{
	display: inline-block;
}

#Aicaibao>ul>li .imgs,.dnrx_li>div>a>.imgs{
    width: 100%;
    height: 190px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.long_aicaibao>ul>li{
	width: 225px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

#Aicaibao>ul>li:nth-child(4n+4) {
	margin-right: 0 !important;
}

/* 惠采购结束 */
.graycolor {
    color: #a9a5a2 !important;
}
.red_Color {
    color: red;
}
.pager_num,.feny a {
    color: #0066FF;
}



/* 首页index */
.jylist_box {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #f7f7f7;
}

.no_jylist_box {
	margin-top: 0px;
}

.sj {
	cursor: pointer;
}

.banxin {
	width: 1250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.listGroup {
	width: 100%;
	height: 60px;
	background: white;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	box-sizing: border-box;
	align-items: center;
	margin: 15px 0;
}
.listGroup_rignav{
	justify-content: flex-end;
	padding-right: 15px;
}
.listGroup .listStyle li {
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
	margin-right: 30px;
}

.listGroup .listStyle li select {
	width: 100px;
}

.listGroup .listStyle li .checkbox {
	vertical-align: middle;
}

.listGroup .listStyle li .checkbox {
	vertical-align: middle;
}

/*列表上方隐藏的搜索框*/

.ppdt_hed {
	display: none;
}
.ppdt_hed .ppdt_hed_box {
	display: flex;
	box-shadow: 0 0 5px #ccc;
	width: 99%;
	margin: 10px 5px;
	padding: 10px 0;
	background: rgba(0, 0, 0, .1);
	color: #ff1f00;
	justify-content: space-between;
	align-items: center;
}
.ppdt_hed .ppdt_hed_box .scjc_lef {
	display: flex;
}
.ppdt_hed .ppdt_hed_box .left_pic {
	margin: 0 30px;
}
.ppdt_hed .ppdt_hed_box .left_pic img {
	height: 50px;
	vertical-align: middle;
}
.ppdt_hed .ppdt_hed_box .rig_pp {
	margin-top: 7px;
}
.ppdt_hed .ppdt_hed_box .rig_pp p {
	font-weight: bold;
}
.ppdt_hed .ppdt_hed_box .rig_pp p .sccjc_tit {
	margin-right: 10px;
}
.ppdt_hed .ppdt_hed_box .rig_pp p .bj {
	background: #000;
	padding: 1px 5px;
	color: #fff;
	font-size: 13px;
}
.ppdt_hed .ppdt_hed_box .sccjc_icp {
	width: 50%;
	text-align: left;
}
.ppdt_hed .ppdt_hed_box .sccjc_icp input {
	padding: 8px 15px;
	width: 300px;
	border: 2px solid #ff1f00;
	outline: none;
}
.ppdt_hed .ppdt_hed_box .sccjc_icp .sccjc_btn {
	display: inline-block;
	background: #ff1f00;
	color: #fff;
	padding: 9px 18px;
	margin-left: -5px;
}
.ppdt_box{
	width: 99%;
	height: 50px;
	display: none;
	border: 1px solid #ccc;
}
.go_ppdt{
	display: flex;
	width: 100%;
	align-items: center;
}
.ppdt_box .ppdt_tk{
	display: flex;
	align-items: center;
	height: 100%;
}
.ppdt_box .ppdt_tk:hover{
	background: #f1f1f1;


}
.ppdt_box .ppdt_tk .lef_sqxs{
	padding: 15px 0px;
	border-right: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	width: 10%;
	text-align: center;
}
.ppdt_box .ppdt_tk  .rig_ppdt{
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	width: 90%;
	align-items: center;
}
.ppdt_box .ppdt_tk  .rig_ppdt .jr{
	padding: 5px 20px;
	border-radius: 5px;
	background: #ff2828;
	color: #fff;
	/* height: 20px; */

}
.ppdt_box .ppdt_tk  .rig_ppdt .mar_top img{
	vertical-align: middle;
	height: 50px;
}
/*隐藏盒子结束*/







/* 列表大盒子 */
.list_Box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sj_list_box {
	width: 100%;
	overflow: hidden;
	background: white;
	padding-bottom: 15px;
}
.sj_list_box .sj_list {
    width: 100%;
}
.sj_list_box .rq_td{
	width: 140px!important;
}
#xhdataListUl {
    padding: 10px 15px;
}
#xhdataListUl li {
    height: 40px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
#xhdataListUl li:hover {
	background: #f9f9f9;
}
#xhdataListUl li>div>div, 
#xhdataListUl>li>.xhMainInfo>.tit_box>div {
    display: flex;
    align-items: center;
}
#xhdataListUl li>div:not(:first-child)>div {
    justify-content: center;
}

.xhMainInfo {
	width: 320px!important;
    display: flex
}
.xhname{
	width: 200px!important;
}
.newbagcorlo {
    /* background: #fff8e6; */
}
#xhdataListUl li>.xhMainInfo>.product_img_block {
    display: block !important;
    transition: all 0.5s;
}
#xhdataListUl li>.xhMainInfo>.product_img>img {
	width: 45px;
	height: 45px;
}
/* #xhdataListUl li>.xhMainInfo>.product_img_block:hover {
	transform: scale(1.8);
} */
#xhdataListUl li>.xhMainInfo>.product_img {
    width: 48px;
    height: 48px;
    margin-right: 5px;
}
#xhdataListUl>li>.xhMainInfo>.tit_box {
    display: block;
    width: 100%;
    height: 100%;
}

#xhdataListUl>li>.xhMainInfo b a {
	width: 274px;
    display: block;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#xhdataListUl>li>.xhMainInfo b a .sjcs {
    margin-right: 3px;
    color: #ffa500;
    font-weight: normal;
    font-size: 12px;
}

.xhInfoBodyThird {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: normal;
}
.xhInfoBodyThird>a{
	color: #b6b6b6;
}
.location_box {
    display: flex;
    align-items: center;
}

#xhdataListUl>li>.xhPrice {
	text-align: center;
	width: 120px;
	line-height: 40px;
	color: #333;
}
#xhdataListUl>li>.long_xhPrice{
	width: 110px;
}
.xhInfoBodyFirst {
    color: #ff1f00;
    font-weight: bold;
    font-size: 16px;
}
.index_kc>span {
    margin: 0 4px;
}

.xhPosition {
    width: 120px;
    text-align: center;
    line-height: 32px;
}
.xhShopInfo {
    font-size: 12px;
    width: 245px;
    text-align: center;
    line-height: 32px;
    padding-right: 10px;
}
.xhShopInfo>.xhInfoBodydb {
    font-weight: bold;
}
.xhShopInfo>.xhInfoBodydb img {
    height: 22px;
    margin-right: 5px;
    position: relative;
    top: 6px;
}
.xhShopInfo>.lefbox {
    justify-content: space-between !important;
}
.xhInfoBodydb img {
    height: 22px;
    margin-right: 5px;
    position: relative;
    top: 6px;
}
.detaile_btn {
    font-size: 12px;
background: #fcf11b;
color: #0e3971;
padding: 7px 18px;
border-radius: 3px;
line-height: 20px;
}
.xhShopInfo .xhInfoBodyThird {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: normal;
}
.page_boa {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    float: right;
    line-height: 60px;
    background: #f1f1f1;
}
.page_boa>.flag-right {
    float: right;
}
.page_boa> .flag-left{
	float: left;
}
.page_boa>.flag-right>.showpage {
    color: #333333;
    display: inline-block;
}

.nofleax{
	display: block !important;
	font-size: 13px !important;
	text-align: left;
}
.nofleax>p:nth-child(1){
	margin-bottom: 8px;
}
.xh_p{
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
}
.space-between{
	/*justify-content: flex-start !important;*/
}
.color_black{
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
/* 首页index 结束 */





/*立即询价弹框*/
.enquiry_box {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: rgba(0, 0, 0 , .4);
	width: 100%;
	height: 100%;
	display:none;
}
.xunjia_Box{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 110;
	background: rgba(0, 0, 0 , .4);
	width: 100%;
	height: 100%;
	display: none;
}
.eb-inner {
	background: #fff;
	font-size: 14px;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	width: 1000px;
	transform: translate(-50%,-50%);
	max-height: 100%;
	overflow: scroll;
}
.eb-close {
	border-radius: 50%;
	color: #d4c8c8;
	font-size: 20px;
	position: absolute;
	right: 19px;
	top: 14px;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0, .3);
	cursor: pointer;
	text-align: center;

}

.eb-title {
	color: #ff6702;
	font-size: 20px;
	padding: 20px 0;
	border-bottom: 2px dotted #ddd;
	text-align: center;
	margin-left: 0 !important;
	margin-top: 0 !important;
}
.xj_details,.contact,.duty,.temporary {
	padding: 20px 0 0 45px;
}
.eb-inner h3 {
	margin-bottom: 12px;
}
.xj_details div {
	display: inline-block;
	margin-right: 8px;
	cursor: pointer;
}
.contact .form-row div {
	display: inline-block;
	margin-right: 8px;
	position: relative;
}
.form-row div {
	position: relative;
}
.form-row div span {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ef1f1f;
	display: none;
}

.xj_details span {
	display: inline-block;
	margin-right: 8px;
}
.contact span {
	display: inline-block;
	margin-right: 8px;
}
.row_contact {
	width: 200px;
}
.row_phone {
	width: 200px;
}
.row_code {
	width: 200px;
}
.get_code {
	width: 136px;
	height: 40px;
	border: 0;
	background-color: #eee;
	cursor: pointer;
	outline: none;
	color: #333;
	text-align: center;
	line-height: 40px;
}
 .eb-inner input {
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 1.5;
	padding: 4px 7px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	color: #333;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	margin: 5px 0 17px 0;
	outline: none;
	box-sizing: border-box;
}
.select_hint {
	bottom: -12px !important;
}
.eb-inner select {
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 1.5;
	padding: 4px 7px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	color: #333;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	margin: 5px 0 5px 0;
	outline: none;
	cursor: pointer;
}
.row_xh {
	width: 200px;
}
.row_pp {
	width: 200px;
}
.row_num {
	width: 150px;
}
.row_time {
	width: 200px;
	position: relative;
}
.row_time #inputdate {
	cursor: pointer;
}
.row_unit {
	width: 100px;
}
.row_adderss {
	width: 100px;
	position: relative;
	margin-left: 8px;
}
.row_remark {
	width: 200px;
}
.eb-submit {
	text-align:center;
	margin-left: 0 !important;
}
.eb-submit span {
	width: 25%;
	height: 40px;
	display: inline-block;
	color: #fff !important;
	background: #ff6702;
	line-height: 40px;
	border-radius: 4px;
	margin: 40px;
	cursor: pointer;
}
.add_item {
	color: #ef1f1f;
	display:inline-block !important;
}

.form-row {
	position: relative;
}
.del_item {
	position: absolute !important;
	left: -30px;
	top: 8px;
	border: 1px solid #d3d1dc;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: #d3d1dc;
	cursor: pointer;
}
.del_item_none {
	display: none;
}
.xj_details .form-row .del_item span {
	width: 80%;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 2px;
	background: #d3d1dc;
	display: inline-block;
}
.red-star {
	color: red !important;
	margin-right: 3px;
}
.warn {
	color: #ff0000;
	font-size: 13px;
}
.duty input {
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
}
.duty input[type=checkbox]::after{
	position: absolute;
	top: 0;
	background-color: #ef1e1e;
	color: #000;
	width: 20px;
	height: 20px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 3px
}
.duty input[type=checkbox]:checked::after{
	content: "\2714";
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}
.duty {
	display: flex;
	flex-direction: column;
}

.temporary .t-hint {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ef1f1f;
	display: none;
}
.temporary .t-adderss .row_adderss .t-hint {
	bottom: -12px;
}
.duty div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.temporary .t-time {
	display: inline-block;
}
.temporary .t-adderss {
	display: inline-block;
}



/*询价弹框结束*/

/*公开询价*/
.sendinquiry{
	margin: 15px 0;
	display: grid;
}
.sendinquiry .enquiry_box{
	display: block;
	position: relative;
	background: #eee;
	z-index: 0;
}
.sendinquiry .eb-inner{
	position: relative;
	z-index: 0;
	width: 100%;
}
.sendinquiry .eb-close{
	display: none;
}
.sendinquiry .duty{
	/*display: none;*/
}
/*公开询价结束*/
/*订购成功弹窗*/
#djshop_Box {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: rgba(0, 0, 0 , .4);
	display: none;
}
.djshop_content{
	background: #fff;
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 30%;
	width: 430px;
	padding: 10px 20px 20px 20px;
	transform: translate(-50%,-50%);
	border-radius: 5px;
}
.djshop_content .min_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 -10px;
	padding: 0 10px 10px 10px;
}
.djshop_content  .min_title .close{
	cursor: pointer;
	font-size: 18px;
}
.djshop_content .djshop_text{
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 15px;
	color: #656565;
	box-sizing: border-box;
}
.djshop_content .djshop_text span{
	color: #33a954;
}
.djshop_content .btns{
	display: flex;
	justify-content: space-around;
	padding: 15px 55px;
}
.djshop_content .btns a,.djshop_content .btns button {
	display: inline-block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #656565;
	border: 1px solid #b3b3b3;
	background: white;
	border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
}
/*.djshop_content .btns a{*/
	/*background: red;*/
/*}*/
.hcg_title{
	padding-top: 10px;
	background: white;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}
/*大厅右侧惠采购*/
.right_aicaibao #Aicaibao {
	padding: 0 !important;
}
.right_aicaibao{
	width: 225px;
	float: right;
}
.right_aicaibao #Aicaibao>.title {
	background: #ff1f00;
	padding: 10px!important;
	box-sizing: border-box;
}

.right_aicaibao #Aicaibao>.title h2 {
	font-size: 16px;
	color: #fff;
}
.right_aicaibao #Aicaibao>.title>span {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
}
.right_aicaibao #Aicaibao>ul {
	justify-content: flex-end;
}
.right_aicaibao #Aicaibao>ul>li {
	margin-bottom: 0;
}
.nothing {
	width: 100%;
	padding: 50px 0;
}
.nothing img {
	width: 15%;
	margin: 0 auto;
	display: block;
}
.nothing span {
	display: block;
	font-size: 16px;
	color: #ccc;
	text-align: center;
}
.hint_fp {
	color: red;
	text-align: center;
	position: relative;
	top: -30px;
}



.container_title{
	height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d9d9d9;
    padding: 10px 15px;
}

.container_title span{
	display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
	width: 120px;
	color: #333;
}
.xhkc{
	/* font-weight: bold; */
}
.wlkgsl{
	margin-top: -5px;
	display: block;
}
.zdqsl{
	font-weight: normal;
	margin-top: -18px;
	font-size: 12px;
	color: red;
}
.xhjg{
	color: #ff0000 !important;
}
.xhjg a{
	color: #ff0000 !important;
}
.xhmore a{
	width: 85px;
    line-height: 30px;
    background: #0f58d6;
    display: block;
    margin: 3px auto;
    color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.ppsq{
	font-size: 13px;
    color: #a0a0a0;
    font-weight: normal;
}

.proNumber{
    width: 50px;
    text-align: center;
    vertical-align: middle;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    outline: none;
}

.kcjian, .kcjia{
    display: inline-block;
    width: 30px;
    height: 26px;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    background: #d3d3d3;
}

.update_num>div {
	display: flex;
}
/* 
.visible {
	display: none;
} */