@charset "utf-8";
/*@ 壹会网-首页样式
 @ wukai
 @ 2017-6-16*/


/*头部字体样式*/
html,body {
	font-family:"Microsoft YaHei", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/*解决bootstrap模态框抖动问题*/
.modal-open { 
  padding-right: 0 !important;
  overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
}
ul{list-style: none;}

/*登录者头像样式*/

.user_log {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
}
.user_name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70px;
    vertical-align: middle;
}

.header_space{
    margin-top: 80px;
}
.index {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.yh_header {
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #e7e7e7;
    position: fixed;
    z-index: 999;
    top: 0;
}

.yh_top {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
}

.yh_top_left {
    width: 44%;
    height: 80px;
    float: left;
}

.yh_top_left img:nth-child(1) {
    float: left;
    margin-top: 8px;
}

.yh_top_left img:nth-child(2) {
    float: left;
    margin-left: 10px;
    margin-top: 38px;
}

.city_choose {
    float: left;
    margin-top: 18px;
}

/*首页-城市选择-样式*/
ul li {
    list-style: none;
}

.city_choose {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 80px;
    height: 40px;
    padding-left: 11px;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 20px;
    outline: none;

}

.city_choose:before {
    position: absolute;
    right: 13px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #444 transparent;
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.city_choose:after {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.city_choose.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.city_choose.active:after {
    top: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.city_choose .dropdown {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    padding: 0;
    border-radius: inherit;
    border: 1px solid #d2d2d2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    width: 260px;
}

.city_choose.active .dropdown {
    display: block;
    z-index: 1;
    background-color: #fff;
}

.city_choose .dropdown:before {
    position: absolute;
    right: /*13px;*/192px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #d2d2d2 transparent;
}

.city_choose .dropdown:after {
    position: absolute;
    right: /*15px;*/194px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.city_choose .dropdown li {
    float: left;
    width: 129px;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
}

.city_choose .dropdown li:first-of-type {
    border-radius: 3px 3px 0 0;
}

.city_choose .dropdown li:last-of-type {
    border-radius: 0 0 3px 3px;
}

.city_choose .dropdown li:hover {
    color: #fff;
    background: #0099e9;
}
/*城市选择-结束*/

.search_info {
    width: 200px;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

.search_info_left {
    width: 80%;
    float: left;
}

.search_info_left input {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0 10px;
    height: 34px;
}

.search_info a {
    display: block;
    width: 20%;
    float: left;
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    background: #f5f5f5;
    text-align: right;
    padding-right: 5px;
}

.search_info a span {
    padding-top: 3px;
}

.yh_top_right {
    width: 56%;
    height: 80px;
    float: right;
    font-size: 17px;
}

.ul_one {
    margin-top: 20px;
}

.ul_one a {
    color: #444444;
    padding: 8px 15px;
}

.ul_one li a:hover {
    color: #0099e9;
    text-decoration: none;
    background-color: #fff;
}
.ul_one > li > a {
    padding: 8px 10px;
}
/*改写发布样式*/
#publish__activity {
    background-color: #0099e9;
    color: #fff;
    padding: 8px 30px 6px 30px;
}

#publish__activity:hover{
    background-color: #0082c6;
}

.top_right_one {
    float: right;
    margin-right: 40px;
}

.top_right_two {
    float: right;
}

#top_right_login {
    padding-right: 8px;
}

#top_right_register {
    padding-left: 5px;
    padding-right: 0px;
    display: inline-block;
    color: #f6921d;
}

.ver_line {
    position: absolute;
    top: 13px;
    right: 41px;
    height: 15px;
    padding-left: 1px;
   /* background-color: #444;*/
    color: #f6921d;
}

.drop_down {
    float: right;
    margin-top: 18px;
}

.btn_user {
    background: none;
    border: none;
    outline: none;
    padding-right: 0;
}

.btn_user:focus {
    background: none;
    border: none;
    outline: none;
}
.open > .dropdown-menu{
	left: -34px;
}

/*尾部样式*/

.footer_bg {
    width: 100%;
    background-color: #e0e1e3;
    clear: both;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    background: #E0E1E3;
    border-bottom: 1px solid #ddd;
    
}

.ul_two {
    width: 12%;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}

.ul_two li {
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    list-style: none;
}

.ul_two li a {
    color: #666;
    font-size:14px;
}

.ul_four ul li a {
    display: block;
    width: 130px;
    height: 30px;
    border: 1px solid #727171;
    line-height: 30px;
    color: #a9a9a9;
    margin: 10px auto;
}

.ul_four ul li a:hover {
    color: #50AA00;
    text-decoration: none;
}
.ul_four ul li a:focus {
    text-decoration: none;
}

/*.ul_two li a:hover {*/
    /*color: #50AA00;*/
    /*text-decoration: none;*/
/*}*/

.ul_two li:first-child,
.ul_three li:first-child {
    font-size: 18px;
}

.footer_right {
    width: 50%;
    float: right;
    height: 150px;
    border-left: 1px solid #9C9D9D;
    margin-top: 20px;
}

.ul_three {
    width: 40%;
    float: left;
    text-align: left;
    margin-left: 15px;
}

.ul_three ul li {
    list-style: none;
    width: 130px;
    height: 40px;
    text-align: center;
}

.ul_three ul li a {
    display: block;
    width: 130px;
    height: 30px;
    border: 1px solid #727171;
    line-height: 30px;
    color: #a9a9a9;
}

.ul_three ul li a:hover {
    color: #50AA00;
    text-decoration: none;
}

.img_one {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.last_title {
    line-height: 40px;
}

.img_two {
    width: 25px;
    margin-right: 4px;
    vertical-align: middle;
}

.wechat {
    width: 25%;
    float: left;
    margin-left: 4px;
}
.wechat>h4,.ul_three>h4{
	margin-top: 0;
}
.wechat img{
	height: 109px;
	width: 109px;
}

.footer_down {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}


.footer_down p {
    margin-bottom: 0;
    background-color: #E0E1E3;
}
.release img:hover {
    transform: translate(0px, -20px);
    transition-duration: 1s;
}

.customer_service--phone {
    font-size: 20px;
    color: #0090e9;
}

.site-recode,.site-recode:hover,.site-recode:focus {
    color: #444;
    text-decoration: none;
}



/*清除浮动*/

.clear:after {
    content: '';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}