@charset "UTF-8";
/* CSS Document */
.info{
    margin-top: 30px;
}
.info > div {
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
}
.info-group{
    border-bottom: 1px solid #C7C7C7;
}

.info-title{
    color: #FFF;
    height: 150px;
    padding: 15px;
    background-repeat: no-repeat;
    /*background: url("images/info-title-01.png") no-repeat;*/
    background-size: cover;
    background-position: center;
    /* margin-left: -8px; */
    background: #6BCBE4;
}
.info-title-cn{
    font-size: 22px;
}
.info-title-en{
    font-size: 16px;
    line-height: 18px;
}
.info-btnbar div:first-child > div>  div{
    border: none;
}
.info-btn{
    margin-top: 8px;
    margin-bottom: 3px;
    padding: 0px 15px;
    text-align: center;
    color: #6E6E6E;
    border-left: 1px solid #D8D8D8;
    cursor: pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 24px;
}
.info-btn:active, .info-btn:hover{
    color: #3F91D3;
}

/*ad*/
.footer-ad{
    margin: 50px auto 15px;
}
.footer-ad > div{
    padding-left: 0;
    padding-right: 0;
}
.footer-ad h5, .info-ad h5{
    font-size: 22px;
    color: #686868;
}
.footer-ad img.ad-img{
    width: 250px;
    margin-bottom: 15px;
}

.info-ad{
    margin-bottom: 15px;
}
.info-ad .ad-img{
    width: 100%;
    margin-bottom: 22px;
    margin-top: 5px;
}
/*footer*/
.footer-bar{
    padding: 40px;
    background-color: #17a6b7;
    color: #FFF;
}
.footer-social{
    padding-top: 10px;
}
.footer-social span, .header-social span{
    display: none;
}

.footer-social a, .header-social a{
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.header-social a{
    margin-right: 5px;
}
.header-social .fab{
    color: #444;
    padding: 5px;
}
/* .footer-social .icon{
    margin-right: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
} */
.icon-facebook{
    background: url(/images/info/icon-facebook.svg) no-repeat;
}
.icon-twitter{
    background: url(/images/info/icon-twitter.svg) no-repeat;
}
.icon-pinterest{
    background: url(/images/info/icon-pinterest.svg) no-repeat;
}
.icon-google{
    background: url(/images/info/icon-google.svg) no-repeat;
}
.icon-vimeo{
    background: url(/images/info/icon-vimeo.svg) no-repeat;
}
.icon-instagram{
    background: url(/images/info/icon-instagram.svg) no-repeat;
}
.icon-youtube{
    background: url(/images/info/icon-youtube.svg) no-repeat;
}
.icon-line{
    background: url(/images/info/icon-line.svg) no-repeat;
}
.icon-linkedin{
    background: url(/images/info/icon-linkedin.svg) no-repeat;
}
.icon-telegram{
    background: url(/images/info/icon-telegram.svg) no-repeat;
}


.footer-link{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #FFF;
}
.footer-link span{
    /* padding-right: 2px;
    padding-left: 4px; */
    height: 16px;
    /* border-right: 1px solid #FFF; */
}
.footer-link span:first-child{
    padding-left: 0;
}
.footer-link span:last-child{
    border-right: none;
}
.footer-app{
    text-align: right;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}
.app-img{
    margin-left: 3px;
    width: 101px;
    height: 30px;
}
.copyright{
    padding-top: 10px;
    text-align: right;
}
/*pad*/
@media (max-width: 768px){
    .footer-link{
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-app{
        text-align: left;
    }
    /* .footer-link span{
        padding-right: 4px;
        padding-left: 3px;
    } */
}
/*mobile*/
@media (max-width: 767px) {
    .info > div{
        padding-right: 20px;
        padding-left: 20px;
        box-shadow: none;
    }
    .info-group{
        box-shadow: 0 0 15px rgba(0,0,0,0.16);
        margin-bottom: 30px;
        border-bottom: none;
        height: 150px;
    }
    .info-title{
        height: 70px;
        line-height: 26px;
        padding: 10px;
        background-size: cover;
        text-align: center;
        margin-left: 0;
    }
    .info-title-cn{
    font-size: 21px;
    }
    .info-title-en{
        font-size: 20px;
    }
    .info-btnbar{
        /* margin-top: 22px; */
    }
    .info-ad{
        width: 100%;
    }
    .info-ad h5{
        text-align: center;
    }
    .footer-bar{
        padding: 15px 20px;
        text-align: center;
    }
    .footer-link{
        font-size: 12px;
        border: none;
        line-height: 20px;
        margin-top: 10px;
        padding-bottom: 0;
    }
    .footer-app{
        border: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .footer-social{
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #FFF;
        text-align: center;
    }
    .footer-social > div{
        text-align: center;
    }
    .copyright{
        text-align: center;
    }
}
@media (max-width: 375px) {
    .app-img{
        width: 95px;
        height: 29px;
    }
    .footer-social > div > a{
        margin-right: 9px;
    }

}
@media (max-width: 320px) {
    .footer-bar{
        padding: 15px 10px;
    }
    .app-img{
        margin-left: 2px;
        width: 80px;
        height: 24px;
    }
    .footer-social > div > a{
        margin-right: 5px;
        width: 26px;
        height: 26px;
        background-size: contain;
    }
     .copyright{
        font-size: 14px;
    }
}