@CHARSET "UTF-8";
:root {
    --base-color:#228FBD;
    --leftmenu-color:#228FBD;
}
::-webkit-scrollbar {
    width: 10px;
	height:10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	background-color: #999;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.x-accordion-hd .x-tool-expand-top, .x-accordion-hd .x-tool-expand-bottom {
	background-position: 0 -575px;
}
.x-accordion-hd .x-tool-collapse-top, .x-accordion-hd .x-tool-collapse-bottom {
	background-position: 0 -591px;
}

/* 注意：ExtJS 按钮的文字通常包裹在 span 标签中 */
.custom-sort-btn {
    background-color: #eee !important; /* 加上 !important 防止被主题覆盖 */
}
.custom-sort-btn span {
    color: black !important;
}

.custom-sort-btn1 {
    background-color: #fff !important; /* 加上 !important 防止被主题覆盖 */
}
.custom-sort-btn1 span {
    color: black !important;
}

/* 强制覆盖按钮背景、边框，并设置默认蓝色字体 */
.blue-text-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important; /* 去除可能存在的阴影 */
}

/* 核心：强制指定按钮内部文字和图标容器的颜色 */
.blue-text-btn .x-btn-inner,
.blue-text-btn .x-btn-icon-el {
    color: #1890ff !important;
}

/* 鼠标悬停时，文字和图标变为深蓝色 */
.blue-text-btn:hover .x-btn-inner,
.blue-text-btn:hover .x-btn-icon-el {
    color: #096dd9 !important;
}

/** login 开始 */

.customizelogindiv {
	position: absolute;
	width: 100%;
	height: 100%;
}
.customizelogindiv .loginright {
	float: right;
	width: 70%;
	height: 100%;
	background: rgb(47, 73, 125);
}

.customizelogindiv .login {
	background: url(../../resources/images/login.png) no-repeat;
	background-size:100% 100%;
	width: 1320px;
	height: 880px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -440px;
	margin-left: -605px;

}

.customizelogindiv .loginhead {
	font-size: 24px;
	color: white;
	margin-top: 150px;
	margin-left: 130px;
	font-weight: 300;
}

.customizelogindiv .loginhead .logo {
	font-size: 36px;
	font-weight: 800;
}

.customizelogindiv .loginform {
	width: 250px;
	float: right;
	margin-right: 290px;
	margin-top: 100px;
}

.customizelogindiv .loginform ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.customizelogindiv .loginform ul li {
	height: 70px;
	text-align:center;
}

.customizelogindiv .loginform ul li input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid rgb(43, 73, 125);
	color: rgb(43, 73, 125);
	height: 40px;
	outline:none;
	font-size:18px;
}

.customizelogindiv .loginbtn {
	background: rgb(43, 73, 125);
	padding: 15px 80px;
	color: white;
	font-size:24px;
	letter-spacing:10px;
	cursor: pointer;
	border-radius:5px;
}

<!-- login css end -->

.ui_leftmenucls{
	background:#228FBD;
}
.ui_leftmenu{
    background:#228FBD;
}
.ui_toptoolbar{
	background:#228FBD;
}
.x-grid-scrollbar.x-scroller.x-grid-scrollbar-visible{
	height:18px!important;
}

.big-100 {
	width: calc(100% -   6px);
	background-position: 100% 20px !important
}

.big-60 {
	width: calc(60% -   6px);
	background-position: 60% 20px !important
}

.big-50 {
	width: calc(50% -   6px);
	background-position: 50% 20px !important
}

.big-40 {
	width: calc(40% -   6px);
	background-position: 40% 20px !important
}

.big-33 {
	width: calc(33.33% -   6px);
	background-position: 33.33% 20px !important
}
.big-30 {
	width: calc(30% -   6px);
	background-position: 30% 20px !important
}
.big-25 {
	width: calc(25% -  6px);
	background-position: 25% 20px !important
}

