.index,
.listPage {
  background: #F1F8FE;
}

.banner.swiper-container {
  max-height: 600px !important;
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}

.swiper-button-next,
.swiper-button-prev {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  line-height: 36px;
  background: rgba(31, 45, 61, .23);
  color: #FFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.banner,
.banner .el-carousel {
  width: 100%;
}

.banner .el-carousel__container {
  height: 600px !important;
}

.list-banner,
.list-banner .el-carousel {
  width: 100%;
}

.list-banner .el-carousel__container {
  height: 235px !important;
}

.ad {
  width: 1215px;
  height: 115px;
  border-radius: 8px;
  margin-left: -8px;
  margin-top: 40px;
  overflow: hidden;
}

.ad img {
  transition: .5s;
}

.ad:hover img {
  transform: scale(1.02);
}

.search-cell {
  padding: 40px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-cell .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 41px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.search-cell .search {
  position: relative;
  width: 393px;
  height: 46px;
  border-radius: 40px;
  background: #FFFFFF;
  border-radius: 48px;
  border: 1px solid #EDEDED;
}

.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 8px;
}

#app {
  overflow: hidden;
}

.index .content {
  position: relative;
  z-index: 100;

  margin: 0 auto;
  position: relative;
  padding-top: 28px;
  box-sizing: border-box;
}

.index .hotnew .timer .icon {
  width: 11px;
  height: 11px;
  margin-right: 7px;
}

.link--black.on::before {
  width: 100%;
}

