.inter_mark_index {
  background-color: #F2F3F6;
}
.inter_mark_index .inter_hot_mark .top {
  height: 1.82rem;
  background: url("/img/footer/banner01.png") no-repeat;
  background-size: 100% 1.82rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.24rem;
}
.inter_mark_index .inter_hot_mark .top .img1 {
  width: 0.81rem;
  height: 0.36rem;
  margin-top: 0.4rem;
}
.inter_mark_index .inter_hot_mark .top h1 {
  margin-top: 0.3rem;
  font-size: 0.34rem;
  color: #181818;
  font-weight: 600;
}
.inter_mark_index .inter_hot_mark .top .img2 {
  margin-top: 0.4rem;
  margin-left: 3rem;
  width: 0.3rem;
  height: 0.3rem;
}
.inter_mark_index .inter_hot_mark .top span {
  margin-top: 0.32rem;
  font-size: 0.28rem;
  color: #666666;
}
.inter_mark_index .hot_city {
  margin-top: 0.5rem;
}
.inter_mark_index .hot_city .city_list {
  padding-left: 0.24rem;
  margin-top: 0.25rem;
  margin-bottom: 0.4rem;
}
.inter_mark_index .hot_city .city_list ul {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.inter_mark_index .hot_city .city_list ul > li > a {
  display: block;
  width: 100%;
}
.inter_mark_index .hot_city .city_list ul > li {
  width: 2rem;
  height: 1.3rem;
  box-shadow: 0rem 0.08rem 0.32rem 0rem rgba(231, 75, 75, 0.26);
  border-radius: 0.08rem;
  flex: 0 0 auto;
  margin-right: 0.2rem;
  position: relative;
}
.inter_mark_index .hot_city .city_list ul > li img {
  width: 100%;
  height: 100%;
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
}
.inter_mark_index .hot_city .city_list ul > li .city {
  position: absolute;
  top: 0.3rem;
  color: #fff;
  z-index: 100;
  text-align: center;
  width: 100%;
}
.inter_mark_index .hot_city .city_list ul > li .city span {
  display: block;
  text-align: center;
}
.inter_mark_index .hot_city .city_list ul > li .city span.zn {
  font-family: PingFangSC-Semibold;
  font-size: 0.25rem;
  line-height: 0.3rem;
  color: #ffffff;
}
.inter_mark_index .hot_city .city_list ul > li .city span.en {
  font-family: MicrosoftYaHei;
  font-size: 0.22rem;
  line-height: 0.2rem;
  color: #ffffff;
  margin-top: 0.07rem;
}
.inter_mark_index .hot_city .city_list ul > li.on {
  background-color: #e74b4b;
}
.inter_mark_index .hot_city .city_list ul > li.on img {
  display: none;
}
.inter_mark_index .hot_city .action_btn {
  margin-top: 0.32rem;
  text-align: center;
}
.inter_mark_index .hot_city .action_btn button {
  width: 2.8rem;
  height: 0.7rem;
  background-color: #f44444;
  border-radius: 0.08rem;
  border: none;
  color: #fff;
}
.inter_mark_index .search_mark {
  margin-top: 0.5rem;
  width: 100%;
  padding: 0.5rem 0 0.3rem;
}
.inter_mark_index .search_mark h1.title {
  font-family: Arial;
  font-size: 0.45rem;
  line-height: 0.35rem;
  color: #666666;
  opacity: 0.06;
  font-weight: bold;
  margin-top: 0.13rem;
  text-align: center;
}
.inter_mark_index .search_mark .input_wrap {
  width: 7rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.15rem 0rem rgba(83, 83, 83, 0.1);
  border-radius: 0.12rem;
  margin: 0 auto;
  padding: 0.3rem;
  box-sizing: border-box;
}
.inter_mark_index .search_mark .input_wrap input {
  height: 0.8rem;
  width: 100%;
  margin-bottom: 0.1rem;
  border: none;
  background-color: #f5f5f5;
  padding-left: 0.2rem;
  font-size: 0.24rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.inter_mark_index .search_mark .input_wrap button {
  width: 2.8rem;
  height: 0.7rem;
  background-color: #f44444;
  border-radius: 0.08rem;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.inter_mark_index .search_mark .input_wrap .agreement {
  color: #b2b2b2;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  text-align: justify;
}
.inter_mark_index .search_mark .input_wrap .agreement a {
  color: #5289bc;
}
.inter_mark_index .tranform_mark {
  background-color: #fff;
}
.inter_mark_index .tranform_mark img {
  width: 100%;
  height: 4.93rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.inter_mark_index .top_header {
  text-align: center;
}
.inter_mark_index .top_header h1 {
  font-family: PingFangSC-Semibold;
  line-height: 0.2rem;
  color: #181818;
  font-size: 0.36rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
}
.inter_mark_index .top_header h1::before, .inter_mark_index .top_header h1::after {
  content: " ";
  width: 0.46rem;
  height: 0.06rem;
  position: absolute;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}
.inter_mark_index .top_header h1::before {
  background: url("/img/internationTm/left.png") no-repeat center center;
  left: -0.65rem;
}
.inter_mark_index .top_header h1::after {
  background: url("/img/internationTm/right.png") no-repeat center center;
  right: -0.65rem;
}
.inter_mark_index .top_header p {
  font-family: PingFangSC-Medium;
  font-size: 0.22rem;
  color: #b5b5b5;
  text-align: center;
  margin-top: 0.15rem;
}
.inter_mark_index .mark_list2 {
  margin-top: -0.6rem;
}
.inter_mark_index .mark_list {
  padding: 0 0.24rem;
}
.inter_mark_index .mark_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inter_mark_index .mark_list .list_item {
  height: 4.8rem;
  width: 3.42rem;
  background-color: #fff;
  position: relative;
  padding: 0 0.24rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
  margin-bottom: 0.18rem;
}
.inter_mark_index .mark_list .list_item .city_tag {
  position: absolute;
  top: 0.24rem;
  left: 0.24rem;
  width: 0.46rem;
  height: 0.3rem;
  background-size: 100%;
}
.inter_mark_index .mark_list .list_item .mark_img {
  margin: 0 auto;
  padding-top: 0.24rem;
}
.inter_mark_index .mark_list .list_item .mark_img a {
  display: block;
}
.inter_mark_index .mark_list .list_item .mark_img img {
  width: 2.94rem;
  height: 2.18rem;
}
.inter_mark_index .mark_list .list_item .desc_info {
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  padding: 0 0.24rem;
}
.inter_mark_index .mark_list .list_item .desc_info span {
  display: block;
}
.inter_mark_index .mark_list .list_item .desc_info span:first-child {
  font-family: PingFangSC-Medium;
  font-size: 0.24rem;
  color: #181818;
}
.inter_mark_index .mark_list .list_item .desc_info .love_btn {
  position: absolute;
  top: 0;
  right: 0.24rem;
}
.inter_mark_index .mark_list .list_item .desc_info .love_btn img {
  width: 0.32rem;
  height: 0.32rem;
}
.inter_mark_index .mark_list .list_item .desc_info span:last-child {
  font-family: MicrosoftYaHei;
  font-size: 0.22rem;
  color: #b5b5b5;
  margin-top: 0.1rem;
  height: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.inter_mark_index .mark_list .list_item .get_price {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f44444;
  border-radius: 0rem 0rem 0.06rem 0.06rem;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
}
.inter_mark_index .mark_list .list_item .get_price .icon {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: url("/img/internationTm/getprice.png") no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.inter_mark_index .mark_list .list_item .get_price .desc {
  font-family: PingFangSC-Medium;
  font-size: 0.22rem;
  color: #ffffff;
  margin-left: 0.15rem;
}
.inter_mark_index .mark_list2 ul {
  display: none;
}
.inter_mark_index .mark_list2 .on {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}/*# sourceMappingURL=index.css.map */