@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	font:14px "microsoft yahei","Arial","Verdana","Tahoma" ! important;
	line-height:1.42857143;
	color:#333;
	background: #f2f3f5;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: var(--maincolor);
	text-decoration: none;
}
a:focus{
	outline:none;
}
.cl{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}
input::-webkit-input-placeholder{
	color: #ccc;
}
/* 申请备案 */
:root{
	--maincolor: #2285e8;
}
.subnav_process{
	font-size: 0;
	padding: 30px 0;
	display: flex;
}
.subnav_process li{
	position: relative;
	display: flex;
	align-items: center;
}
.subnav_process li:not(:last-child){
	flex: 1;
}
.subnav_process li .title{
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	min-width: 56px;
	height: 34px;
	line-height: 30px;
	vertical-align: middle;
}
.subnav_process li .title>i{
	min-width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	font: 14px/28px "microsoft yahei";
	color: #fff;
	background: #d4d4d4;
}
.subnav_process li.active .title>i{
	background: var(--maincolor);
}
.subnav_process li .title p{
	font: 16px/20px "microsoft yahei";
	color: #333;
	margin-left: 10px;
}
.subnav_process li>i{
	flex: 1;
	height: 1px;
	background: #ddd;
	margin: 0 20px;
}
.subnav_process li:last-child> i{
	display: none;
}
.card_white{
	background: #fff;
	border-radius: 8px;
}
.sqba_card{
	/*height: calc(100vh - 94px - 20px);*/
	padding: 20px 14%;
	overflow-y: auto;
}
.sqba_step1_tips{
	/* width: max-content; */
	/* margin: 0 auto; */
	background: #fff9f0;
	padding: 10px 16px;
	font: 14px/22px "";
	color: #ff8f34;
}
.sqba_form_wrap{
	width: 100%;
	margin: 30px auto 0;
}
.sqba_form_wrap .items{
	display: flex;
	align-items: center;
	position: relative;
}
.sqba_form_wrap .items+.items{
	margin-top: 20px;
}
.sqba_form_wrap .items label{
	min-width: 126px;
	font-size: 14px;
	text-align: right;
	margin: 0;
}
.sqba_form_wrap .items input, .sqba_form_wrap .items select, .sqba_form_wrap .items textarea{
	flex: 1;
	height: 45px;
	font: 14px/43px "";
	color: #333;
	padding: 0 10px;
	border-radius: 4px;
	border: solid 1px #ddd;
	outline: none;
}
.sqba_form_wrap .items textarea{
	height: 100px;
}
.sqba_form_wrap .items .hqyzm{
	width: 128px;
	height: 45px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #ddd;
	line-height: 43px;
	color: var(--maincolor);
	margin-left: 10px;
}
.sqba_form_wrap .items .hqyzm:hover{
	border-color: var(--maincolor);
	cursor: pointer;
}
:is(input, select, textarea):hover{
	border-color: var(--maincolor) !important;
}
.sqba_btnbox{
	display: flex;
	justify-content: flex-end;
	position: fixed;
	right: 40px;
	bottom: 40px;
}
.sqba_btnbox .sqba_btn{
	width: 140px;
	height: 45px;
	text-align: center;
	border-radius: 4px;
}
.sqba_btnbox .sqba_btn.prev{
	border: solid 1px #ddd;
}
.sqba_btnbox .sqba_btn.next{
	background: var(--maincolor);
	color: #fff;
	margin-left: 10px;
}
/* 投保管理（学校） */
.xxtbgl_hz_wrap, .xxtbgl_hz{
	display: flex;
	align-items: center;
}
.xxtbgl_hz{
	margin: 0 10px;
	flex: 1;
}
.card_white_tbgl{
	background: #fff;
	border-radius: 8px;
	padding: 20px 0 20px 20px;
}
.xxtbgl_hz .left_infos {
	/* min-width: 240px; */
	display: flex;
	align-items: center;
}
.xxtbgl_hz .left_infos .icon_bg{
	width: 50px;
	height: 50px;
	background: #e9f3ff;
	border-radius: 50%;
	display: flex;
}
.xxtbgl_hz .left_infos .icons{
	width: 24px;
	height: 24px;
	margin: auto;
	background: url('../images/icon_tbrs.png') no-repeat;
	background-size: 100% 100%;
}
.xxtbgl_hz .left_infos .icons.je{
	background: url('../images/icon_tbje.png') no-repeat;
	background-size: 100% 100%;
}
.xxtbgl_hz .left_infos .infos{
	margin-left: 15px;
}
.xxtbgl_hz .left_infos .infos .nmuber{
	display: block;
	font: bold 24px/1 "arial";
	color: var(--maincolor);
}
.xxtbgl_hz .left_infos .infos .bt{
	display: block;
	font: 14px/1 "";
	margin-top: 6px;
}
.xxtbgl_hz .right_info{
	flex: 1;
	display: flex;
	margin-left: 10%;
}
.xxtbgl_hz .right_info li{
	flex: 1;
	text-align: center;
}
.xxtbgl_hz .right_info li+li{
	border-left: solid 1px #e5e5e5;
}
.xxtbgl_hz .right_info .nmuber{
	display: block;
	font: bold 20px/1 "arial";
	color: #333;
}
.xxtbgl_hz .right_info .bt{
	display: block;
	font: 14px/1 "";
	color: #999;
	margin-top: 6px;
}
.sendtimer{
	color: var(--maincolor);
	height: 44px;
	margin-top: -44px;
	border-radius: 5px;
	line-height: 44px;
	display:none;
}
button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

