* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
p,
span {
  margin: 0;
  padding: 0;
  font-style: normal;
  /* font: 12px/22px "\5B8B\4F53", Arial, Helvetica, sans-serif, "PingFang SC",
    "微软雅黑" ；; */
  font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei",
    "WenQuanYi Micro Hei";
}

ol,
ul,
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}
html {
  font-size: 50px;
}
@media (min-width: 768px) {
  html {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 90px;
  }
}

@media (min-width: 1300px) {
  html {
    font-size: 100px;
  }
}
body {
  color: #000000;
  background: #fff;
  font-size: 12px;
  /* text-align: center; */
}

.clear {
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

a {
  color: #727781;
  text-decoration: none;
}

/* a:hover {
  color: #BA2636;
  text-decoration: underline;
} */

/* header样式 */
.wrapper {
  width: 100%;
}

.innovative-header {
  width: 100%;
  position: fixed;
  z-index: 9;
}
.innovative-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.headerbg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.header-logo {
  width: 80px;
  height: 30px;
  background: url(../image/logo.png) no-repeat;
  background-size: 100% auto;
}

.header-nav {
  display: flex;
}

.header-nav ul {
  display: flex;
}

.header-nav ul li {
  color: #727781;
  font-size: 16px;
  font-weight: 400;
  margin: 0 16px;
}

.header-nav ul li a {
  display: block;
}

.header-nav ul li.active a {
  color: #212529;
  font-weight: 500;
}

.header-nav ul li a:hover {
  color: #212529;
}

.header-icon {
  width: 24px;
  height: 24px;
  background: url(../image/top_icon_menu.png) no-repeat;
  background-size: 100% auto;
  display: none;
  cursor: pointer;
}

/* banner样式 */
/* .innovative-banner {
  width: 100%;
  height: 964px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 10%;
  box-sizing: border-box;
} */

.banner-content {
  width: 556px;
}

.banner-title {
  font-size: 0.6rem;
  color: #212529;
  font-weight: 600;
  line-height: 1.4;
}

.banner-text {
  color: #727781;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 34px;
  line-height: normal;
}

.title {
  color: #212529;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

/* 底部导航 */
.frontend-bottom {
  width: 100%;
  /* height: 450px; */
  background: rgba(237, 235, 240, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-cont {
  display: flex;
  justify-content: space-between;
  /* padding: 0 10%; */
  margin-bottom: 63px;
}

.bottom-share {
  display: flex;
}

.bottom-share > div:last-child {
  margin-left: 219px;
}

.bottom-nav {
  display: none;
}

.share-title {
  color: #212529;
  margin-top: 60px;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.emailInput {
  width: 300px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.emailInput input {
  width: 240px;
  height: 48px;
  border-radius: 20px;
  margin-left: 20px;
  border-color: transparent;
  background: transparent;
  outline: none;
}

.emailInputFocus {
  border: 1px solid #7a52f4;
}

.emailInput span {
  width: 24px;
  height: 24px;
  background: url(../image/email.png) no-repeat;
  background-size: 100% auto;
  display: block;
}

.emailInput span.focusEmail {
  background: url(../image/emailFocus.png) no-repeat;
  background-size: 100% auto;
}

/* .emailInput input:focus-visible {
  border: 1px solid rgba(237, 235, 240, 0.50);
} */

.share-cont {
  width: 154px;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.share-img {
  width: 46px;
  height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.share-img:hover {
  border: 1px solid #7a52f4;
  background: #fff;
  transition: all 0.3s;
}

.share-img img {
  width: 46px;
}

/* .share-tg {
  background: #fff;
  border-color: #fff;
} */

.nav-list li {
  color: #727781;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 14px;
  cursor: pointer;
}

.nav-list li:hover {
  color: #212529;
  font-weight: 600;
}

.share-text {
  width: 288px;
  color: #727781;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 14px;
}

.selectCont {
  width: 158px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 23px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  padding: 0 13px;
  margin-top: 24px;
}

.selectText {
  height: 46px;
  background-color: transparent;
  border-color: transparent;
  outline: none;
}

.bottom-head {
  height: 85px;
  /* margin: 0 10%; */
  border-top: 1px solid rgba(207, 219, 213, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-headList {
  display: flex;
  /* margin-left: 50px; */
}

.bottom-headList li {
  color: #727781;
  font-size: 12px;
  font-weight: 400;
  margin-right: 32px;
}

.bottom-headList li a {
  color: #212529;
  font-weight: 600;
}

.globalization {
  color: #212529;
  font-weight: 600;
  font-size: 12px;
  /* margin-right: 50px; */
}

.globalization img {
  width: 18px;
}

@media only screen and (max-width: 768px) {
  /* .innovative-header {
    padding: 0 16px;
    justify-content: space-between;
    background: transparent;
    position: relative;
  } */

  .header-logo {
    width: 42px;
    height: 16px;
  }

  .header-icon {
    display: block;
  }

  .header-icon-close {
    background: url(../image/btn_close.png) no-repeat;
    background-size: 100% auto;
  }

  .header-nav ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 64px;
  }

  .header-nav ul li {
    width: 100%;
    height: 48px;
    background: #fff;
    text-indent: 16px;
    line-height: 48px;
    margin: 0px;
  }

  .header-nav ul li.active {
    background: #e4dcfd;
  }

  /* .innovative-banner {
    height: 600px;
  } */

  .banner-content {
    width: auto;
    padding: 0 16px;
    position: relative;
    z-index: 2;
  }

  .bottom-share {
    display: block;
  }
  .bottom-share > div:last-child {
    margin-left: 0px;
  }
  /* .banner-title {
    width: 70%;
  } */

  .banner-text {
    font-size: 14px;
    color: #212529;
    line-height: 24px;
  }

  .banner-btn {
    margin-top: 40px;
    cursor: pointer;
  }

  .frontend-bottom {
    height: auto;
  }
  .frontend-bottom .container {
    padding: 0;
    margin: 0;
  }

  .bottom-cont {
    padding: 0 16px;
    flex-direction: column;
  }

  .bottom-head {
    padding: 30px 16px;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    margin: 0px;
    margin-top: 30px;
  }

  .bottom-headList {
    flex-direction: column;
    margin-left: 0px;
  }
  .bottom-headList li {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
