/*顶部菜单栏*/
.fix-header {
    min-width: 768px;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    z-index: 1000;
    background-color: white;
}

.fix-header .header-content {
    max-width: 1400px;
    min-width: 768px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.fix-header a:hover {
    text-decoration: none !important;
}

.header-content .logo {
    width: 140px;
    height: 51px;
}


.header-content .menu-navigation-box li {
    height: 100px;
    line-height: 100px;
    display: inline-block;
    padding-left: 64px;
}

.header-content .menu-navigation-box li a {
    font-size: 18px;
    color: #41404c;
    font-weight: 500;

}

.header-content .menu-navigation-box li.active a,
.header-content .menu-navigation-box li a:hover {
    color: #F2366A;
    display: block;
    font-weight: 500;
}

.intro {
    margin-top: 100px;
    width: 100%;
    background: linear-gradient(237deg, #7D45D9, #F2366A);
    background-size: cover;
    height: 1079px;
    position: relative;
}

.intro .image {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    height: 1079px;
    background: url(../images/intro-image.png) no-repeat;
    background-size: cover;
}

.intro .app-box {
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 50px;
}


.intro .app-name {
    display: flex;
    align-items: center;
    padding-top: 319px;
}

.intro .app-icon {
    display: block;
    width: 83px;
    height: 83px;
}

.intro .name-text {
    margin-left: 22px;
    font-size: 62px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 72px;
}

.intro .tip {
    padding-top: 73px;
    font-size: 30px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
}

.platform-advantage {
    display: flex;
    height: 1256px;
}

.platform-advantage .left {
    flex: 1;
    display: flex;
    justify-content: end;
}

.platform-advantage .right {
    flex: 1;
    display: flex;
    justify-content: start;
}

.platform-advantage .title {
    padding: 364px 459px 56px 0;
    font-size: 48px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    color: #151922;
    line-height: 48px;
    white-space: nowrap;
}

.platform-advantage .advantage-box {
    display: flex;
    align-items: center;
    width: 503px;
    padding: 19px 67px 27px 35px;
    background: #F6F8FA;
    border-radius: 20px;
    margin-bottom: 6px;
    box-sizing: border-box;
}

.platform-advantage .info-image {
    display: block;
    width: 64px;
    height: 64px;
}

.platform-advantage .info-text {
    margin-left: 22px;
    font-size: 22px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #151922;
    line-height: 30px;
}

.platform-advantage .phone-wrap {
    margin-top: 212px;
    display: flex;
}

.platform-advantage .phone1,
.platform-advantage .phone2 {
    width: 404px;
    height: 848px;
}

.platform-advantage .phone1 {
    margin-left: 9px;
}

.platform-advantage .phone2 {
    margin-left: 32px;
}

.daren-example {
    position: relative;
    height: 1116px;
}

.daren-example .example-back {
    position: absolute;
    right: 0;
    left: 100px;
    top: 0;
    height: 660px;
    background: url(../images/example-back.png) no-repeat;
    background-size: 100% auto;
}

.daren-example .info-wrap {
    position: relative;
    padding-top: 300px;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.info-wrap .example-text {
    font-size: 48px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

.daren-example .info-wrap-inner {
    position: relative;
    display: flex;
}

.daren-example .left {
    width: 436px;
    height: 600px;
    background: #FF8852;
    border-radius: 0px 0px 0px 80px;
}

.daren-example .middle {
    width: 436px;
    height: 600px;
    background: #FF646E;
}

.daren-example .right {
    width: 436px;
    height: 600px;
    background: #EE0377;
    border-radius: 0px 80px 0px 0px;
}

.daren-example .example-title {
    position: absolute;
    top: -125px;
    left: 0;
    font-size: 48px;
    font-family: Noto Sans S Chinese;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

.daren-example .infos-wrap {
    padding: 65px 0 0 56px;
}

.daren-example .title {
    font-size: 28px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}

.daren-example .sub-title {
    padding-top: 22px;
    font-size: 24px;
    font-family: Noto Sans S Chinese;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

.daren-example .split-line {
    margin-top: 30px;
    width: 40px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
}

.daren-example .sub-info {
    padding: 20px 30px 0 0;
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #FFEAE4;
    line-height: 30px;
}

footer {
    background-color: #F3F3F3;
    height: 220px;
}

footer .container {
    max-width: 1444px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .login-address {
    display: flex;
    flex-direction: column;
    padding: 66px 0 0 71px;
}

footer .logo {
    width: 152px;
    height: 50px;
}

footer .address {
    padding-top: 15px;
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #A6A5AC;
    line-height: 14px;
}

footer .right-infos {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-top: 91px;
}

footer nav {
    display: flex;
    align-items: center;
    padding-right: 31px;
}

footer .nav-item {
    font-size: 16px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #051A21;
    line-height: 16px;
    padding: 0 40px;
}

footer .split-line {
    width: 1px;
    height: 12px;
    background: #000000;
    opacity: 0.2;
}

footer .company-info-wrap{
    padding-top: 24px;
}

footer .company-info {
    font-size: 14px;
    font-family: Noto Sans S Chinese;
    font-weight: 400;
    color: #051A21;
    line-height: 14px;
    opacity: 0.5;
}