@media screen and (min-width: 460px) {
  .header {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header img {
    width: 2.07rem;
    height: 0.88rem;
  }
  .pc-header {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .middle-header {
    display: none;
  }
  .activeHead::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background: #D40202;
  }
  .maxW1540 {
    max-width: 1540px;
    margin: 0 auto;
  }
  .dFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lmName {
    font-size: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #373434;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .lmName .homeBtn:hover a {
    color: #094b9c;
  }
  .lmName > div {
    position: relative;
  }
  .lmName a {
    position: relative;
    display: block;
  }
  .lmName a:hover::after {
    transform: scaleX(1);
  }
  .search {
    font-size: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    text-transform: none;
    color: #838384;
  }
  .search i {
    color: #000;
    font-size: 26px;
  }
  .search .svg-icon {
    font-size: 26px;
  }
  .search .search-box {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .search .search-box.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .search .lang-switch .icon1 {
    display: block !important;
  }
  .search .lang-switch .icon2 {
    display: none !important;
  }
  .search .lang-switch:hover .icon1 {
    display: none !important;
  }
  .search .lang-switch:hover .icon2 {
    display: block !important;
  }
  .search .search-triangle {
    position: absolute;
    right: 1.23rem;
    top: -0.05rem;
    width: 0.1rem;
    height: 10px;
    border-left: 1px solid #0b6fc8;
    border-top: 1px solid #0b6fc8;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 99999;
    border-radius: 0.02rem;
  }
  .search .el-input-group__append {
    background-color: #FFFFFF;
    padding: 0 0.05rem;
    width: auto;
    text-align: center;
  }
  .search .el-input-group__append .el-icon-search {
    cursor: pointer;
    color: #838384;
    font-size: 0.17rem;
  }
  .search .serch-icon:hover {
    color: #094b9c;
  }
  .gap30 {
    gap: 0.3rem;
  }
  .gap10 {
    gap: 0.1rem;
  }
  .gap20 {
    gap: 0.2rem;
  }
  .header-select {
    max-width: 140px;
    width: 100%;
  }
  .header-select .el-input__inner {
    border-radius: 4px !important;
    background-color: #094B9C !important;
    border: 1px solid #094B9C !important;
    font-weight: 500 !important;
    font-size: 0.2rem !important;
    color: #FFFFFF !important;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 460px) {
  .gap30 {
    gap: 0.05rem;
  }
  .gap10 {
    gap: 0.1rem;
  }
  .dFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header {
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
  }
  .header img {
    width: 1.07rem;
  }
  .maxW1540 {
    max-width: 1540px;
    margin: 0 auto;
  }
  .pc-header {
    display: none;
    width: 100%;
  }
  img {
    width: 1.07rem;
  }
  .middle-header {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }
  .search {
    font-size: 0.1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    text-transform: none;
    color: #838384;
    margin-top: 12px;
  }
  .search .serch-icon:hover {
    color: #094b9c;
  }
  .search .lang-switch .icon1 {
    display: block !important;
  }
  .search .lang-switch .icon2 {
    display: none !important;
  }
  .search .lang-switch:hover .icon1 {
    display: none !important;
  }
  .search .lang-switch:hover .icon2 {
    display: block !important;
  }
  .search .search-triangle {
    position: absolute;
    right: 1.3rem;
    top: -0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    border-left: 1px solid #0b6fc8;
    border-top: 1px solid #0b6fc8;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 99999;
    border-radius: 0.02rem;
  }
  .search .search-box {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .search .search-box.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .search .el-input__inner {
    height: 30px;
    font-size: 0.11rem;
  }
  .search .el-input-group__append {
    background-color: #FFFFFF;
    padding: 0 0.05rem;
    width: auto;
    text-align: center;
  }
  .search .el-input-group__append .el-icon-search {
    cursor: pointer;
    color: #838384;
    font-size: 0.17rem;
  }
  .search i {
    color: #000;
    font-size: 6px;
  }
  .search .svg-icon {
    font-size: 5px;
  }
  .header-select {
    max-width: 50px;
    width: 100%;
  }
  .header-select .el-input--mini {
    font-size: 11px !important;
  }
  .header-select .el-input__inner {
    border-radius: 4px !important;
    background-color: #094B9C !important;
    border: 1px solid #094B9C !important;
    height: 16px !important;
    font-weight: 500 !important;
    font-size: 0.1rem !important;
    color: #FFFFFF !important;
    padding: 0 5px 0 10px !important;
  }
  .header-select .el-input__icon {
    line-height: 14px;
  }
  .header-select .el-select__caret {
    font-size: 7px !important;
  }
  .header-select .el-input__suffix {
    right: 0px !important;
  }
  .custom-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
  }
  .custom-drawer .custom-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  .custom-drawer .custom-drawer-content {
    width: 30%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    background: #004da4;
  }
  .custom-drawer .custom-drawer-content.slide-in {
    transform: translateX(0);
  }
  .custom-drawer .custom-drawer-content.slide-out {
    transform: translateX(100%);
  }
  .custom-drawer .custom-drawer-body {
    padding: 50px 16px;
    flex: 1;
    overflow-y: auto;
  }
  .custom-drawer .custom-drawer-body .title {
    font-size: 0.3rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .custom-drawer .custom-drawer-body .homeBtn {
    font-size: 0.22rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #373434;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.1rem;
  }
  .custom-drawer .custom-drawer-body .homeBtn a {
    margin-top: 0.1rem;
  }
}

