body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Microsoft YaHei", "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

a {
  text-decoration: none;
}
a:hover{
 cursor: pointer;
      -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%);
    -moz-filter: brightness(120%);
    opacity: 0.85\0;
}

div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul,
ol {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

small {
  font-size: 12px;
}

p,
span {
  caret-color: transparent;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font: 12px/1.5 "Microsoft YaHei", "微软雅黑", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

/* 隐藏body的滚动条但保留滚动功能 */
body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: auto;
  font-size: 0.2rem;
  color: #121212;
  box-sizing: border-box;
}
@font-face {
  font-family: 'CN-Bold';
  src: url('../font/SOURCEHANSERIFCN-REGULAR.OTF') format('otf');
  font-weight: normal;
  font-style: normal;
}
* {
  user-select: none;
}

html {
  font-size: calc(100 / 1920 * 100vw);
}

main,
section,
nav,
footer {
  display: block;
  margin: 0;
  padding: 0;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

body .skin_class_exmple .layui-layer-title {
    padding: 0!important;
    text-align: center;
    background: #000!important;
    color: #fff!important;
    font-size: 22px!important;
    height: 50px!important;
    line-height: 50px!important;
    position: relative!important
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px!important
}

body .skin_class_exmple .layui-layer-ico {
    background: url(./img/close2.png) no-repeat!important;
    background-size: 120%
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1
}

body .skin_class_exmple>.layui-layer-btn {
    background: #fff;
    text-align: center
}

body .layui-layer-title {
    background-color: transparent!important;
    border-bottom: none
}

body .layui-layer-content {
    background-color: transparent!important;
    border-bottom: none;
    box-shadow: none
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0
}

body .layui-layer-setwin a:hover {
    opacity: 0
}

body .layui-layer-setwin {
    opacity: 0
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px
}

body .skin_class_two {
    box-shadow: none
}

.layer-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.layer_msg {
    height: 200px;
    width: 489px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -120px;
    z-index: 10000;
    background: #f1f1f1;
}

.layer_msg_tit {
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #12a9af;
    background: #262626;
    position: relative;
    font-family: "Microsoft Yahei"
}

.layer-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 40px;
    color: #12a9af;
    display: block;
    line-height: 40px;
}

.layer_msg_content {
    width: 100%;
    padding-top: 30px;
    border: 1px solid #ccc;
    height: 141px;
}

.layer_msg_content .icon-msg {
    height: 58px;
    width: 58px;
    background: #fff;
    display: inline-block;
    margin-left: 50px;
    margin-top: 10px;
    background: url(./img/cur_icon.png) no-repeat;
}

.layer_msg_content .icon-msg.layui-fail {
    background-position: -67px 0px;
}

.layer_msg_content .icon-msg.layui-success {
    background-position: 0px 0px;
}

.icon-confirm_txt {
    width: 360px;
    float: right;
    font-size: 16px;
    padding-top: 25px;
}

.layer_login-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.layer_login_main {
    width: 560px;
    height: 350px;
    border: 1px solid #ddd;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -280px;
    margin-top: -200px;
    z-index: 9999;
}

.layer_login_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    font-size: 20px;
    text-align: center;
}

.layer_login_close a {
    color: #555555;
}

.layer_login_main .btn_01 {
    background: #c9c9c9;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    height: 40px;
    width: 90px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    margin-right: 10px;
}

.layer_login_content .loginbox {
    width: 405px;
    height: 302px;
    margin: 0 auto
}

