.page-title {
  margin: 0 16px;
  padding-bottom: 18px;
  padding-top: 32px;
  border-bottom: 1px solid #f4c073;
  margin-bottom: 24px;
}
.page-title span:nth-child(1) {
  font-size: 30px;
  font-weight: 500;
  color: #f4c073;
}
.page-title span:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 12px;
}
.c_nav_Page .lists {
  margin: 0 16px;
  display: flex;
  flex-wrap: wrap;
  /* //justify-content: space-between; */
  padding-bottom: 50px;
  gap: 24px;
}

.c_nav_Page .lists .list {
  width: calc(25% - 20px);
  border: 1px solid #676767;
  border-radius: 8px;
  /* //margin-bottom: 24px; */
  cursor: pointer;
}

.c_nav_Page .lists .list img {
  width: 100%;
}

.c_nav_Page .lists .list .list_txt {
  padding: 24px 0;
  padding-left: 24px;
}

.c_nav_Page .lists .list .list_txt p:nth-child(1) {
  color: #f4c073;
  font-size: 20px;
  /* margin-bottom: 12px; */
}

.c_nav_Page .lists .list .list_txt p:nth-child(2) {
  color: #ffffff;
  font-size: 24px;
}

.c_nav_Page .lists .list:hover {
  border-color: #f4c073;
}

.c_nav_Page .page_tip_popup {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.c_nav_Page .page_tip_popup .tip_popup_cont {
  width: 60%;
  height: 650px;
  background-color: #1b1d20;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  padding: 24px 32px 32px 32px;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .icon_box {
  width: 40px;
  height: 40px;
  transition: 1s;
  cursor: pointer;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .icon {
  cursor: pointer;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .iconhover {
  display: none;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .icon_box:hover {
  transform: rotate(360deg);
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .icon_box:hover .icon {
  display: none;
}

.c_nav_Page
  .page_tip_popup
  .tip_popup_cont
  .title_box
  .icon_box:hover
  .iconhover {
  display: block;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .txt span {
  color: #f4c073;
  font-size: 20px;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .title_box .txt span:nth-child(2) {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs {
  display: flex;
  justify-content: space-between;
  height: 91%;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .img_box {
  width: 40%;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .img_box img {
  width: 100%;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .img_box_r {
  width: 58%;
  height: 100%;
  overflow: hidden;
  overflow: scroll;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs img {
  width: 100%;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .ydShowTxt {
  display: none;
}

.c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .ydgb {
  display: none;
}

.c_nav_Page
  .page_tip_popup
  .tip_popup_cont
  .img_boxs
  .img_box_r::-webkit-scrollbar {
  width: 0;
  height: 0px;
}
.ydnav {
  display: none;
}

@media only screen and (max-width: 700px) {
  .page-title {
    padding-top: 16px;
    padding-bottom: 8px;
    vertical-align: initial;
  }
  .page-title span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
  }

  .page-title span:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
  }
  .c_nav_Page .lists {
    padding-bottom: 50px;
  }
  .lists::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .c_nav_Page .lists .list {
    width: 100%;
  }
  .c_nav_Page .page_tip_popup {
    background-color: transparent;
  }
  .c_nav_Page .page_tip_popup .tip_popup_cont {
    width: 100%;
    top: 56%;
    height: 100% !important;
    background-color: #000000;
    overflow: scroll;
    padding-bottom: 50px;
  }
  .c_nav_Page .page_tip_popup .tip_popup_cont .title_box {
    display: none;
  }
  .c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs {
    display: block;
    height: auto;
    padding-bottom: 100px;
  }
  .c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .img_box {
    width: 100%;
  }

  .c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .img_box img {
    width: 100%;
  }

  .c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .img_box_r {
    overflow: visible;
    height: auto;
  }

  .c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .ydShowTxt {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .c_nav_Page
    .page_tip_popup
    .tip_popup_cont
    .img_boxs
    .ydShowTxt
    p:nth-child(1) {
    color: #fff;
    font-size: 20px;
  }

  .c_nav_Page
    .page_tip_popup
    .tip_popup_cont
    .img_boxs
    .ydShowTxt
    p:nth-child(2) {
    font-size: 16px;
    color: #f4c073;
  }
  .c_nav_Page .page_tip_popup .tip_popup_cont .img_boxs .ydgb {
    display: block;
    width: 80%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #676767;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #36383b;
  }
  .ydnav {
    display: block;
  }

  .ydnav .top_btns {
    font-size: 12px;
    height: 39px;
    display: flex;
    justify-content: space-between;
    background-color: #202127;
  }

  .ydnav .top_btns .btn {
    position: relative;
    line-height: 39px;
    text-align: center;
    flex: 1;
  }

  .ydnav .top_btns .btn_activ::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 1px;
    left: 0;
    background-color: #f4c073;
  }
}
