.banner-B {
    width: 100%;
    height: 375px;
    background-image: url(../images/bannerB.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 600px;
    background-position: center;
    box-sizing: border-box;
    padding-top: 23px;
    position: relative;
    margin-bottom: 55px;
}
.header-bar {
    height: 35px;
    width: 1320px;
    margin: 0 auto;
    position: relative;
}
.logo {
    width: 162px;
    height: 35px;
    margin-right: 18px;
}
.font-weight-bold {
    font-weight: bold;
}
.color-white {
    color: #fff;
}
.header-bar-list {
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
}
.header-bar-list > li {
    float: left;
    margin-right: 37px;
}
.header-bar-list > li:last-child {
    margin-right: 0;
}
.font-medium {
    font-size: 16px;
}

.login, .logout {
    line-height: 35px;
}
.login img {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 8px;
    top: -1px;
}
.login > span {
    display: inline-block;
    margin: 0 8px;
}

.logout a {
    height: 35px;
    float: left;
    margin-right: 12px;
}
.logout img {
    width: 24px;
    position: relative;
    top: -1px;
    border-radius: 50%;
}
.logout-nickname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.title-tabs-wrap {
    width: 1183px;
    margin: 50px auto 0 auto;
}
.service-banner-tit {
    position: relative;
}
.big-title {
    height: 64px;
    line-height: 64px;
    margin-bottom: 28px;
    font-size: 44px;
}
.service-banner-tit:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -46px;
    width: 152px;
    height: 46px;
}
.select-tabs-B {
    width: 619px;
    height: 314px;
    border-radius: 5px;
    background-color: #fff;
}
.select-items-B {
    width: 88px;
    height: 314px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    display: block !important;
}
.select-items-B > li {
    width: 100%;
    height: 62.5px;
    background-color: #E9E9E9;
    color: #777777;
    text-align: center;
    line-height: 62px;
    cursor: pointer;
}
.item-selected-B {
    background-color: #fff !important;
    color: #333 !important;
    font-weight: bold;
}
.tab-selected-B {
    position: relative;
    background-color: #fff;
    width: calc(100% - 88px);
    height: 100%;
    border-radius: 0 5px 5px 0;
}
.tab-search-B {
    width: 502px;
    height: 45px;
    margin: 13px auto 18px;
    border-radius: 10px;
    border: 0;
    display: block !important;
}

