<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  outline: none; }

html, body,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC','Hiragino Sans GB','Microsoft Yahei',sans-serif; }

:focus {
  outline: 0 !important; }

.overflow-hidden {
  overflow: hidden; }

.form-control {
  border-radius: 0;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.btn {
  border-radius: 0;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266; }
  .btn:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff; }
  .btn:focus, .btn.focus, .btn.active, .btn:active, .btn.active:hover, .btn:active:hover, .btn.active:focus, .btn:active:focus {
    box-shadow: none;
    background: #ecf5ff;
    border-color: #3a8ee6;
    color: #3a8ee6; }
  .btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover {
    color: #c0c4cc;
    background-color: #fff;
    border-color: #ebeef5; }
  .btn.plain:hover, .btn.plain:focus, .btn.plain.focus, .btn.plain.active, .btn.plain:active, .btn.plain.active:hover, .btn.plain:active:hover, .btn.plain.active:focus, .btn.plain:active:focus {
    background: #fff;
    border-color: #409eff;
    color: #409eff; }

.btn-primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff; }
  .btn-primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff; }
  .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary:active, .btn-primary.active:hover, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary:active:focus {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff; }
  .btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff; }
  .btn-primary.plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff; }
    .btn-primary.plain:hover {
      background: #409eff;
      border-color: #409eff;
      color: #fff; }
    .btn-primary.plain:focus, .btn-primary.plain.focus, .btn-primary.plain.active, .btn-primary.plain:active, .btn-primary.plain.active:hover, .btn-primary.plain:active:hover, .btn-primary.plain.active:focus, .btn-primary.plain:active:focus {
      background: #3a8ee6;
      border-color: #3a8ee6;
      color: #fff; }
    .btn-primary.plain.disabled, .btn-primary.plain[disabled], .btn-primary.plain.disabled:hover, .btn-primary.plain[disabled]:hover {
      color: #8cc5ff;
      background-color: #ecf5ff;
      border-color: #d9ecff; }

.btn-success {
  color: #fff;
  background-color: #67c23a;
  border-color: #67c23a; }
  .btn-success:hover {
    background: #85ce61;
    -color: #85ce61;
    color: #fff; }
  .btn-success:focus, .btn-success.focus, .btn-success.active, .btn-success:active, .btn-success.active:hover, .btn-success:active:hover, .btn-success.active:focus, .btn-success:active:focus {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff; }
  .btn-success.disabled, .btn-success[disabled], .btn-success.disabled:hover, .btn-success[disabled]:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d; }
  .btn-success.plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0; }
    .btn-success.plain:hover {
      background: #67c23a;
      border-color: #67c23a;
      color: #fff; }
    .btn-success.plain:focus, .btn-success.plain.focus, .btn-success.plain.active, .btn-success.plain:active, .btn-success.plain.active:hover, .btn-success.plain:active:hover, .btn-success.plain.active:focus, .btn-success.plain:active:focus {
      background: #5daf34;
      border-color: #5daf34;
      color: #fff; }
    .btn-success.plain.disabled, .btn-success.plain[disabled], .btn-success.plain.disabled:hover, .btn-success.plain[disabled]:hover {
      color: #a4da89;
      background-color: #f0f9eb;
      border-color: #e1f3d8; }

.btn-danger {
  color: #fff;
  background: #f56c6c;
  border-color: #f56c6c; }
  .btn-danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff; }
  .btn-danger:focus, .btn-danger.focus, .btn-danger.active, .btn-danger:active, .btn-danger.active:hover, .btn-danger:active:hover, .btn-danger.active:focus, .btn-danger:active:focus {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff; }
  .btn-danger.disabled, .btn-danger[disabled], .btn-danger.disabled:hover, .btn-danger[disabled]:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6; }
  .btn-danger.plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4; }
    .btn-danger.plain:hover {
      background: #f56c6c;
      border-color: #f56c6c;
      color: #fff; }
    .btn-danger.plain:focus, .btn-danger.plain.focus, .btn-danger.plain.active, .btn-danger.plain:active, .btn-danger.plain.active:hover, .btn-danger.plain:active:hover, .btn-danger.plain.active:focus, .btn-danger.plain:active:focus {
      background: #dd6161;
      border-color: #dd6161;
      color: #fff; }
    .btn-danger.plain.disabled, .btn-danger.plain[disabled], .btn-danger.plain.disabled:hover, .btn-danger.plain[disabled]:hover {
      color: #f9a7a7;
      background-color: #fef0f0;
      border-color: #fde2e2; }

.btn-warning {
  color: #fff;
  background: #e6a23c;
  border-color: #e6a23c; }
  .btn-warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff; }
  .btn-warning:focus, .btn-warning.focus, .btn-warning.active, .btn-warning:active, .btn-warning.active:hover, .btn-warning:active:hover, .btn-warning.active:focus, .btn-warning:active:focus {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff; }
  .btn-warning.disabled, .btn-warning[disabled], .btn-warning.disabled:hover, .btn-warning[disabled]:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e; }
  .btn-warning.plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1; }
    .btn-warning.plain:hover {
      background: #e6a23c;
      border-color: #e6a23c;
      color: #fff; }
    .btn-warning.plain:focus, .btn-warning.plain.focus, .btn-warning.plain.active, .btn-warning.plain:active, .btn-warning.plain.active:hover, .btn-warning.plain:active:hover, .btn-warning.plain.active:focus, .btn-warning.plain:active:focus {
      background: #cf9236;
      border-color: #cf9236;
      color: #fff; }
    .btn-warning.plain.disabled, .btn-warning.plain[disabled], .btn-warning.plain.disabled:hover, .btn-warning.plain[disabled]:hover {
      color: #f0c78a;
      background-color: #fdf6ec;
      border-color: #faecd8; }

a {
  color: #666;
  text-decoration: none !important;
  transition: all .2s ease-in-out; }
  a:hover {
    color: #f30213; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.dropdown-menu {
  box-shadow: none;
  border: 0;
  float: none; }

.navbar-toggle {
  padding: 0;
  margin: 0 15px; }
  .navbar-toggle svg {
    display: block;
    width: 50px;
    height: 50px;
    transform: translate3d(0, 0, 0);
    margin: -5px; }
    .navbar-toggle svg path {
      fill: none;
      transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
      stroke-width: 40px;
      stroke-linecap: round;
      stroke: #606266; }
      .navbar-toggle svg path:nth-child(1), .navbar-toggle svg path:nth-child(3) {
        stroke-dashoffset: -650px;
        stroke-dasharray: 240px 950px; }
      .navbar-toggle svg path:nth-child(2) {
        stroke-dashoffset: -115px;
        stroke-dasharray: 1px 220px; }
  .navbar-toggle.collapsed svg path {
    stroke-dashoffset: 0px; }
    .navbar-toggle.collapsed svg path:nth-child(2) {
      stroke-dasharray: 240px 240px; }

.mb-4 {
  margin-bottom: 20px; }

.form-control-static {
  line-height: 20px; }

.label {
  font-weight: lighter; }

.label-primary {
  background: #409eff; }
  .label-primary.plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff; }

.label-success {
  background: #67c23a; }
  .label-success.plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0; }

.label-info {
  background: #909399; }
  .label-info.plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6; }

.label-warning {
  background: #e6a23c; }
  .label-warning.plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1; }

.label-danger {
  background: #f56c6c; }
  .label-danger.plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4; }

.breadcrumb {
  padding: 0;
  background: none;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 12px; }
  .breadcrumb &gt; li + li:before {
    font-family: FontAwesome;
    content: '\f105';
    padding: 0 10px; }
  .breadcrumb a {
    color: #666; }
    .breadcrumb a:hover {
      color: #f30213; }

.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
  display: none; }

.layui-form-checkbox,
.layui-form-checkbox *,
.layui-form-switch {
  display: inline-block;
  vertical-align: middle; }

.layui-form-checkbox,
.layui-form-checkbox[lay-skin=primary] {
  cursor: pointer;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  direction: rtl;
  padding-left: 0; }
  .layui-form-checkbox span,
  .layui-form-checkbox[lay-skin=primary] span {
    color: #606266;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px; }
  .layui-form-checkbox i,
  .layui-form-checkbox[lay-skin=primary] i {
    font-style: normal;
    width: 14px;
    height: 14px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    background: #fff;
    position: relative;
    transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46); }
    .layui-form-checkbox i:before,
    .layui-form-checkbox[lay-skin=primary] i:before {
      content: ''; }
    .layui-form-checkbox i:after,
    .layui-form-checkbox[lay-skin=primary] i:after {
      content: "";
      display: block;
      width: 4px;
      height: 8px;
      border: 1px solid #fff;
      border-left: 0;
      border-top: 0;
      position: absolute;
      left: 4px;
      top: 1px;
      transform: rotate(45deg) scaleY(0);
      transition: transform .15s ease-in .05s;
      transform-origin: center; }
  .layui-form-checkbox:hover i,
  .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #409eff; }

.layui-form-checked span,
.layui-form-checked[lay-skin=primary] span {
  color: #409eff; }
.layui-form-checked i,
.layui-form-checked[lay-skin=primary] i {
  background-color: #409eff;
  border-color: #409eff !important; }
  .layui-form-checked i:after,
  .layui-form-checked[lay-skin=primary] i:after {
    transform: rotate(45deg) scaleY(1); }

.layui-checkbox-disbaled {
  cursor: not-allowed; }
  .layui-checkbox-disbaled span {
    color: #606266; }
  .layui-checkbox-disbaled i {
    background-color: #edf2fc;
    border-color: #dcdfe6; }

.layui-form-radio,
.layui-form-radio * {
  display: inline-block;
  vertical-align: middle; }

.layui-form-radio {
  margin: 0;
  line-height: inherit; }
  .layui-form-radio i {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 0;
    margin: 0; }
    .layui-form-radio i:after {
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background-color: #fff;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(0);
      transition: transform .15s ease-in; }
    .layui-form-radio i ~ div {
      margin: 0 15px 0 10px; }

.layui-form-radioed i {
  border-color: #409eff;
  background: #409eff; }
  .layui-form-radioed i:after {
    transform: translate(-50%, -50%) scale(1); }
  .layui-form-radioed i ~ div {
    color: #409eff; }

@media (min-width: 768px) {
  .form-horizontal .layui-form-radio {
    margin-top: 7px; } }
.layui-edge {
  border: 0 !important;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-top: -8px !important;
  color: #c2c2c2; }
  .layui-edge:after {
    content: '\f107';
    font: normal normal normal 16px/1 FontAwesome; }
  .layui-edge.layui-table-sort-asc {
    top: 2px; }
    .layui-edge.layui-table-sort-asc:after {
      content: '\f0d8'; }
  .layui-edge.layui-table-sort-desc {
    bottom: 2px; }
    .layui-edge.layui-table-sort-desc:after {
      content: '\f0d7'; }

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc,
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
  color: #333; }

.layui-form-select dl dd.layui-this {
  color: #409eff;
  background: #ecf5ff; }
.layui-form-select dl dd:hover {
  color: #409eff;
  background: none; }

.layui-table-tips-c {
  padding: 0; }

.layui-layer-setwin .layui-layer-close2 {
  top: -5px !important;
  right: -5px !important; }

.layui-layer-imgbar {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 4px 0;
  height: auto !important; }

.layui-laypage a,
.layui-laypage span {
  height: 36px;
  line-height: 36px;
  margin-bottom: 0; }
.layui-laypage a:hover {
  color: #f30213; }
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #f30213;
  border-radius: 0; }

.layui-layer-loading .layui-layer-content {
  width: 40px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  background-position: center center !important;
  border-radius: 4px; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
html,
body {
  background: #fcfdff; }

#header {
  box-shadow: 0 2px 10px #edf2f8;
  background-color: #fff; }
  #header .top {
    background: #e3e4e5;
    color: #999;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 12px; }
    #header .top a:hover {
      color: #f30213; }
    #header .top a.danger {
      color: #f30213; }
    #header .top .spacer {
      width: 1px;
      height: 12px;
      padding: 0;
      background: #ccc;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      margin: -2px 8px 1px; }
  #header .navbar {
    margin-bottom: 0;
    border: 0; }
  #header .logo {
    display: block;
    line-height: 40px;
    padding: 5px 15px; }
    #header .logo img {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      margin-right: 10px; }
  #header .search .form-control {
    border-width: 2px;
    border-color: #f30213; }
  #header .search .btn {
    background: #f30213;
    color: #fff;
    border-color: #f30213; }
  #header .btn-cart {
    padding: 6px 20px 6px 15px; }
    #header .btn-cart i {
      position: relative; }
      #header .btn-cart i span {
        position: absolute;
        right: -8px;
        top: -8px;
        width: 16px;
        padding: 0;
        text-align: center;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
        font-weight: 400;
        color: #fff;
        background: #f30213; }
  #header #navbar {
    border-bottom: 2px solid #f30213;
    margin-top: 20px; }
    #header #navbar .categorys {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: relative; }
      #header #navbar .categorys &gt; a {
        display: block;
        background: #f30213;
        color: #fff;
        margin: 0 -15px; }
      #header #navbar .categorys &gt; ul {
        position: absolute;
        z-index: 10000;
        left: 0;
        top: 40px;
        background: #fff;
        box-shadow: -1px 3px 12px -1px rgba(0, 0, 0, 0.3);
        text-align: left;
        padding: 10px 0;
        display: none;
        width: 100%; }
        #header #navbar .categorys &gt; ul li:hover &gt; div {
          display: block; }
        #header #navbar .categorys &gt; ul li &gt; h3 {
          display: block;
          height: 40px;
          line-height: 40px;
          width: 100%;
          padding: 0 15px;
          font-weight: 400;
          font-size: 14px;
          position: relative;
          padding-right: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          #header #navbar .categorys &gt; ul li &gt; h3:hover {
            background: #e9e5e5; }
          #header #navbar .categorys &gt; ul li &gt; h3 i {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -6px;
            color: #999; }
          #header #navbar .categorys &gt; ul li &gt; h3 a {
            color: #666; }
            #header #navbar .categorys &gt; ul li &gt; h3 a:not(:first-child):before {
              content: '/'; }
            #header #navbar .categorys &gt; ul li &gt; h3 a:hover {
              color: #f30213; }
        #header #navbar .categorys &gt; ul li &gt; div {
          z-index: 1;
          background: #f7f7f7;
          padding: 20px;
          display: none;
          min-height: 100%; }
          #header #navbar .categorys &gt; ul li &gt; div dl {
            border-bottom: 1px solid #eee;
            padding: 5px 0;
            display: table;
            width: 100%; }
            #header #navbar .categorys &gt; ul li &gt; div dl:after {
              content: '';
              display: block;
              clear: both; }
          #header #navbar .categorys &gt; ul li &gt; div dt {
            line-height: 30px;
            display: table-cell;
            width: 150px;
            text-align: right;
            padding-right: 15px; }
            #header #navbar .categorys &gt; ul li &gt; div dt a {
              margin-right: 5px; }
          #header #navbar .categorys &gt; ul li &gt; div dd {
            display: table-cell; }
            #header #navbar .categorys &gt; ul li &gt; div dd a {
              line-height: 30px; }
              #header #navbar .categorys &gt; ul li &gt; div dd a:not(:last-child):after {
                content: '';
                display: inline-block;
                margin: 0 8px;
                width: 1px;
                height: 16px;
                background: #e0e0e0;
                vertical-align: middle; }

#home {
  background: #f5f5f5; }
  #home .banner {
    height: 500px; }
  #home .shelf .page-header a {
    color: #666; }
  #home .shelf .page-header h3 {
    font-size: 22px;
    font-weight: lighter;
    color: #333; }
  #home .shelf .list {
    text-align: center; }
    #home .shelf .list .row {
      margin: 0 -8px; }
      #home .shelf .list .row &gt; div {
        padding: 0 8px 16px; }
        #home .shelf .list .row &gt; div &gt; div {
          background: #fff;
          padding-bottom: 20px;
          transition: all .2s linear; }
          #home .shelf .list .row &gt; div &gt; div:hover {
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transform: translate3d(0, -2px, 0); }
    #home .shelf .list .thumbnail {
      display: block;
      border: 0;
      padding: 0;
      border-radius: 0;
      width: 100%;
      padding: 15px 30px;
      margin: 0; }
      #home .shelf .list .thumbnail &gt; div {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden; }
        #home .shelf .list .thumbnail &gt; div img {
          display: block;
          width: 100%; }
    #home .shelf .list .title {
      display: block;
      line-height: 25px;
      margin: 0 12px;
      font-size: 14px;
      text-overflow: ellipsis;
      color: #212121;
      overflow: hidden;
      white-space: nowrap; }
    #home .shelf .list .subtitle {
      height: 18px;
      margin: 0 12px 12px;
      font-size: 12px;
      text-overflow: ellipsis;
      color: #b0b0b0;
      overflow: hidden;
      white-space: nowrap; }
    #home .shelf .list .price {
      color: #e0353e;
      font-size: 16px;
      line-height: 25px; }
      #home .shelf .list .price small {
        font-size: 10px;
        margin-right: 5px; }
  #home .shelf .banner {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
    #home .shelf .banner img {
      display: block;
      width: 100%; }

