body .g-button {
  background: #d244d6;
}
.city-wrap {
  padding: 0;
  font-size: 15px;
  display: flex;
  font-weight: 600;
  margin: 10px 0 0 0px;
}
@media (max-width: 960px) {
  .city-wrap {
    justify-content: center;
  }
}
.city-wrap .city-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.city-wrap .city-inner:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23e74c3c' d='M256 32.31c85.36 0 154.53 69.2 154.53 154.53 0 64-114.82 220.49-154.53 292.07-38.07-68.7-154.53-231.83-154.53-292.07 0-85.33 69.2-154.53 154.53-154.53zm69.07 148.71c0-38.03-31.02-69.05-69.07-69.05-38.02 0-69.04 31.02-69.04 69.05 0 38.02 31.02 69.04 69.04 69.04 38.05 0 69.07-31.02 69.07-69.04z' opacity='1' data-original='%23e74c3c' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50%/contain no-repeat;
}
.city-wrap select {
  padding: 0 40px 0 15px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2011%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22mainColor1%22%20d%3D%22M11.011%2C1.084%20L5.850%2C6.011%20L5.500%2C5.677%20L5.150%2C6.011%20L-0.011%2C1.084%20L1.136%2C-0.011%20L5.500%2C4.155%20L9.865%2C-0.011%20L11.011%2C1.084%20Z%22%2F%3E%3C%2Fsvg%3E") right 15px top 50% no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
