@font-face {
  font-family: "AT-35";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-35-Thin.ttf");
}
@font-face {
  font-family: "AT-45";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-45-Light.ttf");
}
@font-face {
  font-family: "AT-55";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-55-Regular.ttf");
}
@font-face {
  font-family: "AT-65";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-65-Medium.ttf");
}
@font-face {
  font-family: "AT-75";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-75-Semibold.ttf");
}
@font-face {
  font-family: "AT-85";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-85-Bold.ttf");
}
@font-face {
  font-family: "AT-95";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-95-ExtraBold.ttf");
}
@font-face {
  font-family: "AT-105";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-105-Heavy.ttf");
}
@font-face {
  font-family: "AT-115";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/AlibabaPuHuiTi-2-115-Black.ttf");
}
@font-face {
  font-family: "HS-b";
  src: url("https://mijiezhiqu.oss-cn-hangzhou.aliyuncs.com/static/collect/home/font/HarmonyOS_Sans_SC_Bold.ttf");
}
.ff-35 {
  font-family: "AT-35";
}

.ff-45 {
  font-family: "AT-45";
}

.ff-55 {
  font-family: "AT-55";
}

.ff-65 {
  font-family: "AT-65";
}

.ff-75 {
  font-family: "AT-75";
}

.ff-85 {
  font-family: "AT-85";
}

.ff-95 {
  font-family: "AT-95";
}

.ff-105 {
  font-family: "AT-105";
}

.ff-115 {
  font-family: "AT-115";
}

.ff-hs-b {
  font-family: "HS-b";
}

a {
  text-decoration: none;
  color: #000000;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100vw;
  padding: 0;
  margin: 0;
  font-size: 16px;
  /* 1rem = 16px */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  font-family: "AT-85";
}