.banner .swiper-pagination {
  bottom: 20px;
  width: 100%; }
  .banner .swiper-pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style: none;
    margin: 0;
    line-height: 10px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    padding: 8px 16px; }
    .banner .swiper-pagination ul li {
      margin: 0 8px;
      height: 6px;
      width: 6px;
      vertical-align: top;
      border: 1px solid transparent;
      background: #fff;
      transition: all 0.2s ease-in; }
      .banner .swiper-pagination ul li.swiper-pagination-bullet-active {
        background-color: transparent;
        box-shadow: 0 0 0 2px #fff; }
      .banner .swiper-pagination ul li span {
        display: none; }

.crumb-wrap {
  background: #f2f2f2;
  padding: 10px 0; }

.gallery {
  margin: 25px 0;
  width: 400px;
  max-width: 100%; }
  .gallery .swiper-container {
    width: 100%;
    height: 370px;
    max-height: calc(100vw - 30px);
    margin: 0 auto;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .gallery .swiper-container .swiper-wrapper {
      position: relative;
      -webkit-transition: transform, 0 ease;
      -moz-transition: transform, 0 ease;
      -o-transition: transform, 0 ease;
      -ms-transition: transform, 0 ease;
      transition: transform, 0 ease;
      -webkit-transform: translate3d(0px, 0, 0);
      -moz-transform: translate3d(0px, 0, 0);
      -o-transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0); }
      .gallery .swiper-container .swiper-wrapper .swiper-slide {
        float: left;
        display: inline; }
        .gallery .swiper-container .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: 100%;
          display: block; }
  .gallery .swiper-pagination {
    margin-top: 10px;
    width: 100%;
    position: relative; }
    .gallery .swiper-pagination .arrow {
      display: block;
      position: absolute;
      width: 20px;
      height: 62px;
      line-height: 62px;
      background: #ddd;
      color: #fff;
      z-index: 2;
      top: 50%;
      margin-top: -31px; }
      .gallery .swiper-pagination .arrow:hover {
        background-color: #b0b0b0; }
    .gallery .swiper-pagination .swiper-prev {
      left: 0; }
    .gallery .swiper-pagination .swiper-next {
      right: 0; }
    .gallery .swiper-pagination .swiper-pagination-list {
      z-index: 1;
      white-space: nowrap;
      width: 100%;
      height: 72px;
      padding: 5px 25px;
      overflow: hidden;
      position: relative;
      font-size: 0; }
      .gallery .swiper-pagination .swiper-pagination-list .swiper-pagination-switch {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 62px;
        height: 62px;
        margin: 0 4px;
        border: 3px solid #efefef;
        cursor: pointer;
        position: relative; }
        .gallery .swiper-pagination .swiper-pagination-list .swiper-pagination-switch img {
          width: 100%;
          height: 100%; }
      .gallery .swiper-pagination .swiper-pagination-list .swiper-active-switch {
        border-color: #f60; }
        .gallery .swiper-pagination .swiper-pagination-list .swiper-active-switch:before {
          content: '';
          display: block;
          position: absolute;
          top: -13px;
          left: 50%;
          margin-left: -5px;
          width: 0;
          height: 0;
          border: 5px solid transparent;
          border-bottom-color: #f60; }

#goods .category {
  margin-top: 15px; }
  #goods .category dl {
    border-bottom: 1px solid #ddd;
    background: #f3f3f3; }
  #goods .category dt {
    float: left;
    width: 100px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 12px;
    color: #666; }
  #goods .category dd {
    margin-left: 130px;
    background: #fff;
    padding-left: 10px; }
    #goods .category dd ul li {
      float: left;
      padding-right: 50px;
      line-height: 34px;
      font-size: 12px; }
      #goods .category dd ul li.active a {
        color: #e0353e;
        font-weight: 400; }
