/* 基础样式（原有） */
.Beijing_in_coffee {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(./Beijing_in_coffee_banner.jpg) top center #f5f5f5 no-repeat;
}
:root {
  --Color1: #ff8a00;
}
.aImg,
.aImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Beijing_in_Boundtour_banner {
  position: relative;
  height: 720px;
}
.Beijing_in_Boundtour_banner_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.Beijing_in_Boundtour_banner_texts h1 {
  font-size: 60px;
  white-space: nowrap;
  margin-bottom: 20px;
  text-shadow: 2px 2px 20px #4e2100;
}
.Beijing_in_Boundtour_banner_texts h2 {
  display: none;
}
.Beijing_in_Boundtour_banner_texts p {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5;
  text-shadow: 1px 1px 15px #4e2100;
}
.newsTopNav {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  height: 150px;
  z-index: 10000;
  background: none;
}
.Beijing_in_Boundtour_box1 {
  padding: 60px 0 50px;
}
.New-Life-in-Beijing-Easy-Living{
  position: relative;
  z-index: 1000;
}
.Beijing_in_Boundtour_box_title {
  margin-bottom: 35px;
  text-align: center;
}
.Beijing_in_Boundtour_box_title h2 {
  font-size: 34px;
  font-weight: bold;
  color: #593300;
}
.Beijing_in_Boundtour_box_title_line {
  width: 100px;
  height: 5px;
  margin-top: 15px;
  background: var(--Color1);
  display: none;
}
.Culture-top-lunbo-two-box4-card {
  position: relative;
}
.Culture-top-lunbo-two-box4-card::before {
  content: "";
  position: absolute;
  top: -110px;
  left: calc(50% - 980px);
  width: 100%;
  height: 630px;
  background: url(./Beijing_in_coffee_banner_2.png) top -14px center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.Culture-top-lunbo-two-box4-card::after {
  content: "";
  position: absolute;
  top: 5px;
  right: calc(50% - 790px);
  width: 191px;
  height: 171px;
  background: url(./Beijing_in_coffee_icon1.png);
  z-index: 1000;
}
.Culture-Beijing-as-a-Dynamic-City-swiper {
  width: 640px;
  height: 427px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  border-radius: 8px;
  overflow: hidden;
}
.Culture-Beijing-as-a-Dynamic-City-swiper .swiper {
  width: 100%;
  height: 100%;
}
.Culture-Beijing-as-a-Dynamic-City-swiper .swiper-slide .aImg,
.Culture-Beijing-as-a-Dynamic-City-swiper .swiper-slide .aImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Culture-Beijing-as-a-Dynamic-City-texts {
  width: 640px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  margin-left: 500px;
}
.Culture-Beijing-as-a-Dynamic-City-texts::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 191px;
  height: 171px;
  background: url(./Beijing_in_coffee_icon1.png) top left no-repeat;
  background-size: 100% 100%;
  z-index: 1000;
}
.Culture-Beijing-as-a-Dynamic-City-texts .Beijing_in_Boundtour_box_title {
  text-align: right;
}
.Culture-Beijing-as-a-Dynamic-City-texts ul {
  height: 100%;
  background: #fff;
}
.Culture-Beijing-as-a-Dynamic-City-texts li {
  height: 92px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
  color: #333;
  transition: all 0.5s;
}
.Culture-Beijing-as-a-Dynamic-City-texts li a {
  color: #333;
  overflow: hidden;
  padding: 0 40px 0 190px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  position: relative;
  z-index: 10010;
}
.Culture-Beijing-as-a-Dynamic-City-texts li.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 100%;
  background-color: #bfa98b;
  z-index: 1010;
}
.Culture-Beijing-as-a-Dynamic-City-texts li.active a {
  color: #fff;
}
.Culture-Beijing-as-a-Dynamic-City-texts li.active a::before {
  background-color: #fff;
}
.Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more {
  text-align: right;
  font-size: 18px;
  color: #bfa98b;
  transition: all 0.5s;
  padding: 30px 0 30px 0;
  width: 1240px;
  margin: 0 auto;
}
.Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more a {
  color: #bfa98b;
  border: 2px solid #bfa98b;
  padding: 10px 20px;
  border-radius: 300px;
  display: inline-block;
}
.Beijing_in_coffee_box2 {
  height: 620px;
  background: #bfa98b;
  position: relative;
  z-index: 1000;
}
.Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title {
  margin: 0 auto;
}

