@charset "utf-8";

/* ==================== 响应样式 ========================= */
.full-row {
  width: 100%;
  transition: .2s width ease;
  *zoom: 1
}

.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: ''
}

.full-row>[class*='span'] {
  float: left
}

.full-row>.span-1 {
  width: 8.33333333%;
  *width: 8.22333333%
}

.full-row>.span-2 {
  width: 16.66666667%;
  *width: 16.55666667%
}

.full-row>.span-3 {
  width: 25%;
  *width: 24.89%
}

.full-row>.span-4 {
  width: 33.33333333%;
  *width: 33.22333333%
}

.full-row>.span-5 {
  width: 41.66666667%;
  *width: 41.55666667%
}

.full-row>.span-6 {
  width: 50%;
  *width: 49.89%
}

.full-row>.span-7 {
  width: 58.33333333%;
  *width: 58.22333333%
}

.full-row>.span-8 {
  width: 66.66666667%;
  *width: 66.55666667%
}

.full-row>.span-9 {
  width: 75%;
  *width: 74.89%
}

.full-row>.span-10 {
  width: 83.33333333%;
  *width: 83.22333333%
}

.full-row>.span-11 {
  width: 91.66666667%;
  *width: 91.55666667%
}

.full-row>.span-12 {
  width: 100%;
  *width: 99.89%
}

.row>.pull-right,
.full-row>.pull-right {
  float: right
}

.row>.center {
  position: relative;
  left: -0.5%;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto
}

.full-row>.center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto
}

.pull-left-1 {
  position: relative;
  left: -8.33333333%
}

.pull-left-2 {
  position: relative;
  left: -16.66666667%
}

.pull-left-3 {
  position: relative;
  left: -25%
}

.pull-left-4 {
  position: relative;
  left: -33.33333333%
}

.pull-left-5 {
  position: relative;
  left: -41.66666667%
}

.pull-left-6 {
  position: relative;
  left: -50%
}

.pull-left-7 {
  position: relative;
  left: -58.33333333%
}

.pull-left-8 {
  position: relative;
  left: -66.66666667%
}

.pull-left-9 {
  position: relative;
  left: -75%
}

.pull-left-10 {
  position: relative;
  left: -83.33333333%
}

.pull-left-11 {
  position: relative;
  left: -91.66666667%
}

.pull-left-12 {
  position: relative;
  left: -100%
}

.pull-right-1 {
  position: relative;
  left: 8.33333333%
}

.pull-right-2 {
  position: relative;
  left: 16.66666667%
}

.pull-right-3 {
  position: relative;
  left: 25%
}

.pull-right-4 {
  position: relative;
  left: 33.33333333%
}

.pull-right-5 {
  position: relative;
  left: 41.66666667%
}

.pull-right-6 {
  position: relative;
  left: 50%
}

.pull-right-7 {
  position: relative;
  left: 58.33333333%
}

.pull-right-8 {
  position: relative;
  left: 66.66666667%
}

.pull-right-9 {
  position: relative;
  left: 75%
}

.pull-right-10 {
  position: relative;
  left: 83.33333333%
}

.pull-right-11 {
  position: relative;
  left: 91.66666667%
}

.pull-right-12 {
  position: relative;
  left: 100%
}

@media only screen and (max-width:1024px) {
  .row>.midd-1 {
      width: 7.33333333%
  }

  .row>.midd-2 {
      width: 15.66666667%
  }

  .row>.midd-3 {
      width: 24%
  }

  .row>.midd-4 {
      width: 32.33333333%
  }

  .row>.midd-5 {
      width: 40.66666667%
  }

  .row>.midd-6 {
      width: 49%
  }

  .row>.midd-7 {
      width: 57.33333333%
  }

  .row>.midd-8 {
      width: 65.66666667%
  }

  .row>.midd-9 {
      width: 74%
  }

  .row>.midd-10 {
      width: 82.33333333%
  }

  .row>.midd-11 {
      width: 90.66666667%
  }

  .row>.midd-12 {
      width: 99%
  }

  .midd-hide {
      display: none
  }

  .midd-center {
      position: relative;
      left: -0.5%;
      display: block;
      float: none;
      clear: both;
      margin-right: auto;
      margin-left: auto
  }

  .full-row>.midd-1 {
      width: 8.33333333%
  }

  .full-row>.midd-2 {
      width: 16.66666667%
  }

  .full-row>.midd-3 {
      width: 25%
  }

  .full-row>.midd-4 {
      width: 33.33333333%
  }

  .full-row>.midd-5 {
      width: 41.66666667%
  }

  .full-row>.midd-6 {
      width: 50%
  }

  .full-row>.midd-7 {
      width: 58.33333333%
  }

  .full-row>.midd-8 {
      width: 66.66666667%
  }

  .full-row>.midd-9 {
      width: 75%
  }

  .full-row>.midd-10 {
      width: 83.33333333%
  }

  .full-row>.midd-11 {
      width: 91.66666667%
  }

  .full-row>.midd-12 {
      width: 100%
  }
}

@media only screen and (max-width:992px) {
  .row>.smidd-1 {
      width: 7.33333333%
  }

  .row>.smidd-2 {
      width: 15.66666667%
  }

  .row>.smidd-3 {
      width: 24%
  }

  .row>.smidd-4 {
      width: 32.33333333%
  }

  .row>.smidd-5 {
      width: 40.66666667%
  }

  .row>.smidd-6 {
      width: 49%
  }

  .row>.smidd-7 {
      width: 57.33333333%
  }

  .row>.smidd-8 {
      width: 65.66666667%
  }

  .row>.smidd-9 {
      width: 74%
  }

  .row>.smidd-10 {
      width: 82.33333333%
  }

  .row>.smidd-11 {
      width: 90.66666667%
  }

  .row>.smidd-12 {
      width: 99%
  }

  .smidd-hide {
      display: none
  }

  .smidd-center {
      position: relative;
      left: -0.5%;
      display: block;
      float: none;
      clear: both;
      margin-right: auto;
      margin-left: auto
  }

  .full-row>.smidd-1 {
      width: 8.33333333%
  }

  .full-row>.smidd-2 {
      width: 16.66666667%
  }

  .full-row>.smidd-3 {
      width: 25%
  }

  .full-row>.smidd-4 {
      width: 33.33333333%
  }

  .full-row>.smidd-5 {
      width: 41.66666667%
  }

  .full-row>.smidd-6 {
      width: 50%
  }

  .full-row>.smidd-7 {
      width: 58.33333333%
  }

  .full-row>.smidd-8 {
      width: 66.66666667%
  }

  .full-row>.smidd-9 {
      width: 75%
  }

  .full-row>.smidd-10 {
      width: 83.33333333%
  }

  .full-row>.smidd-11 {
      width: 91.66666667%
  }

  .full-row>.smidd-12 {
      width: 100%
  }
}

@media only screen and (max-width:760px) {
  .row>.smal-1 {
      width: 7.33333333%
  }

  .row>.smal-2 {
      width: 15.66666667%
  }

  .row>.smal-3 {
      width: 24%
  }

  .row>.smal-4 {
      width: 32.33333333%
  }

  .row>.smal-5 {
      width: 40.66666667%
  }

  .row>.smal-6 {
      width: 49%
  }

  .row>.smal-7 {
      width: 57.33333333%
  }

  .row>.smal-8 {
      width: 65.66666667%
  }

  .row>.smal-9 {
      width: 74%
  }

  .row>.smal-10 {
      width: 82.33333333%
  }

  .row>.smal-11 {
      width: 90.66666667%
  }

  .row>.smal-12 {
      width: 99%
  }

  .smal-hide {
      display: none
  }

  .smal-show {
      display: block
  }

  .smal-center {
      position: relative;
      left: -0.5%;
      display: block;
      float: none;
      clear: both;
      margin-right: auto;
      margin-left: auto
  }

  [class*='pull-left-'],
  [class*='pull-right-'] {
      right: auto;
      left: auto
  }

  .full-row>.smal-1 {
      width: 8.33333333%
  }

  .full-row>.smal-2 {
      width: 16.66666667%
  }

  .full-row>.smal-3 {
      width: 25%
  }

  .full-row>.smal-4 {
      width: 33.33333333%
  }

  .full-row>.smal-5 {
      width: 41.66666667%
  }

  .full-row>.smal-6 {
      width: 50%
  }

  .full-row>.smal-7 {
      width: 58.33333333%
  }

  .full-row>.smal-8 {
      width: 66.66666667%
  }

  .full-row>.smal-9 {
      width: 75%
  }

  .full-row>.smal-10 {
      width: 83.33333333%
  }

  .full-row>.smal-11 {
      width: 91.66666667%
  }

  .full-row>.smal-12 {
      width: 100%
  }
}

/* ==================== 动画样式 ========================= */
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print),
(prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: transparent;
  user-select: none;
  box-shadow: none;
  transition: all .4s ease;
}

.Header-wrapper>.contain {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}


@media screen and (max-width:1599px) {
  .Header-wrapper>.contain {
    padding-left: 50px;
  }
}

@media screen and (max-width:1279px) {
  .Header-wrapper>.contain {
    padding-left: 40px;
  }
}

@media screen and (max-width:1000px) {
  .Header-wrapper>.contain {
    padding-left: 1%;
    padding-right: 1%;
  }
}


.Header-logo-stock {
  float: left;
  position: relative;
  z-index: 999;
}

.Header-logo-stock a {
  display: flex;
  align-items: center;
}

.Header-logo {
  width: 170px;
  height: 88px;
  display: flex;
  align-items: center;
}

@media screen and (max-width:1000px) {
  .Header-logo {
    margin-left: 5%;
    width: 151px;
    height: 60px;
  }
}

@media screen and (max-width:1000px) {
  .Header-logo {
    margin-left: 5%;
    width: 120px;
    height: 60px;
  }
}



.Header-logo img {
  max-width: 100%;
  width: 200px;
  height: auto;
  position: absolute;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  /* 垂直居中 */
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width:1200px) {}



.Header-logo img.s {
  opacity: 1;
}

.Header-logo img.h {
  opacity: 0;
}

.Header-stock {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transition: all .4s ease;
  padding-left: 16px;
  margin-left: 16px;
}

.Header-stock span,
.Header-stock p {
  line-height: inherit;
  line-height: 1;
}

.Header-stock p {
  font-size: 16px
}

.Header-search {
  float: right;
}

.Header-search-click {
  width: 80px;
  height: 88px;
  cursor: pointer;
  background: url('../images/common/searchW.svg') no-repeat center /23px auto;
  position: relative;
  z-index: 999;
}

.Header-search-click.active {
  background: url('../images/common/close.svg') no-repeat center/20px auto !important;
}

.Header-search-item {
  display: none;
  position: absolute;
  width: 100%;
  height: 88px;
  line-height: 88px;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: right;
}

.Header-search-item .contain {
  width: 100%;
  padding-right: 120px;
}

.Header-search-item.active {
  display: block;
}

.Header-search-item input,
.Header-search-item button {
  display: inline-block;
  vertical-align: middle;
}

.Header-search-item input[type="text"] {
  width: 0px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #666;
  background: transparent;
}

.Header-search-item.active input[type="text"] {
  animation: HeaderSearch 0.8s ease both;
}

@keyframes HeaderSearch {
  0% {
    width: 0;
  }

  100% {
    width: 520px;
  }
}

.Header-search-item button {
  width: 50px;
  height: 40px;
  background: url('../images/common/search.svg') no-repeat center /23px auto;
  cursor: pointer;
  margin-right: 0;
}

body.onSearch .Header-navbar {
  visibility: hidden;
  opacity: 0;
}

.Header-lang {
  float: right;
  position: relative;
  z-index: 999;
  padding-right: 30px;
}

.Header-lang::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.Header-lang-menu {
  display: flex;
  align-items: center;
  height: 88px;
}

.Header-lang-menu span {
  display: block;
  padding-left: 28px;
  background: url(../images/common/langW.svg) no-repeat left center /20px auto;
  font-size: 16px;
  color: #fff;
}

.Header-lang-menu i {
  font-size: 22px;
  color: #fff;
}

.Header-lang.active .Header-lang-menu span {
  color: #e15613;
  background: url(../images/common/langH.svg) no-repeat left center /20px auto;
}

.Header-lang.active .Header-lang-menu i {
  color: #e15613;
}

/* 多个语言 */
.Header-lang-more {
  display: none;
  z-index: 9;
  width: 140px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -70px;
}

.Header-lang-more:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #efefef transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
}

.Header-lang-more a {
  display: block;
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 10px 0;
}

.Header-lang-more a span {
  display: inline-block;
}

.Header-lang-more a:hover {
  color: #fff;
  background: #e15613;
}

.Header-lang.active .Header-lang-more {
  display: block;
  animation: langInUp .4s ease-out;
}

@keyframes langInUp {
  0% {
    transform: translateY(20px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.Header-navbar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.Header-navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Header-navbar li {
  margin: 0;
  padding: 0 24px;
  z-index: 9;
}




.Header-navbar li:last-child {
  margin-right: 0;
}

.Header-navbar li:first-child {
  margin-left: 0;
}

.Header-menu {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  transition: color .4s ease;
}

.Header-navbar li:hover .Header-menu,
.Header-navbar li.active .Header-menu {
  color: #e15613 !important;
}

.Header-arrow {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  background: url('../images/common/arrD.svg') no-repeat center /15px auto;
}

@media screen and (max-width:1000px)  {
  .Header-arrow {
    display: block !important;
  }
}

.Header-arrow.active {
  transform: rotate(180deg);
}


/* -- */
.Header-drop {
  display: none;
  position: absolute;
  background: #eee;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.Header-drop::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  left: 0;
  top: 0;
  z-index: 2;
}

.Header-drop-case {
  width: 100%;
}

/* 按生产方式 */
.Header-case .productionMode {

  border-bottom: 1px solid #eaeaea;
}

.Header-case .productionMode .contain {

  height: auto;
  min-height: 80px;
}

.Header-case .productionMode .contain::after {
  background-image: none;
}




.Header-case .productionMode .Header-case-mix {
  height: auto;
}

.Header-case-tit {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  width: 100%;
  margin-bottom: 15px;
}

.Header-case .contain {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 0;
  min-height: 240px;
  width: 1400px;
}

.Header-case .contain::after {
  content: "";
  position: absolute;
  width: calc(100vw - 288px + (1400px - 100vw)/2);
  height: 100%;
  right: calc((1400px - 100vw)/2);
  top: 0;
  background: #fff url('../images/common/dropBg.png') no-repeat right bottom -204px/632px auto;
}

.Header-case-body {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.Header-case-menu {
  width: 288px;
  position: relative;
  z-index: 6;
}

.Header-case-menu .link {
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
  display: flex;
  height: 45px;
  color: #333;
  align-items: center;
  transition: all .6s ease;
  position: relative;
  padding-left: 20px;
}

.Header-case-menu .link:first-child {
  margin-top: 0;
}

.Header-case-menu .link span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 3;
}

.Header-case-menu .link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #e15613;
  z-index: 1;
  opacity: 0;
  transition: all .4s ease;
}

.Header-case-menu .link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 8px;
  transform: scale(0);
  background: url('../images/common/dropIcon.png') no-repeat center/100% auto;
  z-index: 2;
  opacity: 0;
  transition: all .4s ease;
}

.Header-case-menu .link.active {
  color: #fff;
}

.Header-case-menu .link.active a {
  color: #fff;
}

.Header-case-menu .link.active::before {
  width: calc(100% + 32px);
  opacity: 1;
}

.Header-case-menu .link.active::after {
  opacity: 1;
  transform: scale(1);
}

.Header-case-mix {
  width: calc(100% - 288px);
  padding-left: 90px;
  position: relative;
  z-index: 6;
}

.Header-case-items {
  width: 100%;
  display: none;
}

.Header-case-items.active {
  display: block;
}

.Header-case-ul {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -50px;
}

.Header-case-li {
  width: calc(25% - 50px);
  margin: 40px 0 0 50px;
}

/* .Header-case-items:nth-child(2) .Header-case-ul, .Header-case-items:nth-child(4) .Header-case-ul{margin: -20px 0 0 -20px;}
.Header-case-items:nth-child(2) .Header-case-li, .Header-case-items:nth-child(4) .Header-case-li{width: calc(20% - 20px);margin: 20px 0 0 20px;} */
.Header-case-li-name {
  display: flex;
  width: 100%;
  height: 32px;
  position: relative;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.Header-case-li-name span {
  padding-right: 20px;
  color: #333;
  background: url('../images/common/arrRC.svg') no-repeat right -2px top/18px auto;
  transition: all .4s ease;
}

.Header-case-li-name::before,
.Header-case-li-name::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
}

.Header-case-li-name::before {
  width: 100%;
  background: #dcdcdc;
}

.Header-case-li-name::after {
  width: 0;
  background: #e15613;
  opacity: 0;
  transition: width .4s ease, opacity .1s ease .4s;
}

.Header-case-li-name:hover span {
  color: #e15613;
  background-image: url('../images/common/arrRH.svg');
}

.Header-case-li-name:hover::after {
  width: 100%;
  opacity: 1;
  right: auto;
  left: 0;
  transition: width .4s ease .1s, opacity .1s ease;
}

.Header-case-li-more {
  width: 100%;
  margin-top: 12px;
}

.Header-case-li-more .items {
  width: 100%;
  position: relative;
}

.Header-case-li-more .items a {
  display: flex;
  align-items: center;
  line-height: 26px;
  padding-right: 36px;
  font-size: 15px;
  color: #666;
  transition: all .4s ease;
  width: 100%;
  position: relative;
}

.Header-case-li-more .items a.name {
  min-height: 32px;
  line-height: normal;
}

.Header-case-li-more .items .name {
  position: relative;
}

.Header-case-li-more .items .arrow {
  display: block;
  width: 36px;
  height: 36px;
  pointer-events: none;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  background: url('../images/common/arrD.svg') no-repeat center/16px auto;
}

.Header-case-li-more .items .arrow.active {
  transform: rotate(180deg);
}

.Header-case-li-more .items .drop {
  width: 100%;
  display: none;
}

.Header-case-li-more .items .drop a {
  position: relative;
  padding-left: 10px;
}

.Header-case-li-more .items .drop a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #666;
  left: 0;
  top: 12px;
  transition: all .4s ease;
}

.Header-case-li-more .items a:hover {
  color: #e15613;
}

.Header-case-li-more .items .drop a:hover::before {
  background: #e15613;
}

/* -- */
.Header-navclick {
  position: relative;
  z-index: 999;
  width: 88px;
  height: 88px;
  cursor: pointer;
  float: right;
  user-select: none;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #e15613;
  display: none;
  flex-direction: column;
  padding-top: 0.15rem;
}

@media screen and (max-width:1000px) {
  .Header-navclick {
    display: block;
    display: flex;
  }
}

.Header-navclick span {
  width: 30px;
  height: 2px;
  position: relative;
  background: #fff;
}

.Header-navclick span:before,
.Header-navclick span:after {
  content: "";
  transition: top .2s linear, bottom .2s linear;
  transform-origin: center !important;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  left: 0;
  width: 100%;
}

.Header-navclick span:before {
  top: -10px;
}

.Header-navclick span:after {
  bottom: -10px;
}

.Header-navclick:hover span{
  width: 23px;
}

.Header-navclick:hover span::before {
  top: 0;
}

.Header-navclick:hover span::after {
  bottom: 0;
}

.Header-navclick.active span::before {
  top: 0;
  transform: rotate(45deg);
  transition: transform .2s linear;
}

.Header-navclick.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: transform .2s linear;
}

.Header-navclick.active span {
  background: transparent;
}

.Header-navclick i{
  font-size: 0.012rem;
  font-style: normal;
  padding-top: 0.14rem;
  padding-bottom: 0;
  color: #e15613;
}


.Header-navbar ul li {
  position: relative;
}


