.isc-robot-section .robot-mark {
  z-index: 700;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}
.isc-robot-section .robot-title {
  z-index: 900;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 160px;
  width: 1000px;
  height: 60px;
  margin: 0 auto;
}
.isc-robot-section .robot-title .robot-close-btn {
  position: absolute;
  right: 0px;
  width: 60px;
  height: 60px;
  background: url(../../images/home/robot-close.svg) center center no-repeat;
  cursor: pointer;
}
.isc-robot-section .robot-frame {
  z-index: 800;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 160px;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}
/* fixed side items */
.fixed-side-items {
  position: fixed;
  z-index: 500;
  right: 85px;
  top: calc(50% + 60px);
  left: 90%;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.35s ease-in-out;
  /* Opera */
}
.fixed-side-items.show {
  display: block;
}
.fixed-side-items .item {
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-image: linear-gradient(251deg, #0074C9 0%, #004098 100%);
  box-shadow: 2px 3px 5px 0 rgba(0, 64, 152, 0.45);
  color: #fff;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease-in-out;
  /* Safari 和 Chrome */
  -o-transition: all 0.35s ease-in-out;
  /* Opera */
}
.fixed-side-items .item:hover {
  background-image: linear-gradient(251deg, #004098 0%, #0074C9 100%);
}
.fixed-side-items .item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.fixed-side-items .item.online-port-service a {
  background: transparent url('/images/panhub/home/customer-service.png') no-repeat center;
  background-size: 45%;
}
.fixed-side-items .item.online-service a {
  background: transparent url('/images/panhub/home/online-service.svg') no-repeat center;
  background-size: 45%;
}
.fixed-side-items .item.feedback a {
  background: transparent url('/images/panhub/home/side-feedback.svg') no-repeat 55% center;
  background-size: 35%;
}
.fixed-side-items .item.to-top a {
  background: transparent url('/images/panhub/home/side-top.svg') no-repeat 55% center;
  background-size: 35%;
}
.fixed-side-items .item .holiday-schedule {
  position: absolute;
  left: -48px;
  top: -78px;
}
.fixed-side-items .item .jie-jia-ri {
  position: absolute;
  left: -44px;
  top: -62px;
  z-index: 200;
}
.fixed-side-items .item .jie-jia-ri .qi-qiu {
  width: 150px;
  height: 80px;
  background-image: url(../../images/panhub/homeV3/home-qiqiu-2.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 201;
}
