h1,
h3,
h5 {
	font-weight: bold !important;
}

h3 {
	color: #000000;
}

h5 {
	margin: 0;
}

* {
	box-sizing: content-box !important;
}

body {
	font-family: "微软雅黑", "宋体" !important;
}

.catalog .tile a,
a {
	color: #417dc9
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.ivu-modal-footer {
	border: none;
	border-top: none;
	padding: 0;
}

.export-tab-add {
	color: #407dc9;
	font-weight: 400;
}

.ivu-radio {
	margin-right: 8px;
}

.ivu-radio-wrapper {
	margin-right: 38px;
}

.ivu-radio-checked .ivu-radio-inner {
	border-color: #cccccc !important;
	width: 14.01px;
	height: 14.01px;
	
}

.ivu-radio-inner:after {
	background-color: #aaaaaa !important;
}


.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
	border-color: #d2d2d2;
}

.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
	border-color: #d2d2d2;
}

.ivu-tabs-ink-bar {
	background-color: #f2f2f2;
	height: 0;
}

.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
	border-color: #d2d2d2 !important;
}

.export-tab-custom span {
	color: #666666;
}

.export-tab-custom i {
	color: #cccccc;
	// margin-left: 4px;
}

.demo-tabs-style1>.ivu-tabs-card>.ivu-tabs-content {
	height: 120px;
	margin-top: -16px;
}

.demo-tabs-style1>.ivu-tabs-card>.ivu-tabs-content>.ivu-tabs-tabpane {
	background: #fff;
	padding: 16px;
}

.demo-tabs-style1>.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
	border-color: transparent;
}

.demo-tabs-style1>.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
	border-color: #fff;
}

.demo-tabs-style2>.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
	border-radius: 0;
	background: #fff;
}

.demo-tabs-style2>.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
	border-top: 1px solid #3399ff;
}

.demo-tabs-style2>.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #3399ff;
	position: absolute;
	top: 0;
	left: 0;
}

.export-tab-custom i {
	margin-left: 6px;
}

.c-clearfix {
	display: flex;
}