
/*!
* nmoban104 外贸牛 NO.104 模板
* Copyright © 2022 waimaoniu
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 1.0.4
*/
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins.woff2") format("woff2"), url("../font/Poppins.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: Poppins,"PingFang SC", "Microsoft Yahei", "微软雅黑", Microsoft Yahei, sans-serif;
  scroll-behavior: smooth;
}

body {
  background: #f5f6f7;
}

/*!- w111-wrapper begin -*/
.w111-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .w111-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-wrapper {
    padding: 0 16px;
  }
}

/*!- w111-wrapper end -*/
/*!- w111-section begin -*/
.w111-section {
  padding: 30px 0;
}
.w111-section .content-empty {
  text-align: center;
}
.w111-section .content-empty .w111-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.w111-section .content-empty .content-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.w111-section.mm {
  padding: 0;
}
.w111-section.mb {
  padding-bottom: 0;
}
.w111-section.mt {
  padding-top: 0;
}
.w111-section.mb-60 {
  padding-bottom: 60px;
}
.w111-section .layout-wrap {
  display: flex;
  align-items: flex-start;
}
.w111-section .layout-wrap > .cart-form {
  display: flex;
  align-items: flex-start;
}
.w111-section .layout-content {
  flex: auto;
  width: 75%;
}
.w111-section .layout-sidebar {
  width: 25%;
  padding-left: 30px;
}
.w111-section .layout-sidebar .hd {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 0 16px 0;
  position: relative;
}
.w111-section .layout-sidebar .hd h3 {
  flex: auto;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.w111-section .layout-sidebar .hd:after {
  position: absolute;
  content: '\e844';
  font-family: w111-iconfont;
  color: #fbd500;
  right: 0;
  font-size: 20px;
}
.w111-section .layout-sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w111-section .layout-sidebar .hd a:hover {
  color: #0068b7;
}
.w111-section .layout-sidebar .menu-grid-sidebar {
  width: 100%;
  margin-bottom: 20px;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul {
  position: sticky;
  top: 72px;
  left: 0;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul li {
  margin-bottom: 5px;
  transition: all .5s;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: all .5s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul li:hover a {
  color: #fbd500;
  transition: color .5s;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul li:hover a:before {
  content: '\e844';
  font-family: 'w111-iconfont';
  padding-right: 10px;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul li.active a {
  color: #fbd500;
}
.w111-section .layout-sidebar .menu-grid-sidebar ul li:last-child {
  margin-bottom: 0;
}
.w111-section .layout-sidebar .cashier-grid-sidebar {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
}
.w111-section .layout-sidebar .cashier-grid-sidebar ul {
  display: flex;
  flex-direction: column;
}
.w111-section .layout-sidebar .cashier-grid-sidebar ul li {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.w111-section .layout-sidebar .cashier-grid-sidebar ul li strong {
  font-size: 20px !important;
}
.w111-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-label {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.w111-section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-value {
  font-size: 16px;
  line-height: 32px;
  color: #FE5050;
}
.w111-section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action {
  margin-top: 24px;
}
.w111-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;
  width: 100%;
  background-color: #26BB79;
  cursor: pointer;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
}
.w111-section .layout-sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w111-section .layout-sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w111-section .layout-sidebar .bd ul li a {
  display: block;
}
.w111-section .layout-sidebar .bd ul li a:hover .intro h4 {
  color: #0068b7;
}
.w111-section .layout-sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-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;
}
.w111-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;
}
.w111-section .layout-sidebar .hot-related-wrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.w111-section .layout-sidebar .hot-related-wrap ul li {
  display: flex;
  margin-bottom: 30px;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .cover {
  width: 30%;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .cover > img {
  display: block;
  width: 100%;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .intro {
  width: 70%;
  padding-left: 20px;
  flex: auto;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .intro h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-weight: normal;
  color: #333;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .intro:hover h4 {
  color: #fbd500;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .video-item {
  width: 100%;
  margin-bottom: 0;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .video-item .cover {
  width: 100%;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon {
  padding: 20px;
}
.w111-section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon h4 {
  font-weight: normal;
}
.w111-section .layout-sidebar .company-content {
  width: 100%;
  margin-bottom: 30px;
}
.w111-section .layout-sidebar .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w111-section .layout-sidebar .company-content ul li {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}
.w111-section .layout-sidebar .company-content ul li .icon {
  font-size: 20px;
  line-height: 1;
  color: #0068b7;
  display: inline-block;
}
.w111-section .layout-sidebar .company-content ul li .icon i {
  font-size: inherit;
}
.w111-section .layout-sidebar .company-content ul li .label {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: inline-block;
}
.w111-section .layout-sidebar .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #333;
  display: inline-block;
}
.w111-section .layout-sidebar-sticky {
  position: sticky;
  top: 90px;
}
.w111-section .tips-tags .tips {
  padding: 16px 0;
}
.w111-section .tips-tags .tips h4 {
  border-left: 3px solid #0068b7;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #0068b7;
}
.w111-section .tips-tags .tags {
  display: block;
  line-height: 1;
  font-size: 0;
}
.w111-section .tips-tags .tags a {
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 16px;
  margin: 0 0 16px 0;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .4s, color .4s;
}
.w111-section .tips-tags .tags a:hover {
  color: #0068b7;
}
.w111-section .wui-number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
}
.w111-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;
}
.w111-section .wui-number .wui-number-button.sub {
  left: 0;
}
.w111-section .wui-number .wui-number-button.add {
  right: 0;
}
.w111-section .wui-number .wui-number-button:hover {
  background-color: #d9d9d9;
}
.w111-section .wui-number .wui-number-button:disabled {
  background-color: transparent;
  color: #bfbfbf;
  cursor: not-allowed;
}
.w111-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;
}
.w111-section .header-title {
  line-height: 1.576;
  border-bottom: 1px solid #ddd;
  color: #0068b7;
  padding: 10px 0;
  margin-bottom: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.w111-section .header-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #0068b7;
  font-weight: normal;
  flex: auto;
  -webkit-flex: auto;
}
.w111-section .header-title .more-button {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w111-section .header-title a:hover {
  background: #fbd500;
  color: #fff;
}
.w111-section .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 30px;
}
.w111-section .title h3 {
  font-weight: normal;
}
.w111-section .button {
  border: 2px solid #fbd500;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.w111-section .button:before {
  background: #fbd500;
  content: "";
  position: absolute;
  height: 100%;
  width: 55px;
  right: 0;
  top: 0;
}
.w111-section .button:after {
  color: #333;
  content: "\e844";
  font-family: "w111-iconfont";
  position: relative;
  margin: 0;
  transform: none;
  -webkit-transform: none;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  width: 55px;
  top: 50%;
  right: 0;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.w111-section .button span {
  position: relative;
  padding: 5px 28px 5px 38px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.w111-section .button span:before {
  background: #fbd500;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
.w111-section .button:hover:after {
  transform: rotate(-45deg);
}
.w111-section .button:hover span {
  color: #333;
}
.w111-section .button:hover span:before {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .w111-section {
    padding: 24px 0;
  }
  .w111-section .layout-content {
    padding: 24px;
  }
  .w111-section .layout-sidebar {
    margin-left: 0;
    margin-top: 24px;
  }
  .w111-section .layout-sidebar .hd {
    margin-bottom: 24px;
  }
  .w111-section .layout-sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w111-section .layout-sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w111-section .layout-sidebar .product-grid-sidebar {
    margin-right: 24px;
  }
  .w111-section .layout-sidebar .product-grid-sidebar ul {
    padding: 16px 0;
  }
  .w111-section .layout-sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w111-section .layout-sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w111-section .layout-sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
  .w111-section .tips-tags .tips {
    padding: 8px 0;
  }
  .w111-section .tips-tags .tips h4 {
    padding: 4px 16px;
    font-size: 16px;
  }
  .w111-section .tips-tags .tags a {
    line-height: 32px;
    padding: 0 16px;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .w111-section {
    padding: 16px 0;
  }
  .w111-section .layout-content {
    padding: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .w111-section .layout-sidebar {
    margin: 0 0 32px 0;
    padding-left: 0;
    width: 100%;
  }
  .w111-section .layout-sidebar .hd {
    margin-bottom: 0;
    padding: 10px;
  }
  .w111-section .layout-sidebar .hd h3 {
    font-size: 18px;
  }
  .w111-section .layout-sidebar .hd a {
    font-size: 12px;
  }
  .w111-section .layout-sidebar .product-grid-sidebar {
    display: none;
  }
  .w111-section .layout-sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w111-section .layout-sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w111-section .layout-sidebar .menu-grid-sidebar {
    padding: 0 10px 10px 10px;
  }
  .w111-section .tips-tags .tips {
    padding: 16px 0;
  }
  .w111-section .tips-tags .tips h4 {
    padding: 4px 8px;
    font-size: 14px;
  }
  .w111-section .tips-tags .tags a {
    line-height: 28px;
    margin: 0 8px 8px 0;
    width: 100%;
    max-width: 100%;
  }
  .w111-section .header-title {
    margin-bottom: 20px;
  }
  .w111-section .header-title h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .w111-section .layout-wrap {
    flex-direction: column;
  }
  .w111-section .layout-wrap > .cart-form {
    flex-direction: column;
  }
  .w111-section .button span {
    padding: 5px 15px 5px 15px;
    line-height: 25px;
  }
  .w111-section .content-empty .w111-iconfont {
    font-size: 100px;
  }
  .w111-section .content-empty .content-empty-title {
    font-size: 18px;
    color: #999;
    margin: 10px 0 0 0;
  }
}

/*!- w111-section end -*/
/*!- w111-scrollbar begin -*/
.w111-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.w111-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.w111-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!- w111-scrollbar end -*/
/*!- w111-public end -*/
.meta-family {
  font-family: Arial;
}

/*!- w111-public end -*/
/*!- w111-header begin -*/
.w111-header {
  transition: background-color .5s;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  display: block;
  height: 91px;
}
.w111-header .w111-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: 91px;
  transition: height .5s;
}
.w111-header .w111-header-wrap:before, .w111-header .w111-header-wrap:after {
  display: table;
  content: "";
  width: 100%;
}
.w111-header .w111-header-wrap:after {
  clear: both;
}
.w111-header .w111-header-wrap .w111-header-content {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
.w111-header .w111-header-wrap .w111-header-logo {
  display: block;
  float: left;
  line-height: 90px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.w111-header .w111-header-wrap .w111-header-logo > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.w111-header .w111-header-wrap .w111-header-logo > a > img {
  display: block;
  width: auto;
  height: 60px;
}
.w111-header .w111-header-wrap .w111-header-logo > span {
  display: none;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.w111-header .w111-header-wrap .w111-header-nav {
  display: block;
  float: right;
  line-height: 90px;
}
.w111-header .w111-header-wrap .w111-header-nav:before, .w111-header .w111-header-wrap .w111-header-nav:after {
  display: table;
  content: "";
  width: 100%;
}
.w111-header .w111-header-wrap .w111-header-nav:after {
  clear: both;
}
.w111-header .w111-header-wrap .w111-header-trigger {
  display: none;
  width: 24px;
  height: 20px;
  position: absolute;
  z-index: 1002;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  cursor: pointer;
}
.w111-header .w111-header-nav ul {
  font-size: 0;
  margin-left: -32px;
}
.w111-header .w111-header-nav ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  position: relative;
  font-size: 18px;
  color: #333;
}
.w111-header .w111-header-nav ul > li .arrow {
  display: inline-block;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
  position: relative;
}
.w111-header .w111-header-nav ul > li .arrow:before, .w111-header .w111-header-nav ul > li .arrow:after {
  display: block;
  content: '';
  width: 8px;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  transition: all .5s;
}
.w111-header .w111-header-nav ul > li .arrow:before {
  left: 2px;
  transform: rotate(49deg);
}
.w111-header .w111-header-nav ul > li .arrow:after {
  right: 2px;
  transform: rotate(-49deg);
}
.w111-header .w111-header-nav ul > li a {
  display: block;
  white-space: nowrap;
  position: relative;
  transition: color,background-color .5s;
}
.w111-header .w111-header-nav ul > li a:hover, .w111-header .w111-header-nav ul > li a.active {
  color: #fbd500;
}
.w111-header .w111-header-nav ul > li dl {
  display: none;
  min-width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.w111-header .w111-header-nav ul > li dl dd {
  position: relative;
}
.w111-header .w111-header-nav ul > li dl dd a {
  padding: 0 20px;
  line-height: 40px;
}
.w111-header .w111-header-nav ul > li dl dd a .arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 4px;
}
.w111-header .w111-header-nav ul > li dl dd a .arrow:before, .w111-header .w111-header-nav ul > li dl dd a .arrow:after {
  width: 0;
  height: 8px;
  border-left: 0;
  border-right: 2px solid;
  left: 50%;
  top: auto;
  right: auto;
}
.w111-header .w111-header-nav ul > li dl dd a .arrow:before {
  top: 0.4px;
  transform: rotate(-45deg);
}
.w111-header .w111-header-nav ul > li dl dd a .arrow:after {
  bottom: 0.4px;
  transform: rotate(45deg);
}
.w111-header .w111-header-nav ul > li dl dd a:hover {
  background-color: white;
}
.w111-header .w111-header-nav ul > li dl dd dl {
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.w111-header .w111-header-nav ul > li.active > a {
  color: #fbd500;
}
.w111-header .w111-header-nav .w111-header-nav-extra ul li:first-child {
  padding-right: 20px;
}
.w111-header .w111-header-nav .w111-header-nav-extra ul li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 2px;
  margin-top: -6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.w111-header .w111-header-nav-menu {
  display: block;
  float: left;
  padding-right: 32px;
}
.w111-header .w111-header-nav-extra {
  display: block;
  position: relative;
  float: right;
  padding-left: 32px;
}
.w111-header .w111-header-nav-extra:after {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.w111-header .w111-header-icon-text {
  position: relative;
  text-align: left;
}
.w111-header .w111-header-icon-text > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 24px;
  text-align: center;
  margin-right: 6px;
}
.w111-header .w111-header-icon-text > .icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w111-header .w111-header-icon-text > .icon > i {
  font-size: inherit;
}
.w111-header .w111-header-icon-text > .text {
  display: inline-block;
  vertical-align: middle;
}
.w111-header .w111-header-cart > a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s;
}
.w111-header .w111-header-cart > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.w111-header .w111-header-cart > a > span {
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  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%);
}
.w111-header .w111-header-cart > a:hover {
  color: #0068b7;
}
.w111-header .w111-header-trigger > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  margin-top: -1px;
  transition: all .5s;
}
.w111-header .w111-header-trigger > span:nth-child(1) {
  transform: translateY(-10px);
}
.w111-header .w111-header-trigger > span:nth-child(2) {
  transform: translateY(9px);
}
.w111-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
.w111-header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .w111-header .w111-header-nav ul {
    margin-left: -24px;
  }
  .w111-header .w111-header-nav ul > li {
    margin-left: 24px;
  }
  .w111-header .w111-header-nav-menu {
    padding-right: 24px;
  }
  .w111-header .w111-header-nav-extra {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .w111-header {
    background-color: #fff;
    border-bottom: 0;
    height: 58px;
  }
  .w111-header .w111-header-wrap {
    width: 100%;
    height: 58px;
  }
  .w111-header .w111-header-wrap .w111-header-content {
    padding: 0 16px;
  }
  .w111-header .w111-header-wrap .w111-header-logo {
    float: none;
    position: relative;
    z-index: 1001;
    line-height: 58px;
    padding: 0;
    background-color: #fff;
  }
  .w111-header .w111-header-wrap .w111-header-logo > a > img {
    height: 28px;
  }
  .w111-header .w111-header-wrap .w111-header-logo > span {
    display: inline-block;
  }
  .w111-header .w111-header-wrap .w111-header-nav {
    display: none;
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding-top: 58px;
    overflow-y: auto;
    background-color: #fff;
  }
  .w111-header .w111-header-wrap .w111-header-trigger {
    display: block;
  }
  .w111-header .w111-header-nav ul {
    margin-left: 0;
  }
  .w111-header .w111-header-nav ul > li {
    display: block;
    margin-left: 0;
  }
  .w111-header .w111-header-nav ul > li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 6px;
  }
  .w111-header .w111-header-nav ul > li .arrow:before {
    left: 14px;
    right: auto;
  }
  .w111-header .w111-header-nav ul > li .arrow:after {
    left: auto;
    right: 13px;
  }
  .w111-header .w111-header-nav ul > li a {
    padding: 0 56px 0 16px;
  }
  .w111-header .w111-header-nav ul > li dl {
    min-width: auto;
    position: static;
    left: auto;
    top: auto;
    transform: translateX(0);
    text-align: left;
  }
  .w111-header .w111-header-nav ul > li dl dd a {
    padding: 0 36px 0 16px;
  }
  .w111-header .w111-header-nav ul > li dl dd a .arrow {
    width: 40px;
    height: 40px;
    right: 6px;
    margin-top: 0;
    top: 0;
  }
  .w111-header .w111-header-nav ul > li dl dd a .arrow:before, .w111-header .w111-header-nav ul > li dl dd a .arrow:after {
    width: 8px;
    height: 0;
    border-left: 2px solid;
    border-right: 0;
    top: 50%;
    bottom: auto;
  }
  .w111-header .w111-header-nav ul > li dl dd a .arrow:before {
    left: 14px;
    right: auto;
    transform: rotate(49deg);
  }
  .w111-header .w111-header-nav ul > li dl dd a .arrow:after {
    left: auto;
    right: 13px;
    transform: rotate(-49deg);
  }
  .w111-header .w111-header-nav ul > li dl dd.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w111-header .w111-header-nav ul > li dl dd.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .w111-header .w111-header-nav ul > li dl dd.opened > dl {
    display: block;
  }
  .w111-header .w111-header-nav ul > li.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w111-header .w111-header-nav ul > li.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .w111-header .w111-header-nav ul > li.opened > dl {
    display: block;
  }
  .w111-header .w111-header-nav-menu {
    float: none;
    padding-right: 0;
  }
  .w111-header .w111-header-nav-extra {
    float: none;
    padding-left: 0;
  }
  .w111-header .w111-header-nav-extra:after {
    display: none;
  }
  .w111-header .w111-header-nav-extra .w111-header-lang > a {
    display: none;
  }
  .w111-header .w111-header-nav-extra .w111-header-lang > dl {
    display: block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 8px;
  }
  .w111-header .w111-header-nav-extra .w111-header-lang > dl > dd {
    display: inline-block;
    vertical-align: top;
  }
  .w111-header .w111-header-nav-extra .w111-header-lang > dl > dd > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .w111-header .w111-header-nav-extra .w111-header-search {
    display: block;
  }
  .w111-header.fixed {
    position: sticky;
  }
  .w111-header.opened .w111-header-nav {
    display: block;
  }
  .w111-header.opened .w111-header-trigger > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .w111-header.opened .w111-header-trigger > span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .w111-header.opened .w111-header-trigger > span:nth-child(3) {
    opacity: 0;
  }
}
@media screen and (min-width: 1281px) {
  .w111-header .w111-header-nav ul > li dl dd:hover > dl {
    display: block;
  }
  .w111-header .w111-header-nav ul > li:hover > a .arrow:before {
    transform: rotate(-49deg);
  }
  .w111-header .w111-header-nav ul > li:hover > a .arrow:after {
    transform: rotate(49deg);
  }
  .w111-header .w111-header-nav ul > li:hover > dl {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .w111-header .w111-header-nav ul > li a.w111-header-icon-text {
    padding: 0;
    margin: 0 auto;
  }
  .w111-header .w111-header-nav ul > li.w111-header-cart a {
    padding: 0;
    margin: 0 auto;
  }
  .w111-header .w111-header-nav ul > li.w111-header-cart a > span {
    top: 10px;
  }
  .w111-header .w111-header-nav-extra .w111-header-lang > dl > dd {
    margin: 0 10px;
  }
  .w111-header .w111-header-nav-extra .w111-header-search {
    width: 50%;
    display: inline-flex;
  }
  .w111-header .w111-header-nav-extra .w111-header-cart {
    width: 50%;
    display: inline-flex;
  }
}

/*!- w111-header end -*/
/*!- w111-footer begin -*/
.w111-footer {
  background-color: #121c22;
  background-image: url("../image/mapbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.w111-footer .footer-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 80px 32px 0 32px;
}
.w111-footer .footer-wrap .w111-elementor {
  position: absolute;
  right: 0;
  top: -70px;
}
.w111-footer .footer-wrap .w111-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w111-footer .footer-wrap .w111-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.w111-footer .footer-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w111-footer .footer-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fbd500;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w111-footer .footer-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fff;
}
.w111-footer .footer-wrap .footer-intro {
  flex: auto;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-content {
  padding: 0 20px 0 0;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-content .w111-footer-wrap h4 {
  font-size: 80px;
  font-weight: bold;
  -webkit-text-stroke: 1px #fbd500;
  color: transparent;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item {
  display: block;
  padding: 0 16px 16px 0;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl {
  line-height: 1.576;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-facebook-circle-fill {
  color: #235B9E;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-twitter-circle-fill {
  color: #00ACED;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-google-plus-circle-fill {
  color: #ed4135;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-linkedin-circle-fill {
  color: #01639a;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-skype-circle-fill {
  color: #00AEF3;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-instagram-circle-fill {
  color: #be34a2;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-pinterest-circle-fill {
  color: #e10600;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt a .icon-youtube-circle-fill {
  color: #fb0204;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt:hover a {
  color: #fbd500;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt.icon {
  font-size: 0;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt.icon a {
  font-size: 0;
  margin-right: 8px;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt.icon a:hover i {
  color: #b09500;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dt.icon i {
  font-size: 32px;
  transition: color .3s;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dd {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dd span, .w111-footer .footer-wrap .footer-intro .w111-footer-item dl dd i {
  display: inline-block;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dd a {
  display: inline-block;
  font-weight: lighter;
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w111-footer .footer-wrap .footer-intro .w111-footer-item dl dd:hover a {
  color: #fbd500;
}
.w111-footer .footer-wrap .footer-cover {
  width: 50%;
}
.w111-footer .footer-wrap .footer-cover .w111-inquiry .w111-inquiry-wrap {
  padding: 32px;
}
.w111-footer .footer-copyright-wrap {
  margin-top: 40px;
}
.w111-footer .footer-copyright-wrap .w111-footer-external {
  display: block;
  text-align: center;
  line-height: 1.576;
  font-size: 16px;
  padding: 8px 16px 8px;
}
.w111-footer .footer-copyright-wrap .w111-footer-external a {
  margin: 4px;
  color: rgba(255, 255, 255, 0.45);
}
.w111-footer .footer-copyright-wrap .w111-footer-external a:hover {
  color: #fbd500;
}
.w111-footer .footer-copyright-wrap .w111-footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 16px;
  line-height: 1.576;
  padding: 16px;
}
.w111-footer .footer-copyright-wrap .w111-footer-copyright a {
  color: inherit;
}
@media screen and (max-width: 1280px) {
  .w111-footer .w111-footer-content {
    padding: 32px 0;
  }
  .w111-footer .w111-footer-item {
    padding: 24px 0 0 24px;
  }
  .w111-footer .w111-footer-item dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .w111-footer .w111-footer-item dl dt.icon i {
    font-size: 32px;
  }
  .w111-footer .w111-footer-item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w111-footer {
    padding: 0 0 40px 0;
  }
  .w111-footer .footer-wrap {
    flex-direction: column-reverse;
    padding: 32px 32px 0 32px;
  }
  .w111-footer .footer-wrap .w111-elementor {
    display: none;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-item {
    max-width: 100%;
    padding: 0 0 15px 0;
    text-align: left;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-item.alive {
    display: block;
    order: -1;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-item .icon {
    margin-bottom: 0;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-content {
    padding: 0;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-content .w111-footer-wrap {
    display: flex;
    flex-direction: column;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-content .w111-footer-wrap h4 {
    font-size: 60px;
    text-align: center;
    order: -2;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-list > li:nth-child(1) dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-list > li:nth-child(2) {
    display: none;
  }
  .w111-footer .footer-wrap .footer-intro .w111-footer-list > li:last-child dd {
    display: inline-flex;
    padding: 0 10px 0 0;
  }
  .w111-footer .footer-wrap .footer-cover {
    width: 100%;
    margin-bottom: 20px;
  }
  .w111-footer .footer-copyright-wrap {
    margin-top: 0;
  }
  .w111-footer .footer-copyright-wrap .w111-footer-external {
    padding: 0 0 20px 0;
  }
  .w111-footer .footer-copyright-wrap .w111-footer-copyright {
    padding: 0;
  }
}

/*!- w111-footer end -*/
/*!- w111-sidebar begin -*/
.w111-sidebar .w111-sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w111-sidebar .w111-sidebar-item {
  position: relative;
  height: 48px;
}
.w111-sidebar .w111-sidebar-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w111-sidebar .w111-sidebar-item .trigger {
  display: flex;
  color: #333;
  background-color: #121c22;
}
.w111-sidebar .w111-sidebar-item .trigger .icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.w111-sidebar .w111-sidebar-item .trigger .icon i {
  font-size: 35px;
  color:#ffb100;
}
.w111-sidebar .w111-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;
}
.w111-sidebar .w111-sidebar-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w111-sidebar .w111-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;
}
.w111-sidebar .w111-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;
}
.w111-sidebar .w111-sidebar-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w111-sidebar .w111-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;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w111-sidebar .w111-sidebar-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w111-sidebar .w111-sidebar-item .popover ul li a:hover {
  background-color: #e6f0f8;
  color: #0068b7;
}
.w111-sidebar .w111-sidebar-item.top {
  display: none;
}
.w111-sidebar .w111-sidebar-item:hover .wrap {
  transform: translateX(-100%);
}
.w111-sidebar .w111-sidebar-item:hover .popover {
  display: block;
}
.w111-sidebar.scrolled .w111-sidebar-item.top {
  display: block;
}
@media screen and (max-width: 992px) {
  .w111-sidebar .w111-sidebar-item {
    height: 40px;
  }
  .w111-sidebar .w111-sidebar-item .trigger .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .w111-sidebar .w111-sidebar-item .wrap {
    transform: translateX(-40px);
  }
}

/*!- w111-sidebar end -*/
/*!- w111-bottom-menu begin -*/
.w111-bottom-menu {
  display: none;
}
.w111-bottom-menu .w111-bottom-menu-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w111-bottom-menu .w111-bottom-menu-item {
  position: relative;
  height: 40px;
}
.w111-bottom-menu .w111-bottom-menu-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w111-bottom-menu .w111-bottom-menu-item .trigger {
  display: flex;
  color: #333;
  background-color: #fbd500;
}
.w111-bottom-menu .w111-bottom-menu-item .trigger .icon {
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.w111-bottom-menu .w111-bottom-menu-item .trigger .icon i {
  font-size: 24px;
}
.w111-bottom-menu .w111-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;
}
.w111-bottom-menu .w111-bottom-menu-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w111-bottom-menu .w111-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;
}
.w111-bottom-menu .w111-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;
}
.w111-bottom-menu .w111-bottom-menu-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w111-bottom-menu .w111-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;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w111-bottom-menu .w111-bottom-menu-item .popover ul li a:hover {
  background-color: #e6f0f8;
  color: #0068b7;
}
.w111-bottom-menu .w111-bottom-menu-item.top {
  display: none;
}
.w111-bottom-menu .w111-bottom-menu-item:hover .wrap {
  transform: translateX(-100%);
}
.w111-bottom-menu .w111-bottom-menu-item:hover .popover {
  display: block;
}
.w111-bottom-menu.scrolled .w111-bottom-menu-item.top {
  display: block;
}
@media screen and (max-width: 1280px) {
  .w111-bottom-menu {
    display: none;
  }
  .w111-bottom-menu .w111-bottom-menu-wrap {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 992px) {
  .w111-bottom-menu {
    display: block;
    height: 48px;
  }
  .w111-bottom-menu .w111-bottom-menu-wrap {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .w111-bottom-menu .w111-bottom-menu-list {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .w111-bottom-menu .w111-bottom-menu-item {
    flex: 1;
    height: auto;
  }
  .w111-bottom-menu .w111-bottom-menu-item .wrap {
    position: relative;
    transform: translateX(0);
  }
  .w111-bottom-menu .w111-bottom-menu-item .trigger {
    justify-content: center;
    background-color: #fff;
    color: #333;
    flex-direction: column;
  }
  .w111-bottom-menu .w111-bottom-menu-item .trigger .icon {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .w111-bottom-menu .w111-bottom-menu-item .trigger .text {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .w111-bottom-menu .w111-bottom-menu-item .popover {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 100%;
    right: auto;
    padding: 0 0 12px;
    transform: translateX(-50%);
  }
  .w111-bottom-menu .w111-bottom-menu-item .popover .popover-wrap {
    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
  }
  .w111-bottom-menu .w111-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;
  }
  .w111-bottom-menu .w111-bottom-menu-item.top {
    display: none;
  }
  .w111-bottom-menu .w111-bottom-menu-item.primary {
    flex: 2;
    order: 2;
  }
  .w111-bottom-menu .w111-bottom-menu-item.primary .trigger {
    background-color: #0068b7;
    color: #fff;
  }
  .w111-bottom-menu .w111-bottom-menu-item.primary .trigger .text {
    display: block;
  }
  .w111-bottom-menu .w111-bottom-menu-item:hover .wrap {
    transform: translateX(0);
  }
  .w111-bottom-menu .w111-bottom-menu-item:hover .popover {
    display: block;
  }
  .w111-bottom-menu.scrolled .w111-bottom-menu-item.top {
    display: none;
  }
}

/*!- w111-bottom-menu end -*/
/*!- w111-search -*/
.w111-search {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w111-search .w111-search-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35vh;
}
.w111-search .w111-search-content {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.w111-search .w111-search-bar {
  position: relative;
  width: 100%;
  padding: 0 72px 0 16px;
  background-color: #fff;
}
.w111-search .w111-search-bar > input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  outline: 0;
}
.w111-search .w111-search-bar > button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: #0068b7;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  font-size: 24px;
}
.w111-search .w111-search-bar > button > i {
  font-size: inherit;
}
.w111-search .w111-search-bar > button:hover {
  background-color: #fbd500;
}
.w111-search .w111-search-mask {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.9);
}
.w111-search .w111-search-close {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #dddd;
  font-size: 24px;
  transition: color .5s;
}
.w111-search .w111-search-close > i {
  font-size: inherit;
}
.w111-search .w111-search-close:hover {
  color: #ddd;
}
@media screen and (max-width: 1280px) {
  .w111-search .w111-search-bar {
    padding: 0 64px 0 12px;
  }
  .w111-search .w111-search-bar > input {
    height: 40px;
    font-size: 14px;
  }
  .w111-search .w111-search-bar > button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  .w111-search .w111-search-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}
.w111-search.opened {
  display: block;
  -webkit-animation: search-wrapper-fade-in .5s both;
  animation: search-wrapper-fade-in .5s both;
}

@-webkit-keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!- w111-search -*/
/*!- w111-crumb begin -*/
.w111-crumb {
  background-color: #eee;
}
.w111-crumb .w111-crumb-list {
  font-size: 0;
}
.w111-crumb .w111-crumb-list .w111-crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  margin-right: 12px;
  color: #333;
  transition: color .5s;
}
.w111-crumb .w111-crumb-list .w111-crumb-item:hover {
  color: #0068b7;
}
.w111-crumb .w111-crumb-list .w111-crumb-item:nth-child(even), .w111-crumb .w111-crumb-list .w111-crumb-item.separator {
  color: #999;
  pointer-events: none;
}
.w111-crumb .w111-crumb-list .w111-crumb-item:last-child.separator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w111-crumb .w111-crumb-list .w111-crumb-item {
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w111-crumb .w111-crumb-list .w111-crumb-item {
    font-size: 14px;
    line-height: 32px;
  }
}

/*!- w111-crumb end -*/
/*!- w111-inquiry begin -*/
.w111-inquiry .w111-inquiry-wrap {
  padding: 32px 0 0 0;
  background-color: #fff;
}
.w111-inquiry .w111-inquiry-alert {
  font-size: 18px;
  line-height: 1.576;
  border-left: 4px solid #121c22;
  color: #121c22;
  padding: 10px 20px;
  margin-bottom: 32px;
  background-color: #f2f7fb;
}
.w111-inquiry .w111-inquiry-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w111-inquiry .w111-inquiry-form ul li {
  display: block;
  width: 100%;
  padding: 26px 0 0 32px;
  position: relative;
}
.w111-inquiry .w111-inquiry-form ul li.col-1-2 {
  width: 50%;
}
.w111-inquiry .w111-inquiry-form ul li.col-1-3 {
  width: 33.3333%;
}
.w111-inquiry .w111-inquiry-form ul li.error input[type="text"] {
  border-color: #FE5050;
}
.w111-inquiry .w111-inquiry-form ul li.error input[type="text"]:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w111-inquiry .w111-inquiry-form ul li.error textarea {
  border-color: #FE5050;
}
.w111-inquiry .w111-inquiry-form ul li.error textarea:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w111-inquiry .w111-inquiry-form ul li.error .tips {
  display: block;
}
.w111-inquiry .label {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333;
}
.w111-inquiry .label > em {
  color: red;
  margin-right: 8px;
}
.w111-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;
}
.w111-inquiry input[type="text"]:hover {
  border-color: #0068b7;
}
.w111-inquiry input[type="text"]:focus {
  border-color: #0068b7;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.w111-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;
}
.w111-inquiry input[type="email"]:hover {
  border-color: #0068b7;
}
.w111-inquiry input[type="email"]:focus {
  border-color: #0068b7;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.w111-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;
}
.w111-inquiry textarea:hover {
  border-color: #0068b7;
}
.w111-inquiry textarea:focus {
  border-color: #0068b7;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.w111-inquiry button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #26BB79;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.w111-inquiry button:hover {
  background-color: #26BB79;
}
.w111-inquiry button:disabled, .w111-inquiry button.disabled {
  cursor: not-allowed;
  background-color: #80b4db;
}
.w111-inquiry .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  margin-left: 8px;
}
.w111-inquiry .checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}
.w111-inquiry .checkbox > span:before, .w111-inquiry .checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.w111-inquiry .checkbox > span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
}
.w111-inquiry .checkbox > span:after {
  width: 9px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.w111-inquiry .checkbox > span a {
  color: #0068b7;
}
.w111-inquiry .checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.w111-inquiry .checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #121c22;
  background-color: #121c22;
}
.w111-inquiry .checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.w111-inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #d9d9d9;
}
.w111-inquiry .checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.w111-inquiry .checkbox > input[type="checkbox"]:disabled + span {
  color: #999;
  cursor: not-allowed;
}
.w111-inquiry .checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #d9d9d9;
  background-color: #F5F5F5;
}
.w111-inquiry .tips {
  display: none;
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #FE5050;
}
@media screen and (max-width: 1280px) {
  .w111-inquiry .w111-inquiry-wrap {
    padding: 24px;
  }
  .w111-inquiry .w111-inquiry-alert {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .w111-inquiry .w111-inquiry-form {
    padding-bottom: 24px;
  }
  .w111-inquiry .w111-inquiry-form ul {
    margin: -24px 0 0 -24px;
  }
  .w111-inquiry .w111-inquiry-form ul li {
    padding: 24px 0 0 24px;
  }
  .w111-inquiry input[type="text"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w111-inquiry input[type="email"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w111-inquiry textarea {
    font-size: 16px;
    padding: 6px 12px;
  }
  .w111-inquiry button {
    height: 36px;
    padding: 0 16px;
  }
  .w111-inquiry .tips {
    left: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-inquiry .w111-inquiry-wrap {
    padding: 16px 0 0 0;
  }
  .w111-inquiry .w111-inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .w111-inquiry .w111-inquiry-form {
    padding-bottom: 0;
  }
  .w111-inquiry .w111-inquiry-form ul {
    margin: -16px 0 0 -16px;
  }
  .w111-inquiry .w111-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w111-inquiry .w111-inquiry-form ul li.col-1-2 {
    width: 100%;
  }
  .w111-inquiry .w111-inquiry-form ul li.col-1-3 {
    width: 100%;
  }
  .w111-inquiry input[type="text"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w111-inquiry input[type="email"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w111-inquiry textarea {
    font-size: 14px;
    padding: 4px 8px;
  }
  .w111-inquiry button {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .w111-inquiry .tips {
    left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*!- w111-inquiry end -*/
/*!- w111-pagination begin -*/
.w111-pagination {
  margin-top: 20px;
}
.w111-pagination .w111-pagination-links {
  margin: -16px 0 0 -16px;
  line-height: 1;
  font-size: 0;
}
.w111-pagination .w111-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;
}
.w111-pagination .w111-pagination-links a:hover {
  background-color: #e6f0f8;
  color: #0068b7;
}
.w111-pagination .w111-pagination-links a.current {
  background-color: #fbd500;
  color: #fff;
}
.w111-pagination .w111-pagination-links.center {
  text-align: center;
}
.w111-pagination .w111-pagination-links.right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .w111-pagination .w111-pagination-links {
    margin: -12px 0 0 -12px;
  }
  .w111-pagination .w111-pagination-links a {
    line-height: 36px;
    min-width: 36px;
    margin: 12px 0 0 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w111-pagination .w111-pagination-links {
    margin: -8px 0 0 -8px;
  }
  .w111-pagination .w111-pagination-links a {
    line-height: 32px;
    min-width: 32px;
    font-size: 12px;
    margin: 8px 0 0 8px;
    padding: 0 8px;
  }
}

/*!- w111-pagination end -*/
/*!- w111-detail begin -*/
.w111-detail .w111-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w111-detail .w111-detail-content {
  flex: auto;
  width: 100%;
}
.w111-detail .w111-detail-sidebar {
  flex: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 32px;
}
.w111-detail .reader .hd {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.w111-detail .reader .hd h2 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.w111-detail .reader .hd p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.w111-detail .reader .ft {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.w111-detail .reader .ft:before, .w111-detail .reader .ft:after {
  display: table;
  content: "";
  width: 100%;
}
.w111-detail .reader .ft:after {
  clear: both;
}
.w111-detail .reader .ft .pager {
  font-size: 14px;
  line-height: 24px;
 /* text-transform: uppercase; */
  color: #333;
  transition: color .5s;
}
.w111-detail .reader .ft .pager:hover {
  color: #0068b7;
}
.w111-detail .reader .ft .prev {
  float: left;
}
.w111-detail .reader .ft .next {
  float: right;
}
.w111-detail .wrapper .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w111-detail .wrapper .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w111-detail .wrapper .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w111-detail .wrapper .hd a:hover {
  color: #0068b7;
}
.w111-detail .wrapper .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w111-detail .wrapper .bd ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.w111-detail .wrapper .bd ul li > a {
  display: flex;
}
.w111-detail .wrapper .bd ul li > a:hover .intro h3 {
  color: #0068b7;
}
.w111-detail .wrapper .bd ul li .cover {
  width: 100%;
  max-width: 160px;
  flex: none;
}
.w111-detail .wrapper .bd ul li .cover img {
  display: block;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-detail .wrapper .bd ul li .cover img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w111-detail .wrapper .bd ul li .intro {
  width: 0;
  flex: auto;
  padding: 16px;
}
.w111-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;
}
.w111-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) {
  .w111-detail .w111-detail-wrap {
    flex-wrap: wrap;
  }
  .w111-detail .w111-detail-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
  .w111-detail .reader {
    padding: 24px;
  }
  .w111-detail .reader .hd {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .w111-detail .reader .hd h2 {
    font-size: 20px;
  }
  .w111-detail .reader .hd p {
    font-size: 14px;
  }
  .w111-detail .reader .ft {
    padding-top: 24px;
    margin-top: 24px;
  }
  .w111-detail .wrapper .hd {
    margin-bottom: 24px;
  }
  .w111-detail .wrapper .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w111-detail .wrapper .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w111-detail .wrapper .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w111-detail .wrapper .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w111-detail .wrapper .bd ul li > a {
    flex-direction: column;
  }
  .w111-detail .wrapper .bd ul li .cover {
    flex: auto;
    max-width: none;
  }
  .w111-detail .wrapper .bd ul li .intro {
    width: auto;
    padding: 8px 0;
  }
  .w111-detail .wrapper .bd ul li .intro h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .w111-detail .wrapper .bd ul li .intro p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .w111-detail .w111-detail-sidebar {
    margin: 16px 0 0;
  }
  .w111-detail .reader {
    padding: 0;
  }
  .w111-detail .reader .hd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .w111-detail .reader .hd h2 {
    font-size: 18px;
  }
  .w111-detail .reader .ft {
    padding-top: 16px;
    margin-top: 16px;
  }
  .w111-detail .wrapper .hd {
    margin: 16px 0;
  }
  .w111-detail .wrapper .hd h3 {
    font-size: 16px;
  }
  .w111-detail .wrapper .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w111-detail .wrapper .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w111-detail .wrapper .bd ul li .intro {
    padding: 8px 0;
  }
  .w111-detail .wrapper .bd ul li .intro h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .w111-detail .wrapper .bd ul li .intro p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}

/*!- w111-detail end -*/
/*!- w111-banner begin -*/
.w111-banner .banner-wrap:nth-child(1) .banner-item, .w111-banner .banner-wrap.banner-pc .banner-item {
  width: 100%;
  text-align: center;
}
.w111-banner .banner-wrap:nth-child(1) .banner-item div > img, .w111-banner .banner-wrap.banner-pc .banner-item div > img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.w111-banner .banner-wrap:nth-child(2), .w111-banner .banner-wrap.banner-h5 {
  display: none;
}
.w111-banner .banner-wrap .swiper-scrollbar-drag {
  background: #fbd500 !important;
}
.w111-banner .banner-item {
  display: block;
  position: relative;
}
.w111-banner .banner-item .swiper-slide-wrap {
  z-index: 10;
  position: absolute;
  height: 100%;
  padding: 0 40px;
  left: 25%;
  transform: translateX(-25%);
}
.w111-banner .banner-item .swiper-slide-wrap .swiper-slide-intro {
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-align-items: center;
  height: 100%;
}
.w111-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
  display: block;
  width: 90%;
  padding-left:10%;
  text-align: left;
}
.w111-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}
.w111-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
  color: #eee;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.w111-banner .banner-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.w111-banner .swiper-button-prev, .w111-banner .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w111-banner .swiper-button-next, .w111-banner .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 1440px) {
  .w111-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 40px;
  }
  .w111-banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .w111-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap {
    width: 100%;
    padding: 0px 20px;
  }
  .w111-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
    width: 100%;
    text-align: center;
  }
  .w111-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .w111-banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    display: none;
  }
  .w111-banner .banner-wrap:nth-child(2) .banner-item img {
    width: 100%;
  }
  .w111-banner.has-mobile .banner-wrap:nth-child(1), .w111-banner.has-mobile .banner-wrap.banner-pc {
    display: none;
  }
  .w111-banner.has-mobile .banner-wrap:nth-child(2), .w111-banner.has-mobile .banner-wrap.banner-h5 {
    display: block;
  }
}

/*!- w111-banner end -*/
/*!- w111-service begin -*/
.w111-service {
  margin-top: 80px;
  margin-bottom: 80px;
}
.w111-service .service-wrap .w111-corp-introduction {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 20px;
  text-align: center;
}
.w111-service .service-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.w111-service .service-wrap ul li {
  width: 33.3%;
  transition: background-color .4s;
  transition: all .5s;
  display: flex;
  flex-direction: row;
}
.w111-service .service-wrap ul li .icon {
  padding: 10px;
  width: 30%;
  height: auto;
  flex: none;
  overflow: hidden;
}
.w111-service .service-wrap ul li .icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.w111-service .service-wrap ul li .text {
  width: 70%;
  flex: auto;
  padding: 15px;
}
.w111-service .service-wrap ul li .text h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px solid #999;
  position: relative;
}
.w111-service .service-wrap ul li .text h4:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e844";
  color: #999;
  font-family: w111-iconfont;
  transition: all 0.3s;
}
.w111-service .service-wrap ul li .text p {
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
.w111-service .service-wrap ul li:first-child a:after {
  display: none;
}
.w111-service .service-wrap ul li:hover img {
  transform: scale(1.1);
}
.w111-service .service-wrap ul li:hover .text h4 {
  color: #fbd500;
}
.w111-service .service-wrap ul li:hover .text h4:after {
  transform: rotate(-45deg);
  color: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w111-service {
    margin-top: 25px;
  }
  .w111-service .product-title > h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .w111-service .service-wrap ul li {
    padding: 24px 4px;
  }
  .w111-service .service-wrap ul li a {
    padding: 0 4px;
  }
  .w111-service .service-wrap ul li .icon {
    margin: 0 8px 0 0;
  }
  .w111-service .service-wrap ul li .text h4 {
    font-size: 16px;
  }
  .w111-service .service-wrap ul li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w111-service {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .w111-service .service-title > h3 {
    margin-bottom: 16px;
  }
  .w111-service .service-wrap .wrap {
    padding: 16px 16px;
  }
  .w111-service .service-wrap .wrap .w111-corp-introduction {
    font-size: 22px;
    text-align: left;
  }
  .w111-service .service-wrap .wrap ul {
    flex-wrap: wrap;
  }
  .w111-service .service-wrap .wrap ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .w111-service .service-wrap .wrap ul li a {
    padding: 8px;
    justify-content: left;
    display: block;
  }
  .w111-service .service-wrap .wrap ul li a:after {
    width: 100%;
    height: 1px;
  }
  .w111-service .service-wrap .wrap ul li .icon {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .w111-service .service-wrap .wrap ul li .text {
    padding: 10px 0 0 0;
  }
  .w111-service .service-wrap .wrap ul li .text h4 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .w111-service .service-wrap .wrap ul li .text p {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}

/*!- w111-service end -*/
/*!- w111-product begin -*/
.w111-product {
  padding-top: 50px;
}
.w111-product .product-item {
  display: flex;
  flex-direction: row;
}
.w111-product .product-item .cover {
  display: flex;
  width: 50%;
}
.w111-product .product-item .cover .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w111-product .product-item .intro {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex: auto;
  transition: opacity .4s;
  padding: 30px 50px;
}
.w111-product .product-item .intro .intro-editor {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.w111-product .product-item .intro .intro-editor-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 40px;
}
.w111-product .product-item .intro .intro-editor-desc p {
  position: relative;
  padding-left: 15px;
}
.w111-product .product-item .intro .intro-editor-desc p:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background: #fbd500;
}
.w111-product .product-item .intro .button-wrap {
  display: block;
}
.w111-product .product-item .intro .button-wrap .button span {
  color: #333;
}
.w111-product .product-item .intro h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 20px;
}
.w111-product .product-item .intro h4 {
  font-size: 34px;
  font-weight: bold;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .w111-product .product-item .intro h4 {
    font-size: 16px;
  }
  .w111-product .product-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w111-product .product-item {
    flex-direction: column;
    width: 100%;
  }
  .w111-product .product-item .cover {
    padding: 0;
    width: 100%;
  }
  .w111-product .product-item .intro {
    padding: 20px 0;
    width: 100%;
  }
  .w111-product .product-item .intro h3 {
    display: none;
  }
  .w111-product .product-item .intro h4 {
    font-size: 20px;
  }
  .w111-product .product-item .intro .intro-editor-desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .w111-product .product-item .intro .intro-editor {
    display: none;
  }
  .w111-product .product-item .intro a {
    font-size: 14px;
  }
}

/*!- w111-product end -*/
/*!- w111-meta begin -*/
.w111-meta {
  background: #121c22;
  background-image: url("../image/mapbg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.w111-meta .meta-wrap {
  position: relative;
  padding: 100px 0;
}
.w111-meta .meta-wrap ul {
  display: flex;
}
.w111-meta .meta-wrap ul li {
  position: relative;
  width: 25%;
}
.w111-meta .meta-wrap ul li .wrap {
  display: block;
  text-align: center;
  padding: 16px;
}
.w111-meta .meta-wrap ul li .wrap img {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.w111-meta .meta-wrap ul li .wrap h4 {
  font-size: 70px;
  margin: 16px 0 12px;
  line-height: 1;
  -webkit-text-stroke: 1px #fbd500;
  color: transparent;
}
.w111-meta .meta-wrap ul li .wrap p {
  font-size: 18px;
  margin: 0;
  color: #999;
}
.w111-meta .meta-wrap .w111-elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.w111-meta .meta-wrap .w111-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w111-meta .meta-wrap .w111-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.w111-meta .meta-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w111-meta .meta-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w111-meta .meta-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w111-meta .meta-wrap {
    padding: 30px 0;
  }
  .w111-meta .meta-wrap .w111-elementor {
    display: none;
  }
  .w111-meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .w111-meta .meta-wrap ul li .wrap img {
    height: 48px;
    display: none;
  }
  .w111-meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 12px 0 8px;
  }
  .w111-meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w111-meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .w111-meta .meta-wrap ul li {
    width: 50%;
  }
  .w111-meta .meta-wrap ul li .wrap {
    padding: 10px 4px;
  }
  .w111-meta .meta-wrap ul li .wrap img {
    display: none;
    height: 32px;
  }
  .w111-meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 8px 0 4px;
  }
  .w111-meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .w111-meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .w111-meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .w111-meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}

/*!- w111-meta end -*/
/*!- w111-news begin -*/
.w111-news {
  background-color: #121c22;
}
.w111-news .news-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.w111-news .news-wrap .w111-elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.w111-news .news-wrap .w111-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w111-news .news-wrap .w111-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.w111-news .news-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w111-news .news-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w111-news .news-wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #fbd500;
}
.w111-news .news-wrap .news-cover {
  width: 50%;
}
.w111-news .news-wrap .news-cover .cover-item {
  display: block;
}
.w111-news .news-wrap .news-cover .cover-item .wrap {
  margin: -50px 0 100px 100px;
  position: relative;
  overflow: hidden;
}
.w111-news .news-wrap .news-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.w111-news .news-wrap .news-cover .cover-item .wrap:hover img {
  transform: scale(1.1);
}
.w111-news .news-wrap .news-cover .cover-item .wrap a {
  width: 150px;
  height: 150px;
  background-color: #121c22;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 150px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 1;
}
.w111-news .news-wrap .news-cover .cover-item .wrap a i {
  font-size: 70px;
  color: #fff;
  font-weight: normal;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.w111-news .news-wrap .news-cover .cover-item .wrap a:hover {
  background-color: #fbd500;
}
.w111-news .news-wrap .news-cover .cover-item .wrap a:hover i {
  color: #333;
  font-size: 90px;
}
.w111-news .news-wrap .news-intro {
  width: 50%;
  padding: 40px 0 40px 0;
}
.w111-news .news-wrap .news-intro .wrap {
  max-width: 720px;
  margin-left: auto;
  padding: 0;
  position: relative;
}
.w111-news .news-wrap .news-intro .wrap > h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 32px;
}
.w111-news .news-wrap .news-intro .wrap > ul li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content {
  flex: auto;
  width: 0;
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content a {
  display: block;
  font-size: 20px;
  padding-left: 40px;
  transition: color .4s;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: .3s;
  transition: all .3s;
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e844";
  font-family: w111-iconfont;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  -webkit-transition: .3s;
  transition: all .3s;
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content a:hover {
  color: #0068b7;
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content a:hover:after {
  color: #0068b7;
  transform: rotate(-45deg);
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content p {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w111-news .news-wrap .news-intro .wrap > ul li .news-content span {
  color: #666;
}
.w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap {
  padding: 0;
}
.w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul {
  width: 100%;
}
.w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li {
  width: 100%;
}
.w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li:after {
  display: none;
}
.w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li .wrap h4 {
  font-size: 80px;
  -webkit-text-stroke: 1px #fbd500;
  color: transparent;
  font-weight: bold;
}
.w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li .wrap p {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .w111-news .news-wrap .news-cover .cover-item .text {
    font-size: 18px;
    padding: 12px;
  }
  .w111-news .news-wrap .news-intro .wrap {
    padding: 24px;
  }
  .w111-news .news-wrap .news-intro .wrap > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w111-news .news-wrap .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .w111-news .news-wrap .news-intro .wrap > ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    font-size: 18px;
    line-height: 1.2;
  }
  .w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .w111-news .news-wrap {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .w111-news .news-wrap .w111-elementor {
    display: none;
  }
  .w111-news .news-wrap .news-cover {
    width: 100%;
  }
  .w111-news .news-wrap .news-cover .cover-item .wrap {
    margin: 0;
  }
  .w111-news .news-wrap .news-intro {
    width: 100%;
  }
  .w111-news .news-wrap .news-intro .wrap {
    max-width: none;
    padding: 16px;
  }
  .w111-news .news-wrap .news-intro .wrap h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 4px;
    text-align: center;
  }
  .w111-news .news-wrap .news-intro .wrap ul li {
    margin-bottom: 16px;
    padding-left: 0;
  }
  .w111-news .news-wrap .news-intro .wrap ul li .wrap {
    padding: 0;
  }
  .w111-news .news-wrap .news-intro .wrap ul li .news-content a {
    font-size: 18px;
  }
  .w111-news .news-wrap .news-intro .wrap ul li .news-content p {
    -webkit-line-clamp: 1;
    padding-top: 0;
  }
  .w111-news .news-wrap .news-intro .wrap ul li a {
    font-size: 16px;
    line-height: 1.8;
  }
  .w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li {
    width: 50%;
  }
  .w111-news .news-wrap .news-intro .wrap .w111-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}

/*!- w111-news end -*/
/*!- w111-group begin -*/
.w111-group .group-wrap {
  display: flex;
}
.w111-group .group-intro {
  width: 50%;
  display: flex;
  align-items: center;
}
.w111-group .group-intro > .wrap {
  max-width: 720px;
  margin-right: auto;
  padding: 32px;
}
.w111-group .group-cover {
  width: 50%;
  padding-right: 10%;
}
.w111-group .group-cover > .wrap {
  height: 100%;
  background: #fbd500;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.w111-group .group-cover > .wrap .w111-elementor {
  margin-top: 50px;
}
.w111-group .group-cover > .wrap .w111-elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.w111-group .group-cover > .wrap .w111-elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.w111-group .group-cover > .wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.w111-group .group-cover > .wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w111-group .group-cover > .wrap .w111-elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 0;
  left: -100%;
  background: #fbd500;
}
.w111-group .group-cover > .wrap .w111-meta {
  background: transparent;
}
.w111-group .group-cover > .wrap .w111-meta .meta-wrap {
  padding: 0;
}
.w111-group .group-cover > .wrap .w111-meta .meta-wrap ul {
  display: block;
}
.w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li {
  width: 100%;
}
.w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li .wrap h4 {
  font-size: 120px;
  -webkit-text-stroke: 1px #333;
  color: transparent;
  font-weight: bold;
}
.w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li .wrap p {
  font-size: 20px;
  color: #333;
}
.w111-group .group-cover > .wrap .w111-widget {
  text-align: right;
}
.w111-group .group-cover > .wrap .w111-widget > i {
  font-size: 100px;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .w111-group .group-cover {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .w111-group .group-wrap {
    flex-direction: column;
  }
  .w111-group .group-intro {
    width: 100%;
  }
  .w111-group .group-intro > .wrap {
    padding: 16px 16px;
  }
  .w111-group .group-intro > .wrap .w111-meta {
    margin-top: 0px;
  }
  .w111-group .group-cover {
    width: 100%;
    padding-right: 0;
  }
  .w111-group .group-cover > .wrap .w111-elementor {
    margin-top: 20px;
  }
  .w111-group .group-cover > .wrap .w111-elementor .decoration-widget .decoration-container {
    width: 40px;
    height: 40px;
  }
  .w111-group .group-cover > .wrap .w111-meta .meta-wrap {
    display: flex;
  }
  .w111-group .group-cover > .wrap .w111-meta .meta-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li .wrap {
    padding: 4px 4px;
  }
  .w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
  .w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .w111-group .group-cover > .wrap .w111-meta .meta-wrap ul li:nth-child(2):after {
    display: none;
  }
  .w111-group .group-cover > .wrap .w111-widget > i {
    font-size: 50px;
  }
}

/*!- w111-group end -*/
/*!- w111-corp begin -*/
.w111-corp > h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  color: #0068b7;
  margin-bottom: 30px;
  font-weight: normal;
}
.w111-corp > p {
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 1.7;
}
.w111-corp > p.w111-corp-introduction {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 10px;
  text-align: left;
}
.w111-corp > a {
  margin-top: 20px;
}
.w111-corp .button span {
  color: #333;
}
@media screen and (max-width: 1280px) {
  .w111-corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w111-corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .w111-corp {
    text-align: center;
  }
  .w111-corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 14px;
  }
  .w111-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;
    font-size: 16px;
  }
  .w111-corp > p.w111-corp-introduction {
    font-size: 22px;
  }
}

/*!- w111-corp end -*/
/*!- w111-video  about us video begin -*/
.w111-video {
  position: relative;
  height: 100%;
}
.w111-video .media img {
  display: block;
  width: 100%;
  height: auto;
}
.w111-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;
}
.w111-video .intro .icon {
  font-size: 64px;
}
.w111-video .intro .icon i {
  font-size: inherit;
}
.w111-video .intro .text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.w111-video .intro:hover {
  color: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w111-video .intro {
    padding: 24px;
  }
  .w111-video .intro .icon {
    font-size: 48px;
  }
  .w111-video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .w111-video .intro {
    padding: 16px;
  }
  .w111-video .intro .icon {
    font-size: 56px;
  }
  .w111-video .intro .text {
    font-size: 16px;
  }
}

/*!- w111-video about us video end -*/
/*!- w111-video-info begin -*/
.video-item {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.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: #fbd500;
}

/*!- w111-video-info end -*/
/*!- w111-video-list begin -*/
.w111-video-list .w111-video-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -32px -32px;
  box-sizing: content-box;
}
.w111-video-list .w111-video-list-wrap ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  padding-left: 32px;
  width: 33.3%;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .video-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .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;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .video-item .intro-icon .icon {
  font-size: 50px;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .video-item .intro-icon:hover {
  color: #fbd500;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro {
  padding: 15px;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro a 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;
  font-weight: normal;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #fbd500;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.w111-video-list .w111-video-list-wrap ul li .wrap .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w111-video-list .w111-video-list-wrap ul li a .icon {
  position: absolute;
  color: #fff;
}
.w111-video-list .w111-video-list-wrap ul li a .icon i {
  font-size: inherit;
  transition: all .5s;
}
.w111-video-list .w111-video-list-wrap ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-video-list .w111-video-list-wrap ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w111-video-list .w111-video-list-wrap ul li:hover h3 {
  color: #0068b7;
}
.w111-video-list .w111-video-list-wrap ul li:hover img {
  transform: scale(1.1);
}
.w111-video-list .w111-video-list-wrap ul li:hover .icon i {
  color: #fbd500;
  font-size: 60px;
}
@media screen and (max-width: 1280px) {
  .w111-video-list .w111-video-list-wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w111-video-list .w111-video-list-wrap ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-video-list .w111-video-list-wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w111-video-list .w111-video-list-wrap ul li {
    width: 100%;
    padding: 16px 0 0 16px;
    display: block;
    margin-bottom: 16px;
  }
  .w111-video-list .w111-video-list-wrap ul li .wrap .video-item {
    max-width: 100%;
  }
  .w111-video-list .w111-video-list-wrap ul li .wrap .intro {
    padding: 5px;
  }
  .w111-video-list .w111-video-list-wrap ul li .wrap .intro p {
    margin-bottom: 0;
  }
  .w111-video-list .w111-video-list-wrap ul li .wrap .intro .wui-btn {
    display: none;
  }
  .w111-video-list .w111-video-list-wrap ul li h3 {
    font-size: 14px;
  }
}

/*!- w111-video-list end -*/
/*!- w111-home-video begin -*/
.w111-home-video .home-video-wrap:nth-child(1) .home-video-item, .w111-home-video .home-video-wrap.home-video-pc .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.w111-home-video .home-video-wrap:nth-child(2), .w111-home-video .home-video-wrap.home-video-h5 {
  display: none;
}
.w111-home-video .home-video-wrap:nth-child(2) .home-video-item, .w111-home-video .home-video-wrap.home-video-h5 .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.w111-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;
}
.w111-home-video .home-video-wrap .intro .icon {
  font-size: 64px;
}
.w111-home-video .home-video-wrap .intro .icon i {
  font-size: inherit;
}
.w111-home-video .home-video-wrap .intro .text {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.w111-home-video .home-video-wrap .intro:hover {
  color: #fbd500;
}
.w111-home-video .home-video-item {
  display: block;
  position: relative;
}
.w111-home-video .home-video-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.w111-home-video .swiper-button-prev, .w111-home-video .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w111-home-video .swiper-button-next, .w111-home-video .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .w111-home-video.has-mobile .home-video-wrap:nth-child(1), .w111-home-video.has-mobile .home-video-wrap.home-video-pc {
    display: none;
  }
  .w111-home-video.has-mobile .home-video-wrap:nth-child(2), .w111-home-video.has-mobile .home-video-wrap.home-video-h5 {
    display: block;
  }
  .w111-home-video.has-mobile .home-video-wrap .intro {
    padding: 24px;
  }
  .w111-home-video.has-mobile .home-video-wrap .intro .icon {
    font-size: 48px;
  }
  .w111-home-video.has-mobile .home-video-wrap .intro .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w111-home-video .home-video-wrap .intro {
    padding: 16px;
  }
  .w111-home-video .home-video-wrap .intro .icon {
    font-size: 56px;
  }
  .w111-home-video .home-video-wrap .intro .text {
    font-size: 14px;
  }
}

/*!- w111-home-video end -*/
/*!- w111-about begin -*/
.w111-about .about-intro .time-title {
  font-size: 200px;
  font-weight: bold;
  -webkit-text-stroke: 1px #f7c600;
  color: transparent;
  line-height: 1.3;
  text-align: center;
}
.w111-about .about-intro .title {
  text-align: center;
}
.w111-about .about-intro .title h3 {
  font-size: 26px;
  text-align: center;
  color: #0068b7;
  margin-bottom: 10px;
  font-weight: normal;
}
.w111-about .about-intro .title i {
  margin-bottom: 30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #fbd500;
}
.w111-about .about-intro p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.w111-group .group-wrap .group-intro .w111-meta {
  margin-top: 0;
}
.w111-group .group-wrap .group-intro .w111-meta .w111-wrapper {
  padding: 0;
}
.w111-group .group-wrap .group-intro .w111-meta .w111-wrapper ul {
  flex-wrap: wrap;
}
.w111-group .group-wrap .group-intro .w111-meta .w111-wrapper ul li {
  width: 50%;
}
.w111-group .group-wrap .group-intro .w111-meta .w111-wrapper ul li:nth-child(3):after {
  display: none;
}

@media screen and (max-width: 992px) {
  .w111-about .about-intro .time-title {
    font-size: 70px;
  }
  .w111-about .about-intro .title h3 {
    font-size: 20px;
  }
}
/*!- w111-about end -*/
/*!- w111-cert begin -*/
.w111-cert .w111-cert-content {
  padding: 32px 0;
}
.w111-cert .w111-cert-content .w111-cert-swiper .swiper-wrapper .swiper-slide {
  max-width: 500px;
}
.w111-cert .w111-cert-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-cert .w111-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) {
  .w111-cert .w111-cert-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-cert .w111-cert-content {
    padding: 16px 0;
  }
}

/*!- w111-cert end -*/
/*!- w111-case begin -*/
.w111-case {
  padding-bottom: 80px;
}
.w111-case .case-title > h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 30px;
}
.w111-case .case-item {
  position: relative;
}
.w111-case .case-item .cover {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-case .case-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w111-case .case-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;
}
.w111-case .case-item .intro h4 {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}
.w111-case .case-item .intro P {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.w111-case .case-item .intro P .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
}
.w111-case .case-item .intro P .original-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
}
.w111-case .case-item .intro a {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  color: #fbd500;
  transition: transform .4s;
}
.w111-case .case-item .intro a:hover {
  transform: translateX(10px);
}
.w111-case .case-item .intro:before, .w111-case .case-item .intro:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fbd500;
  transition: transform .4s;
  pointer-events: none;
  opacity: .8;
  border-radius: 100%;
}
.w111-case .case-item .intro:before {
  width: 80%;
  height: 80%;
  top: 5%;
  left: 20%;
}
.w111-case .case-item .intro:after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.w111-case .case-item:hover .intro {
  opacity: 1;
}
.w111-case .case-item:hover .intro:before {
  transform: rotate(-10deg) scale(0.8);
}
.w111-case .case-item:hover .intro:after {
  transform: rotate(-22deg) scale(0.85);
}
@media screen and (max-width: 1280px) {
  .w111-case .case-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w111-case .case-item .intro h4 {
    font-size: 16px;
  }
  .w111-case .case-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w111-case .case-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w111-case .case-item .intro h4 {
    font-size: 14px;
  }
  .w111-case .case-item .intro a {
    font-size: 14px;
  }
}

/*!- w111-case end -*/
/*!- w111-case-grid begin -*/
.w111-case-grid .w111-case-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w111-case-grid .w111-case-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w111-case-grid .w111-case-grid-content ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-case-grid .w111-case-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w111-case-grid .w111-case-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;
}
.w111-case-grid .w111-case-grid-content ul li a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.w111-case-grid .w111-case-grid-content ul li a:hover h3 {
  color: #0068b7;
}
.w111-case-grid .w111-case-grid-content ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
  .w111-case-grid .w111-case-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w111-case-grid .w111-case-grid-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-case-grid .w111-case-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w111-case-grid .w111-case-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w111-case-grid .w111-case-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w111-case-grid end -*/
/*!- w111-cert-grid begin -*/
.w111-cert-grid .w111-cert-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w111-cert-grid .w111-cert-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w111-cert-grid .w111-cert-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.w111-cert-grid .w111-cert-grid-content ul li a:hover h3 {
  color: #0068b7;
}
.w111-cert-grid .w111-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%;
}
.w111-cert-grid .w111-cert-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w111-cert-grid .w111-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) {
  .w111-cert-grid .w111-cert-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w111-cert-grid .w111-cert-grid-content ul li {
    width: 33.33%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-cert-grid .w111-cert-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w111-cert-grid .w111-cert-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w111-cert-grid .w111-cert-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w111-cert-grid end -*/
/*!- w111-news-grid begin -*/
.w111-news-grid .news-grid-wrap {
  margin-bottom: 32px;
}
.w111-news-grid .news-grid-wrap .header {
  margin-bottom: 15px;
  background: #f2f7fb;
}
.w111-news-grid .news-grid-wrap .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #0068b7;
  font-weight: normal;
  padding-left: 20px;
}
.w111-news-grid .news-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w111-news-grid .news-grid-content ul li {
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.w111-news-grid .news-grid-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.w111-news-grid .news-grid-content ul li a .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-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: bottom;
}
.w111-news-grid .news-grid-content ul li a .intro {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 20%;
  background-color: rgba(18, 28, 34, 0.9);
  width: 80%;
  padding: 16px;
  transition: right .5s,bottom .5s,background-color .5s;
  -webkit-transition: right .5s,bottom .5s,background-color .5s;
  color: #fff;
}
.w111-news-grid .news-grid-content ul li a .intro h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  transition: color .4s;
}
.w111-news-grid .news-grid-content ul li a .intro p {
  margin-bottom: 5px;
  font-size: 16px;
}
.w111-news-grid .news-grid-content ul li a .intro p i {
  font-size: 24px;
  float: right;
  transition: all .5s;
}
.w111-news-grid .news-grid-content ul li a:hover .intro {
  background-image: none;
  background-color: #fbd500;
  color: #333;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.w111-news-grid .news-grid-content ul li a:hover .intro h3 {
  white-space: normal;
}
.w111-news-grid .news-grid-content ul li a:hover .intro p i {
  color: #333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) {
  .w111-news-grid .news-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w111-news-grid .news-grid-content ul li {
    padding: 24px 0 0 24px;
  }
  .w111-news-grid .news-grid-content ul li a .meta {
    font-size: 14px;
    padding: 4px 12px;
  }
  .w111-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 12px;
    transform: translateY(36px);
  }
  .w111-news-grid .news-grid-content ul li a .intro h3 {
    font-size: 14px;
  }
  .w111-news-grid .news-grid-content ul li a .intro span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
  .w111-news-grid .news-grid-content ul li a .intro span i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .w111-news-grid .news-grid-wrap .header {
    padding: 10px 0;
  }
  .w111-news-grid .news-grid-wrap .header > h3 {
    line-height: 24px;
  }
  .w111-news-grid .news-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w111-news-grid .news-grid-content ul li {
    width: 100%;
    padding: 16px 0 0 16px;
  }
  .w111-news-grid .news-grid-content ul li a .meta {
    font-size: 12px;
    padding: 0 8px;
  }
  .w111-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 8px;
    transform: translateY(30px);
  }
  .w111-news-grid .news-grid-content ul li a .intro p {
    font-size: 14px;
  }
}

/*!- w111-news-grid end -*/
/*!- w111-sitemap begin -*/
.w111-sitemap .w111-sitemap-content ul {
  padding-top: 1px;
}
.w111-sitemap .w111-sitemap-content ul li {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
.w111-sitemap .w111-sitemap-content ul li a {
  transition: color .5s;
}
.w111-sitemap .w111-sitemap-content ul li a:hover {
  color: #0068b7;
}
.w111-sitemap .w111-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;
}
.w111-sitemap .w111-sitemap-content ul li > dl {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.w111-sitemap .w111-sitemap-content ul li > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666;
}
.w111-sitemap .w111-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) {
  .w111-sitemap .w111-sitemap-content ul li {
    margin-top: 24px;
  }
  .w111-sitemap .w111-sitemap-content ul li > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .w111-sitemap .w111-sitemap-content ul li > dl {
    padding: 12px 0;
  }
  .w111-sitemap .w111-sitemap-content ul li > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .w111-sitemap .w111-sitemap-content ul li > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 992px) {
  .w111-sitemap .w111-sitemap-content ul li {
    margin-top: 16px;
  }
  .w111-sitemap .w111-sitemap-content ul li > h3 {
    padding: 8px 16px;
  }
  .w111-sitemap .w111-sitemap-content ul li > dl {
    padding: 8px 0;
  }
  .w111-sitemap .w111-sitemap-content ul li > dl > dt {
    padding: 0 16px;
  }
  .w111-sitemap .w111-sitemap-content ul li > dl > dd {
    width: 100%;
    padding: 0 16px;
  }
}

/*!- w111-sitemap end -*/
/*!- w111-faq-list begin -*/
.w111-faq-list .w111-faq-list-content {
  background-color: #fff;
}
.w111-faq-list .w111-faq-list-content ul li {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}
.w111-faq-list .w111-faq-list-content ul li > span {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  color: #cce1f1;
  margin-right: 15px;
}
.w111-faq-list .w111-faq-list-content ul li > .faq-list-content-wrap {
  flex: auto;
  width: 0;
}
.w111-faq-list .w111-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;
}
.w111-faq-list .w111-faq-list-content ul li > .faq-list-content-wrap > p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}
.w111-faq-list .w111-faq-list-content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .w111-faq-list .w111-faq-list-content ul li {
    padding: 24px;
  }
  .w111-faq-list .w111-faq-list-content ul li > span {
    top: 12px;
    left: 16px;
    font-size: 28px;
  }
  .w111-faq-list .w111-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w111-faq-list .w111-faq-list-content ul li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w111-faq-list .w111-faq-list-content ul li {
    padding: 16px;
  }
  .w111-faq-list .w111-faq-list-content ul li > span {
    top: 8px;
    left: 8px;
    font-size: 24px;
  }
  .w111-faq-list .w111-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w111-faq-list .w111-faq-list-content ul li > p {
    font-size: 14px;
  }
}

/*!- w111-faq-list end -*/
/*!- w111-contact begin -*/
.w111-contact {
  display: flex;
  flex-direction: row;
  background-image: url("../image/mapbg02.png");
}
.w111-contact .contact-cover {
  display: flex;
  width: 50%;
}
.w111-contact .contact-cover .company {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 32px;
  background-color: rgba(18, 28, 34, 0.9);
}
.w111-contact .contact-cover .company .wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.w111-contact .contact-cover .company .wrap .company-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.w111-contact .contact-cover .company .wrap .company-title h3 {
  font-weight: normal;
}
.w111-contact .contact-cover .company .wrap .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w111-contact .contact-cover .company .wrap .company-content ul li {
  width: 50%;
  flex: auto;
  text-align: center;
  margin-bottom: 32px;
}
.w111-contact .contact-cover .company .wrap .company-content ul li .icon {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.w111-contact .contact-cover .company .wrap .company-content ul li .icon i {
  font-size: inherit;
}
.w111-contact .contact-cover .company .wrap .company-content ul li .label {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.w111-contact .contact-cover .company .wrap .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  line-height: 30px;
  color: #fff;
}
.w111-contact .contact-intro {
  display: flex;
  width: 50%;
  padding-left: 30px;
}
.w111-contact .contact-intro .wrap {
  display: flex;
  flex-direction: column;
}
.w111-contact .contact-intro .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w111-contact .contact-intro .wrap ul li {
  flex: auto;
  width: 100%;
  padding: 32px 0 0 32px;
}
.w111-contact .contact-intro .wrap ul li dl {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.w111-contact .contact-intro .wrap ul li dl dt {
  padding-left: 8px;
  border-left: 3px solid #0068b7;
  line-height: 1;
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.w111-contact .contact-intro .wrap ul li dl dd {
  font-size: 18px;
  margin-bottom: 8px;
}
.w111-contact .contact-intro .wrap ul li dl dd label {
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.w111-contact .contact-intro .wrap ul li dl dd span {
  display: inline-block;
  vertical-align: top;
  color: #666;
}
.w111-contact .inquiry .w111-inquiry .w111-inquiry-wrap {
  padding: 32px;
}
@media screen and (max-width: 1280px) {
  .w111-contact {
    margin-bottom: 32px;
  }
  .w111-contact .company {
    padding: 32px 24px;
  }
  .w111-contact .company-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .w111-contact .company-content ul li .icon {
    font-size: 32px;
  }
  .w111-contact .company-content ul li .label {
    font-size: 16px;
  }
  .w111-contact .contact-list {
    padding-left: 24px;
  }
  .w111-contact .contact-list .wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w111-contact .contact-list .wrap ul li {
    padding: 24px 0 0 24px;
  }
  .w111-contact .contact-list .wrap ul li dl {
    padding: 24px;
  }
  .w111-contact .contact-list .wrap ul li dl dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .w111-contact .contact-list .wrap ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w111-contact {
    width: 100%;
    flex-direction: column;
  }
  .w111-contact .contact-cover {
    width: 100%;
  }
  .w111-contact .contact-cover .company {
    padding: 24px 16px;
    background-image: none !important;
  }
  .w111-contact .contact-cover .company .wrap {
    padding: 0;
  }
  .w111-contact .contact-cover .company .wrap .company-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .w111-contact .contact-cover .company .wrap .company-content ul li {
    width: 50%;
    padding: 16px;
    margin-bottom: 0;
  }
  .w111-contact .contact-cover .company .wrap .company-content ul li .icon {
    font-size: 30px;
  }
  .w111-contact .contact-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
  .w111-contact .contact-intro .wrap {
    width: 100%;
  }
  .w111-contact .contact-intro .wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w111-contact .contact-intro .wrap ul li {
    padding: 16px 0 0 16px;
    width: 100%;
  }
  .w111-contact .contact-intro .wrap ul li dl {
    padding: 16px;
  }
  .w111-contact .contact-intro .wrap ul li dl dt {
    margin-bottom: 16x;
  }
  .w111-contact .contact-intro .wrap ul li dl dd {
    font-size: 16px;
  }
}

/*!- w111-contact end -*/
/*!- w111-product-detail begin -*/
.w111-product-detail .product-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w111-product-detail .content {
  flex: auto;
  width: 80%;
}
.w111-product-detail .content .hd {
  display: flex;
  align-items: flex-start;
}
.w111-product-detail .content .hd .product-cover {
  display: block;
  flex: none;
  max-width: 550px;
  width: 100%;
}
.w111-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
}
.w111-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-product-detail .content .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;
}
.w111-product-detail .content .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);
}
.w111-product-detail .content .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);
}
.w111-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {
  font-size: 24px;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper {
  margin-top: 16px;
  overflow: hidden;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-product-detail .content .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;
}
.w111-product-detail .content .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);
}
.w111-product-detail .content .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);
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {
  font-size: 16px;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {
  border-color: #fbd500;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next {
  width: 16px;
  border-radius: 0;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev:after, .w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next:after {
  font-size: 12px;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next, .w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w111-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.w111-product-detail .content .hd .product-intro {
  display: block;
  flex: auto;
  padding-left: 64px;
  width: 100%;
}
.w111-product-detail .content .hd .product-intro .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: initial;
  text-align: left;
}
.w111-product-detail .content .hd .product-intro .title h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
  color: #333;
}
.w111-product-detail .content .hd .product-intro .desc {
  margin-bottom: 32px;
}
.w111-product-detail .content .hd .product-intro .desc p {
  font-size: 18px;
  margin: 8px 0;
  line-height: 1.5;
  color: #999;
}
.w111-product-detail .content .hd .product-intro .detail-intro-number {
  border-top: 1px solid #eee;
  padding: 16px 0;
}
.w111-product-detail .content .hd .product-intro .attrs {
  margin-bottom: 32px;
}
.w111-product-detail .content .hd .product-intro .attrs ul li {
  line-height: 35px;
}
.w111-product-detail .content .hd .product-intro .attrs ul li label, .w111-product-detail .content .hd .product-intro .attrs ul li span, .w111-product-detail .content .hd .product-intro .attrs ul li a, .w111-product-detail .content .hd .product-intro .attrs ul li p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.w111-product-detail .content .hd .product-intro .attrs ul li p {
  color: red;
  font-size: 26px;
}
.w111-product-detail .content .hd .product-intro .attrs ul li p span {
  color: red;
  font-size: 22px;
  padding-left: 10px;
}
.w111-product-detail .content .hd .product-intro .attrs ul li p.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w111-product-detail .content .hd .product-intro .attrs ul li p.original-price span {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.w111-product-detail .content .hd .product-intro .attrs ul li label {
  color: #999;
}
.w111-product-detail .content .hd .product-intro .attrs ul li span {
  color: #333;
}
.w111-product-detail .content .hd .product-intro .attrs ul li a {
  color: #1890FF;
}
.w111-product-detail .content .hd .product-intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w111-product-detail .content .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;
  transition: background-color .4s, border-color .4s;
}
.w111-product-detail .content .hd .product-intro .action .button span {
  padding: 0 20px;
}
.w111-product-detail .content .hd .product-intro .action .button:before {
  display: none;
}
.w111-product-detail .content .hd .product-intro .action .button:after {
  display: none;
}
.w111-product-detail .content .hd .product-intro .action .button:hover {
  background-color: #f5f5f5;
}
.w111-product-detail .content .hd .product-intro .action .button.accents {
  background-color: #0068b7;
  color: #fff;
  border-color: #0068b7;
}
.w111-product-detail .content .hd .product-intro .action .button.accents:hover {
  border-color: #005392;
  background-color: #005392;
}
.w111-product-detail .content .hd .product-intro .action .button.accents:hover span {
  color: #fff;
}
.w111-product-detail .content .hd .product-intro .action .button.accents:hover span:before {
  display: none;
}
.w111-product-detail .content .hd .product-intro .action .button.cart {
  background-color: #26BB79;
  color: #fff;
  border-color: #26BB79;
}
.w111-product-detail .content .hd .product-intro .action .button.cart:hover {
  border-color: #1e9661;
  background-color: #1e9661;
}
.w111-product-detail .content .hd .product-intro .action .button.cart:hover span {
  color: #fff;
}
.w111-product-detail .content .hd .product-intro .action .button.cart:hover span:before {
  display: none;
}
.w111-product-detail .content .bd {
  margin-top: 32px;
}
.w111-product-detail .content .bd .tips {
  padding: 16px 0;
}
.w111-product-detail .content .bd .tips h4 {
  border-left: 3px solid #0068b7;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #0068b7;
}
.w111-product-detail .content .bd .product-page-list ul {
  display: flex;
  flex-wrap: wrap;
}
.w111-product-detail .content .bd .product-page-list ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  width: 100%;
}
.w111-product-detail .content .bd .product-page-list ul li .product-page-item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 270px;
}
.w111-product-detail .content .bd .product-page-list ul li .product-page-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.w111-product-detail .content .bd .product-page-list ul li .product-page-item .cover > img {
  display: block;
  width: 100%;
}
.w111-product-detail .content .bd .product-page-list ul li .intro {
  flex: auto;
  padding: 32px;
}
.w111-product-detail .content .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;
}
.w111-product-detail .content .bd .product-page-list ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.w111-product-detail .content .bd .product-page-list ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #fbd500;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.w111-product-detail .content .bd .product-page-list ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w111-product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.w111-product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.w111-product-detail .content .bd .product-page-list ul li:hover h3 {
  color: #0068b7;
}
.w111-product-detail .content .bd .product-page-list ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.w111-product-detail .content .bd .product-page-list ul li a .icon i {
  font-size: inherit;
}
.w111-product-detail .content .bd .product-page-list ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-product-detail .content .bd .product-page-list ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w111-product-detail .content .bd .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.w111-product-detail .content .bd .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 25%;
}
.w111-product-detail .content .bd .grid ul li .grid-item {
  display: block;
}
.w111-product-detail .content .bd .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-product-detail .content .bd .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;
}
.w111-product-detail .content .bd .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.w111-product-detail .content .bd .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w111-product-detail .content .bd .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.w111-product-detail .content .bd .grid ul li .grid-item:hover .intro h4 {
  color: #0068b7;
}
.w111-product-detail .content .bd .grid .product-list-w4 li {
  width: 25%;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap {
  margin-top: 20px;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap ul {
  display: flex;
  margin: -16px 0 0 -16px;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li {
  width: 33.33%;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul {
  border: 1px solid #d9d9d9;
  padding: 16px;
  margin: 0 16px;
  flex-direction: column;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li {
  padding: 0;
  width: 100%;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li 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;
}
.w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a:hover {
  color: #fbd500;
}
.w111-product-detail .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w111-product-detail .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w111-product-detail .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w111-product-detail .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w111-product-detail .sidebar .hd a:hover {
  color: #0068b7;
}
.w111-product-detail .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w111-product-detail .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w111-product-detail .sidebar .bd ul li a {
  display: block;
}
.w111-product-detail .sidebar .bd ul li a:hover .intro h4 {
  color: #0068b7;
}
.w111-product-detail .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-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;
}
.w111-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) {
  .w111-product-detail .product-detail-wrap {
    flex-wrap: wrap;
  }
  .w111-product-detail .content {
    width: 100%;
    padding: 24px;
  }
  .w111-product-detail .content .hd .product-cover {
    max-width: 400px;
  }
  .w111-product-detail .content .hd .product-intro {
    padding-left: 24px;
  }
  .w111-product-detail .content .hd .product-intro .title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .w111-product-detail .content .hd .product-intro .title h2 {
    font-size: 20px;
  }
  .w111-product-detail .content .hd .product-intro .desc {
    margin-bottom: 24px;
  }
  .w111-product-detail .content .hd .product-intro .desc p {
    font-size: 16px;
  }
  .w111-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 24px;
  }
  .w111-product-detail .content .hd .product-intro .attrs ul li label, .w111-product-detail .content .hd .product-intro .attrs ul li span, .w111-product-detail .content .hd .product-intro .attrs ul li a {
    font-size: 16px;
  }
  .w111-product-detail .content .hd .product-intro .action .button {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
  }
  .w111-product-detail .content .bd {
    margin-top: 24px;
  }
  .w111-product-detail .content .bd .grid ul li {
    width: 33.33%;
  }
  .w111-product-detail .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w111-product-detail .sidebar .hd {
    margin-bottom: 24px;
  }
  .w111-product-detail .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w111-product-detail .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w111-product-detail .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w111-product-detail .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w111-product-detail .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w111-product-detail .content {
    padding: 16px;
  }
  .w111-product-detail .content .hd {
    flex-wrap: wrap;
  }
  .w111-product-detail .content .hd .product-cover {
    max-width: none;
  }
  .w111-product-detail .content .hd .product-intro {
    padding-left: 0;
    padding-top: 16px;
  }
  .w111-product-detail .content .hd .product-intro .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .w111-product-detail .content .hd .product-intro .title h2 {
    font-size: 18px;
  }
  .w111-product-detail .content .hd .product-intro .desc {
    margin-bottom: 16px;
  }
  .w111-product-detail .content .hd .product-intro .detail-intro-number {
    padding: 8px 0;
  }
  .w111-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 16px;
  }
  .w111-product-detail .content .hd .product-intro .action .button {
    width: 49%;
    line-height: 40px;
    padding: 0;
  }
  .w111-product-detail .content .hd .product-intro .action .button span {
    padding: 5px;
  }
  .w111-product-detail .content .bd {
    margin-top: 16px;
  }
  .w111-product-detail .content .bd .product-page-list ul li {
    display: block;
  }
  .w111-product-detail .content .bd .product-page-list ul li .product-page-item {
    max-width: 100%;
  }
  .w111-product-detail .content .bd .product-page-list ul li .intro {
    padding: 16px;
  }
  .w111-product-detail .content .bd .product-page-list ul li .intro p {
    margin-bottom: 0;
  }
  .w111-product-detail .content .bd .product-page-list ul li .intro .wui-btn {
    display: none;
  }
  .w111-product-detail .content .bd .grid {
    padding: 8px;
  }
  .w111-product-detail .content .bd .grid ul {
    margin: -8px 0 0 -8px;
  }
  .w111-product-detail .content .bd .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .w111-product-detail .content .keyword-tag .keyword-tag-wrap {
    display: block;
    margin: 0;
  }
  .w111-product-detail .content .keyword-tag .keyword-tag-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: block;
  }
  .w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li {
    width: 100%;
  }
  .w111-product-detail .content .keyword-tag .keyword-tag-wrap ul li ul {
    margin: 0 0 20px 0;
  }
  .w111-product-detail .sidebar {
    margin-top: 16px;
  }
  .w111-product-detail .sidebar .hd {
    margin-bottom: 16px;
  }
  .w111-product-detail .sidebar .hd h3 {
    font-size: 18px;
  }
  .w111-product-detail .sidebar .hd a {
    font-size: 12px;
  }
  .w111-product-detail .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w111-product-detail .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- w111-product-detail end -*/
/*!- w111-product-list begin -*/
.w111-product-list .filter {
  background-color: #fff;
  padding: 16px 32px;
}
.w111-product-list .filter .row .col {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.w111-product-list .filter .row .col .label {
  flex: none;
  min-width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.w111-product-list .filter .row .col .value {
  flex: auto;
}
.w111-product-list .filter .row .col:last-child {
  border-bottom: 0;
}
.w111-product-list .filter .radio, .w111-product-list .filter .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  margin: 0 16px 0 0;
}
.w111-product-list .filter .radio span, .w111-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;
}
.w111-product-list .filter .radio:before, .w111-product-list .filter .radio:after, .w111-product-list .filter .checkbox:before, .w111-product-list .filter .checkbox:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.w111-product-list .filter .radio:before, .w111-product-list .filter .checkbox:before {
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  transition: border-color .4s;
}
.w111-product-list .filter .radio:after, .w111-product-list .filter .checkbox:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.w111-product-list .filter .radio:hover span, .w111-product-list .filter .checkbox:hover span {
  color: #0068b7;
}
.w111-product-list .filter .radio:hover:before, .w111-product-list .filter .checkbox:hover:before {
  border-color: #0068b7;
}
.w111-product-list .filter .radio.active span, .w111-product-list .filter .checkbox.active span {
  color: #0068b7;
}
.w111-product-list .filter .radio.active:before, .w111-product-list .filter .checkbox.active:before {
  border-color: #0068b7;
}
.w111-product-list .filter .radio.active:after, .w111-product-list .filter .checkbox.active:after {
  background-color: #0068b7;
}
.w111-product-list .filter .radio:before, .w111-product-list .filter .radio:after {
  border-radius: 50%;
}
.w111-product-list .wrapper {
  margin-bottom: 20px;
}
.w111-product-list .wrapper .survey {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 20px;
}
.w111-product-list .wrapper .tabs {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow-x: auto;
}
.w111-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;
}
.w111-product-list .wrapper .tabs .tab-item:hover {
  color: #0068b7;
  background-color: #f5f5f5;
}
.w111-product-list .wrapper .tabs .tab-item.active {
  background-color: #0068b7;
  color: #fff;
}
.w111-product-list .wrapper .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.w111-product-list .wrapper .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.w111-product-list .wrapper .grid ul li .grid-item {
  display: block;
}
.w111-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%;
}
.w111-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;
}
.w111-product-list .wrapper .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.w111-product-list .wrapper .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w111-product-list .wrapper .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.w111-product-list .wrapper .grid ul li .grid-item:hover .intro h4 {
  color: #0068b7;
}
.w111-product-list .wrapper .grid .product-list-w3 li {
  width: 33.3%;
}
.w111-product-list .header {
  margin-bottom: 15px;
  background: #f2f7fb;
}
.w111-product-list .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #0068b7;
  font-weight: normal;
  padding-left: 20px;
}
.w111-product-list .product-list-wrap {
  display: flex;
  align-items: flex-start;
}
.w111-product-list .product-secondary-menu {
  margin-bottom: 32px;
}
.w111-product-list .product-secondary-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.w111-product-list .product-secondary-menu ul li {
  padding: 5px 10px;
  width: 25%;
}
.w111-product-list .product-secondary-menu ul li a {
  font-size: 16px;
  line-height: 25px;
  display: list-item;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eee;
  color: #333;
  padding: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.w111-product-list .product-secondary-menu ul li a:hover, .w111-product-list .product-secondary-menu ul li a.active {
  background-color: #005392;
  color: #fff;
}
.w111-product-list .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w111-product-list .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w111-product-list .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w111-product-list .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w111-product-list .sidebar .hd a:hover {
  color: #0068b7;
}
.w111-product-list .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w111-product-list .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w111-product-list .sidebar .bd ul li a {
  display: block;
}
.w111-product-list .sidebar .bd ul li a:hover .intro h4 {
  color: #0068b7;
}
.w111-product-list .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w111-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;
}
.w111-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) {
  .w111-product-list .filter {
    padding: 8px 24px;
  }
  .w111-product-list .filter .row .col {
    padding: 8px 0;
  }
  .w111-product-list .filter .row .col .label {
    min-width: 100px;
  }
  .w111-product-list .wrapper {
    margin-top: 24px;
  }
  .w111-product-list .wrapper .tabs .tab-item {
    line-height: 42px;
  }
  .w111-product-list .wrapper .grid ul li {
    width: 33.33%;
  }
  .w111-product-list .pager {
    padding-top: 24px;
  }
  .w111-product-list .header {
    margin-bottom: 24px;
  }
  .w111-product-list .header > h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w111-product-list .product-list-wrap {
    flex-wrap: wrap;
  }
  .w111-product-list .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w111-product-list .sidebar .hd {
    margin-bottom: 24px;
  }
  .w111-product-list .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w111-product-list .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w111-product-list .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w111-product-list .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w111-product-list .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w111-product-list .filter {
    padding: 4px 16px;
  }
  .w111-product-list .filter .row .col .label {
    min-width: 72px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
  .w111-product-list .filter .radio, .w111-product-list .filter .checkbox {
    padding-left: 20px;
    margin: 0 8px 0 0;
  }
  .w111-product-list .filter .radio span, .w111-product-list .filter .checkbox span {
    font-size: 12px;
    line-height: 24px;
  }
  .w111-product-list .wrapper .tabs .tab-item {
    line-height: 36px;
  }
  .w111-product-list .wrapper .grid {
    padding: 0;
  }
  .w111-product-list .wrapper .grid ul {
    margin: -8px 0 0 -8px;
  }
  .w111-product-list .wrapper .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .w111-product-list .pager {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .w111-product-list .header {
    margin-bottom: 16px;
    padding: 10px 0;
  }
  .w111-product-list .header > h3 {
    font-size: 18px;
  }
  .w111-product-list .sidebar {
    margin-top: 16px;
  }
  .w111-product-list .sidebar .hd {
    margin-bottom: 16px;
  }
  .w111-product-list .sidebar .hd h3 {
    font-size: 18px;
  }
  .w111-product-list .sidebar .hd a {
    font-size: 12px;
  }
  .w111-product-list .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w111-product-list .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w111-product-list .product-secondary-menu ul li {
    width: 50%;
  }
}

/*!- w111-product-list end -*/
/*!- w111-tabs begin -*/
.w111-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);
}
.w111-tabs .w111-tabs-wrap {
  padding: 0;
}
.w111-tabs .w111-tabs-content ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 0 16px;
}
.w111-tabs .w111-tabs-content ul li {
  margin: 0 16px;
}
.w111-tabs .w111-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;
}
.w111-tabs .w111-tabs-content ul li.active a {
  color: #0068b7;
  border-color: #0068b7;
}
.w111-tabs.auto-hide {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w111-tabs .w111-tabs-content ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w111-tabs {
    top: 56px;
  }
  .w111-tabs .w111-tabs-content ul {
    justify-content: left;
    padding: 0 16px;
  }
  .w111-tabs .w111-tabs-content ul li {
    margin: 0 16px 0 0;
  }
  .w111-tabs .w111-tabs-content ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  .w111-tabs.auto-hide {
    display: block;
  }
}

