ul,p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.land-head {
    display: flex;
    border-radius: 4px;
    padding: 16px;
    background: #FFFFFF;
}

.land-body-box {
    margin-left: 16px;
}

.land-no {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin: 0;
    padding: 0;
}

.land-body-box-title .land-no-tag {
    padding: 3px 5px;
    margin-left: 8px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    background: #386fb5;
    color: #fff;
    vertical-align: text-bottom;
}
.land-body-box-title .land-no-tag.land-green-tag {
    background: #19be6b;
    color: #fff;
}

.land-intro li {
    margin: 10px 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #999;
    list-style: none;
}

.land-intro-land li {
    margin: 15px 0;
}

.land-intro li .zz-icon {
    font-size: 16px;
    padding-right: 4px;
}

.land-intro li span {
    color: #333333;
}

.land-groups {
    padding: 10px 0 0;
    border-top: 1px solid #E7E7E7;
}

.land-opts {
    display: flex;
    align-items: center;
}

.land-groups .opt-line {
    position: relative;
    margin: 0 20px;
}

.land-groups .opt-line::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 0px;
    transform: rotate(90deg);
    border-top: 1px solid #E5E5E5;
}

.opt-btn {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: #666666;
    text-decoration: none;
}

.opt-btn .zz-icon {
    position: relative;
    font-size: 13px;
}

.opt-btn .zz-icon-radius {
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 100px;
    background: #F8F8F8;
}

.consult-btn-group {
    margin-left: 24px;
    width: 346px;
    display: flex;
    align-items: center;
}

.consult-btn {
    width: 180px;
    height: 40px;
    margin-left: 5px;
    border-radius: 4px;
    background: #478DE3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border: none;
}

.consult-btn .zz-icon {
    font-size: 19px;
    color: #fff;
    vertical-align: middle;
}

/* 轮播 */
.land-media {
    position: relative;
    width: 500px;
}

.land-media * {
    transition: all 0.5;
}

.land-media img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.land-media .banner-image {
    width: 100%;
    height: 214px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.land-media .banner-abbreviation-image {
    width: 100%;
    position: relative;
    margin-top: 16px;
}

.land-media .banner-abbreviation-image:hover .handle {
    opacity: 1;
    top: 50%;
    z-index: 3;
}

.land-media .banner-abbreviation-image .handle {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

.land-media .banner-abbreviation-image .handle .zz-icon {
    font-size: 25px;
}

.land-media .banner-abbreviation-image .handle.pre {
    left: 0;
}

.land-media .banner-abbreviation-image .handle.next {
    right: 0;
}

.land-media .banner-abbreviation-image .list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    justify-content: space-between;
    transition: all 0.05s linear;
    width: 100%;
    height: 66px;
    position: relative;
    z-index: 2;
}

.land-media .banner-abbreviation-image .list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    opacity: 0;
}

.land-media .banner-abbreviation-image .list ul {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.land-media .banner-abbreviation-image .list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100px;
    height: 66px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px;
}

.land-media .banner-abbreviation-image .list ul li.active {
    border-color: #1B6EBD;
}

.land-media .banner-abbreviation-image .list ul li img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.land-media .banner-abbreviation-image .list ul li+li {
    margin-left: 5px;
}

/* 导航 */
.land-nav {
    margin: 20px 0 16px 0;
}
.land-nav.land-nav-fixed{
    position:fixed;
    top: 0;
    z-index: 999;
    margin: 0;
    width: 1200px;
}
.land-nav.land-nav-fixed ul {
    box-shadow: 0px 0px 8px #DDDDDD;
}
.detail-meun .detail-meun-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.detail-meun .detail-meun-box::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.1)
}

.detail-meun .detail-meun-box:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.05)
}

.detail-meun .detail-meun-box::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.detail-meun .detail-meun-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.detail-meun .detail-meun-box ul li {
    list-style: none;
    margin: 0 17px 0 0;
}

.detail-meun .detail-meun-box ul li a {
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    padding: 0 24px;
    color: #333;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.detail-meun.detail-tab.position-fixed {
    position: fixed;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 1200px;
    z-index: 3
}

.detail-meun .detail-meun-box ul li a:hover {
    color: #1b6ebd
}

.detail-meun .detail-meun-box ul li a.active {
    background: #1b6ebd;
    color: #fff;
    position: relative
}

.detail-meun .detail-meun-box ul li a.active:hover {
    color: #fff;
}

