* {
	margin: 0;
	padding: 0;
}



html,
body,
#app,
.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: "auto", "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
	/*   */
}

a {
	text-decoration: none;
	color: #409EFF !important;
}

.TIPBOX {
	/* 提示框显示隐藏 */
	/* display: none */
}
.fontcolorred {
	color: red;
	font-weight: 600;
}
.points {
	display: inline-block;
	width: 6px;
	height: 16px;
	background: red;
	box-shadow: 3px 3px 1px #ffb300;

	margin-right: 5px;
	margin-top: 4px;
}
.pointssearch {
	width: 6px;
	height: 16px;
	background: red;
	box-shadow: 3px 3px 1px #ffb300;
	margin-top: 3px;
	margin-right: 15px;
}
.content-box {
	/* position: absolute;
	left: 240px;
	right: 0; */
	/* top: 70px; */
	/* bottom: 0; */
	/* padding-bottom: 30px; */
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: #f1f5ff;
    overflow-x: auto;
    flex: 1;
    overflow-y: scroll;
}

.content {
	font-family: 'auto';
    width: 100%;
    max-width: 1720px;
	min-width: 1200px;
	background: #f1f5ff;
	margin: 0 auto;
	/* background: #e5e5e5; */
	/* overflow-y: scroll; */
	box-sizing: border-box;
	/* padding: 24px; */
}
/* 移除左侧菜单栏后不再需要这个样式 */
/* .content-collapse {
	left: 65px;
} */

.container {
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.el-icon-download{
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.el-icon-download:hover{
    color: #409EFF
}
.crumbs {
	margin: 10px 0;
	height: 18px;
}

.pagination {
	margin: 20px 0;
	text-align: right;
	height: 30px;
}

.plugins-tips {
	padding: 20px 10px;
	margin-bottom: 20px;
}
.fontsize50 {
	font-size: 50px;
	font-weight: 600;
}
.font-fgB {
	font-family: DINC;
}

/* 响应式样式 */
@media screen and (max-width: 768px) {
  .top-menu-container {
    overflow-x: auto;
    width: 100%;
  }

  .top-menu {
    white-space: nowrap;
  }

  .content {
    min-width: auto;
    padding: 0 10px;
  }

  .header-user-con {
    margin-left: auto;
  }

  .searchfundormanager .el-input__inner {
    width: 200px !important;
  }

  .platform-title {
    display: none !important;
  }

  .header .logo {
    min-width: auto !important;
  }

  .btn-bell, .btn-fullscreen {
    margin-left: 2px;
  }

  .user-name {
    margin-left: 5px;
    margin-right: 10px !important;
  }

  .el-dropdown-menu {
    min-width: 100px !important;
  }
}
.is-gotoleft .cell {
	text-align: left !important;
}
.el-table .el-table__cell.is-center .cell{
    justify-content: center;
}

.flex1{
	flex: 1;
}

.color409EFF{
	width: 42px;
	margin: auto;
	height: 15.4px;
	background: #409EFF;
	border: 1px solid #409EFF;
}
/* element表格排序伪元素去除 */
.noTableBorder .el-table .caret-wrapper:after{
    position: absolute;
    top:0.4em;
    height: 20px;
    right:-8px;
    content: '';
    width:2px;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
}
/* element menu active样式 */
div .el-menu--horizontal>.el-menu-item.is-active{
    border-bottom: 2px solid #409EFF !important;
    color: #409EFF !important;
}
/* 顶部菜单样式 */
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #ffffff !important;
    color: #ffffff !important;
}
.videoIconDes{
	width: 20px; height: 20px; color: #FF9F43; cursor: pointer
}
.is-center .cell{
    text-align: center;
}
.cell {
	text-align: right;
}
.mgb20 {
	margin-bottom: 20px;
}
.tiptablebox {
	display: flex;
}

.move-enter-active,
.move-leave-active {
	transition: opacity 0.5s;
}
/* eltable不断变长问题 */
/* end */
.tablemargin {
	margin-left: 38px;
}
.yifont {
	width: 14px;
	height: 20px;
	font-size: 14px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.icon_color {
	color: rgba(0, 0, 0, 0.45);
    background-color: #fff;
}
.move-enter,
.move-leave {
	opacity: 0;
}
.marginight20px {
	margin-right: 17.5px;
	margin-bottom: 10px;
}

/*BaseForm*/

.form-box {
	width: 600px;
}

.form-box .line {
	text-align: center;
}
.cell {
	font-size: 15px;
}

.searchinputtitle {
	text-align: right !important;
	display: table !important;
}


/*Upload*/

.pure-button {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.g-core-image-corp-container .info-aside {
	height: 45px;
}

.width160 {
	width: 160px;
}
.firstpage {
	width: 1590px;
	margin-left: 44px;
}
.width170 {
	width: 170px;
}
/*VueEditor*/

.ql-container {
	min-height: 400px;
}

.ql-snow .ql-tooltip {
	transform: translateX(117.5px) translateY(10px) !important;
}

.editor-btn {
	margin-top: 20px;
}
/*markdown*/

.v-note-wrapper .v-note-panel {
	min-height: 500px;
}
/* 动态颜色匹配 */
/* 良中差优 */
.fontcolorliang {
	color: #fea93b;
	font-weight: 900;
}
.fontcolorzhong {
	color: #40c668;
	font-weight: 900;
}
.fontcoloryou {
	color: #f9825d;
	font-weight: 900;
}
.fontcolorcha {
	color: #36c461;
	font-weight: 900;
}
.fontcolorhighzhong {
	color: #dfb600;
	font-weight: 900;
}
.fontcolorpiandi {
	color: #6fc589;
	font-weight: 900;
}
/* 数字大小区分颜色 */
.Numbercomputedgreen {
	color: #36c461;
	font-weight: 900;
}
.marginleft10 {
	margin-left: 10px;
}
.mar1 {
	margin-left: 24px;
}
.mar2 {
	margin-left: 10px;
}
.mar3 {
	margin-left: 38px;
}
.Numbercomputedred {
	color: #e85d2d;
	font-weight: 900;
}
.fundbenchmarkcolor {
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}
.height10 {
	height: 10px;
}
/* 低中高加黑 */
.highlow {
	background: black;
	color: white;
}
.nohighlow {
	color: black;
}
.width60 {
	width: 60px !important;
	margin-left: 10px;
}
.homebodyfontsize {
	font-size: 16px !important;
}
.searchpadding {
	height: 5px;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */

	font-size: 13px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */

	font-size: 13px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */

	font-size: 13px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */

	font-size: 13px;
}
.zonghepingjiasix {
	margin: 20px;
	border: 1px solid rgba(223, 223, 223, 0.4);
	width: 456px;
	cursor: pointer;
}
.zonghepingjiasix2 {
	margin: 20px;
	border: 1px solid rgba(223, 223, 223, 0.4);
	width: 1448px;
	cursor: pointer;
}
.zonghepingjiasix666 {
	margin: 20px;
	border: 1px solid rgba(223, 223, 223, 0.4);
	width: 952px;
	cursor: pointer;
}
.zonghepingjia_4_2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	margin: 10px;
	text-align: center;
	width: 92px;
	cursor: pointer;
}
.zonghepingjia_4_2x {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	margin: 10px;
	text-align: center;
	width: 112px;
	cursor: pointer;
}
.zonghepingjia_4_2_zp {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	margin: 10px;
	text-align: center;
	width: 130px;
	cursor: pointer;
}
.zonghepingjia_3_2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	margin: 10px;
	text-align: center;
	width: 124px;
	cursor: pointer;
}
.zonghepingjia_2_2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	color: black;
	/* margin:3px; */
	border: 1px solid #fff;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
.zonghepingjia_2_1 {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	margin: 10px;
	text-align: center;
	width: 187px;
	cursor: pointer;
}

.formatlength {
	width: 250px;
}
.marginleft20:hover {
	/* border:1px solid black; */
	cursor: pointer;
}
.margin20px {
	height: 20px;
}
.margin10 {
	margin: 8px;
}
.mar20 {
	margin: 20px;
}
.mar50 {
	margin: 50px;
}
.marginright20 {
	margin-right: 20px;
	margin-bottom: 10px;
}
.marginleft20 {
	margin-left: 20px;
}

.zonghetitile {
	font-size: 20px;
	margin-left: 10px;
	margin-top: 10px;
}
.borderbk {
	border: 1px solid #e9e9e9 !important;
}
.spana1 {
	height: 14px;
	font-size: 14px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #333333;
}
.paddingright10 {
	padding-right: 10px;
}
/* 表格滚动条样式优化 */
.el-table__body-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.el-table__body-wrapper::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.el-table__body-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #c0c4cc 0%, #909399 100%);
    border-radius: 3px;
    transition: background 0.2s ease;
}

