/*Rounded Corners*/
/*Box Shadow*/
/*Transition*/
@font-face {
  font-family: 'PingFang SC Regular';
  src: url('./font/PingFang-SC-Regular.otf');
  src: url('./font/PingFang-SC-Regular.otf') format('woff'), url('./font/PingFang-SC-Regular.otf') format('truetype'), url('./font/PingFang-SC-Regular.otf') format('svg');
}
body,
header,
nav,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
body {
  font-size: 12px;
  font-weight: lighter;
  word-spacing: 3px;
  font-family: "PingFang SC Regular", "宋体", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
ol,
ul,
li {
  list-style: none;
  word-wrap: break-word;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  border: 1px solid #999;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
}
.clearFix::after {
  content: "";
  display: block;
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@font-face {
  font-family: 'lidebiao';
  src: url('./font/lidebiao.ttf');
  src: url('./font/lidebiao.ttf') format('woff'), url('./font/lidebiao.ttf') format('truetype'), url('./font/lidebiao.ttf') format('svg');
}
.ellipsis {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 1;
  /** 显示的行数 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.ellipsis2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  vertical-align: middle;
  margin-top: 0;
  background: #fff;
  border: #999 solid 1px;
  border-radius: 0;
  min-height: 12px;
  min-width: 12px;
  margin-right: 4px;
  position: relative;
  outline: none;
}
input[type=checkbox][disabled] {
  cursor: not-allowed;
}
input[type="checkbox"]:checked {
  /*background: #3190e8;*/
  background: #af0000;
}
input[type=checkbox]:checked::after {
  content: '';
  top: 1px;
  left: 1px;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 5px;
  width: 8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label {
  font-weight: 500;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
}
.header {
  /*background: #303E4B;*/
  background: #f1f0ee;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 40px;
  z-index: 999;
}
.header .nav {
  width: 1200px;
  margin: 0 auto;
}
.header .nav-left {
  float: left;
}
.header .nav-left li:first-child {
  padding-left: 0;
}
.header .nav-right {
  float: right;
}
.header .nav-right li:last-child {
  padding-right: 0;
}
.header li {
  padding: 0 12px;
  position: relative;
  float: left;
}
.header li a {
  /*color: #FFF;*/
  color: #a1a1a1;
}
.header li a .cart-nums{
  padding: 2px 6px;
  /*background: #CA161A;*/
  background: #e0201d;
  font-size: 10px;
  color: #FFF;
  border-radius: 4px;
  margin-left: 5px;
}
.header .line::after {
  content: '';
  position: absolute;
  width: 1px;
  /*background: #FFF;*/
  background: #a1a1a1;
  top: 14px;
  right: 0;
  bottom: 12px;
  opacity: 0.5;
}
.header .slogan {
  padding-left: 40px;
  font-family: 'lidebiao';
}
#header_search {
  position: fixed;
  top: -62px;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  z-index: 1000;
  transition: all 0.6s;
}
#header_search .block {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
#header_search .block a.search_icon {
  width: 345px;
}
#header_search .sign {
  /*width: 170px;
  height: 41px;*/
  width: 243px;
  height: 29px;
  margin-top: 6px;
}
#header_search .search-box {
  margin-right: 40px;
}
#header_search .inpu-box input {
  padding-left: 10px;
  width: 545px;
  height: 40px;
  line-height: 40px;
  color: #9B9B9B;
  box-sizing: border-box;
  /*border: 1px solid #0052A4;*/
  border: 1px solid #e0201d;
  font-size: 12px;
}
#header_search .inpu-box .search-btn {
  display: inline-block;
  width: 100px;
  box-sizing: border-box;
  line-height: 40px;
  /*background: #0052A4;*/
  background: #e0201d;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
