/* 头部 */
.header-wrap .header-box,
.header-wrap .header-box2 {
    min-width: 1280px;
}
.header-wrap .header-box .header,
.header-wrap .header-box2 .header {
    padding: 18px 0 17px;
}
.header-wrap .header-box .header .logo,
.header-wrap .header-box2 .header .logo {
    width: 150px;
    height: 20px;
    margin-right: 149px;
}
.header-wrap .header-box .header .nav a,
.header-wrap .header-box2 .header .nav a {
    font-size: 16px;
    margin-right: 60px;
    line-height: 44px;
}
.header-wrap .header-box2 .header .nav a {
    color: #999;
}
.header-wrap .header-box .header .user-center-box .login-btn,
.header-wrap .header-box2 .header .user-center-box .login-btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    transition: all .1s linear;
}
.header-wrap .header-box .header .user-center-box .login {
    color: #fff;
}
.header-wrap .header-box2 .header .user-center-box .login {
    color: #2B59FF;
}
.header-wrap .header-box2 .header .user-center-box .login:hover {
    background: #2B59FF;
}
.header-wrap .header-box .header .user-center-box .register,
.header-wrap .header-box2 .header .user-center-box .register,
.header-wrap .header-box .header .user-center-box .register:hover,
.header-wrap .header-box2 .header .user-center-box .register:hover {
    color: #fff;
    background-color: #FD4C5C;
}


.header-wrap, .container, .block-bg1, .block-bg2, #footer {
    min-width: 1280px;
}
/* banner */
#banner {
    height: 600px;
    background: url("https://qny7.rrwtp.com/banner-bg.png") no-repeat;
    background-size: cover;
}
#banner .banner-content {
    width: 1200px;
    height: 400px;
    margin: 140px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#banner .banner-content img {
    width: 488px;
    height: 100%;
}
#banner .banner-content .banner-text {
    width: 100%;
}
.banner-text .title {
    font-size: 40px;
    line-height: 79px;
    padding-bottom: 16px;
}
.banner-text .sub-title {
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
}
.create-box {
    width: 400px;
    height: 57px;
    background-color: #fff;
    padding: 8px 8px 8px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-top: 32px;
}
.create-box .create-btn {
    width: 140px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    color: #fff;
    background-color: #FD4C5C;
    margin: 0;
    border-radius: 8px;
    text-align: center;
}
.create-box .create-link {
    padding-bottom: 1px;
    margin-top: 6px;
    color: #000B33;
    border-bottom: 1px solid #000B33;
}
/* 功能特点 */
.block-bg1 {
    height: 348px;
    background: #fff;
    padding: 0;
    overflow: hidden;
}
.block-bg1 .feature-box {
    margin: 100px auto 0;
    justify-content: space-around;
}
.block-bg1 .feature-box .feature-item {
    width: 380px;
    height: 170px;
    padding: 12px 29px 12px 32px;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}
.block-bg1 .feature-box .feature-item:hover {
    box-shadow: 0 4px 40px 0 rgba(43, 89, 255, 0.08);
}
.block-bg1 .feature-box .feature-item .item-img {
    position: unset;
}
.block-bg1 .feature-box .feature-item .item-img.img1 {
    width: 61px;
    height: 60px;
    margin-top: 32px;
}
.block-bg1 .feature-box .feature-item .item-img.img2 {
    width: 50px;
    height: 60px;
    margin-top: 20px;
}
.block-bg1 .feature-box .feature-item .item-img.img3 {
    width: 60px;
    height: 56px;
    margin-top: 22px;
}
.block-bg1 .feature-box .feature-item .feature-text {
    width: 226px;
}
.block-bg1 .feature-box .feature-item h3 {
    color: #000B33;
    margin-top: 12px;
    margin-bottom: 8px;
}
.block-bg1 .feature-box .feature-item .info {
    width: 100%;
    height: auto;
    color: #000B33;
    font-size: 16px;
    opacity: .7;
}
/* 核心优势 */
#advantage {
    height: 732px;
    background: url("/static/index/index2/img/advantage-bg.png") no-repeat;
    background-size: cover;
}
#advantage .advantage-content {
    width: 1200px;
    margin: 135px auto 0;
    display: flex;
    justify-content: space-between;
}
#advantage .advantage-left {
    width: 526px;
    margin-top: 81px;
    color: #000B33;
}
#advantage .advantage-left .title {
    color: #2B59FF;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 20px;
}
#advantage .advantage-left h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: normal;
}
#advantage .advantage-left .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}
#advantage .advantage-left .create-btn {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #FD4C5C;
    color: #fff;
    font-size: 16px;
    margin-top: 80px;
}
#advantage .advantage-right {
    width: 386px;
    color: #000B33;
}
#advantage .advantage-right .advantage-item {
    display: flex;
}
#advantage .advantage-right .advantage-item:not(:last-child) {
    margin-bottom: 67px;
}
#advantage .advantage-right .advantage-item:nth-child(2) {
    margin-bottom: 41px;
}
#advantage .advantage-right .step {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 29px;
    background-color: #2B59FF;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