#goods .order-wrap .layui-tab {
  background: #fafafa;
  border-bottom: 2px solid #e0353e;
  padding: 0 15px; }
#goods .order-wrap .layui-tab-title li {
  position: relative;
  padding: 0 20px 0 0;
  min-width: auto;
  margin-right: 30px; }
  #goods .order-wrap .layui-tab-title li.layui-this {
    color: #e0353e; }
#goods .order-wrap .layui-tab-title li:before,
#goods .order-wrap .layui-tab-title li:after {
  content: '\f106';
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  text-align: center;
  height: 10px;
  line-height: 10px;
  border: 0;
  color: #ccc; }
#goods .order-wrap .layui-tab-title li:after {
  content: '\f107';
  left: auto;
  right: 0;
  top: auto;
  bottom: 10px; }
#goods .order-wrap .layui-tab-title li[lay-sort-order="asc"]:before {
  color: #e0353e; }
#goods .order-wrap .layui-tab-title li[lay-sort-order="desc"]:after {
  color: #e0353e; }
#goods .list {
  margin: 25px 0; }
  #goods .list .thumbnail {
    border: 0;
    background: #fff;
    border: 1px solid #fafafa;
    padding: 10px;
    border-radius: 0; }
    #goods .list .thumbnail:hover {
      border-color: #e9e9e9;
      box-shadow: 0 0 2px 2px #f8f8f8; }
    #goods .list .thumbnail .image {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden;
      background: #f0f0f0; }
      #goods .list .thumbnail .image img {
        width: 100%;
        display: block; }
    #goods .list .thumbnail .caption {
      padding: 0;
      margin-top: 15px; }
      #goods .list .thumbnail .caption h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 10px;
        height: 30px;
        overflow: hidden;
        color: #333; }
      #goods .list .thumbnail .caption .subtitle {
        font-size: 12px;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        color: #666;
        margin-bottom: 10px; }
      #goods .list .thumbnail .caption .price {
        line-height: 30px;
        font-size: 20px;
        color: #e6a23c;
        font-weight: 400; }
        #goods .list .thumbnail .caption .price small {
          font-size: 10px; }
          #goods .list .thumbnail .caption .price small.stock {
            color: #777; }
      #goods .list .thumbnail .caption .submit-bar {
        margin-top: 10px; }
        #goods .list .thumbnail .caption .submit-bar .input-stepper {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: middle;
          width: 80px;
          position: relative;
          padding-right: 20px;
          margin-right: 10px; }
          #goods .list .thumbnail .caption .submit-bar .input-stepper input {
            width: 100%; }
          #goods .list .thumbnail .caption .submit-bar .input-stepper .stepper-arrow {
            position: absolute;
            width: 16px;
            height: 16px;
            line-height: 14px;
            text-align: center;
            cursor: pointer;
            background: #f1f1f1;
            right: 0;
            top: 0;
            border: 1px solid #efefef;
            border-radius: 2px; }
          #goods .list .thumbnail .caption .submit-bar .input-stepper .down {
            top: auto;
            bottom: 0; }
          #goods .list .thumbnail .caption .submit-bar .input-stepper .disabled {
            background-color: #fff;
            border-color: #ebeef5;
            color: #c0c4cc;
            cursor: not-allowed; }
        #goods .list .thumbnail .caption .submit-bar .btn-cart {
          position: relative; }
          #goods .list .thumbnail .caption .submit-bar .btn-cart span {
            position: absolute;
            right: -8px;
            top: -8px;
            width: 16px;
            height: 16px;
            overflow: hidden;
            line-height: 16px;
            text-align: center;
            color: #fff;
            border-radius: 100%;
            background: #f30213; }
            #goods .list .thumbnail .caption .submit-bar .btn-cart span:empty {
              display: none; }
  #goods .list #pagination {
    margin: 50px 0 25px; }
