/* 头部 */
.menu {
  display: none;
  align-items: center;
}
.menu-button {
  /* display: none; */
  padding: 0.9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bar {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0.3125rem auto;
  background-color: #C01C13;
  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;
}
.headers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 12.32rem;
}
.headers .header-top{
  display: flex;
  justify-content: space-between;
   align-items: center;
  padding:0 9.6rem 0 9.6rem;
  height: 8.44rem;

}
.headers .header-bot {
  align-items: center;
  box-sizing: border-box;
  height: 3.88rem;
  background-color: #BE1B21;

}
.headers .logo {
  width:auto;
  height: 4.69rem;
  background-size: 100% 100%;
   object-fit: cover;
}
.headers .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headers .header-bot ul {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.headers ul{

  display: flex;
}
.headers .header-bot ul li:first-child a {

}
.headers .header-bot ul li {
  text-align: center;
height: 3.88rem;
  font-family: PingFang;
  position: relative;
  height: 100%;
}
.headers .header-bot ul li li.active > a,
.headers .header-bot ul li li:hover > a {

  background-color: #0C223E;
}
.headers .header-bot ul .active{
    background-color: #0C223E;
}
.headers .header-bot ul li a {
  width: 10.7rem;
display: block;
  line-height: 3.88rem;
  color: #454545;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.25rem;
color: #FFFFFF;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.headers .header-bot ul li a:hover{

  background-color: #0C223E;
}
.headers .header-bot ul li .op {
  display: none;
  position: absolute;
  background-color: #0C223E;
  width: 10.7rem;
  padding: 1rem 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.headers .header-bot ul li .op ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.headers .header-bot ul li .op ul li {
  width: 10.7rem;
}
.headers .header-bot ul li .op ul li a {
  width: 10.7rem;
  display: flex;
  line-height:3rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.headers .header-bot ul li .op ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.headers .header-bot .header-right {
  width: 38.25rem;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.headers  .header-right .text{


  display: flex;
}
.headers .header-bot .header-right .menu {
  display: none;
}
.headers .header-bot .header-right .menu .menu-button {
  /* display: none; */
  padding: 0.9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headers .header-bot .header-right .menu .menu-button .bar {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0.3125rem auto;
  background-color: #BE1B21;
  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;
}
.headers .header-bot .header-right .menu .menu-button .bar:nth-of-type(1) {
  margin-top: 0rem;
}
.headers .header-bot .header-right .menu .menu-button .bar:nth-of-type(3) {
  margin-bottom: 0rem;
}

.headers .header-right .text{

width: 32rem;
display: flex;
justify-content: space-between;

}


.headers .search-container {
    display: flex;
    width: 21rem; /* 可根据需要调整宽度 */
    border: 1px solid #000;
    border-radius: 4px;
    height: 3rem;
    overflow: hidden;
}
.headers .login{
width: 8.13rem;
justify-content: space-between;
  display: flex;

align-items: center;
font-family: SourceHanSansCN;
font-weight: 500;
font-size: 1.13rem;
color: #3D3D3D;
}
.headers .login img{
  width: 3.06rem;
height: 3.06rem;
background-size: 100% 100%;

}
.headers .search-input {
   width: 17rem;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 0.88rem;
}

.headers .search-button {
    background-color: #2A3D4C;
    color: #fff;
    border: none;
    width: 4rem;
height: 3rem;
    cursor: pointer;
}
.headers .search-button img{

  width: 1.25rem;
height: 1.25rem;
}