﻿footer{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 60px 0;
    background-color: #564343;
}
.footer-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.footer-all-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
}
.footer-logo-box{
    display: block;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 36px;
    font-family: 'Noto Sans TC';
}
.footer-info-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
}
.footer-info{
    display: inline;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 30px;
    font-family: 'Noto Sans TC';
    opacity: 0.8;
    transition: all .3s linear;
}
.footer-info p{
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.footer-info span{
    display: inline-block;
    vertical-align: middle;
    color: #ead1d3;
    font-family: "Roboto";
    margin-top: 2px;
    transition: all .3s linear;
}
.footer-info span>i{
    margin: 0 7px;
}
.footer-right-box{
    margin-top: 20px;
}
.footer-name-box span{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.footer-name-box p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 30px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 4px;
}
.footer-text-box{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.14em;
    line-height: 30px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}
.footer-line-box{
    width: 230px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 58px;
    font-family: 'Roboto';
    font-weight: 300;
    opacity: 0.6;
    margin-top: 15px;
    transition: all .3s linear;
}
.footer-line-box i{
    font-size: 24px;
    margin-right: 34px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.footer-bottom-box{
    width: 100%;
    display: block;
    margin-top: 100px;
}
.footer-bottom-box i{
    width: 40px;
    font-size: 42px;
    color: #fff;
    line-height: 36px;
    display: inline-block;
    vertical-align: bottom;
    opacity: 0.6;
    transition: all .3s linear;
}
.footer-web{
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1;
    font-family: 'Noto Sans TC';
    font-weight: 100;
    opacity: 0.6;
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding: 0 100px;
    display: inline-block;
    vertical-align: bottom;
}
.footer-top-box{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    border: 1px solid #fff;
    line-height: 38px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-family: 'Noto Sans TC';
    opacity: 0.6;
    transform: rotateZ(-90deg);
    transition: all .3s linear;
}
.footer-top-box p{
    box-sizing: border-box;
    padding-left: 16px;
}



@media only screen and (max-width: 1200px){
    .footer-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .footer-box{
        width: 750px;
    }
}
@media only screen and (max-width: 768px){
    footer{
        padding: 40px 0;
    }
    .footer-box{
        width: 550px;
    }
    .footer-info span{
        margin-left: 40px;
    }
    .footer-bottom-box{
        margin-top: 50px;
    }
    .footer-web{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 550px){
    footer{
        padding: 20px 0;
    }
    .footer-box{
        width: 95vw;
        max-width: 300px;
    }
    .footer-all-box{
        display: block;
    }
    .footer-info span{
        margin-left: 32px;
        margin-top: 0;
        line-height: 10px;
        display: block;
    }
    .footer-bottom-box{
        margin-top: 30px;
    }
    .footer-web{
        padding: 0 10px;
    }
    .footer-info-box{
        margin-top: 10px;
    }
    .footer-info{
        font-size: 12px;
        line-height: 26px;
    }
    .footer-name-box span,
    .footer-name-box p{
        font-size: 14px;
        line-height: 26px;
    }
    .footer-text-box {
        font-size: 12px;
        line-height: 20px;
    }
    .footer-line-box{
        line-height: 38px;
        font-size: 14px;
        margin-top: 10px;
    }
    .footer-line-box i {
        font-size: 20px;
        margin-right: 20px;
    }
    .footer-bottom-box{
        margin-top: 30px;
    }
    .footer-bottom-box i {
        width: 30px;
        font-size: 32px;
        line-height: 26px;
    }
    .footer-top-box{
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    .footer-top-box p {
        padding-left: 12px;
    }
    .footer-web{
        width: calc(100% - 60px);
        padding: 0 10px;
        letter-spacing: 0.06em;
        transform: scale(0.8);
    }
}




@media only screen and (min-width: 1001px){
    a.footer-info:hover{
        color: #ead1d3;
    }
    .footer-line-box:hover{
        background-color: #ead1d3;
        border-color: #ead1d3;
        color: #000;
        opacity: 1;
    }
    .footer-bottom-box i:hover{
        opacity: 1;
        color: #ead1d3;
    }
    .footer-top-box:hover{
        background-color: #b0e0e6;
        border-color: #b0e0e6;
        color: #000;
        opacity: 1;
    }
}