﻿footer{
    width: 100%;
    display: block;
    background-color: #1b1b1b;
    padding: 30px 0;
    position: relative;
    z-index: 99; 
}
.footer-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    color: #FFF;
}
.footer-info{
    display: block;
    font-size: 0;
}
/* .footer-info li:nth-child(1),
.footer-info li:nth-child(2){
    display: block;
    width: 100%;
} */
.footer-box li.footer-logo{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FFF;
   
}
.footer-box li{
    width: 50%;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 0;
}
.footer-line-span{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 10px 0;
}
.footer-box li a{
    margin-right: 10px;
    transition: all .3s linear;
}
.footer-box li:last-child{
    padding-bottom: 0;
}
.footer-link-box{
    display: block;
    font-size: 0;
    text-align: left;
    margin-top: 20px;
}
.footer-link{
    padding-bottom: 10px;
    display: inline-block;
    width: 50%;
}
.footer-link a{
    width: 40px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;

}
.footer-link a:nth-child(1),
.footer-link a:nth-child(2){
    margin-right: 20px;
}

.web{
    font-size: 12px;
}
.tour-box{
    width: 50%;
    font-size: 16px;
    color: #FFF;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;

}

.tour span{
    color: #000;
    padding-right: 5px;
    margin-right: 5px;
    display: inline-block;
    border-right: 1px solid #7d7c7c;
    letter-spacing: 1px;
}
.tour{
    width: 150px;
    max-width: 100%;
    text-align: center;
    background-color: #c7c7c7;
    color: red;
    letter-spacing: 2px;
    border: 2px solid #e4d340;
}