.home.common-header .botInner {
    box-shadow: 0 0 0 0 #CFE5FB;
}

.home.common-header .botInner .search .logo {
    /* max-width: 134px; */
    /* padding: 0 50px 0 0; */
    box-sizing: border-box;
    margin-right: 66px;
}

.home.common-header .botInner .search .btn {
    font-size: 16px;
    align-self: center;
    justify-content: flex-end;
}

.home.common-header .botInner .search .bot .btn-search-wrap input {
    height: 45px;
    background-size: 13px;
    border-radius: 30px;
    background: transparent;
}

.home.common-header .botInner .search .bot .btn-search-wrap .btn-search {
    height: 39px;
    width: 39px;
    text-align: center;
    color: #fff;
    max-width: 39px;
}

.home.common-header .botInner .search .btn .sign {
    color: #04A4AA;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.home.common-header .botInner .search .btn .sign .sign-img img {
    width: 23px;
}

.home.common-header .botInner .search .btn .fabu {
    background-image: linear-gradient(180deg, #33DBA1 0%, #2ACECD 95%);
    margin: 0 20px;
    width: 136px;
    color: #fff;
}

.home.common-header .botInner .search .btn .fabu a {
    color: #fff;
}

.home.common-header .botInner .search .btn .fabu a:hover {
    color: #fff;
}

.home.common-header .botInner .search .btn .fabu .iconfont {
    margin-right: 3px;
}

.home.common-header .botInner .search .btn .kf dt {
    line-height: 24px;
    color: rgba(3, 0, 0, .6);
    font-size: 16px;
}

.home.common-header .botInner .search .btn .kf dt img {
    margin-right: 8px;
}

.home.common-header .botInner .search .btn .kf dd {
    line-height: 28px;
    font-size: 20px;
    color: rgba(3, 0, 0, .8);
}

.botNav {
    text-align: center;
    margin-top: 22px;
}

.botNav ul li {
    padding: 20px 0;
}

.botNav ul li a {
    display: block;
    height: 22px;
    line-height: 22px;
}

.botNav ul li a.active {
    color: #04A4AA;
}

.botNav ul li a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    width: 1px;
    background: #E9E9E9;
}

.botNav ul li:last-child a::before {
    display: none;
}

.banner {
    /* margin-top: 30px; */
    height: 420px;
    background: #5BBEC0;
}

.banner .swiper-container {
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* house 模块 */
.house {
    margin-top: 47px;
}

.house .l-area {
    width: 894px;
}

h6 {
    padding-left: 14px;
    font-size: 28px;
    margin: 0 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h6 .more {
    font-weight: 400;
    display: flex;
    align-items: center;
}

h6 p {
    cursor: pointer;
}

h6:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 3px;
    width: 5px;
    background: url('/static/img/xgd_bgStrip.png') no-repeat;
    background-size: 100% 100%;
    /*background-image: linear-gradient(#34DC9F, #2ACED1);*/
}

.house .l-area > ul {
    border-bottom: 1px solid #E7E7E7;
}

.house .bar {
    line-height: 27px;
}

.house .bar .r-more {
    right: 0;
}

.house .bar .r-more a {
    font-weight: 400;
    padding: 0;
    display: flex;
    align-items: center;
}

.house .bar li a {
    cursor: pointer;
    padding: 0 15px;
    border-radius: 8px 8px 0 0;
    height: 33px;
    line-height: 33px;
    display: block;
}

.house .bar li a.active {
    color: #fff;
    display: block;
    background: #04A4AA;
}

.house .bar li a.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background: #04A4AA;
    border-radius: 2px;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
}

.house .house-list-content .list {
    -webkit-animation: opacityFadeIn 1s ease-out;
    -moz-animation: opacityFadeIn 1s ease-out;
    animation: opacityFadeIn 1s ease-out;
}

.house .h-r-area {
    width: 282px;
}

.house .h-r-area .code-wrap {
    border: 1px solid #E7ECF2;
    border-radius: 4px;
}

