@charset "utf-8";

/* 通用全局变量 */
:root {
  --color-wrap-bg: #021342;
  --color-text-1: #131313;
  --color-text-2: #4E4E4E;
  --color-text-3: #AFAFAF;
  --color-text-active: #F96F00;
  --color-btn-bg: #F96F00;
  --color-btn-hover: #E96F1C;
  --color-link-text: #0166FE;
  --color-link-hover: #0090FF;
  --border-input-color: #F96F00;
  --placeholder-color: #adafb2;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../font/NotoSans.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
th,
td,
button,
input,
select,
textarea {
  font: 14px 'Noto Sans', sans-serif;
  /* font: 14px Verdana, 'Microsoft YaHei', Arial; */
  /* font: 14px "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; */
  /* font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  resize: none;
  color: var(--color-text-1);
}

html {
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
body {
  *position: static;
  width: 100%;
  min-width: 1230px;
  min-height: 100vh;
  background-color: #fff;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul,
ol,
li,
dl {
  list-style-type: none;
}

label {
  cursor: pointer;
}

fieldset,
img {
  border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  border: 0;
}

i {
  display: inline-block;
  font-style: normal;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.nocopy {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

i,
s,
b,
em {
  font-weight: normal;
  font-style: normal;
}

textarea.resize {
  resize: both !important;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border: 0;
}

button,
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=tel],
input[type=text] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
  font-weight: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
  font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
  font-weight: normal;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

/* 消除input元素 type="number" 时默认的 加减按钮*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type=number] {
  -moz-appearance: textfield;
}

/* 去掉select的默认样式 */
select {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}


/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/

input:focus,
textarea:focus,
select:focus {
  outline: none;
}


/* 如果有输入内容IE会给输入框右边加一个大大的X */

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type="number"] {
  -moz-appearance: textfield;
}

/* 消除记录蓝色背景 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

/* 修改默认滚动条 */
/* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  overflow: visible
}

::-webkit-scrollbar-thumb {
  background: #c6c8cc
} */

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none !important;
}

.hide {
  display: none !important;
}

.auto0 {
  margin: 0 auto;
}

.w100 {
  width: 100% !important;
}

.visibilityH {
  visibility: hidden;
}

.cl {
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.flex {
  display: flex;
}

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

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.border_none {
  border: none !important;
}

/* reset -end */
.body_section {
  width: 100%;
  padding-top: 130px;
}

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header_top {
  width: 100%;
  height: 64px;
  background: #2B2E35;
  border-bottom: 1px solid rgba(215, 215, 215, .1);

}

.header_top .w12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.search_wrapper {
  position: relative;
  width: 331px;
  height: 42px;
  border-radius: 8px;

}


.search_wrapper input {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 90px;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(234, 234, 234, 0.1);
  transition: all .3s;
}

.search_wrapper input:focus {
  border: 1px solid rgba(234, 234, 234, 0.3);
}

.search_wrapper input::-moz-placeholder {
  color: #E7EAEE;
  font-weight: 400;
  font-size: 14px;
}

.search_wrapper input:-ms-input-placeholder {
  color: #E7EAEE;
  font-weight: 400;
  font-size: 14px;
}

.search_wrapper input::-webkit-input-placeholder {
  color: #E7EAEE;
  font-weight: 400;
  font-size: 14px;
}

.search_wrapper i {
  position: absolute;
  font-size: 18px;
  color: #E7EAEE;
  top: 10px;
  left: 12px;
}

.search_wrapper button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 60px;
  height: 34px;
  background: rgba(234, 234, 234, 0.1);
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #E7EAEE;
  transition: all .3s;
}

.search_wrapper button:hover {
  background: var(--color-btn-bg);
  color: #fff;
}


.logo_box {
  display: flex;
  align-items: center;
}

.logo_box h1 {
  position: absolute;
  left: -9999px;
}

.logo_box img {
  height: 32px;
}

.header_nav {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E9E9E9;
}

.header_nav .w12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_nav .nav_ul {
  display: flex;
  align-items: center;
}

.header_nav .nav_item {
  position: relative;
  height: 64px;
  line-height: 64px;
  min-width: 32px;
  margin-right: 68px;
  font-weight: 400;
}

.header_nav .nav_item a {
  display: block;
  height: 100%;
  transition: all .3s;
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 400;
}

.header_nav .nav_item.on a {
  color: var(--color-text-1);
  font-weight: 600;
}

.header_nav .nav_item.on:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color-btn-bg);
  width: 100%;
  height: 2px;
}

.header_nav .nav_item:hover a {
  color: var(--color-text-1);
}

