/* 导航 */
.nav-box {
  height: 36px;
  border-bottom: 1px solid var(--style-secondary-color);
  background-color: var(--style-primary-color);
}

.nav-box .nav {
  position: relative;
}

.nav-box .nav .classify {
  width: 200px;
  float: left;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: var(--style-secondary-color);
}

.icon {
  display: inline-block;
  font-size: 16px;
  margin-left: 14px;
  font-weight: 700;
}

.nav-box .nav .classify .text {
  display: inline-block;
  font-size: 16px;
  margin-left: 8px;
  font-weight: 700;
}

.nav .nav-wrapper {
  float: left;
  width: 1000px;
  background-color: var(--style-primary-color);
  line-height: 36px;
  color: #fff;
}

.nav .nav-wrapper li {
  float: left;
}

.nav .nav-wrapper li a {
  display: block;
  height: 36px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
/* 导航 end */

/* banner */
.banner-box {
  position: relative;
  /* height: 500px; */
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}

.banner-box .nav-list .list {
  float: left;
  width: 200px;
  min-height: 499px;
  background-color: rgba(255, 255, 255, 1);
}

.banner-box .nav-list .list li {
  padding-left: 30px;
}

.banner-box .nav-list .list li:hover {
  background-color: #fff;
  color: #6d6d6d;
}

/*.banner-box .nav-list .list li:hover a{*/
/*    color: #6D6D6D;*/
/*}*/

/* .banner-box .nav-list .list li a:hover{
    color: #ff0036;
} */

.banner-box .nav-list .list li.active > a {
  color: var(--style-font-active-color);
}

.nav-list {
  position: relative;
}

/* li.nav-item {
    position: relative;
} */

.right-list {
  position: absolute;
  width: 850px;
  height: 500px;
  left: 200px;
  z-index: 9999;
  top: 0px;
  /* background-color: #FAFAFA; */
  display: none;
}

.right-list .hot {
  float: left;
  width: 810px;
  height: 460px;
  background-color: #fff;
  padding: 20px;
}

.right-list .hot-img {
  float: left;
  width: 200px;
  height: 500px;
  background-color: #fff;
  box-sizing: border-box;
}

.right-list .hot-img img {
  object-fit: cover;
  /* max-width: 200px; */
  /* max-height: 200px; */
  width: 200px;
  height: 248px;
}

li.active .right-list {
  display: block;
}

.right-list .goods {
  float: left;
  width: 640px;
  padding-bottom: 8px;
  line-height: 25px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.right-list .goods a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #666;
  margin-left: 13px;
}

.right-list .goods a:hover {
  color: #ee3333;
  text-decoration: underline;
}

.right-list .nav-title {
  width: 130px;
  color: #333;
  margin-right: 30px;
  /* position: relative; */
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  height: 22px;
  float: left;
}

.nav-list .list li > a {
  /* display: block; */
  /* width: 100%; */
  /* height: 100%; */
  height: 31px;
  color: #000;
  font-size: 14px;
  line-height: 29px;
  /* padding-left: 30px; */
  box-sizing: border-box;
  cursor: pointer;
}

.nav-list .list li > a:hover {
  border-bottom: 1px solid #ff0036;
  color: #6d6d6d;
}

span.white {
  color: #fff;
}

/* span.white:hover{
    color: #ff0036;
} */

.nav-list .l-carousel {
  float: left;
}

.nav-list .l-carousel .main-banner {
  margin: 10px 8px 8px;
  width: 744px;
  height: 280px;
  background-color: #fff;
}

.nav-list .l-carousel .main-banner img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
}

.nav-list .l-carousel .bottom-banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.nav-list .l-carousel .bottom-banner {
  width: 744px;
  height: 200px;
  background-color: #fff;
  margin: 0 8px;
}

.nav-list .r-carousel {
  float: left;
}

.nav-list .r-carousel .login-panel {
  margin: 10px 0 8px;
  width: 240px;
  height: 280px;
  background-color: #fff;
}

.login-info {
  text-align: center;
  height: 145px;
}

.login-info.hello .login-seller {
  text-align: center;
  height: 38px;
  margin: 0 25px;
  margin-top: 10px;
}

.login-info.hello .login-seller .left {
  float: left;
  width: 90px;
  height: 38px;
  border-right: 1px solid #eee;
}

.login-info.hello .login-seller .right {
  float: left;
  width: 90px;
  height: 38px;
}

.on-num {
  color: var(--style-primary-color);
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}

