    body {
        font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif"
    }
    
    a {
        text-decoration: none
    }
    .user-header-bg{
        background: #f5f5f5;
        height: 30px;
        line-height: 30px
    }
       .user-header a{
           margin: 0 5px;
           color: #000
       }
    .header {
        padding-top: 5px;
        padding-bottom: 0
    }
    
    .header-center {
        margin-top: 20px
    }
    
    .header-bottom {
        border-bottom: 1px solid #eee;
    }
    
    .header-center .form-control {
        padding:20px 12px;
        border: 2px solid #c40000
    }
    
    #search {
        padding-left: 30px;
        padding-right: 30px;
        background-color: #c40000;
        border-color: #c40000;
        color: #fff;
        font-size: 15px;
        cursor: pointer
    }
    
    .hot-query {
        background-color: transparent !important;
        padding-left: 0
    }
    
    .hot-query>li+li:before {
        padding: 0 6px;
        color: #ccc;
        content: "\007C";
    }
    
    .banner {
        background: url('/static/index/image/banner.jpg') center;
        background-position: center -210px;
        height: 400px
    }
    
    
    #footer {
        border-top: 1px solid #eee;
        color: #555;
        padding-top: 30px;
        margin-top: 50px;
        background: #f8f8f8
    }
    
    #footer div[class*=footer] {
        margin-bottom: 30px
    }
    
    #footer div[class*=footer] ul>li {
        margin-bottom: 4px
    }
    
    #footer div[class*=col] {
        padding-left: 25px;
        padding-right: 25px
    }
    
    #footer a {
        color: #555;
        border-bottom: dotted 1px #777
    }
    
    #footer a:hover {
        border-bottom: solid 1px #777;
        text-decoration: none
    }
    
    #footer .copy-right {
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        text-align: center
    }
    
    #footer .copy-right>*+* {
        margin-left: 14px
    }