/* Bottom */
* {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
    text-decoration: none;
}

.publicCon {
    width: 85%;
    max-width: 1600px;
    margin: 0 auto;
}
.Bottom .BottomTop .publicCon{
    max-width: 85% !important;
}
@media screen and (min-width:1921px){
    .publicCon {
        max-width: 85%;
    }
    .Bottom .BottomTop .publicCon{
        max-width: 85% !important;
    }
}
@media screen and (max-width:1279px){
    .publicCon {
        width: 90%;
    }
    .Bottom .BottomTop .publicCon{
        max-width: 90% !important;
    }
}

.Bottom {
    background: #25242F;
}

a {
    text-decoration: none;
}

.Bottom a {
    color: rgba(255, 255, 255, 0.5);
}

.Bottom .BottomTop {
    width: 100%;
    padding-top: 3.75vw;
}

.Bottom .BottomTop .bottomNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
    box-sizing: border-box;
}

.Bottom .BottomTop .publicCon {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 6.25vw;
}





.Bottom .BottomTop .bottomNav .Navbox h1 {
    line-height: 1.042vw;
    font-size: 1.042vw;
    color: #FFFFFF;
    margin-bottom: 1.719vw;
    font-weight: normal;
}

.Bottom .BottomTop .bottomNav .Navbox ul li {
    transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 0.833vw;
    color: #FFFFFF;
    line-height: 1.875vw;
    opacity: 0.5;
}

.Bottom .BottomTop .bottomNav .Navbox ul li a {
    color: #fff;
}

.Bottom .BottomTop .bottomNav .Navbox ul li:hover {
    padding-left: 1px;
    opacity: 1;
}

.Bottom .BottomTop .bottomNav .Navbox ul li:hover a {
    opacity: 1;
}

.Bottom .BottomCenter .publicCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.875vw;
    padding-bottom: 2.031vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.Bottom .BottomCenter .bl {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.BottomCenter .bl ul {
    margin-left: 55px;
}

.BottomCenter .bl ul li:first-child {
    margin-bottom: 15px;
}

.BottomCenter .bl ul li a {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.BottomCenter .bl ul li a img {
    margin-right: 20px;
}

.BottomCenter .br {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.BottomCenter .br li {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}
.BottomCenter .br li .ewmbox{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;background-color: #fff;padding: 5px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);width: 150px;bottom: 0;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.5s;}
.BottomCenter .br li:hover .ewmbox{bottom: 35px;visibility: visible;z-index: 10;opacity: 1;}

.BottomCenter .br li .ico {
    margin-right: 0.18rem;width: 0.22rem;
}

.BottomCenter .br li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0.39rem;
    margin-right: 0.46rem;
}

.BottomCopy .publicCon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 38px;
    padding-bottom: 62px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    text-align: center;
}

.BottomCopy .publicCon ul {
    display: flex;
    align-items: center;
}

.BottomCopy ul li:nth-child(2) {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 18px;
    margin-right: 18px;
}
.BottomCopy ul li:nth-child(2):before,
.BottomCopy ul li:nth-child(2):after{position: absolute;width: 1px;height: 0.14rem;top: 50%;transform: translateY(-50%);content: "";background-color: rgba(255,255,255,0.5);}
.BottomCopy ul li:nth-child(2):before{left: 0;}
.BottomCopy ul li:nth-child(2):after{right: 0;}

@media screen and (min-width:1025px) {
    .BottomTop .Navbox ul {
        display: block !important;
    }

    .BottomTop .Navbox .pc {
        display: block;
    }

    .BottomTop .Navbox .wap {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .BottomCenter .bl .logo {
        width: 6.25vw;
    }

    .BottomCenter .bl ul {
        margin-left: 25px;
    }
}

@media screen and (max-width:1024px) {
    .Bottom .BottomTop .bottomNav .Navbox ul li{line-height: 30px;font-size: 14px;padding-left: 15px;}
    .BottomTop .Navbox .pc {
        display: none !important;
    }

    .BottomTop .Navbox .wap {
        display: block;
    }

    .Bottom .BottomTop .publicCon {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .Bottom .BottomTop .bottomNav {
        width: 100%;
        padding-right: 0px;
        border-right: none;
        flex-direction: column;
    }

    .Bottom .BottomTop .bottomNav .Navbox h1 {
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 14px;
        line-height: 35px;
        position: relative;
    }

    .Bottom .BottomTop .bottomNav .Navbox h1::after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -10px;
        background-image: url(../hbimg/arrow-down.png);
        background-repeat: no-repeat;
    }

    .Bottom .BottomTop .bottomNav .Navbox h1.active::after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .Bottom .BottomTop .Navbox ul {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    
    .Bottom .BottomTop {
        padding-top: 20px;
    }
    .Bottom .BottomCenter .publicCon{
        flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .Bottom .BottomCenter .bl{
        flex-direction: column;
        align-items: center;
    }
    .BottomCenter .bl ul {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .BottomCopy .publicCon {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .BottomCenter .bl ul li a{
       justify-content: center;
       text-align: center;
       align-items: flex-start;
    }
    .BottomCenter .br li:first-child {
        border-right: 1px solid #fff;
        padding-right: 15px;
        margin-right: 15px;
        font-size: 14px;
    }
    .BottomCopy .publicCon ul{
        margin-top: 10px;
    }
    .BottomCenter .bl ul li a img {
        margin-right: 5px;
    }
    .BottomCenter .br li img {
        margin-right: 10px;
    }
}
@media(max-width:640px){
    .BottomCenter .bl .logo {
        width: 3.5rem;
    }
    .BottomCenter .br li img{width: 15px;}
}