/*
* @Author: snow
* @Date:   2018-08-27 11:12:05
* @Last Modified by:   snow
* @Last Modified time: 2018-08-28 11:41:37
*/
html,
body,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
em,
i,
img,
form,
input,
table {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	color: #333333;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	background: #fff;
	width: 100%;
	height: 100%;
}
/** 只针对freemark模板使用 **/
body{
	opacity: 0;
}
/** 只针对freemark模板使用 **/
/* div{
  cursor: default !important;
} */
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle
}

a {
	text-decoration: none;
	color: #333333;
}

a div {
	cursor: pointer !important;
}

table {
	border-collapse: collapse;
}

table,
th,
td {
	/* border: 1px solid; */
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.container {
	width: 1000px;
	margin: auto;
}

.appContanier {
	height: 100%;
}

/*头部*/
.header {
	position: relative;
}

.header_top {
	height: 156px;
}

.logo_a {
	margin-top: 50px;
}

.old_link {
	display: inline-block;
	color: #036cb9;
	position: absolute;
	top: 10px;
	right: 0;
}

.old_link:hover {
	color: #287bd3;
}

.search {
	height: 74px;
	line-height: 40px;
	margin-top: 40px;
	width: 100%;
}

.search .keywords {
	box-sizing: content-box;
	width: 324px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	border: 1px solid #CCCCCC;
	outline: none;
	border-right: 0;
}

.search .btn {
	font-size: 0;
	width: 45px;
	height: 40px;
	line-height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #287BD3 url(../images/sou.png) no-repeat center;
}

.nav {
	height: 47px;
	border-bottom: 4px solid #085cb5;
}

.hot_word {
	display: block;
	width: 380px;
}

ul.hot_word li {
	float: left;
	color: #D30000;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-top: 15px;
}

ul.hot_word li a {
	color: #363636;
	width: 86px;
	text-align: center;
	display: block;
	cursor: initial;
}

ul.hot_word li.r a {
	border-left: 1px solid #fff;
	cursor: pointer;
}

/** 静态化分页 **/
.page-large {
	text-align: center;
	margin-bottom: 40px;
}


.page-large .Num {
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	cursor: pointer;
}

.page-large .Num.on {
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid #FF3333
	border-radius: 4px;
	color: white;
	background-color: #FF3333
}

.page-large .next-page,
.page-large .prev-page {
	padding: 8px 12px;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	cursor: pointer;
}
.jumpPageLi input{
	margin-right: 20px;
}
.page-info{
	font-size: 16px;
}
/*导航菜单*/
.nav ul li {
	width: 167px;
	height: 43px;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 47px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li a {
	color: #287bd3;
}

.nav_active {
	background: url(../images/20180810_nav.png) repeat-x;
}

.nav ul .nav_active a {
	color: #fff;
}

.nav ul li a:hover {
	color: #085cb5;
}

.nav ul .nav_active a:hover {
	color: #fff;
}

/*底部*/
.footer {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	padding-top: 25px;
	margin-top: 45px;
	padding-bottom: 10px;
}

.wrapp {
	margin: 0 auto;
	width: 395px;
}

.footer .wrapp>img {
	margin-right: 20px;
	margin-top: 38px;
}

.footer_text {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}

.footer ul {
	margin-bottom: 22px;
}

.footer ul li {
	display: inline-block;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	height: 14px;
	line-height: 14px;
}

.footer ul li:first-child {
	padding-left: 0px;
	border: 0;
}

.footer ul li a {
	color: #666;
}

.footer ul li a:hover {
	color: #333;
}

/*返回上页*/
.back {
	text-align: center;
	margin-top: 26px;
}

.back a {
	display: inline-block;
	width: 88px;
	text-align: center;
	font-size: 16px;
	color: #287bd3;
	border: 1px solid #287bd3;
	border-radius: 2px;
	padding: 2px 0 3px;
}

.back a:hover {
	background-color: #287bd3;
	color: #fff;
}

/*页签*/
.page {
	text-align: center;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	color: #999;
}

.page_box {
	display: inline-block;
}

.page ul {
	margin-right: 20px;
}

.page ul li {
	background-color: #f7f7f7;
	float: left;
	text-align: center;
	margin-left: 5px;
}

.page ul li a {
	color: #999;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.page ul li.current a {
	color: #fff;
	background-color: #287bd3;
}

.page ul .page_prev a,
.page ul .page_next a {
	width: 76px;
}

.page ul li a:hover {
	color: #666;
}

.page ul li.current a:hover {
	color: #fff;
}

.jump {
	margin: 0 20px;
}

.jump input {
	padding-left: 5px;
	width: 42px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #cacaca;
	font-size: 16px;
	color: #666;
}

.page button {
	width: 56px;
	height: 28px;
	background-color: #e6e6e6;
	color: #333;
	border: 1px solid #cacaca;
	outline: none;
	cursor: pointer;
	margin-top: 3px;
}

.pagesite a {
	color: #999;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background-color: #f7f7f7;
	text-align: center;
	cursor: pointer;
}

.pagesite a:hover {
	color: #666;
	background: #efeded;
}

.pagesite {
	margin-top: 0px !important;
}

.pagesite select {
	padding-left: 5px;
	width: 50px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #cacaca;
	font-size: 16px;
	color: #666;
	margin-left: 6px;
	margin-right: 6px;
}

.content-hint {
	margin-top: 50px;
	overflow: hidden;
}

.content-hint span {
	font-size: 16px;
	color: #333333;
	display: block;
}

.content-hint span strong {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.content-hint span a {
	font-size: 16px;
	color: #333333
}

.content-hint span a:hover {
	color: #1088f1;
	text-decoration: underline;
}

.content-hint .hit-span {
	margin-bottom: 20px;
}

.footer-wrap {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

.ft-left {
	float: left;
	width: 350px;
	text-align: right;
}

.footer .di {
	margin-left: 10px;
}

.ft-right {
	float: left;
	text-align: left;
}

.footer .di p {
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

.c {
	clear: both;
}

.footer ul li {
	display: inline-block;
}

.main {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	zoom: 1;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

.pd_rl_24 {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 30px;
	border: 1px solid #ddd;
}

.mg_auto {
	margin-left: auto;
	margin-right: auto;
}

.arc_body {
	line-height: 2;
}

.mapM .m_item {
	margin-bottom: 20px;
}

.mapM .m_item .tab_2 {
	padding-left: 40px;
	font-family: 'Microsoft YaHei', '微软雅黑';
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
}

.tab_2 {
	height: 40px;
}

.clear_w {
	zoom: 1;
}

.tab_2 li {
	float: left;
}

.tab_2 li span {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
}

.mapM .m_item .links {
	margin: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #eee;
	padding: 25px 15px;
}

.mapM .m_item .links a {
	margin: 0 25px;
	display: inline-block;
}

.result-box {
	overflow: hidden;
}

.result-box .searchNav {
	font-size: 14px;
}

.result-box .searchNav span {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.searchList {
	overflow: hidden;
}

.searchList .item {
	margin-top: 16px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.searchList .item .search-title {
	margin-bottom: 10px;
	font-size: 16px;
}

.searchList .item .search-title a {
	font-size: 16px;
}

.searchList .item .search-title a:hover {
	color: #287bd3;
}

.searchList .item .search-title a span {
	color: red;
	font-weight: bold;
}

.searchList .item .search-txt {
	margin-bottom: 10px;
}

.searchList .item .search-txt span {
	font-weight: bold;
}

.search-date {
	overflow: hidden;
}

.search-date em {
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.content-info span.margin0 {
	margin-right: 4px;
}

.part_line {
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #287BD3;
}

.location {
	height: 54px;
	line-height: 54px;
	color: #999999;
}

.location a {
	color: #999999;
}

.s_banner {
	margin-bottom: 20px;
	height: 122px;
	background: url(../images/20180827_Sbanner.png) 0 0 no-repeat;
	text-align: center;
	line-height: 100px;
	border-bottom: 2px solid #287BD3;
}

.s_banner span {
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}

.second_title {
	position: relative;
	margin-bottom: 13px;
	border-bottom: 1px solid #eeeeee;
	line-height: 30px;
	height: 30px;
}

.second_title span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #287bd3;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.second_title h2 {
	color: #252525;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

.second_title i {
	display: inline-block;
	border-right: 32px solid #287bd3;
	position: absolute;
	bottom: -2px;
	left: 0px;
	height: 3px;
	border-left: 14px solid #fff;
}

.second_title a {
	color: #999999;
	font-size: 14px;
}

.second_title a:hover {
	color: #666666;
}

.second_title1 {
	border: none;
}

.second_title1 h2 {
	border-bottom: 1px solid #eeeeee;
}

.second_title2 {
	border-bottom: 0;
}

.second_title2 h2 {
	border-bottom: 1px solid #fff;
}

.second_title2 i {
	left: 14px;
	border-left: 0;
}

.border_top {
	border-top: 1px solid #226fb7;
}

.left_nav li a.background_none {
	background: none;
}

.j_btm {
	width: 408px;
	height: 308px;
	background: url("../images/20200927-02.jpg") left bottom no-repeat;
	position: fixed;
	bottom: 20px;
	right: 18px;
	border: 4px #bdbdbd solid;
}

.j_close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	background: url("../images/20200927-03.jpg") no-repeat;
}

.j_btm2 {
	width: 100%;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 24px;
}

.j_btm2 h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.j_btm2 p {
	margin-top: 15px;
	text-indent: 2em;
}

.j_btm2 span {
	display: block;
	text-align: right;
	margin-top: 10px;
}

.header_1 {
	padding-bottom: 8px;
}

.header_1 li {
	float: left;
	margin-right: 19px;
	line-height: 23px;
	position: relative;
}

.header_1 li img {
	width: 28px;
	float: left;
}

.header_1 li span {
	float: left;
	margin-left: 4px;
}

.grey_bor {
	position: absolute;
	z-index: 999;
	left: 3px;
	top: 26px;
	display: none;
}

.header_1 li .grey_bor img {
	width: 100px;
}

::-webkit-scrollbar {
	width: 0px;
	height: 10px;
	color: transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
	// background-color: #F5F5F5;
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #D7D7D7;
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
	background-color: #D7D7D7;
	-webkit-border-radius: 5px;
}

#app .el-pagination {
	display: flex;
}

body #container .rectangleImage {
	background-image: url();
}

.num li {
	background: rgba(255, 255, 255, 0.5) !important;
	width: 10px !important;
	height: 10px !important;
}

.num .activeDot {
	background: rgba(255, 255, 255, 1) !important;
}

.num .huanengActiveDot {
	background: rgba(255, 255, 255, 1) !important;
}

.containerImage2 {
	background-image: url();
}

.containerImage3 {
	background-image: url();
}

body #container .LCDIV-TVVyFv {
	left: 36px;
}

body #container .imgbox {
	overflow: hidden;
}

body #container .LCDIV-TVVyFv h1 {
	padding-left: 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

.content-info span {
	font-size: 14px;
	color: #666666;
	margin-right: 14px;
}

.content-info-box {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.content-info-box p {
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	line-height: 34px;
	font-weight: 400;
}

.content-fj a {
	color: #287bd3;
	font-size: 16px;
}

.content-info-box p img {
	margin-left: -32px;
}

p img {
	max-width: 100% !important;
	height: auto;
}

.input-template {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border: none;
	background: inherit;
	color: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	line-height: inherit;
	font-style: inherit;
	text-decoration: inherit;
	outline: none;
	box-sizing: border-box;
}

.input-template-container {
	box-sizing: border-box;
}

.input-template::-ms-clear {
	display: none;
}

.input-template::-webkit-search-cancel-button {
	display: none;
}

.input-template:focus {
	outline: none;
}

.h1Divc {
	min-width: 10px;
	width: 210px;
	height: 50px;
	text-align: start;
	table-layout: fixed;
	box-sizing: border-box;
	color: #262626;
	padding: 0 !important;
}

.h1Divc .title {
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
	font-size: 32px;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 !important;
}

.paragraphDiv {
	width: 102px;
	height: 26px;
	text-align: start;
	table-layout: fixed;
	box-sizing: border-box;
	font-size: 14px;
	color: #262626;
	position: relative;
	z-index: 1;
	padding: 0 !important;
}

.paragraphDiv {
	width: 102px;
	height: 26px;
	text-align: start;
	table-layout: fixed;
	box-sizing: border-box;
	font-size: 14px;
	color: #262626;
	position: relative;
	z-index: 1;
	padding: 0 !important;
}

.paragraphDiv .paragraph {
	width: 100% !important;
	height: 100% !important;
	font-size: 14px;
	box-sizing: border-box;
	color: #262626;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 !important;
}

.boxvideo {
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
}

.tempWrap {
	height: 100%;
	overflow: hidden !important;
}

.LCDIV-TInCTK .tempWrap,
.LCDIV-GNEHxm .tempWrap {
	overflow: unset !important;
}

.img:hover {
	transition: 1.2s;
	transform: scale(1.2);
}

.bd .img:hover {
	transform: scale(1);
}

#container .tabActiveNav {
	color: #FF3333 !important;
}

#container .methodsdiv-qlsiER .tabActiveNav {
	color: #333333 !important;
	font-weight: 600 !important;
	border-bottom: 2px solid #FF3333 !important;
}

#container .methodsdiv-owgidL .tabActiveNav {
	color: #fff !important;
}

.LCDIV-bo6w8fmwa9 .editorDiv p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
}

#__nuxt,
#__layout,
#container {
	height: 100%;
}

