/* 引用自定义字体 */
@font-face {
  font-family: 'DingTalk';
  src: url('../fonts/DingTalk\ JinBuTi.ttf') format('truetype');
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.14);
}

header .container {
  display: flex;
  align-items: center;
  height: 70px;
}

.logo {
  display: flex;
  align-items: center;
  width: 238px;
  height: 40px;
  margin-right: 42px;
  /* background-color: green; */
}

.logo h1 img {
  width: 105px;
  height: 35px;
}

.logo span {
  margin-left: 18px;
  font-size: 14px;
  color: #fff;
}

.nav {
  flex: 1;
  /* background-color: orange; */
}

.nav ul {
  display: flex;
}

.nav ul li {
  margin-right: 50px;
}

.nav ul li a {
  color: #fff;
  font-size: 14px;
}

.nav ul li a .iconfont {
  font-size: 20px;
}

.nav ul .active a {
  position: relative;
  color: #11CA95;
  font-size: 16px;
}

.nav ul .active .line {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  width: 23px;
  height: 4px;
  background-color: #11CA95;
  border-radius: 8px;
}

.user {
  display: flex;
  width: 190px;
  height: 34px;
  /* background-color: red; */
  line-height: 34px;
}

.user .order {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.user .btn {
  width: 90px;
  height: 34px;
  background-color: #11CA95;
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner ul {
  display: flex;
  animation: move 10s linear infinite;
}

.banner ul li {
  flex-shrink: 0;
  width: 100%;
  height: 698px;
}

/* 定义轮播图滚动的动画 */
@keyframes move {
  to {
    transform: translateX(-100%);
  }
}


.banner ul li img {
  width: 100%;
  height: 698px;
}

.banner .search-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 698px;
  background-color: rgba(0, 0, 0, 0.36);
  background-image: url(../images/slogn.png);
  background-repeat: no-repeat;
  background-size: 505px 95px;
  background-position: center 255px;
}

.banner .search-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 377px;
  left: 50%;
  margin-left: -324px;
  width: 648px;
  height: 57px;
  background-color: #fff;
  border-radius: 29px;
  padding-left: 24px;
}

.search-box input {
  flex: 1;
}

.search-box button {
  width: 112px;
  height: 45px;
  background-color: #11CA95;
  border-radius: 23px;
  border: none;
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
}

.page-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-main .box-hd {
  display: flex;
  align-items: center;
  height: 37px;
  /* background-color: pink; */
}

.page-main .box-hd h2 {
  margin-right: 30px;
  font-family: 'DingTalk';
  font-weight: 700;
  font-size: 28px;
}

.page-main .box-hd .tab-list {
  flex: 1;
  display: flex;
}

.page-main .box-hd .tab-list li {
  margin-right: 20px;
}

.page-main .box-hd .tab-list li.active a {
  background-color: #DCFFF5;
  border-radius: 6px;
}

.page-main .box-hd .tab-list a {
  display: block;
  padding: 7px 17px;
  font-size: 14px;
}

.page-main .box-hd .more {
  color: #80878C;
  font-size: 14px;
}

.page-main .box-bd {
  position: relative;
  margin-top: 19px;
}

.page-main .hot-pics {
  display: flex;
  /* 超出部分隐藏 */
  overflow: hidden;
  border-radius: 5px;
}

.page-main .hot-pics li {
  /* 弹性盒子不缩放 */
  flex-shrink: 0;
  overflow: hidden;
  width: 354px;
  height: 216px;
  margin-right: 20px;
}

.page-main .hot-pics li img {
  border-radius: 5px;
  /* 谁变化谁添加过渡 */
  transition: all 1s;
}

.page-main .hot-pics li:hover img {
  transform: scale(1.1);
}

.page-main .box-bd .prev,
.page-main .box-bd .next {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}


.page-main .box-bd .prev {
  left: -20px;
}

.page-main .box-bd .next {
  right: -20px;
}

.page-main .map-box {
  margin-top: 58px;
}

.map-box .box-bd {
  display: flex;
}

.map-box .map-left {
  position: relative;
  width: 285px;
  height: 660px;
  /* background-color: pink; */
  background-image: url(../images/pic_dibubj.png);
  background-size: 100%;
  padding-left: 22px;
  padding-right: 20px;
}

.map-box .map-left .renwu {
  position: absolute;
  left: 14px;
  bottom: -14px;
  width: 185px;
  height: 197px;
}

.map-box .map-left h3 {
  height: 70px;
  line-height: 70px;
  padding-left: 8px;
  border-bottom: 1px solid #EEF7F4;
  font-size: 18px;
  font-weight: 600;
}

.map-box .map-left h3 img {
  margin-right: 17px;
}

.map-box .map-left h3 span {
  color: #11CA95;
}

.map-box .map-left .top3 {
  padding-top: 25px;
}