.select-items-B
.tab-search-B > input {
    width: calc(100% - 77px);
    height: 45px;
    box-sizing: border-box;
    padding-left: 12px;
    border: none;
    outline: none;
    background-color: #F8FAFB;
}
.search-btn-B {
    width: 77px;
    height: 45px;
    background-image: url(../images/search-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}
.tab-location-panel-B {
    width: 502px;
    margin: 0 auto 3px;
    color: #7B8D9E;
}
.tab-location-panel-B > li {
    width: 72px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #F7F8FA;
    float: left;
    border-radius: 2px;
    margin-right: 14px;
    margin-bottom: 14px;
    cursor: pointer;
    color: #555555;
}
.tab-search-B > input {
    width: calc(100% - 77px);
    height: 45px;
    box-sizing: border-box;
    padding-left: 12px;
    border-radius: 10px 0 0 10px;
    outline: none;
    background-color: #F8FAFB;
}
.shows{
    display: block;
}
.showsa{
    display: block;
}
.hide{
    display: none;
}

.banner-bottom {
    width: 1183px;
    height: 14px;
    color: #D8D8D8;
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    margin: auto;
}
.banner-bottom > div {
    margin-right: 52px;
    font-weight: 300;
}
.license {
    background-image: url(../images/license2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 13px 14px;
    height: 14px;
    line-height: 14px;
    box-sizing: border-box;
    padding-left: 19px;
}
.banner-bottom > div > a {
    color: #FFFFFF;
}



.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.coupon-bg {
    background-image: url(../images/coupon_banner_bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 55px 50px;
}
.coupon-title>span {
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.coupon-title>.title {
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
}
.coupon-code-wrap {
    position: relative;
    margin-left: 90px;
    width: 237px;
    z-index: 1;
}
.coupon-code-wrap .code {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 66px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}




.page-wrap {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.page-content {
    width: 100%;
    min-width: 1320px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.content-body {
    width: 1183px;
    margin: 0 auto 35px;
}
.secondhand-rent > li, .secondhand-rent > div {
    position: relative;
}
.secondhand-rent-head {
    height: 36px;
    margin-bottom: 31px;
    position: relative;
}
.secondhand-rent-title {
    line-height: 36px;
    color: #101E38;
}
.card-list {
    position: relative;
}
.card-list > li {
    margin-right: 20px;
}
.card-list > li {
    text-align: center;
    width: 274px;
    height: 255px;
    float: left;
    background: #FFFFFF;
    box-sizing: content-box !important;
    position: relative;
}
.card-list > li:hover {
    box-shadow: 0px 25px 28px 0px rgb(0 0 0 / 7%);
    z-index: 2019;
}
.card-list > li > a, .swiper-slide > a, .village-list > li > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
}
.card-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.recommend-flag::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 93px;
    height: 29px;
    padding-left: 34px;
    line-height: 29px;
    font-family: SourceHanSansCN-Me;
    background-color: #9f59f0;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    top: 0;
    left: 0;
    background-image: url(../images/recommend-flag.png);
    background-repeat: no-repeat;
    background-size: 19px 15px;
    background-position: 10px 6px;
}
.card-img > img {
    width: 100%;
    height: 210px;
    display: block;
    object-fit: cover;
}
.card-des {
    padding-top: 12px;
    padding-bottom: 10px;
    position: relative;
}
.card-des-title {
    height: 22px;
    color: #222;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 150px; */
    /* text-align: center; */
}


.new-house {
    margin-bottom: 64px;
    margin-top: 50px;
}
.secondhand-rent-head {
    height: 36px;
    margin-bottom: 31px;
    position: relative;
}
.secondhand-rent-title {
    line-height: 36px;
    color: #101E38;
}
#Accor2 {
    width: 1183px;
}
.w-accor {
    overflow: hidden;
    position: relative;
}
.w-accor ul {
    width: 101%;
}
.w-accor ul, .w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.w-accor * {
    box-sizing: border-box;
    -webkit-appearance: none;
}
.w-accor ul, .w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.w-accor li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2px;
    border-radius: 5px;
}
.w-accor li .item {
    position: relative;
}
.w-accor2 li img {
    width: 100%;
    height: 264px;
}
.w-accor img {
    max-width: 100%;
    vertical-align: middle;
}
.w-accor2 li .cont_ar {
    color: #fff;
    position: absolute;
    bottom: 0px;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.w-accor2 li.cur .cont_ar {
    bottom: 0;
    width: 100%;
    height: 110px;
    margin: auto;
    top: 0;
    position: absolute;
    text-align: center;
    background-color: transparent;
}
.w-accor2 li .i_img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    text-align: center;
}
.w-accor2 li.cur .i_img {
    display: none;
}
.i_img p, .acr_p p {
    margin-bottom: 5px;
}
.w-accor2 li .dec_ar {
    padding: 51px 20px 10px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.w-accor2 li.cur .dec_ar {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-accor h3 {
    font-size: 125%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.w-accor li > a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.font-large {
    font-size: 36px;
}



.village-list > li {
    width: 380px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    text-align: center;
    margin-right: 20px;
    background-color: #fff;
    position: relative;
}
.village-list > li:nth-child(3n){
    margin-right: 0;
}
.village-list > li:last-child {
    margin-right: 0;
}
.village-card-img {
    width: 380px;
    height: 208px;
}
.village-card-img > img {
    display: block;
    width: 380px;
    height: 208px;
    object-fit: cover;
}
.village-card-des {
    padding: 15px 20px;
}
.village-list > li:hover {
    box-shadow: 0px 25px 28px 0px rgb(0 0 0 / 7%);
}


.card-des-title {
    height: 22px;
    color: #222;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
.font-family-Me {
    font-family: "Microsoft YaHei",微软雅黑,"Hiragino Sans GB",Tahoma,Arial,"\5b8b\4f53",SimSun,sans-serif;
}
.font-normal {
    font-size: 18px;
}

.secondhand-rent{
    margin-bottom: 50px;
}
.secondhand-rent1{
    margin-bottom: 50px;
    margin-top: 60px;
}
.help-choose-list-wrap {
    width: 1183px;
    overflow: hidden;
    position: relative;
}
.help-choose-list {
    height: 190px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.card-list {
    position: relative;
}
.card-list > li {
    width: 280px;
    float: left;
    background: #FFFFFF;
    box-sizing: content-box !important;
    position: relative;
    margin-bottom: 30px;
}
.card-list > li:nth-child(4n){
    margin-right: 0;
}
.card-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.card-img > img {
    width: 100%;
    height: 210px;
    display: block;
    object-fit: cover;
}
.help-choose-list > li > .card-img > img {
    height: 156px !important;
}
.card-des {
    padding-top: 12px;
    padding-bottom: 10px;
    position: relative;
}
.card-des-title {
    height: 22px;
    color: #222;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
.help-choose-list li{
    height: 200px;
}
.secondhand-rent-more {
    position: absolute;
    height: 14px;
    color: #666;
    right: 0;
    bottom: 0;
}
.help-choose, .help-rent {
    display: inline-block;
    width: 65px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #666666;
    background-color: #FFCA03;
    opacity: 0.6;
    cursor: pointer;
}
.help-choose {
    border-radius: 5px 0 0 5px;
}
.help-active {
    color: #000 !important;
    opacity: 1;
}
.help-rent {
    border-radius: 0 5px 5px 0;
}


.trading-process {
    margin-bottom: 75px;
}
.trading-process-list > li {
    float: left;
    margin: 0 116px;
}
.next-step {
    position: relative;
}
.trading-process-img {
    width: 47px;
    height: 43px;
    margin-bottom: 13px;
}
.trading-process-img > img {
    width: 54px;
    height: 55px;
    display: block;
}
.trading-process-list > li > p {
    color: #666;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
.font-samller {
    font-size: 12px;
}
.next-step::after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    top: 20px;
    left: 167px;
    background-image: url(../images/next-step.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


.knowledge-content-left {
    width: 480px;
    height: 266px;
    background: #D8D8D8;
    border-radius: 5px;
    position: relative;
}
.knowledge-content-left-item {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.knowledge-con-left-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.knowledge-content-left p {
    width: 100%;
    height: 37px;
    line-height: 37px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-left: 9px;
    font-weight: 500;
}
.knowledge-content-right {
    width: 656px;
}
.content-right-bar {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-right-bar-active {
    background-color: rgba(255, 202, 3, 1) !important;
    color: #000;
}
.content-right-bar > li {
    width: 20%;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 202, 3, 0.2);
    float: left;
    color: #333;
    cursor: pointer;
}
.knowledge-content-list {
    width: 100%;
}
.knowledge-content-list > li {
    box-sizing: border-box;
    padding-left: 23px;
    height: 22px;
    line-height: 22px;
    color: #666;
    font-weight: 500;
    margin-bottom: 19px;
    position: relative;
}
.knowledge-content-list > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.swiper-button-next, .swiper-button-prev {
    top: 38%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 21px;
    color: #646464;
    background: #b7b7b775;
    padding: 8px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 21px;
    color: #646464;
    background: #b7b7b775;
    padding: 8px;
}