#goods .info .page-header {
  margin-top: 25px; }
  #goods .info .page-header h3 {
    line-height: 40px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px; }
  #goods .info .page-header p {
    line-height: 20px;
    color: #666; }
#goods .info .price-wrap {
  padding: 15px; }
  #goods .info .price-wrap label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60px;
    font-weight: 400;
    font-size: 12px; }
  #goods .info .price-wrap b {
    font-size: 32px;
    font-weight: 400; }
#goods .info dl {
  padding: 15px;
  display: table; }
  #goods .info dl dt {
    display: table-cell;
    font-weight: 400;
    color: #333;
    width: 60px;
    font-size: 12px; }
  #goods .info dl dd {
    display: table-cell;
    color: #666; }
    #goods .info dl dd .label {
      margin: 0 5px; }
    #goods .info dl dd.spec a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border: 1px solid #ccc;
      background: #f7f7f7;
      padding: 4px 10px;
      color: #666;
      font-size: 12px;
      line-height: 30px;
      margin: 0 8px 8px 0; }
      #goods .info dl dd.spec a img {
        width: 30px;
        height: 30px;
        margin-right: 8px; }
      #goods .info dl dd.spec a.active {
        border-color: #f30213;
        color: #f30213; }
#goods .info .submit-bar {
  border-top: 1px dashed #eee;
  margin-top: 20px;
  padding: 20px 15px; }
  #goods .info .submit-bar .btn {
    padding: 12px 20px 13px;
    margin-right: 10px; }
  #goods .info .submit-bar .btn-cart {
    padding: 12px 0 13px; }
