
.aorus-footer{
    position: relative;
    background: #131313;
    width: 100%;
    padding: 30px 0;
    float: left;
    height: auto;
}
.aorus-footer p{
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.aorus-footer ul li{
    position: relative;
    display: inline-block;
    padding: 0 3px;
}

.aorus-footer ul li a{
    display: block;
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 15px 0px 0;
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
}
.aorus-footer ul li a:hover{
    color: #ff6400;
}

.aorus-footer hr{
    border-top: 1px dotted #333;
}

.aorus-footer .lang-btn{
    position: relative;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border:1px solid #333;
    transition: 0.5s all;
    font-family: 'aldrich','Microsoft JhengHei', sans-serif;
}

.aorus-footer .lang-btn:hover{
    border: 1px solid #666;
}


.lang-cover{
    display: none;
    position: fixed;
    z-index: 990;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    overflow: auto;
}
.lang-box{
    position: relative;
    margin: 15px auto;
    width: 1200px;
    max-width: calc(100% - 30px);
    height: auto;
    background: #3c3c3c;
}
.lang-close-btn{
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    transition: 0.5s all;
}
.lang-close-btn::before{
    content: '';
    width: 1px;
    height: 44px;
    background: #FF6400;
    transform: rotate(45deg) translate3d(15px, -15px, 0);
    position: absolute;
}
.lang-close-btn::after{
    content: '';
    width: 1px;
    height: 44px;
    background: #FF6400;
    transform: rotate(-45deg) translate3d(15px, 15px, 0);
    position: absolute;
}

.lang-close-btn:hover{
    transform: rotate(90deg);
}


.lang-box a{
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 12px;
}

.lang-box a:hover{
    color: #ff6400;
    background: #333;
}

.g_copyright{
    color: #4d4d4d;
    font-size: 12px;
    padding: 0;
    font-family: 'Roboto','Microsoft JhengHei', sans-serif;
}


@media (max-width: 990px){
    .aorus-footer ul{
        border-top: 1px dotted #333;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .aorus-footer ul li{
        width: 100%;
        /* padding: 10px; */
        text-align: center;
    }
    .aorus-footer ul li p{
        display: inline-block;
        border-bottom: 1px solid #ddd;
    }
}