.index .hotnew .newtext {
  height: 78px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .cover {
  width: 404px;
  height: 270px;
  overflow: hidden;
}

.index .newitem .newtitle {
  font-size: 24px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}

.index .hotnew .coverimg:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.index .cover:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.index .newitem .newtext {
  height: 78px;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99.5%;
}

.index .newitem .timer .icon {
  width: 11px;
  height: 11px;
  margin-right: 7px;
}

.index .newitem .timer {
  padding-top: 36px;
  font-size: 12px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.index .myswiper2 .swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  background: #CCCCCC;
}

.index .myswiper2 .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.index .hotnew .timer .icon,
.index .newitem .timer .icon {
  display: none
}

.index .hotnew .timer,
.index .newitem .timer {
  display: none !important;
  padding-top: 23px !important;
  padding-bottom: 0 !important;
  opacity: 0
}

.index .myswiper2 .swiper-pagination {
  left: auto;
  bottom: 10px !important;
  right: 47px;
  width: auto;
}

.index .newitem {
  position: relative;
  width: 100%;
  height: calc(100% - 270px);
  padding: 0 45px;
  cursor: pointer;
  background: #046AF6;
}

.index .newitem::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 202px;
  height: 249px;
  background: url(/web/imgs/index_swiper2Bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
}

.index .cover img {
  transform: scale(1);
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}

.index .more {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #046AF6;
  border-radius: 20px;
  transition: 1s;
  animation: more 1s linear infinite;
  cursor: pointer;
  margin-top: 40px;
}

@keyframes more {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.index .myswiper2 .swiper-slide a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.index .myswiper2 {
  width: 404px;
  height: 100%;
}

.index .newlist {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
}

.link--black::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #000000;
  white-space: nowrap;
  width: 0%;
  transition: width 4s 0.2s;
}

.index .hotnew .newtitle {
  width: 700px;
  margin-bottom: 22px;
  padding-left: 34px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index .hotnew .newtitle.link-text {
  outline: none;
  text-decoration: none;
  position: relative;
  color: #bbbbbb;
  display: inline-block;
}

.index .hotnew .timer {
  padding: 24px 0;
  padding-left: 34px;
  font-size: 12px;
  font-weight: 900;
  color: #004098;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.index .hotnew .coverimg {
  width: 772px;
  height: 330px;
  overflow: hidden;
}

.index .title {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}

.index .hotnew {
  width: 772px;
  padding: 0 0 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  opacity: 1;
}

.flexbox .swiper-container {
  height: 100%;
}

.flexbox {
  display: flex;
  height: 530px;
  align-items: flex-start;
  justify-content: space-between;
}

.index .content .title {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 32px;
}

.swiper-pagination-bullet {
  background: #046AF6;
}

.swiper-pagination {
  bottom: 40px !important;
}

.search-cell .search .el-input__inner {
  height: 46px;
  line-height: 46px;
  border: none;
  padding-left: 27px;
  padding-right: 34px;
  background: transparent;
}

.search-cell .searchBtn {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 87px;
  height: 41px;
  border-radius: 21px 21px 21px 21px;
  background: linear-gradient(133deg, #FFAB76 0%, #FF7822 100%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-cell .searchBtn .icon {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.search-cell .searchBtn .txt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.searchBox {
  padding: 30px;
  padding-bottom: 20px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.091);
}

.searchBox.color {
  padding: 24px 30px;
  margin: 20px 0;
}

.searchBox .type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

.searchBox .type .item {
  font-family: PingFang SC, PingFang SC;
  height: 27px;
  font-weight: 500;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 27px;
  border-radius: 6px;
  cursor: pointer;
}

.searchBox .type .item.on {
  color: #FFFFFF;
  padding: 0 18px;
  background: linear-gradient(133deg, #0AA3FB 0%, #046AF6 100%);
}

.searchBox .place {
  margin: 30px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.searchBox .place .label {
  font-family: PingFang SC, PingFang SC;
  padding-right: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.searchBox .place .value {
  flex: 1;
}

.searchBox .format,
.searchBox.color {
  display: flex;
  align-items: flex-start;
}

.searchBox .format .label,
.searchBox.color .label {
  font-family: PingFang SC, PingFang SC;
  padding-right: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.searchBox .format .value,
.searchBox.color .value {
  flex: 1;
}

.searchBox.color .value {
  display: flex;
  align-items: center;
  gap: 30px;
}

.color .value .item {
  width: 38px;
  height: 20px;
  margin-top: -4px;
  border-radius: 2px;
  cursor: pointer;
}

.color .value .item.white {
  border: 1px solid #D7D7D7;
}

.color .value .tips {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}

.searchBox .el-checkbox {
  margin-bottom: 10px;
}

.searchBox.color .el-checkbox {
  margin: 0;
}

.searchBox .el-checkbox__inner {
  border-color: #DEDEDE;
  width: 16px;
  height: 16px;
}

.searchBox .el-checkbox__label {
  color: #666666;
  font-weight: 500;
}

.searchBox .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #046AF6;
}

.searchBox .el-checkbox__input.is-checked .el-checkbox__inner,
.searchBox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background: url(/web/imgs/checked.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.searchBox .el-checkbox__input.is-checked .el-checkbox__inner::after {
  display: none;
}

/* 设计列表页 */
.listPage .caseBox {
  padding-bottom: 0;
}

@media (max-width:800px) {


  .index .hotnew .coverimg {
    width: 100%;
    height: 200px;
    padding: 0 20px;
  }

  .index .flexbox {
    display: block;
  }

  .index .hotnew {
    width: 100%;
    height: unset;
    margin-bottom: 20px;
    opacity: 1;
    padding-bottom: 20px;
  }

  .index .newlist {
    opacity: 1;
  }

  .hotnew .coverimg {
    display: block;
    padding-top: 20px !important;
  }

  .index .myswiper2 {
    width: 100%;
  }

  .index .cover {
    width: 100%;
    height: auto;
    max-height: 200px;
  }

  .index .newitem .newtext {
    width: auto;
    height: 66px;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .index .newitem .newtitle {
    padding: 0 20px;
    font-size: 22px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .index .newitem .timer {
    padding: 20px 20px 0;
    margin: 0 0;
  }

  .index .newitem {
    width: 100%;
    padding: 0;
  }

  .index .myswiper2 {
    height: unset;
    padding-bottom: 20px;
  }

  .index .myswiper2 .swiper-slide a {
    display: block;
    height: auto;
  }

  .index .myswiper2 .swiper-slide .cover {
    margin-bottom: 4px;
  }

  .index .newitem {
    height: 180px;
  }


  .index .myswiper2 .swiper-pagination {
    bottom: 10px;
  }

  .index .hotnew .newtitle {
    width: 90%;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .index .hotnew .newtitle.link-text {
    color: #000000;
  }

  .index .hotnew .newtext {
    height: auto;
    max-height: 66px;
    font-size: 14px;
    line-height: 22px;
  }

  .index .hotnew .timer {
    margin: 10px 0;
    padding: 0 !important;
    margin-bottom: 0;
  }

  .index .content>.title {
    font-size: 18px !important;
    line-height: 18px;
    margin-bottom: 20px !important;
  }

  .link--black::before {
    display: none;
  }

  .index .title {
    color: #ffffff;
  }


  .index .newitem::before {
    width: 101px;
    height: 125px;
  }

  .index .myswiper2 .swiper-pagination-bullet {
    border-radius: 2px;
  }


}