﻿footer{
    width: 100%;
    display: block;
    position: relative;
    background-color: #333;
    z-index: 10;
}
.footer-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
}
.footer-logo-box{
    width: 200px;
    margin-bottom: 60px;
}
.footer-info-box{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    vertical-align: top;
    margin-right: 175px;
}
.footer-info{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: 'jf-openhuninn';
    font-weight: 300;
    display: block;
    margin-bottom: 13px;
    position: relative;
    transition: all .3s linear;
}
.footer-info span{
    color: #E1E100;
    font-family: 'Roboto';
}
.footer-info span>i{
    margin-right: 10px;
}
.footer-web{
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #888;
    font-family: 'Roboto';
}
.footer-time-box{
    display: inline-block;
    vertical-align: top;
}
.footer-time.footer-info span{
    font-family: 'jf-openhuninn';
    margin-left: 5px;
}
.footer-community-box{
    width: 100%;
    display: block;
}
.footer-community-box a{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.6em;
    margin-right: 25px;
    transition: all .3s linear;
}
.footer-top-box {
    width: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-top-box p {
    font-size: 14px;
    font-family: 'jf-openhuninn';
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.footer-top-box span {
    width: 1px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s linear;
    transform-origin: top;
    background-color: #d1d1d1;
}
.index-fixed-box{
    position: fixed;
    bottom: 100px;
    right: 28px;
    z-index: 9;
}
.index-fixed-box a{
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
    text-align: center;
    font-size: 60px;
    height: 52px;
    line-height: 1;
    display: block;
    overflow: hidden;
    color: #00b900;
    background-color: #fff;
    border-radius: 10px;
    transition: all .3s linear;
}
.index-fixed-box a>i{
    transform: translateY(-6px);
}
.index-fixed-box a:hover{
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
    color: #008800;
}
.index-fixed-box a:nth-child(2){
    color: #3578E5;
    margin-top: 20px;
}


@media only screen and (max-width: 1300px){
    .footer-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-box{
        width: 1000px;
    }
    .footer-info-box{
        margin-right: 100px;
    }
}
@media only screen and (max-width: 1000px){
    .footer-box{
        width: 750px;
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .footer-info-box{
        display: block;
        margin-right: 0;
    }
    .footer-web{
        position: absolute;
        bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .footer-box{
        width: 550px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .footer-logo-box{
        margin-bottom: 30px;
    }
    .footer-web{
        bottom: 20px;
    }
    .footer-top-box{
        display: none;
    }
}
@media only screen and (max-width: 550px){
    .footer-box{
        width: 300px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .footer-logo-box{
        margin-bottom: 20px;
    }
    .footer-info{
        margin-bottom: 7px;
    }
    .footer-web{
        bottom: 10px;
        line-height: 1;
    }
    .footer-web span{
        display: block;
        margin-top: 5px;
    }
    .footer-top-box{
        display: none;
    }
    /* .index-fixed-box{
        bottom: 20px;
        right: 10px;
    } */
    /* .index-fixed-box a{
        font-size: 40px;
        height: 36px;
        border-radius: 7px;
    } */
    /* .index-fixed-box a>i{
        transform: translateY(-3px);
    } */
}
@media only screen and (max-width: 320px){
    .footer-box{
        width: 95vw;
    }
}




@media only screen and (min-width: 1001px){
    .footer-info::after{
        content: '';
        width: 0%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #E1E100;
        transition: all .3s linear;
    }
    a.footer-info:hover{
        color: #E1E100;
    }
    a.footer-info:hover::after{
        width: 100%;
    }
    .footer-community-box a:hover{
        color: #E1E100;
    }

    .footer-top-box span::before{
        content: '';
        width: 1px;
        height: 14px;
        background-color: #E1E100;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: top;
        transform: translateY(20px) rotateZ(0);
        opacity: 0;
        transition: all .3s linear;
    }
    .footer-top-box span::after{
        content: '';
        width: 1px;
        height: 14px;
        background-color: #E1E100;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: top;
        transform: translateY(20px) rotateZ(0);
        opacity: 0;
        transition: all .3s linear;
    }
    .footer-top-box:hover p{
        color: #E1E100;
    }
    .footer-top-box:hover span{
        background-color: #E1E100;
        transform: scaleY(0.6);
    }
    .footer-top-box:hover span::before {
        transform: translateY(0) rotateZ(35deg) scaleX(1.5);
        opacity: 1;
    }
    .footer-top-box:hover span::after {
        transform: translateY(0) rotateZ(-35deg) scaleX(1.5);
        opacity: 1;
    }

    .footer-web a{
        position: relative;
    }
    .footer-web a::after{
        content: '';
        width: 0%;
        height: 1px;
        background-color: #888;
        transition: all .3s linear;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .footer-web a:hover::after{
        width: 100%;
    }
}