.p-property-info__inner {
    background-color: #F4F4F4;
    margin-top: 1%;
    padding: 5% 0;
}

.property-detail {
    display: flex;
    justify-content: center;
}

.property-detail-pic {
    width: 55%;
    padding: 0 25px;
    position: relative;
}

.property-detail-pic .view {}

.property-detail-pic .view ul li img {
    width: 100%;
}

.property-detail-pic .property-detail-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.property-detail-pic .property-detail-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.property-detail-pic .property-detail-prev.swiper-button-disabled,
.property-detail-pic .property-detail-next.swiper-button-disabled {
    opacity: .2;
    cursor: default;
}

.property-detail-pic .preview {}

.property-detail-pic .preview ul {
    overflow: hidden;
}

.property-detail-pic .preview ul li img {
    width: 100%;
}

.property-detail-info {
    width: 45%;
    padding-left: 5%;
}

.property-detail-tag {
    border: 1px solid #E4A80F;
    width: 150px;
    text-align: center;
    line-height: 30px;
    color: #E4A80F;
    margin-bottom: 6%;
    font-size: 13px;
}

.property-detail-con {
    font-size: 15px;
    line-height: 40px;
}

#access {
    padding: 5% 0;
}

#property {
    position: relative;
    margin-bottom: 7%;
}

#property .indexlist {
    padding: 0;
}

#property .indexlist ul.listbox li {
    overflow: visible;
    margin: 0;
}

#property .indexlist ul.listbox {
    margin: 0;
    width: 100%;
    overflow: visible;
}

.property-lists-prev {
    position: absolute;
    top: 40%;
    left: 5%;
    cursor: pointer;
    z-index: 1;
}

.property-lists-next {
    position: absolute;
    top: 40%;
    right: 5%;
    cursor: pointer;
    z-index: 1;
}

.property-lists-prev.swiper-button-disabled,
.property-lists-next.swiper-button-disabled {
    opacity: .2;
    cursor: default;
}

.property-detail-button {
    margin: 10% auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6%;
}

.property-detail-button>a {
    display: block;
    width: 47%;
    line-height: 100px;
    background: linear-gradient(90deg, #F6D5A8 0%, #DFA357 100%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#model {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 111;
    display: none;
}

#model .con {
    width: 90%;
    max-width: 568px;
    margin: 0 auto;
    border: 2px solid #E4A80F;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 4% 4%;
}

#model .links {
    display: flex;
    justify-content: center;
    gap: 10%;
}

#model .item {
    width: 40%;
}

#model .item>a {
    display: block;
    text-decoration: none;
}

#model .item img {
    width: 100%;
}

#model .item p {
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 26px;
    text-align: center;
    margin-top: 2%;
}

#model .button {
    background: linear-gradient(90deg, #F6D5A8 0%, #DFA357 100%);
    display: block;
    max-width: 234px;
    width: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 8% auto 0 auto;
    cursor: pointer;
}

@media screen and (max-width:992px) {

    .property-detail,
    .property-detail-button {
        display: block;
    }

    .property-detail-pic,
    .property-detail-info {
        width: 100%;
        margin: 3% 0;
    }

    .property-detail-tag {
        margin-top: 8%;
    }

    .property-detail-button>a {
        width: 100%;
        line-height: 80px;
        font-size: 20px;
        margin: 5% 0;
    }

    .property-lists-prev,
    .property-lists-next {
        top: 40%;
    }

    #model .con{
    	padding: 8% 4%;
    }
}