.header-bottom-line {
  position: relative;
}
.header-bottom-line::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0;
  background-color: #eaedf3;
}
.header-right,
.header-right-mini {
  display: none;
}
#header #content-box {
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .header-right {
    display: flex!important;
  }
  .header-left-mini {
    display: none!important;
  }
  .header-right-mini-box {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .header-left,
  .header-right {
    display: none!important;
  }
  .header-right-mini {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  .slogen {
    display: none;
  }
  .box-show {
    max-height: 100vh!important;
  }
  #header-wrap-box {
    height: 1.04rem;
  }
  #header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 1.04rem;
    max-height: 1.04rem;
    overflow: hidden;
  }
  #header #content-box {
    height: 1.04rem;
    z-index: 100;
    display: flex;
  }
  #header .header-left .logo {
    height: 36px;
  }
  #header .header-left .logo img {
    height: 100%;
  }
  #header .header-left-mini .logo {
    width: 2.2rem;
  }
  #header .header-left-mini .logo img {
    width: 100%;
  }
  #header .header-right-mini {
    font-size: 16px;
    display: none;
  }
  #header .header-right-mini-button {
    width: 0.33rem;
    height: 0.28rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 纵向 */
    flex-direction: column;
    background-color: transparent;
    cursor: pointer;
  }
  #header .header-right-mini-button span {
    position: absolute;
    display: block;
    width: 0.33rem;
    height: 0.03rem;
    border-radius: 1px;
    background-color: #3A3A3F;
    transition: all 0.5s ease-in-out;
  }
  #header .header-right-mini-button span:nth-child(1) {
    top: 0;
  }
  #header .header-right-mini-button span:nth-child(4) {
    bottom: -0.03rem;
  }
  #header .header-right-mini .open span:nth-child(1) {
    top: 0.1rem;
    width: 0;
  }
  #header .header-right-mini .open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #header .header-right-mini .open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #header .header-right-mini .open span:nth-child(4) {
    bottom: 0.1rem;
    width: 0;
  }
  #header .line {
    width: 100%;
    height: 1px;
    background: #E8EDF7;
    opacity: 0.7;
  }
  #header .header-right-mini-box {
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  #header .header-right-mini-box-menu {
    position: relative;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.48rem;
    font-size: 0.32rem;
    color: #3A3A3F;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  #header .header-right-mini-box-menu::after {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 1px;
    background: #E8EDF7;
  }
  #header .header-right-mini-box-menu img {
    width: 10px;
    height: 5px;
    transition: 0.5s;
    transform: rotate(-180deg);
  }
  #header .header-right-mini-box .submenu-wrap {
    padding: 0 0.44rem;
    max-height: auto;
    overflow: hidden;
    transition: 0.8s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header .header-right-mini-box .submenu-wrap .submenu {
    position: relative;
    width: 50%;
    font-size: 0.3rem;
    line-height: 1rem;
    height: 1rem;
    cursor: pointer;
  }
  #header .header-right-mini-box .submenu-wrap .submenu::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #E8EDF7;
  }
  #header .header-right-mini-box .submenu-wrap .submenu-item {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
  }
  #header .header-right-mini-box .submenu-wrap .submenu-item img {
    width: 0.1rem;
    height: 0.18rem;
    margin-left: 14px;
  }
  #header .header-right-mini-box .submenu-wrap .submenu:nth-child(2n) .submenu-item {
    justify-content: flex-end;
  }
  #header .header-right-mini-box .submenu-wrap-show {
    display: block!important;
    height: auto!important;
  }
  #header .mask {
    position: fixed;
    top: 1.1rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: 10;
    transition: 1s;
    cursor: pointer;
  }
  #header .mask-opcity {
    opacity: 0.6 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .header-right-mini {
    display: none!important;
  }
  #header-wrap-box {
    height: calc(100vw / 1240 * 100);
  }
  #header {
    font-size: calc(100vw / 1240 * 17);
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #3A3A3F;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vw / 1240 * 100);
    transition: 0.8s;
  }
  #header:hover {
    background: #fff !important;
  }
  #header #content-box {
    height: 100%;
  }
  #header .header-left {
    display: flex;
    align-items: center;
  }
  #header .header-right {
    display: none;
    height: 100%;
  }
  #header .header-right .menu-wrap {
    height: 100%;
    margin-right: calc(100vw / 1240 * 110);
    position: relative;
    cursor: pointer;
  }
  #header .header-right .menu-wrap:last-child {
    margin-right: 0;
  }
  #header .header-right .menu-wrap:hover .more::after {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header-right .menu-wrap:hover .submenu-wrap {
    display: block!important;
  }
  #header .header-right .menu-wrap:hover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100vw / 1240 * 3);
    background-color: #2B83F0;
    left: 0;
    bottom: calc(100vw / 1240 * 20);
  }
  #header .header-right .active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100vw / 1240 * 3);
    background-color: #2B83F0;
    left: 0;
    bottom: calc(100vw / 1240 * 20);
  }
  #header .header-right .menu {
    position: relative;
    cursor: pointer;
  }
  #header .header-right .menu:first-child {
    margin-right: 0;
  }
  #header .header-right .more {
    /* &:hover {
            &::after {
              bottom: 7px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
            }
            .submenu-wrap { 
              display: block!important;;
            }
          } */
  }
  #header .header-right .more::after {
    right: calc(100vw / 1240 * -20);
    bottom: calc(100vw / 1240 * 9);
    position: absolute;
    border-left: 2px solid;
    border-top: 2px solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: calc(100vw / 1240 * 8);
    width: calc(100vw / 1240 * 8);
    color: #3A3A3F;
    border-color: #3A3A3F;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: margin-bottom 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, margin-bottom 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
    transition: transform 0.3s ease, margin-bottom 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  }
  #header .header-right .submenu-wrap {
    padding: calc(100vw / 1240 * 8) 0 calc(100vw / 1240 * 15) 0;
    display: none;
    white-space: nowrap;
    position: absolute;
    color: #3A3A3F;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: calc(100vw / 1240 * 15);
    top: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 14px 14px 0px rgba(145, 163, 190, 0.16);
    backdrop-filter: blur(2px);
  }
  #header .header-right .submenu-wrap .submenu {
    padding: calc(100vw / 1240 * 12) calc(100vw / 1240 * 40);
  }
  #header .header-right .submenu-wrap .submenu:hover {
    color: #126DDD;
  }
  .header-wrap-white {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1240px) {
  .header-right-mini {
    display: none!important;
  }
  #header-wrap-box {
    height: 100px;
  }
  #header {
    font-size: 17px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-weight: 400;
    color: #3A3A3F;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    transition: 0.8s;
  }
  #header #content-box {
    height: 100%;
  }
  #header:hover {
    background: #fff !important;
  }
  #header .header-left .logo {
    width: 281px;
    height: 45px;
  }
  #header .header-left .logo img {
    width: 100%;
    height: 100%;
  }
  #header .header-right {
    display: none;
    height: 100%;
  }
  #header .header-right .menu-wrap {
    height: 100%;
    margin-right: 110px;
    position: relative;
    cursor: pointer;
  }
  #header .header-right .menu-wrap:last-child {
    margin-right: 0;
  }
  #header .header-right .menu-wrap:hover .more::after {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header-right .menu-wrap:hover .submenu-wrap {
    display: block!important;
  }
  #header .header-right .menu-wrap:hover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2B83F0;
    left: 0;
    bottom: 20px;
  }
  #header .header-right .active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2B83F0;
    left: 0;
    bottom: 20px;
  }
  #header .header-right .menu {
    position: relative;
    cursor: pointer;
  }
  #header .header-right .menu:first-child {
    margin-right: 0;
  }
  #header .header-right .more {
    /* &:hover {
            &::after {
              bottom: 7px;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
            }
            .submenu-wrap { 
              display: block!important;;
            }
          } */
  }
  #header .header-right .more::after {
    right: -20px;
    bottom: 9px;
    position: absolute;
    border-left: 2px solid;
    border-top: 2px solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    color: #3A3A3F;
    border-color: #3A3A3F;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    transition: margin-bottom 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: margin-bottom 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, margin-bottom 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
    transition: transform 0.3s ease, margin-bottom 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  }
  #header .header-right .submenu-wrap {
    padding: 8px 0 15px 0;
    display: none;
    white-space: nowrap;
    position: absolute;
    color: #3A3A3F;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 15px;
    top: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 14px 14px 0px rgba(145, 163, 190, 0.16);
    backdrop-filter: blur(2px);
  }
  #header .header-right .submenu-wrap .submenu {
    padding: 12px 40px;
  }
  #header .header-right .submenu-wrap .submenu:hover {
    color: #126DDD;
  }
  .header-wrap-white {
    background-color: #fff;
  }
}
