#s05 {}

#s05 .tit {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 104px;
  color: #1f1f1f;
  line-height: 1;
}

#s05 .tit-sub {
  position: absolute;
  top: 274px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #424242;
}

#s05 .items {
  position: absolute;
  top: 410px;
  left: 0;
  right: 0;
  text-align: center;
}
#s05 .items .i-ev:first-child .item::before{
  display: none;
}
#s05 .items .i-ev:last-child .item::after{
  display: none;
}
#s05 .items .i-ev{
  display: inline-block;
  width: 240px;
}
#s05 .items .i-ev .item::before{
  content: '';
  position: absolute;
  top: 87.5px;
  left: -1px;
  width: 17px;
  height: 0px;
  border-bottom: 1px dashed #cecece;
  z-index: 2;
}
#s05 .items .i-ev .item::after{
  content: '';
  position: absolute;
  top: 87.5px;
  right: -1px;
  width: 17px;
  height: 0px;
  border-bottom: 1px dashed #cecece;
  z-index: 2;
}

#s05 .items .i-ev .item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#s05 .items .i-ev .item .ic{
  width: 175px;
  height: 175px;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #cfcfcf; */
}
#s05 .items .i-ev .item .ic img{}
#s05 .items .i-ev .item .item-main{
  color: #333333;
  
  margin-top: 22px;
}
#s05 .items .i-ev .item .item-sub{
  color: #333333;
  margin-top: 6px;
  font-weight: bold;
}


#s05 .summit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 168px;
  margin: 0 auto;
  width: 540px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;  
  border: 1px solid #C2A96B;

  /* color: #c4a967; */
  color: white !important;
  background-color: #C2A96D;
}
#s05 .summit:hover {
  opacity: 0.8;
}

#s05 .summit i {
  margin-left: 7px;
}