.all-content {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.all-content ul {
  padding-top: 1.11rem;
  padding-bottom: 1.2375rem;
  margin: 0 auto;
  width: 10.5002rem;
}
.all-content ul li {
  padding: 0.45rem 0;
  width: 100%;
  border-bottom: 0.015rem solid #dcdcdc;
}
.all-content ul li:first-of-type {
  border-top: 0.015rem solid #dcdcdc;
}
.all-content ul li .country,
.all-content ul li .products,
.all-content ul li .img {
  display: inline-block;
  vertical-align: top;
}
.all-content ul li .country {
  width: 3.3375rem;
  margin-top: 0.1875rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
}
.all-content ul li .products {
  width: 6.3001rem;
}
.all-content ul li .products .top {
  font-size: 0.18rem;
  color: #CECECE;
}
.all-content ul li .products .mid {
  margin-top: 0.15rem;
  display: flex;
  align-items: baseline;
}
.all-content ul li .products .mid .dot {
  flex-shrink: 0;
  width: 0.075rem;
  height: 0.075rem;
  border-radius: 50%;
  background-color: #333;
}
.all-content ul li .products .mid .mid-text {
  margin-left: 0.0975rem;
  font-size: 0.135rem;
  color: #333333;
  line-height: 0.27rem;
}
.all-content ul li .products .bot {
  margin-top: 0.3rem;
  display: none;
  transition: all 0.5s;
}
.all-content ul li .products .bot .icon,
.all-content ul li .products .bot .bot-text {
  display: inline-block;
  vertical-align: middle;
}
.all-content ul li .products .bot .icon {
  flex-shrink: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  position: relative;
  transition: all linear 0.5s;
}
.all-content ul li .products .bot .icon img {
  width: 0.1425rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content ul li .products .bot .bot-text {
  margin-left: 0.15rem;
  font-size: 0.15rem;
  font-weight: bold;
  color: #EA222D;
}
.all-content ul li .products .botActive {
  display: block;
}
.all-content ul li .img {
  width: 0.465rem;
  height: 0.465rem;
  border: 0.03rem solid #F0EDED;
  background-color: #F0EDED;
  border-radius: 50%;
  position: relative;
}
.all-content ul li .img img {
  border-radius: 50%;
  margin: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
}
@media screen and (max-width: 1020px) {
  .all-content ul {
    padding-top: 1.11rem;
    padding-bottom: 1.2375rem;
    margin: 0 auto;
    width: 90%;
  }
  .all-content ul li .country {
    width: 100%;
    margin-top: 0.1875rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
  }
  .all-content ul li .products {
    margin-top: 0.2rem;
    width: 100%;
  }
  .all-content ul li .products .top {
    font-size: 0.35rem;
    color: #CECECE;
  }
  .all-content ul li .products .mid .mid-text {
    margin-left: 0.0975rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.5rem;
  }
  .all-content ul li .products .bot .bot-text {
    margin-left: 0.15rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #EA222D;
  }
  .all-content ul li .img {
    margin-top: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 0.03rem solid #F0EDED;
    background-color: #F0EDED;
    border-radius: 50%;
    position: relative;
  }
}
