.flex{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
/* room */
.detail-top-box{
    padding: 0px 0;
    background: #FFFFFF;
}
.dt-left{
    /* width: 1100px; */
    width: 60%;
    height: 750px;
    background: #fff;
}
.detail-title{
    padding: 20px 0 30px;
    font-size: 16px;
    color: #333;
}

.dt-right{

	width: 40%;
	height: 750px;
	background: #fff;
	padding: 16px 0px 0px;
}
.dtr-title{
	padding: 10px 0 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.dtr-list{
	flex-wrap: wrap;
	width:100%;

}
.dtr-main{
	width: 100%;
    height: 560px;
}

.dtr-list img{
	display: block;
    /* width: 24%; */
    /* height: 120px;*/
    border: 1px solid #EEEEEE;
    /* box-shadow: 0 0 20px #eeeeee; */
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
	margin-left: 10px;

	/* width: 77px;
	height: 77px; */
	background: #BEBEBE;
	padding: 10px;
	width: 97px;
	height: 97px;
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 7px;
}
.dtr-list li{
	width: 109px;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #ddd;
	margin: 0 20px 20px 0;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.dtr-list li.on,
.dtr-list li:hover{
	border: 1px solid #000;
	color: #000;
}
.dtr-list li:nth-child(4n){
	/* margin-right: 0; */
}
.dtr-bottom{
	margin-top: 30px;
	/* border-top: 1px dashed #ddd; */
	padding-top: 20px;
}
.upload-button{
	width: 235px;
	
}
.upload-button span{
	width: 108px;
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity:1;
    margin-left: 0;
	
}

.dz-button{
	height: 58px;
	border-radius: 4px;
	font-size: 18px;
	color: #333333;
	border: 1px solid #eee;
	width:100%;
}
.dz-button span{
	width: 108px;
	height: 19px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3D9AFE;
	line-height: 30px;
	opacity:1;
    margin-left: 0;
}

.el-upload__tip{
	font-size: 14px;
	color: #999;
	margin-top: 20px ;
 margin: auto;
 margin-top: 20px;
	width: 270px;
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3D9AFE;
	line-height: 30px;
	opacity: 1;

}

.hot-swiper{
	height: 190px;
	background: #F2F2F2;
	border-radius: 6px;
}


.hot-swiper .swiper-slide{
	padding: 20px 0 0 58px;
}
.demo-list a img{
	width: 150px;
	height: 150px;
	margin-right: 26px;
}

.swiper-button-prev, 
.swiper-button-next{
	width: 16px;
	height: 28px;
	top: 81px;
	margin-top: 0;
}
.swiper-button-prev{
	background: url(../../../images/prev.png);
	background-size: 100% 100%;
}
.swiper-button-next{
	background: url(../../../images/next.png);
	background-size: 100% 100%;
}

.room-ad{
	margin-top: 50px;
}
.room-ad img{
	width: 830px;
	height: 180px;
}

.designer-list{
	padding-bottom: 80px;
}
.designer-list a{
	box-shadow: 0 0 40px rgba(0,0,0,0.06);

}



/* room */
.room-box{

	height: 650px;
	padding-top: 0px;
	width: 1000px;
	width: 600px;
	margin: 0 auto 14px;
}
.room-main{
	position: relative;
	/* width: 100%;
	height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 642px;
    height: 642px;
    background: #BEBEBE;
    border-radius: 20px;

}
.room-list{
	position: absolute;
	top: 45px;
	width: 120px;
	height: 510px;
	z-index: 2;
}
.room-list img{
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #EEEEEE;
	/* box-shadow: 0 0 20px #EEEEEE; */
	border-radius: 4px;
	margin-bottom: 10px;
	cursor: pointer;
}
.room-list-left{
	left: 0;
}
.room-list-right{
	right: 0;
}
.el-scrollbar__wrap{
    overflow-x: hidden;
}
.room{
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 565px;
    height: 565px;
}
.room-bg{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.work-bg{
	position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    z-index: 1;
}
.room-works{
	position: absolute;
	z-index: 2;
	width: 150px;
	/* height: 150px; */
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}

.room span{
	margin-top: -30px;
    z-index: 100;
	position: absolute;
    margin: auto;
	margin-top: -80px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.full{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-size: 100px auto;
}
.operation-box{
	justify-content: center;
}
.op{
	margin: 0 10px;
}
.op button{
	width: 60px;
	height: 60px;
	border-radius: 6px;
	background: #FFF;
	margin: 0 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.op-text button{
	width: 100px !important;
	font-size: 16px;
	color: rgba(61, 154, 254, 1);
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: NaN;
}
.op-text button:first-child{
	width: 120px !important;
}

#images{
	display: none;
}


.full-work{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: unset;
	min-height: 100%; 
	top: 0;
	left: 0;
	z-index: 2;
}


.detail-top{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.upload-demo{
	width: 235px;
	height: 50px;
	background: #3D9AFE;
	border-radius: 5px;
}

.upload-demo button{
	width: 100%;
}
.upload-demo .el-upload--text{
	width: 100%;
}

.dz{
	width: 235px;
	height: 50px;
	background: #FFFFFF;
	
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	margin-left: 7px;

}

.dz-button

#showImage{
	display: none;
}
.el-icon-circle-close{
	color: #fff;
}
.work-pic-id{
	z-index: 5;
	font-size: 20px;
	position: absolute;
	top: 92%;
	left: 37%;
}
/*2021/4/20*/
.room-list{
	height: 570px;
}
.room-list .swiper-slide{
	padding-top: 30px;
}
.room-list .swiper-button-prev{
	background: url("../../../img/room_prev.png");
	background-size: 100% 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 27px;
}
.room-list .swiper-button-next{
	background: url("../../../img/room_next.png");
	background-size: 100% 100%;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27px;
}

.room .logo{
    position: absolute;
    z-index: 1;
}

.bottombutton{
	justify-content: center;
}

.dialog-footer li{
	width: 20px;
}
.dialog-footer li:hover{
	width: 20px;
	height: 20px;
} 
.dialog-container {
	position: relative;
	display: inline-block;
	margin: 10px;
}

.dialog-dynamic-img {
	display: block;
}

.dialog-delete-btn {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);

	border: none;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 50%;
	display: none; /* 初始隐藏删除按钮 */
}

.dialog-container:hover .dialog-delete-btn {
    display: block; /* 鼠标悬停时显示删除按钮 */
}