*{
	margin: 0;
/*	top: 0;*/
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing:border-box;
}
.cjxz{
	height: 75px;
    width: 51px;
    font-size: 12px;
    position: absolute;
    bottom: 19px;
    left: 40px;
    text-align: center;
}
input{
	outline: none;
}
.item-btn{
	background-color: #EE7700 !important;
}
html,body{
	width: 100%;
	height: 100%;
}
.confirm:hover{
	cursor:pointer;
	background-color: #FFE4C9;
}
.cancel:hover{
	cursor:pointer;
	background-color:#D76B00;
}
.SVAbtn{
	cursor:pointer;
}
.SetSuccess{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}
.SetSuccessSpan{
	position: absolute;
	z-index: 100;
	display: inline-block;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -60px;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}

.right-btn{
	position: absolute;
	top: 0;
	right: 30px;
	width: 90px;
	height: 90%;
	text-align: center;
}

.right-btn .Set-btn{
	position: relative;
	width: 100%;
	height: 52%;
	margin: 0;
	padding: 0;
	top: 2%;
}

.right-btn .Set-btn .item{
	cursor:pointer;
}
.item-a-none{
	text-decoration:none;
	out-line: none;
	color: #fff;
}
.item .Obtain-pan{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 192px;
}
.Obtain-pan-img>img{
	width: 100%;
	height: 100%;
}

.right-btn .complete-btn{
	position: relative;
	top:38%;
	width: 100%;
	height: 30%;
	margin: 0;
	padding: 0;
}
.right-btn span:hover{
	background-color: #2A2A27;
	cursor:pointer;
}
.right-btn ul li{
	width: 100%;
	height: 40px;
	margin: 40px 0;
}
.item-btn{
	background-color: #EE7700;
}
.right-btn span{
	display: inline-block;
	font-size: 12px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #4F4F4F;
	border-radius: 3px;
}


.SetVisualAngle{
	pointer-events:none;
	position: absolute;
	visibility: hidden;
	border: 1px solid #fff;
	width: 700px;
	height: 380px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -190px;
}
.top-left-border,
.top-right-border,
.bottom-left-border,
.bottom-right-border{
	width: 55px;
	height: 55px;
	position: absolute;
}
.top-left-border{
	left: 0px;
	top: 0px;
	border-top: 9px solid #E5E5E5;
	border-left: 9px solid #E5E5E5;
}
.top-right-border{
	right: 0px;
	top: 0px;
	border-top: 9px solid #E5E5E5;
	border-right: 9px solid #E5E5E5;
}
.bottom-left-border{
	left: 0px;
	top: 100%;
	margin-top: -55px;
	border-bottom: 9px solid #E5E5E5;
	border-left: 9px solid #E5E5E5;
}
.bottom-right-border{
	right: 0px;
	top: 100%;
	margin-top: -55px;
	border-bottom: 9px solid #E5E5E5;
	border-right: 9px solid #E5E5E5;
}
.SetVisualAngle .SetVaBtn{
	pointer-events:auto;
	cursor:pointer;
	text-align: center;
	line-height: 40px;
	width: 150px;
	height: 40px;
	border-radius: 5px;
	background-color: #3D92E8;
	position: absolute;
	top: 75%;
	left: 50%;
	margin-left: -75px;
}


/*作品信息works-details*/
.works-details{
	visibility: hidden;
	/*visibility: visible;*/
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
    /*opacity: 0.5;*/
}

.works-box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 615px;
	margin-left: -300px;
	margin-top: -307.5px;
	background-color: #fff;
	color: black;
}

.works-box-top{
	width: 100%;
	height: 40px;
	background-color: #F8F8F8;
	/*border: 1px solid black;*/
	line-height: 50px;
}
.box-top-title{
	font-size: 13px;
	margin-left: 19px;
	margin-top: -3px;
	float: left;
}
.box-top-close{
	background-image: url('../images/close.png');
	background-size: 28px 28px;
	width: 32px;
	height: 32px;
	font-size: 30px;
	float: right;
	margin-top: 4px;
	margin-right: 5px;
}
.box-top-close:hover{
	cursor:pointer;
}

