.page_title{
	text-align: center;
	font-size: 20px;
	padding:15px 0;
	color: #666;
}
.page_title.help{
	margin-top: 20px;
}
.page-title.lately_create{
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #666;
}
#create_app_box .desc{
	margin: 10px 0 0 20px;
}
#create_app_box .desc a{
	color: #5c92ef;
}
#theme_box{
	/*margin-top: 40px;*/
}
.theme_box_tit{
	text-align: left;
	font-size: 16px;
	padding-top: 30px;
	float: left;
}
.theme_item{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.theme_pic{
	display: block;
	width: 100%;
	max-height: 175px;
}
.theme_pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.theme_name{
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.theme_item-warp{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.theme_item-warp img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 10;
}
.help_box{
	background: #fff;
}
.help_box .left,
.help_box .right{
	float: left;
}
.help_box .left{
	width: 45%; 
	padding: 30px 0;
}
.help_box .right{
	width: 55%;
	padding-top: 30px;
}
.help_box .help-link{
	font-size: 16px;
	color: #666;
	padding: 0 10px;
}
.help_box .help-link-box{
	margin-bottom: 28px;
}
.help_box .help-text{
	color: #999;
	font-size: 14px;
	word-break:break-all;
	padding: 0 10px;
}
.app-list-warp{
	height: 150px;
	background: #fff;
	padding: 0 20px;
	overflow: hidden;
}
.app-list-box{
	background: #fff;
	text-align: center;
}
.app-list-box .app-list-box{
	margin: 0 auto;
}
.app-list-box .app-logo{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.app-list-box .app-logo a,
.app-list-box .app-logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.app-list-box .app-name{
	width: 100%;
	line-height: 20px;
	margin-top: 10px;
	font-size: 12px;
	padding: 0 5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.app-list-box .app-box{
	float: left;
	width: 80px;
	text-align: center;
	margin: 0 15px;
	padding: 30px 0;
}
#create_app_box .app_url{
	border-color: #e6e6e6;
	height: 50px;
}
#create_app_box .create_btn{
	padding: 10px 15px;
	background: #5c92ef;
	color: #fff;
	line-height: 28px;
}
#create_app_box .alert{
	margin-top: 15px;
	font-size: 14px;
}
#create_app_box .create_url_tips{
	padding-top: 5px;
	font-size: 12px;
	color: #ccc;
}
/*编辑*/
#edit-page{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#edit-page .left{
	position: relative;
	height: 100%;
	float: left;
	overflow: hidden;
	width: 250px;
	background: #fff;
	padding: 20px;
	z-index: 99;
}
#edit-page .edit-warp{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.open_edit_box{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}
#edit-page .right{
	padding-left: 250px;
	height: 100%;
}
.theme_container{
	position: absolute;
	height: 100%;
	overflow: hidden;
}
#edit-page .theme_warp{
	height: 100%;
	padding-top: 120px;
}
#edit-page .theme_box{
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#edit-page .theme_item{
	margin-bottom: 20px;
}
#edit-page .theme_name{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
#edit-page li.theme_item:last-child{
	margin-bottom: 0;
}

#edit-page .short_url_lable{
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
#edit-page .short_url{
	margin-bottom: 20px;
	word-break:break-all;
}
#edit-page .short_url a{
	font-size: 14px;
	color: #999;
}
.open_edit-btn{
	width: 100%;
	background: #fff;
	border-color: #5c92ef;
	color: #5c92ef !important;
	margin-bottom: 0;
}
.save-edit-tips{
	width: 100%;
	position: absolute;
	top: 0;
	text-align: center;
}
.save-edit-tips .alert{
	width: 90%;
	margin: 0 auto;
	background: rgba(0,0,0,0.6);
}
.save-edit-tips a{
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}
#edit-page .iframe-box{
	position: relative;
	width: auto;
    height: 100%;
    overflow: hidden;
}
#edit-page .iframe-box iframe{
	width: 100%;
	height: 100%;
    z-index: 20;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
#editModal .modal-content{
	background-color: #f7f7f7;
}
#editModal .modal-title{
	font-size: 14px;
	color: #333;
}
#editModal .modal-body{
	padding: 0;
}
#editModal .modal-content{
	border: none;
}
#editModal .jietu_lable{
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 30px 0 10px 0;
}
#editModal .jietu li{
	float: left;
	margin: 20px 20px;
}
#editModal .jietu .img_box{
	width: 100px;
	height: 180px;
	margin-bottom: 10px;
}
#editModal .jietu .img_box img{
	width: 100%;
	height: 100%;
}
#editModal .up_jietu_btn,
#editModal .up_logo_btn{
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}
#editModal .edit-form label{
	font-size: 14px;
	color: #333;
	font-weight: 400;
	padding-right: 0;
}
#editModal .modal-footer{
	text-align: center;
}
#editModal .modal-footer button{
	width: 120px;
	padding: 8px 0;
}
#editModal .app_logo_box{
	margin-bottom: 20px;
}
#editModal .app_logo{
	width: 60px;
	height: 60px;
}
#editModal .up_logo_btn{
	
}
#editModal .edit-form{
	padding-top: 30px;
	padding-right: 30px;
}
#editModal .edit-form .form-group{
	margin-bottom: 28px;
}
#edit-page .theme_item-warp img{
	width: 34px;
	height: 34px;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px;
}
#edit-page .theme_item.active .theme_item-warp{
	display: block;
}
.theme_container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.theme_container .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.theme_container .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.theme_container .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
.theme_container .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.theme_container .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background: #5c92ef;
}
@media (max-width: 992px) { 
	 * { touch-action: pan-y; }
	.help_box .left,
	.help_box .right{
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 640px) { 

}

@media (max-width: 480px) {
	#theme_box .col-xs-6{
		width: 100%;
	}
}

@media (min-width: 992px){
	#editModal .modal-dialog {
	    width: 900px;
	    margin: 30px auto;
	}
	#editModal .left{
		float: left;
		width: 300px;
	}
	#editModal .right{
		float: left;
		width: 600px;
		border-left: 1px solid #e6e6e6;
	}
	#editModal .edit-form{
		padding-left: 30;
	}
	input.form-control{
		/*height: 40px; 自定义页面*/
	}
	
}
