@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.svg") format("svg");
}
@font-face {
  font-family: "PRATA-REGULAR";
  src: url("../fonts/PRATA-REGULAR.woff2") format("woff2"), url("../fonts/PRATA-REGULAR.woff") format("woff"), url("../fonts/PRATA-REGULAR.ttf") format("truetype"), url("../fonts/PRATA-REGULAR.eot") format("embedded-opentype"), url("../fonts/PRATA-REGULAR.svg") format("svg");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.eot") format("embedded-opentype"), url("../fonts/Poppins-Light.svg") format("svg");
}
@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}
.container {
  width: 1700px;
  max-width: 95%;
  margin: 0 auto;
}
.container-2 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}
@media (min-width: 1300px) {
  .widht-1262 {
    width: 1262px;
  }
}
.unified-container .container-2,
.unified-container .container {
  width: 1262px;
}
* {
  font-family: "OpenSans-Regular", "Acer Foco", "Trebuchet MS", "Arial", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "sans-serif";
}
input,
select,
button {
  outline: none;
}
.img img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "PRATA-REGULAR";
}
a {
  text-decoration: inherit !important;
}
h1.h1-after {
  position: relative;
  font-size: 30px;
  color: #333;
  padding-bottom: 20px;
}
h1.h1-after:after {
  position: absolute;
  display: table;
  content: ' ';
  width: 83px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #333;
}
h1.h1-after.text-left:after {
  transform: inherit;
  left: 0;
}
.h1-p {
  line-height: 2;
  width: 30%;
  margin: 15px auto;
  color: #676767;
}
.alter {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000001;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s;
}
.alter .alert-box {
  width: 50%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.alter .alert-box > div {
  padding: 0;
}
.alter .alert-box > div .img {
  height: 100%;
}
.alter .alert-box > div .img img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.alter .alert-box > div:last-child {
  position: relative;
  padding: 20px;
  padding-bottom: 5vw;
}
.alter .alert-box > div:last-child .closed {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 22px;
  transition: all 0.5s;
}
.alter .alert-box > div:last-child .closed:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.alter .alert-box > div:last-child h1 {
  font-size: 45px;
  line-height: 1.5;
  color: #333333;
  margin-top: 70px;
}
.alter .alert-box > div:last-child p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin-top: 30px !important;
}
.alter .alert-box > div:last-child input,
.alter .alert-box > div:last-child button {
  width: 70%;
  display: block;
  margin: 22px auto;
  height: 48px;
  border-radius: 48px;
}
.alter .alert-box > div:last-child input {
  margin-top: 26px;
  border: 1px solid #dedede;
  padding-left: 14px;
}
.alter .alert-box > div:last-child button {
  background: #d2aa5c;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 0;
}
.alter .alert-box > div:last-child button:after {
  position: absolute;
  top: 0;
  left: -70%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  transition: 0.7s;
  pointer-events: none;
}
.alter .alert-box > div:last-child button:hover {
  background: #dbbb7e !important;
  color: #fff;
  border: 0;
}
.alter .alert-box > div:last-child button:hover:after {
  left: 100%;
}
.alter .alert-box > div:last-child .buttom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.alter .alert-box > div:last-child .buttom p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0 !important;
}
@media (max-width: 1553px) {
  .alter .alert-box > div:last-child {
    padding-bottom: 7vw;
  }
}
@media (max-width: 1280px) and (max-height: 578px) {
  .alter .alert-box {
    width: 70vw;
  }
  .alter .alert-box > div:last-child h1 {
    margin-top: 50px;
    font-size: 36px;
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 100000000;
  top: 0;
  display: flex !important;
  justify-content: space-between;
}
header .h-left {
  width: 45%;
  border-bottom: 1px solid #776b64;
  display: flex;
}
header .h-left .h-menu {
  float: left;
  padding: 0.225rem 0.32rem;
  display: flex;
  align-items: center;
  border-right: 1px solid #776b64;
}
header .h-left .h-menu .icon span {
  display: block;
  width: 27px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
}
header .h-left .h-menu .icon span:nth-child(2) {
  margin-bottom: inherit;
}
header .h-left .h-menu > span {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}
header .h-left .h-menu:hover {
  cursor: pointer;
}
header .h-left .h-menu:hover span {
  color: #c8a373;
}
header .h-left .h-menu:hover .icon-bar {
  background-color: #c8a373;
}
header .h-left .h-lang {
  padding: 0.225rem 0.32rem;
}
header .h-left .h-lang .lang-show {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
header .h-left .h-lang .lang-show svg {
  height: 28px;
}
header .h-left .h-lang a {
  position: relative;
  color: #fff;
  padding: 5px;
  border: 1px solid transparent;
  margin: 0 6px;
  border-radius: 5px;
  font-size: 16px;
}
header .h-left .h-lang a:after {
  display: table;
  content: ' ';
  position: absolute;
  width: 1px;
  height: 80%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
}
header .h-left .h-lang a:last-child:after {
  display: none;
}
header .h-left .h-lang a.active,
header .h-left .h-lang a:hover {
  border-color: #dbbb7e;
  color: #dbbb7e;
}
header .h-left .h-lang:hover .down-lang {
  display: block;
  opacity: 1;
}
header .logo {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  height: 0.92rem;
  transition: all 1s;
}
header .logo img {
  height: 100%;
}
header .h-my {
  border-bottom: 1px solid #776b64;
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
header .h-my > a,
header .h-my #cart > a,
header .h-my .my-right a {
  padding: 0.225rem 0;
  margin-right: 0.26rem;
  display: flex;
  align-items: flex-end;
}
header .h-my > a img,
header .h-my #cart > a img,
header .h-my .my-right a img {
  margin-right: 14px;
}
header .h-my > a span,
header .h-my #cart > a span,
header .h-my .my-right a span {
  font-size: 18px;
  color: #fff;
  position: relative;
}
header .h-my > a span:after,
header .h-my #cart > a span:after,
header .h-my .my-right a span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(252, 248, 242, 0.5);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: transform 400ms ease-out;
}
header .h-my > a .num,
header .h-my #cart > a .num,
header .h-my .my-right a .num {
  position: relative;
}
header .h-my > a .num i,
header .h-my #cart > a .num i,
header .h-my .my-right a .num i {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background: #dbbb7e;
  border-radius: 20px;
  right: 12px;
  top: 0;
  font-style: normal;
}
header .h-my a:hover span:after {
  width: 100%;
  transform: scaleX(1);
}
header .h-my .my-right {
  border-left: 1px solid #776b64;
  display: flex;
  padding-left: 10px;
}
header .h-my .my-right a {
  padding: 0.225rem 0;
  margin-right: 0.26rem;
}
header .h-my .my-right a svg {
  width: 20px;
  height: 20px;
}
header .h-my .my-right a .hover-on {
  display: none;
}
header .h-my .my-right a:hover .hover-off {
  display: none;
}
header .h-my .my-right a:hover .hover-on {
  display: block;
}
header.active {
  background: rgba(0, 0, 0, 0.5);
}
header.active .logo {
  height: 100%;
  top: 0;
  padding: 5px 0;
}
@media (max-width: 1440px) {
  .alter .alert-box {
    width: 55%;
  }
}
.video {
  width: 100%;
  height: 92vh;
  position: relative;
}
.video h1 {
  height: 50%;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.video .xian {
  height: 50%;
  padding: 30px 0 0;
}
.video .xian i {
  display: inline-block;
  width: 2px;
  background: #929ca2;
}
.video .xian .ellipse {
  width: 10px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 25px auto;
  position: relative;
}
.video .xian .ellipse span {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.video .xian h4 {
  color: #fff;
  transition: all 0.5s;
  font-size: 18px;
}
.video .xian h4:hover {
  font-size: 24px;
}
.video .index-swiper {
  width: 43%;
  margin-right: 28px !important;
  position: absolute;
  right: 0;
  bottom: -150px;
}
.video .index-swiper .icon-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  padding: 0 40px;
  overflow: hidden;
  transition: all 0.5s;
}
.video .index-swiper .icon-txt .con-swiper {
  margin-top: 5vw;
  transition: all 500ms ease 0s;
}
.video .index-swiper .icon-txt .con-swiper img {
  position: relative;
  transition: all 0.5s ease;
  opacity: 1;
}
.video .index-swiper .icon-txt .con-swiper h4 {
  color: #fff;
  margin: 18px 0 0;
}
.video .index-swiper .icon-txt .con-swiper p {
  opacity: 0;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
}
.video .index-swiper .icon-txt:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video .index-swiper .icon-txt:hover .con-swiper {
  margin-top: 0;
}
.video .index-swiper .icon-txt:hover .con-swiper img {
  opacity: 0;
  height: 0;
}
.video .index-swiper .icon-txt:hover .con-swiper p {
  opacity: 1;
}
.video .index-swiper .swiper-button-next,
.video .index-swiper .swiper-button-prev {
  background: transparent;
  width: 45px;
  height: 101%;
  top: 20px;
  background: initial;
  transition: 1s ease;
}
.video .index-swiper .swiper-button-next i,
.video .index-swiper .swiper-button-prev i {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/l.png);
  background-size: 45px 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.video .index-swiper .swiper-button-prev,
.video .index-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}
.video .index-swiper .swiper-button-next,
.video .index-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.video .index-swiper .swiper-button-next:hover,
.video .index-swiper .swiper-button-prev:hover {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #fff) !important;
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), #fff) !important;
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), #fff) !important;
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff) !important;
  /* 标准的语法 */
}
@media (min-width: 1441px) {
  .video .index-swiper .icon-txt:hover .con-swiper h4 {
    margin-top: 50px !important;
  }
}
.category-ban {
  margin-bottom: 80px;
}
.category-ban .breadcrumb-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.category-ban .xian h4 {
  font-size: 12px;
}
.faq .panel-default {
  border: 0;
  box-shadow: initial;
  margin-top: 20px;
}
.faq .panel-default .panel-heading {
  background: transparent;
  border: 0;
}
.faq .panel-default .panel-heading .panel-title a {
  font-size: 20px;
  color: #222222;
  display: flex;
}
.faq .panel-default .panel-heading .panel-title a i {
  margin-right: 10px;
  color: #d7b46f;
}
.faq .panel-default .panel-heading .panel-title .collapsed i:before {
  content: "\f196";
}
.faq .panel-default .panel-body {
  border: 0 !important;
  padding: 10px 38px;
  font-size: 14px;
  color: #222222;
  line-height: 1.5;
}
.category-list .search {
  position: relative;
}
.category-list .search input {
  width: 100%;
  height: 53px;
  border: 1px solid #e6e6e6;
  padding-left: 14px;
  padding-right: 50px;
}
.category-list .search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.category-list .search img:hover {
  cursor: pointer;
}
.category-list .tip {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-list .tip div {
  font-size: 20px;
  color: #000;
}
.category-list .tip div span {
  font-size: 14px;
  color: #000;
  margin-left: 10px;
}
.category-list .tip button {
  padding: 5px 25px !important;
  color: #fff;
  font-size: 18px;
  background: #d6b169;
  border: 0;
}
.category-box {
  width: 100%;
  border: 0;
  padding: 0!important;
  margin: 50px 0;
  box-shadow: 0 0 35px #ccc;
}
.category-box > ul {
  padding: 25px 15px 150px;
  margin-bottom: 0;
  background: url(../images/c-bg.png?v=2) no-repeat bottom / cover;
}
.category-box > ul > li {
  margin: 20px 0 0;
}
.category-box > ul li {
  background: transparent;
  border: 0 !important;
}
.category-box > ul li .category-href {
  font-size: 22px;
  color: #2b2824;
  margin: 0;
}
.category-box > ul li i {
  color: #2b2824 !important;
}
.category-box > ul li ul li {
  padding: 20px 0 0;
}
.category-box > ul li ul li a {
  display: flex;
}
.category-box > ul li ul li a p {
  font-size: 16px;
  color: #c0965e;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid transparent;
}
.category-box > ul li ul li a span {
  color: #c14c4c;
  font-size: 12px;
  margin-left: 10px;
}
.category-box > ul li ul li.active a p,
.category-box > ul li ul li:hover a p {
  color: #2b2824;
  border-bottom: 1px solid #c0965e;
}
.category-box > ul .toggle-icon {
  font-size: 20px;
  float: inherit;
}
.category-box > ul .toggle-icon .fa-angle-up {
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  background: url("../images/jian.png") no-repeat center / 100%;
}
.category-box > ul .collapsed .fa-angle-up {
  background: url("../images/jia.png") no-repeat center / 100%;
}
.category-box > ul .toggle-icon .fa-angle-up:before {
  content: '';
}
.category-box > ul .collapsed .fa-angle-up:before {
  content: '';
}
.c-body-bg {
  background: url(../images/c-box-bg.png) no-repeat bottom / 100%;
}
.bg {
  background: url(../images/bg.png) no-repeat 0 -500px / cover;
}
.are {
  padding: 195px 0 50px;
}
.are h1 {
  font-size: 30px;
  color: #333;
  display: flex;
  align-items: center;
}
.are h1 hr {
  width: 83px;
  height: 1px;
  background-color: #333;
  margin: 0;
  margin-left: 15px;
}
.are .are-con {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.are .are-con h2 {
  width: 30%;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin-top: 0;
}
.are .are-con p {
  width: 43%;
  color: #474747;
  line-height: 1.5;
  font-size: 20px;
}
.index-pro {
  padding: 75px 0 0;
}
.index-pro .h1-p {
  font-size: 18px;
  line-height: 1.5;
}
.index-pro .pro-four {
  width: 55%;
  margin: 0 auto;
}
.index-pro .pro-four .swiper-container {
  padding: 0 20px;
}
.index-pro .pro-four .four-item {
  display: block;
  position: relative;
}
.index-pro .pro-four .four-item img {
  width: 100%;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
}
.index-pro .pro-four .four-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #686868;
  white-space: nowrap;
}
.index-pro .pro-four .four-item.active span,
.index-pro .pro-four .four-item:hover span {
  color: #a53e4c;
}
.index-pro .pro-four .four-item:hover img {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.index-pro .pro-con {
  margin-top: 50px;
  margin-left: -1%;
  overflow: hidden;
}
.index-pro .pro-con .pro-itme {
  float: left;
  margin-left: 1%;
  width: 24%;
  margin-bottom: 34px;
}
.index-pro .pro-con .pro-itme .pro-img {
  background: url(../images/pro-bj.png) no-repeat center / 100% 100%;
  position: relative;
  overflow: hidden;
}
.index-pro .pro-con .pro-itme .pro-img .table-hover-on {
  width: 100%;
  padding: 43px 0;
  transition: all 0.5s;
}
.index-pro .pro-con .pro-itme .pro-img .m-logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.index-pro .pro-con .pro-itme .pro-img .pro-rp-js {
  position: absolute;
  right: 10px;
  top: 20px;
}
.index-pro .pro-con .pro-itme .pro-img .pro-rp-js > div {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #c39b65;
  padding: 8px 0;
  color: #c39b65;
  margin-bottom: 12px;
  transition: 0.5s ease;
  line-height: 13px;
}
.index-pro .pro-con .pro-itme .pro-img .pro-rp-js > div span {
  color: #cd425a;
  display: block;
  margin-top: 5px;
  font-family: "Poppins-Light";
}
.index-pro .pro-con .pro-itme .pro-img .pro-rp-js > div:hover {
  background: #c39b65;
  color: #fff;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon {
  position: absolute;
  right: 10px;
  bottom: 70px;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.5s;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon .pro-yan {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  line-height: 28px;
  background: #000;
  border: 2px solid #000;
  margin-top: 12px;
  transition: 0.5s ease;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon .pro-yan svg {
  width: 28px;
  height: 28px;
  margin: 7px auto;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon .pro-yan .off {
  display: none;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon .pro-yan:hover {
  background: inherit;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon .pro-yan:hover .on {
  display: none;
}
.index-pro .pro-con .pro-itme .pro-img .pro-icon .pro-yan:hover .off {
  display: block !important;
}
.index-pro .pro-con .pro-itme .pro-param {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.index-pro .pro-con .pro-itme .pro-param .list-h-auto {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index-pro .pro-con .pro-itme .pro-param .pro-title {
  width: 100%;
  font-size: 22px;
  margin: 28px 0;
  color: #616161;
  font-family: "PRATA-REGULAR";
}
.index-pro .pro-con .pro-itme .pro-param .pro-price {
  width: 50%;
  color: #c8a373;
  font-size: 20px;
  font-family: "Poppins-Light";
}
.index-pro .pro-con .pro-itme .pro-param .pro-cart {
  width: 50%;
  text-align: right;
}
.index-pro .pro-con .pro-itme .pro-param .pro-cart:hover img {
  transition: 0.5s ease;
  position: relative;
}
.index-pro .pro-con .pro-itme .pro-param .pro-cart:hover img {
  animation: img_move 0.5s;
  cursor: pointer;
}
.index-pro .pro-con .pro-itme:hover .pro-img {
  box-shadow: 0 0 10px #ccc;
  background: url(../images/pro-bj-ff.png) no-repeat center / 100% 100%;
}
.index-pro .pro-con .pro-itme:hover .pro-img .pro-icon {
  opacity: 1;
}
.index-pro .pro-con .pro-itme:hover img {
  object-fit: cover;
  transform: scale(1.1);
}
.index-pro .item-3 {
  margin-left: -1.3333%;
  margin-top: 0;
}
.index-pro .item-3 .pro-itme {
  width: 32%;
  margin-left: 1.3333%;
}
.index-pro .item-1 {
  margin-left: 0;
  margin-top: 0;
}
.index-pro .item-1 .pro-itme {
  width: 100%;
  margin-left: 0;
}
.index-pro .item-1 .pro-itme img {
  transform: scale(1) !important;
}
.index-pro .list {
  padding: 10px;
}
.index-pro .list .pro-itme {
  margin: 0;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  width: 100%;
  display: flex;
}
.index-pro .list .pro-itme .pro-img {
  width: 30%;
}
.index-pro .list .pro-itme .pro-param {
  width: 70%;
  margin: 0 42px;
  align-items: inherit;
}
.index-pro .list .pro-itme .pro-param .list-h-auto {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-pro .list .pro-itme .pro-param .introduction {
  display: block!important;
  font-size: 14px;
  margin-bottom: 30px;
}
.index-pro .list .pro-itme .pro-param .pro-title {
  text-align: left;
  margin-top: 0;
}
.index-pro .list .pro-itme .pro-param .pro-cart {
  display: none;
}
.index-pro .list .pro-itme .pro-param .cart-button {
  justify-content: flex-start;
  margin-top: 20px;
}
.index-pro .list .pro-itme .pro-param .cart-button .quantity,
.index-pro .list .pro-itme .pro-param .cart-button button {
  width: 154px;
  height: 45px;
  line-height: 45px;
  margin-right: 20px;
}
@media (max-width: 1770px) {
  .index-pro .pro-four {
    width: 65%;
  }
}
.pro-padd {
  padding-top: 50px;
}
.progress-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.progress-box .progress-item {
  position: relative;
}
.progress-box .progress-item .progress-sort {
  width: 36px;
  height: 36px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #000;
  background: #d2d2d2;
  color: #676767;
  font-size: 16px;
}
.progress-box .progress-item span {
  white-space: nowrap;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 16px;
}
.progress-box .progress-item.active .progress-sort {
  background: #d3ac60;
  color: #fff;
}
.progress-box .progress-rtion {
  width: 160px;
  height: 14px;
  background: #d2d2d2;
}
.progress-box .progress-rtion.active {
  background: #d3ac60;
}
.cart-button {
  margin-top: 10px;
  transition: all 0.5s;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.cart-button .quantity {
  width: 48%;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a7a6b1;
  color: #999;
  font-size: 16px;
}
.cart-button .quantity label {
  margin: 0;
  font-size: 16px;
}
.cart-button .quantity .qodef-icon {
  display: flex;
  align-items: center;
}
.cart-button .quantity svg {
  width: 16px;
  height: 16px;
}
.cart-button .quantity svg:hover {
  cursor: pointer;
}
.cart-button .quantity input {
  width: 30px;
  text-align: center;
  background: inherit;
  border: 0;
  box-shadow: inherit;
}
.cart-button button {
  width: 48%;
  height: 57px;
  line-height: 57px;
  border: 1px solid #a7a6b1;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.1);
  background: #dbbb7e !important;
  transition: all 0.5s;
  position: relative;
}
.cart-button button:after {
  position: absolute;
  top: 0;
  left: -70%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  transition: 0.7s;
  pointer-events: none;
}
.cart-button button:hover {
  color: #fff;
  border: 0;
}
.cart-button button:hover:after {
  left: 100%;
}
.cart-button.active {
  visibility: visible;
  opacity: 1;
}
.pro-contact p.price {
  color: #c0965e;
  font-size: 20px;
  margin: 50px 0;
}
.pro-contact p.introduction,
.pro-contact .list-unstyled li {
  line-height: 1.5;
  font-size: 14px;
  color: #676767;
  letter-spacing: 1px;
}
.pro-contact .list-unstyled {
  margin-top: 30px;
}
.pro-contact .list-unstyled li {
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .pro-contact {
    padding: 0 85px 0 100px;
  }
}
.detail-content .nav-tabs {
  margin: 0;
  border: 0 !important;
}
.detail-content .nav-tabs li a {
  background: #c0965e;
  border: 0 !important;
  border-radius: initial;
  padding: 15px 40px;
  font-size: 18px;
}
.detail-content .nav-tabs li.active a {
  background: #f6f1eb !important;
}
.detail-content .tab-content {
  background: #f6f1eb;
  padding: 46px 56px;
}
.detail-content .tab-content p,
.detail-content .tab-content span {
  font-size: 14px;
  color: #676767;
  line-height: 1.5;
}
.sitemap a {
  color: #333;
}
.sitemap ul {
  padding-left: 0;
}
.sitemap ul li {
  list-style: none;
}
.sitemap .col-sm-6 .site1 {
  width: 100%;
  padding: 30px 0 10px;
  border-bottom: 3px solid #262626;
}
.sitemap .col-sm-6 .site1 a {
  font-size: 20px;
}
.sitemap .col-sm-6 .site3 > a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #bebebe;
  padding: 30px 0 10px;
}
.sitemap .col-sm-6 .site3 ul {
  padding-left: 10px;
}
.sitemap .col-sm-6 .site3 ul li a {
  display: block;
  padding: 5px 0 0;
}
.sitemap .col-sm-6 .site2 {
  margin-bottom: 80px;
}
.sitemap .col-sm-6 .ul-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitemap .col-sm-6 .ul-1 .site2,
.sitemap .col-sm-6 .ul-1 > li {
  width: 48%;
}
.pro-back {
  margin-bottom: 20px;
}
.pro-back > div a {
  font-size: 14px;
  color: #444444;
  display: flex;
  align-items: center;
}
.pro-back > div a img {
  position: relative;
  margin-left: 10px;
  top: -3px;
}
.pro-back > div a:hover {
  color: #c0965e;
}
.pro-back > div ul li {
  float: left;
  list-style: none;
}
.pro-back > div ul li a {
  display: inline-block;
  margin: 0 10px  ;
}
@media (max-width: 1800px) {
  .video .index-swiper .icon-txt:hover .con-swiper img {
    height: 30px;
  }
}
@media (max-width: 1690px) {
  .video .index-swiper .icon-txt .con-swiper {
    margin-top: 50px;
  }
}
@media (max-width: 1510px) {
  .video .index-swiper .icon-txt .con-swiper {
    margin-top: 30px;
  }
}
@media (max-width: 1445px) {
  .video .index-swiper .icon-txt {
    padding: 0 30px;
  }
  .video .index-swiper .icon-txt .con-swiper {
    margin-top: 30px;
  }
  .video .index-swiper .icon-txt:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .video .index-swiper .icon-txt:hover .con-swiper {
    margin-top: 0;
  }
  .video .index-swiper .icon-txt:hover .con-swiper img {
    opacity: 0;
    height: 0;
    margin: 0;
  }
  .video .index-swiper .icon-txt:hover .con-swiper p {
    opacity: 1;
  }
}
@media (max-width: 1340px) {
  .video .index-swiper .icon-txt .con-swiper {
    margin-top: 5px;
  }
}
.index-bw {
  position: relative;
}
.index-bw img {
  width: 100%;
}
.index-bw h1 {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index-our {
  padding-top: 150px;
}
.index-our > div {
  display: flex;
}
.index-our p {
  font-size: 18px;
  color: #858585;
  line-height: 2;
}
.index-our .col-md-4 {
  padding: 0;
}
.index-our .img img {
  height: 100%;
  object-fit: cover;
}
.index-our .txt {
  padding-right: 45px;
  padding-top: 100px;
}
.index-our .txt p {
  margin-top: 15px;
}
.index-our .img-txt {
  background: #d1c0b9;
  position: relative;
}
.index-our .img-txt .img {
  padding: 0 35px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.index-our .img-txt .img img {
  width: auto;
}
.index-our .img-txt .img p {
  color: #fff;
}
.video-f {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000000;
  top: 0;
  display: none;
}
.video-f > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-f > div video {
  width: 60vw;
  box-shadow: 0 0 10px #fff;
}
.blgo {
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
  background: url(../images/our-bg.jpg) no-repeat center / 100% 100%;
}
.blgo .img-txt {
  background: #343340;
}
.blgo .bg-f {
  background: #fff;
}
.blgo .bg-f .hover-off {
  display: none;
}
.blgo .bg-f img {
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.blgo .bg-f p {
  color: #565656 !important;
  transition: all 0.5s;
}
.blgo .bg-f .hover-off {
  display: block;
  border-radius: 100%;
}
.blgo .bg-f .hover-on {
  display: none;
}
.blgo .bg-f:hover .hover-off {
  transform: scale(1.1);
  box-shadow: 0 0 10px #ccc;
}
.blgo .bg-f:hover p {
  color: #c8a373 !important;
  text-shadow: 0px 0px 1px #000;
}
.blgo .flex-remove {
  display: inherit;
  padding: 50px 0;
}
.blgo .flex-remove .h1-p {
  width: 100%;
  padding: 0 100px;
}
.blgo .flex-remove .blog-swiper {
  overflow: visible ;
}
.blgo .flex-remove .blog-swiper .swiper-slide {
  display: flex;
}
.blgo .flex-remove .blog-swiper .swiper-slide .img {
  width: 30%;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con {
  position: relative;
  background: #fff;
  width: 70%;
  padding: 40px;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con h3 {
  font-size: 24px;
  color: #555555;
  margin-top: 40px;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con p {
  color: #212529;
  line-height: 1.5;
  margin-top: 20px;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con .botton {
  position: absolute;
  width: 100%;
  border-top: 1px solid #efece2;
  padding: 20px 40px;
  left: 0;
  bottom: 0;
  color: #ae936c;
  background: linear-gradient(to right, #dbbb7e 50%, #fff 50%) no-repeat scroll right bottom / 210% 100% #fff !important;
  transition: all ease 0.3s;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con .botton a {
  position: absolute;
  right: 0;
  padding: 16px 28px;
  top: 0;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con .botton a svg {
  height: 20px;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con .botton:hover {
  cursor: pointer;
  background-position: left bottom !important;
  border-top: 1px solid #ae936c;
  color: #fff;
}
.blgo .flex-remove .blog-swiper .swiper-slide .bolg-con .botton:hover a {
  border-left: 0;
}
.blgo .flex-remove .blog-swiper .blog-next,
.blgo .flex-remove .blog-swiper .blog-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #efece2;
  overflow: hidden;
  background: #fff;
  right: -25px;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  opacity: 1 !important;
  box-shadow: 0 0 10px #000;
}
.blgo .flex-remove .blog-swiper .blog-next svg,
.blgo .flex-remove .blog-swiper .blog-prev svg {
  height: 20px;
}
.blgo .flex-remove .blog-swiper .swiper-button-disabled {
  opacity: 0 !important;
}
.blgo .flex-remove .blog-swiper .blog-prev {
  left: -25px;
}
.blgo .flex-remove .blog-swiper .blog-prev svg {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.blgo .flex-remove .blog-swiper .blog-next:hover,
.blgo .flex-remove .blog-swiper .blog-prev:hover {
  background: #efece2;
}
.blgo .flex-remove .blog-swiper .blog-pagination {
  bottom: -62px;
}
.blgo .flex-remove .blog-swiper .blog-pagination .swiper-pagination-bullet {
  background: #eac988;
  opacity: 1;
}
.blgo .flex-remove .blog-swiper .blog-pagination .swiper-pagination-bullet-active {
  background: #ac8c56;
}
.index-contact {
  display: flex;
}
.index-contact .col-md-6 {
  padding: 0;
}
.index-contact .col-md-6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-contact .col-md-6:nth-child(1) {
  background: url(../images/contact-bg.png) no-repeat center / 100% 100%;
  padding: 200px 160px 0 370px;
}
.index-contact .col-md-6:nth-child(1) h1 {
  color: #fff;
}
.index-contact .col-md-6:nth-child(1) p {
  margin-top: 50px;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}
.index-contact .col-md-6:nth-child(1) a {
  display: inline-block;
  padding: 16px 55px;
  color: #333;
  margin-top: 10px;
  font-weight: 700;
  background: #f9f5f2;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.index-contact .col-md-6:nth-child(1) a:after {
  position: absolute;
  top: 0;
  left: -60%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  transition: 0.7s;
  pointer-events: none;
}
.index-contact .col-md-6:nth-child(1) a:hover {
  background: #dbbb7e !important;
  color: #fff;
}
.index-contact .col-md-6:nth-child(1) a:hover:after {
  left: 100%;
}
@media (max-width: 1680px) {
  .index-contact .col-md-6:nth-child(1) {
    padding: 50px 150px;
  }
}
@media (max-width: 1440px) {
  .video .xian {
    padding: 0;
  }
  .video .index-swiper {
    bottom: -60px;
  }
  .category-ban h1 {
    margin: 0;
  }
  .category-ban .xian {
    padding-top: 10px;
  }
  .category-ban .xian .ellipse {
    margin: 5px auto;
  }
}
footer .footer-top {
  padding: 96px 0;
  background: #fbf7f4;
}
footer .footer-top > div {
  padding-bottom: 10px;
  overflow: hidden;
}
footer .footer-top > div h1 {
  color: #333;
  font-size: 22px;
}
footer .footer-top > div p {
  line-height: 1.5;
  color: #a7a6b1;
  font-size: 18px;
  width: 85%;
  margin-top: 30px;
}
footer .footer-top > div input {
  width: 60%;
  height: 60px;
  border: 0;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
}
footer .footer-top > div button {
  width: 190px;
  height: 58px;
  border: 1px solid #a7a6b1;
  background: initial;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.1);
  background: #f9f5f2;
  transition: all 0.5s;
  overflow: hidden;
  font-size: 16px;
}
footer .footer-top > div button svg {
  width: 20px;
  margin: 0 10px;
}
footer .footer-top > div button:after {
  position: absolute;
  top: 0;
  left: -70%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  transition: 0.7s;
  pointer-events: none;
}
footer .footer-top > div button:hover {
  background: #dbbb7e !important;
  color: #fff;
  border: 0;
}
footer .footer-top > div button:hover:after {
  left: 100%;
}
footer .footer-top > div .col-md-6:nth-child(2) {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
footer .footer-buttom {
  padding: 50px 0;
}
footer .footer-buttom > div {
  overflow: hidden;
}
footer .footer-buttom p {
  color: #757264;
  font-size: 16px;
  font-family: "PRATA-REGULAR";
}
footer .footer-buttom a,
footer .footer-buttom span {
  font-size: 16px;
  color: #89877b;
  font-family: "PRATA-REGULAR";
}
footer .footer-buttom img {
  display: block;
  margin: 0 auto;
}
footer .footer-buttom .pay-cert {
  margin-top: 32px;
}
footer .footer-buttom .links {
  margin: 12px 0 40px 0;
}
footer .footer-buttom .links span {
  margin: 0 15px;
  font-size: 16px;
  font-family: "PRATA-REGULAR";
}
footer .footer-buttom .footer-icon {
  display: flex;
  justify-content: flex-end;
}
footer .footer-buttom .footer-icon a {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "PRATA-REGULAR";
  border: 1px solid #dbbb7e;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
footer .footer-buttom .footer-icon a .hover-off {
  display: none;
}
footer .footer-buttom .footer-icon a:hover {
  background: #dbbb7e;
}
footer .footer-buttom .footer-icon a:hover .hover-off {
  display: block;
}
footer .footer-buttom .footer-icon a:hover .hover-on {
  display: none;
}
footer .footer-buttom .cert {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-buttom .cert img {
  width: 100px;
  margin: 0 10px;
}
footer .footer-p {
  background: #cdcdcd;
  padding: 16px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  color: #65605a;
  font-family: "PRATA-REGULAR";
}
.off {
  display: none !important;
}
.on {
  display: block;
}
.menu-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}
.m_nav {
  padding: 0 10px;
  position: fixed;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 25%;
  height: 100%;
  background: #000;
  -webkit-transition: all ease 0.5s;
  z-index: 1000004000000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  top: 0;
  transform: translateX(-100%);
}
.m_nav.open {
  transform: translateX(0);
}
.m_nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}
.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}
.m_nav .logo img {
  display: block;
  margin: 30px auto;
}
.m_nav .ul {
  margin-top: 30px;
}
.m_nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
  position: inherit;
}
.m_nav.open .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.m_nav .ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m_nav .ul li .dropdown_menu {
  display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}
.m_nav .ul li .dropdown_menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child {
  border: none;
}
#content {
  min-height: 400px;
}
#loginPage {
  max-width: 875px;
  box-shadow: inherit;
  border: 0;
}
body {
  margin: 0 !important;
}
.login-hare {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px;
}
.login-hare h1 {
  color: #d3ac60;
  margin: 0;
}
.login-hare a {
  color: #515151;
}
.login-hare a img {
  width: 20px;
}
#xlogin .group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#xlogin .group label {
  position: initial;
  padding: 0;
  color: #d3ac60;
  font-size: 14px;
  font-weight: 100;
  font-family: "OpenSans-Regular";
}
#xlogin input:not([type=checkbox]) {
  height: 46px;
  border-radius: 46px;
  background: #f7f7f7;
  padding: 0 15px 4px;
}
#xlogin input[type=submit] {
  background: #d3ac60;
  width: 50%;
  margin: 0 auto;
  text-transform: capitalize;
}
#xlogin .checkocweb .checkmark {
  background: #fff;
  border: 2px solid #d3ac60;
}
#xlogin .checkocweb input:checked ~ .checkmark:after {
  display: block;
}
#xlogin .checkocweb .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #d3ac60;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
#xcart .xcollapsable {
  font-size: 16px;
  font-weight: 400;
}
#xcart .xcollapsable span {
  font-size: 16px;
}
#xcart .editcart.xremove {
  color: #333;
  border: 0;
}
#xcart .media-left a,
#xcart .media-left span {
  width: 50px;
  padding: 0 !important;
}
#xcart .media-left a img,
#xcart .media-left span img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px 0!important;
}
#totals .panel-green1 .table > tbody > tr td {
  color: #656565;
}
#totals .panel-green1 .table > tbody > tr:last-child > td {
  color: #333;
}
.progress,
.progress-bar-success {
  height: 44px !important;
  border-radius: initial !important;
  background-image: linear-gradient(#dbbb7e, #d0a555) !important;
}
a.agree,
.editAddress {
  color: #d1a759 !important;
  font-size: 14px;
  font-weight: 100 !important;
}
.editAddress,
.pointer {
  color: #cb6969;
  position: relative;
  top: 2px;
}
.panel-address,
.container_panel {
  border: 0 !important;
  box-shadow: initial !important;
}
.panel-address .panel-address-heading,
.container_panel .panel-address-heading,
.panel-address .heading,
.container_panel .heading {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 20px;
  border: 0 !important;
}
.panel-address th,
.container_panel th,
.panel-address p,
.container_panel p {
  font-family: "PRATA-REGULAR";
  font-size: 14px;
}
.panel-address td,
.container_panel td {
  padding: 30px 10px!important;
}
.panel-address td br,
.container_panel td br {
  display: none;
}
.panel-address .panel-address-heading span,
.container_panel .panel-address-heading span,
.panel-address .heading,
.container_panel .heading {
  font-family: "PRATA-REGULAR";
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #333 !important;
}
.panel-address .address-label,
.container_panel .address-label {
  border: 0 !important;
}
.panel-address .address-label .address-string,
.container_panel .address-label .address-string {
  color: #333;
}
.panel-address .shipping-table,
.container_panel .shipping-table {
  height: initial !important;
  overflow-y: inherit !important;
  overflow: hidden;
}
.panel-address .text-justified,
.container_panel .text-justified {
  border: 0 !important;
}
.panel-address .text-justified .address-list,
.container_panel .text-justified .address-list {
  max-height: initial !important;
  overflow-y: inherit !important;
  overflow: hidden;
}
.panel-address .text-justified .address-list small a,
.container_panel .text-justified .address-list small a {
  font-size: 18px;
  color: #d1a759;
}
.panel-address .text-justified .address-list small a i,
.container_panel .text-justified .address-list small a i {
  margin-left: 10px;
}
@media (max-width: 1180px) {
  .wapper-1180,
  .prosur {
    width: 96% !important;
  }
}
@media (max-width: 1500px) {
  footer .issue {
    width: 96%;
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) {
  footer .issue li {
    width: 50%;
    padding-left: 10%;
  }
  header .h-my a span {
    font-size: 14px;
  }
  .are .are-con p {
    width: 53%;
    text-align: justify;
    font-size: 18px;
  }
  .are .are-con h2 {
    margin-top: 0;
  }
  .h1-p {
    width: 50%;
  }
  .index-pro .pro-four {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .product-layout.col-lg-3:nth-child(5n+1) {
    clear: left;
  }
  .product-layout.col-lg-3:nth-child(4n+1) {
    clear: initial !important;
  }
}
@media (max-width: 1200px) {
  .category-box {
    padding: 20px;
  }
  .category-box > ul {
    padding: 15px 15px 100px;
  }
  .information-contact .contact-box .contact-issue-box .contact-issue-item {
    width: 48% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .category-list .tip {
    flex-wrap: wrap;
  }
  .category-list .tip > div {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .alter .alert-box {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .h-lang > div:nth-child(1) {
    display: block !important;
  }
  .h-lang > div:nth-child(2) {
    display: none !important;
  }
}
.price-range-slider {
  width: 100% !important;
}
@media (max-width: 1024px) {
  .pro-padd {
    padding-top: 20px;
  }
  .index-pro .pro-con {
    margin-top: 0;
  }
  .index-contact .col-md-6:nth-child(1) {
    padding: 50px 35px;
  }
  .index-pro .pro-con .pro-itme {
    width: 32%;
  }
  .index-pro .pro-con.list .pro-itme {
    width: 100%;
  }
  .index-pro .item-3 .pro-itme {
    width: 48.6%;
  }
  header .h-my a span {
    display: none;
  }
  .index-pro .pro-con .pro-itme .pro-param .pro-title {
    font-size: 16px;
  }
  .video {
    height: 70vh;
  }
  .video .index-swiper {
    width: 100%;
    margin-right: 0 !important;
    bottom: -246px;
  }
  .video .index-swiper .icon-txt .con-swiper img {
    margin-top: 35px;
  }
  .are {
    padding: 290px 0 50px;
  }
  .pay-cert {
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 12px;
  }
  .pay-cert img {
    width: 23% !important;
  }
  .cert2 {
    justify-content: space-between !important;
  }
  .cert2 img {
    width: 24% !important;
    margin: 0 !important;
  }
  footer .footer-buttom .links {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-buttom .links a {
    width: 45%;
    line-height: 2;
    text-align: left !important;
  }
  footer .footer-buttom .links span {
    display: none;
  }
  .category-ban {
    height: 40vh !important;
  }
  .category-ban .c-images,
  .category-ban img {
    height: 100%;
    object-fit: cover;
  }
}
footer .footer-buttom p {
  line-height: 1.5;
}
.pro-content {
  display: flex;
  align-items: center;
}
.pro-content .remove-cart button {
  background: transparent !important;
  color: #313131;
  border: 0 !important;
}
.pro-content .pro-image,
.pro-content .pro-name {
  margin-right: 20px;
}
.information-contact {
  background: #f4f4f4;
}
.information-contact .index-contact {
  display: none;
}
.information-contact .contact-box .map {
  width: 100%;
  height: 400px;
}
.information-contact .contact-box .contact-issue-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.information-contact .contact-box .contact-issue-box .contact-issue-item {
  width: 24%;
  text-align: center;
  padding: 55px 30px;
  background: #fff;
}
.information-contact .contact-box .contact-issue-box .contact-issue-item h2 {
  color: #000;
  padding-bottom: 20px;
  position: relative;
  font-size: 16px;
}
.information-contact .contact-box .contact-issue-box .contact-issue-item h2:after {
  position: absolute;
  display: table;
  content: ' ';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 2px;
  background: #dbbb7e;
}
.information-contact .contact-box .contact-issue-box .contact-issue-item p {
  font-size: 14px;
  color: #7d7f81;
  line-height: 1.5;
  margin-top: 20px;
}
.information-contact .contact-form {
  width: 520px;
  margin: 120px auto 50px;
  text-align: center;
}
.information-contact .contact-form span {
  color: #dbbb7e;
  font-size: 14px;
}
.information-contact .contact-form h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
}
.information-contact .contact-form input {
  border: 1px solid #c5c5c5;
  height: 50px;
}
.information-contact .contact-form textarea {
  border: 1px solid #c5c5c5;
}
.information-contact .contact-form .has-error input,
.information-contact .contact-form .has-error textarea {
  border: 1px solid #ff0000;
}
.m-on-cart {
  display: none;
}
.m-off-cart {
  display: block;
}
.layui-layer-hui .layui-layer-content {
  padding: 12px 20px !important;
}
@media (min-width: 1400px) {
  #step_payment_panel > .container {
    max-width: 1400px;
  }
}
#step_payment_panel > .container p,
#step_payment_panel > .container span,
#step_payment_panel > .container a {
  color: #333;
}
#step_payment_panel > .container p {
  font-size: 14px;
}
#step_payment_panel > .container .buttons > div {
  float: initial !important;
  margin: 0 auto 20px;
}
#step_payment_panel > .container .heading-panel {
  padding: 0 15px !important;
  height: 85px;
  line-height: 85px;
}
#step_payment_panel > .container .heading-panel label {
  font-size: 18px !important;
  color: #dbbb7e;
  font-family: "PRATA-REGULAR";
  font-weight: 500;
}
#step_payment_panel > .container a.heading-panel::before {
  top: 46% !important;
  transform: translateY(-50%);
}
.pay-img img {
  max-height: 50px;
}
@media (max-width: 860px) {
  .pay-img img {
    max-height: 30px;
  }
  .m-on-cart {
    display: block;
  }
  .m-off-cart {
    display: none;
  }
  .blgo .bg-f:hover .hover-off {
    box-shadow: initial;
  }
  .video-f > div video {
    width: 95vw;
  }
  .container {
    max-width: 100%;
  }
  .container-2 {
    max-width: 100%;
    padding: 0 15px;
  }
  .index-pro .pro-four .swiper-container {
    padding: 0;
  }
  .m_nav {
    padding: 0;
  }
  .off {
    display: block !important;
  }
  .on {
    display: none !important;
  }
  .m_nav {
    width: 80%;
  }
  .h1-p {
    width: 95%;
  }
  .bg {
    background: url(../images/bg.png) no-repeat 0%;
  }
  header .logo {
    top: 10px;
  }
  header .logo img {
    height: 100%;
  }
  header .h-lang > div:nth-child(1) {
    display: none !important;
  }
  header .h-lang > div:nth-child(2) {
    display: block !important;
  }
  header .h-lang .fa {
    font-size: 22px;
    color: #fff;
  }
  header .h-lang img {
    width: 20px;
    float: left;
  }
  header .h-lang a {
    color: #fff;
    padding: 5px;
  }
  header .h-lang a.active {
    border: 1px solid #fff;
    border-radius: 5px;
  }
  header .h-lang a:hover {
    color: #fff;
  }
  header .h-my a {
    margin-left: 0;
    padding: 10px 0 19px;
  }
  header .h-my a i {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 5px;
  }
  header .h-my a span {
    display: none;
  }
  header .h-my .h-user i {
    background: url(../images/user.png) no-repeat center / 0.3rem 0.3rem;
  }
  header .h-my .h-search i {
    background: url(../images/ss.png) no-repeat center / 0.3rem 0.3rem;
  }
  header .h-my .h-cart i {
    background: url(../images/cart.png) no-repeat center / 0.3rem 0.3rem;
  }
  header .h-my .h-cart span {
    right: -5px;
    top: -20px;
    display: block !important;
  }
  .video {
    height: 50vh;
  }
  .video h1 {
    height: 34%;
    font-size: 22px;
  }
  .video .xian {
    padding: 20px 0 0;
  }
  .video .xian .ellipse {
    margin: 15px auto;
  }
  .video .index-swiper {
    width: 100%;
    margin-right: 0 !important;
    bottom: -228px;
  }
  .video .index-swiper .icon-txt {
    padding: 0 40px;
  }
  .video .index-swiper .icon-txt img {
    margin-top: 57px;
  }
  .are {
    background: url(../images/lines.png) no-repeat bottom / 100% auto;
    padding: 240px 15px 0;
  }
  .are h1 {
    margin-left: 0;
  }
  .are .are-con {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .are .are-con h2 {
    color: #333;
    width: 100%;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
  }
  .are .are-con a {
    color: #c0965e;
    font-size: 14px;
    margin-top: 10px;
  }
  .are .are-con p {
    display: none;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
  }
  .index-pro {
    padding: 35px 0 0;
  }
  .index-pro .pro-four {
    width: 100%;
  }
  .index-pro .pro-four .four-item {
    margin: 0;
  }
  .index-pro .pro-con {
    margin-top: 30px;
    margin-left: -1%;
    overflow: hidden;
  }
  .index-pro .pro-con .pro-itme {
    margin-left: 1%;
    width: 49%;
  }
  .index-pro .pro-con .pro-itme .pro-img .pro-rp-js {
    top: 5px;
    right: 5px;
  }
  .index-pro .pro-con .pro-itme .pro-img .pro-rp-js > div {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .index-pro .pro-con .pro-itme .pro-img .pro-rp-js > div span {
    margin-top: 0;
  }
  .index-pro .pro-con .pro-itme .pro-icon {
    display: none;
  }
  .index-pro .pro-con .pro-itme .pro-param {
    padding: 0 10px;
  }
  .index-pro .pro-con .pro-itme .pro-param .pro-title {
    font-size: 16px;
    margin: 13px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .index-pro .pro-con .pro-itme .pro-param .cart-button {
    flex-wrap: wrap;
  }
  .index-pro .pro-con .pro-itme .pro-param .cart-button .quantity,
  .index-pro .pro-con .pro-itme .pro-param .cart-button button {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .index-bw h1 {
    font-size: 20px;
    margin: 0;
  }
  .index-our {
    padding-top: 0;
  }
  .index-our .txt {
    padding: 0;
  }
  .index-our > div {
    display: flex;
    flex-wrap: wrap;
  }
  .index-our > div .col-md-4 {
    width: 100%;
  }
  .index-our .img-txt .img {
    position: initial;
    transform: initial;
  }
  .index-our .img-txt .img img {
    padding: 40px 0px;
  }
  .blgo .bg-f {
    width: 100%;
  }
  .blgo .flex-remove {
    padding: 20px 15px;
  }
  .blgo .flex-remove .h1-p {
    width: 100%;
    padding: 0;
  }
  .blgo .flex-remove .blog-swiper {
    overflow: hidden !important;
  }
  .blgo .flex-remove .blog-swiper .swiper-slide {
    height: 100%;
    flex-wrap: wrap;
  }
  .blgo .flex-remove .blog-swiper .swiper-slide > div {
    width: 100% !important;
  }
  .blgo .flex-remove .blog-swiper .swiper-slide .bolg-con {
    position: relative;
    padding: 10px 10px 70px;
  }
  .blgo .flex-remove .blog-swiper .swiper-slide .bolg-con h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .blgo .flex-remove .blog-swiper .swiper-slide .bolg-con p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .blgo .flex-remove .blog-swiper .swiper-slide .bolg-con .botton a {
    padding: 16px 0px;
  }
  .blgo .flex-remove .blog-swiper .swiper-button-next {
    right: 10px;
  }
  .blgo .flex-remove .blog-swiper .swiper-button-prev {
    left: 10px;
  }
  .blgo .flex-remove .blog-swiper .swiper-button-next,
  .blgo .flex-remove .blog-swiper .swiper-button-prev {
    top: 40%;
  }
  .index-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .index-contact .col-md-6 img {
    display: block;
    width: 100%;
  }
  .index-contact .col-md-6:nth-child(1) {
    padding: 30px;
  }
  .pc-header {
    display: none !important;
  }
  header .h-left .h-menu {
    padding: 0.225rem 0.2rem;
  }
  header .h-left .h-menu .icon span {
    width: 24px;
  }
  .searchform-fly-overlay .btn-close-search {
    top: 52px;
    right: 20px;
  }
  .index-contact .col-md-6:nth-child(1) h1 {
    font-size: 26px;
  }
  .index-contact .col-md-6:nth-child(1) p {
    margin-top: 15px;
  }
  .m-no-right {
    float: left !important;
  }
  footer {
    margin-bottom: 73px;
  }
  footer .footer-top {
    padding: 45px 0;
    background: #353340;
  }
  footer .footer-top > div {
    overflow: hidden;
  }
  footer .footer-top > div h1 {
    color: #fff;
    font-size: 20px;
  }
  footer .footer-top > div p {
    line-height: 1.5;
    color: #a7a6b1;
    font-size: 16px;
    width: 85%;
    margin-top: 30px;
  }
  footer .footer-top > div input {
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0 10px;
    display: inline-block;
  }
  footer .footer-top > div button {
    width: 190px;
    height: 60px;
    border: 1px solid #fff;
    background: initial;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-top > div button svg {
    width: 20px;
    margin: 0 5px;
  }
  footer .footer-top > div .col-md-6:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }
  footer .footer-buttom {
    padding: 20px 0 0;
  }
  footer .footer-buttom > div {
    overflow: hidden;
  }
  footer .footer-buttom p {
    color: #757264;
    font-size: 14px;
    text-align: left;
  }
  footer .footer-buttom p a {
    display: contents;
    font-size: 14px;
  }
  footer .footer-buttom a {
    width: 50%;
    display: inline-block;
    color: #89877b;
    float: left;
    text-align: center;
    margin: 6px 0;
  }
  footer .footer-buttom span {
    display: none;
  }
  footer .footer-buttom img {
    display: block;
    margin: 0 auto;
  }
  footer .footer-buttom .cert {
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 20px !important;
  }
  footer .footer-buttom .cert img {
    width: 27% !important;
    margin: 0 !important;
  }
  footer .footer-buttom .cert2 img {
    width: 17% !important;
  }
  footer .footer-buttom .links {
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  footer .footer-buttom .links span {
    margin: 0 15px;
  }
  footer .footer-buttom .footer-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
  footer .footer-buttom .footer-icon a {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  footer .new-footer-buttom {
    background: #f9f5f2;
  }
  footer .new-footer-buttom h2 {
    font-size: 20px;
  }
  footer .new-footer-buttom .footer-icon {
    margin-top: 0;
    justify-content: flex-start;
  }
  footer .new-footer-buttom .footer-icon a {
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  footer .new-footer-buttom .cert {
    margin-top: 0 !important;
  }
  footer .new-footer-buttom .pay-cert {
    margin: 20px -20px 0 !important;
  }
  footer .new-footer-buttom .pay-cert img {
    padding: 0 20px;
  }
  footer .new-footer-buttom .links {
    margin: 0;
    margin-top: 20px !important;
  }
  footer .new-footer-buttom .links a {
    width: 50%;
    background: #eadbbd;
    border: 1px solid #fff;
    margin: 0;
    text-align: center !important;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
  }
  footer .new-footer-buttom .p-txt {
    background: #eadbbd;
    padding: 10px;
    margin-top: 10px;
  }
  footer .new-footer-buttom .p-txt p,
  footer .new-footer-buttom .p-txt a {
    color: #333;
    margin: 0 !important;
    font-family: "Acer Foco", "Trebuchet MS", "Arial", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "sans-serif";
  }
  footer .footer-p {
    background: #cdcdcd;
    padding: 14px;
    line-height: 1.3;
    text-align: center;
  }
  .alter .alert-box {
    width: 90%;
  }
  .alter .alert-box .img {
    display: none;
  }
  .alter .alert-box > div:last-child {
    padding: 0;
    padding-bottom: 150px;
  }
  .alter .alert-box > div:last-child h1 {
    font-size: 20px;
    margin-top: 55px;
    padding: 0 10px;
  }
  .alter .alert-box > div:last-child p {
    margin-top: 12px !important;
  }
  .alter .alert-box > div:last-child input,
  .alter .alert-box > div:last-child button {
    width: 90% !important;
  }
  .category-ban {
    height: 35vh !important;
    margin-bottom: 30px;
  }
  .category-ban .c-images {
    width: 100%;
    height: 100%;
  }
  .category-ban .c-images img {
    height: 100%;
    object-fit: cover;
  }
  .category-ban .xian {
    padding: 0 !important;
  }
  .category-ban .breadcrumb-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .index-pro .pro-con .pro-itme .pro-img .table-hover-on {
    width: 50%;
  }
  .pro-padd {
    padding-top: 0;
  }
  .pro-back {
    margin-bottom: 0;
  }
  .pro-back > div .pull-right {
    display: none;
  }
  .index-pro .item-1 .pro-itme {
    width: 100% !important;
  }
  .pro-contact p.price {
    margin: 25px 0;
  }
  #product .cart-button {
    width: 100% !important;
  }
  .detail-content {
    margin-top: 50px;
  }
  .detail-content .nav-tabs li a {
    padding: 12px 30px;
    font-size: 14px;
  }
  .sitemap .col-sm-6 .site1 {
    padding: 20px 0 10px;
  }
  .sitemap .col-sm-6 .site1 a {
    font-size: 18px;
  }
  .sitemap .col-sm-6 .site3 > a {
    padding: 20px 0 10px;
  }
  .sitemap .col-sm-6 .site2 {
    margin-bottom: 20px;
  }
  .information-contact .contact-box .map {
    height: 30vh;
  }
  .information-contact .contact-box .contact-issue-box .contact-issue-item {
    width: 100% !important;
    padding: 15px 30px;
    background: #fff;
  }
  .information-contact .contact-form {
    width: 100%;
    margin: 120px auto 50px;
    text-align: center;
  }
  .information-contact .contact-form span {
    color: #dbbb7e;
    font-size: 14px;
  }
  .information-contact .contact-form h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 40px;
  }
  .information-contact .contact-form input {
    border: 1px solid #c5c5c5;
    height: 50px;
  }
  .information-contact .contact-form textarea {
    border: 1px solid #c5c5c5;
  }
  .information-contact .contact-form .has-error input,
  .information-contact .contact-form .has-error textarea {
    border: 1px solid #ff0000;
  }
  .login-hare {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .login-hare .guest-a {
    width: 100%;
    margin-top: 20px;
  }
  .login-panel-bg {
    padding: 0 10px !important;
  }
  .progress-box {
    padding: 0 20px 20px;
  }
  #xlogin .pointer {
    top: 0;
  }
  .progress {
    margin-top: 20px;
  }
  .m-padding-remove {
    padding: 0 !important;
  }
  .table-responsive {
    border: 0;
  }
  .cart-well .pull-right {
    width: 100%;
    margin-top: 20px;
  }
  .cart-well .pull-right > a {
    width: 100%;
  }
  .m-center {
    text-align: center !important;
    margin: 40px 0 20px ;
  }
  .checkout-cart,
  .account-wishlist {
    background: #f7f7f7;
  }
  .checkout-cart .cart-well,
  .account-wishlist .cart-well {
    background: transparent !important;
  }
  .checkout-cart .cart-well .m-cart .cart-box .cart-item,
  .account-wishlist .cart-well .m-cart .cart-box .cart-item {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px 10px 5px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
  }
  .checkout-cart .cart-well .m-cart .cart-box .cart-item .cart-price,
  .account-wishlist .cart-well .m-cart .cart-box .cart-item .cart-price {
    width: 100%;
  }
  .checkout-cart .cart-well .m-cart .cart-box .cart-item .pro-content,
  .account-wishlist .cart-well .m-cart .cart-box .cart-item .pro-content {
    margin-top: 5px;
  }
}
@media (max-width: 375px) {
  .video .index-swiper {
    bottom: -208px;
  }
  .index-pro .pro-four .four-item span {
    font-size: 18px;
  }
}
/*# sourceMappingURL=all.css.map */