@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Regular.eot');
  src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost-Regular.woff') format('woff'), url('../fonts/Jost-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Regular.eot');
  src: url('../fonts/MonumentExtended-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MonumentExtended-Regular.woff2') format('woff2'), url('../fonts/MonumentExtended-Regular.woff') format('woff'), url('../fonts/MonumentExtended-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.eot');
  src: url('../fonts/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-SemiBold.woff2') format('woff2'), url('../fonts/Urbanist-SemiBold.woff') format('woff'), url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Light.eot');
  src: url('../fonts/Urbanist-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Light.woff2') format('woff2'), url('../fonts/Urbanist-Light.woff') format('woff'), url('../fonts/Urbanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Regular.eot');
  src: url('../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Regular.woff2') format('woff2'), url('../fonts/Urbanist-Regular.woff') format('woff'), url('../fonts/Urbanist-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Bold.eot');
  src: url('../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Bold.woff2') format('woff2'), url('../fonts/Urbanist-Bold.woff') format('woff'), url('../fonts/Urbanist-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Medium.eot');
  src: url('../fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Urbanist-Medium.woff2') format('woff2'), url('../fonts/Urbanist-Medium.woff') format('woff'), url('../fonts/Urbanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
:root {
  --MainColor: #EB7A28;
  --MainColorP1: #EB7A280a;
  --MainColorP2: #eb7a280f;
  --MainColorP3: #eb7a289e;
  --AuxiliaryColor: #b01111;
}
img {
  height: auto;
  width: auto;
}
body {
  font-family: "Urbanist";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto !important;
  word-break: break-word;
}
html {
  font-size: 10px;
}
.slick-track {
  margin-left: 0;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: relative;
  background: white;
}
#header .container {
  max-width: 1880px;
  width: auto;
}
#header .h-top {
  line-height: 40px;
  height: 40px;
  background: var(--MainColorP1);
}
#header .h-top .left a {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .left a:hover {
  color: var(--MainColor);
}
#header .h-top .center {
  text-align: center;
  vertical-align: middle;
}
#header .h-top .center h6 {
  font-family: "Jost";
  font-size: 14px;
  color: var(--MainColor);
  text-transform: uppercase;
  font-weight: bold;
}
#header .h-top .right {
  text-align: right;
}
#header .h-top .right ul li {
  text-align: left;
  margin-left: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right ul li span {
  font-size: 14px;
  display: block;
}
#header .h-top .right ul li span i {
  opacity: .7;
  margin-left: 2px;
}
#header .h-top .right ul li dl {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 12px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--MainColor);
  display: none \9;
  z-index: 2;
}
#header .h-top .right ul li dl dd {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 1.4;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  margin-bottom: 0;
}
#header .h-top .right ul li dl dd a {
  display: block;
}
#header .h-top .right ul li dl dd:hover {
  background: #222;
  color: white;
}
#header .h-top .right ul li:hover dl {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-center {
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #eee;
}
#header .h-center .left ul li {
  font-size: 14px;
  color: #7e7e7e;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
#header .h-center .left ul li i {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .h-center .left ul li:first-child i{
  vertical-align: sub;
}
#header .h-center .right {
  text-align: right;
}
#header .h-center .right ul {
  margin-right: 10px;
}
#header .h-center .right ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  line-height: 30px;
  height: 30px;
}
#header .h-center .right ul li dl {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  padding: 10px;
  z-index: 20;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  min-width: 140px;
  display: none;
}
#header .h-center .right ul li:hover dl {
  display: block;
}
#header .h-center .right ul li dl dd {
  font-size: 14px;
  padding: 5px 10px;
  line-height: 1.4;
  white-space: nowrap;
  transition: .5s;
}
#header .h-center .right ul li dl dd:hover {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  color: var(--AuxiliaryColor);
  font-weight: bold;
}
#header .h-center .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-center .right ul li sup {
  line-height: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 100%;
  background: black;
  font-size: 12px;
  color: white;
  font-weight: 500;
  position: absolute;
  right: -6px;
  top: -1px;
}
#header .nav {
  line-height: 96px;
  height: 96px;
}
#header .nav .ui.menu .left {
  width: 45%;
}
#header .nav .ui.menu .right {
  width: 45%;
  text-align: right;
}
#header .nav .ui.menu .center {
  width: 10%;
  text-align: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: top;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 15px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 600;
}
#header .nav .ui.menu .menu-box ul.menu > li i {
  margin-left: 3px;
  opacity: .6;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--MainColor);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--MainColor);
  display: none \9;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li i {
  margin-right: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>a {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li li ul {
  position: absolute;
  left: 100%;
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: none;
  width: 100%;
  background: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search form {
  line-height: 50px;
  height: 50px;
  width: 490px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
#header .nav .ui.menu .search form input {
  border: none;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  color: black;
  padding-right: 15px;
  padding-left: 60px;
  border-radius: 3px;
  width: 100%;
}
#header .nav .ui.menu .search form input::-webkit-input-placeholder {
  color: #7c7c7c;
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: #7c7c7c;
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: #7c7c7c;
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: #7c7c7c;
}
#header .nav .ui.menu .search form input::placeholder {
  color: #7c7c7c;
}
#header .nav .ui.menu .search form input[type="submit"] {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-search-0812.png") center center no-repeat transparent;
  padding: 0;
}
#header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 22;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active .fixed {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--MainColor);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
/*table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}*/
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--MainColor);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--MainColor) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  padding-left: 50px;
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile .mobile-logo div {
  float: right;
  padding: 0 10px;
  font-size: 14px;
}
#mobile .mobile-logo div img {
  position: relative;
  top: -2px;
}
#mobile .mobile-logo div.ShopCart em {
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  border-radius: 100%;
  color: white;
  background: #b60000;
  margin-left: -7px;
  position: relative;
  top: 7px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 18px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .loginBtn {
  margin-top: 30px;
}
#mobile .menu-content .loginBtn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 20px;
  transition: .5s;
  font-weight: 600;
  line-height: 1.4;
}
#mobile .menu-content .loginBtn a:last-child {
  margin-right: 0;
}
#mobile .menu-content .loginBtn a.bg {
  background: var(--AuxiliaryColor);
  color: white;
}
#mobile .menu-content .loginBtn a.border {
  border: 1px solid var(--AuxiliaryColor);
  color: var(--AuxiliaryColor);
}
#mobile .menu-content .loginBtn a.line {
  text-decoration: underline;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--MainColor);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul ul ul {
  padding-left: 15px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--MainColor);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
}
#banner .container {
  max-width: 1880px;
  width: auto;
}
#banner .slideBox li {
  position: relative;
}
#banner .slideBox li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .slideBox li .left {
  vertical-align: middle;
  padding-left: 7%;
  padding-right: 8%;
  color: white;
  font-family: "Jost";
}
#banner .slideBox li .left span.tag {
  font-size: 18px;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  transform: translateY(50%);
  opacity: 0;
  transition: 1s 1.5s;
}
#banner .slideBox li .left h2 {
  font-size: 90px;
  font-family: "Monument Extended";
  text-transform: uppercase;
  line-height: 1;
  margin: 15px 0;
  font-weight: bold;
  transform: translateY(50%);
  opacity: 0;
  transition: 1s 1.5s;
}
#banner .slideBox li .left p {
  display: block;
  font-size: 18px;
  line-height: 1.33333333;
  max-width: 60%;
  transform: translateY(50%);
  opacity: 0;
  transition: 1s 1.5s;
}
#banner .slideBox li .left dl {
  margin: 40px 0 35px;
  transform: translateY(50%);
  opacity: 0;
  transition: 1s 1.5s;
}
#banner .slideBox li .left dl dd {
  padding: 2px 0;
}
#banner .slideBox li .left dl dd a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid white;
}
#banner .slideBox li .left dl dd:last-child {
  margin-bottom: 0;
}
#banner .slideBox li .left a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 60px;
  background: white;
  font-size: 12px;
  color: var(--MainColor);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s all,1s transform 1.5s,1s opacity 1.5s;
  -moz-transition: .5s all,1s transform 1.5s,1s opacity 1.5s;
  transition: .5s all,1s transform 1.5s,1s opacity 1.5s;
}
#banner .slideBox li .left a.more.black {
  background: black;
  color: white;
}
#banner .slideBox li .left a.more:hover {
  background: #dcbc08;
  color: white;
}
#banner .slideBox li .right {
  vertical-align: middle;
  text-align: right;
  padding-left: 2%;
}
#banner .slideBox li .right img {
  position: relative;
  left: 5%;
  transform: scale(.1);
  opacity: 0;
  transition: 1s 1.5s;
}
#banner .slideBox li.black .left {
  color: black;
}
#banner .slideBox li.black .left dl dd a {
  border-bottom-color: black;
}
#banner .slideBox .slick-current li .left span.tag,
#banner .slideBox .slick-current li .left h2,
#banner .slideBox .slick-current li .left p,
#banner .slideBox .slick-current li .left dl,
#banner .slideBox .slick-current li .left a.more {
  opacity: 1;
  transform: translateY(0);
}
#banner .slideBox .slick-current li .right img {
  transform: scale(1);
  opacity: 1;
}
#banner .dots {
  position: absolute;
  left: 5%;
  bottom: 3%;
  font-weight: 500;
  font-size: 18px;
  color: black;
}
#banner .dots ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
  opacity: .6;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#banner .dots ul li button {
  background: none;
  border: none;
  line-height: 1;
}
#banner .dots ul li button:before {
  content: '0';
}
#banner .dots ul li:after {
  content: '';
  width: 0;
  display: inline-block;
  vertical-align: bottom;
  height: 1px;
  background: black;
  margin: 0 4px;
  position: relative;
  top: -3px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#banner .dots ul li.slick-active {
  opacity: 1;
}
#banner .dots ul li.slick-active:after {
  width: 85px;
}
#banner .dots ul li:last-child:after {
  display: none;
}
#index-body {
  overflow: hidden;
}
#index-body h2.title {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
#index-body h2.title small {
  display: block;
  font-size: 0.45em;
  line-height: inherit;
  margin-top: .5em;
}
#index-body .init-1 {
  padding: 80px 0 95px;
}
#index-body .init-1 .container {
  width: auto;
  padding: 0 25px;
}
#index-body .init-1 .list {
  margin-top: 60px;
}
#index-body .init-1 .list ul {
  margin: -15px;
}
#index-body .init-1 .list ul li {
  padding: 15px;
}
#index-body .init-1 .list ul li a.img-box em,
#index-body .init-2 .list ul li .box a.img-box em,
#index-body .init-3 .left .img-box em{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #b60000;
  color: white;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .init-1 .list ul li a.img-box em {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
#index-body .init-3 .left .img-box em {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  border: 1px #b60000 dashed;
  /*transform: rotate(-20deg);*/
}
#index-body .init-1 .list ul li a.img-box {
  height: 570px;
}
#index-body .init-1 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,.9)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,.9)', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-1 .list ul li a.img-box h6 {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 20%;
  font-size: 28px;
  color: white;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.44em;
}
#index-body .init-1 .list ul li a.img-box h6:after {
  content: '';
  width: 28px;
  height: 28px;
  background: url("../images/icon-push.png") center center no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li a.img-box:hover h6:after {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -moz-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
#index-body .init-2 {
  padding-bottom: 100px;
  text-align: center;
}
#index-body .init-2 .container {
  max-width: 1590px;
  width: auto;
}
#index-body .init-2 .navList {
  margin: 20px auto 40px;
}
#index-body .init-2 .navList ul li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #a49f9c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .navList ul li:hover,
#index-body .init-2 .navList ul li.active {
  color: var(--MainColor);
}
#index-body .init-2 .navList ul li.active {
  font-weight: 600;
}
#index-body .init-2 .list ul {
  margin: -25px -30px;
}
#index-body .init-2 .list ul li {
  padding: 25px 30px;
}
#index-body .init-2 .list ul li .box {
  padding: 15px;
  background: #eee;
  position: relative;
  text-align: left;
}
#index-body .init-2 .list ul li .box .productBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  overflow: hidden;
}
#index-body .init-2 .list ul li .box .productBtn a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background: #0a2748;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 4px 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}
#index-body .init-2 .list ul li .box .productBtn a img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-2 .list ul li .box .productBtn a:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
#index-body .init-2 .list ul li .box .productBtn a:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .init-2 .list ul li .box .productBtn a:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#index-body .init-2 .list ul li .box .productBtn a:hover,
#index-body .init-2 .list ul li .box .productBtn a.active {
  background: #b60000;
}
#index-body .init-2 .list ul li .box a.img-box {
  height: 330px;
  background-size: contain;
  background-repeat: no-repeat;
}
#index-body .init-2 .list ul li .box a.img-box:after {
  display: none;
}
#index-body .init-2 .list ul li .box h6 {
  font-size: 18px;
  line-height: 1.35;
  max-width: 70%;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.7em;
}
#index-body .init-2 .list ul li .box h6:hover {
  color: var(--MainColor);
}
#index-body .init-2 .list ul li .box span.price {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
#index-body .init-2 .list ul li .box .color {
  float: right;
  max-width: 50%;
  text-align: right;
}
#index-body .init-2 .list ul li .box .color i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .list ul li .box .color i:after {
  content: '';
  border: 1px solid black;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160%;
  height: 160%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#index-body .init-2 .list ul li .box .color i.active:after {
  opacity: 1;
}
#index-body .init-2 .list ul li .box:hover .productBtn a {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#index-body .init-3 {
  padding: 50px 0 70px;
  background: #f1f1f1;
}
#index-body .init-3 .left {
  vertical-align: bottom;
}
#index-body .init-3 .left .img-box {
  height: 540px;
  background-size: contain;
  background-repeat: no-repeat;
}
#index-body .init-3 .left .img-box:after {
  display: none;
}
#index-body .init-3 .right {
  vertical-align: bottom;
  padding: 0 8%;
  margin-bottom: 2%;
}
#index-body .init-3 .right span.tag {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}
#index-body .init-3 .right span.tag em {
  display: inline-block;
  margin-left: 25px;
  line-height: 26px;
  height: 26px;
  padding: 0 14px;
  border-radius: 4px;
  background: var(--MainColor);
  color: white;
}
#index-body .init-3 .right h6 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin: 20px 0;
}
#index-body .init-3 .right .text {
  font-size: 18px;
  color: #7e7e7e;
  line-height: 1.66666667;
  max-width: 80%;
  font-weight: 500;
}
#index-body .init-3 .right time {
  display: block;
  margin: 40px 0;
  font-weight: bold;
  color: var(--MainColor);
  font-size: 48px;
  line-height: 1;
}
#index-body .init-3 .right a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
  background: white;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right a.more:hover {
  background: var(--MainColor);
  color: white;
}
#index-body .init-4 {
  padding: 85px 0 125px;
  text-align: center;
}
#index-body .init-4 .list {
  margin: 65px 0 105px;
}
#index-body .init-4 .list ul {
  margin: -12px;
}
#index-body .init-4 .list ul li {
  padding: 12px;
  font-size: 10px;
}
#index-body .init-4 .list ul li a.img-box {
  height: 42em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
#index-body .init-4 .list ul .slick-current li a.img-box,
#index-body .init-4 .list ul .slick-current+div+div li a.img-box {
  height: 37em;
}
#index-body .init-4 .info ul li {
  padding: 0 25px;
  text-align: center;
}
#index-body .init-4 .info ul li i {
  display: block;
  height: 48px;
  line-height: 48px;
}
#index-body .init-4 .info ul li i img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
#index-body .init-4 .info ul li h6 {
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0 10px;
  line-height: 1;
}
#index-body .init-4 .info ul li p {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.875;
  font-weight: 500;
}
#index-body .init-5 {
  padding: 70px 0;
  text-align: center;
  background: var(--MainColorP2);
}
#index-body .init-5 h2 {
  max-width: 520px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.2;
}
#index-body .init-5 form {
  margin: 60px auto 0;
  width: 550px;
  max-width: 100%;
  position: relative;
}
#index-body .init-5 form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: none;
  background: white;
  padding-left: 15px;
  padding-right: 160px;
  font-size: 16px;
  color: black;
}
#index-body .init-5 form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
#index-body .init-5 form input:-moz-placeholder {
  color: #7e7e7e;
}
#index-body .init-5 form input::-moz-placeholder {
  color: #7e7e7e;
}
#index-body .init-5 form input:-ms-input-placeholder {
  color: #7e7e7e;
}
#index-body .init-5 form input::placeholder {
  color: #7e7e7e;
}
#index-body .init-5 form input[type="submit"] {
  width: 140px;
  padding: 0 10px;
  text-align: center;
  background: black;
  color: white;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}
