/*æ»šåŠ¨æ¡*/
.el-scrollbar__wrap {
	overflow-x: hidden !important;
}
/*æ»šåŠ¨æ¡*/
html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","å¾®è½¯é›…é»‘",Arial,sans-serif;
}
/*can*/
.canvas{
	width: 100%;
	height: 100%;
	background-color: #D5D5D5;
	position: absolute;
	top:0;
	left: 0;
}
.cont-header{
	width: 100%;
	height: 40px;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	background-color: #F5F5F5;
	padding-left: 0px;
	display: flex;
	align-items:center;
	justify-content:space-between;
	position: relative;
}
.imgLogo{
	width: auto;
	height: 100%;
	display: flex;
	align-items:center
}
.imgLogoName{
	font-weight: bold;
	margin-left: 5px;
}
.text-color{
	color: #666;
}
.cont-body{
	position: relative;
	width: 100%;
	overflow: hidden;
}

/*can*/
.canvas{
	width: 100%;
	height: 100%;
	background-color: #D5D5D5;
	position: absolute;
	top:0;
	left: 0;
}
/*can*/

.cont-body-left{
	position:absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.main-title{
	position: relative;
	width: 70px;
	height: 100%;
	background-color: #F5F5F5;
	border-right: 1px solid #DDD;
}
.main-title li{
	position: relative;
	padding: 13px 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
	transition: color 0.3s;
}
.main-title li:hover{
	color: #70cd53;
}
.left-block-adsloute{
	position: absolute;
	top: 11px;
	left: 4px;
	width: 3px;
	height: 20px;
	background-color: #70cd53;
	transition: top 0.15s;
	display: none;
}
.main-title .main-title-active{
	color: #70cd53;
}
.main-title-active:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 4px;
	width: 3px;
	height: 20px;
	background-color: #70cd53;
}

