

.icons-add,
.icons-camera,
.icons-close,
.icons-collect,
.icons-edit,
.icons-hint,
.icons-jia,
.icons-jian,
.icons-lock,
.icons-order-bg,
.icons-paid,
.icons-person,
.icons-phone,
.icons-search,
.icons-search-ent,
.icons-sprite,
.icons-taobao,
.icons-ticker,
.icons-to-comment,
.icons-unpaid,
.icons-wait-receiving,
.icons-weibo,
.icons-weixin2 {
  background-image: url(../image/icons-s1a2074f1d5.png);
  background-repeat: no-repeat;
}

.icons-add,
.icons-camera,
.icons-close,
.icons-collect,
.icons-edit,
.icons-hint,
.icons-jia,
.icons-jian,
.icons-lock,
.icons-order-bg,
.icons-paid,
.icons-person,
.icons-phone,
.icons-search,
.icons-search-ent,
.icons-sprite,
.icons-taobao,
.icons-ticker,
.icons-to-comment,
.icons-unpaid,
.icons-wait-receiving,
.icons-weibo,
.icons-weixin2 {
  background-image: url(../image/icons-s1a2074f1d5.png);
  background-repeat: no-repeat;
  background-size: 790px 930px;
  display: inline-block;
}

.icons-add {
  background-position: 0 0;
  height: 16px;
  width: 16px;
}

.icons-camera {
  background-position: 0 2.86976%;
  height: 24px;
  width: 29px;
}

.icons-close {
  background-position: 0 6.59341%;
  height: 20px;
  width: 20px;
}

.icons-collect {
  background-position: 0 9.82533%;
  height: 14px;
  width: 14px;
}

.icons-edit {
  background-position: 0 12.52747%;
  height: 20px;
  width: 22px;
}

.icons-hint {
  background-position: 0 15.9292%;
  height: 26px;
  width: 29px;
}

.icons-jia {
  background-position: 0 19.78022%;
  height: 20px;
  width: 20px;
}

.icons-jian {
  background-position: 0 23.07692%;
  height: 20px;
  width: 20px;
}

.icons-lock {
  background-position: 0 27.11864%;
  height: 45px;
  width: 39px;
}

.icons-order-bg {
  background-position: 0 33.29571%;
  height: 44px;
  width: 790px;
}

.icons-paid {
  background-position: 0 39.25759%;
  height: 41px;
  width: 45px;
}

.icons-person {
  background-position: 0 45.04505%;
  height: 42px;
  width: 40px;
}

.icons-phone {
  background-position: 0 50.27809%;
  height: 31px;
  width: 23px;
}

.icons-search-ent {
  background-position: 0 54.5354%;
  height: 26px;
  width: 24px;
}

.icons-search {
  background-position: 0 58.77778%;
  height: 30px;
  width: 30px;
}

.icons-taobao {
  background-position: 0 64.43941%;
  height: 47px;
  width: 47px;
}

.icons-ticker {
  background-position: 0 69.09492%;
  height: 24px;
  width: 39px;
}

.icons-to-comment {
  background-position: 0 74.74519%;
  height: 47px;
  width: 53px;
}

.icons-unpaid {
  background-position: 0 80.65242%;
  height: 41px;
  width: 46px;
}

.icons-wait-receiving {
  background-position: 0 86.58399%;
  height: 43px;
  width: 54px;
}

.icons-weibo {
  background-position: 0 93.18956%;
  height: 49px;
  width: 48px;
}

.icons-weixin2 {
  background-position: 0 100%;
  height: 50px;
  width: 51px;
}

.self-modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.self-modal .self-modal-dialog {
  position: relative;
  top: 50%;
  background-color: #fff;
  width: 220px;
  margin: 0 auto;
  padding: 10px;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transfor: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.self-modal .error {
  color: red;
}

.self-modal .success {
  color: #62a809;
}

.self-modal .loading {
  width: 80px;
  height: 80px;
}

.self-modal .loading .loading-inner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: auto;
  top: 0;
}

