/* QQ联系 */
.qqContact{
    background: #425cbb;
    text-align: center;
}
.qqContact h4{
    color: white;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 3px;
    white-space: nowrap;
}
.qqContact a{
    border-radius: 100px;
    border: 2px solid #232323;
    padding: .4em 2em;
    border-color: rgba(255,255,255,.1);
}
.qqContact a span{
    color: white;
}
.qqContact a:hover{
    border-color: rgba(255,255,255,.6);
}
/* 尾部信息 */
.footer{
    background-color: #232323;
}
.footer .copyright{
    border-top: 1px solid rgb(236, 236, 236,.05);
    
}
.footer .row div h5{
    color: white;
}
.footer .btn{
    border-radius: 100px;
    padding: .7em 2.5em;
    background-color: #425cbb;
    color: white;
}
.footer .btn:hover{
    background: #546cc3;
}
@media only screen and (max-width: 768px) {
   .qqCon-button{
       margin-left:0px !important;
       margin-top: 1.5em;
   }
    .btnWrap{
        text-align: center;
    }
    .footer .row{
        padding-bottom: 1rem!important;
    }
}
   
