#body{
	width: 750px;
	height: 100%;
	position: absolute;
	background: #F6F5F4;
}
a{
	text-decoration: none !important;
}
header{
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 20px 0 #ddd;
	background: #fff;
}
header a{
	display: inline-flex;
	width: 80px;
	height: 72px;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	cursor: pointer;
}
header .title_txt{
	font-size: 34px;
	color: #333;
	font-weight: bold;
}
/*搜索*/
.search_container{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 510px;
	height: 80px;
	background: #F3F2F1;
	text-decoration: none !important;
	border-radius: 20px;
	margin-right: 24px;
}
.search_container:active{
	text-decoration: none;
}
.search_container input{
	font-size: 32px;
	width: 400px;
	padding-left: 20px;
	background: none;
	border: 0;
	outline: none;
}
.search_container span{
	display: inline-flex;
	width: 70px;
	height: 72px;
	margin-right: 12px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
::-webkit-input-placeholder{
	color: #999;
}
/*共享查询*/
#share_content li{
	height: 240px;
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	background: #fff;
	border-radius: 12px;
	width: 702px;
	height: 264px;
	margin-left: 24px;
	margin-top: 20px;
}
.top_info_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 104px;
	padding: 0 20px;
	position: relative;
}
.special_icon{
	position: absolute;
	top: 0;
	left: 0;
}
.left_info_box{
	margin-left: 10px;
}
.left_info_box p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.left_info_box p.company_name{
	font-size: 28px;
	margin-bottom: 4px;
}
.hot_ware{
	color: #F00000 !important;
}
.hot_ware span{
	display: inline-flex;
	font-size: 24px;
	font-weight: normal;
	background: #FFD800;
	border-radius: 2px;
	width: 56px;
	height: 32px;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	float: left;
	margin-top: 2px;
}
.right_btn_box span,.right_btn_box a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	border-radius: 26px;
	text-decoration: none;
}
.right_btn_box span:active,.right_btn_box a:active{
	opacity: 0.6;
	text-decoration: none;
}
.right_btn_box .ask_btn{
	width: 96px;
	height: 52px;
	background-image: linear-gradient(90deg,rgba(250,115,44,1) 0%,rgba(250,80,55,1) 100%);
	color: #fff;
}
.right_btn_box .add_cart_btn{
	width: 144px;
	height: 48px;
	border: 2px solid #333;
	color: #333;
	margin-left: 15px;
}
.middle_box{
	display: flex;
}
.middle_box .gray_box{
	display: inline-flex;
	width: 228px;
	height: 82px;
	background: #f7f7f7;
	border-radius: 4px;
	margin-left: 20px;
	justify-content: center;
	flex-direction: column;
	padding-left: 12px;
}
.middle_box .ware_title{
	font-size: 20px;
	color: #999;
	margin-bottom: 4px;
}
.middle_box .gray_box .ware_desc{
	font-size: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 31px;
}
.price_box{
	display: inline-flex;
	width: 160px;
	height: 82px;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	margin-right: 20px;
}
.price_box .price_txt{
	color: #ff0000;
	font-size: 32px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 2px;
}
.bottom_box{
	display: flex;
	height: 52px;
	background: #f7f7f7;
	border-radius: 0 0 12px 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 22px;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.company_content{
	display: inline-flex;
	align-items: center;
}
.company_name_box{
	display: inline-block;
	max-width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #666;
}
.toShop_btn{
	display: inline-flex;
	align-items: center;
	font-size: 24px;
	color: #FA4D38;
}
.toShop_btn:active{
	text-decoration: none;
	opacity: 0.6;
}
.iconTxt{
	padding: 0 10px;
	margin: 0 10px;
	font-size: 26px;
	font-weight: bold;
	background-color: #FA4D38;
	color: #fff;
}
.iconTxtBlue{
	padding: 0 10px;
	margin: 0 10px;
	font-size: 26px;
	font-weight: bold;
	background-color: #375acf;
	color: #fff;
}
/*求购专区,查询未得*/
#wantBuy_content li,#searchNo_content li,#S_content a{
	list-style-type: none;
	padding: 20px 50px;
	min-height: 118px;
	border-bottom: 2px solid #bbb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#S_content .more_info{
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	color: #aaa;
	height: 120px;
	width: 100px;
}
#wantBuy_content .is_online,#searchNo_content .is_online{
	color: #3BA9FF;
}
.wantBuy_info p{
	font-size: 24px;
	color: #000;
	line-height: 40px;
}
.wantBuy_info p span,#S_content p span{
	color: #666;
	display: inline-block;
	width: 120px;
}
.wantBuy_info .times{
	color: #999;
}
/*库存批量竞拍*/
#S_content a{
	padding: 20px 0px 20px 50px;
	text-decoration: none;
}
#S_content p{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #000;
	max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#S_content .goods_name{
	color: #333;
	font-size: 28px;
}
#share_content,#wantBuy_content,#searchNo_content,#S_content{
	overflow: scroll;
	height: calc(100% - 195px);
	-webkit-overflow-scrolling: touch;
}
#share_content{
	height: calc(100% - 275px);
	background: #F6F5F4 !important;
}
#wantBuy_content,#searchNo_content,#S_content{
	background: #fff;
	margin-top: 96px;
}
/*弹框*/
#addCar_content{
	position: absolute;
	z-index: 99;
	background: rgba(0,0,0,0.2);
	width: 750px;
	height: 1334px;
	top: 0;
	display: none;
}
.box_content{
	width: 540px;
	height: 330px;
	background: #FCFCFC;
	margin-top: 300px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 105px;
}
.box_content .title{
	color: #030303;
	font-size: 34px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.box_content .title_two{
	color: #030303;
	font-size: 26px;
}
.box_content input{
	width: 452px;
	height: 63px;
	border: 1px solid #4D4D4D;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 20px;
	font-size: 26px;
}
.box_content .btns{
	display: flex;
	border-top: 1px solid #4d4d4dc7;
	align-items: center;
}
.box_content .btns span{
	width: 268px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	color: #999;
	font-size: 34px;
	cursor: pointer;
}
.box_content .btns .sure{
	border-left: 1px solid #4d4d4dc7;
	color: #007AFF;
}
.text_center{
	text-align: center;
	margin-top: 260px;
	font-size: 28px;
	color: #999;
	align-items: center;
	flex-direction: column;
}
.getMore{
	font-size: 26px !important;
	color: #999 !important;
	text-align: center;
	max-width: 750px !important;
	padding: 15px 0;
}

/*回到顶部*/
#back_top{
	position: absolute;
	bottom: 100px;
	z-index: 9;
	right: 10px;
	display: none;
	cursor: pointer;
}

