@media (min-width: 768px) {
    .navbar{
        padding:20px 0;
    }
    .navbar-brand{
       margin-left:0!important;
    }
    .navbar-right li a{
        padding: 15px 30px;
        font-size: 16px;
    }
    
}
@media (max-width: 768px){
    .navbar{
        padding-top:2px;
    }
    .top-logo{
        margin-top:5px;
        margin-left:15px;
		border-radius: 10px;
    }
    
    
}
@media (min-width: 992px){
    .header{
        background:url('../img/bg.png') no-repeat;
        background-size: cover;
    }
    .header-right{
        margin-left: 40px;
    }
    .top-logo{
        margin-left:80px; 
        border-radius: 10px;
        line-height: 48px;
    }
    .download{
        margin-top:20px;
    }
    .part{
        padding: 90px 150px!important;
    }
    .title{
        text-align: left!important;
        padding: 130px 30px;
    }
    .title h2{
        font-size: 56px;
    }
    .title h3{
        font-size: 20px!important;
    }
    .navbar-right{
        margin-right:80px;
    }
}
@media (max-width: 992px){
    .header-right-in a{
        color:#000!important;
        font-size:24px!important;
    }
    .header-right{
        padding-top: 0!important;
    }
    .description{
        color:#000!important;
    }
    .qrCode img{
        width: 82px!important;
    }
}