footer {
    position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+31,feffff+31,ffefef+60,f4f5ff+100&1+9,0.77+47,1+100 */
background: linear-gradient(45deg,  rgba(254,255,255,1) 9%,rgba(254,255,255,0.87) 31%,rgba(255,246,246,0.77) 47%,rgba(255,239,239,0.83) 60%,rgba(244,245,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding:40px 0 0 0;
}
.footer_model_bg{
    background-image: url(../../images/common_icon/footer_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:100%;
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
}
.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    display: block;
    width: 116px;
    padding-top: 15px;
}

.footer-link {
    float: right;
    margin-top: 45px;
    margin-left: 10px;
    margin-bottom: 0;
}

.footer-link li {
    display: inline-block;
    padding-left: 5px;
}

.footer-link img {
    width: 22px;
}

.footer-other {
    margin-top: 38px;
}

.footer-other a {
    margin: 0 0 0 10px;
    width: 85px;
    height: 65px;
    display: inline-block;
    text-align: center;
    background-color: rgba(20, 20, 20, 1);
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.footer-other a:hover {
    background: #148dc0;
    color: #fff;
}

.footer-other a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    position: absolute;
    background: #f19800;
    top: 20px;
    right: -12px;
    z-index: 2;
}

.footer-other a i {
    display: block;
    margin: 15px 0 5px 0;
}

.footer-info p {
    position: relative;
    margin-bottom: 0;
    letter-spacing: 1px;
    color:#976859;
}
.footer-info p.cont_txt a:hover {
    color:#534741;
}
.footer-info p.cont_title {
    max-width: 95%;
    margin-bottom:20px;
    color:#976859;
    border-bottom:1px solid #be9c91;
    padding-bottom:10px;
    position: relative;
}
.footer-info p.cont_title:before {
    content:"";
    display: inline-block;
    width:45px;
    height:2px;
    background: #be9c91;
    position: absolute;
    bottom:-1px;
    z-index: 1;
}
.footer-info p.cont_txt {
    margin-bottom:10px;
}
.footer-info p i {
    margin-right: 15px;
}

.footer-info p+p {
    padding-left: 0;
}
.footer-info .border_line {
    background: -webkit-gradient(linear, left top, right top, from(#e07d19), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #e07d19, rgba(0, 0, 0, 0));
    height: 1px;
    margin: 15px 40px 15px 0;
}
.footer-info a,
.footer-info a:hover,
.footer-info a:active,
.footer-info a:focus {
    color: #976859;
}
.footer-info.follow_type a {
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
    text-align: center;
    background-color: rgba(151, 104, 89, 1);
    width:40px;
    height:40px;
    border-radius:40px;
    line-height:40px;
}
.footer-info.follow_type a:hover {
    background: #843d51;
}
.footer-info a i {
    font-size:24px;
    position: relative;
    top:2px;
    color:#fff;
}
.footer-info a:hover,.footer-copy a:hover{
    color: #ffd797;
}
.footer-copy {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-align: center;
}
.footer-copy a,
.footer-copy a:active,
.footer-copy a:focus {
    color: #aaaaaa;
}
.footer-copy a {
    color: #fff;
}
.footer-content{
    display: inline-block;
    width: 100%;
}
.c_goTop{
    position: fixed;
    bottom:50px;
    right:50px;
    z-index: 10;
}
.footer-copy {
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    color:#636363;
    border-top:1px solid #403c3a;
    padding-top:12px;
    margin-top: 30px;
}
.footer_copyright{
    font-size: 14px;
    letter-spacing: 2px;
}
.footer_list{
    padding-left: 20px;
    font-size: 1.2rem;
}
.footer_list li{
    list-style: disc;
    margin-bottom: 8px;
}
.footer_list li::marker{
/*     color: #534741; */
}
.footer-content{
    background: #975978;
    color: #fff;
    margin-top: 30px;
}
.footer-info .follow_type a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    text-align: center;
    background-color: rgba(151, 104, 89, 1);
    width: 34px;
    height: 34px;
    border-radius: 5px;
    line-height: 34px;
}
.footer-info .follow_type a i {
    margin: auto;
}
.footer-info .line_type svg {
    border-radius: 5px;
    width: 34px;
    fill: #976859;
    opacity: 1;
    background: #fff;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2) !important;
}
@media screen and (max-width: 991px) {
    .footer-info p+p:before {
        display: none;
    }
    .footer-link {
        margin-top: 30px;
    }
    .footer-info {
        clear: both;
        margin-top: 0;
        letter-spacing: 1px;
    }
    .footer-info p.cont_txt span.txt_title.type1 {
        font-size: 23px;
    }
    .footer-logo img {
        width: 85px;
        padding-top: 15px;
    }
    .footer-info p i {
        margin-right: 30px;
    }
    .footer-info p {
        display: block;
        text-align: left;
        margin-bottom:3px;
    }
    .footer-info p+p {
        padding-left: 0;
    }
    .footer-other {
        margin-top: 38px;
        text-align: center;
    }
    .footer-other a {
        margin: 0 10px 0 10px;
        width: 85px;
        height: 65px;
    }
    .footer-copy {
        letter-spacing: 1px;
        font-size: 1.5rem;
    }
    .footer-info p.cont_txt {
        font-size:18px;
    }
    .footer_map img{
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    footer {
        height: auto;
        padding: 120px 0 0 0;
/*         background-image: url(../images/common/footer-bg-xs.png); */
    }
    .footer-info p.cont_title {
        max-width: 100%;
        margin-bottom:15px;
    }
    .footer-info p.cont_title:before {
        display: none;
    }
    .footer-other {
        font-size:15px;
    }
    .footer-info.follow_type {
        margin-top:30px;
    }
    .footer-info p.cont_txt span {
        margin-bottom:1px;
    }
    .footer-info p.cont_txt span.txt_title {
        width:100%;
        display: inline-block;
        margin-bottom:5px;
    }
    .footer-info p.cont_txt span.txt_content {
        display: inline-block;
        width: 100%;
        margin-bottom:10px;
    }
    .footer-content{
        padding:0 0;
    }
    .footer-copy {
        margin-top:50px;
        border-top: 1px solid #403c3a;
    }
}