#goods .info .input-stepper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  vertical-align: middle;
  height: 47px;
  margin-right: 10px; }
  #goods .info .input-stepper .stepper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 19px; }
    #goods .info .input-stepper .stepper .stepper-arrow {
      position: absolute;
      right: 0;
      width: 20px;
      height: 24px;
      line-height: 23px;
      overflow: hidden;
      top: 0;
      border: 1px solid #ccc;
      background: #f1f1f1;
      text-align: center;
      cursor: pointer; }
    #goods .info .input-stepper .stepper .down {
      top: 23px; }
    #goods .info .input-stepper .stepper .disabled {
      color: #ccc;
      cursor: not-allowed; }
    #goods .info .input-stepper .stepper input {
      height: 100%;
      width: 100%;
      text-align: center; }
#goods .comment-list {
  margin: 0 -10px; }
  #goods .comment-list &gt; ul &gt; li {
    margin-bottom: 20px;
    background: #fbfbfb;
    padding: 20px; }
  #goods .comment-list .avatar {
    float: left;
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px; }
    #goods .comment-list .avatar img {
      display: block;
      width: 100%; }
  #goods .comment-list .info {
    margin-left: 60px; }
    #goods .comment-list .info .user h3 {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400; }
    #goods .comment-list .info .user .time {
      font-size: 12px;
      color: #999;
      line-height: 30px; }
    #goods .comment-list .info .rate {
      display: flex;
      font-size: 12px;
      line-height: 20px;
      padding: 5px 0; }
      #goods .comment-list .info .rate p {
        flex: 1;
        line-height: 20px; }
        #goods .comment-list .info .rate p span {
          color: #f30213;
          vertical-align: middle;
          margin: -2px 0 1px; }
    #goods .comment-list .info .content {
      padding: 10px 0;
      line-height: 20px; }
    #goods .comment-list .info .gallery {
      width: 100%;
      height: auto;
      margin: 10px 0 0; }
      #goods .comment-list .info .gallery a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 160px;
        height: 160px;
        overflow: hidden;
        margin: 0 15px 15px 0; }
        #goods .comment-list .info .gallery a img {
          display: block;
          width: 100%; }
    #goods .comment-list .info .reply {
      color: #f56c6c; }
      #goods .comment-list .info .reply .time {
        margin-bottom: 10px;
        color: #999; }