.box-content-width{
	position: relative;
	width: 80%;
	height: 500px;
	top: 5px;
	margin: 0 auto;
}
.box-content-width>div{
	width: 100%;
}
.content-width-logo{
	height: 35%;
	/*border: 1px solid black;*/
	display: flex;
}
.logo-title{
	height: 100%;
	width: 17%;
	font-size: 14px;
	color: #333;
}
.logo-content{
	height: 100%;
	width: 83%;
}
.logo-content-logoDisplay{
	display: inline-block;
	float: left;
	width: 30%;
	height: 100%;
	/*text-align: center;*/
}
.logo-content-logoDisplay>img{
	height: 118px;
	width: 118px;
	object-fit:cover;
}
.logoDisplay-btn{
	display: inline-block;
	/*margin-top: 10px;*/
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #8E9192;
	color: #fff;
	border-radius: 5px;
}
.logoDisplay-input{
	opacity: 0;
	display: inline-block;
	margin-left: -70px;
	top: 0;
	left: 0;
	width: 160px;
	height: 30px;
	position: absolute;
}
.logo-content-Tips{
	display: inline-block;
	float: right;
	width: 65%;
	height: 100%;
	line-height: 100px;
	color: #999999;
}
.logo-content-Tips span{
	font-size: 15px;
}

.content-width-Name{
	height: 40%;
	width: 100%;
	margin-left: -9px;
	/*margin-top: 16px;*/
}
.content-width-Name>div{
	display: inline-block;
	/*border: 1px solid black;*/
	width: 100%;
	height: 25%;
}
.content-width-Name>div>span,
.content-width-DesignExp span{
	display: inline-block;
	font-size: 14px;
	/*line-height: 0px;*/
	width: 18%;
	color: #333;
}
.content-width-Name>div>span{
	/*float: right;*/
	text-align: right;
}
.content-width-Name>div>input{
	height: 36px;
	width: 364px;
	color: #898989;
	border: 1px solid #ddd;
	padding-left:5px;
	outline:none;
}
.content-width-DesignExp{
	position: relative;
	height: 21%;
	width: 100%;
	/*border: 1px solid black;*/
}
.DesignExp-title{
	display: inline-block;
	width: 16%;
	height: 100%;
	/*border: 1px solid black;*/
	vertical-align: top;
}
.DesignExp-title span{
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: right;
	margin-top: 4px;
}
.content-width-DesignExp textarea{
	width: 364px;
	height: 100%;
	border: 1px solid #ddd;
	color: #898989;
	outline:none;
	padding-left: 5px;
	padding-top: 6px;
}

.content-width-Btn{
	position: relative;
	top: 10px;
	width: 100%;
	height: 60px;
	text-align: center;
}
.cancelBtn,
.confirmBtn{
	position:relative;
	top: 10px;
	display: inline-block;
	width: 110px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #ffd7ae;
}
.cancelBtn{
	color: #e70;
	background-color: #FEF5EC;
	margin-right: 25px;
}
.confirmBtn{
	background-color: #EE7700;
	margin-left: 25px;
}

/**
 * 企业信息
 */
.edit-company{
	position: absolute;
	visibility:hidden;
	color: #000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.edit-company-box{
	width: 600px;
	height: 615px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -307.5px;
	margin-top: -300px;
	background-color: #fff;
}
.company-box-top{
	width: 100%;
	height: 40px;
	background-color: #f8f8f8;
}
.company-box-top-title{
	display: inline-block;
	font-size: 13px;
	width: 90px;
	height: 100%;
	line-height: 40px;
	text-align: center;
}
.company-box-top-close{
    background-image: url(../images/close.png);
    background-size: 28px 28px;
    width: 32px;
    height: 32px;
    font-size: 30px;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}
