
/**
新样式开始
 */

.gcc_footer_content{
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*left: 0px;*/
    background: #ffffff;
}

.gcc_footer_content .gcc_footer_top{
    width: 100%;
    height: 290px;
    background-image: linear-gradient(45deg, #6D02B6 0%, #2725D3 100%);
}

.gcc_footer_content .gcc_footer_top .top_content{
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
}

.gcc_footer_content .gcc_footer_top .top_content .tab .title{
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 4px;
}
.gcc_footer_content .gcc_footer_top .top_content .tab .title:after{
    content: " ";
    display: table;
    width: 40px;
    height: 2px;
    margin-top: 6px;
    background-color: #FFFFFF !important;
}

.gcc_footer_content .gcc_footer_top .top_content .tab .content{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    margin-top: 13px;

    display: flex;
    align-items: center;
}

.gcc_footer_content .gcc_footer_top .top_content .tab .content a{
    color: #FFFFFF;
}

.gcc_footer_content .gcc_footer_top .top_content .tab .content img{
    width: 19px;
    height: 19px;
    margin-right: 8px;
}

.gcc_footer_content .gcc_footer_top .top_content .tab .qr_code{
    text-align: center;
}
.gcc_footer_content .gcc_footer_top .top_content .tab .qr_code img{
    width: 100px;
    height: 100px;
}
.gcc_footer_content .gcc_footer_top .top_content .tab .qr_title{
    margin-top: 19px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.gcc_footer_content .gcc_footer_bom{
    width: 100%;
    height: 80px;
    background: #ffffff;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gcc_footer_content .gcc_footer_bom .copyright{
    font-size: 14px;
    color: #222222;
    opacity: 0.7;
    text-align: justify;
    font-weight: 400;
}

.gcc_footer_content .gcc_footer_bom img{
    width: 301px;
    height: 43px;
}

/**
新样式结束
 */