@font-face {
  font-family: Regular;
  src: url(font/SourceHanSansCN-Regular.otf);
}
html,body{
    font-family: Regular !important;
}
.main .pub_kuai {
  margin-top: 20px;
}
.made_list .made_item .made_item_item {
  position: relative;
  display: block;
}
.made_list .made_item .made_item_item + .made_item_item {
  margin-top: 20px;
}
.made_list .made_item .made_item_item img {
  width: 100%;
}
.made_list .made_item .made_item_item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2%;
}
.made_list .made_item .made_item_item .text::after {
  content: "";
  top: -20px;
  left: -20px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
.made_list .made_item .made_item_item .text::before {
  content: "";
  right: -20px;
  bottom: -20px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.made_list .made_item .made_item_item .text::after,
.made_list .made_item .made_item_item .text::before {
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 50px;
  position: absolute;
}
.made_list .made_item .made_item_item .text h1,
.made_list .made_item .made_item_item .text p {
  color: #fff;
}
.style_list .style_item {
  position: relative;
  display: block;
}
.style_list .style_item + .made_item_item {
  margin-top: 20px;
}
.style_list .style_item img {
  width: 100%;
}
.style_list .style_item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2%;
}
.style_list .style_item .text::after {
  content: "";
  top: -20px;
  left: -20px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}
.style_list .style_item .text::before {
  content: "";
  right: -20px;
  bottom: -20px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.style_list .style_item .text::after,
.style_list .style_item .text::before {
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 50px;
  position: absolute;
}
.style_list .style_item .text h1,
.style_list .style_item .text p {
  color: #fff;
  text-align: center;
}
/* 详情页面 */
.des.title_des p {
  text-align: center;
}
.des.title_des img {
  margin-top: 30px;
  width: 100% !important;
}
.tx_list .tx_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 80px auto;
}
.tx_list .tx_item .tx_left {
  width: 40%;
}
.tx_list .tx_item .tx_left .ti {
  border-bottom: 1px solid var(--themeColor);
  margin-bottom: 20px;
}
.tx_list .tx_item .tx_left .ti div {
  font-size: 20px;
  color: var(--themeColor);
}
.tx_list .tx_item .tx_left .ti p {
  color: var(--themeColor);
  margin: 20px auto;
}
.tx_list .tx_item .tx_left .des .des_item {
  margin-bottom: 20px;
}
.tx_list .tx_item .tx_left .des .des_item .des_ti {
  color: var(--themeColor);
  position: relative;
  padding-left: 30px;
}
.tx_list .tx_item .tx_left .des .des_item .des_ti .num {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--themeColor);
  width: 15px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 3px solid var(--themeColor3);
}
.tx_list .tx_item .tx_left .des .des_item p {
  padding-left: 30px;
}
.tx_list .tx_item .tx_right {
  width: 55%;
  position: relative;
}
.tx_list .tx_item .tx_right img {
  width: 100%;
  position: relative;
  top: -30px;
}
.tx_list .tx_item .tx_right .bg {
  width: 80%;
  height: 100%;
  background-color: #f1f2f3;
  position: absolute;
  bottom: 0;
}
.tx_list .tx_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.tx_list .tx_item:nth-child(2n) .tx_right img {
  right: -30px;
}
.tx_list .tx_item:nth-child(2n + 1) .tx_right img {
  left: -30px;
}
.tx_list .tx_item:nth-child(2n + 1) .tx_right .bg {
  right: 0;
}
.case_btn{
  opacity: 0;
}
.case_btn button{
  border-color:var(--themeColor) ;
  color: var(--themeColor);
}
.case_btn button:hover{
  color: #fff;
}
/* 二维码 */
.ewm {
  position: relative;
}
.ewm .cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ewm .cont .text {
  font-size: 22px;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .tx_list .tx_item:nth-child(2n),
  .tx_list .tx_item {
    flex-direction: column;
  }
  .tx_list .tx_item {
    margin: 40px auto;
  }
  .tx_list .tx_item .tx_left,
  .tx_list .tx_item .tx_right {
    width: 100%;
  }
  .tx_list .tx_item:nth-child(2n + 1) .tx_right img,
  .tx_list .tx_item .tx_right img {
    top: 0;
    left: 0;
    right: 0;
  }
  .ewm .cont .text {
    font-size: 20px;
  }
  .ewm .cont img {
    width: 120px;
  }
}
@media (max-width: 700px) {
  .made_list .made_item .made_item_item .text h1 {
    font-size: 16px;
  }
  .made_list .made_item .made_item_item .text p {
    font-size: 12px;
    text-align: center;
  }
  .made_list .made_item .made_item_item .text::after,
  .made_list .made_item .made_item_item .text::before {
    width: 20px;
    height: 20px;
  }
  .made_list .made_item .made_item_item .text::after,
  .made_list .made_item .made_item_item .text::before {
    border-width: 2px;
  }
  .made_list .made_item .made_item_item .text::after {
    top: -10px;
    left: -10px;
  }
  .made_list .made_item .made_item_item .text::before {
    bottom: -10px;
    right: -10px;
  }
  .ewm {
    height: 200px;
  }
  .ewm > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ewm .cont .text {
    font-size: 2vw;
  }
  .ewm .cont img {
    width: 100px;
  }
}
