a {
  text-decoration: none;
}
body {
  padding: 0;
  margin: 0;
}
.header-box {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
@media (min-width: 1450px) {
  .replace-position {
    width: 100%;
    /*height: 60px;*/
  }
  .header-real {
    width: 1320px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    height: 50px;
  }
  .header-left {
    width: 257px;
    height: 50px;
  }
  .header-left img {
    width: 100%;
    height: 100%;
  }
  .header-right {
    display: flex;
  }
  .right-switch {
    /* width: 61px;
    height: 22px;
    line-height: 58px;
    padding-left: 5px; */
    line-height: 42px;
  }
  .right-switch img {
    /* width: 100%;
    height: 100%; */
    width: 60px;
    height: 22px;
  }
  .span1 {
    color: black;
    padding-left: 7px;
  }
  .span2 {
    padding-left: 10px;
    color: #ffffff;
  }
  .header-right a {
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 500;
    padding-left: 15px;
    display: flex;
    color: #000000;
    line-height: 50px;
  }
  .second-menu-contain {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.6s;
    width: 100px;
    height: 45px;
    background-color: #FFFFFF;
    
  }
   .second-menu-contain:hover {
      border-bottom: 2px solid #00A0E9;
 
    }
  .second-menu a {
    line-height: 45px;
  }
  .test-hover {
    perspective: 500px;
    min-width: 65px;
    z-index: 99;
  }
  .test-hover:hover .second-menu-contain {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .test-hover:hover .second-menu-contain:nth-child(2) {
    transition-delay: 100ms;
  }
  .test-hover:hover .second-menu-contain:nth-child(3) {
    transition-delay: 230ms;
  }
  footer {
    background-color: #17273B;
  }

  .footer a {
    cursor: pointer;
    color: #ffffff;
  }
  .footer-contain {
    width: 1320px;
    margin: 0 auto;
    display: flex;
  }
  .footer-left {
    display: flex;
    padding-top: 82px;
    width: 1088px;
    justify-content: space-between;
  }
  .footer-list {
    width: 72px;
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(240, 240, 240, 1);
    line-height: 23px;
  }
  .footer-list-bottom div a {
    color: #AAAAAA;
  }
  .theirs .footer-list-bottom {
    padding-top: 45px;
  }
  .footer-list-bottom div {
    padding-top: 16px;
  }
  .footer-record {
    width: 1320px;
    margin:0 auto 0;
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    padding-bottom: 47px;
    color: rgba(240, 240, 240, 1);
  }
  .footer-right {
    margin-left: 102px;
    padding-top: 82px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-list-text{
    width: 72px;
    font-size: 18px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 23px;
  }
  .footer-right-logo {
    width: 115px;
    height: 53px;
    padding-top: 26px;
  }
  .footer-right-logo img {
    width: 100%;
    height: 100%;
  }
  .footer-right-code {
    padding-top: 72px;
    width: 108px;
    height: 108px;
  padding-left:20px;
  }
  .footer-right-code img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  @media (max-width: 1449px) {
    .replace-position {
      width: 100%;
      /*height: 45px;*/
    }
    .header-real {
      width: 1000px;
      margin: 0 auto;
      padding: 22.5px 0;
      display: flex;
      justify-content: space-between;
      height: 50px;
    }
    .header-left {
      width: 193.95px;
      height: 37.73px;
    }
    .header-left img {
      width: 100%;
      height: 100%;
    }
    .header-right {
      display: flex;
    }
    .right-switch {
      /* width: 61px;
      height: 22px;
      line-height: 58px;
      padding-left: 5px; */
      line-height: 36px;
    }
    .right-switch img {
      /* width: 100%;
      height: 100%; */
      width: 45px;
      height: 17px;
    }
    .span1 {
      color: black;
      padding-left: 7px;
    }
    .span2 {
      padding-left: 10px;
      color: #ffffff;
    }
    .header-right a {
      font-size: 14px;
      font-family: SourceHanSansSC;
      font-weight: 500;
      display: flex;
      color: #000000;
      line-height: 45px;
      padding-left: 15px;
    }
    .second-menu-contain {
      opacity: 0;
      transform: rotateY(90deg);
      transition: all 0.6s;
      width: 84px;
      height: 45px;
      background-color: #FFFFFF;
      
    }
    .second-menu-contain:hover {
      border-bottom: 2px solid #00A0E9;
 
    }
    .second-menu a {
      line-height: 30px;
    }
    .test-hover {
      perspective: 300px;
      min-width: 65px;
    }
    .test-hover:hover .second-menu-contain {
      opacity: 1;
      transform: rotateY(0deg);
    }
    .test-hover:hover .second-menu-contain:nth-child(2) {
      transition-delay: 100ms;
    }
    .test-hover:hover .second-menu-contain:nth-child(3) {
      transition-delay: 230ms;
    }
    footer {
      background-color: #17273B;
    }
    footer a {
      color: #ffffff;
      cursor: pointer;
    }
    .footer-contain {
      width: 1000px;
      margin: 0 auto;
      display: flex;
    }
    .footer-left {
      display: flex;
      padding-top: 62px;
      width: 880px;
      justify-content: space-between;
    }
    .footer-list {
      width: 72px;
      font-size: 14px;
      font-family: SourceHanSansSC;
      font-weight: bold;
      color: rgba(240, 240, 240, 1);
      line-height: 17px;
    }
    .footer-list-bottom {
      padding-top: 30px;
    }
    .footer-list-bottom div a{
      color: #AAAAAA;
    }

    .footer-list-bottom div {
      padding-top: 12px;
    }

    .footer-record {
      width: 1000px;
      margin: 0 auto 0;
      font-size: 14px;
      font-family: SourceHanSansSC;
      font-weight: 400;
      padding-bottom: 35px;
      color: rgba(240, 240, 240, 1);
    }
    .footer-right {
      margin-left: 102px;
      padding-top: 62px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .footer-list-text{
      width: 72px;
      font-size: 14px;
      font-family: SourceHanSansSC;
      font-weight: bold;
      color: rgba(255, 255, 255, 1);
      line-height: 17px;
    }
    .footer-right-logo {
      width: 86px;
      height: 40px;
      padding-top: 20px;
    }
    .footer-right-logo img {
      width: 100%;
      height: 100%;
    }
    .footer-right-code {
      padding-top: 54px;
      width: 82px;
      height: 82px;
    }
    .footer-right-code img {
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 768px) {
  img {
    width: 100%;
    /* height: 100%; */
  }
  .mobile-header {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    width: 18rem;
    margin: 0 auto;
  }
  .mobile-header-left {
    width: 6.85rem;
    height: 1.33rem;
  }
 .mobile-header-left img{
    width: 100%;
    height: 100%;
  }
  .mobile-header-right {
    width: 1.33rem;
    height: 1.02rem;
  }
  .mobile-header-right img{
    width: 100%;
    height: 100%;
  }
  .footer-contain {
    width: 100%;
    background: #17273B;
  }
  .footer-imgs {
    width: 13rem;
    margin: 0 auto;
    padding-top: 2.69rem;
    display: flex;
    justify-content: space-between;
  }
  .footer-img1 {
    width: 1.47rem;
    height: 1.49rem;
  }
  .footer-img2 {
    width: 1.49rem;
    height: 1.44rem;
  }
  .footer-img3 {
    width: 1.49rem;
    height: 1.23rem;
  }
  .footer-img4 {
    width: 1.47rem;
    height: 1.23rem;
  }
  .footer-font {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.48rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(240, 240, 240, 1);
    padding-bottom: 2.69rem;
  }
}
@media (max-width: 768px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .mobile-header {
    padding: 1rem 1rem;
    position: relative;
    height: 1.33rem;
  }
  .mobile-header-img {
    width: 6.85rem;
    height: 1.33rem;
    position: absolute;
    left: 1.6rem;
  }
  .mobile-header-img img {
    width: 100%;
  }
  .mobile-header-menu {
    width: 1.33rem;
    height: 1.1rem;
    position: absolute;
    right: 1.6rem;
  }
  .mobile-header-menu img {
    width: 100%;
  }
  .close {
    position: fixed;
    right: 105px;
    top: 26px;
    color: #333333;
    cursor: pointer;
  }
  @keyframes move {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes outs {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
    }
  }
  /* 菜单 */
  .menu {
    animation: move 1s linear normal;
    display: none;
    padding: 2.35rem 1rem 0 1.6rem;
    position: fixed;
    left: 0;
    width: 50%;
    background: #FFFFFF;
    z-index: 999;
    overflow-y: scroll;
  }
  .menu-logo {
    width: 6.85rem;
    height: 1.33rem;
    margin-bottom: 0.45rem;
  }
  .menu-logo img {
    width: 100%;
  }
  .menu-item {
    margin-top: 1.5rem;
    border-bottom: 1px solid #F0F0F0;
  }
  .menu-item:last-child {
    border-bottom: 0px solid #fff;
  }
  .menu-item-title {
    font-size: 1rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(0, 160, 233, 1);
    line-height: 0.61rem;
  }
  .menu-item-text {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-item-text-one {
    width: 40%;
    /*margin-top: 1.09rem;*/
  }
  .menu-item-text-one a {
    display: inline-block;
    width: 100%;
  }
  .menu-a {
    display: flex;
    align-items: center;
  }
  .menu-one-line {
    width: 20%;
    margin-right: 10%;
    height: 1px;
    background: rgba(240, 240, 240, 1);
  }
  .menu-one-text {
    width: 100%;
    font-size: 0.6rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #333333;
    line-height: 2.13rem;
    text-align: right;
  }
  ul {
    padding-inline-start: 0px;
    list-style-type: none;
  }
  .menu-footer {
    margin-top: 2.92rem;
    margin-bottom: 3.47rem;
  }
  .menu-footer-img {
    /* display: flex; */
  }
  .foot-img {
    display: inline-block;
    width: 1.47rem;
    height: 1.49rem;
    margin-right: 1rem;
  }
  .footer-img-text {
    margin-top: 1.25rem;
    font-size: 0.48rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #333333;
    line-height: 0.96rem;
  }
}