.package_status{
	font-size:28px;
	color:#d43e3e;
}
.right_div{
	display: inline-flex;
	align-items: center;
}
.pd_50{
	padding-bottom: 50px !important;
}
.ml_5{
	margin-left: 5px;
}

.choose_box{
	height: 80px;
	z-index: 99;
	background: #fff;
	padding-left: 48px;
	text-align: right;
}
.choose_box span{
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	margin-right: 32px;
	font-size: 28px;
}
.choose_box span.localCheck_span,.choose_box span.special_span{
	margin-right: 50px;
}
.choose_box span img{
	float: left;
	margin-right: 6px;
}
.choose_box span.left_title{
	font-size: 32px;
	float: left;
	color: #333;
	font-weight: bold;
}
#wantBuy_content .wantBuy_price,#searchNo_content .wantBuy_price{
	display: inline-flex;
	padding: 10px;
	white-space: nowrap;
	background: #FFF4D4;
	border: 2px solid #EEBC68;
	font-size: 20px;
	color: #ED9212;
	border-radius: 4px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.login_btn{
	font-size: 24px;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid #333;
	color: #999;
}
/*广告*/
#ad_box{
    width: 750px;
    margin: 10px auto;
    background: #fff;
    overflow: hidden;
}
#slider_one{
    height: 100%;
}
#slider_one dd{
    width: 750px;
    height: 100%;
}
#slider_one dd img{
	width: 750px;
	height: 100%;
}
#slider_one dd a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 750px;
}
#shareIcon{
	position: fixed;
	right: 35px;
	display: none;
}
.tab_txt{
	font-size: 36px;
	color: #333;
}
.tab_txt span{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.tab_txt span span{
	display: inline-block;
	width: 56px;
	height: 8px;
	background: #FFF;
	border-radius: 4px;
	margin-top: 5px;
}
.tab_txt .active_tab{
	font-weight: bold;
}
.tab_txt .active_tab span{
	background: #FF7F00;
}
.mgl_48{
	margin-left: 48px;
}
[v-cloak] {
	display: none !important;
}
.soIpt{border:1px solid #ccc;padding:15px; width: 100%; margin-bottom: 8px;font-size:30px;}
.bigSearch{margin-top: -2px; background: #fff;padding:10px 20px;position: relative; width:95%;}
.bigSearch .rTop{position: absolute; top:30px; right:30px;}
.bigSearch .rBtm{position: absolute; bottom:30px; right:30px;}
span.chkBox {position: relative;}
span.chkBox .iChk{position: absolute;visibility: hidden;}
span.chkBox .iChk+span {display: inline-block;width: 18px;height: 20px;border: 1px solid #fd8845;}
span.chkBox .iChk:checked+span:after {content: "";position: absolute;left: 2px;bottom: 12px;width: 9px;height: 4px;
	border: 2px solid #fd8845;border-top-color: transparent;border-right-color: transparent;
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);}
span.chkBox label{font-size: 20px;}
.needQuery{height:60px; text-align: center; padding-top: 20px;font-size: 40px;}
.needQuery a{color: #FFF;background-color: #F00;padding: 5px 10px;border-radius: 10px;}
.needTab{padding: 20px 15px;font-size: 24px; text-align: left}
.needTab a{display: inline-block; padding: 8px 12px; border-radius: 20px;}
.needTab a.cur{background: #f56c6c;color: #fff;}
#purArea{display: none;padding:20px}
#purArea p{font-size: 30px;}
#purArea .soIpt{width: 75%;}
#purArea .btns{margin:20px; text-align: center;}
#purArea .btns span{display: inline-block; padding:10px 20px; border:1px solid #ccc;font-size: 30px; }
#purArea .btns span.sure{color:#FF7F00;border-color:#FF7F00}

.search_btn{
	display: inline-flex;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(90deg,rgba(250,115,44,1) 0%,rgba(250,80,55,1) 100%);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
}

.text_center_chai{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	color: #4d4d4d;
	align-items: center;
	flex-direction: column;
}

.text_center_need{
	font-size: 36px;
	color: #4d4d4d;
}

.text_center_error{
	font-size: 36px;
	color: #4d4d4d;
}

.mg_t20{
	margin-top: 20px;
}

.ware_img_btn{
	color: #FFF;
	background-color: #F00;
	padding: 5px 10px;
	border-radius: 10px;
}
.collect{
	font-size: 24px;
	width:120px;
	height:45px;
	color:#FFF;
	background-color: #F00;
	margin-right:5px;
	border-radius:5px;
}

#chaiCompany_content{
	background: #F6F5F4;
    height: calc(100% - 630px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0px 0 0px;
}	
.factorylist_li{
	list-style: none;
	float:left;
	display:block;
}
.factorylist{
	width: 306px;
	height: 306px;
	background: #fff;
	border: 1px solid #E5E4E3;
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}

.factorylist_img_div{
	width: 346px;
	height: 346px;
	background: #fff;
	border: 1px solid #E5E4E3;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	position: relative;
}
.factorylist_img{
	width: 346px;
	height: 346px;
}

.company_info_box{
	font-size: 28px;
	color: #444;
	font-weight: bold;
	margin-bottom: 16px;
}
.company_info_box span.company{
	width: 320px;
}
.major_box{
	font-size: 24px;
	color: #666;
	width: 310px;
	margin-bottom: 6px;
}

.btns_box{
	height: 52px;
	position: absolute;
    bottom: 20px;
    right: 20px;
}

.btns_box a{
	display: inline-flex;
	width: 108px;
	height: 48px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 26px;
	border: 2px solid #FA4D38;
	cursor: pointer;
	float: right;
	background: #FFF;
}

.goldAdvPos_box{
	height: 56px;
	position: absolute;
    bottom: 120px;
    left: 75px;
}

.goldAdvPos_box a{
	display: inline-flex;
	width: 180px;
	height: 56px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 26px;
	border: 2px solid #FA4D38;
}

.vin_div{
	display: flex;
	width: 696px;
	height: 66px;
    border: 2px solid #efefef;
    margin-bottom: 8px;
    align-items: center;
    padding-right: 10px;
}

/*图片上传中*/
.loadingPic{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	top: 0;
	left: 0;
	z-index: 99999;
}
.loadingPic div{
	width: 240px;
	height: 240px;
	display: inline-flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
}
.loadingPic img{
	margin-bottom: 30px;
	width: 150px;
	height: 150px;
}
.fancybox-title{text-align: center; font-size: 30px!important; min-width: 200px; margin-top: 10px;}
.icon_bk{
	font-size: 28px;
    padding:3px 6px;
    font-weight: bold;
    background:#FA4D38;
    color:#fff;
    line-height:30px;
    display:inline-block
}
.shop_tel{
	color:green;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
}
.large_btn{
	text-align:center;
	font-size:32px;
	color:#FFF;
	background-color: #FF5301;
	width:97%;
	padding:20px 10px;
	margin-bottom:10px;
	border-radius: 20px;
}

/*新能源*/
#energyCompany_content{
	background: #F6F5F4;
    height: calc(100% - 750px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 0px 0 0px;
}
.energyList{
	font-size: 30px;
	background-color: #FFF;
	list-style-type: none;
    padding: 20px 50px;
    min-height: 118px;
    border-bottom: 2px solid #bbb;
}	
.energyList .info{
	padding: 1px 0;
}
.energyList .mobile{
    color: #5A5AFF;
}
.energyList .info:first-child{
    font-weight: bold;
}
.energy_note{
	background-color: #FFF;
	font-size: 30px;
    padding: 20px 10px 5px 10px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
}
.energy_note label{
	font-size: 30px;
	font-weight: bold;
}
.energyQuery{
	height:120px; 
	text-align: center; 
	padding-top: 20px;
	font-size: 40px;}
.energyQuery a{
	color: #FFF;
	background-color: #F00;
	padding: 5px 10px;
	border-radius: 10px;
	display: inline-block;
	width: 300px;
}
.headlampQuery{
	height:120px; 
	text-align: center; 
	padding-top: 40px;
	font-size: 40px;}
.headlampQuery a{
	color: #FFF;
	background-color: #F00;
	padding: 20px 10px;
	border-radius: 10px;
	display: inline-block;
}

.not_update_txt{
	font-size: 30px;
    color: #999;
    text-align: center;
    max-width: 750px;
    padding: 20px 0;
    background-color: #FFF;
    margin: 20px 20px 10px 20px;
}
#need_div{
	display: none;
	padding: 40px 20px;
}

/*发货城市*/
.city_content{
    width: 80px;
    padding: 10px;
    position: relative;
    display: inline-flex;
	justify-content: space-between;
	align-items: center;
}
#cityname{
    width: 60px;
    font-size: 26px;
    color: #333;
    display: inline-block;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#cityname .active{
	color: #f60;
}
#city_img{
    display: inline-block;
    margin-top: -7px;
    width: 15px;
    margin-right: -5px;
    padding: 10px 0;
}
#city_img span{
    transform: rotate(-315deg);
    border-bottom: 2px solid #FA4D38;
    border-right: 2px solid #FA4D38;
    display: inline-block;
    height: 14px;
    width: 14px;
}
#city_img .img_active{
    transform: rotate(-135deg) !important;
    margin-top: 5px !important;
}
#areaSelect{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0;
}
.plCity{
	position: absolute;
	width: 100%;
	height: 80%;
	background: #fff;
	overflow: scroll;
	z-index: 999;
}
.plCity_shade{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 800; 
	background-color:#000; 
	opacity:0.3; 
	filter:alpha(opacity=30);
}