﻿/*楼盘海报*/
.lp-detail-bill {
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12.5%;
    box-sizing: border-box;
}

.ldb-img img {
    max-width: 100%;
}

.ldb-logo {
    max-width: 50%;
    margin-bottom: 1rem;
}

.ldb-logo img {
    max-width: 100%;
}

.ldb-tj {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.ldb-img {
    margin-bottom: 1rem;
}

.ldb-name {
    margin-bottom: 1rem;
}

.ldb-project-name {
    font-size: 1.2rem;
}

.ldb-sale-status {
    background: rgb(252,195,30);
    color: #fff;
    font-size: 80%;
    float: right;
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
}

.ldb-text {
    margin-bottom: 1rem;
    background: #f8f8f8;
    padding: 4px 6px;
    box-sizing: border-box;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ldb-info {
    float: left;
}

.ldb-info-item {
    display: block;
    height: 7vw;
}
.ldb-info-item span {
    font-size: 3.5vw;
    height: 5vw;
}
.ldb-info-item span#lp-detail-bill-price {
	color: #ef6548;
    font-size: 4vw;
}
.ldb-ewm {
    width: 32%;
    float: right;
}

.ldb-ewm img {
    max-width: 100%;
}

/*文章海报*/
.article-detail-bill {
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7.5%;
    box-sizing: border-box;
}

.adb-img img {
    max-width: 100%;
    height: 50vw;
    overflow: hidden;
}

.adb-logo {
    max-width: 50%;
    margin-bottom: 1rem;
}

.adb-logo img {
    max-width: 100%;
}

.adb-tj {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.adb-img {
    margin-bottom: 1rem;
}

.adb-text {
    margin-bottom: 1rem;
}

.adb-ewm {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.adb-ewm img {
    max-width: 100%;
}

.bill-download {
    z-index: 99999;
    position: fixed;
    left: 0%;
    top: 0%;
}
.bill-download .close {
    top: 10vw;
    position: fixed;
    float: right;
    right: 12.5vw;
}
.bill-download .bill-share {
    bottom: 16vw;
    position: fixed;
    margin: 0 12.5%;
    width: 75%;
}
.bill-download > div > span {
    padding: 2vw 8vw;
    background-color: #fcc31e;
    color: #fff;
    border-radius: 1vw;
    float: left;
}

.bill-download > div > span:first-child {
    background-color: #e62129;
}

.bill-download .bill-share #save-img {
    float: right;
}
/*户型海报*/
.hx-detail-bill {
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12.5%;
    box-sizing: border-box;
}

.hdb-img img {
    width: 100%;
    object-fit: cover;
    max-height: 60vw;
}

.hdb-logo {
    max-width: 50%;
    margin-bottom: 1rem;
}

.hdb-logo img {
    max-width: 100%;
}

.hdb-tj {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.hdb-img {
    margin-bottom: 1rem;
}

.hdb-name {
    margin-bottom: 1rem;
}

.hdb-project-name {
    font-size: 1.2rem;
}

.hdb-sale-status {
    background: rgb(252,195,30);
    color: #fff;
    font-size: 80%;
    float: right;
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
}

.hdb-text {
    margin-bottom: 1rem;
    background: #f8f8f8;
    padding: 4px 6px;
    box-sizing: border-box;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdb-info {
    float: left;
}

.hdb-info-item {
    display: block;
    height: 7vw;
}
.hdb-info-item span {
    font-size: 3.5vw;
    height: 5vw;
}
.hdb-info-item span#hx-detail-bill-price {
    color: #ef6548;
    font-size: 4vw;
}
.hdb-ewm {
    width: 32%;
    float: right;
}

.hdb-ewm img {
    max-width: 100%;
}
.bill-pic {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bill-img {
    width: 95%;
}