/*@charset 'utf-8';*/
/*remove the gray background color from tap, default value is inherit*/
@font-face {
  font-family: 'SourceHanSansSC';
  src: url('../font/NotoSans-VariableFont_wdth\,wght.ttf') format('ttf'),
  url('../font/NotoSans-VariableFont_wdth\,wght.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Black-1.ttf') format('ttf'),
  url('../font/Roboto-Black-1.ttf') format('ttf');
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* line-height: 1.375; */
    outline: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    overflow-x: hidden;
    color: #7c7c7c;
    font-family: 'SourceHanSansSC', 'Arial', 'Microsoft Yahei';
    /* font-size: 14px; */
    -webkit-overflow-scrolling: touch;
}

body, h1, h2, h3, h4, h5, h6, dl, dd, p, th, td, form, figure {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, dl, dd, p, form, figure {
    border: 0;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}

/*a:hover{color: #fff;}*/
b, em, i {
    font-style: normal;
}

/*h1,h2,h3,h4,h5,h6{ font-weight: normal;font-size: 14px;}*/
button, input, optgroup, select, textarea {
    border: none;
    vertical-align: middle;
    font-family: 'SourceHanSansSC', 'Microsoft Yahei';
    outline: none;
}

button, input {
    border-radius: 0;
    padding: 0;
}

textarea, input {
    -webkit-user-modify: read-write-plaintext-only; /*Android ä¸‹ input focus æ¶ˆé™¤é«˜äº®å¤–æ¡†*/
}

textarea {
    resize: none;
}

/**********å¸¸ç”¨ç±»ç®€å†™***********/
.mauto {
    max-width: 900px;
    margin: 0 auto;
}

.mauto0 {
    max-width: 1010px;
    margin: 0 auto;
}

.mauto2 {
    max-width: 1114px;
    margin: 0 auto;
}

.mauto1 {
    max-width: 1267px;
    margin: 0 auto;
}

.p-mauto {
    max-width: 1200px;
    margin: 0 auto;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.mauto:before, .mauto:after, .clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after, .mauto:after {
    clear: both;
}

.ov {
    overflow: hidden;
}

/*float*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*text-align*/
.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

/*font-weight*/
.fb {
    font-weight: bold;
}

/*display*/
.db {
    display: block;
}

.dn {
    display: none;
}

/*white-space*/
.text-ups {
    text-transform: uppercase;
}

.els {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    display: inline-block;
}

.fz12 {
    font-size: 12px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 0 20px;
}

.pd30 {
    padding: 30px;
}

.pd50 {
    padding: 50px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.li24 {
    line-height: 24px;
}

.li26 {
    line-height: 0.26rem;
}

.li28 {
    line-height: 0.28rem;
}

.li30 {
    line-height: 0.3rem;
}

.li35 {
    line-height: 0.35rem;
}

.li40 {
    line-height: 0.4rem;
}

.f14px {
    font-size: 14px;
}

.f16px {
    font-size: 16px;
}

.f18px {
    font-size: 18px;
}

.f20px {
    font-size: 0.2rem;
}

.f22px {
    font-size: 0.22rem;
}

.f24px {
    font-size: 0.24rem;
}

.f26px {
    font-size: .26rem;
}

.f28px {
    font-size: .28rem;
}

.f30px {
    font-size: .30rem;
}

.f32px {
    font-size: .32rem;
}

.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovh2, .ovh3, .ovh4, .ovh5, .ovh6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

.ovh2 {
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
}

.ovh3 {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
}

.ovh4 {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
}

.ovh5 {
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
}

.ovh6 {
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
}

input[type=button], input[type=submit], input[type=reset], button {
    -webkit-appearance: none;
    outline: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1440 {
    /* max-width: 1440px; */
    max-width: 1250px;
    margin: 0 auto;
}


::-moz-placeholder {
    color: #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

/* 
  flex布局共通样式表
  水平命名:居中c 左l 右r 两端b 
  垂直命名:居中c 上t 下b 
  排列方向默认横向 纵向命名:line 
*/
.flex{display:flex}
.flex-lc{display:flex;justify-content:flex-start;align-items:center}
.flex-lt{display:flex;justify-content:flex-start;align-items:flex-start}
.flex-lb{display:flex;justify-content:flex-start;align-items:flex-end}
.flex-cc{display:flex;justify-content:center;align-items:center}
.flex-ct{display:flex;justify-content:center;align-items:flex-start}
.flex-cb{display:flex;justify-content:center;align-items:flex-end}
.flex-rt{display:flex;justify-content:flex-end;align-items:flex-start}
.flex-rc{display:flex;justify-content:flex-end;align-items:center}
.flex-rb{display:flex;justify-content:flex-end;align-items:flex-end}
.flex-bt{display:flex;justify-content:space-between;align-items:flex-start}
.flex-bc{display:flex;justify-content:space-between;align-items:center}
.flex-bb{display:flex;justify-content:space-between;align-items:flex-end}
.flex-line-lc{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.flex-line-lt{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.flex-line-lb{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}
.flex-line-cc{display:flex;flex-direction:column;justify-content:center;align-items:center}
.flex-line-ct{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.flex-line-cb{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}
.flex-line-rt{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}
.flex-line-rc{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}
.flex-line-rb{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}
.flex-line-bt{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.flex-line-bc{display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.flex-line-bb{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}
/* 共通样式结束 */

::-webkit-scrollbar {
  height:8px;
  width:8px;
}
::-webkit-scrollbar-track {
  background-color:#fff;
  border-radius:4px;
}
::-webkit-scrollbar-thumb {
  background-color:#d7dee3;
  border-radius:4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color:#b9c7d1;
}
.max-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.max-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@keyframes fadeInUpAni {
  0%{opacity:0;-webkit-transform:translate3d(0,64px,0);transform:translate3d(0,64px,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUpAni {-webkit-animation-name:fadeInUpAni;animation-name:fadeInUpAni}

button:active {
  opacity: 0.8;
}
/* 
select 颜色 hover #FF5C17，checked #F6F2EE
 */
.container {
  padding-top: 50px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
main {
  opacity: 0;
}
.page-load {
  transition: opacity .45s ease-in;
  opacity: 1;
}
img {
  opacity: 0;
}
/* header */
.h100 {
  height: 100%;
}
header {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 1px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
}
header nav {
  padding: 0 40px;
  box-sizing: content-box;
  height: 50px;
}
header ul {
  /* width: 860px; */
  width: 680px;
}
header ul,header li {
  height: auto;
}
header.fixed {
  /* background: rgba(255, 255, 255, 0.85); */
  background: #f2f3f7cc;
  backdrop-filter: saturate(180%) blur(30px);
}
header img {
  cursor: pointer;
}
header .logo {
  width: 71px;
  height: 31px;
}
header li a {
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-size: 12px;
  color: #282728;
  display: block;
  text-align:center;
}
header li.on a,header li a:hover {
  color: rgba(255, 92, 24, 1);
}
header li a::before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header li:last-child a {
  margin-right: 0;
}
header .icons img {
  height: 14px;
  width: auto;
  margin-right: 56px;
}
header .icons .mail {
  height: 13px;
}
header .icons .shop {
  height: 16px;
}
header .icons img:last-child {
  margin-right: 0;
}
header .language {
  width: 16px;
  height: auto;
  display: block;
}
.shop-section .nav-info {
  /* grid-template-columns: repeat(4, minmax(0, 25%));
  gap: 15px;
  display: grid; */
}

main {
  min-height: 500px;
}

/* footer */
footer {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 47px;
  background: #ECECEC;
  border-radius: 1px;
}
footer .w1440 {
  padding: 0 40px;
  box-sizing: content-box;
}
footer .logo-box {
  margin-right: 90px;
}
footer .logo {
  width: auto;
  height: 70px;
  margin-bottom: 25px;
  display: block;
}
footer .icons img {
  width: 12px;
  height: auto;
  cursor: pointer;
}
footer .icons a {
  margin-right: 6px;
}
footer .icons a:last-child {
  margin-right: 0;
}
footer ul {
  width: calc(100% - 272px);
}
footer ul.pc {
  display: flex;
}
footer li {
  /* margin-right: 1.65rem; */
}
footer li:last-child {
  margin-right: 0;
}
footer li a {
  display: block;
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-size: 12px;
  color: #8D8D8D;
  padding-bottom: 10px;
}
footer li a.tit {
  color: #101010;
  font-weight: 500;
}
.icp {
  background: #E3E3E3;
  border-radius: 1px;
  width: 100%;
  padding: 26px 40px;
  font-family: 'SourceHanSansSC';
  font-weight: 300;
  font-size: 11px;
  color: #8D8D8D;
}
.icp .t1 {
  position: relative;
  padding-right: 23px;
}
.icp .t2 {
  padding-left: 23px;
}
.icp .t1::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #8D8D8D;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav-box {
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 999;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}
/* .nav-box.on {
  height: 100vh;
} */
.nav-box .nav {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 25px;
  /* transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1); */
  /* --tw-bg-opacity: 1; */
  background: rgba(255,255,255, 1);
}
/* .nav-box.on .nav {
  height: 400px;
} */
.nav-box .mask {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  border-top: 1px solid #d7dee3;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
}
.nav-box.on .mask {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
.nav-box .nav-section {
  padding: 0 40px;
  box-sizing: content-box;
  display: none;
}
.nav-box .nav-tit {
  font-family: 'SourceHanSansSC';
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.nav-box .nav-info {
  width: calc(100% - 180px);
}
.nav-box .nav-t2 {
  font-family: 'SourceHanSansSC';
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  padding-top: 15px;
  display: none;
}
.nav-box .nav-item {
  /* margin-right: 125px; */
  margin-right: 50px;
  min-width: 190px;
  box-sizing: border-box;
}
.nav-box .nav-item:hover .nav-t2{
  display: block;
}
.nav-box .nav-item:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.nav-box .t2-box {
  display: none;
}
.nav-box .t2-tit {
  /* width: 200px; */
  width: auto;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.nav-box .t2-tit:hover,.nav-box .nav-t2:hover,.nav-box .nav-tit:hover {
  color: rgba(255, 92, 24, 1);
}
/* .nav-box .t2-tit.on {
  color: rgba(255, 92, 24, 1);
} */
.nav-box .t2-tit::before {
  content: "^";
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
  color: #7F7F7F;
  font-size: 12px;
}
.nav-box .t2-item {
  font-family: 'SourceHanSansSC';
  font-weight: 300;
  font-size: 10px;
  color: #919191;
  padding-top: 5px;
}
.language-box {
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.language-select {
  display: none;
  padding: 0;
  width: 120px;
  box-sizing: border-box;
  position: absolute;
  right: -20px;
  top: 54px;
  background: #fff;
}
.language-select .select-box {
  max-height: 150px;
  overflow-y: auto;
}
.language-select::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 0;
}
.language-select .option-item {
  display: block;
  padding: 8px 10px;
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-size: 12px;
  color: #282728;
  position: relative;
  z-index: 2;
}
.language-select .option-item.on {
  color: #fff;
  background: #FF5C17;
}
.pages-box {
  padding-bottom: 50px;
}
.pages-box .page-prev,.pages-box .page-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.pages-box .page-prev:active,.pages-box .page-next:active {
  opacity: 0.8;
}
.pages-box .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-prev {
  margin-right: 25px;
  background: url(../images/product/icon_prev.png) no-repeat;
  background-size: cover;
}
.page-next {
  background: url(../images/product/icon_next.png) no-repeat;
  background-size: cover;
}
.page-input {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Roboto";
  background-color: transparent;
  border: 1px solid #181818;
  border-radius: 8px;
  color: #181818;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-inline-end: 8px;
  text-align: center;
}
.page-input:focus {
  /* outline: 2px solid #FF5C17;
  outline-offset: 1px; */
  border: 1px solid #FF5C17;
}
.page-text {
  min-width: 50px;
  text-align: center;
  font-family: "Roboto";
  font-size: 17px;
  margin-right: 25px;
  color: #181818;
  font-weight: 500;
}
.page-total {
  padding-left: 5px;
}
.search-nav-section {
  width: 100%;
}
.search-nav-section .common-search-box {
  padding: 20px 0;
}
.common-search-box img {
  width: 20px;
  display: block;
  margin-right: 12px;
  cursor: pointer;
}
.common-search-box input {
  width: 300px;
  max-width: calc(100% - 32px);
  font-size: 18px;
}
.common-search-box input::placeholder {
  color: #1D1D1F;
}
.search-nav-section .quick-tit {
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding-top: 20px;
  padding-bottom: 5px;
}
.search-nav-section .quick-list a {
  display: flex;
  margin: 5px 0;
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1F;
  align-items: center;
  padding: 2px 8px;
  box-sizing: border-box;
  border-radius: 5px;
}
.search-nav-section .quick-list a:hover {
  background-color: rgb(245, 245, 247);
}
.search-nav-section .quick-list a span {
  padding-left: 15px;
}
.mobile-search-nav-section,.mail-nav-box,.shop-nav-box {
  display: none;
}
.mail-nav-box a,.shop-nav-box a {
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1F;
  padding-bottom: 14px;
  width: 32%;
  display: inline-block;
}
.shop-nav-box a {
  width: auto;
}
.shop-nav-box .nav-tit a {
  font-size: 16px;
  font-weight: bold;
}
.shop-nav-box .nav-item {
  width: 50%;
}

@media screen and (max-width: 1300px) {
  .nav-box .nav-info {
    width: calc(100% - 126px);
  }
  .nav-box .nav-item {
    margin-right: 110px;
  }
  header ul {
    width: 720px;
  }
  header .icons img {
    margin-right: 46px;
  }
}

@media (max-width: 1100px) {
  .nav-box .nav-info {
    width: calc(100% - 126px);
  }
  .nav-box .nav-item {
    margin-right: 60px;
  }
  header ul {
    width: 580px;
  }
  header .icons img {
    margin-right: 36px;
  }
  footer .logo-box {
    margin-right: 60px;
  }
  footer ul {
    width: calc(100% - 222px);
  }
}

@media (max-width: 900px) {
  .nav-box .nav-info {
    width: calc(100% - 120px);
  }
  .nav-box .nav-item {
    margin-right: 40px;
  }
  header ul {
    width: 480px;
  }
  header .icons img {
    margin-right: 26px;
  }
  footer .logo-box {
    margin-right: 40px;
  }
  footer ul {
    width: calc(100% - 152px);
  }
}

/* 移动端 */
@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container,main {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  header ul {
    width: 380px;
  }
  header .icons img {
    margin-right: 16px;
  }
  .mobile-header {
    background: #FFFFFF;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
  }
  .mobile-header nav {
    height: 50px;
    box-sizing: border-box;
    padding: 12px 18px;
  }
  .mobile-header .logo {
    width: auto;
    height: 24px;
    display: block;
  }
  .mobile-header .icons img {
    width: auto;
    height: 18px;
    display: block;
    margin-left: 24px;
  }
  .mobile-header .icons img:first-child {
    margin-left: 0;
  }
  .mobile-header .icons .shop {
    width: auto;
    height: 20px;
  }
  .mobile-header .icons .menu {
    width: auto;
    height: 11px;
  }
  .mobile-header .icons.on img {
    display: none;
  }
  .mobile-header .icons.on .menu {
    width: auto;
    height: 13px;
    display: block;
  }
  .mobile-nav-box {
    padding: 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
    border-top: 1px solid #929292;
    display: none;
  }
  .mobile-nav-box .level1 {
    font-family: "SourceHanSansSC";
    font-weight: 400;
    /* font-size: 18px; */
    font-size: 16px;
    color: #282728;
    margin-bottom: 59px;
  }
  .mobile-nav-box .level1:last-child {
    margin-bottom: 0;
  }
  .mobile-nav-box .left-level1-box {
    border-right: 1px solid #929292;
    width: 120px;
  }
  .mobile-nav-box .level1.on {
    color: #FF5C18;
    font-weight: 500;
  }
  .mobile-nav-box .right-nav-box {
    padding-left: 25px;
    box-sizing: border-box;
    width: calc(100% - 121px);
  }
  .right-nav-box .nav-chlid-box {
    display: none;
  }
  .right-nav-box .nav-chlid-box.on {
    display: block;
  }
  .right-nav-box .nav-tit {
    font-family: "SourceHanSansSC";
    font-weight: 400;
    /* font-size: 18px; */
    font-size: 16px;
    color: #282728;
    padding-bottom: 50px;
  }
  .right-nav-box .nav-item {
    padding-bottom: 30px;
  }
  .right-nav-box .arrow {
    display: none;
    width: auto;
    height: 7px;
    position: absolute;
    right: -25px;
    top: 60%;
    transform: translateY(-60%);
  }
  .right-nav-box .have-child .arrow {
    display: block;
  }
  .right-nav-box .nav-t2,.right-nav-box .t2-box {
    display: none;
  }
  .right-nav-box .nav-info .nav-tit {
    padding-bottom: 20px;
  }
  .right-nav-box .nav-info .nav-tit a {
    position: relative;
  }
  .right-nav-box .t2-tit,.right-nav-box .t2-item,.right-nav-box .nav-t2 {
    font-family: "SourceHanSansSC";
    font-weight: 400;
    font-size: 14px;
    color: #282728;
    margin-bottom: 18px;
    /* padding-left: 12px; */
  }
  .right-nav-box .t2-tit a, .right-nav-box .t2-item a {
    position: relative;
  }
  .right-nav-box .t2-item {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .right-nav-box .nav-t2 {
    margin-bottom: 18px;
    padding-left: 10px;
  }
  .right-nav-box .t2-tit:last-child,.right-nav-box .t2-item:last-child {
    padding-bottom: 0;
  }
  .right-nav-box .nav-item.on .nav-tit,.right-nav-box .t2-tit.on {
    color: #FF5C18;
  }
  footer {
    padding: 26px 0;
  }
  footer .logo-box {
    width: 100%;
    margin-right: 0;
  }
  footer .logo {
    width: 120px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  footer .icons {
    display: flex;
  }
  footer .icons img {
    width: 36px;
  }
  footer .icons a {
    margin-right: 0;
  }
  .icp {
    font-size: 9px;
    padding: 10px 0;
  }
  .icp .w1440 {
    justify-content: center;
    width: 100%;
  }
  .icp .t1::after {
    display: none;
  }
  .icp .t2 {
    padding-left: 0;
  }
  footer ul.pc {
    display: none;
  }
  .language-box {
    margin-left: 24px;
  }
  .pages-box {
    padding-bottom: 30px;
  }
  .page-prev {
    margin-right: 15px;
  }
  .mobile-search-nav-section,.mail-nav-box,.shop-nav-box  {
    padding: 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
    border-top: 1px solid #929292;
  }
}
