.ctn1-wrapper .con .right .box {
  position: relative;
  z-index: 3;
}
.ctn1-wrapper .con .right .box .select-box {
  width: calc(100% - 90px);
  position: relative;
}
.ctn1-wrapper .con .right .box .select-box h2 {
    line-height: 40px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
  position: relative;
}
.ctn1-wrapper .con .right .box .select-box h2:after {
  content: '\e603';
  font-family: iconfont;
  color: #222;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1-wrapper .con .right .box .select-box h2.active:after{
      transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ctn1-wrapper .con .right .box .select-box dl {
  position: absolute;
  width: 50%;
  left: 0;
  top: 40px;
  background: #fff;
  padding: 5px 0;
  border-radius: 2px;
  border: 1px solid #eee;
  border-top:none;
  display: none;
  height:400px;
  overflow-y: auto;
}
.ctn1-wrapper .con .right .box .select-box dl dd {
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1-wrapper .con .right .box .select-box dl dd.active {
  color: #fff;
  background: var(--color);
}
.ctn1-wrapper .con .right .box .select-box ul {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 40px;
  background: #fff;
  padding: 5px 0;
  border-radius: 2px;
  border: 1px solid #eee;
    border-top:none;
  cursor: pointer;
  display: none;
  height:400px;
  overflow-y: auto;
}
.ctn1-wrapper .con .right .box .select-box ul li {
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1-wrapper .con .right .box .select-box ul li:hover {
  color: #fff;
  background: var(--color);
}

.ctn1-wrapper .con .right .box .layui-form{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.ctn1-wrapper .con .right .box .layui-form .layui-form-item{
    width: 48%;
    margin-bottom:0;
}
.ctn1-wrapper .con .right .box .layui-form .layui-right{
    position: absolute;
    width: 48%;
    left:48%;
    top:44px;
    background: #fff;
    z-index: 10;
        box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
        display: none;
}
.ctn1-wrapper .con .right .box .layui-form .layui-right ul{
    padding: 5px 0;
   
  height: 400px;
    overflow-y: auto;
}
.ctn1-wrapper .con .right .box .layui-form .layui-right ul li{
        font-size: 16px;
        line-height: 44px;
    padding: 0 20px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
}
.ctn1-wrapper .con .right .box .layui-form .layui-right ul li:hover{
    color: #fff;
   background: var(--color);
}
.ctn1-wrapper .layui-form-select dl{
    width: 100%;
}
.ctn1-wrapper {
  position: relative;
  z-index: 3;
}
.ctn1-wrapper .con {
  display: flex;
  justify-content: space-between;
}
.ctn1-wrapper .con .left {
  width: 46%;
}
.ctn1-wrapper .con .left ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn1-wrapper .con .left ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1-wrapper .con .left ul li:hover {
  background: var(--color);
  color: #fff;
}
.ctn1-wrapper .con .left ul li.active {
  background: var(--color);
  color: #fff;
}
.ctn1-wrapper .con .right {
  width: 48%;
}
.ctn1-wrapper .con .right .box .layui-form {
  width: calc(100% - 90px);
}
.ctn1-wrapper .con .right .box .layui-form input {
  padding: 0;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  height: 40px;
  font-style: italic;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.ctn1-wrapper .con .right .box .layui-form .layui-form-select .layui-edge {
  right: 0;
}
.ctn1-wrapper .con .right .box .layui-form .layui-form-select dl {
  bottom: auto;
  top: 45px;
}
.ctn1-wrapper .con .right .box .layui-form .layui-form-select dl dd {
  font-size: 16px;
}
.ctn1-wrapper .con .right .box .layui-form .layui-form-selectup dl {
  top: auto;
  bottom: 45px;
}
.ctn1-wrapper .con .right .box .layui-form .layui-form-selectup dl dd {
  font-size: 16px;
}
.ctn1-wrapper .con .right .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
}
.ctn1-wrapper .con .right .search-box input {
  width: calc(100% - 90px);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  font-style: italic;
  font-size: 16px;
}
.ctn1-wrapper .con .right .search-box .reset{
    position: absolute;
    right:90px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.ctn1-wrapper .con .right .search-box .reset span{
    font-size:16px;
}
.ctn1-wrapper .con .right .search-box .mores a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1-wrapper .con .right .search-box .mores a span {
  line-height: 1;
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1-wrapper .con .right .search-box .mores a:hover {
  background: var(--color);
}
.ctn1-wrapper .con .right .search-box .mores a:hover span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.ctn2 {
  position: relative;
  z-index: 1;
}
.ctn2 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .ctn-list ul li {
  width: 23.4%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list ul li a {
  display: block;
  position: relative;
}
.ctn2 .ctn-list ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, /* �ӵײ����� */ rgba(0, 0, 0, 0.3) 0%, /* �ײ���ɫ */ rgba(0, 0, 0, 0) 60% /* ��Ԫ�ظ߶� 50% ͸�� */);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, /* �ӵײ����� */ rgba(0, 0, 0, 0.5) 0%, /* �ײ���ɫ */ rgba(0, 0, 0, 0) 60% /* ��Ԫ�ظ߶� 50% ͸�� */);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li a .tu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ctn2 .ctn-list ul li a .tu:before {
  content: "";
  display: block;
  padding-top: calc(503 / 338 * 100%);
}
.ctn2 .ctn-list ul li a .tu img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li a h2 {
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list ul li a .text {
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
}
.ctn2 .ctn-list ul li a .text:after {
  content: '';
  width: 0;
  height: 6px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li a .text h3 {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li a .text p {
  margin-top: 8px;
  line-height: 1.3;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li:not(:nth-child(4n)) {
  margin-right: 2.1333%;
}
.ctn2 .ctn-list ul li:hover a:before {
  opacity: 0;
}
.ctn2 .ctn-list ul li:hover a:after {
  opacity: 1;
}
.ctn2 .ctn-list ul li:hover a h2 {
  opacity: 0;
}
.ctn2 .ctn-list ul li:hover a .text:after {
  width: 100%;
}
.ctn2 .ctn-list ul li:hover a .text h3 {
  opacity: 1;
  transform: translateY(0);
}
.ctn2 .ctn-list ul li:hover a .text p {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1600px) {
  .ctn1-wrapper .con .left ul li {
    width: 44px;
    height: 44px;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 14px;
  }
  .ctn1-wrapper .con .right .box .select-box{
      width: calc(100% - 70px);
  }
  .ctn1-wrapper .con .right .box .layui-form {
    width: calc(100% - 70px);
  }
  .ctn1-wrapper .con .right .box .layui-form .layui-form-select dl dd {
    font-size: 16px;
    line-height: 40px;
  }
  .ctn1-wrapper .con .right .box .layui-form .layui-form-selectup dl dd {
    font-size: 16px;
    line-height: 40px;
  }
  .ctn1-wrapper .con .right .search-box input {
    width: calc(100% - 70px);
    font-size: 16px;
  }
  .ctn1-wrapper .con .right .search-box .reset{
      right:70px;
  }
  .ctn1-wrapper .con .right .search-box .mores a {
    width: 50px;
    height: 50px;
  }
  .ctn1-wrapper .con .right .search-box .mores a span {
    font-size: 20px;
  }
  .ctn2 .ctn-list ul li {
    margin-top: 1.5vw;
  }
  .ctn2 .ctn-list ul li a h2 {
    padding: 1.5vw 2vw 30px;
  }
  .ctn2 .ctn-list ul li a .text {
    padding: 1.5vw 2vw 30px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn2 .ctn-list ul li a .text:after {
    height: 4px;
  }
  .ctn1-wrapper .con .right .box .select-box dl{
           height: 400px; 
  }
  .ctn1-wrapper .con .right .box .select-box dl dd{
      font-size: 14px;
       line-height: 40px;
    
  }
   .ctn1-wrapper .con .right .box .select-box ul{
            height: 400px;
   }
  .ctn1-wrapper .con .right .box .select-box ul li{
      font-size: 14px;
      line-height: 40px;
     
  }
}
@media screen and (max-width: 1200px) {
  .ctn2 .ctn-list ul li {
    margin-top: 2.5vw;
  }
  .ctn2 .ctn-list ul li a h2 {
    font-size: 24px;
  }
  .ctn2 .ctn-list ul li a .text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
      .ctn1-wrapper .con .right .box .layui-form{
          flex-wrap: wrap;
      }
    .ctn1-wrapper .con .right .box .layui-form .layui-form-item{
        width: 100%;
    }
      .ctn1-wrapper .con .right .box .layui-form .layui-form-item:not(:first-child){
          margin-top:4vw;
      }
  .ctn1-wrapper .con {
    display: block;
  }
  .ctn1-wrapper .con .left {
    width: 100%;
  }
  .ctn1-wrapper .con .right {
    width: 100%;
    margin-top: 6vw;
  }
  .ctn1-wrapper .con .right .search-box .reset{
      right:54px;
  }
  .ctn1-wrapper .con .right .search-box .reset span{
      font-size: 14px;
  }
  .ctn1-wrapper .con .right .box .select-box{
      width: 100%;
  }
  .ctn1-wrapper .con .right .box .layui-form {
    width: calc(100% - 54px);
  }
  .ctn1-wrapper .con .right .search-box input {
    width: calc(100% - 54px);
  }
  .ctn1-wrapper .con .right .search-box .mores a {
    width: 44px;
    height: 44px;
  }
  .ctn1-wrapper .con .right .search-box .mores a span {
    font-size: 18px;
  }
  .ctn2 .ctn-list ul li {
    width: 48.5%;
    margin-top: 3.5vw;
  }
  .ctn2 .ctn-list ul li a h2 {
    padding: 20px 10px;
    font-size: 18px;
  }
  .ctn2 .ctn-list ul li a .text {
    padding: 20px 10px;
  }
  .ctn2 .ctn-list ul li a .text h3 {
    font-size: 18px;
  }
  .ctn2 .ctn-list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ctn2 .ctn-list ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
}

