@charset "UTF-8";
/*最上面的绿色简介*/
.app-card.border-left-decoration {
    border-left: 3px solid #15a362;
    border-radius: 0 15px 15px 0;
}

.app-card {
    position: relative;
    background: #fff;
    border-radius: 0.25rem;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.shadow-sm {
    box-shadow: 0 1px 10px 0 rgba(54, 74, 99, .05);
}
.alert-dismissible {
    padding-right: 3rem;
}



.mb-3 {
    margin-bottom: 1rem !important;
    color: #252930;
    font-weight: 600;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.app-btn-primary {
    background: #15a362;
    color: #fff;
    border-color: #15a362;
}


.btn .bi {
    position: relative;
    top: -2px;
}
.mr-2 {
    margin-right: 0.5rem!important;
}
img, svg {
    vertical-align: middle;
}
.app-btn-primary:hover {
    color: #fff;
    background: #18ba70;
    border-color: #18ba70;
}
.btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
}



/*左侧exposure type*/
       .tr-item:hover{
	    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
        border-top-left-radius: 15px;
    border-top-right-radius: 15px;
        padding-right: 10px;
         padding-left: 10px;
    border-color: #e4e6ef;
        position: relative;
        transition: all 0.2s linear 0s;
    text-decoration: none;
    background-color: rgba(228,230,239);
    width: 100%;
    color: #495057;
    text-align: inherit;
	cursor:pointer;
}

/*右侧exposure info*/
.btn1{
	    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    word-wrap: break-word;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    text-transform: none;
    -webkit-appearance: button;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
}

#IEU > form > div:nth-child(2) > div:nth-child(2) > div{
	width:100% !important;
	
}
/* 步骤指示器的基本样式 */
.step-indicator {
 list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: .5rem;
}
.step-wrapper {
    display: flex;
    align-items: center;
}

/* 单个步骤的样式 */
.step-indicator li {
   display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;

    font-size: 16px;
    background-color: #f5f5f5;
    color: #999;
    border-radius: 4px;
    transition: all 0.4s ease;
    margin-right: 0; /* 删除这里的间距，因为我们会用连接线替代 */
    box-shadow: 0px 4px 10px 3px rgba(54, 74, 99, .35);
    font-weight: normal;
}

/* 当前步骤的样式 */
.step-indicator li.active {
    border-color: #15a362;
    background-color: #15a362;
    color: #fff;
    font-weight: bold;
}
.step-indicator li span {
        width: 100%;
    text-align: center;
}
.line {
    flex-grow: 1;
    height: 2px; /* 连接线的高度 */
    background-color: #dee2e6;
    margin: 0 10px;
        width: 25rem;
}



/* 完成步骤的样式 */
.step-indicator li.completed {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff;
}

/* transition 别放hover里，放到img里，这样移入移出一样缓慢，不然只对hover移上去有缓慢效果 */
 .hhover{
    margin-bottom: 5px;
    cursor:pointer;
    margin-right: 10px;
    object-fit:cover;
    transition:all .5s;
        margin-left: 10px;
 }
 .hhover:hover{
   /* 放大1.2倍 */
   transform: scale(1.2);
 }
 .cite{
    transition:all .5s;
}

.cite:hover{
 /* 放大1.2倍 */
   font-size : 16px;
   color:#15a362 !important;
}



.step-indicator1 {
  display: flex;
  margin-top:-1rem;
  margin-bottom:1rem;
  align-items: center;
  padding: 8px 25px;
  font-size: 16px; /* 增大字体大小以提高可读性 */
  line-height: 20px;
    background: linear-gradient(to right, rgba(21,163,98,0.8) 0%, rgba(255, 255, 255, 0.4) 25%); /* 调整颜色以提高对比度 */

animation: gradient-shift 3s ease-in-out infinite;
    border-radius: 10px;
  color: #15a362;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  position: relative;
  transition: transform 0.3s ease; /* 添加动态效果 */
}

.step-indicator2 {
  display: flex;
  margin-top:-1rem;
  margin-bottom:1rem;
  align-items: center;
  padding: 8px 25px;
  font-size: 16px; /* 增大字体大小以提高可读性 */
  line-height: 20px;
    background: linear-gradient(to right, rgba(21,163,98,0.8) 0%, rgba(255, 255, 255, 0.4) 50%); /* 调整颜色以提高对比度 */
    width: 40%;
animation: gradient-shift 3s ease-in-out infinite;
    border-radius: 10px;
  color: #15a362;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  position: relative;
  transition: transform 0.3s ease; /* 添加动态效果 */
}

.step-indicator3 {
  display: flex;
  margin-top:-1rem;
  margin-bottom:1rem;
  align-items: center;
  padding: 8px 25px;
  font-size: 16px; /* 增大字体大小以提高可读性 */
  line-height: 20px;
    background: linear-gradient(to right, rgba(21,163,98,0.8) 0%, rgba(255, 255, 255, 0.4) 75%); /* 调整颜色以提高对比度 */

animation: gradient-shift 3s ease-in-out infinite;
    border-radius: 10px;
  color: #15a362;
      width: 30%;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  position: relative;
  transition: transform 0.3s ease; /* 添加动态效果 */
}

.step-indicator4 {
  display: flex;
  margin-top:-1rem;
  margin-bottom:1rem;
  align-items: center;
  padding: 8px 25px;
  font-size: 16px; /* 增大字体大小以提高可读性 */
  line-height: 20px;
    background: linear-gradient(to right, rgba(21,163,98,0.8) 0%, rgba(255, 255, 255, 0.4) 150%); /* 调整颜色以提高对比度 */

animation: gradient-shift 3s ease-in-out infinite;
    border-radius: 10px;
  color: #15a362;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  position: relative;
      width: 33%;
  transition: transform 0.3s ease; /* 添加动态效果 */
}

@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}





.step-number {
  margin-right: 15px;
  font-weight: bold;
     color: #15a362;
}

.step-description {
  font-weight: normal;
  color: #000; /* 提高文本可读性 */
}
.progressimg{
    width: 20px;
    margin-right: 10px;
    height: 20px;

}

.step1,.step2,.step3,.step11,.step22,.step33{

cursor:pointer;
}

.step1:hover,.step2:hover,.step3:hover,.step11:hover,.step22:hover,.step33:hover{
background-color:#15a362;
    border-radius: 4px;
  color: #fff; /* 悬停时字体颜色改变 */
  box-shadow: 0px 6px 15px 5px rgba(21, 163, 98, .45); /* 悬停时增加阴影效果 */
  transform: scale(1.05); /* 悬停时轻微放大 */
}

.step1:active,.step2:active,.step3:active,.step11:active,.step22:active,.step33:active {
  background-color: #128652; /* 点击时背景颜色深一点 */
  color: #fff;
  border-color: #0f6946; /* 点击时边框颜色改变 */
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(21, 163, 98, .65); /* 点击时减小阴影给出按下的效果 */
  transform: scale(0.98); /* 点击时轻微缩小模拟按钮按下效果 */
}