.companyPhoto-title{
	line-height: 20px;
	height: 100%;
    width: 19%;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding-right: 4px;
}
.company-box-content-width{
	position: relative;
    width: 80%;
    height: 500px;
    top: 5px;
    margin: 0 auto;
}
.company-box-content-width>div{
	width: 100%;
	margin-left: -9px;
}
.content-width-companyPhoto{
	height: 35%;
    display: flex;
}
.companyPhoto-content{
	height: 100%;
    width: 83%;
}
.companyPhoto-content-load{
	display: inline-block;
    float: left;
    width: 30%;
    height: 100%;
}
.companyPhoto-content-load>img{
	height: 118px;
    width: 118px;
    object-fit: cover;
}
.companyPhoto-content-Tips{
	display: inline-block;
    float: right;
    width: 65%;
    height: 100%;
    line-height: 100px;
    color: #999999;
}
.companyPhoto-btn{
    display: inline-block;
    /* margin-top: 10px; */
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #8E9192;
    color: #fff;
    border-radius: 5px;
}
.companyPhoto-input{
	opacity: 0;
    display: inline-block;
    margin-left: -70px;
    top: 0;
    left: 0;
    width: 160px;
    height: 30px;
    position: absolute;
}
.companyPhoto-content-width-Name{
	height: 40%;
    margin-left: -9px;
    margin-top: 15px;
}
.companyPhoto-content-width-Name>div{
	display: inline-block;
    width: 100%;
    height: 25%;
}
.companyPhoto-content-width-Name>div>span{
	display: inline-block;
    font-size: 14px;
    /* line-height: 0px; */
    width: 18%;
    color: #333;
    text-align: right;
}
.companyPhoto-content-width-Name>div>input{
	height: 36px;
    width: 364px;
    color: #898989;
    border: 1px solid #ddd;
    padding-left: 5px;
    outline: none;
}
.company-brief-input{
	width: 364px;
    height: 100%;
    border: 1px solid #ddd;
    color: #898989;
    outline: none;
    padding-left: 5px;
    padding-top: 5px;
}
.company-brief>span{
    display: inline-block;
    width: 18%;
    text-align: right;
    font-size: 14px;
    /* margin-top: -60px; */
    position: relative;
    top: -78px;
}


/*Hotspot 热点*/
.Hotspot{
	visibility: hidden;
	/*visibility: visible;*/
	position: absolute;
    top: 57px;
    right: 134px;
	width: 410px;
	height: 328px;
	font-size: 14px;
}
.Hotspot ul{
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}
.Hotspot ul li{
	display: inline-block;
	width: 80px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background-color: #44454b;
}
.Hotspot ul li:hover{
	cursor:pointer;
}
.Hotspot .Hotspot-Li-active{
	width: 100%;
	background-color: #ee7700;
}
.Hotspot-Content{
	position: absolute;
	top: 38px;
	width: 100%;
	height: 290px;
	background-color: #44454b;
	text-align: center;
}
.Hotspot-Content-Box{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px;
    overflow-y: scroll;
}
.Hotspot-Content-Box:-webkit-scrollbar {
    display: none;
}

.addHotspot{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	height: 37px;
	line-height: 37px;
	border: 1px solid #ee7700;
}
.addHotspot:hover{
	cursor:pointer;
	background-color: #ee7700;
}

/*添加热点*/
.SwitchHP{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}
.WitchHPBox{
	position: absolute;
	width: 700px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -350px;
	background-color: #fff;
}
.WitchHPBox-top{
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #eee;
	background-color: #F8F8F8;
	color: #333;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
}
.WitchHPBox-Tab{
	width: 100%;
	height: 35px;
	margin: 15px 0 0px 0;
	padding: 0 30px;
	font-size: 14px;
}
.WitchHPBox-Tab>div{
	float: left;
	width: 50%;
	height: 100%;
}
.WitchHPBox-Tab:nth-of-type(2){
	float: right;
}
.WitchHPBox-Tab>div>span{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #CCC;
}
/*.WitchHPBox-Tab .WitchHPBox-Tab-active:after{
	content: '';
    position: absolute;
    display: inline-block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #CCC;
    top: 58px;
    left: 350px;
    z-index: 1;
}*/


.WitchHPBox-Tab .WitchHPBox-Tab-active .WitchHPBox-Tab-Hotspot{
	background-color: #EE7700;
}
/*.WitchHPBox-Tab-active::after{
	border-left: 15px solid #E70 !important;
}
.WitchHPBox-Tab-activeTwo::after{
	border-left: 15px solid #CCC !important;
}*/

.WitchHPBox-content{
	width: 100%;
	height: 305px;
	/*border: 1px solid black;*/
	margin-top: 45px;
	padding: 0 19px;
}

