/* // footer */
#colorlib-footer {
    background: url('../images/pc_index_footer_banner.png') no-repeat center / 100% 100%;
    background-size: cover;
}

#colorlib-footer .container {
    margin: 0 auto;
}

.footer_scheme {
    width: 100%;
    font-size: 30px;
    color: #FFFFFF;
    padding: 98px 0 98px;
    text-align: center;
    font-weight: 600;
}

.footer_scheme p {
    margin: 0;
    padding: 0;
}

.footer_scheme p:nth-child(1) {
    width: 880px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 48px;
}

.footer_scheme p:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_scheme p:nth-child(2) a {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 180px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    color: #232325;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
}

.footer_scheme a {
    font-size: 16px;
}

.footer_scheme p:nth-child(2) a:nth-child(1) {
    margin-right: 16px;
    transition: all 0.5s;
}

.footer_scheme p:nth-child(2) a:nth-child(1):hover {
    color: #4C5470;
    background: #FFFFFF;
}

.footer_scheme p:nth-child(2) a:nth-child(1):active {
    color: #000B33;
    background: #FFFFFF;
}

.footer_scheme p:nth-child(2) a:nth-child(1) img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.footer_scheme p:nth-child(2) a:nth-child(2) {
    background-color: #FFC83E;
}

.footer_scheme p:nth-child(2) a:nth-child(2),
.footer_scheme p:nth-child(2) a:nth-child(2):active {
    color: #000B33;
}

.footer_scheme p:nth-child(2) a:nth-child(2):hover {
    background-color: #FFD670;
}

.footer_scheme p:nth-child(2) a:nth-child(2):active {
    color: #000B33;
    background-color: #F8B217;
}

#footer-end {
    background-color: #fff;
    font-size: 16px;
}

#footer-end .containerFooter {
    padding: 100px 0 31px;
    margin: 0 auto;
}

#footer-end .containerFooter .line {
    width: 100%;
    border-bottom: 1px solid #000B33;
    margin-top: 80px;
    margin-bottom: 33px;
}

#footer-end .containerFooter p {
    margin: 0;
    padding: 0;
}

#footer-end .containerFooter>ul>li {
    float: left;
    width: 160px;
    margin-right: 0;
}

#footer-end .containerFooter>ul>li:nth-child(1) {
    width: 240px;
    margin-right: 100px;
}

#footer-end .containerFooter>ul>li:nth-child(2),
#footer-end .containerFooter>ul>li:nth-child(4),
#footer-end .containerFooter>ul>li:nth-child(3) {
    width: 160px;
}

#footer-end .containerFooter>ul>li:nth-child(1) p:last-child {
    color: #4C5470;
}

#footer-end .containerFooter>ul>li:nth-child(1) img {
    width: 125px;
    height: 40px;
}

#footer-end .containerFooter>ul>li:nth-child(1) p:nth-child(2) {
    color: #4C5470;
    margin-top: 16px;
}


#footer-end .containerFooter .explain p {
    margin-bottom: 15px;
}

#footer-end .containerFooter .explain p a {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    color: #4C5470;
}

#footer-end .containerFooter .explain p span:nth-of-type(1),
#footer-end .containerFooter .explain p span:nth-of-type(2) {
    color: #4C5470;
}

#footer-end .containerFooter .explain p:nth-child(1) {
    color: #000B33;
    font-weight: 500;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    margin-bottom: 31px;
}

#footer-end .containerFooter>ul>li .explain_p a:hover {
    cursor: pointer;
    color: #1D6AFF;
}

#footer-end .containerFooter .explain p>img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 6px;
}

#footer-end .containerFooter li:last-child {
    height: auto;
    white-space: nowrap;
    margin-right: 0;
    width: auto;
    float: right;
    width: 220px;
}

#footer-end .containerFooter li:last-child p:nth-child(4) {
    margin: 0;
}

#footer-end .containerFooter li:last-child p:nth-child(4)>img {
    width: 100px;
    height: 100px;
    margin: 0;
}

#footer-end .containerFooter li:last-child p:nth-child(5) {
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    color: rgba(30, 31, 32, 0.8);
}

#footer-end .containerFooter li:last-child p:nth-child(5) span:nth-child(1) {
    margin-left: 6px;
    color: #1E1F20;
}

#footer-end .containerFooter li:last-child p:nth-child(5) span:nth-child(2) {
    margin-left: 30px;
    color: #1E1F20;
}

@media (min-width: 768px) {
    .footer_scheme {
        font-size: 40px;
    }

}

@media (min-width: 1440px) {
    .footer_scheme {
        font-size: 48px;
    }
}

/* // footer end */

/* 侧边栏 */
.fixed-right {
    position: fixed;
    right: -128px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #fff;
    z-index: 99999;
}

.fixed-right img {
    width: 30px;
    height: 30px;
}

#yzmphp_debug {
    display: none;
}