/* 按原视图位置加载，保留共享组件的样式层叠顺序。 */
    .ycm_footer {
        padding: 30px 0;
        color: #fff;
    }

    .ycm_footer .logo {
        margin-right: 60px;
        font-size: 0;
    }

    .ycm_footer .logo .logo_box {
        width: 82px;
    }

    .ycm_footer .logo .qs_box {
        margin-top: 20px;
        width: 82px;
        height: 82px;
        margin-bottom: 20px;
    }

    .ycm_footer .logo p {
        font-size: 12px;
        text-align: center;
    }

    .ycm_footer .website_station {
        padding-right: 60px;
        width: 540px;
    }

    .ycm_footer .website_list {
        margin-top: 5px;
    }

    .ycm_footer .website_list .link_box {
        margin-top: 15px;
        margin-right: 10px;
        display: inline-block;
        width: 120px;

    }

    .ycm_footer .website_list .link {
        text-decoration: initial;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        line-height: 36px;
        ;
    }

    .ycm_footer .title {
        position: relative;
        padding-bottom: 16px;
        font-size: 16px;
        display: inline-block;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        line-height: 36px;
    }

    .ycm_footer .title:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 64px;
        height: 1px;
        opacity: 1;
        background: #515765;
    }

    .sm_contact_items {
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*align-items: flex-start;*/

    }

    .sm_contact_left {
        /*float: unset;*/
    }

    .sm_contact_center {
        /*float: unset;*/
        /*margin-left: unset;*/
    }

    .sm_contact_right {
        /*float: unset;*/
    }

    .ycm_footer .website_station {
        padding-right: unset;
    }

    .sm_contact_items .ycm_footer {
        padding: 0;
    }

    .sm_contact_items .sm_copyright_box {
        width: 680px;
        padding: 0;
        background: transparent;
        color: rgba(197, 198, 208, 1);
    }

    .sm_contact_items .ycm_footer .title {
        color: rgba(197, 198, 208, 1);
        padding-bottom: 10px;
    }

    .sm_contact_items .ycm_footer .website_list .link {
        color: rgba(197, 198, 208, 1);
        font-size: 14px;
        white-space: nowrap;
    }

    .sm_contact_items .ycm_footer .website_list .link_box {
        margin-top: 0;
        margin-right: 10px;

    }

    /*  background: rgba(33,49,81,1);  */
    .ycm_footer .title:before {
        background: rgba(33, 49, 81, 1);
    }