/* 申请备案 - 第三步 */
.sqba_step3_tips{
	display: flex;
	align-items: center;
	color: #ff8f34;
	margin-bottom: 20px;
}
.sqba_step3_tips span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff8f34;
	font-size: 13px;
	line-height: 15px;
	font-family: "黑体";
	text-align: center;
	color: #fff;
	margin-right: 6px;
}
.sqba_upload_annex .title{
	height: 40px;
	display: flex;
	align-items: center;
	background: #f5f5f5;
	border-left: solid 3px var(--maincolor);
}
.sqba_upload_annex .title span{
	font: bold 15px/1 "";
	margin-left: 12px;
}
.sqba_upload_annex .items{
	margin-top: 20px;
}
.sqba_upload_annex+.sqba_upload_annex {
	margin-top: 40px;
}
.annex_list{
	display: flex;
	flex-wrap: wrap;
}
.sqba_upload_annex .items{
	width: 50%;
	display: flex;
	align-items: center;
	position: relative;
}
.sqba_upload_annex .items label {
    min-width: 168px;
    font-size: 14px;
    text-align: right;
    margin: 0;
}
.sqba_header{
	--maincolor: #1d4abc;
	height: 60px;
	padding: 0 20px;
	background: var(--maincolor);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sqba_header .left_cont{
	display: flex;
	align-items: center;
}
.sqba_header .logo {
	display: flex;
	align-items: center;
}
.sqba_header .logo img{
	width: 30px;
	height: 35px;
	margin-right: 8px;
}
.sqba_header .logo span{
	font: bold 20px/1 "";
	color: #fff;
}
.current_page{
	font: 16px/20px "";
	color: #fff;
	padding-left: 20px;
	margin-left: 20px;
	border-left: solid 1px rgba(255,255,255,.15);
}
.sqba_header .go{
	display: flex;
	align-items: center;
	line-height: 36px;
	color: #fff;
	padding: 0 16px;
	border-radius: 4px;
	background: rgba(255,255,255,.15);
}
.sqba_header .go i{
	width: 14px;
	height: 14px;
	background: url("../images/icon_home.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 6px;
}
.subnav_process_wrap, .sqba_card{
	margin: 0 auto;
	width:85%;
}
/* 申请备案 - 第四步 */
.sqba_step4_status{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.sqba_step4_status span{
	font-size: 22px;
	margin: 25px 0;
}
.sqba_step4_tips{
	font: 14px/24px "";
	color: #666;
	padding: 10px 16px;
	background: #f6f8f9;
	border: solid 1px #eff1f4;
}
.agreement-container {
    border: 2px solid #1890ff;
    border-radius: 8px;
    padding: 15px;
    background-color: #f5f9ff;
    margin-top: 20px;
}
.agreement-checkbox {
    transform: scale(1.3);
    margin-right: 10px;
}
.agreement-text {
    font-size: 16px;
    line-height: 1.6;
    vertical-align: middle;
}
.highlight {
    color: #1890ff;
    font-weight: bold;
    font-size: 18px;
}
.warning {
    color: #ff4d4f;
    font-weight: bold;
}


/* 基础列表样式 */
.multi-ellipsis ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 4px;
  max-width: 500px;
  max-height: 180px; /* 控制显示4个项目的高度 */
  overflow-y: auto;  /* 垂直滚动 */
}

/* 列表项高度计算 */
.multi-ellipsis ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  min-height: 40px; /* 确保每个项目高度一致 */
  box-sizing: border-box;
}

/* 滚动条美化 */
.multi-ellipsis ul::-webkit-scrollbar {
  width: 6px;
}
.multi-ellipsis ul::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}


