.m-box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.space-box{
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
    background:#FFFFFF;
    margin-top: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}
.space-top{
    width: 1200px;
    height: 210px;
    background: url(../images/space-bg.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.space-face{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #E53985;
    left: 50px;
    top: 44px;
}
.space-name{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    text-indent: 170px;
    padding-top: 67px;
    .space-level{
        height: 26px;
        vertical-align: middle;
        margin-top: -4px;
    }
}
.space-id{
    color: #999999;
    font-size: 14px;
    text-indent: 170px;
    padding-top: 8px;
}
.space-num{
    text-indent: 170px;
    margin-top: 22px;
    span{
        color: #E53985;
        font-size: 22px;
        margin-right: 4px;
    }
}
.like-btn{
    position: absolute;
    width: 170px;
    height: 48px;
    background: url(../images/like.png)no-repeat;
    background-size: 100% 100%;
    top: 80px;
    left: 796px;
}
.talk-btn{
    position: absolute;
    width: 170px;
    height: 48px;
    background: url(../images/talk.png)no-repeat;
    background-size: 100% 100%;
    top: 80px;
    left: 980px;
}
.text-bg{
    width: 1200px;
    height: 48px;
    background: url(../images/text-bg.png)no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    color: #E53985;
}
.space-content{
    width: 1100px;
    height: 380px;
    margin: 0 auto;
    position: relative;
    margin-top: 16px;

}
.space-h2{
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-indent: 10px;
    .line {
        position: absolute;
        height: 20px;
        width: 4px;
        background: #E53985;
        border-radius: 20px;
        left: 0;
        top: 16px;
    }
}
.space-ul{
    position: relative;
    width: 880px;
    height: 114px;
    li{
        width: 293px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        float: left;
        >span{
            color: #AAAAAA;
            margin-right: 8px;
        }
    }
}
.space-money-box{
    p{
        float: left;
        width: 293px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        padding-top: 20px;
        span{
            color: #AAAAAA;
        }
        >img{
            vertical-align: middle;
            margin-top: -3px;
            margin-right: 4px;
        }
    }
}
.mc-car-box{
    height: 78px;
    line-height: 78px;
    // margin-left: 20px;
    // background: pink;
    color: #AAAAAA;
    position: relative;
}
.mc-car-ul{
    position: absolute;
    left: 80px;
    top: 9px;
    li{
        width: 59px;
        height: 59px;
        border: 1px solid #E5E5E5;
        position: relative;
        float: left;
        margin-right: 15px;
        border-radius: 8px;
        line-height: 59px;
        text-align: center;
        font-size: 0;
        >img{
            vertical-align: middle;
            width: 45px;
        }
    }
}
.mc-title-box{
    height: 64px;
    line-height: 64px;
    color: #AAAAAA;
    img{
        vertical-align: middle;
        margin-top: -4px;
        width: 30px;
        margin-left: 8px;
    }
}
.space-line1{
    width: 950px;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    right: 0;
    top: 25px;

}
.space-photo{
    width: 1100px;
    min-height: 300px;
    margin: 0 auto;
    // background: pink;
    position: relative;
}
.space-line2{
    width: 1010px;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    right: 0;
    top: 25px;  
}
.phone-ul{
    margin-top: 18px;
    li{
        width: 170px;
        height: 170px;
        border-radius: 8px;
        background: url("https://zhibocdn.yabolive.net/comm/stscli/prod/2044606/1648779346851/A6C101FE-F919-41AB-8FF7-09BA33327B54.jpeg?x-oss-process=image/resize,w_170")no-repeat;
        background-size: 100% 100%;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
        position: relative;
        overflow: hidden;
    }
    li:nth-child(6n){
        margin-right: 0;
    }
    .mc-images-li-shadow{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 170px;
        height: 40px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    }
    .mc-images-li-bottom{
        width: 170px;
        height: 40px;
        position: absolute;
        bottom: 0;
        z-index: 5;
        left: 0;
    }
    .mc-images-li-span1{
        height: 40px;
        line-height: 40px;
        color: #fff;
        margin-left: 8px;
        font-size: 14px;
        >img{
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 4px;
        }
    }
    .mc-images-li-span2{
        height: 40px;
        line-height: 40px;
        color: #fff;
        margin-left: 8px;
        font-size: 14px;
        >img{
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 4px;
        }
    }
    .mc-images-li-span3{
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 6px;
        top: 10px;
    }
}
.myRoom-content{
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    position: relative;
}
.myRoom-h2{
    position: relative;
    padding-top: 26px;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    text-indent: 60px;
    >div{
        height: 20px;
        width: 4px;
        position: absolute;
        background: #E53985;
        border-radius: 20px;
        left: 50px;
        top: 32px;
    }
}
.myRoom-face-box{
    width: 1100px;
    height: 127px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 auto;
    position: relative;
}
.myRoom-face{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #E54189;
    top: 13px;
}
.myRoom-face-exc{
    width: 80px;
    height: 30px;
    background: #E53985;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 110px;
    top: 43px;
}
.myRoom-tips-p{
    color: #999999;
    font-size: 12px;
    position: absolute;
    left: 110px;
    top: 78px;
}
.myRoom-go-space{
    color: #999999;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50px;
}
.myRoom-text-exc{
    width: 80px;
    height: 30px;
    font-weight: 400;
    background: #E53985;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 174px;
    top: 26px;
    text-indent: 0;
}
.myRoom-ul{
    // margin-left: 50px;

    width: 1100px;
    margin: 0 auto;
    margin-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    li{
        color: #666666;
        position: relative;
        height: 36px;
        line-height: 36px;
        span{
            position:absolute;
            left: 80px;
        }
    }
}
.mc-images-ul{
    width: 1100px;
    height: 434px;
    margin: 0 auto;
    margin-top: 10px;

    -webkit-overflow-scrolling: touch;
    // background: pink;
    li{
        width: 180px;
        height: 180px;
        border-radius: 8px;
        background: pink;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .mc-images-li-shadow{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 180px;
        height: 40px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    }
    .mc-images-li-bottom{
        width: 180px;
        height: 40px;
        position: absolute;
        bottom: 0;
        z-index: 5;
        left: 0;
    }
    .mc-images-li-span1{
        height: 40px;
        line-height: 40px;
        color: #fff;
        margin-left: 8px;
        font-size: 14px;
        >img{
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 4px;
        }
    }
    .mc-images-li-span2{
        height: 40px;
        line-height: 40px;
        color: #fff;
        margin-left: 8px;
        font-size: 14px;
        >img{
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 4px;
        }
    }
    .mc-images-li-span3{
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 6px;
        top: 10px;
    }
    li:nth-child(4n){
        // margin-right: 0;
    }
}

.layer-photo{
    height: 900px;
    width: 1300px;
    // background: pink;
    position: relative;
    display: none;
}
.layer-photo-content{
    width: 1175px;
    height: 900px;
    margin: 0 auto;
    background:#EEE4DC;
    border-radius: 8px ;
}
.layer-photo-content-left{
    width: 775px;
    height: 900px;
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
    video{
        height: 900px;
    }
    .photo-content-left-img{
        height: 900px;
    }
}
.layer-photo-content-right{
    position: relative;
    width: 400px;
    height: 900px;
    float: right;
    background: #fff;
    border-radius:8px;
}
.photo-content-top{
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.photo-content-top-face{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #E63D88;
    left: 15px;
    top: 13px;
}
.photo-content-name{
    color: #333;
    font-size: 14px;
    line-height: 80px;
    height: 80px;
    text-indent: 75px;
    .photo-name-like{
        text-indent: 0;
        width: 56px;
        height: 20px;
        margin-left: 6px;
        border-radius: 50px;
        background:linear-gradient(to bottom,#E539C1,#E53989);
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        margin-top: -3px;
    }
}
.photo-content-msg{
    width: 400px;
    height: 75px;
    border-top: 1px solid #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.photo-content-input{
    position: absolute;
    width: 300px;
    height: 35px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #F4F5F8;
    top: 19px;
    text-indent: 13px;
    font-size: 14px;
    left: 15px;
}
.photo-msg-btn{
    width: 60px;
    height: 36px;
    background: #E53985;
    border-radius: 8px;
    position: absolute;
    top: 19px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    left: 328px;
}
.photo-content-center{
    // min-height: 140px;
    width: 400px;
    border-bottom: 1px solid #E5E5E5;
}

.photo-time-p{
    height: 30px;
    line-height: 30px;
    color:#999999;
    padding-top: 6px;
    font-size: 12px;
    text-indent: 14px;

}
.photo-content-speak{
    width: 370px;
    margin-left: 14px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.photo-content-like{
    height: 50px;
    width: 400px;
    line-height: 50px;
    span{
        width: 60px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        >img{
            height: 22px;
            vertical-align: middle;
            margin-top: -3px;
            margin-right: 4px;
        }
    }
    >span:nth-child(1){
        margin-left: 265px;
    }
}
.photo-content-right-ul{
    width: 400px;
    height: 612px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    li{
        position: relative;
        width: 396px;
    }
}
.photo-content-right-ul::-webkit-scrollbar{
 width: 3px !important;
}
.photo-content-right-ul::-webkit-scrollbar-track{
    background: #FFFFFF !important;
}
.photo-content-right-ul::-webkit-scrollbar-thumb{
    background: #E53985 !important;
}
.photo-message-name{
    text-indent: 60px;
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
}
.photo-message-content{
    margin-left: 60px;
    width: 330px;
    font-size: 14px;
    color: #333333;
    padding-top: 6px;
    >img{
        width: 300px;
    }
}
.photo-message-face{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.photo-message-time{
    color: #AAAAAA;
    font-size: 12px;
    text-indent: 60px;
    padding-top: 6px;
    span{
        color: #E53985;
        margin-left: 16px;
    }
}
.more-message-box{
    position: relative;
}
.photo-more-message{
    position: relative;
    width: 324px;
    margin-left: 60px;
    min-height: 60px;
    background: #F4F5F8;
    border-radius: 8px;
    margin-top: 10px;
}
.photo-arrow-left{
    width: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
    transform: rotate(180deg);

}
.photo-arrow-right{
    width: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
}
.layui-layer-shade{
  opacity: 0.6 !important;
}
.myRoom-exc-ul{
    width: 1100px;
    margin: 0 auto;
    margin-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    li{
        height: 50px;
        line-height: 50px;
        color: #666666;
    }
}