* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f5f7fa;
    min-width: 1200px;
}


.cf-container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.top-banner-right {
    margin-bottom: 22px;
}


.banner-section {
    display: flex;
    gap: 36px;
    max-height: 374px;
    margin-bottom: 22px;
}

.banner-left .banner-img, .banner-right .banner-img {
    width: 100%;
}

.banner-left {
    height: 100%;
}

.banner-right {
    height: 100%;
}

.features-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px 0;
    background-image: linear-gradient(-79deg, rgba(245,200,245,0.42) 0%, rgba(218,221,250,0.42) 57%, rgba(241,244,249,0.70) 100%);;
    border-radius: 10px;
}

.feature-item {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #303030;
    font-weight: 500;
}
.feature-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #303030;
}


.feature-image {
    width: 142px;
    height: 148px;
    margin-bottom: 10px;
}

.feature-image.yhxx {
    width: 148px;
    height: 140px;
    margin-top: 6px;
}

/*  地图样式 */
.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

.content #map {
    width: 100%;
    height: 600px;
}

.content #map .tdt-infowindow-content-wrapper {
    background: transparent;
    box-shadow: none;
}

.content #map .tdt-infowindow-tip-container,
.content #map .tdt-infowindow-close-button {
    display: none;
}

.content #map .tdt-infowindow-content {
    margin: 0;
    background: transparent;
}

.content #map .mapInfoWin {
    background-image: linear-gradient(180deg, #FF89AE 0%, #BC133B 100%);
    border-radius: 36px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    padding: 4px 10px;
    cursor: pointer;
}

.content #mapSearch {
    width: 350px;
    height: 44px;
    background-color: #FFF;
    background-image: url(/uiFramework/commonResource/zip/friendlyMap/search.png), url(/uiFramework/commonResource/zip/friendlyMap/searchbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 13px center, center center;
    background-size: 30px 30px, 100% 100%;
    position: absolute;
    top: 75px;
    left: 24px;
    z-index: 999;
    border-radius: 8px;
}

.content #mapSearch input {
    width: calc(100% - 47px);
    height: 44px;
    margin-left: 47px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.content #mapSearch input::placeholder {
    color: #fff;
}


.content .mapInfo {
    display: none;
    width: 1082px;
    height: 510px;
    background: #FFFFFF;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
}

.content .mapInfo>.close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #555656;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.content .mapInfo>.close::before,
.content .mapInfo>.close::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: 5px;
    left: 14px;
}

.content .mapInfo>.close::after {
    transform: rotate(-45deg);
}

.content .mapInfo .left {
    flex: 1;
    position: relative;
}

.content .mapInfo .left>img {
    width: 633px;
    height: 358px;
    object-fit: contain;
    margin-bottom: 30px;
}

.content .mapInfo .left .btns {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.content .mapInfo .left .btns>button {
    width: 138px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border: none;
    cursor: pointer;
}

.content .mapInfo .left .btns>button img {
    margin-right: 10px;
    vertical-align: middle;
}

.content .mapInfo .left .btns>button.close {
    background: #A7A7A7;
    opacity: 0.7;
}

.content .mapInfo .left .maplist {
    position: absolute;
    left: 11%;
    bottom: 14%;
    width: 240px;
    background: #FFF;
    box-shadow: 0px 2px 14px 5px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #303030;
    line-height: 45px;
    text-align: center;
    display: none;
}

.content .mapInfo .left .maplist>span {
    cursor: pointer;
}

.content .mapInfo .left .maplist>span:first-child {
    border-bottom: 1px solid #d8d8d8;
}

.content .mapInfo .left .maplist:after {
    position: absolute;
    display: inline-block;
    bottom: -8px;
    left: calc(50% - 10px);
    width: 0px;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
}

.content .mapInfo .right {
    width: 390px;
    margin-left: 14px;
}

.content .mapInfo .right .title {
    font-size: 20px;
    color: #303030;
    font-weight: bold;
    line-height: 30px;
}

.content .mapInfo .right .address {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.content .mapInfo .right .audio {
    width: 270px;
    height: 32px;
    line-height: 32px;
    background: url(/uiFramework/commonResource/zip/friendlyMap/bf.png) no-repeat 12px center, linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
    background-size: 21px 21px, 100% 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    padding: 0 50px;
    cursor: pointer;
}

.content .mapInfo .right .audio.playing {
    background: url(/uiFramework/commonResource/zip/friendlyMap/zt.png) no-repeat 12px center, linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%);
}

.content .mapInfo .right .audio audio {
    display: none;
}

.content .mapInfo .right .desc {
    font-size: 14px;
    color: #353A42;
    line-height: 22px;
    height: calc(100% - 100px);
    overflow-y: auto;
    text-align: justify;
}

#friendlyMapData {
    display: none;
}