/* 替换原 @scope (.Beijing_in_coffee_box2, .Beijing_in_coffee_box3) 的样式 */
/* 给选择器增加父级前缀，模拟作用域 */
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper {
  position: relative;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper::before,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, #bfa98b, transparent);
  z-index: 2;
  pointer-events: none;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper::after,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to left, #bfa98b, transparent);
  z-index: 1;
  pointer-events: none;
}
.Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title,
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title {
  width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 50px;
}
.Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title h2,
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title h2 {
  color: #fff;
}
.Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title_More,
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title_More {
  font-size: 16px;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 300px;
  display: inline-block;
}
.Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title_More a,
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title_More a {
  color: #fff;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-slide,
.Beijing_in_coffee_box2 .Beijing_in_coffee_box3_item,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-slide,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box3_item {
  width: 360px;
  height: 350px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px 0;
  border-radius: 8px;
  line-height: 1.5;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_img,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_title,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_title a,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title a {
  color: #333;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location {
  font-size: 14px;
  color: #999;
  padding: 10px 0;
  display: flex;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location img,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location img {
  width: 23px;
  height: 28px;
  margin: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location a,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location a {
  color: #ff9018;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_title a,
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location a,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title a,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location a,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location a{
  padding-left: 30px;
  position: relative;
  min-height: 40px;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-prev,
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-next,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-prev,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-next {
  width: 54px;
  height: 54px;
  background-size: 100% 100%;
  z-index: 1000;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-prev::after,
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-next::after,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-prev::after,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-next::after {
  display: none;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-next,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-next {
  right: calc(50% - 600px);
  background: url(./Beijing_in_coffee_icon4.png) top center no-repeat;
}
.Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-prev,
.Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-prev {
  left: calc(50% - 600px);
  background: url(./Beijing_in_coffee_icon3.png) top center no-repeat;
}

/* 原有样式 */
.Beijing_in_coffee_box3 {
  padding: 60px 0;
  background: url(./Beijing_in_coffee_banner_3.png) top center no-repeat;
}

/* 替换原 @scope (.Beijing_in_coffee_box3) 的样式 */
.Beijing_in_coffee_box3 .Beijing_in_coffee_box3_main {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title {
  width: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  text-align: right;
  gap: 40px;
}
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title h2 {
  color: #5d3301;
}
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title .Beijing_in_Boundtour_box_title_More {
  border: 2px solid #bfa98b;
}
.Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title .Beijing_in_Boundtour_box_title_More a {
  color: #bfa98b;
}
.Beijing_in_coffee_box3 .Beijing_in_coffee_box3_list {
  width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Beijing_in_coffee_box3 .Beijing_in_coffee_box3_item:nth-child(2n) {
  margin-top: 40px;
}

/* 原有样式 */
.Beijing_in_coffee_box4 {
  height: 840px;
  background: url(./Beijing_in_coffee_banner_4.png) top center #bfa98b no-repeat;
}

/* 替换原 @scope (.Beijing_in_coffee_box4) 的样式 */
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_list {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item {
  width: 570px;
  height: 285px;
  display: flex;
  line-height: 1.5;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item:nth-child(3),
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item:nth-child(4) {
  flex-direction: row-reverse;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_left,
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_right {
  width: 285px;
  height: 285px;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_left .Beijing_in_coffee_box2_img {
  height: 100%;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_right {
  background: #fff;
  box-sizing: border-box;
  padding: 25px 20px 0;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box2_title a,
.Beijing_in_coffee_box4 .Beijing_in_coffee_box2_location a {
  -webkit-line-clamp: 5;
}
.Beijing_in_coffee_box4 .Beijing_in_coffee_box2_location {
  flex-direction: row-reverse;
}

/* 原有样式 */
.Beijing_in_coffee_box5 {
  height: 1105px;
  box-sizing: border-box;
  background: url(./Beijing_in_coffee_banner_5.png) top center no-repeat;
}
.Beijing_in_coffee_box5 .Beijing_in_Boundtour_box_title {
  text-align: left;
  align-items: flex-start;
}
.Beijing_in_coffee_box5 .Beijing_in_coffee_box2_title {
  padding: 10px 0 30px;
}
.Beijing_in_coffee_box5 .Beijing_in_coffee_box2_location {
  padding: 20px 0 10px;
}
.Beijing_in_coffee_box5 .Beijing_in_coffee_box3_item {
  height: 380px;
}
/* Easy Living */
.New-Life-in-Beijing-Easy-Living-roll{
    width: 1240px;
    margin: 0 auto;
    height: 90px;
    overflow: hidden;
    display: flex;
    background: #fff;
    position: relative;
}
.New-Life-in-Beijing-Easy-Living-roll::before{
    content: '';
    display: block;
    width: 100px;
    height: 90px;
    background: url(https://french.beijing.gov.cn/images/New-Life-in-Beijing-icon-1.jpg) center no-repeat;
}
.New-Life-in-Beijing-Easy-Living-roll::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 90px;
    background: url(https://french.beijing.gov.cn/images/New-Life-in-Beijing-shadow.png) center no-repeat;
}
.New-Life-in-Beijing-Easy-Living-roll-box{
    width: 95%;
    height: 90px;
    overflow: hidden;
}
.New-Life-in-Beijing-Easy-Living-roll ul{
    display: flex;
    height: 100%;
    list-style: disc;
    align-items: center;
}
.New-Life-in-Beijing-Easy-Living-roll ul li{
    margin-right: 40px;
    white-space: nowrap;
    font-size: 26px;
}
.New-Life-in-Beijing-Easy-Living-roll ul li a{
  color: #333;
}

/* 媒体查询（原有），并同步替换 @scope 相关样式为层级选择器 */
@media screen and (max-width: 1024px) {
  .Beijing_in_coffee {
    max-width: 16rem;
    min-width: 16rem;
    background: none;
  }
  .Beijing_in_Boundtour_banner {
    height: 21.7387rem;
    background: url(./Beijing_in_coffee_banner_m.jpg) top center no-repeat;
    background-size: contain;
  }
  .Beijing_in_Boundtour_banner_texts {
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.0667rem;
    left: 0;
    transform: none;
    line-height: 1.2;
  }
  .Beijing_in_Boundtour_banner_texts h1 {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding: 3.4133rem 0 5rem;
  }
  .Beijing_in_Boundtour_banner_texts h2 {
    display: block;
    font-size: 0.8533rem;
    text-align: left;
    padding: 0 0.4rem;
    color: #935940;
    margin-bottom: 0.3rem;
  }
  .Beijing_in_Boundtour_banner_texts p {
    font-size: 0.7rem;
    text-shadow: none;
    text-align: left;
    padding: 0 0.4rem;
    color: #935940;
    line-height: 1.643;
  }
  .Beijing_in_Boundtour_box1 {
    margin: 0;
  }
  .Culture-top-lunbo-two-box4-card {
    width: 14.72rem;
    display: flex;
    flex-direction: column;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts {
    width: auto;
    margin: 0 auto;
    z-index: 10000;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts::before {
    display: none;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts .Beijing_in_Boundtour_box_title {
    position: absolute;
    top: -11.3rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .Beijing_in_Boundtour_box_title h2 {
    font-size: 1.024rem;
  }
  .Beijing_in_Boundtour_box_title_line {
    width: 2.56rem;
    height: 0.1067rem;
    margin-top: 0;
  }
  .Culture-Beijing-as-a-Dynamic-City-swiper {
    width: 14.72rem;
    height: 9.8133rem;
    position: static;
    border-radius: 0.2133rem;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li {
    font-size: 0.64rem;
    height: auto;
    display: none;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li.active {
    display: flex;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li.active a {
    color: #333;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li a {
    padding: 0.3rem 0;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li.active::after {
    width: 100%;
    height: 4.6933rem;
    display: none;
  }
  .Culture-Beijing-as-a-Dynamic-City-texts li a::before {
    display: none;
  }
  .Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more {
    font-size: 0.64rem;
    padding: 0.3rem 0;
    text-align: center;
  }
  .Beijing_in_coffee_box2 {
    height: auto;
    background: #e1d8cc;
    position: relative;
  }

  /* 替换媒体查询内的 @scope 样式 */
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper {
    position: relative;
    padding-bottom: 3.3067rem;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper::before,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper::before {
    display: none;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper::after,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper::after {
    display: none;
  }
  .Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title,
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title {
    width: auto;
    padding: 0.8rem 0 0.7rem;
    justify-content: center;
  }
  .Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title h2,
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title h2 {
    color: #593300;
    font-size: 1.024rem;
    text-align: center;
  }
  .Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title_More,
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title_More {
    font-size: .64rem;
    border: 2px solid #bfa98b;
    padding: .2133rem .4267rem;
    border-radius: 300px;
    position: absolute;
    bottom: 1.28rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 10000;
  }
  .Beijing_in_coffee_box2 .Beijing_in_Boundtour_box_title_More a,
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title_More a {
    color: #bfa98b;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-slide,
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box3_item,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-slide,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box3_item {
    width: 7.2533rem;
    height: 7.68rem;
    padding: 0;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_img,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_img {
    height: 4.0533rem;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_title,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title {
    font-size: .5973rem;
    padding: 0.3rem .64rem 0;
    border-bottom: none;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_title a,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title a {
    color: #333;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location {
    display: none;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_location img,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_location img {
    display: none;
  }
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-prev,
  .Beijing_in_coffee_box2 .Beijing_in_coffee_box2_swiper .swiper-button-next,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-prev,
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_swiper .swiper-button-next {
    display: none;
  }

  /* 原有媒体查询样式 */
  .Beijing_in_coffee_box3{
    padding: 0 0 3.6267rem 0;
    background: none;
    position: relative;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box3_main {
    width: auto;
    padding: 0 .5333rem;
    flex-direction: column-reverse;
  }
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 1.28rem 0;
    margin-bottom: 0;
  }
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title h2 {
    color: #5d3301;
  }
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title .Beijing_in_Boundtour_box_title_More {
    border: 2px solid #bfa98b;
  }
  .Beijing_in_coffee_box3 .Beijing_in_Boundtour_box_title .Beijing_in_Boundtour_box_title_More a {
    color: #bfa98b;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box3_list {
    width: auto;
    gap: .64rem 0;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box3_item{
    width: auto;
    display: flex;
    height: 3.3707rem;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_img{
    width: 5.9733rem;
    height: 100%;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_img img{
    object-fit: cover;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title{
    width: 8.32rem;
    padding: 0 0.64rem;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box2_title a{
    -webkit-line-clamp: 4;
  }
  .Beijing_in_coffee_box3 .Beijing_in_coffee_box3_item:nth-child(2n) {
    margin-top: 0;
  }

  .Beijing_in_coffee_box4{
    padding: 0 0 3.6267rem 0;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_list {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0 .4267rem;
    justify-content: space-between;
    padding: 0 .5333rem;
    scrollbar-width: none;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_list::-webkit-scrollbar {
    display: none;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item {
    width: 5.9733rem;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item:nth-child(3),
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item:nth-child(4) {
    flex-direction: column;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_left,
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_right {
    width: 5.9733rem;
    height: auto;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_left .Beijing_in_coffee_box2_img {
    width: 100%;
    height: 5.9733rem;
    object-fit: cover;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box4_item_right {
    background: #fff;
    box-sizing: border-box;
    padding: 0;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box2_title a,
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box2_location a {
    -webkit-line-clamp: 4;
  }
  .Beijing_in_coffee_box4 .Beijing_in_coffee_box2_location {
    flex-direction: row-reverse;
  }

  .Beijing_in_coffee_box5 {
    height: auto;
    background: none;
  }
  .Beijing_in_coffee_box5 .Beijing_in_coffee_box3_main{
    flex-direction: column;
  }
  .Beijing_in_coffee_box5 .Beijing_in_Boundtour_box_title {
    text-align: center;
    align-items: center;
  }
  .Beijing_in_coffee_box5 .Beijing_in_coffee_box2_title {
    padding: 0 0.64rem;
  }
  .Beijing_in_coffee_box5 .Beijing_in_coffee_box3_item {
    height: auto;
  }
  .New-Life-in-Beijing-Easy-Living-roll{
    width: 100%;
  }
  .New-Life-in-Beijing-Easy-Living-roll ul li{
    font-size: 0.7rem;
  }
  .Beijing_in_Boundtour_box1 .Beijing_in_Boundtour_box_more{
    width: 100%;
    text-align: right;
  }
  .Culture-top-lunbo-two-box4-card::after,
  .Culture-top-lunbo-two-box4-card::before{
    display: none;
  }
}

