header {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

.header-data {
  height: 1.1rem;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.site-logo {
  width: 3.92rem;
  padding: 0.32rem 0;
}

.menu-wrapper {
  height: 100%;
}

.header-box {
  display: flex;
  align-items: center;
}

.menu {
  display: flex;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: Max(0.16rem, 12px);
  line-height: 0.22rem;
}

.menu > li {
  line-height: 1.1rem;
  margin-right: 0.26rem;
  position: relative;
}

.menu > li > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}

.menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.04rem;
  background-color: #c91520;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
}

.menu > li > ul {
  position: absolute;
  top: 1.1rem;
  left: 43%;
  transform: translateX(-50%);
}

.menu > li:hover > a::after {
  width: 100%;
}

.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.menu > li ul {
  z-index: 5;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu > li ul li {
  white-space: nowrap;
  position: relative;
  width: 100%;
  font-size: Max(0.16rem, 12px);
  line-height: 0.4rem;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  color: rgba(55, 55, 55, 0.7);
  text-shadow: none;
}

.menu > li ul li a {
  display: block;
  padding: 0.06rem 0.4rem;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  text-align: center;
}

.menu > li ul li a:hover {
  color: #c91520;
}

.menu > li ul li:last-child {
  border: none;
}

.language {
  margin: auto 0;
  font-size: Max(0.16rem, 12px);
  font-family: SF Pro Display, SF Pro Display-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.16rem;
  padding-right: 0.18rem;
  margin-right: 0.18rem;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
}

.search {
  margin: auto 0;
  width: Max(0.2rem, 16px);
  height: Max(0.2rem, 16px);
}

.p_menu {
  width: 250px;
  float: right;
  position: fixed;
  height: 100%;
  right: -250px;
  top: 0px;
  text-align: center;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
  background: #c53a3a;
}

.p_menu ul > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.p_menu ul > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}

.p_menu ul > li > i {
  display: inline-block;
  background: url(/_upload/tpl/0e/9d/3741/template3741/images/button-arrow.png) no-repeat center/contain;
  width: 14px;
  height: 14px;
  z-index: 99999;
  position: absolute;
  right: 30px;
  top: 15px;
  transition: transform 0.5s;
}

.p_menu ul > li > ul {
  display: none;
}

.p_menu ul > li > ul > li > a {
  font-size: 14px;
  color: #fafafa;
  opacity: 0.8;
  padding: 10px 0px;
}

.p_menu ul > li .show {
  display: block;
}

.p_menu ul > li .hide {
  display: none;
}

.p_menu ul > li .up {
  transform: rotate(0deg);
}

.p_menu ul > li .down {
  transform: rotate(180deg);
}

.p_link_a {
  margin-top: 15px;
  color: #fff;
}

.p_link_a span:first-child {
  margin-right: 10px;
}

.center_area {
  padding-top: 15px;
}

.center_area > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.center_area > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}

.close span {
  float: right;
  margin: 45px 0 0 0;
  margin-right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/_upload/tpl/0e/9d/3741/template3741/images/close.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .header-data {
    padding: 0;
  }
}

@media screen and (max-width: 910px) {
  .header-data {
    height: unset;
    padding: unset;
  }
  .menu-wrapper {
    display: none;
  }
  .header-box {
    display: none;
  }
  .site-logo {
    padding: 15px 10px;
    width: 268px;
  }
}

@media screen and (max-width: 500px) {
  .p_menu {
    width: 180px;
  }
}
