@charset "utf-8";

.intro {
  background: #fff;
  overflow: hidden;
}
.common-content {
  font-size: 0.45rem;
  line-height: 0.7rem;
  color: #1e2380;
  padding: 0 0.4rem;
  text-align: justify;
  text-indent: 2em;
}
.common-title {
  text-align: center;
  font-weight: bold;
}

.progress {
  text-align: center;
}
.progress > div {
  position: relative;
}
.progress .bg-image {
  width: auto;
  height: 10rem;
  margin: 0 auto;
}
.progress .content {
  text-align: initial;
  position: absolute;
  top: 0.5rem;
  width: 100%;
}
.progress .content .item {
  width: 100%;
  height: 3rem;
}
.progress div > .item:nth-child(2n-1) {
  text-align: left;
  float: right;
}
.progress div > .item:nth-child(2n) {
  text-align: right;
  float: left;
}
/*time line*/
.middle2-develop {
  margin: 0.5rem 0 0.5rem 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0.4rem;
}
.middle2-develop .items:nth-child(odd) {
  width: 550px;
  float: right;
  height: 61px;
  box-sizing: border-box;
  padding: 100px 0 0 60px;
  /* background-color: rgba(0,0,0,0.7); */
  position: relative;
}
.middle2-develop .items:nth-child(even) {
  width: 550px;
  float: left;
  height: 61px;
  text-align: right;
  box-sizing: border-box;
  padding: 100px 60px 0 0;
  /* background-color: rgba(0,0,0,0.7); */
  position: relative;
}


.middle2-develop .TRS_Editor{
  font-size: 0.4rem;
}
.middle2-develop .items img {
  width: auto;
  position: absolute;
}
.middle2-develop dl {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 0.5rem;
}
.middle2-develop dl dt {
  color: #e32332;
  font-size: 0.5rem;
  text-align: center;
}
.middle2-develop dl dd {
  font-size: 0.5rem;
  font-weight: 400;
  color: #e32332;
  margin-top: 3px;
  text-align: center;
}
.middle2-develop .items:nth-child(odd) img {
  left: -3px;
  bottom: -29px;
}
.middle2-develop .items:nth-child(even) img {
  right: -4px;
  bottom: -29px;
}
.items-p1 {
  color: #e32332;
  font-size: 0.5rem;
}
.font-sizes {
  text-align: left;

  font-size: 0.5rem;
  font-weight: 400;
  color: #464646;
  margin-top: 3px;
}
.fadeInLeft {
  animation: bounceInLeft linear 0.5s 1s forwards;
  opacity: 0;
}
.fadeInRight {
  animation: bounceInRight linear 0.5s 1s forwards;
  opacity: 0;
}
.fadeInLeft .TRS_Editor,
.fadeInRight .TRS_Editor {
  font-size: 0.4rem;
  line-height: 0.5rem;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: content-box;
  font-size: 0;
  border: 1px solid #f26f23;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.div-circle:hover .circle {
  border: 3px solid #f26f23;
}
.div-circle:hover .items-p1 {
  font-weight: 600;
}
.div-circle:hover .font-sizes {
  color: #e32332;
}
.circle div {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #e32332;
}

.middle2-develop dl:hover dt {
  font-weight: 600;
}
.middle2-develop dl:hover dd {
  color: #e32332;
}