.el-table__body-wrapper::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #909399 0%, #606266 100%);
}

.el-table__body-wrapper::-webkit-scrollbar-corner {
    background: #f5f5f5;
}
/* .content .analysis_main::-webkit-scrollbar{
    width: 5px;
	height: 10px;
} */
.content::-webkit-scrollbar {
    width: 8px;
   }
.content::-webkit-scrollbar-track {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
   }
.content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
   }
/*定义滑块 内阴影+圆角*/
*::-webkit-scrollbar {
	width: 8px;
	height: 10px;
} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
*::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0);
} /*定义滚动条轨道 内阴影+圆角*/
*::-webkit-scrollbar-thumb {
	background-color: rgba(144, 147, 153, 0.5);
	border-radius: 6px;
} /*定义滑块 内阴影+圆角*/
.scrollbarHide::-webkit-scrollbar {
	display: none;
}
.scrollbarShow::-webkit-scrollbar {
	display: block;
}
.ve-table .ve-table-container.ve-table-border-around {
	border: 0px !important;
	border-bottom: 1px solid #eee !important;
}
/* 首页盒子 */
.firstpagebox {
	/* width: 514px; */
	/* margin-left: 24px; */
	border: 1px solid #e9e9e9;
}
.firstpagebox {
	/* width: 514px; */
	/* margin-left: 24px; */
	border: 1px solid #e9e9e9;
}
.stylebackfull {
	width: 42px;
	margin: auto;
	height: 15.4px;
	background: #409EFF;
	border: 1px solid #409EFF;
}
.stylebackfull409EFF {
	width: 42px;
	margin: auto;
	height: 15.4px;
	background: #409EFF;
	border: 1px solid #409EFF;
}
.stylebackfull9013fe {
	width: 42px;
	margin: auto;
	height: 15.4px;
	background: #9013fe;
	border: 1px solid #9013fe;
}
.stylebacknull {
	width: 42px;
	margin: auto;
	height: 15.4px;
	background: #ecf3fb;
	border: 1px solid #d2e7ff;
}
.marginleft21 {
	margin-left: 3px;
}
.textsizeyejibond {
	width: 57px;
	font-size: 14px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #5c6e8f;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.textsizeyeji {
	width: 70px;
	font-size: 14px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #5c6e8f;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.marginbottom10px {
	margin-bottom: 10px;
}
.managerbox1 {
	width: 267px;
	height: 200px;
}
.box3x2 {
	/* min-width: 125px; */
	height: 50px;
	background: #FFFFFF;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
	/* margin-right: 10px; */
	text-align: center;
	margin-bottom: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.width150 {
	width: 130px;
}
.picmanager {
	width: 200px;
	height: 200px;
}
.boxstyle1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 30px;
	background: rgba(11, 191, 155, 0.1);
	border: 1px solid #0bbf9b;
	text-align: center;
	margin: 5px;
}
.boxstyle2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 30px;
	background: rgba(232, 93, 45, 0.1);
	border: 1px solid #e85d2d;
	text-align: center;
	margin: 5px;
}
.boxstyle11 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 30px;
	background: rgba(11, 191, 155, 0.1);
	border: 1px solid #0bbf9b;
	text-align: center;
	margin: 5px;
}
.boxstyle22 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 30px;
	background: rgba(232, 93, 45, 0.1);
	border: 1px solid #e85d2d;
	text-align: center;
	margin: 5px;
}

.boxstyle3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 30px;
	background: rgba(32, 118, 255, 0.1);
	border: 1px solid #409EFF;
	text-align: center;
	margin: 5px;
}
.boxclass1 {
	width: 100px;
	height: 14px;
	font-size: 14px;
	font-family: autoSC-Medium, auto;
	font-weight: 500;
	color: #0bbf9b;
	line-height: 14px;
}
.boxclass2 {
	width: 100px;
	height: 14px;
	font-size: 14px;
	font-family: autoSC-Medium, auto;
	font-weight: 500;
	color: #e85d2d;
	line-height: 14px;
}
.boxclass11 {
	width: 70px;
	height: 14px;
	font-size: 14px;
	font-family: autoSC-Medium, auto;
	font-weight: 500;
	color: #1890FF;
	line-height: 14px;
}
.boxclass22 {
	width: 70px;
	height: 14px;
	font-size: 14px;
	font-family: autoSC-Medium, auto;
	font-weight: 500;
	color: #e85d2d;
	line-height: 14px;
}
.boxclass3 {
	width: 100px;
	height: 14px;
	font-size: 14px;
	font-family: autoSC-Medium, auto;
	font-weight: 500;
	color: #4576e9;
	line-height: 14px;
}
.margin40px {
	height: 40px;
}
.headerbox1 {
	width: 723px;
	margin-left: 10px;
	margin-right: 10px;
}
.marginleft211 {
	margin-left: 6px;
}
.marginleft22 {
	margin-left: 12px;
}
.marginleft2111 {
	margin-left: 26px;
}
.marginright1 {
	margin-right: 46px;
}