/**  登录组件公共样式 **/
.loginOut {
	display: none;
}

.fanti {
	cursor: pointer;
}

.activetypeface,
.activetypeface em {
	font-weight: 600 !important;
}

.LCDIV-bniHZv .img,
.methodsdiv-fMhfBV .img {
	object-fit: contain;
}

.img {
	object-fit: inherit;
}

#container .commonTempSlot {
	display: none;
	width: 100%;
	height: 100%;
}

#container .iframeSlot {
	display: block;
	width: 100%;
	height: 100%;
}

.LCDIV-x4h8hqou9c .img,
.LCDIV-AMN .img,
.LCDIV-mjxjwqs9j2,
.LCDIV-yvxp1mdt2m,
.LCDIV-460o0xyjyb .img {
	transform: none;
}

.iframeSlot {
	width: 100% !important;
	height: 100% !important
}

.newsList .el-pagination.is-background .btn-next.is-active,
.newsList .el-pagination.is-background .btn-prev.is-active,
.newsList .el-pagination.is-background .el-pager li.is-active {
	background-color: #ff3333;
	color: var(--el-color-white);
	height: 38px;
	width: 38px;
}

.newsList .el-pagination.is-background .el-pager li {
	height: 38px;
	width: 38px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px !important;
	color: #333;
}