.self-modal .loading .loading-inner .double-bounce1,
.self-modal .loading .loading-inner .double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #87c440;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.6;
}

.self-modal .loading .loading-inner .double-bounce1 {
  -moz-animation: bounce 2s infinite ease-in-out 0s;
  -webkit-animation: bounce 2s infinite ease-in-out 0s;
  animation: bounce 2s infinite ease-in-out 0s;
}

.self-modal .loading .loading-inner .double-bounce2 {
  -moz-animation: bounce2 2s infinite ease-in-out 0s;
  -webkit-animation: bounce2 2s infinite ease-in-out 0s;
  animation: bounce2 2s infinite ease-in-out 0s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce2 {
  0%,
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.self-modal .confirm {
  padding: 0;
}

.self-modal .confirm .content {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 4px 4px 0 0;
  width: 100%;
}

.self-modal .confirm .btn-controller {
  width: 100%;
}

.self-modal .confirm .btn-controller a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
}

.self-modal .confirm .btn-controller .no-only:first-child {
  border-radius: 0 0 0 4px;
  border-right: 1px solid #ddd;
}

.self-modal .confirm .btn-controller .no-only:last-child {
  border-radius: 0 0 4px 0;
}

.self-modal .confirm .btn-controller .sure {
  color: #87c440;
}

.self-modal .confirm .btn-controller .cancel {
  color: #999;
}

.self-modal .mutually {
  padding: 0;
}

.self-modal .mutually .hander {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 4px 4px 0 0;
}

.self-modal .mutually .inp-controller {
  padding: 0 10px 15px;
  background-color: #f3f3f3;
}

.self-modal .mutually .inp-controller input {
  outline: 0;
  width: 60%;
  border: 0;
  height: 30px;
  font-size: 14px;
  color: #333;
  border-radius: 20px;
  padding: 0 10px;
}

.self-modal .mutually .inp-controller .warning {
  border: solid 1px red;
}

.self-modal .mutually .btn-controller {
  width: 100%;
}

.self-modal .mutually .btn-controller a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.self-modal .mutually .btn-controller .no-only:first-child {
  border-radius: 0 0 0 4px;
  border-right: 1px solid #ddd;
}

.self-modal .mutually .btn-controller .no-only:last-child {
  border-radius: 0 0 4px 0;
}

.self-modal .mutually .btn-controller .sure {
  color: #87c440;
}

.self-modal .mutually .btn-controller .cancel {
  color: #999;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  font-family: '微软雅黑', PingFangSC-Regular, Helvetica, 'Droid Sans', Arial,
    sans-serif;
  background-color: #fff;
  color: #666;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #2034c9;
  cursor: pointer;
}

a:active,
a:focus {
  outline: 0;
}

input {
  outline: 0;
  color: #ccc;
  border-radius: 0;
}

input.form-control {
  height: 48px;
  line-height: 48px;
  border: 1px solid #eee;
}

input[type='radio'] {
  width: 18px;
  height: 18px;
  margin: 0;
  position: relative;
}

input[type='radio']:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 1px solid #62b331;
}

input[type='radio']:checked:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #62b331;
}

input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  position: relative;
}

input[type='checkbox']:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 4px;
  background-color: #62b331;
}

input[type='checkbox']:checked:after {
  content: '\2714';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
}

select {
  outline: 0;
}

select.form-control {
  border: 1px solid #62b331;
  border-radius: 10px;
}

button {
  outline: 0;
}

