@font-face {
  font-family: AlibabaPuHuiTiM;
  src: url('../fonts/Alibaba-PuHuiTi-Medium.otf');
}
@font-face {
  font-family: AlibabaPuHuiTiB;
  src: url('../fonts/Alibaba-PuHuiTi-Bold.otf');
}
@font-face {
  font-family: AlibabaPuHuiTiR;
  src: url('../fonts/Alibaba-PuHuiTi-Regular.otf');
}
@font-face {
  font-family: AlibabaPuHuiTiL;
  src: url('../fonts/Alibaba-PuHuiTi-Light.otf');
}
@font-face {
  font-family: AlibabaPuHuiTiH;
  src: url('../fonts/Alibaba-PuHuiTi-Heavy.otf');
}
.header-view {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
.global-header {
  height: 4.062500rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 1.000000rem;
}
.global-header .g-logo {
  width: 6.250000rem;
  height: 2.625000rem;
}
.global-header .g-logo img {
  height: 100%;
  width: 100%;
}
.global-header .g-links {
  display: flex;
}
.global-header .g-links .link-item {
  margin: 0  2.000000rem;
  color: #111B51;
  font-size: 1.125000rem;
  cursor: pointer;
}
.global-header .g-links .active {
  font-weight: 600;
  border-bottom: 0.187500rem solid #124AD4;
}
.global-header .g-links .title-text {
  font-size: 1.125000rem;
  color: #111B51;
  margin-left: 1.875000rem;
  font-weight: bold;
}
.global-header .service-hotline {
  flex: 1 1;
  text-align: right;
}
.global-header .service-hotline span {
  color: #3E70D0;
}
.global-footer {
  position: relative;
}
.global-footer .links {
  padding: 3.750000rem 0  3.000000rem 0;
  box-sizing: border-box;
}
.global-footer .links .links-main {
  padding-left: 0.625000rem;
  display: flex;
  display: -webkit-flex;
  font-size: 1.000000rem;
  justify-content: space-between;
}
.global-footer .links .links-main .links-ul:last-child {
  margin-right: 0;
}
.global-footer .links .links-main .links-ul .title {
  font-weight: 600;
  padding-bottom: 0.500000rem;
  color: #000;
}
.global-footer .links .links-main .links-ul .link-item {
  cursor: pointer;
}
.global-footer .links .links-main .links-ul .link-item .link-title {
  margin-top: 1.000000rem;
  color: #737373;
  display: inline-block;
}
.global-footer .filing-img {
  width: 1.250000rem;
  display: inline-block;
  vertical-align: -0.250000rem;
}
.global-footer .company-info {
  background-color: #F8FAFB;
  padding-bottom: 1.250000rem;
}
.global-footer .company-info .info-main {
  display: flex;
  display: -webkit-flex;
  padding-top: 1.375000rem;
  box-sizing: border-box;
}
.global-footer .company-info .info-main .info-text {
  flex: 1 1;
  color: #7A7A7A;
  font-size: 0.875000rem;
  line-height: 1.562500rem;
}
.global-footer .company-info .info-main .info-text a {
  color: inherit;
}
.global-footer .company-info .info-main .info-pictures img {
  width: 8.125000rem;
  margin-left: 0.625000rem;
}
.global-footer .qr-code-view {
  position: absolute;
  right: 0px;
  top: 0px;
  height: auto;
  transition: all 0.3s linear;
  background-color: #fff;
  box-shadow: 0px 0.062500rem 0.562500rem 0px rgba(181, 181, 181, 0.5);
  border-radius: 0.375000rem 0px 0px 0.375000rem;
  display: flex;
  flex-direction: column;
  width: 3.125000rem;
  overflow: hidden;
  padding: 0px 0px 1.250000rem 1.250000rem;
}
.global-footer .qr-code-view .tip {
  font-size: 1.000000rem;
  color: #4E4E4E;
  margin-bottom: 0.625000rem;
  width: max-content;
}
.global-footer .qr-code-view img {
  display: block;
  width: 6.250000rem;
}
.global-footer .qr-code-view:hover {
  align-items: center;
  padding: 0px 0px 1.250000rem 0px;
  width: 10.000000rem;
  transition: all 0.3s linear;
}
.global-footer .qr-code-view:hover .backTop {
  justify-content: center;
  transition: all 0.3s linear;
}
.backTop {
  position: fixed;
  width: 5.000000rem;
  height: 5.000000rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
  box-shadow: 0px 0.062500rem 0.812500rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
  right: 2.500000rem;
  top: 17.500000rem;
  z-index: 2;
}
.backTop img {
  width: 2.625000rem!important;
}
@media screen and (min-width: 0) and (max-width: 62.500000rem) {
  .global-footer .links {
    padding: 1.875000rem 0px 0px 0px;
  }
  .global-footer .links .links-main {
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .global-footer .links .links-main .links-ul {
    margin-bottom: 1.250000rem;
    width: 7.500000rem;
    float: left;
  }
  .global-footer .links .links-main .links-ul .link-item {
    display: none!important;
  }
  .global-footer .company-info .info-main {
    display: block;
  }
  .global-footer .company-info .info-main .info-text {
    line-height: 2.500000rem;
  }
  .global-footer .qr-code-view {
    position: relative;
    width: auto;
    box-shadow: none;
    flex-direction: initial;
    align-items: center;
    justify-content: center;
  }
  .global-footer .qr-code-view > div {
    margin: 0px 1.250000rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .global-footer .qr-code-view:hover {
    align-items: initial;
    width: auto;
    transition: none;
    padding: 0px 0px 1.250000rem 1.250000rem;
  }
  .global-footer .qr-code-view:hover .backTop {
    justify-content: center;
    transition: none;
  }
}
html,
body {
  width: 100%;
  max-width: 120.000000rem;
  margin: 0 auto;
  font-family: '微软雅黑';
  font-family: AlibabaPuHuiTiR;
  font-size: 1.000000rem;
}
.app-root {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-width: 62.500000rem;
}
.main {
  width: 100%;
  height: auto;
  padding-top: 4.125000rem;
  overflow-x: hidden;
}
.content-wrap {
  max-width: 71.875000rem;
  min-width: 62.500000rem;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 62.500000rem) {
  html {
    font-size: 0.6rem !important;
  }
  img {
    vertical-align: bottom;
  }
  .advantage .item {
    display: block!important;
  }
  .advantage .item .title,
  .advantage .item .sub-title {
    display: inline-block;
  }
  .advantage .item .icon {
    margin: auto;
  }
  .app-root {
    padding-top: 5.000000rem;
  }
  .content-wrap {
    width: 90%;
    min-width: initial;
    max-width: initial;
    text-align: center;
  }
  .joinus-view .writing-view .form-content {
    display: block!important;
  }
  .intro-main {
    display: block!important;
  }
  .intro-main .picture {
    margin: auto;
  }
  .intro-main .text .line {
    margin: auto;
  }
  .app-root {
    min-width: 100%;
  }
  .header-view {
    width: 100%;
    justify-content: space-between;
  }
  .global-header {
    width: 100%;
    justify-content: space-between;
    margin: 0px 1.250000rem;
  }
  .global-header .g-links {
    width: 100%;
    position: fixed;
    top: 3.750000rem;
    left: 0px;
    background-color: #fff;
    border-top: 0.062500rem solid #efefef;
    justify-content: center;
    overflow-x: auto;
  }
  .global-header .g-links .link-item {
    height: 4.375000rem;
    line-height: 4.375000rem;
    min-width: fit-content;
  }
  .joinus-view .joinus-tab-view {
    justify-content: start!important;
  }
  .join-logobtn {
    line-height: 1.562500rem!important;
  }
  ::-webkit-scrollbar {
    display: none;
    width: 0px !important;
    height: 0px !important;
    -webkit-appearance: none;
    background: transparent;
  }
  .logon-view {
    background: #1143d1 !important;
  }
  .logon-view .login-form {
    margin: auto!important;
  }
  .depot-view .depot-content .d-item {
    width: 45%!important;
  }
  .joinus-view .writing-view .form-content .input {
    font-size: 1.000000rem!important;
    width: 98%!important;
  }
  .popup-view .login-protocol {
    width: 100%!important;
  }
}
@media screen and (min-width: 62.500000rem) and (max-width: 106.250000rem) {
  .content-wrap,
  .global-header {
    width: 68.750000rem;
  }
  .app-root {
    min-width: 68.750000rem;
  }
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  color: #3E70D0 !important;
}
img {
  width: 100%;
}
.zy-popup-tip {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
}
.zy-popup-tip p {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border-radius: 0.312500rem;
  padding: 1.875000rem 3.125000rem;
  min-width: 7.500000rem;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-size: 1.125000rem;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-view {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-view .popup-content {
  padding: 1.250000rem 1.562500rem;
  width: fit-content;
  min-width: 12.500000rem;
  min-height: 12.500000rem;
  background: #fff;
  margin: 6.250000rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.625000rem;
}
.popup-view .p-content {
  flex: 1;
  overflow: auto;
}
.popup-view .p-title {
  font-size: 0.875000rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 3.500000rem;
  line-height: 3.500000rem;
  position: relative;
}
.popup-view .p-title .close {
  position: absolute;
  right: 0.937500rem;
  top: 0.937500rem;
  line-height: 1.250000rem;
}
.popup-view .p-title .close::after {
  content: '×';
  font-size: 1.125000rem;
  color: #999;
}
.popup-view .p-footer {
  width: 100%;
  padding: 1.562500rem 0px 1.062500rem 0px;
}
.popup-view .p-footer .close-btn {
  display: block;
  width: 5.000000rem;
  padding: 0px;
  height: 2.000000rem;
  line-height: 2.000000rem;
  border: 0.0625rem solid #979797;
  color: #868686;
  font-size: 0.875000rem;
  background-color: #ffffff;
  margin: 0px auto;
}
input:-internal-autofill-selected {
  background: transparent!important;
  appearance: none;
}
.select,
.selectArea {
  color: inherit;
}
.select::after,
.selectArea::after {
  width: 2.500000rem;
  display: inline-block;
  content: '▼';
  color: inherit;
  font-size: 1.250000rem;
}
.select ul,
.selectArea ul {
  list-style: none;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 4.687500rem;
  left: 0px;
  z-index: 99;
  margin: 0;
  padding: 0;
  font-size: inherit;
  max-height: 21.875000rem;
  overflow: auto;
}
.select ul li,
.selectArea ul li {
  line-height: 2.187500rem;
  padding: 0.625000rem 0.625000rem 0.625000rem 1.875000rem;
  color: #333;
  font-size: inherit;
}
.select ul li:hover,
.selectArea ul li:hover {
  background-color: #a5dbfa;
}
.select ul {
  visibility: hidden;
}
.select:hover ul {
  visibility: visible;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0.875000rem;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0.375000remrgba(0, 0, 0, 0.3);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0.375000remrgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}
.input {
  transform: rotateZ(360deg);
}