.WitchHPBox-content ul{    
	position: relative;
	display: inline-block;
    /*top: -10px;*/
	width: 98.5%;
	height: 100%;
	overflow-y:auto;
}
.WitchHPBox-content .HotspotStyle{
	display: block;
}
.WitchHPBox-content .SceneStyle{
	/*z-index: 8;*/
	display: none;
	padding: 6px 10px 0 10px;
}
.SceneStyle li{
	z-index: 9;
	margin-left: 3px;
	float: left;
	display: inline-block;
	width: 150px;
	height: 190px;
	border: 1px solid #ddd;
	overflow:hidden;
}
.SceneStyle li img{
	width: 100%;
    object-fit: cover;
}
.SceneStyle li span{
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 30px;
	font-size: 14px;
	margin: 0;
	padding:0;
	padding-left: 5px;
	color: #333;
}
.WitchHPBox-Btn{
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 30px;

}
.WitchHPBox-Btn span:nth-of-type(1){
	position: absolute;
	left: 50%;
	margin-left: -140px;
}

.WitchHPBox-Btn span:nth-of-type(2),
.WitchHPBox-Btn span:nth-of-type(3){
	position: absolute;
	left: 50%;
	margin-left: 40px;
}
.Next{
	display: block;
}
.WitchHPBox-Btn .Yes{
	display: none;
}
.WitchHPBox-Btn>span{
    margin-top: 13px;
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
}



.WitchHPBox-img-item{
	float: left;
	padding: 10px;
	display: inline-block;
	width: 14.2%;
	height: 90px;
	/*border: 1px solid black;*/
	overflow:hidden;
	margin-top: 10px;
	text-align: center;
}
.WitchHPBox-img-item-hover{
    border: 3px solid #008cee !important;
}
.WitchHPBox-img-item-active{
    border: 3px solid #008cee !important;
}
.SceneStyle .SceneStyle-active{
    border: 1px solid #e70;
}

.WitchHPBox-img-item>div{
	width: 100%;
	height: 100%;
	border: 3px solid #44454b;
    background: #585858;
	overflow:hidden;
}
.WitchHPBox-img-item>div>img{
	margin-top: -8px;
	width: 64px;
}



.WitchHPBox-content{
}
.WitchHPBox-Btn{

}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}