.nav_right {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav_right_item {
  position: relative;
  cursor: pointer;
  height: 54px;
  line-height: 54px;
  padding: 0 16px;
}

.nav_right_item i {
  font-size: 24px;
}

.nav_language .nav_subList {
  position: absolute;
  top: 100px;
  left: -10px;
  border: 1px solid rgba(3, 18, 66, 0.2);
  min-width: 140px;
  background: #ffffff;
  padding: 14px 20px;
  transition: top 0.1s ease-in-out;
  opacity: 1;
  visibility: hidden;
}

.nav_language:hover .nav_subList {
  top: 54px;
  visibility: inherit;
  opacity: 1;
}

.nav_language .item {
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-1);
  line-height: 32px !important;
}

.nav_language .item:hover {
  color: var(--color-link-text);
}

.nav_right_item .cart_number,
.nav_right_item .collect_number {
  position: absolute;
  top: 11px;
  left: 26px;
  padding: 0 6px;
  height: 18px;
  background: #FF0101;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  min-width: 18px;
}

/* footer */
.footer {
  width: 100%;
  background: #2B2E35;
}

.footer_top {
  padding: 48px 0;
  background: #FBFBFB;
}

.footer_top .w12 {
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  height: 24px;
}

.footer_top dt {
  line-height: 48px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-text-1);
  margin-bottom: 10px;
}

.footer_top dd a {
  line-height: 48px;
  font-size: 16px;
  color: var(--color-text-2);
  transition: all .3s;
}

.footer_top dd a:hover {
  text-decoration: underline;
}

.footer_bottom {
  padding-top: 28px !important;
}

.footer_logo_ul {
  display: flex;
}


.footer_logo_ul .item img {
  display: block;
  height: 80px;
}

.footer_bottom .bottom_txt {
  font-size: 14px;
  color: var(--color-text-3);
  text-align: center;
  margin-top: 28px;
  line-height: 48px;
  padding: 16px 0;
  border-top: 1px solid rgba(215, 215, 215, .1);
}



.open {
  display: none;
  margin-right: 16px;
}

.open i {
  font-size: 28px;
  color: #fff;
}

.sj_seach {
  font-size: 22px;
  color: #fff;
  padding: 0 16px;
}

.mobile_nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100vh;
  padding-top: 64px;
  background: #fff;
  z-index: 99;
  overflow-y: auto;
  transition: left 0.3s ease;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.mobile_nav.active {
  left: 0;
}

.mobile_menu_list {
  list-style: none;
  padding: 16px;
  margin: 0;
}

.mobile_menu_list .nav_item {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}

.mobile_menu_list .nav_item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 55px;
  font-weight: 500;
  font-size: 15px;
  background-color: transparent;
  color: var(--color-text-1);
}

.mobile_menu_list .nav_item a:hover {
  background: #f9f9f9;
}

.mobile_menu_list .nav_item.on a {
  color: var(--color-text-active);
}



.mobile_menu_list .cart_number,
.mobile_menu_list .collect_number {
  height: 20px;
  background: #FF0101;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 16px;
  padding: 0 6px;
  white-space: nowrap;
}

/* 蒙版 */
.mobile_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}

.mobile_right {
  display: none;
}

.mobile_right .content {
  display: flex;
  align-items: center;
}

/* 遮罩层 */
.img-viewer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 放大的图片 */
.img-viewer-mask img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  cursor: zoom-out;
  background: #fff;
}



@media (max-width: 768px) {

  .open,
  .mobile_right {
    display: block;
  }
}

.btn_loading {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.so_class .layui-layer-btn .layui-layer-btn0 {
  background: var(--color-btn-bg);
  border-color: var(--color-btn-bg);
}

.so_class .layui-layer-btn a {
  height: 32px;
  line-height: 30px;
  border-radius: 6px;
}

.so_class .layui-layer-padding {
  padding: 20px 20px 20px 70px !important;
}

.so_class .layui-layer-ico7 {
  top: 24px !important;
  left: 20px !important;
}




/* 移动端样式 */
@media (max-width: 768px) {

  html,
  body {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 100vh;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
  }

  .body_section {
    padding-top: 65px;
  }

  .w12 {
    width: 100% !important;
  }

  .header_top .w12 {
    padding: 0 12px;
  }

  .logo_box img {
    height: 20px;
  }


  .header_nav {
    display: none !important;

  }



  .search_wrapper {
    display: none;
  }

  .nav_right_item i {
    font-size: 26px;
    color: #fff;
  }

  .nav_language .nav_subList {
    min-width: 100px;
    padding: 10px 12px;
    left: auto;
    right: 0;
  }

  .footer_top {
    flex-wrap: wrap;
    padding: 40px 12px 0 12px !important;
  }

  .footer_top .w12 {
    flex-wrap: wrap;
  }

  .footer_top dl {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer_top dt,
  .footer_top dd {
    line-height: 32px;
    text-align: center;
  }

  .footer_top dd a {
    line-height: 32px;
  }

  .footer_bottom {
    padding: 20px 12px 0 12px;
  }

  .footer_logo_ul {
    flex-direction: column;
    align-items: center;
  }

  .footerlogo {
    display: none;
  }
}