﻿.footer-box{
    width: 100%;
    max-width: 100%; 
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-logo{
    width: 50px;
    display: block;
    z-index: 6;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.footer-list-box{
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}
.footer-list{
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFF;
    padding-bottom: 15px;
}

.footer-mask{
    width: 1035px;
    height: 700px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    right: -375px;
    background-color: #1b1b1b;
}

.footer-list-box{
    padding-left: 10px;
    box-sizing: border-box;
}


.footer-line{
    width: 1px;
    height: 55vh;
    display: block;
    background-color: #EEE;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 5vh;
}

.footer-icon1{
    width: 30px;
    height: 30px;
    display: block;
    background-color: #53b147;
    position: absolute;
    left: -28px;
    bottom: 2px;
    opacity: 0;
}
.footer-icon2{
    width: 20px;
    height: 20px;
    display: block;
    background-color: #53b147;
    position: absolute;
    right: 5px;
    bottom: -18px;
    opacity: 0;
}
.footer-icon3{
    width: 10px;
    height: 10px;
    display: block;
    background-color: #835225;
    position: absolute;
    left: -15px;
    top: -30px;
    opacity: 0;
}
.footer-icon4{
    width: 10px;
    height: 10px;
    display: block;
    background-color: #835225;
    position: absolute;
    left: -8px;
    bottom: -20px;
    opacity: 0;
}

.rwd-footer-box{
    display: none;
}

.web{
    font-size: 12px;
    display: block;
    color: #616161;
    padding-left: 10px;
    position: relative;
    z-index: 9;

}