.inbound-header-container {
  position: relative;
}
.inbound-header-image {
  width: 100%;
  height: auto;
}
.inbound-header-citychoose {
  border: 1px solid #f0f2f5;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  padding: 8px 16px;
  position: absolute;
  left: 50%;
  top: 105px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 520px;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
  max-width: 520px;
  z-index: 99;
}
.inbound-change-city-tab {
  width: 33.333333%;
  min-width: 0;
  flex: 0 0 33.333333%;
  box-sizing: border-box;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f294d;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  cursor: pointer;
}
.inbound-change-city-activetab {
  width: 33.333333%;
  min-width: 0;
  flex: 0 0 33.333333%;
  box-sizing: border-box;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(50, 100, 255, 0.08);
  border-radius: 4px;
  font-weight: 700;
  color: #3264ff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
.inbound-header-city {
  position: relative;
  display: flex;
  align-items: center;
}
.inbound-header-city-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9999;
  cursor: pointer;
}
.inbound-title-icon {
  font-size: 77px !important;
  color: #ffc400;
  text-shadow: 2px 4px rgba(84, 89, 162, 0.29);
}
.inbound-city-font {
  font-size: 88px;
  font-weight: 900;
  color: #fff;
  margin-left: 6px;
  text-shadow: 2px 4px rgba(84, 89, 162, 0.29);
}
.inbound-city-font.inbound-title--airport {
  font-size: 78px;
}
ul,
li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#loop-show-box {
  width: 670px;
  height: 30px;
  line-height: 30px;
  background-image: url('https://pages.trip.com/images/seo/inbound/USP%E5%BA%95%E6%A1%86.png');
  background-size: 100% 100%;
  overflow: hidden;
  bottom: 18px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.li-style {
  width: 100%;
  height: auto;
  min-height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #dbeaff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: anywhere;
}
.inbound-title-icon-location {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
}
.down-triangle {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #FFFFFF;
  margin-top: 4px;
}
