.banner-B {
    width: 100%;
    height: 255px;
    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: 0;
}
.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: 74px;
}
.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: 3px;
    background-color: #F8FAFB;
    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: 75px;
    height: 45px;
    background-image: url(../images/search-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.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: none;
    outline: none;
    background-color: #F8FAFB;
}
.shows{
    display: block;
}
.showsa{
    display: block;
}
.hide{
    display: none;
}

.middle-ctn {
    width: 1180px;
    margin: 0 auto;
}
.bread_menu {
    font-size: 12px;
    margin: 24px 0;
    color: #888888;
    display: inline-block;
    width: 100%;
}



.middle-ctn {
    width: 1180px;
    margin: 0 auto;
}
.loop-info {
    margin-top: 40px;
}
.loop-info-top {
    height: 85px;
}
.loop-info-topleft {
    width: 587px;
    height: 85px;
}
.left {
    float: left;
}
.loop-info-topleft .name {
    font-size: 25px;
    font-weight: bold;
    color: #222222;
    margin-right: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 610px;
}
.loop-info-topleft .loupan-tag li {
    font-size: 12px;
    padding: 6px 8px;
    float: left;
    color: #fff;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 6px;
}
.zs-tag {
    background: #8BBEF6;
}
.other-tag {
    background: #F8A65D;
}
.loop-info-middle {
    height: 401px;
}
.loop-ctn {
    width: 590px;
}
.PicBox {
    width: 590px;
    height: 370px;
    overflow: hidden;
    position: relative;
}
.PicBox ul {
    height: 370px;
    overflow: hidden;
    float: left;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.PicBox ul li {
    float: left;
    width: 590px;
    position: relative;
    height: 370px;
}
.PicBox ul li a img {
    width: 100%;
    height: 100%;
}
.loop-right-info {
    width: 551px;
    padding-top: 37px;
}
.right {
    float: right;
}
.loupan-price {
    font-size: 14px;
    color: #535D6A;
    position: relative;
    height: 50px;
}
.loupan-price-num {
    font-size: 20px;
    color: #F8513C;
    font-family: Tahoma;
    font-weight: bold;
}
.ts-tag {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ts-tag li {
    float: left;
    font-size: 12px;
    color: #83878F;
    padding: 6px 8px;
    background: #F3F4F6;
    margin-right: 7px;
    margin-bottom: 7px;
}
.item-div, .more-layout, .more-card-info {
    color: #888;
    height: 25px;
}
.item-div-dz {
    margin-top: 14px;
    height: 20px;
}
.info-item {
    /* width: 100%; */
    overflow: hidden;
}
.item-div span {
    color: #333;
    margin-right: 10px;
}
.loupan-price-dw {
    font-size: 16px;
    color: #F8513C;
    font-weight: bold;
    letter-spacing: -1px;
}
.total-price {
    margin-left: 21px;
}
.item-div, .more-layout, .more-card-info {
    color: #888;
    height: 25px;
}
.huxing-type, .huxing-type li {
    display: inline-block;
}
.huxing-type {
    margin-right: 10px;
}
.borker-name {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
}
.broker-dk {
    color: #ffb501;
    font-size: 20px;
    margin-top: 15px;
}

.tab-ul-wrap {
    height: 57px;
}
.tab-ul {
    width: 1184px;
    height: 57px;
    background: #EDF6FE;
    font-size: 14px;
    color: #333;
    z-index: 100;
}
.active {
    color: #419bfb !important;
}
.tab-ul li.active {
    font-weight: bold;
    color: #333 !important;
}
.tab-ul li {
    float: left;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
    line-height: 57px;
}
.tab-ul li.active span, .huxing-tab .active span {
    display: block;
    width: 30px;
    height: 4px;
    background: blue;
    background: -moz-linear-gradient(left, #2892fb 0%, #64affc 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff)); */
    background: -webkit-linear-gradient(left, #2892fb 0%, #64affc 100%);
    background: -o-linear-gradient(left, #2892fb 0%, #64affc 100%);
    background: -ms-linear-gradient(left, #2892fb 0%, #64affc 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.tab-ctn-wrap {
    position: relative;
}.tab-ctn {
    float: left;
}
.tab-ctn {
    width: 100%;
}

.tab-title h3 {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    float: left;
}
.loupan-info-ctn {
    margin-top: 36px;
    overflow: hidden;
}

.set_wrap {
    position: relative;
    background: #fff;
    margin-bottom: 60px;
}
.tab-title {
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.quality_ul {
    overflow: hidden;
    margin-top: 40px;
}
.quality_ul li {
    width: 278px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.sale_pic {
    width: 100%;
    height: 184px;
    overflow: hidden;
    position: relative;
}
.quality_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
}
.sale_pic img {
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}
.quality_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
}
.sale_name {
    font-size: 16px;
    margin-top: 18px;
}