[v-cloak] {
	display: none;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


a {
	text-decoration: none;
	color: #6462f3;
}

.wt85 {
	width: 85%;
}

.wt100 {
	width: 100%;
}

.mr-8 {
	margin-right: 8px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-4 {
	margin-left: 4px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-16 {
	margin-left: 16px;
}

.ml-20 {
	margin-left: 20px;
}

.mt-8 {
	margin-top: 8px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pt-80 {
	padding-top: 80px;
}

.tar {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 字体图标 */
.iconfont {
	cursor: pointer;
}

/* 搜索高亮颜色 */
.search-text {
	color: #ff4949;
}


/* 大区域 */
.section {
	max-width: 1180px;
	margin: 0 auto;
}

/* 面包屑导航 */
.section .serverListNav {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section .serverListNav .nav-item:first-child {
	font-weight: bold;
	padding-left: 0px;
}

.section .serverListNav .nav-item {
	font-size: 14px;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #777777;
	color: #777777;
	display: inline-block;
	cursor: pointer;
}

.section .serverListNav .nav-item.noClick {
	cursor: default;
}

.section .serverListNav .nav-item:last-child {
	border: none;
	cursor: default;
}

/* 面包屑导航 end */


/* 超出显示滚动条 */
.nowrapShowpointer {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 超出显示滚动条  end*/


/* 介绍ul */
.notice-wrapper {
	background: #F3F3FF;
	border: 1px solid #AEABFF;
	border-radius: 4px;
	padding-left: 20px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
}

.notice-wrapper .notice-item {
	line-height: 24px;
	font-size: 14px;
	color: #6462f3;
}

/* 介绍ul end */




/* 标题 */
.sectionTitle {
	width: 100%;
	text-align: center;
	font-family: PingFang-SC-Bold;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1c1c20;
}

.from-title-wrapper .from-title {
	font-size: 18px;
}

.hoverShowMainColor:hover {
	color: #6462f3;
	cursor: pointer;
}




/* el-mentUl  更改默认样式 */

.el-select-dropdown__item.selected {
	color: #333;
}

.el-select-dropdown__item {
	color: #333;
}

.el-select-dropdown__item.hover {
	color: #6462f3;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
	background-color: #efeffd !important;
}

.el-menu--horizontal .el-menu .el-menu-item:hover {
	background-color: #efeffd !important;
}


.el-select .el-input.is-focus .el-input__inner {
	border-color: #6462f3;
}

/deep/.el-form-item .el-input__inner:focus {
	border-color: #6462f3;
}

/deep/ .el-tabs__item {
	text-align: center;
}

/deep/ .el-checkbox__inner:focus {
	border-color: #6462f3;
}

/deep/.el-form-item {
	margin-bottom: 20px;
}

/deep/.el-pagination {
	text-align: center !important;
}

/* el-mentUl  更改默认样式 end */

/* 按钮 start*/





.yzButton {
	border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #777777;
	cursor: pointer;
}

.yzButton.deep {
	background-color: #6462F3;
	color: #FFFFFF;
}

.yzButton.noColorTolight:hover {
	border: 1px solid #6462f3;
	color: #6462f3;
}

.yzButton.lightToDeep {
	border: 1px solid #6462f3;
	color: #6462f3;
}

.yzButton.lightToDeep:hover {
	background-color: #6462f3;
	color: #fff;
}

/* 按钮 end*/

.fleColumnC {
	display: flex;
	align-items: center;
}

.flecRowC {
	display: flex;
	align-items: center;
}


/* sweet alert 默认样式更改 */
.swal2-popup .swal2-title {
	font-weight: 500;
	font-size: 1.3rem;
	margin: 2rem 0 0 0;
	color: #212121;
}

.swal2-popup {
	width: 31em !important;
	max-width: 100% !important;
	padding: 2rem !important;
	border-radius: 0.42rem !important;
}

.swal2-popup .swal2-icon {
	margin: 2rem 0 0 0;
}

.swal2-title {
	font-weight: 600;
	font-size: 1.3rem;
	margin: 2rem 0 0 0;
	color: #212121;
}

.swal2-popup .swal2-content {
	font-weight: 400;
	font-size: 1.1rem;
	margin-top: 1.5rem;
	color: #464e5f;
}

.swal2-popup .btn {
	margin: 15px 5px 0;
}

.swal2-popup .swal2-styled:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.swal2-popup .swal2-actions {
	margin: 1.5rem auto 1rem auto;
}

.swal2-container {
	overflow-y: hidden !important;
}

.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, 0.2);
}

.swal2-container .swal2-html-container {
	max-height: 200px;
	overflow: auto;
}

body.swal2-height-auto {
	height: 100% !important;
}

.swal2-icon.swal2-warning {
	border-color: #ffa800 !important;
	color: #ffa800 !important;
}

.el-input-number .el-input__inner {
	text-align: left;
}

/* 表格表头字体颜色更改 */
/* .el-table thead {
  color: #333333;
} */

/* 表格复选框样式更改 */
/* .el-table th>.cell {
  padding-left: 5px;
}

.el-table-column--selection .cell {
  padding-left: 5px;
}

.el-table .cell {
  text-overflow: clip;
} */

/* .el-checkbox__inner::after {
  left: 3px;
  top: 0;
} */
/* .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  top: 3px;
} */

/* 表格样式 */
/* .el-table th,
.el-table tr {
  border-top: 1px solid #ebeef5;
  border-bottom: 2px solid #ebeef5 !important;
} */

/* 下拉框样式 */
.el-select-dropdown__item {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

/* 字体图标样式 */
.icon {
	cursor: pointer;
}

.icon:hover {
	cursor: pointer;
}

/* 字体颜色 */
.cloud-text-danger {
	color: #f56c6c;
}

.icon-vpc {
	color: #3673ff;
}

.cloud-text-warning {
	color: #e6a23c;
}

.cloud-text-success {
	color: #46bf8b;
}

.cloud-text-info {
	color: #cfcfcf;
}

.cursor {
	cursor: pointer;
}


.icon-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.icon-wrapper .icon {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	font-size: 18px;
}



/* 弹性盒子布局 */
.fboxRow {
	display: flex;
	flex-direction: row;
}

.fboxCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fboxColCenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fboxCol {
	display: flex;
	flex-direction: column;
}

.fboxColXend {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.fboxWrap {
	display: flex;
	flex-wrap: wrap;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex5 {
	flex: 5;
}

.flex6 {
	flex: 6;
}

/**/
.Xstart {
	justify-content: flex-start;
}

.Xcenter {
	justify-content: center;
}

.Xend {
	justify-content: flex-end;
}

.Xbetween {
	justify-content: space-between;
}

.Xaround {
	justify-content: space-around;
}

/**/
.Ystart {
	align-items: flex-start;
}

.Ycenter {
	align-items: center;
}

.Yend {
	align-items: flex-end;
}

.Ybaseline {
	align-items: baseline;
}

.Ystretch {
	align-items: stretch;
}

/* ======================================================================== 页面公用 */
/* 文字格式 */
.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}

.font21 {
	font-size: 21px;
}

.font22 {
	font-size: 22px;
}

.font23 {
	font-size: 23px;
}

.font24 {
	font-size: 24px;
}

.font25 {
	font-size: 25px;
}

.font26 {
	font-size: 26px;
}

.font27 {
	font-size: 27px;
}

.font28 {
	font-size: 28px;
}

.font29 {
	font-size: 29px;
}

.font30 {
	font-size: 30px;
}

.font31 {
	font-size: 31px;
}

.font32 {
	font-size: 32px;
}

.font33 {
	font-size: 33px;
}

.font34 {
	font-size: 34px;
}

.font35 {
	font-size: 35px;
}

.font36 {
	font-size: 36px;
}

.font37 {
	font-size: 37px;
}

.font38 {
	font-size: 38px;
}

.font39 {
	font-size: 39px;
}

.font40 {
	font-size: 40px;
}

.font41 {
	font-size: 41px;
}

.font42 {
	font-size: 42px;
}

.font43 {
	font-size: 43px;
}

.font44 {
	font-size: 44px;
}

.font45 {
	font-size: 45px;
}

.font46 {
	font-size: 46px;
}

.font47 {
	font-size: 47px;
}

.font48 {
	font-size: 48px;
}

.font49 {
	font-size: 49px;
}

.font50 {
	font-size: 50px;
}


.font-through {
	text-decoration: line-through;
}

.text-ellipsis {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.text-ellipsis.el-link {
	justify-content: start;
}

.font-weight {
	font-weight: bold;
}

/* ======================================================================== 表格样式更改 */
.el-table th>.cell {
	padding-left: 5px;
}

.el-table thead {
	color: #333333;
}

.el-table th,
.el-table tr {
	border-top: 1px solid #ebeef5;
}

.el-table td {
	padding: 5px 0;
}

.el-table td .cell {
	padding: 0 8px;
}

.el-table .cell .el-link,
.el-table .cell .el-link span {

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

.el-table .cell .el-link.is-underline:hover:after {
	content: none;
}

/* 选择框 */
.el-table .selection .cell {
	padding: 0;
}

.el-table .selection-id .cell {
	padding-left: 0;
}

.swal2-container {
	z-index: 9999 !important;
}
