/* index */
body.bottom-padding{
    padding-bottom: 130px;
}
/*.header .wrap-ico {*/
/*    margin: 140px auto 0;*/
/*    width: 528px;*/
/*    height: 60px;*/
/*    text-align: center;*/
/*    background-image: url(/themes/default/images/index/banner_text.png);*/
/*    background-repeat: no-repeat;*/
/*}*/
/* home-nav */
.home-nav{
    padding-top: 86px;
    padding-bottom: 68px;
    text-align: center;
    overflow: hidden;
}
.home-nav ul.count-4{

}
.home-nav ul.count-4 li{
    width: 25%;
    float: left;
}

.home-nav ul.count-4 li a{
    display: block;
}
.home-nav ul.count-4 li a img{
    width: 84px;
    height: 78px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.home-nav ul.count-4 li.hvr-vr a img{
    width: 100px;
}
.home-nav ul.count-4 li a b{
    margin-top: 40px;
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #282828;
}
.home-nav ul.count-4 li a p{
    width: 204px;
    color: #999999;
    margin: 16px auto 0 auto;
    font-size: 14px;
    line-height: 18px;
}
.home-nav li a:hover img, .home-nav li a:focus img, .home-nav li a:active img {
    -webkit-animation-name: hvr-bob-float,hvr-bob;
    animation-name: hvr-bob-float,hvr-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
}
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}
.house-list{
    position: relative;
    overflow: hidden;
    width: 1240px;
    margin: 0 auto;
    margin-bottom: 50px;

}
.house-list .name{
    padding: 0 26px;
    font-weight: bold;
    font-family: 'PingFang-SC-Heavy';
    font-size: 28px;
    color: #333333;
    line-height: 28px;
}
.house-list .name i{
    display: inline-block;
    width: 6px;
    height: 28px;
    vertical-align: -5px;
    background: #0052ff;
    margin-right: 10px;
}
.house-list p{
    font-size: 16px;
    padding-left: 44px;
    color: #999;
    margin-top: 15px;
    /*width: 1200px;*/
    padding-right: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.house-list p a{
    color: #666666;
    float: right;
    font-size: 14px;
}
.house-list ul{
    margin-top: 38px;
    width: 2100px;
    height: 415px;
    padding: 0 15px;
}
.house-list ul.count-4 li{
    position: relative;
    width: 270px;
    padding: 5px 10px;
    height: 380px;
    margin-right: 20px;
    float: left;
    margin-bottom: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.house-list ul.count-4 li a{
    display: block;
}
.house-list ul.count-4 li a .img{
    width: 270px;
    height: 240px;
    overflow: hidden;
    background: #F6F6F6 url(../images/default/house/logo_81x77.png) center center no-repeat;
}
.house-list ul.count-4 li a .img img{
    width: 100%;
    height: auto;
}
.house-list ul.count-4 li a .info{
    margin-top: 20px;
}
.house-list ul.count-4 li a .info .title{
    margin-bottom: 8px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.house-list ul.count-4 li a .info .detail{
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}
.house-list ul.count-4 li a .info .build{
    color: #333333;
    font-size: 14px;
}
.house-list ul.count-4 li a .info .build .price{
    display: inline-block;
    float: right;
    font-size: 22px;
    color: #ab7f2e;
    margin-top: -8px;
}

/* count-3 */
.house-list ul.count-3 li{
    position: relative;
    width: 372px;
    padding: 5px 14px;
    height: 380px;
    margin-right: 12px;
    float: left;
}
.house-list ul.count-3 li a{
    display: block;
}
.house-list ul.count-3 li a .img{
    width: 372px;
    height: 240px;
    overflow: hidden;
    background: #F6F6F6 url(../images/default/house/logo_81x77.png) center center no-repeat;
}
.house-list ul.count-3 li a .img img{
    width: 100%;
    height: auto;
}
.house-list ul.count-3 li a .info{
    margin-top: 20px;
}
.house-list ul.count-3 li a .info .title{
    margin-bottom: 8px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}
.house-list ul.count-3 li a .info .detail{
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}
.house-list ul.count-3 li a .info .build{
    color: #333333;
    font-size: 14px;
}
.house-list ul.count-3 li a .info .build .price{
    display: inline-block;
    float: right;
    font-size: 22px;
    color: #ab7f2e;
    margin-top: -8px;
}

/*app-banner*/
.app-banner{
    min-width: 1200px;
    background:  url(../images/index/app_banner_bg.png) no-repeat;
    width: 100%;
    height: 520px;
    background-position: center 0;
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 90px;
}
.app-banner .app-banner-cont{
    padding-left: 90px;
    padding-top: 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.app-banner .app-banner-cont .app-banner-text{
    width: 421px;
    height: 117px;
    background: url(../images/index/app_banner_text.png) no-repeat;
}
.app-banner .app-banner-cont .code-box{
    margin-top: 56px;
    position: relative;
}
.app-banner .app-banner-cont .code-box .wxapp-code{
    padding-right: 33px;
}
.app-banner .app-banner-cont .code-box .app-code .icon{
    width: 120px;
    height: 120px;
    background: url(../images/index/app_code.png) no-repeat;
}
.app-banner .app-banner-cont .code-box .wxapp-code .icon{
    width: 120px;
    height: 120px;
    background: url(../images/index/wxapp_code.png) no-repeat;
}
.app-banner .app-banner-cont .code-box .text{
    font-size: 12px;
    text-align: center;
    color: #EEEEEE;
    margin-top: 14px;
}

/* 首页app导流 */
.app_daoliu_layer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    z-index: 1001;
    background-color: #fff;
    white-space: nowrap;
    box-shadow: 0 -3px 80px rgba(0,0,0,0.08);
}


.app_daoliu_layer .app_content {
    text-align: center;
}
.app_daoliu_layer .app_content .app_img {
    width: 235px;
    height: 198px;
    display: inline-block;
    position: relative;
    bottom: 67px;
    vertical-align: top;
    background: url(../images/index/bottom_pic.png) no-repeat;
}
.app_daoliu_layer .app_content .app_desc_c {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    text-align: left;
}
.app_daoliu_layer .app_content .app_desc_c .app_title {
    margin-top: 44px;
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.app_daoliu_layer .app_content .app_desc_c .app_desc {
    color: #999999;
    font-size: 14px;
}
.app_daoliu_layer .app_content .app_qr {
    display: inline-block;
    vertical-align: top;
    width: 83px;
    height: 82px;
    margin-top: 22px;
    margin-left: 66px;
    background: url(../images/index/bottom_app_code.png) no-repeat;
}
.app_daoliu_layer .app_content .app_close {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    width: 12px;
    height: 12px;
    margin-left: 18px;
    cursor: pointer;
    background: url(../images/index/bottom_close.png) no-repeat;
}

/* 鼠标浮动选中效果 */
.house-list ul li,.house-list ul li .img,.house-list ul li .img img,.house-list ul li a .info{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.house-list ul.count-4 li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.house-list ul.count-4 li:hover a .img,
.house-list-month ul li:hover a .img img{
    -webkit-transform: scale(1.074,1.074);
    -moz-transform: scale(1.074,1.074);
    -ms-transform: scale(1.074,1.074);
    -o-transform: scale(1.074,1.074);
    transform: scale(1.074,1.074);
}
.house-list-month ul li a .img{
    overflow: hidden;
}
.house-list ul.count-3 li a .img img
.house-list-month{
    margin-bottom: 100px;
}

.house-list ul li:hover a .info{
    width: 100%;
}

.house-list ul.newhouse-ul li{
	position: relative;
    width: 372px;
	height: 280px;
    margin-right: 40px;
	padding:0;
    float: left;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.house-list ul.newhouse-ul li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
}

.house-list .newhouse-ul{
	padding: 0 30px;	
	height: 317px;
}

.build-info{
	position: absolute;
    top: 110px;
	width: 100%;
    text-align: center;
}
/* 首页VR房源 添加vr图标 */
.house-list-vr ul li a .img {
  position: relative;
}

.house-list-vr ul li a .img .vr-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  /* left: 42%; */
  /* top: 38%; */
  background: url(../images/list/720_icon_sprite.png) no-repeat;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: vrRotate 1.5s steps(11) infinite;
  -moz-animation: vrRotate 1.5s steps(11) infinite;
  -webkit-animation: vrRotate 1.5s steps(11) infinite;
}
/*720动画*/

@keyframes vrRotate {
  0% {
    background-position: -0px -0px;
  }

  100% {
    background-position: -0px -880px;
  }
}

@-moz-keyframes vrRotate{
  0% {
    background-position: -0px -0px;
  }

  100% {
    background-position: -0px -880px;
  }
}

@-webkit-keyframes vrRotate{
  0% {
    background-position: -0px -0px;
  }

  100% {
    background-position: -0px -880px;
  }
}


/* .house-list-month ul li:hover a .img .vr-icon {
  -webkit-transform: scale(1.074, 1.074);
  -moz-transform: scale(1.074, 1.074);
  -ms-transform: scale(1.074, 1.074);
  -o-transform: scale(1.074, 1.074);
  transform: scale(1.074, 1.074);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
} */

.build-info .build{
	font-size: 26px;
    color: #ffffff;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.build-info .price{
	font-size: 16px;
    color: #ab7f2e;
	margin-top: 10px;
}
.build-info .price span{
	font-size: 24px;
	margin-right: 5px;
	vertical-align: -2px;
}

.opacity-mask{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.4;
    z-index: 0;
}

.house-list ul.newhouse-ul li:hover .newhouse-img img{
	-webkit-transform: scale(1.074,1.074);
    -moz-transform: scale(1.074,1.074);
    -ms-transform: scale(1.074,1.074);
    -o-transform: scale(1.074,1.074);
    transform: scale(1.074,1.074);
}

.newhouse-img{
	width: 372px;
    height: 280px;
    overflow: hidden;
    background: #F6F6F6 url(../images/default/house/logo_81x77.png) center center no-repeat;
}

.newhouse-img img{
	width: 100%;
    height: 100%;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
} 

/* 只对IE8有效 */
@media \0screen {
    .app_daoliu_layer,
    .house-list ul li:hover,
    .header .header-wrap .search-box-wrap .search-box-con .search .box .search-res{
        border: 1px solid #eeeeee;
    }
}
/* 鼠标浮动选中效果/ */

/* app导流 */
@media only screen and (max-height: 570px) {
    .app_daoliu_layer {
        display: none;
    }
}
/* index/ */


/*城市切换*/
.city-change {
    display: none;
    z-index: 1002;
}
.overlay-bg{width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.city-box{
    width: 750px;
    height: 500px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    position: fixed;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px 40px 30px;
    box-sizing: border-box;

}
.city-box .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../images/city/close.png);
}
.city-box .title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.city-box .city-list{
    height: 370px;
    overflow-y: auto;
}
.city-box .city-list dl{
    float: left;
    font-size: 14px;
    color: #333;
    min-width: 100%;
}
.city-box .city-list dl dt{
    display: inline-block;
    float: left;
    margin-right: 18px;
    line-height: 41px;
}
.city-box .city-list dl dd {
    float: left;
    display: inline-block;
    line-height: 41px;
    max-width: 650px;
}
.city-box .city-list dl dd a{
    margin-right: 16px;
    display: inline-block;
}
.city-box .city-list dl dd a:hover{
    color: #0052ff;
}
.city-box .city-list dl dd a.on{}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.city-box .city-list::-webkit-scrollbar{width:10px;background-color:#f8f8f8;}

/*定义滑块 */
.city-box .city-list::-webkit-scrollbar-thumb{background-color:#e6e6e6;}



.footer {
    width: 100%;
    min-width: 1200px;
    min-height: 330px;
    /*background: url(../images/footer/footer.png) no-repeat center bottom #383838;*/
    background: url(../images/footer/footer.png) no-repeat center bottom #424242;
    clear: both;
    width: 100%;
}
.footer .wrapper{

}
.footer .uu-link-box{
    padding: 48px 0 26px 0;
    background: none;
    border-bottom: 1px dashed rgb(110, 100, 110);
    overflow: hidden;
}
.footer .uu-link-box .fl .tab{
    height: 40px;
}
.footer .uu-link-box .fl .tab span{
    display: inline-block;
    padding: 11px 12px;
    background: #2F2F2F;
    color: #999999;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer .uu-link-box .fl .tab span.hover{
    background: #555555;
    color: #fff;
}
.footer .uu-link-box .fl .link-list{
    clear: both;
}
.footer .uu-link-box .fl .link-list>div{
    display: none;
    min-height: 96px;
}
.footer .uu-link-box .fl .link-list div a{
    color: #999999;
    font-size: 12px;
    display: inline-block;
    margin: 16px 18px 0 0;
}
.footer .uu-link-box .fl .link-list div a:hover{
    text-decoration: underline;
}

.footer .bottom{
    color: #999;
    font-size: 12px;
    text-align: center;
    padding-bottom: 46px;
}
.footer .bottom .m-nav-footer{
    display: inline-block;
    padding-top: 26px;
    margin: 0px auto 16px;
    overflow: hidden;
    text-align: center;
}
.footer .bottom .m-nav-footer li{
    float: left;
    color: #999;
    word-break: keep-all;
    margin: 0 6px;
}
.footer .bottom .m-nav-footer li a{
    color: #999;
}
.footer .bottom .m-nav-footer li em{
    font-style: normal;
    color: #999;
}
.footer .bottom p{
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}
.footer .bottom .ft-ban{
    margin-bottom: 0;
}
.footer .bottom .ft-ban a{
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
}
.footer .bottom .ft-ban a img{
    float: left;
}
.footer .bottom .ft-ban a span{
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #999999;
}



/*首页 header*/
.header{
    background: #161616 url(../images/index/banner.png) no-repeat;
    width: 100%;
    height: 584px;
    padding-top: 16px;
    background-attachment: fixed;
    background-position: center 0;
    display: block;
    min-width: 1200px;
    position: relative;
}
.header .nav {
    padding-top: 15px;
}
.header .logo{
    display: inline-block;
    width: 184px;
    height: 46px;
    background: url(../images/index/logo.png?t=20200110) no-repeat;
    cursor: pointer;
}
.header .local-city {
    background: rgba(0,0,0,0.25);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 30px;
    cursor: pointer;
    border-radius: 15px;
    padding: 0 17px 0 12px;
    font-size: 14px;
}
.header .local-city i {
    background: url(../images/index/location.png);
    width: 14px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    top: 4px;
}

.header .nav ul {
    font-size: 14px;
    text-align: right;
}

.header .nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}


.header .nav ul li a {
    display: inline-block;
    position: relative;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: bold;
}
.header .nav ul li.icon-tab a{
    font-size: 12px;
    font-weight: normal;
}

.header .nav ul li a:hover{
    text-decoration: none;
    color: #0052ff;
}

.header .nav ul li a i{
    vertical-align: -1px;
    display: inline-block;
    width: 12px;
    height: 18px;
    margin-right: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.header .nav ul li a i.app-icon{
    width: 11px;
    background-image: url(../images/index/app_icon.png);
    vertical-align: sub;
}
.header .nav ul li a i.saas-icon{
    width: 17px;
    background-image: url(../images/index/saas_icon.png);
    vertical-align: sub;
}

.header .nav .app-download{
    display: none;
    position: absolute;
    top: 38px;
    margin-left: -64px;
    text-align: center;
    z-index: 20;
    width: 206px;
    height: 264px;
    padding-top: 48px;
    box-sizing: border-box;
    background: url(../images/nav/app_download_bg.png);
}
.header .nav .app-tab:hover .app-download{
    display: block;
}
.header .nav .app-download .app-code{
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: url(../images/nav/app_code.png);
}
.header .nav .app-download .tips{
    color: #424242;
    line-height: 14px;
    margin-top: 16px;
}
.header .nav .app-download .slogan{
    font-size: 12px;
    line-height: 12px;
    color: #666;
    margin-top: 8px;
}

.header .wrap-ico{
    margin: 140px auto 0;
    width: 528px;
    height: 60px;
    text-align: center;
    background-repeat: no-repeat;
}

/* 首页 检索栏*/
.header .header-wrap .search-box-wrap{
    margin: 52px auto 0 auto;
    width: 750px;
    height: 127px;
    position: relative;
    z-index: 2;
}
.header .header-wrap .search-box-wrap .search-box-con{
    position: relative;
}

.header .header-wrap .search-box-wrap .search-box-con .menu{}
.header .header-wrap .search-box-wrap .search-box-con .menu ul{}
.header .header-wrap .search-box-wrap .search-box-con .menu ul li{
    float: left;
    height: 46px;
    /*opacity: .5;*/
    /*filter: alpha(opacity=50);*/
}
.header .header-wrap .search-box-wrap .search-box-con .menu ul li.check{
    /*opacity: 1;*/
    /*filter: alpha(opacity=100);*/
}
.header .header-wrap .search-box-wrap .search-box-con .menu ul li span{
    font-size: 14px;
    color: #fff;
    padding: 0 40px 0 0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
}
.header .header-wrap .search-box-wrap .search-box-con .menu i{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 38px;
    left: 13px;
    border-bottom: 8px solid #fff;
    z-index: 9;
}

.header .header-wrap .search-box-wrap .search-box-con .search{
    position: relative;
    clear: both;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box{
    background: #fff;
    border-radius: 4px;
    clear: both;
    height: 60px;
    box-shadow: 1px 0 5px rgba(0,0,0,0.2);
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-box{
    position: relative;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-box .search-icon{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    background-image: url(../images/index/search_icon.png);
    background-repeat: no-repeat;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-box .text{
    width: 590px;
    padding-left: 52px;
    border: 0;
    height: 60px;
    line-height: 60px;
    border-radius: 2px;
    font-size: 14px;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-box .btn{
    background: #0052ff;
    width: 160px;
    height: 60px;
    line-height: 60px;
    float: right;
    top: 0;
    border: 0;
    display: block;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res{
    border-top: 1px solid #E6E6E6;
    left: -1px;
    width: 590px;
    box-shadow: 1px 0 5px rgba(0,0,0,0.2);
    /*display: none;*/
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul{
    position: relative;
    box-shadow: none;
    font-family: "Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
    margin-top: 0;
    background-color: #fff;
    border-top: 0;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul li{
    position: relative;
    margin: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    cursor: pointer;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul li:hover{
    background-color: #F8F8F8;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul li a{
    display: block;
    line-height: 50px;
    position: relative;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul li a span{
    margin: 0;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul li a span.msg-title{
    display: inline-block;
    width: 84%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box .search-res ul li a span.msg-add{
    display: inline-block;
    color: #b0b3b4;
    width: 16%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.nav ul li a i.login_icon {
    width: 20px;
    height: 20px;
    background-image: url(../images/index/login_icon.png);
    vertical-align: sub;
    vertical-align: -5px;
}

/*微信登录退出*/
.nav .icon-tab.has-loginin{
    position: relative;
}
.nav .icon-tab.has-loginin .menu-wrap{
    padding: 15px 20px 5px 20px;
    right: 11px;
}
.nav .icon-tab.has-loginin .menu-wrap.pop-up{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 90% 0;
    -ms-transform-origin: 90% 0;
    transform-origin: 90% 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.5s;
    transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.5s;
    position: absolute;
    min-width: 140px;
    right: -13px;
    top: 48px;
    background: #fff;
    background-clip: padding-box;
    border: solid 4px rgba(221, 221, 221, 0.5);
    padding: 10px 15px;
}
.nav .icon-tab.has-loginin .menu-wrap.pop-up:before{
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    background-clip: padding-box;
    border: solid 4px rgba(221, 221, 221, 0);
    border-width: 4px 4px 0 0;
    position: absolute;
    top: -7px;
    right: 13px;
    content: " ";
}
.nav .icon-tab.has-loginin .menu-wrap.pop-up:after{
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid rgba(221, 221, 221, 0.5);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -14px;
    right: 15px;
}
.nav .icon-tab.has-loginin:hover .menu-wrap.pop-up{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 100;
}
.nav .icon-tab.has-loginin .menu-wrap .brief{
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 1px #eee;
}
.nav .icon-tab.has-loginin .menu-wrap .brief .brief-img{

    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nav .icon-tab.has-loginin .menu-wrap .brief span{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.nav .icon-tab.has-loginin .menu-wrap .menu{
    display: block;
    height: 36px;
    line-height: 36px;
    border-top: solid 1px #eee;
    padding: 0 6px;
    font-size: 13px;
}
.nav .icon-tab.has-loginin .menu-wrap .menu .wx-logout{
    display: block;
    height: 36px;
    line-height: 36px;
    border-top: solid 1px #eee;
    padding: 0 6px;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    text-align: center;
}
/*微信登录退出/*/




/* 首页 检索栏/*/

/*重置输入框 placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #A8A8A8;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A8A8A8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A8A8A8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #A8A8A8;
}





