@charset "UTF-8";
.ui_layout {
  background: none; }

/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

/** 文字icon **/
.logins img {
  max-width: 260px;
  height: 52px; }

.ui_card {
  font-size: 12px !important; }

.ui_card i {
  height: 12px;
  padding: 2px 4px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

.ui_card_group i {
  margin-left: 3px;
  border-radius: 3px; }

.ui_card_group i:first-child {
  margin-left: 0; }

.ui_card .j {
  background: #ff5500; }

.ui_card .f {
  background: #feb517; }

.ui_card .z {
  background: #2bd1c3; }

.ui_card .zy {
  background-color: #dd2727; }

/*.header*/
.header > .ui_layout {
  position: relative; }

.header > .ui_layout > .logins {
  left: 0; }

.logins {
  position: absolute; }

.logins img {
  max-width: 260px;
  height: 52px; }

.header {
  padding: 15px 0;
  position: relative;
  z-index: 9999; }

.nav {
  border-bottom: 2px solid #054a99; }

.header, .nav {
  background-color: #fff; }

.header .logins {
  margin-top: 0; }

.search {
  width: auto;
  margin-left: 320px;
  float: left; }

.search .hot {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
  width: 670px;
  word-break: break-all;
  min-height: 19px; }

.search .form {
  position: relative;
  width: 100%;
  line-height: 38px; }

.search .text {
  border: 2px #054a99 solid;
  height: 28px;
  line-height: 28px;
  width: 520px;
  float: left;
  border-radius: 2px 0 0 2px; }

.search .batch_btn {
  position: absolute;
  right: 155px;
  top: 9px;
  cursor: pointer;
  line-height: 12px;
  padding: 5px 0;
  color: #cfcfcf; }

.search .batch_btn:hover {
  color: #054a99;
  border-color: #054a99; }

.search .button {
  width: 132px;
  float: left;
  background-color: #054a99;
  height: 40px;
  border-radius: 0 2px 2px 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px; }

.search_tab .batch {
  min-width: 532px;
  position: relative;
  float: left; }

.search_tab .batch .batch_wrap {
  position: absolute;
  min-width: 531px;
  max-width: 664px; }

.search_tab .batch textarea {
  outline: none;
  height: 175px;
  line-height: 24px;
  padding: 7px 4px;
  display: table-cell;
  border-width: 2px;
  border-radius: 2px 0 0 0;
  border-bottom: none; }

.search_tab .batch .batch_drop {
  border: 2px solid #054a99;
  background-color: #fff;
  margin-top: -2px;
  padding: 1px 0;
  position: relative; }

.search_tab .batch .batch_drag {
  width: 300px;
  height: 45px;
  margin-left: 15px;
  padding-left: 35px;
  background: url(../images/icon_gks.png) 0 -363px no-repeat; }

.search_tab .batch .batch_drag span {
  display: block; }

.search_tab .batch .batch_drag i {
  width: 23px;
  height: 23px;
  background-position: -3px -94px; }

.search_tab .batch a.icon {
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  right: 17px;
  bottom: 30px;
  background-position: 0 -120px; }

.search_tab .batch a.icon:hover {
  background-position: right -120px; }

.hot a {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 5px; }

.hot .noborder {
  border: none; }

.search_tab .batch .batch_drop ul li {
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.search_tab .batch .batch_drop ul li:hover {
  background: #f5f5f5; }

.search_tab .batch .batch_drop ul li.actived {
  background: #f5f5f5; }

.tag_top .top-layout {
  width: 1190px;
  margin: 0 auto; }

.tag_top .old-shop {
  background: #a4a4a4;
  color: #fff;
  padding: 3px 5px 4px 5px;
  border-radius: 3px;
  vertical-align: -1px; }

/**购物车**/
.head_cart {
  position: relative;
  height: 50px; }

.head_cart .hcart_but {
  font-size: 13px;
  line-height: 26px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 4px 25px;
  display: block;
  cursor: pointer;
  position: relative;
  color: #054a99; }

.head_cart .hcart_but i {
  margin-right: 4px;
  font-size: 20px;
  line-height: 30px; }

.head_cart .hcart_but:hover {
  text-decoration: none; }

.hcart_but .nub {
  position: absolute;
  line-height: 12px;
  border-radius: 18px;
  display: block;
  top: 3px;
  right: 6px;
  background-color: #054a99;
  color: #fff;
  padding: 3px 5px; }

.head_cart .shop-cart-num {
  display: inline-block;
  width: 36px;
  text-align: center; }

.cartshow {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 300;
  width: 355px;
  border: 1px solid #e5e5e5;
  min-height: 150px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
  font-size: 12px;
  color: #666;
  opacity: 0; }

.cartshow::before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0; }

.cartshow:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  font-size: 40px;
  overflow: hidden;
  top: -7px;
  right: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(135deg) translateZ(0);
  transform: rotate(135deg) translateZ(0); }

.cartshow_list {
  max-height: 400px;
  overflow-y: auto; }

.cartshow_list .mod_hd, .cartshow_list .mod_bd li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }

.cartshow_list .mod_hd h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.cartshow_list .mod_bd dt img {
  width: 90px;
  height: 90px; }

.cartshow_list .mod_bd dd .iTitle a {
  color: #000; }

/*.cartshow_list .mod_bd dd .iSize em{font-family:'simsun';}*/
.cartshow_list .mod_bd dd .iPrice i {
  vertical-align: -3px; }

.cartshow_list .mod_bd dd .iPrice input {
  width: 38px;
  height: 20px;
  border: 1px solid #e5e5e5;
  text-align: center; }

.cartshow_list .mod_bd li .close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 10px;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  color: #c3c3c3; }

.cartshow_list .mod_bd li .close:hover {
  color: #054a99; }

.cartshow_list .mod_bd li:hover {
  background-color: #f9f9f9; }

.cartshow .cart_goods_num {
  display: inline-block;
  padding: 0 4px; }

.shop-cart-num {
  display: inline-block;
  width: 36px;
  text-align: center;
  margin-left: -11px;
  margin-top: 4px; }

.shop-cart-num b {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  background: #054a99;
  color: #fff;
  border-radius: 30px;
  padding: 1px 1px 3px;
  min-width: 20px; }

.gks_hotList .mod_bd .goods-stack li a {
  height: 215px;
  position: relative; }

.gks_hotList .mod_bd .goods-stack li a span {
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.gks_hotList .mod_bd .goods-stack li a i {
  position: absolute;
  left: 0;
  top: 183px;
  width: 100%; }

.goods-stack {
  position: relative;
  width: 943px;
  height: 441px;
  background: #fff; }

.goods-stack .goods-stack .goods-stack ul {
  position: absolute;
  left: 0;
  top: 0; }

.gks_hotList .goods-stack ul li {
  background: none; }

.goods-stack b {
  display: block;
  height: 160px;
  background: #fff; }

.gks_hotList .mod_bd .goods-stack li a span {
  background: #fff; }

.gks_hotList .mod_bd .goods-stack li a i {
  display: block;
  background: #fff; }

.gks_hotList .mod_bd .goods-stack .actived {
  display: block; }

.gks_hotList .mod_bd .goods-stack ul {
  display: none; }

.goods_banner {
  position: relative;
  width: 247px;
  height: 441px;
  background: #fff; }

.gks_hotList .mod_bd .goods_banner a {
  display: block;
  width: 247px;
  height: 441px;
  margin: 0; }

.gks_hotList .mod_bd .goods_banner li {
  width: 247px;
  height: 441px;
  margin: 0;
  image-rendering: pixelated; }

.gks_hotList .mod_bd .goods_banner .hd {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 10px; }

.gks_hotList .mod_bd .goods_banner .hd ul {
  width: 247px;
  text-align: center; }

.gks_hotList .mod_bd .goods_banner .hd ul li {
  float: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 8px;
  border: 2px rgba(0, 0, 0, 0.3) solid;
  background: rgba(0, 0, 0, 0.3);
  text-indent: -11em;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3); }

.gks_hotList .mod_bd .goods_banner .hd ul .on {
  background: #666;
  background: rgba(255, 255, 255, 0.3);
  border-color: #666;
  border-color: rgba(0, 0, 0, 0.3); }

.find-all i {
  margin-left: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6); }

.nav_category ul li a:hover {
  background: inherit;
  color: #054a99 !important; }

.nav_category a {
  transition: all 0.3s; }

.category_show .biglink:hover i, .category_show li.ac .biglink i {
  background-position: -3px -63px; }

.mouse-time .actived {
  background: #fff; }

.mouse-time li.actived .biglink i {
  background-position: -3px -77px; }

.goods-stack ul {
  position: absolute;
  left: 0;
  top: 0; }

.brand i {
  margin-left: 10px;
  font-size: 12px; }

.tag_to .header-register {
  margin: 0; }

.nav .limitedtime-special i {
  position: absolute;
  top: 0;
  left: 115px; }

.nav .quick-order i {
  position: absolute;
  top: 0;
  left: 110px; }

.list-banner {
  margin: 15px 0;
  width: 100%; }

.list-banner img {
  width: 100%;
  height: 100px; }

/*导航&精选品种*/
.nav {
  line-height: 36px;
  position: relative;
  z-index: 3; }

/*.nav a {font-weight: bold;}*/
.nav-on {
  color: #054a99; }

.nav .on {
  color: #054a99;
  font-weight: bold; }

.nav_list li {
  float: left;
  height: 36px; }

ul.nav_list li > a {
  position: relative;
  font-size: 16px;
  padding: 0 23px;
  line-height: 36px;
  margin: 0 2px;
  color: #333; }

ul.nav_list li a [alt=new] {
  width: 28px !important;
  left: 88px !important; }

/*ul.nav_list li > a:hover,ul.nav_list li.select > a{background:$theme-color; }*/
ul.nav_list li > a:hover {
  color: #054a99; }

ul.nav_list li.select > a {
  color: #054a99;
  font-weight: bold; }

.nav_list li a, .nav_category a.allcy_link, .category_show .biglink {
  padding: 0 20px;
  display: inline-block; }

.ui_layout .nav_category .allcy_link {
  width: 200px;
  text-align: left;
  padding: 0;
  font-size: 16px;
  line-height: 36px;
  height: 40px;
  color: #fff; }

.ui_layout .nav_category .allcy_link:hover {
  color: #fff; }

.ui_layout .nav_category .allcy_link i {
  margin: 0 10px 0 15px;
  font-size: 22px;
  float: left; }

.nav_list li .hot_brand {
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 36px;
  left: 0;
  background-color: #fff;
  text-align: center;
  display: none; }

.nav_list li .hot_brand .box {
  padding-top: 10px; }

.nav_list li .hot_brand .box a {
  padding: 0;
  margin: 0 0 0 7px; }

.nav_list li .hot_brand .box a:first-child {
  margin: 0; }

.nav_list li .hot_brand .box a img {
  width: 160px;
  height: 90px; }

.nav_list li .hot_brand .more a {
  display: inline-block;
  line-height: 30px;
  padding: 10px 15px;
  cursor: pointer; }

.nav_list li .hot_brand .more a i {
  display: block;
  width: 13px;
  height: 6px;
  background-position: -13px -64px;
  margin: 0 auto; }

.nav_list li .hot_brand .more a:hover i {
  background-position: -13px -79px; }

.nav_line {
  background: #fff;
  border-bottom: 2px solid #054a99;
  padding-top: 2px;
  width: 100%; }

.nav_line > .ui_layout {
  position: relative; }

.nav_line > .ui_layout > .nav_list {
  position: absolute;
  left: 200px;
  top: 0; }

.nav_line ul.nav_list li > a {
  color: #333; }

.nav_line ul.nav_list li > a:hover, .nav_line ul.nav_list li.select > a {
  color: #054a99;
  background: none; }

.nav_category ul li a {
  color: #fff; }

.nav_category ul li > a:hover {
  background: rgba(255, 255, 255, 0.987);
  color: #333 !important; }

.nav_category {
  position: relative;
  background: #054a99;
  z-index: 99;
  height: 36px; }

.category_show {
  position: absolute;
  top: 38px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 200px;
  height: 450px;
  z-index: 5; }

.category_show .biglink {
  width: 160px;
  line-height: 40px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.category_show .biglink i, .category_show .crbox dl dt a i {
  float: right;
  font-size: 12px; }

.category_show li.dorpdown_hover .biglink {
  background-color: #fff;
  color: #b92d29; }

.category_show .crbox {
  position: absolute;
  left: 200px;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 10px 10px 20px;
  min-width: 620px;
  height: 430px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 120; }

.category_show .crbox dl {
  float: left;
  overflow: hidden;
  width: 100%; }

.category_show .crbox dl dt {
  float: left;
  margin-right: 20px; }

.category_show .crbox dl dt a {
  text-align: right;
  display: block;
  width: 99px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.category_show .crbox dl dt a i {
  margin-left: 10px;
  font-weight: normal;
  display: none; }

.category_show .crbox dl dd {
  float: left;
  border-bottom: 1px solid #e5e5e5;
  width: 492px;
  padding: 6px 0;
  zoom: 1; }

.category_show .crbox dl dd:after {
  content: 'content';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
  width: 0px;
  font-size: 0px; }

.category_show .crbox dl dd a {
  float: left;
  line-height: 28px;
  margin-right: 20px;
  color: #666; }

.category_show .actived .biglink {
  background: rgba(255, 255, 255, 0.987);
  color: #333 !important; }

.category_show .actived .biglink a {
  color: #333; }

.category_show .category-brand {
  margin-left: 620px;
  border-left: 5px solid #f5f5f5;
  padding-left: 20px;
  height: 100%;
  padding-right: 10px; }

.category_show .category-brand ul {
  padding: 10px 0; }

.category_show .category-brand li {
  margin-bottom: 5px;
  border: 1px solid #f5f5f5; }

.category_show .category-brand li:nth-child(2n) {
  margin-right: 0; }

.category_show .category-brand li img {
  width: 100px;
  height: 36px; }

.category_show .category-list {
  width: 611px;
  padding: 10px 0; }

.nav_category.dorpdown_hover .category_show, .nav_category.dorpdown_hover li.ac .crbox {
  display: block; }

.nav_category.dorpdown_hover a.allcy_link {
  background-color: #b92d29;
  color: #fff !important; }

.nav_style_new {
  background: #fff;
  border-bottom: 2px solid #dd2727;
  line-height: 33px; }

.nav_style_new ul.nav_list li > a {
  color: #333; }

.nav_style_new ul.nav_list li > a:hover {
  background: #fff;
  color: #dd2727 !important; }

/* Let's get this party started */
.nav ::-webkit-scrollbar {
  width: 6px; }

/* Track */
.nav ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: rgba(250, 250, 250, 0.4);
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/* Handle */
.cartshow ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(10, 10, 10, 0.4); }

.cartshow ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(10, 10, 10, 0.2); }

.nav ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(10, 10, 10, 0.4); }

.nav ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(10, 10, 10, 0.2); }

.nav .limitedtime-special {
  position: relative; }

.nav .limitedtime-special .limitedtime-special-img {
  display: inline-block;
  position: absolute;
  width: 18px;
  top: 4px;
  left: 90px;
  background: url("../images/home.png") 0px 1px no-repeat;
  width: 28px;
  height: 28px;
  vertical-align: -18px; }

.nav .limitedtime-special img {
  position: absolute;
  width: 28px;
  top: 5px;
  left: 80px; }

/*banner*/
.slider-allbg {
  display: block;
  height: 100%; }

.slider-topbg {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block; }

.slider-bottombg {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-block; }

.slider_main_wrapper {
  background: #e8e8e8;
  transition: all .9s;
  width: 100%;
  overflow: hidden; }

.slider_main {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 450px; }

.slider_main .bd {
  position: relative;
  z-index: 0; }

.slider_main .bd li {
  height: 502px; }

.slider_main .hd {
  position: relative;
  z-index: 0;
  bottom: 90px;
  text-align: center; }

.slider_main .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 15px;
  height: 15px;
  line-height: 25px;
  margin: 0 11px;
  border-radius: 50%;
  background: #333;
  background: rgba(0, 0, 0, 0.4);
  text-indent: -99em;
  overflow: hidden;
  border: 2px rgba(255, 255, 255, 0.3) solid; }

.slider_main .hd ul .on {
  width: 15px;
  height: 15px;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: 2px rgba(255, 255, 255, 0.2) solid; }

.slider_main .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  overflow: hidden;
  text-indent: -99em; }

.slider-main-div .slider_main .hd ul li {
  width: 25px;
  height: 5px;
  line-height: 5px;
  margin-right: 7px;
  background: #000;
  border-radius: 0;
  border: none; }

.slider-main-div .slider_main .hd ul li.on {
  background-color: #fff;
  border: none; }

.index-info {
  background: #fff; }

.index-info-avatar {
  width: 258px;
  padding: 20px 30px;
  border-right: 1px #e5e5e5 solid; }

.index-info-avatar > a {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  box-shadow: 0 0 1px 1px #eee; }

.index-info-avatar > a img {
  width: 60px;
  height: 60px;
  border-radius: 60px; }

.index-info-avatar > div {
  float: left;
  margin-left: 15px;
  text-align: left; }

.index-info-avatar .login {
  padding-right: 10px;
  margin-right: 7px;
  border-right: 1px #999 solid; }

.index-info-avatar div p {
  line-height: 35px;
  color: #666;
  width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.index-info-list {
  height: 80px;
  padding: 20px 30px 0;
  border-right: 1px #e5e5e5 solid; }

.index-info-list li {
  float: left;
  width: 84px;
  text-align: center; }

.index-info-list li a {
  display: block;
  text-align: center; }

.index-info-list li i {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background-image: url("../images/index-link-icon.png");
  background-repeat: no-repeat; }

.index-info-list li span {
  display: inline-block;
  margin-top: 7px; }

.index-info-list .no-pay i {
  background-position: 0 0; }

.index-info-list .bach-check i {
  background-position: -83px 0; }

.index-info-list .coupon i {
  background-position: -166px 0; }

.index-info-list .point i {
  background-position: -248px 0; }

.index-info-list .reduce i {
  background-position: -331px 0; }

.index-info-list .community i {
  background-position: -414px 0; }

.index-info-notice {
  padding: 15px 20px 15px 60px;
  background: url("../images/index-link-icon.png") 13px -52px no-repeat; }

.index-info-notice a {
  display: block;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hot_banner {
  width: 100%;
  padding: 10px 0; }

.hot_banner a {
  margin-left: 10px;
  width: 290px;
  float: left; }

.hot_banner a img {
  width: 288px;
  height: 150px; }

.hot_banner a:first-child {
  margin-left: 0; }

.gks_hotList .good_banner img {
  width: 247px;
  height: 441px; }

.gks_hotList .mod_hd h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  float: left;
  width: 247px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.gks_hotList .mod_hd div {
  float: right; }

.gks_hotList .mod_bd {
  height: 441px; }

.gks_hotList .mod_bd ul {
  width: 943px; }

.gks_hotList .mod_bd > div {
  display: none; }

.gks_hotList .mod_bd .actived {
  display: block; }

.gks_hotList .mod_bd li {
  margin: 0;
  width: 235px;
  border-right: 1px #f4f4f4 solid;
  overflow: hidden; }

.gks_hotList .mod_bd .border-none {
  border: none; }

.gks_hotList .mod_bd .border-bottom {
  border-bottom: 1px #f4f4f4 solid; }

.gks_hotList .mod_bd li a {
  width: 235px;
  height: 220px;
  display: block;
  margin-top: 5px; }

.gks_hotList .mod_bd li a img {
  height: 160px;
  transition: all .3s;
  width: auto; }

.gks_hotList .mod_bd li a i {
  color: #999; }

.gks_hotList .mod_bd li a span {
  text-align: center;
  display: block; }

.gks_hotList .mod_bd li a img:hover {
  transform: translate(0, -8px) scale(1.16); }

.gks_hotList .mod_hd div a {
  float: left;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  margin-left: 30px;
  border-bottom: 2px #f6f6f6 solid;
  border-top: 2px #f6f6f6 solid; }

.gks_hotList .mod_hd div .actived {
  color: #054a99;
  border-bottom: 2px #054a99 solid; }

.gks_hotList ul li {
  float: left;
  background-color: #fff;
  margin-left: 20px;
  width: 282px;
  text-align: center;
  margin-bottom: 20px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear; }

.gks_hotList ul li:first-child, .gks_hotList ul li:nth-child(5), .gks_hotList ul li:nth-child(9) {
  margin-left: 0; }

/*.gks_hotList ul li:hover{-webkit-box-shadow:0 0 10px rgba(81,81,81,.16);box-shadow:0 15px 30px rgba(0,0,0,.1);}*/
.gks_hotList ul li a, .gks_hotList ul li a img {
  width: 282px;
  height: 354px; }

.new-active-wrapper {
  height: 55px;
  padding-top: 5px; }

.new-active {
  height: 10px;
  border-bottom: 1px #ededed solid;
  position: relative; }

.new-active:before {
  content: '\70ED \5356 \4EA7 \54C1';
  display: block;
  width: 280px;
  background: #f6f6f6;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  text-align: center;
  font-size: 18px;
  color: #dd2727; }

/*details*/
.here {
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 12px; }

.details_box {
  padding: 20px 0 30px; }

.goods_info {
  margin-left: 25px;
  width: 745px;
  color: #666; }

.goods_info h1 {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  color: #333; }

.goods_info dl {
  overflow: hidden;
  padding: 3px 0;
  width: 100%; }

.goods_info dl dt {
  float: left;
  color: #999;
  font-family: 'simsun';
  padding-left: 10px; }

.goods_info dl dd {
  margin-left: 50px; }

.activity_message {
  color: #ea3b3f; }

.activity_message span {
  line-height: 26px;
  height: 26px;
  color: #fff;
  background-color: #c60a0a;
  margin: 0 4px;
  border-radius: 2px;
  display: inline-block;
  width: 22px;
  text-align: center; }

.detail_price_wrap {
  position: relative;
  background-color: #f2f2f2;
  padding: 10px;
  line-height: 24px;
  font-size: 12px;
  margin: 10px 0; }

.goods_info .detail_price_wrap dl dt {
  padding-left: 0; }

.goods_info .detail_price_wrap dl dd {
  margin-left: 60px; }

.detail_price_wrap span.ui_price:first-child {
  line-height: 20px; }

.detail_volume {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
  color: #999; }

.detail_volume .comment_count {
  border-left: 1px solid #e6e6e6;
  text-align: center;
  padding: 0 10px;
  line-height: 15px; }

.detail_attr .row_3 {
  width: 170px;
  float: left; }

.detail_attr .detail-row-one {
  width: auto;
  float: left;
  margin-right: 20px; }

.detail_attr .detail-row-two {
  width: 120px;
  float: left; }

.detail_attr .detail-row-three {
  width: 140px;
  float: left; }

.detail_attr .detail-row-four {
  width: 100px;
  float: left; }

.deliverytime_list li > div {
  float: left;
  line-height: 22px;
  height: 22px;
  padding: 4px 0; }

.deliverytime_list li > div.name {
  width: 60px; }

.deliverytime_list li > div.price {
  width: 95px; }

.deliverytime_list li > div.num {
  width: 120px; }

/*.deliverytime_list li>div.count{width:380px;}*/
.deliverytime_list li > div.count .unit {
  color: #054a99;
  vertical-align: top; }

.reduce-list i {
  padding: 1px 3px;
  background: #054a99;
  border-radius: 2px;
  margin-right: 5px;
  color: #fff;
  float: left;
  line-height: 14px; }

.reduce-list a {
  float: left;
  line-height: 16px;
  max-width: 550px; }

.reduce-list > div {
  height: auto;
  margin-top: 5px; }

.goods_info .coupon-list-wrapper {
  padding-top: 10px; }

.reduce-list img {
  border: 1px #999 solid; }

.reduce-list em {
  float: left;
  margin-left: 10px;
  line-height: 18px;
  cursor: pointer; }

.sales-price .line-reduce {
  margin-left: 11px;
  border: 1px #fa9899 solid;
  border-radius: 2px;
  color: #fa9899;
  padding: 1px 3px; }

.buy_number {
  line-height: 32px; }

.buy_number span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: inline-block;
  text-align: center; }

.buy_number span i {
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  width: 30px;
  color: #7e7e7e;
  background-color: #e5e5e5;
  vertical-align: middle;
  font-size: 18px; }

.buy_number span input {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  height: 30px;
  line-height: 30px;
  width: 56px; }

.buy_number span i:hover {
  color: #054a99; }

.goods_norm ul {
  margin: 20px;
  border: 1px solid #eee; }

.goods_norm ul li {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #eee;
  color: #666; }

.goods_norm ul li span {
  text-indent: 30px;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.goods_norm ul li:first-child {
  border-top: 0; }

.goods_norm ul li span:first-child {
  border-right: 1px solid #eee; }

.goods_down ul {
  margin: 20px; }

.goods_down ul li {
  float: left;
  margin: 10px 40px 10px 10px;
  line-height: 30px; }

.goods_down ul li em {
  padding: 0 10px; }

.goods_down ul li i.icon_zip {
  background-position: 0 -135px; }

.goods_down ul li i.icon_pdf {
  background-position: 0 -167px; }

.goods_down ul li i.icon_wocx {
  background-position: 0 -202px; }

.goods_down ul li .iBtn {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 4px 10px;
  line-height: 16px;
  display: inline-block; }

/*选型*/
.goods_filtrate, .goods_find_info {
  width: 595px;
  padding-bottom: 30px; }

.goods_filtrate .box, .goods_find_info .box {
  padding-left: 15px;
  padding-right: 15px; }

.goods_filtrate dt {
  font-weight: bold;
  padding: 10px 0; }

.goods_filtrate dd {
  border-bottom: 1px solid #ddd; }

.goods_filtrate {
  width: 560px; }

.goods_filtrate dd a, .select_result a {
  height: 20px;
  line-height: 20px;
  padding: 1px 9px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; }

.goods_filtrate_sx dd a, .select_result a {
  padding: 0 8px;
  border: 1px solid #ddd;
  color: #333; }

.select_result a.select {
  border: 1px solid #c60a0a;
  color: #c60a0a; }

.select_result a.select:after {
  content: '×';
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  height: 20px;
  line-height: 20px; }

.goods_filtrate dd a.select {
  padding: 0 8px;
  border: 1px solid #c60a0a;
  color: #c60a0a; }

.goods_filtrate dd a.select:hover, .select_result a:hover {
  background-color: #fff; }

.select_result, .goods_list_box > .box {
  background-color: #eaeaea;
  line-height: 22px;
  height: 22px;
  padding-top: 8px;
  padding-bottom: 8px; }

.select_result a {
  margin-left: 10px;
  margin-bottom: 0;
  background-color: #fff; }

.select_result a:first-child {
  margin-left: 0; }

.product_select {
  position: relative;
  z-index: 1; }

.searchbgleft, .searchbgright {
  width: 273px;
  text-indent: 10px;
  margin: 10px 0 20px;
  border: 1px solid #ddd;
  height: 30px;
  position: relative;
  font-size: 12px; }

.searchbgleft:first-child {
  border-right: none; }

.factorySel input {
  color: #999;
  float: left;
  width: 243px;
  padding: 0;
  margin: 0;
  height: 30px;
  border: none;
  background: none;
  text-indent: 10px; }

.factorySel .fed_btn {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  position: relative; }

.factorySel .fed_btn:after, .searchbgright li em:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 10px;
  right: 10px; }

.factorySel .fed_btn:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #666; }

.factorymenuContent {
  background-color: #f4f4f4;
  position: absolute;
  top: 30px;
  left: -1px;
  border: 1px solid #ddd;
  width: 273px; }

.factorymenuContent span, .factorymenuContent em {
  display: block;
  line-height: 22px;
  text-indent: 0;
  cursor: pointer;
  position: relative; }

.factorymenuContent span:hover, .factorymenuContent em:hover {
  color: #c60a0a; }

.searchbgright li em {
  text-indent: 15px; }

.factorymenuContent li .series span {
  text-indent: 30px; }

.searchbgright li em:after {
  left: 0;
  right: auto;
  top: 7px;
  border-left: 6px solid #666;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent; }

.searchbgright li.select em:after {
  top: 8px;
  border-top: 6px solid #666;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.searchbgright li .series, .factorymenuContent {
  display: none; }

.searchbgright li.select .series {
  display: block; }

.goods_filtrate_box dd {
  overflow: hidden;
  position: relative; }

.goods_filtrate_box dd > div {
  width: 510px; }

.selection-top dd span.ishow, .selection-top dd span.ihide, .goods_filtrate_box dd span.ishow, .goods_filtrate_box dd span.ihide {
  height: 20px;
  line-height: 20px;
  border: 1px solid #e7e7e7;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 0 18px 0 10px;
  cursor: pointer; }

.goods_filtrate_box dd span.ishow:after, .goods_filtrate_box dd span.ihide:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 6px;
  right: 6px;
  border: 1px solid #333;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(310deg) translateZ(0);
  transform: rotate(310deg) translateZ(0); }

.goods_filtrate_box dd span.ihide:after {
  -webkit-transform: rotate(135deg) translateZ(0);
  transform: rotate(135deg) translateZ(0); }

.goods_find_info {
  width: 630px; }

.goods_find_info #page {
  text-align: center; }

.goods_list_box li {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px; }

.goods_list_box li.bd span.fl {
  width: 22px; }

.goods_list_box dt, .goods_list_box dd {
  float: left;
  display: block;
  width: 90px; }

.goods_list_box dd {
  width: 160px;
  margin-left: 10px;
  color: #999; }

.goods_list_box dd p {
  font-size: 12px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.goods_list_box dt {
  border: 1px solid #eee; }

.goods_list_box dt img {
  width: 90px;
  height: 90px; }

.goods_list_box dd a {
  color: #000; }

.goods_list_box dd .iSize em {
  font-family: 'simsun';
  color: #666; }

.goods_list_box dd .iPrice em {
  position: absolute;
  top: 20px;
  right: 115px;
  text-decoration: line-through; }

.goods_list_box dd .iPrice i {
  vertical-align: -3px; }

.goods_list_box dd .iPrice input {
  width: 100px;
  height: 20px;
  border: 1px solid #e5e5e5;
  text-align: center; }

.goods_list_box dd.ip {
  text-align: right;
  color: #999;
  width: 271px; }

.goods_list_box dd.ip > p {
  padding: 3px 0; }

.goods_list_box dd.ip > p > span {
  vertical-align: middle;
  margin-left: 10px; }

.goods_list_box dd.ip > p > span:last-child {
  display: inline-block;
  width: 95px;
  text-align: left; }

.goods_find_info .cartbatch {
  background-color: #fafafa;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
  line-height: 30px;
  height: 30px;
  font-size: 12px; }

.goods_find_info .cartbatch .fr > span {
  display: inline-block;
  vertical-align: top; }

.goods_find_info .thrift {
  line-height: 24px;
  background-color: #ffebe4;
  color: #e13438;
  text-align: right; }

.aside {
  width: 210px;
  float: left;
  margin-bottom: 20px; }

.detail {
  width: 970px;
  float: right; }

.detail img {
  max-width: 100%; }

.hot_sale li {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px #e5e5e5 solid;
  font-size: 12px; }

.hot_sale .ui_pic img {
  width: 42px;
  height: 42px;
  border: 1px solid #cec9c6; }

.hot_sale li p {
  height: 16px;
  line-height: 16px;
  overflow: hidden; }

.hot_sale .avatar {
  display: block;
  padding: 10px; }

.hot_sale img {
  width: 168px;
  height: 168px; }

.hot_sale .market-price {
  text-decoration: line-through; }

.goods_one_info {
  margin-top: 10px;
  font-size: 12px; }

.goods_one_info .ui_pic {
  margin-right: 20px; }

.goods_one_info .ui_text h2 {
  font-size: 16px;
  font-weight: normal; }

.goods_one_info .ui_text p.iprice b {
  font-size: 24px; }

.goods_one_info .ui_text p.iprice em {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px; }

.goods_one_info .ui_text p.inum span.gks_moreLess i {
  width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 14px; }

.goods_one_info .ui_text p.inum span.gks_moreLess input {
  border: 0;
  background: none;
  width: 30px;
  text-align: center; }

/***** orderDetails ****/
.payStep {
  padding: 30px 0; }

.payStep li {
  width: 170px;
  text-align: center;
  float: left;
  position: relative; }

.payStep li:after {
  content: '';
  height: 5px;
  width: 170px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #ccc;
  display: block; }

.payStep li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 1; }

.payStep li span {
  width: 100%;
  display: block;
  color: #ccc;
  line-height: 28px; }

.payStep01 li:first-child i, .payStep01 li:first-child:after, .payStep02 li:nth-child(2) i, .payStep02 li:nth-child(2):after, .payStep03 li:nth-child(3) i, .payStep03 li:nth-child(3):after {
  background-color: #fc4d48; }

.payStep02 li:first-child i, .payStep02 li:first-child:after, .payStep03 li:first-child i, .payStep03 li:first-child:after, .payStep03 li:nth-child(2) i, .payStep03 li:nth-child(2):after {
  background-color: #ffd6d6; }

.payStep01 li:first-child span, .payStep02 li:nth-child(2) span, .payStep03 li:nth-child(3) span {
  color: #fc4d48; }

.payStep02 li:first-child span, .payStep03 li:first-child span, .payStep03 li:nth-child(2) span {
  color: #ffd6d6; }

.addr_info li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 280px;
  height: 108px;
  margin: 0 14px 14px 0;
  color: #666;
  cursor: pointer;
  border: 1px solid #fff;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5; }

.addr_info li:last-child {
  margin-right: 0; }

.addr_info li .inner {
  padding: 0;
  height: 106px;
  border: 1px #e5e5e5 solid;
  overflow: hidden; }

.addr_info li .addr_hd {
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 10px;
  margin-bottom: 5px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333; }

.addr_info li .addr_bd {
  height: 36px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word; }

.addr_info li .addr_bd span {
  display: block;
  padding-left: 10px;
  line-height: 20px;
  color: #999; }

.addr_info li .defaultTip, .addr_info li .setDefault, .addr_info li .icon_sanjiaoxing_dagou {
  position: absolute;
  right: 0;
  display: none;
  font-family: 'simsun';
  font-size: 12px; }

.addr_info li .defaultTip, .addr_info li .setDefault {
  color: #fff;
  background-color: #9d9d9d;
  top: 7px;
  right: 6px;
  padding: 1px 8px; }

.addr_info li .icon_sanjiaoxing_dagou {
  bottom: -6px;
  right: -3px;
  color: #054a99;
  font-size: 40px;
  line-height: 40px;
  overflow: hidden;
  height: 40px; }

.addr_info li:hover, .addr_info li.select {
  border-color: #054a99; }

.addr_info li:hover .addr_toolbar {
  display: block; }

.addr_info .add-address:hover a {
  border-color: #054a99; }

.addr_info li:hover .inner, .addr_info li.select .inner {
  border-color: #054a99; }

.addr_info li.select .icon_sanjiaoxing_dagou, .addr_info li.addr_def .defaultTip {
  display: block; }

.add_addr_info .tales100 {
  padding-top: 5px;
  padding-bottom: 5px; }

.addr_info li.select .setDefault {
  display: block;
  cursor: inherit;
  z-index: 2; }

.addr_info li.addr_def:hover .setDefault {
  display: none; }

.order-tales100 dt {
  font-size: 16px;
  line-height: 45px;
  color: #333;
  font-weight: bold;
  margin-top: 15px; }

.order-tales100 .add-address a {
  display: block;
  height: 106px;
  border: 1px #e5e5e5 solid;
  overflow: hidden; }

.order-tales100 .add-address i {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #999; }

.order-tales100 .add-address span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #999; }

.invoice.actived {
  border: 1px #054a99 solid;
  color: #054a99; }

.invoice.actived i {
  display: block; }

.invoice {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border: 1px #c6c6c6 solid;
  cursor: pointer; }

.invoice i {
  display: none;
  color: #054a99;
  position: absolute;
  right: -2px;
  bottom: -9px;
  font-size: 22px; }

.invoice_zzs ul, .invoice_pt p {
  padding: 11px 15px;
  border: 1px solid #ddd;
  width: 500px;
  font-family: 'simsun';
  position: relative; }

.invoice_zzs li {
  font-size: 12px;
  line-height: 22px; }

.invoice_zzs li em {
  color: #999; }

.invoice_pt p label {
  display: block;
  border-bottom: 1px dashed #ccc; }

.invoice_pt p label:last-child {
  border: 0; }

.orderDetails {
  margin-top: 15px; }

.orderDetails li {
  position: relative; }

.orderDetails h3 {
  font-size: 16px;
  line-height: 45px; }

.orderDetails .order_number {
  font-size: 12px;
  display: block;
  color: #333;
  padding: 10px 30px;
  font-weight: normal; }

.orderDetails_list dt {
  display: none; }

.orderDetails_list .li30 {
  line-height: 30px; }

.orderDetails_list dt span {
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  display: block; }

.orderDetails_list div.s1 {
  padding-top: 10px;
  padding-bottom: 10px; }

.orderDetails_list .s1, .orderDetails_list .s2, .orderDetails_list .s3, .orderDetails_list .s4, .orderDetails_list .s5, .orderDetails_list .s6, .orderDetails_list .s7, .orderDetails_list .s8, .orderDetails_list .s9, .orderDetails_list .s10 {
  float: left;
  overflow: hidden;
  font-size: 12px;
  text-align: center; }

.orderDetails .shopping-cart-th .s1, .orderDetails_list .s1 {
  width: 355px;
  padding-left: 10px;
  text-align: left;
  padding-top: 5px; }

.orderDetails .shopping-cart-th .s2, .orderDetails_list .s2 {
  width: 120px; }

.orderDetails .shopping-cart-th .s3, .orderDetails_list .s3 {
  width: 118px; }

.orderDetails .shopping-cart-th .s4, .orderDetails_list .s4 {
  width: 80px;
  padding: 5px; }

.orderDetails .shopping-cart-th .s5, .orderDetails_list div.s5 {
  width: 130px;
  padding: 5px; }

.orderDetails .shopping-cart-th .s6, .orderDetails_list .s6 {
  width: 110px; }

.orderDetails .shopping-cart-th .s7, .orderDetails_list .s7 {
  width: 115px; }

.orderDetails .shopping-cart-th .s8, .orderDetails_list .s8 {
  width: 115px; }

.orderDetails .shopping-cart-th .s9, .orderDetails_list .s9 {
  width: 105px; }

.orderDetails_list {
  border: 1px solid #e5e5e5;
  border-bottom: none; }

.orderDetails_list dd {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden; }

.orderDetails_list dd .s2, .orderDetails_list dd .s3, .orderDetails_list dd .s4, .orderDetails_list dd .s5, .orderDetails_list dd .s6, .orderDetails_list dd .s7 {
  line-height: 34px; }

.orderDetails_list .ui_pic a {
  display: block;
  border: 1px #e5e5e5 solid; }

.orderDetails_list .ui_text p {
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.orderDetails .shopping-cart-th div {
  padding: 5px 0; }

.orderDetails .shopping-cart-th .s1 {
  text-align: center; }

.orderDetails_list .s7 span {
  display: block; }

.orderDetails_list .s7 .not {
  display: none; }

.orderDetails_list .s7 .has em {
  display: none; }

.orderDetails_list .s7.actived .not {
  display: block; }

.orderDetails_list .s7.actived span {
  line-height: 15px;
  text-align: left; }

.orderDetails_list .s7.actived .has em {
  display: inline; }

.orderDetails_list .inner-list {
  position: relative;
  padding-left: 120px; }

.orderDetails_list .inner-list li:nth-last-child(1) {
  border: none; }

.orderDetails_list .inner-list .cross-left {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  border-bottom: none; }

.orderDetails_list .inner-list .th-market-price span {
  text-decoration: line-through; }

.orderDetails_list .channel_prompt {
  padding: 29px 0; }

.orderDetails_list .channel_prompt > div {
  padding: 0 5px; }

.orderDetails_list .th-amount {
  height: 20px; }

.orderDetails_list .th-amount .gks_moreLess_right {
  border: none;
  width: 40px;
  line-height: 30px; }

.orderDetails_list .th-static {
  padding: 0; }

.orderDetails_list .th-static span {
  padding: 0; }

.orderDetails_list .gks_moreLess_right {
  background: none; }

#point .order_mod {
  padding-bottom: 10px; }

.full-cut {
  border: 1px #e5e5e5 solid;
  margin-top: 10px;
  padding: 10px; }

.order_serve_left .par-for-another .bd {
  display: none; }

.biling-info li h4 {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  cursor: pointer; }

.biling-info li h4 i {
  display: inline-block;
  color: #054a99;
  font-size: 18px;
  margin-right: 5px;
  line-height: 18px; }

.biling-info li h4 span {
  display: inline-block;
  line-height: 16px; }

.biling-info li > div {
  border: none; }

.biling-info > div.bd {
  position: relative;
  min-height: 360px;
  padding-top: 5px;
  border-bottom: none; }

.biling-info > .bd .order_serve_right {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none; }

.generation-service {
  position: relative; }

.generation-service .generation-service-edit {
  position: absolute;
  cursor: pointer;
  top: 35px;
  right: 990px; }

.generation-service:hover .generation-service-edit {
  display: block; }

.order_serve {
  width: 100%;
  position: relative;
  min-height: 410px;
  border-bottom: 1px solid #e5e5e5; }

.order_mod .hd h2 {
  font-size: 16px;
  line-height: 45px;
  margin-top: 15px;
  display: inline-block; }

.order_mod .hd h2 input {
  vertical-align: text-bottom; }

.order_mod .bd {
  border: 1px #e5e5e5 solid;
  padding: 20px; }

.order_mod .bd .tales60 {
  padding: 2px 0 2px 70px; }

.order_mod .bd .tales60 dt {
  margin-right: 20px; }

.order_mod .bd .tales60 dd {
  width: auto; }

.order_serve_left .order_mod:last-child {
  border-bottom: 0; }

.addr_info .addr_toolbar {
  position: absolute;
  top: 2px;
  right: 6px;
  display: none; }

.addr_info .addr_def .addr_toolbar {
  top: 34px; }

#balance input {
  vertical-align: text-bottom; }

.ticket_box a {
  display: block;
  float: left;
  border: 1px solid #e5e5e5;
  padding: 11px;
  margin-bottom: 11px;
  margin-right: 10px;
  width: 205px;
  position: relative; }

.ticket_box a .ui_price em {
  font-size: 26px; }

.ticket_box a .ui_price {
  color: #fff; }

.ticket_box a span {
  display: inline-block; }

.ticket_box a .fs12.mt10 {
  width: 197px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ticket_box a p {
  color: #fff;
  background-color: #fa9899;
  margin: -11px -11px 0 -11px;
  padding: 11px; }

.ticket_box a.select {
  padding: 10px;
  border: 2px solid #fc4d48;
  overflow: hidden; }

.ticket_box.coupon-list {
  width: 900px; }

.coupon-list .icon_pink {
  margin-left: 0; }

.ticket_box.coupon-list a.select {
  border-width: 1px;
  padding: 11px; }

.ticket_box a.select p {
  margin: -11px -11px 0 -11px;
  padding: 11px; }

.ticket_box a.select:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -8px -281px;
  content: ''; }

.ticket_box a:hover {
  color: #666 !important;
  border-color: #fc4d48; }

.order_serve_right .box span {
  display: inline; }

.order_serve_right .box .all-price span {
  display: inline-block; }

.order_serve_right {
  background-color: #f9f9f9;
  font-size: 12px; }

.order_serve_right .box {
  padding: 20px;
  width: 270px;
  overflow: hidden; }

.order_serve_right textarea {
  width: 268px;
  height: 115px;
  border: 1px solid #e5e5e5;
  resize: none;
  margin-bottom: 50px;
  padding: 10px;
  font-size: 12px; }

.order_serve_right p, .submit_order .box p {
  line-height: 30px;
  height: 30px; }

.order_serve_right p em, .order_serve_right p strong, .order_serve_right p span, .submit_order .box em, .submit_order .box span {
  width: 135px;
  display: inline-block;
  text-align: right; }

.submit_order {
  margin: 20px 0 50px;
  text-align: right; }

.submit_order .box {
  background-color: #f9f9f9;
  font-size: 12px;
  padding: 20px;
  overflow: hidden; }

.submit_order .box em {
  width: 90px; }

.submit_order .box span.s1 {
  width: 300px;
  padding-left: 30px;
  text-align: left; }

.submit_order .box address {
  font-style: normal;
  color: #999; }

.goCartshow {
  display: inline-block;
  vertical-align: 15px;
  color: #434cb1; }

.goCartshow i {
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background-position: 0 -265px;
  margin-right: 5px; }

/** cashierDesk **/
.cashierDesk_box {
  margin: 40px 0 130px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #a7b6c2; }

.cashierDesk_info {
  padding: 30px; }

.cashierDesk_info ul {
  padding-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5; }

.cashierDesk_info ul li, .cashierDesk_info p {
  height: 30px;
  line-height: 30px;
  overflow: hidden; }

.cashierDesk_info p input.text {
  margin: 0 5px;
  text-align: center;
  color: #000;
  height: 25px;
  line-height: 25px; }

.tabs_yhType {
  margin-bottom: 60px; }

.tabs_yhType dt {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e5e5e5; }

.tabs_yhType dt span {
  margin-left: 60px; }

.tabs_yhType dt li {
  float: left;
  margin-left: 20px;
  line-height: 44px;
  width: 116px;
  text-align: center;
  padding-top: 1px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  cursor: pointer; }

.tabs_yhType dt li.select {
  border-top: 2px solid #f55148;
  padding-top: 0;
  background-color: #fff; }

.tabs_yhType dd .box {
  padding: 30px 60px;
  border-bottom: 1px solid #e5e5e5; }

.tabs_yhType .webzf a {
  width: 101px;
  height: 42px;
  display: inline-block;
  margin-right: 20px;
  background-image: url("../images/icon_pay_type.gif");
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px; }

.tabs_yhType .webzf a:hover, .tabs_yhType .webzf a.select {
  border-color: #054a99; }

.tabs_yhType .pay-mode-con .icon_sanjiaoxing_dagou, .pay-type span .icon_sanjiaoxing_dagou {
  color: #054a99; }

.pay-type span.select {
  border-color: #054a99; }

.icon_zfb {
  background-position: 0 0; }

.icon_yl {
  background-position: 0 -85px; }

.icon_wx {
  background-position: 0 -211px; }

.icon_gsyh {
  background-position: 0 -253px; }

.icon_jsyh {
  background-position: 0 -169px; }

.icon_zgyh {
  background-position: 0 -127px; }

.icon_gdyh {
  background-position: 0 -295px; }

.icon_payh {
  background-position: 0 -43px; }

.btl_remittance p {
  line-height: 24px; }

/* 购物车页面 */
.shopping-cart {
  background: #fff;
  font-size: 12px; }

.shopping-cart .title {
  padding: 10px 0;
  border-bottom: 2px solid #e3343e; }

.shopping-cart-th {
  border: 1px #e5e5e5 solid;
  background: #f2f2f2; }

.shopping-cart .th {
  float: left;
  width: 100px;
  padding: 5px;
  text-align: center; }

.shopping-cart .th-chk {
  width: 35px;
  text-align: center; }

.shopping-cart .th-chk input {
  float: left;
  margin: 3px 0 0 15px; }

.shopping-cart .th-op {
  width: 52px; }

.shopping-cart .th-infomation {
  width: 320px; }

.shopping-cart .th-market-price {
  width: 70px; }

.shoppingcart-productlist .th-infomation {
  padding-top: 10px;
  padding-bottom: 10px; }

.shoppingcart-productlist .th-market-price {
  padding-top: 10px; }

.shopping-cart .th-stock {
  width: 60px; }

.shopping-cart .th-discount {
  width: 60px; }

.shopping-cart .th-discount-price {
  width: 95px; }

.shopping-cart .th-static {
  width: 130px; }

.shopping-cart .th-amount {
  width: 95px; }

.shopping-cart .th-reduce {
  width: 95px; }

.shopping-cart .th-integral {
  width: 90px; }

.shopping-cart .th-money {
  width: 105px; }

.shopping-cart .th-op {
  width: 50px; }

.th-static span {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
  padding-left: 5px; }

.orderDetails_list .th-static span {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 34px;
  padding-left: 5px; }

.shoppingcart-productlist .th-static span {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 37px;
  padding-left: 5px; }

.th-static .has {
  text-align: center; }

.th-static .has em {
  display: none; }

.th-static .not {
  display: none; }

.th-static.actived span {
  line-height: 15px; }

.th-static.actived .not {
  display: block; }

.th-static.actived .has {
  text-align: left; }

.th-static.actived .has em {
  display: inline; }

.cart-prompt {
  color: #054a99;
  padding: 5px 20px;
  background: #fcf5ef;
  border: 1px #e5e5e5 solid;
  border-top: none;
  text-align: right;
  font-size: 12px;
  line-height: 12px; }

.orderDetails_list .inner-list .s3 {
  width: 108px; }

.orderDetails_list .inner-list .s6 {
  width: 100px; }

.orderDetails_list .inner-list .s7 {
  width: 105px; }

.orderDetails_list .inner-list .s9 {
  width: 95px; }

.orderDetails_list .s1 .ui_pic img {
  width: 68px;
  height: 68px; }

.cart-blog {
  border: 1px #e5e5e5 solid;
  margin-top: 10px;
  padding: 10px; }

.cart-blog > div {
  line-height: 36px;
  margin-right: 10px; }

.cart-blog > span {
  line-height: 36px;
  margin-right: 10px; }

.cart-blog textarea {
  border: 1px #e3e3e3 solid;
  margin-right: 10px;
  resize: none; }

.shopping-cart .shoppingcart-productlist li:hover {
  background: #f2f2f2; }

.shoppingcart-productlist .gks_moreLess .unclick {
  color: #ccc;
  cursor: no-drop; }

.shoppingcart-productlist .nolonger {
  background: #f0f0f0;
  color: #ccc; }

.shoppingcart-productlist .nolonger a {
  color: #ccc !important; }

.shoppingcart-productlist .nolonger .gks_moreLess {
  border-color: #f0f0f0; }

.shoppingcart-productlist .nolonger .gks_moreLess input {
  border-color: #f0f0f0; }

.shoppingcart-productlist .nolonger .tit {
  display: inline-block;
  padding: 5px;
  color: #ccc;
  border-radius: 10px; }

.shopping-cart-header {
  background: #fff;
  padding: 30px 0; }

.shopping-cart-header a span:hover {
  color: #e5e5e5 !important; }

.shopping-cart-header .search-box input {
  float: right;
  width: 260px;
  height: 16px;
  border: 1px #e13438 solid;
  padding: 5px;
  font-size: 12px; }

.shopping-cart-header .search-box button {
  cursor: pointer;
  outline: none;
  float: right;
  width: 56px;
  height: 28px;
  border: none;
  background: #e13438;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center; }

.shoppingcart-supplier {
  padding: 15px 20px 10px; }

.shoppingcart-productlist .th-chk img {
  width: 96px;
  height: 96px; }

.shoppingcart-productlist .th-chk .info {
  width: 229px;
  padding: 5px 10px; }

.shoppingcart-productlist {
  border-bottom: 1px #e5e5e5 solid; }

.shoppingcart-productlist > li {
  position: relative;
  padding: 0;
  border: 1px #e5e5e5 solid;
  border-bottom: none;
  overflow: hidden; }

.shopping-cart-bar {
  line-height: 52px;
  background: #f4f4f4;
  margin-top: 40px; }

.shopping-cart-bar.actived {
  box-shadow: 0 -5px 10px #e5e5e5; }

.shopping-cart-bar.fixed {
  position: fixed;
  width: 100%; }

.shopping-cart-bar .fr div {
  float: left; }

.shopping-cart-bar .fr a {
  width: 123px;
  height: 100%;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background: #054a99; }

.shopping-cart-bar .fr a:hover {
  color: #fff !important; }

.shoppingcart-productlist .td.th-market-price span {
  text-decoration: line-through; }

.shoppingcart-productlist .td.th-stock {
  line-height: 30px; }

.shoppingcart-productlist .li30 {
  line-height: 30px; }

.shoppingcart-productlist .li37 {
  line-height: 37px; }

.shoppingcart-productlist .td.th-chk input {
  margin-top: 8px; }

.shoppingcart-productlist .td.th-infomation .avater {
  width: 68px;
  height: 68px;
  background: #f4f4f4;
  border: 1px #e5e5e5 solid; }

.shoppingcart-productlist .td.th-infomation .avater img {
  width: 68px;
  height: 68px; }

.shoppingcart-productlist .td.th-infomation p {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width: 220px;
  text-overflow: ellipsis; }

.shoppingcart-productlist .td.th-amount {
  height: 30px;
  margin-top: 4px; }

.shopping-cart-bar .th-chk input {
  margin: 20px 0 0 22px; }

.shopping-cart-bar .fr div {
  line-height: 16px; }

.shopping-cart-bar .fr .price {
  position: relative; }

.money-manage > .fl > div {
  float: none; }

.money-manage .price p {
  float: right;
  margin-left: 20px; }

.money-manage .price p span {
  color: #054a99; }

.money-manage .real-con {
  margin-top: 6px; }

.money-manage .real-con p {
  float: right;
  margin-left: 25px; }

.money-manage .num {
  line-height: 22px; }

.inner-list li {
  border-bottom: 1px #e5e5e5 solid; }

.shoppingcart-productlist .inner-list li .td {
  padding: 0 5px; }

.shoppingcart-productlist .inner-list li .th {
  padding: 0 5px; }

.shoppingcart-productlist .inner-list li {
  padding: 3px 0; }

.shoppingcart-productlist .inner-list li:nth-last-child(1) {
  border: none; }

.shoppingcart-productlist .inner-list .channel_prompt {
  padding: 26px 0; }

.th-static .tit {
  margin-right: 10px;
  display: inline-block;
  width: 45px;
  height: 19px;
  border: 1px #02b4b6 solid;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  border-radius: 2px;
  font-weight: normal;
  color: #02b4b6; }

.th-static .tit-orange {
  border-color: #f27d00;
  color: #f27d00; }

.th-static .tit-red {
  border-color: #c61e11;
  color: #c61e11; }

.shoppingcart-productlist .inner-list {
  padding-left: 83px;
  position: relative; }

.shoppingcart-productlist .inner-list .cross-left {
  position: absolute;
  left: -1px;
  top: 50%;
  border-bottom: none;
  margin-top: -13px; }

.th-amount .add, .sub {
  float: left;
  width: 22px;
  height: 24px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  border: 1px #e5e5e5 solid;
  cursor: pointer; }

.shoppingcart-productlist .th-amount .num {
  float: left;
  width: 46px;
  line-height: 24px;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid; }

.th-amount .gks_moreLess_right {
  width: 85px;
  height: 28px; }

.th-amount .gks_moreLess_right i {
  height: 14px;
  line-height: 16px;
  width: 25px;
  padding-left: 3px; }

.th-amount .gks_moreLess input {
  border: none;
  width: 57px;
  height: 28px; }

/* 购物车为空 */
.cart-undefined-goods {
  width: 500px;
  margin: 200px auto; }

/* 微信支付页面 */
.chatpay {
  background: #e9e9ec; }

.chatpay .mod_hd {
  background: #fff; }

.chatpay .mod_bd {
  padding: 40px 0; }

.chatpay-box {
  padding: 10px 30px;
  border-top: 4px #6b7492 solid;
  background: #fff; }

.chatpay-box .information {
  font-size: 16px; }

.chatpay-box .information a {
  margin-left: 20px;
  color: #2288ee; }

.chatpay-box .information .fl {
  margin-top: 11px; }

.chatpay-box .information .fr {
  font-size: 12px; }

.chatpay-box .information b {
  margin: 0 10px;
  font-size: 26px;
  vertical-align: sub;
  color: #c71622; }

.chatpay-box .time {
  margin-top: 10px;
  padding-bottom: 25px;
  font-size: 12px;
  border-bottom: 1px #e5e5e5 dashed;
  color: #666; }

.chatpay-box .time .fl div {
  display: inline-block;
  padding: 0 5px;
  font-size: 18px;
  color: #c71622; }

.chatpay-box .time a {
  font-size: 16px;
  color: #2288ee; }

.chatpay-box .mod_bd {
  padding: 20px 0 60px; }

.chatpay-box .mod_bd p {
  font-size: 16px; }

.chatpay-phonebox {
  margin-top: 75px; }

.chatpay-phonebox-QRcode {
  float: left;
  margin: 0 50px 0 234px; }

.chatpay-phonebox-QRcode .refresh {
  color: #ff7674; }

.chatpay-phonebox-QRcode .refresh span {
  color: #2288ee;
  cursor: pointer; }

.QRcode-img {
  width: 292px;
  height: 292px;
  margin: 20px 0;
  border: 1px #e1e1e1 solid; }

.QRcode-img img {
  width: 292px;
  height: 292px; }

.chatpay-phonebox-QRcode i {
  display: block;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  background: #ff7674; }

.chatpay-otherpay {
  display: inline-block;
  margin-top: 110px;
  font-size: 16px;
  color: #2288ee; }

.chatpay-otherpay i {
  margin-right: 10px; }

/* 批量查 */
.wholesale {
  background: #fff;
  overflow: hidden; }

.wholesale-add-area {
  padding: 0;
  margin-top: 20px; }

.wholesale-add-area textarea {
  display: block;
  padding: 5px;
  border: 1px #e5e5e5 solid;
  width: 1178px;
  min-height: 190px;
  font-size: 14px;
  outline: none;
  resize: none; }

.wholesale-box {
  margin-bottom: 30px;
  position: relative; }

.wholesale-box .chose-futures {
  position: absolute;
  left: 787px;
  top: 32px;
  z-index: 111;
  width: 50px;
  text-align: center; }

.select-wholesale .wholesale-box .chose-futures {
  position: absolute;
  left: 725px;
  top: 33px;
  z-index: 111;
  width: 50px;
  text-align: center; }

.wholesale-box .chose-futures-list {
  left: -28px; }

.wholesale-box .chose-futures .icon_xl {
  margin: 0; }

.wholesale-box-prompt i {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px #e5e5e5 solid; }

.wholesale-box-prompt span {
  float: left;
  margin-right: 20px;
  line-height: 14px; }

.wholesale-box-prompt .blue i {
  background: #baf0ff; }

.select-wholesale .iBrand p {
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select-wholesale .iBrand .ui-card-wrapper {
  position: absolute;
  top: -3px;
  right: 0;
  text-align: right; }

.parameter-list p {
  text-align: left;
  padding-left: 5px; }

.wholesale-box-list {
  overflow: hidden; }

.wholesale-box-list table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  background-color: #fff; }

.wholesale-box-list table th, td {
  text-align: center;
  color: #666;
  border: 1px #e5e5e5 solid; }

.wholesale-box-list table th {
  color: #333;
  background: #f9f9f9;
  padding: 10px 0; }

.wholesale-box-list table div {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.wholesale-box-list table td > div {
  margin: 0 10px;
  text-align: left; }

#modelQueryResult_div table .select-list-reduct-wrapper > div {
  margin: 0 5px;
  text-align: left;
  padding-top: 0; }

#modelQueryResult_div table .ui_text {
  padding-bottom: 0; }

.wholesale-box-list table td li {
  border-bottom: 1px solid #e5e5e5;
  height: 30px;
  overflow: hidden; }

.wholesale-box-list table td li > div {
  float: left; }

.wholesale-box-list table td li:last-child, .wholesale-box-list table td li > div:last-child {
  border: none; }

.wholesale-box-list table .iModel {
  width: 100px; }

.wholesale-box-list table .modify-td {
  text-align: left; }

.wholesale-box-list table .iOrder {
  display: inline-block;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
  text-align: left; }

.wholesale-box-list table .iModify {
  display: inline-block;
  border: 1px solid #e45050;
  padding: 0 10px;
  border-radius: 2px;
  line-height: 18px;
  height: 18px;
  vertical-align: 3px; }

.wholesale-box-list table .iModify:hover {
  background-color: #fbe0e1; }

.wholesale-box-list table .productCategory {
  width: 90px; }

.wholesale-box-list table .iBrand {
  width: 50px; }

.select-wholesale .wholesale-box-list table .iBrand {
  width: 100%;
  height: auto;
  line-height: inherit;
  margin-top: 5px;
  padding-left: 5px; }

.select-wholesale .wholesale-box-list table .iBrand div {
  height: auto;
  line-height: inherit;
  padding: 0; }

.select-wholesale .wholesale-box-list table .iBrand .iBrand-box {
  line-height: 16px;
  margin-top: 1px; }

.wholesale-box-list table .iJifen {
  width: 70px; }

.wholesale-box-list table .iSeries {
  width: 70px; }

.wholesale-box-list table thead ul div {
  float: left; }

.wholesale-box-list table .iMarket {
  width: 50px;
  text-align: right; }

.select-wholesale .wholesale-box-list tbody .iMarket {
  width: auto;
  text-align: right;
  vertical-align: middle; }

#modelQueryResult_div .iMarket {
  width: auto; }

.wholesale-box-list table .iPrice {
  width: 75px;
  padding-right: 10px;
  text-align: right; }

.select-wholesale .wholesale-box-list table tbody .iPrice {
  width: 85px;
  padding-right: 4px;
  text-align: right; }

.wholesale-box-list table .iPreferential {
  width: 60px; }

.select-wholesale .wholesale-box-list thead .iPreferential {
  width: 89px; }

.select-wholesale .wholesale-box-list tbody .iPreferential {
  width: 85px;
  padding-right: 5px;
  text-align: right; }

.wholesale-box-list table .iFutures {
  width: 110px;
  padding-left: 10px;
  text-align: left; }

.select-wholesale .wholesale-box-list table .iFutures {
  width: 105px;
  padding-left: 5px;
  text-align: left; }

.wholesale-box-list table .iNum {
  width: 70px; }

.select-wholesale .wholesale-box-list table .iNum {
  width: 70px; }

.wholesale-box-list table .iTotal {
  width: 80px;
  padding-right: 5px;
  text-align: right; }

.wholesale-box-list table .iJifen {
  width: 55px; }

.select-wholesale .wholesale-box-list table .iJifen {
  width: 75px; }

.wholesale-box-list table .iDel {
  width: 46px; }

.select-wholesale .wholesale-box-list table .iDel {
  width: 41px; }

.wholesale-box-list table th .iPrice, .wholesale-box-list table th .iTotal {
  width: 90px;
  text-align: center;
  padding-right: 0; }

.wholesale-box-list table th .iFutures {
  width: 120px;
  text-align: center;
  padding-left: 0; }

.select-wholesale .wholesale-box-list table th .iFutures {
  width: 110px;
  text-align: center;
  padding-left: 0; }

.wholesale-box-list .no-orderNo {
  background-color: #fff2f2; }

.wholesale-box-list .no-orderNo td {
  color: #054a99; }

.wholesale-box-list .no-orderNo td .iDel {
  margin: 0;
  text-align: center; }

.wholesale-box-list table .iNum .unit {
  vertical-align: 5px; }

.wholesale-box-list thead ul div {
  position: relative; }

.wholesale-box-list thead ul div:before {
  content: "";
  display: block;
  height: 5000px;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: -30px; }

.wholesale-box-list thead ul .iDel:before {
  width: 0;
  height: 0;
  background: none; }

#batchTitle div {
  overflow: inherit; }

#batchTitle .chose-futures {
  left: -17px; }

.chose-futures {
  position: relative;
  display: inline-block;
  height: 30px; }

.chose-futures .icon_xl {
  cursor: pointer;
  margin: -3px 0 0 5px;
  display: inline-block; }

.chose-futures .icon_xl:hover {
  color: #666; }

.chose-futures-list {
  position: absolute;
  left: -49px;
  top: 23px;
  padding: 3px;
  border: 1px #e5e5e5 solid;
  background: #fff;
  display: none; }

.chose-futures-list label {
  display: block;
  padding: 2px 7px; }

.chose-futures-list label i {
  margin-left: 10px; }

.select-list-reduct-wrapper {
  position: relative; }

.select-list-reduct {
  position: absolute;
  right: 0;
  top: 0; }

.select-list-reduct a {
  float: left; }

.select-list-reduct .ui_card i {
  vertical-align: 2px; }

#modelQueryResult_div .select-list-reduct-wrapper .ui_media > div > p {
  width: 285px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#modelQueryResult_div .select-list-reduct-wrapper .ui_media > div > .select-list-reduct {
  width: auto; }

.wholesale-box-list tbody .delete {
  cursor: pointer; }

.wholesale-box-list .multiterm {
  background-color: #e2f9ff; }

.wholesale-box-list .listFuture {
  padding-left: 9px;
  width: 105px; }

#modelQueryResult_div .wholesale-box-list .listFuture {
  padding-left: 5px;
  width: 105px; }

.wholesale-box-list .tit-future {
  width: 106px;
  padding: 0;
  padding-right: 10px;
  text-align: center; }

#modelQueryResult_div .wholesale-box-list .tit-future {
  padding-right: 5px; }

.wholesale-box-list .unit {
  vertical-align: 5px; }

.wholesale-box-list .tit-price {
  width: 80px;
  text-align: center;
  padding: 0; }

#modelQueryResult_div .wholesale-box-list .tit-price {
  width: 75px; }

#modelQueryResult_div .tit-num {
  width: 82px; }

.tit-future .chose-futures {
  position: absolute; }

.chose-futures-list {
  width: 83px;
  z-index: 111; }

.wholesale-box-list .chose-futures-list {
  left: -30px; }

.wholesale-box-list .chose-futures {
  width: 50px;
  left: 51px;
  top: 1px; }

.detail-model-bd .chose-futures-list {
  left: -30px; }

.detail-model-bd .chose-futures {
  width: 50px;
  left: 55px;
  top: 1px; }

.wholesale-box-list.two-futures table td li {
  height: 45px; }

.wholesale-box-list.two-futures table td li > div {
  padding-top: 12px; }

.detail-model-result .two-futures tbody li div {
  height: 47px;
  line-height: 47px; }

.two-futures-tr li {
  padding: 6px 0; }

.detail-model-bd table {
  table-layout: fixed; }

.wholesale-add-area {
  position: relative; }

.wholesale-add-area .placeholder {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 0;
  color: #999; }

.wholesale-add-area .placeholder .hidden {
  visibility: hidden; }

.check-contents {
  position: relative;
  z-index: 1;
  background: transparent; }

.wholesale .wholesale-box-list table th .iPrice, .wholesale .wholesale-box-list table th .iTotal {
  width: 85px; }

.select-wholesale .wholesale-box-list table th .iPrice, .select-wholesale .wholesale-box-list table th .iTotal {
  width: 90px; }

.wholesale .wholesale-box-list table .iTotal {
  width: 80px; }

.select-wholesale .wholesale-box-list table .iTotal {
  width: 93px; }

#batchTitle .iTotal {
  width: 99px; }

#modelQueryResult_div .iMarket {
  display: block; }

#modelQueryResult_div .tit-iPreferential {
  width: 65px; }

#modelQueryResult_div .search-model-box .tit-iPreferential {
  width: 100px; }

#modelQueryResult_div .listPreferential {
  width: 59px;
  text-align: right; }

#modelQueryResult_div .search-model-box .listPreferential {
  width: 100px;
  text-align: right; }

/** 新选型页面 20170603 **/
.search_arrow, .search_drop a.search_strong i, .attrs_multiple i, .attrs_more i, .attrs_values li a i, .attrs_values td a i {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.search_arrow {
  background: url("../images/select_model.png") no-repeat; }

.search_path_box {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e5e5e5; }

#searchPathBox .search_path {
  padding: 5px 0; }

#searchPathBox .clear_all {
  top: 10px; }

.search_path {
  height: 30px;
  margin-right: 180px;
  position: relative;
  line-height: 30px;
  width: 1190px;
  margin: 0 auto; }

.search_path li {
  float: left;
  padding-right: 9px; }

.search_path a {
  color: #666; }

.search_path a:hover {
  color: #054a99; }

.search_path a.search_strong:hover .search-hd-close {
  display: block; }

.search_path a.search_strong:hover .search-hd-list {
  display: none; }

.search_path a.search_strong .search-hd-close {
  right: 1px;
  top: 0;
  border-radius: 0;
  display: none;
  z-index: 111;
  color: #054a99; }

.search_path .search_strong {
  display: inline-block;
  overflow: hidden;
  max-width: 136px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.search_arrow {
  margin-left: 3px;
  margin-top: -2px;
  width: 5px;
  height: 9px;
  text-indent: -99999px;
  background-position: -18px -7px; }

.search_drop, .clear_all {
  border-radius: 2px;
  line-height: 19px;
  border: 1px solid #e5e5e5; }

.search_drop {
  position: relative;
  float: right;
  margin: 4px 0 0 9px; }

.search_drop a.search_strong i {
  position: absolute;
  right: 1px;
  top: 0;
  border-radius: 50%;
  cursor: pointer;
  line-height: 23px; }

.search_hd {
  padding: 0 20px 1px 7px;
  outline: 0;
  background-color: #fff; }

.search-bg-bd {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 30px;
  left: 0;
  margin-top: -1px;
  padding-top: 14px;
  padding-bottom: 5px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  width: 695px;
  background-color: rgba(0, 206, 209, 0.3); }

.search_bd {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 30px;
  left: 0;
  margin-top: -1px;
  padding-top: 14px;
  padding-bottom: 5px;
  overflow: hidden;
  background-image: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  width: 695px; }

.search_bd.show {
  visibility: visible;
  z-index: 11; }

.search_bd ul {
  float: left;
  border-left: 1px dashed #d5d5d5;
  margin-left: -1px;
  margin-bottom: 15px;
  height: 132px; }

.search_bd li {
  float: none;
  padding-right: 20px;
  padding-left: 16px; }

.search_bd a {
  color: #fff;
  height: 22px;
  line-height: 22px;
  text-indent: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 102px;
  display: block;
  overflow: hidden; }

.search_bd a.search_disable {
  color: #9a9b9a;
  font-weight: 700;
  cursor: default; }

.search_multiple .search_bd li a {
  position: relative;
  padding-left: 18px; }

.search_multiple .search_bd td a {
  position: relative;
  padding-left: 18px; }

.search_multiple .search_bd li a i {
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 26px; }

.search_multiple .search_bd td a i {
  position: absolute;
  left: 0;
  font-size: 12px;
  line-height: 26px; }

.search_multiple .search_bd li a i:before {
  content: '\e620'; }

.search_multiple .search_bd td a i:before {
  content: '\e620'; }

.search_multiple .search_bd li.av_selected a i:before {
  content: '\e621'; }

.search_multiple .search_bd td.av_selected a i:before {
  content: '\e621'; }

.clear_all {
  position: absolute;
  top: 5px;
  right: 10px;
  display: inline-block;
  padding: 0 3px; }

.search_drop_hover {
  baoder-color: #054a99; }

.search_drop_hover i {
  background-position: -27px 0; }

.search_drop_hover .search_bd {
  display: block; }

#fix-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #cecece;
  background-color: #fff;
  box-shadow: 0 0 3px #bdbdbd;
  z-index: 999; }

#fix-bar .search_path {
  margin-top: 6px; }

.acReset {
  border-color: #054a99; }

.acReset a, .search_bd li.av_selected a {
  color: #054a99; }

.right-model-box table .iMarket, .right-model-box table .iPprice {
  text-align: right;
  margin: 0; }

.search_bd li.av_disable a {
  color: #9A9B9A;
  font-weight: 700;
  cursor: default; }

/* 选型修改细节 20170819 */
.search_path .search_hd {
  background: rgba(0, 206, 209, 0.1);
  color: #054a99;
  border: 1px solid #054a99; }

.search_path .search_hd:hover {
  color: #054a99; }

.search_drop a.search_strong i {
  background-position: -32px -16px; }

#searchPathBox .clear_all {
  background: #fff; }

/*.attrs_values li {width: 158px;}*/
/*.attrs_values table td {padding: 4px 10px; text-align: left;}*/
/*.attrs_values table td a {display: block; width: 140px;}*/
/*.spu-table {margin: -5px 0 10px;}*/
/*.spu-table td a {padding: 1px 20px 1px 4px;}*/
.attrs_key, .attrs_key a, .attrs_values li b {
  white-space: nowrap;
  text-overflow: ellipsis; }

.selector_attrs {
  background: #fff;
  margin-top: 10px; }

.attrs_wrap {
  background-color: #f3f3f3;
  border-width: 0 1px 1px;
  border-style: solid solid dotted;
  border-color: #e5e5e5 #e5e5e5 #D1CCC7; }

.attrs_wrap:first-child {
  border-top: 1px solid #e5e5e5; }

.attrs_wrap:last-child {
  border-bottom: 1px solid #e5e5e5; }

.attrs_key {
  float: left;
  padding: 7px 0 0;
  width: 10%;
  color: #666;
  text-indent: 13px; }

.attrs_values {
  position: relative;
  float: left;
  background-color: #fff;
  padding: 4px 0 0;
  overflow: hidden;
  width: 90%; }

.attrs_values ul {
  position: relative;
  margin-right: 105px;
  margin-left: 25px;
  overflow: hidden; }

.attrs_values li {
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 0 25px 10px 0; }

.attrs_values li a {
  position: relative;
  display: inline-block;
  padding: 1px 20px 1px 4px;
  line-height: 20px;
  height: 20px;
  white-space: inherit; }

.attrs_values td a {
  position: relative;
  display: inline-block;
  padding: 1px 20px 1px 4px;
  line-height: 20px;
  white-space: inherit; }

.attrs_values li.av_selected a {
  border: 1px solid #054a99;
  padding: 0 19px 0 3px;
  background-color: #fff;
  color: #054a99; }

.attrs_values td.av_selected a {
  border: 1px solid #054a99;
  padding: 0 19px 0 3px;
  background-color: #fff;
  color: #054a99; }

.attrs_values li.av_selected a:hover {
  background-color: rgba(0, 206, 209, 0.3); }

.attrs_values td.av_selected a:hover {
  background-color: #faf4f4; }

.attrs_values li a i {
  position: absolute;
  display: inline-block;
  background-position: -13px -16px;
  font-size: 1px;
  height: 13px;
  width: 13px;
  right: 3px;
  top: 4px;
  visibility: hidden; }

.attrs_values td a i {
  position: absolute;
  display: inline-block;
  background-position: -13px -16px;
  font-size: 1px;
  height: 13px;
  width: 13px;
  right: 3px;
  top: 4px;
  visibility: hidden; }

.attrs_values li.av_selected i {
  visibility: visible; }

.attrs_values td.av_selected i {
  visibility: visible; }

.attrs_ext {
  position: absolute;
  right: 0;
  top: 2px;
  width: 105px;
  z-index: 1; }

.attrs_multiple, .attrs_more {
  float: left;
  border: 1px solid #e5e5e5;
  color: #666;
  cursor: pointer;
  line-height: 16px;
  margin: 5px 0 5px 5px;
  padding-left: 3px;
  position: relative;
  width: 40px; }

.attrs_more {
  visibility: hidden; }

.attrs_multiple i, .attrs_more i {
  font-size: 12px;
  margin-left: 2px; }

.attrs_more i {
  background-position: -64px 0px; }

.attrs_values.av_collapse {
  height: 25px; }

.attrs_values.av_expand ul {
  max-height: 160px;
  overflow-y: auto;
  height: auto; }

.attrs_values.av_expand .attrs_more i {
  background-position: -53px 0; }

.attrs_btns {
  padding-bottom: 5px;
  text-align: center;
  clear: both; }

.attrs_category li a {
  padding: 1px 4px; }

.attrs_category li.select a {
  color: #054a99;
  border: 1px solid #054a99;
  padding: 0 3px; }

.attrs_category li.select a:hover {
  background-color: #ffeeee; }

.select-model-wrap {
  margin-top: 10px;
  padding-bottom: 25px;
  min-height: 500px; }

#modelQueryResult_div {
  min-height: 463px; }

.select-model-left {
  width: 260px; }

.left-model-box .title, .select-model-right .title {
  line-height: 34px;
  position: relative;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  padding: 0 10px; }

.left-model-box {
  width: 258px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background-color: #fff; }

.left-model-box .title {
  border-width: 1px 0; }

.left-model-box .bd {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  min-height: 463px; }

.left-model-box dl {
  width: 258px;
  border-top: 0;
  background-color: #fff;
  padding-bottom: 10px; }

.left-model-box dt {
  line-height: 28px;
  position: relative;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5; }

.left-model-box dd {
  padding: 0 10px;
  clear: both;
  overflow: hidden; }

.left-model-box dd .list-mod {
  padding-top: 10px; }

.left-model-box dd label {
  width: 119px;
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.fix_model_nav {
  position: fixed;
  _position: absolute;
  top: 49px;
  _top: expression(documentElement.scrollTop+49);
  z-index: 298; }

#modelQueryResult_div table {
  table-layout: fixed; }

.iMarket-wrapper {
  text-align: right;
  padding-right: 10px; }

#modelQueryResult_div .iMarket-wrapper {
  text-align: right;
  padding-right: 5px; }

#modelQueryResult_div .ui_media .ui_pic {
  margin-right: 5px; }

.price-sort {
  display: inline-block;
  border-right: 1px #e5e5e5 solid;
  cursor: pointer;
  padding: 0 20px 0 10px;
  position: relative; }

.price-sort.up b {
  color: #054a99; }

.price-sort.down b {
  color: #054a99; }

.price-sort.up .add {
  border-bottom-color: #054a99;
  color: #054a99; }

.price-sort.down .minus {
  border-top-color: #054a99;
  color: #054a99; }

.price-sort b {
  font-weight: normal; }

.price-sort i {
  position: absolute;
  display: block;
  border: 4px #f3f3f3 solid; }

.price-sort:hover {
  color: #054a99; }

.price-sort .add {
  right: 8px;
  top: 8px;
  border-bottom-color: #888; }

.price-sort .minus {
  right: 8px;
  bottom: 7px;
  border-top-color: #888; }

/* 详情页 选型 */
.detail-model-filtrate {
  float: left;
  width: 256px; }

.detail-model-hd {
  margin-bottom: 0;
  padding: 5px 10px;
  line-height: 24px;
  border: 1px #e5e5e5 solid;
  border-bottom: none;
  background: #f3f3f3; }

.detail-model-hd .tit {
  float: left;
  line-height: 24px;
  font-weight: bold;
  color: #666; }

.detail-model-result {
  float: left;
  width: 924px;
  margin-left: 10px;
  overflow: hidden; }

.detail-model-bd {
  border: 1px #e5e5e5 solid;
  background: #fff; }

.detail-filtrate-scroll dt {
  width: 234px;
  padding: 0 10px;
  line-height: 40px;
  color: #666;
  cursor: pointer; }

.detail-filtrate-scroll input {
  vertical-align: text-bottom; }

.detail-filtrate-scroll dt:hover {
  color: #333; }

.detail-filtrate-scroll dt span {
  float: left; }

.detail-filtrate-scroll dd {
  width: 253px;
  padding-bottom: 10px; }

.detail-filtrate-scroll dt i {
  float: right; }

.detail-filtrate-scroll dd span {
  float: left;
  min-width: 50%; }

.detail-filtrate-scroll dd label {
  display: inline-block;
  padding: 7px 10px;
  color: #333; }

.detail-filtrate-scroll dl {
  border-bottom: 1px #e5e5e5 solid; }

.detail-model-result table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  background-color: #fff; }

.detail-model-result .detail-model-bd {
  border: none; }

.detail-model-result ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.detail-model-result thead li {
  float: left; }

.wholesale-box-list ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.wholesale-box-list thead li {
  float: left; }

.detail-model-bd {
  overflow: hidden; }

.detail-model-bd th {
  color: #333;
  background: #f9f9f9;
  border: 1px #e5e5e5 solid;
  padding: 5px 0;
  background-color: #f3f3f3;
  font-weight: normal;
  line-height: 24px; }

.detail-model-bd .ui_media {
  padding: 10px;
  padding-bottom: 6px;
  text-align: left; }

.detail-filtrate-scroll dl:nth-last-child(1) {
  border-bottom: none; }

.detail-model-bd .unit {
  vertical-align: 5px;
  margin-left: 3px; }

.detail-filtrate-scroll {
  width: 300px;
  max-height: 571px;
  overflow: hidden;
  overflow-y: auto; }

#page .gks_page {
  margin-top: 5px; }

#page .gks_page span, #page .gks_page a {
  margin-bottom: 0; }

.shop-model-result .ui_media {
  position: relative; }

.shop-model-result .ui-card-wrapper {
  position: absolute;
  top: -3px;
  right: 0; }

.detail-model-result tbody li div {
  float: left;
  line-height: 31px;
  height: 31px; }

.detail-model-result tbody li {
  border-bottom: 1px #e5e5e5 solid; }

.detail-model-result tbody li:nth-last-child(1) {
  border: none; }

.tit-price, .listPrice {
  position: relative; }

.detail-model-result .detail-model-bd .tit-price, .detail-model-result .detail-model-bd .listPrice {
  position: relative;
  width: 90px; }

.detail-model-bd .tit-price {
  text-align: center;
  padding: 0; }

.detail-model-bd .listPrice {
  text-align: right;
  padding-right: 5px; }

.listPrice .ui_price em {
  padding-right: 5px; }

.tit-future, .listFuture {
  position: relative;
  text-align: left;
  padding-left: 10px; }

.tit-num, .listNum {
  position: relative;
  width: 81px; }

.tit-price:before {
  content: '';
  width: 1px;
  height: 1999px;
  position: absolute;
  top: -20px;
  right: 0;
  background: #e5e5e5; }

.tit-future:before {
  content: '';
  width: 1px;
  height: 1999px;
  position: absolute;
  top: -20px;
  right: 0;
  background: #e5e5e5; }

.tit-num:before {
  content: '';
  width: 1px;
  height: 1999px;
  position: absolute;
  top: -20px;
  right: 0;
  background: #e5e5e5; }

.detail-model-bd .tit-future {
  text-align: center;
  padding: 0;
  width: 130px; }

.detail-model-bd .tit-iPreferential {
  width: 70px; }

.detail-model-bd .listPreferential {
  width: 67px;
  text-align: right; }

.wholesale-box-list .listPrice {
  width: 70px;
  padding-right: 10px; }

#modelQueryResult_div .wholesale-box-list .listPrice {
  width: 70px;
  padding-right: 5px;
  text-align: right; }

.detail-model-bd tbody .iMarket {
  text-align: right;
  padding-right: 5px; }

.detail-model-bd tbody .listFuture {
  text-align: left;
  padding-right: 0;
  padding-left: 5px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.shop-model-result .ui_text > a {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.shop-model-result .ui_text > .c999 {
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.shop-model-result .ui_text .product-name {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select-model-right {
  margin-left: 15px;
  width: 915px; }

.select-model-right .styles {
  overflow: hidden; }

.select-model-right .styles .icon {
  font-size: 20px; }

.select-model-right .styles a {
  padding: 11px 10px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 12px;
  height: 12px;
  display: block;
  float: left; }

.select-model-right .styles a:first-child {
  border-right: 0; }

.select-model-right .styles a.select {
  background-color: #fff;
  color: #054a99; }

.select-model-right .channel-sort .check-channel label input {
  margin-right: 3px; }

.items-list-show {
  display: none;
  background-color: #fff;
  color: #333333;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.items-list-show a {
  color: #333333;
  display: inline-block;
  padding: 5px 9px;
  line-height: 12px;
  margin: 5px 0; }

.items-list-show a.select {
  padding: 4px 8px;
  border: 1px solid #ff2626; }

.items-list-show .hd span {
  padding: 5px;
  font-size: 12px;
  margin-right: 20px;
  cursor: pointer; }

.items-list-show .hd span.actived {
  box-shadow: 0 0 1px 1px #054a99; }

.items-list-show .bd a {
  color: #999;
  padding: 5px;
  margin-right: 20px;
  cursor: pointer; }

.right-model-box ul.grid li {
  width: 214px;
  border: 1px solid #e7e7e7;
  margin-right: 15px;
  margin-top: 15px;
  float: left;
  position: relative;
  font-size: 12px;
  overflow: hidden;
  background-color: #fff; }

.right-model-box ul.grid li span.hd {
  width: 214px;
  height: 365px;
  position: relative;
  display: block; }

.right-model-box ul.grid li p {
  height: 24px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.right-model-box ul.grid li span.hd img {
  height: 150px;
  width: 150px; }

.right-model-box ul.grid li p, .right-model-box ul.grid .iAttr .ui_card em {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.right-model-box ul.grid li .bd {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 214px;
  border-top: 1px solid #e5e5e5; }

.right-model-box ul.grid li .bd a {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 105px;
  padding: 1px;
  text-align: center;
  background-color: #f7f7f7; }

.right-model-box ul.grid li .bd a:first-child {
  padding-right: 0;
  border-right: 1px solid #e5e5e5; }

.right-model-box ul.grid li:hover {
  border-color: #054a99; }

.right-model-box ul.grid li:hover .bd a {
  padding: 0;
  border: 1px solid #054a99;
  background-color: rgba(0, 206, 209, 0.3);
  color: #054a99; }

.right-model-box ul.grid li:hover .bd a:first-child {
  background-color: #054a99;
  color: #fff; }

.right-model-box table th {
  background-color: #f3f3f3;
  font-weight: normal; }

.right-model-box table div {
  height: auto; }

.right-model-box table div.ui_media {
  padding-bottom: 0;
  float: left; }

.right-model-box table div.ui_media .ui_text > a, .right-model-box table div.ui_media .ui_text p {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 18px;
  height: 18px; }

.right-model-box table .iFutures {
  padding-left: 0; }

.cart_batch {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden; }

.cart_batch div.fl {
  padding-left: 10px; }

.cart_batch .fr span, .cart_batch .fr a {
  display: block;
  line-height: 40px;
  vertical-align: middle;
  float: right; }

.cart_batch .fr a, .cart_batch .fr a span {
  width: 90px;
  text-align: center; }

.delivery_time, .item-hot a {
  position: relative;
  cursor: pointer; }

.delivery_time .select_box {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  min-width: 140px;
  z-index: 2;
  padding: 5px 0;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-top: 0;
  margin-left: -1px; }

.delivery_time .select_box label {
  display: block;
  line-height: 24px;
  cursor: pointer; }

.delivery_time:hover {
  background-color: #f8f8f8;
  margin: -1px;
  border: 1px solid #e5e5e5; }

.delivery_time:hover .select_box {
  display: block; }

.grid-count-box {
  position: relative; }

.grid-count-box .ui_card {
  position: absolute;
  right: 0;
  top: 0; }

.grid-count-box .ui_card i {
  vertical-align: inherit; }

.flyItem {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: red;
  visibility: hidden;
  position: absolute;
  top: 0; }

.flyItem img {
  width: 30px;
  height: 30px;
  border-radius: 30px; }

.select-model-right .item-hot .actived:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 0 1px #054a99; }

/* 搜索结果 20170609 */
.search_result .select-model-right {
  margin-left: 0;
  width: 1190px; }

.search_result .right-model-box ul.grid li, .search_result .right-model-box ul.grid li a.hd, .search_result .right-model-box ul.grid li .bd {
  width: 224px; }

.search_result .right-model-box ul.grid li .bd a {
  width: 110px; }

.search_result .ui_media {
  width: 380px; }

/* 侧边栏 */
.right-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  width: 36px;
  background: rgba(0, 0, 0, 0.6);
  transition: right .3s;
  -moz-transition: right .3s;
  /* Firefox 4 */
  -webkit-transition: right .3s;
  /* Safari 和 Chrome */
  -o-transition: right .3s;
  /* Opera */ }

.right-sidebar.actived {
  right: 300px; }

.sidebar-avatar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  margin-top: -200px;
  padding-bottom: 5px; }

.right-sidebar .sidebar-avatar a {
  display: block;
  height: 100%; }

.right-sidebar .sidebar-avatar a img {
  width: 30px;
  height: 30px;
  margin: 3px;
  border-radius: 30px; }

.right-sidebar-box {
  position: absolute;
  right: -430px;
  top: 0;
  width: 300px;
  height: 100%;
  background: #e1e1e1;
  visibility: hidden;
  opacity: 0.65;
  z-index: 1;
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -moz-transform: scale(0.9, 0.9);
  /* Firefox */
  -webkit-transform: scale(0.9, 0.9);
  /* Safari 和 Chrome */
  -o-transform: scale(0.9, 0.9);
  /* Opera */
  transition: all .4s;
  -moz-transition: all .4s;
  /* Firefox 4 */
  -webkit-transition: all .4s;
  /* Safari 和 Chrome */
  -o-transition: all .4s;
  /* Opera */ }

.right-sidebar-box.actived {
  right: -300px;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -moz-transform: scale(1, 1);
  /* Firefox */
  -webkit-transform: scale(1, 1);
  /* Safari 和 Chrome */
  -o-transform: scale(1, 1);
  /* Opera */ }

.layui-laypage .layui-laypage-total {
  background: none; }

.sidebar-avatar .cart-num {
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  position: relative; }

.sidebar-avatar .cart-num:hover {
  background: #054a99; }

.sidebar-avatar .cart-num:hover span {
  color: #fff; }

.sidebar-avatar .cart-num:hover i {
  color: #fff; }

.right-sidebar .sidebar-avatar .customer-service {
  background: #054a99; }

.sidebar-avatar .cart-num span {
  display: block;
  padding: 11px 11px;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

.sidebar-avatar .cart-num i {
  display: block;
  height: 22px;
  margin-left: -2px;
  font-size: 18px;
  text-align: center;
  color: #fff; }

.right-sidebar .sidebar-avatar .buy-list i {
  font-size: 21px;
  margin-left: -4px; }

.sidebar-avatar .shopCartNum i {
  font-size: 18px;
  margin-left: -3px; }

.right-sidebar-box-bg {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 300px;
  top: 0;
  right: -300px; }

.rsb-header {
  font-size: 14px;
  line-height: 32px;
  background: #e1e1e1; }

.rsb-header span {
  float: left;
  padding-left: 10px; }

.rsb-body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto; }

.rsb-header em {
  float: right;
  width: 32px;
  font-size: 12px;
  text-align: center;
  cursor: pointer; }

.rsb-body li {
  background: #fff;
  margin-bottom: 10px;
  list-style: none; }

.rsb-body h3 {
  display: block;
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px #e1e1e1 dashed; }

.rsb-body h3 i {
  border: 1px #054a99 solid;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 10px;
  color: #054a99; }

.sidebar-goods-list {
  position: relative;
  padding: 10px;
  zoom: 1; }

.sidebar-product-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer; }

.sidebar-goods-list:after {
  content: " ";
  display: block;
  width: 0;
  clear: both;
  height: 0;
  visibility: hidden; }

.sidebar-goods-list-img {
  float: left;
  width: 65px;
  height: 65px;
  margin-right: 5px;
  padding: 2px;
  border: 1px #e1e1e1 solid; }

.sidebar-goods-list-img img {
  width: 65px;
  height: 65px; }

.storage-sidebar .sidebar-goods-list-info {
  width: 180px; }

.sidebar-goods-list-info {
  font-size: 12px;
  float: left;
  width: 181px; }

.sidebar-goods-list-info p a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sidebar-goods-list-info > p > a {
  display: inline; }

.sidebar-goods-list-info div {
  font-size: 12px;
  line-height: 12px; }

.sidebar-goods-list-info .icon_min_bor {
  padding: 0 2px;
  font-size: 12px;
  line-height: 12px; }

.sidebar-goods-list-info div em {
  color: #054a99; }

.sidebar-goods-list-info .sidebar-goods-canal b {
  font-weight: normal;
  color: #999; }

.sidebar-goods-list-info .sidebar-goods-canal span {
  color: #888;
  line-height: 16px; }

.rsb-footer {
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e1e1e1;
  width: 100%;
  padding-top: 10px; }

.rsb-footer-price span {
  display: block; }

.rsb-footer-price {
  margin-left: 10px; }

.rsb-footer-price span b {
  font-weight: bold;
  color: #054a99; }

.rsb-footer a {
  float: right;
  margin-right: 10px;
  padding: 10px;
  background: #054a99;
  border-radius: 3px;
  color: #fff; }

.flyItem {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  visibility: hidden;
  position: absolute; }

.flyItem img {
  width: 30px;
  height: 30px;
  border-radius: 30px; }

.storage-sidebar ul {
  display: none; }

.storage-sidebar h4 {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 32px;
  display: block;
  cursor: pointer;
  color: #333;
  font-weight: normal; }

.storage-sidebar h4 i {
  position: absolute;
  font-size: 24px;
  right: 10px;
  top: 0;
  padding-left: 10px; }

.cart-sidebar-nonum {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -50px; }

.return-top {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 13px;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.return-top:hover {
  background: #054a99; }

.product-brand {
  border: 1px #054a99 solid;
  color: #054a99;
  padding: 0 2px;
  display: inline-block;
  margin-right: 2px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px; }

/* help center */
.help-center {
  background-color: #f5f5f5; }

.help-center .aside {
  margin-right: 10px; }

.help-center .aside .menu dd {
  margin: 5px 0 0 0;
  padding-left: 72px; }

.help-center .aside .menu dd a {
  font-size: 12px;
  line-height: 26px;
  color: #333; }

.help-center .aside .menu li dd .actived {
  color: #054a99; }

.help-center .logo {
  background-color: #054a99;
  padding: 15px 0;
  margin-bottom: 20px; }

.help-center .logo span {
  margin: 10px 0 0 10px;
  font-size: 24px;
  line-height: 23px;
  color: #fff;
  font-weight: normal; }

.help-center .white-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  margin: 21px 0 0 10px; }

.help-center .aside .buyers-help-title {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  background-color: #054a99; }

.help-center .aside .menu li {
  margin-left: 0;
  padding-bottom: 1px;
  margin-bottom: 0;
  background-color: #fff;
  /*padding-left: 59px;*/ }

.help-center .aside .menu li .menu-header {
  display: inline-block;
  width: 138px;
  background-color: #eaeaea;
  padding-left: 72px;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-weight: normal;
  font-size: 14px; }

.help-center .aside .menu {
  padding-top: 0;
  background: #f2f2f2; }

.help-center .aside {
  width: 210px; }

.help-center .aside .menu li > a {
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.help-center .aside .menu li dl {
  margin-top: 5px;
  margin-left: 15px; }

.help-center .main {
  float: right;
  width: 970px;
  padding-bottom: 50px;
  background-color: #fff; }

.help-center .main .crumbs {
  background-color: #f2f2f2;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-indent: 1em; }

.help-center .main .title h3 {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin: 15px 0; }

.help-center .main .title dd a {
  font-size: 14px; }

.help-center .main .title dd p {
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 20px 0;
  color: #666; }

.help-center .main .title dd img {
  display: block;
  max-width: 100%;
  border: 1px #ccc solid; }

.help-center .logo img {
  height: 52px;
  max-width: 262px; }

.help-center .main .main-header {
  height: 38px;
  line-height: 38px;
  background-color: #eaeaea;
  padding-left: 10px;
  border-bottom: 2px solid #054a99; }

.help-center .main .main-content i {
  font-style: italic; }

.help-center .main-content {
  padding: 20px; }

.help-center .main-content em {
  font-style: italic; }

.help-center .main-content img {
  max-width: 100% !important; }

.help-center h1, .help-center h2, .help-center h3, .help-center h4, .help-center h5 {
  display: block; }

/*糾錯*/
.select-wholesale .layer {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.select-wholesale .modify {
  position: absolute;
  background-color: white;
  width: 520px;
  max-height: 410px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  left: 50%;
  margin-left: -338px;
  z-index: 10000;
  border: 1px solid #e5e5e5; }

.select-wholesale .cancel-btn {
  position: absolute;
  top: 5px;
  left: 488px;
  cursor: pointer;
  border-radius: 13px;
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  z-index: 1; }

.select-wholesale .modify .modify-text {
  border: 1px #054a99 solid;
  width: 490px;
  height: 26px;
  line-height: 28px;
  outline: none;
  margin-top: 10px;
  padding: 5px; }

.select-wholesale .modify .modify-content {
  border: 1px solid #054a99;
  border-top: none;
  width: 500px;
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 10px; }

.select-wholesale .modify .modify-content li {
  padding: 5px;
  cursor: pointer;
  text-align: left;
  overflow: hidden; }

.modify .modify-content .product-name {
  display: inline-block;
  margin-right: 50px;
  width: 390px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.select-wholesale .modify .modify-content .product-btn {
  float: right;
  width: 42px;
  height: 22px; }

.select-wholesale .modify .modify-content .content-list li .list-sure {
  display: inline-block;
  width: 42px;
  height: 22px;
  line-height: 22px;
  background-color: #054a99;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px; }

.select-wholesale .modify .modify-content .content-list li.on {
  background: #eee; }

.exportExcel {
  color: #054a99 !important; }

/* 直播 */
div.live-welfare {
  margin-bottom: 0; }

.old-live div.live-info {
  margin-bottom: 0; }

.ui_layout .brand-recommend .listBox .on img {
  border: 3px solid #054a99; }

.select-wholesale .wholesale-box-list table #batchTitle .iDel {
  margin-left: 40px; }

.select-wholesale .wholesale-box-list table #batchInfoList .iDel a {
  margin-left: 10px; }

.cashierDesk_box .pay-type span.selected {
  border-color: #054a99; }

.styles a {
  position: relative; }

.styles .iconfont {
  position: absolute; }

.styles .icon-grid {
  font-size: 28px;
  top: 3px;
  left: -3px; }

.styles .icon-list {
  font-size: 38px;
  top: 1px;
  left: -2px; }

body .layui-layer-btn .layui-layer-btn0 {
  border-color: #054a99;
  background-color: #054a99; }

.submit_order #submitOrder:hover {
  background-color: #054a99; }

.warn-color {
  color: #e45050 !important; }

.tips-color {
  color: #ff9999; }

body .layui-layer-title {
  font-weight: bold;
  font-size: 12px;
  padding: 0 80px 0 10px;
  border-bottom: 1px solid #ddd; }

body .layui-layer-page .layui-layer-btn, body .layui-layer-iframe .layui-layer-btn {
  padding-top: 0; }

body .layui-layer-btn {
  background-color: #F8F8F8;
  padding: 0 7px 5px 7px;
  border-top: 1px solid #ddd; }

body .layui-layer-btn .layui-layer-btn0, body .layui-layer-btn .layui-layer-btn1 {
  top: 0; }

body .layui-layer-rim {
  border: none; }

.channel-list .td-op .layui-btn-normal {
  background: #054a99; }

.container .service-type .layui-btn {
  background-color: #054a99; }

.search_strong #multiSearch {
  color: #054a99; }

.sort .price-sort.up, .sort .price-sort.up b {
  background-color: #054a99; }

.sort .sales-sort.up {
  background-color: #054a99; }

.select-model-right .inventory-sort.up {
  background-color: #054a99; }

.sort .inventory-sort.down:hover, .sort .sales-sort.down:hover {
  color: #054a99; }

.triangle-right-top-theme {
  position: relative;
  width: 0;
  height: 0;
  color: #fff;
  border: 12px red solid;
  border-left-color: #fff;
  border-bottom-color: #fff;
  font-size: 12px;
  right: 0;
  top: 0; }

.triangle-right-top-theme span {
  position: absolute;
  right: -11px;
  top: -13px; }

.triangle-right-top-gray {
  position: relative;
  width: 0px;
  height: 0px;
  color: #fff;
  border: 12px red solid;
  border-left-color: #fff;
  border-bottom-color: #fff;
  font-size: 12px;
  right: 0;
  top: 0; }

.triangle-right-top-gray span {
  position: absolute;
  right: -11px;
  top: -13px; }

.sidebar-avatar .cart-num.cart-btn-actived {
  background: #054a99; }

/*xiu*/
.search_bd_bg {
  visibility: hidden;
  position: absolute;
  top: 30px;
  height: 168px;
  width: 161px;
  background: #fff;
  z-index: -100; }

.search_bd_bg .search_bd {
  visibility: hidden;
  top: 0;
  background-color: rgba(0, 206, 209, 0.1);
  border-color: #054a99; }

.search_bd_bg.show, .search_bd.show {
  visibility: visible;
  z-index: 11; }

.search_bd_bg .search_bd li a {
  color: #054a99; }

.foot-banner a {
  cursor: default; }

.foot-banner img {
  width: 100%;
  max-height: 80px; }

.notice-detail .con img {
  max-width: 100%;
  margin: 0 auto;
  display: inherit; }

.recommendation-content-list .store-product-list {
  border-top: 2px solid #054a99 !important; }

.simple-header-layout .simple-header-search {
  border: 2px solid #054a99; }

.simple-header-layout .simple-header-search .btn {
  background: #054a99; }

.shopping-cart-store .shopping-cart-store-tab .active {
  color: #fff;
  background: #054a99;
  border-color: #054a99; }

.orderDetails .shopping-cart-store-tab .active {
  background: none;
  color: #054a99; }

.cart-footer-detail .to-accounts {
  background: #054a99; }

.shopping-cart-store-wrap .shopping-cart-store-item a:hover {
  color: #054a99 !important; }

.shopping-cart-store-wrap .shopping-cart-store-item .select-gift-btn:hover {
  color: #fff !important; }

.select-gift-wrap .select-gift-btn {
  color: #fff;
  background: #054a99; }

.select-gift-box .select-gift-title {
  background: #054a99; }

body .select-gift-box {
  border: 1px solid #054a99;
  box-shadow: 0 0 2px #054a99; }

.layui-layer-dialog .layui-layer-content {
  font-size: 12px; }

.delivery-address .address-alias-active {
  border: 2px solid #054a99; }

.address-alias-active .select_icon {
  color: #054a99; }

body .addOne {
  color: #054a99 !important; }

.header-nav-list {
  position: relative; }

.header-nav-list img {
  position: absolute;
  right: -1px;
  top: 4px;
  width: 20px; }

.address-box {
  position: relative;
  display: inline-block; }

.address-box-hd {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1000000; }

.address-box-bd {
  position: absolute;
  left: 0;
  top: 27px;
  padding: 8px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: none;
  z-index: 100000;
  width: 365px;
  line-height: 18px; }

.address-box-bd-tit {
  position: relative; }

.address-box-bd-tit span {
  float: left;
  margin-right: 8px;
  padding: 3px 8px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  cursor: pointer;
  background: #fff; }

.address-box-bd-tit .active {
  position: relative;
  z-index: 11;
  border: 2px solid #054a99;
  border-bottom: 0; }

.address-box-bd-con li {
  display: none; }

.address-box-bd-con .active {
  display: block; }

.address-box-bd-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #054a99;
  left: 0;
  top: 24px; }

.address-box-bd-con {
  margin-top: 8px; }

.address-box-bd-con span {
  float: left;
  padding: 3px 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  min-width: 36px; }

.address-box-bd-con span:hover {
  background: #054a99;
  color: #fff; }

.address-box-bd-con span.active {
  background: #054a99;
  color: #fff; }

.help-search .text {
  border: 2px solid #054a99; }

.help-search .button {
  background-color: #054a99; }

body .hot-opt .hot-li-active {
  background: #054a99; }

body .help-log i {
  color: #054a99; }

.top-location-box {
  position: relative;
  float: right;
  margin-left: 10px;
  display: inline-block;
  color: #666; }

.top-location-box .address-box-show {
  background: #fff; }

.top-location-box .address-box-hd {
  background: #f0f0f0;
  border: 1px #f0f0f0 solid !important;
  padding-left: 23px; }

.top-location-box .address-box-show .address-box-hd {
  background: #fff;
  border: 1px #fff solid !important; }

.top-location-box > .iconfont {
  position: absolute;
  margin-left: 10px;
  color: #666;
  left: -3px;
  z-index: 10000000;
  top: 0;
  font-size: 15px; }

.top-location-box .address-box-bd {
  left: -1px; }

.tag_top .top-left > a:nth-of-type(1) {
  margin-left: 0; }

.address-box-bd-con span {
  color: #888; }

div.layui-laypage a:hover {
  color: #054a99; }

body .all-brand-list .iconfont {
  color: #054a99; }

body .all-brand-list li.active {
  border-color: #054a99; }

body .all-init-list span:hover {
  border-color: #054a99; }

body .all-init-list .active {
  border-color: #054a99; }

#modelManage .add-btn {
  color: #054a99 !important;
  border: 1px #054a99 solid; }

body .price-manage-list .layui-table td span.text:hover {
  border-color: rgba(0, 206, 209, 0.5);
  box-shadow: 0 0 2px rgba(0, 206, 209, 0.5) inset; }

body .price-manage-list .layui-table td span.edit input.layui-input {
  box-shadow: 0 0 1px #054a99 inset;
  border: 1px #054a99 solid !important; }

body .b-news-left-hd .active, body .b-news-right-hd span {
  border-color: #054a99; }

body .item-brand-name {
  border-color: #054a99 !important;
  color: #054a99; }

body .all-choice .multiple-yes {
  background: #054a99; }

body .time-type-actived {
  border-color: #054a99 !important; }

body .times li i {
  color: #054a99 !important; }

body .all-choice .multiple-yes {
  border-color: #054a99; }

body .b-news-left-box h2 {
  color: #054a99; }

.slider-main-div .person-info .login {
  background-color: #054a99;
  border-color: #054a99; }

.slider-main-div .person-info .register {
  color: #054a99;
  border-color: #054a99; }

body .register-discount a {
  border: 1px solid #054a99;
  color: #054a99; }

.user-entrance li a:hover {
  color: #054a99; }

.user-entrance li a p:hover {
  color: #054a99; }

body .sort-active {
  background-color: #054a99; }

body .point-sort:hover {
  color: #054a99; }

body .details_box .detail-model-result .detail-model-bd .tit-price,
body .details_box .detail-model-result .detail-model-bd .listPrice {
  width: 100px; }

.details_box .tit-num, .details_box .listNum {
  width: 97px; }

.details_box .detail-model-result .tit-num-line .listNum {
  width: 92px; }

body .warehouse-fix-box > div:hover {
  border-color: #054a99;
  color: #054a99; }

body .warehouse-fix-box > div:hover .gks_icon {
  display: block;
  color: #054a99; }

body .warehouse-fix-box .active {
  border-color: #054a99;
  color: #054a99; }

body .slider-template-second .slider-right, body .slider-template-fourth .slider-advert-right {
  z-index: 10; }

body .slider-template-second, body .slider-template-fourth {
  z-index: 2; }

body .text-edit-warp .layui-input {
  line-height: 29px; }

.gks-border-color {
  border-color: #054a99 !important; }

.layui-form-checked[lay-skin=primary] i {
  border-color: #054a99 !important;
  background-color: #054a99 !important;
  color: #fff; }

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #054a99 !important; }

.layui-form-radio i:hover, .layui-form-radioed i {
  color: #054a99 !important; }

.img-back {
  display: none; }

.border span.active {
  border-color: #054a99 !important;
  color: #054a99 !important; }

.gks-border-text:hover {
  border: 1px solid #054a99 !important;
  box-shadow: 0 0 2px rgba(0, 206, 209, 0.87); }

/** 提示条样式Start **/
.gks-tips-wrap {
  padding: 10px 20px;
  margin: 10px 0px;
  line-height: 20px;
  color: #333; }

.gks-tips-default {
  background-color: #fff7db; }

.gks-tips-warn {
  background-color: #fcefee;
  color: #e4393c; }

.gks-tips-guide-green,
.gks-tips-guide01 {
  background-color: #edfcf1; }

.gks-tips-guide-blue {
  background-color: #e6f8ff; }

.gks-tips-guide-gray,
.gks-tips-guide02 {
  background-color: #f7f7f7;
  color: #666; }

.gks-tips-special-text {
  color: #b86e3f; }

.gks-tips-href-text {
  color: #0066cc;
  cursor: pointer; }

.gks-tips-href-text:hover {
  color: #405c85;
  text-decoration: none; }

.gks-tips-primary {
  background-color: #fff;
  border: 1px solid #efefef; }

/** 提示条样式End **/
#freightType span i {
  color: #054a99; }

.invoice:hover,
.header-wrap .shopping-cart-store-tab span:hover,
#freightType .chooseBlock:hover {
  color: #054a99;
  border: 1px #054a99 solid; }

.shopping-cart-wrapper .layui-btn {
  background: #054a99; }

.shopping-cart-wrapper .layui-btn:hover {
  background: rgba(0, 206, 209, 0.91); }

.wholesale.select-wholesale .wholesale-box .select-futures-list label {
  vertical-align: bottom; }

.wholesale.select-wholesale .wholesale-box .select-futures-list label i {
  vertical-align: middle; }

body .price-sort.down, .price-sort.down b {
  background-color: #054a99; }

.feedback-title {
  height: 58px;
  margin: 0 30px;
  line-height: 86px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px; }

/* ----------------------- 高级选型START ---------------- */
body .dq .nTabt .TabTitlea .active {
  border-top-color: #054a99;
  color: #054a99; }

body .dq .reset_option:hover {
  color: #054a99; }

body .dq .nTabc .TabTitles .active {
  border-top-color: #054a99;
  color: #054a99; }

body .dq .gkm_TabTitles .active {
  border-top-color: #054a99;
  color: #054a99; }

body .ac_results li:hover {
  color: #054a99; }

body .dq .ztree li a.curSelectedNode {
  background: rgba(0, 206, 209, 0.1); }

body .dq .ztree li a:not(.curSelectedNode):hover {
  color: #054a99 !important; }

body .dq .prod_pic .prod_pic_img .prod_pic_offShelf {
  background: rgba(0, 206, 209, 0.37); }

/* ----------------------- 高级选型END ---------------- */
.header-login-status-bar-wrap {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  background: #f0f0f0;
  box-shadow: 0 0 1px 0 #f0f0f0; }

body .right-nav-group-item:hover {
  background: #054a99; }

body .right-nav-group-item.active {
  background: #054a99; }

body .shop-cart-num b {
  color: #054a99; }

.gks-relative {
  position: relative; }

body .hot-search-recommend {
  height: auto;
  min-height: 30px; }