/*!- w111-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: #0068b7;
}
.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;
  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: #0068b7;
  background-color: #0068b7;
}

.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);
  }
}
/*!- w111-shopping-cart begin -*/
.w111-shopping-cart .shopping-cart-wrap {
  margin-bottom: 32px;
}
.w111-shopping-cart .shopping-cart-wrap .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap button:hover {
  background-color: #F2914A;
  color: #fff;
  border: 1px solid #F2914A;
}
.w111-shopping-cart .shopping-cart-wrap button:disabled, .w111-shopping-cart .shopping-cart-wrap button.disabled {
  cursor: not-allowed;
  background-color: #80b4db;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-tips {
  margin-bottom: 16px;
}
.w111-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;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd {
  padding: 8px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
  padding: 0;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w111-inquiry .w111-inquiry-wrap {
  padding: 10px 0;
  background: transparent;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w111-inquiry .w111-inquiry-wrap .w111-inquiry-alert {
  padding: 5px 20px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w111-inquiry .w111-inquiry-wrap .w111-inquiry-form ul li input[type="text"].error {
  border: 1px solid #FE5050;
  padding-top: 0;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w111-inquiry .w111-inquiry-wrap .w111-inquiry-form ul li .error {
  padding-top: 10px;
  display: block;
  color: #FE5050;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .header-title h3 {
  font-size: 14px;
  color: #999;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
  border-top: 1px solid #d9d9d9;
  padding: 16px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
  margin-top: 16px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table {
  table-layout: auto;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.w111-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: #f2f7fb;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr:last-child > td {
  border: 0;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-shrink {
  white-space: normal;
  min-width: 1px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-auto {
  width: 1px;
  word-break: keep-all;
  white-space: nowrap;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
  width: 60px;
  height: 60px;
}
.w111-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%;
}
.w111-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;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info:hover {
  color: #F2914A;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-price {
  font-weight: 500;
  color: #FE5050;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action {
  text-align: center;
  cursor: pointer;
}
.w111-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;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete:hover {
  color: #FE5050;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:before, .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  display: table;
  content: "";
  width: 100%;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  clear: both;
}
.w111-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;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent {
  font-weight: 500;
}
.w111-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;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-action {
  margin-top: 16px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list {
  font-size: 0;
  line-height: 1;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item {
  display: inline-block;
  vertical-align: middle;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
  margin-left: 16px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item:last-child {
  border: 0;
}
.w111-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;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-icon, .w111-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;
}
.w111-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(../image/icon_payment.png);
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-paypal {
  background-position: 0 0px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-visa {
  background-position: 0 -32px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-master-card {
  background-position: 0 -64px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty {
  text-align: center;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .w111-iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-check-line {
  color: #26BB79;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
  color: #F2914A;
}
.w111-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;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title {
  font-size: 30px;
  line-height: 30px;
  color: #26BB79;
  margin: 30px 0 30px 0;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
.w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title {
  font-size: 30px;
  line-height: 30px;
  color: #F2914A;
  margin: 30px 0 30px 0;
}
.w111-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) {
  .w111-shopping-cart .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w111-shopping-cart .shopping-cart-wrap {
    margin-bottom: 0;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
    padding: 0;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .w111-inquiry .w111-inquiry-wrap .w111-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
    padding: 16px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
    margin-top: 24px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
    padding: 8px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
  .w111-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;
  }
  .w111-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;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
    display: none;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier {
    position: sticky;
    top: 120px;
  }
  .w111-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;
  }
  .w111-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;
  }
  .w111-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;
  }
  .w111-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;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
    margin-left: 24px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
    padding: 16px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
    font-size: 60px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .w111-iconfont {
    font-size: 100px;
  }
  .w111-shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
    font-size: 18px;
    color: #999;
  }
}

/*!- w111-shopping-cart end -*/
/*!- w104-inner-backing begin -*/
.w111-inner-backing .w111-inner-backing-wrap {
  position: relative;
  width: 100%;
}
.w111-inner-backing .w111-inner-backing-wrap > img {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 12.5%;
}
.w111-inner-backing .w111-inner-backing-wrap > img.loaded {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
}
.w111-inner-backing .w111-inner-backing-wrap h2 {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 14%;
}
@media screen and (max-width: 1280px) {
  .w111-inner-backing .w111-inner-backing-wrap h2 {
    font-size: 50px;
    top: 30%;
  }
}
@media screen and (max-width: 992px) {
  .w111-inner-backing .w111-inner-backing-wrap h2 {
    font-size: 30px;
    top: 25%;
  }
}

/*!- w104-inner-backing end -*/
/*!- w111-history begin -*/
.w111-history .w111-history-content {
  padding: 32px 0;
}
.w111-history .history-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 30px;
}
.w111-history .history-title h3 {
  font-weight: normal;
}
.w111-history .w111-history-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
@media screen and (max-width: 1280px) {
  .w111-history .w111-history-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w111-history .w111-history-content {
    padding: 16px 0;
  }
}
.w111-history .w111-time-axis-item {
  position: relative;
  width: 100%;
  height: 208px;
  text-align: center;
}
.w111-history .w111-time-axis-title {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 60px;
  line-height: 24px;
  padding: 16px 16px 64px;
  color: transparent;
  -webkit-text-stroke: 1px #fbd500;
}
.w111-history .w111-time-axis-title:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fbd500;
}
.w111-history .w111-time-axis-title:after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #fbd500;
  bottom: 10px;
  left: 50%;
  margin-left: -1px;
  border-radius: 1px;
}
.w111-history .w111-time-axis-desc {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  color: #333;
  border-top: 2px solid #ddd;
}
.w111-history .w111-time-axis-desc > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
  text-align: left;
}
.w111-history .swiper-slide:nth-child(even) .w111-time-axis-title {
  bottom: auto;
  top: 50%;
  padding: 64px 16px 16px;
  border-top: 2px solid #ddd;
}
.w111-history .swiper-slide:nth-child(even) .w111-time-axis-title:before {
  bottom: auto;
  top: -3px;
}
.w111-history .swiper-slide:nth-child(even) .w111-time-axis-title:after {
  bottom: auto;
  top: 10px;
}
.w111-history .swiper-slide:nth-child(even) .w111-time-axis-desc {
  top: auto;
  bottom: 50%;
  border-top: 0;
}
.w111-history .swiper-button-prev {
  left: -14px;
  background-color: transparent !important;
  color: #0068b7;
  opacity: 1;
  outline: none;
}
.w111-history .swiper-button-prev:hover {
  color: #fbd500;
}
.w111-history .swiper-button-next {
  right: -14px;
  background-color: transparent !important;
  color: #0068b7;
  opacity: 1;
  outline: none;
}
.w111-history .swiper-button-next:hover {
  color: #fbd500;
}
@media screen and (max-width: 1280px) {
  .w111-history .w111-time-axis-wrap {
    padding: 32px 0;
  }
}
@media screen and (max-width: 992px) {
  .w111-history .w111-time-axis-wrap {
    padding: 24px 0;
  }
}

/*!- w111-history end -*/
