@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

@font-face {
    font-family: 'Alimama ShuHeiTi-Bold';
    src: url(../fonts/Alimama_ShuHeiTi_Bold.woff2);
}

body {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    font-size: 14px;
    background-color: #f8f8f8;
    overflow-x: hidden;
    overflow-y: scroll;
}

/**头部**/
.new_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #EBEBEB;
    background: #f8f8f8;
}

.new_topIn {
    width: 1400px;
    margin: auto;
}

.new_topleft {
    float: left;
    font-size: 12px;
    color: #B0B0B0;
    margin-left: 60px;
}

.new_topleft a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 0 10px;
}

.new_topleft span {
    color: #333;
}

.new_topright {
    float: right;
    font-size: 12px;
}

.new_topright a {
    text-decoration: none;
    color: #888;
    display: inline-block;
    padding: 0 4px;
}

.new_topright a:hover {
    text-decoration: underline;
}

.new_topright span {
    color: #888;
}

.ndxnew_nav {
    margin-left: 30px;
    float: left;
    width: 800px;
}

.ewm3 {
    margin-left: 35px;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    background-color: #5EC386;
}

.ewm3 .ewm-img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.ewm3 .ewm-text {
    display: block;
    font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
    line-height: 1.35;
    font-size: 24px;
}

.ewm3.ewm-fixed {
    position: fixed;
    top: 50%;
    right: -160px;
    z-index: 9999;
    transform: translateY(-50%);
    margin-left: auto;
    transition: all 0.3s;
}

