p{
    font-family:思源黑体;
    font-weight: normal;
    color: #333;
}
button{
    outline: none;
}
.oval{
    border: 1px solid;
    width: 100px;
    height: 32px;
    color: black;
    font-size: 14px;
}
button:hover{
    background-color: orange;
    color: white;
    box-shadow: darkgrey 0px 0px 0 0px !important;
}
@media (max-width: 992px) {
    footer .col-md-2{
        width: 25%;
        float: left;
    }
    footer .col-md-6{
        width: 25%;
        float: left;
    }
    .navbar-brand{
        padding-left: 58px;
    }
    .col-md-6{
        margin: 0px 0px 0px 0px !important
    }
    .col-md-2{
        margin: 0px 0px 0px 0px !important
    }
    .col-md-4{
        margin: 0px 0px 0px 0px !important
    }
    .oval{
        margin-left: 0px !important;
    }
}
/*@media (max-width: 1200px) {*/
    /*.QR {*/
        /*margin-left:830px !important;*/

    /*}*/
/*}*/
/*@media (max-width: 992px){*/
    /*.QR {*/
        /*margin-left: 610px !important;*/
    /*}*/
/*}*/
footer a:hover{
    color: white !important;
}
#header{
    position: inherit;
}
/*清除浮动*/
.clearfix:after{
    content:"";
    width:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;  /*兼容ie*/
}
.login_btn{
    position: relative;
    float: left;
}
.login_btn img{
    position: absolute;
    display: none;
    left: 0;
}
.showT{
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: -59px;
    text-align: center;
    width: 200px;
    height: 146px;
    line-height: 47px;
    z-index: 1;
}
.showT div a:hover{
    color: #F16622;
}
.showU{
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: -59px;
    text-align: center;
    width: 200px;
    height: 146px;
    line-height: 47px;
    z-index: 1;
}
.showU div a:hover{
    color: #F16622;
}