.map-box .map-left .top3 li {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 46px;
  /* background-color: #FFF5D1; */
  background-image: linear-gradient(to right, rgba(255, 245, 209, 1), rgba(255, 255, 255, 0.28));
  margin-bottom: 15px;
  padding-left: 6px;
  padding-right: 20px;
  font-family: 'DingTalk';
}

.map-box .map-left .top3 li:nth-child(2) {
  /* background-color: #EFEFEF; */
  background-image: linear-gradient(to right, rgba(239, 239, 239, 1), rgba(255, 255, 255, 0.41));
}

.map-box .map-left .top3 li:nth-child(2) .icon-pic {
  background-image: url(../images/icon-two.png);
}

.map-box .map-left .top3 li:nth-child(2) .num {
  /* color: #B8B8B8; */
  background-image: linear-gradient(-83deg, #B8B8B8, #BDBDBD, #E9E9E9);
  background-clip: text;
  color: transparent;

}

.map-box .map-left .top3 li:nth-child(3) {
  /* background-color: #FFF6EE; */
  background-image: linear-gradient(to right, rgba(255, 246, 238, 1), rgba(255, 255, 255, 0.4));
}

.map-box .map-left .top3 li:nth-child(3) .num {
  background-image: linear-gradient(-83deg, #FC845A, #FB8960, #FFCEAF);
  background-clip: text;
  color: transparent;
}

.map-box .map-left .top3 li:nth-child(3) .icon-pic {
  background-image: url(../images/icon-three.png);
}

.map-box .map-left .top3 .pics {
  position: relative;
}

.map-box .map-left .top3 .fengjing {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 14px;
}

.map-box .map-left .top3 .icon-pic {
  position: absolute;
  top: -15px;
  left: -12px;
  width: 27px;
  height: 26px;
  background-image: url(../images/icon-one.png);
}

.map-box .map-left .top3 .tit {
  flex: 1;
  font-size: 14px;
}

.map-box .map-left .top3 .num {
  font-size: 28px;
  /* color: #FFC33D; */
  background-image: linear-gradient(-83deg, #FFC33D, #F9CA5C, #F9EAAF);
  background-clip: text;
  color: transparent;
}

.map-box .map-left .top6 {
  width: 230px;
  height: 243px;
  /* background-color: #fff; */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4));
  border-radius: 23px;
  padding: 16px 20px 0 16px;
}

.map-box .map-left .top6 li {
  display: flex;
  justify-content: space-between;
  height: 17px;
  /* background-color: pink; */
  margin-bottom: 22px;
  background-image: url(../images/icon-jpai.png);
  background-repeat: no-repeat;
  background-size: 14px 17px;
  padding-left: 40px;
  font-family: 'DingTalk';
  font-size: 14px;
}

.map-box .map-left .top6 li span {
  background-image: linear-gradient(180deg, #FFBAA0, #FF9995);
  background-clip: text;
  color: transparent;
}

.map-box .map-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  /* background-color: green; */
}

.map-box .map-right li {
  width: 285px;
  height: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  /* background-color: orange; */

}

.map-box .map-right li:hover {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.5);
}

.map-box .map-right li .text {
  padding: 10px;
}

.map-box .map-right li .tit {
  line-height: 22px;
}

.map-box .map-right li .tags {
  margin-top: 6px;
}

.map-box .map-right li .tags span {
  display: inline-block;
  padding: 4px 11px;
  background-color: #EAFBF6;
  color: #0DAD7F;
  font-size: 14px;
}

.map-box .map-right li .price {
  color: #FF4C4C;
  line-height: 28px;
  margin-top: 8px;
}

.map-box .map-right li .price i {
  font-size: 20px;
}

.contry-box .box-bd {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.contry-box .box-bd .contry-item {
  position: relative;
  width: 224px;
  height: 428px;
}

.contry-box .box-bd .contry-item img {
  border-radius: 10px;
}

.contry-box .box-bd .text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.contry-box .box-bd .text h4 {
  font-size: 18px;
}

.contry-box .box-bd .text p {
  font-size: 14px;
}

.contry-box .box-bd .contry-center {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex: 1;
}

.contry-box .box-bd .contry-center img {
  border-radius: 10px;
}

.contry-box .box-bd .contry-center .center-item1 {
  position: relative;
  width: 472px;
  height: 206px;
}

.contry-box .box-bd .contry-center .center-item2 {
  position: relative;
  width: 232px;
  height: 206px;
}

/* 响应式布局代码 */
@media (max-width: 1200px) {
  .container {
    width: 900px;
  }

  header .nav {
    /* 将盒子隐藏 */
    display: none;
  }

  header .container {
    justify-content: space-between;
  }

}

@media (max-width: 900px) {
  .container {
    width: 100%;
  }
}