.cf-container .bottom-box {
  width: 100%;
  height: 212px;
  background-image: linear-gradient(-79deg, rgba(241,244,249,0.70) 0%, rgba(218,221,250,0.42) 43%, rgba(245,200,245,0.42) 100%);;
  border-radius: 10px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
margin: 20px 0;
}
.cf-container .bottom-box .title {
  width: 130px;
  text-align: center;
  font-family: PingFangSC-Medium;
    font-family: 'ZhanKuKuaiLeTi';
  font-size: 26px;
  color: #EB3572;
  text-shadow: 0 2px 6px rgba(235, 53, 114, 0.54);
  font-weight: 500;
  margin: 0 10px;
 

    width: 30px;
    font-family: 'ZhanKuKuaiLeTi';
    font-size: 30px;
    color: #EB3572;
    line-height: 30px;
    font-weight: 400;
    margin-right: 24px;
}
.cf-container .bottom-box .swiper-container {
  flex: 1;
  height: 150px;
  margin: 0 10px;
}
.cf-container .bottom-box .swiper-container .swiper-img {
  width: 220px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.cf-container .bottom-box .swiper-container .swiper-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.32);
  border-radius: 0px 0px 10px 10px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
.cf-container .bottom-box .next-btn {
  margin-left: 10px;
}



@media screen and (max-width: 750px) {
  .cf-container.mobile-etyh-container._1030_etyh {
    width: 348rem;
    padding: 10rem 0 20rem;
    margin: 0 auto;
  }
  .cf-container.mobile-etyh-container._1030_etyh .top-banner-right {
    margin-bottom: 10rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .top-banner-right .banner-img {
    display: none;
  }
  .cf-container.mobile-etyh-container._1030_etyh .top-banner-right .mobile-banner-img {
    display: block!important;
    width: 100%;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14rem 4rem;
    background-image: linear-gradient(-55deg, rgba(245,200,245,0.42) 0%, rgba(218,221,250,0.42) 57%, rgba(241,244,249,0.70) 100%);;
    border-radius: 10rem;
    margin-bottom: 10rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section .feature-item {
    margin-left: 23rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section .feature-item a {
    font-family: PingFangSC-Medium;
    font-size: 14rem;
    font-weight: 500;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section .feature-item a .feature-image {
    width: 74rem;
    height: 77rem;
    margin-bottom: 4rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section .feature-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section .feature-item:nth-child(1) .feature-image {
    height: 76rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .features-section .feature-item:nth-child(2) .feature-image {
    height: 82rem;
    margin-bottom: 2rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box {
    background-image: none;
    display: block;
    padding: 0;
    height: auto;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .title {
    width: auto;
    font-family: PingFangSC-Semibold;
    font-size: 14rem;
    color: #303030;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    text-align: left;
    margin-bottom: 8rem;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .prev-btn,
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .next-btn {
    display: none;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .swiper-container {
    height: 82rem;
    margin: 0;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .swiper-container#etyh-list {
    display: none!important;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .swiper-container#mobile-etyh-list {
    display: block!important;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .swiper-container .swiper-slide {
    width: 120rem!important;
    margin-right: 8rem!important;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .swiper-container .swiper-slide .swiper-title {
    background: rgba(0, 0, 0, 0.32);
    border-radius: 0px 0px 6rem 6rem;
    height: 20rem;
    line-height: 20rem;
    font-family: PingFangSC-Medium;
    font-size: 12rem;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .cf-container.mobile-etyh-container._1030_etyh .bottom-box .swiper-container .swiper-slide .swiper-img {
    width: 120rem;
    height: 82rem;
  }
}