@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
body {
  background: #f3f3f3;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.body_header {
  width: 100%;
  background: #fff;
  margin-top: -5px;
}
.body_width {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(245, 245, 245, 1);
}
.first {
  height: 40px;
}
.classify {
  float: left;
}
.classify li {
  font-size: 14px;
  color: #666666;
}
.classify img,
.nav img {
  width: 8px;
}
.classify li .classify_sel {
  display: none;
}
.classify li:hover .classify_sel {
  position: absolute;
  z-index: 9999;
  display: block;
  top: 39px;
  /*left:170px;*/
}
.classify_sel {
  width: 300px;
  /*height:120px;*/
  background-color: #fff;
  text-align: center;
  border: 1px solid #d7d7d7;
}
.classify_sel li {
  float: left;
  width: 33%;
  height: 40px;
  line-height: 40px;
}
 .classify_sel li:hover {
  background-color: #e32222;
} 
.classify_sel li a{
	color: #666666;
	height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.classify_sel li:hover a {
	color: #fff;
}
.nav {
  float: right;
}
.nav li {
  float: left;
  margin: 0px 20px;
  font-size: 14px;
  color: #666666;
}
.nav a {
  text-decoration: none;
  font-size: 14px;
  color: #666666;
}
.nav li .nav_sel {
  display: none;
}
.nav li:hover .nav_sel {
  position: absolute;
  z-index: 9999;
  display: block;
  top: 39px;
  right: 0px;
  border: 1px solid #d7d7d7;
}
.nav_sel {
  width: 320px;
  /*	height:120px;*/
  background-color: #fff;
  text-align: center;
}
.nav_sel li {
  float: left;
  width: 33%;
  height: 40px;
  line-height: 40px;
}
.nav_sel li:hover {
  background-color: #e32222;
  color: #fff;
}
.nav_sel li:hover a {
	color: #fff;
}
.nav .nav-red {
  color: #e32222;
  font-size: 14px;
}
.banner {
  height: 120px;
  margin-top: 5px;
  z-index: -10;
}
.banner-img {
  width: 120px;
  height: 120px;
  float: left;
  margin-left: 10px;
}
.banner-nav {
  float: right;
  margin-right: 10px;
}
.banner-nav li {
  float: left;
  line-height: 120px;
}
.banner-nav a {
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  padding: 0px 20px;
  border-right: 2px solid #b7b5b5;
}
.banner-nav li:nth-last-child(1) a {
  border-right: none;
}
.banner-nav a:hover {
  color: #e32222;
}
.bg {
  /*	height:340px;
	background-image:url(img/banner.png);
	background-size:100% 100%;*/
  width: 100%;
  position: relative;
}
.bg img {
  width: 100%;
  height: 455px;
  /* height: auto;
  min-height: 330px; */
}
.login {
  width: 1200px;
  position: absolute;
  top: 26px;
  z-index: 999;
  left: 50%;
  margin-left: -600px;
}
.login_cont {
  float: right;
  width: 330px;
  height: 290px;
  background-color: #fff;
}
.tags {
  height: 66px;
  padding: 0 25px;
}

.tags li {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #999999;
  width: 50%;
  height: 6;
  display: inline-block;
  padding: 15px 0;
  border-bottom: 2px solid #ebebeb;
}
.tags .active {
  border-bottom: 2px solid #e32222;
  color: #ffffff;
}
#customerTitle{
	text-decoration: none;
	padding: 14px 40px;
}
.unChecked{
	color:#888888;
	font-size:14px;
}
#companyTitle{
	text-decoration: none;
	padding: 14px 40px;
}
.checked{
	color:#ff0000;
	font-size:14px;
}
.tags li:hover {
  color: #e32222;
  border-bottom: 2px solid #e32222;
}
.login_padd {
  text-align: center;
}
.login_padd input {
  width: 240px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #bcbcc4;
  color: #333;
  font-size: 14px;
}
.login_padd input::-webkit-input-placeholder {
  color: #bcbcc4;
}
.login_padd input::-moz-input-placeholder {
  color: #bcbcc4;
}
.login_padd input::-ms-input-placeholder {
  color: #bcbcc4;
}
.login_user {
  /*margin-top: 20px;*/
  padding: 0 8px 0 30px;
  background-image: url(./img/user.png);
  background-repeat: no-repeat;
  background-size: 14px 16px;
  background-position: 6px 12px;
}
.login_pas {
  margin-top: 20px;
  padding: 0 8px 0 30px;
  background-image: url(./img/password.png);
  background-repeat: no-repeat;
  background-size: 14px 16px;
  background-position: 6px 12px;
}
.login_a {
  margin-top: 15px;
  font-size: 14px;
}
.login_a a {
  text-decoration: none;
  color: #666666;
}
.login_zhuce {
  float: left;
  margin-left: 24px;
}
.login_forget {
  float: right;
  margin-right: 24px;
}
.login_btn {
  width: 280px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: #e32222;
  border: 1px solid #e32222;
  line-height: 40px;
  margin-top: 20px;
  border-radius: 4px;
  cursor: pointer;
}

