.base-frame {
  box-sizing: border-box;
  position: relative;
  background-color: #ffffff;
  height: 250px;
}

.base-shell {
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}

.base-west-links {
  display: flex;
  align-items: center;
}
.base-west-links a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}
.base-west-links .sep {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0 22px 0 21px;
}
.base-west-tel {
  font-size: 12px;
  line-height: 20px;
  color: #0943a1;
  padding-top: 26px;
}
.base-west-tel a {
  color: #0943a1;
  text-decoration: underline;
  margin-right: 50px;
}
.base-west-legal {
  display: flex;
  padding-top: 44px;
}
.base-west-legal .legal-txt {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  padding-left: 24px;
}
.base-west-legal .legal-txt a {
  color: #999999;
}
.base-west-legal .legal-txt .z-pl-20 {
  padding-left: 20px;
}

/* 下载itunes */
.get-itun-frame {
  box-sizing: border-box;
  position: absolute;
  top: -270px;
  left: 0;
  z-index: 68;
  width: 100%;
  height: 270px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.get-itun-frame.show {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.get-itun-frame .get-itun-pool {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
}
.get-itun-pool li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 620px;
  height: 110px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0 40px 0 30px;
  margin-top: 20px;
}
.get-itun-pool li .unit-west {
  display: flex;
  align-items: center;
}
.get-itun-pool li .unit-west-txt {
  padding-left: 20px;
}
.get-itun-pool li .unit-west-txt span {
  display: block;
}
.get-itun-pool li .unit-west-txt span:nth-child(1) {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
}
.get-itun-pool li .unit-west-txt span:nth-child(2) {
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  padding-top: 6px;
}

.get-itun-pool li .unit-east {
  position: relative;
  width: 80px;
  height: 32px;
}
.get-itun-pool li .unit-east .unit-east-act {
  display: block;
  width: 80px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  background: rgba(0, 122, 255, 0.15);
  font-size: 12px;
  color: #236ee7;
  border-radius: 8px;
}
.get-itun-pool li .unit-east .unit-east-act:hover {
  background: rgba(0, 122, 255, 0.2);
}
.get-itun-pool li .unit-east .unit-float {
  top: 32px;
  right: 0;
}

/* START 下载Popover Hover */
.get-itun-pool li .unit-east:hover .unit-float {
  display: block;
  /* opacity: 1; */
  /* visibility: visible; */
}
.get-itun-pool li .unit-east:hover .unit-east-act,
.get-itun-pool li .unit-east .gen-get-float:hover ~ .unit-east-act {
  background: rgba(0, 122, 255, 0.2) !important;
}
/* END 下载Popover Hover */