.detail-meun .detail-meun-box ul li a.active:after {
    content: "";
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1b6ebd;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.detail-meun .detail-meun-box ul li a.active {
    color: #fff
}

.detail-meun .detail-meun-box.detail-meun-box-lg ul li {
    flex: 1;
}

.detail-meun .detail-meun-box.detail-meun-box-lg ul li a {
    width: 100%;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto
}

.detail-head {
    padding: 20px;
    width: 1160px;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ebeef5;
    background-color: #fff;
    border-radius: 5px
}

.detail-head:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.detail-head .head-left {
    width: 500px;
    margin-right: 10px
}

.detail-head .head-right {
    width: 650px
}

.detail-meun {
    height: 55px;
    width: 1200px;
    margin: 0 auto 10px;
}


/* detail-card */
.detail-card {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
}

.detail-card .detail-card-title {
    position: relative;
    height: 56px;
    border-radius: 4px 4px 0px 0px;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    background: linear-gradient(90deg, #D0E5FF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}

.detail-card-title .title {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
}

.detail-card-title::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../../imgs/market/detail/title-icon.png) no-repeat center;
    background-size: cover;
}

.detail-card-content {
    padding: 16px;
}

.detail-card-tip {
    font-size: 12px;
    color: #515a6e;
}

.land-info-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #E5E5E5;
    margin-bottom: 20px;
}

.land-info-title {
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #333333;
    padding: 0;
}

.land-info-title .zz-icon {
    padding-right: 8px;
    font-size: 14px;
    color: #999999;
}

.land-info-group ul {
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
}

.land-info-group ul:last-child {
    margin: 0;
}