.height400 {
	height: 400px !important;
}
.headerbox2 {
	width: 838px;
	box-shadow: 2px 6px 25px 0px rgba(239, 239, 239, 0.5);
	border-radius: 2px;
}
.detailmsg {
	margin-left: 10px;
}
.margin15 {
	font-weight: 400;
	color: #333333;
	margin-top: 15px;
	font-family: autoSC-Regular, auto;
}
.scorebox1 {
	width: 220px !important;
	height: 60px;
	background: #f1f5ff;
	border-radius: 2px;
	/* margin-top: 15px; */
}
.scorebox2 {
	/* width: 481px; */
	/* height: 135px; */
	background: #f1f5ff;
	border-radius: 2px;
	margin-top: 15px;
	margin-left: 15px;
}
.sirclepro {
	width: 60px;
	height: 40px;
	/* margin-left: 5px;
	margin-top: 3px; */
}
.circlenumber {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 120px;
	height: 60px;
	font-size: 13px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #5c6e8f;
	line-height: 18px;
}
.frontrank {
	font-size: 20px;
	font-family: 'Helvetica Neue';
	font-weight: normal;
	font-weight: 500;
    color: #409EFF;
}
.ql-editor {
	font-size: 14px !important;
}
.progrsserhead {
	width: 200px;
	margin-left: 10px;
}
.width80pxheaderstyle {
	width: 80px !important;
	margin-left: 10px;
}
.echartsoneline {
	width: 100% !important;
	height: 500px !important;
}
.echartshalfline {
	width: 100% !important;
	height: 350px !important;
}
.guanzhubox {
	width: 452px;
	/* height: 43px; */
	/* background: #409EFF; */
	border-radius: 4px;
	margin-top: 20px;
	color: white;
}
.margintop20 {
	margin-top: 20px;
}
.datebox {
	width: 838px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
}
.linecolum {
	width: 1px;
	height: 8px;
	border: 1px solid #b7b7b7;
}
.linebox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	margin-right: 5px;
}
.yearbutton {
	font-size: 14px !important;
	font-family: autoSC-Regular, auto;
	font-weight: 400 !important;
	color: #333333;
}