.bg1 {
    position: absolute;
    top: -480px;
    left: -30px;
    width: 120%;
    height: 1187px;
    transform: rotate(-10deg);
    background: linear-gradient(180deg, #47D07E 0%, #61C087 100%);
    border-radius: 92px;
}

.bg2 {
    position: absolute;
    top: 1300px;
    right: 0;
    transform: translate(50%, 0) rotate(45deg);
    width: 781px;
    height: 781px;
    background: rgba(80, 198, 126, 0.31);
    border-radius: 92px;
}

.bg3 {
    position: absolute;
    top: 1800px;
    left: 0;
    width: 781px;
    height: 781px;
    background: rgba(80, 198, 126, 0.31);
    transform: translate(-20%, 0) rotate(45deg);
    border-radius: 92px;
}

section {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
}

section .big-title {
    position: relative;
    font-size: 64px;
    font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
    font-weight: bold;
    color: #434443;
    white-space: nowrap;
    line-height: 80px;
}

section .big-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 348px;
    height: 12px;
    border-radius: 5px;
    background: linear-gradient(to right, #60c287, rgba(255, 255, 255, 0));
}

section .explain {
    font-size: 28px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    white-space: nowrap;
}

section .explain.explain2 {
    margin-top: 24px;
    color: #777777;
}

.section1 {
    top: 80px;
}

.section1 .section1-left {
    width: 668px;
    height: 670px;
    background-image: url(../images/bg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section1 .section1-right {
    margin: 80px 0 0 24px;
}

.section1 .section1-right .title {
    margin-bottom: 16px;
    font-size: 64px;
    font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}

.section1 .section1-right .explain {
    margin-bottom: 46px;
    font-size: 28px;
    font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    white-space: nowrap;
}

.section1 .section1-right .explain span {
    margin: 0 10px;
    font-size: 48px;
    color: #dbff00;
}

.section1 .section1-right .explain2 {
    display: flex;
    margin-bottom: 57px;
}

.section1 .section1-right .explain2 .small-explain {
    position: relative;
    margin-right: 40px;
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
    white-space: nowrap;
}

.section1 .section1-right .explain2 .small-explain::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.section1 .section1-right .explain2 .small-explain:first-of-type::before {
    display: none;
}

.section1 .section1-right .download-wrapper {
    display: flex;
}

.section1 .section1-right .download-wrapper .ewm {
    width: 118px;
    height: 118px;
    border-radius: 5px;
    background: #fff;
}

.section1 .section1-right .download-wrapper .button-container {
    margin-left: 20px;
}

.section1 .section1-right .download-wrapper .button-container .download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 209px;
    height: 50px;
    box-sizing: border-box;
    background: rgba(64, 64, 64, 0.6);
    border-radius: 44px;
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    cursor: pointer;
}

.section1 .section1-right .download-wrapper .button-container .download:hover {
    background: rgba(0, 0, 0, 0.6);
}

.section1 .section1-right .download-wrapper .button-container .download .icon {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.section1 .section1-right .download-wrapper .button-container .download .icon.ios {
    margin-right: 17px;
    background-image: url(../images/icon1.png);
}

.section1 .section1-right .download-wrapper .button-container .download .icon.android {
    margin-right: 5px;
    background-image: url(../images/icon2.png);
}

.section2 {
    top: 817px;
    align-items: center;
}

.section2 .section2-left {
    margin-right: 82px;
}

.section2 .section2-left .big-title {
    margin-bottom: 118px;
}

.section2 .section2-left .explain {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 28px;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #333333;
}

.section2 .section2-left .explain span {
    width: 84px;
    height: 65px;
    margin: 0 10px 0 20px;
    background: #2a8c51;
    border-radius: 39px 39px 39px 39px;
    font-size: 30px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 .section2-right {
    width: 789px;
    height: 829px;
    background-image: url(../images/bg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section3 {
    top: 1754px;
    align-items: center;
}

.section3 .section3-left {
    width: 792px;
    height: 818px;
    background-image: url(../images/bg3.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section3 .section3-right .big-title {
    margin-bottom: 92px;
}

.section3 .section3-right .explain {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    white-space: nowrap;
}

.section3 .section3-right .explain span {
    width: 84px;
    height: 65px;
    margin: 0 10px 0 20px;
    background: #5EC386;
    border-radius: 39px 39px 39px 39px;
    font-size: 30px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section4 {
    top: 2731px;
}

.section4 .section4-left {
    margin-top: 181px;
}

.section4 .section4-left .big-title {
    margin-bottom: 69px;
}

.section4 .section4-left .explain {
    margin-bottom: 25px;
}

.section4 .section4-right {
    width: 880px;
    height: 818px;
    background-image: url(../images/bg4.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bottom {
    top: 3758px;
    left: 0;
    width: 100%;
    transform: none;
    background: linear-gradient(to right, #47D07E, #61C087);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 101px;
}

.bottom .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg5.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bottom .big-title {
    font-size: 60px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 75px;
    margin-bottom: 33px;
}

.bottom .big-title::before {
    display: none;
}

.bottom .explain {
    font-size: 26px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}

.bottom .button-container {
    display: flex;
    justify-content: space-between;
    margin: 81px auto 102px;
}

.bottom .button-container .download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 68px;
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 44px;
    cursor: pointer;
}

.bottom .button-container .download.ios {
    background: #5278ff;
}

.bottom .button-container .download.ios:hover {
    background: #6f8eff;
}

.bottom .button-container .download.android {
    margin: 0 24px;
    background: #ff8a00;
}

.bottom .button-container .download.android:hover {
    background: #ffa012;
}

.bottom .button-container .download.ewm {
    background: #ff4a4a;
}

.bottom .button-container .download.ewm:hover {
    background: #ff6868;
}

.bottom .button-container .download .icon {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bottom .button-container .download .icon.ios {
    margin-right: 17px;
    background-image: url(../images/icon1.png);
}

.bottom .button-container .download .icon.android {
    margin-right: 5px;
    background-image: url(../images/icon2.png);
}

.bottom .button-container .download .icon.ewm {
    margin-right: 5px;
    background-image: url(../images/icon3.png);
}

.bottom .button-container .eight-ewm {
    top: 72px;
}

.bottom footer {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #575757;
    box-sizing: border-box;
    padding: 44px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom footer .footer-left .app-icon {
    display: block;
    width: auto;
    height: 62px;
    margin: 0 auto;
}

.bottom footer .footer-right {
    text-align: left;
}

.bottom footer .footer-right .link a {
    margin-right: 15px;
}

.bottom footer .footer-right a:hover {
    color: #5EC386;
}

.bottom footer .footer-right .text {
    margin-bottom: 10px;
    color: #afafaf;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom footer .footer-right .text span {
    margin-right: 20px;
}

.bottom footer .footer-right .text .text2 {
    display: flex;
    align-items: center;
}

.bottom footer .footer-right .text .text2 img {
    margin-right: 5px;
}

.ewm {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 按钮 */
.eight-ewm {
    position: absolute;
    width: 202px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 0px;
    border-radius: 4px;
    left: 50%;
    top: 62px;
    transform: translate(-50%, 0);
    z-index: 9999;
    display: none;
}

.eight-ewm.box1 {
    height: 190px;
}

.eight-ewm.box2,
.eight-ewm.box3 {
    height: 170px;
}

.eight-ewm p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.eight-ewm p.b_m_url {
    margin-top: 10px;
}

.eight-ewm img {
    width: 130px;
    height: 130px;
    margin: 10px auto;
    float: none;
}

.eight-ewm a {
    color: #ff0000;
    font-size: 14px;
    cursor: pointer;
}

.eight-ewm button {
    display: inline-block;
    width: 100%;
    background: #ff4b4b;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.android-container,
.ios-container,
.ewm-container {
    position: relative;
}