.main-body,.main-my-body{
	position: absolute;
	left: 71px;
	top: 0px;
	width: 300px;
	height: 100%;
	border-right: 1px solid #DDD;
	background-color: #F5F5F5;
}
.main-my-body{
	display: none;
}
.main-body{
	display: none;
}
.main-my-title{
	color: #9a9a9a;
	font-size: 14px;
	padding: 10px 15px;
}
.main-my-title span{
	color: #fe7400;
}
.main-body-from{
	width: 100%;
	height: 55px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
}
.main-body-from input{
	flex-grow:4;
}
.main-body-from button{
	flex-grow:1;
	margin-left: 10px;
	width: 80px;
	height: 40px;
}
.main-scroll-itemList{
	padding: 5px;
	box-sizing: border-box;
}
.main-scroll-itemList li{
	position: relative;
	width: 85px;
	height: 85px;
	border-radius: 5px;
	background-color: #000;
	float: left;
	margin-left: 9px;
	margin-bottom: 9px;
	opacity: 1;
	overflow: hidden;
}
.main-scroll-itemList li i{
	position: absolute;
	right: 3px;
	top: 3px;
	color: #FFF;
	display: none;
	z-index: 1;
}
.main-scroll-itemList li img{
	width: 100%;
	height: 100%;
	filter: alpha(opacity=1);
	transition: opacity 0.3s;
}
.main-scroll-itemList li:hover img{
	opacity: 0.7;
	filter: alpha(opacity=0.7);
	cursor: pointer;
}
.main-scroll-itemList li:hover i{
	display: block;
	cursor: pointer;
}
/*åˆ†ç±»é€‰é¡¹*/
.template-input-buttom-type{
	padding:10px 10px 0;
	width: 400px;
	position: absolute;

	z-index: 100;
	background-color: #FFF;
	box-shadow:3px 3px 8px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.template-input-buttom-type>div{
	border-bottom: 1px dashed #F5F5F5;
}
.template-input-buttom-type>div:last-of-type{
	border-bottom: none;
}
.type-cont-title{
	margin: 10px 0;
	color: #666;
	font-size: 14px;
}

.type-cont>div:first-of-type{
	margin-top: 0px;
}
.type-item-list{

}
.type-item-list li{
	width: 67px;
	height: 30px;
	background-color:#F5F5F5;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #666;
	cursor: pointer;
	border-radius: 4px;
	position: relative;
	/*overflow:hidden;*/
	user-select:none;
}
.type-item-list li:first-of-type,.type-item-list li:nth-of-type(5n+1){
	margin-left: 0px;
}
.type-item-list li:hover{
	background-color: #F0F0F0;
	color: #777;
}
.type-item-list .type-link-1,.type-item-list .type-link-1:hover,.type-item-list .el-icon-remove-outline,.type-item-list .el-icon-remove-outline:hover{
	background-color: #70cd53;
	color: #FFF;
}
.type-item-list .el-icon-remove-outline:before{
	position: absolute;
	top: -7px;
	right: -6px;
	font-size: 14px;
	color: #70cd53;
	height: 12px;
	border-radius: 50%;
	line-height: 1;
	background-color: #FFF;
}
.foot-btn{
	width: 100%;
	height: 60px;
	border-top: 1px solid #F2F2F2;
	line-height: 60px;
}
.foot-btn .btn-block{
	float: right;
}
.listInfo-item-info-tab-1{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*åˆ†ç±»é€‰é¡¹*/

/*è¯¦ç»†ä¿¡æ¯ç•Œé¢*/
.main-info-model{
	position: absolute;
	width: 270px;
	height: 370px;
	background-color: #FFF;
	left: 370px;
	top: 60px;
	display: none
}
.main-info-img{
	width: 100%;
	height: 270px;
	background-color: #0FF;
}
.main-info-img img{
	width: 100%;
	height: 100%;
}
.mian-info-text-title{
	margin-top: 15px;
	margin-left: 15px;
	font-size: 18px;
	font-weight: 600;
}
.mian-info-text-name,.mian-info-text-mun{
	margin-top: 5px;
	margin-left: 15px;
	font-size: 14px;
}
/*è¯¦ç»†ä¿¡æ¯ç•Œé¢*/

/*é¡µé¢ä¸»ä½“*/

/*åˆ†é¡µé€‰é¡¹*/
.main-itemList-pagination{
	width: 80%;
	margin:0 auto;
	font-size: 14px;
	margin-top:10px;
}
.main-itemList-pagination input{
	width: 30px;
	text-align: center;
	outline: none;
}
.main-itemList-pagination .right-pag{
	float: right;
}
.main-itemList-pagination .right-pag span,.main-itemList-pagination  .pag-jump{
	margin-left: 8px;
	cursor: pointer;
	color: #666;
	transition: color 0.3s;
	user-select:none;
}
.main-itemList-pagination .right-pag span:hover,.main-itemList-pagination .pag-jump:hover{
	color: #57cd70;
}
.main-itemList-pagination .right-pag .not-pag{
	color: #ccc;
}
.main-itemList-pagination .right-pag .not-pag:hover{
	color: #ccc;
	cursor: not-allowed;
}
/*åˆ†é¡µé€‰é¡¹*/

/*æè´¨å±žæ€§*/
.edit-panel-wrapper{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 280px;
	height: 10px;
}

.setUp_btn{
	position: absolute;
	left: 50%;
	bottom:70px;
	transform: translateX(-10%);
}
.setUp_btn button{
	width:200px;
}

/*è®¾ç½®æŒ‰é’®*/

/*gui*/

#myGui{
	position: absolute;
	right: 0px;
	top: 0px;
}
/*gui*/


.renderModel{
	position: fixed;
	bottom:20px;
	right: 50px;
	width:100px;
	transform:translateX(-50%)	
	height: 80px;
	background-color: #FFF;
}
.renderModel_title{
	width:100%;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	color:#999;
	font-size: 16px;
}
.renderModel_body{
	padding: 10px 30px;
}
.renderModel_body button{
	font-size: 20px;
}
.renderModel_body .el-button{
	padding: 6px 10px;
}
.render_img{
	position:absolute;
	left: 17px;
	top: 17px;
	width: 627px;
	height: 492px;
	background-color: #888888;
}

.render_img_frame
{
	position:absolute;
	left: 15px;
	top: 15px;
	width: 628px;
	height: 493px;
	border: 2px solid darkgrey;
}

.render_info{
	position:absolute;
	top: 50px;
	right:15px;
	width: 25%;
	height: 470px;
}
.render-block .el-dialog__body{
	padding: -5px;

}

.render-block .el-dialog__header{
	padding: 0px 20px;
}
.render-block .el-dialog__header button{
	display: none;
}

.render_info>p{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	left: 30px;
	top: 0px;
	position: absolute;
}
.render-load{
	font-size: 24px;
	box-sizing: border-box;
	padding: 0 15px;
	width: 150%;
	height: 50px;
	bottom: 10px;
	right: 520px;
	color:#ffff00;
	position: absolute;
	display: none;
}
.render-btn{
	box-sizing: border-box;
	padding: 0 15px;
	position:absolute;
	bottom: 0px;
	left: 0;

	width: 100%;
	height: 200px;
}
.render-btn .el-button:nth-of-type(2){
	margin-top:90px;
}
.render-btn .el-button+.el-button{
	margin-left: 0px;
}

#tempRenderTemplate
{
	position:absolute;
	display:block;
	top: 150px;
}

#tempRenderSize
{
	position:absolute;
	display:block;
	top: 70px;
}

#replaceImage
{
	position: absolute;
	display:none; /*none*/
	left:5px;
	right: 5px;
	bottom: 65px;
}

#startRender
{
	position:absolute;
	display:block;
	left:5px;
	right: 5px;
	bottom: 120px;
}

#stopRender
{
	position:absolute;
	display:none;
	left:5px;
	right: 5px;
	bottom: 120px;
}

#closeDialog
{
	position:absolute;
	display:block;
	bottom: 10px;
	left:5px;
	right: 5px;
}

.body-item-list-img{
	padding-left:10px;
	display: flex;
	flex-wrap:wrap;
}
.body-item-list-img li{
	width: 97px;
	height: 72px;
	margin-left: 6px;
	margin-bottom:25px;
	position: relative;
	border:1px solid rgba(0,0,0,0);
	cursor: pointer;
}

.body-item-list-img img{
	width: 100%;
	height: 100%;
}
.body-item-list-img li:nth-of-type(1),.body-item-list-img li:nth-of-type(3n+1){
	margin-left: 0px;
}
.body-item-list-img li p{
	font-size: 12px;
	text-align: center;
	color: #B5BABB;
}
.body-item-list-img .body-item-img{
	border:1px solid #6FCE51;
}
.body-item-list-img li>i{
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	width: 16px;
	height: 12px;
	background-color: #70CD51;
	color: #FFF;
	font-size: 12px;
	padding:1px 2px;
	box-sizing: border-box;
}

#tempRenderSize p,#tempRenderTemplate p
{
	margin-bottom: 5px;
	padding-left:5px;
}

#tempRenderSize
{
	padding-left:5px;
}

.body-item-list-img li:nth-of-type(2n-1){
	margin-left:0px;
}

.body-item-list-img li:nth-of-type(2n){
	margin-left:5px;
}

.el-select-dropdown__list {
	list-style: none;
	padding: 6px 0 24px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


