<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font: 12px/1.5 "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
img {
  border: 0 none;
}
a:link {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #d9271d;
  text-decoration: none;
}
a:active {
  color: #666;
  text-decoration: none;
}
.button {
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #d9271d;
  color: #d9271d;
  border-radius: 5px;
  line-height: 27px;
  height: 29px;
}
.button.button-fill {
  color: #fff;
  background: #d9271d;
  border-color: transparent;
}
.button.button-small {
  height: 26px;
  line-height: 22px;
  border-width: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.button.text-button {
  border-color: transparent !important;
}
.button.button-round {
  border-radius: 29px;
}
.button.color-orange {
  border-color: #f60;
  color: #f60;
}
.button.color-red {
  border-color: #d9271d;
  color: #d9271d;
}
.button.color-gray {
  border-color: #ccc;
  color: #999;
}
.button.color-white {
  border-color: #fff;
  color: #fff;
}
.button.color-black {
  border-color: #000;
  color: #000
}
.button.color-white.button-fill {
  background: #fff;
  border-color: transparent;
}
/*page-heading*/
.page-heading {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-heading iframe {
  vertical-align: middle;
}
/*page-footer*/
.page-footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
.page-footer iframe {
  vertical-align: middle;
}
/*heading-wrap*/
.heading-wrap {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  min-width: 1000px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1900;
}
/*search*/
.heading-wrap .search {
  position: relative;
  padding: 10px 25px 0 0;
}
.heading-wrap .search .navbar-form {
  display: block;
  width: auto;
  padding: 0;
  margin-top: 0;
}
.heading-wrap .search .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
}
.heading-wrap .search .input-group {
  display: flex;
  width: 100%;
  vertical-align: middle;
  position: relative;
  border-collapse: separate;
}
.heading-wrap .search .input-group .input-group-addon {
  width: auto;
  display: table-cell;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
}
.heading-wrap .search .input-group input {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.heading-wrap .search .navbar-form .input-group-addon #soButton {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0 4px 4px 0;
  background-image: none;
  border: 1px solid transparent;
  border-color: #485059 #2c3137 #363c43 #485059;
  background-color: #5B626A;
  outline: none;
  color: #fff;
}
.heading-wrap .search .dropdown {
  position: relative;
}
.heading-wrap .search .dropdown.open .dropdown-menu {
  display: block;
}
.heading-wrap .search .dropdown.open .icon-down:before {
  content: "\e631";
}
.heading-wrap .search .dropdown #soType {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  min-width: 84px;
  height: 34px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
  border: 1px solid #cdcdcd;
  border-top-color: #bdbdbd;
  background-color: #fff;
  background-image: url(../img/site-tmp.png);
  background-repeat: repeat-x;
  background-position: 0 -532px;
  box-shadow: none;
  outline: none;
}
.heading-wrap .search .dropdown #soType .iconfont {
  color: #aaa;
  font-size: inherit;
}
.heading-wrap .search .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  float: left;
  min-width: 84px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  z-index: 1000;
}
.heading-wrap .search .dropdown .dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.heading-wrap .search .dropdown .dropdown-menu &gt; li &gt; a:focus, .heading-wrap .search .dropdown .dropdown-menu &gt; li &gt; a:hover {
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5
}
/*heading-nav*/
.heading-nav {
  position: relative;
  width: 100%;
}
.heading-nav .nav-left {
  position: relative;
  display: inline-block;
  width: auto;
  height: 45px;
  float: left;
}
.heading-nav .nav-center {
  width: auto;
  height: 45px;
  margin-left: 190px;
  white-space: nowrap;
}
.heading-nav .site-logo {
  width: 190px;
  padding: 10px 25px 0;
  height: 45px;
}
.heading-nav .site-logo a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.heading-nav .site-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  max-width: 100%;
  max-height: 100%;
}
/*heading-menu*/
.heading-menu {
  position: relative;
  height: 55px;
  padding-top: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: url(../img/site-tmp.png);
  background-repeat: repeat-x;
  background-position: 0 -725px;
  background-size: 350px;
}
.heading-menu .menu-nav {
  position: relative;
  display: inline-block;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  margin: 3px 15px 3px 0;
  white-space: nowrap;
  float: left;
  color: #000;
  border: 1px solid transparent;
  cursor: pointer;
}
.heading-menu .menu-nav:hover {
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-radius: 0\9;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, .5);
}
.heading-menu .menu-nav .label {
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  font-weight: 400;
  float: left;
  clear: both;
}
.heading-menu .menu-nav .text {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  font-weight: 700;
  padding: 0 10px 5px;
  float: left;
  clear: both;
}
.heading-menu .menu-nav .text .iconfont {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.heading-menu .menu-left {
  position: relative;
  width: auto;
  height: 50px;
  display: inline-block;
  float: left;
}
.heading-menu .menu-left .menu-left-inner {
  width: 190px;
  padding: 0 15px;
  float: left;
}
.heading-menu .menu-left .menu-left-inner .menu-nav {
  padding: 0;
}
.heading-menu .menu-right {
  position: relative;
  top: 0;
  float: right;
  width: auto;
  height: 50px;
  display: inline-block;
}
.heading-menu .menu-right .menu-right-inner {
  float: left;
}
.heading-menu .menu-right .menu-right-inner .menu-nav.cart-nav .cart-num {
  left: 23px;
  top: 9px;
  font-size: 16px;
  width: 20px;
  color: #e47911;
  font-weight: 700;
  font-family: "Amazon Ember", Arial, sans-serif;
  position: absolute;
  line-height: 16px;
  text-align: center;
}
.heading-menu .menu-right .menu-right-inner .menu-nav.cart-nav .text {
  margin-left: 42px;
}
.heading-menu .menu-right .menu-right-inner .menu-nav.cart-nav .cart-icon {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 11px;
  width: 38px;
  height: 26px;
  background-image: url(../img/site-tmp.png);
  background-position: 0 1000px;
  background-repeat: repeat-x;
  background-position: -10px -340px;
  background-size: 350px;
}
.heading-menu .menu-center {
  width: auto;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
.heading-menu .menu-center .menu-center-inner {
  margin: 28px 0;
  line-height: 14px;
  overflow: hidden;
}
.heading-menu .menu-center a {
  padding: 0 10px;
  margin-bottom: 8px;
  white-space: nowrap;
  font-size: 13px;
  color: #05a;
  float: left;
}
.heading-menu .menu-center a:first-child {
  padding-left: 0;
}
.heading-menu .menu-center a:hover {
  color: #e47911;
  text-decoration: underline;
}
/*heading-panel*/
.panel-wrap {
  position: absolute;
  display: none;
  overflow: visible !important;
  background: #fff;
  border: 1px solid #bbb;
  padding: 14px;
  margin: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13);
  -ms-user-select: none;
  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
  font-size: 13px;
  font-family: "Amazon Ember", Arial, sans-serif;
  line-height: normal;
}
.panel-wrap .panel-wrap-arrow {
  position: absolute;
  top: -9px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: 9px solid transparent;
  border-top-width: 0;
  border-bottom: 9px solid #ccc;
}
.panel-wrap .panel-wrap-arrow .panel-wrap-arrow-inner {
  position: absolute;
  top: 1px;
  left: -9px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border: 9px solid transparent;
  border-top-width: 0;
  border-bottom: 9px solid #fff;
}
/*site-menu*/
.site-menu {
  left: 15px;
  top: 96px;
  padding: 0;
  border-radius: 3px;
}
.site-menu .panel-wrap-arrow {
  left: 96px;
}
.site-menu .site-menu-label {
  float: left;
  width: 168px;
  padding: 14px 0 8px 0;
}
.site-menu .site-menu-label a {
  position: relative;
  display: flex;
  padding-bottom: 8px;
  margin: 0 8px 0 14px;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 16px;
  cursor: default;
}
.site-menu .site-menu-label a:hover, .site-menu .site-menu-label a.act {
  font-weight: bold;
  color: #000;
}
.site-menu .site-menu-label a:hover .iconfont, .site-menu .site-menu-label a.act .iconfont {
  color: inherit;
}
.site-menu .site-menu-label a span {
  flex: 1;
}
.site-menu .site-menu-label a .iconfont {
  color: #bdbdbd;
  font-size: 12px;
}
.site-menu .site-menu-content {
  position: relative;
  float: left;
  display: none;
  width: 546px;
  margin-left: 3px;
  border-left: 1px solid #eee;
  overflow: hidden;
  clear: none;
}
.site-menu .site-menu-content .menu-subclass {
  position: relative;
  display: none;
  padding: 15px 0;
  width: auto;
  height: 100%;
}
.site-menu .site-menu-content .menu-subclass .subclass-title {
  margin: 0 14px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 18px;
  color: #e47911;
}
.site-menu .site-menu-content .menu-subclass .subclass-item {
  position: relative;
  padding: 7px 0 0 0;
  margin: 0 14px;
  line-height: 17px;
}
.site-menu .site-menu-content .menu-subclass .label {
  left: 0;
  width: 96px;
  text-align: right;
  font-size: 13px;
  float: left;
}
.site-menu .site-menu-content .menu-subclass .label a {
  color: #e47911;
}
.site-menu .site-menu-content .menu-subclass .label a:hover {
  text-decoration: underline;
}
.site-menu .site-menu-content .menu-subclass .brand {
  margin: 0 0 0 100px;
}
.site-menu .site-menu-content .menu-subclass .brand a {
  display: inline-block;
  width: auto !important;
  padding: 0 9px 0 8px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Amazon Ember", Arial, sans-serif;
  line-height: 16px;
  border-left: 1px solid #CCC;
}
.site-menu .site-menu-content .menu-subclass .brand a:first-child {
  border: 0;
}
.site-menu .site-menu-content .menu-subclass .brand a:hover {
  text-decoration: underline;
}</pre></body></html>