.btn-go-wrap {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 60px;
    z-index: 10;
    z-index: 9999999
}

.btn-go-wrap a {
    display: block;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(115, 115, 115, 0.2)
}

.btn-go-wrap a:hover {
    z-index: 2;
    border-color: #ccc
}

.btn-go-wrap .go-to-top {
    margin-top: -1px;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-go-wrap .go-to-top span {
    display: inline-block;
    width: 34px;
    height: 16px;
    background: url(../images/jts.png) no-repeat 0 bottom
}

.footer {
    background: #F9F9F9
}

.footer .w {
    height: 100%;
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    justify-content: space-between;
    padding-top:calc(16px + 4rem) !important;
    padding-bottom: calc(1px + 4rem) !important;
}

.footer li:nth-child(1) .logo {
    margin-bottom: 20px
}

.footer li:nth-child(1) p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px
}

.footer li:nth-child(1) .sj {
    display: flex
}

.footer li:nth-child(1) .sj li {
    margin-right: 9px
}

.footer li .title {
    font-size: 24px;
    color: #333333;
    position: relative;
    margin-bottom: calc(11px + 2rem);
}

.footer li .nav li {
    transition: .3s
}

.footer li .nav li:hover {
    color: #AE745E
}

.footer li ul li {
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start
}

.footer li ul li:last-child {
    margin-bottom: 0
}

.footer li ul li img {
    margin-right: 15px;
    vertical-align: middle
}

.footer .bar {
    /* line-height: 110px !important; */
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(10px + 1.5rem) 0 !important;
    opacity: 0.2;
    font-family: Arial;
}

.footer .bar span {
    margin-right: 33px
}

.footer .ewm {
    width: 110px;
    height: 110px
}

@media only screen and (max-height:680px) {
    .btn-go-wrap {
        bottom: 10px
    }
}

.footer li .pd li:hover {
    color: #AE745E
}

@media screen and (max-width: 1100px){
    .footer .w{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }
    .footer li:nth-child(1) .logo{
        width: 30%;
    }
    .footer li .title{
        text-align: left !important;
        font-size: calc(14px + 1rem);
    }
    .footer li ul li{
        width: 48% !important;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .footer li .nav{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ul_li{
        width: 100% !important;
    }
    .ul_li_1{
        width: 100% !important;
    }
    .footer .ul_li_1 li{
        width: 100% !important;
    }
    .footer .ul_li_1 li img{
        width: calc(16px + 1rem) !important;
        margin-right: 10px !important;
    }
    .footer .bar{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}