﻿
/*!
* nmoban104 SilkRoadGMS多语言外贸独立站 NO.104 模板
* Copyright © 2022 waimaoniu
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 1.0.4
*/
@font-face {
  font-family: Poppins;
  src: url("/n110/font/Poppins.woff2") format("woff2"), url("/n110/font/Poppins.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: Arial,"Microsoft Yahei", "微软雅黑", Microsoft Yahei, sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #f5f6f7;
}

/*!- w110-wrapper begin -*/
.w110-wrapper {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .w110-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w110-wrapper {
    padding: 0 16px;
  }
}

/*!- w110-wrapper end -*/
/*!- w110-section begin -*/
.w110-section {
  padding: 30px 0;
}
.w110-section .content-empty {
  text-align: center;
}
.w110-section .content-empty .w110-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.w110-section .content-empty .content-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.w110-section.mm {
  padding: 0;
}
.w110-section.mb {
  padding-bottom: 0;
}
.w110-section.mt {
  padding-top: 0;
}
.w110-section.mb-60 {
  padding-bottom: 60px;
}
.w110-section .layout-wrap {
  display: flex;
  align-items: flex-start;
}
.w110-section .layout-wrap > .cart-form {
  display: flex;
  align-items: flex-start;
}
.w110-section .layout-wrap > .cart-form .layout-sidebar {
  position: sticky;
  top: 80px;
}
.w110-section .content .w110-inquiry .w110-inquiry-wrap {
  padding: 32px 0 0 0;
}
.w110-section .layout-content {
  flex: auto;
  width: 80%;
  background-color: #fff;
  padding: 32px;
}
.w110-section .layout-content .w110-group .group-cover .w110-news {
  padding: 0;
}
.w110-section .layout-sidebar {
  width: 20%;
  padding-left: 30px;
  position: sticky;
  right: 0;
  top: 100px;
}
.w110-section .layout-sidebar .hd {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  background: #fff;
  padding: 16px 16px 16px 16px;
}
.w110-section .layout-sidebar .hd h3 {
  flex: auto;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  border-left: 4px solid #5877ba;
  padding-left: 10px;
  font-weight: normal;
}
.w110-section .layout-sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w110-section .layout-sidebar .hd a:hover {
  color: #5877ba;
}
.w110-section .layout-sidebar .menu-grid-sidebar {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
  margin-bottom: 30px;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul {
  position: sticky;
  top: 72px;
  left: 0;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li {
  margin-bottom: 5px;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  padding: 0 11px;
  color: #333;
  transition: color .4s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li a:before, .w110-section .layout-sidebar .menu-grid-sidebar ul li a:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 5px;
  height: 0;
  border-top: 1px solid;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li a:before {
  margin-top: -2px;
  transform: rotate(45deg);
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li a:after {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li a:hover {
  color: #5877ba;
  border-color: #5877ba;
  background-color: #f7f8fc;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li.active a {
  color: #5877ba;
  border-color: #5877ba;
  background-color: #f7f8fc;
}
.w110-section .layout-sidebar .menu-grid-sidebar ul li:last-child {
  margin-bottom: 0;
}
.w110-section .layout-sidebar .cashier-grid-sidebar {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
}
.w110-section .layout-sidebar .cashier-grid-sidebar ul {
  display: flex;
  flex-direction: column;
}
.w110-section .layout-sidebar .cashier-grid-sidebar ul li {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.w110-section .layout-sidebar .cashier-grid-sidebar ul li strong {
  font-size: 20px !important;
}
.w110-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-label {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.w110-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-value {
  font-size: 16px;
  line-height: 32px;
  color: #FE5050;
}
.w110-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action {
  margin-top: 24px;
}
.w110-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action .cart-action {
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 25px;
  width: 100%;
  background-color: #26BB79;
  cursor: pointer;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
}
.w110-section .layout-sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w110-section .layout-sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w110-section .layout-sidebar .bd ul li a {
  display: block;
}
.w110-section .layout-sidebar .bd ul li a:hover .intro h4 {
  color: #5877ba;
}
.w110-section .layout-sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-section .layout-sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w110-section .layout-sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-section .layout-sidebar .hot-recommendations-wrap {
  margin-bottom: 30px;
  padding: 0 16px 16px 16px;
  background: #fff;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .cover > img {
  display: block;
  width: 100%;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro {
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  padding: 10px;
  bottom: 0;
  width: 100%;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro a {
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  display: block;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro p .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
  display: inline;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro p .original-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro span {
  font-size: 14px;
  color: #666;
  display: block;
  padding-top: 5px;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 40px;
  transition: color .4s;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro-icon .icon {
  font-size: 40px;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro-icon .icon i {
  font-size: inherit;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.w110-section .layout-sidebar .hot-recommendations-wrap .recommendations-item .intro-icon:hover {
  color: #f6aec6;
}
.w110-section .layout-sidebar .company-content {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.w110-section .layout-sidebar .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w110-section .layout-sidebar .company-content ul li {
  width: 100%;
  flex: auto;
  margin-bottom: 5px;
}
.w110-section .layout-sidebar .company-content ul li .icon {
  font-size: 20px;
  line-height: 1;
  color: #5877ba;
  display: inline-block;
}
.w110-section .layout-sidebar .company-content ul li .icon i {
  font-size: inherit;
}
.w110-section .layout-sidebar .company-content ul li .label {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: inline-block;
}
.w110-section .layout-sidebar .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #333;
  display: inline-block;
}
.w110-section .tips-tags .tips {
  padding: 16px 0;
}
.w110-section .tips-tags .tips h4 {
  border-left: 3px solid #5877ba;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #5877ba;
}
.w110-section .tips-tags .tags {
  display: block;
  line-height: 1;
  font-size: 0;
}
.w110-section .tips-tags .tags a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 14px;
  margin: 0 16px 16px 0;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .4s, color .4s;
}
.w110-section .tips-tags .tags a:hover {
  background-color: #f7f8fc;
  color: #5877ba;
}
.w110-section .wui-number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
}
.w110-section .wui-number .wui-number-button {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #333333;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-image: none;
  background-color: whitesmoke;
}
.w110-section .wui-number .wui-number-button.sub {
  left: 0;
}
.w110-section .wui-number .wui-number-button.add {
  right: 0;
}
.w110-section .wui-number .wui-number-button:hover {
  background-color: #d9d9d9;
}
.w110-section .wui-number .wui-number-button:disabled {
  background-color: transparent;
  color: #bfbfbf;
  cursor: not-allowed;
}
.w110-section .wui-number .wui-number-input {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 40px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  max-width: 120px;
}
.w110-section .header-title {
  line-height: 1.576;
  border-left: 4px solid #5877ba;
  color: #5877ba;
  padding: 5px 20px;
  margin-bottom: 16px;
  font-weight: 700;
  background-color: #f7f8fc;
  display: flex;
  align-items: center;
}
.w110-section .header-title h3 {
  font-size: 18px;
  line-height: 32px;
  color: #5877ba;
  font-weight: normal;
  flex: auto;
  -webkit-flex: auto;
}
.w110-section .header-title .more-button {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w110-section .header-title a:hover {
  background: #f6aec6;
  color: #fff;
}
.w110-section .survey {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 20px;
}
.w110-section a:hover .header-title {
  border-left: 4px solid #f6aec6;
}
.w110-section a:hover .header-title h3 {
  color: #f6aec6;
}
@media screen and (max-width: 1280px) {
  .w110-section {
    padding: 24px 0;
  }
  .w110-section .layout-content {
    width: 70%;
    padding: 24px;
  }
  .w110-section .layout-sidebar {
    width: 30%;
    margin-left: 0;
  }
  .w110-section .layout-sidebar .hd {
    margin-bottom: 24px;
  }
  .w110-section .layout-sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w110-section .layout-sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w110-section .layout-sidebar .product-grid-sidebar {
    margin-right: 24px;
  }
  .w110-section .layout-sidebar .product-grid-sidebar ul {
    padding: 16px 0;
  }
  .w110-section .layout-sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w110-section .layout-sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w110-section .layout-sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
  .w110-section .tips-tags .tips {
    padding: 8px 0;
  }
  .w110-section .tips-tags .tips h4 {
    padding: 4px 16px;
    font-size: 16px;
  }
  .w110-section .tips-tags .tags a {
    line-height: 32px;
    padding: 0 16px;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .w110-section {
    padding: 16px 0;
  }
  .w110-section .layout-content {
    padding: 16px;
    margin-bottom: 30px;
    width: 100%;
  }
  .w110-section .layout-sidebar {
    margin: 0;
    padding-left: 0;
    width: 100%;
    float: none;
    overflow: auto;
    display: none;
  }
  .w110-section .layout-sidebar .hd {
    margin-bottom: 0;
    padding: 10px;
  }
  .w110-section .layout-sidebar .hd h3 {
    font-size: 18px;
  }
  .w110-section .layout-sidebar .hd a {
    font-size: 12px;
  }
  .w110-section .layout-sidebar .product-grid-sidebar {
    display: none;
  }
  .w110-section .layout-sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w110-section .layout-sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w110-section .layout-sidebar .menu-grid-sidebar {
    padding: 0 10px 10px 10px;
  }
  .w110-section .tips-tags .tips {
    padding: 16px 0;
  }
  .w110-section .tips-tags .tips h4 {
    padding: 4px 8px;
    font-size: 14px;
  }
  .w110-section .tips-tags .tags a {
    line-height: 28px;
    margin: 0 8px 8px 0;
    width: 100%;
    max-width: 100%;
  }
  .w110-section .header-title {
    margin-bottom: 20px;
  }
  .w110-section .header-title h3 {
    line-height: 22px;
    font-size: 20px;
  }
  .w110-section .layout-wrap {
    flex-direction: column;
  }
  .w110-section .layout-wrap > .cart-form {
    flex-direction: column;
  }
  .w110-section .layout-wrap > .cart-form .layout-sidebar {
    display: block;
    margin-bottom: 32px;
  }
}

/*!- w110-section end -*/
/*!- w110-scrollbar begin -*/
.w110-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.w110-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.w110-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!- w110-scrollbar end -*/
.flex-start {
  align-items: flex-start;
}

.pos-sticky {
  position: sticky;
  top: 50px;
  left: 0;
}

/*!- w110-header begin -*/
.w110-header {
  height: 72px;
}
.w110-header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 72px;
}
.w110-header .container {
  position: relative;
  z-index: 1;
}
.w110-header .container .navs-phone {
  display: none;
}
.w110-header .content {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}
.w110-header .content > .logo {
  flex: none;
  font-size: 0;
}
.w110-header .content > .logo a {
  display: inline-block;
  margin: 12px 0;
}
.w110-header .content > .logo h1 {
  text-indent: -9999px;
  height: 0;
}
.w110-header .content > .logo img {
  display: block;
  height: 48px;
  width: auto;
}
.w110-header .content > .navs {
  flex: auto;
}
.w110-header .content > .navs > ul {
  display: flex;
  justify-content: flex-end;
}
.w110-header .content > .navs > ul > li {
  position: relative;
}
.w110-header .content > .navs > ul > li > a {
  display: block;
  position: relative;
  padding: 0 20px;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
}
.w110-header .content > .navs > ul > li > a > i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transition: border-color .4s;
  transform: rotate(45deg);
}
.w110-header .content > .navs > ul > li > a:hover {
  color: #5877ba;
}
.w110-header .content > .navs > ul > li:hover > .dropdown {
  display: block;
}
.w110-header .content > .navs > ul > li.multi {
  position: static;
}
.w110-header .content > .navs > ul > li.multi .dropdown {
  transform: none;
  left: 0;
  width: 100%;
  -webkit-animation: header-dropdown-in2 0.4s both .1s;
  animation: header-dropdown-in2 0.4s both .1s;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col {
  width: 25%;
  white-space: normal;
  padding: 5px;
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col > dl dt a {
  padding: 0;
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col > dl > dd > dl > dt > a {
  padding: 0 8px;
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col:nth-child(4) dl dd {
  left: -85%;
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col:nth-child(4) dl dd dl dd {
  left: 100%;
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col:nth-child(8) dl dd {
  left: -61%;
}
.w110-header .content > .navs > ul > li.multi .dropdown .row .col:nth-child(12) dl dd {
  left: -61%;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl {
  position: relative;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dt a {
  font-size: 16px;
  line-height: 30px;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dd {
  position: absolute;
  z-index: 10;
  left: 100%;
  top: 0;
  transform: translateX(0);
  max-width: 250px;
  background: #eef1f8;
  display: none;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dd > dl dt {
  padding: 5px 0;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dd > dl dd {
  display: none;
  left: 100%;
  width: 100%;
  top: 0;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dd > dl dd a {
  line-height: 30px;
  padding: 5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dd > dl dd a:hover {
  color: #5877ba;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl dd > dl:hover dd {
  display: block;
  padding: 0;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl:hover > dd {
  display: block;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl:hover > dd > dl {
  display: block;
}
.w110-header .content > .navs > ul > li.multi .dropdown dl:hover > dd > dl:hover > dd {
  display: block;
}
.w110-header .content > .navs > ul > li.active > a {
  color: #5877ba;
}
.w110-header .content > .navs .dropdown {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  -webkit-animation: header-dropdown-in 0.4s both .1s;
  animation: header-dropdown-in 0.4s both .1s;
}
.w110-header .content > .navs .dropdown dl {
  padding: 0;
  margin: 0;
}
.w110-header .content > .navs .dropdown dl dt, .w110-header .content > .navs .dropdown dl dd {
  margin: 0;
}
.w110-header .content > .navs .dropdown dl dt a, .w110-header .content > .navs .dropdown dl dd a {
  display: block;
  transition: color .4s;
  text-align: center;
}
.w110-header .content > .navs .dropdown dl dt a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 8px;
  color: #333;
  transition: background-color .4s, color .4s;
}
.w110-header .content > .navs .dropdown dl dt a > img {
  display: block;
  width: 100%;
  max-height: 128px;
  object-fit: cover;
  object-position: center;
  transition: opacity .4s;
}
.w110-header .content > .navs .dropdown dl dt a .menu-title {
  display: flex;
  flex-direction: row;
}
.w110-header .content > .navs .dropdown dl dt a .menu-title h4 {
  flex: auto;
  max-height: 100%;
  line-height: 35px;
  width: 100%;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
  transition: color .4s;
}
.w110-header .content > .navs .dropdown dl dt a:hover {
  color: #5877ba;
}
.w110-header .content > .navs .dropdown dl dt a:hover > img {
  opacity: .5;
}
.w110-header .content > .navs .dropdown dl dd > dl > dt a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.w110-header .content > .navs .dropdown dl dd > dl > dt a:hover {
  color: #5877ba;
}
.w110-header .content > .navs .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1660px;
  margin: 0 auto;
}
.w110-header .content > .navs .row .col {
  white-space: nowrap;
}
.w110-header .content > .menu {
  flex: none;
}
.w110-header .content > .menu > ul {
  display: flex;
}
.w110-header .content > .menu > ul > li {
  display: block;
  position: relative;
}
.w110-header .content > .menu > ul > li:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #e6e6e6;
}
.w110-header .content > .menu > ul > li:first-child:after {
  display: none;
}
.w110-header .content > .menu > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  line-height: 72px;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s;
}
.w110-header .content > .menu > ul > li > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
}
.w110-header .content > .menu > ul > li > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.w110-header .content > .menu > ul > li > a > span {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #F2914A;
  color: #fff;
  padding: 0 6px;
  border-radius: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.w110-header .content > .menu > ul > li > a:hover {
  background-color: #f5f5f5;
  color: #5877ba;
}
.w110-header .content > .menu > ul > li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-animation: header-dropdown-in2 0.4s both .1s;
  animation: header-dropdown-in2 0.4s both .1s;
  right: 0;
  max-height: 50vh;
  overflow: visible auto;
}
.w110-header .content > .menu > ul > li ul li > a {
  display: block;
  padding: 0 24px;
  line-height: 40px;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 0;
  color: #666;
  transition: color .4s, background-color .4s;
}
.w110-header .content > .menu > ul > li ul li > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
  margin-right: 8px;
}
.w110-header .content > .menu > ul > li ul li > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w110-header .content > .menu > ul > li ul li:hover > a {
  background-color: #eef1f8;
  color: #5877ba;
}
.w110-header .content > .menu > ul > li:hover > ul {
  display: block;
}
.w110-header .content > .header-popover {
  flex: none;
}
.w110-header .content > .header-popover > .search {
  display: none;
  flex: none;
  padding: 16px;
}
.w110-header .content > .header-popover > .search .search-bar {
  display: flex;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}
.w110-header .content > .header-popover > .search .search-bar > input {
  display: block;
  flex: 1;
  width: 100%;
  line-height: 40px;
  border: 0;
  background: none;
  padding: 0 16px;
  color: #333;
}
.w110-header .content > .header-popover > .search .search-bar > button {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  text-align: center;
  color: #333;
}
.w110-header .content > .header-popover > .search .search-bar > button > i {
  font-size: 16px;
}
.w110-header .content > .header-popover > .cart {
  flex: none;
}
.w110-header .content > .header-popover > .cart > a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  line-height: 72px;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s;
}
.w110-header .content > .header-popover > .cart > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.w110-header .content > .header-popover > .cart > a > span {
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #FE5050;
  color: #fff;
  padding: 0 6px;
  border-radius: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  animation: beat 0.7s ease infinite;
}
.w110-header .content > .header-popover > .cart > a:hover {
  background-color: #f5f5f5;
  color: #5877ba;
}
.w110-header .content > .toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.w110-header .content > .toggle a {
  display: block;
  position: relative;
  width: 20px;
  height: 18px;
}
.w110-header .content > .toggle a > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #000;
  transition: top .4s, opacity .4s, transform .4s;
}
.w110-header .content > .toggle a > span:nth-child(1) {
  top: 0;
}
.w110-header .content > .toggle a > span:nth-child(2) {
  top: 17px;
}
.w110-header .content > .toggle a > span:nth-child(3) {
  top: 9px;
}
@media screen and (max-width: 1280px) {
  .w110-header {
    height: 64px;
  }
  .w110-header .header-wrap {
    height: 64px;
    background-color: #fff;
  }
  .w110-header .content {
    padding: 0 24px;
  }
  .w110-header .content > .logo a {
    margin: 11px 0;
  }
  .w110-header .content > .logo img {
    height: 42px;
  }
  .w110-header .content > .navs > ul > li > a {
    padding: 0 16px;
    line-height: 64px;
    font-size: 15px;
  }
  .w110-header .content > .navs .dropdown {
    top: 64px;
  }
  .w110-header .content > .navs .dropdown dl dt a {
    font-size: 14px;
  }
  .w110-header .content > .navs .dropdown dl dt a > h4 {
    padding: 16px;
  }
  .w110-header .content > .navs .dropdown dl dd {
    display: none;
  }
  .w110-header .content > .menu > ul > li > a {
    padding: 0 16px;
    line-height: 64px;
  }
  .w110-header .content > .menu > ul > li > a > img {
    height: 14px;
  }
  .w110-header .content > .menu > ul > li > a > i {
    font-size: 18px;
  }
  .w110-header .content > .menu > ul > li ul li > a {
    padding: 0 20px;
  }
  .w110-header .content > .menu > ul > li ul li > a > img {
    height: 14px;
  }
  .w110-header .content > .menu > ul > li ul li > a > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-header {
    height: 56px;
  }
  .w110-header .header-wrap {
    height: 56px;
    background-color: #fff;
    overflow: hidden;
    transition: height .4s;
  }
  .w110-header .backing {
    display: none;
  }
  .w110-header .content {
    flex-direction: column;
    padding: 0;
    background: #fff;
  }
  .w110-header .content > .logo {
    padding: 0 16px;
  }
  .w110-header .content > .logo a {
    margin: 8px 0;
  }
  .w110-header .content > .logo img {
    height: 40px;
  }
  .w110-header .content > .navs {
    order: 1;
    padding: 0 16px;
    display: none;
  }
  .w110-header .content > .navs > ul {
    flex-direction: column;
    justify-content: left;
  }
  .w110-header .content > .navs > ul > li {
    border-top: 1px solid #e6e6e6;
  }
  .w110-header .content > .navs > ul > li > a {
    padding: 0;
    line-height: 44px;
    font-size: 16px;
  }
  .w110-header .content > .navs > ul > li:hover > .dropdown {
    display: none;
  }
  .w110-header .content > .navs .dropdown {
    display: none;
  }
  .w110-header .content > .menu > ul {
    display: block;
  }
  .w110-header .content > .menu > ul > li:after {
    display: none;
  }
  .w110-header .content > .menu > ul > li.search {
    display: none;
  }
  .w110-header .content > .menu > ul > li.language > a {
    display: none;
  }
  .w110-header .content > .menu > ul > li:hover > ul {
    display: flex;
  }
  .w110-header .content > .menu > ul > li ul {
    display: flex;
    padding: 0 4px;
    position: static;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: none;
    box-shadow: none;
    right: auto;
    overflow-x: auto;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
  .w110-header .content > .menu > ul > li ul li > a {
    padding: 0 12px;
    color: #333;
  }
  .w110-header .content > .menu > ul > li ul li > a > img {
    height: 14px;
  }
  .w110-header .content > .menu > ul > li ul li > a > span {
    font-size: 14px;
  }
  .w110-header .content > .header-popover {
    display: flex;
    flex: auto;
  }
  .w110-header .content > .header-popover > .search {
    display: inline-block;
    width: 80%;
  }
  .w110-header .content > .header-popover > .cart {
    display: inline-block;
    width: 20%;
  }
  .w110-header .content > .toggle {
    display: block;
    height: 56px;
    width: 56px;
    padding: 19px 18px;
  }
  .w110-header.opened .header-wrap {
    height: 100vh;
  }
  .w110-header.opened .content > .toggle a > span:nth-child(1) {
    transform: rotate(135deg);
    top: 9px;
  }
  .w110-header.opened .content > .toggle a > span:nth-child(2) {
    transform: rotate(225deg);
    top: 9px;
  }
  .w110-header.opened .content > .toggle a > span:nth-child(3) {
    opacity: 0;
  }
  .w110-header.opened .navs-phone {
    display: block;
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    padding-top: 170px;
  }
  .w110-header.opened .navs-phone .menu {
    padding: 0;
    list-style: none;
    width: 100%;
    clear: both;
  }
  .w110-header.opened .navs-phone .menu li {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    vertical-align: sub;
    background: rgba(0, 0, 0, 0.05);
    clear: both;
  }
  .w110-header.opened .navs-phone .menu li a {
    text-decoration: none;
    color: #333;
    padding: 8px 0px 8px 17px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2;
  }
  .w110-header.opened .navs-phone .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: 300ms all;
    color: #f6aec6;
  }
  .w110-header.opened .navs-phone .menu .menu-li {
    position: relative;
  }
  .w110-header.opened .navs-phone .menu .menu-li:after {
    content: ">";
    position: absolute;
    right: 17px;
    top: 8px;
    padding: 10px;
    color: #5877ba;
    transition: border-color .4s;
    transform: rotate(90deg);
  }
  .w110-header.opened .navs-phone .menu .menu-li .items {
    height: 0px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
  }
  .w110-header.opened .navs-phone .menu .menu-li .items a:hover {
    background-color: #fff;
    color: #5877ba;
    transition: 300ms all;
  }
  .w110-header.opened .navs-phone .menu .active:after {
    transition: border-color .4s;
    transform: rotate(270deg);
  }
  .w110-header.opened .navs-phone .menu .active > .items {
    display: block;
    padding: 0px;
    height: auto;
    color: #5877ba;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
  }
  .w110-header.opened .navs-phone .menu .active > .items li {
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 0px;
    height: auto;
  }
  .w110-header.opened .navs-phone .menu .active > .items li a {
    text-transform: initial;
  }
  .w110-header.opened .navs-phone .menu .active > .items li ul li ul {
    display: block;
    height: auto;
    clear: both;
    border-bottom: 1px solid #fff;
  }
  .w110-header.opened .navs-phone .menu .active > .items li ul li ul li a {
    padding-left: 30px;
  }
  .w110-header.opened .navs-phone .menu .active > .items .active > .items {
    background-color: #fff;
  }
  .w110-header.opened .navs-phone .menu .active .menu-li {
    background: #f0f0f0;
  }
}

@-webkit-keyframes header-dropdown-in {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50%);
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes header-dropdown-in {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50%);
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes header-dropdown-in2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header-dropdown-in2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes beat {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
/*!- w110-header end -*/
/*!- w110-footer begin -*/
.w110-footer {
  background-color: #1A1A1A;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23303030' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.w110-footer .w110-footer-content {
  padding: 50px 0 20px 0;
}
.w110-footer .w110-footer-list {
  display: flex;
  justify-content: space-between;
  margin: -32px 0 0 -32px;
}
.w110-footer .w110-footer-item {
  display: block;
  max-width: 20%;
  min-width: 15%;
  padding: 32px 0 0 32px;
}
.w110-footer .w110-footer-item dl {
  line-height: 1.576;
}
.w110-footer .w110-footer-item dl dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.w110-footer .w110-footer-item dl dt a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w110-footer .w110-footer-item dl dt a .icon-facebook-circle-fill {
  color: #235B9E;
}
.w110-footer .w110-footer-item dl dt a .icon-twitter-circle-fill {
  color: #00ACED;
}
.w110-footer .w110-footer-item dl dt a .icon-google-plus-circle-fill {
  color: #ed4135;
}
.w110-footer .w110-footer-item dl dt a .icon-linkedin-circle-fill {
  color: #01639a;
}
.w110-footer .w110-footer-item dl dt a .icon-skype-circle-fill {
  color: #00AEF3;
}
.w110-footer .w110-footer-item dl dt a .icon-instagram-circle-fill {
  color: #be34a2;
}
.w110-footer .w110-footer-item dl dt a .icon-pinterest-circle-fill {
  color: #e10600;
}
.w110-footer .w110-footer-item dl dt a .icon-youtube-circle-fill {
  color: #fb0204;
}
.w110-footer .w110-footer-item dl dt:hover a {
  color: #f6aec6;
}
.w110-footer .w110-footer-item dl dt.icon {
  font-size: 0;
}
.w110-footer .w110-footer-item dl dt.icon a {
  font-size: 0;
  margin-right: 8px;
}
.w110-footer .w110-footer-item dl dt.icon a:hover i {
  color: #ac7a8b;
}
.w110-footer .w110-footer-item dl dt.icon i {
  font-size: 32px;
  transition: color .3s;
}
.w110-footer .w110-footer-item dl dd {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
}
.w110-footer .w110-footer-item dl dd span, .w110-footer .w110-footer-item dl dd i {
  display: inline-block;
}
.w110-footer .w110-footer-item dl dd a {
  display: inline-block;
  font-weight: lighter;
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w110-footer .w110-footer-item dl dd:hover a {
  color: #f6aec6;
}
.w110-footer .w110-footer-external {
  display: block;
  text-align: center;
  line-height: 1.576;
  font-size: 16px;
  padding: 8px 16px 8px;
}
.w110-footer .w110-footer-external a {
  margin: 10px;
  color: rgba(255, 255, 255, 0.45);
}
.w110-footer .w110-footer-external a:hover {
  color: #f6aec6;
}
.w110-footer .w110-footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 14px;
  line-height: 1.576;
  padding: 16px;
}
.w110-footer .w110-footer-copyright a {
  color: inherit;
}
@media screen and (max-width: 1280px) {
  .w110-footer .w110-footer-content {
    padding: 32px 0;
  }
  .w110-footer .w110-footer-list {
    margin: -24px 0 0 -24px;
  }
  .w110-footer .w110-footer-item {
    padding: 24px 0 0 24px;
  }
  .w110-footer .w110-footer-item dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .w110-footer .w110-footer-item dl dt.icon i {
    font-size: 32px;
  }
  .w110-footer .w110-footer-item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-footer .w110-footer-content {
    padding: 0;
  }
  .w110-footer .w110-footer-list {
    margin: -16px 0 0 -16px;
    justify-content: center;
  }
  .w110-footer .w110-footer-item {
    padding: 16px 0 0 16px;
    display: none;
    max-width: none;
    text-align: center;
  }
  .w110-footer .w110-footer-item.alive {
    display: block;
  }
  .w110-footer .w110-footer-copyright {
    font-size: 14px;
    padding: 0 10px 26px 10px;
  }
}

/*!- w110-footer end -*/
/*!- w110-sidebar begin -*/
.w110-sidebar .w110-sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w110-sidebar .w110-sidebar-item {
  position: relative;
  height: 48px;
}
.w110-sidebar .w110-sidebar-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w110-sidebar .w110-sidebar-item .trigger {
  display: flex;
  color: #333;
  background-color: #5877ba;
}
.w110-sidebar .w110-sidebar-item .trigger .icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.w110-sidebar .w110-sidebar-item .trigger .icon i {
  font-size: 24px;
}
.w110-sidebar .w110-sidebar-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
  color: #fff;
}
.w110-sidebar .w110-sidebar-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w110-sidebar .w110-sidebar-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.w110-sidebar .w110-sidebar-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.w110-sidebar .w110-sidebar-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w110-sidebar .w110-sidebar-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w110-sidebar .w110-sidebar-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w110-sidebar .w110-sidebar-item .popover ul li a:hover {
  background-color: #eef1f8;
  color: #5877ba;
}
.w110-sidebar .w110-sidebar-item.top {
  display: none;
}
.w110-sidebar .w110-sidebar-item:hover .wrap {
  transform: translateX(-100%);
}
.w110-sidebar .w110-sidebar-item:hover .popover {
  display: block;
}
.w110-sidebar.scrolled .w110-sidebar-item.top {
  display: block;
}
@media screen and (max-width: 992px) {
  .w110-sidebar .w110-sidebar-item {
    height: 40px;
  }
  .w110-sidebar .w110-sidebar-item .trigger .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .w110-sidebar .w110-sidebar-item .wrap {
    transform: translateX(-40px);
  }
}

/*!- w110-sidebar end -*/
/*!- w110-bottom-menu begin -*/
.w110-bottom-menu {
  display: none;
}
.w110-bottom-menu .w110-bottom-menu-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w110-bottom-menu .w110-bottom-menu-item {
  position: relative;
  height: 40px;
}
.w110-bottom-menu .w110-bottom-menu-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w110-bottom-menu .w110-bottom-menu-item .trigger {
  display: flex;
  color: #333;
  background-color: #f6aec6;
}
.w110-bottom-menu .w110-bottom-menu-item .trigger .icon {
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.w110-bottom-menu .w110-bottom-menu-item .trigger .icon i {
  font-size: 24px;
}
.w110-bottom-menu .w110-bottom-menu-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.w110-bottom-menu .w110-bottom-menu-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w110-bottom-menu .w110-bottom-menu-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.w110-bottom-menu .w110-bottom-menu-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 16px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.w110-bottom-menu .w110-bottom-menu-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w110-bottom-menu .w110-bottom-menu-item .popover ul li a:hover {
  background-color: #eef1f8;
  color: #5877ba;
}
.w110-bottom-menu .w110-bottom-menu-item.top {
  display: none;
}
.w110-bottom-menu .w110-bottom-menu-item:hover .wrap {
  transform: translateX(-100%);
}
.w110-bottom-menu .w110-bottom-menu-item:hover .popover {
  display: block;
}
.w110-bottom-menu.scrolled .w110-bottom-menu-item.top {
  display: block;
}
@media screen and (max-width: 1280px) {
  .w110-bottom-menu {
    display: none;
  }
  .w110-bottom-menu .w110-bottom-menu-wrap {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 992px) {
  .w110-bottom-menu {
    display: block;
    height: 48px;
  }
  .w110-bottom-menu .w110-bottom-menu-wrap {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .w110-bottom-menu .w110-bottom-menu-list {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .w110-bottom-menu .w110-bottom-menu-item {
    flex: 1;
    height: auto;
  }
  .w110-bottom-menu .w110-bottom-menu-item .wrap {
    position: relative;
    transform: translateX(0);
  }
  .w110-bottom-menu .w110-bottom-menu-item .trigger {
    justify-content: center;
    background-color: #fff;
    color: #333;
    flex-direction: column;
  }
  .w110-bottom-menu .w110-bottom-menu-item .trigger .icon {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .w110-bottom-menu .w110-bottom-menu-item .trigger .text {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .w110-bottom-menu .w110-bottom-menu-item .popover {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 100%;
    right: auto;
    padding: 0 0 12px;
    transform: translateX(-50%);
  }
  .w110-bottom-menu .w110-bottom-menu-item .popover .popover-wrap {
    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
  }
  .w110-bottom-menu .w110-bottom-menu-item .popover .popover-wrap:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  .w110-bottom-menu .w110-bottom-menu-item.top {
    display: none;
  }
  .w110-bottom-menu .w110-bottom-menu-item.primary {
    flex: 2;
    order: 2;
  }
  .w110-bottom-menu .w110-bottom-menu-item.primary .trigger {
    background-color: #5877ba;
    color: #fff;
  }
  .w110-bottom-menu .w110-bottom-menu-item.primary .trigger .text {
    display: block;
  }
  .w110-bottom-menu .w110-bottom-menu-item:hover .wrap {
    transform: translateX(0);
  }
  .w110-bottom-menu .w110-bottom-menu-item:hover .popover {
    display: block;
  }
  .w110-bottom-menu.scrolled .w110-bottom-menu-item.top {
    display: none;
  }
}

/*!- w110-bottom-menu end -*/
/*!- w110-search begin -*/
.w110-search {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.w110-search .w110-search-wrap {
  display: block;
  position: relative;
  width: 100%;
  min-height: 40%;
  background-color: #fff;
}
.w110-search .w110-search-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  transition: color .3s;
  text-align: center;
}
.w110-search .w110-search-close i {
  font-size: 24px;
}
.w110-search .w110-search-close:hover {
  color: #5877ba;
}
.w110-search .w110-search-content {
  display: block;
  max-width: 768px;
  margin: 0 auto;
  padding: 10vh 16px;
}
.w110-search .search-bar .bar {
  display: block;
  position: relative;
}
.w110-search .search-bar input {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  padding: 0 64px 0 16px;
  transition: all .3s;
  color: #333;
}
.w110-search .search-bar input:focus {
  border-color: #5877ba;
  box-shadow: 0 0 0 3px rgba(88, 119, 186, 0.2);
}
.w110-search .search-bar button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  transition: color .3s;
  color: #333;
}
.w110-search .search-bar button i {
  font-size: 20px;
}
.w110-search .search-bar button:hover {
  color: #5877ba;
}
.w110-search .search-tip {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-top: 16px;
}
.w110-search .search-tip a {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 16px;
  text-align: center;
  background-color: #F5F5F5;
  color: #333;
  max-width: 180px;
  margin: 12px 12px 0 0;
  border-radius: 16px;
  transition: color .3s, background-color .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-search .search-tip a:hover {
  background-color: #f7f8fc;
  color: #5877ba;
}
.w110-search.opened {
  display: block;
}
.w110-search.opening {
  -webkit-animation: search-wrapper-in .4s both;
  animation: search-wrapper-in .4s both;
}
.w110-search.opening .w110-search-wrap {
  -webkit-animation: search-content-in .4s both;
  animation: search-content-in .4s both;
}
.w110-search.closing {
  -webkit-animation: search-wrapper-out .4s both;
  animation: search-wrapper-out .4s both;
}
.w110-search.closing .w110-search-wrap {
  -webkit-animation: search-content-out .4s both;
  animation: search-content-out .4s both;
}

@-webkit-keyframes search-wrapper-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes search-content-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes search-content-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes search-wrapper-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes search-wrapper-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes search-content-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes search-content-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/*!- w110-search end -*/
/*!- w110-crumb begin -*/
.w110-crumb {
  background-color: #eee;
}
.w110-crumb .w110-crumb-list {
  font-size: 0;
}
.w110-crumb .w110-crumb-list .w110-crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  margin-right: 12px;
  color: #333;
  transition: color .5s;
}
.w110-crumb .w110-crumb-list .w110-crumb-item:hover {
  color: #5877ba;
}
.w110-crumb .w110-crumb-list .w110-crumb-item:nth-child(even), .w110-crumb .w110-crumb-list .w110-crumb-item.separator {
  color: #999;
  pointer-events: none;
}
.w110-crumb .w110-crumb-list .w110-crumb-item:last-child.separator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w110-crumb .w110-crumb-list .w110-crumb-item {
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w110-crumb .w110-crumb-list .w110-crumb-item {
    font-size: 14px;
    line-height: 32px;
  }
}

/*!- w110-crumb end -*/
/*!- w110-inquiry begin -*/
.w110-inquiry .w110-inquiry-wrap {
  padding: 32px 0 0 0;
  background-color: #fff;
}
.w110-inquiry .w110-inquiry-alert {
  font-size: 18px;
  line-height: 1.576;
  border-left: 4px solid #5877ba;
  color: #5877ba;
  padding: 10px 20px;
  margin-bottom: 32px;
  background-color: #f7f8fc;
}
.w110-inquiry .w110-inquiry-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-inquiry .w110-inquiry-form ul li {
  display: block;
  width: 100%;
  padding: 32px 0 0 32px;
  position: relative;
}
.w110-inquiry .w110-inquiry-form ul li.col-1-2 {
  width: 50%;
}
.w110-inquiry .w110-inquiry-form ul li.col-1-3 {
  width: 33.3333%;
}
.w110-inquiry .w110-inquiry-form ul li.error input[type="text"] {
  border-color: #FE5050;
}
.w110-inquiry .w110-inquiry-form ul li.error input[type="text"]:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w110-inquiry .w110-inquiry-form ul li.error textarea {
  border-color: #FE5050;
}
.w110-inquiry .w110-inquiry-form ul li.error textarea:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w110-inquiry .w110-inquiry-form ul li.error .tips {
  display: block;
}
.w110-inquiry .label {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333;
}
.w110-inquiry .label > em {
  color: red;
  margin-right: 8px;
}
.w110-inquiry input[type="text"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.w110-inquiry input[type="text"]:hover {
  border-color: #5877ba;
}
.w110-inquiry input[type="text"]:focus {
  border-color: #5877ba;
  box-shadow: 0 0 0 3px rgba(88, 119, 186, 0.2);
}
.w110-inquiry input[type="email"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.w110-inquiry input[type="email"]:hover {
  border-color: #5877ba;
}
.w110-inquiry input[type="email"]:focus {
  border-color: #5877ba;
  box-shadow: 0 0 0 3px rgba(88, 119, 186, 0.2);
}
.w110-inquiry textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.576;
  padding: 8px 12px;
  transition: border .5s, box-shadow .5s;
  font-family: inherit;
  resize: none;
  border: 1px solid #d9d9d9;
  color: #333;
}
.w110-inquiry textarea:hover {
  border-color: #5877ba;
}
.w110-inquiry textarea:focus {
  border-color: #5877ba;
  box-shadow: 0 0 0 3px rgba(88, 119, 186, 0.2);
}
.w110-inquiry button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #5877ba;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}
.w110-inquiry button:hover {
  background-color: #4f6ba7;
}
.w110-inquiry button:disabled, .w110-inquiry button.disabled {
  cursor: not-allowed;
  background-color: #acbbdd;
}
.w110-inquiry .checkbox {
  display: inline-block;
  vertical-align: revert;
  position: relative;
  font-size: 0;
  margin-right: 8px;
}
.w110-inquiry .checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-right: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}
.w110-inquiry .checkbox > span:before, .w110-inquiry .checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.w110-inquiry .checkbox > span:before {
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
}
.w110-inquiry .checkbox > span:after {
  width: 9px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: 4px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.w110-inquiry .checkbox > span a {
  color: #5877ba;
}
.w110-inquiry .checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.w110-inquiry .checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #5877ba;
  background-color: #5877ba;
}
.w110-inquiry .checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.w110-inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #d9d9d9;
}
.w110-inquiry .checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.w110-inquiry .checkbox > input[type="checkbox"]:disabled + span {
  color: #999;
  cursor: not-allowed;
}
.w110-inquiry .checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #d9d9d9;
  background-color: #F5F5F5;
}
.w110-inquiry .tips {
  display: none;
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #FE5050;
}
@media screen and (max-width: 1280px) {
  .w110-inquiry .w110-inquiry-wrap {
    padding: 24px;
  }
  .w110-inquiry .w110-inquiry-alert {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .w110-inquiry .w110-inquiry-form {
    padding-bottom: 24px;
  }
  .w110-inquiry .w110-inquiry-form ul {
    margin: -24px 0 0 -24px;
  }
  .w110-inquiry .w110-inquiry-form ul li {
    padding: 24px 0 0 24px;
  }
  .w110-inquiry input[type="text"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w110-inquiry input[type="email"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w110-inquiry textarea {
    font-size: 16px;
    padding: 6px 12px;
  }
  .w110-inquiry button {
    height: 36px;
    padding: 0 16px;
  }
  .w110-inquiry .tips {
    left: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w110-inquiry .w110-inquiry-wrap {
    padding: 16px 0 0 0;
  }
  .w110-inquiry .w110-inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .w110-inquiry .w110-inquiry-form {
    padding-bottom: 0;
  }
  .w110-inquiry .w110-inquiry-form ul {
    margin: -16px 0 0 -16px;
  }
  .w110-inquiry .w110-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w110-inquiry .w110-inquiry-form ul li.col-1-2 {
    width: 100%;
  }
  .w110-inquiry .w110-inquiry-form ul li.col-1-3 {
    width: 100%;
  }
  .w110-inquiry input[type="text"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w110-inquiry input[type="email"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w110-inquiry textarea {
    font-size: 14px;
    padding: 4px 8px;
  }
  .w110-inquiry button {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .w110-inquiry .tips {
    left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*!- w110-inquiry end -*/
/*!- w110-pagination begin -*/
.w110-pagination {
  margin-top: 20px;
}
.w110-pagination .w110-pagination-links {
  margin: -16px 0 0 -16px;
  line-height: 1;
  font-size: 0;
}
.w110-pagination .w110-pagination-links a {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  margin: 16px 0 0 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  transition: background-color .4s, color .4s;
}
.w110-pagination .w110-pagination-links a:hover {
  background-color: #eef1f8;
  color: #5877ba;
}
.w110-pagination .w110-pagination-links a.current {
  background-color: #5877ba;
  color: #fff;
}
.w110-pagination .w110-pagination-links.center {
  text-align: center;
}
.w110-pagination .w110-pagination-links.right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .w110-pagination .w110-pagination-links {
    margin: -12px 0 0 -12px;
  }
  .w110-pagination .w110-pagination-links a {
    line-height: 36px;
    min-width: 36px;
    margin: 12px 0 0 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w110-pagination .w110-pagination-links {
    margin: -8px 0 0 -8px;
  }
  .w110-pagination .w110-pagination-links a {
    line-height: 32px;
    min-width: 32px;
    font-size: 12px;
    margin: 8px 0 0 8px;
    padding: 0 8px;
  }
}

/*!- w110-pagination end -*/
/*!- w110-detail begin -*/
.w110-detail .w110-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w110-detail .w110-detail-content {
  flex: auto;
  width: 100%;
  background-color: #fff;
}
.w110-detail .w110-detail-sidebar {
  flex: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 32px;
}
.w110-detail .reader .hd {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.w110-detail .reader .hd h2 {
  font-size: 20px;
  color: #333;
}
.w110-detail .reader .hd p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.w110-detail .reader .bd .summary {
  color: #666;
  background: #f5f6f7;
  padding: 10px;
  margin-bottom: 32px;
  font-size: 16px;
}
.w110-detail .reader .ft {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.w110-detail .reader .ft:before, .w110-detail .reader .ft:after {
  display: table;
  content: "";
  width: 100%;
}
.w110-detail .reader .ft:after {
  clear: both;
}
.w110-detail .reader .ft .pager {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  transition: color .5s;
}
.w110-detail .reader .ft .pager:hover {
  color: #5877ba;
}
.w110-detail .reader .ft .prev {
  float: left;
}
.w110-detail .reader .ft .next {
  float: right;
}
.w110-detail .reader .product-page-list ul {
  display: flex;
  flex-wrap: wrap;
}
.w110-detail .reader .product-page-list ul li {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  background: #f7f8fc;
}
.w110-detail .reader .product-page-list ul li.mb0 {
  margin-bottom: 0;
}
.w110-detail .reader .product-page-list ul li.mb0 .mb0 {
  margin-bottom: 0;
}
.w110-detail .reader .product-page-list ul li .product-page-item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 300px;
}
.w110-detail .reader .product-page-list ul li .product-page-item .cover {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.w110-detail .reader .product-page-list ul li .product-page-item .cover > img {
  display: block;
  width: 100%;
  transition: all .4s;
}
.w110-detail .reader .product-page-list ul li .product-page-item .cover:hover > img {
  transform: scale(1.1);
}
.w110-detail .reader .product-page-list ul li .intro {
  flex: auto;
  padding: 0 16px;
}
.w110-detail .reader .product-page-list ul li .intro h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-detail .reader .product-page-list ul li .intro .visit-learn {
  margin: 15px 0;
  line-height: 30px;
}
.w110-detail .reader .product-page-list ul li .intro .visit-learn a {
  color: #5877ba;
  background: #f7f8fc;
  padding: 6px 10px;
  font-size: 18px;
}
.w110-detail .reader .product-page-list ul li .intro .visit-learn a:hover {
  color: #f6aec6;
}
.w110-detail .reader .product-page-list ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-detail .reader .product-page-list ul li .intro .attrs {
  margin-bottom: 16px;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li {
  line-height: 30px;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li label, .w110-detail .reader .product-page-list ul li .intro .attrs ul li span, .w110-detail .reader .product-page-list ul li .intro .attrs ul li a, .w110-detail .reader .product-page-list ul li .intro .attrs ul li p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li p {
  color: red;
  font-size: 20px;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li p span {
  color: red;
  font-size: 22px;
  padding-left: 10px;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li p.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  padding-left: 10px;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li p.original-price span {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li label {
  color: #999;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li span {
  color: #333;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li a {
  color: #1890FF;
}
.w110-detail .reader .product-page-list ul li .intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w110-detail .reader .product-page-list ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #f6aec6;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w110-detail .reader .product-page-list ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w110-detail .reader .product-page-list ul li .intro > .btn_more:hover {
  background-color: #c58b9e;
}
.w110-detail .reader .product-page-list ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w110-detail .reader .product-page-list ul li .intro .wui-btn {
  display: none;
}
.w110-detail .reader .product-page-list ul li:hover h3 {
  color: #5877ba;
}
.w110-detail .reader .product-page-list ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.w110-detail .reader .product-page-list ul li a .icon i {
  font-size: inherit;
}
.w110-detail .reader .product-page-list ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-detail .reader .product-page-list ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w110-detail .wrapper .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w110-detail .wrapper .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w110-detail .wrapper .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w110-detail .wrapper .hd a:hover {
  color: #5877ba;
}
.w110-detail .wrapper .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-detail .wrapper .bd ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.w110-detail .wrapper .bd ul li > a {
  display: flex;
}
.w110-detail .wrapper .bd ul li > a:hover .intro h3 {
  color: #5877ba;
}
.w110-detail .wrapper .bd ul li .cover {
  width: 100%;
  max-width: 160px;
  flex: none;
}
.w110-detail .wrapper .bd ul li .cover img {
  display: block;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-detail .wrapper .bd ul li .cover img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w110-detail .wrapper .bd ul li .intro {
  width: 0;
  flex: auto;
  padding: 16px;
}
.w110-detail .wrapper .bd ul li .intro h3 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-detail .wrapper .bd ul li .intro p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .w110-detail .w110-detail-wrap {
    flex-wrap: wrap;
  }
  .w110-detail .w110-detail-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
  .w110-detail .reader {
    padding: 24px;
  }
  .w110-detail .reader .hd {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .w110-detail .reader .hd h2 {
    font-size: 20px;
  }
  .w110-detail .reader .hd p {
    font-size: 14px;
  }
  .w110-detail .reader .ft {
    padding-top: 24px;
    margin-top: 24px;
  }
  .w110-detail .wrapper .hd {
    margin-bottom: 24px;
  }
  .w110-detail .wrapper .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w110-detail .wrapper .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w110-detail .wrapper .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w110-detail .wrapper .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w110-detail .wrapper .bd ul li > a {
    flex-direction: column;
  }
  .w110-detail .wrapper .bd ul li .cover {
    flex: auto;
    max-width: none;
  }
  .w110-detail .wrapper .bd ul li .intro {
    width: auto;
    padding: 8px 0;
  }
  .w110-detail .wrapper .bd ul li .intro h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .w110-detail .wrapper .bd ul li .intro p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .w110-detail .w110-detail-sidebar {
    margin: 16px 0 0;
  }
  .w110-detail .reader {
    padding: 0;
  }
  .w110-detail .reader .hd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .w110-detail .reader .hd h2 {
    font-size: 18px;
  }
  .w110-detail .reader .ft {
    padding-top: 16px;
    margin-top: 16px;
  }
  .w110-detail .reader .product-page-list ul li {
    display: block;
  }
  .w110-detail .reader .product-page-list ul li .product-page-item {
    max-width: 100%;
    margin-bottom: 0;
  }
  .w110-detail .reader .product-page-list ul li .intro {
    padding: 16px;
  }
  .w110-detail .reader .product-page-list ul li .intro p {
    margin-bottom: 0;
  }
  .w110-detail .reader .product-page-list ul li .intro .wui-btn {
    display: none;
  }
  .w110-detail .wrapper .hd {
    margin: 16px 0;
  }
  .w110-detail .wrapper .hd h3 {
    font-size: 16px;
  }
  .w110-detail .wrapper .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w110-detail .wrapper .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w110-detail .wrapper .bd ul li .intro {
    padding: 8px 0;
  }
  .w110-detail .wrapper .bd ul li .intro h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .w110-detail .wrapper .bd ul li .intro p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}

/*!- w110-detail end -*/
/*!- w110-banner begin -*/
.w110-banner .banner-wrap:nth-child(1) .banner-item, .w110-banner .banner-wrap.banner-pc .banner-item {
  width: 100%;
}
.w110-banner .banner-wrap:nth-child(2), .w110-banner .banner-wrap.banner-h5 {
  display: none;
}
.w110-banner .banner-wrap:nth-child(2) .banner-item, .w110-banner .banner-wrap.banner-h5 .banner-item {
  width: 100%;
}
.w110-banner .banner-item {
  display: block;
}
.w110-banner .banner-item > img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.w110-banner .swiper-button-prev, .w110-banner .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w110-banner .swiper-button-next, .w110-banner .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .w110-banner.has-mobile .banner-wrap:nth-child(1), .w110-banner.has-mobile .banner-wrap.banner-pc {
    display: none;
  }
  .w110-banner.has-mobile .banner-wrap:nth-child(2), .w110-banner.has-mobile .banner-wrap.banner-h5 {
    display: block;
  }
  .w110-banner.has-mobile .banner-wrap:nth-child(2) .banner-item, .w110-banner.has-mobile .banner-wrap.banner-h5 .banner-item {
    position: inherit;
  }
  .w110-banner.has-mobile .banner-wrap:nth-child(2) .banner-item > img, .w110-banner.has-mobile .banner-wrap.banner-h5 .banner-item > img {
    position: relative;
  }
}

/*!- w110-banner end -*/
/*!- w110-service begin -*/
.w110-service {
  margin-top: 60px;
  margin-bottom: 60px;
}
.w110-service .product-title > h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  color: #5877ba;
  margin-bottom: 30px;
}
.w110-service .service-wrap ul {
  background-color: #fff;
  display: flex;
}
.w110-service .service-wrap ul li {
  flex: auto;
  width: 25%;
  transition: background-color .4s;
  transition: all .5s;
}
.w110-service .service-wrap ul li a {
  justify-content: center;
  position: relative;
  height: 100%;
}
.w110-service .service-wrap ul li a:before, .w110-service .service-wrap ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
}
.w110-service .service-wrap ul li a:before {
  display: none;
  width: 100%;
  height: 1px;
}
.w110-service .service-wrap ul li a:after {
  width: 1px;
  height: 100%;
  display: none;
}
.w110-service .service-wrap ul li .icon {
  margin: 0 16px 0 0;
  width: 100%;
  height: auto;
  flex: none;
  overflow: hidden;
}
.w110-service .service-wrap ul li .icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.w110-service .service-wrap ul li .text {
  text-align: left;
  padding: 15px;
}
.w110-service .service-wrap ul li .text h4 {
  font-size: 18px;
  color: #333;
  margin: 0 0 5px 0;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w110-service .service-wrap ul li .text p {
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.w110-service .service-wrap ul li .text p .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
}
.w110-service .service-wrap ul li .text p .original-price {
  text-decoration: line-through;
  padding-left: 10px;
}
.w110-service .service-wrap ul li:first-child a:after {
  display: none;
}
.w110-service .service-wrap ul li:hover {
  background-color: #f6aec6;
}
.w110-service .service-wrap ul li:hover img {
  transform: scale(1.1);
}
.w110-service .service-wrap ul li:hover .text h4 {
  color: #fff;
}
.w110-service .service-wrap ul li:hover .text p {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .w110-service {
    margin-top: 25px;
  }
  .w110-service .product-title > h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .w110-service .service-wrap ul li {
    padding: 24px 4px;
  }
  .w110-service .service-wrap ul li a {
    padding: 0 4px;
  }
  .w110-service .service-wrap ul li .icon {
    margin: 0 8px 0 0;
  }
  .w110-service .service-wrap ul li .text h4 {
    font-size: 16px;
  }
  .w110-service .service-wrap ul li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-service {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .w110-service .service-wrap ul {
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .w110-service .service-wrap ul li {
    width: 50%;
    padding: 0;
  }
  .w110-service .service-wrap ul li a {
    padding: 8px;
    justify-content: left;
    display: block;
  }
  .w110-service .service-wrap ul li a:after {
    width: 100%;
    height: 1px;
  }
  .w110-service .service-wrap ul li .icon {
    margin: 0 16px 0 0;
    width: 100%;
  }
  .w110-service .service-wrap ul li .text {
    padding: 15px 0;
  }
  .w110-service .service-wrap ul li .text h4 {
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
  .w110-service .service-wrap ul li .text p {
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
}

/*!- w110-service end -*/
/*!- w110-product begin -*/
.w110-product .product-title > h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  color: #5877ba;
  margin-bottom: 30px;
}
.w110-product .product-item {
  position: relative;
}
.w110-product .product-item .cover {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product .product-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w110-product .product-item .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10%;
  opacity: 0;
  transition: opacity .4s;
}
.w110-product .product-item .intro h4 {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}
.w110-product .product-item .intro P {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.w110-product .product-item .intro P .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
}
.w110-product .product-item .intro P .original-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
}
.w110-product .product-item .intro a {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  color: #f6aec6;
  transition: transform .4s;
}
.w110-product .product-item .intro a:hover {
  transform: translateX(10px);
}
.w110-product .product-item .intro:before, .w110-product .product-item .intro:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #f6aec6;
  transition: transform .4s;
  pointer-events: none;
  opacity: .8;
  border-radius: 100%;
}
.w110-product .product-item .intro:before {
  width: 80%;
  height: 80%;
  top: 5%;
  left: 20%;
}
.w110-product .product-item .intro:after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.w110-product .product-item:hover .intro {
  opacity: 1;
}
.w110-product .product-item:hover .intro:before {
  transform: rotate(-10deg) scale(0.8);
}
.w110-product .product-item:hover .intro:after {
  transform: rotate(-22deg) scale(0.85);
}
@media screen and (max-width: 1280px) {
  .w110-product .product-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w110-product .product-item .intro h4 {
    font-size: 16px;
  }
  .w110-product .product-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w110-product .product-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w110-product .product-item .intro h4 {
    font-size: 14px;
  }
  .w110-product .product-item .intro a {
    font-size: 14px;
  }
}

/*!- w110-product end -*/
/*!- w110-meta begin -*/
.w110-meta .meta-wrap ul {
  display: flex;
}
.w110-meta .meta-wrap ul li {
  position: relative;
  width: 25%;
}
.w110-meta .meta-wrap ul li .wrap {
  display: block;
  text-align: center;
  padding: 16px;
}
.w110-meta .meta-wrap ul li .wrap img {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.w110-meta .meta-wrap ul li .wrap h4 {
  font-size: 32px;
  font-weight: normal;
  margin: 16px 0 12px;
  line-height: 1;
  color: #333;
}
.w110-meta .meta-wrap ul li .wrap p {
  font-size: 16px;
  margin: 0;
  color: #666;
}
.w110-meta .meta-wrap ul li:after {
  display: block;
  content: '';
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  height: 60%;
  top: 20%;
  left: 0;
}
.w110-meta .meta-wrap ul li:first-child:after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w110-meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .w110-meta .meta-wrap ul li .wrap img {
    height: 48px;
    display: none;
  }
  .w110-meta .meta-wrap ul li .wrap h4 {
    font-size: 28px;
    margin: 12px 0 8px;
  }
  .w110-meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .w110-meta .meta-wrap ul li {
    width: 50%;
  }
  .w110-meta .meta-wrap ul li .wrap {
    padding: 10px 4px;
  }
  .w110-meta .meta-wrap ul li .wrap img {
    display: none;
    height: 32px;
  }
  .w110-meta .meta-wrap ul li .wrap h4 {
    font-size: 24px;
    margin: 8px 0 4px;
  }
  .w110-meta .meta-wrap ul li .wrap p {
    font-size: 12px;
  }
  .w110-meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .w110-meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .w110-meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}

/*!- w110-meta end -*/
/*!- w110-news begin -*/
.w110-news {
  background-color: #fff;
  padding: 60px 0;
}
.w110-news .news-wrap {
  display: flex;
  align-items: center;
}
.w110-news .news-cover {
  width: 35%;
}
.w110-news .news-cover .cover-item {
  display: block;
  position: relative;
}
.w110-news .news-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.w110-news .news-cover .cover-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 16px;
  line-height: 1.2;
  text-align: center;
}
.w110-news .news-cover .cover-item .text h4 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.w110-news .news-intro {
  width: 65%;
}
.w110-news .news-intro .wrap {
  margin-left: auto;
  margin-right: 32px;
}
.w110-news .news-intro .wrap > h3 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5877ba;
  margin-bottom: 32px;
}
.w110-news .news-intro .wrap > h3 > a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #f6aec6;
  color: #fff;
  text-align: center;
  padding: 0 24px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w110-news .news-intro .wrap > h3 > a:hover {
  background-color: #c58b9e;
}
.w110-news .news-intro .wrap > h3 > a:hover:after {
  transform: translateX(8px);
}
.w110-news .news-intro .wrap > ul li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}
.w110-news .news-intro .wrap > ul li h4 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  position: relative;
  transition: color .4s;
  margin-right: 20px;
  padding: 15px 10px 10px 10px;
  background: #5877ba;
  display: flex;
  flex-direction: column;
}
.w110-news .news-intro .wrap > ul li h4 strong {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 5px;
}
.w110-news .news-intro .wrap > ul li .news-content {
  flex: auto;
  width: 0;
}
.w110-news .news-intro .wrap > ul li .news-content a {
  display: block;
  font-size: 20px;
  transition: color .4s;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w110-news .news-intro .wrap > ul li .news-content p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-news .news-intro .wrap > ul li:hover h4 {
  color: #f6aec6;
}
.w110-news .news-intro .wrap > ul li:hover h4:after {
  border-color: #f6aec6;
}
.w110-news .news-intro .wrap > ul li:hover a {
  color: #5877ba;
}
@media screen and (max-width: 1280px) {
  .w110-news .news-cover .cover-item .text {
    font-size: 18px;
    padding: 12px;
  }
  .w110-news .news-intro .wrap {
    padding: 24px;
  }
  .w110-news .news-intro .wrap > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w110-news .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .w110-news .news-intro .wrap > ul li h4 {
    font-size: 16px;
  }
  .w110-news .news-intro .wrap > ul li h4 strong {
    font-size: 24px;
  }
  .w110-news .news-intro .wrap > ul li h4:after {
    left: -20px;
  }
  .w110-news .news-intro .wrap > ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .w110-news {
    padding: 0;
  }
  .w110-news .news-wrap {
    flex-direction: column;
  }
  .w110-news .news-cover {
    width: 100%;
  }
  .w110-news .news-cover .cover-item .text {
    font-size: 16px;
    padding: 8px;
  }
  .w110-news .news-intro {
    width: 100%;
  }
  .w110-news .news-intro .wrap {
    max-width: none;
    padding: 16px;
    margin-right: 0;
  }
  .w110-news .news-intro .wrap > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 4px;
    text-align: center;
  }
  .w110-news .news-intro .wrap > h3 > a {
    display: none;
  }
  .w110-news .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 0;
  }
  .w110-news .news-intro .wrap > ul li .news-content a {
    font-size: 18px;
  }
  .w110-news .news-intro .wrap > ul li .news-content p {
    -webkit-line-clamp: 1;
    padding-top: 0;
  }
  .w110-news .news-intro .wrap > ul li h4 {
    font-size: 14px;
  }
  .w110-news .news-intro .wrap > ul li h4 strong {
    font-size: 18px;
  }
  .w110-news .news-intro .wrap > ul li h4:after {
    display: none;
  }
  .w110-news .news-intro .wrap > ul li a {
    font-size: 16px;
    line-height: 1.8;
  }
}

/*!- w110-news end -*/
/*!- w110-group begin -*/
.w110-group {
  background-color: #fff;
  padding: 20px 0;
}
.w110-group .group-wrap {
  display: flex;
  background-color: #fff;
}
.w110-group .group-intro {
  width: 50%;
  display: flex;
  align-items: center;
  background: #eee;
}
.w110-group .group-intro > .wrap {
  max-width: 830px;
  margin-right: auto;
  padding: 0 32px;
}
.w110-group .group-intro > .wrap .w110-meta {
  margin-top: 0px;
}
.w110-group .group-cover {
  width: 50%;
}
.w110-group .group-cover .cover-item {
  display: block;
  position: relative;
}
.w110-group .group-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.w110-group .group-cover .cover-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  padding: 16px;
  line-height: 1.2;
  text-align: center;
}
.w110-group .group-cover .cover-item .text h4 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.w110-group .group-cover > .wrap {
  height: 100%;
}
.w110-group .group-cover > .wrap .w110-news .news-cover {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .w110-group {
    padding: 16px 0;
  }
  .w110-group .group-wrap {
    flex-direction: column;
  }
  .w110-group .group-intro {
    width: 100%;
  }
  .w110-group .group-intro > .wrap {
    padding: 16px 16px;
  }
  .w110-group .group-intro > .wrap .w110-meta {
    margin-top: 0px;
  }
  .w110-group .group-cover {
    width: 100%;
  }
}

/*!- w110-group end -*/
/*!- w110-corp begin -*/
.w110-corp > h3 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  color: #5877ba;
  margin-bottom: 32px;
}
.w110-corp > h3 > a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #f6aec6;
  color: #fff;
  text-align: center;
  padding: 0 24px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w110-corp > h3 > a:hover {
  background-color: #c58b9e;
}
.w110-corp > h3 > a:hover:after {
  transform: translateX(8px);
}
.w110-corp > p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  .w110-corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w110-corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .w110-corp > a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 32px 0 20px;
    margin-top: 24px;
    border-radius: 16px;
  }
  .w110-corp > a:after {
    right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .w110-corp {
    text-align: center;
  }
  .w110-corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 14px;
  }
  .w110-corp > h3 > a {
    display: none;
  }
  .w110-corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 5;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
  }
  .w110-corp > a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 28px 0 16px;
    margin-top: 16px;
    border-radius: 14px;
  }
  .w110-corp > a:after {
    right: 8px;
  }
}

/*!- w110-corp end -*/
/*!- w110-video  about us video begin -*/
.w110-video {
  position: relative;
  height: 100%;
}
.w110-video .media img {
  display: block;
  width: 100%;
  height: auto;
}
.w110-video .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.w110-video .intro .icon {
  font-size: 64px;
}
.w110-video .intro .icon i {
  font-size: inherit;
}
.w110-video .intro .text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.w110-video .intro:hover {
  color: #f6aec6;
}
@media screen and (max-width: 1280px) {
  .w110-video .intro {
    padding: 24px;
  }
  .w110-video .intro .icon {
    font-size: 48px;
  }
  .w110-video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .w110-video .intro {
    padding: 16px;
  }
  .w110-video .intro .icon {
    font-size: 56px;
  }
  .w110-video .intro .text {
    font-size: 16px;
  }
}

/*!- w110-video about us video end -*/
/*!- w110-video-info begin -*/
.video-item {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.video-item .cover > img {
  display: block;
  width: 100%;
}
.video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color .4s;
}
.video-item .intro-icon .icon {
  font-size: 50px;
}
.video-item .intro-icon .icon i {
  font-size: inherit;
}
.video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.video-item .intro-icon:hover {
  color: #f6aec6;
}

/*!- w110-video-info end -*/
/*!- w110-video-list begin -*/
.w110-video-list .w110-video-list-wrap {
  margin-bottom: 32px;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li {
  padding: 32px 0 0 32px;
  width: 25%;
  align-items: center;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .cover > img {
  display: block;
  width: 100%;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px;
  transition: color .4s;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .intro-icon .icon {
  font-size: 50px;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .intro-icon .icon i {
  font-size: inherit;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .intro-icon:hover {
  color: #f6aec6;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item .intro-icon:hover .icon {
  color: #f6aec6;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro {
  flex: auto;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  transition: color .5s;
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #f6aec6;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro > .btn_more:hover {
  background-color: #c58b9e;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li:hover h3 {
  color: #5877ba;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li a .icon i {
  font-size: inherit;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w110-video-list .w110-video-list-wrap .w110-video-list-content .video-list-w4 li {
  width: 25%;
}
@media screen and (max-width: 1280px) {
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul {
    margin: -24px 0 0 -24px;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul {
    margin: -16px 0 0 -16px;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li {
    width: 100%;
    padding: 16px 0 0 16px;
    display: block;
    margin-bottom: 0;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .video-item {
    width: 100%;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro {
    width: 100%;
    padding: 5px;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro > .btn_more {
    display: none;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li .intro .wui-btn {
    display: none;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content ul li h3 {
    font-size: 14px;
  }
  .w110-video-list .w110-video-list-wrap .w110-video-list-content .video-list-w4 li {
    width: 50%;
  }
}

/*!- w110-video-list end -*/
/*!- w110-home-video begin -*/
.w110-home-video .home-video-wrap:nth-child(1) .home-video-item, .w110-home-video .home-video-wrap.home-video-pc .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-home-video .home-video-wrap:nth-child(2), .w110-home-video .home-video-wrap.home-video-h5 {
  display: none;
}
.w110-home-video .home-video-wrap:nth-child(2) .home-video-item, .w110-home-video .home-video-wrap.home-video-h5 .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.w110-home-video .home-video-wrap .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.w110-home-video .home-video-wrap .intro .icon {
  font-size: 50px;
}
.w110-home-video .home-video-wrap .intro .icon i {
  font-size: inherit;
}
.w110-home-video .home-video-wrap .intro .text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.w110-home-video .home-video-wrap .intro:hover {
  color: #f6aec6;
}
.w110-home-video .home-video-item {
  display: block;
  position: relative;
}
.w110-home-video .home-video-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.w110-home-video .swiper-button-prev, .w110-home-video .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w110-home-video .swiper-button-next, .w110-home-video .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 1280px) {
  .w110-home-video .home-video-wrap .intro .icon {
    font-size: 40px;
  }
  .w110-home-video .home-video-wrap .intro .text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .w110-home-video.has-mobile .home-video-wrap:nth-child(2), .w110-home-video.has-mobile .home-video-wrap.home-video-h5 {
    display: block;
  }
  .w110-home-video.has-mobile .home-video-wrap .intro {
    padding: 24px;
  }
  .w110-home-video.has-mobile .home-video-wrap .intro .icon {
    font-size: 40px;
  }
  .w110-home-video.has-mobile .home-video-wrap .intro .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w110-home-video .home-video-wrap .intro {
    padding: 16px;
  }
  .w110-home-video .home-video-wrap .intro .icon {
    font-size: 56px;
  }
  .w110-home-video .home-video-wrap .intro .text {
    font-size: 14px;
  }
}

/*!- w110-home-video end -*/
/*!- w110-about begin -*/
.layout-content .w110-about {
  padding: 0 0 32px 0;
}
.layout-content .w110-about .about-intro .title {
  text-align: center;
}
.layout-content .w110-about .about-intro .title h3 {
  font-size: 26px;
  text-align: center;
  color: #5877ba;
  margin-bottom: 10px;
  font-weight: normal;
}
.layout-content .w110-about .about-intro .title i {
  margin-bottom: 30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #f6aec6;
}
.layout-content .w110-about .about-intro p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.layout-content .w110-about .about-intro .about-cover {
  margin-bottom: 30px;
}
.layout-content .w110-about .about-intro .about-cover .cover-item {
  display: block;
}
.layout-content .w110-about .about-intro .about-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.layout-content .w110-group .group-wrap .group-intro .w110-meta {
  margin-top: 0;
}
.layout-content .w110-group .group-wrap .group-intro .w110-meta .w110-wrapper {
  padding: 0;
}
.layout-content .w110-group .group-wrap .group-intro .w110-meta .w110-wrapper ul {
  flex-wrap: wrap;
}
.layout-content .w110-group .group-wrap .group-intro .w110-meta .w110-wrapper ul li {
  width: 50%;
}
.layout-content .w110-group .group-wrap .group-intro .w110-meta .w110-wrapper ul li:nth-child(3):after {
  display: none;
}
@media screen and (max-width: 992px) {
  .layout-content .w110-about .about-intro .title h3 {
    font-size: 20px;
    line-height: 1.7;
  }
}

/*!- w110-about end -*/
/*!- w110-cert begin -*/
.w110-home-cert {
  background: #fff;
  padding: 60px 0;
}

/*!- w110-cert end -*/
/*!- w110-cert begin -*/
.w110-cert .w110-cert-content {
  background-color: #fff;
  padding: 32px 0;
}
.w110-cert .w110-cert-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
.w110-cert .w110-cert-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .w110-cert .w110-cert-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w110-cert .w110-cert-content {
    padding: 16px 0;
  }
}

/*!- w110-cert end -*/
/*!- w110-comments begin -*/
.w110-comments .comments-title > h3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  color: #5877ba;
  margin-bottom: 32px;
}
.w110-comments .comments-item {
  text-align: center;
}
.w110-comments .comments-item .avatar img {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.w110-comments .comments-item .name {
  margin: 16px 0;
}
.w110-comments .comments-item .name h4 {
  font-size: 18px;
  color: #333;
}
.w110-comments .comments-item .content p {
  font-size: 16px;
  line-height: 2;
  white-space: normal;
  word-break: break-word;
  color: #666;
}
.w110-comments .w110-comments-swiper {
  padding: 32px 0 64px;
}
.w110-comments .swiper-pagination-bullet {
  background: #d9d9d9;
}
.w110-comments .swiper-pagination-bullet-active {
  background: #f6aec6;
}
@media screen and (max-width: 1280px) {
  .w110-comments .comments-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w110-comments .comments-item .avatar img {
    width: 56px;
    height: 56px;
  }
  .w110-comments .comments-item .name {
    margin: 12px 0;
  }
  .w110-comments .comments-item .name h4 {
    font-size: 16px;
  }
  .w110-comments .comments-item .content p {
    font-size: 14px;
  }
  .w110-comments .w110-comments-swiper {
    padding: 24px 0 48px;
  }
}
@media screen and (max-width: 992px) {
  .w110-comments .comments-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w110-comments .comments-item .avatar img {
    width: 48px;
    height: 48px;
  }
  .w110-comments .comments-item .name {
    margin: 8px 0;
  }
  .w110-comments .comments-item .content p {
    line-height: 1.5;
  }
  .w110-comments .w110-comments-swiper {
    padding: 16px 0 32px;
  }
}

/*!- w110-comments end -*/
/*!- w110-case-grid begin -*/
.w110-case-grid {
  margin-bottom: 32px;
}
.w110-case-grid .w110-case-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-case-grid .w110-case-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w110-case-grid .w110-case-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.w110-case-grid .w110-case-grid-content ul li a:hover h3 {
  color: #5877ba;
}
.w110-case-grid .w110-case-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-case-grid .w110-case-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w110-case-grid .w110-case-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 24px;
  padding-top: 8px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-case-grid .w110-case-grid-content ul li p {
  color: #999;
  font-size: 16px;
  margin-top: 5px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-case-grid .w110-case-grid-content .case-list-w4 li {
  width: 25%;
}
@media screen and (max-width: 1280px) {
  .w110-case-grid .w110-case-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w110-case-grid .w110-case-grid-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w110-case-grid .w110-case-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w110-case-grid .w110-case-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w110-case-grid .w110-case-grid-content ul li h3 {
    font-size: 14px;
  }
  .w110-case-grid .w110-case-grid-content .case-list-w4 li {
    width: 50%;
  }
}

/*!- w110-case-grid end -*/
/*!- w110-cert-grid begin -*/
.w110-cert-grid .w110-cert-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-cert-grid .w110-cert-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w110-cert-grid .w110-cert-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.w110-cert-grid .w110-cert-grid-content ul li a:hover h3 {
  color: #5877ba;
}
.w110-cert-grid .w110-cert-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  height: 0;
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.w110-cert-grid .w110-cert-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w110-cert-grid .w110-cert-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .w110-cert-grid .w110-cert-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w110-cert-grid .w110-cert-grid-content ul li {
    width: 33.33%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w110-cert-grid .w110-cert-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w110-cert-grid .w110-cert-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w110-cert-grid .w110-cert-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w110-cert-grid end -*/
/*!- w110-news-grid begin -*/
.w110-news-grid .news-grid-wrap {
  margin-bottom: 32px;
}
.w110-news-grid .news-grid-wrap .header {
  margin-bottom: 15px;
  background: #f7f8fc;
}
.w110-news-grid .news-grid-wrap .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #5877ba;
  font-weight: normal;
  padding-left: 20px;
}
.w110-news-grid .news-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-news-grid .news-grid-content ul li {
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.w110-news-grid .news-grid-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.w110-news-grid .news-grid-content ul li a .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-news-grid .news-grid-content ul li a .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w110-news-grid .news-grid-content ul li a .intro {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(15deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%);
  width: 100%;
  padding: 16px;
  transition: background .4s, transform .4s;
  color: #fff;
  transform: translateY(48px);
}
.w110-news-grid .news-grid-content ul li a .intro h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-news-grid .news-grid-content ul li a .intro h3:hover {
  color: #f6aec6;
}
.w110-news-grid .news-grid-content ul li a .intro b {
  font-weight: normal;
}
.w110-news-grid .news-grid-content ul li a .intro p {
  margin-top: 5px;
  font-size: 16px;
  display: none;
}
.w110-news-grid .news-grid-content ul li a .intro span {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: auto;
  transition: background-color .4s;
  line-height: 32px;
  color: #f6aec6;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 10px;
}
.w110-news-grid .news-grid-content ul li a .intro span i {
  font-size: 24px;
}
.w110-news-grid .news-grid-content ul li a .intro span:hover {
  background-color: #f5f5f5;
}
.w110-news-grid .news-grid-content ul li a:hover .intro {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: translateY(0);
}
.w110-news-grid .news-grid-content ul li a:hover .intro p {
  display: block;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-news-grid .news-grid-content .news-list-w4 li {
  width: 25%;
}
@media screen and (max-width: 1280px) {
  .w110-news-grid .news-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w110-news-grid .news-grid-content ul li {
    padding: 24px 0 0 24px;
  }
  .w110-news-grid .news-grid-content ul li a .meta {
    font-size: 14px;
    padding: 4px 12px;
  }
  .w110-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 12px;
    transform: translateY(36px);
  }
  .w110-news-grid .news-grid-content ul li a .intro h3 {
    font-size: 14px;
  }
  .w110-news-grid .news-grid-content ul li a .intro span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
  .w110-news-grid .news-grid-content ul li a .intro span i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .w110-news-grid .news-grid-wrap .header {
    padding: 10px 0;
  }
  .w110-news-grid .news-grid-wrap .header > h3 {
    line-height: 24px;
  }
  .w110-news-grid .news-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w110-news-grid .news-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w110-news-grid .news-grid-content ul li a .meta {
    font-size: 12px;
    padding: 0 8px;
  }
  .w110-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 8px;
  }
  .w110-news-grid .news-grid-content ul li a .intro p {
    font-size: 14px;
  }
  .w110-news-grid .news-grid-content .news-list-w4 li {
    width: 50%;
  }
}

/*!- w110-news-grid end -*/
/*!- w110-sitemap begin -*/
.w110-sitemap .w110-sitemap-content ul {
  padding-top: 1px;
}
.w110-sitemap .w110-sitemap-content ul li {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
.w110-sitemap .w110-sitemap-content ul li a {
  transition: color .5s;
}
.w110-sitemap .w110-sitemap-content ul li a:hover {
  color: #5877ba;
}
.w110-sitemap .w110-sitemap-content ul li > h3 {
  display: block;
  font-size: 20px;
  line-height: 1.576;
  padding: 16px 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.w110-sitemap .w110-sitemap-content ul li > dl {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.w110-sitemap .w110-sitemap-content ul li > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666;
}
.w110-sitemap .w110-sitemap-content ul li > dl > dd {
  display: block;
  width: 20%;
  font-size: 16px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .w110-sitemap .w110-sitemap-content ul li {
    margin-top: 24px;
  }
  .w110-sitemap .w110-sitemap-content ul li > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .w110-sitemap .w110-sitemap-content ul li > dl {
    padding: 12px 0;
  }
  .w110-sitemap .w110-sitemap-content ul li > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .w110-sitemap .w110-sitemap-content ul li > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 992px) {
  .w110-sitemap .w110-sitemap-content ul li {
    margin-top: 16px;
  }
  .w110-sitemap .w110-sitemap-content ul li > h3 {
    padding: 8px 16px;
  }
  .w110-sitemap .w110-sitemap-content ul li > dl {
    padding: 8px 0;
  }
  .w110-sitemap .w110-sitemap-content ul li > dl > dt {
    padding: 0 16px;
  }
  .w110-sitemap .w110-sitemap-content ul li > dl > dd {
    width: 50%;
    padding: 0 16px;
  }
}

/*!- w110-sitemap end -*/
/*!- w110-faq-list begin -*/
.w110-faq-list .w110-faq-list-content {
  background-color: #fff;
}
.w110-faq-list .w110-faq-list-content ul li {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}
.w110-faq-list .w110-faq-list-content ul li > span {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  color: #dee4f1;
  margin-right: 15px;
}
.w110-faq-list .w110-faq-list-content ul li > .faq-list-content-wrap {
  flex: auto;
  width: 0;
}
.w110-faq-list .w110-faq-list-content ul li > .faq-list-content-wrap > h3 {
  font-size: 18px;
  z-index: 1;
  font-weight: 700;
  line-height: 1.576;
  color: #333;
  word-wrap: break-word;
}
.w110-faq-list .w110-faq-list-content ul li > .faq-list-content-wrap > p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}
.w110-faq-list .w110-faq-list-content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .w110-faq-list .w110-faq-list-content ul li {
    padding: 24px;
  }
  .w110-faq-list .w110-faq-list-content ul li > span {
    top: 12px;
    left: 16px;
    font-size: 28px;
  }
  .w110-faq-list .w110-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w110-faq-list .w110-faq-list-content ul li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-faq-list .w110-faq-list-content ul li {
    padding: 16px;
  }
  .w110-faq-list .w110-faq-list-content ul li > span {
    top: 8px;
    left: 8px;
    font-size: 24px;
  }
  .w110-faq-list .w110-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w110-faq-list .w110-faq-list-content ul li > p {
    font-size: 14px;
  }
}

/*!- w110-faq-list end -*/
/*!- w110-contact begin -*/
.w110-contact .contact-wrap {
  display: flex;
  flex-wrap: wrap;
}
.w110-contact .contact-content {
  width: 80%;
}
.w110-contact .contact-content .company {
  background-color: #5877ba;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.w110-contact .contact-content .company .wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px 32px;
  background-color: rgba(88, 119, 186, 0.9);
}
.w110-contact .contact-content .company-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
.w110-contact .contact-content .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w110-contact .contact-content .company-content ul li {
  width: 25%;
  flex: auto;
  text-align: center;
}
.w110-contact .contact-content .company-content ul li .icon {
  font-size: 40px;
  line-height: 1;
  color: #fff;
}
.w110-contact .contact-content .company-content ul li .icon i {
  font-size: inherit;
}
.w110-contact .contact-content .company-content ul li .label {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.w110-contact .contact-content .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #fff;
}
.w110-contact .contact-content .w110-inquiry .w110-inquiry-wrap {
  padding: 32px;
}
.w110-contact .contact-list {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
.w110-contact .contact-list .wrap {
  display: flex;
  flex-direction: column;
}
.w110-contact .contact-list .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w110-contact .contact-list .wrap ul li {
  flex: auto;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w110-contact .contact-list .wrap ul li dl {
  background-color: #fff;
  padding: 32px;
}
.w110-contact .contact-list .wrap ul li dl dt {
  padding-left: 8px;
  border-left: 3px solid #5877ba;
  line-height: 1;
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.w110-contact .contact-list .wrap ul li dl dd {
  font-size: 16px;
  margin-bottom: 8px;
}
.w110-contact .contact-list .wrap ul li dl dd label {
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.w110-contact .contact-list .wrap ul li dl dd span {
  display: inline-block;
  vertical-align: top;
  color: #666;
}
@media screen and (max-width: 1280px) {
  .w110-contact .contact-content {
    margin-bottom: 32px;
  }
  .w110-contact .contact-content .company {
    padding: 32px 24px;
  }
  .w110-contact .contact-content .company-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .w110-contact .contact-content .company-content ul li .icon {
    font-size: 32px;
  }
  .w110-contact .contact-content .company-content ul li .label {
    font-size: 16px;
  }
  .w110-contact .contact-list {
    padding-left: 24px;
  }
  .w110-contact .contact-list .wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w110-contact .contact-list .wrap ul li {
    padding: 24px 0 0 24px;
  }
  .w110-contact .contact-list .wrap ul li dl {
    padding: 24px;
  }
  .w110-contact .contact-list .wrap ul li dl dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .w110-contact .contact-list .wrap ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w110-contact .contact-content {
    width: 100%;
  }
  .w110-contact .contact-content .company {
    padding: 24px 16px;
    background-image: none !important;
  }
  .w110-contact .contact-content .company .wrap {
    padding: 0;
  }
  .w110-contact .contact-content .company-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .w110-contact .contact-content .company-content ul li {
    width: 50%;
    padding: 16px;
  }
  .w110-contact .contact-content .company-content ul li .icon {
    font-size: 30px;
  }
  .w110-contact .contact-content .inquiry .w110-inquiry .w110-inquiry-wrap {
    padding: 16px;
  }
  .w110-contact .contact-list {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .w110-contact .contact-list .wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w110-contact .contact-list .wrap ul li {
    padding: 16px 0 0 16px;
    width: 100%;
  }
  .w110-contact .contact-list .wrap ul li dl {
    padding: 16px;
  }
  .w110-contact .contact-list .wrap ul li dl dt {
    margin-bottom: 16x;
  }
}

/*!- w110-contact end -*/
/*!- w110-product-detail begin -*/
.w110-product-detail .product-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w110-product-detail .content {
  flex: auto;
  width: 80%;
}
.w110-product-detail .content .module-wrap {
  background-color: #fff;
  padding: 32px;
  margin-bottom: 32px;
  /*.keyword-tag{
    .keyword-tag-wrap{
      margin-top: 20px;
      ul{
        display: flex;
        margin: -16px 0 0 -16px;
        li{
          width:33.33%;
          >ul{
            border: 1px solid #d9d9d9;
            padding: 16px;
            margin: 0 16px;
            flex-direction: column;
            li{
              padding: 0;
              width: 100%;
              a{
                display: block;
                position: relative;
                line-height: 35px;
                font-size: 16px;
                color: #333;
                transition: color .4s;
                border-radius: 6px;
                border: 1px solid transparent;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-break: normal;
                &:hover{
                  color: $accents-color;
                }
              }
            }
          }
        }
      }
    }
  }*/
}
.w110-product-detail .content .module-wrap .hd {
  display: flex;
  align-items: flex-start;
}
.w110-product-detail .content .module-wrap .hd .product-cover {
  display: block;
  flex: none;
  max-width: 400px;
  width: 100%;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-gallery-swiper .gallery-item {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-gallery-swiper .gallery-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-gallery-swiper .gallery-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-gallery-swiper .gallery-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-gallery-swiper .gallery-item .mask .play {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {
  font-size: 24px;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper {
  margin-top: 16px;
  overflow: hidden;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .thumb-item {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .thumb-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .thumb-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .thumb-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .thumb-item .mask .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  line-height: 28px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {
  font-size: 16px;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {
  border-color: #f6aec6;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-button-next {
  width: 16px;
  border-radius: 0;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-button-prev:after, .w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-button-next:after {
  font-size: 12px;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-button-next, .w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w110-product-detail .content .module-wrap .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.w110-product-detail .content .module-wrap .hd .product-intro {
  display: block;
  flex: auto;
  padding-left: 32px;
  width: 100%;
}
.w110-product-detail .content .module-wrap .hd .product-intro .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.w110-product-detail .content .module-wrap .hd .product-intro .title h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.1;
  color: #5877ba;
}
.w110-product-detail .content .module-wrap .hd .product-intro .detail-intro-number {
  border-top: 1px solid #eee;
  padding: 16px 0;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs {
  margin-bottom: 16px;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li {
  line-height: 30px;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li label, .w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li span, .w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li a, .w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li p {
  color: red;
  font-size: 20px;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li p span {
  color: red;
  font-size: 22px;
  padding-left: 10px;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li p.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li p.original-price span {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li label {
  color: #999;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li span {
  color: #333;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li a {
  color: #1890FF;
}
.w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w110-product-detail .content .module-wrap .hd .product-intro .action .button {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 36px;
  transition: background-color .4s, border-color .4s;
}
.w110-product-detail .content .module-wrap .hd .product-intro .action .button:hover {
  background-color: #f5f5f5;
}
.w110-product-detail .content .module-wrap .hd .product-intro .action .button.accents {
  background-color: #5877ba;
  color: #fff;
  border-color: #5877ba;
}
.w110-product-detail .content .module-wrap .hd .product-intro .action .button.accents:hover {
  border-color: #465f95;
  background-color: #465f95;
}
.w110-product-detail .content .module-wrap .hd .product-intro .action .button.cart {
  background-color: #26BB79;
  color: #fff;
  border-color: #26BB79;
}
.w110-product-detail .content .module-wrap .hd .product-intro .action .button.cart:hover {
  border-color: #1e9661;
  background-color: #1e9661;
}
.w110-product-detail .content .module-wrap .bd {
  margin-top: 32px;
}
.w110-product-detail .content .module-wrap .bd .desc {
  margin-bottom: 16px;
  color: #666;
  background: #f5f6f7;
  padding: 10px;
  margin-bottom: 32px;
  font-size: 16px;
}
.w110-product-detail .content .module-wrap .bd .desc p {
  font-size: 16px;
  margin: 8px 0;
  line-height: 30px;
  color: #333;
}
.w110-product-detail .content .module-wrap .bd.mt0 {
  margin-top: 0;
}
.w110-product-detail .content .module-wrap .bd .title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.w110-product-detail .content .module-wrap .bd .title h1 {
  font-size: 20px;
  color: #333;
}
.w110-product-detail .content .module-wrap .bd .title p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.w110-product-detail .content .module-wrap .bd a .title h1 {
  color: #5877ba;
}
.w110-product-detail .content .module-wrap .bd a:hover h1 {
  color: #f6aec6;
}
.w110-product-detail .content .module-wrap .bd .tips {
  clear: both;
  padding: 16px 0;
}
.w110-product-detail .content .module-wrap .bd .tips h4 {
  border-left: 3px solid #5877ba;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #5877ba;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul {
  display: flex;
  flex-wrap: wrap;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  background: #f7f8fc;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li.mb0 {
  margin-bottom: 0;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li.mb0 .mb0 {
  margin-bottom: 0;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .product-page-item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 300px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .product-page-item .cover {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .product-page-item .cover > img {
  display: block;
  width: 100%;
  transition: all .4s;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .product-page-item .cover:hover > img {
  transform: scale(1.1);
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro {
  flex: auto;
  padding: 0 16px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .visit-learn {
  margin: 15px 0;
  line-height: 30px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .visit-learn a {
  color: #5877ba;
  background: #f7f8fc;
  padding: 6px 10px;
  font-size: 18px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .visit-learn a:hover {
  color: #f6aec6;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs {
  margin-bottom: 16px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li {
  line-height: 30px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li label, .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li span, .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li a, .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li p {
  color: red;
  font-size: 20px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li p span {
  color: red;
  font-size: 22px;
  padding-left: 10px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li p.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  padding-left: 10px;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li p.original-price span {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li label {
  color: #999;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li span {
  color: #333;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li span.piece {
  padding-left: 10px;
  color: #999;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li a {
  color: #1890FF;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #f6aec6;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro > .btn_more:hover {
  background-color: #c58b9e;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .wui-btn {
  display: none;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li:hover h3 {
  color: #5877ba;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li a .icon i {
  font-size: inherit;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product-detail .content .module-wrap .bd .product-page-list ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w110-product-detail .content .module-wrap .bd .video-item {
  max-width: 500px;
}
.w110-product-detail .content .module-wrap .bd .video-item img {
  max-width: 100%;
}
.w110-product-detail .content .module-wrap .w110-inquiry {
  padding: 0;
}
.w110-product-detail .content .module-wrap .w110-inquiry .w110-inquiry-wrap {
  padding: 0;
}
.w110-product-detail .content .w110-inquiry {
  padding: 0 32px 32px 32px;
  background: #fff;
}
.w110-product-detail .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w110-product-detail .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w110-product-detail .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w110-product-detail .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w110-product-detail .sidebar .hd a:hover {
  color: #5877ba;
}
.w110-product-detail .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w110-product-detail .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w110-product-detail .sidebar .bd ul li a {
  display: block;
}
.w110-product-detail .sidebar .bd ul li a:hover .intro h4 {
  color: #5877ba;
}
.w110-product-detail .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product-detail .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w110-product-detail .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .w110-product-detail .product-detail-wrap {
    flex-wrap: wrap;
  }
  .w110-product-detail .content {
    width: 100%;
    padding: 24px;
  }
  .w110-product-detail .content .module-wrap .hd .product-cover {
    max-width: 400px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro {
    padding-left: 24px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .title h1 {
    font-size: 20px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .desc {
    margin-bottom: 24px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .desc p {
    font-size: 16px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .attrs {
    margin-bottom: 24px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li label, .w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li span, .w110-product-detail .content .module-wrap .hd .product-intro .attrs ul li a {
    font-size: 16px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .action .button {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
  }
  .w110-product-detail .content .module-wrap .bd {
    margin-top: 24px;
  }
  .w110-product-detail .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w110-product-detail .sidebar .hd {
    margin-bottom: 24px;
  }
  .w110-product-detail .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w110-product-detail .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w110-product-detail .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w110-product-detail .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w110-product-detail .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-product-detail .content {
    padding: 16px;
  }
  .w110-product-detail .content .module-wrap {
    padding: 16px;
  }
  .w110-product-detail .content .module-wrap .hd {
    flex-wrap: wrap;
  }
  .w110-product-detail .content .module-wrap .hd .product-cover {
    max-width: none;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro {
    padding-left: 0;
    padding-top: 16px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .title h1 {
    font-size: 18px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .desc {
    margin-bottom: 16px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .detail-intro-number {
    padding: 8px 0;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .attrs {
    margin-bottom: 16px;
  }
  .w110-product-detail .content .module-wrap .hd .product-intro .action .button {
    width: 49%;
    line-height: 40px;
  }
  .w110-product-detail .content .module-wrap .bd {
    margin-top: 16px;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li {
    display: block;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li .product-page-item {
    max-width: 100%;
    margin-bottom: 0;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro {
    padding: 16px;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro p {
    margin-bottom: 0;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .visit-learn {
    margin: 0;
    line-height: 25px;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .visit-learn a {
    width: 100%;
    display: block;
  }
  .w110-product-detail .content .module-wrap .bd .product-page-list ul li .intro .wui-btn {
    display: none;
  }
  .w110-product-detail .content .module-wrap .keyword-tag .keyword-tag-wrap {
    display: block;
    margin: 0;
  }
  .w110-product-detail .content .module-wrap .keyword-tag .keyword-tag-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: block;
  }
  .w110-product-detail .content .module-wrap .keyword-tag .keyword-tag-wrap ul li {
    width: 100%;
  }
  .w110-product-detail .content .module-wrap .keyword-tag .keyword-tag-wrap ul li ul {
    margin: 0 0 20px 0;
  }
  .w110-product-detail .content .w110-inquiry {
    padding: 0 16px 16px 16px;
  }
  .w110-product-detail .sidebar {
    margin-top: 16px;
  }
  .w110-product-detail .sidebar .hd {
    margin-bottom: 16px;
  }
  .w110-product-detail .sidebar .hd h3 {
    font-size: 18px;
  }
  .w110-product-detail .sidebar .hd a {
    font-size: 12px;
  }
  .w110-product-detail .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w110-product-detail .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- w110-product-detail end -*/
/*!- w110-product-list begin -*/
.w110-product-list .filter {
  background-color: #fff;
  padding: 16px 32px;
}
.w110-product-list .filter .row .col {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.w110-product-list .filter .row .col .label {
  flex: none;
  min-width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.w110-product-list .filter .row .col .value {
  flex: auto;
}
.w110-product-list .filter .row .col:last-child {
  border-bottom: 0;
}
.w110-product-list .filter .radio, .w110-product-list .filter .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  margin: 0 16px 0 0;
}
.w110-product-list .filter .radio span, .w110-product-list .filter .checkbox span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.w110-product-list .filter .radio:before, .w110-product-list .filter .radio:after, .w110-product-list .filter .checkbox:before, .w110-product-list .filter .checkbox:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.w110-product-list .filter .radio:before, .w110-product-list .filter .checkbox:before {
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  transition: border-color .4s;
}
.w110-product-list .filter .radio:after, .w110-product-list .filter .checkbox:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.w110-product-list .filter .radio:hover span, .w110-product-list .filter .checkbox:hover span {
  color: #5877ba;
}
.w110-product-list .filter .radio:hover:before, .w110-product-list .filter .checkbox:hover:before {
  border-color: #5877ba;
}
.w110-product-list .filter .radio.active span, .w110-product-list .filter .checkbox.active span {
  color: #5877ba;
}
.w110-product-list .filter .radio.active:before, .w110-product-list .filter .checkbox.active:before {
  border-color: #5877ba;
}
.w110-product-list .filter .radio.active:after, .w110-product-list .filter .checkbox.active:after {
  background-color: #5877ba;
}
.w110-product-list .filter .radio:before, .w110-product-list .filter .radio:after {
  border-radius: 50%;
}
.w110-product-list .wrapper {
  margin-bottom: 20px;
}
.w110-product-list .wrapper .survey {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 20px;
}
.w110-product-list .wrapper .tabs {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow-x: auto;
}
.w110-product-list .wrapper .tabs .tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  transition: color .4s, background-color .4s;
}
.w110-product-list .wrapper .tabs .tab-item:hover {
  color: #5877ba;
  background-color: #f5f5f5;
}
.w110-product-list .wrapper .tabs .tab-item.active {
  background-color: #5877ba;
  color: #fff;
}
.w110-product-list .wrapper .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.w110-product-list .wrapper .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.w110-product-list .wrapper .grid ul li .grid-item {
  display: block;
  position: relative;
}
.w110-product-list .wrapper .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product-list .wrapper .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.w110-product-list .wrapper .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.w110-product-list .wrapper .grid ul li .grid-item:hover .intro h4 {
  color: #5877ba;
}
.w110-product-list .wrapper .grid ul li .intro h3 {
  display: block;
  padding-top: 8px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-product-list .wrapper .grid ul li .intro p {
  line-height: 24px;
  padding-top: 5px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w110-product-list .wrapper .grid ul li .intro p .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
}
.w110-product-list .wrapper .grid ul li .intro p .original-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
}
.w110-product-list .wrapper .grid .product-list-w4 li {
  width: 25%;
  flex: auto;
}
.w110-product-list .wrapper .grid .product-list-w4 li .intro h4 {
  -webkit-line-clamp: 1;
}
.w110-product-list .wrapper .grid .recommend .grid-item .cover img {
  height: auto;
}
.w110-product-list .wrapper .grid .recommend:last-child .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color .4s;
}
.w110-product-list .wrapper .grid .recommend:last-child .intro-icon .icon {
  font-size: 50px;
}
.w110-product-list .wrapper .grid .recommend:last-child .intro-icon .icon i {
  font-size: inherit;
}
.w110-product-list .wrapper .grid .recommend:last-child .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.w110-product-list .wrapper .grid .recommend:last-child .intro-icon:hover {
  color: #f6aec6;
}
.w110-product-list .header {
  margin-bottom: 15px;
  background: #f7f8fc;
}
.w110-product-list .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #5877ba;
  font-weight: normal;
  padding-left: 20px;
}
.w110-product-list .product-list-wrap {
  display: flex;
  align-items: flex-start;
}
.w110-product-list .content {
  flex: auto;
  width: 80%;
  padding: 32px;
  background-color: #fff;
}
.w110-product-list .content .product-secondary-menu {
  margin-bottom: 32px;
}
.w110-product-list .content .product-secondary-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.w110-product-list .content .product-secondary-menu ul li {
  padding: 5px 10px;
  width: 25%;
}
.w110-product-list .content .product-secondary-menu ul li a {
  font-size: 16px;
  line-height: 25px;
  display: list-item;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #5877ba;
  color: #fff;
  padding: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.w110-product-list .content .product-secondary-menu ul li a:hover, .w110-product-list .content .product-secondary-menu ul li a.active {
  background-color: #465f95;
  color: #fff;
}
.w110-product-list .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w110-product-list .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w110-product-list .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w110-product-list .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w110-product-list .sidebar .hd a:hover {
  color: #5877ba;
}
.w110-product-list .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w110-product-list .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w110-product-list .sidebar .bd ul li a {
  display: block;
}
.w110-product-list .sidebar .bd ul li a:hover .intro h4 {
  color: #5877ba;
}
.w110-product-list .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-product-list .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w110-product-list .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .w110-product-list .filter {
    padding: 8px 24px;
  }
  .w110-product-list .filter .row .col {
    padding: 8px 0;
  }
  .w110-product-list .filter .row .col .label {
    min-width: 100px;
  }
  .w110-product-list .wrapper {
    margin-top: 24px;
  }
  .w110-product-list .wrapper .tabs .tab-item {
    line-height: 42px;
  }
  .w110-product-list .wrapper .grid ul li {
    width: 33.33%;
  }
  .w110-product-list .pager {
    padding-top: 24px;
  }
  .w110-product-list .header {
    margin-bottom: 24px;
  }
  .w110-product-list .header > h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w110-product-list .product-list-wrap {
    flex-wrap: wrap;
  }
  .w110-product-list .content {
    width: 100%;
    padding: 16px;
    margin-bottom: 32px;
  }
  .w110-product-list .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w110-product-list .sidebar .hd {
    margin-bottom: 24px;
  }
  .w110-product-list .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w110-product-list .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w110-product-list .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w110-product-list .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w110-product-list .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w110-product-list .filter {
    padding: 4px 16px;
  }
  .w110-product-list .filter .row .col .label {
    min-width: 72px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
  .w110-product-list .filter .radio, .w110-product-list .filter .checkbox {
    padding-left: 20px;
    margin: 0 8px 0 0;
  }
  .w110-product-list .filter .radio span, .w110-product-list .filter .checkbox span {
    font-size: 12px;
    line-height: 24px;
  }
  .w110-product-list .wrapper {
    margin-top: 16px;
  }
  .w110-product-list .wrapper .tabs .tab-item {
    line-height: 36px;
  }
  .w110-product-list .wrapper .grid {
    padding: 8px;
  }
  .w110-product-list .wrapper .grid ul {
    margin: -8px 0 0 -8px;
  }
  .w110-product-list .wrapper .grid ul li {
    width: 50%;
    padding: 8px 0 0 8px;
  }
  .w110-product-list .wrapper .grid .product-list-w4 li {
    width: 50%;
  }
  .w110-product-list .pager {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .w110-product-list .header {
    margin-bottom: 16px;
    padding: 10px 0;
  }
  .w110-product-list .header > h3 {
    font-size: 18px;
  }
  .w110-product-list .sidebar {
    margin-top: 16px;
  }
  .w110-product-list .sidebar .hd {
    margin-bottom: 16px;
  }
  .w110-product-list .sidebar .hd h3 {
    font-size: 18px;
  }
  .w110-product-list .sidebar .hd a {
    font-size: 12px;
  }
  .w110-product-list .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w110-product-list .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w110-product-list .content .product-secondary-menu ul li {
    width: 50%;
  }
}

/*!- w110-product-list end -*/
/*!- w110-tabs begin -*/
.w110-tabs {
  display: block;
  position: sticky;
  z-index: 997;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.w110-tabs .w110-tabs-wrap {
  padding: 0;
}
.w110-tabs .w110-tabs-content ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 0 16px;
}
.w110-tabs .w110-tabs-content ul li {
  margin: 0 16px;
}
.w110-tabs .w110-tabs-content ul li a {
  display: block;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  max-width: 200px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w110-tabs .w110-tabs-content ul li.active a {
  color: #5877ba;
  border-color: #5877ba;
}
.w110-tabs.auto-hide {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w110-tabs .w110-tabs-content ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w110-tabs {
    top: 56px;
  }
  .w110-tabs .w110-tabs-content ul {
    justify-content: left;
    padding: 0 16px;
  }
  .w110-tabs .w110-tabs-content ul li {
    margin: 0 16px 0 0;
  }
  .w110-tabs .w110-tabs-content ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  .w110-tabs.auto-hide {
    display: block;
  }
}

/*!- w110-tabs end -*/
.wui-dialog-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade-in 0.3s ease 0s both;
  animation: fade-in 0.3s ease 0s both;
}
.wui-dialog-wrap .wui-dialog {
  webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-animation: dialog-in 0.3s ease 0s both;
  animation: dialog-in 0.3s ease 0s both;
  display: block;
  width: 420px;
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -210px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container {
  display: block;
  position: relative;
  padding-left: 38px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner > i {
  font-size: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-content {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #999;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action {
  display: block;
  font-size: 0;
  text-align: right;
  margin-top: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action .wui-btn {
  margin-left: 8px;
}
.wui-dialog-wrap .wui-dialog.dialog-info .wui-dialog-container .wui-dialog-icon {
  color: #5877ba;
}
.wui-dialog-wrap .wui-dialog.dialog-success .wui-dialog-container .wui-dialog-icon {
  color: #26BB79;
}
.wui-dialog-wrap .wui-dialog.dialog-warning .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap .wui-dialog.dialog-danger .wui-dialog-container .wui-dialog-icon {
  color: #FE5050;
}
.wui-dialog-wrap .wui-dialog.dialog-confirm .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap.dialog-remove {
  -webkit-animation: fade-out 0.5s ease 0.5s both;
  animation: fade-out 0.5s ease 0.5s both;
}
.wui-dialog-wrap.dialog-remove .wui-dialog {
  -webkit-animation: dialog-out 0.5s ease 0.5s both;
  animation: dialog-out 0.5s ease 0.5s both;
}

.wui-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-image: none;
  outline: none;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  user-select: none;
  text-align: center;
  font-weight: 500;
  word-spacing: normal;
  white-space: nowrap;
  color: #333;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn:hover, .wui-btn:focus, .wui-btn:active {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn:disabled {
  color: #999;
  border-color: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.wui-btn > .active .icon-shopping-cart {
  color: #FE5050;
}
.wui-btn > .active .icon-shopping-cart:before {
  content: "\ee9d" !important;
}
.wui-btn > .active .icon-wish-list {
  color: #FE5050;
}
.wui-btn > .active .icon-wish-list:before {
  content: "\ef9b" !important;
}
.wui-btn .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-primary {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary > .wui-btn-animate:before {
  background-color: #26BB79;
}
.wui-btn-primary:hover, .wui-btn-primary:focus, .wui-btn-primary:active {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary:disabled {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}

.wui-btn-gray {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn-gray .wui-btn-animate:before {
  background-color: whitesmoke;
}
.wui-btn-gray:hover, .wui-btn-gray:focus, .wui-btn-gray:active {
  color: #fff;
  border-color: #acacac;
  background-color: #acacac;
}
.wui-btn-gray:disabled {
  color: #333;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}

.wui-btn-accents {
  color: #fff;
  border-color: #1890FF;
  background-color: #1890FF;
}
.wui-btn-accents > .wui-btn-animate:before {
  background-color: #1890FF;
}
.wui-btn-accents:hover, .wui-btn-accents:focus, .wui-btn-accents:active {
  color: #fff;
  border-color: #1a3e7d;
  background-color: #1a3e7d;
}
.wui-btn-accents:disabled {
  color: #fff;
  border-color: #5877ba;
  background-color: #5877ba;
}

.wui-btn-price {
  color: #fff;
  border-color: #F2914A;
  background-color: #F2914A;
}
.wui-btn-price .wui-btn-animate:before {
  background-color: #F2914A;
}
.wui-btn-price:hover, .wui-btn-price:focus, .wui-btn-price:active {
  color: #fff;
  border-color: #ce7b3f;
  background-color: #ce7b3f;
}
.wui-btn-price:disabled {
  color: #fff;
  border-color: #f4a265;
  background-color: #f4a265;
}

.wui-btn-block {
  display: block;
  width: 100%;
}

.wui-btn-dazzle .active {
  color: #fff;
  background-color: #26BB79;
  border-color: transparent;
  background-image: linear-gradient(45deg, #1890FF 0%, #26BB79 90%);
}

.wui-btn-loading > .icon-loading {
  display: none;
}
.wui-btn-loading > .loading > i:not(.icon-loading) {
  display: none;
}
.wui-btn-loading > .loading > .icon-loading {
  display: inline-block;
  -webkit-animation: btn-loading 0.6s linear infinite both;
  animation: btn-loading 0.6s linear infinite both;
}

.wui-btn-sm {
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn-sm .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn-sm .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-md {
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 24px;
  font-size: 16px;
}
.wui-btn-md .wui-btn-animate:hover:before {
  width: 38px;
  opacity: 1;
}
.wui-btn-md .wui-btn-animate:hover > i {
  -webkit-transform: translate(13px, 0);
  transform: translate(13px, 0);
}

@media only screen and (min-width: 1200px) {
  .wui-btn .wui-btn-block\@S {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@S {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@S {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1366px) {
  .wui-btn .wui-btn-block\@M {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@M {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover :before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@M {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1600px) {
  .wui-btn .wui-btn-block\@L {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@L {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@L {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
/*!- w110-shopping-cart begin -*/
.w110-shopping-cart .shopping-cart-wrap {
  margin-bottom: 32px;
}
.w110-shopping-cart .shopping-cart-wrap .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w110-shopping-cart .shopping-cart-wrap button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 30px;
  padding: 0 10px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.w110-shopping-cart .shopping-cart-wrap button:hover {
  background-color: #F2914A;
  color: #fff;
  border: 1px solid #F2914A;
}
.w110-shopping-cart .shopping-cart-wrap button:disabled, .w110-shopping-cart .shopping-cart-wrap button.disabled {
  cursor: not-allowed;
  background-color: #acbbdd;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-tips {
  margin-bottom: 16px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card {
  background-color: #fff;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  -webkit-flex: auto;
  flex: auto;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd {
  padding: 8px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
  padding: 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w110-inquiry .w110-inquiry-wrap {
  padding: 10px 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w110-inquiry .w110-inquiry-wrap .w110-inquiry-alert {
  padding: 5px 20px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w110-inquiry .w110-inquiry-wrap .w110-inquiry-form ul li input[type="text"].error {
  border: 1px solid #FE5050;
  padding-top: 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w110-inquiry .w110-inquiry-wrap .w110-inquiry-form ul li .error {
  padding-top: 10px;
  display: block;
  color: #FE5050;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
  border-top: 1px solid #d9d9d9;
  padding: 16px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
  margin-top: 16px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table {
  table-layout: auto;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  padding: 8px 16px;
  font-weight: 500;
  color: #333;
  overflow-wrap: break-word;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f7f8fc;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
  overflow-wrap: break-word;
  padding: 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr:last-child > td {
  border: 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-shrink {
  white-space: normal;
  min-width: 1px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-auto {
  width: 1px;
  word-break: keep-all;
  white-space: nowrap;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
  width: 60px;
  height: 60px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
  padding-left: 16px;
  line-height: 24px;
  color: #333;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info:hover {
  color: #F2914A;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-price {
  font-weight: 500;
  color: #FE5050;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action {
  text-align: center;
  cursor: pointer;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete .wui-icon-20 > i {
  font-size: 20px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete:hover {
  color: #FE5050;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:before, .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  display: table;
  content: "";
  width: 100%;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  clear: both;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent {
  font-weight: 500;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
  font-size: 16px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
  font-size: 20px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-action {
  margin-top: 16px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list {
  font-size: 0;
  line-height: 1;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item {
  display: inline-block;
  vertical-align: middle;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
  margin-left: 16px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item:last-child {
  border: 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0;
  line-height: 1;
  font-size: 0;
  user-select: none;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-icon, .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-image {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: auto;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment {
  display: inline-block;
  width: 128px;
  height: 32px;
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: 0 32px;
  background-image: url(../../n111/img/icon_payment.png);
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-paypal {
  background-position: 0 0px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-visa {
  background-position: 0 -32px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-master-card {
  background-position: 0 -64px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty {
  text-align: center;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .w110-iconfont {
  font-size: 100px;
  color: #d9d9d9;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-check-line {
  color: #26BB79;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
  color: #F2914A;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title {
  font-size: 30px;
  line-height: 30px;
  color: #26BB79;
  margin: 30px 0 30px 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title {
  font-size: 30px;
  line-height: 30px;
  color: #F2914A;
  margin: 30px 0 30px 0;
}
.w110-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .w110-shopping-cart .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
    padding: 0;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w110-inquiry .w110-inquiry-wrap .w110-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
    padding: 16px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
    margin-top: 24px;
    display: none;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
    padding: 8px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: "center";
    align-items: center;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
    -webkit-flex: none;
    flex: none;
    width: 48px;
    height: 48px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
    display: none;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier {
    position: sticky;
    top: 120px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
    font-size: 18px;
    line-height: 32px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
    font-size: 20px;
    line-height: 32px;
    color: red;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
    font-size: 18px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
    font-size: 24px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
    margin-left: 24px;
  }
  .w110-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
    padding: 16px;
  }
}

/*!- w110-shopping-cart end -*/