#footer {
  background: #f8f8f8;
  padding: 95px 0 60px;
}
#footer .footer-top .left {
  width: 60%;
}
#footer .footer-top .left ul {
  margin: -10px;
}
#footer .footer-top .left ul li {
  padding: 10px;
}
#footer .footer-top .left ul li dl dt {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
#footer .footer-top .left ul li dl dd {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}
#footer .footer-top .left ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top .left ul li dl dd p {
  font-size: 90%;
}
#footer .footer-top .left ul li dl dd strong {
  font-weight: 600;
  color: black;
}
#footer .footer-top .left ul li dl dd a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .left ul li dl dd a:hover {
  color: var(--MainColor);
}
#footer .footer-top .right {
  width: 40%;
  padding-left: 15px;
}
#footer .footer-top .right h6 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
#footer .footer-top .right .text {
  font-size: 14px;
  line-height: 2.14285714;
  font-weight: 600;
  color: #7e7e7e;
  margin-top: 15px;
}
#footer .footer-top .right form {
  margin: 30px auto 0;
  width: 550px;
  max-width: 100%;
  position: relative;
  border-top: 1px solid #eee;
}
#footer .footer-top .right form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: none;
  background: white;
  padding-left: 15px;
  padding-right: 160px;
  font-size: 16px;
  color: black;
}
#footer .footer-top .right form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
#footer .footer-top .right form input:-moz-placeholder {
  color: #7e7e7e;
}
#footer .footer-top .right form input::-moz-placeholder {
  color: #7e7e7e;
}
#footer .footer-top .right form input:-ms-input-placeholder {
  color: #7e7e7e;
}
#footer .footer-top .right form input::placeholder {
  color: #7e7e7e;
}
#footer .footer-top .right form input[type="submit"] {
  width: 140px;
  padding: 0 10px;
  text-align: center;
  background: black;
  color: white;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}
#footer .footer-bottom {
  margin-top: 90px;
}
#footer .footer-bottom .left {
  vertical-align: middle;
}
#footer .footer-bottom .left p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #7e7e7e;
  font-weight: 600;
}
#footer .footer-bottom .left a {
  margin-left: 15px;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .left a:hover {
  color: var(--MainColor);
}
#footer .footer-bottom .center {
  text-align: center;
  vertical-align: middle;
}
#footer .footer-bottom .center img {
  mix-blend-mode: darken;
}
#footer .footer-bottom .right {
  text-align: right;
  vertical-align: middle;
}
#footer .footer-bottom .right .friendship {
  max-width: 320px;
  margin-left: auto;
  display: inline-block;
  text-align: left;
}
#footer .footer-bottom .right .friendship ul {
  margin: -5px;
}
#footer .footer-bottom .right .friendship ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#footer .footer-bottom .right .friendship ul li img {
  max-width: 45px;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1600px) {
  #banner .dots {
    left: 3%;
    font-size: 16px;
  }
  #banner .slideBox li .left {
    padding-left: 3%;
    padding-right: 5%;
  }
  #banner .slideBox li .left h2 {
    font-size: 70px;
  }
  #banner .slideBox li .left a.more,
  #index-body .init-3 .right a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 30px;
  }
  #banner .slideBox li .right img {
    left: 0;
  }
  #index-body h2.title {
    font-size: 34px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 460px;
  }
  #index-body .init-1 .list ul li a.img-box h6 {
    font-size: 22px;
  }
  #index-body .init-2 .navList ul li {
    font-size: 20px;
  }
  #index-body .init-2 .list ul li {
    padding: 15px;
  }
  #index-body .init-2 .list ul {
    margin: -15px;
  }
  #index-body .init-3 .right h6 {
    font-size: 32px;
  }
  #index-body .init-3 .right .text {
    font-size: 16px;
  }
  #index-body .init-3 .right time {
    font-size: 36px;
  }
  #index-body .init-3 .left .img-box {
    height: 480px;
  }
  #index-body .init-4 .list ul li {
    font-size: 9px;
  }
  #footer .footer-top .right h6 {
    font-size: 24px;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .footer-bottom {
    margin-top: 60px;
  }
  #footer .footer-top .left ul li dl dd {
    font-size: 14px;
  }
  #footer .footer-top .left ul li dl dd p {
    font-size: 100%;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header .h-center {
    line-height: 48px;
    height: 48px;
  }
  #header .nav .ui.menu .logo img {
    max-width: 90px;
  }
  #header .nav .ui.menu .search form {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 360px;
  }
  #header .nav {
    line-height: 80px;
    height: 80px;
  }
  #banner .slideBox li .left p {
    font-size: 16px;
  }
  #banner .slideBox li .left dl dd a {
    font-size: 14px;
  }
  #banner .slideBox li .left dl {
    margin: 25px 0;
  }
  #banner .slideBox li .left span.tag {
    font-size: 16px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 380px;
  }
  #index-body .init-1 .list ul li a.img-box h6 {
    font-size: 18px;
  }
  #index-body .init-1 .list ul li a.img-box h6:after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  #index-body .init-2 .list ul li .box a.img-box {
    height: 280px;
  }
  #index-body .init-2 .list ul li .box .productBtn a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-2 .list ul li .box h6 {
    font-size: 16px;
    max-width: 80%;
  }
  #index-body .init-2 .list ul li .box span.price {
    font-size: 18px;
  }
  #index-body .init-2 .list ul li .box .color i {
    width: 10px;
    height: 10px;
  }
  #index-body .init-4 {
    padding: 80px 0;
  }
  #index-body .init-4 .list {
    margin: 50px 0 80px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .slideBox li .left span.tag {
    font-size: 14px;
  }
  #banner .slideBox li .left h2 {
    font-size: 48px;
  }
  #banner .slideBox li .left p {
    font-size: 14px;
    max-width: 80%;
  }
  #banner .slideBox li .left dl dd {
    padding: 0;
  }
  #banner .slideBox li .left dl {
    margin: 15px 0;
  }
  #banner .slideBox li .left a.more,
  #index-body .init-3 .right a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
  }
  #banner .slideBox li .left {
    padding-left: 0;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body h2.title {
    font-size: 28px;
  }
  #index-body h2.title small {
    margin-top: 0;
  }
  #index-body .init-1 .list {
    margin-top: 30px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-2 .navList ul li {
    font-size: 18px;
  }
  #index-body .init-2 .list ul li .box a.img-box {
    height: 200px;
  }
  #index-body .init-2 .list ul li .box .color i {
    margin: 0 5px;
  }
  #index-body .init-2 {
    padding-bottom: 60px;
  }
  #index-body .init-3 .right {
    padding: 0 6%;
  }
  #index-body .init-3 .right h6 {
    font-size: 24px;
  }
  #index-body .init-3 .right time {
    font-size: 32px;
  }
  #index-body .init-3 .left .img-box {
    height: 400px;
  }
  #index-body .init-4 .list ul li {
    font-size: 7px;
  }
  #index-body .init-4 .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-4 .info ul li {
    padding: 0 15px;
  }
  #index-body .init-4 .info ul li h6 {
    font-size: 16px;
  }
  #index-body .init-4 .info ul li p {
    font-size: 14px;
  }
  #index-body .init-4 .info ul li i {
    line-height: 36px;
    height: 36px;
  }
  #index-body .init-4 .list {
    margin: 40px 0 60px;
  }
  #index-body .init-4 {
    padding: 50px 0;
  }
  #footer .footer-top .right form {
    margin-top: 30px;
  }
  #footer .footer-bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .slideBox li .left h2 {
    font-size: 36px;
    margin: 5px 0;
  }
  #banner .slideBox li .left dl {
    display: none;
  }
  #banner .slideBox li .left a.more {
    margin-top: 10px;
  }
  #banner .dots ul li.slick-active:after {
    width: 50px;
  }
  #index-body .init-1 .list ul li {
    padding: 5px;
  }
  #index-body .init-1 .list ul {
    margin: -5px;
  }
  #index-body .init-1 .list ul li a.img-box h6 {
    font-size: 16px;
  }
  #index-body .init-2 .list ul li .box .productBtn a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  #index-body .init-2 .list ul li {
    padding: 5px;
  }
  #index-body .init-2 .list ul {
    margin: -5px;
  }
  #index-body .init-2 .list ul li .box h6 {
    max-width: none;
  }
  #index-body .init-3 .right {
    padding-right: 0;
    margin-bottom: 3%;
  }
  #index-body .init-3 .right .text {
    font-size: 14px;
    max-width: none;
  }
  #index-body .init-3 .right time {
    font-size: 28px;
    margin: 20px 0;
  }
  #index-body .init-3 {
    padding: 30px 0;
  }
  #index-body .init-3 .left .img-box {
    height: 340px;
  }
  #index-body .init-4 .info ul li {
    padding: 15px;
    width: 50%;
  }
  #index-body .init-4 .info ul {
    margin: -15px;
  }
  #footer .footer-top .left ul li {
    display: none;
  }
  #footer .footer-top .left ul li:first-child {
    width: 100%;
    display: block;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right h6 {
    font-size: 20px;
  }
  #footer .footer-top .right form {
    margin-left: 0;
  }
  #footer .footer-bottom .center {
    display: none;
  }
  #footer .footer-bottom .left {
    width: 100%;
  }
  #footer .footer-bottom .right {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }
  #footer .footer-bottom .right .friendship {
    margin-left: 0;
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .slideBox li .left p {
    max-width: 100%;
    font-size: 12px;
  }
  #banner .slideBox li .left {
    width: 60%;
    zoom: .8;
  }
  #banner .slideBox li .left br {
    display: none;
  }
  #banner .slideBox li .left h2 {
    font-size: 28px;
  }
  #banner .slideBox li .left a.more,
  #index-body .init-3 .right a.more {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  #index-body .init-3 .right {
    padding-left: 0;
    width: 100%;
  }
  #index-body .init-3 .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner .slideBox li .right {
    width: 50%;
  }
  #banner .slideBox li .left {
    width: 50%;
  }
  #banner .slideBox li .left h2 {
    font-size: 22px;
    margin-top: 0;
  }
  #banner .slideBox li .left span.tag {
    display: none;
  }
  #banner .dots {
    display: none;
  }
  #index-body .init-2 .list ul li .box a.img-box {
    height: 260px;
  }
  #index-body h2.title {
    font-size: 24px;
  }
  #index-body .init-4 .list ul .slick-current li a.img-box,
  #index-body .init-4 .list ul .slick-current+div+div li a.img-box {
    height: 42em;
  }
  #index-body .init-4 .list ul li {
    font-size: 9px;
  }
  #index-body .init-4 .list {
    margin: 30px 0;
  }
  #footer .footer-top .right form input[type="submit"],
  #index-body .init-5 form input[type="submit"] {
    width: 100px;
  }
  #footer .footer-top .right form input,
  #index-body .init-5 form input {
    font-size: 14px;
    padding-right: 110px;
    padding-left: 10px;
    line-height: 40px;
    height: 40px;
  }
}
.slickBtn div,
.nivo-directionNav div,
.slickBtn > a,
.nivo-directionNav > a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: white;
  -o-box-shadow: 1px 1px 0 #e6e6e6;
  -webkit-box-shadow: 1px 1px 0 #e6e6e6;
  box-shadow: 1px 1px 0 #e6e6e6;
  border-radius: 100%;
  font-size: 22px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slickBtn div.prev,
.nivo-directionNav div.prev,
.slickBtn > a.prev,
.nivo-directionNav > a.prev,
.slickBtn div.nivo-prevNav,
.nivo-directionNav div.nivo-prevNav,
.slickBtn > a.nivo-prevNav,
.nivo-directionNav > a.nivo-prevNav {
  left: 3.38541667%;
}
.slickBtn div.next,
.nivo-directionNav div.next,
.slickBtn > a.next,
.nivo-directionNav > a.next,
.slickBtn div.nivo-nextNav,
.nivo-directionNav div.nivo-nextNav,
.slickBtn > a.nivo-nextNav,
.nivo-directionNav > a.nivo-nextNav {
  right: 3.38541667%;
}
.slickBtn div:hover,
.nivo-directionNav div:hover,
.slickBtn > a:hover,
.nivo-directionNav > a:hover {
  background: #0a2748;
  color: white;
}
.inner-banner {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.inner-banner.prodet-banner {
  max-height: 300px;
}
.inner-banner.prodet-banner h2 {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 50%;
  padding-left: 7%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 84px;
  font-weight: bold;
  color: #76a9b4;
  line-height: 1;
}
.inner-banner .ui.container {
  max-width: 1750px;
  width: auto;
  position: static;
}
.inner-banner .mbx {
  position: absolute;
  bottom: 0;
  padding: 35px 45px;
  background: white;
  font-size: 22px;
  color: #7c7c7c;
  line-height: 1;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.inner-banner .mbx span {
  color: black;
}
.inner-banner .content {
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  padding-top: 4%;
  padding-right: 44%;
}
.inner-banner .content h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.33333333;
}
.inner-banner .content h3:before {
  content: '';
  width: 90px;
  height: 5px;
  display: block;
  background: var(--MainColor);
  margin-bottom: 25px;
}
.inner-banner .content .text {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}
@-webkit-keyframes wobble2 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
}
@-moz-keyframes wobble2 {
  0% {
    -moz-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
  50% {
    -moz-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px);
  }
  100% {
    -moz-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
}
@keyframes wobble2 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    -moz-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    -moz-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    -moz-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
}
.inner-page {
  overflow: hidden;
}
.inner-page span.tag {
  font-weight: 200;
  font-size: 16px;
  color: #5e5e5e;
  text-transform: uppercase;
  line-height: 1;
  margin-left: -5px;
  display: block;
  margin-top: 35px;
  margin-bottom: 15px;
}
.inner-page span.tag:after,
.inner-page span.tag:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #5e5e5e;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.inner-page .m-page {
  margin-top: 60px;
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin-left: 20px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #eee;
  color: #5d5d5d;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.inner-page .m-page a:hover,
