html, body {
    margin: 0;
    padding: 0;
    background: #F5FAFF;
}

@font-face {
    font-family: "PingFang SC-Medium";
    src: url("/static/common/font/SourceHanSansCN-Medium.otf");
}

@font-face {
    font-family: "Source Han Sans SC-Bold";
    src: url("/static/common/font/SourceHanSansCN-Medium.otf");
}

@font-face {
    font-family: "PingFang SC";
    src: url("/static/common/font/SourceHanSansCN-Regular.woff2");
}

@font-face {
    font-family: "Source Han Sans CN-Regular";
    src: url("/static/common/font/SourceHanSansCN-Regular.woff2");
}

@font-face {
    font-family: "Source Han Sans CN";
    src: url("/static/common/font/SourceHanSansCN-Regular.woff2");
}

body::-webkit-scrollbar {
    display: none;
}

#app {
    width: 80rem;
    overflow-x: hidden;
}

.ClearBoth::after {
    content: "";
    display: block;
    clear: both;
}

.header-view {
    width: 80rem;
    height: 4.88rem;
    /*background: #FFFFFF;*/
    /*box-shadow: 0 0.13rem 0.63rem 0 rgba(0, 116, 255, 0.16);*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.2rem;
    left: 15.63rem;
}

.project-name-text {
    height: 1.13rem;
    font-size: 1.13rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Black, serif;
    font-weight: 600;
    color: #0074ff;
    line-height: 1.13rem;
    position: absolute;
    left: 18.75rem;
    top: 2rem;
}

.home-page-view {
    height: 4.88rem;
    position: absolute;
    right: 27.63rem;
    top: 0;
    cursor: pointer;
}

.app-introduce-view {
    height: 4.88rem;
    position: absolute;
    right: 21.63rem;
    top: 0;
    cursor: pointer;
}

.about-us-view {
    height: 4.88rem;
    position: absolute;
    right: 15.63rem;
    top: 0;
    cursor: pointer;
}

.top-menu-text {
    height: 1.25rem;
    font-size: 0.88rem;
    font-family: PingFang SC, PingFang SC-Semibold, serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.25rem;
    padding-top: 1.81rem;
}

.menu-underline-active {
    width: calc(100% - 0.4rem);
    height: 0.13rem;
    background: #0074ff;
    border-radius: 0.06rem;
    margin: 0.25rem auto 0;
}

.top-down-btn {
    width: 8.31rem;
    height: 2.69rem;
    background: #0074ff;
    border-radius: 0.5rem;
    font-size: 0.88rem;
    font-family: PingFang SC, PingFang SC-Medium, serif;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 2.69rem;
    position: absolute;
    top: 1.06rem;
    right: 4.81rem;
    cursor: pointer;
}

.qrcode-box-float{
    width: 7.5rem;
    height: 8.63rem;
    border-radius: 0.5rem;
    position: absolute;
    bottom: -9rem;
    right: 5.19rem;
    background: #FFFFFF;
    box-shadow: 0 0.13rem 0.63rem 0 rgba(0, 116, 255, 0.16)
}

#qrcode-float{
    width: 6.75rem;
    height: 6.75rem;
    margin-top: 0.38rem;
    margin-left: 0.38rem;
}

#qrcode-float img {
    width: 6rem;
    height: 6rem;
    padding-top: 0.38rem;
    padding-left: 0.38rem;
}

.qrcode-float-desc {
    height: 1.13rem;
    font-size: 0.81rem;
    font-family: PingFang SC, PingFang SC-Regular, serif;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 1.13rem;
}

.top-view {
    width: 80rem;
    height: 42.5rem;
    background-image: url("/static/common/images/index/index/top_frugalness_bg.png");
    background-size: 100%;
    position: relative;
}

.top_bg_texture {
    width: 38.44rem;
    height: 29.56rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.top_steel_pipe_up {
    width: 8.88rem;
    height: 13.94rem;
    position: absolute;
    top: 6.88rem;
    left: 0;
    z-index: 2;
}

.top_circular {
    width: 13.88rem;
    height: 17.06rem;
    position: absolute;
    top: 6.25rem;
    right: 0;
    z-index: 1;
}

.top_phone_bg {
    width: 35.5rem;
    height: 16.56rem;
    position: absolute;
    top: 15.75rem;
    right: 0;
    z-index: 2;
}

.top_phone_photo {
    width: 16.13rem;
    height: 33.69rem;
    position: absolute;
    top: 5.69rem;
    right: 15.31rem;
    z-index: 3;
}

.top_arrow_down {
    width: 2.13rem;
    height: 2.25rem;
    position: absolute;
    left: 38.94rem;
    bottom: 3.13rem;
}

.top_steel_pipe {
    width: 5rem;
    height: 6.31rem;
    position: absolute;
    bottom: 1.19rem;
    right: 0;
}

.top-text-view {
    width: 27.75rem;
    height: 31.44rem;
    /*background: #3a8ee6;*/
    position: absolute;
    top: 5.69rem;
    left: 16.75rem;
    z-index: 4;
}

.project-title {
    height: 4.5rem;
    font-size: 3.44rem;
    font-family: Source Han Sans SC, Source Han Sans SC-Bold, serif;
    font-weight: 700;
    float: left;
    margin-top: 2.5rem;
}

.title-tips {
    width: 6.13rem;
    height: 2.06rem;
    float: left;
    margin-left: 1.44rem;
    margin-top: 4.25rem;
}

.title-tips img {
    width: 6.13rem;
    height: 2.06rem;
}