@media screen and (max-width:1000px) {
  .Header-navbar ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

 

.Header-navbar ul li>dl {
  width: 100%;
  background: rgba(225, 86, 19, 0.75);
  padding: 0;
  position: absolute;
  top: 150%;
  left: 0;
  opacity: 0;
  overflow: hidden;
}

@media screen and (max-width:1000px) {
  .Header-navbar ul li>dl {
    position: relative;
    padding: 0;
  }
}


.Header-navbar ul li>dl.w120 {
  width: 120%;
  left: -10%;
}

.Header-navbar ul li>dl dd>a {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 10px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.Header-navbar ul li>dl dd>div {
  max-width: 0;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  border: 0 solid #d7410e;
  opacity: 0;
  background: #fafafa;
  text-align: left;
  margin-left: -1px;
}

.Header-navbar ul li>dl dd>div a {
  height: 0;
  padding: 0 5px;
  color: #666;
  display: inline-block;
}

.Header-navbar ul li.active>a {
  color: #e15613
}

.Header-navbar ul li:hover>dl {
  top: 100%;
  opacity: 1;
  padding: 15px 0;
}

@media screen and (max-width:1000px) {
  .Header-navbar ul li:hover>dl {
    top: 100%;
    opacity: 1;
    padding: 0;
  }
}

.Header-navbar ul li:hover>dl dd>a {
  height: auto;
  line-height: 1.25;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Header-navbar ul li>dl dd:hover>a {
  background-color: rgba(215, 65, 14, 0.75);
  z-index: 2;
  color: #ff0;
}

.Header-navbar ul li>dl.w120 dd:hover>a {
  background-position-x: right;
}

.Header-navbar ul li>dl dd:hover>div {
  min-width: 100%;
  max-width: 250%;
  opacity: 1;
  padding: 10px;
  border-width: 1px;
}

.Header-navbar ul li>dl dd:hover>div a {
  height: 30px;
  padding: 5px;
}

.Header-navbar ul li>dl dd>div a:hover {
  color: rgba(215, 65, 14, 0.75);
}


/* -- */
.Header-website-click {
  display: none;
}

.Header-website-shade {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9991;
  transition: all .4s ease .8s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.Header-website-shade.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all .4s ease;
}

.Header-website {
  position: absolute;
  width: 400px;
  transition: transform .6s ease .4s, opacity .2s ease .8s;
  transform: translateX(490px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #e15613;
  color: #fff;
  right: 0;
  top: 0;
  padding: 48px;
  height: 100vh;
  z-index: 9994;
}

.Header-website.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform .6s ease, opacity .2s ease, visibility .2s ease;
}

.Header-website-mix {
  width: 100%;
}

.Header-website-head {
  width: 100%;
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-top: 62px;
  background: url('../images/common/dropTb.png') no-repeat top left/48px auto;
}

.Header-website-link {
  width: 100%;
  margin-top: 20px;
}

.Header-website-link p {
  display: flex;
  align-items: center;
  height: 34px;
  padding-left: 18px;
  background: url('../images/common/arrRW.svg') no-repeat left center/16px auto;
}

.Header-website-link p a {
  font-size: 16px;
  position: relative;
}

.Header-website-link p a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  bottom: -2px;
  background: #fff;
  transition: width .4s ease, opacity .1s ease .4s;
}

.Header-website-link p a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: width .4s ease .1s, opacity .1s ease;
}

.Header-website-code {
  margin-top: 32px;
}

.Header-website-code .name {
  display: flex;
  align-items: center;
  height: 18px;
  font-size: 16px;
  padding-left: 30px;
  background: url('../images/common/dropWx.png') no-repeat left center/22px auto;
  line-height: 1;
}

.Header-website-code .code {
  width: 148px;
  margin-top: 18px;
}

.Header-website-code .code img {
  max-width: 100%;
  object-fit: cover;
}

.Header-website-close {
  width: 88px;
  height: 88px;
  opacity: 0;
  transform: translateY(-88px);
  z-index: 8;
  transition: all .4s ease;
  background: #e15613;
  position: absolute;
  top: 0;
  left: -88px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header-website-close::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url('../images/common/closeW.svg') no-repeat center/100% auto;
  transition: all .4s ease;
}

.Header-website-close:hover::after {
  transform: rotate(90deg);
}

.Header-website.active .Header-website-close {
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease .6s;
}

/* 透明 */
.bodyScroll .Header-wrapper,
.bodyMouse .Header-wrapper,
.bodySearch .Header-wrapper,
.noLucency .Header-wrapper,
.bodyMenu .Header-wrapper {
  background: #fff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.bodyScroll .Header-menu,
.bodyMouse .Header-menu,
.bodySearch .Header-menu,
.noLucency .Header-menu,
.bodyMenu .Header-menu {
  color: #747474;
}

.bodyScroll .Header-logo img.s,
.bodyMouse .Header-logo img.s,
.bodySearch .Header-logo img.s,
.noLucency .Header-logo img.s,
.bodyMenu .Header-logo img.s {
  opacity: 0;
}

.bodyScroll .Header-logo img.h,
.bodyMouse .Header-logo img.h,
.bodySearch .Header-logo img.h,
.noLucency .Header-logo img.h,
.bodyMenu .Header-logo img.h {
  opacity: 1;
}

.bodyScroll .Header-stock,
.bodyMouse .Header-stock,
.bodySearch .Header-stock,
.noLucency .Header-stock,
.bodyMenu .Header-stock {
  color: #666;
  border-left: 1px solid #999;
}

.bodyScroll .Header-lang::before,
.bodyMouse .Header-lang::before,
.bodySearch .Header-lang::before,
.noLucency .Header-lang::before,
.bodyMenu .Header-lang::before {
  background: #999;
}

.bodyScroll .Header-search-click,
.bodyMouse .Header-search-click,
.bodySearch .Header-search-click,
.noLucency .Header-search-click,
.bodyMenu .Header-search-click {
  background-image: url('../images/common/search.svg');
}

.bodyScroll .Header-lang .Header-lang-menu span {
  color: #666;
}

.bodyScroll .Header-lang .Header-lang-menu i {
  color: #666;
}

.bodyScroll .Header-lang .Header-lang-menu span,
.bodyMouse .Header-lang .Header-lang-menu span,
.bodySearch .Header-lang .Header-lang-menu span,
.noLucency .Header-lang .Header-lang-menu span,
.bodyMenu .Header-lang .Header-lang-menu span, 
.bodyScroll .Header-lang .Header-lang-menu span {
  color: #666;
  background-image: url(../images/common/lang.svg);
}


.bodyScroll .Header-lang .Header-lang-menu span:hover,
.bodyMouse .Header-lang .Header-lang-menu span:hover,
.bodySearch .Header-lang .Header-lang-menu span:hover,
.noLucency .Header-lang .Header-lang-menu span:hover,
.bodyMenu .Header-lang .Header-lang-menu span:hover, 
.bodyScroll .Header-lang .Header-lang-menu span:hover {
  color: #e15613;;
  background-image: url(../images/common/langH.svg);
}


.bodyScroll .Header-lang .Header-lang-menu i {
  color: #666;
}


/* 缩小 */
.bodyScroll .Header-logo {
  height: 50px;
}

.bodyScroll .Header-logo img {
  width: 120px;
}

.bodyScroll .Header-menu {
  height: 50px;
}


.bodyScroll .Header-search-click {
  height: 50px;
}

.bodyScroll .Header-lang-menu {
  height: 50px;
}

.bodyScroll .Header-search-item {
  height: 50px;
  line-height: 50px;
}




/* 强制激活导航 */
/* 透明 */
#bodyScroll .Header-wrapper,
.bodyMouse .Header-wrapper,
.bodySearch .Header-wrapper,
.noLucency .Header-wrapper,
.bodyMenu .Header-wrapper {
  background: #fff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#bodyScroll .Header-menu,
.bodyMouse .Header-menu,
.bodySearch .Header-menu,
.noLucency .Header-menu,
.bodyMenu .Header-menu {
  color: #747474;
}

#bodyScroll .Header-logo img.s,
.bodyMouse .Header-logo img.s,
.bodySearch .Header-logo img.s,
.noLucency .Header-logo img.s,
.bodyMenu .Header-logo img.s {
  opacity: 0;
}

#bodyScroll .Header-logo img.h,
.bodyMouse .Header-logo img.h,
.bodySearch .Header-logo img.h,
.noLucency .Header-logo img.h,
.bodyMenu .Header-logo img.h {
  opacity: 1;
}

#bodyScroll .Header-stock,
.bodyMouse .Header-stock,
.bodySearch .Header-stock,
.noLucency .Header-stock,
.bodyMenu .Header-stock {
  color: #666;
  border-left: 1px solid #999;
}

#bodyScroll .Header-lang::before,
.bodyMouse .Header-lang::before,
.bodySearch .Header-lang::before,
.noLucency .Header-lang::before,
.bodyMenu .Header-lang::before {
  background: #999;
}

#bodyScroll .Header-search-click,
.bodyMouse .Header-search-click,
.bodySearch .Header-search-click,
.noLucency .Header-search-click,
.bodyMenu .Header-search-click {
  background-image: url('../images/common/search.svg');
}

#bodyScroll .Header-lang .Header-lang-menu span {
  color: #666;
}

#bodyScroll .Header-lang .Header-lang-menu i {
  color: #666;
}



.bodySearch .Header-navbar {
  visibility: hidden;
  opacity: 0;
}

/* 不透明 */
.noLucency .Container-wrapper {
  margin-top: 88px;
}

/* 底部 */
.Footer-wrapper {
  width: 100%;
  background: #39434b url('../images/common/bg1.jpg') no-repeat center center;
  position: relative;
  z-index: 9;
  background-size: cover;
}

@media (max-width:768px) {
  .Footer-wrapper {
    padding-bottom: 50px;
  }
}



.Footer-wrapper>.contain {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}


.Footer-items {
  width: 100%;
  padding: 60px 0 44px;
  justify-content: space-between;
  align-items: flex-start;
}

.Footer-info {
  width: 300px;
}

.Footer-info-logo {
  width: 100%;
}

.Footer-info-logo img {
  max-width: 170px;
}

.Footer-info-cont {
  width: 100%;
  margin-top: 30px;
}

.Footer-info-cont .items {
  width: 100%;
  align-items: flex-start;
  margin-top: 14px;
}

.Footer-info-cont .items:first-child {
  margin-top: 0;
}

.Footer-info-cont .items:not(:first-child) {
  font-family: "MR";
}

.Footer-info-cont .items .icon {
  width: 34px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  height: 24px;
}

.Footer-info-cont .items .icon img {
  max-width: 100%;
}

.Footer-info-cont .items .text {
  width: calc(100% - 34px);
  font-size: 14px;
  color: #fff;
  opacity: 0.75;
  line-height: 24px;
}

.Footer-info-cont .items .text p {
  display: flex;
  width: 100%;
  margin-top: 6px;
}

.Footer-info-cont .items .text p:first-child {
  margin-top: 0;
}

.Footer-info-cont .items .text p a {
  color: #fff;
  position: relative;
}

.Footer-info-cont .items .text p a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 2px;
  display: none;
}

/* -- */
.FooterCode {
  width: 100%;
  font-size: 0;
  margin-top: 42px;
}

.FooterCode a {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  transition: all .4s ease;
}

.FooterCode a>img {
  width: 22px;
}

.FooterCode a:first-child {
  margin-left: 0;
}

.FooterCode-img {
  display: none;
  width: 152px;
  height: 152px;
  padding: 6px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  margin-left: -76px;
  background: #fff;
  border-radius: 4px;
}

.FooterCode-img::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}

.FooterCode-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FooterCode a:hover .FooterCode-img {
  display: block;
  animation: FooterCode .6s ease-in-out both;
}

.FooterCode a:hover {
  background: #fff;
}

@keyframes FooterCode {
  0% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0);
  }
}

/* -- */
.Footer-navbar {
  width: 830px;
  user-select: none;
}

.Footer-navbar ul {
  justify-content: space-between;
}

.Footer-navbar li {
  width: auto;
}

.Footer-menu {
  font-size: 18px;
  color: #fff;
  display: flex;
  line-height: 1;
  margin-top: 23px;
  transition: all .4s ease;
  position: relative;
}

.Footer-menu span {
  position: relative;
}


.Footer-menu span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  right: 0;
  bottom: -4px;
  opacity: 0;
  transition: width .4s ease, opacity .1s ease .4s;
}


.Footer-menu:hover span {
  color: #fff;
}

.Footer-menu:hover span::after {
  width: 100%;
  opacity: 1;
  transition: width .4s ease .1s, opacity .1s ease;
  right: auto;
  left: 0;
}

.Footer-menu:first-of-type {
  margin-top: 0;
}

.Footer-arrow {
  display: none;
}

.Footer-drop {
  width: 100%;
  margin-top: 14px;
}

body.PC .Footer-drop {
  display: block !important;
}

.Footer-drop a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  padding: 6px 0;
  transition: all .4s ease;
}

.Footer-drop a:hover {
  color: #fff;
}

.Footer-menu:hover::after {
  opacity: 1;
}

.Footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  justify-content: space-between;
}

.Footer-copyright a {
  color: rgba(255, 255, 255, 0.3);

}

.Footer-copyright-info {
  display: flex;
  flex-wrap: wrap;
}

.Footer-copyright-info p {
  margin-left: 12px;
}

.Footer-copyright-info p:first-child {
  margin-left: 0;
}

.Footer-copyright-link {
  display: flex;
}

.Footer-copyright-link a {
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  transition: all .4s ease;
  margin-right: 20px;
}

.Footer-copyright-link a:last-child {
  margin-right: 0;
}

/*.Footer-copyright-link a::before{content: "";position: absolute;width: 1px;background: rgba(255, 255, 255, 0.3);height: 14px;top: 50%;margin-top: -7px;left: -11px;}*/
.Footer-copyright-link a:first-child:before {
  display: none;
}

.Footer-copyright-link a:hover {
  color: #fff;
}

/* 置顶 */
.backTop {
  display: none;
  right: 40px;
  bottom: 60px;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  background: #e15613 url('../images/common/top.svg') no-repeat center/22px auto;
}

@media all and (max-width:1599px) {
  .backTop {
    right: 30px;
    bottom: 40px;
  }
}

@media all and (max-width:640px) {
  .backTop {
    right: 8px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
}

/* 中间+共用部分 */
.Container-wrapper {
  width: 100%;
}

.contain {
  width: 1320px;
  margin: 0 auto;
}


/* 视频弹窗 */
.popVideo {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
}

.popVideo-items {
  width: 1280px;
  position: relative;
  padding: 34px 34px 0;
  opacity: 0;
}

.popVideo-video {
  width: 100%;
}

.popVideo-video video {
  width: 100%;
  max-height: 840px;
}

.popVideo-video iframe {
  width: 100%;
  height: 500px;
}

.popVideo-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: url('../images/common/closeW.svg') no-repeat center/24px auto;
  cursor: pointer;
  opacity: .7;
  transition: all .6s ease;
}

.popVideo-close:hover {
  opacity: 1;
}

.popVideo.active {
  display: flex;
}

.popVideo.active .popVideo-items {
  animation: popVideRun 1s ease both .4s;
}