/*场景编辑*/
.SceneEditing{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.addScene{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.addScene-Box{
	position: absolute;
	/*background-color: rgba(244,244,244,1);*/
	background-color: #F4F4F4;
	width: 1100px;
	height: 700px;
	top: 50%;
	left: 50%;
	font-size: 14px;
	transform: translate(-50%,-50%);
}
.addScene-Tab .addScene-active{
	background-color: #FF6600;
	color: #fff;
}
.addScene-Tab{
	padding: 0 15px;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin:20px 0;
	text-align: center;
	line-height: 40px;
}
.addScene-Tab span{
	float: left;
	color: #444444;
	display: inline-block;
	width: 33.33%;
	height: 100%;
	background-color: #fff;
}
.addScene-content{
	padding: 0 15px;
	color: #000;
}

.addScene-local{
	padding: 0 15px;
	width: 100%;
	/*height: 300px;*/
}
.addScene-library,.addScene-mShare{
	display: none;
	margin-top: -15px;
}
.addScene-library .addScene-programme{
    margin-top: -10px;
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 325px;
    /*border: 1px solid black;*/
    overflow-y:auto;
}
.addScene-loading{
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	display:none;
}
.addScene-programme-login{
	/*visibility: hidden;*/
	float: left;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background-image: url('../images/login.gif');
	background-size: 60px 60px;
	z-index: 99;
}
.addScene-mShare{
    width: 100%;
    height: 510px;
    /*border: 1px solid black;*/
    overflow-y:auto;
}
.addScene-programme-Scene,.addScene-programme-personal-Scene,.addScene-mShare-Scene,.addScene-mShare-programme-Scene{
    margin-top: -10px;
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 515px;
    /*border: 1px solid black;*/
}
.addScene-programme-Scene,.addScene-programme-personal-Scene{
    overflow-y:auto;
}
.addScene-programme-Scene,.addScene-programme-personal-Scene,.addScene-mShare-Scene,.addScene-mShare-programme-Scene{
    display: none;
}
.addScene-programme-Scene>li,.addScene-programme-personal-Scene>li,.addScene-mShare-Scene>li,.addScene-mShare-programme-Scene>li{
	border: 2px solid #fff;
	display: inline-block;
    margin: 10px 7px;
    width: 189px;
    border: 0;
    height: 207px;
    overflow: hidden;
}
.addScene-programme-Scene>li>img,.addScene-programme-personal-Scene>li>img,.addScene-mShare-Scene>li>img,.addScene-mShare-programme-Scene>li>img{
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
}
.addScene-programme-Scene>li>img:hover,.addScene-programme-personal-Scene>li>img:hover,.addScene-mShare-Scene>li>img:hover,.addScene-mShare-programme-Scene>li>img:hover{
	border:2px solid #E70 !important;
}
.addScene-programme-Scene-liactive{
	border:2px solid #E70 !important;
}

.addScene-programme-Scene-liactive{
	background-color: #000;
}
.addScene-programme-Scene-liactive>img{
	opacity: 0.6;
}

.addScene-library .addScene-programme li{
	display: inline-block;
    margin: 10px 7px;
	width: 140px;
	border: 0;
	height: 100px;
}
.addScene-library-input{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
	height: 100%;
}

.addScene-library>span{
	display: inline-block;
	color: red;
	font-size: 12px;
	margin-top: 7px;
}
.upload-Btn-tixing{
	position: absolute;
	bottom: 32px;
	display: inline-block;
	color: red;
	font-size: 14px;
}
.addScene-local-name{
	color: #555;
	border: 1px solid #ddd;
	margin: 15px 0;
	width: 100%;
	height: 35px;
	padding-left: 9px;
}
.addScene-local-upload{
	position: relative;
	height: 435px;
	width: 100%;
	background-color: #fff;
	border:1px solid #dadada;
}
.addScene-local-upload-Btn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -84px;
	display: inline-block;
	width: 168px;
	height: 44px;
	overflow:hidden;
}
.upload-Btn-a{
	margin-left: -100px;
	margin-top: -100px;
}
.addSceneImg{
	box-sizing:border-box;
	position: relative;
	width: 100%;
	height: 90px;
	border: 1px solid #ddd;
}
.addSceneImg-thumbnail{
    height: 90%;
    position: absolute;
    display: inline-block;
    /* margin-top: 5%; */
    top: 5%;
    margin-left: 20px;
}
.addSceneImg-imgName{
	line-height: 90px;
	color: #838383;
	float: right;
    display: inline-block;
	/*border: 1px solid green;*/
	width: 60%;
	height: 100%;
}
.addSceneImg-imgNameSpan{

}

.addScene-local-upload-Btn input{
	width: 500%;
	height: 500%;
	opacity: 0;
}
.addScene-local-upload-Btn span{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E70;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
}
.addScene-Btn{
	width: 100%;
	height: 50px;
	position: relative;
	padding: 0 15px;
	top: 10px;
	/*border: 1px solid black;*/
}
.addScene-Btn span{
	display: inline-block;
	float: right;
	width: 54px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 3px;
	color:#FFF;
	background-color: #e70;
	position: absolute;
    top: 8px;
    right: 90px;
    cursor: pointer;
}
.addScene-Btn .addScene-Btn-library{
    position: absolute;
    top: 8px;
    right: 19px;
}
.addScene-Btn .addScene-Btn-Library-local{
	right: 116px;
}
.addScene-Btn .addScene-Btn-Library-library{
	right: 44px;
}
.addScene-Btn .addScene-Btn-go-back{
    width: 93px;
    right: 15px;
    display: none;
}




.Scene-Box{
	position: absolute;
	width: 70%;
	height: 460px;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -35%;
	background-color: #fff;
}
.Scene-Box-top{
	height: 42px;
	widows: 100%;
	border-bottom: 1px solid black;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #eee;
}
.Scene-top-title{
	display: inline-block;
	width: 100px;
	height: 100%;
	line-height: 42px;
	text-align: center;
	color: black;
	font-size: 14px;
	float: left;
}
.Scene-top-close{
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	margin-right: 11px;
	background-image: url('../images/close.png');
	background-size: 20px 20px;
}

.Scene-Box-centent{
	height: 410px;
	width: 100%;
	/*border: 1px solid black;*/
}
.centent-increase{
	margin: 20px 0;
	/*padding: 10px;*/
	height: 300px;
	width: 100%;
	/*border: 1px solid black;*/
}
.increase-panel{
	width: 100%;
	height: 100%;
	/*margin: 10px;*/
	display: flex;
	align-items:center;
	flex-wrap:wrap;
	/*border: 1px solid black;*/
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
.increase-panel::-webkit-scrollbar{
	width: 8px;
}
.increase-panel::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    height: 20px;
    border-radius: 10px;
    background-color: #b5b5b5;
}
.increase-panel::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
    background: #EDEDED;
}
.increase-panel li{
	/*border: 1px solid black;*/
	margin: 10px 8px;
	width: 194px;
	height: 278px;
}
.item-addBgImg{
	background-color: #F4F4F4;
	background-image: url('../images/addpic-bg.png');
}
.item-img{
	position: relative;
	width: 100%;
	height: 192px;
	/*border: 1px solid black;*/
}
.item-img-img{
	position: relative;
	width: 100%;
	height: 192px;
	background-size: 192px 192px;
}
.item-img-btnArea{
	position: absolute;
	top: 162px;
	font-size: 12px;
	width: 99%;
	height: 27px;
	background: rgba(0,0,0,.3);
	/*border: 1px solid red;*/
}
.item-img-btnArea span{
	display: inline-block;
	height: 100%;
	line-height: 27px;
	width: 30px;
	float: right;
}
.item-img-btnArea-replace:hover,
.item-img-btnArea-delete:hover{
	color: #e70;
}