.newsList .el-pagination.is-background .el-pager li:hover {
	color: #ff3333;
}

.newsList .el-pagination.is-background .el-pager li.is-active:hover {
	color: #fff;
}

.is-last,
.is-first {
	height: 38px !important;
	background-color: #fff !important;
	padding: 0 12px !important;
	border-radius: 4px !important;
	border: 1px solid #E0E0E0 !important;
}

.el-pagination.is-background .btn-next:hover {
	color: #ff3333;
}

.el-pagination.is-background .btn-prev:hover {
	color: #ff3333;
}

body .el-select .el-input.is-focus .el-input__wrapper {
	box-shadow: 0 0 0 1px #B3B3B3 !important;
}

body .el-select-dropdown__item.selected {
	color: #ff3333 !important;
}

body .el-select .el-input__wrapper.is-focus {
	box-shadow: 0 0 0 1px #B3B3B3 !important;
}

body .el-select-dropdown__item.hover,
body .el-select-dropdown__item:hover {
	background-color: #f8f8f8;
}

body .el-input__wrapper.is-focus {
	box-shadow: 0 0 0 1px #B3B3B3 !important;
}

body .el-button:focus,
.el-button:hover {
	color: #FF3333 !important;
	/* border-color: #fff; */
	/* background-color: #fff !important;*/
	border-color: #FF3333 !important;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
	color: #FF3333 !important;
}