/* 最后一项取消底部边框 */
.multi-ellipsis ul li:last-child {
  border-bottom: none;
}

/* 鼠标悬停效果 */
.multi-ellipsis ul li:hover {
  background-color: #f9f9f9;
}

/* 文件链接样式 */
.multi-ellipsis ul li > a:first-child {
  flex: 1;
  color: #1890ff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}

.multi-ellipsis ul li > a:first-child:hover {
  text-decoration: underline;
  color: #40a9ff;
}

/* 删除按钮样式 */
.multi-ellipsis ul li > a:last-child {
  color: #ff4d4f;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 2px;
  transition: all 0.2s;
}

.multi-ellipsis ul li > a:last-child:hover {
  background-color: #fff2f0;
  text-decoration: underline;
}

/* 单行文本省略 */
.ellipsis {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* 或inline-block */
}

/* 多行文本省略（2行示例） */
.multi-ellipsis {
  width: 300px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .centered-title {
    text-align: center; /* 将文本居中 */
    margin-top: 20px;   /* 可选：增加顶部外边距，使标题更加突出 */
    margin-bottom: 20px;/* 可选：增加底部外边距，为其他内容留出空间 */
    font-size: 24px;    /* 可选：调整字体大小 */
    font-weight: bold;  /* 可选：设置字体为粗体 */
  }
.twoform-input, .hqyzm_box{
	display: flex;
	width: 36%;
	align-items: center;
}
.twoform-input img{
	margin: 0 17px 0 10px;
}
button:disabled{
	background: #eee;
}
.agreement-container{
	border:none;
	background:#fff;
	padding: 0 0 0 126px;
	margin-top: 12px;
}
.agreement-text{
	font-size:14px;
}
.highlight {
    color: #333;
	font-size: 14px;
	font-weight: 400;
}
.warning {
    color: #333;
    font-weight: 400;
}
/* 上传附件  */
.sqba_card {
    min-height: calc(100vh - 270px);
}
.sqba_step3_tips{
	margin: 25px 0 8px;
}
.sqba_upload_annex .items label {
    width: 420px;
    flex-shrink: 0;
}
.sqba_upload_annex .items{
	width: 100%;
	align-items:flex-start;
}
.sqba_upload_annex .items label{
	line-height:34px;
}
.sqba_upload_annex .items label:is(.lesstext){
	line-height: 38px;
}
.annex_list .layui-btn{
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
.multi-ellipsis{
	width:100%;
	flex: 1;
}
.multi-ellipsis ul{
	max-width: unset;
	border-color:#fff;
	margin: 0 0 0 20px;
}
.multi-ellipsis ul:has(li){
	border-color:#e5e5e5;
}
.multi-ellipsis ul li+li{
	border-top:solid 1px #e5e5e5;
}
.multi-ellipsis ul li{
	padding:0;
}
.multi-ellipsis ul li a:first-child{
	padding-left:10px;
}
.layui-btn{
	background: var(--maincolor) !important;
}
.progress-container {
    margin-left: 20px;
    display: none;
    align-items: center;
}
.progress-bar {
  position: relative;
      height: 6px;
      background: #e0e0e0;
      border-radius: 3px;
      overflow: hidden;
}
.progress-bar::after {
    content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: var(--progress, 0%);
   background: #4CAF50;
   transition: width 0.3s;
}
.progress-text {
    margin-left: 8px;
    font-size: 12px;
    color: #666;
}
pre{font-family:"微软雅黑"}