.ctn2 {
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list > ul > li:first-child {
  border-top: 1px solid #1e2432;
}
.ctn2 .ctn-list > ul > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1e2432;
    background: #0e1118;
  padding-right: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list > ul > li .left {
  flex:1;
}
.ctn2 .ctn-list > ul > li .left a {
  color: #fff;
  padding: 0 20px 0 40px;
  height: 100px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list > ul > li .left a:hover {
  color: var(--color);
}
.ctn2 .ctn-list > ul > li .middle {
  width: 200px;
}
.ctn2 .ctn-list > ul > li .middle ul {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list > ul > li .middle ul li {
  color: #fff;
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list > ul > li .middle ul li img {
  opacity: 0.5;
  margin-right: 14px;
}
.ctn2 .ctn-list > ul > li .middle ul li:not(:last-child) {
  margin-right: 50px;
}
.ctn2 .ctn-list > ul > li .right {
  width: 112px;
  flex-shrink: 0;
}
.ctn2 .ctn-list > ul > li .right a {
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list > ul > li .right a .icons {
  position: relative;
  margin-right: 14px;
}
.ctn2 .ctn-list > ul > li .right a .icons img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list > ul > li .right a .icons img.regular {
  opacity: 0.5;
}
.ctn2 .ctn-list > ul > li .right a .icons img.color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.ctn2 .ctn-list > ul > li .right a:hover {
  color: var(--color);
}
.ctn2 .ctn-list > ul > li .right a:hover .icons img.regular {
  opacity: 0;
}
.ctn2 .ctn-list > ul > li .right a:hover .icons img.color {
  opacity: 1;
}
.ctn2 .ctn-list > ul > li:hover {
   background: #1e2432;
}
@media screen and (max-width: 1440px) {
  .ctn2 .ctn-list > ul > li .left a {
    padding: 0 20px 0 2vw;
    height: 80px;
  }
  .ctn2 .ctn-list > ul > li .middle{
      width: 180px;
  }
  .ctn2 .ctn-list > ul > li .middle ul li img {
    width: 18px;
    margin-right: 10px;
  }
  .ctn2 .ctn-list > ul > li .middle ul li:not(:last-child) {
    margin-right: 2.5vw;
  }
  .ctn2 .ctn-list > ul > li .right a .icons {
    margin-right: 10px;
    top: 1px;
  }
  .ctn2 .ctn-list > ul > li .right a .icons img {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ctn2 .ctn-list > ul > li {
    display: block;
    padding: 20px 14px;
  }
  .ctn2 .ctn-list > ul > li .left {
    width: 100%;
  }
  .ctn2 .ctn-list > ul > li .left a {
    height: auto;
    padding: 0;
  }
  .ctn2 .ctn-list > ul > li .middle {
    width: 100%;
    margin-top: 20px;
  }
  .ctn2 .ctn-list > ul > li .middle ul {
    display: block;
  }
  .ctn2 .ctn-list > ul > li .middle ul li {
    margin-top: 6px;
    margin-right: 0!important;
  }
  .ctn2 .ctn-list > ul > li .middle ul li img {
    width: 16px;
  }
  .ctn2 .ctn-list > ul > li .right {
    width: 100%;
    margin-top: 20px;
  }
  .ctn2 .ctn-list > ul > li .right a .icons {
    top: 2px;
  }
  .ctn2 .ctn-list > ul > li .right a .icons img {
    width: 16px;
  }
}
