.oula_link {
  width: 100%;
  height: 1.27rem;
  background-color: #605e5a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  box-sizing: border-box;
}
.oula_link div {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.17rem;
    display: none;
}
.oula_link ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.oula_link ul li {
  position: relative;
}
.oula_link ul li img {
  width: 100%;
  opacity: .5;
  transition: all .3s;
}
.oula_link ul li:nth-of-type(7) img{
    width: 0.36rem;
}
.oula_link ul li img:hover{
    opacity: 1;
}
.oula_link ul li:nth-of-type(1) {
  width: 1.2rem;
}
.oula_link ul li:nth-of-type(3) {
  width: 1.1rem;
}
.oula_link ul li:nth-of-type(5) {
  width: 1.2rem;
}
.oula_link ul li:nth-of-type(7) {
}
.oula_link ul li:nth-of-type(9) {
  width: 0.45rem;
  margin-right: 0;
}

.oula_link ul .link_line{
    background-color: rgba(255, 255, 255, 0.2);
    width: 0.02rem;
    height: 0.25rem;
}

@media (max-width: 767px) {
.oula_link {
  width: 100%;
  height: 1rem;
  background-color: #605e5a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .6rem;
  box-sizing: border-box;
}
.oula_link div {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.17rem;
  display: none;
}
.oula_link ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}
.oula_link ul li {
  margin-right: 0;
  position: relative;
}
.oula_link ul li img {
  width: 100%;
  opacity: .5;
  transition: all .3s;
}
.oula_link ul li:nth-of-type(4) img{
    width: 100%;
}
.oula_link ul li img:hover{
    opacity: 1;
}
.oula_link ul li:nth-of-type(1) {
  width: 1.3rem;
}
.oula_link ul li:nth-of-type(3) {
  width: 1.14rem;
}
.oula_link ul li:nth-of-type(5) {
  width: 1.22rem;
  margin-right: 0;
}
.oula_link ul li:nth-of-type(7) {
  width: 0.35rem;
  margin-right: 0;
}
.oula_link ul li::after {
  position: absolute;
  content: "";
  display: none;
  background-color: rgba(255, 255, 255, 0.2);
  width: 0.02rem;
  height: 0.25rem;
  right: -35%;
  top: 50%;
  transform: translateY(-50%);
}
.oula_link ul li:nth-last-of-type(1)::after {
  display: none;
}
}