body {
    background: #f4f4f4;
}

/* .search_index_val>div {
    height: 30px;
    width: 62px;
} */

#loging-worap *,
.header_new2 * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.content {
    background: #F4F4F4;
    float: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.favorite-list {
    position: relative;
    background: #fff;
}

.favorite-list .list-head {
    padding: 0 20px;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 2px solid #F4F4F4;
}

.favorite-list .list-head .text {
    color: #595959;
    font-size: 22px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.favorite-list .list-head .text::before {
    content: "";
    display: block;
    width: 5px;
    height: 22px;
    background: #59C9CB;
    margin-right: 10px;
}

.favorite-list .list-head .more {
    color: #9C9C9C;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.favorite-list .list-wrap {
    display: -webkit-flex;
    display: flex;
    padding: 18px 14px 30px;
}

.favorite-list .list-wrap .list-item {
    width: 195px;
    padding: 6px;
    border: 1px solid transparent;
}

.favorite-list .list-wrap .list-item:hover {
    border-color: #59C9CB;
}

.favorite-list .list-wrap .list-item .list-pic {
    width: 100%;
    height: 0;
    padding-top: 56.5%;
    background: #eee;
    position: relative;
}

.favorite-list .list-wrap .list-item .list-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.favorite-list .list-wrap .list-item .list-name {
    color: #333;
    font-size: 13px;
    width: 180px;
    line-height: 17px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favorite-list .list-wrap .list-item .list-desc {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: 12px;
}

.favorite-list .list-wrap .list-item .list-desc .price {
    color: #e52000;
    font-size: 15px;
}

.favorite-list .list-wrap .list-item .list-desc .num {
    color: #8c8c8c;
    font-size: 10px;
}

.floor * {
    box-sizing: border-box;
}

.floor {
    background: #fff;
    margin-top: 30px;
}

.floor .floor-head {
    padding: 0 20px;
    height: 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 2px solid #F4F4F4;
}

.floor .floor-head .floor-title {
    color: #595959;
    font-size: 22px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor .floor-head .floor-title::before {
    content: "";
    display: block;
    width: 5px;
    height: 22px;
    background: #59C9CB;
    margin-right: 10px;
}

.floor .floor-head .floor-tabs {
    width: 875px;
    margin-left: 26px;
}

.floor .floor-head .floor-tabs .swiper-slide {
    width: auto;
}

.floor .floor-head .floor-tabs .floor-tabs-item .item {
    color: #595959;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
}


.floor .floor-head .floor-tabs .floor-tabs-item.active .item {
    color: #59C9CB;
    border-bottom-color: #59C9CB;
}

.floor .floor-main {
    display: flex;
    display: -webkit-flex;
    padding: 20px;
}

.floor .floor-main .floor-panel {
    display: none;
}

.floor .floor-main .floor-panel.active {
    display: flex;
    display: -webkit-flex;
}

.floor .floor-main .floor-left {
    width: 258px;
    padding: 9px;
    background: #F8F9FE;
}

.floor .floor-main .floor-left .floor-profes {
    height: 230px;
}

.floor .floor-main .floor-left .floor-profes img {
    width: 100%;
    height: 230px;
    display: block;
}

.floor .floor-main .floor-left .floor-profes .swiper-pagination-bullet {
    opacity: .29;
}

.floor .floor-main .floor-left .floor-profes .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.floor .floor-main .floor-left .floor-sense {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 24px 0;
    height: 96px;
    overflow: hidden;
}

.floor .floor-main .floor-left .floor-sense .item {
    color: #292929;
    font-size: 16px;
    width: 50%;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.floor .floor-main .floor-left .floor-sense .item:hover {
    color: #fff;
    background: #AEAEAE;
}

.floor .floor-main .floor-left .floor-advertising {
    margin-top: 15px;
}

.floor .floor-main .floor-left .floor-advertising img {
    width: 100%;
    height: 132px;
    display: block;
}

.floor .floor-main .floor-left .floor-advertising .swiper-pagination-bullet {
    opacity: .29;
}

.floor .floor-main .floor-left .floor-advertising .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.floor .floor-main .floor-center {
    width: 624px;
    margin-left: 26px;
}

.floor .floor-main .floor-couse {
    height: 394px;
}

.floor .floor-main .floor-title {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.floor .floor-main .floor-title .text {
    color: #595959;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.floor .floor-main .floor-title .text::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #59C9CB;
    margin-right: 10px;
}

.floor .floor-main .floor-title .more {
    color: #6F6F6F;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.floor .floor-main .floor-center .floor-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

.floor .floor-main .floor-center .floor-list .item {
    width: 212px;
    line-height: 1;
    padding: 5px 6px;
    margin-top: 6px;
    border: 1px solid transparent;
}

.floor .floor-main .floor-center .floor-list .item:hover {
    border-color: #59C9CB;
}

.floor .floor-main .floor-center .floor-list .pic {
    position: relative;
    height: 0;
    padding-top: 111px;
}

.floor .floor-main .floor-center .floor-list .pic img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.floor .floor-main .floor-center .floor-list .title {
    color: #595959;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.floor .floor-main .floor-center .floor-list .info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 14px;
}

.floor .floor-main .floor-center .floor-list .price {
    color: #E52000;
    font-size: 16px;
}

.floor .floor-main .floor-center .floor-list .number {
    color: #7A7A7A;
    font-size: 14px;
}

.floor .floor-main .floor-center .floor-activity {
    margin-top: 18px;
    height: 152px;
}

.floor .floor-main .floor-center .floor-mine {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 18px;
}

.floor .floor-main .floor-center .floor-mine .item {
    width: 198px;
}

.floor .floor-main .floor-center .floor-mine .item img {
    display: block;
    width: 100%;
    height: 110px;
}

.floor .floor-main .floor-right {
    width: 230px;
    margin-left: 22px;
}

.floor .floor-main .floor-right .floor-news:nth-child(2) {
    margin-top: 30px;
}

.floor .floor-main .floor-right .floor-article {
    border-top: 2px solid #F4F4F4;
    margin-top: 15px;
}

.floor .floor-main .floor-right .floor-article .item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 15px;
}

.floor .floor-main .floor-right .floor-article .text {
    color: #595959;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floor .floor-main .floor-right .floor-article .text:hover {
    color: #59C9CB;
}

.floor .floor-main .floor-right .floor-article.point {
    height: 342px;
}

.floor .floor-main .floor-right .floor-article.point .icon {
    width: 5px;
    height: 5px;
    background: #dcdcdc;
    border-radius: 50%;
    margin-right: 7px;
}

.floor .floor-main .floor-right .floor-article.number .icon {
    color: #FFFFFF;
    font-size: 12px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
}

.floor .floor-main .floor-right .floor-article.number .item:nth-child(1) .icon {
    background: #E52000;
}

.floor .floor-main .floor-right .floor-article.number .item:nth-child(2) .icon {
    background: #F22E0E;
}

.floor .floor-main .floor-right .floor-article.number .item:nth-child(3) .icon {
    background: #FF5034;
}

/* 楼层 */
.elevator {
    position: fixed;
    width: 70px;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    margin-left: -640px;
    background: #fff;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.elevator .elevator-item {
    color: #595959;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;
    overflow: hidden;
}

.elevator .elevator-item.active {
    background: #59C9CB;
    color: #fff;
}

/* 意向选择 */
.intent {
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2147483646;
}

.intent .intent-wrap {
    width: 1000px;
    height: 600px;
    background: #fff;
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 40px;
}

.intent .intent-head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 40px;
}

.intent .intent-head span {
    color: #292929;
    font-size: 20px;
}

.intent .intent-head em {
    color: #616161;
    font-size: 14px;
    margin-left: 40px;
}

.intent .intent-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 420px;
    overflow: hidden;
}

.intent .intent-list .intent-item {
    width: 280px;
    margin-right: 30px;
    margin-bottom: 25px;
}

.intent .intent-item:nth-child(3n) {
    margin-right: 0;
}

.intent .intent-title {
    color: #333;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.intent .intent-list .intent-title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #52BCD1;
    border-radius: 50%;
    margin-right: 10px;
}

.intent .intent-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.intent .intent-info .intent-choose {
    font-size: 14px;
    line-height: 1;
    color: #616161;
    padding: 8px 10px;
    border-radius: 20px;
    border: 1px solid #BFBFBF;
    cursor: pointer;
    margin-right: 18px;
    margin-bottom: 10px;
}

.intent .intent-info .intent-choose.active {
    background: #52BCD1;
    border: 1px solid #52BCD1;
    color: #fff;
}

.intent .intent-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #E5E5E5;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 10px auto 0;
}

.intent .intent-btn.active {
    background: #52BCD1;
    cursor: pointer;
}

.intent .intent-many {
    width: 100%;
    color: #59C9CB;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.intent .intent-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.intent .intent-sliding {
    overflow-y: auto;
    overflow-x: hidden;
    height: 420px;
    margin-right: -20px;
}

.intent .intent-sliding .intent-item {
    margin-bottom: 25px;
}

.intent .intent-sliding .intent-miss {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
}

.intent .intent-sliding .intent-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #52BCD1;
    margin-right: 10px;
}

.intent .intent-sliding .intent-miss {
    width: 96px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
}

.intent .intent-sliding .intent-want {
    width: 817px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 主banner */
.banners {
    position: relative;
    min-width: 1200px;
}

.banners a {
    display: block;
    float: none;
    height: 416px;
    background-size: auto 100%;
    background-position: center top;
}

/* 广告位 */

.ind_advertising {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 15px 0 30px;
}

.ind_advertising .item {
    width: 285px;
    padding-top: 165px;
    position: relative;
}

.ind_advertising .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}