.el-cascader-node .el-icon {
	color: #606266 !important;
}

body .el-cascader-menu__wrap .el-cascader-node__prefix {
	color: #FF3333 !important;
}

body .el-cascader .el-input.is-focus .el-input__wrapper {
	box-shadow: 0 0 0 1px #dcdfe6 !important;
}

body .el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
	background-color: #f8f8f8 !important;
}

.el-radio__input.is-checked .el-radio__inner {
	border-color: #FF3333 !important;
	background: #FF3333 !important;
}

.el-radio__input.is-checked+.el-radio__label {
	color: #FF3333 !important;
}

.el-radio__inner:hover {
	border-color: #B3B3B3 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
	border-color: #FF3333 !important;
	background: #FF3333 !important;
}

.el-checkbox__inner:hover {
	border-color: #B3B3B3 !important;
}

.el-textarea__inner:focus {
	box-shadow: 0 0 0 1px #dcdfe6 !important;
}

.el-date-table td.today .el-date-table-cell__text {
	color: #FF3333 !important;
	;
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
	background: #FF3333 !important;
}

.el-date-table td.available:hover {
	color: #FF3333 !important;
}

.el-time-panel__btn.confirm {
	color: #FF3333 !important;
}

.el-radio-button__original-radio:checked+.el-radio-button__inner {
	border-color: #FF3333 !important;
	background: #FF3333 !important;
}

