/* 生活馆样式 */

.banner-pd {
    /* padding: 0 16px 10px 16px; */
    /* min-height: 100px; */
    box-sizing: border-box;
}

.mui-bar-nav~.my-backdrop {
    top: 44px;
}

.my-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.lifehall-title {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    z-index: 100;
    background-color: #fff;
}

.lifehall-title-fixed {
    position: fixed;
    top: 44px;
    /* display: none; */
    left: 0;
}

.lifehall-title .name {
    flex: 1;
    padding: 0 16px;
}

.lifehall-title .tab-item {
    display: flex;
    width: 100px;
    height: 100%;
    padding: 0 8px;
    border-left: 1px solid #F3F3F3;
    text-align: center;
    align-items: center;
}
.lifehall-title .tab-item.actived{
    color: #C39D59;
    font-weight: bold;
}

.lifehall-title .tab-item .tab-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lifehall-title .tab-item .iconfont.action {
    transform: rotate(-180deg);
}

.lifehall-title .select-box {
    width: 100%;
    height: 160px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    top: 49px;
}

.lifehall-title .select-box .select-item {
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
    color: #333;
}
.lifehall-title .select-box .select-item.actived{
    color: #C39D59;
    font-weight: bold;
}


/* 方案列表 */

.life-hall-list {
    /* position: relative; */
    /* min-height: calc(100vh - 50px); */
}

.life-hall-list-nodata {
    min-height: 100vh;
}

.life-hall-list .life-item {
    padding: 10px 16px;
    border-bottom: 1px solid #F3F3F3;
}

.life-hall-list .life-item .list-image-box {
    position: relative;
    width: 100%;
    /* height: 190px; */
}

.life-hall-list .life-item .label {
    position: absolute;
    min-width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.5;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    left: 10px;
    bottom: 10px;
    padding: 0 3px;
}

.life-hall-list .life-item .list-image-box img {
    width: 100%;
    /* height: 190px; */
    object-fit: cover;
    border-radius: 10px;
}

.life-hall-list .life-item .life-name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0 4px;
}

.life-hall-list .life-item .life-stitle,
.life-hall-list .life-item .pv {
    display: flex;
    color: #666;
    font-size: 12px;
}

.life-hall-list .life-item .life-btns-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.life-hall-list .life-item .life-btns {
    width: 64px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #999;
    border-radius: 12px;
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-left: 12px;
}

.life-hall-list .life-item .life-btns.brown-btns {
    border-color: #C39D59;
    color: #C39D59;
}

.life-hall-list .life-item .life-btns.action {
    color: #fff;
    border: 1px solid #C39D59;
    background-color: #C39D59;
}


/* lifeBannerDeatail */

.material-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 16px;
}


/* lifeBannerDeatail */


/* lifeHallDetail */

.hall-title {
    height: 50px;
    width: 100%;
}

.life-hall-details-slider.mui-slider .mui-slider-group .mui-slider-item img {
    height: 170px;
    border-radius: 4px;
}

.life-hall-details-slider.mui-slider.more-img .mui-slider-group .mui-slider-item {
    width: 92%;
    margin-right: 10px;
}

.life-hall-details-slider .space-label {
    position: absolute;
}

.life-hall-details-slider .space-label .point-box {
    width: 10px;
    height: 10px;
    background: rgba(42, 42, 42, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.life-hall-details-slider .space-label .point-box .point {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.life-hall-details-slider .space-label .line {
    width: 16px;
    height: 1px;
    background-color: #fff;
}

.life-hall-details-slider .space-label .name {
    font-size: 12px;
    max-width: 138px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 4px 9px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hall-product-items {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #F3F3F3;
}

.hall-product-items .pro-img {
    width: 120px;
    height: 120px;
    border-radius: 4px;
}

.hall-product-items .pro-sellout-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    text-align: center;
    line-height: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
}

.hall-product-items .pro-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 10px;
    flex: 1;
}

.hall-product-items .pro-info .label {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    box-sizing: border-box;
    border: 1px solid #FFA634;
    border-radius: 2px;
    padding: 0 3px;
    color: #FFA634;
    font-size: 11px;
}

.hall-product-items .pro-info .spec-box {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
    line-height: 18px;
}

.hall-product-items .pro-info .name {
    font-size: 14px;
    line-height: 20px;
}

.hall-product-items .add-btn {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #B6291F;
    border-radius: 50%;
    color: #fff;
}

.hall-detail-footer {
    display: flex;
    width: 100%;
    height: 44px;
    border-top: 1px solid #F3F3F3;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
}

.hall-detail-footer .btns {
    width: 60px;
    line-height: 22px;
    font-size: 10px;
    color: #333;
    text-align: center;
    position: relative;
}

.hall-detail-footer .btns::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #F3F3F3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-10px);
}

.hall-detail-footer .price-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 156px;
    height: 100%;
    padding-right: 14px;
}