.layer_login_content .main-footer {
    height: 233px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.layer_login_content .login_tab {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "é»‘ä½“"
}

.layer_login_content .login_input {
    height: 45px;
    width: 318px;
    border: 1px solid #c9c9c9;
    margin: 15px auto 0px;
    border-radius: 5px;
}

.layer_login_content .login_select {
    height: 45px;
    width: 318px;
    margin: 10px auto;
}

.layer_login_content .login_select select {
    height: 45px;
    width: 318px;
    border: 1px solid #c9c9c9;
    border-radius: 5px 0 0 5px;
}

.login_input input {
    height: 40px;
    width: 270px;
    font-size: 14px;
    border: none;
}

.layer_login_content .login_input i {
    display: inline-block;
    width: 23px;
    height: 26px;
    margin: 5px 10px;
    vertical-align: middle;
}

.layer_login_content .login_input .icon-user {
    background: url(./img/l_icon-user.png) no-repeat;
}

.login_input .icon-pwd {
    background: url(./img/l_icon-pwd.png) no-repeat;
}

.layer_login_content .login_code-box {
    height: 45px;
    width: 318px;
    margin: 10px auto 0px
}

.layer_login_content .login_code-box .verify_img {
    height: 45px;
    width: 148px;
}

.layer_login_content .login_code {
    height: 45px;
    width: 160px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    float: left;
    padding-left: 5px;
    margin-right: 10px;
}

.layer_login_content .login_code input {
    height: 40px;
    width: 150px;
    font-size: 14px;
    border: none;
}

.layer_login_content .login_box {
    width: 318px;
    margin: 20px auto 0px;
}

.layer_login_content .forget {
    vertical-align: -2px;
    margin-right: 3px;
}

.layer_login_content .user_btn {
    height: 45px;
    width: 318px;
    display: block;
    background: #542418;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

.layer_login_content .user_btn:hover {
    color: #f1f1f1;
}

.cu_layer {
    display: none
}


/* ipad适配 */
/* html.medium {
  font-size: calc(100 / 2048 * 100vw);
} */
/* m端适配 */
/* html.small {
  font-size: calc(100 / 750 * 100vw);
}
@media (max-width: 750px) {
  html {
    font-size: calc(100 / 750 * 100vw);
  }
} */

/* 头部样式公共 */
.header {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 0.9rem;
  position: relative;
  z-index: 10;
  --navWidth: 12rem;
  --innerWidth: 17rem;
}

.header__inner {
  width: var(--innerWidth);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.header__logo img {
  width: 0.96rem;
  height: 0.75rem;
  display: block;
}

.header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-list {
  width: var(--navWidth);
  display: flex;
  justify-content: center;
  align-items: stretch;

  gap: 0.6rem;
  height: 100%;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
  width: 1.2rem;
}

.nav-item:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.03rem;
  background: #59ef83;
  z-index: 0;
}

.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;

  letter-spacing: 0.01rem;
  position: relative;
  z-index: 1;
  width: 100%;
}

.nav-cn {
  font-size: 0.18rem;
  line-height: 1.05;
  font-weight: bold;
}



.nav-item:hover .nav-link {
  color: #59ef83;
}

.nav-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.12rem);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}



.header.nav-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s;
}

.nav-dropdown__inner {
  width: var(--navWidth);
  margin: 0 auto;
}

.nav-dropdown__grid {
    position: relative;
    z-index: 1;
    padding: 1rem 0.65rem 0 0rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.6rem;
}

.nav-dropdown__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.02rem;
  min-height: 0.6rem;
  width: 1.2rem;
}

.nav-dropdown__col a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0.06rem;
  font-size: 0.16rem;
  color: #ffffff;
  white-space: nowrap;
}

.nav-dropdown__col a:hover {
  color: #59ef83;
  text-decoration: underline;
}

.nav-dropdown__col--empty {
  min-height: 0.6rem;
}
.lang-select {
  position: relative;
  width: 1.62rem;
}

.lang-select__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.15rem 0.1rem;
  outline: none;
  width: 100%;
    justify-content: center;
}

.lang-select__value {
  font-size: 0.3rem;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #ffe7b3, #cda560);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}

.lang-select__arrow {
  color: #cda560;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.lang-select.is-open .lang-select__arrow {
  transform: rotate(180deg);
}

.lang-select__options {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.08rem;
    width: 100%;
    list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.08rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  z-index: 100;
}

.lang-select.is-open .lang-select__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}

.lang-select__option {
  display: block;
  padding: 0.1rem 0.24rem;
  font-size: 0.22rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.lang-select__option:hover,
.lang-select__option.is-active {
  color: #cda560;
  background: rgba(205, 165, 96, 0.1);
}
/* 头部样式公共 end*/


.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1.5rem;
  background: #000;
  color: #fff;
}

.w1110 {
  width: 1110px;
  margin: 0 auto;
  position: relative;
}

.footer .fnav a {
  color: #f2f2f2;
  margin: 0 10px;
}

.footer .fnav a:first-child {
  margin-left: 0;
}

.footer .flogo {
  width: 255px;
  height: 98px;
  float: left;
  margin-top: 30px;
}

.footer .finfo {
  width: 768px;
  float: left;
  margin-top: 25px;
  line-height: 28px;
  margin-left: 20px;
}

.footer .finfo p {
  font-size: 12px;
}

.footer .finfo p a {
  color: #fff;
}

.footer .finfo p a:hover {
  color: #fff;
}



