@charset "UTF-8";
body {
  font-family: "Hiragino Sans GB", "Microsoft Yahei";
}
.message-body{
  max-width: 300px !important;
}
.topbar {
  height: 28px;
  line-height: 28px;
  background: #f2f2f2;
  color: #666;
}
.topbar a {
  display: inline-block;
  padding: 0 5px;
  color: #666;
}
.topbar a.m-qrcode {
  position: relative;
  padding: 0 19px;
}
.topbar a.m-qrcode i {
  display: inline-block;
  content: " ";
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-top-color: #999;
  border-bottom-width: 0;
  vertical-align: middle;
}
.topbar a.m-qrcode .qrcode-show {
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  box-shadow: 0 0 5px #efefef;
  text-align: center;
  line-height: 15px;
  color: 999;
  padding-bottom: 10px;
  z-index: 99;
}
.topbar a.m-qrcode:hover {
  background: #ddd;
}
.topbar a.m-qrcode:hover .qrcode-show {
  display: block;
}
.topbar a.m-qrcode:hover .qrcode-show img {
  display: block;
}
.topbar .topbar-left {
  float: left;
}
.topbar .topbar-right {
  float: right;
}

.header {
  padding: 24px 0 16px 0;
  background: #fff;
}
.header .header-right {
  float: right;
}
.header .status-bar2 {
  margin: 10px 10px 0 0;
}

.logo img {
  max-width: 215px;
  max-height: 90px;
}

.searchbar {
  padding-top: 20px;
  padding-left: 20px;
}
.searchbar .x-input {
  float: left;
  width: 450px;
  height: 25px;
  line-height: 25px;
  padding: 5px;
  border: 1px solid #c81623;
  border-radius: 0;
}
.searchbar .x-input:focus {
  outline: none;
}
.searchbar .btn {
  float: left;
  margin-right: 5px;
}
.searchbar form {
  *zoom: 1;
}
.searchbar form:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.searchbar .hots {
  margin-top: 3px;
  color: #999;
}
.searchbar .hots a {
  margin: 0 5px;
  color: #999;
}
.searchbar .hots span {
  color: #3068d9;
}
.searchbar .btn-search {
  position: relative;
  left: -5px;
  width: 100px;
  height: 37px;
  line-height: 37px;
  background: #3068d9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius:0 5px 5px 0;
}
.searchbar .btn-search span {
  border: none;
  background: none;
  display: inline;
}
.searchbar .btn-search span:hover {
  background: none;
}