.house .h-r-area .code-wrap ul li {
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.house .h-r-area .code-wrap {
    margin-top: 20px;
}

.house .h-r-area .code-wrap .code dl {
    height: 207px;
    text-align: center;
}

.house .h-r-area .code-wrap .code dt {
    font-size: 0;
    padding: 0 0 9px;
}

.house .h-r-area .code-wrap .code dt img {
    width: 162px;
}

.house .h-r-area .code-wrap .code dd {
    font-size: 12px;
    color: rgba(3, 0, 0, 0.40);
    line-height: 20px;
    cursor: default;
}

.car {
    margin-top: 18px;
}

.car .list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
}

.car .list .l-more {
    width: 272px;
    height: 298px;
    letter-spacing: 1px;
    border-radius: 8px;
}

.car .list .l-more:hover {
    color: #fff;
}

.car .list .l-more .big {
    font-size: 30px;
    padding-top: 65px;
}

.car .list .l-more .center {
    margin: 15px 0 45px;
}

.car .list .l-more .more {
    padding-right: 24px;
}

.car .list .l-more .more:before {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 1px;
    top: 50%;
    background: #fff;
    margin-top: -1px;
}

.car .list .l-more .more:after {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 1px;
    top: 50%;
    background: #fff;
    transform: rotate(135deg);
    margin-top: 2px;
}

