@charset "utf-8";
body,
html {
    margin: 0;
    padding: 0;
}

html,
body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-indent: 0;
}


a,
button,
input,
select,
div,
li,
i,
span,
textarea,
em {
    background: none;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: none;
    -webkit-appearance: none; /*去除默认样式*/
    border: 0;
    text-decoration: none;
    font-style: normal;
    list-style: none;
}
p a{
    color: #0170f3;
}

* {
    box-sizing: border-box;
}
@media screen and (max-height: 630px) {
    .hs-page-banner {
        padding-top: 15px !important;
    }
}

@media screen and (min-height: 650px) and (max-height: 900px) {
    .hs-page-banner {
        padding-top: 30px !important;
    }
}

@keyframes animal {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.hs-introduction-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hs-introduction-container .hs-introduce-content {
    overflow: auto;
    height: calc(100vh - 60px);
}

.hs-introduction-container .hs-introduce-content::-webkit-scrollbar {
    display: none;
}

.hs-header-nav {
    height: 60px;
    color: white;
    background: #0170f3;
    display: flex;
    align-items: center;
}
.hs-header-nav img{
	margin-left: 30px;
}
.hs-header-nav .hs-introduce-nav {
    margin-left: 60px;
}


.hs-header-nav .hs-nav-item {
    line-height: 60px;
    padding: 0 20px;
    color: white;
    cursor: pointer;
    font-family: PingFangSC-Regular, "microsoft yahei", sans-serif, arial, "宋体", serif;
	float: left;
}
.hs-header-nav .hs-nav-item a{
	color: #fff;
}

.hs-header-nav .hs-introduce-login-btn {
    height: 60px;
    padding: 0 20px;
    margin-left: auto;
    color: white;
    cursor: pointer;
    background: #2785f4;
}
.hs-header-nav .hs-introduce-login-btn a{
    color: white;
}
.hs-page-banner {
    height: calc(100vh - 60px);
    max-height: 1020px;
    overflow: hidden;
    background: url("../assets/images/bg.png") no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
.hs-page-banner .hs-banner-title {
    width: 433px;
    height: 148px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 103;
}
.hs-page-banner .hs-banner-title .hs-product-dec {
    display: flex;
    justify-content: space-around;
    color: #2b2e43;
}
.hs-page-banner .hs-banner-title .hs-product-text {
    width: 300px;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    margin: 12px auto 0 auto;
}
.hs-page-banner .hs-banner-title .hs-product-name {
    font-size: 40px;
    font-weight: 700;
    color: #32354f;
}
.hs-page-banner .hs-banner-title .hs-btn-common {
    width: 160px;
    height: 45px;
    background: #0170f3;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.hs-page-banner .hs-banner-title .hs-btn-common:hover {
    background: #2e8eff;
}
.hs-page-banner .hs-earth-video-wrapper {
    width: 84%;
    height: 60%;
    max-height: 550px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 8%;
    z-index: 100;
}
.hs-page-banner .hs-earth-video-wrapper .hs-earth {
    animation: animal 120s infinite linear;
    transform-origin: center center;
}
.hs-page-banner .hs-earth-video-wrapper .hs-earth img {
    width: 100%;
    height: 100%;
}
.hs-video-skew {
    perspective: 1000px;
    margin: 0 auto;
    width: 64%;
    height: 60%;
    max-height: 550px;
    padding-top: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 18%;
    z-index: 102;
}
.hs-video-skew .hs-video-wrapper {
    margin: auto;
    height: 100%;
    transform-origin: center bottom;
    transition: 0.3s transform;
    padding: 12px;
    padding-bottom: 0;
    background: white;
    border-radius: 20px 20px 0 0;
}
.hs-video-skew .hs-video-wrapper video {
    border-radius: 14px 14px 0 0;
    object-fit: fill;
    height: 100%;
    width: 100%;
}
.hs-product-list {
    text-align: left;
}
.hs-product-list .hs-product-item.reverse {
    background: #f7fbfe;
}
.hs-product-list .hs-product-item.reverse .hs-product-item-container {
    flex-direction: row-reverse;
}
.hs-product-list .hs-product-item.reverse .hs-product-item-left {
    padding-left: 100px;
}
.hs-product-list .hs-product-item .hs-product-item-container {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.hs-product-list .hs-product-item .hs-product-name {
    height: 22px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #0170f3;
    font-weight: 600;
    margin-bottom: 20px;
}
.hs-product-list .hs-product-item .hs-produt-advantage-text {
    line-height: 40px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.hs-product-list .hs-product-item .hs-btn-common {
    width: 140px;
    height: 45px;
    background: #0170f3;
    color: white;
    cursor: pointer;
    margin-top: 75px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.hs-product-list .hs-product-item .hs-btn-common:hover {
    background: #2e8eff;
}
.hs-product-list .hs-product-item .hs-img-box {
    width: 590px;
    height: 350px;
}
.hs-product-list .hs-product-item .hs-img-box img {
    width: 100%;
    height: 100%;
}
.hs-product-list .hs-product-item .hs-product-item-left,
.hs-product-list .hs-product-item .hs-product-item-right {
    width: 50%;
}
.hs-material-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.hs-material-content .hs-title {
    width: 499px;
    height: 37px;
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #333333;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}
.hs-material-content .hs-material-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 240px;
}
.hs-material-content .hs-material-item {
    width: 300px;
    text-align: center;
    white-space: nowrap;
}
.hs-material-content .hs-material-text {
    height: 28px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #3a5070;
    font-weight: 500;
}
.hs-material-content .hs-material-number {
    height: 40px;
    margin-top: 20px;
    font-family: Helvetica-Bold;
    font-size: 28px;
    color: #0170f3;
    letter-spacing: 1px;
    font-weight: 600;
}
.hs-material-content .hs-auth-book-download {
    width: 1200px;
    height: 370px;
    position: relative;
    background-image: linear-gradient(90deg, #eceff6 0%, #eceff6 100%);
    margin: 0 auto;
}
.hs-material-content .hs-auth-book-download .hs-auth-book-bg {
    width: 640px;
    height: 370px;
    background: url("../assets/images/material.png") no-repeat center center;
}
.hs-material-content .hs-auth-book-download .hs-download-auth-tips {
    height: 40px;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #333333;
    font-weight: 600;
}
.hs-material-content .hs-auth-book-download .hs-btn-common {
    width: 140px;
    height: 45px;
    background: #0170f3;
    color: white;
    cursor: pointer;
    margin-top: 75px;
    border-radius: 2px;
    transition: all 0.3s ease-in;
}
.hs-material-content .hs-auth-book-download .hs-btn-common:hover {
    background: #2e8eff;
}
.hs-material-content .hs-auth-book-download .hs-auth-download-btn {
    position: absolute;
    top: 94px;
    right: 76px;
}
.hs-bottom-footer {
    text-align: center;
  }
  .hs-bottom-footer .hs-bottom-banner {
    width: 100%;
    height: 660px;
    position: relative;
    margin: 160px auto 0 auto;
    padding-top: 72px;
    background: url("../assets/images/bottom-banner.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .hs-bottom-footer .hs-bottom-banner .hs-normal-fund {
    width: 260px;
    height: 40px;
    margin: 0 auto;
  }
  .hs-bottom-footer .hs-bottom-banner .hs-normal-fund img {
    width: 100%;
    height: 100%;
  }
  .hs-bottom-footer .hs-bottom-banner .hs-make-money-easy {
    width: 360px;
    height: 50px;
    margin: 0 auto;
    margin-top: 34px;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    color: #374883;
    font-weight: 600;
  }
  .hs-bottom-footer .hs-bottom-banner .hs-bottom-img {
    width: 800px;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -380px;
  }
  .hs-bottom-footer .hs-bottom-banner .hs-bottom-img img {
    width: 100%;
    height: 100%;
  }
  .hs-bottom-footer .hs-btn-common {
    width: 140px;
    height: 45px;
    background: #0170f3;
    color: white;
    cursor: pointer;
    margin-top: 40px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  .hs-bottom-footer .hs-btn-common:hover {
    background: #2e8eff;
  }
  .hs-bottom-footer .hs-footer-text-info {
    width: 100%;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-top {
    background: #1f273b;
    padding-top: 64px;
    height: 300px;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-top .hs-footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-left: 100px;
    display: flex;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-top .hs-footer-left-logo {
    width: 160px;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-top .hs-footer-content-text {
    width: 870px;
    padding-left: 80px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #b1b8ca;
    text-align: left;
    line-height: 32px;
    font-weight: 400;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-top .hs-footer-content-text .hs-contact-us {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-top .hs-footer-company-barcode {
    width: 170px;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom {
    height: 120px;
    background-color: #182033;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom .hs-friend-link {
    display: flex;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom .hs-friend-link .hs-friend-item {
    display: inline-block;
    width: 120px;
    line-height: 12px;
    text-align: center;
    color: white;
    opacity: 0.4;
    border-right: 1px solid #d8d8d8;
    font-size: 14px;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom .hs-friend-link .hs-friend-item:last-child {
    border-right: 0;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom .hs-copyright {
    width: 600px;
    height: 60px;
    margin: 0 auto;
    opacity: 0.43;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom .hs-copyright:after {
    content: " ";
    height: 60px;
    display: inline-block;
    vertical-align: middle;
  }
  .hs-bottom-footer .hs-footer-text-info .hs-footer-bottom .hs-copyright a{
      color: #ffffff;
  }