.minicart {
  padding-top: 20px;
  width: 142px;
  margin-left: 50px;
}
.minicart .btn {
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.minicart .btn > span {
  filter: none;
}
.minicart .btn span {
  background: #3068d9;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 5px;
}
.minicart .btn .icon-cart-a {
  display: inline-block;
  position: relative;
  margin: 2px 10px 0 0;
  font-size: 20px;
  line-height: 1;
  vertical-align: sub;
  color: #fff;
}
.minicart .btn .icon-arrow-right-b {
  margin-left: 10px;
  color: #ccc;
}
.minicart b {
  position: absolute;
  top: -14px;
  left: 7px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 8px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #3068d9;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #3068d9;
  font-weight: normal;
}

.nav {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #3068d9;
  *zoom: 1;
}
.nav:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.nav a {
  color: #333;
  font-size: 14px;
}
.nav .nav-main {
  position: relative;
}
.nav .nav-left {
  position: relative;
}
.nav .nav-left:hover .category {
  display: block;
}
.nav .big-cate {
  background: #3068d9;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav .big-cate a {
  color: #fff;
}
.nav .menu {
  *zoom: 1;
}
.nav .menu:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.nav .menu a {
  float: left;
  display: block;
  width: 110px;
  text-align: center;
  color: #333;
}
.nav .menu a.on{
  color: #3068d9;
}
.nav .menu a:hover {
  color: #ffffff;
}
.nav .category {
  top: 39px;
  left: 0;
  width: 99.5%;
  z-index: 99;
  background: rgba(48,104,217, 0.95);
  color: #fff;
  border-left: 1px solid #3068d9;
  border-bottom: 1px solid #3068d9;
}
.nav .searchbar-small {
  float: right;
  margin-right: 10px;
}
.nav .searchbar-small .icon {
  top: 12px;
}

.shop-nav .shop-category {
  position: relative;
  float: left;
}
.shop-nav .shop-category:hover .category4, .shop-nav .shop-category:hover .icon-arrow-up-b, .shop-nav .shop-category:hover .icon-arrow-up {
  display: block;
}
.shop-nav .shop-category .icon-arrow-up-b, .shop-nav .shop-category .icon-arrow-up {
  display: none;
  position: absolute;
  top: -14px;
  left: 48%;
  margin-left: -2px;
  z-index: 100;
}
.shop-nav .shop-category .icon-arrow-up-b {
  color: #fff;
  font-size: 16px;
}
.shop-nav .shop-category .icon-arrow-up {
  z-index: 22;
  font-size: 15px;
  color: #dadada;
}
.shop-nav .shop-category a {
  width: auto;
  padding: 0 25px;
}
.shop-nav .shop-category a:hover {
  color: #3068d9;
}

.seaview {
  height: 480px;
  margin-top: -1px;
  position: relative;
}
.seaview [class|=col-lg] {
  margin-left: 0;
}
.seaview .col-lg-10 {
  width: 760px;
}
.seaview .one-ad {
  background: #37404f;
  overflow: hidden;
  height: 480px;
}
.seaview .one-ad .one-ad-title {
  margin-top: 39px;
  margin-left: 16px;
  margin-right: 16px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  text-align: center;
  color: #797979;
  font-size: 14px;
}
.seaview .one-ad .one-ad-img {
  margin-left: 16px;
  margin-right: 16px;
}

.main {
  background: #f8f8f8;
  padding: 30px 0;
  overflow: hidden;
}
.main.index, .main.channel {
  padding: 0 0 50px 0;
  background: #fff;
  overflow: hidden;
}
.main.index [class|=col-lg], .main.channel [class|=col-lg] {
  margin-left: 0;
}
.main.index .col-lg-10, .main.channel .col-lg-10 {
  width: 760px;
}

.section {
  *zoom: 1;
  margin-bottom: 10px;
}
.section:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.section .subslider {
  margin-bottom: 20px;
}

.sidebar {
  float: left;
  min-height: 30px;
}

/*通过module-mg-small控制用在category_primary.html的小尺寸幻灯片*/
.module-mg-small .module {
  margin-bottom: 10px;
}
.module-mg-small .slider {
  height: 480px;
}

.category {
  display: none;
  position: absolute;
  z-index: 99;
  background: #1f2128;
  line-height: 1.5;
  overflow: hidden;
  height: 480px;
}
.category:hover {
  overflow: visible;
  height: auto;
  min-height: 480px;
}
.category .category-primary > li:hover {
  background: #fff;
  width: 101%;
}
.category .category-primary > li:hover .category-sub {
  display: block;
}
.category .category-primary > li:hover a {
  color: #3b3d44;
}
.category .category-primary > li:hover .category-primary-item a {
  color: #3068d9;
}
.category .category-primary > li.active .category-primary-item {
  background: #3068d9;
}
.category .category-primary .category-primary-item {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
}
.category .category-primary .category-primary-item i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 20px;
}
.category .category-primary .category-primary-item i img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.category .category-primary .category-primary-item a {
  display: block;
  margin-right: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.category .category-primary .category-primary-item .active-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: -27px;
}
.category .category-primary .category-primary-item.on {
  color: #333;
}
.category .category-primary .category-primary-item.on .active-arrow {
  display: inline-block;
}
.category .category-sub {
  display: none;
  position: absolute;
  top: 2px;
  left: 213px;
  z-index: 20;
  width: 760px;
  min-height: 460px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f8f8f8;
}
.category .category-sub .category-sub-item {
  padding: 10px 25px 0 25px;
}
.category .category-sub .category-sub-item:last-child ul {
  border: none;
  padding-bottom: 20px;
}
.category .category-sub .category-sub-item ul {
  *zoom: 1;
  margin-left: 80px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.category .category-sub .category-sub-item ul:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.category .category-sub .category-sub-item ul li {
  float: left;
  padding-right: 12px;
}
.category .category-sub .category-sub-item ul a:hover {
  color: #3068d9;
}
.category .category-sub .category-sub-title {
  font-weight: bold;
  float: left;
  width: 70px;
  color: #666;
  font-size: 14px;
}
.category .category-sub a {
  color: #545454;
  font-size: 12px;
}
.category.is-display {
  display: block;
  visibility: hidden;
}
.category .category-primary02 .category-sub-item ul {
  border-bottom: 0;
}

.is-index .category.is-display {
  visibility: visible;
}

.category2 .category-primary {
  position: relative;
}
.category2 .category-primary li:hover {
  color: #fff;
}
.category2 .category-primary li:hover .category-primary-item {
  background: #b70f7c;
}
.category2 .category-primary li:hover .category-primary-item a {
  color: #fff;
}
.category2 .category-primary li:hover .category-sub {
  display: block;
}
.category2 .category-primary-item {
  padding: 10px;
  background: #e8e8e8;
  margin-bottom: 1px;
}
.category2 .category-primary-item:last-child {
  border-bottom: none;
}
.category2 .category-primary-item .title {
  margin-bottom: 2px;
  font-size: 14px;
}
.category2 .category-primary-item .list {
  height: 18px;
  overflow: hidden;
}
.category2 .category-primary-item .list a {
  margin-right: 10px;
  color: #666;
  white-space: nowrap;
}
.category2 .category-sub {
  display: none;
  position: absolute;
  top: 0;
  left: 215px;
  z-index: 20;
  width: 600px;
  min-height: 454px;
  padding: 20px 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}
.category2 .category-sub ul {
  *zoom: 1;
  padding: 10px;
}
.category2 .category-sub ul:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.category2 .category-sub ul li {
  float: left;
  padding-right: 10px;
  margin: 0 10px 10px 0;
}
.category2 .category-sub a {
  color: #545454;
  font-size: 12px;
}
.category2 .category-sub a:hover {
  color: #b70f7c;
}

.category3 {
  color: #666;
}
.category3 .category-primaty {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #e8e8e8;
}
.category3 .category-sub {
  *zoom: 1;
  display: none;
  padding: 10px;
  background: #f8f8f8;
}
.category3 .category-sub:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.category3 .category-sub a {
  float: left;
  display: block;
  width: 48%;
  margin-right: 2%;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
}
.category3 .category-item {
  border-bottom: 1px solid #f8f8f8;
}
.category3 .category-item.on .category-sub {
  display: block;
}

.category4 {
  *zoom: 1;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  padding: 10px 5px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #dadada;
}
.category4:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.category4 .category-primaty {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  font-size: 14px;
}
.category4 .category-sub a {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.category4 .category-sub a:hover {
  background: none;
}
.category4 .category-item .category-sub a {
  float: none;
}
.category4.category4-col1 {
  width: 150px;
}

.slider {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.slider .slider-pic img {
  display: block;
  width: 760px;
}
.slider .slider-switch {
  *zoom: 1;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 9;
}
.slider .slider-switch:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.slider .slider-switch a {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 6px;
  line-height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  background: #cdd3d1;
  color: #999;
  text-align: center;
}
.slider .slider-switch a.active {
  background: #3068d9 !important;
}
.slider .slider-switch a:hover {
  background: #999;
}
.slider.group-purchase {
  height: 550px;
}
.slider.group-purchase .slider-pic img {
  width: 1189px;
}
.slider.group-purchase a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.full-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.full-slider .slider-pic {
  position: relative;
  z-index: 1;
}
.full-slider .slider-pic img {
  display: block;
  width: 760px;
}
.full-slider .slider-pic .full-slider-box {
  position: relative;
  top: -30px;
}
.full-slider .slider-pic .full-slider-box img {
  width: 1190px;
}
.full-slider .slider-pic img[src=""], .full-slider .slider-pic img:not([src]) {
  opacity: 0;
}
.full-slider .slider-bg, .full-slider .desc-list {
  position: relative;
  height: 100%;
}
.full-slider .slider-bg li, .full-slider .desc-list li {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.full-slider .slider-bg li:first-child, .full-slider .desc-list li:first-child {
  opacity: 1;
}
.full-slider .box {
  height: 480px;
  z-index: 7;
  overflow: hidden;
}

.seaview-other {
  position: relative;
  z-index: 9;
}
.seaview-other .cover-content {
  height: 1px;
}
.seaview-other .box {
  float: right;
}

.seaview .cover-content {
  height: 1px;
  position: relative;
}
.seaview .cover-silder-gg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.groupbuy {
  background: #fff;
}
.groupbuy .groupbuy-title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #e8e8e8;
  color: #545454;
  font-weight: bold;
}
.groupbuy .groupbuy-pic img {
  display: block;
  width: 100%;
}
.groupbuy .groupbuy-info {
  padding: 10px;
}
.groupbuy .origin-price {
  font-size: 14px;
}
.groupbuy .origin-price i {
  text-decoration: line-through;
}
.groupbuy .discount-price {
  color: #3068d9;
  font-size: 18px;
}
.groupbuy .discount-price em {
  font-size: 16px;
}
.groupbuy .btn {
  float: right;
}
.groupbuy.groupbuy-small .groupbuy-title {
  height: 30px;
  line-height: 30px;
  background: #fff;
}
.groupbuy.groupbuy-small .groupbuy-info {
  padding-top: 0;
}

.subslider {
  *zoom: 1;
}
.subslider:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.subslider .prev-btn, .subslider .next-btn {
  float: left;
  display: block;
  width: 14px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.subslider .prev-btn.disabled, .subslider .next-btn.disabled {
  color: #eee;
  cursor: default;
}
.subslider .subslider-pic {
  *zoom: 1;
  float: left;
  width: 1160px;
  height: 90px;
  overflow: hidden;
  margin: 0 1px;
  white-space: nowrap;
}
.subslider .subslider-pic:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.subslider .subslider-pic a {
  float: left;
  width: 145px;
  height: 90px;
  line-height: 88px;
  *line-height: 90px;
  border: 0 none;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  *font-size: 81px;
  font-family: Arial;
}
.subslider .subslider-pic a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.subslider .subslider-pic img {
  width: auto;
  height: auto;
}

.brand-wall {
  background: #dadada;
  padding: 1px;
  padding-bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
}
.brand-wall img {
  display: block;
}
.brand-wall .logo-list li {
  display: block;
  width: 151px;
  height: 84px;
  float: left;
  _display: inline;
  margin-bottom: 1px;
  margin-right: 1px;
  background: #fff;
}
.brand-wall .logo-list li a {
  display: table-cell;
  width: 152px;
  height: 84px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.brand-wall .logo-list li a .out-line {
  border: 1px solid #dfc182;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: none;
}
.brand-wall .logo-list li a:hover .out-line {
  display: block;
}
.brand-wall .logo-list li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  cursor: pointer;
  text-align: center;
}
.back-to-top i {
  line-height: 40px;
  color: #777;
  font-size: 30px;
}
.back-to-top span {
  display: none;
  line-height: 1.2;
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
}
.back-to-top:hover {
  background: #777;
}
.back-to-top:hover span {
  display: inline-block;
}
.back-to-top:hover i {
  display: none;
}

.module .module-hd {
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #333;
  font-size: 20px;
  margin-top: 30px;
}
.module .module-hd em {
  font-size: 18px;
  font-weight: bold;
}
.module .module-hd a {
  float: right;
  color: #666;
}
.module .module-hd a.red {
  color: #dd2434;
}
.module .module-hd span {
  color: #666;
  font-size: 14px;
  margin-left: 10px;
}
.module .module-hd + .module-bd {
  margin-top: 0;
}
.module .module-bd {
  *zoom: 1;
  margin-top: 15px;
}
.module .module-bd:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}

.module-blue .catagorycover .catagorycover-title {
  background: #4da0f0;
}
.module-blue .goods, .module-blue .articalgoods {
  border-color: #4da0f0;
}
.module-blue .articalgoods-title {
  color: #4da0f0;
}

.module-green .catagorycover .catagorycover-title {
  background: #4bc68f;
}
.module-green .goods, .module-green .articalgoods {
  border-color: #4bc68f;
}
.module-green .articalgoods-title {
  color: #4bc68f;
}

.module-purple .catagorycover .catagorycover-title {
  background: #a05ea8;
}
.module-purple .goods, .module-purple .articalgoods {
  border-color: #a05ea8;
}
.module-purple .articalgoods-title {
  color: #a05ea8;
}

.module-yellow .catagorycover .catagorycover-title {
  background: #fab81c;
}
.module-yellow .goods, .module-yellow .articalgoods {
  border-color: #fab81c;
}
.module-yellow .articalgoods-title {
  color: #fab81c;
}

.module-fuchsia .catagorycover .catagorycover-title {
  background: #EC55B7;
}
.module-fuchsia .goods, .module-fuchsia .articalgoods {
  border-color: #EC55B7;
}
.module-fuchsia .articalgoods-title {
  color: #EC55B7;
}

.module-khaki .catagorycover .catagorycover-title {
  background: #E7CB5C;
}
.module-khaki .goods, .module-khaki .articalgoods {
  border-color: #E7CB5C;
}
.module-khaki .articalgoods-title {
  color: #E7CB5C;
}

.catagorycover {
  position: relative;
  background: #fff;
}
.catagorycover .catagorycover-title {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: #DADADA;
  color: #fff;
  font-weight: bold;
}
.catagorycover .catagorycover-pic {
  position: relative;
  z-index: 2;
  width: 100%;
}
.catagorycover .catagorycover-pic .pic {
  position: relative;
}
.catagorycover .catagorycover-pic .icon {
  position: absolute;
  top: 50%;
  z-index: 3;
  color: #ccc;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.catagorycover .catagorycover-pic .icon.icon-arrow-left {
  font-size: 40px;
  margin-top: -30px;
  left: 10px;
}
.catagorycover .catagorycover-pic .icon.icon-arrow-right {
  right: 10px;
  font-size: 35px;
  margin-top: -25px;
}
.catagorycover .catagorycover-pic .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.catagorycover .catagorycover-pic img {
  display: block;
  width: 214px;
  height: 195px;
}
.catagorycover .catagorycover-pic .scroller {
  width: 214px;
  height: 195px;
  overflow: hidden;
}
.catagorycover .catagorycover-catagory {
  height: 42px;
  margin: 10px 0;
  overflow: hidden;
}
.catagorycover .catagorycover-catagory a {
  display: inline-block;
  width: 44%;
  margin-left: 20%;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
}
.catagorycover.slider-brands .catagorycover-pic img {
  display: block;
  width: 214px;
  height: 65px;
}
.catagorycover.slider-brands .catagorycover-pic .scroller {
  width: 214px;
  height: 195px;
}
.catagorycover.slider-brands .catagorycover-catagory a {
  display: inline;
  width: auto;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
}

.goods {
  position: relative;
  height: 328px;
  background: #fff;
  border-top: 2px solid #DADADA;
  overflow: hidden;
}
.goods .goods-content {
  width: 290px;
}
.goods .goods-name {
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  overflow: hidden;
}
.goods .goods-pic {
  width: 290px;
  height: 230px;
  line-height: 228px;
  *line-height: 230px;
  border: 0 none;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  *font-size: 207px;
  font-family: Arial;
}
.goods .goods-pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.goods .goods-pic img {
  width: auto;
  height: auto;
}
.goods .goods-price {
  padding: 0 20px;
  font-size: 14px;
  color: #dd2434;
}
.goods .goods-switch-wrap {
  text-align: center;
}
.goods .goods-switch {
  *zoom: 1;
  display: inline-block;
}
.goods .goods-switch:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.goods .goods-switch li {
  float: left;
  display: block;
  width: 20px;
  height: 5px;
  margin: 0 5px;
  background: #e5e5e5;
  cursor: pointer;
}
.goods .goods-switch .active {
  width: 25px;
  background: #e52233;
}
.goods .scroller {
  width: 290px;
  height: 305px;
  overflow: hidden;
}
.goods.goods-small {
  position: relative;
  height: 348px;
}
.goods.goods-small .goods-pic {
  width: 215px;
  height: 348px;
  line-height: 346px;
  *line-height: 348px;
  border: 0 none;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  *font-size: 313.2px;
  font-family: Arial;
}
.goods.goods-small .goods-pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.goods.goods-small .goods-switch {
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin: 0 0 0 -47px;
}

.categorygoods {
  *zoom: 1;
}
.categorygoods .categorygoods-title {
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #333;
}
.categorygoods:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.categorygoods .categorygoods-item {
  float: left;
  width: 238px;
}
.categorygoods .categorygoods-item img {
  display: block;
  width: 100%;
}
.categorygoods .categorygoods-item:first-child {
  margin-left: 0;
}

.articalgoods {
  position: relative;
  background: #fff;
  border-top: 2px solid #DADADA;
}
.articalgoods .articalgoods-info {
  position: relative;
  height: 58px;
  padding: 20px 20px;
  background: #e5e5e5;
}
.articalgoods .articalgoods-title {
  height: 27px;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.articalgoods .articalgoods-intro {
  height: 18px;
  overflow: hidden;
}
.articalgoods .articalgoods-pic img {
  display: block;
  width: 100%;
}

.crumbs em {
  margin-right: 10px;
  color: #b70f7c;
  font-size: 18px;
  font-weight: bold;
}
.crumbs em.color1 {
  margin-left: 0;
  color: #666;
}
.crumbs a {
  color: #666;
}
.crumbs .crumbs-recommend a {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #666;
}
.crumbs > span {
  line-height: 26px;
}

.recommend {
  *zoom: 1;
}
.recommend:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.recommend img {
  float: left;
  width: 25%;
}

.ad img {
  display: block;
}

.seaview .ad {
  background: rgba(255, 255, 255, 0.8);
  padding: 13px;
}

.notice {
  background: #fafafa;
}
.notice .notice-hd {
  margin-bottom: 10px;
}
.notice .notice-hd em {
  font-weight: bold;
}
.notice .notice-hd span {
  float: right;
}
.notice .notice-list li {
  margin-bottom: 10px;
}
.notice .notice-list a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}
.notice .pager {
  margin: 0;
  line-height: inherit;
}

.rank {
  padding: 0 10px;
  background: #fff;
}
.rank .rank-title {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.rank .rank-item {
  *zoom: 1;
  padding-bottom: 13px;
}
.rank .rank-item:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.rank .rank-item .num {
  float: left;
  line-height: 30px;
}
.rank .rank-item .num.num-1 {
  color: red;
}
.rank .rank-item .pic {
  float: left;
  margin: 0 5px;
  border: 2px solid #dadada;
}
.rank .rank-item .pic img {
  display: block;
}
.rank .rank-item .name {
  float: left;
  width: 68%;
  height: 35px;
  overflow: hidden;
}
.rank .rank-item .name a {
  color: #666;
}

.rank2 .rank-title {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.rank2 .rank-item {
  *zoom: 1;
  padding: 10px;
  background: #fff;
}
.rank2 .rank-item:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.rank2 .rank-item .num {
  float: left;
  line-height: 30px;
}
.rank2 .rank-item .num.num-1 {
  color: red;
}
.rank2 .rank-item .pic {
  float: left;
  margin: 0 5px;
  border: 2px solid #dadada;
}
.rank2 .rank-item .pic img {
  display: block;
}
.rank2 .rank-item .name {
  float: left;
  width: 68%;
  height: 35px;
  overflow: hidden;
}
.rank2 .rank-item .name a {
  color: #666;
}

.brand .brand-hd {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #fafafa;
}
.brand .brand-hd em {
  font-weight: bold;
}
.brand .brand-hd a {
  float: right;
  color: #666;
}
.brand .brand-list {
  background: #fff;
  *zoom: 1;
}
.brand .brand-list:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.brand .brand-list a {
  float: left;
  width: 122px;
  height: 64px;
  line-height: 62px;
  *line-height: 64px;
  border: 0 none;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  *font-size: 57.6px;
  font-family: Arial;
}
.brand .brand-list a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.brand .brand-list img {
  width: auto;
  height: auto;
}

.brand2 .brand-hd {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.brand2 .brand-hd em {
  font-weight: bold;
}
.brand2 .brand-hd a {
  float: right;
  color: #666;
}
.brand2 .brand-list {
  background: #fff;
  *zoom: 1;
}
.brand2 .brand-list:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.brand2 .brand-list a {
  float: left;
  width: 148px;
  height: 84px;
  line-height: 82px;
  *line-height: 84px;
  border: 0 none;
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  *font-size: 75.6px;
  font-family: Arial;
}
.brand2 .brand-list a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.brand2 .brand-list img {
  width: auto;
  height: auto;
}

.recommend2 {
  background: #fff;
}
.recommend2 .recommend2-hd {
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  color: #545454;
}
.recommend2 .recommend2-hd em {
  font-weight: bold;
}
.recommend2 .recommend2-hd span {
  float: right;
}
.recommend2 .pager {
  margin: 0;
  line-height: inherit;
}
.recommend2 .recommend2-pic img {
  display: block;
  width: 100%;
}

.banner img {
  display: block;
  width: 100%;
}

.search-shop {
  *zoom: 1;
  position: relative;
  padding: 10px;
  background: #fff;
}
.search-shop:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.search-shop .search-shop-pic {
  float: left;
  width: 175px;
  height: 55px;
  line-height: 53px;
  *line-height: 55px;
  border: 0 none;
  overflow: hidden;
  margin-right: 10px;
  text-align: center;
  *font-size: 49.5px;
  font-family: Arial;
}
.search-shop .search-shop-pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.search-shop .search-shop-pic img {
  width: auto;
  height: auto;
}
.search-shop .search-shop-txt {
  float: left;
}
.search-shop .search-shop-title {
  margin-bottom: 5px;
  font-size: 14px;
}
.search-shop .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}
.search-shop i {
  margin-left: 10px;
}

.helpinfo {
  *zoom: 1;
  margin-bottom: 10px;
  padding: 35px 0;
  background: #fff;
  border-top: 1px solid #dadada;
}
.helpinfo:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.helpinfo .helpinfo-item {
  float: left;
  width: 184px;
  margin-right: 20px;
  padding-left: 34px;
}
.helpinfo .helpinfo-item li {
  margin-bottom: 5px;
}
.helpinfo .helpinfo-title {
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  /*border-bottom: 1px solid #dadada;*/
  margin-bottom: 10px;
  padding-right: 20px;
}
.helpinfo ul a {
  color: #fff;
}
.helpinfo ul a:hover {
  color: #c81623;
}
.helpinfo .helpinfo-qrcode {
  width: 100px;
  height: 120px;
  margin-top: 10px;
  float: left;
  text-align: center;
}
.helpinfo .helpinfo-qrcode img {
  max-width: 100px;
  max-height: 100px;
}
.helpinfo .feature-items {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.helpinfo .feature-items .feature-item {
  width: 150px;
  margin: 0 23px;
  text-align: center;
  float: left;
}
.helpinfo .feature-items .feature-item img {
  display: block;
  margin: 0 auto 15px auto;
  width: 67px;
  height: 67px;
}
.helpinfo .feature-items .feature-item h4 {
  color: #333;
}

.footer {
  line-height: 2;
  padding-bottom: 35px;
  text-align: center;
  color: #333;
  font-size: normal;
}
.footer span {
  color: #d4b87d;
}

.footer-nav {
  line-height: 40px;
  color: #ccc;
}
.footer-nav span {
  color: #ccc;
}
.footer-nav a {
  color: #ccc;
  margin: 0 6px;
}
.footer-nav span:last-child {
  display: none;
}

/*shop_home page*/
.shopheader {
  height: 100px;
  border-top: 1px solid #eee;
}
.shopheader .shop-logo img {
  width: 200px;
  height: 60px;
}
.shopheader .shop-slogan {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 80px;
}
.shopheader .shop-favorite {
  float: right;
  margin: 30px 15px 0 0;
  padding: 3px 18px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background-color: #c81623;
  border-radius: 50px;
}
.shopheader .shop-favorite i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.shopheader .shopheader-bg {
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-index{
  padding-top:10px;
}
.shop-index .banner{
   width:100%;
}
.shop-index .left-bar{
  width:200px;
  float: left;
  margin-right:10px;
}
.shop-index .left-bar section{
  border:1px solid #ddd;
  margin-bottom:10px;
}
.shop-index .left-bar section h4{
  font-size:14px;
  font-weight: normal;
  padding:5px 10px;
  background-color:#eee;
  border-bottom:1px solid #ddd;
}
.left-bar section h4 a{
  float: right;
  color:#027cc2;
}
.BMap_Marker img{max-width:100%;}

.section-inner{
  padding:10px 0;
}
.section-inner a{
  color:#0f76c4;
}
.section-inner .shop-favorite{
  margin:2px 0;
  display:inline-block;
  padding:5px 10px;
  border-radius:3px;
  background-color:#eb242a;
  color:#fff;
}
.section-inner .shop-favorite i{margin-right:5px;}
.shop-index .left-bar p{
  padding:5px 10px;
  margin-bottom:5px;
}
.shop-index .shop-inf p{
  padding:0 10px;
}
.around-shop-list{background-color:#fff;}
.around-shop-list img{max-width:80%;}
.around-shop-list .pic{padding:10px 0;text-align:center;}
.around-shop-list .name{display:block;text-align:center;padding:0 15px;color:#4577b0;}
.around-shop-list li{padding-bottom:10px;border-bottom:1px solid #ddd;margin:0 5px;}
.around-shop-list li:last-child{border-bottom:none;}
.shop-index .around-shop-list p{margin-bottom:2px;padding:2px 15px;color:#999;}
.shop-index .itemslist li{margin:0 8px;}
.detail-cont,.shop-index .right-cont{
  overflow:hidden;
}
.detail-cont>p{
  float: left;
  margin-right:1rem;
  margin-bottom:0;
}
.shopheader .shopheader-content {
  margin-top: -87px;
}
#shop_search #item_title{height:22px;line-height:22px;}
.shopheader .m-code {
  position: relative;
  float: right;
  margin-top: 24px;
  margin-right: 10px;
}
.shopheader .m-code .code-info {
  padding: 5px;
  border-radius: 5px;
  background: #c81623;
  cursor: pointer;
}
.shopheader .m-code .icon-code-small {
  display: block;
  width: 28px;
  height: 28px;
  background-position: -191px -55px;
  margin: 0 auto;
}
.shopheader .m-code .code-img {
  position: absolute;
  display: none;
  left: -4px;
  box-shadow: 0 0 10px #666;
  text-align: center;
  z-index: 10;
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
}
.shopheader .m-code .code-img::after {
  content: '';
  position: absolute;
  left: 15px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.shopheader .m-code.on .code-img {
  display: block;
}

.shopbar {
  *zoom: 1;
  height: 28px;
  line-height: 28px;
}
.shopbar:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.shopbar .left {
  float: left;
}
.shopbar .right {
  float: right;
}
.shopbar a {
  color: #333;
}

.shoptitle {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #e8e8e8;
}

/* 商家自定义区域文本编辑器图片样式 */
.img-circle {
  border-radius: 50%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* 今日特卖 */
.daily-promotion {
  background: #dadada;
  padding-left: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.daily-promotion li {
  float: left;
  width: 296px;
  height: 173px;
  margin-right: 1px;
  background: #fff;
  position: relative;
}
.daily-promotion li h2 {
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  height: 38px;
  margin-bottom: 6px;
  overflow: hidden;
}
.daily-promotion li h2 a {
  color: #666;
}
.daily-promotion li h2 a:hover {
  text-decoration: underline;
}
.daily-promotion li .promotion-type {
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  background: #f5bb0d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.daily-promotion li .thumb {
  float: left;
  margin-top: 30px;
}
.daily-promotion li .caption {
  margin-left: 121px;
  margin-top: 30px;
}
.daily-promotion li .caption .promotion-price {
  float: left;
  width: 90px;
}
.daily-promotion li .caption .promotion-price .old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 10px;
}
.daily-promotion li .caption .promotion-price .new-price {
  color: #f24134;
  font-size: 14px;
}
.daily-promotion li .caption .promotion-price .new-price span {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
.daily-promotion li .caption .promotion-buy {
  display: block;
  float: right;
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  background: #f24134;
  margin-top: 18px;
  position: relative;
}
.daily-promotion li .caption .promotion-buy:after {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-bottom-color: #fff;
}

/* 店铺优惠券 */
.store-coupons li {
  position: relative;
  float: left;
  width: 228px;
  height: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f62f51;
}
.store-coupons li:last-child {
  margin-right: 0;
}
.store-coupons li .coupons-type {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: 39px;
  border-right-width: 39px;
}
.store-coupons li .coupons-type:after {
  content: " ";
  position: absolute;
  color: #fff;
  font-size: 14px;
  left: 6px;
  bottom: 16px;
}
.store-coupons li .coupons-title {
  text-align: center;
  margin-top: 8px;
}
.store-coupons li .coupons-title span {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  position: relative;
}
.store-coupons li .vouchers-title {
  height: 50px;
  line-height: 50px;
}
.store-coupons li .vouchers-title span {
  font-size: 35px;
}
.store-coupons li.quan .coupons-type {
  border-top-color: #f3c111;
}
.store-coupons li.quan .coupons-type:after {
  content: "券";
}
.store-coupons li.quan .coupons-title span {
  margin-right: -16px;
}
.store-coupons li.quan .coupons-title span:after {
  position: absolute;
  left: -20px;
  top: 8px;
  content: "¥";
  font-size: 30px;
}
.store-coupons li.quan .vouchers-title span::after {
  top: 0;
}
.store-coupons li.zhe .coupons-type {
  border-top-color: #3074ff;
}
.store-coupons li.zhe .coupons-type:after {
  content: "折";
}
.store-coupons li.zhe .coupons-title span {
  margin-left: -20px;
}
.store-coupons li.zhe .coupons-title span:after {
  position: absolute;
  right: -26px;
  bottom: 10px;
  content: "％";
  font-size: 26px;
}
.store-coupons li .store-info {
  padding: 0 10px 7px 10px;
}
.store-coupons li .store-info .store-logo {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  background: #fff;
}
.store-coupons li .store-info .store-logo a {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
}
.store-coupons li .store-info .store-logo a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.store-coupons li .store-info .info-txt {
  float: left;
  width: 140px;
}
.store-coupons li .store-info .info-txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  margin: 0;
}
.store-coupons li .store-info .info-txt p a {
  color: #fff;
}
.store-coupons li .get-coupons {
  width: 40px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-linear-gradient(45deg, transparent 20%, #fc902f 20%, #fc902f), linear-gradient(135deg, rgba(0, 0, 0, 0) 20%, #fc902f 20%, #fc902f);
  background-image: -moz-linear-gradient(45deg, transparent 20%, #fc902f 20%, #fc902f), linear-gradient(135deg, rgba(0, 0, 0, 0) 20%, #fc902f 20%, #fc902f);
  background-image: -ms-linear-gradient(45deg, transparent 20%, #fc902f 20%, #fc902f), linear-gradient(135deg, rgba(0, 0, 0, 0) 20%, #fc902f 20%, #fc902f);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 20%, #fc902f 20%, #fc902f), linear-gradient(135deg, rgba(0, 0, 0, 0) 20%, #fc902f 20%, #fc902f);
  background-size: 100% 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.store-coupons li .get-coupons span {
  display: table-cell;
  vertical-align: middle;
  height: 110px;
  padding: 0 10px;
  line-height: 1.3;
}

/* 店铺购物券 */
.store-vouchers li {
  background: #fce884;
}
.store-vouchers li .coupons-title span {
  color: #c63144;
}
.store-vouchers li .store-info .info-txt {
  width: 175px;
}
.store-vouchers li .store-info .info-txt p {
  color: #c63144;
}
.store-vouchers li .store-info .info-txt p a {
  color: #c63144;
}

.fontS {
  font-size: 12px;
}

/* 4栏广告组 */
.ad-group li {
  float: left;
  width: 289px;
  height: 100px;
  margin-right: 11px;
}
.ad-group li:last-child {
  margin-right: 0;
}

/* 商品推荐 */
.recommend-pro li {
  float: left;
  width: 297.5px;
  height: 183px;
}

/* 楼层 */
.floor img {
  display: block;
}
.floor .floor-container {
  background: #dadada;
  padding: 1px;
  margin-left: -1px;
  margin-right: -1px;
}
.floor .floor-left {
  float: left;
  _display: inline;
  width: 214px;
  margin-right: 1px;
}
.floor .floor-center {
  float: left;
  _display: inline;
}
.floor .floor-right {
  float: left;
  _display: inline;
}
.floor .floor-style-01 .floor-center {
  width: 309px;
}
.floor .floor-style-01 .floor-right {
  width: 666px;
}
.floor .floor-style-01 .floor-pro-group li {
  width: 221px;
  float: left;
  _display: inline;
  margin-left: 1px;
}
.floor .floor-style-01 .floor-pro-group.group-b li {
  margin-bottom: 1px;
}
.floor .floor-style-02 .floor-left {
  margin-right: 0;
}
.floor .floor-style-02 .floor-right {
  width: 976px;
}
.floor .floor-style-02 .floor-pro-group li {
  width: 221px;
  float: left;
  _display: inline;
  margin-left: 1px;
}
.floor .floor-style-02 .floor-pro-group li:first-child {
  width: 309px;
}
.floor .floor-style-02 .floor-pro-group.group-b li {
  margin-bottom: 1px;
}
.floor .floor-style-02 .floor-pro-group.group-b li:first-child {
  width: 531px;
}
.floor .floor-num {
  display: inline-block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: Arial;
}
.floor .floor-category {
  height: 120px;
  margin-bottom: 1px;
}
.floor .floor-category ul {
  margin-left: 5px;
  margin-right: 30px;
  padding-top: 10px;
}
.floor .floor-category li {
  float: left;
  _display: inline;
  margin-bottom: 5px;
  margin-left: 30px;
  width: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor .floor-category li a {
  color: #fff;
  font-size: 14px;
}
.floor .floor-brand {
  margin-bottom: 1px;
}

/* 频道楼层 */
.channel-floor img {
  display: block;
}
.channel-floor .floor-container {
  background: #dadada;
  margin-left: -1px;
  margin-right: -1px;
  border-top: 2px solid #333;
}
.channel-floor .floor-left {
  float: left;
  _display: inline;
  width: 216px;
}
.channel-floor .floor-center {
  float: left;
  _display: inline;
}
.channel-floor .floor-right {
  float: left;
  _display: inline;
}
.channel-floor .floor-style .floor-center {
  width: 376px;
}
.channel-floor .floor-style .floor-right {
  width: 600px;
}
.channel-floor .floor-style .floor-pro-group {
  float: left;
  _display: inline;
}
.channel-floor .floor-style .floor-pro-group ul li {
  width: 199px;
  margin-right: 1px;
  margin-bottom: 1px;
}
.channel-floor .floor-num {
  display: inline-block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-family: Arial;
}
.channel-floor .floor-brand {
  background: #fff;
  padding-left: 11px;
  padding-right: 11px;
}
.channel-floor .floor-brand li {
  background: #fff;
}
.channel-floor .floor-brand li img {
  width: 100%;
}
.channel-floor .module-hd {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

/* 相关品牌 */
.relation-brand {
  border: 1px solid #dadada;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #f7f7f7;
}
.relation-brand li {
  float: left;
  _display: inline;
  width: 117.5px;
  height: 50px;
  border-right: 1px dotted #dadada;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.relation-brand li:last-child {
  border-right: none;
}

/* article */
.article-widgets .article-widgets-header {
  *zoom: 1;
  height: 34px;
  line-height: 34px;
  background: #f8f8f8;
  border-bottom: 1px solid #dadadc;
}
.article-widgets .article-widgets-header:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.article-widgets .article-widgets-header h3 {
  float: left;
  _display: inline;
  display: block;
  width: 120px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #888;
}
.article-widgets .article-widgets-header .get-more {
  display: block;
  float: right;
  _display: inline;
  margin-right: 10px;
  color: #888;
}
.article-widgets .article-widgets-body {
  height: 445px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
}
.article-widgets .article-widgets-body ul {
  padding: 10px;
}
.article-widgets .article-widgets-body li a {
  display: block;
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-widgets .article-widgets-body li a:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.article-widgets .article-widgets-body li a .article-thumbnail {
  float: left;
  _display: inline;
  width: 42px;
  height: 42px;
  border: 1px solid #dadadc;
  display: table-cell;
  vertical-align: middle;
}
.article-widgets .article-widgets-body li a .article-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.article-widgets .article-widgets-body li a .article-title {
  display: block;
  float: right;
  _display: inline;
  margin-right: 3px;
  width: 135px;
  height: 36px;
  margin-top: 5px;
  overflow: hidden;
  color: #828282;
}
.article-widgets .article-widgets-body li a:hover .article-title {
  text-decoration: underline;
}

.channel_category {
  border-left: 1px solid #dad9de;
  border-right: 1px solid #dad9de;
  border-bottom: 1px solid #dad9de;
  background: #fff;
  height: 479px;
  overflow: hidden;
}
.channel_category .category-big-title {
  text-align: center;
  color: #333;
  padding-top: 10px;
  margin: 0 10px;
  font-size: 14px;
  position: relative;
}
.channel_category .category-big-title span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 10;
  padding-left: 5px;
  padding-right: 5px;
}
.channel_category .category-big-title hr {
  top: 5px;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
  z-index: 9;
  border-color: #dad9de;
}
.channel_category:hover {
  overflow: visible;
}
.channel_category .category-primary > li {
  position: relative;
}
.channel_category .category-primary > li .category-relative {
  padding: 10px;
  border-bottom: 1px dashed #dadadc;
}
.channel_category .category-primary > li:hover {
  background: #f8f8f8;
}
.channel_category .category-primary > li:hover .category-sub {
  display: block;
}
.channel_category .category-primary > li:hover a {
  color: #3b3d44;
}
.channel_category .category-primary > li.active .category-primary-item {
  background: #e22335;
}
.channel_category .category-primary .category-title {
  color: #666;
  font-size: 16px;
}
.channel_category .category-primary .category-item {
  *zoom: 1;
}
.channel_category .category-primary .category-item:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.channel_category .category-primary .category-item a {
  padding: 5px 10px 5px 0;
  display: block;
  float: left;
  color: #333;
}
.channel_category .category-primary .category-primary-item {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 14px;
}
.channel_category .category-primary .category-primary-item i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 20px;
}
.channel_category .category-primary .category-primary-item i img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.channel_category .category-primary .category-primary-item a {
  display: block;
  margin-right: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.channel_category .category-primary .category-primary-item .active-arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-right-width: 0;
  border-color: transparent;
  border-left-color: #dec080;
}
.channel_category .category-primary .category-primary-item.on .active-arrow {
  display: block;
}
.channel_category .category-sub {
  display: none;
  position: absolute;
  top: 0;
  left: 214px;
  z-index: 20;
  width: 760px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  background: rgba(248, 248, 248, 0.95);
}
.channel_category .category-sub .category-sub-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.channel_category .category-sub .category-sub-item {
  padding: 10px 25px 0 25px;
}
.channel_category .category-sub .category-sub-item:last-child ul {
  border: none;
  padding-bottom: 20px;
}
.channel_category .category-sub .category-sub-item ul {
  *zoom: 1;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.channel_category .category-sub .category-sub-item ul:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.channel_category .category-sub .category-sub-item ul li {
  float: left;
  padding-right: 12px;
}
.channel_category .category-sub a {
  color: #545454;
  font-size: 12px;
}
.channel_category.is-display {
  display: block;
}

/* 今日团购 */
.daily-purchase ul {
  *zoom: 1;
}
.daily-purchase ul:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.daily-purchase ul li {
  position: relative;
  float: left;
  width: 394px;
  border: 1px solid #dadada;
  margin-left: -1px;
  background: #fff;
}
.daily-purchase .purchase-img {
  height: 248px;
}
.daily-purchase .purchase-img img {
  width: 100%;
  height: 100%;
}
.daily-purchase .purchase-info {
  *zoom: 1;
  padding: 5px 10px 0;
  height: 62px;
}
.daily-purchase .purchase-info:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.daily-purchase .purchase-info .info-operate {
  width: 30%;
  margin-top: 10px;
  float: left;
}
.daily-purchase .purchase-info .info-operate .btn {
  border: 0;
}
.daily-purchase .purchase-info .info-operate span {
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  background: #ea2329;
}
.daily-purchase .descript-info {
  width: 70%;
  float: left;
}
.daily-purchase .descript-info a, .daily-purchase .descript-info span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.daily-purchase .descript-info a {
  font-size: 18px;
  color: #333;
}
.daily-purchase .descript-info span {
  color: #666;
}

/* 首页挂件ad_sub_items */
.goods-scrollable {
  position: relative;
  width: 1190px;
}
.goods-scrollable .scroller {
  width: 100%;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
}
.goods-scrollable .switchable-content {
  width: 2050px;
}
.goods-scrollable .goods-content {
  width: 216px;
  height: 218px;
  border: 1px solid #ddd;
  margin-left: -1px;
  padding: 0 10px;
  float: left;
}
.goods-scrollable .goods-content:first-child {
  margin-left: 0;
}
.goods-scrollable .goods-pic {
  text-align: center;
}
.goods-scrollable .goods-pic img {
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 150px;
  border: 0;
  margin: 0 auto;
  vertical-align: middle;
}
.goods-scrollable .goods-name {
  overflow: hidden;
  height: 42px;
  overflow: hidden;
}
.goods-scrollable .goods-name a {
  font-size: 14px;
  color: #666;
}
.goods-scrollable .goods-price {
  font-size: 14px;
  color: #dd2434;
  float: none;
  margin-right: 0;
  height: auto;
}
.goods-scrollable .next {
  position: absolute;
  top: -29px;
  right: 0;
}

/* 红包挂件 */
.widget-redpacket1 {
  *zoom: 1;
  height: 120px;
  padding: 25px 0;
  text-align: center;
}
.widget-redpacket1:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.widget-redpacket1 .redpacket-info {
  float: left;
  width: 200px;
  padding-left: 20px;
}
.widget-redpacket1 .title {
  font-size: 20px;
}
.widget-redpacket1 .redpacket-description {
  font-size: 14px;
}
.widget-redpacket1 > ul {
  float: left;
}
.widget-redpacket1 > ul li {
  position: relative;
  float: left;
  width: 220px;
  height: 120px;
  margin-left: 18px;
  background-position: 0 -234px;
  cursor: pointer;
}

.widget-redpacket2 {
  padding: 20px 20px 15px;
  min-height: 195px;
  max-height: 345px;
  text-align: center;
  overflow: hidden;
}
.widget-redpacket2 .title {
  font-size: 22px;
}
.widget-redpacket2 ul {
  *zoom: 1;
  margin-right: -12px;
  margin-top: 22px;
}
.widget-redpacket2 ul:after {
  content: "\0020";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
}
.widget-redpacket2 li {
  position: relative;
  float: left;
  width: 220px;
  height: 120px;
  margin-right: 12px;
  margin-bottom: 12px;
  background-position: 0 -364px;
}

.widget-redpacket1 a, .widget-redpacket2 a {
  display: block;
  color: #fff;
}
.widget-redpacket1 .redpacket-title, .widget-redpacket2 .redpacket-title {
  line-height: 30px;
}
.widget-redpacket1 .redpacket-money, .widget-redpacket2 .redpacket-money {
  line-height: 110px;
  font-size: 35px;
}

.font-red {
  color: #ea2329;
}

.pointer {
  cursor: pointer;
}

/*new*/
.no-data{
  text-align:center;
  padding:1rem;
}
.shoplist li{height:360px;}
.shoplist .pic a{
  display:block;
  line-height:230px;
  height:100%;
}
.shoplist .pic img{
  vertical-align:middle;
}
.shoplist .item .name{
  color:#2c5796;
  padding:0;
}
.shoplist p{
  color:#666;
  margin-bottom:0;
}
.list-tabs{
  height:39px;
  line-height:38px;
  border-bottom:1px solid #ddd;
  margin-bottom:10px;
}
.list-tabs li{
  border:1px solid #ddd;
  background-color:#eee;
  display:inline-block;
  width:110px;
  text-align:center;
  cursor:pointer;
}
.list-tabs li.cur{
  background-color:#fff;
  color:red;
  border-bottom-color:#fff;
}


.main-recommends{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: 20px;
}
.main-recommends .slide-recommend {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0;
  /*margin-bottom: 20px;*/
  padding: 16px 23px 9px;
  width: 346px;
  display: inline-block;
}
.row-bottom-justify{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.main-recommends .slide-recommend .row-bottom-justify .row-bottom-tit{
  display: flex;
  flex-direction: row;
  color: #333333;
  font-size: 18px;
}
.row-bottom-tit .swiper-pagination{
  left: 5px;
  position: relative;
}
.row-bottom-tit .more{
  color: #999999;
  font-size: 14px;
}
.slide-recommend .swiper-slide{
  width: 346px;
  margin-right: 14px;
}
.slide-recommend .swiper-slide .g-group{
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.slide-recommend .swiper-slide .g-group .g-item{
  margin-top: 15px;
  width: 169px;
}
.slide-recommend .swiper-slide .g-group .g-item .inner{
  text-align: center;
}
.slide-recommend .swiper-slide .g-group .g-item .inner .g-thumb{
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  height: 94px;
  transition: border-color 250ms;
  width: 167px;
}
.slide-recommend .swiper-slide .g-group .g-item .inner .g-thumb .g-thumb-img{
  max-height: 100%;
  max-width: 100%;
  border: 0 none;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
}
.slide-recommend .swiper-slide .g-group .g-item .inner .g-name{
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  margin: 1px 0 0;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.slide-recommend .swiper-slide .g-group .g-item .inner .g-price{
  float: none;
  font-size: 14px;
  color: red;
  margin-left: 10px;
}
.swiper-pagination-bullet{
  background: transparent;
  border: 1px solid #f2f2f2;
  margin: 0 3px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #ffffff;
}

.main-anli{
  padding: 16px 23px 9px;
  width: 740px;
  background-color: #ffffff;
  display: inline-block;
}
.main-anli .anli-lists{
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.main-anli .anli-lists .anli-detail{
  margin-top: 15px;
  display: block;
}
.main-anli .anli-lists .anli-detail .g-thumb-img{
  width: 234px;
  height: 234px
}
.anli-side{
  padding: 3px;
  width: 388px;
  background-color: #ffffff;
  display: inline-block;
  background-color: red;
}
.anli-side .anli-inner{
  text-align: center;
  background-color: #ffffff;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 15px 10px;
}
.anli-side .anli-inner .user{
  font-size: 15px;
}
.anli-side .anli-inner .apply-form input{
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-top: 12px;
  padding: 0 5px;
  transition: border-color 250ms;
  width: 300px;
}
.anli-side .anli-inner .apply-form select{
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-top: 12px;
  padding: 0 5px;
  transition: border-color 250ms;
  width: 175px;
  flex: 1;
}
.anli-side .anli-inner .apply-form .submit{
  background-color: red;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  height: 45px;
  margin: 18px auto 0;
  width: 180px;
}
.main .flash-time{
  width: 190px;
  color: white;
  text-align: center;
}
.main .flash-time .flash-title{
  height: 103px;
  background: url(flash.jpg) no-repeat #eb1a0e;
}
.main .flash-time .flash-title h2{
  padding-top: 20px;
}
.main .flash-time .flash-title p{
  color: #eeeeee;
}
.main .flash-time .count-down{
  display: table;
  width: 100%;
  height: 133px;
  font-weight: bold;
  color: white;
  background-color: #fa3631;
}
.main .flash-time .count-down h4 {
  padding: 20px 0;
  font-size: 14px;
}
.main .flash-time .count-down span {
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}
.main .flash-time .count-down .active-end{
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
.miaosha-scrollable{
  position: relative;
  float: left;
  width: 1000px;
}
.miaosha-scrollable .iconfont{
  font-family: "icfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;

  position: absolute;
  top: 50%;
  z-index: 99;
  width: 15px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  font-size: 12px;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.miaosha-scrollable .iconfont.prev{
  left: 0;
}
.miaosha-scrollable .iconfont.next{
  right: 0;
}
.miaosha-scrollable .scroller{
    width: 100%;
    height: 236px;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    border-right: 1px solid #eeeeee;
}
.miaosha-scrollable .switchable-content{
  width: 2050px;
}
.miaosha-scrollable .goods-content {
  float: left;
  width: 202px;
  height: 236px;
  text-align: center;
  border-right: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.miaosha-scrollable .goods-content:hover {
  -webkit-box-shadow: 0 0 25px #cccccc inset;
          box-shadow: 0 0 25px #cccccc inset;
}
.miaosha-scrollable .goods-content:first-child {
  margin-left: 0;
}
.miaosha-scrollable .goods-pic {
  display: table;
  width: 100%;
  height: 160px;
  text-align: center;
}
.miaosha-scrollable .goods-pic a {
  display: table-cell;
  vertical-align: middle;
}
.miaosha-scrollable .goods-pic img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 150px;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
}
.miaosha-scrollable .goods-name {
  height: 42px;
  padding: 0 10px;
  overflow: hidden;
  text-align: center;
}
.miaosha-scrollable .goods-name a {
  font-size: 14px;
  color: #666666;
}
.miaosha-scrollable .goods-price {
  float: none;
  width: 100%;
  height: auto;
  margin-right: 0;
  font-size: 14px;
  color: #f40000;
}
.miaosha-scrollable .goods-price del {
  font-size: 12px;
  color: #666666;
  text-decoration: line-through;
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.baike-header{
  background:#ffffff;
  width:539px;
  margin-bottom: 20px;
  padding: 16px 23px 9px;
}
.baike-more{
  color: black;
  font-size: 14px;
  font-weight: 100;
}
.baike-header .baike-image{
  display: inline-block;
  width: 120px;
}
.baike-header .baike-image li{
  margin-top: 10px;
}
.baike-header .baike-text{
  display: inline-block;
  margin: 10px 0 0 20px;
  width: 390px;
}
.baike-header .baike-text .baike-tag{
  color: red;
  border: 1px solid red;
  border-radius: 30px;
  padding: 2px 10px;
  display: inline-block;
  float: left;
}
.baike-header .baike-text .baike-txt{
  display: inline-block;
  float: left;
  width: 330px;
  margin-left: 10px;
}
.baike-header .baike-text .baike-txt a{
  font-size: 16px;
  color: black;
}
.baike-header .baike-text .baike-txt .baike-desc{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height: 30px;
  font-size: 14px;
  color: #5a5858;
}
.czspx-main{
  background:#ffffff;
  width:539px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 16px 23px 9px;
}
.czspx-main .czspx-text{
  margin-top: 10px;
  margin-left: 29px;
}
.czspx-main .czspx-text .czspx-txt{
  font-size: 16px;
  margin-bottom: 9px;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  width: 310px;
}
.czspx-main .czspx-text .czspx-txt a{
  color: black;
}
.zushou-main{
  background: #ffffff;
  width: 740px;
  margin-bottom: 20px;
  padding: 16px 23px 9px;
}
.zushou-main .zushou-more{
  color: black;
  font-size: 14px;
  font-weight: 100;
}
.zushou-main h4{
  font-size: 20px;
  display: flex;
  flex-direction: row;
  position: relative;
}
.zushou-main h4 .zushou-swiper{
  background-image: none;
  border: 1px solid red;
  top: 25px;
  left: 130px;
  height: 17px;
  width: 17px;
}
.zushou-main .zushou-container{
  width: 740px;
  height: 345px;
  color: #fff;
  text-align: center;
}
.zushou-main .zushou-container .zushou-tag{
  color: red;
  border: 1px solid red;
  border-radius: 30px;
  padding: 2px 10px;
  display: inline-block;
  float: left;
}
.zushou-main .zushou-container .zushou-info{
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
}
.zushou-main .zushou-container .zushou-info a{
  font-size: 16px;
  color: black;
}
.zushou-main .zushou-container .zushou-info .zushou-price{
  margin-left: 40px;
  color:red;
  font-size: 16px;
}
.zushou-main .zushou-container .zushou-info .zushou-detail{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 14px;
  color: #5a5858;
}
.juhui_widget, .hotrecom-widget{
  width: 585px;
  display: inline-block;
}
.juhui_widget .floor-right, .hotrecom-widget .floor-right{
  display: flex;
}
.juhui_widget .juhui_left{
  display: inline-block;
}
.juhui_widget .juhui_left .juhui_goods{
  background-color: #005963;
  padding: 18px 0;
}
.juhui_widget .juhui_left .juhui_goods .juhui_goods_header{
  color: #ffc300;
  font-weight: 800;
}
.juhui_widget .juhui_left .juhui_goods .juhui_goods_goods{
  padding: 0 30px;
  line-height: 40px;
}
.juhui_widget .juhui_right{
  display: inline-block;
  width: 455px;
  background-color: #fff;
}
.juhui_widget .juhui_right .juhui_right_goods{
  margin-left: 20px;
  width: 125px;
  display: inline-block;
  margin-bottom: 15px;
}
.juhui_widget .juhui_right .juhui_right_goods .juhui_right_goods_title{
  color: black;
  display: -webkit-box;
  width: 125px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.juhui_widget .juhui_right .juhui_right_goods .juhui_right_goods_price{
  text-align: center;
  color: red;
  font-size: 18px;
}
.hotrecom-widget .hotrecom_left{
  display: inline-block;
}
.hotrecom-widget .hotrecom_left .hotrecom-header{
  width: 190px;
  line-height: 30px;
  background-color: #006798;
  text-align: center;
  color: #fff;
  font-weight: 800;
}
.hotrecom-widget .hotrecom_left .hotrecom-list{
  background-color: #2c8dc5;
  padding: 15px 5px 0 5px;
  width: 180px;
}
.hotrecom-widget .hotrecom_left .hotrecom-list .hotrecom-goods{
  border:1px solid #fff;
  width: 68px;
  text-align: center;
  border-radius: 3px;
  line-height: 25px;
  margin-left: 13px;
  display: inline-block;
  margin-bottom: 15px;
}
.hotrecom-widget .hotrecom_right{
  display: inline-block;
  width: 355px;
  background-color: #fff;
  padding: 10px 20px;
}
.hotrecom-widget .hotrecom_right .title_text_title{
  display: flex;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.hotrecom-widget .hotrecom_right .title_text_title p{
  -webkit-box-flex: 1;
  /*-ms-flex: 1;*/
  position: relative;
  cursor: pointer;
  flex: 1;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
}
.hotrecom-widget .hotrecom_right .title_text_title p.active{
  color: red;
  border-color: red;
}
.hotrecom-widget .hotrecom_right .title_text_list{
  position: relative;
}
.hotrecom-widget .hotrecom_right .title_text_list .title_text_item{
  display: none;
}
.hotrecom-widget .hotrecom_right .title_text_list .title_text_item.active{
  display: block;
}
.hotrecom-widget .hotrecom_right .title_text_list .title_text_item .hotrecom_item{
  width: 175px;
  display: inline-block;
  padding-top: 20px;
}
.hotrecom-widget .hotrecom_right .title_text_list .title_text_item .hotrecom_item img{
  padding: 20px 10px;
  width: 150px;
  height: 95px;
}
.tejia-widget{
  width: 1190px;
}
.tejia-widget .tejia-header{
  margin-top: 0;
  font-weight: 700;
}
.tejia-widget .tejia-header .title_text_title{
  float: right;
  color: black;
  font-size: 14px;
  font-weight: 100;
  display: flex;
}
.tejia-widget .tejia-header .title_text_title p{
  margin: 0 30px;
}
.tejia-widget .tejia-header .title_text_title p.active{
  color: red;
}
.tejia-widget .tejia_left .tajia-tags{
  background-color: #2c8dc5;
  padding: 10px 15px;
  line-height: 30px;
}
.tejia-widget .tejia_right .title_text_list .title_text_item{
  display: none;
}
.tejia-widget .tejia_right .title_text_list{
  display: flex;
  width: 710px;
}
.tejia-widget .tejia_right .title_text_list .title_text_item.active{
  display: block;
}
.tejia-widget .tejia_right .title_text_list .title_text_item .tejia_item{
  float: left;
  background: #fff;
  padding-bottom: 20px;
}
.tejia-widget .tejia_right .title_text_list .title_text_item .tejia_item img{
  width:236px;
  height:165px;
}
.tejia-widget .tejia_right .title_text_list .title_text_item .tejia_item a{
  color: black;
  width: 216px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0 10px;
}
.tejia-widget .tejia_right .title_text_list .title_text_item .tejia_item div{
  color: red;
  padding: 0 10px;
  font-size: 17px;
}

