/* 
 --- reset---
*/
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
label,
fieldset,
legend,
input,
textarea,
p,
span,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}
*,
*:before,
*::after {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #333;
	outline:none;
}
img {
	border: none;
	vertical-align: middle;
}
em,i{
	font-style: normal;
}
ul,li{
	list-style: none;
}
html,
body {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333;
	background: #f8f8f8;
	font-family: Helvetica, Tahoma, Arial, "PingFang SC","PingFang-Regular", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#app {
    width: 100%;
    height: 100%;
    /* 仅适用于Mac OS X / macOS （抗锯齿，页面更加清晰）*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button{
	cursor: pointer;
}
input,button{
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: none;
}
input:disabled{
    background:none;
    opacity: 0.55;
    pointer-events: none;
}
input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}
input:focus::-webkit-input-placeholder {
	color: #999;
}
blockquote,q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"]{
	-moz-appearance: textfield;
}


/* 
 --- 复用类---
*/
.bgtheme{
	background: #3266CC;
}
.bgfff{
	background: #fff;
}
.bgf2{
	background: #f2f2f2;
}
.ctheme{
	color: #3266CC;
}
.cfff{
	color: #fff;
}
.c333{	
	color: #333;
}
.cccc{
	color: #ccc;
}
.c666{	
	color: #666;
}
.c999{
	color: #999;
}
.fs10{
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.fs28 {
	font-size: 28px;
}
.fs24 {
	font-size: 24px;
}
.mt2{
	margin-top: 2px;
}
.mt5{
	margin-top: 5px;
}
.mt7{
	margin-top: 7px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mb7{
	margin-bottom: 7px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.ml5{
	margin-left: 5px;
}
.ml7{
	margin-left: 7px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml35{
	margin-left: 35px;
}
.ml40{
	margin-left: 40px;
}
.ml70{
	margin-left: 70px;
}
.ml100{
	margin-left: 100px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.pl7{
	padding-left: 7px;
}
.pl10{
	padding-left: 10px;
}
.pl15{
	padding-left: 15px;
}
.pl20{
	padding-left: 20px;
}
.pl30{
	padding-left: 30px;
}
.pb20{
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.oh{
	overflow: hidden;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fw{
	font-weight: bold;
}
.fs0{
	flex-shrink: 0;
}
.cp{
	cursor: pointer;
}
.img100{
	display: block;
	width: 100%;
	height: 100%;
}
.oneline {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.twoline {
	/*多行溢出问题放一个盒子里面*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.threeline {
	/*多行溢出问题放一个盒子里面*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.flex {
	display: flex;
}
/*flex 自动填充*/
.flex1 {
	flex: 1;
}
.flex2 {
	flex: 2;
}
.flex3 {
	flex: 3;
}

/*flex-wrap 自动换行*/
.flex-wrap {
	flex-wrap: wrap;
}

/*flexv 竖直排列*/
.flexv {
	flex-direction: column;
}

/*水平垂直居中*/
.flexc {
	justify-content: center;
}

/*jus-b 水平两端对齐*/
.jus-b {
	justify-content: space-between;
}

/*jus-a 水平相等间距*/
.jus-a {
	justify-content: space-around;
}

/*jus-s 首端对齐*/
.jus-s {
	justify-content: flex-start;
}

/*ali-c 竖直居中*/
.ali-c {
	align-items: center;
}
/* 自定义滚动条 */
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: rgba(216,216,216,.8);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #FAFAFA;
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(216,216,216,1);
}



/* ---公共样式--- */
.com-container{
    position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 150px;
}
.com-main{
	width: 1200px;
	min-height: 600px;
	margin: 0 auto;
}
.com-hover{
	cursor: pointer;
	transition: all 0.2s;
}
.com-hover:hover{
	color: #3266CC;
}
.com-crumb .el-breadcrumb__inner{
	font-size: 14px;
	font-weight: normal;
}
.com-crumb .el-breadcrumb__inner.is-link{
	color: #3266CC;
}
.com-full-btn{
	display: block;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	background: #3266CC;
	font-size: 14px;
	color: #fff;
	padding: 0 22px;
	border-radius: 4px;
}
.com-full-btn:hover,.com-plain-btn:hover{
	opacity: 0.9;
}
.com-plain-btn{
	display: block;
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #3266CC;
	padding: 0 22px;
	border: 1px solid #3266CC;
	border-radius: 4px;
}
/* 复制选择的颜色 */
.com-html ::-moz-selection{
	background: #B3D7FF;
	color: #333;
}
.com-html ::selection{
	background: #B3D7FF;
	color: #333;
}
.com-html p[type=chapter]{
    font-size: 20px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 20px;
}
.com-html p:nth-child(2){
   text-align: center;
}
.com-html p:nth-child(3){
	text-indent: 0;
}
.com-html p{
	line-height: 26px;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	text-indent: 32px;
}

/* 
   ---  element-ui 自定义样式 ---
*/
/* el-dialog弹窗偶尔遮罩层全部变黑 */
.v-modal{
	opacity: 1;
	background: rgba(0, 0, 0, 0.5) !important;
}
.btnfs18-theme{
	background: #3266CC;
	font-size: 18px;
	color: #fff;
}
.btnfs18-theme:focus, .btnfs18-theme:hover{
    opacity: 0.9;
	background: #3266CC;
	color: #fff;
}
.btnfs16-theme{
	background: #3266CC;
	font-size: 16px;
	color: #fff;
}
.btnfs16-theme:focus, .btnfs16-theme:hover{
    opacity: 0.9;
	background: #3266CC;
	color: #fff;
}
.tool1-popper{
	min-width: 80px !important;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}
.tool2-popper{
	min-width: 200px;
	padding: 10px 0 15px 0;
}
.index-radio .el-radio {
    margin-right: 17px !important;
}
.index-radio .el-radio__label {
    font-size: 16px !important;
	color: #333 !important;
}
.el-loading-spinner{
	top: 240px;
}
.el-loading-mask{
    z-index: 99;
}
.el-breadcrumb__separator{
	color: #333;
}
.el-radio {
    margin-right: 25px !important;
}
.el-radio__label {
    font-size: 14px !important;
}
.el-radio__input.is-checked .el-radio__inner{
	border-color: #3266CC !important;
    background: #3266CC !important;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #606266 !important;
}
.el-radio__inner:hover {
    border-color: #3266CC !important;
}
.el-pagination button, .el-pagination span:not([class*=suffix]) {
	font-size: 14px;
}
.el-pagination__sizes .el-input__inner{
	border: none;
}
.el-pagination__sizes .el-select .el-input .el-select__caret{
	color: #000 !important;
}
.el-pagination.is-background .btn-next, 
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	background: none !important;
	border: 1px solid #ddd !important;
	color: #3266CC !important;
	border-radius: 8px !important;
	opacity: 0.7;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #3266CC !important;
	color: #FFF !important;
	opacity: 0.7;
}
.el-pagination.is-background .el-pager li.more{
	border: none !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, 
.el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: #3266CC;
    border-color: #3266CC;
}
.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner{
	border-color: #3266CC;
}
.no-popper-arrow .el-popper[x-placement^=bottom] .popper__arrow,
.no-popper-arrow.el-popper[x-placement^=bottom] .popper__arrow{
	display:none;
}
.dropdown-all.el-dropdown{
	width: 70px;
	display: block;
}
.dropdown-data.el-dropdown{
	position: relative;
	display: block;
	left: 30px;
}
.seacher-data.el-dropdown-menu{
	top: 200px !important;
    width: 772px;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(193, 210, 255, 0.5);
    border-radius: 3px;
    border: 1px solid #9EA6AF;
}
.seacher-data .el-dropdown-menu__item:focus,
.seacher-data .el-dropdown-menu__item:not(.is-disabled):hover{
    background-color: #fff !important;
    color: #3266CC !important;
}
.hidden-popper.el-dropdown-menu{
	border: none !important;
	box-shadow: none !important;
	background: none !important;
}
.seacher-select.el-select{
	width: 110px;
    height: 60px;
}
.seacher-select .el-input__inner{
	width: 110px;
	height: 60px;
	font-size: 16px;
    color: #333;
	border: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.seacher-select .el-input__suffix{
    right: 10px;
	top: -1px;
	height: auto;
}
.seacher-select .el-select__caret {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAOhJREFUWEft1U8HAkEch/Fn307vohdRRIeIDhHRISIqokNEdIjoEEv1JnoVvZPuGYpt29n5zcz+ucyel+ez37WzETVfUc19AiAsEBbwXaAHvIC76+fsA5gDq094ASxdEK6AGbBOBZ0QLoApsNE8rTXCFjABtoaprRA2gDGwE75nMUIKGAF7Yfx7mwghAQyBg2VcjDABBsDRMS5C5AH6wMkzbkToAOqEOxcUz0VkAbrApeC4FpEGdIC4pHgmIgloA9eS43+IJOAGtCoCPICmaiUBjQoB6vf9TAMqevjfjOkgKh0VAGGBsMAbeqogIYTOyVAAAAAASUVORK5CYII=) no-repeat center;
    background-size: 11px 12px;
}
.seacher-select .el-input__suffix .el-icon-arrow-up:before {
	content: "";
}
.el-select-dropdown{
	z-index: 999 !important;
}
.seacher-select .el-select-dropdown__wrap{
	padding-bottom: 5px;
	max-height: 290px !important;
}
.seacher-select .el-select-dropdown{
	left: 0px !important;
}
.seacher-select .el-select-dropdown__item{ 
	text-align: center;
    font-size: 14px;
}
.seacher-select .el-input__icon{
	line-height: 22px;
}
.seacher-select .el-select-dropdown__item:hover,.seacher-select .el-select-dropdown__item.selected{
	color: #3266CC;
    font-weight: normal;
	background: none;
}
.el-popover .modify-avatar{
	padding: 15px 25px;
}
.el-select-dropdown__wrap{
	margin-bottom: -8px !important;
}
.el-popover .modify-avatar .avatar-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    width: 264px;
    height: 212px;
    border-right: 2px solid #ccc;
}
.el-popover .modify-avatar .avatar-list .avatar-img{
	cursor: pointer;
	flex-shrink: 0;
	width: 94px;
	height: 94px;
	border: 1px solid #DEE1E8;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 24px;
	margin-bottom: 24px;
}
.el-popover .modify-avatar .avatar-upload{
    width: 168px;
    height: 212px;
}
.popover-desc.el-popover{
    width: 530px;
	height: auto;
	padding: 15px 50px 20px 27px;
	font-size: 14px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 #9EA6AF;
	border-radius: 4px;
}
.aplayer-wrap{
	padding: 0;
}