.header-bg {
  width: 100%;
  position: fixed;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.header-bg:hover {
  background-color: #fff;
}

.scrolled {
  background-color: #fff;
}

.model-menus-box {
  display: none;
}

.model-menus-btn {
  display: none;
  width: 24px;
  height: 24px;
}

.model-menus-btn-close {
  display: none;
  width: 24px;
  height: 24px;
}

.header-box {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
}
.header-box .maxWidth .header {
  display: flex;
  align-items: center;
  height: 64px;
  font-family: "AT-55";
}
.header-box .maxWidth .header .logo {
  width: 164px;
}
.header-box .maxWidth .header .right {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  color: #000000;
  font-size: 16px;
}
.header-box .maxWidth .header .right .menu {
  margin-right: 3.2rem;
  cursor: pointer;
}
.header-box .maxWidth .header .right .phone {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000000;
  margin-right: 10px;
  font-family: "HS-b";
}
.header-box .maxWidth .header .right .phone .icon {
  width: 24px;
  height: 24px;
  margin-right: 0.1rem;
}
.header-box .maxWidth .content .title {
  font-size: 64px;
  color: #333333;
  font-weight: normal;
  font-family: "AT-105";
}
.header-box .maxWidth .content .subtitle {
  margin-top: 10px;
  font-size: 20px;
  color: #808080;
  font-family: "AT-55";
}
.header-box .maxWidth .content .btn {
  margin-top: 24px;
  width: 162px;
  height: 56px;
  cursor: pointer;
  font-family: "AT-85";
  background: linear-gradient(90deg, #0073FF 0%, #009FFF 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box .maxWidth .content .btn .icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.info-box {
  background-image: url(../img/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.info-box .maxWidth {
  padding: 64px 0;
}
.info-box .maxWidth .title {
  font-size: 40px;
  color: #333333;
  text-align: left;
  font-weight: normal;
  font-family: "AT-65";
}
.info-box .maxWidth .subtitle {
  margin-top: 12px;
  font-size: 24px;
  color: #666666;
  font-family: "AT-55";
}
.info-box .maxWidth .info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: "AT-55";
}
.info-box .maxWidth .info .input {
  width: 300px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  margin-right: 18px;
  padding-left: 24px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  border: none;
  outline: none;
}
.info-box .maxWidth .info .btn {
  font-size: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AT-85";
  cursor: pointer;
  color: #fff;
  width: 164px;
  height: 62px;
  background: linear-gradient(270deg, #009FFF 0%, #0073FF 100%);
  border-radius: 4px 4px 4px 4px;
}

.menus-box {
  display: none;
}

.footer-box {
  background-image: url(../img/home/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-box .maxWidth {
  padding-bottom: 100px;
}
.footer-box .maxWidth .top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 86px;
  font-family: "AT-65";
}
.footer-box .maxWidth .top .top-item {
  display: flex;
  align-items: center;
}
.footer-box .maxWidth .top .top-item .icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.footer-box .maxWidth .top .top-item:not(:first-child) {
  position: relative;
}
.footer-box .maxWidth .top .top-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, #F1F5FB 0%, #BDBDBD 50%, #F1F5FB 100%);
  border-radius: 0px 0px 0px 0px;
}
.footer-box .maxWidth .top-bottom-line {
  height: 1px;
  background: linear-gradient(180deg, #F1F5FB 0%, #BDBDBD 50%, #F1F5FB 100%);
  border-radius: 0px 0px 0px 0px;
}
.footer-box .maxWidth .content {
  margin-top: 80px;
  display: flex;
}
.footer-box .maxWidth .content .left {
  font-size: 18px;
  color: #676767;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "AT-55";
}
.footer-box .maxWidth .content .left .logo {
  width: 146px;
}
.footer-box .maxWidth .content .left .code {
  margin: 40px 0 12px 0;
  width: 164px;
  height: 164px;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.footer-box .maxWidth .content .center {
  margin: 0 40px;
  display: flex;
  flex: 1;
  justify-content: space-around;
}
.footer-box .maxWidth .content .center .center-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-box .maxWidth .content .center .center-col .title {
  font-size: 20px;
  color: #191919;
  font-family: "AT-65";
}
.footer-box .maxWidth .content .center .center-col .text {
  margin-top: 24px;
  font-size: 18px;
  color: #676767;
  font-family: "AT-55";
}
.footer-box .maxWidth .content .right {
  font-size: 18px;
  color: #404146;
  font-family: "AT-65";
}
.footer-box .maxWidth .content .right .phone .phone-num {
  margin-top: 8px;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  display: flex;
  align-items: center;
  font-family: "HS-b";
}
.footer-box .maxWidth .content .right .phone .phone-num .icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.footer-box .maxWidth .content .right .emill {
  margin-top: 40px;
}
.footer-box .maxWidth .content .right .emill .emill-num {
  margin-top: 8px;
  font-size: 20px;
  color: #000000;
}
.footer-box .maxWidth .content .right .address {
  margin-top: 40px;
}
.footer-box .maxWidth .content .right .address .address-text {
  margin-top: 8px;
  font-size: 20px;
  color: #000000;
}

.side-bar-box {
  position: fixed;
  right: 40px;
  bottom: 15%;
  z-index: 999;
}
.side-bar-box .contact {
  width: 60px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 0px 11px 0px rgba(1, 135, 255, 0.13);
  cursor: pointer;
}
.side-bar-box .contact .icon-chat {
  width: 60px;
  height: 60px;
  display: block;
}
.side-bar-box .contact .line {
  width: 48px;
  margin: 0 auto;
  height: 1px;
  background: #C7C8CA;
  border-radius: 0px 0px 0px 0px;
}
.side-bar-box .contact .icon-phone {
  width: 60px;
  height: 60px;
  display: block;
}
.side-bar-box .line-consult {
  cursor: pointer;
  margin-top: 24px;
  padding: 4px;
  width: 60px;
  background: linear-gradient(180deg, #0173FF 0%, #019FFF 100%);
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 0px 11px 0px rgba(1, 135, 255, 0.13);
}
.side-bar-box .line-consult .awatar {
  width: 52px;
  height: 52px;
}
.side-bar-box .line-consult .text {
  width: 20px;
  margin: 0 auto;
  height: 112px;
  font-family: "AT-65";
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

@media (max-width: 1350px) {
  .maxWidth {
    width: 100%;
    padding: 0 20px;
  }
  .header-box .maxWidth .header .right .menu {
    margin-right: 10px;
  }
  .header-box .maxWidth .content {
    padding: 60px 0 80px 0;
  }
  .header-box .maxWidth .header .right .menu {
    margin-right: 20px;
  }
  .header-box .maxWidth .content .title {
    font-size: 36px;
  }
  .header-box .maxWidth .content .subtitle {
    font-size: 14px;
  }
  .info-box .maxWidth {
    padding: 64px 20px;
  }
  .info-box .maxWidth .title {
    font-size: 32px;
  }
  .info-box .maxWidth .subtitle {
    font-size: 18px;
  }
  .footer-box .maxWidth .top .top-item:not(:first-child)::before {
    display: none;
  }
  .footer-box .maxWidth .content {
    padding-bottom: 420px;
    margin-top: 20px;
    position: relative;
    justify-content: space-around;
  }
  .footer-box .maxWidth .content .left {
    margin-right: 40px;
  }
  .footer-box .maxWidth .content .center {
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    justify-content: space-around;
    border-top: 1px solid #BDBDBD;
  }
}
@media (max-width: 880px) {
  .footer-box .maxWidth .top .top-item .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .footer-box .maxWidth .top {
    font-size: 14px;
  }
  .footer-box .maxWidth .content .left .code {
    margin-top: 20px;
  }
  .footer-box .maxWidth .content .center .center-col .title {
    font-size: 18px;
  }
  .footer-box .maxWidth .content .center .center-col .text {
    font-size: 14px;
  }
  .footer-box .maxWidth .content .right {
    font-size: 18px;
  }
  .footer-box .maxWidth .content .right .address .address-text {
    font-size: 16px;
  }
  .footer-box .maxWidth .content .right .phone .phone-num {
    font-size: 28px;
  }
  .footer-box .maxWidth .content .right .phone .phone-num .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .footer-box .maxWidth .content {
    padding-bottom: 380px;
  }
}
@media screen and (max-width: 768px) {
  .maxWidth {
    padding: 0 16px;
  }
  .header-bg {
    background-color: #fff;
    margin-bottom: 20px;
  }
  .header-box .maxWidth .content .btn {
    margin-top: 16px;
    width: 106px;
    height: 36px;
    font-size: 12px;
  }
  .header-box .maxWidth .header {
    justify-content: space-between;
  }
  .header-box .maxWidth .header .logo {
    width: 120px;
  }
  .header-box .maxWidth .header .right {
    display: none;
  }
  .header-box .maxWidth .content .title {
    font-size: 32px;
  }
  .header-box .maxWidth .content .subtitle {
    margin-top: 4px;
    font-size: 12px;
  }
  .header-box .maxWidth .content {
    padding: 16px 0 40px 0;
    margin-top: 40px;
  }
  .info-box .maxWidth .title {
    font-size: 20px;
  }
  .info-box .maxWidth .subtitle {
    font-size: 12px;
  }
  .info-box .maxWidth .info {
    flex-direction: column;
  }
  .info-box .maxWidth .info .input {
    width: 100%;
    height: 44px;
    margin: 10px 0;
  }
  .info-box .maxWidth .info .btn {
    width: 100%;
    height: 44px;
    margin-top: 10px 0;
  }
  .footer-box .maxWidth .top {
    flex-wrap: wrap;
  }
  .footer-box .maxWidth .top .top-item {
    width: 50%;
    margin: 10px 0;
  }
  .footer-box .maxWidth .top .top-item .icon {
    width: 28px;
    height: 28px;
  }
  .footer-box .maxWidth .top-bottom-line {
    margin-top: 20px;
  }
  .footer-box .maxWidth {
    padding: 0 20px;
  }
  .footer-box .maxWidth .content .center {
    width: 100%;
    bottom: 40px;
    display: none;
  }
  .menus-box {
    display: flex;
    background: #F3F5F8;
    font-weight: normal;
    font-size: 14px;
    color: #565D78;
  }
  .menus-box .center {
    width: 100%;
  }
  .menus-box .center .center-col {
    height: 48px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .menus-box .center .center-col .title {
    height: 48px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FDFDFE 100%);
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    justify-content: space-between;
    padding: 0 16px;
  }
  .menus-box .center .center-col .title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #9C9C9C;
    border-right: 2px solid #9C9C9C;
    border-radius: 1px;
    transform: rotateZ(45deg);
    transition: all 0.5s;
  }
  .menus-box .center .center-col .text {
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
  }
  .menus-box .center .center-col-auto {
    height: auto;
  }
  .menus-box .center .center-col-auto .title::after {
    transform: rotateZ(225deg);
  }
  .footer-box .maxWidth .content .left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 18px;
  }
  .footer-box .maxWidth .content .left .logo {
    width: 164px;
  }
  .footer-box .maxWidth .content .left .code {
    margin: 14px 0 24px 0;
    width: 196px;
    height: 196px;
  }
  .footer-box .maxWidth .content {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .footer-box .maxWidth .content .right {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer-box .maxWidth .content .right .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: linear-gradient(270deg, #019FFF 0%, #0173FF 100%);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #FFFFFF;
  }
  .footer-box .maxWidth .content .right .phone > div:not(:last-child) {
    display: none;
  }
  .footer-box .maxWidth .content .right .phone .phone-num {
    color: #fff;
    margin-top: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
  }
  .footer-box .maxWidth .content .right .phone .phone-num .icon {
    width: 28px;
    height: 28px;
    filter: invert(100%);
  }
  .model-menus-btn {
    display: flex;
  }
  .model-menus-box {
    position: fixed;
    transition: all 0.5s;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, #F1F1F1 148px, #fff 152px);
    z-index: 1000;
  }
  .model-menus-box .model-menus {
    display: flex;
    flex-direction: column;
    font-family: "AT-65";
    font-size: 14px;
    color: #4D4D4D;
  }
  .model-menus-box .model-menus .menu {
    width: 150px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .model-menus-box .model-menus .menu-active {
    color: #fff;
    background: linear-gradient(270deg, #0073FF 0%, #009FFF 100%);
    border-radius: 0px 0px 0px 0px;
  }
  .model-menus-box .model-menus .sub-menu {
    display: none;
    height: 100%;
    width: calc(100% - 160px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    border-radius: 0px 0px 0px 0px;
  }
  .model-menus-box .model-menus .sub-menu .sub-menu-item {
    margin: 20px 16px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .model-menus-box .model-menus .sub-menu .sub-menu-item .icon {
    width: 28px;
  }
  .model-menus-box .model-menus .sub-menu .sub-menu-item .text {
    font-size: 10px;
    color: #7F7F7F;
  }
  .side-bar-box {
    right: 20px;
    bottom: 10%;
  }
  .side-bar-box .contact {
    width: 48px;
  }
  .side-bar-box .contact .icon-chat {
    width: 48px;
    height: 48px;
  }
  .side-bar-box .contact .line {
    width: 36px;
    margin: 0 auto;
    height: 1px;
    background: #C7C8CA;
    border-radius: 0px 0px 0px 0px;
  }
  .side-bar-box .contact .icon-phone {
    width: 48px;
    height: 48px;
  }
  .side-bar-box .line-consult {
    margin-top: 24px;
    padding: 2px;
    width: 48px;
  }
  .side-bar-box .line-consult .awatar {
    width: 44px;
    height: 44px;
  }
  .side-bar-box .line-consult .text {
    width: 16px;
    margin: 0 auto;
    height: 112px;
    font-size: 16px;
  }
}