﻿.custom {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.customBox {
    width: 3.65rem;
}

.customBox p:first-child {
    font-size: 0.32rem;
}

.customBox p:last-child {
    font-size: 0.14rem;
    line-height: 0.4rem
}

.custom01_box {
    margin-right: 30%;
    color: #ffffff;
}

.custom02_box {
    margin-left: 30%;
    color: #406BCD;
}

.custom03_box {
    margin-right: 30%;
    color: #ffffff;
}

.custom04_box {
    margin-left: 30%;
    color: #406BCD;
}

.custom_banner {    
    background: url('../image/liuc.png') no-repeat center center;
    height:4.55rem;
    width: 100%;
    background-size: auto 100%;
}

.custom01 {
    background: url('../image/custom_01.png') no-repeat center center;
    height: 6.25rem;
    width: 100%;
    background-size: 100% 100%;
}

.custom02 {
    background: url('../image/custom_02.png') no-repeat center center;
    height: 5.55rem;
    width: 100%;
    background-size: 100% 100%;
}

.custom03 {
    background: url('../image/custom_03.png') no-repeat center center;
    height: 5.09rem;
    width: 100%;
    background-size: 100% 100%;
}

.custom04 {
    background: url('../image/custom_04.png') no-repeat center center;
    height: 3.97rem;
    width: 100%;
    background-size: 100% 100%;
}

@media screen and (max-width: 540px) {
    .custom_banner {
        height: 2.275rem;
        background-size: 180% 100%;
    }

    .custom01 {
        height: 3.125rem;
        background-size: 180% 100%;
        justify-content: flex-start;
    }

    .custom02 {
        height: 2.775rem;
        background-size: 180% 100%;
        justify-content: flex-end;
    }

    .custom03 {
        height: 2.545rem;
        background-size: 180% 100%;
        justify-content: flex-start;
    }

    .custom04 {
        height: 1.985rem;
        background-size: 180% 100%;
        justify-content: flex-end;
    }


    .customBox {
        width: 2.2rem;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .customBox p:first-child {
        font-size: 0.3rem;
    }

    .customBox p:last-child {
        font-size: 0.12rem;
        line-height: 0.25rem
    }

    .custom01_box {
        
        color: #ffffff;
        margin-left: 0.1rem;
    }

    .custom02_box {
        
        width: 2.4rem;
        color: #406BCD;
        margin-right: 0.2rem;
    }

    .custom03_box {
        
        color: #ffffff;
        margin-left: 0.2rem;
    }

    .custom04_box {
        
        width: 2.4rem;
        color: #406BCD;
        margin-right: 0.2rem;
    }

}