.yearbuttonact {
	font-size: 14px !important;
	font-family: autoSC-Regular, auto;
	font-weight: 400 !important;
	color: #409EFF !important;
}
.height60 {
	margin-top: 10px;
}
.benchmarkline1 {
	width: 23px;
	height: 2px;
	background: #409EFF;
}
.benchmarkline2 {
	width: 23px;
	height: 2px;
	background: #929694;
}
.benchmarkline3 {
	width: 23px;
	height: 2px;
	background: #40bfdd;
}
.benchmarkline4 {
	width: 23px;
	height: 2px;
	background: #c2b12f;
}
.fonst {
	width: 55px;
	height: 14px;
	font-size: 12px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.headbenchmarkbox {
	display: flex;
	margin-right: 10px;
	width: 180px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}
.headbenchmarkbox2 {
	display: flex;
	margin-right: 10px;
	width: 200px;
	justify-content: center;
	align-items: center;
}
.headwidth160 {
	width: 100px;
	margin-left: 5px;
}
.avgbox {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.selfde {
	margin-right: 40px;
	font-size: 14px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.avgde {
	margin-right: 40px;
	font-size: 14px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.height20border {
	height: 20px;
}
.height10border {
	height: 10px;
}
.height40border {
	height: 40px;
}
.borderbottom2px {
	font-size: 16px;
}
.fs14 {
	font-size: 14px;
}
.borderbottom2px::after {
	content: '';
	width: 70px;
	height: 1px;
	display: block;

	/* border-bottom: 2px solid #40AFFF ; */
}
.borderbottom2px2::after {
	content: 'dashdashdksajdasdj';
	width: 70px;
	height: 1px;
	display: block;

	border-bottom: 2px solid #40AFFF;
}
.savemodel {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
}
.recommodfont {
	width: 190px;
	height: 16px;
	font-size: 20px;
	font-family: autoSC-Medium, auto;
	font-weight: 500;
	color: #333333;
	line-height: 16px;
	/* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.modelbox {
	margin-left: 20px;
	width: 160px;
	height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;

	background: rgba(180, 190, 208, 0.12);
	border-radius: 3px;
	border: 1px solid #e6e6e6;
}
.modelnamebox {
	font-size: 16px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #333333;
}
.selfmodelbox {
	margin: 20px;
	width: 520px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0px 2px 8px 0px rgba(224, 224, 224, 0.5);
	border-radius: 3px;
}
.selfmodelde1 {
	font-size: 16px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #5c6e8f;
	margin-top: 10px;
	margin-left: 40px;
}
.selfmodelde2 {
	margin-left: 10px;
	font-size: 16px;
	font-family: autoSC-Regular, auto;
	font-weight: 400;
	color: #2e384a;
}
/**
  * 全局使用flexible.js自适应,
  * 目前所有的elementUI选框布局需要important强制覆盖
  * 推荐使用其他布局方式改进
  **/


/**
  * 通用表格样式
  * (根据UI基金公司设计图表格的样式)
  **/
.common-table-card {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.common-table-card .card-title-icon {
	display: inline-block;
	margin: 0 10px 0 5px;
	height: 6px;
	width: 6px;
	background: #40AFFF;
	vertical-align: middle;
}
.common-table-card .card-title-text {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.common-table-card .amount-font-color {
	color: #0bbf9b;
}

/* 组合管理 */

.comMainTitle{
	font-family: 'auto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	/* width: 80px; */
	height: 28px;
	padding-left: 32px;
	padding-top: 24px;
	padding-bottom: 24px;
	/* position: absolute; */
}
.comMainTitle2{
	font-family: 'auto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.comBox{
	/* position: absolute; */
	/* width: 1152px;
	height: 730px; */
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 16px;
	/* margin-bottom: 24px; */

	background: #FFFFFF;
	box-shadow: 0px 5px 12px 4px rgba(0, 0, 18, 0.02);
	border-radius: 4px;
}
.comBoxContent{
	margin:24px;
    margin-bottom: 0;
}
/* start box page */
.headerFontSmall{
	font-family: 'auto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.46);
}
.headerFontSmallBlack{
	font-family: 'auto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
}
.headerFontSmallBold{
	font-family: 'auto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.85);
	width:40px;
	text-align: center;
	margin-top:8px;
	cursor: pointer;
}
.headerFontMid{
	font-family: 'auto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.85);
}
.headerFontBig{
	font-family: 'auto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.85);
}
.boxMain{
	background:white;
	padding: 16px 24px 24px 24px;
}
.boxTitleHeader{
	padding-bottom:16px;
}
.ContentMainBox{
	padding:16px 24px 24px 24px;
	background:#fff;
}
.HolePageBox{
	padding: 16px 24px 24px 24px;
}
.normalFont{
font-family: 'auto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: rgba(0, 0, 0, 0.85);
}
.normalFontQ{
	font-family: 'auto';
font-style: normal;
	font-weight: 400;
font-size: 14px;
line-height: 22px;
color: rgba(0, 0, 0, 0.65);


}
.TitltCompare{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	flex: none;
	order: 0;
	flex-grow: 0;
}
.secondTitileCompare{
	margin-top:24px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.85);
}
/* .el-table--small .el-table__cell{
	padding :8px 0px 0px 0px !important
} */
/* end box page */
/* 优化表格样式 - 保持宽度不变，提升视觉效果 */

/* 表格基础样式优化 */
.el-table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8e8;
}

/* 表格单元格基础样式 */
.el-table .el-table__cell {
    padding: 4px !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

/* 表头样式优化 */
.el-table__header .el-table__cell {
    background:#F1F5FF !important;
    border-bottom: 2px solid #e8e8e8 !important;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

/* 表头单元格内容样式 */
.el-table tr th.el-table__cell > .cell {
    height: 30px;
    font-family: 'auto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    color: #2c3e50;
    line-height: 22px;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 带排序的表头样式 */
.el-table tr th.is-sortable > .cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 14px;
    cursor: pointer;
}

/* 表头去除默认padding */
.el-table .has-gutter tr th {
    padding: 0;
}

/* 表格行样式优化 */
.el-table .el-table__body-wrapper .el-table__row {
    height: 32px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
}

/* 表格行悬停效果 */
.el-table .el-table__body-wrapper .el-table__row:hover {
    background-color: #f1f5ff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* 表格数据单元格样式 */
.el-table .el-table__body-wrapper .el-table__row td {
    border-bottom: 1px solid #f5f5f5;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
}

/* 表格对齐方式优化 */
.el-table .el-table__body-wrapper .el-table__row td .is-gotoleft .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 分组表头样式 */
.el-table thead.is-group th.el-table__cell {
    background: #f1f5ff !important;
    border-bottom: 2px solid #e8e8e8;
}

/* 斑马纹样式优化 */
.el-table--striped .el-table__body tr.el-table__row--striped td {
    background-color: #f2f4f7 !important;
}

/* 表格边框样式 */
.el-table--border .el-table__cell {
    border-right: 1px solid #f0f0f0;
}

.el-table--border::after,
.el-table--group::after {
    background-color: #f0f0f0;
}
/* 表格筛选图标优化 */
.el-table__column-filter-trigger .el-icon-arrow-down:before {
    font-family: 'iconfont' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-style: normal;
    content: '\E601';
}

/* 筛选图标样式优化 */
.el-table__column-filter-trigger .el-icon-arrow-down {
    color: #8c8c8c;
    transform: scale(0.8);
    transition: all 0.2s ease;
}

.el-table__column-filter-trigger:hover .el-icon-arrow-down {
    color: #409EFF;
    transform: scale(0.9);
}

/* 图表筛选触发器样式 */
.chart_one .el-table__column-filter-trigger {
    line-height: 22px;
    flex: 1;
    text-align: right;
}

/* 选择列样式优化 */
.el-table .el-table-column--selection .cell:after {
    width: 0px;
}

/* 表格复选框样式优化 */
.el-table .el-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-table .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #409EFF;
    border-color: #409EFF;
}

.el-table .el-checkbox__inner {
    border-radius: 4px;
    transition: all 0.2s ease;
}

.el-table .el-checkbox__inner:hover {
    border-color: #409EFF;
}

/* 表格加载状态优化 */
.el-table .el-loading-mask {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
}

.el-table .el-loading-spinner {
    margin-top: -25px;
}

/* 表格空状态优化 */
.el-table .el-table__empty-block {
    background-color: #f1f5ff;
    border-radius: 8px;
    margin: 20px;
    padding: 40px 20px;
}

.el-table .el-table__empty-text {
    color: #909399;
    font-size: 14px;
    font-weight: 400;
}

/* 表格排序图标优化 */
.el-table .caret-wrapper {
    height: 14px;
    width: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.el-table .sort-caret {
    border: 5px solid transparent;
    transition: all 0.2s ease;
}

.el-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    margin-bottom: 2px;
}

.el-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    margin-top: 2px;
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409EFF;
}

.el-table .descending .sort-caret.descending {
    border-top-color: #409EFF;
}

/* 表格固定列阴影优化 */
.el-table .el-table__fixed-right::before,
.el-table .el-table__fixed::before {
    background-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

/* 表格展开行样式优化 */
.el-table .el-table__expand-icon {
    color: #606266;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.el-table .el-table__expand-icon--expanded {
    transform: rotate(90deg);
}

.el-table .el-table__expanded-cell {
    background-color: #f1f5ff;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
}

/* 表格响应式优化 */
@media screen and (max-width: 768px) {
    .el-table {
        font-size: 12px;
        border-radius: 6px;
    }

    .el-table .el-table__cell {
        padding: 4px !important;
    }

    .el-table tr th.el-table__cell > .cell {
        height: 32px;
        font-size: 11px;
    }

    .el-table .el-table__body-wrapper .el-table__row {
        height: 32px;
    }

    .el-table__body-wrapper::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
}

/* 表格性能优化 */
.el-table {
    contain: layout style;
    will-change: scroll-position;
}

.el-table .el-table__body-wrapper {
    contain: layout style;
}

/* 表格打印样式优化 */
@media print {
    .el-table {
        box-shadow: none;
        border: 1px solid #000;
    }

    .el-table .el-table__body-wrapper .el-table__row:hover {
        background-color: transparent !important;
        transform: none;
        box-shadow: none;
    }

    .el-table__header .el-table__cell {
        background: #f1f5ff !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

/* 表格动画效果优化 */
.el-table .el-table__body-wrapper .el-table__row {
    animation: fadeInRow 0.3s ease-in-out;
}

@keyframes fadeInRow {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 表格无障碍访问优化 */
.el-table .el-table__cell:focus {
    outline: 2px solid #409EFF;
    outline-offset: -2px;
}

.el-table .el-table__row:focus-within {
    background-color: #f7faff !important;
}

/* 表格数据类型样式优化 */
.el-table .cell .number-cell {
    font-family: 'DINC', 'Courier New', monospace;
    font-weight: 500;
    text-align: right;
}

.el-table .cell .currency-cell {
    color: #52c41a;
    font-weight: 600;
}

.el-table .cell .currency-cell.negative {
    color: #ff4d4f;
}

.el-table .cell .percentage-cell {
    font-weight: 500;
}

.el-table .cell .percentage-cell.positive {
    color: #52c41a;
}

.el-table .cell .percentage-cell.negative {
    color: #ff4d4f;
}

/* 表格状态指示器 */
.el-table .cell .status-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.el-table .cell .status-indicator.success {
    background-color: #52c41a;
}

.el-table .cell .status-indicator.warning {
    background-color: #faad14;
}

.el-table .cell .status-indicator.error {
    background-color: #ff4d4f;
}

.el-table .cell .status-indicator.info {
    background-color: #1890ff;
}
.el-table .el-table__header .is-right >.cell{
	justify-content: right;
}

.el-pagination.is-background .el-pager li {
	background-color: #fff !important;
	/* color: rgba(0, 0, 0, 0.65) !important; */
	border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
min-width: 32px !important;
}
.el-pager li{
	padding: 2px 5px !important;
	height: 32px !important;
}
.el-pager li.active {
	color: #409EFF !important;
	border: 1px solid #409EFF !important;
    border-radius: 4px;

}
.el-pagination.is-background .btn-prev{
	background-color: #fff !important;
}
.el-pagination.is-background .btn-next{
	background-color: #fff !important;
}
.el-pagination{
	align-items: center;
}
.el-pagination__jump{
	margin-left: 16px !important;
}
.el-popper[x-placement^=bottom] .popper__arrow{
	top: 5px !important;
	border-bottom-color:#fff
}
.el-popper[x-placement^=bottom] .popper__arrow::after{
	top:0px !important
}
.el-popper[x-placement^=top] .popper__arrow{
	bottom: 5px !important;
	border-bottom-color:#fff
}
.el-popper[x-placement^=top] .popper__arrow::after{
	bottom:0px !important
}
.el-select-group .el-select-dropdown__item{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.el-select-dropdown__item{
	height: 32px !important;
}
.el-select-group__title{
	padding-left: 12px !important;
}
.el-select-dropdown__item{
	padding:0 12px !important;
}
.el-cascader-node.is-active{
	background:rgba(255, 145, 3, 0.1) !important;
}
.el-cascader-node{
padding:0 30px 0 12px !important
}
.el-cascader-node:not(.is-disabled):focus, .el-cascader-node:not(.is-disabled):hover {
    background: #f5f5f5 !important;
}
.el-cascader-menu .el-icon-check:before {
    content: "";
}
.el-cascader-node__label{
	padding:0px !important
}.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #F5F5F5 !important;
}
.el-select-dropdown{
	box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12) !important;
}
.el-picker-panel{
	box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12) !important;

}
.el-select-dropdown{
	border:0px !important
}
.el-input__inner{
	padding:0 12px !important;
	border: 1px solid #d9d9d9 ;
	color:rgba(0, 0, 0, 0.65) !important;
	font-size: 14px !important;
}
.el-date-editor .el-input__inner{
	/* padding:0 12px !important; */
	padding-left:30px !important;
	border: 1px solid #d9d9d9 ;
	color:rgba(0, 0, 0, 0.65) !important;
	font-size: 14px !important;
}
.el-range-editor--small .el-range-separator {
    line-height: 24px;
    font-size: 13px;
}
.el-date-editor .el-range-separator{
	height: auto !important;
}
::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: rgba(0, 0, 0, 0.25);
	font-family: auto;
	font-weight: 400;
	font-size: 14px !important;
	}
	:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(0, 0, 0, 0.25);
	font-family: auto;
	font-weight: 400;
	font-size: 14px  !important;;
	}
	::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(0, 0, 0, 0.25);
	font-family: auto;
	font-weight: 400;
	font-size: 14px !important;;
	}
	:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(0, 0, 0, 0.25);
	font-size: 14px  !important;;
	font-family: auto;
	font-weight: 400;
	}
	.el-select-dropdown__item.selected{
		background:rgba(255, 145, 3, 0.1)
	}
	.el-popper[x-placement^=bottom] {
		margin-top: 4px !important;
	}
	.el-popper[x-placement^=top] {
		margin-bottom: 4px !important;
	}
	.el-range-editor--small .el-range-input {
		font-size: 14px !important;
	}
	.el-button--primary{
		border:0px !important;
		border-radius: 4px !important;
	}
	/* .el-button:hover{
		background:#409EFF;

	}
	.el-button--small :hover{
		background:#409EFF !important
	} */
	/* .el-button--primary:focus{
		background: #1c8dd4 !important;
	border-color: #1c8dd4 !important;
	} */
.el-button--primary:hover {
	background: #409EFF !important;
	border-color: #409EFF !important;
}
.el-button--primary{
	/* opacity: 1 !important;
	transition: .3s !important */
}
.el-button--primary:active{
	/*其他样式*/
	/* opacity: 0 !important;
	box-shadow: 10px 60px 60px 6px #000 !important;
	width: 160px !important;
	transition: .3s !important; */
	background: #1c8dd4 !important;
	/* content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#409EFF;
  background-image: radial-gradient(circle, #ccc 10%, transparent 10.1%);
  transform: scale(10);
  opacity: 0;
  transition: all .6s; */
  }
  /*点击*/
  .el-button--primary:active::after{
	/* box-shadow: none !important;
	width: 360px !important;
	opacity: 0.4 !important; */
	/*transition: 0s !important; 取消过渡*/
	/* transform: scale(0);
  background:#606d83;
  opacity: .5;
  transition: 0s; */
  }
  /* driver */
  #driver-page-overlay{
	  opacity:0.1 !important;

  }
  #driver-highlighted-element-stage{
	  background-color: rgba(255,255,255,0.3) !important;
  }

@font-face {
  font-family: "iconfont"; /* Project id 3621818 */
  src: url(data:font/woff2;base64,d09GMgABAAAAAAKgAAsAAAAABmAAAAJVAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcApUZwE2AiQDCAsGAAQgBYRnBzgbqwXIDiUFj8CAAAkAQDz8t1963/wJIcjEURWCIxWX47u2iBpIqCqPZMReruUjqAJnOh4QFEL+fnPAuX1SJSMqdI0jdOhq64BkjbqUvwE98ILIl546E+qVGqXTgQUw+qCp3UojzGQ8yFGQ3RGoJV8iUGtZH8/W2My8K7FH0XCV83H6g7w69mSRukJyXJZpqVqoRFdmcUcF6Wq6x+348/HfaoRIKgpO3eHLo2nX8a9wxxSlconig9JyLfS8hAoUmOeSieP9+YO8oo33qvX7jNLGLPgV5XLoE4f2CumvcyrrQT8Vn0ny5UetTCCng51c+iY9nFRbf2H3TV38+rtw1+8nrj1/0rESP3f47OW5pkRtPNQwmrg+UPT9o36obeV1Z9MrrrTVuAZ4sXiQ3q30k0NXhPOt5MZfdV0Gn9cfOmNPhgWp3o8/+CnWeZCYzQQpt0lyMOmclE2odVOUOeFWr1NdbScvh2ptt6BXGVKOQrVRKnOzqFBnFZWqbaLWnNH1ddpYvCLXYNIBQWh2hKTRexSaXVGZe0GFTm+o1OwftU5Gw251JkMY5kAR0iRVILJgGsxzYmx3FsSMRnlTZhG4I9MUaaxrqJbGwQA+xxwnKzYhMsK4qZMx8TzQNJNY3FRAwDoJ0eqqr2dtb6kTTN01jAMUAmlESgEhE5gMLCRj+ftmAVGGhuIgtZjnHDK1TzSq0wBQ46YBdTzINY4sUROEGILhTDpiTB4GNBoTYbUPUwABqiNNyFq61Lskhpp12zv0vydIPTjuFO4hhcZ9icr5DDWYrCFwlwsA) format('woff2'),
       url(data:font/woff;base64,d09GRgABAAAAAAQIAAsAAAAABmAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8FkjRY21hcAAAAYgAAABLAAABcOcpta1nbHlmAAAB1AAAAFQAAABUv4vngGhlYWQAAAIoAAAALAAAADYhh+pdaGhlYQAAAlQAAAAcAAAAJAfeA4NobXR4AAACcAAAAAgAAAAICAAAAGxvY2EAAAJ4AAAABgAAAAYAKgAAbWF4cAAAAoAAAAAeAAAAIAEOACJuYW1lAAACoAAAAUAAAAJnEKM8sHBvc3QAAAPgAAAAJwAAADi4yjBbeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYJzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnjE+Y2Ru+N/AwMB8hwFIMjCiKGICAGJ9DGJ4nGNgYGBlYGBgBmIdIGZhYGAMYWBkAAE/oCgjWJyZgQsszsKgBFbDAhJ/xvj/P4wE8lnAJAMjG8Mo4AGTMlAeOKwgmIERACtcCW0AAAIAAAAAA5QC7gAJABUAACUUFjMhMjY9ASEBISIOARcTIRM2LgEBXBMNAQgNE/64Ahb9HAwSBAbfAV7fBgQSMw4TEw7IAfMQFwr+gAGAChcQAAAAeJxjYGRgYADi+PrkI/H8Nl8ZuFkYQOC+yWVLZJqFgekdkOJgYALxABDlCPJ4nGNgZGBgbvjfwBDDwgACQJKRARUwAQBHCAJrBAAAAAQAAAAAAAAAACoAAHicY2BkYGBgYhADYgYwi4GBCwgZGP6D+QwACtQBMQAAeJyFkT1uwkAQhZ/BkASUKEqkNGlWKSgSyfyUSKlQoKegB7PmR7bXWi9I1DlNjpAT5AjpaHOKSHnYQwNFvNrZb96+mR3JAO6wh4fyu+cu2cMls5IruMCjcJX6k7BPfhauoYmecJ36q3ADL3gTbrJjxg6ef8WshXdhD7f4EK7gBp/CVepfwj75W7iGB/wI16n/Cjcw8a6Fm2h54cDqqdNzNdupVWjSyKTueI71YhNP7ak80TZfmVR1g85RGulU22ObfLvoORepyJpEDXmr49iozJq1Dl2wdC7rt9uR6EFoEgxgoTGFY5xDYYYd4wohDFJERXRn+ZjuBTaIWWn/dU/otsipH3KFLgJ0zlwjutLCeTpNji1f61F1dCtuy5qENJRazUlisuIPPNytqYTUAyyLqgx9tLmiE39QzJD8AdiTb1d4nGNgYoAALgbsgImRiZGZga84IzGzojQxLy0zpyS1iIEBADwkBgsA) format('woff'),
       url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8FkjRAAABjAAAAGBjbWFw5ym1rQAAAfQAAAFwZ2x5Zr+L54AAAANsAAAAVGhlYWQhh+pdAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHsAAAACGxvY2EAKgAAAAADZAAAAAZtYXhwAQ4AIgAAARgAAAAgbmFtZRCjPLAAAAPAAAACZ3Bvc3S4yjBbAAAGKAAAADgAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAF9/Y8RfDzz1AAsEAAAAAADfNNM5AAAAAN800zkAAAAABAAC7gAAAAgAAgAAAAAAAAABAAAAAgAWAAIAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYB5gEDgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5gH//wAA5gH//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5gEAAOYBAAAAAQAAAAAAKgAAAAIAAAAAA5QC7gAJABUAACUUFjMhMjY9ASEBISIOARcTIRM2LgEBXBMNAQgNE/64Ahb9HAwSBAbfAV7fBgQSMw4TEw7IAfMQFwr+gAGAChcQAAAAAAAAEgDeAAEAAAAAAAAAEwAAAAEAAAAAAAEACAATAAEAAAAAAAIABwAbAAEAAAAAAAMACAAiAAEAAAAAAAQACAAqAAEAAAAAAAUACwAyAAEAAAAAAAYACAA9AAEAAAAAAAoAKwBFAAEAAAAAAAsAEwBwAAMAAQQJAAAAJgCDAAMAAQQJAAEAEACpAAMAAQQJAAIADgC5AAMAAQQJAAMAEADHAAMAAQQJAAQAEADXAAMAAQQJAAUAFgDnAAMAAQQJAAYAEAD9AAMAAQQJAAoAVgENAAMAAQQJAAsAJgFjQ3JlYXRlZCBieSBpY29uZm9udGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBAgEDAA5zaGFpeHVhbmZpbHRlcgAA) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shaixuanfilter:before {
  content: "\E601";
}


.header {
	background-color: #242f42;
}
.login-wrap {
	background: #324157;
}
.plugins-tips {
	background: #eef1f6;
}
.plugins-tips a {
	color: #409EFF ;
	/* color: #20a0ff; */
}
.upload-main-style .el-upload--text em {
	color: #20a0ff;
}
.pure-button {
	background: #20a0ff;
}

.collapse-btn:hover {
	background: rgb(40, 52, 70);
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex_start {
  display: flex;
  justify-content: start;
  align-items: center;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.p-4 {
  padding: 4px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-8 {
  padding: 8px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-12 {
  padding: 12px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.p-14 {
  padding: 14px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pr-14 {
  padding-right: 14px !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.pl-14 {
  padding-left: 14px !important;
}
.px-14 {
  padding-right: 14px !important;
  padding-left: 14px !important;
}
.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.p-16 {
  padding: 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.m-4 {
  margin: 4px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-8 {
  margin: 8px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-12 {
  margin: 12px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.m-14 {
  margin: 14px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.mx-14 {
  margin-right: 14px !important;
  margin-left: 14px !important;
}
.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.m-16 {
  margin: 16px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.flex_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex_card .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px 0;
}
.flex_card > .small_template {
  flex: 1;
  min-width: 610px;
  height: 402px;
  margin: 0 16px 16px 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f0f2f5;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 1px 1px rgba(16, 24, 40, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.flex_card > .small_template::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #409EFF 0%, #1677ff 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.flex_card > .small_template:hover {
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.05), 0 1px 3px rgba(16, 24, 40, 0.03);
  transform: translateY(-2px);
  border-color: #e4e7ec;
}
.flex_card > .small_template:hover::before {
  opacity: 1;
}
.flex_card > .small_template > div {
  padding: 0 20px 20px 20px;
}
.flex_card > .big_template {
  height: auto;
  width: 100%;
  flex-basis: 100%;
  min-width: 1236px;
  max-width: 1684px;
  margin: 0 16px 16px 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f0f2f5;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 1px 1px rgba(16, 24, 40, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.flex_card > .big_template::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #409EFF 0%, #1677ff 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.flex_card > .big_template:hover {
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.05), 0 1px 3px rgba(16, 24, 40, 0.03);
  transform: translateY(-2px);
  border-color: #e4e7ec;
}
.flex_card > .big_template:hover::before {
  opacity: 1;
}
.flex_card > .big_template > div {
  padding: 0 20px 20px 20px;
}
.flex_card > .small_template .chart_title {
  position: absolute;
  left: 24px;
  top: 16px;
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.flex_card > .small_template .title {
  font-family: "auto";
}
.flex_card > div .title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.manager_info_title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 12px;
}
.combination .chart_one {
  min-width: 1152px;
  /* height: 390px; */
  padding: 0 24px 24px 24px;
  margin: 12px;
  background: #ffffff;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 18, 0.02);
  border-radius: 4px;
}
.emptyClass .title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
}
.chart_one .title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
}
div .charts_one_class {
  position: relative;
  page-break-inside: avoid;
}
.charts_fill_class .charts_one_class {
  width: 100%;
}
.charts_fill_class .charts_two_class {
  width: 100%;
}
.charts_fill_class .charts_analysis_class {
  width: 100%;
}
div .charts_center_class {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
div .charts_two_class {
  width: 564px;
  height: 210px;
  position: relative;
  page-break-inside: avoid;
}
div .charts_analysis_class {
  height: 280px;
  position: relative;
  page-break-inside: avoid;
}
.analysis_main {
  background: #f9f5f9;
  padding: 12px;
}
.analysis_main_company {
  background: #f9f5f9;
  padding: 24px;
}
.backbut {
  position: absolute;
  right: 5px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}
.backbuts {
  position: absolute;
  right: 110px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}
div .type_menu {
  position: -webkit-sticky;
  position: sticky !important;
  top: 0px;
  z-index: 100;
  margin: 12px;
}
div .drag_template_list_type_menu {
  display: flex;
  overflow: scroll;
}
div .drag_template_list_type_menu::-webkit-scrollbar {
  height: 0;
}
.main {
  width: 100%;
  height: 100%;
}
.fixed-height-short {
  height: 250px;
}
.flex_basic_info {
  flex: 1;
  min-width: 564px;
  max-width: 564px;
  background: #ffffff;
  margin: 12px;
}
.flex_return {
  flex: 2;
  width: 100%;
  min-width: 564px;
  padding: 16px 40px 24px 24px;
  background: #ffffff;
  margin: 12px;
}
[class*=' el-icon-lx'],
[class^='el-icon-lx'] {
	font-family: lx-iconfont !important;
}


.identifyclass {
	margin-left: 10px;
	width: 100px;
	height: 45px;
}
.s-canvas {
	width: 10vw;
}


.ms-login .el-input__inner {
	border-radius: 0 !important;
}
.ms-login .el-input--small .el-input__inner {
	height: 45px !important;
	line-height: 45px !important;
}
.loginpx3 {
	width: 90px;
	height: 60px;
}
.loginpx1 {
	display: flex;
	width: 300px;
}
.loginpx2 {
	width: 90px;
	height: 48px;
}
.ms-login .el-form-item__content {
	margin-left: 0px !important;
}
.dialogloginclass .el-dialog__header {
	padding: 0px !important;
}
.dialogloginclass .el-dialog__body {
	padding: 0px !important;
}

/* 忘记密码按钮样式 */
.forgot-password-wrapper {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}
.forgot-password-btn {
	padding: 0 !important;
	font-size: 14px !important;
	color: #409EFF !important;
	cursor: pointer !important;
	background: transparent !important;
	border: none !important;
}
.forgot-password-btn:hover {
	color: #66b1ff !important;
	text-decoration: underline !important;
}

.cash[data-v-0e27da12] {
  position: fixed;
  height: 100vh;
  width: 100%;
}
.loginbottom[data-v-0e27da12] {
  position: fixed;
  bottom: 10px;
  width: 100%;
}
.ms-title[data-v-0e27da12] {
  width: 100%;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.ms-login[data-v-0e27da12] {
  width: 425px;
  margin-left: 32px;
  border-radius: 5px;
  overflow: hidden;
}
.ms-login .switch[data-v-0e27da12] {
  text-align: center;
}
.ms-login .switch .switch-btn[data-v-0e27da12] {
  display: inline-block;
  padding: 0 !important;
}
.ms-login .register-form[data-v-0e27da12] {
  display: flex;
  justify-content: space-between;
}
.inputboxs[data-v-0e27da12] {
  width: 282px;
}
.ms-content[data-v-0e27da12] {
  padding: 16px 16px;
}
.login-btn[data-v-0e27da12] {
  text-align: center;
}
.login-btn button[data-v-0e27da12] {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}
.login-tips[data-v-0e27da12] {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
}
.upload-box[data-v-0e27da12] {
  width: 100%;
}
.upload-box[data-v-0e27da12] .el-upload--text {
  display: inline;
  border: none;
}
.upload-box[data-v-0e27da12] .el-upload--text .el-input__inner {
  cursor: pointer;
}
.main[data-v-0e27da12] {
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background-color: #fff;
  background: radial-gradient(ellipse at bottom, #54677c 0%, #090a0f 100%);
  overflow: hidden;
  filter: drop-shadow(0 0 10px white);
  position: relative;
}
.main .main-title[data-v-0e27da12] {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  font-size: 30px;
  color: rgb(255, 255, 255);
}
.main .main-title[data-v-0e27da12]::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  width: 28px;
  height: 4px;
  background: rgb(244, 54, 63);
  border-radius: 2px;
}

.ms-register .el-input__inner {
  border-radius: 0 !important;
}
.ms-register .el-input--small .el-input__inner {
  height: 45px !important;
  line-height: 45px !important;
}
.ms-register .el-form-item__content {
  margin-left: 0px !important;
}
.dialogRegisterClass .el-dialog__header {
  padding: 0px !important;
}
.dialogRegisterClass .el-dialog__body {
  padding: 0px !important;
}

@charset "UTF-8";
.ms-title[data-v-61617363] {
  width: 100%;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.ms-register[data-v-61617363] {
  width: 680px;
  margin-left: 32px;
  border-radius: 5px;
  overflow: hidden;
}
.ms-register .switch-btn[data-v-61617363] {
  display: inline-block;
  padding: 0 !important;
}
.ms-content[data-v-61617363] {
  padding: 12px 24px;
  max-height: 550px;
  overflow-y: auto;
  /* 自定义滚动条样式 */
}
.ms-content[data-v-61617363]::-webkit-scrollbar {
  width: 6px;
}
.ms-content[data-v-61617363]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.ms-content[data-v-61617363]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.ms-content[data-v-61617363]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.register-btn[data-v-61617363] {
  text-align: center;
}
.register-btn button[data-v-61617363] {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}

/* 2列布局样式 */
.form-two-columns[data-v-61617363] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start; /* 确保两列顶部对齐 */
}
@media (max-width: 768px) {
.form-two-columns[data-v-61617363] {
    grid-template-columns: 1fr;
    gap: 0;
}
}
.form-column[data-v-61617363] {
  display: flex;
  flex-direction: column;
}
.form-column-left[data-v-61617363] {
  padding-right: 10px;
}
@media (max-width: 768px) {
.form-column-left[data-v-61617363] {
    padding-right: 0;
}
}
.form-column-right[data-v-61617363] {
  padding-left: 10px;
}
@media (max-width: 768px) {
.form-column-right[data-v-61617363] {
    padding-left: 0;
}
}

/* 统一表单项间距和对齐 */
.form-item-aligned[data-v-61617363] {
  margin-bottom: 16px !important;
  /* 确保所有表单项高度一致 */
}
.form-item-aligned[data-v-61617363] .el-form-item__content {
  line-height: 45px;
}

/* 图形验证码特殊样式 */
.captcha-item[data-v-61617363] {
  margin-bottom: 0 !important; /* 提示文字会占用底部空间 */
}
.captcha-wrapper[data-v-61617363] {
  display: flex;
  align-items: center;
  height: 45px; /* 固定高度确保对齐 */
}
.captcha-input[data-v-61617363] {
  flex: 1;
}
.captcha-image-box[data-v-61617363] {
  margin-left: 10px;
  cursor: pointer;
  width: 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #f5f7fa;
  flex-shrink: 0; /* 防止压缩 */
}
.captcha-image[data-v-61617363] {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.captcha-btn[data-v-61617363] {
  margin-left: 10px;
  width: 100px;
  height: 45px !important; /* 强制高度45px */
  flex-shrink: 0;
}
.captcha-hint[data-v-61617363] {
  margin-top: 4px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.captcha-hint span[data-v-61617363] {
  font-size: 12px;
  color: #909399;
}

/* 短信验证码样式 */
.sms-item[data-v-61617363] {
  margin-bottom: 16px !important;
}
.sms-wrapper[data-v-61617363] {
  display: flex;
  align-items: center;
  height: 45px; /* 固定高度确保对齐 */
}
.sms-input[data-v-61617363] {
  flex: 1;
}
.sms-btn[data-v-61617363] {
  margin-left: 10px;
  width: 100px;
  height: 45px !important; /* 强制高度45px */
  font-size: 13px;
  padding: 0 8px;
  flex-shrink: 0;
}

/* 右列注册按钮样式 */
.register-btn-right[data-v-61617363] {
  margin-top: 16px;
}
.register-btn-right .register-submit-btn[data-v-61617363] {
  width: 100%;
  height: 45px;
}

.ms-forgot-password .el-input__inner {
  border-radius: 0 !important;
}
.ms-forgot-password .el-input--small .el-input__inner {
  height: 45px !important;
  line-height: 45px !important;
}
.ms-forgot-password .el-form-item__content {
  margin-left: 0px !important;
}
.dialogForgotPasswordClass .el-dialog__header {
  padding: 0px !important;
}
.dialogForgotPasswordClass .el-dialog__body {
  padding: 0px !important;
}

.ms-title[data-v-a6b07db4] {
  width: 100%;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.ms-forgot-password[data-v-a6b07db4] {
  width: 425px;
  margin-left: 32px;
  border-radius: 5px;
  overflow: hidden;
}
.ms-forgot-password .switch-btn[data-v-a6b07db4] {
  display: inline-block;
  padding: 0 !important;
}
.ms-content[data-v-a6b07db4] {
  padding: 16px 16px;
}
.submit-btn[data-v-a6b07db4] {
  text-align: center;
}
.submit-btn button[data-v-a6b07db4] {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}
.analysis-card-header[data-v-4caf2622] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.analysis-card-header[data-v-4caf2622]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #409EFF 0%, rgba(64, 150, 255, 0) 100%);
  border-radius: 2px;
}
.analysis-card-header .header-left[data-v-4caf2622] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.analysis-card-header .header-left .title-decorator[data-v-4caf2622] {
  position: relative;
  width: 12px;
  height: 12px;
}
.analysis-card-header .header-left .title-decorator[data-v-4caf2622]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: radial-gradient(circle at 30% 30%, #66b3ff 0%, #409EFF 40%, #1677ff 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(64, 150, 255, 0.12), 0 0 12px rgba(64, 150, 255, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.5);
  animation: pulse-4caf2622 2s ease-in-out infinite;
}
.analysis-card-header .header-left .title-decorator[data-v-4caf2622]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}
.analysis-card-header .header-left .title-text[data-v-4caf2622] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  font-family: "auto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.3px;
}
@keyframes pulse-4caf2622 {
0%, 100% {
    box-shadow: 0 0 0 4px rgba(64, 150, 255, 0.12), 0 0 12px rgba(64, 150, 255, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.5);
}
50% {
    box-shadow: 0 0 0 6px rgba(64, 150, 255, 0.16), 0 0 16px rgba(64, 150, 255, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.5);
}
}
.analysis-card-header .header-right[data-v-4caf2622] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.analysis-card-header .header-right[data-v-4caf2622] .el-input {
  width: 176px;
}
.analysis-card-header .header-right .download-btn[data-v-4caf2622] {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.45);
}
.analysis-card-header .header-right .download-btn[data-v-4caf2622]:hover {
  color: #409EFF;
  border-color: #409EFF;
  background: #f0f5ff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(64, 150, 255, 0.2);
}
.analysis-card-header .header-right .download-btn[data-v-4caf2622]:active {
  transform: translateY(0);
}
.analysis-card-header .header-right .download-btn svg[data-v-4caf2622] {
  width: 16px;
  height: 16px;
}
