@charset "UTF-8";
*{
	padding:0;
	margin:0; 
	outline: none;
	font-family:"PingFang SC","Microsoft YaHei",arial,"Hiragino Sans GB","Hiragino Sans GB W3";
	text-decoration: none;
	box-sizing:border-box;
	font-size:14px;
}
body{background:#fff; color:#636d7e;}
body::-webkit-scrollbar {width: 8px;}
body::-webkit-scrollbar-thumb { background-color: #ccc;}
ul{list-style:none;}
i{font-style:normal;}
a{color:#636d7e;}
.not-select{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blue-bt{
	background-color:#06a7ff !important;
	border-color:#06a7ff !important;
}
.blue-bt:active{
	opacity:0.7;
}

/* element ui样式调整*/

/* --百度云蓝 */
:root{
	--el-color-primary: #06a7ff;
	--el-color-primary-light-3: #38b9ff;
}
.el-message-box__status.el-message-box-icon--warning svg{
	font-size:30px;
}
.el-message-box__status.el-message-box-icon--error svg{
	font-size:30px;
}
.el-message-box__status.el-message-box-icon--success svg{
	font-size:30px;
}

.layout-main .item .file-icon .el-image-viewer__btn .el-icon svg{
	font-size:30px !important;
}

.el-icon.el-dialog__close{
	width:20px !important;
	height:20px !important;
}
.el-icon.el-dialog__close svg{
	width:20px !important;
	height:20px !important;
}

.el-alert .el-alert__description{
	margin-top:0px !important;
}

.el-alert--info.is-light svg{
	width:18px;
	height:18px;
}

.el-dialog__title{
	font-size:16px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	padding-right:15px;
}
.el-image-viewer__btn .el-icon svg{
	width:1.5em !important;
	height:1.5em !important;
}

.el-message-box__close svg{
	width:1.5em !important;
	height:1.5em !important;
}

