@charset "UTF-8";

/* 全局重置 */
* {
  padding: 0;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
}

/* 全局字体 */
body,
html,
#app {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  word-wrap: break-word;
}

/* 小屏幕 */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  body,
  html,
  #app {
    width: 1440px;
    height: 100%;
  }
}

/* 手机端显示 */
@media only screen and (max-width: 767px) {

  body,
  html,
  #app {
    width: 1440px;
    height: 100%;
  }
}

input,
button {
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
}

/* 按钮样式 */
button {
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* 表单元素样式 */
input[type="text"],
input[type="password"],
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="submit"] {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* 图片样式 */
img {
  max-width: 100%;
  height: auto;
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 全局链接样式 */
a {
  color: #333;
  text-decoration: none !important;
}

/* 全局布局 End */

/* 导航头 */
header {
  width: 100%;
  position: relative;
}

/* 底部 */
footer {
  background: #087FF9;
  padding: 25px 0;
}

/* 底部footer文档布局 */
footer .foot_tex {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

footer .pull-left {
  width: 18%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .pull-left img {
  float: right;
}

footer .footer-right {
  width: 70%;
}

footer .footer-right p {
  display: flex;
  justify-content: center;
  line-height: 40px;
}

footer .footer-right a {
  color: #fff !important;
}

footer .footer-right span {
  margin-left: 20px;
}

/* 底部footer文档布局 End*/

/* 导航 */
.header_tabbar {
  width: 100%;
  height: 150px;
  background-image: url(../images/banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header_box {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.header_tabbar .header_logo {
  display: flex;
  align-items: center;
}

.header_logo img {
  width: 60px;
  height: 60px;
  margin: 0 8px;
}

.header_tabbar h3 {
  font-size: 30px;
  color: #fff;
  margin-left: 10px;
}

.header_tabbar .header_logo h3 {
  color: #fff;
  margin-left: 15px;
  padding-top: 10px;
}

/* 登录注册按钮 */
.tabbar_btn .resgin {
  background: #087FF9;
  color: #fff;
  margin-right: 20px;
}

.tabbar_btn .loginbtn {
  background: #fff;
  border: 1px solid #ccc;
}

.tabbar_btn button a {
  width: 125px;
  display: block;
  padding: 8px 30px;
  border-radius: 50px;
}

/* Tabbar End */

/* 轮播大图 */
.banner {
  wdith: 100%;
  height: 400px;
  background: url("../images/swiperBananr.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  line-height: 45px;
}

.swiper-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

/* 轮播大图End */

/* tab栏 */
/* 头部tab切换栏 */
header .tabbar_right {
  width: 100%;
  margin: 0 auto;
  background: #087FF9;
}

header .NavigationTab {
  width: 1440px;
  margin: 0 auto;
  background: #087FF9;
}

header .NavigationTab ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .NavigationTab ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5%;
}

header .NavigationTab ul li a {
  padding: 10px 0px;
  display: block;
  display: inline-block;
  color: #fff;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-weight:600;
}

/* 切换划过显示 */
header .NavigationTab ul li a:hover {
  background: #0A67F3;
  color: #fff;
  text-decoration: underline;
  /* 在鼠标划过时添加下划线 */
}

/* tab切换栏布局 End */

/* 中部内容 */
.main-home {
  width: 1440px;
  display: flex;
  margin: 20px auto;
}

.main-box {
  width: 1440px;
  display: flex;
  margin: 10px auto 20px auto;
}

.mb-3,
.my-3 {
  margin-bottom: 0 !important;
  padding: 0;
}

.bg-primary {
  background-color: #4477d0 !important;
}

.sele-img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.card-header {
  padding: 0.75rem;
}

.card-name-title {
  display: flex;
  align-items: center;
}

.list-group-item {
  position: relative;
  padding-left: 1.8em;
}



/* 中部内容 End */

/* 入库流程 */
.home_noticeLeft {
  float: left;
  width: 850px;
  height: 314px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 10px 20px 20px;
}

.home_noticeHeader {
  width: 850px;
  height: 24px;
  margin-bottom: 10px;
  /* background: red; */
}

.home_noticeHeaderLeft {
  float: left;
  width: 92px;
  height: 24px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}

.home_noticeHeaderCenter {
  float: left;
  margin-left: 10px;
  /* width: 192px; */
  height: 24px;
  font-size: 20px;
  color: #dddddd;
  line-height: 24px;
  text-align: left;
}

.home_noticeHeaderRight {
  float: right;
  width: 62px;
  height: 20px;
  /* background: blue; */
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-top: 2px;
  cursor: pointer;
}

.home_noticeHeaderRight>span>a {
  color: #999999;
}

.home_noticeHeaderRight>span:nth-child(1) {
  display: inline-block;
  width: 32px;
}

.position-box {
  height: 40px;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 35px;
  font-size: 12px;
  color: #ffffff;
  line-height: 35px;
  padding: 0px 10px;
  display: none;
  position: relative;
  z-index: 10000;
  text-align: center;
  margin-left: 30px;
}

.position-img {
  position: absolute;
  left: 53px;
  top: 35px;
  width: 10px;
  height: 5px;
  z-index: 1000000;
}

.main-div ul li:hover .position-box {
  display: block;
}

.position-dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.dialog-html {
  width: 920px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dialog-header {
  width: 100%;
  height: 60px;
  background: #117cff;
  -webkit-border-top-left-radius: 8px;
  /* å·¦ä¸Šè§’ */
  -webkit-border-top-right-radius: 8px;
  /* å³ä¸Šè§’ */
  border-top-left-radius: 8px;
  /* å·¦ä¸Šè§’ */
  border-top-right-radius: 8px;
  /* å³ä¸Šè§’ */
}

.dialog-header li {
  float: left;
  line-height: 60px;
}

.dialog-header li:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 354px;
}

.dialog-header li:last-child {
  font-size: 16px;
  color: #ffffff;
  float: right;
  margin-right: 40px;
  cursor: pointer;
}

.dialog-tit {
  font-size: 16px;
  color: #d96a0a !important;
  margin: 20px 0px 20px 0px !important;
  padding-left: 0px !important;
}

.dialog-content {
  width: calc(100% - 80px);
  height: 100%;
  margin: 20px;
}

.dialog-content p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  padding-left: 24px;
  white-space: normal;
}
.dialog-content p span{
    white-space: normal !important;
}

.dialog-title {
  font-weight: bold !important;
  padding-left: 0px !important;
}

.dialog-cursor a {
  color: #117cff !important;
  text-decoration: none;
}

.dialog-one,
.dialog-two,
.dialog-three,
.dialog-fore,
.dialog-five {
  display: none;
}

.home_flowBody {
  width: 100%;
}

.home_flowHeader {
  wdith: 100%;
  height: 24px;
  margin-bottom: 10px;
}

.home_flowBody ul li:hover {
  box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.3);
}

.home_flowBody>ul {
  display: flex;
  justify-content: space-between;
}

.home_flowBody>ul>li {
  display: inline-block;
  width: 33%;
  height: 200px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_flowBody_li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 113px;
  cursor: pointer;
}

.home_flowBody>ul>li>div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 26px solid #ffffff;
  border-bottom: 23px solid transparent;
  z-index: 1;
}

.home_flowBody>ul>li>div:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  z-index: 2;
}

.home_flowBody>ul>li:nth-child(1)>div:nth-child(3) {
  border-left: 20px solid #deeffe;
}

.home_flowBody>ul>li:nth-child(2)>div:nth-child(3) {
  border-left: 20px solid #e9ebfd;
}

.home_flowBody>ul>li:nth-child(3)>div:nth-child(3) {
  border-left: 20px solid #d6f5f5;
}

.home_flowBody>ul>li:nth-child(4)>div:nth-child(3) {
  border-left: 20px solid #e9ebfd;
}

.home_flowBody_li_icon {
  width: 86px;
  height: 86px;
  /* background: red; */
}

.home_flowBody_li_text {
  margin-top: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;

}

.home_flowBody>ul>li:nth-child(2) .home_flowBody_li_text {
  width: 108px;
  margin-left: -11px;
}

.home_flowBody>ul>li:nth-child(3) .home_flowBody_li_text {
  width: 108px;
  margin-left: -11px;
}

.home_flowBody>ul>li:nth-child(1) {
  background: #deeffe;
  color: #107cf7;
}

.home_flowBody>ul>li:nth-child(2) {
  background: #e9ebfd;
  color: #757bf4;
}

.home_flowBody>ul>li:nth-child(3) {
  background: #d6f5f5;
  color: #39b4b4;
}

.home_flowBody>ul>li:nth-child(4) {
  background: #e9ebfd;
  color: #757bf4;
}

.home_flowBody>ul>li:nth-child(5) {
  background: #deeffe;
  color: #107cf7;
}

.home_flowBody>ul>li:nth-child(1) .home_flowBody_li_icon {
  background: url("../images/list1.png") no-repeat;
  background-size: 100% 100%;
}

.home_flowBody>ul>li:nth-child(2) .home_flowBody_li_icon {
  background: url("../images/list2.png") no-repeat;
  background-size: 100% 100%;
}

.home_flowBody>ul>li:nth-child(3) .home_flowBody_li_icon {
  background: url("../images/list3.png") no-repeat;
  background-size: 100% 100%;
}

.home_flowBody>ul>li:nth-child(4) .home_flowBody_li_icon {
  background: url("../images/list4.png") no-repeat;
  background-size: 100% 100%;
}

.home_flowBody>ul>li:nth-child(5) .home_flowBody_li_icon {
  background: url("../images/list5.png") no-repeat;
  background-size: 100% 100%;
}

/* 入库流程End */

/* 政策法规 */

.law {
  width: 50%;
  height: 430px;
  background: linear-gradient(90deg, #087FF9 0%, #107cf7 100%);
  border-radius: 8px 8px 0 0;
}

.law-hd {
  height: 84px;
  padding: 29px 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.law-hd img,
.law-hd img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.law-bd {
  height: calc(100% - 84px);
  border-radius: 8px 8px 0 0;
  padding: 3px 16px 0;
  box-shadow: 0px 0px 12px 0px rgba(14, 41, 83, 0.1215686275);
  border: 2px solid #ffffff;
  background: linear-gradient(180deg, #ffffff -1.05%, #f5fcff 100%);
  box-sizing: border-box;
}

.law-bd .com-list {
  height: 49px;
}

.law-bd .com-list:nth-child(n + 2) {
  margin-top: 9px;
}

.law-list {
  height: 287px;
  overflow: auto;
}

.law-more {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #8992a9;
  display: flex;
  justify-content: center;
}

.punish {
  margin-left: 20px;
  width: 680px;
  height: 430px;
  background: linear-gradient(90deg, #f5a623 0%, #f8e71c 100%);
  border-radius: 8px 8px 0 0;
}

.publicity {
  flex: 1;
  width: 0;
  margin-left: 28px;
  height: 430px;
  padding-top: 15px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.122);
  background: #fff;
  box-sizing: border-box;
}

.com-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding-left: 22px;
  /* background: url("../images/com_list_icon.png") left center no-repeat; */
  border-bottom: 1px solid rgba(57, 123, 223, 0.08);
  height: 44px;
}

.law-list ul li {
  position: relative;
  padding-left: 22px;
}

.law-list ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #3987df;
  border-radius: 50%;
}

.law-hd p a,
.law-hd p a {
  color: #fff;
}

.com-list:nth-child(n + 2) {
  margin-top: 5px;
}

.com-list:hover,
.com-list:hover .com-infor,
.com-list:hover .com-date {
  color: #2366f8;
}

.com-infor {
  flex: 1;
  width: 0;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.com-date {
  width: 100px;
  text-align: right;
  color: #999;
}

/* 政策法规End */

/* 新闻详情 */
.news-Cont {
  width: 100%;
}

.mainCont h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d51aa;
}

.news-Cont .mainCont {
  margin: 0 0 30px 0;
}

.news-Cont .headList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.headList_Zoom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "简体中文";
  text-align: center;
}

.news-Cont .headList li,
.news-Cont .headList_Zoom li {
  padding: 10px 40px;
  color: #888;
}

/* 文章标题 */

/* 相关附件 */
.news-Cont .annex {
  width: 100%;
  margin: 0 auto;
}

.annex p {
  margin-bottom: 10px;
}

.annex li {
  padding: 10px 0;
}

.annex li a {
  color: #1862b2;
}

/* 附件顶部标题 */
.news-Cont .tabsx {
  width: 100%;
  padding: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}

.news-Cont .tabsx li.active {
  background: #1862b2;
  position: relative;
}

.news-Cont .tabsx li {
  float: left;
  display: block;
  padding: 10px 10px;
}

.news-Cont .tabsx li a {
  display: block;
  padding: 0 0px !important;
}

.news-Cont .tabsx li.active a {
  color: #ffffff;
}

.news-Cont .tabsx:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
}

.news-Cont .pull-right {
  float: right;
}

.news-Cont #Zoom {
  line-height: 2.5;
  padding-top: 10px;
}

.news-Cont #Zoom img {
  display: block;
  margin: 0 auto !important;
}

