﻿@charset "utf-8";
/* * {
  font-family: montserrat-regular;
} */
html,
div {
  outline: 0;
}
.hide {
  display: none;
}
.imgbox {
  display: block;
  overflow: hidden;
}
.imgbox img {
  max-width: 100%;
  max-height: 100%;
}
input,
textarea {
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
  border: none;
}
body {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.wrap.i-wrap {
  width: 1440px;
}
.wrap:after,
.wrap:before {
  display: table;
  content: "";
}
.wrap:after {
  clear: both;
}
.text-over {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.over {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.visible-hidden {
  visibility: hidden;
  opacity: 1;
}
.middle {
  vertical-align: middle;
}
.middleImg img {
  vertical-align: middle;
}
.middleImg .mid-ilb {
  vertical-align: middle;
  display: inline-block;
}
.middleImg span {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  z-index: 1;
}
.fixed {
  position: fixed;
  z-index: 1;
}
.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.trans-show {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.trans-show.visable {
  opacity: 1;
  visibility: visible;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.pointer {
  cursor: pointer;
}
.flow-shadow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flow-shadow:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 0 10px #e9e9e9;
  box-shadow: 0 0 10px #e9e9e9;
}
.clear_gt_991 {
  clear: both;
}
.border-box {
  box-sizing: border-box;
}
*.hoverColor {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*.hoverColor:hover {
  color: #f0ac03 !important;
}
.show-pc-block {
  display: block !important;
}
.show-pc-inline-block {
  display: inline-block !important;
}
.show-mb-block {
  display: none !important;
}
.show-mb-inline-block {
  display: none !important;
}
a:hover {
  text-decoration: none;
}
.responsive_pc_header {
  width: 100%;
  height: 118px;
}
.responsive_pc_header .header_in {
  width: 100%;
  height: 118px;
}
.responsive_pc_header .header_in.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #000;
}
#header {
  background: #000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  border-bottom: 1px solid #ffce00;
}
#header .wrap {
  height: 118px;
}
#header .logo {
  float: left;
  max-width: 300px;
  height: 100%;
}
#header .logo a {
}
#nav {
  max-width: 660px;
  margin-top: 7px;
  margin-right: 20px;
}
#nav .list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 37px 0 0;
  padding-bottom: 10px;
  position: relative;
}
#nav .list > a {
  max-width: 110px;
  display: block;
  padding: 15px 0 17px;
  font-size: 16px;
  color: #fff;
}
#nav .list > a:hover {
  color: #f0ac03;
}
#nav .list .sub_row {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  z-index: 100;
  padding: 15px 10px 30px;
  line-height: 28px;
  opacity: 0;
  visibility: hidden;
}
#nav .list .sub_row:before {
  width: 9999px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
#nav .list .sub_row:after {
  width: 9999px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