.item-ipt{
	width: 100%;
	height: 86px;
	text-align: center;
	color: black;
	font-size: 12px;
	border: 1px solid #ddd;
}
.item-ipt-name{
	margin-top: 6px;
}
.item-ipt input{
	display: inline-block;
	font-size: 12px;
	outline: none;
	margin-top: 15px;
	margin-left: 5px;
	padding-left: 5px;
	width: 120px;
	height: 20px;
}

.centent-increase-Btn{
	height: 110px;
	width: 100%;
	color: black;
	text-align: center;
}
.centent-increase-Btn>span{
	display: inline-block;
	/*border: 1px solid black;*/
	border-radius: 2px;
	text-align: center;
	line-height: 35px;
	/*margin-top: 4px;*/
	width: 110px;
	height: 35px;
}
.increase-Btn-confirm{
	color: #e70;
	background-color: #FEF5EC;
	border: 1px solid #ffd7ae;
}
.increase-Btn-cancel{
	color: #fff;
	background-color: #EE7700;
}



/*BGM 背景音乐*/
.BGM{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.BGM-Box{
	position: absolute;
	color: rgba(0,0,0,1);
	width: 700px;
	height: 470px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -260px;
	background-color: #fff;
}
.BGM-top{
	/*border: 1px solid black;*/
	height: 50px;
	width: 100%;
	background-color: #F8F8F8;
}
.BGM-top>div{
	/*display: flex;*/
	width: 50%;
	height: 100%;
	/*border: 1px solid black;*/
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}
.BGM-title-library{
	float: left;
}
.BGM-title-Diy{
	float: right;
}
.BGM-top-active{
	background-color: #EE7700;
	color: #fff;
}

.BGM-centent{
	display: inline-block;
	overflow-y: scroll;
	height: 360px;
	width: 100%;
	/*border: 1px solid black;*/
	margin: 0px;
	padding: 10px 20px;
}
.BGM-centent-type{
	display: block;
	width: 100%;
	height: 60px;
}
.BGM-centent-type ul li{
	margin: 6px 5px;
	font-size: 14px;
	color: #666;
	display: inline-table;
	border: 1px solid #666;
	padding: 3px 10px;
	border-radius: 5px;
}
.BGM-centent-type ul li:hover{
    cursor: pointer;
}
.BGM-centent-type ul li.type-active{
	border: 1px solid #e70;
	color: #e70;
}
.BGM-centent .BGM-centent-active{
	display: block;
}
.BGM-centent .bgm-centent-activec{
	display: none;
}
.BGM-content-library{
	width: 100%;
	height: 100%;
	padding: 20px;
	border: 1px solid red;
}
.BGM-centent-Diy{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.BGM-centent-Diy-Tips{
	display: inline-block;
	margin-top: 100px;
}
.diy-uploadBgm{
	position: absolute;
	opacity: 1;
	top: 150px;
	left: 184px;
	width: 94px;
	height: 30px;
	opacity: 0;
}
.BGM-centent-Diy-Btn{
	position: absolute;
	border-radius: 5px;
	pointer-events:none;
	text-align: center;
	line-height: 30px;
	top: 150px;
	left: 184px;
	display: inline-block;
	width: 94px;
	height: 30px;
	border: 1px solid black;
	background-color: #8E9192;
	color: #fff;
}

.BGM-btn{
	display: inline-block;
	width: 100%;
	height: 50px;
	/*border: 1px solid black;*/
	/*margin-top: 5px;*/
	text-align: center;
}
.BGM-btn span{
	display: inline-block;
	width: 90px;
	height: 35px;
	/*border: 1px solid black;*/
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
}


/*户型图*/
.Apartment-img{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.Apartment-Box{
	position: absolute;
	width: 700px;
	height: 480px;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -350px;
	background-color: #fff;
	color: black;
}
.Apartment-content{
	width: 100%;
	height: 438px;
	/*border: 1px solid black;*/
	padding: 20px;
}
.Apartment-content-type{
	display: flex;
	width: 100%;
	height: 50px;
	/*border: 1px solid black;*/
	line-height: 50px;
	text-align: center;
	color: #333;
	font-size: 14px;
	justify-content:center;
	 align-items:baseline;
}
.Apartment-type-item{
	margin-left: 30px;
}
.Apartment-type-item input{
	position: relative;
	top: 2px;
}
.Apartment-type-item span:last-child{
	margin-left: 4px;
}

.Apartment-content-type span:first-child{
	font-size: 16px;
	margin-left: 0;
}
.Apartment-content-upload{
	width: 100%;
	height: 273px;
	/*border: 1px solid black;*/
	text-align: center;
}
.Apartment-content-upload input{
	display: inline-block;
	opacity: 0;
	width: 150px;
	height: 150px;
}
.Apartment-show-img{
	display: inline-block;
    opacity: 0;
    width: 150px;
    height: 150px;
}
.Apartment-show-img img{
	width: 100%;
	height: 100%;
}
.upload-bg{
	display: inline-block;
	position: relative;
	/*background-image: url('../images/tianjia.png');*/
	margin-top: 38px;
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
}
.Apartment-file-btn{
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
}
.Apartment-file-btn img{
	width: 100%;
	height: 100%;
}
.upload-Tips{
	margin-top: 25px;
	color: #737373;
	display: inline-block;
	font-size: 12px;
}
.HotStorage{
	display: none;
	position: absolute;
	width:284px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -142px;
	font-size: 14px;
	background-color: rgba(0,0,0,.6);
}
.HotStorage-top{
	height: 45px;
	width: 100%;
}
.HotStorage-top-title{
	display: inline-block;
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
}
.HotStorage-btn{
	width: 100%;
	height: 50%;
	text-align: center;
}
.HotStorage-btn>span{
	display: inline-block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.hot-btn-Storage{
	border-color: #e70;
    background-color: #e70;
    margin-right: 5px;
}
.hot-btn-delete{
	margin-left: 5px;
	color: #333;
	border: 1px solid #dedede;
    background-color: #f1f1f1;
}
.HotspotItme{
	position: relative;
	width: 100%;
	height: 37px;
	display: inline-block;
	margin-top: 5px;
	line-height: 37px;
	border: 1px solid #e70;
}
.HotspotItme-iconSpan{
	position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    /* margin-top: 8px; */
    position: absolute;
    top: 3px;
    left: 28px;
}
.HotspotItme-icon{
	width: 24px;
}
.HotspotItme-name{
	display: inline-block;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 72px;
}
.HotspotItme-delete{
	float: right;
	margin-right: 40px;
	color: #E6E6FA;
	display: inline-block;
	width: 30px;
	height: 37px;
	line-height: 37px;
	cursor:pointer;
}
.HotspotItme-delete:hover{
	color: #F5FFFA;
}
.login-img-inner{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	/*visibility: hidden;*/
	display: none;
	z-index: 9;
}
.login-img-inner-gif{
	width: 100%;
	height: 100%;
}

.addScene-select{
	border-radius: 5%;
	background: #FF6600;
	opacity: 0.9;
	border:1px solid #FF6600 !important;
}


.dow-img{
    position: absolute;
    bottom: 110px;
    left: 50%;
    width: 165px;
    height: 75px;
    transform: translateX(-50%);
}
.dow-img a{
	display: block;
	text-align: center;
	line-height: 2;
}