﻿.footer {
    font-size: 14px;
    color: #999;
}

.footer a {
    font-size: 14px;
    color: #999;
}

.footer a:hover {
    color: #D3413D;
}

.footer_top {
    width: 100%;
    background: #6C7EAC;
}

.footer_top a {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
}

.footer_top ul {
    width: 1200px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer_In {
    width: 100%;
    padding: 19px 0 8px;
    text-align: center;
    background: #fff;
}

.footer_bottom {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.footer_shiye{
    position: absolute;
    right: 0;
    top: 10px;

}

.fb_item.fb_item_1 ul li {
    display: inline-block;
}

.fb_item.fb_item_1 ul li a {
    line-height: 26px;
}

.fb_item.fb_item_2 p {
    line-height: 26px;
}

.fb_item.fb_item_3 .codeItem {
    float: left;
    margin-left: 43px;
    text-align: center;
}

.fb_item.fb_item_3 .codeItem img {
    width: 90px;
}

.fb_item.fb_item_3 p {
    color: #999;
    margin-top: 6px;
}

.footer_default {
    padding-top: 92px;
    position: relative;
}

.footer_default,
.footer_default a,
.footer_default .fb_item.fb_item_3 p {
    color: #fff;
}

.footer_default .footer_top {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_default .footer_In {
    background: none;
    padding: 47px 0 40px
}

.footer_default .footer_top ul {
    justify-content: start;
}

.footer_default .footer_top ul li {
    margin-right: 50px;
}

.footer_default .footer_top a {
    line-height: 77px;
}

img.footer_logo {
    position: absolute;
    top: -87px;
    left: 50%;
    background: #D2B578;
    padding: 10px;
    border-radius: 50%;
    transition: transform .6s ease-in-out;
    margin-left: -97px;
}


/* .footer_default>a:hover .footer_logo {
	transform: rotateY(360deg);
   } */

.Top_back {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    cursor: pointer;
    background: #D3413D;
    right: 30px;
    z-index: 20;
    opacity: 0;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff !important;
}

.Top_back img {
    transform: rotate(90deg);
}

.footer .button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D3413D;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgb(217, 126, 124, 0.253);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    right: 30px;
    position: fixed;
    top: 50%;
    opacity: 0;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

.svgIcon path {
    fill: white;
}

.footer .button:hover {
    width: 140px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: #D2B578;
    align-items: center;
}

.footer .button:hover .svgIcon {
    /* width: 20px; */
    transition-duration: 0.3s;
    transform: translateY(-200%);
}

.footer .button::before {
    position: absolute;
    bottom: -20px;
    content: "返回顶部";
    color: white;
    /* transition-duration: .3s; */
    font-size: 0px;
}

.footer .button:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition-duration: 0.3s;
}

@media only screen and (max-width: 768px) {
    .footer,
    .footer a {
        font-size: 12px;
    }
    .footer_top ul {
        width: 100%;
        font-size: 14px;
        display: block;
        padding: 10px;
        box-sizing: border-box;
    }
    .footer_top a {
        font-size: 12px;
        line-height: 30px;
    }
    .footer_In {
        width: 100%;
        background: #eee;
        padding: 0;
    }
    .footer_bottom {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
    }
    .footer_bottom>div {
        float: none;
    }
    .fb_item.fb_item_3 .codeItem {
        margin: 0;
        width: 20%;
    }
    .fb_item.fb_item_3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .fb_item.fb_item_3 .codeItem img {
        width: 100%;
    }
    .footer_default {
        padding-top: 0;
        background: #D1B477;
    }
    .footer_default .footer_top a {
        line-height: 30px;
    }
    .footer_default .footer_In {
        padding: 0;
    }
    img.footer_logo,
    .Top_back {
        display: none;
    }
}