.el-radio-button__original-radio:checked+.el-radio-button__inner:hover {
	color: #fff !important;
}

.el-radio-button__inner:hover {
	color: #FF3333 !important;
}

.el-form-item__error {
	padding-top: 8px !important;
}

.el-date-table td.end-date .el-date-table-cell__text,
.el-date-table td.start-date .el-date-table-cell__text {
	background: #FF3333 !important;
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
	background: #FF3333 !important;
	color: #fff !important;
}

.el-pager li:hover {
	color: #FF3333 !important;
}

.el-pager li {
	height: 38px !important;
	width: 38px !important;
}

#container .LCDIV-xiw36lwm32,
#container .LCDIV-bzCyDM,
#container .LCDIV-gBCWMJ,
#container .LCDIV-bbVKbF {
	overflow: visible !important;
}

#container .LCA-2q6abzan83,
#container .LCA-JrrFAF,
#container .LCA-mmSpqs {
	transition: .3s;
}

#container .LCA-2q6abzan83:hover {
	transform: translateY(-5px);
}

#container .LCA-mmSpqs:hover {
	transform: translateY(-5px);
}

#container .LCH1-rffuic1qed {
	cursor: pointer !important;
}

#container .LCH1-9exhueu5vy {
	cursor: pointer !important;
}

#container .LCH1-9exhueu5vy:hover {
	color: #FF3333;
}

#container .LCA-mmSpqs img:hover {
	transform: none;
}

#container .LCA-2q6abzan83 img:hover {
	transform: none;
}

#container .LCA-JrrFAF img:hover {
	transform: none;
}

#container .LCA-rhcwPL img:hover {
	transform: none;
}

#container .LCA-JrrFAF:hover {
	transform: translateY(-5px);
}

.LCDIV-gcIeHC,
.LCDIV-sVnMuT {
	display: none;
}

#container .LCDIV-BWPYKk:hover .LCDIV-gcIeHC,
#container .LCDIV-BWPYKk:hover .LCDIV-sVnMuT {
	display: block;
}

.el-tabs {
	width: 100%;
}

.el-tabs__item.is-active {
	color: #333333 !important;
}

.el-tabs__item {
	padding: 0 !important;
	padding-right: 48px !important;
	color: #666666 !important;
	font-size: 18px !important;
}

.el-tabs__item:hover {
	color: #333333 !important;
}

.el-tabs__active-bar {
	background-color: #FF3333 !important;
}

.el-tabs__active-bar {
	height: 3px !important;
}

body .el-input__wrapper {
	border-radius: 2px !important;
}

.el-date-table td.today.end-date .el-date-table-cell__text {
	color: #fff !important;
}

.el-date-table td.today.start-date .el-date-table-cell__text {
	color: #fff !important;
}

.el-date-table td.end-date .el-date-table-cell__text:hover {
	color: #fff !important;
}

.el-date-table td.start-date .el-date-table-cell__text:hover {
	color: #fff !important;
}

body .el-dialog {
	border-radius: 4px;
}

.el-dialog .el-dialog__body {
	padding: 24px;
}

