﻿.city-window{width:400px;padding: 20px;position:absolute;z-index: 2000;border:1px solid #eee;box-shadow: 0 5px 10px rgba(0,0,0,.1);background:#fff;top:50px;left: -45px;display: none;}
.city-window .city-title{border-bottom: 1px dotted #eee;padding-bottom: 10px;}
.city-window i.zhixiang{width: 13px;height: 9px;background: url("https://www.xyj321.com/static/xyj/images/Nc.png") no-repeat;position: absolute;top:-8px;left:75px;}
.city-window .city-title a{margin-left: 40px;}
.city-window .hot-city{padding: 15px 0 20px 0;}
.xy-club div.top-wrap .city-window .hot-city a{color:#ff6905;padding-left: 5px;font-size: 13px;}
.city-window .city-meun{height: 30px; background-color: #fafafa; border-bottom: 1px solid #eee;padding-left: 10px;line-height: 30px;}
.city-window .city-meun>span{display: block; float: left; padding: 0 8px; cursor: pointer}
.city-window .city-meun>span.active{background: #fff; border: 1px solid #eee; border-bottom: 1px solid #fff; border-top: 2px solid #ff6905;  color:#ff6905;  height: 28px; line-height: 28px;}
.city-window .city-body{width: 400px;padding-top: 12px;}
.city-window .city-body table{display:none;}
.city-window .city-body th{width: 26px; text-align: center; line-height: 20px;vertical-align: top; padding-top: 5px;}
.city-window .city-body th span{width: 20px; height: 20px; line-height: 20px; font-size: 14px; display: block;  color: #fff;margin-top: 3px;background: #ccc;}
.city-window .city-body td{padding: 5px 0;}
.city-window .city-body td a{display: block; float: left; margin: 0 10px 0 3px; padding: 2px; line-height: 18px;  color: #666; font-size: 12px;}
.tianbu{width:100px;height: 20px;background: red;position: absolute;left:0px;opacity: 0;filter: alpha(opacity=0);bottom:0;top:15px;height: 40px;}

/* 新增样式 当scroll距离超过菜单栏是，菜单栏fixed在顶部 */
.xy-club {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}
.xy-club-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200998;
    width: 100%;
    background: white;
    border-bottom: none;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
/* 搜索框样式修改 */
.search-text:focus {
    width: 500px!important;
}
.nav-content-search-center {
    height: 36px;
}
.select-company::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 13px;
    border-top: 4px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.ser-item-show {
    display: none;
    transition: all .3s;
}
.ser-item-show li{
    background: white;
}
.ser-item-show li:hover {
    color: red;
    background: #eee!important;
}