.big-20 {
	width: calc(20% -   6px);
	background-position: 20% 20px !important
}

.x-responsivecolumn-small>.small-100 {
	width: calc(100% -   6px);
	background-position: 100% 20px !important
}

.x-responsivecolumn-small>.small-50 {
	width: calc(50% -   6px);
	background-position: 50% 20px !important
}
.nav-btn-count {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	background-color: #ffb40c;
	padding: 0 4px;
	font-size: .76em;
	font-weight: 700;
	border-radius: 10px;
	cursor: default;
	line-height: 1.5em;
	width: 2em;
	text-align: center
}

.homeicondiv{
	width:100%;
	height:100%;
	text-align:center;
	cursor: pointer;
}
.homeicondiv img {
	width:64px;
	height:64px;
	position: absolute;
	left:50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
}

.homeicondiv .subscript{
	color: #fff;
    height: 21px;
    width: 100px;
    position: absolute;
    right: -40px;
    text-align: center;
    line-height: 21px;
    font-family: "黑体";
    background-color: #ef4038;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}

.homeicondiv span {

}

.weather-panel {
    background: #fff;
}

.weather-image-container {
    height: 80px;
    width: 100px;
    float: left;
	background: #82d9EA;
	text-align: center;
	padding-top: 20px;
}

.weather-details-container {
	color: #000;
	line-height: 20px;
	float: left;
	padding: 10px;

:first-child {
	margin-bottom: 4px;
	font-size: 30px;
}

}
.home-date-grid-title {
	font-size: 24px;
	font-weight: 400;
	color: red;
}

.home-date-grid-title .leftday {
	float: left;
	width: 30%;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

.home-date-grid-title .leftday .weekspan {
	font-size: 12px;
	color: #000;
}

.home-date-grid-title .rightmonth {
	float: right;
	width: 70%;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
}

.home-date-grid-title .rightmonth font {
	color: #000;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
    font-size: 28px;
    padding: 0px 10px;
}


.home-date-grid{

}
.home-date-grid .x-grid-with-row-lines .x-grid-item{
    border-style: solid;
    border-width: 0px 0 0;
    border-color: #ccc;
    height: 35px;
    line-height: 35px;
}
.home-date-grid .circle{
	width: 35px;
    height: 35px;
    border-radius: 4em;
    background: #5cd8cc;
    margin: auto;
}

.home-date-grid .x-column-header {
	border-right: 0px solid #ccc;
}

.home-tab-bar .x-tab-bar-default {
	background-color: #fff;
	display: none;
}

.home-tab-bar .home-tab-body {
	border: 1px !important;
}

.home-tab-bar .x-tab-bar-default-top > .x-tab-bar-body-default {
	padding: 0px;
	min-height: 35px;
}

.home-tab-bar .x-noborder-t {
	border-top-width: 0px !important;
}

.home-tab-bar .x-docked-top {
	border-bottom: 1px solid #ccc;
	border-bottom-width: 1px !important;
}

.home-tab-bar .home-tab-body .x-panel-default-outer-border-trbl {
	border: 0;
	border-top: 1px solid #ccc;
	border-color: #ccc !important;
}

.home-tab-bar .x-toolbar-default .x-toolbar-item {
	cursor: pointer;
}

.home-tab-bar .x-tab.x-tab-active.x-tab-default {
	border: 0;
	background-color: #fff;
}

.home-tab-bar .x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
	color: blue;
}

.activeLabel {
	color: #228fbd;
}

.home-tab-bar .x-toolbar-default {
	padding: 8px 0 8px 8px;
}

	/** login 开始 */

#LAY_app,body,html {
	height: 100%
}

.login_logo {
	width: 60px;
	height: 38px;
	background: url(../../resources/images/logo.png) no-repeat center;
}