.news-Cont #Zoom p {
  text-indent: 3rem;
  font-size: 16px;
  margin-bottom: 5px;
}

/* 新闻详情End */

/* 左侧通知公告内容 */
.notice_body {
  width: 100%;
}

/* 顶部导航 */
.notice_head {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.notice_head .sps {
  display: block;
  width: 5px;
  height: 20px;
  background-color: #0a62bb;
  margin-right: 10px;
}

/* 公告neritic */
.notice_content {
  width: 100%;
}

.notice_content .noticeDate {
  padding: 28px 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  display: flex;
  color: #40404c;
}

/* 左侧日期 */
.notice_content .noticeDate .notice_pic {
  width: 80px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}

.notice_content a:hover {
  color: #3892df;
}

/* 日期 */
.notice_pic .date {
  width: 100%;
  display: inline-block;
  background: #dddddd;
  text-align: center;
  position: relative;
}

/* 日期天数 */
.notice_pic .date .day {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

/* 日期月数 */
.notice_pic .month {
  width: 100%;
  display: block;
  line-height: 16px;
  background: #2f68dc;
  padding: 5px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
}

.news-list-title {
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 控制显示的行数 */
  text-overflow: ellipsis;
  margin-bottom: 20px;
  font-weight: 600;
}

/* 二行内容 */
.news-detail {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  text-overflow: ellipsis;
  color: #888;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}

/* 左侧通知公告End */

/* 政策法规 */

.policies_Line {
  width: 100%;
  list-style: none;
  /* 去掉默认项目符号 */
  padding: 0px 0 15px 0;
  /* 去掉内边距 */
  /*border-bottom: 1px dotted #ccc;*/
}

.policies_Line li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #000;
  padding: 12px 0;
  padding-left: 12px;

  /* 留出空间给自定义项目符号 */
}

.policies_Line li:hover {
  color: #1862b2;
}

.policies_Line li p {
  width: 83%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.policies_Line li span {
  padding-right: 10px;
  color: #888;
}

.policies_Line li::before {
  content: "";
  /* 伪元素内容为空 */
  position: absolute;
  /* 绝对定位 */
  left: 0;
  /* 左侧对齐 */
  top: 50%;
  /* 垂直居中 */
  transform: translateY(-50%);
  /* 垂直居中 */
  width: 5px;
  /* 项目符号宽度 */
  height: 5px;
  /* 项目符号高度 */
  background-color: #1862b2;
  /* 项目符号颜色 */
  border-radius: 50%;
  /* 圆形 */
}

/* 政策法规End */

.download-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  /* 移除底部间距，因为我们现在使用grid gap */
}

.download-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.download-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-icon img {
  width: 100%;
  height: auto;
}

.download-info {
  flex: 1;
  padding-right: 30px;
}

.download-info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.download-info p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.download-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.download-btn img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.download-btn:hover img {
  transform: translateY(3px);
}

.download-time {
  font-size: 16px;
  margin-left: 20px;
  color: #999;
  padding-top: 5px;
}

/* 资料下载End */

/*注册流程样式*/
.step-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0;
}

/*注册步骤条*/
.step-progres {
  width: 520px;
  margin: 3% auto 0;
}

.step-po {
  position: relative;
  width: 1200px;
  height: 800px;
  /* 设置最小高度，确保有足够的滚动空间 */
  margin: 0 auto;
  margin-top: 5%;
  overflow: hidden;
}

.step-list-po {
  width: 100%;
  height: 100%;
  overflow: auto;
  border: 1px solid #eee;
  padding: 20px;
  line-height: 30px;
}

.step-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 5px 0;
}

