.brand-content{
    min-width: 1200px;
    background-color: #FFF;
    margin-top: 50px;
}

.top-content{
    display: flex;
    justify-content: center;
    height: auto;
    margin-bottom: 70px;
}
.top-img-box{
    flex: 1;
}
.top-content-box{
    flex: 1;
    padding: 160px 0 0 73px;
}
.top-content-box-title{
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}
.top-content-box-btn-box{
    display: flex;
    justify-content: start;
    padding-left: 50px;
}
.top-content-box-title2{
    font-size: 28px;
    padding-bottom: 10px;
}
.top-content-box-text{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}
.top-content-box-text2{
    font-size: 18px;
    opacity: 0.8;
    padding-bottom: 40px;
}

.center-content{
    position: relative;
    display: flex;
    justify-content: center;
}
.center-float-box{
    width: 1200px;
    position: absolute;
    display: flex;
    top: 9px;
    left: calc((100% - 1200px)/2);
    justify-content: space-between;
}
.center-content-box{
    width: 50%;
    padding: 0 0 0 70px;
}
.center-content-box-title{
    padding: 60px 0 5px 0;
}
.center-content-box-title-text{
    font-size: 34px;
    background: linear-gradient(to right, #5b6abe, #9ca5d7);
    -webkit-background-clip: text;
    color: transparent;
}
.center-content-box-p{
    padding-top: 65px;
    width: 460px;
    font-weight: 550;
}
.center-btn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, #5b6abe, #9ca5d7);
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}
.size-box-1200{
    height: 1px;
    background-color: #d0d0d0;
    width: 1200px;
    margin: 0 auto;
}
.size-box-160{
    height: 1px;
    background-color: #d0d0d0;
    width: 160px;
}
.center-dis{
    height: 240px;
    background: linear-gradient(to bottom, #f6f7ff, #fefeff);
    padding: 65px 0;
    display: flex;
    justify-content: center;
}
.center-dis-content{
    width: 1200px;
}
.center-dis-title{
    position: relative;
    padding-bottom: 30px;
}
.center-dis-title-circle{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(to right, #fc5d6c, #fcb2ba);
    top: -5px;
    left: -5px;
}

.center1-content{
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #fefeff, #fff8f6);
}
.center1-box{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.center1-img-box{
    position: relative;
}
.center1-content-dis{
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: calc((100% - 1200px)/2);
}
.center1-dis-count{
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.bottom1-box{
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.bottom2-box{
    position: relative;
}
.bottom2-top-box{
    width: 100%;
    height: 125px;
    background: linear-gradient(to right, #5f67f2, #dd1b4b);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom2-box-btn1{
    height: 60px;
    width: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.bottom2-box-btn2{
    height: 60px;
    width: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.bottom2-2dcode{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
}
.size-box-60{
    height: 60px;
}


/* 颜色 */
.color-blue{
    color: #5d6bbe;
}
.color-black15{
    color: #151515;
}
.color-black{
    color: #333333;
}

/* 字体重量 */
.fw-blod{
    font-weight: bold;
}

/* 字体大小 */
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.f-30{
    font-size: 30px;
}
.f-36{
    font-size: 36px;
}
.f-40{
    font-size: 40px;
}

/* 其他 */
.mg-l-10{
    margin-left: 10px;
}
.pd-t-100{
    padding-top: 100px;
}
.mg-t-50{
    margin-top: 50px;
}
.mg-t-10{
    margin-top: 10px;
}

.btn-a{
    width: 100%;
    height: 100%;
    display: inline-block
}

.btn-b {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333 !important;
    text-align: center;
    line-height: 60px
}


a:hover {
    text-decoration: none;
}
a:hover, a:visited, a:link, a:active {
    color: #fff;
}

/* 清除padding */

.pd-l-0{
    padding-left: 0 !important;
}

.mg-t-0{
    margin-top: 0 !important;
}

/* 图片处理 */
.img-w100{
    width: 100%;
}

/* 特殊处理 */
@media screen and (max-width: 1500px) {
    .top-content-box{
        padding-top: 20px;
    }
    .top-content-box-title{
        padding-bottom: 20px;
    }
    .top-content-box-text2{
        padding-bottom: 0;
    }
    .center-content-box-p{
        padding-top: 0;
    }
    .center-content-box-title{
        padding-top: 10px;
    }
}