.hall-detail-footer .buy-btn {
    flex: 1;
    line-height: 44px;
    text-align: center;
    background-color: #C39D59;
    color: #FFF;
    font-size: 14px;
}

.hall-detail-footer .buy-btn.nothing {
    background-color: #DDDDDD;
    color: #888888;
}

/* 全屋套餐底部加购 */
.hall-detail-footer .fullhouse-btns-leftpart{
    width: 70%;
    padding: 4px 16px;
}

.mui-popover.new-sharebox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 172px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}

.new-sharebox .share-title {
    margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.new-sharebox .share-box,
.canvas-btn .share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.new-sharebox .icon-box,
.canvas-btn .icon-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #F3F3F3;
    border-radius: 50%;
}

/* lifeHallDetail */

/* lifeHallMoreImg */
.lifehall-space-list {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 10px;
}

.lifehall-space-list img {
    width: calc((100% - 5px) / 2);
    height: 95px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.lifehall-space-list img:nth-child(2n) {
    margin-right: 0;
}

/* lifeHallMoreImg */


/* myTracks */
.tracks-date {
    padding: 16px 16px 0;
    font-size: 14px;
    font-weight: bold;
}

.mytracks-items .mui-table-view-cell {
    padding: 0 16px;
}

.mytracks-items .mui-table-view-cell:after {
    height: 0;
}

.mytracks-items .items {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #F3F3F3;
}

.mytracks-items .items .items-img {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.mytracks-items .items .items-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.mytracks-items .items .items-img .sold-out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    color: #fff;
}

.mytracks-items .items .items-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 10px;
    flex: 1;
}


/* myCollection */
.collention-scroll .mui-scroll {
    width: 100% !important;
    background-color: #fff;
}

.mui-segmented-control.mui-scroll-wrapper.collention-scroll {
    height: 40px;
}

.mui-segmented-control.mui-scroll-wrapper.collention-scroll .mui-control-item {
    width: 50%;
    line-height: 40px;
    position: relative;
}

.mui-segmented-control.mui-segmented-control-inverted.collention-scroll .mui-control-item.mui-active {
    color: #C39D59;
    font-weight: bold;
}

.mui-segmented-control.mui-segmented-control-inverted.collention-scroll .mui-control-item.mui-active::after {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50px);
    background-color: #C39D59;
}

.mui-slider .mui-segmented-control.mui-segmented-control-inverted.collention-scroll~.mui-slider-group .mui-slider-item {
    border: none;
}

.mui-fullscreen .mui-segmented-control.collention-scroll~.mui-slider-group {
    top: 50px;
}

.mytracks-items.hall .items .items-img {
    width: 165px;
    height: 85px;
}

.mytracks-items .hall-label {
    /* width: 38px; */
    display: inline-block;
    padding: 0 4px;
    height: 16px;
    line-height: 16px;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 10px;
}




/* 画布 */
.canvas-box {
    display: block;
    position: fixed;
    top: 200vh;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #808080;
    z-index: 1000;
}

.canvas {
    position: relative;
    top: 5.375rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFFFFF;
    z-index: 1001;
    /* width: 18.9375rem; */
    /* height: 27.75rem; */
    width: 303px;
    height: 444px;
    overflow: scroll;
}

.canvas-header {
    width: 100%;
    display: flex;
    color: #FFFFFF;
    position: absolute;
    top: 0.625rem;
    left: 0;
    right: 0;
    height: 3.125rem;
    z-index: 1001;
    align-items: center;
    text-align: center;

}

.canvas-header div {
    flex: 1;
}

.canvas-header .close-icon {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 1rem;
}

.canvas-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1061;
    background-color: #FFFFFF;
    width: 100%;
    height: 6.625rem;
    border-radius: 20px 20px 0 0;
}

.canvas-btn-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666666;
    font-size: 0.75rem;
}

.canvas-btn-item img {
    width: 2.625rem;
    height: 2.625rem;
}

.framesToTop {
    animation: toTop 1s;
    top: 0vh;
}

.framesToBottom {
    animation: toBottom 1s;
    top: -100vh;
}

@keyframes toBottom {
    from {
        top: 0vh;
    }

    to {
        top: 200vh;
    }
}

@keyframes toTop {
    from {
        top: 200vh;
    }

    to {
        top: 0vh;
    }
}