.login_company_name {
	width: 300px;
	color: #fff;
	text-align: left;
}
.layadmin-user-login-header {
	height: 75%;
	width: 100%;
	text-align: center;
	display: block;
	background-image: url(../../resources/images/login/login_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.layadmin-user-login-header ul {
	height: 50px;
	top: 20px;
	position: relative;
}

.layadmin-user-login-header ul li {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	cursor: pointer;
	margin: 0px 5px;
}

.layadmin-user-login-header a {
	color: white;
	padding: 5px;
	text-decoration: none;
}

.layadmin-user-login-header  a:hover {
	color: rgba(255, 255, 255, .8)
}

.layadmin-user-login-main {
	margin: 0 auto;
	top: calc(65%);
	text-align: center;
	position: absolute;
	background: rgba(239, 239, 239, 0.3);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	height: 10%;
	margin: 0 auto;
	box-sizing: border-box;
	margin: 0 auto;
}

.layadmin-user-login-main ul {
	height: 40px;
	position: relative;
	top: calc(50% -               20px);
}

.layadmin-user-login-main ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	cursor: pointer;
	margin: 0px 5px;
}

.layadmin-user-login-icon {
	position: absolute;
	margin-left: -100px;
	width: 38px;
	line-height: 36px;
	text-align: center;
	color: #d2d2d2
}

.layadmin-user-login-body .layui-input {
	padding-left: 38px
}

.layadmin-user-login-footer {
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
	line-height: 30px;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .5)
}

.layadmin-user-login-footer span {
	padding: 0 5px
}

.layadmin-user-login-footer a {
	padding: 0 5px;
	color: rgba(0, 0, 0, .5)
}

