.header-container{
  position: sticky;
  top: 0;
  z-index: 9999;
}
header {
  width: 100%;
  height: 80px;
  position: relative;
  /* position: sticky;
  top: 0; */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .centent {
  width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .centent .logo {
  width: 111px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .centent .list {
  width: 902px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}
header .centent .list .item {
  height: 100%;
  margin-right: 30px;
}
header .centent .list .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-family: 'Regular';
}
header .centent .list .item a:hover {
  font-weight: bold;
}
header .centent .list .item .xiala {
  position: absolute;
  width: 100%;
  height: auto;
  top: 80px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: none;
}
header .centent .list .item .xiala .box {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 15px 0;
}
header .centent .list .item .xiala .box .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 30px;
}
header .centent .list .item .xiala .box .left a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
}
header .centent .list .item .xiala .box .left a:hover {
  background-color: #f5f5f5;
}
header .centent .list .item .xiala .box .li_right {
  display: flex;
  align-items: center;
}
header .centent .list .item .xiala .box .li_right .item {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
header .centent .list .item .xiala .box .li_right .item .image {
  width: 100px;
  height: 100px;
}
header .centent .list .item .xiala .box .li_right .item .bold {
  font-family: 'AtAeroMedium';
  margin: 20px 0 5px;
}
header .centent .list .item .xiala .box .rights {
  display: none;
}
header .centent .list .item .xiala .box .rights .top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
header .centent .list .item .xiala .box .rights .top .f16 {
  font-family: 'Medium';
}
header .centent .list .item .xiala .box .rights .top a {
  display: block;
  margin-left: 15px;
  font-size: 12px;
}
header .centent .list .item .xiala .box .rights .boxs {
  width: auto;
  display: flex;
}
header .centent .list .item .xiala .box .rights .boxs .iteml {
  width: 50%;
  width: 334px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  margin-right: 10px;
  font-weight: bold;
  font-family: 'AtAeroMedium';
}
header .centent .list .item .xiala .box .rights .boxs .iteml .image {
  margin: 8px 0;
}
header .centent .list .item .xiala .box .rights .boxs .iteml .image  img{
  width: 80%;
  margin: auto;
  display: block;
}
header .centent .list .item .xiala .box .rights .boxs .iteml:hover {
  background-color: #f9f9f9;
}
header .centent .list .item .xiala .box .rights .boxs .lister {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  max-width: 500px;
  height: 400px;
}
header .centent .list .item .xiala .box .rights .boxs .lister .itemer {
  width: 163px;
  height: 197px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
header .centent .list .item .xiala .box .rights .boxs .lister .f14,
header .centent .list .item .xiala .box .rights .boxs .iteml  .f14{
  font-family: 'AtAeroMedium';
  text-align: center;
}
header .centent .list .item .xiala .box .rights .boxs .lister .itemer .image {
  margin: 15px 0;
}
header .centent .list .item .xiala .box .rights .boxs .lister .itemer .image img {
  max-width: 100px;
  max-height: 100px;
}
header .centent .list .item .xiala .box .rights .boxs .lister .itemer:hover {
  background-color: #fff;
}
header .centent .list .item .xiala .box .rights .boxs .lister .itemer:last-of-type .image img {
  width: 30px;
  height: 30px;
}
header .centent .list .item .xiala .box .rights.art {
  display: block;
}
header .centent .list .item .xiala1 {
  position: absolute;
  width: auto;
  padding: 15px 0 ;
  top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  display: none;
  overflow: hidden;
}
header .centent .list .item .xiala1 a {
  white-space: nowrap;
  text-align: left;
  padding: 10px 20px;
  display: block;
  width: 100%;
}
header .centent .list .item .xiala1 a:hover {
  background-color: #ccc;
}
header .centent .list .item:hover .xiala,
header .centent .list .item:hover .xiala1 {
  display: flex;
}
header .centent .list .item:nth-child(2),
header .centent .list .item:nth-child(3),
header .centent .list .item:nth-child(4),
header .centent .list .item:nth-child(5),
header .centent .list .item:nth-child(6) {
  position: relative;
}
header .centent .right {
  display: flex;
  align-items: center;
}
header .centent .right .item {
  margin-top: 5px;
  padding: 0 10px 5px;
  cursor: pointer;
}
header .centent .right .item img.a1 {
  display: block;
}
header .centent .right .item img.a2 {
  display: none;
}
header .centent .right .item:hover {
  border-radius: 50%;
  background-color: #000000;
}
header .centent .right .item.ico {
  display: none;
}
header.active,
header.actives {
  background-color: #fff;
}
header.active .centent .list .item a,
header.actives .centent .list .item a {
  color: #000;
}
header.active .centent .right .item,
header.actives .centent .right .item {
  padding: 10px ;
  position: relative;
}
header.active .centent .right .item img.a1,
header.actives .centent .right .item img.a1 {
  display: none;
}
header.active .centent .right .item img.a2,
header.actives .centent .right .item img.a2 {
  display: block;
}
header.active .centent .right .item img{
  object-fit: contain;
}
header.active .centent .right .item .number,
header.actives .centent .right .item .number{
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding:0 2px;
  color: #fff;
  background: red;
  min-width: 12px;
  border-radius: 50%;
  text-align: center;
  font-size:10px ;
}
header.active .centent .right .item:hover,
header.actives .centent .right .item:hover {
  border-radius: 50%;
  background-color: rgba(225, 225, 225, 0.9);
}
.shousuo {
  position: fixed;
  z-index: 8001;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: initial;
  padding: 0 0 50px ;
  background-color: rgba(0, 0, 0, 0.8);
  height: 95vh;
  overflow: hidden;
}
.shousuo .centent {
  background-color: #fff;
  display: flex;
  width: 100%;
  height: 80px;
}
.shousuo .centent .box {
  width: 917px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.shousuo .centent .box .iconfont {
  font-size: 20px;
  margin-top: 5px;
  color: #999;
}
.shousuo .centent .box .inp {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border: none;
}
.shousuo .centent .box .inp form {
  flex-grow: 1;
}
.shousuo .centent .box .inp input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  background-color: transparent;
  color: #444;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: 'Regular';
}
.shousuo .centent .box .inp input::placeholder {
  color: #ccc;
}
.shousuo .centent .box .clearIcon {
  width: 24px;
  height: 24px;
  margin-right: 40px;
  display: none;
  cursor: pointer;
  color: #000;
}
.shousuo .centent .box .btn {
  width: 112px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
  font-size: 16px;
  color: #fff;
}
.shousuo .centent .box .btn img {
  width: 24px;
  height: 24px;
  transform: translateX(10px);
}
.shousuo .centent .box .btn:hover {
  background-color: #444;
}
.shousuo .centent .box .btn:hover img {
  transform: translateX(15px);
  transition: all 0.5s;
}
.Switching_country {
  height: 95vh;
  top: 50%;
  position: fixed;
  z-index: 9999999;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 0 50px ;
  display: none;
}
.Switching_country .centent {
  width: 950px;
  height: 85vh;
  background-color: #fff;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}
.Switching_country .centent .top {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-family: 'AtAeroMedium';
}
.Switching_country .centent .top span {
  position: absolute;
  right: 50px;
  font-family: 'Medium';
}
.Switching_country .centent .box {
  width: 100%;
  height: 76vh;
  padding: 40px 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
.Switching_country .centent .box div p {
  font-size: 18px;
  margin-left: 8px;
  margin-bottom: 17px;
  font-family: 'Medium';
}
.Switching_country .centent .box div .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.Switching_country .centent .box div .list .item {
  width: 31.5%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 8px 20px;
  cursor: pointer;
  border-radius: 5px;
}
.Switching_country .centent .box div .list .item span {
  font-size: 12px;
  font-family: 'Regular';
}
.Switching_country .centent .box div .list .item span:nth-child(2) {
  color: #999;
}
.Switching_country .centent .box div .list .item:hover {
  background-color: #ddd;
}
.mobile-list{
  display: none;
  position: fixed;
  width: 100vw;
  max-height: 100vh;
  overflow: auto;
  background: #fff;
  top: 0;
  left: 0;
  font-family: 'Regular';
  padding: 0 5vw 20px;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 1vw;
  box-sizing: border-box;
}


.mobile-list >div{
  line-height: 2;
  text-align: center;
  width: 100%;
}
.mobile-list >div{
  text-align: left;
}
.mobile-list .close{
  align-self: flex-end;
  padding-right: 10px;
  padding-top: 16px;
  box-sizing: border-box;
  font-family: 'Regular';
  font-size: 25px;
  text-align: right;
}
.mobile-list .child{
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 1600px) {
  header .centent {
    width: 90vw;
  }
}
@media screen and (max-width: 1500px){
  header .centent .list .item{
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  header .centent {
    width: 90vw;
  }
  header .centent .list {
    width: 800px;
  }
}

@media screen and (max-width: 1280px) {
  header .centent {
    width: 90vw;
  }
  header .centent .list {
    display: none;
  }
 
  header .centent .right .item.ico {
    display: block;
    padding: 5px 10px;
  }
  header .centent .right .item.ico span {
    font-size: 20px;
    font-weight: bold;
  }
  .mobile-list.active{
    display: grid;
  }
}
@media screen and (max-width: 1024px) {
  
  .Switching_country .centent{
    width: 90%;
  }
  .Switching_country .centent .box div .list{
    display: grid;
    grid-template-columns: 1fr;
  }
  .Switching_country .centent .box div .list .item{
    width: auto;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}