/* 头部 */
.menu {
  display: none;
  align-items: center;
}

#bianhua {
  display: flex;
    background: #F2F2F2;
    position: absolute;
    z-index: 100;
    top: 48%;
    padding: 0.5rem 0;
    border-radius: 0.375rem;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    transform: translate(0, 10px);
    flex-direction: column;
    align-items: center;
}


.language:hover #bianhua {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
}

.menu-button {
  /* display: none; */
  padding: 0.9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header:before {
    content: "";
    width: 100%;
    opacity: 0;
    height: 100%;
    background-color: #fff;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: 0;
    left: 0;
}
.headers{
    width: 100%;
    z-index: 99;
    height: 3.125vw;

    transition: top .3s cubic-bezier(.4, 0, .2, 1), height .3s cubic-bezier(.4, 0, .2, 1);
    position: fixed;
    top: 1.5625vw;
    left: 0;
}
header.on {
    height: 3.125vw; 
   top: 0; 
}
header.on:before {
    opacity: 1;
}
.bar {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0.3125rem auto;
  background-color: #024492;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}
.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(0.9375rem) rotate(-45deg);
  -ms-transform: translateY(0.9375rem) rotate(-45deg);
  transform: translateY(0.9375rem) rotate(-45deg);
  -moz-transform: translateY(0.9375rem) rotate(-45deg);
  -o-transform: translateY(0.9375rem) rotate(-45deg);
}
.menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}
.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}
.cross .bar:nth-of-type(3) {
  transform: translateY(-0.125rem) rotate(45deg);
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
  -moz-transform: translateY(-0.125rem) rotate(45deg);
  -ms-transform: translateY(-0.125rem) rotate(45deg);
  -o-transform: translateY(-0.125rem) rotate(45deg);
}
.cross .bar:nth-of-type(2) {
  opacity: 0;
}
.max {
  margin: auto;
}

.header .maxs,
.login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  top: 1.69rem;
  left: 9.44rem;
  right: 9.44rem;
  margin-top: 1.69rem;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5); /* 内阴影模拟模糊 */
margin-left: auto;
    margin-right: auto;
  z-index: 999;
  width: 101.13rem;
height: 9.13rem;
background: rgba(255, 255, 255,0.3);
padding: 1.44rem 1.25rem 1.44rem 1.25rem;
border-radius: 1.25rem;
  box-sizing: border-box;
}

.header .maxs {
  width: 100%;
}

.header .maxs .left {
  height: 6.25rem;

}
.header .maxs .left a{
  display: block;
  width: 100%;
  height: 100%;
  
}
.header.bg-white {
    margin-top: 0 !important; 
    
  background: rgba(255, 255, 255, 1) !important; 
}

.header .maxs .left img {
  height: 100%;
  object-fit: contain;
}
.header .maxs .right{
  width:65% ;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
}
.header .maxs .right ul>li>a{
font-family: PingFang;
font-weight: bold;
font-size: 1.38rem;
color: #000000;
position: relative;
}

.header .maxs .right li{

  position: relative;
}
.header .maxs .right ul>li>a:hover{
  color:#11427C!important;
}
.header .maxs .right .top{
  text-align: end;

}
.header .maxs .right .active>a{
  color: #11427C !important;
}
.header .maxs .right .top .d-play-between{
  justify-content: end;
}
.header .maxs .right .search{
  width: 3.05rem;
height: 3.05rem;
background: #024492;
border-radius: 0.63rem;
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.38rem;
}
.header .maxs .right .search img{
  width: 1.5rem;
  height:  1.5rem;
}
.header .maxs .right .language{
  width: 3.05rem;
height: 3.05rem;
display: flex;
align-items: center;
justify-content: center;
background: #EDEDED;
border-radius: 0.63rem;
margin-right: 0.44rem;
}
.header .maxs .right .language span{
  width: 1.56rem;
height: 1.56rem;
}
.header .maxs .right .language span img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.header .maxs .right .ISO{
font-family: OPPOSans;
font-weight: normal;
font-size: 0.88rem;
text-align: center;
color: #333333;
line-height: 3.06rem;
width: 10.69rem;
height: 3.06rem;
background: #EDEDED;
border-radius: 0.63rem;
}
.header .maxs .right .active{
  color: #11427C;
}
header .maxs .right li{
  position: relative;
}
.header .maxs .right .active::after {
  position: absolute;
  width: 2.75rem;
height: 0.38rem;
background: #EA5513;
content: '';
transform: all 0.6s;
bottom: -1.46rem;
left: 50%;
transform: translateX(-50%);
  
}


.header .maxs>ul>li,
.header .maxs>ul>li>a,
.header .maxs {
  position: relative;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .maxs>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333;
  position: relative;
}

.header .maxs>ul>li>a::after {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -27%;
    border-bottom: .25rem solid  #EA5513;

  width: 00%;
  transition: all .6s;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .maxs>ul>li:hover>a,
.header .maxs>ul>li.active>a {
  color:  #EA5513;
}

.header .maxs>ul>li:hover>a::after,
.header .maxs>ul>li.active>a::after {
  width: 50%;
}


.header .op {
  display: none;
  position: absolute;
  left: 50%;
  top: 2.4rem;
  border-radius: .625vw;
  z-index: 9;
  background-color: #FFFFFF;
  box-shadow: 0px 0px .8125rem -0.5rem #000;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header .op li {
  line-height: 3.125rem;
  text-align: center;
}

.header .op a {
  position: relative;
  display: inline-block;
  width: max-content;
  text-align: center;
  font-size: 1.125rem!important;
  padding: 0 .625rem;
  color: #000;
  line-height: 2.5rem;
}

.header .op a::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  height: 2px;
  bottom: 0;
  background-color:  #EA5513;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header .op a:hover {
  color: #EA5513;
}

.header .op a:hover::after {
  width: 100%;
}

.search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-box .max {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box .max>p {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
}

.search-box .max>p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-box .search {
  width: 60%;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.search-box .search input {
  width: 85%;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 1.25rem;
}

.search-box .search button {
  width: 15%;
  background-color: #024492;
  border: 0;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;

  width: 100%;
  height: 100%;
}

.search-box .max {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box .max > p {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
}

.search-box .max > p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-box .search {
  width: 60%;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.search-box .search input {
  width: 85%;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 1.25rem;
}

.search-box .search button {
  width: 15%;
  background-color: #024492;
  border: 0;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.search-box {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 7%;
  width:20%;
  top: 7.63rem;
  height: 20%;
}

.search-box .max {
  position: relative;
  height: 100%;
  display: flex;
  padding-top: 15%;
  justify-content: center;
}

.search-box .max>p {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
}

.search-box .max>p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-box .search {
  width: 100%;
  height: 3.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
    border: 1px solid #3333;
  background-color: #fff;
  padding:0 0.4rem 0 0.5rem;
  border-radius:1rem;
}
.search-box .search input::placeholder{
  font-size:1.125rem;
}
.search-box .search input {
  width: 85%;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 1.25rem;
  padding-right:1rem;
    border-radius:1rem;
}

.search-box .search button {
    width: 23%;
    background-color:#024492;
    border: 0;
    height: 75%;
    border-radius: 1.3rem;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