#advantage .advantage-right .step .step-line {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 61px;
    background-image: linear-gradient(to right, #2B59FF 50%, #FD4C5C);
}
#advantage .advantage-right .advantage-item-text {
    flex: 1;
}
#advantage .advantage-right .advantage-item-text h3 {
    line-height: 26px;
    margin-bottom: 5px;
    font-size: 20px;
}
#advantage .advantage-right .advantage-item-text p {
    line-height: 26px;
    font-size: 16px;
}
/* 数据量 */
#data {
    height: 300px;
    background: #fff;
}
#data .data-content {
    width: 1200px;
    margin: 88px auto 0;
    display: flex;
    justify-content: space-between;
}
#data .data-item {
    width: 400px;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#data .data-line::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #2B59FF;
    opacity: .2;
}
#data .data-item h2 {
    font-size: 72px;
    line-height: 79px;
    letter-spacing: -0.5px;
}
#data .data-item:nth-child(1) h2 {
    color: #2B59FF;
}
#data .data-item:nth-child(2) h2 {
    color: #FFC83E;
}
#data .data-item:nth-child(3) h2 {
    color: #FD4C5C;
}
#data .data-item p {
    color: #000B33;
    font-size: 20px;
    line-height: 26px;
}
/* 定制活动 */
.block-bg2 {
    height: 418.85px;
    background: none !important;
    background-color: #2B59FF !important;
    overflow: hidden;
    position: relative;
}
.block-bg2 .bg-rt {
    width: 200px;
    height: 167px;
    position: absolute;
    top: 0;
    right: -1px;
    background: url("/static/index/index2/img/bg-right-top.png") no-repeat;
    background-size: 100%;
    animation: bounceRight 2s infinite;
}
.block-bg2 .bg-lb {
    width: 151px;
    height: 219px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("/static/index/index2/img/bg-left-bottom.png") no-repeat;
    background-size: 100%;
    animation: bounceLeft 2s infinite;
}
.block-bg2 .block2-box {
    margin-top: 87px;
}
.block-bg2 .block2-box .title {
    font-size: 36px;
    line-height: 54px;
    padding: 0;
    letter-spacing: -0.37px;
}
.block-bg2 .block2-box .title-tips {
    font-size: 20px;
    line-height: 54px;
    padding-top: 12px;
    padding-bottom: 64px;
    letter-spacing: -0.37px;
}
.block-bg2 .block2-box .create-box {
    width: 600px;
    margin: 0 auto;
}
/* 尾部 */
#footer {
    background: #ffffff;
}
#footer .footer-box {
    padding: 80px 0;
    border-bottom: 1px solid rgba(0, 11, 51, .15);
}
#footer .footer-box .footer-left .logo {
    width: 151px;
    height: 20px;
    margin-bottom: 41px;
}
#footer .footer-box .footer-left .company-info {
    line-height: 40px;
    opacity: .7;
}
#footer .footer-box .footer-left .company-info p {
    font-size: 16px;
    color: #000B33;
}
#footer .footer-box .footer-center {
    display: flex;
    justify-content: space-between;
    width: 325px;
    color: #000B33;
}
#footer .footer-box .footer-center h5 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
#footer .footer-box .footer-center p,
#footer .footer-box .footer-center a {
    display: block;
    color: inherit;
    opacity: .7;
    font-size: 16px;
    line-height: 40px;
}
#footer .footer-box .footer-right .qrcode-tips {
    font-weight: 600;
    font-size: 16px;
    color: #000B33;
    line-height: 20px;
    margin-bottom: 40px;
}
#footer .footer-box .footer-right img {
    width: 120px;
    height: 120px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
#footer .footer-box .footer-right .qrcode-box:first-child img {
    margin-right: 20px;
}
#footer .footer-box.copyright {
    padding: 40px 0;
    line-height: 26px;
    color: rgba(0, 11, 51, .9);
}
#footer .copyright p {
    margin: 0 auto;
}
/* 微信 */
.contact-us .img-box .wx-bgbox {
    width: auto;
    left: auto;
    right: 65px;
}
/* 动画 */
@keyframes bounceRight {
    0% {
        right: -1px;
    }
    50% {
        right: -20px;
    }
    100% {
        right: -1px;
    }
}
@keyframes bounceLeft {
    0% {
        left: 0;
    }
    50% {
        left: -19px;
    }
    100% {
        left: 0;
    }
}