.flow-wrap {
  padding: 40px 0; }
  .flow-wrap li {
    float: left;
    display: inline;
    width: 33.333333333%;
    text-align: center;
    line-height: 25px;
    padding: 45px 0 0 !important;
    position: relative; }
    .flow-wrap li i {
      display: block;
      width: 42px;
      height: 42px;
      padding: 6px;
      background: #c4c4c4;
      text-align: center;
      line-height: 20px;
      font-style: normal;
      font-size: 20px;
      color: #fff;
      border-radius: 100%;
      border: 5px solid #fff;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -21px;
      z-index: 2; }
      .flow-wrap li i img {
        vertical-align: top;
        width: 20px;
        height: 20px; }
    .flow-wrap li.active {
      color: #e0353e; }
      .flow-wrap li.active i {
        background: #e0353e;
        color: #fff; }
      .flow-wrap li.active:not(:last-child):before, .flow-wrap li.active:not(:last-child):after {
        background: #e0353e; }
    .flow-wrap li:before, .flow-wrap li:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 6px;
      background: #c3c3c3;
      top: 18px;
      left: 0;
      z-index: 1; }
    .flow-wrap li:after {
      left: 50%; }
    .flow-wrap li:first-child:before, .flow-wrap li:last-child:after {
      display: none; }

#cart .cart-wrap .header {
  line-height: 40px;
  font-size: 20px;
  color: #666;
  padding: 10px 0; }
  #cart .cart-wrap .header small {
    color: #ccc;
    font-size: 16px; }
  #cart .cart-wrap .header a {
    font-size: 14px;
    color: #f30213; }
