.show {
    display: block !important;
}
.hidden {
    display: none !important;
}
a{
    text-decoration: none !important;
}
.header{
    width: 100%;
    height: 56px;
    max-width: 1080px;
    margin: 0 auto;
}
.header > .container > a{
    min-width: 120px;
    display: inline-block;
    line-height: 56px;
    max-height: 56px;
    margin-right: 16px;
    margin-left: 10px;
    padding: 12px 0;
}
.header > .container > * {
    display: inline-block;
}
.city-address{
    line-height: 74px !important;
    color: #666;
    font-weight: 300;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.header > .container > ul > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 16px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    -webkit-transition:     border-bottom-color  .4s,color .4s;
    -moz-transition:     border-bottom-color  .4s,color .4s;
    -ms-transition:     border-bottom-color  .4s,color .4s;
    -o-transition:     border-bottom-color  .4s,color .4s;
    transition:     border-bottom-color  .4s,color .4s;
}
h6, .h6 {
    font-size: 16px;
}
.header .container ul li .nav_item, .header .container ul li .clear_fix_item{
    cursor: pointer;
}
.header .container ul .nav_li{
    color: #999999;
    border-bottom: 2px solid #FFFFFF
}
.header .container ul .nav_li:hover{
    color: black;
    border-bottom: 2px solid #6aa2e4;
}
.header .container ul .current{
    color: black;
    border-bottom: 2px solid #6aa2e4;
}
.clear_fix{
    position: relative;
}
.wrap > .header > .container >.clear_fix li{
    padding: 0 5px;!important;
}
.header .container ul li .clear_fix_item{
    font-size: 12px;
}
.wrap > .header > .container >.clear_fix{
    padding-top: 8px;
}
#dLabel{
    color: #999999;
    text-decoration: none;
}

#dLabel h6,#dLabel i{
    display: inline;
}

.dropdown-menu > li{
    display: block;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 200;
    line-height: 1.22857143;
    color: #333;
    white-space: nowrap;
    -webkit-transition:     background-color  .4s;
    -moz-transition:     background-color  .4s;
    -ms-transition:     background-color  .4s;
    -o-transition:     background-color  .4s;
    transition:     background-color  .4s;
}
.dropdown-menu>li>a :hover{
    background-color: #e7e7e7;
}
.container .nav > li >a{
    background-color: rgba(255,255,255,0) !important;
}
.minShow{
    display: none!important;
}
#dropBoxTable td, #favorTable td{
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
}
/*footer底部页面*/
.footer {
    margin-top: 30px;
    padding: 35px 0;
    color: #5f676f;
    background: #2d3237;
    display: block;
}
.footer-col-logo img {
    display: block;
    margin-right: 40px;
    max-width: 160px;
    max-height: 60px;
    height: auto;
    border: 0;
}
.footer .footer-nav li, .footer .menu ul li, .footer ul.menu li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.4;
    margin-top: 10px;
}
.footer .footer-nav a, .footer .menu ul a, .footer ul.menu a {
    color: #76818c;
}
.footer .footer-nav a:hover, .footer .menu ul a:hover, .footer ul.menu a:hover {
    color: #fff;
}
.footer a {
    color: #5f676f;
}
.footer a:hover {
    color: #fff;
}
.footer .footer-col-sns {
    margin: 10px 0px 10px 0px;
}
.footer .footer-col-sns .footer-sns img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width:992px) {
    .header > .container > a {
        min-height: 56px;
        position: absolute;
    }
    .header > .container > .nav{
        display: none;
    }
    .header > .container > .clear_fix{
        text-align: right;
    }
    .minShow{
        display: block!important;
    }
    .nav-content .thumbnail, .content_r .thumbnail{
        display: none;
    }
    .footer-col-logo {
        display: none;
    }
}
@media (max-width:600px) {
    tbody tr{
        font-size: 12px;
    }
    /*tbody > tr > td{*/
        /*padding: 2px!important;*/
    /*}*/
    /*.collection-item .btn-sm{*/
        /*padding: 2px 4px;*/
    /*}*/
    #vue-dom{
        padding: 0px;
    }
}
@media (max-width:800px) {
    .hot-search .row{
        font-size: 11px;
    }
}