.step-bar::before {
  content: "";
  position: absolute;
  top: 15px;
  /* 调整到与.step-number垂直居中对齐 */
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
  z-index: 1;
}

/* 添加进度条颜色指示器 */
.progress-highlight {
  position: absolute;
  top: 15px;
  /* 与基础进度条对齐 */
  left: 0;
  height: 2px;
  background: #1478f0;
  z-index: 2;
  /* 确保在灰色进度条之上 */
  transition: width 0.3s ease;
  width: 0;
}

.step {
  position: relative;
  z-index: 3;
  /* 确保步骤数字和文本在最上方 */
  background: white;
  padding: 0 10px;
  text-align: center;
  cursor: default;
}

.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  transition: background 0.3s ease;
}

/* 已完成和当前步骤的样式 */
.step.completed .step-number {
  background: #45be89;
}

.step.active .step-number {
  background: #1478f0;
}

.step-names {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.step-name {
  font-size: 14px;
  color: #666;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* 已完成和当前步骤文本的样式 */
.step-name.active {
  color: #1478f0;
}

.step-content {
  margin-top: 30px;
}

.tongzhi_content {
  width: 100%;
}

.tongzhi_content .breadcrumb {
  width: 1440px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 20px 0 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.reg-agree {
  margin: 25px auto;
}

/* 大屏幕 */
@media only screen and (min-width: 1200px) and (max-width: 1929px) {

  .main-box,
  .main-home,
  .header_box,
  header .NavigationTab {
    width: 1200px;
  }

  .tongzhi_content .breadcrumb {
    width: 1200px;
  }
}
.tip-msg {
  color: rgb(153 153 153);
  line-height: 30px;
}