.bottom-div {
  width: 100%;
  background: #2e2e2e;
  line-height: 1;
  padding: 0.9rem 0 0.2rem;
  text-align: center;
}
.bottom-div .bottom-main {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #878687;
  border-bottom: 1px solid #878687;
  line-height: 1;
  padding: 0.3rem 0;
}
.bottom-div .bottom-main .left {
  width: 2rem;
  flex: 0 0 2rem;
  text-align: left;
  font-size: 0;
}
.bottom-div .bottom-main .left img {
  width: 157px;
  height: 38px;
}
.bottom-div .bottom-main .left p {
  font-size: 0.14rem;
  color: #888888;
  margin-top: 0.18rem;
  line-height: 0.2rem;
}
.bottom-div .bottom-main .right {
  display: flex;
  justify-content: left;
}
.bottom-div .bottom-main .right ul {
  margin-left: 0.3rem;
}
.bottom-div .bottom-main .right h5 {
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #797979;
  padding-bottom: 0.16rem;
  text-align: left;
}
.bottom-div .bottom-main .right li {
  font-size: 0.14rem;
  color: #888888;
  margin-top: 0.1rem;
  text-align: left;
}
.bottom-div .bottom-main .right li a {
  color: #888888;
}
.bottom-div .bottom-main .right .sf li span:nth-child(old) {
  text-align: left;
}
.bottom-div .bottom-main .right .sf li span:nth-child(even) {
  width: 1.4rem;
  float: right;
  margin-left: 0.3rem;
}
.bottom-div .bottom-main .right .ewm li {
  text-align: center;
  font-size: 0.16rem;
}
.bottom-div .bottom-main .right .ewm li img {
  vertical-align: top;
}
.bottom-div .bottom-main .right .ewm li p:nth-child(2) {
  margin-top: 0.06rem;
}
.bottom-div .bottom-main .right .ewm li:nth-child(1) {
  margin-top: 0;
}
.bottom-div .ICP {
  font-size: 0.16rem;
  color: rgba(136, 136, 136, 0.75);
  margin-top: 0.2rem;
}
.bottom-div .ICP a {
  color: rgba(136, 136, 136, 0.75);
}
.bottom-div .ICP img {
  vertical-align: middle;
}

@media screen and (max-width: 1400px) {
  .bottom-div {
    padding: 0.9rem 0.4rem 0.2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .bottom-div {
    padding: 0.2rem;
  }
  .bottom-div .bottom-main {
    display: block !important;
  }
  .bottom-div .bottom-main .left {
    width: 100% !important;
  }
  .bottom-div .bottom-main .right {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .bottom-div .bottom-main .right ul {
    width: calc(100% / 2) !important;
    margin-top: 0.2rem;
    margin-left: 0 !important;
  }
  .bottom-div .bottom-main .right ul:last-child {
    width: 100% !important;
  }
  .bottom-div .bottom-main .right ul li {
    margin-top: 0.2rem !important;
  }
  .bottom-div .bottom-main .right .sf li span {
    display: block !important;
    margin-top: 0.1rem !important;
  }
  .bottom-div .bottom-main .right .sf li span:nth-child(even) {
    width: 100% !important;
    float: none;
    margin-left: 0;
  }
}