#nav .list .sub_row a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
#nav .list .sub_row a span {
  margin-right: 10px;
}
#nav .list:hover .sub_row {
  opacity: 1;
  visibility: visible;
}
#header .func {
  float: right;
  margin-top: 15px;
}
#header .func .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
  cursor: pointer;
}
#header .func .icon:first-child {
  margin-left: 0;
}
#header .func .icon.inquiry {
}
#header .func .icon.inquiry span {
  width: 19px;
  line-height: 19px;
  right: -10px;
  top: -6px;
  background: #f0ac03;
  font-size: 12px;
  color: #000;
  border-radius: 100px;
}
#header .func .icon.language_icon {
  position: relative;
}
#header .func .icon.language_icon .default_language_currency_style dt {
  padding-right: 0;
  color: #fff;
  font-size: 20px;
}
#header .func .icon.language_icon span {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
}
#header .func .icon.language_icon .down {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  padding: 10px;
  border-radius: 5px;
}
#header .func .icon.language_icon:hover .down {
  opacity: 1;
  visibility: visible;
}
#header .func .icon.language_icon .down a {
  display: block;
  width: 120px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
  overflow: hidden;
}
#header.fiexd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10001;
}
#header.fiexd #nav .list {
  padding-bottom: 9px;
}
#header .search_box {
  margin-top: 20px;
}
#header .search_box .search {
}
#header .search_box .search input[name="Keyword"] {
  width: 176px;
  height: 26px;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 0 7px;
  margin-right: 5px;
  font-size: 12px;
  color: #505050;
}
#header .search_box .search input[type="submit"] {
  width: 28px;
  height: 28px;
  background: url(../images/icon_search.png) no-repeat center;
}
#footer {
  background: #343434;
}
#footer .copy {
  display: inline-block;
  vertical-align: top;
  padding-top: 36px;
  padding-left: 10px;
  float: left;
  width: 22%;
  overflow: hidden;
  box-sizing: border-box;
}
#footer .copy:first-child {
  padding-left: 0;
}
#footer .copy.news_letter {
  width: 34%;
}
#footer .justify {
  width: 100%;
  height: 0;
  font-size: 0;
  display: inline-block;
}
#footer .footer_title {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-family: piersans-bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#footer .footer_title:after {
  width: 60px;
  height: 3px;
  background: #f8c800;
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
}
#footer .copy .d {
  display: block;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #a9a9a9;
  max-width: 90%;
}
#footer .copy .d a {
  color: #a9a9a9;
  font-size: 16px;
}
#footer .copy p {
  width: 350px;
  padding-top: 5px;
  font-size: 12px;
  line-height: 24px;
  color: #a9a9a9;
  font-family: opensans-regular;
}
#footer .copy form {
  padding: 26px 0 14px;
  overflow: hidden;
}
#footer .copy form input[type="text"] {
  border: none;
  background: url(../images/newletter_emailico.png) no-repeat left 15px center
    #fff;
  width: 275px;
  height: 45px;
  font-size: 12px;
  color: #918f9a;
  padding: 0 15px 0 48px;
  float: left;
  border-radius: 22.5px 0 0 22.5px;
  border: 1px solid transparent;
}
#footer .copy form input[type="submit"] {
  width: 60px;
  height: 47px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #272c4c;
  float: left;
  background: url(../images/newletter_butico.png) no-repeat center #fff;
  border-radius: 0 22.5px 22.5px 0;
  border: 1px solid transparent;
}
#footer .copy .share {
  margin: 0;
  padding: 0;
}
#footer .copy .foot_share .foot_share_box {
  margin-right: 6px;
}
#footer .copy .share .img {
  display: inline-block;
  margin-right: 20px;
}
#footer .copy .share a {
  display: inline-block;
  padding: 0;
}
#footer .copyer {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 25px 0;
  background: #2e2e2e;
  margin-top: 35px;
}
#footer .copyer a {
  color: #fff;
}
#footer .global_swap_chain {
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  #nav {
    max-width: 610px;
  }
  #footer .copy p {
    width: 300px;
  }
  #footer .copy form input[type="text"] {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 25px;
  }
  #footer .copy {
    padding: 0 0 10px;
    width: 100%;
    float: none;
  }
  #footer .footer_title {
    border-bottom: 1px solid #f8c800;
    border-left: none;
    margin-bottom: 5px;
  }
  #footer .footer_title:after {
    display: none;
  }
  #footer .copy .d {
    display: none;
    padding-left: 15px;
  }
  #footer .copy.news_letter {
    width: 100%;
  }
  #footer .copyer {
    padding: 10px 0;
    text-align: center;
  }
}
.banner {
}
.banner.emp_img {
}
.banner.emp_img .absolute.wrap {
  position: relative;
  padding-top: 10px;
  color: #000;
}
.banner .wrap {
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  bottom: 10%;
  font-family: opensans-bold;
  font-size: 48px;
  color: #fff;
}
.banner .title {
  border-left: 6px solid #feb900;
  padding-left: 35px;
}
.wrap.inner {
  padding-top: 104px;
}
.products {
}
.products .left {
  width: 22.5%;
}
.products .left * {
  font-family: opensans-regular;
}
.products .left .cate_title {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #feb900;
  font-size: 20px;
  color: #fff;
  text-indent: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .left .cate_row span {
  display: block;
  position: relative;
  padding: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
}
.products .left .cate_row:nth-child(2) span {
  border-top: 0;
}
.products .left .cate_row span em {
  width: 10px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 2%;
  background: url(../images/icon_p_close.png) no-repeat center 25px;
}
.products .left .cate_row a.topa {
  font-size: 16px;
  color: #333;
}
.products .left .cate_row:first-child span {
  border-top: none;
}
.products .left .cate_row ul {
  display: none;
  margin-top: 0;
  padding-left: 35px;
  padding-bottom: 0;
  transition: all 0.5s;
}
.products .left .cate_row ul li {
  margin: 3px 0;
}
.products .left .cate_row ul li a {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #8d8d8d;
  height: 0;
  overflow: hidden;
}
.products .left .cate_row ul li a:hover {
  color: #f0ac03;
}
.products .left .cate_row ul li.v3 {
  padding-left: 15px;
  margin: 0;
}
.products .left .cate_row ul li.v3 a {
  font-size: 14px;
}
.products .left .cate_row.on span em {
  background-image: url(../images/icon_p_open.png);
}
.products .left .cate_row.on ul li a {
  height: auto;
}
.products .left .cate_row.on ul {
  display: block;
  margin-top: -8px;
  padding-bottom: 23px;
}
.products .left {
}
.products .left .hot_pro {
  margin: 30px 0;
  width: 100%;
}
.products .left .hot_pro .title {
  font-size: 18px;
  color: #191919;
  font-weight: 700;
  margin-bottom: 20px;
}
.products .left .hot_pro .list {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.products .left .hot_pro .list .item {
  margin-top: 16px;
  padding: 15px 0;
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e3e3e3;
}
.products .left .hot_pro .list .item:first-child {
  margin-top: 0;
}
.products .left .hot_pro .list .item .img {
  display: block;
  width: 74px;
  height: 100%;
}
.products .left .hot_pro .list .item .item_title {
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  line-height: 24px;
  font-size: 15px;
  color: #555;
  overflow: hidden;
}
.products .left .hot_pro .list .item .item_title:hover {
  text-decoration: underline;
}
.products .right {
  width: 73.75%;
}
.products .right .cate_title {
  margin: 0 auto;
  width: 96%;
  height: 37px;
  line-height: 37px;
  font-size: 24px;
  color: #000;
  font-family: opensans-bold;
}
.products .right .brief_desction {
  margin: 18px auto 0;
  width: 96%;
}
.products .right .list {
  margin-top: 34px;
}
.products .right .ueeshop_responsive_turn_page {
  text-align: center;
}
body .ueeshop_responsive_products_list {
  margin-top: 0;
}
body .ueeshop_responsive_products_list .item {
  margin-bottom: 30px;
}
body .ueeshop_responsive_products_list .item .pro {
  width: 90%;
  border: 1px solid #eee;
}
body .ueeshop_responsive_products_list .item .info {
  width: 90%;
  padding: 0 5%;
}
body .ueeshop_responsive_products_list .item .info .name {
  text-align: left;
  line-height: 180%;
  height: 50px;
}
body .ueeshop_responsive_products_list .item .info .name a {
  font-size: 16px;
  color: #333;
}
body .ueeshop_responsive_turn_page {
  text-align: right;
}
body .ueeshop_responsive_turn_page.s1 > span .page_item_current {
  color: #f0ac03;
}
body .ueeshop_responsive_turn_page span a,
body .ueeshop_responsive_turn_page span font {
  color: #787878;
}
body .ueeshop_responsive_turn_page span em {
  width: 20px;
  height: 8px;
}
body .ueeshop_responsive_turn_page span em.icon_page_prev {
  background: url(../images/prev_page.png) no-repeat center;
}
body .ueeshop_responsive_turn_page span em.icon_page_next {
  background: url(../images/next_page.png) no-repeat center;
}
body .ueeshop_responsive_products_detail .description .title {
  padding-bottom: 15px;
}
body .ueeshop_responsive_products_detail .description .title span {
  padding-left: 25px;
  font-size: 30px;
  color: #333;
  font-family: opensans-bold;
  border-left: 5px solid #feb900;
  border-bottom: 0;
  padding-bottom: 0;
}
.ueeshop_responsive_products_detail .info .desc,
.ueeshop_responsive_case_list .item .info .desc,
.ueeshop_responsive_info_list .item .info .desc,
.ueeshop_responsive_article_detail > .contents * {
  font-family: opensans-regular;
}
.rale_news {
  padding-bottom: 56px;
  width: 100%;
}
.rale_news .news_title {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.rale_news .news_title .title {
  font-size: 22px;
  color: #191919;
}
.rale_news .news_title .read_btn {
  font-size: 14px;
  color: #888;
}
.rale_news .news_title .read_btn span {
  font-size: 14px;
  color: #888;
  font-family: cursive;
  font-weight: 700;
}
.rale_news .list {
  display: grid;
  grid-template-columns: repeat(4, 23.25%);
  justify-content: space-between;
  margin-top: 23px;
  width: 100%;
}
.rale_news .list .item {
}
.rale_news .list .item .img {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.rale_news .list .item .title {
  display: -webkit-box;
  margin-top: 15px;
  line-height: 21px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rale_news .list .item .time {
  margin-top: 8px;
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  color: #989898;
}
.rale_news .list .item .brief {
  display: -webkit-box;
  margin-top: 6px;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rale_news .list .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rale_news.desc_news {
  margin-top: 55px;
}
.rale_news.desc_news .news_title {
  position: relative;
  width: 100%;
  text-align: center;
}
.rale_news.desc_news .news_title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rale_news.desc_news .news_title .title {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  width: 100%;
  background: #fff;
  text-align: center;
}
.rale_news.desc_news .list {
  grid-template-columns: repeat(2, 49%);
  grid-row-gap: 44px;
}
.rale_news.desc_news .list .item .img {
  width: 39.2857%;
  height: 100%;
  text-align: center;
}
.rale_news.desc_news .list .item .text {
  width: calc(100% - 43.5374%);
}
.rale_news.desc_news .list .item.no_img .text {
  width: 100%;
}
.rale_news.desc_news .list .item .text .title {
  margin-top: 0;
  font-size: 18px;
}
.rale_news.desc_news .list .item .brief {
  font-size: 15px;
  color: #888;
}
@media screen and (max-width: 1280px) {
  .wrap {
    width: 96%;
  }
  #nav .list {
    margin: 0 26px 0 0;
  }
}
@media screen and (max-width: 1140px) {
  #nav .list {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  #nav .list {
    margin: 0 2px 0 0;
  }
}
@media screen and (max-width: 991px) {
  body .ueeshop_responsive_header .header {
    background-color: #000;
  }
  body .ueeshop_responsive_header .header .func .btn {
    filter: invert(1);
  }
  .show-pc-block,
  .show-pc-inline-block,
  .hide-991 {
    display: none !important;
  }
  .show-mb-block {
    display: block !important;
  }
  .show-mb-inline-block {
    display: inline-block !important;
  }
  .clear_991 {
    clear: both;
  }
  .clear_gt_991 {
    clear: none;
  }
  .banner .wrap {
    display: none;
  }
  body .ueeshop_responsive_products_list .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .products {
    padding: 0;
  }
  .products .left {
    display: none;
  }
  .products .right {
    width: 100%;
  }
  .products .page {
    height: auto;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .products .page .of {
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .clear_991 {
    clear: none;
  }
  .clear_640 {
    clear: both;
  }
  body .ueeshop_responsive_products_detail .description .title span {
    font-size: 22px;
    padding-left: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 450px) {
  .rale_news .list .item .time,
  .rale_news .list .item .brief {
    font-size: 1.866667vw;
  }
  .rale_news .list .item .brief {
    line-height: 3.2vw;
  }
}
.default_shopping_cart {
  filter: brightness(0) invert(1);
  background: unset;
}
