/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  /*inset后 第一个0表示：阴影水平偏移值（可取正负值）；第二个0：阴影垂直偏移值（可取正负值）；1px：阴影模糊值（越小表示越清晰）；rgba(0,0,0,0.3)：阴影颜色；*/
  border-radius: 100px;
  opacity: 0;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: transparent;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mulit {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
body,
html {
  background-color: #fff0dc;
}
.container {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.container .banner {
  width: 100%;
}
.container .banner img {
  width: 100%;
}
.container .searchField .el-select {
  height: 100%;
  width: auto;
}
.container .searchField .el-select > .el-input {
  height: 100%;
}
.container .searchField .el-select > .el-input > .el-input__inner {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
.container .searchField .el-input__inner::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #fff !important;
  /* placeholder字体大小 */
  font-size: 0.16rem;
  text-align: center;
}
.container .searchField .el-select .el-input .el-select__caret {
  color: #fff;
}
.container .searchField .el-input--suffix .el-input__inner {
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
}
.container .searchField .el-input__suffix {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.loadmore {
  text-align: center;
  padding: 30px;
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}
#map {
  width: 100%;
  height: 100vh;
}
#map .smnoprint {
  display: none !important;
}
.tabbar {
  display: none;
}
.pic_list-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f1f4f9;
}
.pic_list-item .cover {
  width: 153px;
  height: 100px;
  background: #2587e7;
  border-radius: 5px;
}
.pic_list-item .infos {
  width: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: inherit;
}
.pic_list-item .infos .tit {
  font-size: 16px;
  font-weight: 400;
  color: #1f2e58;
  line-height: 24px;
  text-align: justify;
  margin-top: 5px;
}
.pic_list-item .infos .date {
  font-size: 14px;
  font-weight: 400;
  color: #8f9bb3;
  text-align: right;
}
.pic_list-item .infos .desc {
  color: #939393;
  font-size: 13px;
  margin-top: 5px;
}
.pic_list-item .infos .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
.pic_list-item .infos .tags-item {
  color: #723021;
  font-size: 12px;
  margin-right: 5px;
}
.pic_list-item .infos .tags-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 755px) {
  .container-map .btn_addr {
    display: block !important;
  }
  .container {
    background-image: url('../images/pc/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
  }
  .container .banner {
    margin: 0 auto;
  }
  .container .banner-pc {
    display: block;
    max-width: 1920px;
  }
  .container .banner-m {
    display: none;
  }
  .container #mapDom {
    width: 9.8rem;
    height: 6.1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 2.5rem;
  }
  .container #mapDom iframe {
    width: 100%;
    height: 100%;
  }
  .container .popup {
    width: 500px;
    height: 70vh;
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 30px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .container .popup i {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .container .popup iframe {
    width: 100%;
    height: calc(100% - 30px);
  }
  .container .popup .navigator {
    text-align: center;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    background-color: #9c6f5d;
    font-size: 14px;
  }
  .container .btn_addr {
    width: 35px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 20vh;
  }
  .container .searchField {
    width: 9.64rem;
    height: 0.97rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.4rem;
    border-radius: 15px;
    background-image: url('../images/pc/bg_search2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.34rem 0 0.34rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 99999999999999;
  }
  .container .searchField-input {
    width: 100%;
    flex: 1;
    padding: 0 0.1rem 0 0.25rem;
    height: 0.54rem;
    border-radius: 15px;
    background: url('../images/pc/icon_search.png') no-repeat;
    background-size: 0.23rem 0.23rem;
    background-position: left center;
    position: relative;
  }
  .container .searchField-input > section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .container .searchField-input .text_box {
    font-size: 0.16rem;
    color: #fff;
    height: 100%;
    width: 100%;
    flex: 1;
  }
  .container .searchField-input .text_box::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #fff;
    /* placeholder字体大小 */
    font-size: 0.16rem;
  }
  .container .searchField-input-btn {
    display: block;
    width: 0.85rem;
    height: 0.38rem;
    background: url('../images/pc/btn_search2.png') no-repeat;
    background-size: auto 100%;
    background-position: center center;
    cursor: pointer;
  }
  .container .ai-search-btn {
    display: block;
      width: 0.85rem;
      height: 0.38rem;
      background: url('../images/pc/btn_search3.png') no-repeat;
      background-size: auto 100%;
      background-position: center center;
      cursor: pointer;
      margin-left: 0.1rem;
  }
  .container .searchField-input-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
  }
  .container .ai-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
  }
  .container .searchField-filter {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .container .searchField-filter .item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: space-around;
  }
  .container .searchField-filter .item > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.16rem;
    color: #fff;
  }
  .container .box_number {
    width: 12rem;
    height: 1.53rem;
    margin: -200px auto 0;
    background: url('../images/pc/bg_num.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
  }
  .container .box_number-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .box_number-item .slogan {
    font-size: 0.18rem;
    color: #999999;
  }
  .container .box_number-item .num {
    font-weight: bold;
    font-size: 0.3rem;
    color: #9c6f5d;
  }
  .container .box_number-item strong {
    font-size: 0.66rem;
    color: #bd1e00;
    font-family: 'Microsoft YaHei';
  }
  .container-main {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container-main .route {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
  }
  .container-main .route a {
    font-size: 16px;
    display: block;
    margin-right: 5px;
  }
  .container-main .route .home {
    background: url('../images/icon_home.png') no-repeat;
    background-size: 18px 18px;
    background-position: left center;
    padding-left: 25px;
    font-size: 16px;
    color: #999999;
  }
  .container-main .route .active {
    color: #2587e7;
  }
  .container-main .pager {
    text-align: right;
    padding: 30px 0 0;
  }
  .container-main .nav_tit {
    height: 74px;
    background: url('../images/pc/bg_nav.png') no-repeat;
    background-size: 100% 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .container-main .nav_tit h4 {
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    padding-left: 76px;
  }
  .container-main .nav_tit .more {
    color: #707070;
    font-size: 0.14rem;
    padding-right: 63px;
    display: block;
  }
  .container-main .route {
    display: flex;
    align-items: center;
  }
  .container-main .route h3 {
    color: #333;
    font-size: 0.21rem;
  }
  .container-main .route h3 span {
    color: #723021;
    font-size: 0.28rem;
  }
  .container-main .news_list-item {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #f1f4f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-main .news_list-item:hover .tit::before {
    background-color: #2587e7;
  }
  .container-main .news_list-item .tit {
    font-size: 16px;
    color: #1f2e58;
    padding-left: 10px;
    width: calc(100% - 100px);
    position: relative;
  }
  .container-main .news_list-item .tit::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .container-main .news_list-item .date {
    font-size: 14px;
    color: #8f9bb3;
    white-space: nowrap;
  }
  .container-main .video_list,
  .container-main .image_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .container-main .video_list-item,
  .container-main .image_list-item {
    width: 275px;
    height: 201px;
    border-radius: 5px;
    margin-right: calc((100% - 1100px) / 3);
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px rgba(4, 148, 255, 0.08);
  }
  .container-main .video_list-item:nth-child(4n),
  .container-main .image_list-item:nth-child(4n) {
    margin-right: 0;
  }
  .container-main .video_list-item .cover,
  .container-main .image_list-item .cover {
    width: 100%;
    height: 163px;
    display: block;
    object-fit: cover;
  }
  .container-main .video_list-item .tit,
  .container-main .image_list-item .tit {
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 5px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
  }
  .container-main .video_list-item {
    position: relative;
  }
  .container-main .video_list-item::before {
    content: '';
    display: block;
    width: 56px;
    height: 57px;
    background: url('../images/pc/icon_play.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .container-main .info_list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f1f4f9;
  }
  .container-main .info_list-item .cover {
    width: 233px;
    height: 152px;
    background: #2587e7;
    border-radius: 5px;
  }
  .container-main .info_list-item .infos {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
    transition: all 0.08s;
  }
  .container-main .info_list-item .infos .tit {
    font-size: 16px;
    font-weight: bold;
    color: #1f2e58;
    line-height: 24px;
    text-align: justify;
    margin-top: 5px;
  }
  .container-main .info_list-item .infos .desc {
    font-size: 14px;
    color: #1f2e58;
    line-height: 1.8;
  }
  .container-main .info_list-item .infos .date {
    font-size: 14px;
    font-weight: 400;
    color: #8f9bb3;
  }
  .container-main .course_list-item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
  }
  .container-main .course_list-item:last-child {
    border-bottom: 0;
  }
  .container-main .course_list-item h3 {
    font-size: 16px;
    color: #333;
  }
  .container-main .course_list-item p span {
    display: block;
    color: #666666;
    font-size: 14px;
  }
  .container-main .person_list {
    display: flex;
    flex-wrap: wrap;
  }
  .container-main .person_list-item {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .container-main .person_list-item:nth-child(3n) {
    margin-right: 0;
  }
  .container-main .person_list-item .avatar {
    width: 139px;
    height: 139px;
    background: #fe9c38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-main .person_list-item .avatar img {
    width: 129px;
    height: 129px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }
  .container-main .person_list-item .infos {
    width: calc(100% - 150px);
  }
  .container-main .person_list-item .infos .tit {
    color: #333;
    font-weight: bold;
    font-size: 0.16rem;
  }
  .container-main .person_list-item .infos .btns {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
  }
  .container-main .person_list-item .infos .btns-item {
    width: 68px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/pc/bg_btn1.png') no-repeat;
    background-size: 100% 100%;
    font-size: 0.14rem;
    color: #fff;
    cursor: pointer;
  }
  .container-main .detail {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
  }
  .container-main .detail .wrap_detail .deta_tit {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #9c6f5d;
    text-align: center;
  }
  .container-main .detail .wrap_detail .deta_info {
    display: inline-block;
    padding: 10px 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
    border-bottom: 1px dashed #777777;
    text-align: center;
  }
  .container-main .detail .wrap_detail .deta_info span {
    margin-right: 30px;
  }
  .container-main .detail .wrap_detail .deta_cont {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #333333;
    padding: 30px 0;
    width: 100%;
  }
  .container-main .detail .wrap_detail .deta_cont div,
  .container-main .detail .wrap_detail .deta_cont p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
  }
  .container-main .detail .wrap_detail .deta_cont img {
    max-width: 100% !important;
    margin: 10px auto !important;
    display: block;
  }
  .container-main .detail .wrap_detail .deta_cont video,
  .container-main .detail .wrap_detail .deta_cont iframe {
    width: 800px;
    height: 450px;
    background-color: #000;
    margin: 0 auto;
    display: block;
  }
  .container-main .wrapper {
    margin: 0 auto;
    position: relative;
  }
  .container-main .wrapper-first {
    display: flex;
    justify-content: space-between;
  }
  .container-main .wrapper-first .pic_list {
    display: none;
  }
  .container-main .wrapper-first .swiper {
    width: 646px;
    height: 420px;
    position: relative;
    cursor: pointer;
  }
  .container-main .wrapper-first .swiper .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-main .wrapper-first .swiper .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    padding: 0 5px;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    font-size: 16px;
  }
  .container-main .wrapper-first .swiper .tit p {
    width: 450px;
  }
  .container-main .wrapper-first .swiper .el-carousel__indicators {
    left: 98%;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
    bottom: 5px;
  }
  .container-main .wrapper-first .swiper .el-carousel__indicators .el-carousel__button {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
  }
  .container-main .wrapper-first .swiper .el-carousel__indicators .is-active .el-carousel__button {
    width: 30px;
    border-radius: 6px;
  }
  .container-main .wrapper-first .right {
    width: 511px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .container-main .wrapper-first .right-item {
    width: 100%;
    height: 100px;
    background: rgba(222, 186, 134, 0.76);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
  }
  .container-main .wrapper-first .right-item .datetime {
    width: 60px;
    height: 66px;
    background: #e1e1e1;
  }
  .container-main .wrapper-first .right-item .datetime p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-main .wrapper-first .right-item .datetime p:first-child {
    width: 60px;
    height: 33px;
    background: #9c6f5d;
    font-size: 0.25rem;
    color: #fff;
    font-weight: bold;
    font-family: DINOT;
  }
  .container-main .wrapper-first .right-item .datetime p:nth-child(2) {
    font-family: DINOT;
    font-weight: bold;
    font-size: 0.12rem;
    color: #9c6f5d;
    height: 33px;
  }
  .container-main .wrapper-first .right-item .tit {
    color: #fff;
    font-weight: bold;
    font-size: 0.16rem;
    width: calc(100% - 80px);
    line-height: 1.5;
  }
  .container-main .wrapper-area {
    width: 100%;
    height: 328px;
    background: url('../images/pc/bg_area.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 110px;
  }
  .container-main .wrapper-area-item {
    width: 173px;
    height: 92px;
    display: block;
  }
  .container-main .wrapper-area-item-hd {
    background: url('../images/pc/img_hd.png') no-repeat;
    background-size: 100% 100%;
  }
  .container-main .wrapper-area-item-cy {
    background: url('../images/pc/img_cy.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
  }
  .container-main .wrapper-area-item-sn {
    background: url('../images/pc/img_sn.png') no-repeat;
    background-size: 100% 100%;
  }
  .container-main .wrapper-area-item-sb {
    background: url('../images/pc/img_sb.png') no-repeat;
    background-size: 100% 100%;
  }
  .container-main .wrapper-area-item-pd {
    background: url('../images/pc/img_pd.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
  }
  .container-main .wrapper-area-item-lc {
    background: url('../images/pc/img_lc.png') no-repeat;
    background-size: 100% 100%;
  }
  .container-main .wrapper-area-item-ls {
    background: url('../images/pc/img_ls.png') no-repeat;
    background-size: 100% 100%;
  }
  .container-main .wrapper-area-item-lx {
    background: url('../images/pc/img_lx.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
  }
  .container-main .wrapper-area-item-jz {
    background: url('../images/pc/img_jz.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
  }
  .container-main .wrapper-area-item-jm {
    background: url('../images/pc/img_jm.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
  }
  .container-main .wrapper-second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .container-main .wrapper-third {
    padding-bottom: 30px;
  }
  .wrapper-area-m {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .container-map .btn_addr {
    display: block !important;
  }
  .container {
    padding-bottom: 0.8rem;
    box-sizing: border-box;
  }
  .container .box_number {
    display: none;
  }
  .container .wrapper-area {
    display: none;
  }
  .container .wrapper-area-m {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container .wrapper-area-m-item {
    width: 48%;
    height: 0.86rem;
    display: block;
    margin-bottom: 0.1rem;
  }
  .container .wrapper-area-m-item-hd {
    background: url('../images/pc/img_hd.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-cy {
    background: url('../images/pc/img_cy.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-sn {
    background: url('../images/pc/img_sn.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-sb {
    background: url('../images/pc/img_sb.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-pd {
    background: url('../images/pc/img_pd.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-lc {
    background: url('../images/pc/img_lc.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-ls {
    background: url('../images/pc/img_ls.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-lx {
    background: url('../images/pc/img_lx.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-jz {
    background: url('../images/pc/img_jz.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .wrapper-area-m-item-jm {
    background: url('../images/pc/img_jm.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .btn_addr {
    display: none !important;
  }
  .container .banner {
    width: 100%;
  }
  .container .banner-pc {
    display: none;
  }
  .container .banner-m {
    display: block;
  }
  .container #mapDom {
    display: none;
  }
  .container .searchField {
    width: 3.45rem;
    height: 0.9rem;
    padding: 0.1rem 0;
    background: rgba(255, 255, 255, 0.69);
    border-radius: 0.075rem;
    margin: 0 auto;
  }
  .container .searchField .el-input__inner::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #fff !important;
    /* placeholder字体大小 */
    font-size: 0.12rem;
    text-align: center;
  }
  .container .searchField-input {
    display: flex;
    flex-direction: column-reverse;
  }
  .container .searchField-input > section {
    width: 3.3rem;
    height: 0.36rem;
    background-color: rgba(208, 152, 81, 0.65);
    border-radius: 0.075rem;
    margin: 0 auto;
    background-image: url('../images/m/icon_search.png');
    background-repeat: no-repeat;
    background-size: 0.14rem 0.14rem;
    background-position: 0.1rem center;
  }
  .container .searchField-input .text_box {
    height: 100%;
    width: 3.1rem;
    padding: 0 1.5rem 0 0.3rem;
    font-size: 0.14rem;
    color: #fff;
  }
  .container .searchField-input .text_box::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #fff;
    /* placeholder字体大小 */
    font-size: 0.14rem;
  }
  .container .searchField-input-btn {
    width: 1.0rem;
    height: 0.29rem;
    background: url('../images/m/btn_search.png') no-repeat;
    background-size: auto 100%;
    background-position: center center;
    position: absolute;
    right: 0.7rem;
    top: 0.04rem;
  }
  .container .ai-search-btn {
    width: 1.0rem;
      height: 0.31rem;
      background: url('../images/m/btn_search3.png') no-repeat;
      background-size: auto 100%;
      background-position: center center;
      position: absolute;
      right: -0.1rem;
      top: 0.04rem;
  }
  .container .ai-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
  }
  .container .searchField-filter {
    display: flex;
    width: 3.3rem;
    margin: 0.1rem auto 0.1rem;
    justify-content: space-between;
  }
  .container .searchField-filter .item {
    flex: 1;
    height: 0.23rem;
    background: #dfb886;
    border-radius: 0.075rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 0.1rem;
  }
  .container .searchField-filter .item:last-child {
    margin-right: 0;
  }
  .container .searchField-filter .item > span {
    color: #fff;
    font-size: 0.12rem;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .container .searchField-filter .item .el-input__inner {
    font-size: 0.12rem !important;
  }
  .container .searchField-filter .item .el-input__suffix {
    right: 0;
  }
  .container .searchField-filter .item .el-select__caret {
    line-height: 0.23rem;
  }
  .container .nav_tit {
    height: 0.54rem;
    background: url('../images/m/bg_nav.png') no-repeat;
    background-size: 100% 0.54rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .container .nav_tit h4 {
    position: relative;
    font-size: 0.16rem;
    color: #fff;
    font-weight: bold;
    padding-left: 0.53rem;
  }
  .container .nav_tit .more {
    color: #707070;
    font-size: 0.12rem;
    padding-right: 0.3rem;
    display: block;
    margin-top: 0.02rem;
  }
  .container .route {
    display: flex;
    align-items: center;
  }
  .container .route h3 {
    color: #333;
    font-size: 0.15rem;
  }
  .container .route h3 span {
    color: #723021;
    font-size: 0.28rem;
  }
  .container .wrapper {
    margin: 0.1rem auto;
    padding: 0 0.15rem;
  }
  .container .wrapper-first .swiper {
    display: none;
  }
  .container .wrapper-first .right {
    display: none;
  }
  .container .wrapper-first .pic_list {
    display: block;
  }
  .container .wrapper-second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.1rem 0;
  }
  .container .video_list,
  .container .image_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .container .video_list-item,
  .container .image_list-item {
    width: 1.65rem;
    background: #ffffff;
    border-radius: 0.025rem;
    margin-bottom: 0.1rem;
  }
  .container .video_list-item .cover,
  .container .image_list-item .cover {
    width: 100%;
    height: 1.09rem;
    display: block;
    object-fit: cover;
  }
  .container .video_list-item .tit,
  .container .image_list-item .tit {
    width: 100%;
    padding: 0.05rem 0.1rem 0.1rem;
    line-height: 1.5;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
  }
  .container .video_list-item {
    position: relative;
  }
  .container .video_list-item::before {
    content: '';
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    background: url('../images/m/icon_play.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .container .person_list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0.15rem;
  }
  .container .person_list-item .avatar {
    width: 1.22rem;
    height: 1.22rem;
    background: #fe9c38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container .person_list-item .avatar img {
    width: 1.17rem;
    height: 1.17rem;
    border-radius: 50%;
    display: block;
    object-fit: cover;
  }
  .container .person_list-item .infos {
    width: calc(100% - 1.3rem);
  }
  .container .person_list-item .infos .tit {
    color: #333;
    font-weight: bold;
    font-size: 0.16rem;
  }
  .container .person_list-item .infos .btns {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
    width: 100%;
    justify-content: space-between;
  }
  .container .person_list-item .infos .btns-item {
    width: 0.68rem;
    height: 0.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/pc/bg_btn1.png') no-repeat;
    background-size: 100% 100%;
    font-size: 0.14rem;
    color: #fff;
    cursor: pointer;
  }
  .container .pic_list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0;
  }
  .container .pic_list-item .cover {
    width: 1.05rem;
    height: 0.76rem;
    display: block;
    object-fit: cover;
  }
  .container .pic_list-item .infos {
    width: calc(100% - 1.15rem);
  }
  .container .pic_list-item .infos .tit {
    font-size: 0.16rem;
    color: #333;
  }
  .container .pic_list-item .infos .desc {
    color: #939393;
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }
  .container .pic_list-item .infos .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.05rem;
  }
  .container .pic_list-item .infos .tags-item {
    color: #723021;
    font-size: 0.12rem;
    margin-right: 0.05rem;
  }
  .container .pic_list-item .infos .tags-item:last-child {
    margin-right: 0;
  }
  .container .loadmore {
    font-size: 0.14rem;
  }
  .container .detail {
    width: 3.45rem;
    margin: 0.15rem auto;
    padding: 0.15rem;
    background-color: #fff;
  }
  .container .detail .wrap_detail .deta_tit {
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #9c6f5d;
    text-align: center;
  }
  .container .detail .wrap_detail .deta_info {
    display: inline-block;
    padding: 0.1rem 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
    border-bottom: 1px dashed #777777;
    text-align: center;
    font-size: 0.12rem;
  }
  .container .detail .wrap_detail .deta_info span {
    margin-right: 0.1rem;
  }
  .container .detail .wrap_detail .deta_cont {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #333333;
    padding: 0.15rem 0;
    width: 100%;
  }
  .container .detail .wrap_detail .deta_cont div,
  .container .detail .wrap_detail .deta_cont p {
    font-size: 0.14rem;
    color: #333;
    line-height: 1.8;
  }
  .container .detail .wrap_detail .deta_cont img {
    max-width: 100% !important;
    margin: 0.1rem auto !important;
    display: block;
  }
  .container .detail .wrap_detail .deta_cont video,
  .container .detail .wrap_detail .deta_cont iframe {
    width: 100%;
    height: 2.1rem;
    background-color: #000;
    margin: 0 auto;
    display: block;
  }
  .container .tabbar {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.67rem;
    background: #ffffff;
    background: url('../images/m/tabbar.png') no-repeat;
    background-size: 100% 100%;
  }
  .container .popup {
    width: 80%;
    height: 70vh;
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.3rem 0.15rem 0.15rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .container .popup i {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
  }
  .container .popup iframe {
    width: 100%;
    height: calc(100% - 0.3rem);
  }
  .container .popup .navigator {
    text-align: center;
    padding: 0.05rem 0.1rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #9c6f5d;
    font-size: 0.14rem;
  }
  .container .btn_addr {
    width: 0.35rem;
    display: block;
    position: fixed;
    right: 0.15rem;
    bottom: 20vh;
  }
}