.el-dialog .el-dialog__title {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.el-dialog .el-dialog__headerbtn {
	right: 6px;
}

.el-dialog .el-dialog__header {
	padding: 24px;
	margin-right: 0;
	border-bottom: 1px solid #EFEFEF;
}

.el-dialog .el-dialog__footer {
	padding: 16px 24px;
	border-top: 1px solid #EFEFEF;
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
	color: #ff3333;
}

.el-table td.el-table__cell div {
	font-size: 14px;
}

body .el-button--primary {
	background-color: #ff3333;
}

body .el-button--primary:hover {
	background-color: #fff;
}

body .buttonF3 {
	background-color: #FF3333;
	color: #fff;
	border: none !important;
	font-size: 16px;
}

body .buttonF3:hover {
	background-color: #FF4747;
	color: #fff !important;
	border: none !important;
}

body .buttonF3:focus {
	background-color: #F23030 !important;
	color: #fff !important;
	border: none !important;
}

body .buttonF3:active {
	background-color: #F23030 !important;
	color: #fff !important;
	border: none !important;
}

#container .methodsdiv-TGQxhX .activeDiffName {
	border-top: 4px solid #EAC373;
}

.methodsdiv-TGQxhX .txt .LCLI-NzITsf {
	display: list-item !important;
}

.methodsdiv-TGQxhX .txt .LCLI-NzITsf:nth-last-type(1) {
	border-right: none;
}

.LCDIV-8yutm0eyah .img:hover,
.LCDIV-0p5tfubwzl .img:hover,
.LCDIV-4yqse324ks .img:hover,
.LCDIV-StoUnu .img:hover,
.LCDIV-74qg5u93gg .img:hover,
.LCDIV-ICaXSn .img:hover {
	transform: unset;
}

.LCUL-HOBtTo li {
	background-color: #EAC373 !important;
}

.LCUL-HOBtTo .huanengActiveDot {
	background-color: #EA1F27 !important;
}

#container .methodsdiv-rGbyfQ .tabActiveNav {
	color: #fff !important;
	background-color: rgba(0, 135, 85, 1) !important;
}

.methodsdiv-ceMfzJ .num li {
	background-color: rgba(0, 0, 0, 0.3);
	width: 24px !important;
	height: 24px !important;
	border-radius: 100% !important;
	;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color: #FBFFFC;
	cursor: pointer;
}

.commonTempSlot {
	display: none;
}

.num.LCUL-oecOSu li {
	width: 16px !important;
	height: 16px !important;
	background-color: azure;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #242424;
	border-radius: 2px !important;
	margin-left: 4px !important;
	cursor: pointer;
}

.num.LCUL-oecOSu .huanengActiveDot {
	background-color: orange !important;
	color: #fff;
}

#container .LCDIV-536kb27nb4,
#container .LCDIV-vzfpaM {
	position: relative !important;
}

#container .LCDIV-536kb27nb4:hover h1::after,
#container .LCDIV-vzfpaM:hover h1::after {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background-color: #04FFFF;
	content: '';
	left: 0;
}

.methodsdiv-ceMfzJ .num .huanengActiveDot {
	background-color: #008755 !important;
}

#container .LCDIV-rICixF {
	display: none;
}

#app #container .LCDIV-fpf5wqyco0 {
	background-repeat: repeat-y;
}

#container .LCA-zFLMhV {
	height: 20px !important;
}

#__layout div:nth-of-type(1) {
	height: 100%;
}

.LCDIV-uq6gavncfw .img:hover {
	transform: scale(1);
}

.LCDIV-uq6gavncfw .cellItemActive {
	display: none;
}

.LCDIV-uq6gavncfw .cellItem {
	display: block;
}

.LCDIV-uq6gavncfw .poster-item .LCDIV-kDRmJW {
	display: none;
}

.LCDIV-uq6gavncfw .activeItem .LCDIV-kDRmJW {
	display: block;
}

.LCDIV-uq6gavncfw .LCUL-oByONT li {
	width: 14px !important;
	height: 14px !important;
}

.LCDIV-uq6gavncfw .LCUL-oByONT .huanengActiveDot {
	border: 3px solid #fff;
	background-color: transparent !important;
}

#app #container .LCDIV-3pg66g6t1k {
	position: sticky;
	top: 0;
	z-index: 10;
}

.pagenation {
	display: flex;
	justify-content: center;
}