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 SourceHanSansCN, arial, \5b8b\4f53, sans-serif;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}



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;
}
a.geted {
    pointer-events: none;
}
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;
}
:root {
    --font-source-han-sans-cn: 'Source Han Sans CN', sans-serif;
}


html,
body {
  width: 100%;
  height: 100%;
  font-family: var(--font-source-han-sans-cn);
  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;
  box-sizing: border-box;
}

/* 
* {
  user-select: none;
} */

html {
  font-size: calc(100 / 1920 * 100vw);
}

main,
section,
nav,
footer {
  display: block;
  margin: 0;
  padding: 0;
}


/* 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: fixed;
  z-index: 10;
}

.header__inner {
    height: 100%;
    margin-left: 0.7rem;
    display: flex;
    align-items: center;
}

.header__logo {

}

.header__logo img {
    width: 1.45rem;
    height: 0.87rem;
    object-fit: cover;
}

.header__nav {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 2.5rem;
}

.nav-list {
display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0.55rem;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 0;
  width: 1.2rem;
}


.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%;
}
a.nav-link{
  -webkit-filter: brightness(100%);
}
.nav-cn {
  font-size: 0.18rem;
  line-height: 1.05;
  font-weight: bold;
}

.nav-en {
  font-size: 0.12rem;
  line-height: 1.05;
  margin-top: 0.06rem;
}

.nav-item:hover .nav-link {
  color: #ffd200;
}
.nav-item a.active{
  color: #ffd200;
}
.login{
    margin-left: 1.6rem;
}
.lagout{
  margin-left: 1.1rem;
}
.login,.lagout{
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  align-items: center;

}
.login p,.lagout p{
margin: 0  0.15rem;
cursor: pointer;
  font-size: 0.16rem;
  color: #ffffff;
}
.login p.active,.lagout p.active{
color: #ffd200;
}
.login p:hover,.lagout p:hover{
  color: #ffd200;
}
.lagout p a{
    font-size: 0.16rem;
  color: #ffffff;
  margin-left: 0.2rem;
}
.lagout p a:hover{
  font-size: 0.16rem;
  color: #ffd200;
  -webkit-filter: brightness(100%);
}
.lagout p a.active{
  font-size: 0.16rem;
  color: #ffd200;
  -webkit-filter: brightness(100%);
}

/* 头部样式公共 end*/




.footer{
  display: flex;
    height: 1.5rem !important;
    background: black;
 }
 .footer .container{
    width: 14rem;
    margin: 0.1rem auto;
 display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
 }

 .footer .fnav a:first-child {
    margin-left: 0;
}
.footer .finfo {
    line-height: 0.26rem;
   
    /* margin-left: 20px; */
}
.footer .fnav{
    color: #f2f2f2;
}
.footer .fnav a {
    color: #f2f2f2;
    margin: 0 0.1rem;
    font-size: 0.14rem;
}
.footer .finfo p {
    font-size: 0.12rem;
    color: #999999;
}
.footer .finfo p a{
    color: #999999;
}
.footer .flogo {

}
.footer .flogo img{
     width: 2.3rem;
    height: 0.75rem;
}