.car .list .l-more.re {
    background-image: linear-gradient(#FFD26D, #34DCA0);
}
.car .list .l-more.xin {
    background-image: linear-gradient(#34DCA0, #2AC1D8);
}
.car .list .l-more.tui {
    background-image: linear-gradient(#2AC1D8, #3D87FE);
}

.car .list a {
    display: block;
}


.car .list .box {
    height: 298px;
    background: #F9FBFB;
    border-radius: 8px;
    overflow: hidden;
    width: 212px;
}

.car .list .box .img-wrap {
    width: 212px;
    padding-bottom: 160px;
}

.car .list .box .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

.car .list .box .info {
    padding: 0 8px;
}

.car .list .box .info .title {
    line-height: 25px;
    margin: 9px 0 7px;
}

.car .list .box .info .text {
    line-height: 25px;
    margin-bottom: 6px;
}

.car .list .box .info .price {
    font-size: 23px;
    letter-spacing: 0;
    text-align: right;
    line-height: 28px;
}

.car .list .box .info .price .small {
    font-size: 18px;
    font-weight: 400;
}


.job {
    margin-top: 18px;
    /*padding-bottom: 20px;*/
    border-bottom: 1px solid #f3f3f3;
}


.job ul {
    margin: 0 -10px;
}

.job ul li {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.job ul li .box {
    background: #F9FBFB;
    border-radius: 8px;
    padding: 27px 21px 31px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    border: 1px solid #E7E7E7;
    height: 232px;
}

.job ul li .box:hover {
    background: #fff;
    box-shadow: 0 0 16px 0 #CFE5FB;
    border-radius: 8px;
}

.job ul li .box i.ictop {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 42px;
    display: block;
    background: url(/static/images/icon_top.png) no-repeat center center;
    background-size: contain;
}

.job ul li .box .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}

.job ul li .box .top a {
    display: block;
}

.job ul li .box .top h3 {
    font-size: 18px;
    color: #38383b;
    display: flex;
    justify-content: space-between;
}

.job ul li .box .top h3 .jz {
    right:-1px;
    top:-1px;
    background: #FF933E;
    color:#fff;
    font-size: 12px;
    border-radius: 0 8px;
    width: 46px;
    height:27px;
    line-height:27px;
    text-align: center;
}

.job ul li .box .top h3 span {
    /*max-width: 170px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 28px;
    flex:1;
}

.job ul li .box .top h3 > span {
    padding-right: 10px;
}

.job ul li .box .top h3 img {
    width: 39px;
    right:0;
}

.job ul li .box .top h3 span:hover {
    color: #04A4AA;
}

.job ul li .box .top h3 em {
    font-size: 22px;
    line-height: 28px;
    max-width: 165px;
}

.job ul li .box .top .ptext {
    line-height: 36px;
}

.job ul li .box .top .ptext span {
    margin-right: 10px;
    position: relative;
}
.job ul li .box .top .ptext span + span {
    padding-left: 10px;
}
.job ul li .box .top .ptext span + span:after {
    content: '';
    position: absolute;
    left:0;
    top:12px;
    bottom:12px;
    width: 1px;
    background: #6d6d6d;
}

.job ul li .box .top .ptext em {
    float: right;
    font-size: 10px;
    color: rgba(3, 0, 0, 0.40);
}

.job ul li .box .top .markbox {
    min-height: 19px;
}

.job ul li .box .top .markbox span {
    background: #fff;
    border: 1px solid #04A4AA;
    border-radius: 2px;
    display: inline-block;
    padding: 0 4px;
    line-height: 16px;
    font-size: 10px;
    color: #04A4AA;
}

.job ul li .box .bottom {}

.job ul li .box .bottom .imgbox {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.job ul li .box .bottom .imgbox a {
    display: block;
}

.job ul li .box .bottom .imgbox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.job ul li .box .bottom .bright {
    position: relative;
    overflow: hidden;
}

.job ul li .box .bottom .bright .brtit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 15px;
    color: #242424;
    line-height: 24px;
    font-weight: bold;
}

.job ul li .box .bottom .bright .brtit:hover {
    color: #04A4AA;
}

.job ul li .box .bottom .bright .brInfo {
    font-size: 0;
    color: #6d6d6d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 4px;
}

.job ul li .box .bottom .bright .brInfo span{
    font-size: 12px;
}

.job ul li .box .bottom .bright .brInfo span + span {
    position: relative;
    padding-left: 20px;
}

.job ul li .box .bottom .bright .brInfo span + span:before {
    content: '';
    position: absolute;
    left:10px;
    width: 1px;
    background: #6d6d6d;
    top:2px;
    bottom:2px;
}

.job ul li .box .bottom .bright .brInfo em {
    margin: 0 8px;
}



.goods {
    margin-top: 18px;
}

.goods .l-area {
    margin:0 -10px;
}

.goods .l-area .info-list {
    width: 33.33%;
    float: left;
    /*display: flex;*/
    /*flex-flow: column-reverse wrap-reverse;*/
    padding:0 10px;
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.goods .l-area .info-list .box {
    background: #F9FBFB;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    padding:27px 21px 21px;
    height:307px;
}

.goods .l-area .info-list .info {
    /*padding: 21px 21px 0;*/
}

.goods .l-area .info-list .name {
    width: 345px;
}

.goods .l-area .info-list .name a:hover {
    color: #242424;
}

.goods .l-area .info-list .info {
    line-height: 20px;
    margin-top: 11px;
}

.goods .l-area .info-list .tips {
    margin-top: 11px;
    min-height: 19px;
}

.goods .l-area .info-list .tips p {
    border: 1px solid #04A4AA;
    height: 17px;
    line-height: 17px;
    border-radius: 2px;
    padding:0 3px;
}

.goods .l-area .info-list .tips .price {
    right:0;
    bottom:0;
}

.goods .l-area .info-list .note {
    line-height: 20px;
    margin: 13px 0 20px;
    height: 40px;
}

.goods .l-area .info-list .h-img {
    display: flex;
    justify-content: space-between;
    padding-top:20px;
    border-top: 1px solid #E7E7E7;
}

.goods .l-area .info-list .h-img a {
    display: block;
    width: 162px;
    height: 122px;
    background: #E7ECF2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
}

.goods .l-area .info-list .h-img img {
    width: 100%;
    max-height: 100%;
}




.banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 8px;
    background: #fff;
    opacity: .4;
    width: 10px;
    height: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 8px;
    background: #fff;
    opacity: .8;
    transition: .3s;
    -webkit-transition: .3s;
}









