body.fixed{
    height: 100vh;
    overflow: hidden;
}

.flex-auto{
    flex:0 1 auto;
}

/* 头部 */
.header .m-box{
    height:560px;
    overflow: auto;
}

.user-ava{
	width: 80px;
	height: 80px;
	background: #DF1329;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* selct */
.select select{
    display: none;
}
.select .select-selected {
    border-bottom: 1px solid #2B2B2B;
    padding: 6px 20px 6px 12px;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
}

.select .select-selected:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4px;
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-down-black.svg);
	background-size: 100% 100%;
	transform: translateY(-50%);
}
.select .select-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
    width: 100%;
}
.select .select-item {
    padding: 6px 12px;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
    white-space: normal;
}

.select.select-plain .select-selected{
    padding: 2px 20px 2px 0;
    border: none;
}
.select.select-plain .select-list {
    left: -12px;
    width: calc(100% + 24px);
    max-height: 150px;
    overflow-y: auto;
}
.select.select-large .select-selected{
    border: 1px solid #E0E0E0;
    padding: 16px 24px;
}
.select.select-large .select-selected:after{
	right: 20px;
    width: 12px;
    height: 12px;
	background-image: url(../images/arrow-down-black.svg);
}
.select.select-large .select-item{
    padding: 16px 24px;
}

/* booking select*/
.select.select-large-icon .select-selected:after {
    width: 24px;
    height: 24px;
}

.select.select-large-icon.select-num .select-selected {
    min-height: 32px;
    text-align: center;
    padding: 5px 20px 5px 0;
}




/*首页*/
.room-tag {
    white-space: pre-wrap;
}
.room-info .room-tag{
    text-align: left;
}


/*详情页*/
/* .house-float .fx-cont .fx-img-list {
    padding: 24px 20px 0 20px;
}
.house-float .fx-cont .fx-img-list .swiper-slide{
    padding: 0 50px 0 40px;
}
.house-float .fx-title{
    height: auto;
}
.house-float .fx-title h1{
    margin-right: 10px;
}
.house-item>img {
    width: 100%;
} */
.other-text{
    height: inherit;
    min-height: 72px;
}
.other-text .other-text-p1{
    min-width:6rem;
}
.other-text .other-text-p2{
  padding-right: 10px;
}

/*预约页面*/
.booking2-person .permodel.active {
    border: 1px solid #B4A085;
}
.booking4-new-info-error {
    margin-top: 10px;
    font-size: 12px;
    color: #DF1329;
    display: flex;
    align-items: center;
    gap: 4px;
}
.booking4-new-info-error>img {
    width: 16px;
    height: 16px;
}
.guide-cont-content{
    font-weight: 400;
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    display: flex;
    gap: 16px;
}
.booking-item.finish{
    cursor:pointer;
}
.price-item.price-detail-item{
    justify-content:space-between;
}
.price-item-title{
    font-size: 16px;
    font-weight: 600;
}
.price-item.price-detail-item .price-p:nth-child(1){
    flex:auto;
}
.price-item.price-detail-item .price-p:nth-child(2){
    flex:0 1 130px;
}
.price-item.price-detail-item .price-p:nth-child(3){
    flex:0 1 80px;
    text-align:right;
}
@media only screen and (max-width: 768px) {
    .price-item.price-detail-item .price-p:nth-child(1){
        flex:0 1 130px;
    }
    .price-item.price-detail-item .price-p:nth-child(2){
        flex:auto;
    }
    .price-item.price-detail-item .price-p:nth-child(3){
        flex:auto;
        text-align:right;
    }
}

/*弹框样式改造*/
.layui-layer-shade{
    opacity: 0.5 !important;
}
.ifc-layer.layui-layer.layui-layer-dialog,.ifc-layer.layui-layer.layui-layer-page{
    /* padding: 24px 40px 40px; */
    min-width: 480px;
    background-color: #FFFFFF;

}
.ifc-layer.layui-layer.layui-layer-page{
    
}
.ifc-layer .layui-layer-title{
    font-weight: 600;
    font-size: 18px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 28px;
    height: auto;
    padding: 20px 24px;
    /* margin-bottom: 24px; */
    border-bottom: 1px solid #2B2B2B;   
}

.ifc-layer .layui-icon-close:before {
    content: "\2715" !important;
    font-size: 32px;
    font-weight: lighter;
    margin: 0 0 0 -30px;
    line-height: 40px;
}
.ifc-layer.layui-layer-dialog .layui-layer-content,.ifc-layer.layui-layer-page .layui-layer-content{
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    text-align: center;
    padding: 20px 24px;
}
.layui-layer-input {
    flex: 1;
    padding: 6px 12px;
    position: relative;
    margin-left: -1px;
    margin-bottom: -1px;
    margin-top: 0px;
    border: 1px solid #DCDCDC;
}
.ifc-layer .layui-layer-btn{
    display: flex;
    flex-direction: row-reverse;
    gap:24px;
    /* margin-top: 40px; */
    padding: 0 24px 20px;
}
.ifc-layer .layui-layer-btn a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    height: 100%;

    flex: 1;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    border-radius: initial;
}
.ifc-layer .layui-layer-btn0 {
    background-color: #B4A085 !important; /* 确定按钮背景色 */
    border-color: #B4A085 !important; /* 确定按钮边框色 */
    color: white !important; /* 确定按钮文字颜色 */
}
.ifc-layer .layui-layer-btn1 {
    background-color: #fff !important; /* 取消按钮背景色 */
    border-color: #B4A085 !important; /* 取消按钮边框色 */
    color: #B4A085 !important; /* 取消按钮文字颜色 */
}
@media only screen and (max-width: 768px) {
    .ifc-layer.layui-layer.layui-layer-dialog,.ifc-layer.layui-layer.layui-layer-page {
        top: auto !important;
        left: 0 !important;
        bottom: 0 !important;
        transform: none !important;
        width: 100% !important;
        min-width:auto;
        /* padding: 24px 20px !important; */
    }
    .m-box {
        width: 100%;
    }
    .pay-cont-card{
        display: none;
    }
}




@media only screen and (max-width: 768px) {
    .swiper-box.pt-0 {
        padding-top: 0px;
    }
}


input[type="password"]::-ms-reveal {
    display: none;
}
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button {
    display: none;
}