.layadmin-user-login-footer a:hover {
	color: rgba(0, 0, 0, 1)
}
.login_button {
	display: inline-block;
	width:100%;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #51A4FF;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.vercodeli
{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.logindiv .layui-input {
		padding-left: 25px;
	}
@media screen and (min-width:800px) {
	.logindiv {
		text-align: center;
		margin: 0 auto;
		background: rgba(239, 239, 239, 0.3);
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
		height: 60px;
		box-sizing: border-box;
	}
	.logindiv ul {
		margin: auto;
		height: 50px;
		padding: 5px;
		width: 790px;
		display: -webkit-box;
		-webkit-box-orient: horizontal;
	}
	.logindiv ul li {
		width: 180px;
		height: 40px;
		line-height: 40px;
		padding: 5px;
	}
	.vercodeli
	{
		width:200px;
	}
	.buttonli{
		width:190px;
	}
	.vercodeli .layadmin-user-login-icon {
		margin-left: -5px;
	}
	.logindiv ul li img {
        width: 80px;
	    height: 32px;
	    position: absolute;
	    margin-left: -82px;
	    margin-top: 3px;
	}

	.layadmin-user-login-icon {
		position: absolute;
		margin-left: -90px;
		width: 38px;
		line-height: 36px;
		text-align: center;
		color: #d2d2d2
	}
}

@media screen and (max-width:799px) {
	.logindiv {
		margin:auto;
		width:320px;
		text-align: center;
	}
	.logindiv ul li {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 5px;
	}
	.buttonli{
		width: 100%;
	}
	.vercodeli .layadmin-user-login-icon {
		margin-left: -5px;
	}
	.logindiv ul li img {
        width: 120px;
	    height: 36px;
	    position: absolute;
	    margin-left: -122px;
	    margin-top: 1px;
	}
	.layadmin-user-login-icon {
		position: absolute;
		margin-left: -165px;
		width: 38px;
		line-height: 36px;
		text-align: center;
		color: #d2d2d2
	}

}
/** login 结束 */

.email_field ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	cursor: pointer;
	margin: 0px 5px;
}

.layui-layer-shade {
	top: 0px;
	left: 0px;
	width: calc(100%);
	height: calc(100%);
}

.crisp_menu_list {
}

.crisp_menu_list .layui-layer-content {
	width: 100%;
	height: 100%;
}
.crisp_menu_ul .layui-btn.layui-btn-sm{
	height: 34px;
	padding:2px 5px;
}
.crisp_menu_ul .layui-btn {
	margin: 2px 5px;
	color:#000;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 130px;
	white-space: normal;
	line-height:15px;
}

.crisp_menu_ul .layui-btn span {
	white-space: normal;
}

.crisp_menu_ul .layui-btn:hover {
	margin: 2px 5px;
	color: #fff;
	background-color: #289FD1;
	border: 1px solid #289FD1;
	width: 130px;
	line-height:15px;
}

.crisp_menu_group .layui-elem-field {
	margin: 5px;
}
.crisp_menu_group .layui-btn-sm{
	height: 34px;
	padding:2px 5px;
}
.crisp_menu_group .layui-elem-field legend {
	margin-left: 20px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 400;
	color: #228FBD;
}

.crisp_menu_group .layui-field-box .layui-btn {
	margin: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 130px;
	line-height:15px;
}

.crisp_menu_group .layui-field-box span {
	white-space: normal;
}
.crisp_menu_group .layui-field-box  .layui-btn-sm{
	height: 34px;
	padding:2px 5px;
}
.crisp_menu_group .layui-field-box .layui-btn:hover {
	margin: 5px;
	color: #fff;
	background-color: #289FD1;
	border: 1px solid #289FD1;
	width: 130px;
	line-height:15px;
}

.crisp_menu_ul{
	padding : 5px;
}

.crisp_menu_group{
	border-bottom: 1px solid #99bbe8;
	border-top: 30px solid #fff;
}
.crisp_menu_group  .left_title{
	width : 100%;
	height: 100%;
	display: inline-block;
	word-wrap: break-word;
	vertical-align: middle;
	white-space: normal;
	margin-top: -25px;
	color: #000;
	border-bottom: 1px solid #99bbe8;
	padding : 5px;
}
.crisp_menu_group  .left_title span{
	border-left: 2px solid #228FBD;
	padding : 0px 0px 0px 5px;
}

.crisp_menu_group .right_button{
	padding : 5px;
	width: calc(100%);
}

.crisp_menu_group .right_button span {
	white-space: normal;
}

.crisp_menu_group .right_button .layui-btn-sm{
	height: 34px;
	padding:2px 5px;
}
.crisp_menu_group .right_button .layui-btn {
	margin: 2px 5px;
	color:#000;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 130px;
	line-height:15px;
}

.crisp_menu_group .right_button .layui-btn:hover {
	margin: 2px 5px;
	color: #fff;
	background-color: #289FD1;
	border: 1px solid #289FD1;
	width: 130px;
	line-height:15px;
}

.aj_crsip_menubtn {
	color: #333333;
}

.accordion-icon {
	background-size: 100%;
	background-image: url(../../resources/images/menu/aj_crisp_menu_li.png)
	!important;
}

.menubuttoniconcls {
	margin-left: 27px;
	background-image: url(../../resources/images/menu/aj_crisp_menu_li.png)
	!important;
}

.menubodycls {
	background: #2F4056;
}

.crisp_menu_btn_icon {
	margin-left: 27px;
	color: rgba(255, 255, 255, 0.7);
}

.crisp_menu_btn_icon:hover {
	margin-left: 27px;
	color: rgba(255, 255, 255, 1);
}

.crisp_menu_btn:hover .x-btn-inner-default-small {
	color: rgba(255, 255, 255, 1);
}

.crisp_menu_btn:hover .crisp_menu_btn_icon {
	color: rgba(255, 255, 255, 1);
}

.crisp_menu_btn .x-btn-inner-default-small {
	color: rgba(255, 255, 255, 0.7);
}

.ui-email-menu {

}

.ui-email-menu .x-title-text {
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #228FBD;
}

.ui-email-menu .x-menu-item-indent-default {
	border-bottom: 1px solid #eee;
}

.ui-tab-bar .x-tab-bar-default {
	background-color: #fff;
}

.ui-tab-bar .ui-tab-body {
	border: 0 !important;
	margin-top: 5px;
}

/* form input只读状态添加背景颜色*/
.x-form-readonly input{
	background-color : #f5f4f4b5;
	opacity: 0.6;
}
/* form checkbox只读状态添加背景颜色*/
.x-form-readonly .x-form-checkbox{
	background : #F0F0F0;
	opacity: 0.6;
}
/* form textarea只读状态添加背景颜色*/
.x-form-readonly textarea{
	background : #F0F0F0;
	opacity: 0.6;
}
/* 合并单元格 */
.x-grid-with-row-lines .x-grid-item-change {
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.x-grid-with-col-lines .x-grid-cell-change {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 0;
}

/** 系统内复制粘贴  */
.cannotselect{
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}

td.selectedd{
	background:#0094ff;
	color:#fff
}

.red{
	color:red;
}
.blue{
	color:#228FBD;
}
.green{
	color:green;
}
.orange{
	color:orange;
}
.yellow{
	color:yellow;
}
.purple{
	color:purple;
}
.white{
	color:white;
}


/** 系统主题色 start */
.ui_leftmenucls,.ui_toptoolbar{
    background:var(--base-color);
}
.ui_leftmenu,.ui_leftmenu .x-accordion-item .x-accordion-hd{
    background:var(--leftmenu-color);
}
.ui_toplogo{
    background:var(--base-color);
    background-image: url(../../resources/images/logo.png);
    background-size: 100%;
    background-position: 0px -5px;
}
.x-accordion-hd .x-tool-img {
    background-color: var(--leftmenu-color)!important;
}
.x-panel-header-default-vertical,
.x-panel-header-default .x-tool-tool-el{
    background-color: var(--base-color);
}
.crisp_menu_group .right_button .layui-btn:hover {
    border-color: var(--base-color);
    background-color: var(--base-color);
}
.crisp_menu_ul .layui-btn:hover {
    border-color: var(--base-color);
    background-color: var(--base-color);
}
.x-tab.x-tab-active.x-tab-default,
.x-tab-focus.x-tab-over.x-tab-default,
.x-tab-over.x-tab-default{
    border-color: var(--base-color);
    background-color: var(--base-color);
}
.x-tab-over.x-tab-default span {
    color: #fff;
}
.x-window-header-default,
.x-window-header-default .x-tool-img{
    background-color: var(--base-color);
}
.x-btn-default-small,
.x-btn-over.x-btn-default-small,
.x-btn-focus.x-btn-default-small,
.x-btn.x-btn-pressed.x-btn-default-small {
	border-color: var(--base-color);
	background-color: var(--base-color);
}

.x-btn-icon-el-default-toolbar-small {
	color: var(--base-color);
}

.x-action-col-icon {
	color: var(--base-color);
}

.billpanel-h {
	text-align: left;
    border-bottom: 1px solid rgb(208, 208, 208);
}
.billpanel-title {
	line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    background: #49b5b1;
    padding-left:12px;
    padding-right: 14px;
    border-radius: 0px 28px 28px 0px;
}

/** 系统主题色 end */

.x-form-trigger-wrap-default {
	border-color: #AAAAAA;
}
.x-form-item-body-default {
	min-height: 24px;
	height: 29px;
}

.x-form-item-label-default:not(.x-grid-filters-icon) {
	/* background: #d0e0e3; */
	color: #000;
	font: 400 12px/14px helvetica, arial, verdana, sans-serif;
	min-height: 24px;
	padding-top: 0px;
	padding-right: 5px;
	vertical-align: middle;
}

.x-column-header {
	background: #f8f8f8;
	text-align: center;
}

.x-grid-cell-inner {
	padding: 8px 10px 7px !important;
}

.x-grid-cell-row-numberer .x-grid-cell-inner {
	padding: 8px 5px 7px !important;
}

.x-grid-widgetcolumn-cell-inner {
    padding: 1px 10px 1px !important;
}

.x-column-header-checkbox .x-column-header-inner, .x-grid-checkcolumn-cell-inner {
	padding: 5px 5px 4px !important;
}

.x-form-trigger-wrap-change {
    display: inline-table;
    width: calc(100% -   20px);
    height: 100%;
}

.x-gecko .x-form-trigger-wrap-change {
    display: -moz-inline-box;
    display: inline-flex;
    vertical-align: top;
}
.x-form-trigger-hint {
    font-family: FontAwesome;
    user-select: none;
    color: #ff6c00;
    margin-left: 5px;
}

/* .x-grid-item-alt {
    background-color: #f0f0f0;
} */
/*
易成登录start
*/
html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgba(248,249,253,0.39);
}
.login-main{
    width: 100%;
    height: 100vh;
}
.login-head{
    width: 100%;
    height: 10vh;
    max-height: 80px;
}
.login-bottom{
    width: 100%;
    height: 10vh;
    max-height: 80px;
    text-align: center;
    line-height: 30px;
}
.login-content{
    width: 100%;
    height: 80vh;
    max-height: calc(100% - 160px);
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.login-form{
    width: 80%;
    height:100%;
    max-height: 500px;
    max-width: 960px;
    margin: auto;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 3px 32px rgba(169,184,218,0.32);
    opacity: 1;
    border-radius: 16px;
}
.login-logo{
    width: 197px;
    height: 69px;
    margin-left: 10%;
    background: url(../../resources/images/login-logo.png);
}
.login-left{
    height: 100%;
    background: url(../../resources/images/login-banner.png);
    background-size: cover;
}
.login-right{
    height: 100%;
}
.login_badge{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height:50px;
    border-radius: 5px;
    background-color: red;
    color: white;
    text-align: center;
    background: url(../../resources/images/qrcode.png);
    background-size: cover;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.login_body{
    width: 70%;
    height: 230px;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin-top: 113px;
}
.login_body li{
    height: 55px;
    line-height: 55px;
    margin: 5px;
	font-size: 16px;
}
.login_form_label{
    position: absolute;
    margin: 1px;
    width: 38px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    color: #228FBD;
    background: #F8F9FD;
}
.login_body input{
    padding-left: 45px;
    font-size: 14px;
    border: 1px solid #228FBD;
    color: #228FBD;
}
.login_body input:hover{
    padding-left: 45px;
    font-size: 14px;
    border: 1px solid #228FBD;
}
.login_form_button{
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #228FBD;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
    .login_body{
        width: 80%;
        height: 230px;
        margin: auto;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .login-left{
        height: 200px;
        background: url(../../resources/images/login-banner.png);
        background-size: cover;
    }

	.login_body li{
		height: 40px;
		line-height: 40px;
		margin: 5px;
		font-size: 16px;
	}
}
/*
易成登录end
*/
/**下拉选项选中字体图标处理*/
.x-boundlist-selected .fa-square-o:before{
    content: "\f046" !important;
}

/*
附件列表 begin
*/

.thumb-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.thumb-item {
    width: 120px;
    height: 160px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column; /* 让内容垂直排列 */
}

.thumb-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transform: translateY(-3px);
    border-color: #ccc;
}

/* 图片区域 */
.img-wrapper {
    height: 160px;
    overflow: hidden;
    background: #f9f9f9;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 信息区域 */
.thumb-info {
    /* padding: 12px; */
    flex: 1; /* 占据剩余空间 */
    display: flex;
    flex-direction: column;
}

.thumb-info h3 {
    margin: 0 0 6px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.desc {
    margin: 0 0 10px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    /* 限制描述行数 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 属性元数据区域 (大小、分辨率) */
.thumb-meta {
    margin-top: auto; /* 推到底部 */
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #888;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* 简单的图标模拟 (实际项目中建议使用 FontAwesome 或图标字体) */
.icon-dimension::before { content: "📐"; }
.icon-size::before { content: "💾"; }