.aui-content-box {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background: #fff;
}

.aui-content-item-img {
  width: 98%;
  margin: 0 0 0 auto;
}

.aui-content-item-img img {
  width: 100%;
  height: 100%;
}

.aui-content-box-list ul {
  padding: 0px 0px;
}

.aui-content-box-list ul li {
  list-style: none;
  float: left;
  text-align: center;
}

.aui-content-box-list ul li a {
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
}

.aui-content-box-ovf {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-left: 0%;
  height: 90px;
}

.aui-content-box-list {
  width: 9000px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -40px;
}

.next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
}

.prev a {
  opacity: 0.6;
  background: #2f3430;
  position: absolute;
  left: 0;
  z-index: 100;
  width: 24px;
  height: 45px;
}

.next a {
  background: #2f3430;
  position: absolute;
  right: 0;
  z-index: 100;
  width: 24px;
  height: 45px;
  opacity: 0.6;
}

.prev img {
  width: 80%;
  display: block;
  border: none;
  position: absolute;
  left: 0;
  top: 12px;
}

.next img {
  width: 80%;
  display: block;
  position: absolute;
  border: none;
  top: 13px;
  right: 0;
}

.prev a:hover {
  opacity: 1;
}

.next a:hover {
  opacity: 1;
}

@media screen and (max-width: 700px) {
  .aui-content-box {
    height: 70px;
  }
  .aui-content-box-ovf {
    height: 70px;
  }
}
.service-row {
  display: flex;
  flex-direction: row;
}
.service-cell {
  background: rgb(255, 167, 70);
  border-radius: 10px;
  padding: 30px 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.service-cell-wrap {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.service-cell-wrap > .service-cell {
  flex: 0 0 27%;
  padding: 35px 0;
  margin: 0 3%;
}
.service-cell-wrap > .service-cell:nth-child(4),
.service-cell-wrap > .service-cell:nth-child(5),
.service-cell-wrap > .service-cell:nth-child(6) {
  margin-top: 10px;
}
#code_dialog_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2025;
  width: 110vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.code_dialog_content {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 200px;
  height: 220px;
  background: #fff;
  padding: 15px;
}

@media (min-width: 1480px) {
  .code_dialog_content {
    position: fixed;
    top: calc(50vh - 100px);
    right: calc(50vw - 100px);
  }
}
.code_dialog_content p {
  margin-bottom: 5px;
}
