.change_country{
  position: relative;
  height: 0.84rem;
  background: #FFFFFF;
  box-shadow: 0 0.02rem 0.04rem 0.01rem rgba(0,0,0,0.16);
  border-radius: 0.03rem;
  opacity: 1;
  margin-top: 0.1rem !important;
  margin-bottom: 0.6rem;
}
.change_country ul{
  width: 100%;
  height: 0.84rem;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.change_country ul li{
  flex-shrink: 0;
  width: 20%;
  border-right: 1px solid #aaaaaa38;
}
.change_country ul li:last-child{
  border-right: 0;
}
.change_country ul li a{
  font-size: 0.19rem;
  color: #6A6A6A;
}
.change_country ul li a.active{
  color: #CE251F;
}
.changePrev,.changeNext{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0.2rem;
}
.changePrev:hover,.changeNext:hover{
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.23rem;
  border-radius: 50%;
  background: #E98918;
  color: #fff;
}
.changePrev:hover{
  left: 0.16rem;
  padding-right: 0.03rem;
}
.changeNext:hover{
  right: 0.16rem;
  padding-left: 0.03rem;
}
.changePrev{
  left: 0.2rem;
}
.changeNext{
  right: 0.2rem;
}