#footer-id.fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#footer-id {
  /*background: #9ca8b4;*/
}
#footer-id .foot-con {
  margin: 0 auto;
  width: 1200px;
  padding: 33px 0 48px 0;
  border-top: 2px solid #e2e2e2;
}
#footer-id .foot-con .con-h{
  width: 1051px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;
}
#footer-id .foot-con .con-h li{
  width: 25%;
  text-align:center;
}
#footer-id .foot-con .con-h li img{
  max-width: 242px;
}
#footer-id .foot-con .con-f{
  width: 1051px;
  margin: 0 auto;
}
#footer-id .foot-con .con-left {
  width: 775px;
}
#footer-id .foot-con .con-left .con-left-h {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 29px;
  border-bottom: 1px solid #FFF;
}
#footer-id .foot-con .con-left .con-left-h a {
  color: #FFF;
}
#footer-id .foot-con .con-left .con-left-h img {
  vertical-align: middle;
  max-width: 100%;
}
/*#footer-id .foot-con .con-left .con-left-h .li-two {*/
/*  margin: 0 150px 0 183px;*/
/*}*/
#footer-id .foot-con .con-left .con-left-h li{
  width: 25%;
}
#footer-id .foot-con .con-left .con-left-f {
  color: #FFF;
  /*padding-top: 48px;*/
  padding: 30px 0 0 28px;
}
#footer-id .foot-con .con-left .con-left-f li {
  /*margin-left: 80px;*/
  width: 145px;
}
#footer-id .foot-con .con-left .con-left-f li .name {
  font-size: 16px;
  padding-bottom: 20px;
  color:black;
}
#footer-id .foot-con .con-left .con-left-f li a {
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 26px;
}
/*#footer-id .foot-con .con-left .con-left-f li:first-child {
  margin-left: 0;
}*/
#footer-id .foot-con .con-right {
  width: 276px;
  color: #FFF;
}
#footer-id .foot-con .con-right .ser-tel {
  padding: 15px 0 20px 0;
  font-size: 14px;
  color: #000;
}
#footer-id .foot-con .con-right .ser-tel img {
  width: 19px;
  height: 16px;
  vertical-align: middle;
}
#footer-id .foot-con .con-right ul li {
  margin-right: 40px;
}
#footer-id .foot-con .con-right ul li .wx-img img {
  width: 108px;
  height: 108px;
}
#footer-id .foot-con .con-right ul li .text {
  padding-top: 12px;
  color: #000;
}
#footer-id .foot-con .con-right ul li .text img {
  width: 20px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
#footer-id .foot-con .con-right ul li:last-child {
  margin-right: 0;
}

#footer-id .bottom-flinks {
  width:1051px;
  margin: 0 auto;
  padding-bottom:20px;
  line-height: 20px;
  color: #767676;
}
#footer-id .bottom-flinks .flinks-title {
  float: left;
  margin-right: 10px;
  color: black;
}
#footer-id .bottom-flinks .flinks-list {
  overflow: hidden;
}
#footer-id .bottom-flinks .flinks-list a {
  margin-right: 5px;
  margin-bottom: 5px;
  color: #000;
}
#footer-id .bottom-flinks .flinks-list a:hover{
  text-decoration:underline
}

#footer-id .bottom-copyright{
  /*color: #f5f5f5;*/
  color: #000;
  text-align: center;
}
#footer-id .bottom-info{
  text-align: center;width:800px;margin:0 auto; padding:20px 0;
}
#footer-id .bottom-record{
  display:inline-block;text-decoration:none;height:20px;line-height:20px;
}
#footer-id .bottom-record img{
  float:left;
}
#footer-id .bottom-record p{
  float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;
    color: black;
}
#footer-id .bottom-record p a{
  color:black;
}
#footer-id .bottom-record p a:hover{
  text-decoration: underline;
}

