* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC","Microsoft YaHei",sans-serif
}

body {
    background-color: #f5f7fa;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}
.login-box{
	width: 100%;
	height: 100%;
	background: url("../img/login-topbg2.png") bottom no-repeat;
	background-size: 100%;
}
.login-box .content{
	width: 100%;
	height: 100%;
	background: url("../img/login-topbg1.png") no-repeat;
	background-size: 100%;
}
.login-box .content .logo{
	text-align: center;
	color: #141f2b;
	padding-top: 100px;
}
.login-box .content .logo .title{
	font-size: 24px;
	font-weight: bold;
	color: #8c661b;
}
.login-box .content .logo .text{
	font-size: 14px;
	color: #8c661b;
	margin-top: 15px;
}
.login-box .content .from{
	width: calc(100% - 30px);
	background: #fff;
	border-radius: 5px;
	margin: 50px auto 0;
	box-sizing: border-box;
	padding: 20px;
}
.login-box .content .from .form-item{
	margin-bottom: 10px;
}
.login-box .content .from .form-item .label{
	color: #141f2b;
	font-size: 14px;
	margin-bottom: 10px;
}
.login-box .content .from .form-item .input input{
	width: 100%;
	background: #f7f8fb;
	border: none;
	height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 50px;
}
.login-box .content .from .form-extra{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin-bottom: 25px;
	    font-size: 12px;
}
.remember-pwd{
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkbox{
	margin-right: 5px;
	 display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.login-box .content .from .form-extra{
	color: rgba(54,63,74,.5);
}
.login-box .content .from .form-extra a{
	color: rgba(54,63,74,.5);
	text-decoration: none;
}
.login-box .content .from .login-btn{
	margin-top: 30px;
	width: 100%;
    height: 48px;
    background-color: #053865;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
	border-radius: 50px;
}
.copyright{
	margin-top: 40px;
    font-size: 11px;
    color: #141f2b;
    text-align: center;
	position: fixed;
	width: 100%;
	bottom: 20px;
}
/*登录*/
.nav{
	    height: 60px;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.nav .tab-item{
	text-align: center;
	width: 33.3333333333%;text-decoration: none;
}
.nav .tab-item .ico img{
	width: 20px;
}
.nav .tab-item  .text{
	font-size: 12px;
	color: #c3cbda;
	font-weight: 500;
}
.nav .tab-item.active .text{
	color: #053865;
}
.index-box{
	height: calc(100% - 63px);
	overflow: auto;
	background: url("../img/index_bg.png") #f7f7f7 no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}
.index-box .hader{
	padding: 15px 0;
}
.index-box .hader .info{
	color: #132033;
	font-size: 20px;
	font-weight: bold;
}
.index-box .hader .md{
	color: #9b9b9b;
	font-size: 14px;
}
.index-box .hader .md a{
	color: #053865;
	text-decoration: none;
}
.index-box .hader .md a img{
	height: 11px;
	vertical-align: middle;
	margin-left: 5px;
}
.index-box .Notice{
	background:url("../img/Noticebg.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 8px;
}
.index-box .Notice .title img{
	height: 25px;
}
.index-box .Notice .title span{
	float: right;
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
}.index-box .Notice .title span a{
	 color: #fff;
	 text-decoration: none;
 }
.index-box .Notice .title span img{
	height: 12px;
	margin-left:5px;
	vertical-align: middle;
	margin-top: -1px;
}
.index-box .Notice  .list{
	background: linear-gradient(to bottom, #f9f4e6, #f7f7f7);
	padding: 10px;
	border-radius: 5px;
}
.index-box .Notice .list .list-item{
	display: flex;
	justify-content: space-between;
	line-height: 30px;
}
.index-box .Notice .list .list-item .title{
	color: #132033;
	width: 80%;
	box-sizing: border-box;
	font-size: 14px;text-decoration: none;
}    
.index-box .Notice .list .list-item .time{
	color: #9b9b9b;
	font-size: 12px;
}
.index-box .Notice .list .list-item .title::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #053865;
	border-radius: 50%;
	margin-right: 3px;
	vertical-align: middle;
}
.single-line-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box .data{
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	margin-top: 20px;
}
.index-box .data .title{
	color: #132033;
	font-size: 16px;
	font-weight: bold;
}
.index-box .data .title span{
	float: right;
}
.index-box .data .title span img{
	width: 16px;
}
.index-box .data .text{
	color: #919191;
	font-size: 12px;
}
.index-box .data  .warp{
	background: url("../img/gmvbg.png") no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 10px;
}
.index-box .data  .warp .name{
	color: #132033;
	font-size: 18px;
	margin-bottom: 10px;
}
.index-box .data  .warp .card{
   display: flex;
   line-height: 30px;
}
.index-box .data  .warp .card .num{
	color: #57595b;
	font-size: 14px;
	margin-right: 15px;
	
}
.index-box .data  .warp .card .num .red{
	color: #be2827;
	font-size: 24px;
	font-weight: bold;
}
.index-box .data  .warp .card .num .blue{
	color: #053865;
	font-size: 18px;
	font-weight: bold;
	font-weight: 500;
}
.index-box .data  .revenue-row{
	display: flex;
	padding: 10px 0;
	margin-top: 10px;
}
.index-box .data  .revenue-row .revenue-item{
	width: 33.3333333333%;
	box-sizing: border-box;
	padding-left: 8px;
	position: relative;
}
.index-box .data  .revenue-row .revenue-item::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 60%;
	background: #e2e2e2;
	position: absolute;
	right: 0;
	top: 10%;
}
.index-box .data  .revenue-row .revenue-item:last-child::before{
    display: none;
}
.index-box .data  .revenue-row .revenue-item .revenue-titme{
	color: #132033;
	font-size: 14px;
}
.index-box .data  .revenue-row .revenue-item .num{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.index-box .data  .revenue-row .revenue-item .text{
	color: #555555;
	font-size: 12px;    line-height: 23px;
}
.index-box .data  .revenue-row .revenue-item .text strong{
	color: #132033;
	font-size: 14px;
}
.index-box .material-section{
	background: url("../img/material-sectionbg.png") no-repeat;
	background-size: 100% 100%;
	box-sizing:border-box;
	padding: 10px;
	border-radius: 1px;
	margin-top: 14px;
	color: #fff;
	display: flex;
	border-radius: 10px;
	position: relative;
}
.index-box .material-section .warp{
	display: flex;
	width: 100%;
	transition: height 0.3s ease;
	overflow: hidden;
}
.index-box .material-section .warp .card{
	width: 25%;
	background: url("../img/line.png") right no-repeat;
	background-size: 1px 100%;
}
.index-box .material-section .arrow{
	position: absolute;
	height: 20px;
	width: 20%;
	text-align: center;
	background: #fdeec8;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 40%;
	bottom: -20px;
	border-radius: 0  0 5px 5px;
}
.index-box .material-section .arrow img{
    width: 10px;
}
.index-box .material-section .warp .card:last-child{
	background: none;
}
.index-box .material-section .warp .card .title{
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
}
.index-box .material-section .number{
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.index-box .material-section .card .title{
	font-size: 12px;
	text-align: center;
	line-height: 25px;
}
.index-box .material-section .number{
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.index-box .material-section .number strong{
	font-size: 14px !important;
}
.index-box .table{
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
}
.index-box .table .title{
	color: #132033;
	display: flex;
	font-size: 16px;
}
.index-box .table .title .titlex{
	width: 65%;
	font-size: 16px;
}
.index-box .table .title span{
	color: #5555;
	font-size: 12px;
}
.index-box .table .title .search{
	position: relative;
	width: 45%;
	height: 25px;
}
.index-box .table .title .search input{
    width: 100%;
	background: #f7f7f7;
	border-radius: 25px;
	height: 25px;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 12px;
}
.index-box .table .title .search img{
	position: absolute;
	width: 14px;
	top: 5px;
	left: 5px;
}
.index-box .table .title .search button{
    background: none;
	color: #053865;
	font-size: 12px;
	border: none;
	line-height: 25px;
	position: absolute;
	right: 5px;
	top: 0;
}
.index-box .table .tablebox{
	margin-top: 10px;
}
.index-box .table .tablebox .th{
	display: flex;
	line-height: 35px;
	background: #fcefdd;
	color: #132033;
	border-radius: 5px;
}
.index-box .table .tablebox .th .td{
	color: #132033;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 5px;
}
.index-box .table .tablebox .th .td:nth-child(1){
width: 40%;
text-align: center;
}
.index-box .table .tablebox .th .td:nth-child(2){
width: 20%;
text-align: center;
}
.index-box .table .tablebox .th .td:nth-child(3){
width: 20%;
text-align: right;
padding-right: 5px;
}
.index-box .table .tablebox .th .td:nth-child(4){
width: 20%;
text-align: right;
padding-right: 5px;
}
.index-box .table .tablebox .tbody{
	height: 250px;
	overflow-y: auto;
}
.index-box .table .tablebox .tbody .tr{
    display: flex;
	line-height: 35px;
	color: #132033;
	border-radius: 5px;
}
.index-box .table .tablebox .tbody .tr .td{
	font-size: 12px;
	padding-left: 5px;
}
.index-box .table .tablebox .tbody .tr:nth-child(odd){
    background: #fff;
}
.index-box .table .tablebox .tbody .tr:nth-child(even){
	background: rgba(250,242,223,0.3);
}
.index-box .table .tablebox .tbody .tr .td:nth-child(1){
	width: 40%;
}
.index-box .table .tablebox .tbody .tr .td:nth-child(2){
	width: 20%;
}
.index-box .table .tablebox .tbody .tr .td:nth-child(3){
	width: 20%;
	text-align: right;
	padding-right: 5px;
}
.index-box .table .tablebox .tbody .tr .td:nth-child(4){
	width: 20%;
	text-align: right;
	padding-right: 5px;
}
/* 切换品牌/门店 */
.modal-mask{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	top: 0;
	left: 0;
}
.modal-mask .modal-content{
	position: absolute;
	height: 40%;
	background: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 20px 20px 0 0;
}
.modal-mask .modal-content .modal-title{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #132033;
	font-weight: bold;
}
.modal-mask .modal-content .select-group{
	margin-bottom: 10px;
}
.modal-mask .modal-content .select-group .lable{
	color: #132033;
	font-size: 14px;
}
.modal-mask .modal-content .select-group .select .select-box{
	width: 100%;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	color: #132033;
}
.modal-mask .btnbox{
		display: flex;
		position: absolute;
		bottom: 0;
		width: 100%;
}
.modal-mask .btnbox .modal-btn{
	width: 50%;
	border: none;
	height: 40px;
}
.modal-mask .btnbox .modal-btn:nth-child(1){
	background: #f7f7f7;
}
.modal-mask .btnbox .modal-btn:nth-child(2){
	background: #053865;
	color: #fff;
}
.modal-mask .modal-content .date-filter{
	display: flex;
}
.modal-mask .modal-content .date-filter .date-btn{
	width: calc(16% - 3px);
	margin-right: 5px;
	text-align: center;
	line-height: 35px;
	border-radius: 35px;
	border: 1px solid #e5e5e5;
}
.modal-mask .modal-content .date-filter .date-btn.active{
	background: #053865;
	color: #fff;
}
.date-input-group {
    margin-top: 15px;
}

.date-input-item {
    flex: 1;
}

.date-input-item label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.date-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.date-input:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}
/* 工作台 */
.index-box .hader .bt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	color: #132033;
	position: relative;
}
.index-box .banner{
	width: 90%;
	margin: 0px auto;
}
.index-box .banner img{
	width: 100%;
}
.index-box .menubox{
	background: #fff;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
	margin-top: 20px;
	border-radius: 10px;
}
.index-box .menubox .title{
	font-size: 16px;
	font-weight: bold;
	color: #132033;
	margin-bottom: 10px;
}
.index-box .menubox .warp{
	display: flex;          /* 启用弹性布局 */
  	flex-wrap: wrap;        /* 允许换行 */
  	gap: 0px;              /* 项目间距（可选） */
  	justify-content: flex-start; /* 左对齐（默认） */
}
.index-box .menubox .warp .card{
  width: 25%;
  text-align: center;
  margin-bottom: 20px;    text-decoration: none;
}
.index-box .menubox .warp .card .ico{
	background: #053865;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.index-box .menubox .warp .card .ico img{
	width: 25px;
}
.index-box .menubox .warp .card .text{
	font-size: 12px;
	color: #132033;
	line-height: 30px;
}
/* 个人中心 */
.index-box .hader .bt span.set{
	position: absolute;
	right: 0;
	top: 5px;
}
.index-box .hader .bt span.set img{
	width: 20px;
}
.index-box .info{
display: flex;
}
.index-box .info .tx{
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.index-box .info .tx img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.index-box .info .info-card{

}
.index-box .info .info-card .name{
	font-size: 18px;
	font-weight: bold;
	color: #132033;
	margin-bottom: 10px;
	display: flex;
	justify-content: left;
}
.index-box .info .info-card .name span{
	font-size: 12px;
	color: #fff;
	display: inline-block;
	background: #053865;
	padding: 3px 10px;
	border-radius: 10px 10px 10px 0;
	font-weight: 500;
	margin-left:5px;
}
.index-box .info .info-card .shop{
		font-size: 14px;
		color: #132033;
		margin-bottom: 10px;
		display: flex;
		height: 25px;
		display: flex;
		align-items: center;
}
.index-box .info .info-card .shop img{
	height: 14px;
	margin-right: 5px;
}
.index-box .ability{
 background: #fff;
 box-sizing: border-box;
 padding: 10px;
 margin-top: 15px;
 border-radius: 10px;
}
.index-box .ability .title{
	font-size: 16px;
	font-weight: bold;
	color: #132033;
	margin-bottom: 10px;
}
.index-box .ability .ability-warp{
 display: flex;
 margin: 15px 0 0;
}
.index-box .ability .ability-warp .card{
	width: 25%;    text-decoration: none
}
.index-box .ability .ability-warp .card .ico{
	text-align: center;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-box .ability .ability-warp .card .ico img{
	width: 30px;
}
.index-box .ability .ability-warp .card .text{
		font-size: 12px;
		color: #132033;
		line-height: 30px;
		text-align: center;
}
.index-box .mine-move{
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 20px;
}
.index-box .mine-move .move-item{
	display: flex;
	width: 100%;
	position: relative;    text-decoration: none;
}
.index-box .mine-move .move-item span{
	position: absolute;
	right: 10px;
	top: 3px;
}
.index-box .mine-move .move-item span img{
	width: 10px;
}
.index-box .mine-move .move-item .ico{
	width: 60px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-box .mine-move .move-item .ico img{
	width: 20px;
}
.index-box .mine-move .move-item .font{
	font-size: 14px;
	color: #132033;
	line-height: 50px;
	width: calc(100% - 60px);
	border-bottom: 1px solid #f5f7fa;
}
.Logout{
	position: absolute;	bottom:70px;
	left: 15px;
	width: calc(100% - 30px);
	line-height: 45px;	background: #dde2e6;
	color: #053865;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px; text-decoration: none;
}
.redcls{ color: red !important;}
.notice_div { display: flex ;   flex-direction: column;}
.notice_item{ display: flex ;  justify-content: space-between;}