/* 底部调整 */
footer .con .left .tp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .con .left .tp .item {
  width: 200px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #235087;
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
footer .con .left .tp .item::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 8px;
  height: 14px;
  background: url("../img/home/up_down.png") no-repeat center center / 8px 14px;
}

footer .con .left .tp .item .children {
  z-index: -1;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #1a3e69;
  /* background-color: #fff; */
  opacity: 0;
  transform: translate(0, 3px);
  transition: transform 0.3s;
}
footer .con .left .tp .item .children li {
  border-top: 1px solid #1a3e69;
  text-align: center;
  transition: all 0.3s;
}
footer .con .left .tp .item .children li:first-child {
  border-top: none;
}
footer .con .left .tp .item .children li a {
  width: 190px;
  height: auto !important;
  line-height: 20px;
  overflow: hidden;
  word-break: break-all;
  padding: 10px 5px;
  background: #235087;
}
footer .con .left .tp .item:hover .children {
  transform: translate(0, 0);
  opacity: 1;
  z-index: 9;
}
footer .con .left .bt .info .text p {
  white-space: nowrap;
}

.webkit-scrollbar::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.webkit-scrollbar::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
}

.webkit-scrollbar::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: -2px 0 0 #fff inset,
    1px 0 0 rgba(255, 255, 255, 0.9) inset,
    0 -1px 0 rgba(255, 255, 255, 0.9) inset,
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.webkit-scrollbar::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.webkit-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 0 #fff inset, 1px 0 0 #fff inset,
    0 -1px 0 rgba(255, 255, 255, 0.9) inset,
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.webkit-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.webkit-scrollbar::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.6);
}