label {
  font-size: 14px;
  font-weight: 400;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.container {
  width: 1200px;
  padding: 0;
}

.alert {
  margin: 10px;
}

.alert h4 {
  font-size: 16px;
}

.alert p {
  font-size: 14px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.btn {
  padding: 0;
  display: inline-block;
}

.btn-default {
  width: 180px;
  height: 36px;
  line-height: 34px;
  background-color: #62b331;
  color: #fff;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
}

.btn-cancel {
  width: 180px;
  height: 36px;
  line-height: 34px;
  background-color: #d6d6d6;
  color: #999;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
}

.btn-link {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #8f9bfb;
  cursor: pointer;
}

.btn-link:active,
.btn-link:focus {
  outline: 0;
}

.btn-pay {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYjQ1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4OTgxZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0, #feb456),
    color-stop(100%, #f8981e)
  );
  background-image: -moz-linear-gradient(top, #feb456, #f8981e);
  background-image: -webkit-linear-gradient(top, #feb456, #f8981e);
  background-image: linear-gradient(to bottom, #feb456, #f8981e);
  color: #fff;
  border-radius: 0;
  width: 78px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.btn-pay:active,
.btn-pay:focus,
.btn-pay:hover {
  color: #fff;
}

header {
  height: 126px;
}

header .shortcut {
  width: 100%;
  line-height: 36px;
  color: #fff;
  background-color: #fff;
  border-bottom: solid 1px #eee;
}

header .shortcut .container {
  min-width: 1170px;
}

header .shortcut .container ul {
  display: inline-block;
  margin: 0;
}

header .shortcut .container ul:after {
  content: '';
  clear: both;
}

header .shortcut .container ul li {
  cursor: pointer;
}

header .shortcut .container ul li a {
  color: #333;
}

header .shortcut .container ul li.username {
  position: relative;
}

header .shortcut .container ul li.username .dropdown-menu {
  position: absolute;
  top: 30px;
  display: none;
}

header .shortcut .container ul.fr {
  float: right;
  margin-left: 30px;
}

header .shortcut .container ul.fr li {
  padding: 0 10px;
  position: relative;
  font-size: 12px;
  color: #333;
}

header .shortcut .container ul.order-menu li:after {
  content: '|';
  position: absolute;
  right: -2px;
}

header .shortcut .container ul.order-menu li:last-child:after {
  content: '';
}

header .header-body {
  text-align: left;
  height: 80px;
  line-height: 80px;
  position: relative;
}

header .header-body .logo {
  float: left;
}

header .header-body .search {
  float: right;
  width: 475px;
  position: relative;
}

header .header-body .search input {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e67822;
  /* border-radius: 35px; */
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
  outline: 0;
  color: #333;
}

header .header-body .search .btn-search {
  position: absolute;
  right: 1px;
  font-size: 17px;
  top: 24px;
  font-family: "微软雅黑";
  line-height: 36px;
  width: 120px;
  color: #fff;
  background: #e67822;
  text-align: center;
  /* border-radius: 0 10px 10px 0; */
  outline: 0;
  border: 0;
  vertical-align: middle;
  /* background-color: transparent; */
}

header .header-body .search .btn-search i {
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  top:0px;
}

header .header-body .search .search-keyword {
  position: absolute;
  top: 60px;
  background-color: #fff;
  width: 300px;
  z-index: 10;
}

header .header-body .search .search-keyword ul {
  list-style: none;
  padding: 15px;
}

header .header-body .search .search-keyword ul li {
  line-height: 30px;
}

header .header-body .search .search-keyword ul li a {
  font-size: 14px;
  color: #333;
}

header .header-body .shopping {
  float: right;
  margin: 22px 150px 0 20px;
  position: relative;
  text-align: center;
  border: 1px solid #e67822;
  height: 37px;
  width: 170px;
  line-height: 37px;
}

header .header-body .shopping a {
  color: #e67822;
  font-size: 14px;
}

header .header-body .shopping a:hover {
  text-decoration: none;
}

header .header-body .shopping i {
  font-size: 16px;
  top:0px;
  color: #e67822;
  margin-right: 6px;
  vertical-align: middle;
}

header .header-body .shopping .badge {
  position: relative;
  top: -8px;
  right: 0;
  color: #fff;
  background-color: #333;
  font-size: 12px;
  padding: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: 100;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

header .header-body .shopping .list {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #fff;
  color: #999;
  width: 400px;
  border: solid 1px #62b331;
  line-height: 30px;
  z-index: 999;
  display: none;
}

header .header-body .shopping .list .group {
  max-height: 400px;
  overflow-y: auto;
}

header .header-body .shopping .list .group .item {
  padding: 10px;
  font-size: 0;
  line-height: normal;
}

header .header-body .shopping .list .group .item .del,
header .header-body .shopping .list .group .item .info,
header .header-body .shopping .list .group .item .num-price {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

header .header-body .shopping .list .group .item .info {
  text-align: left;
  font-size: 0;
}

header .header-body .shopping .list .group .item .info a {
  display: block;
}

header .header-body .shopping .list .group .item .info .picture {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

header .header-body .shopping .list .group .item .info .picture img {
  max-width: 60px;
  max-height: 60px;
  overflow: auto;
}

header .header-body .shopping .list .group .item .info .name {
  width: 188px;
  font-size: 12px;
  color: #333;
  display: inline-block;
}

header .header-body .shopping .list .group .item .info .name .bottom {
  color: #999;
  margin-top: 5px;
}

header .header-body .shopping .list .group .item .info .name .bottom span {
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
}

header .header-body .shopping .list .group .item .num-price {
  width: 58px;
  margin-top: 20px;
}

header .header-body .shopping .list .group .item .del {
  width: 40px;
  margin-top: 15px;
}

header .header-body .shopping .list .foot {
  padding: 10px;
  line-height: 30px;
  border-top: solid 1px #eee;
  width: 100%;
  background-color: #f0f3ef;
}

header .header-body .shopping .list .foot span {
  font-size: 14px;
}

header .header-body .shopping .list .foot a {
  float: right;
  color: #fff;
}

header .header-body .shopping .list .non-product {
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

header .header-body .code {
  float: right;
  width: 80px;
  height: 80px;
}

header .header-body .code img {
  max-width: 80px;
  max-height: 80px;
}

header .header-body .original {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 999;
  display: none;
}

header .header-body .original img {
  max-width: 300px;
  max-height: 300px;
}

header .lock {
  position: fixed;
  top: -60px;
  left: 0;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  width: 100%;
  z-index: 1000000;
  -moz-box-shadow: 0 -2px 3px #ccc inset;
  -webkit-box-shadow: 0 -2px 3px #ccc inset;
  box-shadow: 0 -2px 3px #ccc inset;
}

header .lock .list-inline,
header .lock .logo,
header .lock .search {
  display: inline-block;
}

header .lock .logo img {
  height: 40px;
  padding-bottom: 5px;
}

header .lock .search {
  position: relative;
}

header .lock .search input {
  height: 35px;
  line-height: 35px;
  border: 1px solid #333;
  border-radius: 35px;
  padding: 0 10px;
  margin-left: 20px;
  width: 260px;
  font-size: 14px;
  outline: 0;
  color: #333;
}

header .lock .search .btn-search {
  position: absolute;
  right: 10px;
  top: 0;
  color: #333;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  outline: 0;
  border: 0;
  background: 0 0;
}

header .lock .search .search-keyword {
  position: absolute;
  background-color: #fff;
  width: 300px;
  top: 60px;
  z-index: 10;
}

header .lock .search .search-keyword ul {
  list-style: none;
  padding: 15px;
}

header .lock .search .search-keyword ul li {
  line-height: 30px;
}

header .lock .search .search-keyword ul li a {
  font-size: 14px;
  color: #333;
}

header .lock .list-inline {
  float: right;
  line-height: 50px;
  font-size: 14px;
}

header .lock .list-inline .username {
  position: relative;
}

header .lock .list-inline .username .dropdown-menu {
  position: absolute;
  top: 30px;
  display: none;
}

header .lock-show {
  top: 0;
  transition: top 0.5s;
}

.content-body {
  margin-top: 4px;
}

.content-body nav {
  min-width: 1200px;
  height: 40px;
  line-height: 40px;
  background: #eaeaea;
  font-size: 14px;
  margin-bottom: 10px;
}

.content-body nav .breadcrumb {
  padding: 0;
  margin: 0;
  width: 1200px;
  border-radius: 0;
  background-color: transparent;
  margin: 0 auto;
  /* background: #ccc; */
}

.content-body nav .breadcrumb li:before {
  content: '>';
  color: #333;
}

.content-body nav .breadcrumb li a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}

.content-body nav .breadcrumb li a:active,
.content-body nav .breadcrumb li a:focus {
  outline: 0;
}

.content-body nav .breadcrumb li:first-child:before {
  content: '';
}

.content-body .navbar {
  min-width: 1020px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #504f4f;
  margin-bottom: 0;
}

.content-body .navbar ul {
  padding: 0;
  border: 0;
}

.content-body .navbar ul li {
  width: 120px;
  line-height:60px;
  text-align: center;
  border: 0;
  position: relative;
}

.content-body .navbar ul li a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.content-body .navbar ul li a:active,
.content-body .navbar ul li a:focus {
  outline: 0;
}

.content-body .navbar ul li a:hover {
  color: #f8981e;
}

.content-body .navbar ul li.active {
  position: relative;
}

.content-body .navbar ul li.active a {
  color: #f8981e;
}

.content-body .navbar ul li .navbar-child {
  position: absolute;
  top: 60px;
  z-index: 998;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  display: none;
}

.content-body .navbar ul li .navbar-child li {
  border-bottom: dashed 1px #eee;
  height: 50px;
  line-height: 50px;
  width: 110px;
}

.content-body .navbar ul li .navbar-child li:last-child {
  border-bottom: 0;
}

.content-body .navbar ul li .navbar-child li a {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.content-body .navbar ul li.phone {
  font-size: 18px;
  width: 150px;
}

.breadcrumb {
  background: 0 0;
  margin-top: 50px;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
}

.wrapper {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}

.wrapper .menu-wrapper {
  -webkit-flex: 0 0 180px;
  flex: 0 0 180px;
}

.wrapper .menu-wrapper .group-wrapper {
  background: #fff;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
}

.wrapper .menu-wrapper .group-wrapper .group {
  padding: 20px 20px 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .menu-wrapper .group-wrapper .group h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.wrapper .menu-wrapper .group-wrapper .group .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper .menu-wrapper .group-wrapper .group .menu .menu-item {
  margin-top: 15px;
}

.wrapper .menu-wrapper .group-wrapper .group .menu .menu-item a {
  color: #999;
  font-size: 16px;
}

.wrapper .menu-wrapper .group-wrapper .group .menu .menu-item.active a {
  color: #f8981e;
  font-weight: 700;
}

.wrapper .content-wrapper {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 30px;
}

footer {
  background: #252527;
}

footer .footer-wrapper {
  width: 1020px;
  margin: auto;
  padding: 60px 50px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footer-wrapper .ll {
  display: -webkit-flex;
  display: flex;
}

footer .footer-wrapper .ll .logo-wrapper {
  -webkit-flex: 1;
  flex: 1;
  padding-top: 12px;
}

footer .footer-wrapper .ll .logo-wrapper .logo {
  width: 116px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer .footer-wrapper .ll .logo-wrapper .logo img {
  width: 100%;
}

footer .footer-wrapper .ll .logo-wrapper .info {
  margin-top: 15px;
}

footer .footer-wrapper .ll .logo-wrapper .info p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

footer .footer-wrapper .ll .logo-wrapper .info p.website {
  font-size: 16px;
}

footer .footer-wrapper .ll .link-wrapper {
  display: -webkit-flex;
  display: flex;
}

footer .footer-wrapper .ll .link-wrapper .group {
  width: 150px;
  border-left: solid 1px #999;
  padding-left: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footer-wrapper .ll .link-wrapper .group:first-child {
  border-left: 0;
}

footer .footer-wrapper .ll .link-wrapper .group .item {
  text-align: left;
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

footer .footer-wrapper .ll .link-wrapper .group .item a {
  color: #999;
  font-size: 14px;
}

footer .footer-wrapper .promotion {
  text-align: right;
  padding: 30px 40px 0 0;
}

footer .footer-wrapper .promotion i {
  margin-left: 15px;
  position: relative;
}

footer .footer-wrapper .promotion i .real-info {
  position: absolute;
  bottom: 50px;
  left: -60px;
  width: 168px;
  display: none;
}

footer .footer-wrapper .promotion i .real-info img {
  width: 168px;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  background: #fafafa;
}

.back-top {
  position: fixed;
  top: 85%;
  right: 40px;
  background: #252527;
  color: #fff;
  font-size: 50px;
  text-align: center;
  width: 65px;
  height: 70px;
  line-height: 80px;
}
.classify-menu{
    background:#fff;
    box-shadow:1px 1px 1px #ccc;
    overflow:hidden;
    position:absolute;
    color:#ccc;
    top:60px;
    width:200px;
}
.classify-menu li{
    border-bottom:1px dashed #ccc;
    height:30px;
    line-height:30px;
    padding:0 10px;
    width:200px !important;
    text-align:left !important;
}
.classify-menu li a{
    color:#666 !important;
    font-size:14px !important;
    font-weight:normal !important;
    display:inline !important;
    padding:0px 3px;
}

.navbar .list-inline{
    position:relative;
    overflow:visible;
}
#goods-classify .menu {
    width: 220px;
    background:#e77817;
    z-index:10000000000000000;
    display:none;
    height:440px; 
    position:absolute;
}

#goods-classify .menu_item {
    padding:5px 10px;
    width:auto;
    background-color: #e77817;
    border-bottom: 1px dashed #fff;
}

 #goods-classify .menu_item:last-child{
  border-bottom:0px;
}
#goods-classify .menu_item.current {
    background-color: #fff;
}

#goods-classify .menu_cont {
    position: absolute;
    background:#fff;
    /* height:440px; */
    box-shadow:1px 1px 1px #ccc;
    width: 736px;
    min-height: 470px;
    top: 0px;
    overflow: hidden;
    left: 220px;
    padding: 15px;
}

#goods-classify .class-content{overflow:hidden; font-size:14px;}
#goods-classify .class-content strong{line-height:20px;color:#e77817;width:110px; text-align:left;overflow:hidden;padding:10px; font-size:15px; float:left;}
#goods-classify .class-content a{
color: #7d7c7b;
    padding: 5px;
    display: inline-block;
    font-weight: normal;
    width:auto;
    font-size: 14px;
}
#goods-classify .class-child{
float: left;
    padding: 3px 0px;
    text-align: left;
    font-weight: normal;
    color: #333;
    line-height: 20px;
    width: calc(100% - 110px);
}
#goods-classify .menu_list{
    color:#fff;
}
#goods-classify .tit-class{
    margin-bottom:10px;
    background:#e77817; 
    color:#fff;
	line-height:50px;
    height:50px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
}
#goods-classify .menu_list h3{
    margin-top:0px;
    text-align:left;
    margin-bottom:0px;
}
#goods-classify .menu_list h3 a{
    font-size:16px !important;
    color:#fff;
}
#goods-classify .child-class{
    font-size:12px;
    line-height:20px;
    text-align:left;
}
#goods-classify .child-class a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display:inline;
}
#goods-classify .menu_item:hover a{
    color:#e77817 !important;
} 

#goods-classify{
	background:#d36200;
	width:140px;
}
