/*Rounded Corners*/
/*Box Shadow*/
/*Transition*/
.w1200{
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  background: #F5F5F5;
}
header .navbar-right {
  margin-right: 0;
}
.cart-html .container,
.order-detail-html .container,
.checkout-html .container,
.cart-html .main-container,
.order-detail-html .main-container,
.checkout-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:hover {
  background-color: #d9edf7;
} */
.checkout-container .checkout-total {
  padding: 20px;
  margin: 0 0 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.checkout-container .checkout-total .my-coupon {
  width: 65%;
}
.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: 16px;
}
.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 img {
  max-height: 100%;
}
.mini-cart .mc-item {
  padding: 5px 10px;
  border-bottom: 1px #efefef solid;
}
.mini-cart .cart-icon{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom:5px;
}
.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 input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  -webkit-appearance:none;
  -moz-appearance: none;
  outline: none;
}
.cart-container input[type=checkbox]::before{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F6F6F6;
  border: 1px solid #666666;
  border-radius: 100%;
}
.cart-container input[type=checkbox]:checked::before{
  border: none;
  border-radius: 0;
  background: url(../images/cart-ckcircle.png) no-repeat;
  background-size: 100%;
}
.cart-container .control-label {
  cursor: pointer;
  width: 100%;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.cart-container .row {
  margin: 0;
}
.cart-container .cart-header {
  line-height: 58px;
  background-color: #fff;
  margin: 15px 0;
  text-align: center;
}
.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 h5 {
  margin: 0 0 5px;
  font-weight: normal;
}
.cart-container .cart-body .spec-info {
  font-size: 12px;
  color: #000;
}
.cart-container .cart-footer {
  padding: 15px 0;
  border: 1px #efefef solid;
  margin-bottom: 15px;
}
.cart-container .cart-footer .c-cf-amount strong {
  font-size: 22px;
}
.product-quantity input {
  text-align: center;
}
.input-group.region select.form-control {
  width: auto;
  display: inline-block;
}
.promotion-list {
  line-height: 25px;
  font-size: 12px;
}
.promotion-list .label,
.promotion-list .bg-label .btn {
  font-family: sans-serif;
  background: #F14E60;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  font-weight: normal;
  line-height: normal;
  margin-right: 6px;
}
.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;
  margin-top: 12px;
  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-page-content {
  margin-top: 20px;
}
.my-main .my-bar {
  padding: 0;
  width: 210px;
  margin-right: 30px;
  background: #F6F6F6;
  padding: 10px 0;
}
.my-main .my-page {
  width: 956px;
  padding: 0;
  background: #F5F5F5;
}
.my-menu {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.my-menu dt {
  color: #000;
  padding: 15px 38px 0;
}
.my-menu dt:first-child {
  padding: 15px 38px 10px;
}
.my-menu dt:first-child a {
  color: #000;
}
.my-menu dd li{
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
}
.my-menu dd a {
  color: #363636;
  font-size: 16px;
  padding: 0;
}
.my-menu dd a:hover,
.my-menu dd a:focus {
  background: transparent;
  outline: 0;
  color: #363636;
}
.m-os-count {
  margin: 18px 0;
  padding: 20px 32px 28px;
  background: #fff;
  border-radius: 5px;
}
.m-os-count .my-orders {
  float: left;
  font-size: 18px;
  color: #524f4e;
}
.m-os-count .all-orders {
  float: right;
  color: #7D7978;
  font-size: 14px;
}
.m-os-count .order-status {
  padding: 0 130px;
}
.m-os-count .order-link {
  position: relative;
  display: inline-block;
  text-align: center;
}
.m-os-count .order-link img {
  width: 40px;
}
.m-os-count .order-link .order-status-desc {
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  color: #524f4e;
}
.m-os-count .order-link .label {
  background: #e60012;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
}
.m-os-count .member-interest .col-xs-2 {
  width: 18.5%;
  padding: 0;
}
.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;
}
.profile {
  background: #fff;
  border-radius: 5px;
  padding: 50px 42px;
  box-sizing: border-box;
}
.profile .col-xs-2 {
  width: 12%;
  padding: 0;
}
.profile .avatar {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.profile .nick-name {
  font-size: 16px;
}
.profile .grade {
  padding: 10px 0;
}
.profile .vip-level {
  float: left;
  position: relative;
  font-size: 12px;
  margin: 0;
}
.profile .vip-level img {
  width: 42px;
}
.profile .level-text {
  font-size: 12px;
  color: #FF772C;
  position: absolute;
  left: 30px;
  top: 3px;
  font-weight: bold;
}
.profile .level-progress-bar {
  margin-top: 4px;
  float: left;
  margin-left: 6px;
  height: 10px;
  background: #D3D3D4;
  width: 140px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.profile .progress-bar {
  position: absolute;
  background: #FFCC00;
  height: 11px;
  left: 0;
  top: 0;
}
.profile .sign-in {
  background: #e60012;
  width: 64px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  padding: 4px 10px;
  box-sizing: border-box;
}
.profile .sign-in img {
  width: 16px;
  font-size: 0;
  margin-top: -2px;
}
.profile .col-tip {
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #524f4e;
  display: block;
}
.profile .col-tip .pop-num {
  color: #e60012;
  margin-bottom: 12px;
  text-align: center;
}
.breadcrumb > li + li:before {
  content: '>';
}
.nav-pills > li.active{
  background-color: #333743;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #333743;
  color: #fff;
}
/* 公共头部底部 */
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container {
  width: 100%;
  height: 80px;
  background: #F6F6F6;
}
header .container .navbar {
  width: 1200px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border: none;
  font-size: 12px;
  font-family: ArialMT;
  font-weight: normal;
  color: #71737C;
}
header .header-logo{
  text-align: center;
}
header .header-logo img{
  width: 200px;
  height: 44px;
}
header .header-right .right-main{
  width: 100%;
  text-align: right;
  display: inline-block;
}
header .header-right .login-btns{
  display: inline-block;
  text-align: right;
}
header .header-right .my-fav{
  display: inline-block;
  text-align: right;
}
header .header-right .my-bag{
  display: inline-block;
  text-align: right;
}
/* sm-header */
.nav-container{
  height: 100px;
  background-color: #fff;
  color: #71737C;
  border-bottom: 1px solid rgba(237, 237, 237, 0.56);
}
.nav-container .navbar {
  width: 1200px;
  height: 100px;
  font-size: 18px;
  margin: 0 auto;
}
.nav-container .navbar-nav-content {
  float: left;
  padding-top: 25px;
}
.nav-container .navbar-nav>li>a{
  color: #71737C;
}
.nav-container .nav-search{
  float: right;
}
.nav-container .nav-search input {
  width: 220px;
  height: 40px;
  background-color: #F6F6F6;
  outline: none;
  border: 1px solid #E4E4E4;
  margin-top: 30px;
  font-size: 12px;
  font-family: FZLTZHJW;
  font-weight: normal;
  color: #727171;
  text-indent: 15px;
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: 185px center;
  background-size: 15px;
}
.nav-container .nav-search .search-box{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  font-family: ArialMT;
  z-index: 99;
}
.search-main{
  display: -webkit-flex;
  display: flex;
}
.search-box .recently-searches{
  width: 250px;
  padding-left: 12px;
  padding-right: 20px;
}
.search-box .popular-searches{
  width: 200px;
  height: 100%;
  padding: 20px 25px;
  border-left: 1px solid #F5F5F5;
}
.search-box .sbox-title{
  position: relative;
  font-size: 16px;
  color: #363636;
  line-height: 36px;
  
}
.search-box .sbox-title .s-del{
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 14px;
  margin-top: -7px;
  background-image: url('../images/s-del.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 14px;
}
.search-box ul{
  margin: 0;
  padding: 0;
}
.recently-searches .rec-list li{
  position: relative;
  height: 36px;
  line-height: 36px;
  color: #9297A3;
  font-size: 13px;
  border-top: 1px solid #CCCCCC;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recently-searches .rec-list li .s-close{
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 11px;
  margin-top: -5px;
  background-image: url('../images/s-close.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 11px;
}
.popular-searches .pop-list .pop-cell{
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
  padding: 5px 15px;
  background: rgba(155, 139, 118, 0.2);
  border-radius: 13px;
  font-size: 13px;
  font-family: ArialMT;
  color: #9B8B76;
}
header .dropdown-toggle {
  margin-top: 19px;
}
.navbar-inverse .navbar-nav>li>a {
  margin-top: 20px;
  color: #313131;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
  color: #313131;
}
.footer {
  padding: 70px 0;
  color: #231815;
}
.footer .help {
}
.footer .col-links{
  width: 20%;
}
.footer .col-links dt {
  padding-bottom: 10px;
  font-size: 18px;
  font-family: Arial-BoldMT, Arial;
  font-weight: bold;
  line-height: 20px;
  color: #333743;
}
.footer .col-links dd {
  padding-top: 22px;
  font-size: 15px;
  font-family: ArialMT;
  color: #71737C;
  line-height: 21px;

}
.footer .col-links dd a {
  color: #71737C;
}
.footer .col-links.col-links-last{
  width: 40%;
}
.footer .col-links.col-links-last .tips{
  line-height: 33px;
}
.footer .col-links.col-links-last .enter-email{
  margin-top: 15px;
  width: 251px;
  height: 55px;
  line-height: 55px;
  border-radius: 100px;
  color: #383838;
  font-size: 16px;
  padding-left: 30px;
  border: 1px solid #C69776;
  position: relative;
  display: flex;
}
.footer .col-links.col-links-last .enter-email input{  
	background:none;  
	outline:none;  
	border:none;
}
.footer .col-links.col-links-last .enter-email::before{
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #C69776;
  border-right: 1px solid #C69776;
  transform: rotate(45deg);
}
.footicp {
  color: #9D9D9D !important;
}
.footicp a {
  color: #9D9D9D;
}
.footer .btn-kufu {
  /*background-color: #e60012;
  color: #fff!important;
  font-size: 18px;*/
  margin-top: 15px;
}
.nav-bar {
  position: fixed;
  right: 35px;
  top: 60%;
  z-index: 1000;
}
.nav-bar li {
  width: 56px;
  text-align: center;
  margin-bottom: 16px;
}
.nav-bar li a {
  display: inline-block;
  width: 24px;
  height: 26px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right;
}
.nav-bar li .go-qq {
  height: 27px;
  background-image: url(../images/index_qq.png);
}
.nav-bar li .go-cart {
  height: 24px;
  background-image: url(../images/index_cart.png);
}
.nav-bar li .go-member {
  height: 25px;
  background-image: url(../images/index_member.png);
}
.nav-bar li .go-top {
  height: 40px;
  background-image: url(../images/index_top.png);
}
.nav-bar .navline {
  width: 56px;
  height: 1px;
  border-top: 1px solid #3F3A39;
}
.list-gift-item img{
  display: none;
}
.cart-count{
  position: absolute;
  right: -8px;
  top: 8px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 16px;
  font-size: 12px;
  color: #fff;
  background: #ff0137;
  font-style: normal;
}
.navbar-inverse .navbar-nav>li>a {
  margin-top: 20px;
  color: #313131;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
  color: #313131;
}
.pagination{
  float: right;
  margin-right: 32px;
}
.pagination>li>a, .pagination>li>span{
  margin: 0 7px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #999999;
  border-color: #999999;
}