.inner-page .m-page .active {
  background: var(--MainColor);
  color: white;
}
.inner-page .ui.container {
  max-width: 1530px;
  width: auto;
}
.about-page .about-1 {
  padding: 100px 0 110px;
}
.about-page .about-1 .img {
  width: 61%;
  float: right;
  margin-top: 20px;
  position: relative;
}
.about-page .about-1 .img a.img-box {
  height: 400px;
}
.about-page .about-1 .img .btn {
  position: absolute;
  right: 3%;
  bottom: 0;
  background: white;
  z-index: 1;
}
.about-page .about-1 .img .btn div {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  color: #7c7c7c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  float: left;
}
.about-page .about-1 .img .btn div:hover {
  color: white;
  background: var(--MainColor);
}
.about-page .about-1 .content {
  padding-left: 2%;
}
.about-page .about-1 h3 {
  font-size: 42px;
  font-weight: 500;
  color: black;
  line-height: 1;
}
.about-page .about-1 .text {
  font-size: 18px;
  line-height: 1.77777778;
  margin-top: 20px;
}
.about-page .about-1 .text em {
  font-weight: bold;
  color: black;
}
.about-page .about-1 .text a {
  color: var(--MainColor);
}
.about-page .about-2 {
  padding: 60px 0 50px;
  text-align: center;
  background: url("../images/about-2-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-2 .ui.container {
  max-width: 1000px;
}
.about-page .about-2 .ui.container .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.about-page .about-2 .ui.container .icon a {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-2 .ui.container .text {
  font-size: 28px;
  line-height: 1.64285714;
  margin-top: 10px;
}
.about-page .about-3 {
  padding: 110px 0 80px;
}
.about-page .about-3 .left {
  vertical-align: middle;
  padding-right: 2%;
}
.about-page .about-3 .left .list {
  height: 640px;
  position: relative;
  display: block;
}
.about-page .about-3 .left .list ul li {
  display: inline-block;
  width: auto;
  position: absolute;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-3 .left .list ul li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: wobble2 7s linear infinite;
  -moz-animation: wobble2 7s linear infinite;
  animation: wobble2 7s linear infinite;
}
.about-page .about-3 .left .list ul li a img {
  width: 100%;
}
.about-page .about-3 .left .list ul li a:hover {
  -o-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
}
.about-page .about-3 .left .list ul li:nth-child(1) {
  width: 21.69014085%;
  top: 0;
  left: 11.26760563%;
}
.about-page .about-3 .left .list ul li:nth-child(2) {
  width: 21.97183099%;
  top: 17.65625%;
  left: 39.43661972%;
}
.about-page .about-3 .left .list ul li:nth-child(2) a {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-3 .left .list ul li:nth-child(3) {
  width: 26.1971831%;
  top: 14.0625%;
  left: 65.49295775%;
}
.about-page .about-3 .left .list ul li:nth-child(3) a {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}
.about-page .about-3 .left .list ul li:nth-child(4) {
  width: 34.50704225%;
  top: 32.03125%;
  left: 0;
}
.about-page .about-3 .left .list ul li:nth-child(4) a {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
.about-page .about-3 .left .list ul li:nth-child(5) {
  width: 34.92957746%;
  top: 50%;
  left: 38.73239437%;
}
.about-page .about-3 .left .list ul li:nth-child(5) a {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-3 .left .list ul li:nth-child(6) {
  width: 23.23943662%;
  top: 50%;
  left: 76.05633803%;
}
.about-page .about-3 .left .list ul li:nth-child(6) a {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s;
}
.about-page .about-3 .left .list ul li:nth-child(7) {
  width: 16.05633803%;
  top: 79.375%;
  left: 18.5915493%;
}
.about-page .about-3 .left .list ul li:nth-child(7) a {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .about-3 .left .list ul.active li {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.about-page .about-3 .right {
  vertical-align: middle;
  padding-left: 2%;
  margin-top: 5%;
}
.about-page .about-3 .right h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.47368421;
}
.about-page .about-3 .right h2:before {
  content: '';
  width: 60px;
  height: 1px;
  display: block;
  background: black;
  margin-bottom: 1.05263158em;
}
.about-page .about-3 .right .text {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 1.77777778;
  margin: 15px 0 40px;
}
.about-page .about-3 .right a.more {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  border-radius: 5px;
  font-size: 22px;
  color: #5e5e5e;
  background: #f3f3f3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right a.more:hover {
  color: white;
  background: var(--MainColor);
}
.about-page .about-4 {
  padding: 50px 0 65px;
  background: url("../images/about-2-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-4 ul li {
  padding: 0 60px;
  text-align: center;
}
.about-page .about-4 ul li i {
  display: block;
  height: 75px;
  line-height: 75px;
}
.about-page .about-4 ul li i img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.about-page .about-4 ul li h6 {
  font-size: 24px;
  color: var(--MainColorP3);
  line-height: 1.16666667;
  margin: 25px 0 5px;
}
.about-page .about-4 ul li p {
  font-weight: 300;
  font-size: 14px;
  color: #0e0e0e;
}
.about-page .about-5 {
  padding: 120px 0;
  padding-top: 0 !important;
}
.about-page .about-5 .box {
  padding: 80px 3%;
  background: url("../images/about-5-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-5 .box .content {
  width: 65%;
}
.about-page .about-5 .box h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.47368421;
}
.about-page .about-5 .box .text {
  font-size: 18px;
  line-height: 1.77777778;
  margin-top: 10px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.contact-page .contact-1 {
  padding: 120px 0;
  text-align: center;
}
.contact-page .contact-1 span.tag {
  margin-top: 0;
}
.contact-page .contact-1 h2 {
  font-size: 42px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
.contact-page .contact-1 .text {
  max-width: 1200px;
  display: block;
  margin: 25px auto 100px;
  font-size: 18px;
  line-height: 1.77777778;
}
.contact-page .contact-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-1 .list ul li {
  width: auto;
}
.contact-page .contact-1 .list ul li i {
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background: #e5eaea;
  border-radius: 100%;
  position: relative;
  display: block;
  margin: 0 auto 100px;
}
.contact-page .contact-1 .list ul li i img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li i:after,
.contact-page .contact-1 .list ul li i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.contact-page .contact-1 .list ul li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.contact-page .contact-1 .list ul li p {
  font-size: 18px;
  line-height: 1.55555556;
}
.faq-page .faq-1 {
  padding: 120px 0;
  text-align: center;
}
.faq-page .faq-1 span.tag {
  margin-top: 0;
}
.faq-page .faq-1 h2 {
  font-size: 42px;
  line-height: 1.2;
}
.faq-page .faq-1 .search {
  width: 500px;
  margin: 20px auto 60px;
  display: block;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  line-height: 70px;
  height: 70px;
  padding-left: 45px;
  padding-right: 80px;
  border-radius: 35px;
  font-size: 16px;
  color: black;
  background: #eee;
  border: none;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #848484;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #848484;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #848484;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #848484;
}
.faq-page .faq-1 .search input::placeholder {
  color: #848484;
}
.faq-page .faq-1 .search input[type="submit"] {
  width: 70px;
  position: absolute;
  top: 14px;
  right: 10px;
  background: url("../images/icon-search-0816-2.png") center center no-repeat transparent;
  height: 42px;
  line-height: 42px;
  border-left: 2px solid #848484;
  border-radius: 0;
  padding: 0;
}
.faq-page .faq-1 .list {
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 40px;
  border-radius: 7px;
  padding: 30px 70px;
  background: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  font-size: 32px;
  line-height: 1.2;
  padding-right: 40px;
  position: relative;
}
.faq-page .faq-1 .list ul li h6 i.fa {
  right: 0;
  top: 4px;
  position: absolute;
  -webkit-transition: .5s transform;
  -moz-transition: .5s transform;
  transition: .5s transform;
}
.faq-page .faq-1 .list ul li .content {
  font-size: 22px;
  line-height: 1.45454545;
  padding: 0 20px;
  margin-top: 30px;
  display: none;
}
.faq-page .faq-1 .list ul li .content p {
  margin-bottom: 10px;
}
.faq-page .faq-1 .list ul li .content p:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li.active {
  background: var(--MainColor);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i.fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hot-page .hot-1 {
  padding: 120px 0;
  text-align: center;
}
.hot-page .hot-1 span.tag {
  margin-top: 0;
}
.hot-page .hot-1 h2 {
  font-size: 42px;
  line-height: 1.2;
}
.hot-page .hot-1 .box {
  margin-top: 55px;
}
.hot-page .hot-1 .box .left {
  width: 40%;
  position: relative;
}
.hot-page .hot-1 .box .left a.img-box {
  height: 475px;
  padding: 10%;
  text-align: left;
}
.hot-page .hot-1 .box .left a.img-box:after {
  display: none;
}
.hot-page .hot-1 .box .left a.img-box span.cat {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0 15px;
  background: var(--MainColor);
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hot-page .hot-1 .box .left a.img-box h3 {
  font-size: 42px;
  line-height: 1.2;
}
.hot-page .hot-1 .box .left a.img-box .price {
  font-weight: 500;
  font-size: 22px;
  color: var(--AuxiliaryColor);
  margin: 10px 0;
  display: block;
}
.hot-page .hot-1 .box .left a.img-box .price img {
  width: auto;
  max-width: none;
  margin-top: -0.3em;
  display: inline-block;
  vertical-align: middle;
}
.hot-page .hot-1 .box .left a.img-box .price del {
  font-size: 0.77272727em;
  color: #6a6a6a;
  margin-left: 0.45454545em;
}
.hot-page .hot-1 .box .left a.img-box p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  max-width: 70%;
}
.hot-page .hot-1 .box .left a.img-box em {
  margin-top: 15px;
  line-height: 35px;
  height: 35px;
  padding: 0 22px;
  border: 1px solid black;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.hot-page .hot-1 .box .left a.img-box em:hover {
  background: var(--MainColor);
  border-color: var(--MainColor);
  color: white;
}
.hot-page .hot-1 .box .right {
  width: 60%;
  padding-left: 5%;
  position: relative;
}
.hot-page .hot-1 .box .right .list {
  padding: 0 40px;
}
.hot-page .hot-1 .box .right .list ul {
  margin: -15px;
}
.hot-page .hot-1 .box .right .list ul li {
  padding: 15px;
}
.hot-page .hot-1 .box .right .list ul li .box2 {
  padding: 10px 15px 35px;
  border: 1px solid #c9c9c9;
  text-align: left;
}
.hot-page .hot-1 .box .right .list ul li .box2 a.img-box {
  display: block;
  height: 270px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.hot-page .hot-1 .box .right .list ul li .box2 a.img-box:after {
  display: none;
}
.hot-page .hot-1 .box .right .list ul li .box2 a.img-box em {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  text-align: center;
  background: var(--AuxiliaryColor);
  color: white;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 42px;
}
.hot-page .hot-1 .box .right .list ul li .box2 .star {
  float: right;
  font-size: 16px;
}
.hot-page .hot-1 .box .right .list ul li .box2 .star i {
  margin-left: 5px;
}
.hot-page .hot-1 .box .right .list ul li .box2 .star i.active {
  color: var(--AuxiliaryColor);
}
.hot-page .hot-1 .box .right .list ul li .box2 .price {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: var(--AuxiliaryColor);
  line-height: 1;
}
.hot-page .hot-1 .box .right .list ul li .box2 .price del {
  font-size: 0.77272727em;
  margin-left: 0.45454545em;
  color: #c9c9c9;
}
.hot-page .hot-1 .box .right .list ul li .box2 h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857143;
  margin: 12px 0;
  max-width: 70%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.85714286em;
}
.hot-page .hot-1 .box .right .list ul li .box2 h6:hover {
  color: var(--MainColor);
}
.hot-page .hot-1 .box .right .list ul li .box2 a.more {
  padding: 0 5px;
  float: right;
  font-weight: 500;
  font-size: 18px;
  color: #222;
  border-bottom: 1px solid #222;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.hot-page .hot-1 .box .right .list ul li .box2 a.more:hover {
  color: var(--MainColor);
}
.hot-page .hot-1 .box .right .list ul li .box2 .productBtn a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: .5;
  line-height: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.hot-page .hot-1 .box .right .list ul li .box2 .productBtn a img {
  display: inline-block;
  vertical-align: middle;
}
.hot-page .hot-1 .box .right .list ul li .box2 .productBtn a:hover,
.hot-page .hot-1 .box .right .list ul li .box2 .productBtn a.active {
  opacity: 1;
}
.hot-page .hot-1 .box .right .list ul .slick-arrow {
  width: 35px;
  height: 35px;
  border: none;
  background: url("../images/icon-hot-l.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  z-index: 2;
}
.hot-page .hot-1 .box .right .list ul .slick-arrow.slick-prev {
  right: 101%;
}
.hot-page .hot-1 .box .right .list ul .slick-arrow.slick-next {
  left: 101%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.hot-page .hot-1 .box .right .progress {
  margin-top: 35px;
  height: 1px;
  width: 100%;
  background: #c9c9c9;
  position: relative;
}
.hot-page .hot-1 .box .right .progress i {
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--MainColor);
  width: 10%;
  position: absolute;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.hot-page .hot-2 .list ul {
  margin: -8px;
}
.hot-page .hot-2 .list ul li {
  padding: 8px;
}
.hot-page .hot-2 .list ul li a.img-box {
  height: 280px;
  padding: 5%;
  background-size: 50% auto;
  background-position: center right;
  background-color: #eee;
  background-repeat: no-repeat;
}
.hot-page .hot-2 .list ul li a.img-box:after {
  display: none;
}
.hot-page .hot-2 .list ul li a.img-box .content {
  max-width: 50%;
}
.hot-page .hot-2 .list ul li a.img-box .content span.cat {
  font-weight: 300;
  font-size: 14px;
  color: var(--MainColor);
  margin-bottom: 20px;
}
.hot-page .hot-2 .list ul li a.img-box .content h6 {
  font-size: 20px;
  color: #222;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 13px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 4.2em;
}
.hot-page .hot-2 .list ul li a.img-box .content h6:hover {
  color: var(--MainColor);
}
.hot-page .hot-2 .list ul li a.img-box .content .price {
  font-weight: 500;
  font-size: 22px;
  color: var(--AuxiliaryColor);
  display: block;
  line-height: 1;
}
.hot-page .hot-2 .list ul li a.img-box .content .price del {
  display: none;
}
.hot-page .hot-2 .list ul li a.img-box .content .price img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: auto;
  margin-top: -0.3em;
}
.hot-page .hot-2 .list ul li a.img-box .content em {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2;
  border-bottom: 1px solid #222;
  margin-top: 1.81818182em;
  display: inline-block;
}
.hot-page .hot-2 .list ul li a.img-box span.discount {
  height: 60px;
  width: 60px;
  line-height: 60px;
  right: 7%;
  bottom: 9%;
  text-align: center;
  border-radius: 100%;
  background: var(--AuxiliaryColor);
  font-weight: 500;
  font-size: 20px;
  color: white;
  position: absolute;
}
.hot-page .hot-3 .left {
  left: 60%;
}
.hot-page .hot-3 .right {
  left: -40%;
  padding-left: 0 !important;
  padding-right: 5%;
}
.hot-page .hot-3 .box .left a.img-box,
.hot-page .hot-3 .box .left a.img-box .price del {
  color: white;
}
.hot-page .hot-3 .box .left a.img-box em {
  border-color: white;
}
.hot-page .hot-3 .box {
  margin-top: 0;
}
.hot-page .hot-4 {
  padding: 0 !important;
}
.hot-page .hot-4 .box {
  margin-top: 0;
}
.hot-page .hot-4 .box .left {
  width: 100%;
}
.hot-page .hot-4 .box .left a.img-box {
  height: 320px;
  padding: 4% 5%;
}
.hot-page .hot-4 .box .left a.img-box .content {
  max-width: 420px;
  display: block;
  margin-left: auto;
}
.hot-page .hot-4 .box .left a.img-box .content h3 {
  font-size: 26px;
}
.hot-page .hot-4 .box .left a.img-box .content p {
  max-width: 90%;
  margin-top: 5px;
}
.hot-page .hot-4 .box .left a.img-box .content span.price {
  display: inline-block;
  margin-bottom: 0;
}
.hot-page .hot-4 .box .left a.img-box .content em {
  display: inline-block;
  margin-left: 20px;
}
.hot-page .hot-5 {
  padding: 160px 0 120px;
}
.hot-page .hot-5 .top {
  border-bottom: 1px solid #c9c9c9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hot-page .hot-5 .top h3 {
  display: inline-block;
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  padding-bottom: 25px;
  border-bottom: 3px solid var(--MainColor);
  margin-bottom: -1px;
}
.hot-page .hot-5 .top dl {
  float: right;
}
.hot-page .hot-5 .top dl dd {
  margin-left: 50px;
  font-size: 24px;
  color: #8a8a8a;
  padding-bottom: 25px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.hot-page .hot-5 .top dl dd.active {
  border-color: var(--MainColor);
  color: black;
}
.hot-page .hot-5 .bottom {
  margin-top: 40px;
}
.hot-page .hot-5 .bottom .list {
  position: relative;
  padding: 0 5%;
}
.hot-page .hot-5 .bottom .list ul {
  margin: -13px;
  position: static;
}
.hot-page .hot-5 .bottom .list ul li {
  padding: 13px;
}
.hot-page .hot-5 .bottom .list ul li .box {
  padding: 20px;
  border: 1px solid #c9c9c9;
}
.hot-page .hot-5 .bottom .list ul li .box a.img-box {
  height: 170px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hot-page .hot-5 .bottom .list ul li .box a.img-box:after {
  display: none;
}
.hot-page .hot-5 .bottom .list ul li .box a.img-box em {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background: var(--AuxiliaryColor);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
}
.hot-page .hot-5 .bottom .list ul li .box .star {
  float: right;
  color: #c9c9c9;
  font-size: 16px;
}
.hot-page .hot-5 .bottom .list ul li .box .star i {
  margin-left: 2px;
}
.hot-page .hot-5 .bottom .list ul li .box .star i.active {
  color: var(--AuxiliaryColor);
}
.hot-page .hot-5 .bottom .list ul li .box .price {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.hot-page .hot-5 .bottom .list ul li .box h6 {
  margin-top: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.42857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.85714286em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.hot-page .hot-5 .bottom .list ul li .box h6:hover {
  color: var(--MainColor);
}
.hot-page .hot-5 .bottom .list ul .slick-arrow {
  width: 35px;
  height: 35px;
  border: none;
  background: url("../images/icon-hot-l.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  z-index: 2;
}
.hot-page .hot-5 .bottom .list ul .slick-arrow.slick-prev {
  left: 0;
}
.hot-page .hot-5 .bottom .list ul .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.prodet-page .prodet-1 {
  padding: 110px 0 150px;
}
.prodet-page .prodet-1 .left {
  padding-right: 3%;
}
.prodet-page .prodet-1 .left a.img-box {
  border: 1px solid #888;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 15%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 85%;
  padding-left: 20px;
}
.prodet-page .prodet-1 .right h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.53846154;
  max-width: 80%;
}
.prodet-page .prodet-1 .right span.dec {
  font-size: 14px;
  color: #c7c7c7;
  padding: 5px 0 10px;
  border-bottom: 1px solid #c7c7c7;
  display: block;
}
.prodet-page .prodet-1 .right .price {
  display: block;
  margin-top: 45px;
  font-weight: bold;
  font-size: 36px;
  color: var(--AuxiliaryColor);
  line-height: 1.2;
}
.prodet-page .prodet-1 .right .price del {
  font-weight: 300;
  font-size: 0.48888889em;
  color: #979797;
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid #979797;
  line-height: inherit;
  padding-top: 5px;
  position: relative;
  top: -2px;
}
.prodet-page .prodet-1 .right .couponBox {
  padding-top: 15px;
  margin: -5px;
  max-width: 560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right .couponBox>a {
  padding: 5px 20px;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  color: black;
  margin: 15px;
  display: inline-block;
  transition: .5s;
}
.prodet-page .prodet-1 .right .couponBox>a:hover {
  background: var(--AuxiliaryColor);
  color: white;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide {
  padding: 5px;
  width: auto;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide .coupon {
  padding: 10px 10px 10px 20px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: var(--AuxiliaryColor);
  text-align: center;
  cursor: pointer;
  cursor: hand;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide .coupon em {
  font-weight: 600;
  font-size: 1.42857143em;
  margin: 0 3px;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide .coupon i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide .coupon:before {
  content: '';
  border: 1px var(--AuxiliaryColor) dashed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide .coupon:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px var(--AuxiliaryColor) dashed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: white;
}
.prodet-page .prodet-1 .right .couponBox .couponSlide .coupon.active {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.prodet-page .prodet-1 .right .options {
  max-width: 560px;
  margin: -15px;
  padding-bottom: 25px;
}
.prodet-page .prodet-1 .right .options .slide {
  padding: 15px;
}
.prodet-page .prodet-1 .right .options .slide h6 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .right .options .slide .btn {
  margin: -3px;
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.prodet-page .prodet-1 .right .options .slide .btn a {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  padding: 0 6px;
  color: #ddd;
  border: 1px solid #ddd;
}
.prodet-page .prodet-1 .right .options .slide .btn a.current {
  color: var(--MainColor);
  border-color: var(--MainColor);
}
.prodet-page .prodet-1 .right .share {
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-1 .right .share a {
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--MainColor);
}
.prodet-page .prodet-1 .right .agree {
  font-size: 15px;
  color: #c7c7c7;
}
.prodet-page .prodet-1 .right .agree i {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .right .agree i:before {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .agree a {
  border-bottom: 1px solid #c7c7c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .agree a:hover {
  color: var(--MainColor);
  border-color: var(--MainColor);
}
.prodet-page .prodet-1 .right .agree i.active {
  border-color: var(--MainColor);
  background: var(--MainColor);
}
.prodet-page .prodet-1 .right .agree i.active:before {
  opacity: 1;
}
.prodet-page .prodet-1 .right .buyCollect {
  display: block;
  width: 100%;
  line-height: 70px;
  height: 70px;
  margin: 10px 0;
}
.prodet-page .prodet-1 .right a.buy {
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  background: var(--MainColor);
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .prodet-1 .right a.buy:hover {
  background: #222;
}
.prodet-page .prodet-1 .right .box2 .slideQty {
  width: 35%;
  padding-right: 2%;
  padding-left: 65px;
  position: relative;
}
.prodet-page .prodet-1 .right .box2 .slideQty h6 {
  font-size: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .box2 .slideQty .qty {
  text-align: center;
  font-size: 18px;
  line-height: 68px;
  height: 70px;
  border: 1px solid #888;
  color: black;
}
.prodet-page .prodet-1 .right .box2 .slideQty .qty i {
  float: left;
  width: 25%;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .right .box2 .slideQty .qty i:last-child {
  float: right;
}
.prodet-page .prodet-1 .right .box2 .slideQty .qty input {
  width: 50%;
  border: none;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  vertical-align: top;
  text-align: center;
}
.prodet-page .prodet-1 .right .box2 .slideAdd {
  width: 65%;
}
.prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd {
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  width: 100%;
}
.prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd i {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd:hover {
  color: white;
  background: var(--AuxiliaryColor);
  border-color: var(--AuxiliaryColor);
}
.prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .right .buyCollect .slideCollect{
  width: 35%;
  padding-right: 2%;
  float: left;
}
.prodet-page .prodet-1 .right .buyCollect .slideCollect .collectPro {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.prodet-page .prodet-1 .right .buyCollect .slideCollect .collectPro:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .buyCollect .slideCollect .collectPro i.fa:before {
  content: "\f004";
}
.prodet-page .prodet-1 .right .buyCollect .slideCollect .collectPro.active {
  background: var(--AuxiliaryColor);
  color: white;
  border-color: var(--AuxiliaryColor);
}
.prodet-page .prodet-1 .right .buyCollect .slideCollect .collectPro.active:after {
  opacity: 0;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #4d4d4d;
  background: url("../images/icon-prodet-2.png") top 5px right 25px no-repeat;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6%;
  font-weight: 500;
  font-size: 26px;
  color: #b3b3b3;
  cursor: pointer;
  cursor: hand;
  padding-bottom: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
.prodet-page .prodet-2 .top ul li:after {
  content: '';
  width: 0;
  height: 3px;
  background: var(--MainColor);
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .top ul li.active {
  color: var(--MainColor);
}
.prodet-page .prodet-2 .top ul li.active:after {
  width: 100%;
}
.prodet-page .prodet-2 .bottom {
  margin-top: 40px;
}
.prodet-page .prodet-2 .bottom .content ul,
.prodet-page .prodet-2 .bottom .content ol {
  padding-left: 1em;
}
.prodet-page .prodet-2 .bottom .content ul li {
  list-style-type: disc;
}
.prodet-page .prodet-2 .bottom .content ol li {
  list-style-type: decimal;
}
.prodet-page .prodet-3 {
  padding: 120px 0;
}
.prodet-page .prodet-3 .top {
  border-bottom: 1px solid #4d4d4d;
}
.prodet-page .prodet-3 .top h6 {
  display: inline-block;
  padding-right: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid var(--MainColor);
  margin-bottom: -1px;
  color: var(--MainColor);
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}
.prodet-page .prodet-3 .bottom {
  margin-top: 40px;
}
.prodet-page .prodet-3 .bottom .list {
  position: relative;
  padding: 0 5%;
}
.prodet-page .prodet-3 .bottom .list ul {
  margin: -13px;
  position: static;
}
.prodet-page .prodet-3 .bottom .list ul li {
  padding: 13px;
}
.prodet-page .prodet-3 .bottom .list ul li .box {
  padding: 20px;
  border: 1px solid #c9c9c9;
}
.prodet-page .prodet-3 .bottom .list ul li .box a.img-box {
  height: 170px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.prodet-page .prodet-3 .bottom .list ul li .box a.img-box:after {
  display: none;
}
.prodet-page .prodet-3 .bottom .list ul li .box a.img-box em {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background: var(--AuxiliaryColor);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
}
.prodet-page .prodet-3 .bottom .list ul li .box .star {
  float: right;
  color: #c9c9c9;
  font-size: 16px;
}
.prodet-page .prodet-3 .bottom .list ul li .box .star i {
  margin-left: 2px;
}
.prodet-page .prodet-3 .bottom .list ul li .box .star i.active {
  color: var(--AuxiliaryColor);
}
.prodet-page .prodet-3 .bottom .list ul li .box .price {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.prodet-page .prodet-3 .bottom .list ul li .box .price del {
  display: none;
}
.prodet-page .prodet-3 .bottom .list ul li .box h6 {
  margin-top: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.42857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.85714286em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .bottom .list ul li .box h6:hover {
  color: var(--MainColor);
}
.prodet-page .prodet-3 .bottom .list ul .slick-arrow {
  width: 35px;
  height: 35px;
  border: none;
  background: url("../images/icon-hot-l.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
  z-index: 2;
}
.prodet-page .prodet-3 .bottom .list ul .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .prodet-3 .bottom .list ul .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  -ms-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.inner-banner+.BreadCrumbs {
  margin-top: 0 !important;
}
.BreadCrumbs {
  line-height: 60px;
  height: 60px;
  background: #f8f8f8;
}
.BreadCrumbs .ui.container {
  max-width: 1530px;
  width: auto;
}
.BreadCrumbs .mbx {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #767676;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 60%;
  vertical-align: top;
}
.BreadCrumbs .mbx span {
  color: black;
}
.BreadCrumbs a.more {
  float: right;
  font-size: 18px;
  color: var(--MainColor);
  font-weight: 500;
}
.cart-page .cart-1 {
  padding: 90px 0 120px;
}
.cart-page .cart-1 .left {
  width: 70%;
  padding-right: 3%;
  text-align: center;
}
.cart-page .cart-1 .left ul li {
  padding: 0 10px;
}
.cart-page .cart-1 .left ul li:nth-child(1) {
  width: 13.30049261%;
}
.cart-page .cart-1 .left ul li:nth-child(2) {
  width: 14.08866995%;
}
.cart-page .cart-1 .left ul li:nth-child(3) {
  width: 20.68965517%;
}
.cart-page .cart-1 .left ul li:nth-child(4) {
  width: 16.25615764%;
}
.cart-page .cart-1 .left ul li:nth-child(5) {
  width: 11.8226601%;
}
.cart-page .cart-1 .left ul li:nth-child(6) {
  width: 10.83743842%;
}
.cart-page .cart-1 .left ul li:nth-child(7) {
  width: 13.00492611%;
}
.cart-page .cart-1 .left .top ul li {
  font-size: 18px;
  color: #767676;
  position: relative;
  text-align: center;
}
.cart-page .cart-1 .left .top ul li:after {
  content: '';
  height: 16px;
  width: 1px;
  background: #c9c9c9;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-page .cart-1 .left .top ul li:last-child:after {
  display: none;
}
.cart-page .cart-1 .left .bottom {
  margin-top: 20px;
}
.cart-page .cart-1 .left .bottom .slide {
  padding: 20px 0;
  margin-bottom: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cart-page .cart-1 .left .bottom .slide:last-child {
  margin-bottom: 0;
}
.cart-page .cart-1 .left .bottom .slide li {
  vertical-align: middle;
}
.cart-page .cart-1 .left .bottom .slide i.fa-check {
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #818181;
  color: white;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cart-page .cart-1 .left .bottom .slide i.fa-check:before {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cart-page .cart-1 .left .bottom .slide i.fa-check.active {
  background: var(--AuxiliaryColor);
  border-color: var(--AuxiliaryColor);
}
.cart-page .cart-1 .left .bottom .slide i.fa-check.active:before {
  opacity: 1;
}
.cart-page .cart-1 .left .bottom .slide a.img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  background: white;
}
.cart-page .cart-1 .left .bottom .slide h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding: 0 5%;
}
.cart-page .cart-1 .left .bottom .slide span.price {
  font-size: 18px;
  color: var(--AuxiliaryColor);
}
.cart-page .cart-1 .left .bottom .slide .qty2 {
  position: relative;
  display: block;
  line-height: 38px;
  height: 40px;
  border: 1px solid #b5b5b5;
  background: white;
  font-size: 14px;
  color: black;
}
.cart-page .cart-1 .left .bottom .slide .qty2 input {
  width: 50%;
  border: none;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  vertical-align: top;
  text-align: center;
}
.cart-page .cart-1 .left .bottom .slide .qty2 i {
  width: 25%;
  float: left;
  cursor: pointer;
  cursor: hand;
}
.cart-page .cart-1 .left .bottom .slide .qty2 i:last-child {
  float: right;
}
.cart-page .cart-1 .left .bottom .slide .del {
  cursor: pointer;
  cursor: hand;
}
.cart-page .cart-1 .left .bottom .slide:hover,
.cart-page .cart-1 .left .bottom .slide.active {
  background: #eee;
}
.cart-page .cart-1 .right {
  width: 30%;
}
.cart-page .cart-1 .right .top {
  border-bottom: 1px solid #acacac;
}
.cart-page .cart-1 .right .top h6 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  line-height: inherit;
}
.cart-page .cart-1 .right .top h6:after,
.cart-page .cart-1 .right .top h6:before {
  content: '';
  width: 15px;
  height: 2px;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  background: black;
  margin-top: -0.2em;
}
.cart-page .cart-1 .right .bottom {
  background: #f8f8f8;
}
.cart-page .cart-1 .right .bottom .Text {
  padding: 40px 10% 80px;
  font-size: 18px;
  color: #272727;
}
.cart-page .cart-1 .right .bottom .Text p {
  padding: 30px 0 20px;
  border-bottom: 1px solid #acacac;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.cart-page .cart-1 .right .bottom .Text p span {
  float: right;
  font-size: 0.77777778em;
  color: #797979;
  margin-top: .2em;
}
.cart-page .cart-1 .right .bottom .Pay {
  line-height: 94px;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #272727;
  color: white;
  cursor: pointer;
  cursor: hand;
}
.cart-page .cart-1 .right .bottom .Pay h6 {
  font-size: 28px;
  font-weight: 500;
  width: 60%;
  text-align: center;
}
.cart-page .cart-1 .right .bottom .Pay span {
  width: 40%;
  border: 1px solid #272727;
  font-size: 36px;
  font-weight: bold;
  color: var(--AuxiliaryColor);
  background: white;
  text-align: center;
}
.cart-page .cart-1 .top {
  line-height: 90px;
  height: 90px;
  background: #f8f8f8;
}
@media screen and (max-width: 1700px) {
  .inner-banner .mbx {
    padding: 20px 35px;
    font-size: 18px;
  }
  .inner-banner {
    height: 400px;
  }
  .contact-page .contact-1 .list ul li i {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 60px;
  }
  .contact-page .contact-1 .list ul li i img {
    max-width: 50%;
    max-height: 50%;
  }
  .faq-page .faq-1 .list ul li h6 {
    font-size: 26px;
  }
  .faq-page .faq-1 .list ul li {
    padding: 20px 40px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
  .hot-page .hot-1 {
    padding: 80px 0;
  }
  .hot-page .hot-1 .box .right .list ul .slick-arrow.slick-prev {
    right: 100%;
  }
  .hot-page .hot-1 .box .right .list ul .slick-arrow.slick-next {
    left: 100%;
  }
  .hot-page .hot-5 {
    padding: 80px 0;
  }
  .inner-banner .content h3 {
    font-size: 36px;
  }
  .inner-banner .content .text {
    font-size: 16px;
  }
  .inner-banner .content {
    padding-right: 55%;
  }
  .prodet-page .prodet-1 .right .price {
    font-size: 32px;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .options {
    padding-bottom: 15px;
  }
  .prodet-page .prodet-1 .right .buyCollect,
  .prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd {
    line-height: 50px;
    height: 50px;
  }
  .prodet-page .prodet-1 .right .box2 .slideQty .qty {
    height: 50px;
    line-height: 48px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .prodet-page .prodet-3 .top h6 {
    padding-bottom: 15px;
    padding-right: 30px;
    font-size: 20px;
  }
  .prodet-page .prodet-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1500px) {
  .inner-banner {
    height: 300px;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right span.dec {
    padding: 5px 0;
  }
  .prodet-page .prodet-1 .right .price {
    font-size: 28px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .couponBox .couponSlide .coupon {
    font-size: 13px;
  }
  .prodet-page .prodet-1 .right .options .slide h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .bottom .list ul li .box,
  .hot-page .hot-5 .bottom .list ul li .box {
    padding: 10px;
  }
  .prodet-page .prodet-3 .bottom .list ul li .box .star,
  .hot-page .hot-5 .bottom .list ul li .box .star {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .bottom .list,
  .hot-page .hot-5 .bottom .list {
    padding: 0 4%;
  }
  .hot-page .hot-1 {
    padding: 60px 0;
  }
  .hot-page .hot-2 .list ul li a.img-box .content h6 {
    font-size: 16px;
  }
  .hot-page .hot-2 .list ul li a.img-box .content .price,
  .hot-page .hot-2 .list ul li a.img-box .content em {
    font-size: 20px;
  }
  .hot-page .hot-2 .list ul li a.img-box span.discount {
    line-height: 50px;
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
  .hot-page .hot-2 .list ul li a.img-box {
    height: 250px;
  }
  .hot-page .hot-5 .top h3 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .hot-page .hot-5 .top dl dd {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .faq-page .faq-1 {
    padding: 80px 0;
  }
  .faq-page .faq-1 h2,
  .contact-page .contact-1 h2,
  .about-page .about-1 h3,
  .about-page .about-3 .right h2,
  .about-page .about-5 .box h3,
  .hot-page .hot-1 h2,
  .hot-page .hot-1 .box .left a.img-box h3 {
    font-size: 36px;
  }
  .faq-page .faq-1 .search input {
    line-height: 50px;
    height: 50px;
  }
  .faq-page .faq-1 .search input[type="submit"] {
    top: 4px;
  }
  .faq-page .faq-1 .list ul li h6 {
    font-size: 22px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
  }
  .faq-page .faq-1 .list ul li {
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .text {
    font-size: 16px;
    margin: 15px auto 50px;
  }
  .cart-page .cart-1 .top {
    line-height: 70px;
    height: 70px;
  }
  .cart-page .cart-1 .left .bottom .slide {
    padding: 10px 0;
  }
  .cart-page .cart-1 .right .bottom .Text {
    padding: 20px 5% 50px;
  }
  .cart-page .cart-1 .right .bottom .Pay {
    line-height: 68px;
    height: 70px;
  }
  .cart-page .cart-1 .right .bottom .Pay h6 {
    font-size: 20px;
  }
  .cart-page .cart-1 .right .bottom .Pay span {
    font-size: 28px;
  }
  .cart-page .cart-1 {
    padding: 80px 0;
  }
  .about-page .about-1 .ui > img {
    max-width: 25%;
  }
  .about-page .about-1 .img a.img-box {
    height: 300px;
  }
  .about-page .about-1 {
    padding: 80px 0;
  }
  .about-page .about-2 .ui.container .icon a {
    max-width: 70px;
  }
  .about-page .about-2 .ui.container .text {
    font-size: 24px;
  }
  .about-page .about-3 .left .list {
    height: 520px;
  }
  .about-page .about-3 .right a.more {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
  }
  .about-page .about-4 ul li i {
    height: 50px;
    line-height: 50px;
  }
  .about-page .about-4 ul li h6 {
    font-size: 20px;
    margin: 15px 0 5px;
  }
  .about-page .about-5 .box .content {
    width: 68%;
  }
  .about-page .about-5 .box {
    padding: 40px 2%;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 240px;
  }
  .about-page .about-1 .content {
    padding-left: 0;
  }
  .faq-page .faq-1 h2,
  .contact-page .contact-1 h2,
  .about-page .about-1 h3,
  .about-page .about-3 .right h2,
  .about-page .about-5 .box h3,
  .hot-page .hot-1 h2,
  .hot-page .hot-1 .box .left a.img-box h3 {
    font-size: 32px;
    line-height: 1.4;
  }
  .about-page .about-1 .img a.img-box {
    height: 240px;
  }
  .about-page .about-3 .left .list {
    height: 420px;
  }
  .about-page .about-3 .right {
    margin-top: 0;
  }
  .about-page .about-3 .right h2:before {
    margin-bottom: .5em;
  }
  .about-page .about-4 ul li {
    padding: 0 15px;
  }
  .BreadCrumbs {
    margin-top: 40px;
  }
  .cart-page .cart-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .cart-page .cart-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .cart-page .cart-1 .right .bottom .Text p {
    padding: 15px 0;
  }
  .cart-page .cart-1 .right .bottom .Text {
    padding: 25px;
  }
  .cart-page .cart-1 .right .top h6 {
    font-size: 20px;
  }
  .cart-page .cart-1 {
    padding: 40px 0;
  }
  .contact-page .contact-1 .list ul li i {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .contact-page .contact-1 {
    padding: 80px 0;
  }
  .faq-page .faq-1 .search input {
    padding-right: 60px;
    padding-left: 20px;
  }
  .faq-page .faq-1 .search input[type="submit"] {
    width: 50px;
    background-size: 20px;
  }
  .faq-page .faq-1 .list ul li .content {
    margin-top: 15px;
    padding: 0;
  }
  .faq-page .faq-1 .search {
    margin: 10px auto 30px;
  }
  .inner-banner .content {
    padding-top: 2%;
  }
  .inner-banner .content h3 {
    font-size: 24px;
  }
  .inner-banner .content h3:before {
    margin-bottom: 10px;
  }
  .inner-page span.tag {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .hot-page .hot-1 .box .right {
    padding-left: 2%;
  }
  .hot-page .hot-1 .box .right .list ul li {
    padding: 5px;
  }
  .hot-page .hot-1 .box .right .list ul {
    margin: -5px;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 .star {
    font-size: 14px;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 .star i {
    margin-left: 2px;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 h6 {
    max-width: none;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .hot-page .hot-1 .box .right {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px;
    left: 0 !important;
  }
  .hot-page .hot-1 .box .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .hot-page .hot-1 .box .left a.img-box {
    height: auto;
    padding: 5%;
  }
  .hot-page .hot-2 .list ul li {
    width: 100%;
  }
  .hot-page .hot-2 .list ul li a.img-box {
    height: auto;
  }
  .hot-page .hot-2 .list ul li a.img-box .content .price,
  .hot-page .hot-2 .list ul li a.img-box .content em {
    font-size: 16px;
  }
  .hot-page .hot-5 .top h3 {
    font-size: 24px;
  }
  .hot-page .hot-5 .top dl dd {
    font-size: 16px;
    margin-left: 20px;
  }
  .faq-page .faq-1 .list ul li h6 {
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 14px;
  }
  .faq-page .faq-1 .list ul li {
    padding: 15px 20px;
  }
  .faq-page .faq-1 h2,
  .contact-page .contact-1 h2,
  .about-page .about-1 h3,
  .about-page .about-3 .right h2,
  .about-page .about-5 .box h3,
  .hot-page .hot-1 h2,
  .hot-page .hot-1 .box .left a.img-box h3 {
    font-size: 28px;
  }
  .contact-page .contact-1 .list ul li p {
    font-size: 16px;
  }
  .cart-page .cart-1 .right .bottom .Pay {
    line-height: 48px;
    height: 50px;
  }
  .BreadCrumbs a.more,
  .BreadCrumbs .mbx {
    font-size: 16px;
  }
  .BreadCrumbs {
    line-height: 50px;
    height: 50px;
  }
  .about-page .about-1 .img a.img-box {
    height: 200px;
  }
  .about-page .about-1 .img {
    margin-top: 0;
  }
  .about-page .about-1 .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .about-page .about-1 .img .btn div {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  .about-page .about-2 .ui.container .text {
    font-size: 20px;
  }
  .about-page .about-3 .right .text {
    margin: 10px 0;
  }
  .about-page .about-3 .left .list {
    height: 340px;
  }
  .about-page .about-5 .box .content {
    width: 100%;
  }
  .about-page .about-5 .box .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .about-page .about-1 .ui > img {
    display: none;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-3 .left .list {
    height: 420px;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
    padding: 10px;
  }
  .about-page .about-4 ul {
    margin: -10px;
  }
  .cart-page .cart-1 .left .top {
    display: none;
  }
  .cart-page .cart-1 .left ul li:nth-child(1) {
    width: 15%;
  }
  .cart-page .cart-1 .left ul li:nth-child(2) {
    width: 25%;
  }
  .cart-page .cart-1 .left ul li:nth-child(3) {
    width: 40%;
  }
  .cart-page .cart-1 .left ul li:nth-child(4) {
    width: 20%;
  }
  .cart-page .cart-1 .left ul li:nth-child(5) {
    width: 40%;
    margin-top: 10px;
  }
  .cart-page .cart-1 .left ul li:nth-child(6) {
    width: 25%;
    margin-top: 10px;
  }
  .cart-page .cart-1 .left ul li:nth-child(7) {
    width: 25%;
    margin-top: 10px;
  }
  .cart-page .cart-1 .right .bottom .Pay h6 {
    font-size: 16px;
  }
  .cart-page .cart-1 .right .bottom .Pay span {
    font-size: 24px;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 .list ul li i {
    height: 70px;
    line-height: 70px;
    width: 70px;
    margin: 40px auto;
  }
  .contact-page .contact-1 .text {
    margin: 10px auto 20px;
  }
  .faq-page .faq-1 h2,
  .contact-page .contact-1 h2,
  .about-page .about-1 h3,
  .about-page .about-3 .right h2,
  .about-page .about-5 .box h3,
  .hot-page .hot-1 h2,
  .hot-page .hot-1 .box .left a.img-box h3 {
    font-size: 24px;
  }
  .faq-page .faq-1 .search {
    max-width: 100%;
  }
  .inner-banner .content {
    padding-right: 10%;
  }
  .inner-banner .mbx {
    padding: 10px 15px;
  }
  .hot-page .hot-1 .box {
    margin-top: 20px;
  }
  .hot-page .hot-5 .top dl {
    display: none;
  }
  .prodet-page .prodet-1 .right .couponBox .couponSlide,
  .prodet-page .prodet-1 .right .options .slide {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right .couponBox,
  .prodet-page .prodet-1 .right .options {
    margin: -5px;
  }
  .prodet-page .prodet-1 .right .options {
    padding-top: 10px;
  }
  .prodet-page .prodet-1 .right h1 {
    max-width: none;
  }
  .prodet-page .prodet-1 .right .box2 .slideQty {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .right .box2 .slideAdd {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .box2 .slideCollect {
    width: 20%;
  }
  .prodet-page .prodet-2 .top {
    background: none;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 16px;
  }
  .hot-page .hot-1 .box .right .list {
    padding: 0;
  }
  .hot-page .hot-1 .box .right .list ul .slick-arrow {
    display: none !important;
  }
  .hot-page .hot-5,
  .faq-page .faq-1 {
    padding: 50px 0;
  }
  .cart-page .cart-1 .left .bottom .slide h6 {
    padding: 0;
    line-height: 1.4;
  }
  .cart-page .cart-1 .right .bottom .Text p {
    font-size: 16px;
  }
  .cart-page .cart-1 .right .top h6 {
    font-size: 18px;
  }
  .about-page .about-2 .ui.container .icon a {
    max-width: 50px;
  }
  .about-page .about-2 .ui.container .text {
    font-size: 18px;
  }
  .about-page .about-3 .left .list {
    height: 320px;
  }
}
.cloudzoom-zoom-inside,.cloudzoom-blank {
  cursor: crosshair;
}
.product-page .product-1 {
  padding: 40px 0;
}
.product-page .product-1 .list ul {
  margin: -10px;
}
.product-page .product-1 .list ul .slick-track {
  display: flex;
}
.product-page .product-1 .list ul .slick-track .slick-slide>div,
.product-page .product-1 .list ul .slick-track .slick-slide>div li,
.product-page .product-1 .list ul .slick-track .slick-slide>div li >a {
  height: 100%;
}
.product-page .product-1 .list ul li {
  padding: 10px;
}
.product-page .product-1 .list ul li a.img-box {
  display: block;
  padding: 8%;
  color: white;
}
.product-page .product-1 .list ul li a.img-box .box {
  width: 50%;
}
.product-page .product-1 .list ul li a.img-box .box h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.product-page .product-1 .list ul li a.img-box .box p {
  font-size: 24px;
  font-weight: 300;
}
.product-page .product-1 .list ul li a.img-box .box span.discount {
  font-size: 14px;
  display: block;
  margin-top: 15%;
}
.product-page .product-1 .list ul li a.img-box .box .price {
  font-size: 24px;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
.product-page .product-1 .list ul li a.img-box .box .price del {
  display: block;
  font-size: 60%;
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}
.product-page .product-2 {
  color: #666;
}
.product-page .product-2 span.filter {
  font-size: 14px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 span.filter:hover {
  color: var(--AuxiliaryColor);
}
.product-page .product-2 select.orderby {
  margin-left: 3%;
  font-size: 14px;
  border: none;
  color: inherit;
  min-width: 140px;
  cursor: pointer;
  cursor: hand;
}
.product-page .product-2 .showing {
  float: right;
  font-size: 14px;
}
.product-page .product-3 {
  padding: 20px 0 100px;
}
.product-page .product-3 .list {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.product-page .product-3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-3 .list ul li .box {
  height: 100%;
  padding: 8%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
}
.product-page .product-3 .list ul li .box p {
  font-size: 13px;
  color: #999;
  margin-bottom: 7px;
}
.product-page .product-3 .list ul li .box h6 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3.2em;
}
.product-page .product-3 .list ul li .box .img {
  margin: 15px 0;
  position: relative;
}
.product-page .product-3 .list ul li .box .img a.img-box {
  height: 260px;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-page .product-3 .list ul li .box .img a.img-box:after {
  display: none;
}
.product-page .product-3 .list ul li .box .img a.img-box em {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: white;
  background: var(--AuxiliaryColor);
  text-align: center;
}
.product-page .product-3 .list ul li .box .img .productBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.product-page .product-3 .list ul li .box .img .productBtn a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background: #0a2748;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 4px 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}
.product-page .product-3 .list ul li .box .img .productBtn a.active {
  background: var(--AuxiliaryColor);
}
.product-page .product-3 .list ul li .box .img .productBtn a img {
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-3 .list ul li .box .img .productBtn a:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.product-page .product-3 .list ul li .box .img .productBtn a:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.product-page .product-3 .list ul li .box .img .productBtn a:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.product-page .product-3 .list ul li .box .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .product-3 .list ul li .box .caption .price del {
  font-size: 70%;
  color: #666;
  font-weight: 300;
}
.product-page .product-3 .list ul li .box .caption .star {
  font-size: 14px;
  float: right;
}
.product-page .product-3 .list ul li .box .addBox {
  line-height: 40px;
  height: 40px;
  margin-top: -50px;
  position: relative;
  top: 70px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-3 .list ul li .box .addBox .qty {
  width: 40%;
  position: relative;
  border: 1px solid #eee;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}
.product-page .product-3 .list ul li .box .addBox .qty i {
  width: 25%;
  height: 100%;
  float: left;
  cursor: pointer;
  cursor: hand;
}
.product-page .product-3 .list ul li .box .addBox .qty i:last-child {
  float: right;
}
.product-page .product-3 .list ul li .box .addBox .qty input {
  width: 50%;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  vertical-align: top;
  text-align: center;
}
.product-page .product-3 .list ul li .box .addBox .cartAdd {
  width: 40px;
  float: right;
  background: var(--MainColor);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-3 .list ul li .box .addBox .cartAdd img {
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-3 .list ul li .box .addBox .cartAdd:hover {
  background: var(--AuxiliaryColor);
}
.product-page .product-3 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 115%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-3 .list ul li .box:hover {
  z-index: 2;
}
.product-page .product-3 .list ul li .box:hover .addBox {
  opacity: 1;
}
.product-page .product-3 .list ul li .box:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-page .product-3 .list ul li .box:hover .img .productBtn a {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#fillterBoxMask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#fillterBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 23;
  background: white;
  height: 100%;
  width: 300px;
  padding: 0 25px;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#fillterBox i.fa-close {
  line-height: 40px;
  height: 40px;
  text-align: right;
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  cursor: hand;
}
#fillterBox .slideBox {
  margin: 30px 0;
  overflow: unset;
}
#fillterBox .slideBox h3.title {
  font-size: 20px;
  font-weight: bold;
}
#fillterBox .slideBox .navList {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
}
#fillterBox .slideBox .navList ul li {
  margin-bottom: 10px;
}
#fillterBox .slideBox .navList ul li a i {
  content: '';
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
  font-size: 12px;
}
#fillterBox .slideBox .navList ul li a i:before {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#fillterBox .slideBox .navList ul li a:hover {
  color: var(--AuxiliaryColor);
}
#fillterBox .slideBox .navList ul li a:hover i {
  background: var(--AuxiliaryColor);
  border-color: var(--AuxiliaryColor);
}
#fillterBox .slideBox .navList ul li a:hover i:before {
  opacity: 1;
}
#fillterBox.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1250px) {
  .product-page .product-3 .list ul li .box:after {
    display: none;
  }
  .product-page .product-3 .list ul li .box .addBox {
    margin-top: 20px;
    opacity: 1;
    top: 0;
  }
  .product-page .product-3 .list ul li .box .img .productBtn a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .product-page .product-1 .list ul li a.img-box .box p,
  .product-page .product-1 .list ul li a.img-box .box .price,
  .product-page .product-1 .list ul li a.img-box .box h6 {
    font-size: 20px;
  }
  header~.inner-page {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .list ul li a.img-box .box span.discount {
    margin-top: 10px;
  }
  .product-page .product-1 .list ul li a.img-box {
    padding: 5%;
    min-height: 300px !important;
  }
  .product-page .product-2 .showing {
    display: none;
  }
}
.buy-page .buy-1 {
  padding: 50px 0 115px;
}
.buy-page .buy-1 .left {
  width: 70%;
  padding-right: 2%;
}
.buy-page .buy-1 .left .top {
  padding: 0 45px;
}
.buy-page .buy-1 .left .top h6 {
  font-weight: 300;
  font-size: 20px;
}
.buy-page .buy-1 .left .top h6 em {
  font-weight: 500;
}
.buy-page .buy-1 .left .top h6 a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.buy-page .buy-1 .left .top h6 a:hover {
  color: var(--MainColor);
}
.buy-page .buy-1 .left .top h6 small {
  display: block;
  font-size: 0.7em;
  color: #707070;
}
.buy-page .buy-1 .left .bottom .slide {
  margin-top: 20px;
  padding: 40px;
  border: 1px solid #6f6f6f;
}
.buy-page .buy-1 .left .bottom .slide h6 {
  padding-bottom: 25px;
  border-bottom: 1px solid #6f6f6f;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1;
}
.buy-page .buy-1 .left .bottom .slide h6 em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  background: #707070;
  font-size: 0.59259259em;
  color: white;
  margin-top: -0.3em;
}
.buy-page .buy-1 .left .bottom .slide .form {
  margin-top: 30px;
  padding: 0 30px;
}
.buy-page .buy-1 .left .bottom .slide .form ul {
  margin: -13px;
}
.buy-page .buy-1 .left .bottom .slide .form ul li {
  padding: 13px;
}
.buy-page .buy-1 .left .bottom .slide .form .inlineBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buy-page .buy-1 .left .bottom .slide .form .Block span {
  margin-bottom: 5px;
  display: block;
}
.buy-page .buy-1 .left .bottom .slide .form .Block.error {
  border: 1px solid red !important;
  padding: 5px;
}
.buy-page .buy-1 .left .bottom .slide .form span {
  font-size: 14px;
  font-weight: 300;
  color: #272727;
  white-space: nowrap;
  margin-right: 10px;
  min-width: 72px;
}
.buy-page .buy-1 .left .bottom .slide .form input,
.buy-page .buy-1 .left .bottom .slide .form textarea,
.buy-page .buy-1 .left .bottom .slide .form select {
  width: 100%;
  padding: 6px 10px;
  border: none;
  background: #f8f8f8;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 33px;
}
.buy-page .buy-1 .left .form input.error,
.buy-page .buy-1 .left .form textarea.error,
.buy-page .buy-1 .left .form select.error {
  border: 1px solid red !important;
}
.buy-page .buy-1 .left .bottom .slide .form input:focus,
.buy-page .buy-1 .left .bottom .slide .form textarea:focus,
.buy-page .buy-1 .left .bottom .slide .form select:focus {
  color: black;
}
.buy-page .buy-1 .left .bottom .slide .form select {
  cursor: pointer;
  cursor: hand;
}
.buy-page .buy-1 .left .bottom .slide .form select option {
  padding: 5px;
}
.buy-page .buy-1 .left .bottom .slide .form textarea {
  min-height: 80px;
}
.buy-page .buy-1 .left .bottom .slide .form label {
/*  display: inline-block;*/
  font-size: 16px;
  font-weight: 500;
/*  margin-right: 15px;*/
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
.buy-page .buy-1 .left .bottom .slide .form label img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.buy-page .buy-1 .left .bottom .slide .form label input[type="radio"] {
  width: 12px;
  height: 12px;
  padding: 0;
  min-height: auto;
  line-height: 1;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul li {
  width: 26.85714286%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul li:nth-child(3),
.buy-page .buy-1 .left .bottom .slide.address .form ul li:nth-child(6) {
  width: 46.28571429%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul li:nth-child(7) {
  width: 26.85714286%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul li:nth-child(8) {
  width: 73.14285714%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li {
  width: 26.85714286%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li:nth-child(1),
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li:nth-child(2) {
  width: 50%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li:nth-child(5),
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li:nth-child(8) {
  width: 46.28571429%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li:nth-child(9) {
  width: 26.85714286%;
}
.buy-page .buy-1 .left .bottom .slide.address .form ul.nologin li:nth-child(10) {
  width: 73.14285714%;
}
.buy-page .buy-1 .right {
  width: 30%;
}
.buy-page .buy-1 .right .top {
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 24px;
  color: #272727;
}
.buy-page .buy-1 .right .top h6 {
  display: block;
  width: 100%;
}
.buy-page .buy-1 .right .top h6 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
}
.buy-page .buy-1 .right .top h6 i {
  width: 1px;
  height: 16px;
  background: black;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.buy-page .buy-1 .right .bottom {
  background: #f8f8f8;
  padding: 0 30px 45px;
  display: inline-block;
  width: 100%;
}
.buy-page .buy-1 .right .bottom .shopList {
  padding: 20px 0;
  max-height: 500px;
  overflow-y: auto;
  margin: 10px 0;
  padding-right: 5px;
  margin-right: -5px;
}
.buy-page .buy-1 .right .bottom .shopList .slide {
  margin-bottom: 15px;
  overflow: hidden;
}
.buy-page .buy-1 .right .bottom .shopList .slide:last-child {
  margin-bottom: 0;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -6px;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li {
  padding: 6px;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(1) {
  width: 28.94736842%;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(2) {
  width: 52.63157895%;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(3) {
  width: 18.42105263%;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li h6 {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  line-height: 1.2;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li p {
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
  color: #797979;
  line-height: 1.2;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li strong {
  font-size: 18px;
  font-weight: 500;
  color: #272727;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100%;
  text-align: right;
}
.buy-page .buy-1 .right .bottom .totalText {
  padding: 18px 0;
  font-weight: 300;
  font-size: 14px;
  color: #797979;
  line-height: 2;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.buy-page .buy-1 .right .bottom .totalText span {
  float: right;
}
.buy-page .buy-1 .right .bottom .agree {
  padding: 18px 0;
  font-size: 14px;
  color: #272727;
}
.buy-page .buy-1 .right .bottom .agree a {
  border-bottom: 1px solid #272727;
}
.buy-page .buy-1 .right .bottom .agree i {
  width: 12px;
  height: 12px;
  border: 1px solid #535353;
  border-radius: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 12px;
  margin-right: 4px;
  cursor: pointer;
  cursor: hand;
}
.buy-page .buy-1 .right .bottom .agree i:before {
  opacity: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.buy-page .buy-1 .right .bottom .agree i.active {
  background: var(--AuxiliaryColor);
  border-color: var(--AuxiliaryColor);
}
.buy-page .buy-1 .right .bottom .agree i.active:before {
  opacity: 1;
}
.buy-page .buy-1 .right .bottom .BuyNow {
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  background: #272727;
  display: block;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.buy-page .buy-1 .right .bottom .BuyNow:hover {
  background: var(--MainColor);
}
.buy-page .buy-1 .top {
  height: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
}
@media screen and (max-width: 1500px) {
  .buy-page .buy-1 {
    padding: 50px 0;
  }
  .buy-page .buy-1 .left .bottom .slide {
    padding: 15px;
  }
  .buy-page .buy-1 .left .bottom .slide h6 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .buy-page .buy-1 .left .bottom .slide .form {
    margin-top: 10px;
    padding: 0 10px;
  }
  .buy-page .buy-1 .left .bottom .slide .form ul li {
    padding: 5px;
  }
  .buy-page .buy-1 .left .bottom .slide .form ul {
    margin: -5px;
  }
  .buy-page .buy-1 .left .bottom .slide .form span {
    min-width: 90px;
  }
  .buy-page .buy-1 .left .bottom .slide .form input,
  .buy-page .buy-1 .left .bottom .slide .form textarea,
  .buy-page .buy-1 .left .bottom .slide .form select {
    padding: 6px 5px;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(1) {
    width: 30%;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(2) {
    width: 70%;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(3) {
    width: 100%;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(3) .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li p {
    font-size: 12px;
  }
  .buy-page .buy-1 .right .bottom {
    padding: 0 15px 30px;
  }
  .buy-page .buy-1 .left .top,
  .buy-page .buy-1 .right .top {
    padding: 0 15px;
  }
  .inner-banner.prodet-banner h2 {
    font-size: 52px;
  }
  .inner-banner.prodet-banner {
    max-height: 260px;
  }
}
@media screen and (max-width: 1250px) {
  .buy-page .buy-1 .top {
    height: 70px;
  }
  .buy-page .buy-1 .left .top h6 {
    font-size: 16px;
  }
  .buy-page .buy-1 .right .top {
    font-size: 18px;
  }
  .buy-page .buy-1 .left .bottom .slide.address .form ul li {
    width: 50% !important;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li h6 {
    font-size: 14px;
  }
  .buy-page .buy-1 .right .bottom .BuyNow {
    font-size: 16px;
  }
  .inner-banner.prodet-banner h2 {
    font-size: 48px;
  }
  .inner-banner.prodet-banner {
    max-height: 220px;
  }
  #mobile .mobile-logo div.loginBtn {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .buy-page .buy-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .buy-page .buy-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(1) img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(2) {
    width: 50%;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(3) {
    width: 20%;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(3) .flex {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .inner-banner.prodet-banner h2 {
    font-size: 36px;
  }
  .inner-banner.prodet-banner {
    max-height: 180px;
  }
}
@media screen and (max-width: 700px) {
  .BreadCrumbs a.more {
    display: none;
  }
  .BreadCrumbs .mbx {
    max-width: 100%;
  }
  .buy-page .buy-1 .left .bottom .slide.address .form ul li {
    width: 100% !important;
  }
  .buy-page .buy-1 .left .bottom .slide h6 {
    font-size: 16px;
  }
  .buy-page .buy-1 .left .bottom .slide .form label {
    font-size: 14px;
  }
  .inner-banner.prodet-banner h2 {
    font-size: 24px;
  }
  .inner-banner.prodet-banner {
    max-height: 120px;
  }
}
.img-box.lazyload-img {
  position: relative;
}
.img-box:after {
  transition: .5s all,0s background;
}
.img-box.lazyload-img:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  background: url('../images/loading.gif') center center no-repeat;
  display: block;
}
img.lazyload-img {
  background: url('../images/loading.gif') center center no-repeat;
  width: 100%;
  display: block;
}
.fb_reset {
  position: relative;
  z-index: 1;
}

/*//修改新增*/
.buy-page .buy-1 .left .bottom .slide .form .coupon {
  padding: 10px 10px 10px 20px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: var(--AuxiliaryColor);
  text-align: center;
  cursor: pointer;
  cursor: hand;
  height: 100%;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.buy-page .buy-1 .left .bottom .slide .form .coupon em {
  font-weight: 600;
  font-size: 1.42857143em;
  margin: 0 3px;
}
.buy-page .buy-1 .left .bottom .slide .form .coupon i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.buy-page .buy-1 .left .bottom .slide .form .coupon:before {
  content: '';
  border: 1px var(--AuxiliaryColor) dashed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.buy-page .buy-1 .left .bottom .slide .form .coupon:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px var(--AuxiliaryColor) dashed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  background: white;
}
.buy-page .buy-1 .left .bottom .slide .form .coupon.active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#cartListPup li{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cartListPup li a.img {
  width: 40%;
}
#cartListPup li h6 {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 5%;
  width: 60%;
}
#cartListPup li h6 small {
  margin-top: 8px;
  display: block;
}
#cartListPup li .qty2 {
  width: 40%;
  margin-top: 10px;
  position: relative;
  display: block;
  line-height: 38px;
  height: 40px;
  border: 1px solid #b5b5b5;
  background: white;
  font-size: 14px;
  color: black;
}
#cartListPup li .qty2 input {
  width: 50%;
  border: none;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  vertical-align: top;
  text-align: center;
}
#cartListPup li .qty2 i {
  width: 25%;
  float: left;
  cursor: pointer;
  cursor: hand;
  font-size: 20px;
  text-align: center;
}
#cartListPup li .qty2 i:last-child {
  float: right;
}
#cartListPup li .price {
  font-size: 18px;
  color: var(--AuxiliaryColor);
  width: 40%;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
}
#cartListPup li .del {
  cursor: pointer;
  cursor: hand;
  width: 20%;
  margin-top: 10px;
  text-align: center;
}
.layui-layer-btn .cartBtn {
  font-size: 14px;
}
.layui-layer-btn a {
  transition: .5s;
}
.layui-layer-btn a:hover {
  border-color: #b60000;
  background-color: #b60000;
  color: #fff;
}
.product-page .product-3 .list .noSearchRet {
  margin: 80px auto;
  display: block;
  width: 500px;
  max-width: 100%;
  text-align: center;
}
.product-page .product-3 .list .noSearchRet img {
  max-width: 90%;
}
.product-page .product-3 .list .noSearchRet h6 {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.product-page .product-3 .list .noSearchRet form {
  line-height: 50px;
  height: 50px;
  padding-right: 60px;
  position: relative;
  border: 1px solid #eee;
  display: block;
  font-size: 16px;
}
.product-page .product-3 .list .noSearchRet form input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 15px;
}
.product-page .product-3 .list .noSearchRet form input[type="submit"] {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: url('../images/icon-search-0812.png') center center #eee no-repeat;
}
.layui-layer-tips .layui-layer-content {
  background: rgba(0, 0, 0, .8) !important;
  font-size: 14px !important;
  white-space: nowrap;
}
.prodet-page .prodet-1 .left .bigImg a.img {
  display: block;
  background: url('../layui/css/modules/layer/default/loading-2.gif') center center no-repeat;
}

/*//2022-9-15*/
#CouponPopup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 30;
  cursor: pointer;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
}
#CouponPopup span.close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
}
#CouponPopup span.close:after,
#CouponPopup span.close:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.45);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#CouponPopup span.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.buy-page .buy-1 .left .bottom .slide {
  background: #F8F8F8;
  border: none;
  padding: 30px;
  border-radius: 10px;
}
.buy-page .buy-1 .left .bottom .slide h6 {
  padding-bottom: 0;
  border: none;
  font-weight: bold;
  font-size: 20px;
  color: black;
}
.buy-page .buy-1 .left .bottom .slide .form .inlineBlock {
  display: block;
}
.buy-page .buy-1 .left .bottom .slide .form span {
  font-size: 16px;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
}
.buy-page .buy-1 .left .bottom .slide .form input, .buy-page .buy-1 .left .bottom .slide .form textarea, .buy-page .buy-1 .left .bottom .slide .form select {
  background: white;
  border-radius: 6px;
  opacity: 1;
  border: 1px solid #E2E8F0;
  padding: 17px 20px;
  font-size: 16px;
}
.buy-page .buy-1 #onestepcheckout-form select {
  height: 60px !important;
  max-width: none !important;
}
.buy-page .buy-1 .left .bottom .slide .form {
  padding: 0;
}
.buy-page .buy-1 .left .bottom .slide label {
  color: black;
}
.buy-page .buy-1 .left .bottom .slide label input[type="radio"] {
  display: none !important;
}
.buy-page .buy-1 .left .bottom .slide label i.checked,
.buy-page .buy-1 .right .bottom .agree i.checked {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #999999;
  margin-right: 2px;
  box-sizing: border-box;
  margin-top: -1px;
}
.buy-page .buy-1 .left .bottom .slide label input[type="radio"]:checked + i.checked,
.buy-page .buy-1 .right .bottom .agree i.checked.active {
  background-color: var(--MainColor);
  background-clip: content-box;
  border: 1px solid var(--MainColor);
  padding: 1px;
  box-sizing: border-box;
}
.buy-page .buy-1 .left .bottom .slide .inlineBlock>div label input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.buy-page .buy-1 .left .bottom .slide .form textarea {
  height: 150px;
}
.buy-page .buy-1 .right .top {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background: var(--MainColorP2);
  border-radius: 10px;
  margin-bottom: 30px;
}
.buy-page .buy-1 .right .top h6 {
  color: var(--MainColor);
  font-weight: bold;
}
.buy-page .buy-1 .right .top small {
  font-size: .75em;
  display: block;
  margin-top: .6em;
  font-weight: normal;
  color: #797979;
}
.buy-page .buy-1 .left .bottom .slide:first-child {
  margin-top: 0;
}
.buy-page .buy-1 .right .bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
}
.buy-page .buy-1 .right .bottom h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
.buy-page .buy-1 .left {
  width: 65%;
}
.buy-page .buy-1 .right {
  width: 35%;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(1) {
  width: 35%;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(1) img {
  border: 1px #bbb dashed;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li:nth-child(2) {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li h6 {
  font-size: 20px;
  text-transform: none;
}
.buy-page .buy-1 .right .bottom .shopList .slide ul li strong {
  font-size: 20px;
  font-weight: bold;
  margin-top: .5em;
  display: block;
}
.buy-page .buy-1 .right .bottom .totalText {
  border-top: none;
  padding-top: 0;
  font-size: 18px;
  color: black;
  font-weight: 500;
  color: black;
  line-height: 1.2;
  margin-top: 1.5em;
}
.buy-page .buy-1 .right .bottom .totalText p {
  font-size: inherit;
  margin-bottom: 20px;
  color: black;
}
.buy-page .buy-1 .right .bottom .totalText p:last-child {
  font-size: 1.1em;
  font-weight: bold;
}
.buy-page .buy-1 .right .bottom .totalText strong {
  display: block;
  font-size: 16px;
  color: #797979;
  font-weight: 500;
  margin-bottom: 2em;
  text-transform: uppercase;
}
.buy-page .buy-1 .right .bottom .totalText span.discount {
  font-weight: bold;
  color: var(--AuxiliaryColor);
}
.buy-page .buy-1 .right .bottom .agree {
  font-size: 20px;
  color: #797979;
}
.buy-page .buy-1 .right .bottom .agree a {
  border-bottom: none;
}
.buy-page .buy-1 .left .bottom .slide .form .coupon:after {
  background: #F8F8F8;
}
@media screen and (max-width:1000px){
  .buy-page .buy-1 .left {
    width: 100%;
  }
  .buy-page .buy-1 .right {
    width: 100%;
  }
  .BreadCrumbs {
    margin-top: 0;
  }
  .buy-page .buy-1 .left .bottom .slide .form input, .buy-page .buy-1 .left .bottom .slide .form textarea, .buy-page .buy-1 .left .bottom .slide .form select {
    padding: 8px 10px;
  }
  .buy-page .buy-1 #onestepcheckout-form select {
    height: 42px !important;
  }
  .buy-page .buy-1 .right .bottom .agree {
    font-size: 16px;
  }
  .buy-page .buy-1 .right .bottom .totalText {
    font-size: 16px;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li h6 {
    font-size: 14px;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li strong {
    font-size: 16px;
    line-height: 1.2;
    margin-top: .3em;
  }
}
.prodet-page .prodet-3~.prodet-3 {
  padding-top: 0;
}
#CouponPopupMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .34);
  z-index: 29;
}

/*2022-10-10 退款退货流程*/
.afterOrder .flex {
  flex-flow: nowrap;
}
.afterOrder .flex.justify {
  justify-content: space-between;
  flex-wrap:wrap;
}
.afterOrder .flex.align {
  align-content: space-between;
  flex-wrap:wrap;
}
.afterOrder .block {
  padding: 30px;
  font-size: 14px;
  box-sizing: border-box;
  background: #F8F8F8;
  border-radius: 10px;
}
.afterOrder h6 {
  color: black;
  font-size: 1.2em;
}
.afterOrder label i.checked {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #999999;
  margin-right: 2px;
  box-sizing: border-box;
  margin-top: -2px;
}
.afterOrder label input[type="radio"]:checked + i.checked {
  background-color: var(--MainColor);
  background-clip: content-box;
  border: 1px solid var(--MainColor);
  padding: 2px;
  box-sizing: border-box;
}
.afterOrder label input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.afterOrder .afterLeft{
  width: 65%;
  padding-right: 30px;
}
.afterOrder .afterLeft .afterView ul {
  margin: -10px;
}
.afterOrder .afterLeft .afterView ul li {
  padding: 10px;
}
.afterOrder .afterLeft .afterView .pic {
  width: 160px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #D9D9D9;
}
.afterOrder .afterLeft .afterView .detail {
  width: 100%;
  padding-left: 15px;
}
.afterOrder .afterLeft .afterView .detail .text{
  color: #666;
  margin-top: 10px;
}
.afterOrder .afterLeft .afterView .detail span.price {
  color: var(--AuxiliaryColor);
  font-size: 1.5em;
}
.afterOrder .afterLeft .afterFeek {
  padding-top: 30px;
}
.afterOrder .afterLeft .afterFeek .feek ul {
  margin: -10px -15px;
}
.afterOrder .afterLeft .afterFeek .feek li {
  padding: 10px 15px;
  align-items: center;
}
.afterOrder .afterLeft .afterFeek .feek li.wid-35 {
  width: 35%;
}
.afterOrder .afterLeft .afterFeek .feek li.wid-65 {
  width: 65%;
}
.afterOrder .afterLeft .afterFeek .feek li>span {
  flex-shrink: 0;
  width: 100%;
  color: #797979;
  font-size: 1.5em;
  margin-bottom: 10px;
  display: block;
}
.afterOrder .afterLeft .afterFeek .feek li label {
  width: 100%;
  border: 1px solid #E2E8F0;
  line-height: 24px;
  position: relative;
  color: #555;
  border-radius: 6px;
  font-size: 1.2em;
}
.afterOrder .afterLeft .afterFeek .feek li label.error {
  border-color: red;
}
.afterOrder .afterLeft .afterFeek .feek li.radio label.error {
  color: red;
}
.afterOrder .afterLeft .afterFeek .feek li label input,
.afterOrder .afterLeft .afterFeek .feek li label textarea,
.afterOrder .afterLeft .afterFeek .feek li label em {
  padding: 10px 15px;
  border: none;
  width: 100%;
  display: block;
  font-style: unset;
  box-sizing: border-box;
  background-color: white;
  color: black;
  border-radius: inherit;
}
.afterOrder .afterLeft .afterFeek .feek li label em i.fa {
  margin-top: 5px;
}
.afterOrder .afterLeft .afterFeek .feek li .file label {
  background-color: white;
}
.afterOrder .afterLeft .afterFeek .feek li label dl {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  width: 100%;
  z-index: 2;
  display: none;
}
.afterOrder .afterLeft .afterFeek .feek li label:hover dl {
  display: block;
}
.afterOrder .afterLeft .afterFeek .feek li label dl dd {
  padding: 10px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.afterOrder .afterLeft .afterFeek .feek li label dl dd:hover {
  background: #eee;
}
.afterOrder .afterLeft .afterFeek .feek li label p {
  margin-top: 5px;
  color: #999;
  position: absolute;
  left: 0;
  top: 100%;
}
.afterOrder .afterLeft .afterFeek .feek li label i.f {
  position: absolute;
  font-style: unset;
  left: 10px;
  top: 10px;
  display: none;
}
.afterOrder .afterLeft .afterFeek .feek li label input.number {
  padding-left: 25px;
}
.afterOrder .afterLeft .afterFeek .feek li label textarea {
  min-height: 130px;
}
.afterOrder .afterLeft .afterFeek .feek li .file input {
  display: none !important;
}
.afterOrder .afterLeft .afterFeek .feek li .file label {
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: wrap;
  cursor: pointer;
  cursor: hand;
  margin-right: 10px;
}
.afterOrder .afterLeft .afterFeek .feek li .file label i {
  font-size: 300%;
  display: block;
  width: 100%;
  font-weight: 100;
}
.afterOrder .afterLeft .afterFeek .feek li .file label i.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.afterOrder .afterLeft .afterFeek .feek li .file label i.img del {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  color: white;
  text-align: center;
  min-height: 10%;
  display: none;
  font-size: 16px;
  line-height: 1.5;
}
.afterOrder .afterLeft .afterFeek .feek li .file label i.img del:before {
  color: white;
  vertical-align: top;
  font-size: inherit;
}
.afterOrder .afterLeft .afterFeek .feek li .file label.active i.img del {
  display: block;
}
.afterOrder .afterLeft .afterFeek .feek li.send label {
  border: none;
}
.afterOrder .afterLeft .afterFeek .feek li.send input {
  padding: 15px 50px;
  border-radius: 0;
  background: #797979;
  color: white;
  border: none;
  cursor: pointer;
  cursor: hand;
  font-size: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.afterOrder .afterLeft .afterFeek .feek li.send input:hover {
  background-color: var(--AuxiliaryColor);
}
.afterOrder .afterLeft .afterFeek .feek li.radio label {
  border: none;
  width: auto;
  margin-right: 15px;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.5em;
}
.afterOrder .afterLeft .afterFeek .feek li.radio label input {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  padding: 0;
  margin-top: -.3em;
}
.afterOrder .afterLeft .afterFeek .feek li.radio.product_type {
  display: none;
}
.afterOrder .afterLeft .afterFeek .feek li.radio.product_type.active {
  display: inline-block;
}
.afterOrder .afterRight {
  width: 35%;
}
.afterOrder .afterRight h5 {
  font-size: 1.4em;
  color: black;
  font-weight: bold;
}
.afterOrder .afterRight .orderDetail {
  margin: 15px 0;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}
.afterOrder .afterRight .orderDetail li:first-child {
  border-top: none;
}
.afterOrder .afterRight .orderDetail li {
  border-top: 1px solid #f8f8f8;
  padding: 12px 0;
}
.afterOrder .afterRight .orderDetail .pic {
  width: 160px;
  flex-shrink: 0;
}
.afterOrder .afterRight .orderDetail .detail {
  width: 100%;
  padding-left: 20px;
  font-size: 1.2em;
}
.afterOrder .afterRight .orderDetail .detail .text {
  font-size: 1.2em;
  margin-top: 7px;
  font-weight: bold;
  color: black;
}
.afterOrder .afterRight .orderDetail .detail .flex p:last-child {
  width: 30px;
  flex-shrink: 0;
}
.afterOrder .afterRight .orderDetail .detail .flex {
  justify-content: space-between
}
.afterOrder .afterRight .orderSummary ul {
  margin-top: 20px;
  font-size: 1.2em;
}
.afterOrder .afterRight .orderSummary li {
  color: black;
  margin-bottom: 15px;
}
.afterOrder .afterRight .orderSummary li:last-child {
  margin-bottom: 0;
}
.afterOrder .afterRight .orderSummary li span {
  color: black;
  margin-left: 1em;
  float: right;
}
.afterOrder .afterRight .orderSummary li span.red {
  color: var(--AuxiliaryColor);
}
.afterOrder .afterRight .orderSummary h6 {
  color: #797979;
  font-size: 1.2em;
}
.afterOrder img {
  max-width: 100%;
}
.afterOrder p {
  color: inherit;
  font: inherit;
}
.afterOrder .afterLeft h5 {
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  display: flex;
  white-space: nowrap;
  margin-bottom: .8em;
}
.afterOrder .afterLeft h5 small {
  font-weight: normal;
  font-size: .8em;
  color: #797979;
  margin-left: 1.5em;
  white-space: normal;
}
.afterOrder .afterLeft h5 small time {
  color: var(--AuxiliaryColor);
  margin-right: .5em;
}
.afterOrder .afterLeft .afterState .detail {
  font-size: 1.1em;
  color: black;
  margin: -1em;
}
.afterOrder .afterLeft .afterState .detail .slide:first-child {
  width: 66.666%;
  display: flex;
  flex-wrap: wrap;
}
.afterOrder .afterLeft .afterState .detail .slide {
  width: 33.333%;
  padding: 1em;
}
.afterOrder .afterLeft .afterState .detail .slide span {
  margin-bottom: .8em;
  width: 50%;
  padding-right: 1em;
}
.afterOrder .afterLeft .afterState .detail .slide span:last-child {
  margin-bottom: 0;
}
.afterOrder .afterLeft .afterState .detail .slide span em {
  margin-right: .5em;
}
.afterOrder .afterLeft .afterState .detail .slide:last-child {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
}
.afterOrder .afterLeft .afterState .detail .apply-btn {
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.5em;
  border: 1px solid var(--AuxiliaryColor);
  font-size: 1em;
  color: var(--AuxiliaryColor);
  display: inline-block;
  margin-top: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-width: 11.5em;
  text-align: center;
}
.afterOrder .afterLeft .afterState .detail .apply-btn:hover {
  background-color: var(--AuxiliaryColor);
  color: white;
}
.afterOrder .afterLeft .afterHistory {
  padding-top: 30px;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide {
  margin-bottom: 1.5em;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide i.icon {
  width: 35px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 1em;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content {
  width: 100%;
  padding: 2em;
  border-radius: 10px;
  background-color: white;
  color: black;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content .title time {
  color: #797979;
  font-size: 1.2em;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content h6 {
  display: flex;
  padding-right: .5em;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content h6 small {
  margin-left: 1em;
  color: #797979;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content h6 span {
  display: inline-block;
  line-height: 2;
  padding: 0 1em;
  color: white;
  margin-right: 1em;
  font-size: 12px;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content .text {
  margin-top: 1em;
  font-size: 1.3em;
  line-height: 1.4;
}
.afterOrder .afterLeft .afterHistory .afterHistoryList .slide .content .text span {
  margin-left: 1em;
}
.afterOrder i.TcMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0,0,0,.3);
}
.afterOrder .pupTc {
  position: fixed;
  z-index: 31;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 500px;
  max-width: 100%;
  border-radius: 6px 6px 6px 6px;
  background-color: white;
}
.afterOrder .pupTc .title {
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.afterOrder .pupTc .title i.close {
  width: 16px;
  height: 16px;
  float: right;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.afterOrder .pupTc .title i.close:after,
.afterOrder .pupTc .title i.close:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #666;
  top: 50%;
  left: 0;
  position: absolute;
}
.afterOrder .pupTc .title i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.afterOrder .pupTc .title i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.afterOrder .pupTc .content {
  padding: 20px;
}
.afterOrder .pupTc .content .info {
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  background: #F8F8F8;
  font-size: 14px;
  color: #797979;
}
.afterOrder .pupTc .content .info span {
  color: black;
}
.afterOrder .pupTc .content .info p {
  margin-bottom: 15px;
}
.afterOrder .pupTc .content .info p.wid-50 {
  width: 45%;
  display: inline-block;
  line-height: 1.2;
}
.afterOrder .pupTc .content .info p:last-child {
  margin-bottom: 0;
}
.afterOrder .pupTc .content .info span.add {
  width: 100%;
  margin-top: 5px;
}
.afterOrder .pupTc .content .form {
  margin-top: 20px;
}
.afterOrder .pupTc .content .form ul {
  margin: -7px 0;
}
.afterOrder .pupTc .content .form ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.afterOrder .pupTc .content .form ul li label {
  margin-right: 5px;
  white-space: nowrap;
  text-align: right;
  min-width: 9em;
}
.afterOrder.cancel .pupTc .content .form ul li label {
  min-width: 4.5em;
}
.afterOrder .pupTc .content .form ul li input,
.afterOrder .pupTc .content .form ul li textarea,
.afterOrder .pupTc .content .form ul li select{
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  line-height: 24px;
  padding: 8px 12px;
}
.afterOrder .pupTc .content .form ul li input,
.afterOrder .pupTc .content .form ul li select{
  max-width: 225px;
  width: 100% !important;
}
.afterOrder .pupTc .content .form ul li textarea {
  height: 100px;
}
.afterOrder .pupTc .content .form ul li.sub {
  text-align: right;
  justify-content: flex-end;
}
.afterOrder .pupTc .content .form ul li.sub button {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #797979;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 10px;
}
.afterOrder .pupTc .content .form ul li.sub button.qx {
  border-color: #797979;
  color: #797979;
}
.afterOrder .pupTc .content .form ul li.sub button.qx:hover {
  color: white;
  background-color: #797979;
}
.afterOrder .pupTc .content .form ul li.sub button.qr {
  border-color: #B01111;
  background-color: #B01111;
  color: white;
}
.afterOrder .pupTc .content .form ul li.sub button.qr:hover {
  background-color: var(--MainColor);
  border-color: var(--MainColor);
}
.afterOrder .afterOrderFilter {
  margin: 20px 0;
}
.afterOrder .afterOrderFilter input {
  width: 220px;
  line-height: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  font-size: 13px;
  color: #797979;
  padding: 0 15px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.afterOrder .afterOrderFilter input[type="submit"] {
  width: auto;
  padding: 0 15px;
  background-color: #B01111;
  color: white;
  border: none;
}
.afterOrder .afterOrderList {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 10px;
}
.afterOrder .afterOrderList .title {
  padding: 20px;
  font-size: 14px;
  color: black;
  font-weight: 600;
}
.afterOrder .afterOrderList .slide {
  text-align: center;
  font-size: 14px;
}
.afterOrder .afterOrderList .slide:nth-child(1) {
  width: 45%;
  text-align: left;
}
.afterOrder .afterOrderList .slide:nth-child(2) {
  width: 15%;
}
.afterOrder .afterOrderList .slide:nth-child(3) {
  width: 15%;
}
.afterOrder .afterOrderList .slide:nth-child(4) {
  width: 15%;
}
.afterOrder .afterOrderList .slide:nth-child(5) {
  width: 15%;
}
.afterOrder .afterOrderList .box {
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
}
.afterOrder .afterOrderList .box>p {
  font-size: 14px;
  color: #797979;
}
.afterOrder .afterOrderList .box>.flex {
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
}
.afterOrder .afterOrderList .box .slide {
  border-right: 2px solid #E5E5E5;
  padding: 0 10px;
}
.afterOrder .afterOrderList .box .slide p {
  margin-bottom: 4px;
}
.afterOrder .afterOrderList .box .slide p:last-child {
  margin-bottom: 0;
}
.afterOrder .afterOrderList .box .slide:last-child {
  border-right: none;
}
.afterOrder .afterOrderList .box .slide .pic {
  flex-shrink: 0;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
  -o-box-shadow: 0 0 5px rgba(0,0,0,.05);
  box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.afterOrder .afterOrderList .box .slide .pic .img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.afterOrder .afterOrderList .box .slide .content {
  padding-left: 10px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
.afterOrder .afterOrderList .box .slide .content h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.afterOrder .afterOrderList .box .slide .content p {
  color: #797979;
}
.afterOrder .afterOrderList .box .slide .content .price {
  font-size: 12px;
  color: #797979;
  width: 100%;
}
.afterOrder .afterOrderList .box .slide .content .price span {
  font-size: 18px;
  color: #B01111;
  margin-left: 5px;
}
.afterOrder .afterOrderList .box .slide:last-child a {
  color: #0075FF;
  margin-bottom: 10px;
  padding: 0;
}
.afterOrder .afterOrderList .box .slide:last-child a:last-child {
  margin-bottom: 0;
}
.afterOrder .afterOrderList .box .slide .flex {
  height: 100%;
}
.afterOrder .afterOrderList .box .slide .flex.align {
  align-items: center;
  align-content: center;
  justify-content: center;
}
.afterOrder .afterOrderList .box .slide:first-child .flex.align {
  justify-content: start;
  flex-wrap: nowrap;
}
.m-page2 {
  margin-top: 20px;
  text-align: right;
  display: block;;
}
.m-page2 a,.m-page2 span {
  font-size: 14px;
  padding: 4px 10px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: top;
}
.m-page2 a:hover,
.m-page2 a.active {
  background: var(--MainColor);
  color: white;
}
@media screen and (max-width: 1000px){
  .afterOrder {
    overflow: auto;
  }
  .afterOrder .afterOrderList,.afterOrder .afterOrderFilter {
    min-width: 1000px;
  }
  .afterOrder .afterOrderList .slide {
    font-size: 12px;
  }
  .afterOrder .afterLeft {
    width: 100%;
    padding-right: 0;
  }
  .afterOrder .afterRight {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .afterOrder .block {
    font-size: 12px;
  }
  .afterOrder .afterLeft .afterView .pic,.afterOrder .afterRight .orderDetail .pic {
    width: 110px;
  }
  .afterOrder .block {
    padding: 15px;
  }
  .afterOrder .afterLeft .afterFeek .feek li {
    font-size: 10px;
    width: 100% !important;
  }
  .afterOrder .afterLeft .afterFeek .feek li.send input {
    padding: 10px 30px;
  }
  .inner-banner {
    height: 120px;
  }
  .inner-banner .mbx {
    font-size: 12px;
    padding: 5px 10px;
  }
  .hot-page .hot-1 .box .left a.img-box span.cat {
    margin-bottom: 7px;
  }
  .faq-page .faq-1 h2, .contact-page .contact-1 h2, .about-page .about-1 h3, .about-page .about-3 .right h2, .about-page .about-5 .box h3, .hot-page .hot-1 h2, .hot-page .hot-1 .box .left a.img-box h3 {
    font-size: 20px;
  }
  .hot-page .hot-1 .box .left a.img-box .price {
    font-size: 16px;
    margin: 5px 0;
  }
  .hot-page .hot-1 .box .left a.img-box em {
    line-height: 28px;
    height: 28px;
    margin-top: 7px;
  }
  #index-body .init-1 .list ul li a.img-box em {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 200px;
  }
  #index-body .init-2 .list ul li .box a.img-box,.hot-page .hot-1 .box .right .list ul li .box2 a.img-box,.product-page .product-3 .list ul li .box .img a.img-box {
    height: 160px;
    background-size: cover;
  }
  #index-body .init-1 .list ul li a.img-box em, #index-body .init-2 .list ul li .box a.img-box em, #index-body .init-3 .left .img-box em,
  #index-body .init-2 .list ul li .box .productBtn a,.hot-page .hot-1 .box .right .list ul li .box2 a.img-box em,.hot-page .hot-2 .list ul li a.img-box span.discount,
  .product-page .product-3 .list ul li .box .img a.img-box em,.product-page .product-3 .list ul li .box .img .productBtn a,.prodet-page .prodet-3 .bottom .list ul li .box a.img-box em{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  #index-body .init-2 .list ul li .box .productBtn {
    right: 5px;
    top: 5px;
  }
  #index-body .init-2 .list ul li .box h6 {
    font-size: 14px;
    margin: 8px 0;
  }
  #index-body .init-2 .list ul li .box span.price {
    font-size: 14px;
    margin-bottom: 0;
  }
  #index-body .init-2 .list ul li .box,.product-page .product-3 .list ul li .box,.prodet-page .prodet-3 .bottom .list ul li .box {
    padding: 8px;
  }
  #index-body .init-1,#index-body .init-4,.hot-page .hot-1 {
    padding: 40px 0;
  }
  #index-body .init-2 {
    padding-bottom: 40px;
  }
  #index-body .init-3 .right h6 {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .init-3 .right time {
    font-size: 24px;
    margin-top: 10px 0;
  }
  #index-body .init-4 .list ul li a.img-box,#index-body .init-4 .list ul .slick-current li a.img-box, #index-body .init-4 .list ul .slick-current+div+div li a.img-box {
    height: 24em;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 {
    padding: 5px 5px 15px;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 .star,
  .product-page .product-3 .list ul li .box .caption .star,
  .prodet-page .prodet-3 .bottom .list ul li .box .star {
    float: none;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 h6 {
    font-size: 14px;
    margin: 5px 0;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 .productBtn a {
    margin-right: 5px;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 a.more {
    font-size: 14px;
  }
  .hot-page .hot-1 .box .right .list ul li .box2 .price {
    font-size: 18px;
  }
  .hot-page .hot-2 .list ul li a.img-box .content h6 {
    font-size: 14px;
    margin: 5px 0;
  }
  .hot-page .hot-2 .list ul li a.img-box .content em {
    font-size: 14px;
    margin-top: 10px;
  }
  .hot-page .hot-2 .list ul li a.img-box .content {
    padding-right: 8px;
  }
  .hot-page .hot-1 .box {
    margin-top: 0;
  }
  .hot-page .hot-1 .box .left a.img-box em {
    font-size: 14px;
  }
  .inner-page+br,
  .inner-page+br+br,
  .inner-page+br+br+br {
    display: none;
  }
  .product-page .product-1 .list ul li a.img-box {
    min-height: auto !important;
  }
  .product-page .product-1 .list ul li a.img-box .box h6 {
    font-size: 16px !important;
  }
  .product-page .product-1 .list ul li a.img-box .box p {
    font-size: 14px !important;
  }
  .product-page .product-1 .list ul li a.img-box .box {
    max-width: 70%;
  }
  .product-page .product-1 .list ul li a.img-box .box span.discount {
    margin-top: 3px;
  }
  header~.inner-page {
    margin-top: 40px;
  }
  .product-page .product-3 .list ul li {
    width: 50%;
  }
  .product-page .product-3 .list ul li .box .addBox {
    margin-top: 10px;
  }
  .product-page .product-3 .list ul li .box .addBox .qty {
    width: 65%;
  }
  .product-page .product-3 .list ul li .box h6 {
    font-size: 14px;
  }
  .product-page .product-3 .list ul li .box .caption {
    display: block;
  }
  .product-page .product-3 .list ul li .box .img {
    margin: 5px 0;
  }
  .product-page .product-3 .list ul li .box p {
    line-height: 1;
    margin-bottom: 3px;
  }
  .inner-page .m-page a, .inner-page .m-page span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    font-size: 14px;
  }
  .inner-page .m-page {
    margin-top: 25px;
  }
  .product-page .product-3 {
    padding: 20px 0 40px;
  }
  .product-page .product-3 .list ul li .box .addBox {
    line-height: 32px;
    height: 32px;
  }
  .prodet-page .prodet-1 {
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .couponBox>a {
    margin: 5px;
  }
  .prodet-page .prodet-1 .right .price {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .bottom .list ul li {
    padding: 5px;
  }
  .prodet-page .prodet-3 .bottom .list ul li .box a.img-box {
    background-size: cover;
    height: 160px;
  }
  .prodet-page .prodet-3 .bottom .list ul li .box h6 {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .bottom .list ul li .box .price {
    font-size: 16px;
  }
  .prodet-page .prodet-3 {
    padding: 40px 0;
  }
  .prodet-page .prodet-2 .bottom {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .box2 .slideQty {
    width: 55%;
    padding-left: 45px;
    margin-bottom: 0;
  }
  .prodet-page .prodet-1 .right .box2 .slideAdd {
    width: 45%;
    padding-left: 3%;
  }
  .prodet-page .prodet-1 .right .box2 .slideQty h6,.prodet-page .prodet-1 .right a.buy {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .box2 .slideAdd .cartAdd i {
    margin-right: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .bigImg {
    padding-left: 10px;
  }
  .product-page .product-3 .list ul li .box .img .productBtn a:nth-child(2) {
    display: none;
  }
  .layui-layer-dialog {
    max-width: 100%;
    left: auto !important;
    right: 0 !important;
  }
  .cart-page .cart-1 .left .bottom .slide span.price {
    font-size: 14px;
  }
  .cart-page .cart-1 .left ul li:nth-child(3) {
    width: 60%;
  }
  .cart-page .cart-1 .left ul li:nth-child(4) {
    margin-top: 10px;
    width: 25%;
  }
  .cart-page .cart-1 .left ul li:nth-child(5) {
    width: 50%;
  }
  .cart-page .cart-1 .left .bottom .slide h6 {
    padding-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.2em;
  }
  .cart-page .cart-1 .left .bottom .slide h6 small {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cart-page .cart-1 .left ul li:nth-child(7) {
    position: absolute;
    width: auto;
    padding: 0;
    right: 3px;
    top: 3px;
    margin-top: 0;
  }
  .cart-page .cart-1 .left .bottom .slide {
    position: relative;
  }
  .cart-page .cart-1 .left ul li {
    padding: 0 3px;
  }
  .cart-page .cart-1 .left ul {
    margin: 0 -3px;
  }
  .cart-page .cart-1 .left ul li:nth-child(5) {
    width: 35%;
  }
  .cart-page .cart-1 .left ul li:nth-child(4) {
    display: none;
  }
  .cart-page .cart-1 .left .bottom .slide .qty2 {
    line-height: 30px;
    height: 32px;
  }
  .cart-page .cart-1 .left ul li:nth-child(1) {
    display: none;
  }
  .cart-page .cart-1 .left ul li:nth-child(3) {
    width: 75%;
  }
  .cart-page .cart-1 .left .bottom {
    margin-top: 0;
  }
  .cart-page .cart-1 .left .bottom .slide h6 {
    font-size: 12px;
    display: block;overflow: unset;
    max-height: none;
  }
  .cart-page .cart-1 .left ul {
    margin: 0;
  }
  .cart-page .cart-1 .left .bottom .slide a.img {
    max-width: 100%;
  }
  .cart-page .cart-1 .left ul li:nth-child(6) {
    width: 65%;
    padding-left: 35%;
  }
  .buy-page .buy-1 .left .bottom .slide {
    padding: 15px;
  }
  .buy-page .buy-1 .left .bottom .slide h6,.buy-page .buy-1 .right .top,.buy-page .buy-1 .right .bottom h6 {
    font-size: 16px;
  }
  .buy-page .buy-1 .left .bottom .slide .form span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .buy-page .buy-1 .left .bottom .slide .form input, .buy-page .buy-1 .left .bottom .slide .form textarea, .buy-page .buy-1 .left .bottom .slide .form select {
    padding: 4px 10px;
    font-size: 12px;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li h6 {
    font-size: 12px;
  }
  .buy-page .buy-1 .right .bottom .shopList .slide ul li strong {
    font-size: 14px;
  }
  .buy-page .buy-1 .right .bottom .totalText,.buy-page .buy-1 .right .bottom .agree {
    font-size: 12px;
  }
  .buy-page .buy-1 .right .bottom .BuyNow {
    font-size: 14px;
  }
  .buy-page .buy-1 .right .bottom .totalText strong {
    margin-bottom: 1em;
  }
  .buy-page .buy-1 .right .bottom .totalText p {
    margin-bottom: 10px;
  }
  .buy-page .buy-1 .right .bottom .shopList {
    padding-right: 0;
    margin-right: 0;
  }
  .buy-page .buy-1 .right:last-child .bottom .shopList {
    display: none;
  }
  .buy-page .buy-1 .right:last-child .bottom h6 {
    display: none;
  }
  .buy-page .buy-1 .right:first-child {
    display: block !important;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .buy-page .buy-1 .right:first-child .bottom .totalText {
    display: none;
  }
  .buy-page .buy-1 .right:first-child .bottom .shopList {
    padding: 0;
  }
  .buy-page .buy-1 .right .bottom {
    padding: 15px;
  }
  .buy-page .buy-1 .left .bottom .slide .form label {
    font-size: 12px;
  }
  .buy-page .buy-1 .right {
    margin-top: 20px;
  }
  .buy-page .buy-1 .right .top {
    margin-bottom: 20px;
    padding: 15px;
  }
  .buy-page .buy-1 .right:last-child .bottom .totalText {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .buy-page .buy-1 .right .bottom .agree {
    padding: 10px 0;
  }
  .buy-page .buy-1 .right .bottom .totalText p:last-child {
    margin-bottom: 0;
  }
  .buy-page .buy-1 .left .bottom .slide.PAYMENT label i.checked, .buy-page .buy-1 .right .bottom .agree i.checked {
    margin-top: -.3em !important;
  }
  .buy-page .buy-1 .right .bottom .BuyNow {
    border-radius: 10px;
  }
  .buy-page .buy-1 {
    padding: 30px 0;
  }
  .buy-page .buy-1 .right .bottom .shopList {
    max-height: none;
    overflow: hidden;
  }
  .buy-page .buy-1 .right .bottom h6 i.fa {
    float: right;
    margin-top: .2em;
  }
  .buy-page .buy-1 .right .bottom h6.active i.fa:before {
    content: "\f106";
  }
  .buy-page .buy-1 .right .bottom .totalText>strong {
    color: black;
    font-weight: bold;
  }
  .buy-page .buy-1 .right .top small {
    line-height: 1;
  }
  .buy-page .buy-1 .left .bottom .slide.PAYMENT .inlineBlock>div.shipping_method_html {
    display: none;
  }
  .buy-page .buy-1 .left .bottom .slide.PAYMENT[hidden],
  .buy-page .buy-1 .left .bottom .slide.PAYMENT[hidden] .inlineBlock>div.shipping_method_html{
    display: block !important;
  }
  .buy-page .buy-1 .left .bottom .slide.PAYMENT .form .Block span {
    display: none !important;
  }
  .cart-page .cart-1 .right .bottom .Pay span {
    font-size: 20px;
  }
}
ul#review_description2 li {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #f8f8f8;
  background: #fdfdfd;
  border-radius: 5px;
  margin-bottom: 20px;
}
ul#review_description2 li:last-child {
  margin-bottom: 0;
}
ul#review_description2 li .review_description_left p {
  margin-bottom: 0;
  font-weight: bold;
  opacity: .8;
}
ul#review_description2 li .review_description_left {
  width: 20%;
  min-width:100px;
}
ul#review_description2 li .review_description_right {
  width: 60%;
}
ul#review_description2 li .review_description_centen {
  padding-bottom: 0;
}
ul#review_description2 li .review_description_right .review_description_right_span {
  font-weight: bold;
  font-size: 14px;
}
ul#review_description2 li .btn {
  width: 20%;
  text-align: right;
}
ul#review_description2 li .btn a {
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  background: black;
  color: white;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
ul#review_description2 li .btn a:hover {
  background: var(--MainColor);
}
.layui-layer-btn .layui-layer-btn0 {
  width: 100%;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.layui-icon.layui-icon-rate-solid {
  color: var(--MainColor);
}
.prodet-page .prodet-1 .right .remark {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .remark h6 {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.prodet-page .prodet-1 .right .remark .text {
  font-size: 14px;
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .remark p {
  font-size: 12px;
  margin: .5em 0;
  display: block;
  opacity: .6;
  line-height: 1;
}
.prodet-page .prodet-1 .right .remark input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  transition: .5s;
}
.prodet-page .prodet-1 .right .remark input:focus {
  border-color: var(--MainColor);
}
.prodet-page .prodet-1 .right .remark label {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #ccc dashed;
  font-size: 14px;
  text-align: center;
  transition: .5s;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}
.prodet-page .prodet-1 .right .remark label.active {
  color: transparent;
}
.prodet-page .prodet-1 .right .remark label:hover {
  border-color: var(--MainColor);
  background-color: #f8f8f8;
}
.prodet-page .prodet-1 .right .remark label i.fa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(0, 0, 0, .3);
  display: none;
  cursor: pointer;
  cursor: hand;
  color: white;
  line-height: 20px;
}
.prodet-page .prodet-1 .right .remark label.active i.fa {
  display: block;
}
.prodet-page .prodet-1 .right .remark label em {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--AuxiliaryColor);
  width: 0;
}
.prodet-page .prodet-1 .right .remark label input {
  display: none;
}
@media screen and (max-width: 1600px) {
  .cart-page .cart-1 .right .bottom .Pay h6 {
    font-size: 24px;
  }
}
.my-account>.flex {
  flex-wrap: nowrap;
}
#remark.error,#remarkfile.error {
  border-color: red;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label,
.buy-page .buy-1 .left .bottom .slide.Method .Block label {
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
/*  font-size: 24px;*/
  color: black;
}
.buy-page .buy-1 .left .bottom .slide.Method .Block label em {
  font-weight: bold;
  margin-right: .5em;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label .airwallexform {
  margin-top: 20px;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label .airwallexform p {
  margin: 1.5em 0;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label .airwallexform dl {
  margin: -7px;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label .airwallexform dl dd {
  padding: 7px;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label .airwallexform dl dd.wid-100 {
  width: 100%;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label .airwallexform dl dd input {
  border-radius: 5px;
  background: white;
}
@media screen and (max-width: 500px) {
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label {
  display: flex;
  align-items: center;
  padding: 10px;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label i {
  flex-shrink: 0;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label[for="p_method_airwallex_standard"],
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label[for="p_method_stripe_standard"] {
  display: block;
}
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label[for="p_method_airwallex_standard"]>img+img,
.buy-page .buy-1 .left .bottom .slide.PAYMENT .Block label[for="p_method_stripe_standard"]>img+img {
  margin: 5px auto;
  float: none !important;
  display: block;
  max-height: 30px;
}
.APPLY {
  margin-bottom: 10px;
}
.APPLY input, .APPLY span {
  line-height: 40px !important;
  height: 40px !important;
  font-size: 13px !important;
}
}
.empty_cart {
    background: transparent url(../old/images/fec/cart.gif) no-repeat scroll 0 15px;
    font-size: 16px;
    margin: 24px auto 36px;
    padding: 35px 0 30px 116px;
    max-width: 500px;
}
.form-group {
  display: flex;
}
.form-group input,
.form-group textarea,
.form-group>div {
  width: 100%;
}
.form-group label {
  width: 100px;
}
.combined {
  margin-top: 25px;
}
.combined h6 {
  padding: 10px;
  text-align: center;
  background-color: #E5E5E5;
  font-size: 19px;
  display: block;
  font-weight: bold;
}
.combined .combinedList {
  padding: 8px 5px 0;
  border: 1px solid #E5E5E5;
}
.combined .combinedList ul {
  margin: -5px;
}
.combined .combinedList ul li {
  padding: 5px;
}
.combined .combinedList ul li .SubShop {
  display: block;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.combined .combinedList ul li .SubShop img {
  display: block;
  width: 100%;
}
.combined .combinedList ul li .SubShop i {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #555151;
  position: absolute;
  right: 7px;
  top: 7px;
  transition: .5s;
  display: block;
}
.combined .combinedList ul li .SubShop i img {
  opacity: 0;
  transition: .5s;
}
.combined .combinedList ul li .SubShop a.link {
  display: block;
  padding: .6em;
  font-size: 16px;
  text-align: center;
  display: block;
  color: black;
  line-height: 1.2;
  transition: .5s;
}
.combined .combinedList ul li .SubShop a.link:hover {
  text-decoration: none;
  color: var(--MainColor);
}
.combined .combinedList ul li .SubShop.active i {
  border-color: transparent;
}
.combined .combinedList ul li .SubShop.active i img {
  opacity: 1;
}
.cart-page .cart-1 .left .bottom .slide.child li:nth-child(1) {
  padding-left: 6%;
}
.cart-page .cart-1 .left .bottom .slide.child li:nth-child(2) {
  padding-left: 3%;
}
.cart-page .cart-1 .left .bottom .slide.child:hover, .cart-page .cart-1 .left .bottom .slide.child.active {
  background: #f7f7f7;
}
#cartListPup li.child {
  padding-left: 10%;
  background-color: #f8f8f8;
}
#cartListPup li.child .img,
#cartListPup li .qty2 {
  width: 35%;
}
#cartListPup li.child h6 {
  width: 65%;
}
.combined .combinedList .slick-list .slick-track {
  margin-left: 0;
}
.APPLY {
  display: flex;
}
.APPLY input,
.APPLY span {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #eee;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 1em;
}
.APPLY span {
  width: auto;
  padding: 0 1.5em;
  background: #666;
  color: white;
  margin-left: 5px;
  flex-shrink: 0;
  cursor: pointer;
  cursor: hand;
}
@media screen all (max-width: 700px) {
  .combined .combinedList ul li {
    width: 50%;
  }
  ul#review_description2 li .review_description_left {
    width: 100%;
  }
  ul#review_description2 li .review_description_right {
    width: 100%;
  }
  ul#review_description2 li {
    flex-wrap: wrap;
  }
  .prodet-2 table {
    width: 100% !important;
    overflow: auto !important;
    display: block !important;
    height: auto !important;
  }
  .prodet-2 table tbody {
    display: table;
    min-width: 700px;
  }
}
.optionsZh {
  padding: 25px 15px;
}
.layui-layer-content .optionsZh div.img {
  width: 35%;
  vertical-align: middle;
}
.optionsZh .img h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
}
.layui-layer-content .optionsZh .content {
  width: 65%;
  vertical-align: middle;
  padding-left: 5%;
}
.optionsZh .content span.price {
  font-size: 18px;
  font-weight: bold;
  color: red;
}
.optionsZh .content .ophtml {
  margin: 20px 0;
}
.optionsZh .content .ophtml h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
}
.optionsZh .content .ophtml a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 12px;
  margin-right: 1em;
  margin-bottom: 1em;
  cursor: pointer;
  cursor: hand;
}
.optionsZh .content .ophtml .btn {
  padding: 0;
}
.optionsZh .content .ophtml a.current {
  background: var(--MainColor);
  color: white;
  border-color: var(--MainColor);
}
.optionsZh .content .opButton {
  text-align: right;
}
.optionsZh .content .opButton button {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  background: var(--MainColor);
  color: white;
  font-size: 16px;
  text-transform: capitalize;
  border: none;
}
.combined .combinedList ul li .changeOptions {
  text-align: center;
  cursor: pointer;
  cursor: hand;
  font-size: 14px;
  margin-top: .5em;
  color: var(--MainColor);
}