.region_switch {
  width: 1280px;
  margin: 0 auto;
  font-family: PoppinsBold, 'Microsoft YaHei UI';
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #005ba2;
  padding: 0 140px 0 92px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .region_switch {
    width: 696rem;
    margin: 0 auto;
  }
}
.region_switch > div {
  flex: 1;
  font-size:16px;
  height: 44px;
  background: #f5f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.region_switch > div.active {
  color: #fff;
  background: #005ba2;
}
.region_switch > div:hover {
  color: #fff;
  background: #005ba2;
}
.region_switch > div:not(:last-child) {
  margin-right: 8px;
}
.country_list {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .country_list {
    width: 696rem;
    margin: 0 auto;
  }
}
.country_list .country_item {
  display: flex;
  flex-wrap: wrap;
}
.country_list .country_item > a {
  transition: all 0.2s;
  cursor: pointer;
  width: calc(100% / 7);
  padding: 0 9px 25px;
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
}
.country_list .country_item > a:nth-child(7n+7):after {
  content: '';
  display: block;
  width: 700%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: #ececec;
  position: absolute;
}
.country_list .country_item > a:hover {
  color: #005ba2;
}
.country_list .country_item > a span {
  font-size: 14px;
  display: block;
}
.content_title {
  display: none;
}
@media screen and (max-width: 768px) {
  .content_title {
    display: flex;
  }
  .region_switch {
    width: 100%;
    padding: 0 32rem;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50rem;
  }
  .region_switch > div {
    flex: none;
    font-size: 30rem;
    width: calc(50% - 10rem);
    min-height: 66rem;
    padding: 10rem;
    margin-bottom: 15rem;
    background: #F5F5F7;
    transition: all 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .region_switch > div.active {
    color: #fff;
    background: #005EA5;
  }
  .region_switch > div:hover {
    color: #fff;
    background: #005EA5;
  }
  .region_switch > div.active {
    color: #fff;
    background: #005ba2;
  }
  .region_switch > div:nth-child(2n+1) {
    margin-right: 10rem;
  }
  .region_switch > div:nth-child(2n+2) {
    margin-left: 10rem;
  }
  .region_switch > div:hover {
    color: #fff;
    background: #005ba2;
  }
  .region_switch > div:not(:last-child) {
    margin-right: 0;
  }
  .country_list {
    width: calc(100% - 20rem);
    padding: 0 20rem 100rem;
  }
  .country_list .country_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .country_list .country_item > a {
    transition: all 0ms;
    cursor: pointer;
    text-align: center;
    width: 50%;
    padding: 0 9rem 25rem;
    margin-bottom: 25rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: 35rem;
  }
  .country_list .country_item > a:nth-last-child(1),
  .country_list .country_item > a:nth-last-child(2) {
    border-bottom: none;
  }
  .country_list .country_item > a:hover {
    color: #005ba2;
  }
  .country_list .country_item > a span {
    font-size: 23rem;
    font-family: Arial;
    display: block;
  }
}
/*# sourceMappingURL=countries_regions.css.map */