#cart .cart-wrap .submit-bar {
  padding: 20px 0 40px; }
  #cart .cart-wrap .submit-bar .layui-form {
    border-left: 2px solid #f30213;
    padding-left: 16px; }
    #cart .cart-wrap .submit-bar .layui-form .spacer {
      width: 1px;
      height: 12px;
      background: #ccc;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      margin: 0 5px; }
    #cart .cart-wrap .submit-bar .layui-form .btn {
      border: 0; }
  #cart .cart-wrap .submit-bar .price {
    background: linear-gradient(45deg, #fcf1ed 25%, #fed3da 50%, #fcf1ed 75%, #fed3da 100%);
    background-size: 4px 4px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    margin-right: 15px;
    overflow: hidden;
    font-size: 12px; }
    #cart .cart-wrap .submit-bar .price b {
      font-size: 20px;
      font-weight: 400;
      color: #f30213;
      margin-left: 5px; }

#checkout .page-header h3 {
  font-size: 16px; }
#checkout .layui-form-label {
  width: 150px;
  font-size: 12px;
  color: #666;
  text-align: right; }
#checkout .layui-input-block {
  margin-left: 170px; }
#checkout .address-list dd {
  padding: 10px 0;
  line-height: 20px; }
  #checkout .address-list dd .dialog {
    padding: 15px 0; }
#checkout .submit-bar {
  background: #f2f2f2;
  padding: 8px 0;
  margin-top: 50px; }
#checkout .pay-type .layui-tab-title {
  border: 0; }
  #checkout .pay-type .layui-tab-title li {
    margin-right: 15px;
    width: 120px;
    padding: 0; }
    #checkout .pay-type .layui-tab-title li:after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 40px;
      box-sizing: border-box;
      border: 2px solid #dbdbdb; }
  #checkout .pay-type .layui-tab-title .layui-this:after {
    border: 2px solid #e0353e; }

.layui-upload-list ul {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 100%; }
  .layui-upload-list ul li {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 150px;
    background: #f9f9f9;
    margin: 0 10px 10px 0;
    float: left; }
    .layui-upload-list ul li img {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
  .layui-upload-list ul &gt; div {
    position: relative; }
  .layui-upload-list ul .layui-icon-close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    right: 5px;
    top: 5px;
    z-index: 2; }

