﻿footer{
    width: 100%;
    display: block;
    position: relative;
    background-color: #333;
}
.footer-warning-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}
.footer-warning-bigText-box{
    width: 240px;
    height: 240px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    vertical-align: middle;
    background-color: #1b1b1b;
}
.footer-warning-bigText-box p{
    font-size: 50px;
    font-family: "Noto Sans TC";
    color: #ffba00;
    line-height: 60px;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    padding-left: 0.2em;
}
.footer-warning-text-box{
    width: calc(100% - 240px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 30px;
}
.footer-warning-text{
    font-size: 16px;
    font-family: "Noto Sans TC";
    color: #ccc;
    line-height: 26px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    padding: 12px 0;
}
.footer-warning-text p{
    font-weight: 300;
}
.footer-warning-text-b{
    color: #ffba00;
}
.footer-box{
    width: 100%;
    display: block;
    position: relative;
    background-color: #222;
}
.footer-all-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    display:         flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row;
    position: relative;
    box-sizing: border-box;
    padding: 80px 0;
}
.footer-left-box,
.footer-right-box{
    width: 270px;
}
.footer-right-box{
    text-align: right;
}
.footer-title-box{
    font-size: 18px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.1em;
}
.footer-line-box{
    display: block;
    margin: 30px 0;
}
.footer-line-box p{
    display: inline-block;
    vertical-align: middle;
}
.footer-line-box p>i{
    font-size: 22px;
    color: #ccc;
}
.footer-line-box span{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #ccc;
    line-height: 26px;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.footer-time-box{
    display: block;
}
.footer-time-box p{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #eee;
    line-height: 26px;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
}
.footer-time-box span{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #ccc;
    line-height: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s linear;
}
.footer-center-box{
    text-align: center;
}
.footer-menu-box{
    display: block;
}
.footer-menu-box li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 10px;
}
.footer-menu-box li::after{
    content: '/';
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #ccc;
    line-height: 26px;
    position: absolute;
    top: 0;
    right: -12px;
}
.footer-menu-box li:last-child:after{
    display: none;
}
.footer-menu-text{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #ccc;
    line-height: 26px;
    letter-spacing: 0.1em;
    display: inline-block;
    transition: all .3s linear;
}
.footer-addVIP-box{
    margin: 20px 0;
}
.footer-addVIP-text{
    width: 240px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #ffba00;
    border-radius: 5px;
    background-color: #000;
    color: #ffba00;
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    letter-spacing: 0.1em;
    transition: all .3s linear;
}
.footer-text-box{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}
.footer-contect-text-box{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    vertical-align: top;
}
.footer-contect-text-box p{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.11em;
}
.footer-contect-box{
    display: inline-block;
    vertical-align: top;
    /* margin-left: 10px; */
    text-align: left;
}
.footer-contect-qrcode{
    width: 100px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.footer-contect-qrcode p{
    font-size: 16px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
}
.footer-contect-qrcode i{
    font-size: 60px;
    color: #fff;
    margin-top: 10px;
    transition: all .3s linear;
}
.footer-contect-popularity{
    font-size: 14px;
    font-family: "Noto Sans TC";
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.11em;

}



@media only screen and (max-width: 1200px){
    .footer-warning-box{
        width: 1000px;
    }

    .footer-all-box{
        width: 1000px;
    }
    .footer-left-box, 
    .footer-right-box{
        width: 240px;
    }
    .footer-line-box{
        margin: 18px 0;
    }
}
@media only screen and (max-width: 1000px){
    .footer-warning-box{
        width: 750px;
    }
    .footer-warning-bigText-box{
        width: 180px;
        height: 180px;
    }
    .footer-warning-bigText-box p{
        font-size: 40px;
        line-height: 50px;
    }
    .footer-warning-text-box{
        width: calc(100% - 180px);
        padding: 0 20px;
    }
    .footer-warning-text{
        padding: 0;
    }

    .footer-all-box{
        width: 750px;
    }
    .footer-menu-box{
        display: none;
    }
    .footer-left-box{
        width: 200px;
    }
    .footer-center-box{
        width: 340px;
    }
    .footer-right-box{
        width: 170px;
    }

}
@media only screen and (max-width: 768px){
    .footer-warning-box{
        width: 95%;
        text-align: center;
    }
    .footer-warning-text-box{
        width: 100%;
        display: block;
        padding: 20px 0;
    }
    .footer-all-box{
        width: 95%;
        display: block;
        padding: 40px 0;
        padding-bottom: 80px;
    }
    .footer-left-box{
        width: 100%;
    }
    .footer-right-box{
        position: absolute;
        bottom: 80px;
        right: 0;
    }
    .footer-center-box{
        width: 100%;
        text-align: left;
    }
    .footer-addVIP-text{
        text-align: center;
    }
    .footer-text-box{
        text-align: left;
    }
}
@media only screen and (max-width: 550px){
    .footer-warning-box{
        padding: 20px 0;
    }
    .footer-warning-bigText-box {
        width: 100px;
        height: 100px;
    }
    .footer-warning-bigText-box p{
        font-size: 30px;
        line-height: 36px;
    }
    .footer-warning-text-box{
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        padding-bottom: 0;
        text-align: left;
    }
    .footer-warning-text{
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-all-box{
        padding: 20px 0;
        padding-bottom: 60px;
    }
    .footer-left-box{
        width: calc(100% - 90px);
    }
    .footer-title-box{
        font-size: 16px;
        line-height: 20px;
    }
    .footer-line-box{
        margin: 10px 0;
    }
    .footer-line-box span{
        font-size: 12px;
        line-height: 20px;
        margin-left: 10px;
    }
    .footer-time-box p,
    .footer-time-box span{
        font-size: 12px;
        line-height: 20px;
    }
    .footer-center-box{
        width: calc(100% - 90px);
    }
    .footer-addVIP-box{
        margin: 10px 0;
    }
    .footer-addVIP-text{
        width: 180px;
        line-height: 40px;
        font-size: 14px;
    }
    .footer-text-box{
        font-size: 12px;
        line-height: 18px;
    }

    .footer-right-box{
        position: static;
        bottom: initial;
        right: initial;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .footer-contect-text-box{
        width: 100%;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        display: block;
    }
    .footer-contect-text-box p{
        font-size: 12px;
        line-height: 20px;
        display: none;
    }
    .footer-contect-qrcode p{
        font-size: 14px;
    }
    .footer-contect-qrcode i{
        font-size: 40px;
    }
    .footer-contect-box .footer-text-box{
        text-align: right;
    }
    .footer-contect-box{
        position: absolute;
        bottom: 94px;
        right: 0;
        /* margin: 20px 0; */
        width: 80px;
    }
    .footer-contect-qrcode{
        width: 80px;
        text-align: center;
    }
    .footer-contect-popularity{
        /* margin-top: 40px; */
    }
}



@media only screen and (min-width: 1001px){
    .footer-line-box:hover span{
        color: #ffba00;
    }
    .footer-menu-text:hover{
        color: #ffba00;
    }
    .footer-addVIP-text:hover{
        background-color: #ffba00;
        color: #000;
    }
    .footer-contect-qrcode:hover i{
        color: #ffba00;
    }
}