* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header {
    width: 19.2rem;
    height: 1rem;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;

    .tabs {
        display: flex;

        .tab-item {
            font-family: PingFang SC, PingFang SC;
            font-weight: 500;
            font-size: .16rem;
            color: #333333;
            line-height: .16rem;
            font-style: normal;
            text-transform: none;
            margin-right: 1.2rem;
        }
    }
}

.logo-box {
    width: 3.6rem;
    height: 1rem;
    background: #222222;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4.23rem;

    img {
        width: 1.35rem;
        height: .4rem;
    }
}

.title-box {
    width: 100%;
    height: 7.82rem;
    position: relative;
    color: #fff;
    padding-left: 4.49rem;
    padding-top: 1.9rem;

    img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .realize {
        width: 1.6rem;
        height: .5rem;
        background: #FFFFFF;
        border-radius: 900px 900px 900px 900px;

        font-weight: 400;
        font-size: .18rem;
        color: #5C3FF6;
        line-height: .36rem;
        font-style: normal;
        text-transform: none;
        border: none;
    }

    .line {
        width: .66rem;
        height: .03rem;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
    }

    .title-box-p1 {
        font-weight: bold;
        font-size: .3rem;
        color: #FFFFFF;
        line-height: .45rem;
        font-style: normal;
        text-transform: none;
        margin-bottom: 0.05rem;
    }

    .title-box-p2 {
        font-weight: bold;
        font-size: .6rem;
        color: #FFFFFF;
        line-height: .9rem;
        font-style: normal;
        text-transform: none;
        margin-top: .18rem;
    }

    .title-box-p3 {
        font-weight: bold;
        font-size: .6rem;
        color: #FFFFFF;
        line-height: .9rem;
        font-style: normal;
        text-transform: none;
    }

    .title-box-p4 {
        font-weight: 400;
        font-size: .18rem;
        color: #FFFFFF;
        line-height: .36rem;
        font-style: normal;
        text-transform: none;
        margin-top: .12rem;
    }
}

.business-structure {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;

    .business-structure-title {
        width: 100%;
        font-weight: 600;
        font-size: .3rem;
        color: #222222;
        line-height: .6rem;
        font-style: normal;
        text-transform: none;
        text-align: center;
        margin-top: .9rem;
    }

    .business-structure-text {
        width: 100%;
        font-weight: 400;
        font-size: .18rem;
        color: #999999;
        line-height: .36rem;
        font-style: normal;
        text-transform: none;
        text-align: center;
        margin-bottom: .5rem;
    }

    .structure-boxs {
        width: 100%;
        display: flex;
        padding: 0 3.62rem;
    }

    .structure-item {
        width: 5.85rem;
        img {
            width: 100%;
            height: 3.46rem;
        }
        .structure-item-title {
            font-weight: 600;
            font-size: .38rem;
            color: #282938;
            line-height: .56rem;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-bottom: .12rem;
        }

        .structure-item-text {
            font-weight: 400;
            font-size: .16rem;
            color: #282938;
            line-height: .28rem;
            font-style: normal;
            text-transform: none;
        }
        .structure-item-no {
            font-weight: 500;
            font-size: .16rem;
            color: #282938;
            line-height: .24rem;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
    }


}

.advantage {
    width: 100%;
    height: 15rem;
    background-image: url(https://cdn.tianjinchangdu.cn/apk/1749802701210.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer {
    width: 19.2rem;
    height: 3.97rem;
    background: #1C1E53;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    img {
        width: 1.35rem;
        height: .4rem;
        position: absolute;
        left: 3.6rem;
        top: .96rem;
    }

    .footer-text1 {
        font-weight: 500;
        font-size: .16rem;
        color: #FFFFFF;
        line-height: .28rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        position: absolute;
        left: 3.6rem;
        top: 1.7rem;
    }

    .footer-text2 {
        font-weight: 600;
        font-size: .48rem;
        color: #FFFFFF;
        line-height: .64rem;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        left: 11.83rem;
        top: .96rem;
    }

    .footer-text3 {
        font-weight: 400;
        font-size: .16rem;
        color: #F4F6FC;
        line-height: .28rem;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        left: 11.83rem;
        top: 1.74rem;
    }

    .footer-bottom-box {
        width: 7.2rem;
        height: .95rem;
        background: #FCD980;
        position: absolute;
        left: 3.6rem;
        bottom: 0;
        padding: .18rem .55rem;
        display: flex;
        justify-content: space-between;

        .footer-bottom-box-item {
            display: flex;
            flex-direction: column;
            .title {
                font-weight: 500;
                font-size: .18rem;
                color: #282938;
                line-height: .32rem;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }
            .content {
                font-weight: 400;
                font-size: .16rem;
                color: #282938;
                line-height: .28rem;
                text-align: left;
                font-style: normal;
                text-transform: none;
            }
        }
    }
}

.bottom-box {
    width: 100%;
    height: .92rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    p {
        font-weight: 400;
        font-size: .14rem;
        color: #333333;
        line-height: .14rem;
        font-style: normal;
        text-transform: none;
        text-align: center;
        margin-bottom: .2rem;
    }
}

a {
    font-weight: 400;
    font-size: .14rem;
    color: #333333;
    line-height: .14rem;
    font-style: normal;
    text-transform: none;
    text-align: center;
    text-decoration: none;
}