.layui-table-view {
  border: 1px solid #efefef;
  border-bottom: 1px solid #deddd9; }
  .layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
    margin: 2px; }
  .layui-table-view .layui-table-tool {
    border: 0;
    background: none;
    padding: 0; }
  .layui-table-view .layui-table-header {
    background: none;
    border: 0;
    background: #f3f3f3; }
    .layui-table-view .layui-table-header .layui-table {
      background: none; }
  .layui-table-view .layui-table thead tr {
    background: none; }
  .layui-table-view .layui-table th {
    border: 0;
    border-bottom: 1px solid #e6e6e6; }
    .layui-table-view .layui-table th .layui-table-cell {
      line-height: 24px;
      padding: 0 10px;
      height: auto;
      font-size: 12px;
      color: #909399;
      font-weight: 600; }
  .layui-table-view .layui-table td {
    border: 0; }
    .layui-table-view .layui-table td .layui-table-cell {
      padding: 10px;
      line-height: 20px;
      height: 40px;
      font-size: 12px; }
  .layui-table-view .layui-table[lay-even] tr:nth-child(even) {
    background-color: #fafafa; }
  .layui-table-view .layui-table-edit {
    height: 30px;
    line-height: 28px;
    text-align: center;
    top: 10px;
    width: 100%;
    margin: 0 -1px; }
    .layui-table-view .layui-table-edit:focus {
      border-color: #409eff !important; }

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
  margin-right: 4px;
  padding: 0 4px !important;
  min-width: 28px;
  text-align: center; }
.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 2px;
  background: #409eff; }

.layui-layer.layui-layer-plain {
  border: none !important;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
  border-radius: 2px; }
  .layui-layer.layui-layer-plain .layui-layer-title {
    color: #262626;
    font-size: 16px;
    padding-left: 15px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    line-height: 50px;
    height: 50px; }
  .layui-layer.layui-layer-plain .layui-layer-setwin a {
    color: #8c8c8c;
    font-weight: 600; }
  .layui-layer.layui-layer-plain .layui-layer-btn {
    padding-bottom: 15px; }
    .layui-layer.layui-layer-plain .layui-layer-btn a {
      height: 32px;
      line-height: 32px;
      border-radius: 4px;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03); }

.layui-icon-triangle-d:before {
  content: '\f107';
  font-family: FontAwesome; }

.cascader-input-group &gt; .icon-arrow {
  width: 16px;
  text-align: center; }

.cascader-dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 1px; }

.cascader-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ccc; }

.cascader-dropdown-list::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #ededed; }

#footer {
  width: 100%;
  padding: 60px 0 40px;
  line-height: 20px;
  color: #999;
  font-size: 12px; }

@media (min-width: 768px) {
  #header .search .form-control {
    width: 300px; }
  #header #navbar .categorys {
    float: left;
    width: 170px; }
    #header #navbar .categorys:hover &gt; ul {
      display: block; }
    #header #navbar .categorys &gt; a {
      margin: 0; }
    #header #navbar .categorys &gt; ul li &gt; div {
      position: absolute;
      left: 100%;
      top: 0;
      width: 550px; }
    #header #navbar .categorys ~ .navbar-nav {
      float: none;
      margin-left: 180px;
      height: 40px;
      overflow: hidden; }
      #header #navbar .categorys ~ .navbar-nav &gt; li &gt; a {
        padding: 10px 25px;
        font-weight: 600; }
        #header #navbar .categorys ~ .navbar-nav &gt; li &gt; a:hover {
          background: none;
          color: #f30213; }

  #home .shelf .ad {
    float: left;
    width: 200px; }
    #home .shelf .ad a {
      display: block;
      width: 100%;
      height: 316px;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 16px;
      transition: all .2s linear; }
      #home .shelf .ad a:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        transform: translate3d(0, -2px, 0); }
    #home .shelf .ad img {
      width: 100%; }
  #home .shelf .list {
    margin-left: 220px; }

  #goods .gallery ~ .col-sm-6 {
    width: calc(100% - 400px); } }
@media (min-width: 768px) and (max-width: 991px) {
  #home .shelf .list .row &gt; div:nth-of-type(n + 5) {
    display: none; } }
@media (min-width: 992px) {
  #header #navbar .categorys &gt; ul li &gt; div {
    width: 770px; }

  #home .shelf .ad a {
    height: 301px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #home .shelf .list .row &gt; div:nth-of-type(n + 7) {
    display: none; } }
@media (min-width: 1200px) {
  #header .search .form-control {
    width: 400px; }
  #header #navbar .categorys &gt; ul li &gt; div {
    width: 970px; }

  #home .shelf .ad a {
    height: 290px; } }

/*# sourceMappingURL=mall.css.map */
</pre></body></html>