.off-num {
  color: var(--style-primary-color);
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}

p.hi {
  padding: 12px 0px;
}

a.log {
  display: block;
  color: #fff;
  width: 160px;
  height: 28px;
  line-height: 28px;
  background-color: var(--style-primary-color);
  margin: 15px 40px;
}

.register a {
  display: inline-block;
  width: 75px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #eaeaea;
}

.nav-list .r-carousel a.in {
  margin-right: 12px;
}

.nav-list .r-carousel .title {
  border-bottom: 1px solid #eee;
}

.nav-list .r-carousel .title span {
  margin: 0 16px;
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
}

.web-notice {
  /* height: 123px; */
  text-align: center;
  margin-top: 20px;
}

i.divider {
  width: 1px;
  display: inline-block;
  height: 12px;
  background: #eee;
  vertical-align: middle;
}

.nav-list .r-carousel .web-notice .web-cont {
  margin: 10px 0;
  padding: 0 20px;
  display: none;
}

.web-cont.selected-1 {
  display: block !important;
}

.selected {
  border-bottom: 2px solid var(--style-primary-color);
}
.webtitle {
  cursor: pointer;
}

span.notice {
  padding-bottom: 4px;
  margin-right: 15px;
}

.nav-list .r-carousel .web-notice .web-cont li {
  height: 28px;
  line-height: 28px;
  width: 200px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.web-notice .web-cont li a:hover {
  color: #e33333;
}

.right-banner {
  width: 240px;
  height: 200px;
  background-color: #fff;
  border-radius: 8px;
}

.right-banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
/* banner end */

/* 优质好店 */
.quality-box {
  margin-bottom: 20px;
}

.quality .l-quality {
  float: left;
  width: 595px;
  height: 437px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  margin-right: 10px;
}

.quality .r-quality {
  float: left;
  width: 595px;
  height: 437px;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

img.head-imgTitle {
  margin-right: 12px;
}

span.head-title {
  font-size: 12px;
  color: #999;
}

.quality .l-quality .quality-list li {
  float: left;
  width: 185px;
  height: 185px;
  margin: 10px 10px 0 0;
  text-align: center;
  overflow: hidden;
  display: table-cell;
  line-height: 185px;
}

.quality .r-quality .quality-list li {
  float: left;
  width: 185px;
  height: 185px;
  margin: 10px 10px 0 0;
  text-align: center;
  overflow: hidden;
  display: table-cell;
  line-height: 185px;
}

.quality .quality-list li a img {
  width: 181px;
  height: 181px;
  border-radius: 8px;
  border: 1px solid var(--style-primary-color);
}
/* 优质好店  end */

/* 热卖款式 */
.hotstyle {
  box-sizing: border-box;
  background-color: #fff;
  /* height: 500px; */
  padding: 14px 15px 16px;
  margin-bottom: 20px;
}

.hotstyle-top {
  line-height: 30px;
}

.hotstyle-top .hot-title {
	width:100%;
	height:50px;
	border-bottom:1px red solid;
}
.hotstyle-top .hot-title .title-item {
	float:left;
	width:180px;
	margin-left:10px;
	line-height:50px;
	text-align:center;
	border-radius: 5px 5px 0 0;
}
.hotstyle-top .hot-title .title-item.active,.hotstyle-top .hot-title .title-item:hover{
	background:red;
	color:#fff;
}
.hotstyle-top .hot-con{
	width:100%;
	margin: 10px 0;
}
.hotstyle-top .hot-con .hot-ul {
	display:none;
}
.hotstyle-top .hot-con .hot-ul li{
	display:block;
	width:220px;
	height:350px;
	float:left;
	margin-right:16px;
}
.hotstyle-top .hot-con .hot-ul li:nth-child(5) {
	float:right;
	margin-right: 0px;
}
.hotstyle-top .hot-con .hot-ul .hot-store {
	position: relative;
}
.hotstyle-top .hot-con .hot-ul .hot-store .storename{
	z-index: 999;
	display:block;
	width:160px;
	height:80px;
	background:rgba(255,255,255,0.6);
	text-align:center;
	line-height:80px;
	font-size:20px;
	top: 220px;
	left: 30px;
	border-radius: 5px;
	overflow:hidden;
}
.hotstyle-top .hot-con .hot-ul .hot-store img {
	width:220px;
	height:350px;
	border-radius:10px;
}
.hotstyle-top .hot-con .hot-ul .hot-li img {
	width:220px;
	height:325px;
	border-radius:10px;
}
.hotstyle .hotstyle-page {
  float: right;
}

.hotstyle .hot-cont .hint-title {
  border-bottom: 1px solid var(--style-primary-color);
}

.hotstyle .hot-cont .hint-title li {
  float: left;
  width: 195px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  text-align: center;
  position: relative;
}

.hotstyle .hot-cont .hint-title li a {
  display: block;
  width: 100%;
  height: 100%;
}

.hotstyle .hot-cont .hint-title li a:hover {
  color: #fff;
}

.hotstyle .hot-cont li .triangle {
  position: absolute;
  width: 195px;
  z-index: 1000;
  display: none;
}

.hotstyle .hot-cont li .triangle .san {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 7px solid #e4393c;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
}

.clicked {
  background-color: var(--style-secondary-color);
}

.hotstyle .hot-cont .cont-img li {
  float: left;
  width: 221px;
  height: auto;
  margin-right: 16px;
  position: relative;
}
.hotstyle .hot-cont .cont-img li a {
  display: block;
  width: 221px;
  height: 221px;
}

.hotstyle .hot-cont .cont-img li img {
  width: 217px;
  height: 217px;
  display: block;
  border-radius: 8px;
  border: 1px solid var(--style-primary-color);
}

.hotstyle .hot-cont .cont-img li .appear {
  position: absolute;
  width: 100%;
  bottom: 22px;
  display: none;
}
.hotstyle .hot-cont .cont-img li .span_box {
  margin: 5px 2px 0;
  font-size: 14px;
}
.hotstyle .hot-cont .cont-img li .sp1an {
  display: block;
  color: var(--style-primary-color);
  font-weight: 600;
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotstyle .hot-cont .cont-img li .sp2an {
  float: right;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.hotstyle .hot-cont .cont-img .appear-item {
  float: left;
  width: 33.333%;
  text-align: center;
}

.appear {
  position: absolute;
  width: 100%;
  height: 25px;
  z-index: 2;
  /* top: 192px; */
  bottom: 141px;
}

.hotstyle .hot-cont .cont-img .appear-item a {
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  background-color: #d97172;
  width: 100%;
  opacity: 0.7;
}

.hotstyle .hot-cont .cont-img .appear a:hover {
  background-color: #e4393c;
  opacity: 1;
}

.hotstyle .hot-cont .cont-img li:nth-child(5n) {
  margin-right: 0;
}

.hotstyle .hot-cont .cont-img {
  margin-top: 10px;
  display: none;
}

.cont-img.clearfix.clicked-1 {
  display: block;
}

.hotstyle .hot-cont .cont-img .hot-info {
  margin: 4px 0;
  line-height: 19px;
}

span.price {
  margin-left: 10px;
  font-size: 14px;
  color: #ff0036;
}

span.id {
  float: right;
  color: #333;
  margin-right: 8px;
}

.hot-cont {
  display: none;
}

.hot-cont.switch {
  display: block;
}

/* 热卖款式 end */

/* 优质商家 */
.business {
  padding: 10px 16px 16px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.business-top {
  line-height: 30px;
}

.business .business-head {
  float: left;
}

.business .business-page {
  float: right;
}

.business .b-img {
  height: 478px;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 100% 478px;
  position: relative;
  display: none;
}

.b-img.tabs-clicked {
  display: block;
}

.business .b-img .goodslist {
  position: absolute;
  width: 590px;
  right: 24px;
  top: 24px;
  bottom: 24px;
}

.business .b-img .goodslist li {
  width: 190px;
  /* height: 210px; */
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  background-color: #fff;
}

.business .b-img .goodslist li .span_box {
  margin: 5px 2px 2px;
  font-size: 14px;
}

.business .b-img .goodslist li .span_box .sp1an {
  display: block;
  color: red;
  font-weight: 600;
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business .b-img .goodslist li .span_box .sp2an {
  float: right;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.business .b-img .goodslist li:nth-child(3n) {
  margin-right: 0;
}

.business .b-img .goodslist li img {
  width: 186px;
  height: 186px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--style-primary-color);
}

/* .hotstyle .hot-cont .cont-img .hot-info {
    margin: 4px 0;
    line-height: 19px;
} */

span.b-price {
  display: block;
  /*margin-left: 10px;*/
  font-size: 14px;
  /*color: #ff0036;*/
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

span.b-id {
  float: right;
  color: #333;
  margin-right: 8px;
}

.business .business-list li {
  float: left;
  width: 160px;
  height: 66px;
  line-height: 66px;
  box-sizing: border-box;
  border: 1px solid #eee;
  text-align: center;
  padding: 8px 5px;
  margin-left: 8px;
  margin-top: 15px;
}

.business .business-list li:hover {
  background-color: #fff !important;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 6%);
  border-bottom: 4px solid #e33333;
}

.business .business-list li:first-child {
  margin-left: 0;
}

p.title {
  display: inline-block;
  width: 150px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.shopAddress {
  display: inline-block;
  max-width: 150px;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-info {
  padding: 2px 0;
}
/* 优质商家 end */

/* 楼层 */
.promote {
  padding: 10px 16px 0;
  margin: 10px auto 0;
  background-color: #fff;
  box-sizing: border-box;
}

.promote .promote-title {
  font-size: 18px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding-bottom: 18px;
}

.promote .promote-title .pro_link {
  float: right;
}

.promote .promote-title .pro_link:hover {
  color: #e43b3e;
}

.promote .promote-title span {
  font-size: 20px;
  font-weight: lighter;
  border-left: 1px #aaaaaa solid;
  margin-left: 10px;
  padding-left: 10px;
}

.promote .promote-style li {
  float: left;
  width: 180px;
  height: auto;
  margin-right: 18px;
  margin-bottom: 15px;
  position: relative;
}
.promote .promote-style li:nth-child(6n) {
	float: right;
	margin-right: 0;
}
.promote .promote-style .image{
  width: 100%;
  height: 100%;
  border: 1px solid var(--style-primary-color);
  border-radius: 8px;
}

.promote .promote-style li a {
  display: block;
  height: 221px;
  width: 180px;
}

.promote .promote-style li .span_box {
  margin: 5px 2px 2px;
  font-size: 14px;
}

.promote .promote-style li .span_box .sp1an {
  display: block;
  color: var(--style-primary-color);
  font-weight: 600;
  float: left;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promote .promote-style li .span_box .sp3an {
  color: #666;
  float: right;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.promote .promote-style li .upload {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: none;
}

.promote .promote-style li .upload .upload-item {
  float: left;
  width: 33.333%;
  text-align: center;
}

.promote .promote-style li .upload a {
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  background-color: #d97172;
  width: 100%;
  opacity: 0.7;
}

.promote .promote-style li .upload a:hover {
  background-color: #e4393c;
  opacity: 1;
}

.promote .promote-style li:nth-child(5n) {
  margin-right: 0;
}

.promote-link,
.promote-price {
  padding: 0 8px 0 6px;
  margin: 8px 0 0;
}

.promote-link a:hover {
  color: #e4393c;
}

.promote-price a:hover {
  color: #e4393c;
}

.link-name {
  color: #999;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}

span.cost {
  color: #e33333;
  font-weight: 700;
  font-size: 14px;
}

a.store {
  color: #999;
  float: right;
}

span.number {
  float: right;
  color: #333;
  /* margin-right: 8px; */
}

.on {
  color: #fff !important;
  background: #66cc00;
}
/* 楼层 end */

/* 新闻 */
.news .news-list .new {
  float: left;
  width: 380px;
  margin-top: 20px;
  margin-right: 27px;
  /* height: 300px; */
  border: 1px solid #f37600;
  background-color: #fff;
}

.news .news-list .news-title {
  background-color: #f37600;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
}

.news .news-list .news-title .name {
  float: left;
}

.news .news-list .news-title .more {
  float: right;
}

.news .news-list .news-title .more a {
  color: #fff;
}

.news .news-list .new:nth-child(3n) {
  margin-right: 0;
}

.news-list .news-info li {
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
}

.news-list .news-info li a:hover {
  color: #777;
}

.news-list .news-info li .info {
  float: left;
  font-size: 14px;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.time {
  float: right;
  color: #666;
}

.position {
  line-height: 40px;
  padding: 0 10px;
}

.box-left {
  width: 220px;
  float: left;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.box-right {
  width: 960px;
  float: right;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.art-title {
  font-size: 18px;
  line-height: 200%;
  font-weight: 100;
}

h1.art-title {
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px #ccc solid;
  margin-bottom: 12px;
}

.art-cate li {
  line-height: 34px;
  border-bottom: 1px #e6e6e6 solid;
}

.art-cate li a {
  display: block;
}

.art-list li {
  line-height: 40px;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 14px;
}

.art-list li span {
  float: right;
}

.art-content {
  line-height: 200%;
  font-size: 16px;
}

.art-content p {
  text-indent: 2em;
}
