a {
	color: #551A8B;
}

.router-outlet {
	padding-bottom: 0px;
}

.tpl_tab {
	width: 1100px;
	display: flex;
	margin-top: 30px;
}

.tab_left {
	margin-top: 15px;
}

.install {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title {
	font-size: 30px;
	font-weight: 400;
	margin-right: 10px;
	color: #565656;
}

/* 内容部分 */
.tab_center {
	width: 778px;
	min-height: 600px;
	padding: 0px 30px;
}

.center_top {
	width: 100%;
}

.times {
	color: #878787;
}

.titles {
	color: #e32e82;
	font-size: 1.4em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 24px;
}

.details {
	margin-top: 28px;
}

.center_bottom {
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}

.bottom_btn {
	width: 90px;
	height: 33px;
	border: 1px solid #ccc;
	background-color: #dadada;
	transition: all .2s ease;
}

.bottom_btn:not(:last-child) {
    margin-right: 48px;
}

/* 改变字体按钮样式 */
.tab_right{
	margin-left: 13px;
}

.right_container {
	display: flex;
}

.right_btn {
	font-size: 14px;
	font-weight: 700;
	width: 33px;
	height: 33px;
	border: 1px solid #ccc;
	background-color: #dadada;
	color: #666;
	transition: all .2s ease;
}

.right_btn:not(:last-child) {
	margin-right: 10px;
}

.right_btn:hover:not(:disabled) {
	transition: all .2s ease;
	background-color: #7c338d;
	color: #fff;
}

.right_btn:disabled {
	opacity: 0.6;
	cursor: default;
}