.mobileBtnBox {
  display: none;
}

.pcBtnBox {
  width: 1190px;
  margin: 0 auto;
  height: 90px;
}

.pcBtnBox > .pcBtn {
  width: 530px;
  height: 70px;
  font-size: 22px;
  color: #fff;
  background: #106ccf;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  border: none;
  margin: 20px 20px 0px;
}

.pcBtnBox a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.pcBtn.pczhi {
  background-image: url("/daxueStyle/images/pczhi.png");
  background-size: 100% 100%;
}
.pcBtn.pchui {
  background-image: url("/daxueStyle/images/pchui.png");
  background-size: 100% 100%;
}
.zbimg_bottom {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  animation: goTop 2s;
  width: 1200px;
  opacity: 1;
  cursor: pointer;
  z-index: 9999999;
}

.zbimg_bottom.active {
  transition: opacity 1.2s ease-in-out, width 1.2s ease-in-out,
    right 1.2s ease-in-out, bottom 1.2s cubic-bezier(0, 0.53, 1, 1);
}

@keyframes goTop {
  0% {
    bottom: -120px;
  }

  30% {
    bottom: 0;
  }

  80% {
    bottom: 0;
  }

  100% {
    bottom: 0;
  }
}

.right_bar {
  position: fixed;
  right: 6px;
  bottom: 20%;
  z-index: 10001;
  width: 130px;
}
.right_bar a img {
  display: block;
  width: 100%;
}
/*¸ß¿¼¹¤¾ßÏä*/
.tools {
  position: fixed;
  width: 65px;
  bottom: 25%;
  left: 30px;
  padding: 40px 0 24px;
  background: #fff4ee;
  border-radius: 33px;
  border: 1px solid #ffbc98;
  z-index: 1002;
}
.tools .left-nav {
  height: 340px;
  overflow: hidden;
}
.tools .left-nav .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.tools .left-nav .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  flex-direction: column;
}
.tools .bottomIcon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 430px;
}
.tools .bottomIcon .icon_close {
  display: flex;
  width: 24px;
  height: 24px;
  background: #fff4ee;
  border: 1px solid #ffbc98;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 17px;
  color: #595959;
  cursor: pointer;
  margin: 0 auto;
}
.tools .icon_dafangxiang_up,
.tools .icon_dafangxiang_down {
  color: #595959;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 17px;
}
.tools .icon_dafangxiang_up {
  top: -32px;
}
.tools .icon_dafangxiang_down {
  bottom: 21px;
}
.tools .checkMore {
  margin-top: 36px;
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.tools .bottomIcon .downloadApp {
  margin-top: 20px;
  width: 65px;
  height: 119px;
  cursor: pointer;
}
.tools .bottomIcon .aiIcon {
  position: relative;
  margin-top: 8px;
  width: 90px;
  height: 100px;
  cursor: pointer;
}
.tools .swiper-slide {
  text-align: center;
  width: 100%;
  position: relative;
}
.tools .swiper-slide .title {
  height: 17px;
  line-height: 17px;
  margin: 1px 0 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.tools .position-box {
  position: relative;
}
.tools i {
  font-style: normal;
}
@media screen and(max-width:1600px) {
  .tools .left-nav {
    transform: scale(0.8);
  }
}
