@media (min-width: 1024px) {
  .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .phoneNavx {
    display: none;
  }
  .phoneNav {
    display: none;
  }
  .logobgc {
    width: 120px;
    margin-right: 6.1875rem;
    margin-left: 6.125rem;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
  }
  .logobgc img {
    width: 100%;
    display: block;
  }
  .head ul {
    display: flex;
    align-items: center;
  }
  .head ul li {
    cursor: pointer;
    margin-right: 3.5rem;
    display: block;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 3.5rem;
    position: relative;
  }
  .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    min-width: 160px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    z-index: 1000;
  }
  .dropdown-item {
    margin: 0;
  }
  .dropdown-link {
    display: block;
    padding: 10px 18px;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-link:hover {
    background-color: #f5f5f5;
  }
  .nav-dropdown {
    position: relative;
  }
  .inbutton {
    margin-right: 6rem;
    cursor: pointer;
  }
  .flode {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
@media screen and (max-width: 1024px) {
  .type {
    display: none;
  }
  .navigation {
    display: none;
  }
  .boxcord {
    display: none;
  }
  .phoneNav {
    padding: 0 19px;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 43px;
    z-index: 999;
  }
  .phoneNav .phoneLogo {
    cursor: pointer;
    width: 40px;
    height: 28px;
  }
  .phoneNav .phoneLogo img {
    height: 100%;
  }
  .phoneNav .phoneIcon {
    width: 20px;
    height: 20px;
    margin-left: 13px;
    background-color: transparent;
  }
  .phoneNav .phoneIcon img {
    width: 100%;
    height: 100%;
  }
  .phoneNavx {
    width: 100%;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 999;
    top: 43px;
    padding: 0 16px;
  }
  .head ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .head ul li {
    padding: 0 12px;
    display: block;
    height: 38px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
    border-bottom: 1px solid #fcfcfc;
  }
  .head ul .ro {
    border-bottom: 1px solid transparent;
  }
  .mobile-dropdown .mobile-submenu {
    background-color: #f9f9f9;
    padding-left: 20px;
  }
  .mobile-dropdown .mobile-submenu li {
    border-bottom: 1px solid #eee;
    height: 35px;
    line-height: 35px;
  }
  .mobile-dropdown .mobile-submenu a {
    color: #666;
    font-size: 13px;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
}