.project-subtitle {
    width: 27.75rem;
    height: 1.88rem;
    font-size: 1.38rem;
    font-family: PingFang SC, PingFang SC-Semibold, serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.88rem;
    float: left;
    margin-top: 1.38rem;
}

.project-desc {
    width: 27.75rem;
    height: 1.88rem;
    opacity: 0.7;
    font-size: 1.38rem;
    font-family: PingFang SC, PingFang SC-Regular, serif;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 1.88rem;
    margin-top: 1.38rem;
    float: left;
}

.ios-down-btn {
    width: 8.75rem;
    height: 3.25rem;
    background: #0074ff;
    border-radius: 0.5rem;
    float: left;
    margin-top: 3.13rem;
    position: relative;
    cursor: pointer;
}

.android-down-btn {
    width: 8.75rem;
    height: 3.25rem;
    background: #ffffff;
    border: 0.08rem solid #0074ff;
    border-radius: 0.5rem;
    float: left;
    margin-top: 3.13rem;
    margin-left: 2.5rem;
    position: relative;
    cursor: pointer;
}

.down-platform-icon {
    width: 1.5rem;
    height: 1.75rem;
    position: absolute;
    top: 0.75rem;
    left: 1rem;
}

.down-btn-text {
    width: 6.26rem;
    height: 1.75rem;
    margin-left: 2.3rem;
    margin-top: 0.75rem;
    text-align: center;
    font-size: 1.25rem;
    font-family: PingFang SC, PingFang SC-Medium, serif;
    font-weight: 500;
    line-height: 1.75rem;
}

.apple-text {
    color: #FFFFFF;
}

.android-text {
    color: #0074FF;
}

.app-info-text {
    height: 1.25rem;
    font-size: 0.88rem;
    font-family: PingFang SC, PingFang SC-Regular, serif;
    font-weight: 400;
    color: #a4a5a5;
    line-height: 1.25rem;
}

.project-name {
    margin-top: 3.13rem;
}

.app-info, .app-author {
    margin-top: 0.63rem;
}

.qrcode-box {
    width: 10rem;
    height: 11.34rem;
    background: #FFFFFF;
    position: absolute;
    top: 18.31rem;
    right: 0;
    z-index: 5;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

#qrcode {
    width: 9rem;
    height: 9rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

#qrcode img {
    width: 8rem;
    height: 8rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}

.qrcode-desc {
    height: 1.4rem;
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-Regular, serif;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 1.4rem;
}

.center-view {
    width: 80rem;
    height: 46.94rem;
    position: relative;
}

.top_semicircle {
    width: 7.5rem;
    height: 19rem;
    position: absolute;
    top: 10.88rem;
    left: 0;
}

.top_angle {
    width: 3.38rem;
    height: 8.94rem;
    position: absolute;
    top: 30.25rem;
    right: 0;
}

.title-below {
    width: 80rem;
    height: 2.38rem;
    font-size: 2rem;
    font-family: Helvetica, Helvetica-Bold, serif;
    font-weight: 700;
    text-align: center;
    color: rgba(40, 85, 209, 0.08);
    line-height: 2.38rem;
    position: absolute;
    left: 0;
    top: 2.81rem;
    z-index: 1;
}

.title-above {
    width: 80rem;
    height: 2.06rem;
    font-size: 1.5rem;
    font-family: PingFang SC, PingFang SC-Semibold, serif;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    line-height: 2.06rem;
    position: absolute;
    left: 0;
    top: 3.75rem;
    z-index: 2;
}

.title_circle {
    width: 0.88rem;
    height: 0.88rem;
    position: absolute;
}

.title_circle-one {
    top: 3.88rem;
    left: 31.69rem;
}

.title-subtitle {
    width: 80rem;
    height: 1.75rem;
    font-size: 1.25rem;
    font-family: PingFang SC, PingFang SC-Regular, serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.75rem;
    position: absolute;
    top: 6.31rem;
    left: 0;
}

.video-view {
    width: 39.88rem;
    height: 37rem;
    position: absolute;
    top: 9.94rem;
    left: 20.06rem;
}

.about-view {
    width: 80rem;
    height: 30.88rem;
    position: relative;
}

.bottom_angle {
    width: 5.06rem;
    height: 12.81rem;
    position: absolute;
    top: 8.13rem;
    left: 0;
}

.bottom_semicircle {
    width: 6.06rem;
    height: 12.13rem;
    position: absolute;
    top: 13.88rem;
    right: 0;
}

.building-icon {
    width: 24.81rem;
    height: 19rem;
    border-radius: 0.94rem;
    position: absolute;
    top: 9.06rem;
    left: 16.44rem;
}

.about-text {
    width: 18.81rem;
    font-size: 0.88rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular, serif;
    font-weight: 400;
    text-align: justify;
    color: #757575;
    line-height: 1.88rem;
    position: absolute;
    top: 10.56rem;
    left: 44.81rem;
}

.footer-view {
    width: 80rem;
    height: 6.94rem;
    background: #ffffff;
}

.agreement-view {
    width: 80rem;
    height: 1.06rem;
    text-align: center;
    font-size: 0.75rem;
    font-family: PingFang SC, PingFang SC-Medium, serif;
    font-weight: 500;
    color: #0068ff;
    line-height: 1.06rem;
    padding-top: 2.06rem;
}

.agreement-view a {
    color: #0068ff;
    text-decoration: none;
}

.auth-view {
    width: 80rem;
    height: 1.06rem;
    opacity: 0.3;
    font-size: 0.75rem;
    font-family: PingFang SC, PingFang SC-Medium, serif;
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-top: 0.94rem;
}