@media screen and (min-width: 768px) {
    .footer{
        background-color: #222222;
    }
    .footer .toolbar-cont{
        display: flex;
        justify-content: space-between;
    }
    .footer .toolbar{
        display: flex;
        justify-content: center;
        line-height: 60px;
        font-size: 16px;
    }
    .footer .toolbar img{
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .divider{
        color: #ffffff;opacity: 0.5;
    }
    .footer .logo{
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .flex-center{
        display: flex;
        /* justify-content: center; */
    }
}
@media screen and (max-width: 768px){
    .flex-center {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .footer{
        background-color: #222222;
    }
    .footer .toolbar{
        display: flex;
        justify-content: center;
        line-height: 60px;
        font-size: 16px;
        margin-top: 10px;
    }
    .footer .toolbar img{
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .divider{
        color: #ffffff;opacity: 0.5;
    }
    .footer .logo{
        display: flex;
        justify-content: center;
        padding: 30px;
    }
}
.top-side .side {
    width: 70px;
    height: 90px;
    border-radius: 0px;
    padding: 10px 0px 10px 10px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: none;
}
.side-qrcode {
    position: absolute;
    top: -50px;
    right: 85px;
    transition: opacity 1s ease-in-out;
}
.container {
    margin-left: 14%;
    /* margin-right: 14%; */
}
.div-center{
    /* padding-left: 6.2%; */
}
.m-b-80px{
    margin-bottom: 80px;
}
.m-l-1{
    /* margin-left: -1%; */
}
.flex-j-s{
    display: flex;
    justify-content: space-between;
}
.cont .tabs{
    padding: 0px;
}
.cont .content{
    width: 40%;
}
.cont .swiper{
    width: 60%;
}
.cont .swiper img{
    width: 100%;
}
.cont .swiper .carousel{
    width: 80%;
    max-width: 640px;
}
.f-r{
    float: right;
}
.f-l{
    float: left;
}
.carousel-indicators li{
    border: 1px solid #1890EE;
}
.carousel-indicators .active{
    background-color: #1890EE;
}
.padding-12 {
    padding: 12px 0;
    color: #FFFFFF;
}