/*精彩活动-整点秒杀*/

.contant {
  width: 1200px;
  margin-top: 118px;
  height: 446px;
  margin: 0 auto;
}
.img-left {
  width: 282px;
  height: 446px;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
}
.one {
  width: 582px;
  height: 214px;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  margin: 0 26px;
}
.two {
  width: 282px;
  height: 214px;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
}
.three {
  width: 282px;
  height: 214px;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
.line-two {
  width: 900px;
  height: 214px;
  box-sizing: border-box;
  float: left;
  margin-top: 14px;
}
.contant img {
  margin: 10px;
}
.contant_all {
  width: 1200px;
  height: 277px;
  margin-top: 118px;
  margin: 0 auto;
}
.contant1-left {
  width: 190px;
  height: 277px;
  background-color: #e83632;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.contant1-left .zhengdian {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  display: inline-block;
  margin: 30px auto 18px;
  letter-spacing: 3px;
}
.contant1-left .english {
  color: #f39a98;
  font-size: 18px;
}
.contant1-left img {
  width: 18px;
  height: 28px;
  margin: 18px 0;
}
.contant1-left .p2 {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.contant1-left .black1 {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: black;
  /*margin: 20% 0;*/
  text-align: center;
}
.contant1-left span {
  height: 38px;
  /*display: inline-block;*/
  color: #ffffff;
  /*margin-top:23%;*/
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contant_main {
  width: 1010px;
  height: 277px;
  box-sizing: border-box;
  float: left;
  background-color: #fff;
}
.yScrollListIn{width:1010px;height:277px;position:relative;float: left;}
.yScrollListInList{background: #fff;display:none;width:1010px;height:277px;position:absolute;left:0;top:0;overflow:hidden;}
.yScrollListInList ul{width:2010px;height:277px;position:absolute;top:0;left:0px;overflow:hidden; background: #fff;}
.yScrollListInList ul li{   
 width: 154px;
    height: 277px;
    float: left;
    margin-left: 20px;
    margin-right: 29px;}
.yScrollListInList ul li img{width:150px;height:154px;margin: 20px 5px  4px;}
.yScrollListInList ul li span{color:#e9630a;font-size:12px;text-align:center;display:block;line-height:24px;}
.contant_main .lunbo_left {
  width: 20px;
  height: 40px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  z-index: 9999;
  top:115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contant_main .lunbo_left:hover {
  width: 20px;
  height: 40px;
  background-color: #ff0000;
position: absolute;
left: 0;
z-index: 9999;
top:115px;
display: flex;
align-items: center;
justify-content: center;
}
.contant_main .lunbo_left img {
  width: 12px;
  height: 12px;
}
/* .lunbo_contant {
  width: 194px;
  box-sizing: border-box;
  float: left;
}
.lunbo_contant .all {
  margin-left: 20px;
}
.lunbo_contant img {
  width: 150px;
  height: 154px;
  margin: 20px 5px 10px 4px;
} */
.fruit {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-left: 8px;
}
.lunbo_contant .price {
  width: 150px;
  margin: 15px 0 10px 4px;
}
.price .new {
  width: 75px;
  height: 28px;
  background: rgba(232, 54, 50, 1);
  box-sizing: border-box;
  float: left;
}
.price .old {
  width: 75px;
  height: 28px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(232, 54, 50, 1);
  box-sizing: border-box;
  float: left;
}
.new .newprice {
  height: 28px;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.old .oldprice {
  height: 28px;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: line-through;
}
.contant_main .lunbo_right {
  width: 20px;
  height: 40px;
  background-color: #d9d9d9;
position: absolute;
right: 0;
z-index: 9999;
top:115px;
display: flex;
align-items: center;
justify-content: center;
}


.contant_main .lunbo_right:hover {
  width: 20px;
  height: 40px;
  background-color: #ff0000;
position: absolute;
right: 0;
z-index: 9999;
top:115px;
display: flex;
align-items: center;
justify-content: center;
}
.contant_main .lunbo_right img {
  width: 12px;
  height: 12px;
}
/*大标题*/
.bigtitle {
  padding: 40px 0;
}
.bigtitle span {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 28px;
  color: #666;
}
.bigtitle span:before {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 3px;
  background: #666;
  left: 40%;
  top: 20px;
}
.bigtitle span:after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 3px;
  background: #666;
  right: 40%;
  top: 20px;
}
/*精选市场*/
.shopcate {
  margin: 0 auto;
  width: 1200px;
  margin-bottom: 70px;
}
.shopcate .shopcate1 {
  margin-bottom: 40px;
}
.shopcate1 .shopcate_left {
  padding: 10px;
  background: #fff;
  float: left;
  /*width: 48%;*/
}
.shopcate_left img,
.shopcate_right img {
  width: 550px;
  height: 240px;
  margin-bottom: 2px;
  cursor: pointer;
}
.shopname {
  width: 100%；;
}
.shopname .shopname1 {
  float: left;
  margin-right: 14px;
  width: 174px;
}
.shopname:nth-last-child(1) .shopname1 {
  margin-right: 0;
}
.shopname .shopname1 img {
  width: 174px;
  height: 174px;
}

.shopname1 .shopname1_title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 10px;
}
.shopname1 .shopname1_num {
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.shopcate1 .shopcate_right {
  padding: 10px;
  float: right;
  background: #fff;
  /*width: 48%;*/
}
/*页面底部*/
.footer {
  padding-top: 70px;
  width: 100%;
  background: #fff;
}
.footer .footer_code,
.footer_nav {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.code_left,
.code_right {
  float: left;
}
.code_left .code_left_li {
  float: left;
  text-align: center;
  height: 216px;
  /*padding-right: 80px;*/
  padding: 0 60px 0 0;
}
.code_left .code_left_first {
  margin-left: 5px;
}
.code_left .code_left_last {
  border-right: 2px solid #979797;
}
.code_left_li img {
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}
.code_left_li p {
  color: #666;
  font-size: 18px;
}
.code_right {
  padding-left: 70px;
}
.code_right p {
  color: #333;
  margin-bottom: 18px;
  font-size: 18px;
  text-align: left;
  /*font-weight: bold;*/
}
.code_right .code_right_title {
  color: #333;
  font-size: 24px;
  margin-bottom: 28px;
}
/*底部导航*/
.footer .footer_nav {
  text-align: center;
  padding: 60px 0;
}
.footer .footer_nav a {
  color: #333;
  padding: 1px 20px;
  border-right: 1px solid #6c6c6c;
  font-size: 18px;
}
.footer .footer_nav a:nth-last-child(1) {
  border-right: none;
}
.footer .footer_nav a:visited {
  color: #333;
}

/*备案*/
.footer .footer_filing {
  /*width: 100%;*/
  background: #3f3e3e;
  color: #fff;
  text-align: center;
  padding: 40px;
}
/*.footer_filing p{
		text-align: center;
}*/