@keyframes popVideRun {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media all and (max-width:1599px) {
  .popVideo-items {
    width: 1000px;
  }

  .popVideo-video video {
    max-height: 640px;
  }
}

@media all and (max-width:1100px) {
  .popVideo-items {
    width: 92%;
    padding: 34px 0 0;
  }

  .popVideo-close {
    right: 0;
  }

  .popVideo-video iframe {
    height: 400px;
  }
}

@media all and (max-width:640px) {
  .popVideo-video iframe {
    height: 200px;
  }
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
  /* 1600 × (900) */
}

@media all and (max-width:1599px) {

  /* 1440 × (700)  */
  .contain {
    width: 1200px;
  }

  .Header-navbar ul {
    padding-left: 20px;
  }

  .Header-navbar li {
    margin: 0;
    padding: 0 15px;
  }

  .Footer-items {
    padding: 80px 0 60px;
  }

  .Footer-navbar {
    width: 740px;
  }

  @keyframes HeaderSearch {
    0% {
      width: 0;
    }

    100% {
      width: 460px;
    }
  }



  .Header-case-menu {
    width: 240px;
  }

  .Header-case .contain {
    width: 1200px;
  }

  .Header-case .contain::after {
    width: calc(100vw - 240px + (1200px - 100vw)/2);
    right: calc((1200px - 100vw)/2);
    background-position: right bottom -120px;
    background-size: 480px auto;
  }

  .Header-case-mix {
    width: calc(100% - 240px);
    padding-left: 60px;
  }

  .Header-case-ul {
    margin: -30px 0 0 -30px;
  }

  .Header-case-li {
    width: calc(25% - 30px);
    margin: 30px 0 0 30px;
  }

  .Header-case-menu .link.active::before {
    width: calc(100% + 20px);
  }

  .Header-case .contain {
    padding: 20px 0;
    min-height: 440px;
  }

  .Header-website {
    width: 360px;
    transform: translateX(450px);
    padding: 36px 40px;
  }

  .Header-website-link p {
    height: 32px;
  }
}

@media all and (max-width:1439px) {

  /* 1360 */
  .Header-navbar ul {
    padding-left: 40px;
  }
}

@media all and (max-width:1359px) {

  /* 1280 */
  .Header-navbar ul {
    padding-left: 80px;
  }
}

@media all and (max-width:1279px) {

  /* 1152 × (700) */
  .contain {
    width: 900px;
  }



  .Header-navbar li {
    margin: 0;
    padding: 0 12px;
  }

  .Header-search-click {
    width: 62px;
  }

  .Header-lang {
    padding-right: 24px;
  }

  .Header-search-item .contain {
    padding-right: 260px;
  }

  @keyframes HeaderSearch {
    0% {
      width: 0;
    }

    100% {
      width: 420px;
    }
  }

  .Footer-info {
    width: 246px;
  }

  .Footer-navbar {
    width: 600px;
  }

  .Footer-items {
    padding: 60px 0 40px;
  }

  .Header-case-menu {
    width: 190px;
  }

  .Header-case .contain::after {
    width: calc(100vw - 190px + (900px - 100vw)/2);
    right: calc((900px - 100vw)/2);
    background-position: right bottom -80px;
    background-size: 360px auto;
  }

  .Header-case-mix {
    width: calc(100% - 190px);
    padding-left: 30px;
  }

  .Header-case-ul {
    margin-left: -20px 0 0 -20px;
  }

  .Header-case-li {
    width: calc(25% - 20px);
    margin: 20px 0 0 20px;
  }

  .Header-case-menu .link.active::before {
    width: calc(100% + 8px);
  }

  .Header-case-menu .link span {
    font-size: 16px;
  }

  .Header-case-menu .link {
    padding-left: 12px;
  }

  .Header-case-menu .link::after {
    right: 4px;
  }

  .Header-case-li-name {
    font-size: 16px;
  }

  .Header-case-li-name span {
    padding-right: 18px;
  }

  .Header-case .contain {
    padding: 44px 0;
    min-height: 428px;
  }
}

@media all and (max-width:1151px) {

  /* 1024 */
  .Header-stock {
    display: none;
  }

  .Header-navbar ul {
    padding-left: 0;
  }

  .Header-navbar li {
    margin: 0;
    padding: 0 7px;
  }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

  /* 平板设备 720 适配 */
  .Header-wrapper {
    background: #fff;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
  }

  .Header-menu {
    color: #666;
  }

  .Header-logo img.s {
    opacity: 0;
  }

  .Header-logo img.h {
    opacity: 1;
  }

  .Header-search-click {
    background-image: url('../images/common/search.svg');
  }

  .bodySearch .Header-navbar {
    visibility: visible;
    opacity: 1;
  }

  .noLucency .Container-wrapper {
    margin-top: 60px;
  }

  .Header-lang-menu span {
    color: #666;
  }

  .Header-lang::before {
    height: 20px;
    background: #999;
    margin-top: -10px;
    display: none;
  }

  .contain-1600,
  .contain-1400,
  .contain {
    width: 92%;
  }



  .Header-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
  }


  .Header-search-click,
  .Header-lang-menu {
    height: 60px;
  }



  .Header-navclick {
    width: 40px;
    height: 60px;
    background: transparent;
  }

  .Header-navclick span {
    width: 25px;
    background: #e15613;
  }

  .Header-navclick span:before {
    top: -5px;
    background: #e15613;
  }

  .Header-navclick span:after {
    bottom: -5px;
    background: #e15613;
  }

  .Header-navclick:hover span::before {
    top: -5px;
  }

  .Header-navclick:hover span::after {
    bottom: -5px;
  }

  .Header-navclick.active span::before {
    top: 0;
  }

  .Header-navclick.active span::after {
    bottom: 0;
  }

  .Header-search-click {
    width: 40px;
  }

  .Header-lang {
    padding-right: 6px;
  }

  .Header-lang-more {
    width: 120px;
    margin-left: -50px;
    top: 60px;
  }

  .Header-lang-more a {
    padding: 6px 0;
  }

  .Header-navbar {
    display: none;
    position: absolute;
    width: 100%;
    margin-right: 0;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    padding: 20px 0;
    background: #fff;
  }

  .Header-navbar ul {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  .Header-navbar li {
    display: block;
    width: 100%;
    opacity: 0;
    transform: translateY(32px);
    transition: all .4s ease;
    margin: 0;
  }

  .Header-navbar.active li {
    opacity: 1;
    transform: translateY(0);
  }

  .Header-menu {
    height: 48px;
    padding: 0 4%;
  }



  .Header-navbar li:hover .Header-menu {
    color: #666 !important;
  }

  .Header-navbar li.active .Header-menu {
    color: #e15613 !important;
  }

  .Header-drop {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    background: #f7f7f7;
  }

  .Header-drop::before,
  .Header-case .contain::after {
    display: none;
  }

  .Header-case-menu .link::after {
    display: none;
  }

  .Header-case .contain {
    padding: 15px 0 0;
    min-height: auto;
    width: 100%;
  }

  .Header-case-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4%;
  }

  .Header-case-menu .link::before {
    display: none;
  }

  .Header-case-menu .link {
    padding: 0;
    height: 28px;
    width: calc(50% - 4px);
    margin: 0;
  }

  .Header-case-menu .link.active {
    color: #e15613;
  }

  .Header-case-mix {
    width: 100%;
    padding: 20px 4%;
    background: #eee;
    margin-top: 14px;
  }

  .Header-case-ul {
    margin: -14px 0 0 -14px;
  }

  .Header-case-li {
    width: calc(50% - 14px);
    margin: 14px 0 0 14px;
  }

  .Header-case-items:nth-child(2) .Header-case-ul,
  .Header-case-items:nth-child(4) .Header-case-ul {
    margin: -14px 0 0 -14px;
  }

  .Header-case-items:nth-child(2) .Header-case-li,
  .Header-case-items:nth-child(4) .Header-case-li {
    width: calc(50% - 14px);
    margin: 14px 0 0 14px;
  }

  .Header-case-li-name {
    height: 28px;
  }

  .Header-case-li-name span {
    padding-right: 0;
    background: none !important;
  }

  .Header-case-li-name:hover span {
    background-image: none;
  }

  .Header-case-li-more .items a {
    font-size: 15px;
    padding-right: 28px;
  }

  .Header-case-li-more .items a.name {
    min-height: 28px;
  }

  .Header-case-li-more {
    margin-top: 6px;
  }

  .Header-case-li-more .items .arrow {
    width: 28px;
    height: 28px;
    pointer-events: auto;
  }

  .Header-case-li-more .items .drop a::before {
    top: 12px;
  }

  .Header-search-item {
    display: none;
    width: 100%;
    line-height: normal;
    height: 45px;
    top: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    background: #fff;
  }

  .Header-search-item .contain {
    padding-right: 0;
  }

  .Header-search-item input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 0 54px 0 4%;
    border-bottom: none;
  }

  .Header-search-item.active input[type="text"] {
    animation: none;
  }

  .Header-search-item button {
    position: absolute;
    right: 0;
    width: 44px;
    height: 47px;
    top: -2px;
    background: #e15613 url('../images/common/searchW.svg') no-repeat center /23px auto !important;
    z-index: 2;
  }

  .Header-search-click.active {
    background-image: url('../images/common/close.svg') !important;
  }

  .Header-search-click {
    background-image: url('../images/common/search.svg') !important;
  }

  .Header-search-item button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
  }

  .Header-website-click {
    display: flex;
    position: relative;
    align-items: center;
    width: 34px;
    height: 60px;
    float: right;
    background: url('../images/common/site.svg') no-repeat center/26px auto;
  }

  .Header-website-click::before,
  .Header-website-click::after {
    display: none;
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #999;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }

  .Header-website-click::after {
    left: auto;
    right: 0;
  }

  .Header-website-close {
    width: 60px;
    height: 60px;
    transform: translateY(-60px);
    left: auto;
    right: 0;
  }

  .Header-website {
    width: 100%;
    transform: translateX(calc(100% + 2px));
    padding: 0 20px;
  }

  .Header-website-head {
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-left: 32px;
    background-size: 23px;
    background-position: left center;
  }

  .Header-website-link p a {
    font-size: 15px;
  }

  .Header-website-link p {
    height: 30px;
    background-size: 14px auto;
  }

  .Header-website-close::after {
    width: 24px;
    height: 24px;
    transform: rotate(0) !important;
  }

  .Header-website-link {
    margin-top: 10px;
  }

  .Header-website-code {
    margin-top: 24px;
  }

  .Footer-items {
    padding: 38px 0 30px;
  }

  .Footer-info-logo {
    text-align: center;
  }

  .Footer-info {
    width: 100%;
  }

  .Footer-info-cont {
    margin-top: 22px;
  }

  .Footer-info-cont .items {
    margin-top: 8px;
  }

  .Footer-info-cont .items .text p {
    margin-top: 2px;
  }

  .FooterCode {
    justify-content: center;
    margin-top: 18px;
  }

  .Footer-navbar {
    display: none;
  }

  .Footer-copyright {
    padding: 20px 0;
    margin-top: 0;
  }

  .Footer-copyright-info {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .Footer-copyright-info p {
    width: 100%;
    margin-left: 0;
  }

  .Footer-copyright-info p:first-child {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .Footer-copyright-link {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }
}

@media all and (max-width:640px) {

  /* 移动终端以上 360 适配 */
  .Footer-copyright-link a:first-child {
    display: none;
  }
}

.fl {
  float: left;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}



/* 自定义 container  */



@media (min-width: 1660px) {

  /* 移动终端以上 360 适配 */
  .container {
    width: 16rem;
  }
}

@media all and (max-width:1599px) {

  /* 1440 × (700)  */
  .contain {
    width: 1200px;
  }
}

@media all and (max-width:1599px) {

  /* 1440 × (700)  */
  .contain {
    width: 1200px;
  }
}

@media all and (max-width:1400px) {
  .contain {
    max-width: 1200px;
  }
}

@media all and (max-width:1200px) {
  .contain {
    max-width: 1140px;
  }
}

@media all and (max-width:992px) {
  .contain {
    max-width: 960px;
  }
}

@media all and (max-width:768px) {
  .contain {
    max-width: 720px;
  }
}

@media all and (max-width:576px) {
  .contain {
    max-width: 540px;
  }
}

@media all and (max-width:540px) {
  .contain {
    max-width: 100%;
    overflow: hidden;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
  }
}





/* 自定义 panel  */
.panel {
  padding: 0;
  box-shadow: none;
  border: none;
}

.panel-body {
  padding: 0;
}


/* 节间距 */
.section-padding {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 576px) {
  .section-padding {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

@media only screen and (min-width: 767px) {
  .section-padding {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

@media only screen and (min-width: 960px) {
  .section-padding {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media only screen and (min-width: 1140px) {
  .section-padding {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .section-padding {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

@media only screen and (min-width: 1680px) {
  .section-padding {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}


/* 节间距 small */
.section-padding-small {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

@media only screen and (min-width: 576px) {
  .section-padding-small {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

@media only screen and (min-width: 767px) {
  .section-padding-small {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}

@media only screen and (min-width: 960px) {
  .section-padding-small {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }
}

@media only screen and (min-width: 1140px) {
  .section-padding-small {
    padding-top: 0.50rem;
    padding-bottom: 0.50rem;
  }
}

@media only screen and (min-width: 1440px) {
  .section-padding-small {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
}

@media only screen and (min-width: 1680px) {
  .section-padding-small {
    padding-top: 0.60rem;
    padding-bottom: 0.60rem;
  }
}


/* 节间距 	Extra small */
.section-padding-xs {
  padding-top: 0.4rem;
  padding-bottom: 0.4em;
}

@media only screen and (min-width: 576px) {
  .section-padding-xs {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}

@media only screen and (min-width: 767px) {
  .section-padding-xs {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}

@media only screen and (min-width: 960px) {
  .section-padding-xs {
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
  }
}

@media only screen and (min-width: 1140px) {
  .section-padding-xs {
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
  }
}

@media only screen and (min-width: 1440px) {
  .section-padding-xs {
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
  }
}

@media only screen and (min-width: 1680px) {
  .section-padding-xs {
    padding-top: 0.40rem;
    padding-bottom: 0.40rem;
  }
}



/* 超出字符串行数隐藏 */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-truncate-4 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}



.Header-navbar .subMenu {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  left: 0;
  display: block;
}

.Header-navbar .subMenu:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #F3F3F3;
  position: absolute;
  left: 0;
  top: 0;
}

.Header-navbar .subMenu .container {
  position: relative;
  z-index: 1;
}

.Header-navbar .subMenu .subMenuLeft,
.Header-navbar .subMenu .subMenuRight {
  width: 50%;
  float: left;
  height: auto;
  overflow: hidden;
  padding: 3%;
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft,
.Header-navbar .subMenu .subMenuRight.subMenuLeft {
  background: #F3F3F3;
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subMenuTit,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subMenuTit {
  font-size: 28px;
  color: #000;
  font-family: "SourceHanSans-Bold";
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem {
  height: auto;
  overflow: hidden;
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem a,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem a {
  font-size: 18px;
  color: #555;
  width: 50%;
  float: left;
  display: block;
  margin-top: 30px;
}

/*! 1440 ~ 1680  主内容区1440 */
@media all and (max-width: 1680px) {

  .Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem a,
  .Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem a {
    font-size: 16px;
  }
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem a .fa,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem a .fa {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
  vertical-align: 2px;
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem a:hover,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem a:hover {
  color: #e15613;
  transform: translateX(5px);
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem a:hover .fa,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem a:hover .fa {
  color: #e15613;
}

.Header-navbar .subMenu .subMenuLeft.subMenuLeft .subItem.active,
.Header-navbar .subMenu .subMenuRight.subMenuLeft .subItem.active {
  display: block;
}

.Header-navbar .subMenu .subMenuLeft.subMenuRight,
.Header-navbar .subMenu .subMenuRight.subMenuRight {
  background: #fff;
}

.Header-navbar .subMenu .subMenuLeft.subMenuRight .subMenuDsc,
.Header-navbar .subMenu .subMenuRight.subMenuRight .subMenuDsc {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}

.Header-navbar .subMenu.subMenuProduct:before {
  width: 35%;
}

.Header-navbar .subMenu.subMenuProduct .subNav {
  width: 33.3333%;
  height: 100%;
  float: left;
  padding-top: 60px;
  overflow: hidden;
}

.Header-navbar .subMenu.subMenuProduct .subNav .item {
  font-size: 18px;
  color: #000;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.Header-navbar .subMenu.subMenuProduct .subNav .item:hover {
  color: #e15613;
  transform: translateX(10px);
}

.Header-navbar .subMenu.subMenuProduct .subNav .item.active {
  background: #FCFCFC;
  color: #e15613;
  transform: translateX(0);
}

.Header-navbar .subMenu.subMenuProduct .navBox {
  width: 66.6666%;
  float: left;
  padding: 60px 0 80px;
}

.Header-navbar .subMenu.subMenuProduct .navBox .left {
  width: 50%;
  float: left;
}

.Header-navbar .subMenu.subMenuProduct .navBox .left .subItem {
  height: auto;
  overflow: hidden;
  padding: 20px 40px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all .5s;
}

.Header-navbar .subMenu.subMenuProduct .navBox .left .subItem a {
  font-size: 18px;
  color: #555;
  width: 50%;
  float: left;
  display: block;
  margin-bottom: 30px;
}

.Header-navbar .subMenu.subMenuProduct .navBox .left .subItem a .fa {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
  vertical-align: 2px;
}

.Header-navbar .subMenu.subMenuProduct .navBox .left .subItem a:hover {
  color: #e15613;
  transform: translateX(5px);
}

.Header-navbar .subMenu.subMenuProduct .navBox .left .subItem a:hover .fa {
  color: #e15613;
}

.Header-navbar .subMenu.subMenuProduct .navBox .left .subItem.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.Header-navbar .subMenu.subMenuProduct .navBox .img {
  width: 50%;
  float: right;
}


@font-face {
  font-family: "ui_iconfont";
  src: url('../fonts/ui_iconfont.eot?t=1552896629776');
  src: url('../fonts/ui_iconfont.eot?t=1552896629776#iefix') format('embedded-opentype'), url('../fonts/ui_iconfont.woff?t=1552896629776') format('woff'), url('../fonts/ui_iconfont.ttf?t=1552896629776') format('truetype');
}

[class*=ui-icon-] {
  font-family: "ui_iconfont";
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.ui-icon-cart:before {
  content: "\e6af";
}

.ui-icon-rmb:before {
  content: "\e836";
}

.ui-icon-weixin:before {
  content: "\e697";
}

.ui-icon-qq:before {
  content: "\e601";
}

.ui-icon-top:before {
  content: "\e61e";
}

.ui-icon-list:before {
  content: "\e64b";
}

.ui-icon-hao:before {
  content: "\e62c";
}

.ui-icon-qi:before {
  content: "\e633";
}

.ui-icon-sheng:before {
  content: "\e635";
}

.ui-icon-kuai:before {
  content: "\e63e";
}

.ui-icon-man:before {
  content: "\e63f";
}

.ui-icon-mian:before {
  content: "\e640";
}

.ui-icon-pei:before {
  content: "\e642";
}

.ui-icon-you:before {
  content: "\e648";
}

.ui-icon-zheng:before {
  content: "\e64a";
}

.ui-icon-more:before {
  content: "\e628";
}

.ui-icon-alipay:before {
  content: "\e67b";
}

.ui-icon-weibo:before {
  content: "\e608";
}

.ui-icon-tel:before {
  content: "\e6e8";
}

.ui-icon-check-circle:before {
  content: "\e77d";
}

.ui-icon-Dollar:before {
  content: "\e77f";
}

.ui-icon-compass:before {
  content: "\e780";
}

.ui-icon-close-circle:before {
  content: "\e781";
}

.ui-icon-frown:before {
  content: "\e782";
}

.ui-icon-info-circle:before {
  content: "\e783";
}

.ui-icon-left-circle:before {
  content: "\e784";
}

.ui-icon-down-circle:before {
  content: "\e785";
}

.ui-icon-copyright:before {
  content: "\e786";
}

.ui-icon-minus-circle:before {
  content: "\e787";
}

.ui-icon-meh:before {
  content: "\e788";
}

.ui-icon-plus-circle:before {
  content: "\e789";
}

.ui-icon-play-circle:before {
  content: "\e78a";
}

.ui-icon-question-circle:before {
  content: "\e78b";
}

.ui-icon-right-circle:before {
  content: "\e78c";
}

.ui-icon-smile:before {
  content: "\e78d";
}

.ui-icon-trademark:before {
  content: "\e78e";
}

.ui-icon-time-circle:before {
  content: "\e78f";
}

.ui-icon-timeout:before {
  content: "\e790";
}

.ui-icon-YUAN:before {
  content: "\e792";
}

.ui-icon-up-circle:before {
  content: "\e793";
}

.ui-icon-warning-circle:before {
  content: "\e794";
}

.ui-icon-sync:before {
  content: "\e795";
}

.ui-icon-transaction:before {
  content: "\e796";
}

.ui-icon-undo:before {
  content: "\e797";
}

.ui-icon-redo:before {
  content: "\e798";
}

.ui-icon-reload:before {
  content: "\e799";
}

.ui-icon-reloadtime:before {
  content: "\e79a";
}

.ui-icon-message:before {
  content: "\e79b";
}

.ui-icon-issuesclose:before {
  content: "\e79d";
}

.ui-icon-poweroff:before {
  content: "\e79e";
}

.ui-icon-logout:before {
  content: "\e79f";
}

.ui-icon-piechart:before {
  content: "\e7a0";
}

.ui-icon-setting:before {
  content: "\e7a1";
}

.ui-icon-eye:before {
  content: "\e7a2";
}

.ui-icon-location:before {
  content: "\e7a3";
}

.ui-icon-export:before {
  content: "\e7a5";
}

.ui-icon-save:before {
  content: "\e7a6";
}

.ui-icon-Import:before {
  content: "\e7a7";
}

.ui-icon-appstore:before {
  content: "\e7a8";
}

.ui-icon-adduser:before {
  content: "\e7ae";
}

.ui-icon-deleteteam:before {
  content: "\e7af";
}

.ui-icon-deleteuser:before {
  content: "\e7b0";
}

.ui-icon-addteam:before {
  content: "\e7b1";
}

.ui-icon-user:before {
  content: "\e7b2";
}

.ui-icon-team:before {
  content: "\e7b3";
}

.ui-icon-areachart:before {
  content: "\e7b4";
}

.ui-icon-linechart:before {
  content: "\e7b5";
}

.ui-icon-barchart:before {
  content: "\e7b6";
}

.ui-icon-pointmap:before {
  content: "\e7b7";
}

.ui-icon-container:before {
  content: "\e7b8";
}

.ui-icon-database:before {
  content: "\e7b9";
}

.ui-icon-sever:before {
  content: "\e7ba";
}

.ui-icon-mobile:before {
  content: "\e7bb";
}

.ui-icon-tablet:before {
  content: "\e7bc";
}

.ui-icon-redenvelope:before {
  content: "\e7bd";
}

.ui-icon-book:before {
  content: "\e7be";
}

.ui-icon-filedone:before {
  content: "\e7bf";
}

.ui-icon-reconciliation:before {
  content: "\e7c0";
}

.ui-icon-file-exception:before {
  content: "\e7c1";
}

.ui-icon-filesync:before {
  content: "\e7c2";
}

.ui-icon-filesearch:before {
  content: "\e7c3";
}

.ui-icon-solution:before {
  content: "\e7c4";
}

.ui-icon-fileprotect:before {
  content: "\e7c5";
}

.ui-icon-file-add:before {
  content: "\e7c6";
}

.ui-icon-file-excel:before {
  content: "\e7c7";
}

.ui-icon-file-exclamation:before {
  content: "\e7c8";
}

.ui-icon-file-pdf:before {
  content: "\e7c9";
}

.ui-icon-file-image:before {
  content: "\e7ca";
}

.ui-icon-file-markdown:before {
  content: "\e7cb";
}

.ui-icon-file-unknown:before {
  content: "\e7cc";
}

.ui-icon-file-ppt:before {
  content: "\e7cd";
}

.ui-icon-file-word:before {
  content: "\e7ce";
}

.ui-icon-file:before {
  content: "\e7cf";
}

.ui-icon-file-zip:before {
  content: "\e7d0";
}

.ui-icon-file-text:before {
  content: "\e7d1";
}

.ui-icon-file-copy:before {
  content: "\e7d2";
}

.ui-icon-snippets:before {
  content: "\e7d3";
}

.ui-icon-audit:before {
  content: "\e7d4";
}

.ui-icon-diff:before {
  content: "\e7d5";
}

.ui-icon-Batchfolding:before {
  content: "\e7d6";
}

.ui-icon-securityscan:before {
  content: "\e7d7";
}

.ui-icon-propertysafety:before {
  content: "\e7d8";
}

.ui-icon-safetycertificate:before {
  content: "\e7d9";
}

.ui-icon-alert:before {
  content: "\e7db";
}

.ui-icon-delete:before {
  content: "\e7dc";
}

.ui-icon-bulb:before {
  content: "\e7de";
}

.ui-icon-bell:before {
  content: "\e7e0";
}

.ui-icon-trophy:before {
  content: "\e7e1";
}

.ui-icon-rest:before {
  content: "\e7e2";
}

.ui-icon-USB:before {
  content: "\e7e3";
}

.ui-icon-skin:before {
  content: "\e7e4";
}

.ui-icon-home:before {
  content: "\e7e5";
}

.ui-icon-bank:before {
  content: "\e7e6";
}

.ui-icon-filter:before {
  content: "\e7e7";
}

.ui-icon-funnelplot:before {
  content: "\e7e8";
}

.ui-icon-like:before {
  content: "\e7e9";
}

.ui-icon-unlike:before {
  content: "\e7ea";
}

.ui-icon-unlock:before {
  content: "\e7eb";
}

.ui-icon-lock:before {
  content: "\e7ec";
}

.ui-icon-customerservice:before {
  content: "\e7ed";
}

.ui-icon-flag:before {
  content: "\e7ee";
}

.ui-icon-moneycollect:before {
  content: "\e7ef";
}

.ui-icon-medicinebox:before {
  content: "\e7f0";
}

.ui-icon-shop:before {
  content: "\e7f1";
}

.ui-icon-rocket:before {
  content: "\e7f2";
}

.ui-icon-shopping:before {
  content: "\e7f3";
}

.ui-icon-folder:before {
  content: "\e7f4";
}

.ui-icon-folder-open:before {
  content: "\e7f5";
}

.ui-icon-folder-add:before {
  content: "\e7f6";
}

.ui-icon-deploymentunit:before {
  content: "\e7f7";
}

.ui-icon-accountbook:before {
  content: "\e7f8";
}

.ui-icon-contacts:before {
  content: "\e7f9";
}

.ui-icon-carryout:before {
  content: "\e7fa";
}

.ui-icon-calendar-check:before {
  content: "\e7fb";
}

.ui-icon-calendar:before {
  content: "\e7fc";
}

.ui-icon-scan:before {
  content: "\e7fd";
}

.ui-icon-select:before {
  content: "\e7fe";
}

.ui-icon-laptop:before {
  content: "\e7ff";
}

.ui-icon-barcode:before {
  content: "\e800";
}

.ui-icon-camera:before {
  content: "\e801";
}

.ui-icon-cluster:before {
  content: "\e802";
}

.ui-icon-car:before {
  content: "\e803";
}

.ui-icon-printer:before {
  content: "\e804";
}

.ui-icon-read:before {
  content: "\e805";
}

.ui-icon-cloud-server:before {
  content: "\e806";
}

.ui-icon-cloud-upload:before {
  content: "\e807";
}

.ui-icon-cloud:before {
  content: "\e808";
}

.ui-icon-cloud-download:before {
  content: "\e809";
}

.ui-icon-cloud-sync:before {
  content: "\e80a";
}

.ui-icon-video:before {
  content: "\e80b";
}

.ui-icon-notification:before {
  content: "\e80c";
}

.ui-icon-sound:before {
  content: "\e80d";
}

.ui-icon-qrcode:before {
  content: "\e80f";
}

.ui-icon-fund:before {
  content: "\e810";
}

.ui-icon-image:before {
  content: "\e811";
}

.ui-icon-mail:before {
  content: "\e812";
}

.ui-icon-table:before {
  content: "\e813";
}

.ui-icon-idcard:before {
  content: "\e814";
}

.ui-icon-creditcard:before {
  content: "\e815";
}

.ui-icon-heart:before {
  content: "\e816";
}

.ui-icon-heart-fill:before {
  content: "\e849";
}

.ui-icon-block:before {
  content: "\e817";
}

.ui-icon-error:before {
  content: "\e818";
}

.ui-icon-star:before {
  content: "\e819";
}

.ui-icon-gold:before {
  content: "\e81a";
}

.ui-icon-wifi:before {
  content: "\e81b";
}

.ui-icon-attachment:before {
  content: "\e81c";
}

.ui-icon-edit:before {
  content: "\e791";
}

.ui-icon-key:before {
  content: "\e81e";
}

.ui-icon-api:before {
  content: "\e81f";
}

.ui-icon-disconnect:before {
  content: "\e820";
}

.ui-icon-link:before {
  content: "\e822";
}

.ui-icon-pushpin:before {
  content: "\e824";
}

.ui-icon-shake:before {
  content: "\e826";
}

.ui-icon-tag:before {
  content: "\e827";
}

.ui-icon-tags:before {
  content: "\e829";
}

.ui-icon-right:before {
  content: "\e82a";
}

.ui-icon-left:before {
  content: "\e82b";
}

.ui-icon-up:before {
  content: "\e82c";
}

.ui-icon-down:before {
  content: "\e82d";
}

.ui-icon-fullscreen:before {
  content: "\e82e";
}

.ui-icon-fullscreen-exit:before {
  content: "\e82f";
}

.ui-icon-check:before {
  content: "\e830";
}

.ui-icon-close:before {
  content: "\e831";
}

.ui-icon-line:before {
  content: "\e832";
}

.ui-icon-question:before {
  content: "\e833";
}

.ui-icon-rollback:before {
  content: "\e834";
}

.ui-icon-pause:before {
  content: "\e835";
}

.ui-icon-crown:before {
  content: "\e842";
}

.ui-icon-drag:before {
  content: "\e843";
}

.ui-icon-desktop:before {
  content: "\e844";
}

.ui-icon-gift:before {
  content: "\e845";
}

.ui-icon-stop:before {
  content: "\e846";
}

.ui-icon-fire:before {
  content: "\e847";
}

.ui-icon-thunderbolt:before {
  content: "\e848";
}

.ui-icon-star-fill:before {
  content: "\e86a";
}

.ui-icon-android:before {
  content: "\e887";
}

.ui-icon-sketch:before {
  content: "\e888";
}

.ui-icon-windows:before {
  content: "\e889";
}

.ui-icon-zoomout:before {
  content: "\e897";
}

.ui-icon-apartment:before {
  content: "\e898";
}

.ui-icon-audio:before {
  content: "\e899";
}

.ui-icon-robot:before {
  content: "\e89b";
}

.ui-icon-zoomin:before {
  content: "\e89c";
}

.ui-icon-bug:before {
  content: "\e8ea";
}

.ui-icon-comment:before {
  content: "\e8eb";
}

.ui-icon-videocameraadd:before {
  content: "\e8ee";
}

.ui-icon-switchuser:before {
  content: "\e8ef";
}

.ui-icon-whatsapp:before {
  content: "\e8f0";
}

.ui-icon-search:before {
  content: "\e8f1";
}

.ui-icon-retweet:before {
  content: "\e8f2";
}

.ui-icon-login:before {
  content: "\e8f3";
}

.ui-icon-coupons:before {
  content: "\e6ed";
}

.ui-icon-plus:before {
  content: "\e8fe";
}

.ui-icon-doubleleft:before {
  content: "\e80e";
}

.ui-icon-doubleright:before {
  content: "\e821";
}

.ui-icon-pay:before {
  content: "\e656";
}

.ui-icon-refund:before {
  content: "\e631";
}

.ui-icon-return:before {
  content: "\e6cf";
}

.ui-icon-shipped:before {
  content: "\e708";
}

.ui-icon-post:before {
  content: "\e62f";
}

.ui-icon-receive:before {
  content: "\e62d";
}

.ui-icon-evaluate:before {
  content: "\e61f";
}

.ui-icon-tuan:before {
  content: "\e618";
}

.ui-icon-limit:before {
  content: "\e6f8";
}

.ui-icon-brand:before {
  content: "\e671";
}

.ui-icon-coupon:before {
  content: "\e625";
}

.ui-icon-share:before {
  content: "\e617";
}

.ui-icon-long-arrow-right:before {
  content: "\e7da";
}

.ui-icon-external:before {
  content: "\e622";
}

.ui-icon-square:before {
  content: "\e839";
}

.ui-icon-cube:before {
  content: "\e6b8";
}

.ui-icon-box:before {
  content: "\e769";
}

.ui-icon-html5:before {
  content: "\eb10";
}

.ui-icon-play:before {
  content: "\e64c";
}

.ui-icon-pauses:before {
  content: "\e613";
}

.ui-icon-pre:before {
  content: "\e619";
}

.ui-icon-next:before {
  content: "\e62e";
}

.ui-icon-voice-big:before {
  content: "\e683";
}

.ui-icon-voice-small:before {
  content: "\e684";
}

.ui-icon-lists:before {
  content: "\e602";
}

.ui-icon-loop:before {
  content: "\e600";
}

.ui-icon-random:before {
  content: "\e643";
}

.ui-icon-one:before {
  content: "\e6ac";
}

.ui-icon-stops:before {
  content: "\e6a3";
}

.ui-icon-service:before {
  content: "\e603";
}

.ui-loading {
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/gif;base64,R0lGODlhGAAYAPQAAP///zMzM9fX1/r6+ubm5r+/v+zs7KSkpNLS0q+vr9/f37m5uczMzPT09JGRkZ6ensbGxoaGhgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==") no-repeat top center;
  margin: 5px 5px 5px 0;
  width: 30px;
  height: 30px;
}

/*Grid*/
.ui-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui-col,
.ui-col-1,
.ui-col-10,
.ui-col-11,
.ui-col-12,
.ui-col-2,
.ui-col-3,
.ui-col-4,
.ui-col-5,
.ui-col-6,
.ui-col-7,
.ui-col-8,
.ui-col-9,
.ui-col-auto,
.ui-col-lg,
.ui-col-lg-1,
.ui-col-lg-10,
.ui-col-lg-11,
.ui-col-lg-12,
.ui-col-lg-2,
.ui-col-lg-3,
.ui-col-lg-4,
.ui-col-lg-5,
.ui-col-lg-6,
.ui-col-lg-7,
.ui-col-lg-8,
.ui-col-lg-9,
.ui-col-lg-auto,
.ui-col-md,
.ui-col-md-1,
.ui-col-md-10,
.ui-col-md-11,
.ui-col-md-12,
.ui-col-md-2,
.ui-col-md-3,
.ui-col-md-4,
.ui-col-md-5,
.ui-col-md-6,
.ui-col-md-7,
.ui-col-md-8,
.ui-col-md-9,
.ui-col-md-auto,
.ui-col-sm,
.ui-col-sm-1,
.ui-col-sm-10,
.ui-col-sm-11,
.ui-col-sm-12,
.ui-col-sm-2,
.ui-col-sm-3,
.ui-col-sm-4,
.ui-col-sm-5,
.ui-col-sm-6,
.ui-col-sm-7,
.ui-col-sm-8,
.ui-col-sm-9,
.ui-col-sm-auto,
.ui-col-xl,
.ui-col-xl-1,
.ui-col-xl-10,
.ui-col-xl-11,
.ui-col-xl-12,
.ui-col-xl-2,
.ui-col-xl-3,
.ui-col-xl-4,
.ui-col-xl-5,
.ui-col-xl-6,
.ui-col-xl-7,
.ui-col-xl-8,
.ui-col-xl-9,
.ui-col-xl-auto {
  position: relative;
  width: 100%;
}

.ui-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.ui-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.ui-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.ui-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.ui-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.ui-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.ui-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.ui-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.ui-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.ui-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.ui-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.ui-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.ui-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.ui-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.ui-order-first {
  -ms-flex-order: -1;
  order: -1
}

.ui-order-last {
  -ms-flex-order: 13;
  order: 13
}

.ui-order-0 {
  -ms-flex-order: 0;
  order: 0
}

.ui-order-1 {
  -ms-flex-order: 1;
  order: 1
}

.ui-order-2 {
  -ms-flex-order: 2;
  order: 2
}

.ui-order-3 {
  -ms-flex-order: 3;
  order: 3
}

.ui-order-4 {
  -ms-flex-order: 4;
  order: 4
}

.ui-order-5 {
  -ms-flex-order: 5;
  order: 5
}

.ui-order-6 {
  -ms-flex-order: 6;
  order: 6
}

.ui-order-7 {
  -ms-flex-order: 7;
  order: 7
}

.ui-order-8 {
  -ms-flex-order: 8;
  order: 8
}

.ui-order-9 {
  -ms-flex-order: 9;
  order: 9
}

.ui-order-10 {
  -ms-flex-order: 10;
  order: 10
}

.ui-order-11 {
  -ms-flex-order: 11;
  order: 11
}

.ui-order-12 {
  -ms-flex-order: 12;
  order: 12
}

.ui-offset-1 {
  margin-left: 8.333333%
}

.ui-offset-2 {
  margin-left: 16.666667%
}

.ui-offset-3 {
  margin-left: 25%
}

.ui-offset-4 {
  margin-left: 33.333333%
}

.ui-offset-5 {
  margin-left: 41.666667%
}

.ui-offset-6 {
  margin-left: 50%
}

.ui-offset-7 {
  margin-left: 58.333333%
}

.ui-offset-8 {
  margin-left: 66.666667%
}

.ui-offset-9 {
  margin-left: 75%
}

.ui-offset-10 {
  margin-left: 83.333333%
}

.ui-offset-11 {
  margin-left: 91.666667%;
}

.ui-flex-row {
  -ms-flex-direction: row;
  flex-direction: row
}

.ui-flex-column {
  -ms-flex-direction: column;
  flex-direction: column
}

.ui-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.ui-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.ui-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ui-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.ui-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse
}

.ui-flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.ui-flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0
}

.ui-flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ui-flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.ui-flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.ui-justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.ui-justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.ui-justify-content-center {
  -ms-flex-pack: center;
  justify-content: center
}

.ui-justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.ui-justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.ui-align-items-start {
  -ms-flex-align: start;
  align-items: flex-start
}

.ui-align-items-end {
  -ms-flex-align: end;
  align-items: flex-end
}

.ui-align-items-center {
  -ms-flex-align: center;
  align-items: center
}

.ui-align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline
}

.ui-align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch
}

.ui-align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.ui-align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.ui-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center
}

.ui-align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.ui-align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around
}

.ui-align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.ui-align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto
}

.ui-align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.ui-align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.ui-align-self-center {
  -ms-flex-item-align: center;
  align-self: center
}

.ui-align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline
}

.ui-align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch
}

@media (min-width:576px) {
  .ui-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .ui-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .ui-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .ui-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .ui-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ui-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .ui-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .ui-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ui-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .ui-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .ui-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .ui-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .ui-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .ui-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ui-order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .ui-order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .ui-order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .ui-order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .ui-order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .ui-order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .ui-order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .ui-order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .ui-order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .ui-order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .ui-order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .ui-order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .ui-order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .ui-order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .ui-order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .ui-offset-sm-0 {
    margin-left: 0
  }

  .ui-offset-sm-1 {
    margin-left: 8.333333%
  }

  .ui-offset-sm-2 {
    margin-left: 16.666667%
  }

  .ui-offset-sm-3 {
    margin-left: 25%
  }

  .ui-offset-sm-4 {
    margin-left: 33.333333%
  }

  .ui-offset-sm-5 {
    margin-left: 41.666667%
  }

  .ui-offset-sm-6 {
    margin-left: 50%
  }

  .ui-offset-sm-7 {
    margin-left: 58.333333%
  }

  .ui-offset-sm-8 {
    margin-left: 66.666667%
  }

  .ui-offset-sm-9 {
    margin-left: 75%
  }

  .ui-offset-sm-10 {
    margin-left: 83.333333%
  }

  .ui-offset-sm-11 {
    margin-left: 91.666667%
  }
}

code {
  color: #ff8400;
  background: rgba(255, 132, 0, 0.1);
  border: 1px solid rgba(255, 132, 0, 0.2);
  border-radius: 3px;
  padding: 0 4px;
  margin: 0 4px;
}

/*grid*/
.ui-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ui-grid-item {
  padding: 20px 0;
  position: relative;
}

.ui-grid-2 .ui-grid-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.ui-grid-3 .ui-grid-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.ui-grid-4 .ui-grid-item {
  flex: 0 0 25%;
  max-width: 25%;
}

.ui-grid-5 .ui-grid-item {
  flex: 0 0 20%;
  max-width: 20%;
}

/*btn*/
.ui-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  line-height: 42px;
  overflow: hidden;
  border-radius: 4px;
  color: #595959;
  background: #fff;
  user-select: none;
  vertical-align: middle;
}

.ui-btn [class*=ui-icon-] {
  margin: 0 5px 0 -5px;
}

.ui-btn:hover {
  color: #40a9ff;
  border-color: #40a9ff;
  box-shadow: 2px 2px 10px 0 rgba(24, 144, 255, 0.2);
}

.ui-btn-red {
  background: #ED4014;
  border-color: #ED4014;
  color: #fff;
}

.ui-btn-red:hover {
  background: #F04055;
  border-color: #F04055;
  color: #fff;
}

.ui-btn-yellow {
  background: #F37B1D;
  border-color: #F37B1D;
  color: #fff;
}

.ui-btn-yellow:hover {
  background: #F3710A;
  border-color: #F3710A;
  color: #fff;
}

.ui-btn-blue {
  background: #1890FF;
  border-color: #1890FF;
  color: #fff;
}

.ui-btn-blue:hover {
  background: #40A9FF;
  border-color: #40A9FF;
  color: #fff;
}

.ui-btn-green {
  background: #19BE6B;
  border-color: #19BE6B;
  color: #fff;
}

.ui-btn-green:hover {
  background: #47CB89;
  border-color: #47CB89;
  color: #fff;
}

.ui-btn-info {
  background: #2DB7F5;
  border-color: #2DB7F5;
  color: #fff;
}

.ui-btn-info:hover {
  background: #57C5F7;
  border-color: #57C5F7;
  color: #fff;
}

.ui-btn-lt {
  font-size: 12px;
  padding: 0 4px;
  line-height: 18px;
}

.ui-btn-sm {
  font-size: 15px;
  padding: 0 10px;
  line-height: 36px;
}

.ui-btn-big {
  font-size: 16px;
  padding: 0 36px;
  line-height: 54px;
}

.ui-btn-lg {
  font-size: 20px;
  padding: 0 52px;
  line-height: 64px;
}

.ui-btn-outline-red {
  background: #fff;
  color: #ED4014;
}

.ui-btn-outline-yellow {
  background: #fff;
  color: #F37B1D;
}

.ui-btn-outline-blue {
  background: #fff;
  color: #1890FF;
}

.ui-btn-outline-green {
  background: #fff;
  color: #19BE6B;
}

.ui-btn-outline-info {
  background: #fff;
  color: #2DB7F5;
}

.ui-btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

a.ui-btn-red,
a.ui-btn-yellow,
a.ui-btn-blue,
a.ui-btn-green,
a.ui-btn-info {
  color: #fff;
}

a:hover.ui-btn-red,
a:hover.ui-btn-yellow,
a:hover.ui-btn-blue,
a:hover.ui-btn-green,
a:hover.ui-btn-info {
  color: #fff;
}

.ui-btn-red:hover {
  box-shadow: 2px 2px 10px 0 rgba(237, 64, 20, 0.2);
}

.ui-btn-yellow:hover {
  box-shadow: 2px 2px 10px 0 rgba(243, 123, 29, 0.2);
}

.ui-btn-green:hover {
  box-shadow: 2px 2px 10px 0 rgba(25, 190, 107, 0.2);
}

.ui-btn-info:hover {
  box-shadow: 2px 2px 10px 0 rgba(45, 183, 245, 0.2);
}

a.ui-btn-outline-red {
  color: #ED4014;
}

a.ui-btn-outline-yellow {
  color: #F37B1D;
}

a.ui-btn-outline-blue {
  color: #1890FF;
}

a.ui-btn-outline-green {
  color: #19BE6B;
}

a.ui-btn-outline-info {
  color: #2DB7F5;
}

.ui-btn:disabled {
  background: #fff;
  cursor: not-allowed;
  border-color: #E7E7E7;
  color: #999;
}

/*btn-group*/
.ui-btn-group {
  margin-left: 1px;
  font-size: 0;
  vertical-align: middle;
}

.ui-btn-group-item {
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  margin-left: -1px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
  line-height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #595959;
  background: #fff;
  text-align: center;
}

.ui-btn-group-item:first-child {
  border-radius: 4px 0 0 4px;
}

.ui-btn-group-item:last-child {
  border-radius: 0 4px 4px 0;
}

.ui-btn-group-item:hover {
  color: #333;
  border-color: #40a9ff;
  position: relative;
  z-index: 2;
}

.ui-btn-group-item.active {
  color: #40a9ff;
  border-color: #40a9ff;
  position: relative;
  z-index: 2;
}

.ui-btn-group-item:before {
  margin-right: 5px;
  color: #999;
  font-size: 18px;
  vertical-align: middle;
}

.ui-btn-group-full {
  display: flex;
}

.ui-btn-group-full .ui-btn-group-item {
  flex: 1;
  padding: 0;
  line-height: 50px;
}

.ui-btn-group-red .active,
.ui-btn-group-red .active:hover,
.ui-btn-group-red a.active,
.ui-btn-group-red a:hover.active {
  color: #ED4014;
  border-color: #ED4014;
}

.ui-btn-group-red .ui-btn-group-item:hover {
  border-color: #ED4014;
}

.ui-btn-group-yellow .active,
.ui-btn-group-yellow .active:hover,
.ui-btn-group-yellow a.active,
.ui-btn-group-yellow a:hover.active {
  color: #F37B1D;
  border-color: #F37B1D;
}

.ui-btn-group-yellow .ui-btn-group-item:hover {
  border-color: #F37B1D;
}

.ui-btn-group-blue .active,
.ui-btn-group-blue .active:hover,
.ui-btn-group-blue a.active,
.ui-btn-group-blue a:hover.active {
  color: #1890FF;
  border-color: #1890FF;
}

.ui-btn-group-blue .ui-btn-group-item:hover {
  border-color: #1890FF;
}

.ui-btn-group-green .active,
.ui-btn-group-green .active:hover,
.ui-btn-group-green a.active,
.ui-btn-group-green a:hover.active {
  color: #47CB89;
  border-color: #47CB89;
}

.ui-btn-group-green .ui-btn-group-item:hover {
  border-color: #47CB89;
}

.ui-btn-group-info .active,
.ui-btn-group-info .active:hover,
.ui-btn-group-info a.active,
.ui-btn-group-info a:hover.active {
  color: #57C5F7;
  border-color: #57C5F7;
}

.ui-btn-group-info .ui-btn-group-item:hover {
  border-color: #57C5F7;
}

.ui-btn-group-red.ui-btn-group-bg .active,
.ui-btn-group-red.ui-btn-group-bg a.active {
  color: #fff;
  background: #ED4014;
}

.ui-btn-group-yellow.ui-btn-group-bg .active,
.ui-btn-group-yellow.ui-btn-group-bg a.active {
  color: #fff;
  background: #F37B1D;
}

.ui-btn-group-blue.ui-btn-group-bg .active,
.ui-btn-group-blue.ui-btn-group-bg a.active {
  color: #fff;
  background: #1890FF;
}

.ui-btn-group-green.ui-btn-group-bg .active,
.ui-btn-group-green.ui-btn-group-bg a.active {
  color: #fff;
  background: #47CB89;
}

.ui-btn-group-info.ui-btn-group-bg .active,
.ui-btn-group-info.ui-btn-group-bg a.active {
  color: #fff;
  background: #57C5F7;
}

.ui-btn-group-sm .ui-btn-group-item {
  font-size: 12px;
  padding: 8px 15px;
  line-height: 22px;
}

.ui-btn-group-big .ui-btn-group-item {
  font-size: 16px;
  padding: 0 36px;
  line-height: 54px;
}

.ui-btn-group-lg .ui-btn-group-item {
  font-size: 20px;
  padding: 0 52px;
  line-height: 64px;
}

/*Badge*/
.ui-badge {
  min-width: 20px;
  line-height: 20px;
  min-height: 20px;
  padding: 0 4px;
  border-radius: 10px;
  background: #eaeaea;
  display: inline-block;
  color: #595959;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #fff;
  box-sizing: border-box;
}

.ui-badge-dot {
  min-width: 6px;
  height: 6px;
  min-height: 6px;
  padding: 0;
  background: #d9d9d9;
  border-radius: 100%;
  font-size: 10px;
}

.ui-badge-sm {
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  padding: 0;
  background: #d9d9d9;
  border-radius: 100%;
  font-size: 10px;
}

.ui-badge-red {
  background: #ED4014;
  color: #fff;
}

.ui-badge-yellow {
  background: #F37B1D;
  color: #fff;
}

.ui-badge-blue {
  background: #1890FF;
  color: #fff;
}

.ui-badge-green {
  background: #19BE6B;
  color: #fff;
}

.ui-badge-info {
  background: #2DB7F5;
  color: #fff;
}

.ui-badge-warp {
  position: relative;
  display: inline-block;
}

.ui-badge-warp .ui-badge {
  position: absolute;
  top: -2px;
  right: -2px;
}

/*Bar*/
.ui-bar {
  position: fixed;
  top: 0;
  width: 50px;
  right: -50px;
  height: 100%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 40;
}

.ui-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-bar ul li {}

.ui-bar ul li a {
  line-height: 60px;
  display: block;
  position: relative;
}

.ui-bar ul li a i {
  font-size: 32px;
  color: #fff;
}

.ui-bar ul li a p {
  position: absolute;
  top: 0;
  background: #fff;
  color: #333;
  padding: 8px 20px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-right: 0;
  display: none;
  border-radius: 6px 0 0 6px;
}

.ui-bar ul li a div {
  position: absolute;
  top: -100px;
  background: #fff;
  color: #333;
  padding: 10px;
  line-height: 24px;
  border: 1px solid #ddd;
  display: none;
  border-radius: 6px;
  text-align: center;
}

.ui-bar ul li a div img {
  width: 250px;
  height: 250px;
  display: block;
}

.ui-bar ul li a p:after {
  display: block;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: -4px;
  transform: rotate(45deg)
}

.ui-bar ul li a:hover p {
  left: -114px;
  display: block;
}

.ui-bar ul li a div:after {
  display: block;
  content: "";
  background: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 112px;
  right: -8.2px;
  transform: rotate(45deg);
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
}

.ui-bar ul li a:hover div {
  left: -300px;
  display: block;
}

.ui-bar ul:last-child {
  position: absolute;
  bottom: 5px;
  right: 11px;
}

.ui-bar-red {
  background: #ED4014;
}

.ui-bar-yellow {
  background: #F37B1D;
}

.ui-bar-blue {
  background: #1890FF;
}

.ui-bar-green {
  background: #19BE6B;
}

.ui-bar-info {
  background: #2DB7F5;
}

/*Bread*/
.ui-bread {}

.ui-bread ul {
  list-style: none;
}

.ui-bread ul li {
  display: inline-block;
  color: #999;
}

.ui-bread ul li+li:before {
  padding: 0 8px;
  content: "/\00a0";
  color: #999;
  font-family: 宋体;
}

.ui-bread-1 ul li+li:before {
  content: ">>";
}

.ui-bread-2 ul li+li:before {
  content: ">";
}

.ui-bread ul li i {
  color: #999;
  padding-right: 5px;
  transform: translateY(-1px);
}

/*Carousel*/
.ui-carousel {
  position: relative;
}

.ui-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ui-carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.ui-carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.ui-carousel-item img {
  width: 100%;
  height: auto;
}

.ui-carousel-item.active,
.ui-carousel-item-next,
.ui-carousel-item-prev {
  display: block;
}

.ui-carousel-item-next:not(.ui-carousel-item-left),
.active.ui-carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.ui-carousel-item-prev:not(.ui-carousel-item-right),
.active.ui-carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ui-carousel-prev,
.ui-carousel-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.ui-carousel-prev:hover,
.ui-carousel-prev:focus,
.ui-carousel-next:hover,
.ui-carousel-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.ui-carousel-prev {
  left: 0;
}

.ui-carousel-next {
  right: 0;
}

.ui-carousel-prev-icon,
.ui-carousel-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: no-repeat 50% / 100% 100%;
}

.ui-carousel-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.ui-carousel-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ui-carousel-page {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  list-style: none;
}

.ui-carousel-page li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 50px;
  height: 4px;
  margin-right: 4px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.ui-carousel-page .active {
  opacity: 1;
}

.ui-carousel-control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  background: rgba(0, 0, 0, .4);
}

.ui-carousel-control .ui-carousel-title {
  flex: 1;
  display: flex;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-carousel-control .ui-carousel-page {
  justify-content: flex-end;
  align-items: center;
  position: static;
  margin-right: 10px;
}

.ui-carousel-control .ui-carousel-page li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ui-carousel-pagenum {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 15;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 10px;
}

/*Card*/
.ui-card {
  border: 1px solid #e5e5e5;
  background: #fff;
}

.ui-card-header {
  background: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.ui-card-header .ui-card-header-title {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  border-left: 2px solid #1890FF;
  padding-left: 15px;
  flex: 1;
}

.ui-card-header .ui-card-header-more {
  align-items: center;
  justify-content: flex-end;
}

.ui-card-image img {
  width: 100%;
  height: auto;
}

.ui-card-image svg {
  width: 100%;
  text-anchor: middle;
}

.ui-card-body {
  padding: 15px;
}

.ui-card-body.np {
  padding-top: 0;
}

.ui-card-body.ui-row {
  margin-top: -15px;
}

.ui-card-body .ui-card-title {
  font-weight: bold;
  padding-bottom: 10px;
}

.ui-card-body .ui-card-text {
  word-break: break-all;
  color: #999;
}

.ui-card-body ul {
  list-style: none;
}

.ui-card-body .ui-list {
  margin-top: -10px;
}

.ui-card-footer {
  background: #fff;
  padding: 12px 18px;
  border-top: 1px solid #F2F2F2;
}

/*collapse*/
.ui-collapse {
  margin-top: 2px;
}

.ui-collapse .ui-card {
  border-radius: 0;
  margin-top: -2px;
}

.ui-collapse .ui-card .ui-card-header {
  cursor: pointer;
}

.ui-collapse .ui-card .ui-card-header ui-card-header-title {
  font-weight: normal;
  color: #444;
  border-left: 0;
  padding-left: 0;
}

.ui-collapse .ui-card .ui-card-header .ui-icon-right {
  transition: all 0.4s ease;
  font-size: 14px;
  color: #999;
}

.ui-collapse .ui-card .ui-card-header.active .ui-icon-right {
  transform: rotate(90deg);
}

.ui-collapse .ui-card:first-child {
  border-radius: 2px 2px 0 0;
}

.ui-collapse .ui-card:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: 1;
}

.ui-collapse .ui-card-body.hide {
  display: none;
}

.ui-collapse-menu.ui-collapse-menu-border {
  border: 1px solid #f3f3f3;
}

.ui-collapse-menu-title {
  display: flex;
  justify-content: space-betweend;
  border-bottom: 1px solid #f3f3f3;
  line-height: 50px;
  padding: 0 0 0 20px;
}

.ui-collapse-menu-title a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-collapse-menu-title i {
  display: block;
  transition: all 0.4s ease;
  color: #ccc;
  cursor: pointer;
  min-width: 50px;
  text-align: center;
}

.ui-collapse-menu-title.active {
  background: #efefef;
}

.ui-collapse-menu-title.active i {
  transform: rotate(90deg);
}

.ui-collapse-menu-body {
  display: none;
}

.ui-collapse-menu-body ul {
  list-style: none;
}

.ui-collapse-menu-body ul li {
  line-height: 50px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 30px;
}

.ui-collapse-menu-body ul li.active a {
  color: #f30;
}

.ui-collapse-menu-body.show {
  display: block;
}

.ui-collapse-menu-body.hide {
  display: none;
}

/*Dropmenu*/
.ui-dropdown {
  display: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  word-break: break-all;
  z-index: 100;
}

.ui-dropdown img {
  max-width: 100%;
}

.ui-dropdown:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-right: 0;
}

.ui-dropdown-left:after {
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}

.ui-dropdown-top:after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(-140deg);
}

.ui-dropdown-right:after {
  left: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.ui-dropdown-bottom:after {
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ui-dropdown-bottom-left:after {
  left: 10px;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
}

.ui-dropdown-top-left:after {
  left: 10px;
  top: 100%;
  transform: translateY(-50%) rotate(-140deg);
}

.ui-dropdown-right-top:after {
  left: -6px;
  top: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

.ui-dropdown-line {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.ui-dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.ui-dropdown-item.active {
  background: #1890FF;
}

a.ui-dropdown-item.active {
  color: #fff;
}

/*Dialog*/
.ui-dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .15);
  z-index: 198;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.ui-dialog {
  z-index: 999;
  position: fixed;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
  min-width: 350px;
  max-width: 96%;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.2s linear;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.ui-dialog-header {
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
}

.ui-dialog-header .ui-dialog-title {
  flex: 1;
  font-weight: bold;
  cursor: move;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.ui-dialog-header .ui-dialog-close {
  justify-content: flex-end;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  color: #999;
}

.ui-dialog-header .ui-dialog-close:hover {
  color: #000;
}

.ui-dialog-body {
  padding: 20px;
  max-height: 500px;
  overflow-y: auto;
  word-break: break-all;
}

.ui-dialog-body .ui-form-ip {
  line-height: normal;
}

.ui-dialog-body-input {
  padding-bottom: 6px;
}

.ui-dialog-body-iframe {
  padding: 0;
  overflow: hidden;
  max-height: 100%;
  line-height: 0;
  margin: 0;
}

.ui-dialog-body-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}

.ui-dialog-body-address {
  padding: 0;
  height: 300px;
  overflow: hidden;
}

.ui-dialog-footer {
  padding: 10px 20px;
  text-align: right;
  border-top: 0 solid #f3f3f3;
}

.ui-dialog-footer-mobile {
  display: flex;
  border-top: 1px solid #f3f3f3;
}

.ui-dialog-footer-mobile button {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 12px 0;
  flex: 1;
  color: #666;
}

.ui-dialog-footer-mobile button:last-child {
  border-left: 1px solid #f3f3f3;
  color: #1890FF;
}

.ui-dialog-address {
  max-width: 100%;
}

.ui-dialog-address .ui-dialog-footer-mobile {
  border-top: 0;
  border-bottom: 1px solid #f3f3f3;
}

.ui-dialog-mobile {
  border-radius: 8px;
  min-width: 250px;
  border: 0;
}

.ui-dialog-mobile .ui-dialog-header {
  border-radius: 8px 8px 0 0;
  padding: 12px 16px;
}

.ui-dialog-mobile .ui-dialog-body {
  padding: 20px 16px;
}

.ui-dialog-mobile .ui-dialog-body-iframe {
  padding: 0;
  overflow: hidden;
  max-height: 100%;
}

.ui-dialog-mobile .ui-dialog-footer-mobile {
  border-radius: 0 0 8px 8px;
}

.ui-dialog-mobile .ui-dialog-footer-mobile button:first-child {
  border-radius: 0 0 0 8px;
}

.ui-dialog-mobile .ui-dialog-footer-mobile button:last-child {
  border-radius: 0 0 8px 0;
}

.ui-dialog-in {
  -webkit-animation-name: ui-dialogIn;
  animation-name: ui-dialogIn;
}

.ui-dialog-out {
  -webkit-animation-name: ui-dialogOut;
  animation-name: ui-dialogOut;
  opacity: 0;
  transition: all 0.2s linear;
}

/*Endtime*/
.ui-endtime {
  color: #999;
}

.ui-endtime i {
  color: #f30;
  font-style: normal;
  padding: 0 5px;
}

.ui-endtime i:first-child {
  padding-left: 0;
}

/*filter*/
.ui-filter {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
  padding: 10px 20px 20px 0;
}

.ui-filter .ui-filter-left {
  text-align: right;
  padding-top: 18px;
  color: #999;
}

.ui-filter .ui-filter-right {
  padding-left: 10px;
}

.ui-filter .ui-filter-right a {
  border: 1px solid #eaeaea;
  padding: 7px 15px;
  border-radius: 2px;
  margin: 10px 10px 0 0;
  display: inline-block;
  color: #999;
}

.ui-filter a:hover,
.ui-filter a.active {
  border-color: #1890FF;
  color: #1890FF;
}

.ui-filter-red a:hover,
.ui-filter-red a.active {
  border-color: #ED4014;
  color: #ED4014;
}

.ui-filter-yellow a:hover,
.ui-filter-yellow a.active {
  border-color: #F37B1D;
  color: #F37B1D;
}

.ui-filter-blue a:hover,
.ui-filter-blue a.active {
  border-color: #1890FF;
  color: #1890FF;
}

.ui-filter-green a:hover,
.ui-filter-green a.active {
  border-color: #19BE6B;
  color: #19BE6B;
}

.ui-filter-info a:hover,
.ui-filter-info a.active {
  border-color: #2DB7F5;
  color: #2DB7F5;
}

.ui-filter-black a:hover,
.ui-filter-black a.active {
  border-color: #666;
  color: #666;
}

.ui-filter .ui-filter-right-image {
  /*margin-right:-1px;*/
}

.ui-filter .ui-filter-right-image a {
  /*margin-right:0;margin-left:-1px;border-radius:0;*/
}

.ui-filter .ui-filter-right-image a:hover {
  position: relative;
}

.ui-filter .ui-filter-right-image a.active {
  position: relative;
}

.ui-filter .ui-filter-right-image a:first-child {
  margin-right: 15px;
}

/*Fixed*/
.ui-fixed-top {
  position: fixed;
  top: 0;
  z-index: 30;
  right: 0;
  left: 0;
}

.ui-fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 30;
  right: 0;
  left: 0;
}

.ui-fixed-warp {
  z-index: 100;
}

/*Form*/
.ui-form-group {
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}

.ui-form-group+.hide {
  display: none;
}

.ui-form-icon {
  position: absolute;
  top: 46%;
  left: 15px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  vertical-align: middle;
  font-size: 24px;
}

.ui-form-icon+.ui-form-ip {
  padding-left: 50px;
}

.ui-form-group .ui-form-ip {}

.ui-form-group>label {
  margin-bottom: 10px;
}

.ui-form-ip {
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #495057;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: left;
}

.ui-form-group-sm .ui-form-ip {
  height: 46px;
  padding: 0 15px;
}

input.ui-form-ip {
  line-height: 1;
}

select.ui-form-ip,
textarea.ui-form-ip {
  height: auto;
}

textarea.ui-form-ip {
  min-height: 100px;
}

.ui-form-ip::-ms-expand {
  background-color: transparent;
  border: 0;
}

.ui-form-ip:focus {
  color: #495057;
  background: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}

.ui-form-ip::-webkit-input-placeholder {
  color: #999;
}

.ui-form-ip::-moz-placeholder {
  color: #999;
}

.ui-form-ip:-ms-input-placeholder {
  color: #999;
}

.ui-form-ip::-ms-input-placeholder {
  color: #999;
}

.ui-form-ip::placeholder {
  color: #999;
}

.ui-form-ip:disabled {
  background: #fafafa;
  opacity: 1;
  cursor: not-allowed;
}

.ui-form-ip[readonly] {
  background: #fafafa;
  opacity: 1;
}

.ui-form-ip-check {
  margin-bottom: 3px;
  margin-right: 5px;
  vertical-align: middle;
}

.ui-form-limit-text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #999;
  background: rgba(255, 255, 255, .5);
}

.ui-form-limit-text span {
  color: #f30;
}

.ui-col-form-label {
  color: #666;
  padding: 10px 10px 0 0;
  text-align: right;
  transform: translateY(1px)
}

.ui-col-form-label-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: #666;
  padding: 0 10px 0 0;
}

.ui-input-group {
  display: flex;
}

.ui-input-group .before {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 15px;
  color: #495057;
  border: 1px solid #e3e3e3;
  border-right: 0;
  background: #F6F7FF;
  border-radius: 4px 0 0 4px;
  white-space: nowrap;
}

.ui-input-group .after {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 15px;
  color: #495057;
  border: 1px solid #e3e3e3;
  border-left: 0;
  background: #F6F7FF;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
}

.ui-input-group a.after {
  padding: 0 15px;
  cursor: pointer;
  font-family: microsoft yahei;
}

.ui-input-group a.after:before {
  margin-right: 5px;
  color: #999;
  font-family: "iconfont";
}

.ui-input-group a:hover.after,
.ui-input-group a:hover.after:before {
  color: #f30;
}

.ui-input-group button.after {
  padding: 0 10px;
}

.ui-input-group button.after [class*=ui-icon] {
  font-size: 24px;
}

.ui-input-group .code {
  min-height: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 12px;
  border: 1px solid #e3e3e3;
  border-left: 0;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.ui-input-group .code img {
  height: 42px;
  border-radius: 0 4px 4px 0;
}

.ui-input-group .ui-form-ip {
  flex: 1;
}

.ui-input-group-check {
  padding-top: 7px;
}

.ui-input-group-check label {
  margin-right: 10px;
}

.ui-input-group .radius-none {
  border-radius: 0;
}

.ui-input-group .radius-left-none {
  border-radius: 0 4px 4px 0;
}

.ui-input-group .radius-right-none {
  border-radius: 4px 0 0 4px;
}

.ui-input-group .radius-none {
  border-radius: 0;
}

.ui-check-error {
  color: #ED4014;
}

.ui-check-error .ui-form-ip {
  border-color: #ED4014;
}

.ui-check-error .ui-form-ip:focus {
  box-shadow: 0 0 0 2px rgba(255, 51, 0, 0.25);
}

.ui-check-error .error-msg {
  display: inline-block;
  padding: .5833em .833em;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: none;
  border: 1 solid #DB2828;
  position: relative;
  background: #fff;
  border: 1px solid #db2828;
  color: #db2828;
}

.ui-check-error .error-msg:before {
  background: #fff;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-left-color: #DB2828;
  border-top-color: #DB2828;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  width: .6666em;
  height: .6666em;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
}

.ui-check-error .ui-form-icon {
  top: 24.5%;
}

.ui-check-error .ui-form-limit-text {
  bottom: 37%;
}

.ui-form-ip.w-auto {
  width: auto;
  display: inline-block;
}

.ui-form-inline {}

.ui-form-inline .before {
  border-radius: 0;
}

.ui-form-inline .before:first-child {
  border-radius: 4px 0 0 4px;
}

.ui-form-inline .ui-form-ip {
  border-radius: 0;
  border-right: 0;
}

.ui-form-inline .after {
  border-left: 1px solid #e3e3e3;
}

/*CheckBox*/
.ui-checkbox {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}

.ui-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}

.ui-checkbox input[type="checkbox"]+i {
  margin-right: 5px;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
}

.ui-checkbox input[type="checkbox"]+i:after {
  width: 20px;
  height: 20px;
  border: 1px solid #1890FF;
  border-radius: 2px;
  display: inline-block;
  line-height: 20px;
  content: '';
  text-align: center;
  overflow: hidden;
  margin-top: 2px;
}

.ui-checkbox input[type="checkbox"]:checked+i:after {
  content: '\e830';
  font-family: iconfont;
  background: #1890FF;
  color: #fff;
  border-color: #1890FF;
}

.ui-checkbox input[type="checkbox"]:disabled+i:after {
  background: #f5f5f5;
  color: #999;
  border-color: #ddd;
}

.ui-checkbox input[type="checkbox"]:checked:disabled+i:after {
  content: '\e830';
  font-family: iconfont;
  background: #f5f5f5;
  color: #999;
  border-color: #ddd;
}

.ui-checkbox input[type="checkbox"]:disabled+i {
  cursor: not-allowed;
}

.ui-checkbox-red input[type="checkbox"]+i:after {
  border-color: #ED4014;
}

.ui-checkbox-red input[type="checkbox"]:checked+i:after {
  background: #ED4014;
  border-color: #ED4014;
}

.ui-checkbox-yellow input[type="checkbox"]+i:after {
  border-color: #F37B1D;
}

.ui-checkbox-yellow input[type="checkbox"]:checked+i:after {
  background: #F37B1D;
  border-color: #F37B1D;
}

.ui-checkbox-blue input[type="checkbox"]+i:after {
  border-color: #1890FF;
}

.ui-checkbox-blue input[type="checkbox"]:checked+i:after {
  background: #1890FF;
  border-color: #1890FF;
}

.ui-checkbox-green input[type="checkbox"]+i:after {
  border-color: #19BE6B;
}

.ui-checkbox-green input[type="checkbox"]:checked+i:after {
  background: #19BE6B;
  border-color: #19BE6B;
}

.ui-checkbox-info input[type="checkbox"]+i:after {
  border-color: #2DB7F5;
}

.ui-checkbox-info input[type="checkbox"]:checked+i:after {
  background: #2DB7F5;
  border-color: #2DB7F5;
}

.ui-checkbox:last-child {
  margin-right: 0;
}

/*Radio*/
.ui-radio {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: middle;
}

.ui-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none
}

.ui-radio input[type="radio"]+i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  transition: all .3s ease 0s;
  margin-top: 2px;
}

.ui-radio input[type="radio"]+i:after {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
}

.ui-radio input[type="radio"]:checked+i {
  border-color: #1890FF;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
}

.ui-radio input[type="radio"]:checked+i:after {
  content: '';
  background: #1890FF;
}

.ui-radio input[type="radio"]:disabled+i {
  border-color: #ddd;
  background: #F5F5F5;
  cursor: not-allowed;
}

.ui-radio input[type="radio"]:checked:disabled+i {
  border: 1px solid #ddd;
  box-shadow: none;
}

.ui-radio input[type="radio"]:checked:disabled+i:after {
  background: #C4C4C4;
}

.ui-radio-red input[type="radio"]:checked+i {
  border-color: #ED4014;
}

.ui-radio-red input[type="radio"]:checked+i:after {
  background: #ED4014;
}

.ui-radio-yellow input[type="radio"]:checked+i {
  border-color: #F37B1D;
}

.ui-radio-yellow input[type="radio"]:checked+i:after {
  background: #F37B1D;
}

.ui-radio-blue input[type="radio"]:checked+i {
  border-color: #1890FF;
}

.ui-radio-blue input[type="radio"]:checked+i:after {
  background: #1890FF;
}

.ui-radio-green input[type="radio"]:checked+i {
  border-color: #19BE6B;
}

.ui-radio-green input[type="radio"]:checked+i:after {
  background: #19BE6B;
}

.ui-radio-info input[type="radio"]:checked+i {
  border-color: #2DB7F5;
}

.ui-radio-info input[type="radio"]:checked+i:after {
  background: #2DB7F5;
}

.ui-radio:last-child {
  margin-right: 0;
}

/*Switch*/
.ui-switch {
  display: inline-block;
  text-align: left;
}

.ui-switch>input[type="checkbox"] {
  display: none;
}

.ui-switch>input[type="checkbox"]:disabled~.ui-switch-checkbox {
  background: #EBEBEB;
  cursor: not-allowed
}

.ui-switch>input[type="checkbox"]:checked:disabled~.ui-switch-checkbox {
  background: #EBEBEB;
}

.ui-switch>input[type="checkbox"]:checked~.ui-switch-checkbox {
  background: #1890FF;
}

.ui-switch>input[type="checkbox"]:checked~.ui-switch-checkbox::before {
  left: 38px;
}

.ui-switch>input[type="checkbox"]:checked~.ui-switch-checkbox.ui-switch-text::before {
  text-indent: -24px;
  content: '开';
  color: #fff;
}

.ui-switch>input[type="checkbox"]:checked~.ui-switch-checkbox.ui-switch-icon::before {
  content: '\e830';
  text-indent: -24px;
  font-family: iconfont;
  color: #fff;
}

.ui-switch>input[type="checkbox"]:checked~.ui-switch-checkbox.ui-switch-en::before {
  text-indent: -28px;
  content: 'On';
  color: #fff;
}

.ui-switch .ui-switch-checkbox.ui-switch-text::before {
  content: '关';
  text-indent: 36px;
  color: #fff;
}

.ui-switch .ui-switch-checkbox.ui-switch-en::before {
  content: 'Off';
  text-indent: 34px;
  color: #fff;
}

.ui-switch .ui-switch-checkbox.ui-switch-icon::before {
  content: '\e831';
  text-indent: 36px;
  font-family: iconfont;
  color: #fff;
}

.ui-switch .ui-switch-checkbox {
  width: 70px;
  height: 32px;
  border-radius: 100px;
  background: #ccc;
  transition: background ease 0.5s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  user-select: none;
}

.ui-switch .ui-switch-checkbox::before {
  content: '';
  font-weight: 500;
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  left: 2px;
  background: #fff;
  olor: #fff;
  font-size: 15px;
  transition: left ease 0.3s;
  font-style: normal;
}

.ui-switch-red>input[type="checkbox"]:checked~.ui-switch-checkbox {
  background: #ED4014;
}

.ui-switch-yellow>input[type="checkbox"]:checked~.ui-switch-checkbox {
  background: #F37B1D;
}

.ui-switch-blue>input[type="checkbox"]:checked~.ui-switch-checkbox {
  background: #1890FF;
}

.ui-switch-green>input[type="checkbox"]:checked~.ui-switch-checkbox {
  background: #19BE6B;
}

.ui-switch-info>input[type="checkbox"]:checked~.ui-switch-checkbox {
  background: #2DB7F5;
}

/*Inputnumber*/
.ui-inputnumber-wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #fff;
}

.ui-inputnumber-wrap:hover {
  border-color: #80bdff;
}

.ui-inputnumber-text {
  min-width: 60px;
  border-radius: 2px 0 0 2px;
  text-align: center;
  height: 40px;
}

.inputnumber:focus {
  box-shadow: none;
  border: 0;
}

.ui-inputnumber-min,
.ui-inputnumber-max {
  border: 1px solid #dadada;
  border-top: 0;
  border-bottom: 0;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: -1px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #555;
}

.ui-inputnumber-max {
  border-right: 0;
}

.ui-inputnumber-min:hover,
.ui-inputnumber-max:hover {
  color: #1890FF;
  border-color: #80bdff;
  z-index: 1;
}

.ui-inputnumber-min i,
.ui-inputnumber-max i {
  font-size: 14px;
}

.ui-inputnumber-min.ui-inputnumber-disabled,
.ui-inputnumber-max.ui-inputnumber-disabled {
  cursor: not-allowed;
  color: #999;
}

.ui-inputnumber-min.ui-inputnumber-disabled:hover,
.ui-inputnumber-max.ui-inputnumber-disabled:hover {
  border-color: #dadada;
}

.ui-inputnumber-wrap.disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #fafafa;
  cursor: not-allowed;
}

.ui-inputnumber-wrap.disabled:hover {
  border-color: #dadada;
}

.ui-inputnumber-wrap.disabled .ui-inputnumber-min,
.ui-inputnumber-wrap.disabled .ui-inputnumber-max,
.ui-inputnumber-wrap.disabled .ui-inputnumber-text {
  cursor: not-allowed;
  color: #999;
}

.ui-inputnumber-wrap.disabled .ui-inputnumber-min:hover,
.ui-inputnumber-wrap.disabled .ui-inputnumber-max:hover {
  border-color: #dadada;
  color: #999;
}

.ui-inputnumber-center .ui-inputnumber-min {
  border-right: 1px solid #dadada;
  border-left: 0;
}

/*.ui-line*/
.ui-line {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 10px 0;
  min-height: 4px;
}

.ui-line:before {
  content: "";
  display: table;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #e8eaec;
  transform: translateY(50%);
  z-index: -1;
}

.ui-line span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
  white-space: nowrap;
}

.ui-line-left {
  text-align: left;
}

.ui-line-left span {
  margin-left: 1.5%;
}

.ui-line-right {
  text-align: right;
}

.ui-line-right span {
  margin-right: 1.5%;
}

.ui-line-red:before {
  border-top-color: #ED4014;
}

.ui-line-red span {
  color: #ED4014;
}

.ui-line-yellow:before {
  border-top-color: #F37B1D;
}

.ui-line-yellow span {
  color: #F37B1D;
}

.ui-line-blue:before {
  border-top-color: #1890FF;
}

.ui-line-blue span {
  color: #1890FF;
}

.ui-line-green:before {
  border-top-color: #19BE6B;
}

.ui-line-green span {
  color: #19BE6B;
}

.ui-line-info:before {
  border-top-color: #2DB7F5;
}

.ui-line-info span {
  color: #2DB7F5;
}

/*List*/
.ui-list {
  list-style: none;
}

.ui-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ui-list li a {
  color: #333;
  flex: 1;
}

.ui-list li a:hover {
  color: #f30;
}

.ui-list li a i {
  margin: 0 10px 0 5px;
  color: #999;
  margin-right: 10px;
  transform: translateY(-1px);
}

.ui-list li .arrow {
  padding: 0 5px 0 9px;
}

.ui-list li .arrow:after {
  content: "\e82a";
  font-family: "iconfont";
  color: #ccc;
  font-size: 20px;
  transform: translateY(3px);
}

.ui-list-border {
  border: 1px solid #e4eaec;
  border-bottom: 0;
}

.ui-list-striped li:nth-child(even) {
  background: #F9FBFD;
}

.ui-list-hover li:hover {
  background: #F9FBFD;
}

.ui-list-border .arrow {
  padding: 0 9px;
}

.ui-list .active {
  background: #F5FAFE;
}

/*LightBox*/
.ui-lightbox-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 998;
  display: block;
  display: none;
  overflow: hidden;
}

.ui-lightbox-warp {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  z-index: 999;
  position: fixed;
  left: 45%;
  top: 45%;
  user-select: none;
}

.ui-lightbox-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
}

.ui-lightbox-left:after {
  content: "\e784";
  font-family: iconfont;
  font-size: 42px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 10%;
  opacity: 0;
}

.ui-lightbox-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  cursor: pointer;
}

.ui-lightbox-right:after {
  content: "\e78c";
  font-family: iconfont;
  font-size: 42px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 10%;
  opacity: 0;
}

.ui-lightbox-warp:hover .ui-lightbox-left:after,
.ui-lightbox-warp:hover .ui-lightbox-right:after {
  opacity: .8;
}

.ui-lightbox-image {
  position: relative;
}

.ui-lightbox-video {
  background: #000;
}

.ui-lightbox-iframe {
  line-height: 0;
}

.ui-lightbox-image-url {
  width: 0;
}

.ui-lightbox-bottom {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  transition: all .3s ease 0s;
}

.ui-lightbox-bottom * {
  line-height: 40px;
}

.ui-lightbox-bottom i {
  float: right;
  font-style: normal;
  float: right;
  padding-left: 15px;
  color: #999;
}

.ui-lightbox-close {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  font-family: verdana;
  background: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  z-index: 20;
}

/*Modal*/
.ui-modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 98;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.ui-modal {
  display: none;
  z-index: 99;
  position: fixed;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
  width: 500px;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

.ui-modal-header {
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
}

.ui-modal-header .ui-modal-title {
  flex: 1;
  font-weight: bold;
  cursor: move;
}

.ui-modal-header .ui-modal-close {
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  color: #999;
}

.ui-modal-header .ui-modal-close:hover {
  color: #000;
}

.ui-modal-body {
  padding: 20px;
  max-height: 500px;
  overflow-y: auto;
}

.ui-modal-body .ui-form-ip {
  line-height: normal;
}

.ui-modal-footer {
  padding: 10px 20px;
  border-top: 1px solid #f3f3f3;
  text-align: right;
  font-size: 20px;
}

.ui-modal-sm {
  width: 360px;
}

.ui-modal-sm .ui-modal-body {
  max-height: 220px;
}

.ui-modal-bg {
  width: 800px;
}

.ui-modal-lg {
  width: 1000px;
}

.ui-modal-in {
  transition: transform 0.3s ease-out;
  transform: translate(0, 50px);
}

.ui-modal-out {
  transition: transform 0.3s ease-out;
  transform: translate(0);
}

/*Media*/
.ui-media-list {}

.ui-media-list .ui-media {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #f3f3f3;
}

.ui-media-list .ui-media:last-child {
  margin-bottom: 0;
}

.ui-media-img {}

.ui-media-img img,
.ui-media-img svg {
  border: 1px solid #f3f3f3;
  padding: 3px;
  text-anchor: middle;
  border-radius: 4px;
}

.ui-media-body {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.ui-media-header {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.ui-media-text {
  color: #666;
  word-break: break-all;
}

.ui-media-text img {
  max-width: 100%;
}

.ui-media-other {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  vertical-align: middle;
}

.ui-media-link {
  padding-left: 15px;
}

.ui-media-arrow {
  padding-left: 15px;
}

.ui-media-arrow:after {
  content: ">";
  font-family: 宋体;
  color: #ccc;
  font-size: 30px;
}

.ui-media-center {
  display: flex;
  align-items: center;
}

.ui-media-bottom {
  display: flex;
  align-items: flex-end;
}

.ui-media-border .ui-media {
  border-bottom: 0;
  padding-bottom: 0;
}

.ui-media-border .ui-media-body {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}

.ui-media-border .ui-media-link,
.ui-media-border .ui-media-arrow {
  border-bottom: 1px solid #eaeaea;
}

.ui-media-border-none .ui-media {
  border-bottom: 0;
}

.ui-media-border-none .ui-media:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*Menu*/
.ui-menu {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: center;
}

.ui-menu .ui-menu-name {
  color: #333;
  border-bottom: 2px solid #999;
  margin-bottom: -1px;
  padding-bottom: 15px;
  align-self: flex-end;
}

.ui-menu .ui-menu-more a {
  color: #666;
  display: block;
  padding-bottom: 10px;
}

.ui-menu .ui-menu-more a:hover {
  color: #f30;
}

.ui-menu-red .ui-menu-name {
  color: #ED4014;
  border-bottom-color: #ED4014;
}

.ui-menu-yellow .ui-menu-name {
  color: #F37B1D;
  border-bottom-color: #F37B1D;
}

.ui-menu-blue .ui-menu-name {
  color: #1890FF;
  border-bottom-color: #1890FF;
}

.ui-menu-green .ui-menu-name {
  color: #19BE6B;
  border-bottom-color: #19BE6B;
}

.ui-menu-info .ui-menu-name {
  color: #2DB7F5;
  border-bottom-color: #2DB7F5;
}

.ui-menu-noborder {
  border: 0;
}

.ui-menu-noborder .ui-menu-name {
  border: 0;
}

/*Nav*/
.ui-nav {}

.ui-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.ui-nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.ui-nav ul li a {
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  text-align: center;
}

.ui-nav ul li a:hover {}

.ui-nav ul li.active a {}

.ui-nav ul li ul {
  position: absolute;
  min-width: 200px;
  border: 1px solid #d9d9d9;
  background: #fff;
  opacity: 0;
  transition: all .3s ease 0s;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.1);
  z-index: 20;
}

.ui-nav ul li ul li {
  display: block;
  z-index: 1;
}

.ui-nav ul li ul li a {
  text-align: left;
  color: #333;
  white-space: nowrap;
}

.ui-nav ul li ul li a:hover {
  background: #1890FF;
  color: #fff;
}

.ui-nav ul li:hover ul {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.ui-nav-full ul {
  display: flex;
}

.ui-nav-full ul li {
  flex: 1;
}

.ui-nav-full ul li ul,
.ui-nav-full ul li ul li {
  display: block;
  width: 100%;
}

.ui-nav-bottom ul li ul {
  bottom: 41px;
}

.ui-nav-bottom ul li ul:before {
  width: 0;
  height: 0;
}

.ui-nav-bg-red {
  background: #ED4014;
  border: 1px solid #ED4014;
}

.ui-nav-bg-red li a {
  color: #fff;
}

.ui-nav-bg-red li a:hover {
  background: #fff;
  color: #333;
}

.ui-nav-bg-red ul li.active a {
  background: #fff;
  color: #333;
}

.ui-nav-bg-yellow {
  background: #F37B1D;
  border: 1px solid #F37B1D;
}

.ui-nav-bg-yellow li a {
  color: #fff;
}

.ui-nav-bg-yellow li a:hover {
  background: #fff;
  color: #333;
}

.ui-nav-bg-yellow ul li.active a {
  background: #fff;
  color: #333;
}

.ui-nav-bg-blue {
  background: #1890FF;
  border: 1px solid #1890FF;
}

.ui-nav-bg-blue li a {
  color: #fff;
}

.ui-nav-bg-blue li a:hover {
  background: #fff;
  color: #333;
}

.ui-nav-bg-blue ul li.active a {
  background: #fff;
  color: #333;
}

.ui-nav-bg-green {
  background: #19BE6B;
  border: 1px solid #19BE6B;
}

.ui-nav-bg-green li a {
  color: #fff;
}

.ui-nav-bg-green li a:hover {
  background: #fff;
  color: #333;
}

.ui-nav-bg-green ul li.active a {
  background: #fff;
  color: #333;
}

.ui-nav-bg-info {
  background: #2DB7F5;
  border: 1px solid #2DB7F5;
}

.ui-nav-bg-info li a {
  color: #fff;
}

.ui-nav-bg-info li a:hover {
  background: #fff;
  color: #333;
}

.ui-nav-bg-info ul li.active a {
  background: #fff;
  color: #333;
}

.ui-nav-bg-black {
  background: #000;
  border: 1px solid #000;
}

.ui-nav-bg-black li a {
  color: #fff;
}

.ui-nav-bg-black li a:hover {
  background: #fff;
  color: #333;
}

.ui-nav-bg-black ul li.active a {
  background: #fff;
  color: #333;
}

/*Offside*/
.ui-offside-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 98;
  overflow-y: auto;
  display: none;
}

.ui-offside {
  position: fixed;
  min-width: 200px;
  z-index: 996;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: all .3s ease 0s;
}

.ui-offside-left {
  left: -100%;
  top: 0;
  height: 100%;
  overflow-y: auto;
}

.ui-offside-right {
  right: -100%;
  top: 0;
  height: 100%;
  overflow-y: auto;
}

.ui-offside-top {
  top: -100%;
  width: 100%;
  min-height: 100px;
}

.ui-offside-bottom {
  bottom: -110%;
  width: 100%;
  min-height: 100px;
}

.ui-offside-in.ui-offside-left,
.ui-offside-in.ui-offside-right {
  transform: translate3d(0, 0, 0);
}

.ui-offside-right-close {
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  width: 28px;
  height: 28px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 50%;
  display: none;
  z-index: 999;
}

.ui-offside-in .ui-offside-right-close {
  display: inline-block;
}

/*OrderBy*/
.ui-orderby {
  background: #fff;
  border: 1px solid #eee;
}

.ui-orderby ul {
  list-style: none;
  display: flex;
}

.ui-orderby ul li a {
  border-right: 1px solid #eee;
  padding: 10px 30px;
  color: #666;
  display: block;
}

.ui-orderby ul li a:hover {
  background: #fff;
  color: #1890FF;
}

.ui-orderby ul li a i {
  font-size: 16px;
  margin-left: 5px;
}

.ui-orderby ul li.active a {
  background: #1890FF;
  border-right-color: #1890FF;
  color: #fff;
}

.ui-orderby-red ul li a:hover {
  color: #ED4014;
}

.ui-orderby-red ul li.active a {
  background: #ED4014;
  border-right-color: #ED4014;
  color: #fff;
}

.ui-orderby-yellow ul li a:hover {
  color: #F37B1D;
}

.ui-orderby-yellow ul li.active a {
  background: #F37B1D;
  border-right-color: #F37B1D;
  color: #fff;
}

.ui-orderby-blue ul li a:hover {
  color: #1890FF;
}

.ui-orderby-blue ul li.active a {
  background: #1890FF;
  border-right-color: #1890FF;
  color: #fff;
}

.ui-orderby-green ul li a:hover {
  color: #19BE6B;
}

.ui-orderby-green ul li.active a {
  background: #19BE6B;
  border-right-color: #19BE6B;
  color: #fff;
}

.ui-orderby-info ul li a:hover {
  color: #2DB7F5;
}

.ui-orderby-info ul li.active a {
  background: #2DB7F5;
  border-right-color: #2DB7F5;
  color: #fff;
}

.ui-orderby-black ul li a:hover {
  color: #666;
}

.ui-orderby-black ul li.active a {
  background: #666;
  border-right-color: #666;
  color: #fff;
}

/*PicList*/
/*
3:2 ： 66.6%
3:4 ： 133.3%
16:9 ： 56.2%
两列列宽：48.5%
三列列宽：31.8%
四列列宽：23.5%
五列列宽：18.5%
*/
.ui-piclist {
  margin: 0 -.75%;
  padding: 0 0 .25% 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
}

.ui-piclist:after {
  content: " ";
  clear: both;
  display: table;
}

.ui-piclist-item {
  float: left;
  width: 23.5%;
  padding: 0;
  margin: 0 .75% 1.5% .75%;
  background: #fff;
  border: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
}

.ui-piclist-item:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.ui-piclist-item .ui-progress {
  position: absolute;
  top: 32%;
  left: 10px;
  right: 10px;
  z-index: 2;
}

.ui-piclist-item .error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F00;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  z-index: 2;
  text-align: center;
}

.ui-piclist-item.disabled,
.ui-piclist-item.disabled a {
  cursor: not-allowed;
}

.ui-piclist-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.2%;
}

.ui-piclist-image img {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.ui-piclist-image svg {
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  text-anchor: middle;
  position: absolute;
}

.ui-piclist-image .upload {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #ccc;
  cursor: pointer;
  background: #f9f9f9;
}

.ui-piclist-image .upload:hover {
  color: #333;
}

.ui-piclist-image em {
  position: absolute;
  right: -74px;
  top: 10px;
  z-index: 10;
  width: 200px;
  line-height: 32px;
  background: #2DB7F5;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  transform: rotate(45deg);
}

.ui-piclist-image em.bg-red {
  background: #ED4014;
}

.ui-piclist-image em.bg-yellow {
  background: #F37B1D;
}

.ui-piclist-image em.bg-blue {
  background: #1890FF;
}

.ui-piclist-image em.bg-green {
  background: #19BE6B;
}

.ui-piclist-image em.bg-info {
  background: #2DB7F5;
}

.ui-piclist-body {
  padding: 15px;
}

.ui-piclist-title {
  font-size: 16px;
}

.ui-piclist-flex {
  margin: 10px 0 5px 0;
  display: flex;
  align-items: center;
}

.ui-piclist-price {
  color: #333;
  flex: 1;
  font-size: 14px;
}

.ui-piclist-price strong {
  font-size: 16px;
  color: #ED4014;
}

.ui-piclist-price del,
.ui-piclist-price span {
  color: #999;
  display: block;
  font-size: 12px;
}

.ui-piclist-flex .action {}

.ui-piclist-flex .action a.ui-btn {
  border-radius: 50px;
  padding: 0 20px;
  font-size: 16px;
}

.ui-piclist-col-2 .ui-piclist-item {
  width: 48.5%;
}

.ui-piclist-col-3 .ui-piclist-item {
  width: 31.8%;
}

.ui-piclist-col-5 .ui-piclist-item {
  width: 18.5%;
}

.ui-piclist-1-1 .ui-piclist-image {
  padding-bottom: 100%;
}

.ui-piclist-3-2 .ui-piclist-image {
  padding-bottom: 66.6%;
}

.ui-piclist-3-4 .ui-piclist-image {
  padding-bottom: 133.3%;
}

.ui-piclist-4-3 .ui-piclist-image {
  padding-bottom: 75%;
}

.ui-piclist-16-9 .ui-piclist-image {
  padding-bottom: 56.2%;
}

.ui-piclist-100 .ui-piclist-image img {
  min-height: 100%;
}

.ui-piclist-image .upload-action {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  z-index: 2;
  background: rgba(0, 0, 0, .4);
  transition: all .5s ease 0s;
}

.ui-piclist-image .upload-action a {
  font-size: 30px;
  color: #ccc;
  margin: 0 5px;
}

.ui-piclist-image .upload-action a:hover {
  color: #fff;
}

.ui-piclist-image:hover .upload-action {
  bottom: 0;
}

.ui-piclist-top {
  margin-top: -15px;
}

/*Page*/
.ui-page {
  user-select: none;
}

.ui-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: 1px;
}

.ui-page ul li {
  font-size: 0;
  list-style: none;
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin-left: -1px;
}

.ui-page ul li:first-child,
.ui-page ul li:first-child a {
  border-radius: 4px 0 0 4px;
}

.ui-page ul li:last-child,
.ui-page ul li:last-child a {
  border-radius: 0 .4px 4px 0;
}

.ui-page ul li a {
  font-size: 16px;
  display: block;
  padding: 0 15px;
  line-height: 40px;
  color: #444;
  background: #fff;
}

.ui-page ul li a:not([href]) {
  color: #999;
  cursor: not-allowed;
}

.ui-page ul li.active {
  border-color: #1890FF;
  background: #1890FF;
}

.ui-page ul li.active a {
  color: #fff;
  background: #1890FF;
}

.ui-page ul li.active a:hover {
  background: #1890FF;
}

.ui-page ul li:hover a {
  background: #f9f9f9;
}

.ui-page-red ul li.active {
  border-color: #ED4014;
  background: #ED4014;
}

.ui-page-red ul li.active a {
  background: #ED4014;
}

.ui-page-red ul li.active a:hover {
  background: #ED4014;
}

.ui-page-yellow ul li.active {
  border-color: #F37B1D;
  background: #F37B1D;
}

.ui-page-yellow ul li.active a {
  background: #F37B1D;
}

.ui-page-yellow ul li.active a:hover {
  background: #F37B1D;
}

.ui-page-green ul li.active {
  border-color: #19BE6B;
  background: #19BE6B;
}

.ui-page-green ul li.active a {
  background: #19BE6B;
}

.ui-page-green ul li.active a:hover {
  background: #19BE6B;
}

.ui-page-info ul li.active {
  border-color: #2DB7F5;
  background: #2DB7F5;
}

.ui-page-info ul li.active a {
  background: #2DB7F5;
}

.ui-page-info ul li.active a:hover {
  background: #2DB7F5;
}

.ui-page-mid ul li {
  margin-right: 6px;
}

.ui-page-mid ul li {
  border-radius: 2px;
}

.ui-page-mid ul li:first-child,
.ui-page-mid ul li:last-child {
  border-radius: 2px;
}

.ui-page-center ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-page-right ul {
  display: flex;
  justify-content: flex-end;
}

.ui-page-right {
  display: flex;
}

.ui-page-right .ui-page-other {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/*Progress*/
.ui-progress {
  background: #e4eaec;
  height: 10px;
  overflow: hidden;
  display: flex;
}

.ui-progress .ui-progress-bar {
  background: #1890FF;
  display: flex;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.ui-progress-radius {
  border-radius: 20px;
}

.ui-progress-radius .ui-progress-bar {
  border-radius: 20px 0 0 20px;
}

.ui-progress-lt {
  height: 2px;
}

.ui-progress-sm {
  height: 4px;
}

.ui-progress-big {
  height: 15px;
}

.ui-progress-lg {
  height: 22px;
}

.ui-progress-red .ui-progress-bar {
  background: #ED4014;
}

.ui-progress-yellow .ui-progress-bar {
  background: #F37B1D;
}

.ui-progress-green .ui-progress-bar {
  background: #19BE6B;
}

.ui-progress-info .ui-progress-bar {
  background: #2DB7F5;
}

.ui-progress-striped .ui-progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-animation: ui-progress-bar-active 2s linear infinite normal;
  animation: ui-progress-bar-active 2s linear infinite normal
}

@-webkit-keyframes ui-progress-bar-active {
  from {
    background-position: 30px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes ui-progress-bar-active {
  from {
    background-position: 30px 0
  }

  to {
    background-position: 0 0
  }
}

/*Step*/
.ui-step-wrap {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
  height: 4px;
  position: absolute;
  top: 17px;
  left: 0;
}

.ui-step-wrap .ui-step-bg {
  width: 100%;
  background: #ccd5db;
}

.ui-step-wrap .ui-step-progress {
  width: 0;
  background: #1890FF;
}

.ui-step {
  font-size: 0;
  display: flex;
  position: relative;
}

.ui-step-item {
  font-size: 16px;
  color: #595959;
  text-align: center;
  flex: 1;
  position: relative;
}

.ui-step-num {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 32px;
  background: #ccd5db;
  border: 2px solid #ccd5db;
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.ui-step-title {
  line-height: 32px;
  color: #999;
}

.ui-step-item.active .ui-step-num {
  background: #fff;
  color: #1890FF;
  border-color: #3e8ef7;
}

.ui-step-item.active .ui-step-title {
  color: #1890FF;
}

.ui-step-bottom .ui-step-bg,
.ui-step-bottom .ui-step-progress {
  top: 48px;
}

.ui-step-red .ui-step-progress {
  background: #ED4014;
}

.ui-step-red .ui-step-item.active .ui-step-num {
  color: #ED4014;
  border-color: #ED4014;
}

.ui-step-red .ui-step-item.active .ui-step-title {
  color: #ED4014;
}

.ui-step-yellow .ui-step-progress {
  background: #F37B1D;
}

.ui-step-yellow .ui-step-item.active .ui-step-num {
  color: #F37B1D;
  border-color: #F37B1D;
}

.ui-step-yellow .ui-step-item.active .ui-step-title {
  color: #F37B1D;
}

.ui-step-green .ui-step-progress {
  background: #19BE6B;
}

.ui-step-green .ui-step-item.active .ui-step-num {
  color: #19BE6B;
  border-color: #19BE6B;
}

.ui-step-green .ui-step-item.active .ui-step-title {
  color: #19BE6B;
}

.ui-step-info .ui-step-progress {
  background: #2DB7F5;
}

.ui-step-info .ui-step-item.active .ui-step-num {
  color: #2DB7F5;
  border-color: #2DB7F5;
}

.ui-step-info .ui-step-item.active .ui-step-title {
  color: #2DB7F5;
}

.ui-step-arrow:after {
  display: block;
  content: " ";
  margin: 15px auto 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid #eaeaea;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  z-index: 30;
}

/*Star*/
.ui-star {}

.ui-star-item {
  font-size: 30px;
  font-family: arial;
  display: inline-block;
  color: #999;
  cursor: pointer;
}

.ui-star-item i {
  font-size: 24px;
}

.ui-star-item:hover {
  color: #f30;
}

.ui-star-full {
  color: #f30;
}

.ui-star-active {
  color: #f30;
}

/*Scroll*/
.ui-scroll {
  overflow: hidden;
  position: relative;
}

.ui-scroll-warp {
  width: 100%;
}

/*Table*/
.ui-table-wrap {
  overflow-y: auto;
  width: 100%;
  margin-bottom: 10px;
}

.ui-table {
  width: 100%;
}

.ui-table th {
  padding: 15px;
  white-space: nowrap;
  border-bottom: 2px solid #eee;
  white-space: nowrap;
}

.ui-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 40px;
}

.ui-table .ui-thead-dark {
  background: #697076;
}

.ui-table .ui-thead-dark th {
  color: #fff;
  border-color: #697076;
}

.ui-table .ui-thead-gray {
  background: #fafafa;
}

.ui-table .ui-thead-gray th {
  border-color: #eee;
}

.ui-table-border,
.ui-table-border th,
.ui-table-border td {
  border: 1px solid #eee;
  text-align: center;
}

.ui-table-hover tr:hover {
  background: #EBF7FF;
}

.ui-table-striped tr:nth-child(even) {
  background: #FBFDFF;
}

.ui-table-striped tr:nth-child(even):hover {
  background: #EBF7FF;
}

.ui-table .ui-thead-dark tr:hover {
  background: #697076;
}

.ui-table .ui-thead-gray tr:hover {
  background: #fafafa;
}

.ui-table td .ui-switch {
  margin-top: 5px;
}

.ui-table td [class*=ui-icon-] {
  font-size: 19px;
}

.ui-table td a [class*=ui-icon-] {
  color: #999;
}

.ui-table td a:hover [class*=ui-icon-] {
  color: #f30;
}

.ui-table td del {
  color: #999;
}

.ui-table .ui-active {
  background: #EBF7FF;
}

.ui-table .ui-active tr:hover {
  background: #EBF7FF;
}

.ui-table .border-left-none {
  border-left: 0;
}

.ui-table .border-right-none {
  border-right: 0;
}

.ui-table td .image {
  border: 1px solid #f3f3f3;
  width: 64px;
  vertical-align: text-top;
  margin-right: 15px;
  float: left;
  padding: 2px;
}

/*Tab*/
.ui-tabs {}

.ui-tabs:after {
  display: table;
  content: " ";
  clear: both;
}

.ui-tabs-nav {
  border-bottom: 0 solid #e4eaec;
  font-size: 0;
  align-self: flex-end;
}

.ui-tabs-nav li {
  display: inline-block;
  margin-right: 10px;
}

.ui-tabs-nav li a {
  display: block;
  color: #76838F;
  padding: 15px 20px;
  font-size: 16px;
}

.ui-tabs-nav li a:hover {
  color: #1890FF;
}

.ui-tabs-nav li:hover {}

.ui-tabs-nav li.active {
  border-bottom: 2px solid #3E8EF7;
}

.ui-tabs-nav li.active a {
  color: #1890FF;
}

.ui-tabs-content {
  padding: 0;
}

.ui-tabs-content .ui-tabs-pane {
  display: none;
}

.ui-tabs-content .ui-tabs-pane img {
  max-width: 100%;
}

.ui-tabs-pane.active {
  display: block;
}

.ui-tabs-vertical {
  display: flex;
}

.ui-tabs-vertical>.ui-tabs-nav {
  flex-direction: column;
  border-right: 1px solid #e4eaec;
  border-bottom: none;
}

.ui-tabs-vertical>.ui-tabs-nav li {
  display: flex;
  margin: 0;
}

.ui-tabs-vertical>.ui-tabs-nav li a {
  padding: 20px 30px;
}

.ui-tabs-vertical>.ui-tabs-nav li.active {
  border: 0;
  border-right: 2px solid #3E8EF7;
}

.ui-tabs-vertical>.ui-tabs-nav li:hover {
  border: 0;
  border-right: 2px solid #3E8EF7;
}

.ui-tabs-vertical>.ui-tabs-content {
  padding: 0 20px;
  flex: 1;
}

.ui-tabs-white>.ui-tabs-nav {
  border: 0;
}

.ui-tabs-white>.ui-tabs-nav li {
  margin: 0;
}

.ui-tabs-white>.ui-tabs-nav li a {
  padding: 15px 30px;
}

.ui-tabs-white>.ui-tabs-nav li:hover {
  border: 0;
}

.ui-tabs-white>.ui-tabs-nav li.active {
  border: 0;
  background: #fff;
  border-radius: 4px 4px 0 0;
  font-weight: normal;
}

.ui-tabs-white>.ui-tabs-nav li.active a {
  color: #444;
}

.ui-tabs-white>.ui-tabs-content {
  border: 0;
  background: #fff;
  padding: 20px;
}

.ui-tabs-header-nav {
  display: flex;
  border-bottom: 1px solid #eaeaea;
}

.ui-tabs-header-nav>.ui-tabs-nav {
  flex: 1;
}

.ui-tabs-header-more {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}

.ui-tabs-header-subject {
  display: flex;
}

.ui-tabs-header-subject .ui-tabs-header-title {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
}

.ui-tabs-header-subject .ui-tabs-nav {
  justify-content: flex-end;
  display: flex;
}

.ui-tabs-header-subject .ui-tabs-nav li {
  margin-left: 10px;
  margin-right: 0;
}

.ui-tabs-content .ui-tabs-pane .ui-tabs-nav li.active {
  display: inline-block;
}

/*Tips*/
.ui-tips-show {
  display: inline-block;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px 16px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  word-break: break-all;
  z-index: 999;
}

.ui-tips-show img {
  max-width: 100%;
  border: 1px solid #f3f3f3;
  margin: 8px 0;
}

.ui-tips-show:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-right: 0;
}

.ui-tips-left:after {
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}

.ui-tips-top:after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%) rotate(-140deg);
}

.ui-tips-right:after {
  left: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.ui-tips-bottom:after {
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.ui-tips-bottom-left:after {
  left: 10px;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
}

.ui-tips-top-left:after {
  left: 10px;
  top: 100%;
  transform: translateY(-50%) rotate(-140deg);
}

.ui-tips-right-top:after {
  left: -5px;
  top: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

.ui-tips-red {
  background: #ED4014;
  border-color: #ED4014;
  color: #fff;
}

.ui-tips-red:after {
  border-color: #ED4014;
  background: #ED4014;
}

.ui-tips-yellow {
  background: #F37B1D;
  border-color: #F37B1D;
  color: #fff;
}

.ui-tips-yellow:after {
  border-color: #F37B1D;
  background: #F37B1D;
}

.ui-tips-blue {
  background: #1890FF;
  border-color: #1890FF;
  color: #fff;
}

.ui-tips-blue:after {
  border-color: #1890FF;
  background: #1890FF;
}

.ui-tips-green {
  background: #19BE6B;
  border-color: #19BE6B;
  color: #fff;
}

.ui-tips-green:after {
  border-color: #19BE6B;
  background: #19BE6B;
}

.ui-tips-info {
  background: #2DB7F5;
  border-color: #2DB7F5;
  color: #fff;
}

.ui-tips-info:after {
  border-color: #2DB7F5;
  background: #2DB7F5;
}

.ui-tips-black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.ui-tips-black:after {
  border-color: #000;
  background: #000;
}

/*Toast*/
.ui-toast-warp {
  z-index: 998;
  pointer-events: none;
  position: fixed;
}

.ui-toast {
  min-width: 250px;
  max-width: 400px;
  overflow: hidden;
  font-size: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: transform .2s cubic-bezier(.16, .68, .43, .99);
  word-break: break-all;
  text-align: left;
  pointer-events: all;
  display: block;
  z-index: 999;
  opacity: 1;
  transition: all 0.2s linear;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.ui-toast-header {
  display: flex;
  align-items: center;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ui-toast-header .ui-toast-title {
  flex: 1;
  font-weight: bold;
}

.ui-toast-header .ui-toast-close {
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  color: #999;
}

.ui-toast-header .ui-toast-close:hover {
  color: #000;
}

.ui-toast-body {
  padding: 15px 25px;
}

.ui-toast-body-icon {
  padding: 10px 20px;
}

.ui-toast-body span {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
  transform: translateY(1px);
}

.ui-toast-body .success {
  color: #19BE6B;
}

.ui-toast-body .error {
  color: #ED4014;
}

.ui-toast-body .warn {
  color: #F37B1D;
}

.ui-toast-body .loading {
  color: #1890FF;
}

.ui-progress-toast {
  background: #f5f5f5;
}

.ui-progress-toast .ui-progress-bar {
  background: #40a9ff;
}

.ui-progress-toast .ui-progress-success {
  background: #19BE6B;
  opacity: .6;
}

.ui-progress-toast .ui-progress-error {
  background: #ED4014;
  opacity: .6;
}

.ui-progress-toast .ui-progress-warn {
  background: #F37B1D;
  opacity: .6;
}

.ui-progress-toast .ui-progress-loading {
  background: #ED4014;
}

.ui-toast-warp-top-left {
  left: 0;
  top: 0;
}

.ui-toast-warp-top-right {
  right: 0;
  top: 0;
}

.ui-toast-warp-top-center {
  top: 0;
}

.ui-toast-warp-bottom-left {
  left: 0;
  bottom: 0;
}

.ui-toast-warp-bottom-right {
  right: 0;
  bottom: 0;
}

.ui-toast-warp-bottom-center {
  bottom: 0;
}

.ui-toast-warp-top-left .ui-toast,
.ui-toast-warp-top-right .ui-toast,
.ui-toast-warp-bottom-left .ui-toast,
.ui-toast-warp-bottom-right .ui-toast {
  margin: 10px;
}

.ui-toast-warp-top-center .ui-toast {
  margin: 10px auto 5px auto;
}

.ui-toast-warp-bottom-center .ui-toast {
  margin: 5px auto 10px auto;
}

.ui-toast-red {
  background: #ED4014;
  color: #fff;
}

.ui-toast-red .ui-toast-header {
  border-color: #F16643;
}

.ui-toast-red .ui-toast-header .ui-toast-title {
  color: #fff;
}

.ui-toast-red .ui-toast-header .ui-toast-close {
  color: #fff;
}

.ui-toast-red .ui-toast-header .ui-toast-close:hover {
  color: #fff;
}

.ui-toast-red .ui-icon-font.success,
.ui-toast-red .ui-icon-font.error,
.ui-toast-red .ui-icon-font.warn {
  color: #fff;
}

.ui-toast-yellow {
  background: #FF6C47;
  color: #fff;
}

.ui-toast-yellow .ui-toast-header {
  border-color: #FB882D;
}

.ui-toast-yellow .ui-toast-header .ui-toast-title {
  color: #fff;
}

.ui-toast-yellow .ui-toast-header .ui-toast-close {
  color: #fff;
}

.ui-toast-yellow .ui-toast-header .ui-toast-close:hover {
  color: #fff;
}

.ui-toast-yellow .ui-icon-font.success,
.ui-toast-yellow .ui-icon-font.error,
.ui-toast-yellow .ui-icon-font.warn {
  color: #fff;
}

.ui-toast-blue {
  background: #1890FF;
  color: #fff;
}

.ui-toast-blue .ui-toast-header {
  border-color: #40A9FF;
}

.ui-toast-blue .ui-toast-header .ui-toast-title {
  color: #fff;
}

.ui-toast-blue .ui-toast-header .ui-toast-close {
  color: #fff;
}

.ui-toast-blue .ui-toast-header .ui-toast-close:hover {
  color: #fff;
}

.ui-toast-blue .ui-icon-font.success,
.ui-toast-blue .ui-icon-font.error,
.ui-toast-blue .ui-icon-font.warn {
  color: #fff;
}

.ui-toast-green {
  background: #19BE6B;
  color: #fff;
}

.ui-toast-green .ui-toast-header {
  border-color: #47CB89;
}

.ui-toast-green .ui-toast-header .ui-toast-title {
  color: #fff;
}

.ui-toast-green .ui-toast-header .ui-toast-close {
  color: #fff;
}

.ui-toast-green .ui-toast-header .ui-toast-close:hover {
  color: #fff;
}

.ui-toast-green .ui-icon-font.success,
.ui-toast-green .ui-icon-font.error,
.ui-toast-green .ui-icon-font.warn {
  color: #fff;
}

.ui-toast-info {
  background: #2DB7F5;
  color: #fff;
}

.ui-toast-info .ui-toast-header {
  border-color: #57C5F7;
}

.ui-toast-info .ui-toast-header .ui-toast-title {
  color: #fff;
}

.ui-toast-info .ui-toast-header .ui-toast-close {
  color: #fff;
}

.ui-toast-info .ui-toast-header .ui-toast-close:hover {
  color: #fff;
}

.ui-toast-info .ui-icon-font.success,
.ui-toast-info .ui-icon-font.error,
.ui-toast-info .ui-icon-font.warn {
  color: #fff;
}

.ui-toast-red .ui-progress-toast {
  background: none;
}

.ui-toast-red .ui-progress-toast .ui-progress-bar {
  background: rgba(255, 255, 255, .4);
}

.ui-toast-red .ui-progress-toast {
  background: none;
}

.ui-toast-red .ui-progress-toast .ui-progress-bar {
  background: rgba(255, 255, 255, .4);
}

.ui-toast-yellow .ui-progress-toast {
  background: none;
}

.ui-toast-yellow .ui-progress-toast .ui-progress-bar {
  background: rgba(255, 255, 255, .4);
}

.ui-toast-blue .ui-progress-toast {
  background: none;
}

.ui-toast-blue .ui-progress-toast .ui-progress-bar {
  background: rgba(255, 255, 255, .4);
}

.ui-toast-green .ui-progress-toast {
  background: none;
}

.ui-toast-green .ui-progress-toast .ui-progress-bar {
  background: rgba(255, 255, 255, .4);
}

.ui-toast-info .ui-progress-toast {
  background: none;
}

.ui-toast-info .ui-progress-toast .ui-progress-bar {
  background: rgba(255, 255, 255, .4);
}

.ui-toast-in {
  -webkit-animation-name: ui-toast-In;
  animation-name: ui-toast-In;
}

/*TimeLine*/
.ui-timeline {}

.ui-timeline-item {
  padding: 0 0 20px 40px;
  position: relative;
}

.ui-timeline-item:last-child {
  padding-bottom: 0;
}

.ui-timeline-item:before {
  content: " ";
  width: 1px;
  display: block;
  background: #eee;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 10px;
}

.ui-timeline-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1890FF;
  left: 0;
  top: 4px;
  background: #fff;
}

.ui-timeline-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}

.ui-timeline-text {
  color: #666;
}

.ui-timeline-red .ui-timeline-dot {
  border-color: #ED4014;
}

.ui-timeline-yellow .ui-timeline-dot {
  border-color: #F37B1D;
}

.ui-timeline-blue .ui-timeline-dot {
  border-color: #1890FF;
}

.ui-timeline-green .ui-timeline-dot {
  border-color: #19BE6B;
}

.ui-timeline-info .ui-timeline-dot {
  border-color: #2DB7F5;
}

/*address*/
.ui-address {
  z-index: 100;
}

.ui-address .ui-col-4 {
  border-left: 1px solid #eaeaea;
  overflow: hidden;
}

.ui-address .ui-col-4:first-child {
  border: 0;
}

.ui-address ul {
  height: 300px;
  overflow-y: auto;
  width: 220px;
}

.ui-address ul li {
  cursor: pointer;
}

@media(max-width:576px) {

  .ui-modal,
  .ui-dialog {
    max-width: 95%;
  }

  .ui-dialog-address {
    max-width: 100%;
  }

  .ui-dialog-address .ui-list li {
    border-bottom: 0;
  }

  .ui-dialog-body-address {
    min-height: 200px;
  }

  .ui-step-wrap .ui-step-bg,
  .ui-step-wrap .ui-step-progress {
    height: 2px;
  }

  .ui-step-num {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .ui-piclist-image em {
    position: absolute;
    right: -8px;
    top: 8px;
    z-index: 10;
    width: 200px;
    height: 24px;
    line-height: 26px;
    background: #2DB7F5;
    color: #fff;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    transform: rotate(45deg);
  }

  .ui-page ul li a {
    font-size: 12px;
    padding: 0 12px;
    line-height: 30px;
  }

  .ui-piclist-price strong {
    font-size: 15px;
    font-weight: normal;
  }

  .ui-filter .ui-filter-left {
    padding-top: 9px;
    font-size: 13px;
  }

  .ui-filter .ui-filter-right a {
    padding: 4px 10px;
    margin: 5px 5px 0 0;
    font-size: 13px;
  }
}

.ui-mwidth {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/*Topbar*/
.ui-topbar {
  display: flex;
  padding: 10px 20px;
  background: #1890FF;
  justify-content: center;
  align-items: center;
}

.ui-topbar-logo {
  padding: 0 10px 5px 0;
}

.ui-topbar-logo a {
  color: #fff;
}

.ui-topbar-search {
  flex: 1;
  justify-content: flex-end;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  position: relative;
}

.ui-topbar-search input {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  color: #666;
  width: 100%;
  margin-left: 20px;
}

.ui-topbar-search button {
  position: absolute;
  background: none;
  width: 30px;
  border: 0;
  top: 0;
  right: 10px;
  top: 6px;
}

.ui-topbar-search button:focus {
  border: 0;
}

.ui-topbar-search button i {
  color: #999;
}

.ui-topbar-search-layout {
  flex: 1;
  justify-content: flex-end;
  text-align: right;
  padding-right: 20px;
  position: relative;
}

.ui-topbar-search-layout a {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  line-height: 30px;
  height: 34px;
  padding: 10px 15px;
  border-radius: 20px;
  color: #666;
  width: 100%;
  margin-left: 20px;
  display: block;
  text-align: left;
  line-height: 1;
}

.ui-topbar-search-layout i {
  position: absolute;
  top: 10%;
  right: 15px;
  color: #999;
}

.ui-topbar-three {
  justify-content: space-between;
}

.ui-topbar-left {
  color: #fff;
  min-width: 20px;
  cursor: pointer;
}

.ui-topbar-left a {
  color: #fff;
}

.ui-topbar-title {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}

.ui-topbar-right {
  color: #fff;
  min-width: 20px;
}

.ui-topbar-right a {
  color: #fff;
}

.ui-topbar-red {
  background: #ED4014;
}

.ui-topbar-yellow {
  background: #F37B1D;
}

.ui-topbar-blue {
  background: #1890FF;
}

.ui-topbar-green {
  background: #19BE6B;
}

.ui-topbar-info {
  background: #2DB7F5;
}

.ui-topbar-black {
  background: #222;
}

.ui-topbar-white {
  background: #fff;
}

.ui-topbar-white .ui-topbar-left a {
  color: #333;
}

.ui-topbar-white .ui-topbar-title {
  color: #333;
}

.ui-topbar-white .ui-topbar-right {
  color: #333;
}

.ui-topbar-white .ui-topbar-right a {
  color: #333;
}

.ui-topbar-opacity {
  background: none;
  z-index: 998;
  position: relative;
}

.ui-topbar-opacity .ui-topbar-left a {
  color: #fff;
  background: rgba(51, 51, 51, .2);
  padding: 5px;
  border-radius: 50%;
}

.ui-topbar-opacity .ui-topbar-right a {
  color: #fff;
  background: rgba(51, 51, 51, .2);
  padding: 5px;
  border-radius: 50%;
}

.ui-topbar-opacity .ui-topbar-title ul {
  list-style: none;
  display: none;
  margin-bottom: -6px;
}

.ui-topbar-opacity .ui-topbar-title ul li {
  font-size: 13px;
  padding: 0 8px;
}

.ui-topbar-opacity .ui-topbar-title ul li a {
  border-bottom: 2px solid transparent;
  display: flex;
  padding-bottom: 5px;
}

.ui-topbar-opacity .ui-topbar-title ul li.active a {
  border-bottom-color: #1890FF;
  color: #1890FF;
}

.ui-topbar-show {
  background: #fff;
  transition: background 1s;
  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.ui-topbar-show .ui-topbar-left {
  font-size: 16px;
  color: #333;
}

.ui-topbar-show .ui-topbar-left a {
  color: #333;
  background: #fff;
  transition: background 1s;
  padding: 5px;
  font-size: 16px;
}

.ui-topbar-show .ui-topbar-right a {
  color: #333;
  background: #fff;
  transition: background 1s;
  padding: 5px;
}

.ui-topbar-show .ui-topbar-title {
  color: #333;
}

.ui-topbar-show .ui-topbar-title ul {
  display: flex;
}

/*Footbar*/
.ui-footbar {
  display: flex;
  background: #fff;
  box-shadow: 1px -2px 10px 0px rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
}

.ui-footbar-left {
  display: flex;
}

.ui-footbar-left a {
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
  display: block;
}

.ui-footbar-left a:last-child {
  border: 0;
}

.ui-footbar-left a i {
  display: block;
  font-size: 24px;
}

.ui-footbar-left a:first-child {
  color: #f30;
}

.ui-footbar-left a:last-child {
  color: #999;
}

.ui-footbar-right {
  flex: 1;
  display: flex;
}

.ui-footbar-right a,
.ui-footbar-right button {
  flex: 1;
  background: #f90;
  display: block;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border: 0;
}

.ui-footbar-right a:last-child,
.ui-footbar-right button:last-child {
  background: #ED4014;
}

.ui-footbar a.disabled {
  background: #f3f3f3;
  cursor: not-allowed;
  color: #999;
}

/*Footnav*/
.ui-footnav {
  display: flex;
  background: #fff;
  box-shadow: 1px -2px 10px 0px rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
}

.ui-footnav a {
  line-height: 22px;
  padding: 10px 0;
  text-align: center;
  border-right: 0px solid #f3f3f3;
  display: block;
  flex: 1;
  color: #999;
  position: relative;
}

.ui-footnav a:last-child {
  border: 0;
}

.ui-footnav a i {
  display: block;
  font-size: 24px;
  color: #666;
}

.ui-footnav a .ui-badge {
  position: absolute;
  top: 4px;
}

.ui-footnav a.active {
  color: #1890FF;
}

.ui-footnav a.active i {
  color: #1890FF;
}

.ui-footnav-red a.active {
  color: #ED4014;
}

.ui-footnav-red a.active i {
  color: #ED4014;
}

.ui-footnav-yellow a.active {
  color: #F37B1D;
}

.ui-footnav-yellow a.active i {
  color: #F37B1D;
}

.ui-footnav-blue a.active {
  color: #1890FF;
}

.ui-footnav-blue a.active i {
  color: #1890FF;
}

.ui-footnav-green a.active {
  color: #19BE6B;
}

.ui-footnav-green a.active i {
  color: #19BE6B;
}

.ui-footnav-info a.active {
  color: #2DB7F5;
}

.ui-footnav-info a.active i {
  color: #2DB7F5;
}

.ui-footnav-bg-red {
  background: #ED4014;
}

.ui-footnav-bg-red a {
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
}

.ui-footnav-bg-red a i {
  color: #fff;
}

.ui-footnav-bg-red a.active,
.ui-footnav-bg-red a.active i {
  color: #ff0;
}

.ui-footnav-bg-yellow {
  background: #F37B1D;
}

.ui-footnav-bg-yellow a {
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
  ;
}

.ui-footnav-bg-yellow a i {
  color: #fff;
}

.ui-footnav-bg-yellow a.active,
.ui-footnav-bg-yellow a.active i {
  color: #ff0;
}

.ui-footnav-bg-blue {
  background: #1890FF;
}

.ui-footnav-bg-blue a {
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
  ;
}

.ui-footnav-bg-blue a i {
  color: #fff;
}

.ui-footnav-bg-blue a.active,
.ui-footnav-bg-blue a.active i {
  color: #ff0;
}

.ui-footnav-bg-green {
  background: #19BE6B;
}

.ui-footnav-bg-green a {
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
  ;
}

.ui-footnav-bg-green a i {
  color: #fff;
}

.ui-footnav-bg-green a.active,
.ui-footnav-bg-green a.active i {
  color: #ff0;
}

.ui-footnav-bg-info {
  background: #2DB7F5;
}

.ui-footnav-bg-info a {
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
  ;
}

.ui-footnav-bg-info a i {
  color: #fff;
}

.ui-footnav-bg-info a.active,
.ui-footnav-bg-info a.active i {
  color: #ff0;
}

.ui-footnav-bg-black {
  background: #444;
}

.ui-footnav-bg-black a {
  color: #fff;
  border-right-color: rgba(255, 255, 255, .2);
  ;
}

.ui-footnav-bg-black a i {
  color: #fff;
}

.ui-footnav-bg-black a.active,
.ui-footnav-bg-black a.active i {
  color: #ff0;
}

/*sidebar*/
.ui-sidebar {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 998;
}

.ui-sidebar ul {
  list-style: none;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0 0 20px;
}

.ui-sidebar ul li {
  color: #333;
  margin-top: -1px;
  position: relative;
  z-index: 200;
}

.ui-sidebar ul li a {
  color: #1890FF;
  display: block;
  width: 50px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
}

.ui-sidebar ul li div {
  position: absolute;
  right: -100px;
  top: 2px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 40px;
  opacity: 0;
  min-width: 90px;
  transition: all .5s ease;
  text-align: center;
  z-index: -1;
  white-space: nowrap;
}

.ui-sidebar ul li div:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-right: 0;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}

.ui-sidebar ul li a:hover {
  color: #fff;
  background: #1890FF;
  border-color: #1890FF;
  border-bottom-color: #fff;
}

.ui-sidebar ul li:hover div {
  opacity: 1;
  right: 60px;
}

.ui-sidebar ul li.active a {
  color: #fff;
  display: block;
  width: 50px;
  line-height: 45px;
  text-align: center;
  background: #1890FF;
  border: 1px solid #1890FF;
}

.ui-sidebar ul li:first-child,
.ui-sidebar ul li:first-child a {
  border-radius: 20px 0 0 0;
}

.ui-sidebar ul li:last-child,
.ui-sidebar ul li:last-child a {
  border-radius: 0 0 0 20px;
}

.ui-sidebar-red ul li a {
  color: #ED4014;
}

.ui-sidebar-red ul li a:hover {
  background: #ED4014;
  border-color: #ED4014;
}

.ui-sidebar-red ul li.active a {
  background: #ED4014;
  border-color: #ED4014;
}

.ui-sidebar-yellow ul li a {
  color: #F37B1D;
}

.ui-sidebar-yellow ul li a:hover {
  background: #F37B1D;
  border-color: #F37B1D;
}

.ui-sidebar-yellow ul li.active a {
  background: #F37B1D;
  border-color: #F37B1D;
}

.ui-sidebar-green ul li a {
  color: #19BE6B;
}

.ui-sidebar-green ul li a:hover {
  background: #19BE6B;
  border-color: #19BE6B;
}

.ui-sidebar-green ul li.active a {
  background: #19BE6B;
  border-color: #19BE6B;
}

.ui-sidebar-info ul li a {
  color: #2DB7F5;
}

.ui-sidebar-info ul li a:hover {
  background: #2DB7F5;
  border-color: #2DB7F5;
}

.ui-sidebar-info ul li.active a {
  background: #2DB7F5;
  border-color: #2DB7F5;
}

/*常用*/
.ui-w-100 {
  width: 100% !important
}

.ui-w-auto {
  width: auto !important
}

.ui-h-25 {
  height: 25% !important
}

.ui-h-50 {
  height: 50% !important
}

.ui-h-75 {
  height: 75% !important
}

.ui-h-100 {
  height: 100% !important
}

.ui-h-auto {
  height: auto !important
}

.ui-mw-100 {
  max-width: 100% !important
}

.ui-mh-100 {
  max-height: 100% !important
}

.ui-min-vw-100 {
  min-width: 100vw !important
}

.ui-min-vh-100 {
  min-height: 100vh !important
}

.ui-min-100 {
  min-height: 100px !important
}

.ui-min-200 {
  min-height: 200px !important
}

.ui-min-300 {
  min-height: 300px !important
}

.ui-min-400 {
  min-height: 400px !important
}

.ui-vw-100 {
  width: 100vw !important
}

.ui-vh-100 {
  height: 100vh !important
}

.ui-p {
  padding: 10px !important
}

.ui-p-0 {
  padding: 0 !important
}

.ui-p-sm {
  padding: 5px !important
}

.ui-p-10 {
  padding: 10px !important
}

.ui-p-15 {
  padding: 15px !important
}

.ui-p-20 {
  padding: 20px !important
}

.ui-p-30 {
  padding: 30px !important
}

.ui-p-40 {
  padding: 40px !important
}

.ui-p-50 {
  padding: 50px !important
}

.ui-p-60 {
  padding: 60px !important
}

.ui-p-70 {
  padding: 70px !important
}

.ui-p-80 {
  padding: 80px !important
}

.ui-p-90 {
  padding: 90px !important
}

.ui-p-100 {
  padding: 100px !important
}

.ui-pt {
  padding-top: 10px !important
}

.ui-pt-0 {
  padding-top: 0 !important
}

.ui-pt-sm {
  padding-top: 5px !important
}

.ui-pt-10 {
  padding-top: 10px !important
}

.ui-pt-15 {
  padding-top: 15px !important
}

.ui-pt-20 {
  padding-top: 20px !important
}

.ui-pt-30 {
  padding-top: 30px !important
}

.ui-pt-40 {
  padding-top: 40px !important
}

.ui-pt-50 {
  padding-top: 50px !important
}

.ui-pt-60 {
  padding-top: 60px !important
}

.ui-pt-70 {
  padding-top: 70px !important
}

.ui-pt-80 {
  padding-top: 80px !important
}

.ui-pt-90 {
  padding-top: 90px !important
}

.ui-pt-100 {
  padding-top: 100px !important
}

.ui-pb {
  padding-bottom: 10px !important
}

.ui-pb-0 {
  padding-bottom: 0 !important
}

.ui-pb-sm {
  padding-bottom: 5px !important
}

.ui-pb-10 {
  padding-bottom: 10px !important
}

.ui-pb-15 {
  padding-bottom: 15px !important
}

.ui-pb-20 {
  padding-bottom: 20px !important
}

.ui-pb-30 {
  padding-bottom: 30px !important
}

.ui-pb-40 {
  padding-bottom: 40px !important
}

.ui-pb-50 {
  padding-bottom: 50px !important
}

.ui-pb-60 {
  padding-bottom: 60px !important
}

.ui-pb-70 {
  padding-bottom: 70px !important
}

.ui-pb-80 {
  padding-bottom: 80px !important
}

.ui-pb-90 {
  padding-bottom: 90px !important
}

.ui-pb-100 {
  padding-bottom: 100px !important
}

.ui-pl {
  padding-left: 10px !important
}

.ui-pl-0 {
  padding-left: 0 !important
}

.ui-pl-sm {
  padding-left: 5px !important
}

.ui-pl-10 {
  padding-left: 10px !important
}

.ui-pl-15 {
  padding-left: 15px !important
}

.ui-pl-20 {
  padding-left: 20px !important
}

.ui-pl-30 {
  padding-left: 30px !important
}

.ui-pl-40 {
  padding-left: 40px !important
}

.ui-pl-50 {
  padding-left: 50px !important
}

.ui-pl-60 {
  padding-left: 60px !important
}

.ui-pl-70 {
  padding-left: 70px !important
}

.ui-pl-80 {
  padding-left: 80px !important
}

.ui-pl-90 {
  padding-left: 90px !important
}

.ui-pl-100 {
  padding-left: 100px !important
}

.ui-pr {
  padding-right: 10px !important
}

.ui-pr-0 {
  padding-right: 0 !important
}

.ui-pr-sm {
  padding-right: 5px !important
}

.ui-pr-10 {
  padding-right: 10px !important
}

.ui-pr-15 {
  padding-right: 15px !important
}

.ui-pr-20 {
  padding-right: 20px !important
}

.ui-pr-30 {
  padding-right: 30px !important
}

.ui-pr-40 {
  padding-right: 40px !important
}

.ui-pr-50 {
  padding-right: 50px !important
}

.ui-pr-60 {
  padding-right: 60px !important
}

.ui-pr-70 {
  padding-right: 70px !important
}

.ui-pr-80 {
  padding-right: 80px !important
}

.ui-pr-90 {
  padding-right: 90px !important
}

.ui-pr-100 {
  padding-right: 100px !important
}

.ui-m {
  margin: 10px !important
}

.ui-m-0 {
  margin: 0 !important
}

.ui-m-sm {
  margin: 5px !important
}

.ui-m-10 {
  margin: 10px !important
}

.ui-m-15 {
  margin: 15px !important
}

.ui-m-20 {
  margin: 20px !important
}

.ui-m-30 {
  margin: 30px !important
}

.ui-m-40 {
  margin: 40px !important
}

.ui-m-50 {
  margin: 50px !important
}

.ui-m-60 {
  margin: 60px !important
}

.ui-m-70 {
  margin: 70px !important
}

.ui-m-80 {
  margin: 80px !important
}

.ui-m-90 {
  margin: 90px !important
}

.ui-m-100 {
  margin: 100px !important
}

.ui-mt {
  margin-top: 10px !important
}

.ui-mt-0 {
  margin-top: 0 !important
}

.ui-mt-sm {
  margin-top: 5px !important
}

.ui-mt-10 {
  margin-top: 10px !important
}

.ui-mt-15 {
  margin-top: 15px !important
}

.ui-mt-20 {
  margin-top: 20px !important
}

.ui-mt-30 {
  margin-top: 30px !important
}

.ui-mt-40 {
  margin-top: 40px !important
}

.ui-mt-50 {
  margin-top: 50px !important
}

.ui-mt-60 {
  margin-top: 60px !important
}

.ui-mt-70 {
  margin-top: 70px !important
}

.ui-mt-80 {
  margin-top: 80px !important
}

.ui-mt-90 {
  margin-top: 90px !important
}

.ui-mt-100 {
  margin-top: 100px !important
}

.ui-mb {
  margin-bottom: 10px !important
}

.ui-mb-0 {
  margin-bottom: 0 !important
}

.ui-mb-sm {
  margin-bottom: 5px !important
}

.ui-mb-10 {
  margin-bottom: 10px !important
}

.ui-mb-15 {
  margin-bottom: 15px !important
}

.ui-mb-20 {
  margin-bottom: 20px !important
}

.ui-mb-30 {
  margin-bottom: 30px !important
}

.ui-mb-40 {
  margin-bottom: 40px !important
}

.ui-mb-50 {
  margin-bottom: 50px !important
}

.ui-mb-60 {
  margin-bottom: 60px !important
}

.ui-mb-70 {
  margin-bottom: 70px !important
}

.ui-mb-80 {
  margin-bottom: 80px !important
}

.ui-mb-90 {
  margin-bottom: 90px !important
}

.ui-mb-100 {
  margin-bottom: 100px !important
}

.ui-ml {
  margin-left: 10px !important
}

.ui-ml-0 {
  margin-left: 0 !important
}

.ui-ml-sm {
  margin-left: 5px !important
}

.ui-ml-10 {
  margin-left: 10px !important
}

.ui-ml-15 {
  margin-left: 15px !important
}

.ui-ml-20 {
  margin-left: 20px !important
}

.ui-ml-30 {
  margin-left: 30px !important
}

.ui-ml-40 {
  margin-left: 40px !important
}

.ui-ml-50 {
  margin-left: 50px !important
}

.ui-ml-60 {
  margin-left: 60px !important
}

.ui-ml-70 {
  margin-left: 70px !important
}

.ui-ml-80 {
  margin-left: 80px !important
}

.ui-ml-90 {
  margin-left: 90px !important
}

.ui-ml-100 {
  margin-left: 100px !important
}

.ui-mr {
  margin-right: 10px !important
}

.ui-mr-0 {
  margin-right: 0 !important
}

.ui-mr-sm {
  margin-right: 5px !important
}

.ui-mr-10 {
  margin-right: 10px !important
}

.ui-mr-15 {
  margin-right: 15px !important
}

.ui-mr-20 {
  margin-right: 20px !important
}

.ui-mr-30 {
  margin-right: 30px !important
}

.ui-mr-40 {
  margin-right: 40px !important
}

.ui-mr-50 {
  margin-right: 50px !important
}

.ui-mr-60 {
  margin-right: 60px !important
}

.ui-mr-70 {
  margin-right: 70px !important
}

.ui-mr-80 {
  margin-right: 80px !important
}

.ui-mr-90 {
  margin-right: 90px !important
}

.ui-mr-100 {
  margin-right: 100px !important
}

.ui-fl {
  float: left !important
}

.ui-fr {
  float: right !important
}

.ui-clear {
  clear: both !important
}

.ui-show {
  display: block !important
}

.ui-hide {
  display: none !important
}

.dz-message {
  display: none;
  height: 0;
}

.dz-preview {
  display: none;
}

@media print {
  .ui-print-hide {
    display: none !important
  }
}

.ui-bd {
  border: 1px solid #eaeaea;
}

.ui-bg-white {
  background: #fff;
}

.ui-bg-gray {
  background: #f6f6f6;
}

/*字体颜色*/
.ui-text-red {
  color: #ED4014;
}

.ui-text-yellow {
  color: #F37B1D;
}

.ui-text-blue {
  color: #1890FF;
}

.ui-text-green {
  color: #19BE6B;
}

.ui-text-info {
  color: #2DB7F5;
}

.ui-text-white {
  color: #fff;
}

.ui-text-black {
  color: #000;
}

.ui-text-gray {
  color: #999;
}

/*字体样式*/
.ui-text-left {
  text-align: left !important
}

.ui-text-center {
  text-align: center !important
}

.ui-text-right {
  text-align: right !important
}

.ui-text-del {
  text-decoration: line-through !important
}

.ui-text-bold {
  font-weight: bold !important
}

/*字体大小*/
.ui-font-10 {
  font-size: 10px !important
}

.ui-font-12 {
  font-size: 12px !important
}

.ui-font-13 {
  font-size: 13px !important
}

.ui-font-14 {
  font-size: 14px !important
}

.ui-font-15 {
  font-size: 15px !important
}

.ui-font-16 {
  font-size: 16px !important
}

.ui-font-17 {
  font-size: 17px !important
}

.ui-font-18 {
  font-size: 18px !important
}

.ui-font-20 {
  font-size: 20px !important
}

.ui-font-22 {
  font-size: 22px !important
}

.ui-font-24 {
  font-size: 24px !important
}

.ui-font-26 {
  font-size: 26px !important
}

.ui-font-28 {
  font-size: 28px !important
}

.ui-font-30 {
  font-size: 30px !important
}

.ui-font-32 {
  font-size: 32px !important
}

.ui-font-36 {
  font-size: 36px !important
}

.ui-font-38 {
  font-size: 38px !important
}

.ui-font-40 {
  font-size: 40px !important
}

.ui-font-50 {
  font-size: 50px !important
}

.ui-font-60 {
  font-size: 60px !important
}

/*间距*/
.ui-height-auto {
  line-height: normal !important
}

.ui-height-18 {
  line-height: 18px !important
}

.ui-height-20 {
  line-height: 20px !important
}

.ui-height-22 {
  line-height: 22px !important
}

.ui-height-24 {
  line-height: 24px !important
}

.ui-height-26 {
  line-height: 26px !important
}

.ui-height-28 {
  line-height: 28px !important
}

.ui-height-30 {
  line-height: 30px !important
}

.ui-height-40 {
  line-height: 40px !important
}

.ui-height-50 {
  line-height: 50px !important
}

.ui-height-60 {
  line-height: 60px !important
}

/*超出省略*/
.ui-text-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*以下仅在Chrome内核浏览器中生效，其他浏览器：需要配置行高和高度使用*/
.ui-text-hide-2,
.ui-text-hide-3,
.ui-text-hide-4,
.ui-text-hide-5,
.ui-text-hide-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-text-hide-2 {
  -webkit-line-clamp: 2;
}

.ui-text-hide-3 {
  -webkit-line-clamp: 3;
}

.ui-text-hide-4 {
  -webkit-line-clamp: 4;
}

.ui-text-hide-5 {
  -webkit-line-clamp: 5;
}

.ui-text-hide-6 {
  -webkit-line-clamp: 6;
}

.ui-radius {
  border-radius: 50%;
}

.ui-radius img,
.ui-radius svg {
  border-radius: 50%;
}

.ui-radius-sm {
  border-radius: 4px;
}

.ui-disabled,
button:disabled {
  cursor: not-allowed;
}

.ui-inline-block {
  display: inline-block;
}

/*Animal*/
.ui-scrollspy {
  opacity: 0;
}

.ui-rotate {
  -webkit-animation: 2s infinite linear;
  -moz-animation: 2s infinite linear;
  -ms-animation: 2s infinite linear;
  animation: 2s infinite linear;
}

.ui-rotate:hover {
  -webkit-animation-name: ui-a-rotate;
  -moz-animation-name: ui-a-rotate;
  -ms-animation-name: ui-a-rotate;
  animation-name: ui-a-rotate
}

@-webkit-keyframes ui-a-rotate {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-moz-keyframes ui-a-rotate {
  0% {
    -moz-transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(359deg)
  }
}

@-ms-keyframes ui-a-rotate {
  0% {
    -ms-transform: rotate(0deg)
  }

  100% {
    -ms-transform: rotate(359deg)
  }
}

@keyframes ui-a-rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

@keyframes ui-dialogIn {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ui-dialogOut {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(0.95);
  }

  80% {
    transform: scale(0.55);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes ui-toast-In {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes ui-toast-Out {
  0% {
    transform: translateY(0) rotateZ(0deg);
  }

  33% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  66% {
    transform: translateY(0) rotateZ(-2deg);
  }

  100% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
}

@-webkit-keyframes ui-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ui-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ui-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ui-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ui-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ui-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ui-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ui-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ui-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ui-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ui-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ui-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ui-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes ui-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes ui-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes ui-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes ui-shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px)
  }

  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }

  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }

  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }
}

@keyframes ui-shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px)
  }

  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }

  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }

  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }
}

@-webkit-keyframes ui-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ui-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes ui-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ui-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes ui-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes ui-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes ui-right-spring {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes ui-right-spring {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes ui-left-spring {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes ui-left-spring {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

[class*="ui-am-"] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ui-am-fade {
  -webkit-animation-name: ui-fade;
  animation-name: ui-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ui-am-fade-out {
  -webkit-animation-name: ui-fade-out;
  animation-name: ui-fade-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ui-am-scale-up {
  -webkit-animation-name: ui-scale-up;
  animation-name: ui-scale-up;
}

.ui-am-scale-down {
  -webkit-animation-name: ui-scale-down;
  animation-name: ui-scale-down;
}

.ui-am-slide-top {
  -webkit-animation-name: ui-slide-top;
  animation-name: ui-slide-top;
}

.ui-am-slide-bottom {
  -webkit-animation-name: ui-slide-bottom;
  animation-name: ui-slide-bottom;
}

.ui-am-slide-left {
  -webkit-animation-name: ui-slide-left;
  animation-name: ui-slide-left;
}

.ui-am-slide-right {
  -webkit-animation-name: ui-slide-right;
  animation-name: ui-slide-right;
}

.ui-am-slide-top-fixed {
  -webkit-animation-name: ui-slide-top-fixed;
  animation-name: ui-slide-top-fixed;
}

.ui-am-shake {
  -webkit-animation-name: ui-shake;
  animation-name: ui-shake;
}

.ui-am-spin {
  -webkit-animation: ui-spin 2s infinite linear;
  animation: ui-spin 2s infinite linear;
}

.ui-am-left-spring {
  -webkit-animation: ui-left-spring 0.3s ease-in-out;
  animation: ui-left-spring 0.3s ease-in-out;
}

.ui-am-right-spring {
  -webkit-animation: ui-right-spring 0.3s ease-in-out;
  animation: ui-right-spring 0.3s ease-in-out;
}

.ui-am-delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ui-am-delay-1-5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.ui-am-delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ui-am-delay-2-5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.ui-am-delay-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.ui-am-delay-3-5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.ui-am-delay-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ui-am-delay-4-5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.ui-am-delay-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.ui-am-delay-5-5 {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.ui-am-delay-6 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.ui-am-delay-6-5 {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

/* 等比缩略图 */
.embed-responsive-3by4 {
  padding-bottom: 133.3%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.2%;
}

/* 原子化padding */
.dd-pt-0 {
  padding-top: 0 !important;
}

.dd-pb-0 {
  padding-bottom: 0 !important;
}


/*=======================
  分页 CSS
=========================*/
.pager {
  margin-bottom: 0;
}

.pager .pagination {
  margin: 0;
}

.pager .pager {
  margin: 0;
}

.pager li {
  margin: 0 .2em;
  display: inline-block;
}

@media (min-width:768px) {
  .pager li {
    margin: 0 .4em;
  }
}

.pager li:first-child>a,
.pager li:last-child>a,
.pager li:first-child>span,
.pager li:last-child>span {
  padding: .5em 1.2em;
}

.pager li>a,
.pager li>span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}


/* 实现点击锚点平滑滚动至指定位置 */

html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

/* 锚点样式 */
.ui-anchor {
  height: 0;
  width: 0;
  background: transparent;
  position: relative;
  top: -0.5rem
}

/* container */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* @media (min-width: 1768px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1600px;
  }
} */



/* 字体配置 */

@font-face {
  font-family: "alternateRegular";
  src: url('../fonts/Alternate.eot');
  src: url('../fonts/Alternate.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Alternate.woff2') format('woff2'),
    url('../fonts/Alternate.woff') format('woff'),
    url('../fonts/Alternate.ttf') format('truetype'),
    url('../fonts/Alternate.svg#Alternate') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* 更多按钮 */
.ho-more {
  margin-top: 0.25rem;
  width: 130px;
  height: 40px;
  border: 1px #444 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #444;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ho-more i {
  width: 12px;
  height: 12px;
  fill: currentColor;
  overflow: hidden;
  color: #444;
  font-weight: bold;
  margin-left: 5px;
}

.ho-more::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  bottom: 0;
  background: #e15613;
  transition: width .5s;
  overflow: hidden;
  z-index: -1;
}

.ho-more:hover {
  border: 1px #e15613 solid;
  color: #fff;
}

.ho-more:hover::before {
  width: 100%;
}

.ho-more:hover i {
  color: #fff;
}

/*=======================
  Header-space CSS
=========================*/
.Header-space{
  height: 90px;
}
@media (max-width: 1000px) {
  .Header-space{
      height: 60px !important;
  }
}


/*=======================
  手机 padding 间隙 CSS
=========================*/
@media (max-width: 576px) {
  *.row {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  *.col-xs-6{
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}


/*=======================
  pic 元件
=========================*/
.pic-list{
  width: 100%;
}