.land-info-group ul li {
    flex: 1;
    list-style: none;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.land-info-group ul li label {
    color: #999999; 
}

.img-box .img-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.img-box .img-list .img-item {
    height: 214px;
    width: calc(33.3% - 8px);
    margin-right: 12px;
    margin-bottom: 12px
}

.img-box .img-list .img-item:nth-child(3n) {
    margin-right: 0
}

.img-box .img-list .img-item img {
    width: 100%;
    height: 100%
}

.img-box .img-list .img-item .video-player {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.img-box .img-click {
    text-align: center;
    line-height: 45px;
    background: #f6f6f6;
    border: 1px solid #efefef;
    width: 100%;
    cursor: pointer
}

.img-box .img-click>span {
    display: inline-block;
    width: 100%;
    height: 100%
}

.detail-card-content-pbt-8 {
    padding-bottom: 8px;
}

.need-box {
    display: flex;
}

.need-land {
    flex: 1;
}

.need-land-box {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
}

.need-title {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 840px;
    height: 100px;
    padding: 20px;
    margin-bottom: 18px;
    background: url(../../imgs/market/detail/img_need_bg.png) no-repeat center;
    background-size: cover;
}

.need-media h1 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.need-media time {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.need-title button {
    width: 108px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    outline: none;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0em;
    color: #478DE3;
    border: none;
}

.need-title button .zz-icon {
    padding-right: 6px;
    color: #478DE3;
    font-size: 18px;
}

.need-land-info ul {
    display: flex;
}

.need-land-info ul:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E5E5E5;
}

.need-land-info ul li {
    position: relative;
    width: 33.333%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #333333;
    list-style: none;
}

.need-land-info ul li.need-land-item-w2 {
    width: 66.666%;
}

.need-land-info ul li.need-land-item-w1 {
    width: 100%;
}

.need-land-info ul li label {
    margin-bottom: 8px;
    color: #999999;
}

.strong-price {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0em;
    color: #F33D3F;
}

.contact-way {
    position: absolute;
    right: 0;
    bottom: -2px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0em;
    color: #478DE3;
    text-decoration: none;
    cursor: pointer;
}

.need-recommend {
    box-sizing: border-box;
    margin-left: 20px;
    width: 300px;
    /*height: 716px;*/
    min-height: 348px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
    transition: all .3s;
}

.need-recommend:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.need-recommend h2 {
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0em;
    color: #333333;
}

.need-recommend ul li {
    padding: 12px 10px;
    list-style: none;
    border-bottom: 1px dashed #E5E5E5;
}

.need-recommend ul li a {
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #333333;
    text-decoration: none;
}

.need-recommend ul li a::before {
    content: "·";
    margin-right: 5px;
}

.need-recommend ul li:hover {
    border-bottom: 1px dashed #478DE3;
}

.need-recommend ul li:hover a {
    color: #478DE3;
}

/* 回复列表 */
.reply-list-box {
    padding: 20px;
}

.reply-list .reply-list-item {
    padding: 16px 0;
    font-family: Microsoft YaHei;
}

.reply-list .reply-list-item:not(:last-child) {
    border-bottom: 1px dashed #E5E5E5;
    margin-bottom: 16px;
}

.reply-list-item-consult,
.reply-list-item-back {
    position: relative;
}

.reply-list-item-back {
    position: relative;
    height: 0;
    min-height: 0;
    border-radius: 4px;
    line-height: 24px;
    margin: 16px 0 0 16px;
    overflow: hidden;
    transition: height 0.5s;
}

.reply-list-item-back-active {
    overflow: initial;
    padding: 15px 20px;
    margin: 16px 0 16px 16px;
    border: 1px solid #f3f3f3;
    height: auto;
}

.reply-list-item-back:before {
    position: absolute;
    content: "";
    display: block;
    border-style: solid;
    width: 15px;
    height: 15px;
    border-width: 1px 1px 0 0;
    border-color: #f3f3f3 #f3f3f3 transparent transparent;
    background: #fff;
    top: -9px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reply-list-item-back-item {
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px dashed #E5E5E5;
}

.reply-list-item-back-item:last-child {
    border: 0;
    margin-bottom: 0;
}

.reply-unfold {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    cursor: pointer;
}

.reply-unfold:hover {
    color: #478DE3;
}

.reply-list .reply-list-item .reply-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reply-list .reply-list-item .avatar {
    width: 44px;
    height: 44px;
    background: url(../../imgs/market/detail/avatar.png) no-repeat center;
    background-size: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.reply-list .reply-list-item .reply-name {
    display: flex;
    flex-direction: column;
}

.reply-list .reply-list-item .reply-name .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #333333; 
}

.reply-list .reply-list-item .reply-time {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #999999; 
}

.reply-list .reply-list-item .reply-content {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0em;
    color: #333333;  
}


/* 地图浏览 */
.location-map{
    height: 600px;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.location-map > .no-map-point h2{
    position: relative;
    top: 75px;
    left: 470px;
    font-size: 32px;
    /* font-weight: bold; */
    color: #F6600F;
    transform: rotate(-4deg);
}
.location-map > .no-map-point p{
    position: relative;
    top: 103px;
    left: 400px;
    font-size: 24px;
    color: #F6600F;
    transform: rotate(-6deg);
}
#locationMap{
    width: 868px;
    height: 600px;
    border-radius: 4px;
    float: left;
}
.map-right-nav {
    float: right;
    width: 280px;
    height: 600px;
    border-radius: 4px;
    border: 1px solid #ececec;
}
.map-right-nav-top {
    padding: 20px 20px 16px 20px;
    font-size: 16px;
    position: relative;
    /*background: #f9f9f9;*/
}
.map-top-info{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.map-right-nav ul {
    /*height:470px;*/
    overflow-y: auto;
}
.map-right-nav ul li {
    padding: 12px 0px;
    font-size: 14px;
    width: 90%;
    margin: 0 20px;
    border-bottom: 1px dashed #E5E5E5;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.map-right-nav ul li.nearby-radius{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}
.map-right-nav ul li.nearby-radius select{
    width: calc(100% - 80px);
    height: 30px;
}
.map-right-nav ul li>.arr-name {
    display: block;
    float: left;
    max-width: 165px;
    margin: 0 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.map-right-nav ul li>.arr-name label {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.map-right-nav ul li>.arr-name i {
    margin: 0 10px 0;
}
.map-right-nav ul li.active {
    background: #4e97ff;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #4e97ff;
    transition: all .3s;
}

.map-right-nav ul li.active ~ li {
    border-bottom: 1px dashed #E5E5E5;
}
.map-right-nav ul li.active .arr-name label {
    font-weight: bold;
}
/* no map points */
.no-map-point{
    height: 435px;
    width: 100%;
    background: url(../../imgs/no-map-bg.png) no-repeat center;
    background-size: cover;
}
#map{
    height: 435px !important;
}
.tdt-top .tdt-control {
    display: none;
}

.btn-blue {
    background: #478DE3;
}

.btn-default {
    border: 1px solid #478DE3;
    color: #478DE3;
}

#replayModal textarea {
    border-color: #E7E7E7;
}

.hypothecate-land-box {
    display: block;
}

.hypothecate-land .hypothecate-land-title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
}

.hypothecate-land .hypothecate-land-time {
    display: inline-block;
    margin: 10px 0 20px 0;
    color: #999999;
    font-size: 14px;
    color: #999999;
    font-size: 14px;
}

.hypothecate-land .land-title > .land-card-title {
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
}

.hypothecate-land-info ul li {
    display: flex;
    flex-direction: row;
}

.hypothecate-land-info label {
    display: inline-block;
}

.hypothecate-land-info ul:not(:last-child) {
    border: 0;
}



.land-info table{
    width: 100%;
    text-align: center;
    font-size: 14px;
    table-layout: fixed;
}
.land-info th{
    font-weight:normal;
    text-align: right;
    padding-right: 30px;
    background-color: #F3FBFF;
    width: 8%;
}
.land-info th span{
    color: #999;
    font-size: 12px;
}
.land-info tr td{
    width: 30%;
    text-align: center;
    padding-left: 30px;
    position: relative;
    word-break: break-all;
}
.land-info table{
    border-collapse:collapse;
}
.land-info  th, .land-info  td{
    border:1px solid #eee;
    padding: 19px 0;
    text-align: center;
}

.tag-item-text {
    padding: 4px 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #478DE3;
    line-height: 16px;
    background: rgba(71,141,227,0.1);
    border-radius: 4px 4px 4px 4px;
}

.tag-item {
    display: inline-block;   /* 让每个标签像文字一样排列 */
    margin: 4px;             /* 标签之间的间距 */
    padding: 4px 8px;
    background-color: #e6f0ff;  /* 随便一个背景 */
    border-radius: 4px;
}