/*
    全屋套餐样式
*/


/*
    全屋套餐列表
*/
.lifehall-title .select-box-fullhouse {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 188px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    top: 49px;
    padding: 16px 12px;
}

.lifehall-title .select-box-fullhouse .select-item {
    width: calc((100% - 30px) / 4);
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #F6F6F6;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
    margin-top: 12px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 4px;
}

.lifehall-title .select-box-fullhouse .select-item.actived {
    background-color: #FCF7ED;
    border: 1px solid #C39D59;
    color: #C39D59;
}

.lifehall-title .select-box-fullhouse .select-item:nth-child(-n+4) {
    margin-top: 0;
}

.lifehall-title .select-box-fullhouse .select-item:nth-child(4n) {
    margin-right: 0;
}

.designer-info {
    margin-top: 8px;
    min-width: 50px
}

.designer-info img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}


/* 全屋套餐详情 */
.wholeHouse-slider {
    width: 100%;
    height: 210px;
}

.wholeHouse-slider img {
    width: 100%;
    height: 210px;
    display: block;
}

.designer-content {
    padding: 16px;
    display: flex;
    border-bottom: 1px solid #f3f3f3;
}

.designer-content .personal-info {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.designer-content .personal-info .img-box {
    width: 58px;
    height: 58px;
    background: #ECDCC0;
    box-shadow: 0px 4px 6px rgba(195, 157, 89, 0.29);
    border-radius: 50%;
    filter: blur(0px);
    opacity: 0.77;
}

.designer-content .personal-info img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(2px, -2px);
    /* box-shadow: 0px 4px 6px rgba(195, 157, 89, 0.29); */
}

.designer-content .package-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    width: 220px;
}

.designer-content .package-info {
    font-size: 13px;
    line-height: 18px;
}

.package-items {
    border-bottom: 8px solid #FAFAFA;
}

.package-items .package-title {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 40px;
}

.package-items .package-title img {
    width: 22px;
    height: 22px;
}

.package-items .select-count {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #C39D59;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.scheme-list .schemes {
    padding: 16px 0;
    border-bottom: 1px solid #f3f3f3;
}

.scheme-list .schemes:first-child {
    padding-top: 0;
}

/* 重写radio样式 */
.wholeHouse-radio.mui-radio,
.wholeHouse-radio.mui-checkbox {
    width: 22px;
    height: 22px;
}

.wholeHouse-radio.mui-radio input[type='radio'],
.wholeHouse-radio.mui-checkbox input[type='checkbox'] {
    top: 0;
    left: 0;
}

.wholeHouse-radio.mui-radio input[type='radio']:checked:before,
.wholeHouse-radio.mui-checkbox input[type='checkbox']:checked:before {
    color: #C39D59;
    font-size: 22px;
}

.wholeHouse-radio.mui-radio input[type='radio']:before,
.wholeHouse-radio.mui-checkbox input[type='checkbox']:before {
    color: #ccc;
    font-size: 22px;
}

.disable-radio {
    width: 19px;
    height: 19px;
    border: 1px solid #CCCCCC;
    background-color: #E6E6E6;
    box-sizing: border-box;
    border-radius: 50%;
}


.mui-popover.wholehouse-address {
    width: 330px;
    height: 226px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-165px, -113px);
}

.wholehouse-address .address-btn {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #F3F3F3;
}

.wholehouse-address .address-btn .btns {
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    line-height: 44px;
}

.wholehouse-address .address-btn .btns+.btns {
    border-left: 1px solid #F3F3F3;
}

/* 丰富区 */
.package-content .title-img {
    width: 32px;
    height: 32px;
}

.package-content .title-img.rotate {
    transform: rotateX(180deg);
    transform: rotateY(180deg)
}