.fixed-left {
  position: fixed;
  left: 2px;
  top: 30%;
  margin: auto;
  width: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fixed-left ul {
  background: #FFF;
}
.fixed-left ul li {
  height: 46px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.fixed-left ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  color: #000;
  transition: all 0.2s;
}
.fixed-left ul li a:hover {
  color: #FFF;
  /*background: #0052A4;*/
  background: #e0201d;
}
.fixed-left ul li a.active {
  color: #FFF;
  /*background: #0052A4;*/
  background: #e0201d;
}
.fixed-left ul li:last-child {
  border: none;
}
.fixed-left .index-back-top {
  display: block;
  width: 43px;
  height: 30px;
  padding: 8px;
  box-sizing: border-box;
  background: #ddd;
  position: relative;
  cursor: pointer;
}
.fixed-left .index-back-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 25px;
  height: 16px;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  background: url(/themes/pc/jishengduo/statics/images/index-top.png) no-repeat;
  background-size: 100% 100%;
}
.fixed-left .index-back-bottom::before {
  background: url(/themes/pc/jishengduo/statics/images/index-bottom.png) no-repeat;
  background-size: 100% 100%;
}
.back-top {
  position: fixed;
  right: 0;
  margin-left: 555px;
  z-index: 99;
  top: 0;
  bottom: 0;
  /*border-right: 6px solid #0052A4;*/
  border-right: 6px solid #e0201d;
}
.back-top .back-top-ul {
  position: absolute;
  height: 240px;
  width: 40px;
  right: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.back-top li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  /*background: #0052A4;*/
  background: #e0201d;
  transition: all 0.3s;
  margin-bottom: 1px;
}
.back-top li .backShow {
  display: none;
}
.back-top li:hover {
  line-height: 13px;
  padding: 7px 3px;
  font-size: 12px;
  /*background: #0052A4;*/
  background: #e0201d;
}
.back-top li:hover a {
  color: #fff;
}
.back-top li .glyphicon {
  font-size: 20px;
  display: inline-block;
  margin-top: 10px;
  width: 18px;
  height: 16px;
}
.back-top li .glyphicon:before {
  content: '';
}
.back-top li .glyphicon-kefu {
  background: url(/themes/pc/jishengduo/statics/images/index-service.png) no-repeat;
  background-size: 100% 100%;
}
.back-top li .glyphicon-cart {
  background: url(/themes/pc/jishengduo/statics/images/index-cart.png) no-repeat;
  background-size: 100% 100%;
}
.back-top li .glyphicon-like {
  background: url(/themes/pc/jishengduo/statics/images/index-like.png) no-repeat;
  background-size: 100% 100%;
}
.back-top li .glyphicon-mem {
  background: url(/themes/pc/jishengduo/statics/images/index-mem.png) no-repeat;
  background-size: 100% 100%;
}
.back-top li .glyphicon-mes {
  background: url(/themes/pc/jishengduo/statics/images/index-mes.png) no-repeat;
  background-size: 100% 100%;
}
.back-top li .glyphicon-plane {
  background: url(/themes/pc/jishengduo/statics/images/index-top.png) no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 12px;
}
.back-top #the-top {
  margin-top: 40px;
}
.header-con {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  background: #FFF;
  z-index: 10;
}
.header-con .block {
  width: 1200px;
  margin: 0 auto;
  /*padding: 20px 0;*/
  position: relative;
}
.header-con .block >a{
  padding: 20px 0;
}
.header-con .sign {
  /*width: 260px;
  height: 68px;*/
  width: 243px;
  height: 29px;
  margin-top: 25px;
}
.header-con .search-box {
  margin-right: 40px;
  padding: 20px 0;
}
.header-con .inpu-box input {
  padding-left: 10px;
  width: 415px;
  height: 40px;
  line-height: 40px;
  color: #9B9B9B;
  box-sizing: border-box;
  /*border: 1px solid #0052A4;*/
  border: 1px solid #e0201d;
  font-size: 12px;
}
.header-con .inpu-box .search-btn {
  display: inline-block;
  width: 100px;
  box-sizing: border-box;
  line-height: 40px;
  /*background: #0052A4;*/
  background: #e0201d;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.header-con .hot-text {
  padding-top: 6px;
  color: #6E6E6E;
}
.header-con .hot-text .text-m {
  /*color: #CA161A;*/
  color: #e0201d;
}
.cart-box {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #232323;
  font-size: 14px;
  border: 1px solid #DBDBDB;
  padding: 0 15px;
}
.cart-box .cart-icon {
  width: 22px;
  height: 20px;
  vertical-align: middle;
}
.cart-box span{
  vertical-align: middle;
}
.cart-box .cart-nums {
  padding: 2px 6px;
  /*background: #CA161A;*/
  background: #e0201d;
  font-size: 10px;
  color: #FFF;
  border-radius: 4px;
}
.header-con .qrcode {
  position: absolute;
  top: 20px;
  right: 0;
  width: 80px;
  height: 80px;
}
.header-con .page-title {
  color: #231815;
  font-size: 24px;
  line-height: 68px;
  padding-left: 36px;
}
.companyLogo_box{
  width: 300px;
  height: 109px;
  line-height: 109px;
  text-align: right;
}
.companyLogo_box img{
  display: none;
}
.companyLogo_box img.big_company_logo{
  max-width: 240px;
  max-height: 70px;
}
.companyLogo_box img.app_code{
  width: 279px;
  height: 94px;
}
.header-list {
  width: 1200px;
  margin: 0 auto;
  /*border-bottom: 2px solid #0052A4;*/
  border-bottom: 2px solid #e0201d;
}
.header-list a {
  color: #232323;
}
.header-list .activity a{
  font-size: 16px;
  /*color: #0052a4;*/
  color: #e0201d;
  font-weight:bold;
}
.header-list .activity a img{
  height: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.header-list li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 48px;
  font-size: 14px;
}
.header-list .all-cat {
  width: 220px;
  height: 40px;
  /*background: #0052A4;*/
  background: #e0201d;
  color: #FFF;
  text-align: left;
  padding: 0;
}
.header-list .all-cat a{
  width: 220px;
  height: 40px;
  /*background: #0052A4;*/
  color: #FFF;
  text-align: left;
  padding: 0;
}
.header-list .all-cat img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 15px;
}
.crumbs {
  height: 54px;
  line-height: 54px;
}
.crumbs span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.crumbs span:before {
  content: '>';
  color: #F08300;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.crumbs a {
  color: #666666;
}
.crumbs span:first-child {
  padding-left: 0;
}
.crumbs span:first-child:before {
  display: none;
}
.crumbs span:last-child {
  color: #CA161A;
  font-weight: 600;
}
.crumbs span:last-child a {
  color: #CA161A;
}
.main-container {
  width: 1200px;
  margin: 0 auto;
  padding: 170px 0 100px 0;
}
.page-header h1 {
  font-size: 2rem;
}
.order-detail-html .container,
.order-detail-html .main-container {
  width: 990px!important;
}
.checkout-container .btn-list-edit button {
  visibility: hidden;
}
.checkout-container .btn-list-edit button.btn-list-more,
.checkout-container .btn-list-edit button.btn-list-less {
  visibility: visible;
}
.checkout-container .list-group-item {
  cursor: pointer;
}
.checkout-container .list-group-item i.glyphicon {
  visibility: hidden;
}
.checkout-container .list-group-item:hover {
  background-color: #efefef;
}
.checkout-container .list-group-item:hover .btn-list-edit button {
  visibility: visible;
}
.checkout-container .list-group-item:hover i.glyphicon {
  visibility: visible;
}
.checkout-container .list-group-item input {
  margin-right: 10px;
}
.checkout-container .list-group-item .glyphicon {
  margin-left: 10px;
}
.checkout-container .list-group-item.active {
  background-color: #d9edf7;
  color: #333;
  border-bottom: 1px #afd9ee solid;
  border-top: 1px #afd9ee solid;
}
.checkout-container .list-group-item.active:hover {
  background-color: #d9edf7;
}
.checkout-container .checkout-total {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.checkout-container .checkout-total .my-coupon .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #d9534f;
  font-size: 12px;
  font-weight: normal;
}
.checkout-container .order-total {
  font-size: 14px;
}
.checkout-container .order-total strong {
  font-size: 22px;
}
.checkout-container .checkout-maddr address {
  margin-bottom: 0;
}
.checkout-container .checkout-footer {
  padding: 20px;
}
.glist-container .goods-list .g-name {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.glist-container .gi-image-wrapper {
  height: 170px;
  padding: 10px 0;
}
.glist-container .gi-image-wrapper a {
  display: block;
  height: 170px;
}
.glist-container .gi-image-wrapper img {
  max-height: 100%;
  max-width: 100%;
}
.mini-cart .mc-item {
  padding: 5px 10px;
  border-bottom: 1px #efefef solid;
}
.mini-cart .mcc-bottom {
  padding: 5px 10px;
}
.cart-container .c-ci-title,
.cart-container .c-ci-price,
.cart-container .c-ch-price,
.cart-container .c-ci-amount,
.cart-container .c-ch-amount {
  padding: 0;
}
.cart-container .control-label {
  cursor: pointer;
  width: 100%;
  font-weight: normal;
}
.cart-container .row {
  margin: 0;
}
.cart-container .cart-header {
  line-height: 50px;
  background-color: #F7F7F7;
}
.cart-container .cart-header .control-label {
  margin-bottom: 0;
}
.cart-container .cart-body .cart-item {
  padding: 15px 0;
  border-top: 1px #efefef solid;
  border-bottom: 1px #e9e9e9 solid;
}
.cart-container .cart-body .cart-item.enabled {
  background: #fffeec;
}
.cart-container .cart-body h5 {
  margin: 0 0 5px;
  font-weight: normal;
}
.cart-container .cart-body .spec-info {
  font-size: 12px;
  color: #000;
}
.cart-container .cart-body a {
  color: #555;
}
.cart-container .cart-body .product-quantity {
  width: 85%;
}
.cart-container .cart-footer .c-cf-amount strong {
  font-size: 22px;
}
.passport-login-container .login-panel {
  width: 40%;
  margin-left: 60%;
}
.product-quantity input {
  text-align: center;
}
.input-group.region select.form-control {
  width: auto;
  display: inline-block;
}
.promotion-list {
  line-height: 25px;
  font-size: 14px;
}
.promotion-list .label,
.promotion-list .bg-label .btn {
  font-family: sans-serif;
  background: transparent;
  border: 1px #f30 solid;
  color: #f60;
  font-size: 11px;
  padding: 1px 2px;
  font-weight: normal;
  line-height: normal;
}
.promotion-list .bg-label .btn i {
  font-weight: normal;
}
.product-page .price strong {
  font-size: 2em;
}
.product-spec-options dt {
  padding: 5px;
}
.product-spec-options .ps-opt-sel li {
  position: relative;
  border: 1px #e9e9e9 solid;
  margin-bottom: 5px;
  padding: 0;
}
.product-spec-options .ps-opt-sel li a,
.product-spec-options .ps-opt-sel li span {
  display: block;
  padding: 5px 20px;
  border: 1px #fff solid;
}
.product-spec-options .ps-opt-sel li.current {
  background: #fffeec;
  color: #8a6d3b;
}
.product-spec-options .ps-opt-sel li.disabled {
  border-color: #ececec;
  border-style: dashed;
}
.product-spec-options .ps-opt-sel li.disabled a {
  color: #ececec;
  cursor: not-allowed;
}
.product-spec-options .ps-opt-sel li img {
  width: 45px;
  position: relative;
  left: -15px;
}
.product-spec-options .ps-opt-sel li .check {
  bottom: 4px;
  right: 4px;
  top: auto;
  position: absolute;
  line-height: normal;
  font-size: 12px;
  font-weight: normal;
}
.product-other-images {
  padding: 10px 0;
}
.product-other-images img {
  border: 1px #fff solid;
}
.product-other-images .current img {
  border-color: #f60;
}
.product-page-content {
  margin-top: 20px;
}
.my-main {
  margin: 20px 0 0;
}
.my-main .page-header {
  margin: 0 0 20px;
}
.my-main .page-header h1 {
  margin: 0;
}
.m-os-count {
  margin-bottom: 20px;
  margin-top: 10px;
}
.m-os-count .btn-block {
  border: 1px #e9e9e9 solid;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #fff;
  line-height: 50px;
}
.m-os-count .btn-block .moc-tip {
  background: #f60;
}
.m-os-count div.col-1 {
  margin-right: 0;
  padding-right: 0;
}
.m-os-count div.col-1 .btn-block {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-left: 1px #ccc solid;
}
.m-os-count div.col-2 {
  margin: 0;
  padding: 0;
}
.m-os-count div.col-3 {
  margin: 0;
  padding: 0;
}
.m-os-count div.col-4 {
  margin: 0;
  padding: 0;
}
.m-os-count div.col-5 {
  padding-left: 0;
  margin-left: 0;
}
.m-os-count div.col-5 .btn-block {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.my-orders-list {
  margin-top: 20px;
}
.my-orders-list table th {
  background: #ececec;
}
.my-orders-list table th ul {
  margin: 0;
  font-weight: normal;
}
.my-orders-list .mo-list-head {
  margin: 0 0 5px;
}
.my-orders-list .mo-list-head th {
  text-align: center;
}
.my-orders-list .mo-list-items th {
  background: #f3f3f3;
  border: none;
}
.my-orders-list .mo-list-items.status-dead {
  background: #ececec;
}
.my-orders-list .mo-handle .pagination {
  margin: 0;
}
.my-orders-list .mo-handle .pagination li {
  float: left;
}
.my-orders-list .mo-item {
  padding: 5px 0;
  border-bottom: 1px #efefef solid;
}
.my-orders-list .mo-item.last {
  border: none;
}
.order-process-bar .well {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}
.order-process-bar p {
  visibility: hidden;
}
.order-process-bar div.active .well {
  background: #f58b0f;
  border-color: #f60;
  color: #fff;
}
.order-process-bar div.active p {
  visibility: visible;
  text-align: center;
  color: #999;
}
.order-detail-container .dl-horizontal dt,
.order-detail-container .dl-horizontal dd {
  line-height: 25px;
}
.gfilter .breadcrumb {
  margin: 0;
}
.gfilter-list {
  margin: 0;
}
.gfilter-list dt {
  width: 120px;
  padding: 2px 4px;
}
.gfilter-list dd {
  margin-left: 150px;
}
.gfilter-list dd a {
  display: block;
  padding: 1px 3px;
  border: 1px #fff solid;
}
.gfilter-list dd a.active {
  color: #973123;
  border-color: #973123;
}
.layer-addCar{
  width: 378px;
  height: 180px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -189px;
  z-index: 9999;
  -moz-box-shadow:0px 0px 10px #ececec;
  -webkit-box-shadow:0px 0px 10px #ececec;
  box-shadow:0px 0px 10px #ececec;
  display: none;
}
.layer-addCar .head{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #eee;

}
.layer-addCar .head >img{
  width: 16px;
  float: right;
  margin-top:12px;
}
.layer-addCar .warn{
  text-align: center;
  line-height: 31px;
  margin: 25px 0;
}
.layer-addCar .warn img{
  width: 30px;
  height: 31px;
}
.layer-addCar .btn-box{
  text-align: center;
}
.layer-addCar .btn-box .btn{
  width: 110px;
}
.product-name-yushou {
  display: inline-block;
  font-size: 78%;
  padding: 1px 4px;
  color: #fff;
  margin-right: 4px;
  /*background-color: #0052A4;*/
  background-color: #af0000;
  vertical-align: middle;
  line-height: 1.2;
}
.tenxun-location {
  height: auto;
  width: 320px;
  padding-top: 9px;
  margin-bottom: 15px;
}
.tenxun-location .icon-location {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 11px;
  height: 14px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAACyklEQVRIiaWUO4gVSRSGyyeiiy9EVNBAFlkfCGaCimCkCIpBBys70NL1f6e7vWPgMIGRjeCAMBiqoIgm5ir4SMRAxJ1I0BVv5Ih7cVcNXFZnfIxzDayrd9q+41X/pOlT//+fOnWqjnMdIGktUAC3gYakt0Aj/BeS1nbSfgVghaQLwDjwAbgDnAMGw/dOiI9LupDn+fJJDbMs2wI8N7MRMxsAlnZIvNTMBsxsBHieZdmWSsM0TTcBbyTVJa3qpipJqyTVgTfA5qrMT4F6kiQLuzFsIUmShUA96L9UJukMMOq9X/09hi1471cDo5LOOOecy7JspZm9BwbL5KIopgN9wF/AKPAIONbb2zu3zAUGzex9lmUrHdAvabxWqy1rJ0VRNM3MLgNNSbeA48Cl0PX7WZYtaOfXarVlksaBfgfcAIYqMh8AmkB/Kb5T0hhwukIzBNxwwPDns5hIuCvpVtUZAieA13Ecz2qPh94Mu3BWRyuEI2Y2UGVqZr8DzSRJfi1pjgKjTtI/kk5WmDaAc1Wmkg6GF7eopDllZk8dcAWoV5ieDlX8VorPA55I+rNC80DSNWdm+0KHt7YT8jxfDrwAnnnvkyRJ1knaY2YPgXflF+S93wg0zSxxcRzPAv4GbpYze+/XA/fCLWiG5A1JOyp2eRX4t6enZ45zzjkzS4Nob5lcFMXUsIu93vttRVHMLHPMbHvQ900Qhjn5LE3TxWXRZMjz/Bdg2MzuRVE0MaGZrQFGgOvOuandmgJngTHv/cZKgpkRyjjcjaGknsA/8i3ieeCDme2ejJem6QbgNXAziqJpk5qG2zAE/J+m6YYqTp7nS4DHwOOue9ASSWoAK9rXgNnAkKRXnZJ2RJqm64CXku7HcTzfuU/jELgIjEna9V2GLXjvtwFvw3icEaZTE9j/Q4YtmNkfYXjcDYbHfsqwBUmHzOy/MM2mfIv/EUeQoFH3HcjxAAAAAElFTkSuQmCC) center no-repeat;
  background-size: 100% 100%;
}
.tenxun-location .right-arrow {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAA/klEQVQ4je2UoUpFQRRFx2SX9xEGQTAIBoOCwSCYbd6Zvc5FuBh8xWJRxGQx2Mx+gP6H+hEiIiKiqOE9LXNh4hnU9gYmrrX3YQ4TUkqrwDNw2XXddKg9wBHwne9VtSTGOAPc/EoCDCaSf5JIuv1TiaTriYQBcNdLzOy4VjAL3Bcvs+eG27adAx6K9PMQwpQLNrN5SY/F/GduGFgws6ei9qm7doxxMf9WffKJGzazJeClmPnQDaeUloHXAj5ww03TrABvRe39mtprwHuRPHTDktaBj5w6lrRbk7wBfObksaQdNwxsAl8ZHkmSG87p/ZKMzGy7Cs6Ci7wsW9VwCOEHuYAR9h3G0M8AAAAASUVORK5CYII=) center no-repeat;
  background-size: 100% 100%;
}
.pagination{
  float: right;
}