section.sidebar {
  width: 0.52rem;
  background-color: #ffffff;
  border-radius: 0.1rem 0rem 0rem 0.1rem;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -1.19rem;
  z-index: 2;
}
section.sidebar .list {
  background-color: #f68a23;
  border-radius: 0.1rem 0rem 0rem 0.1rem;
  padding: 0.1rem 0 0.06rem;
}
section.sidebar .list .cooperationBox,
section.sidebar .list .demonstrationBox,
section.sidebar .list .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 0.13rem;
  width: 0.4rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.04rem;
}
section.sidebar .list .cooperationBox > i,
section.sidebar .list .demonstrationBox > i,
section.sidebar .list .topBox > i {
  margin-bottom: 0.08rem;
}
section.sidebar .list .cooperationBox > .text,
section.sidebar .list .demonstrationBox > .text,
section.sidebar .list .topBox > .text {
  width: 0.26rem;
  line-height: 0.14rem;
  font-size: 0.12rem;
}
section.sidebar .list .cooperationBox {
  height: 0.71rem;
  position: relative;
  cursor: default;
  margin: 0 auto 0;
}
section.sidebar .list .cooperationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .cooperationBox:hover .hoverList {
  display: block;
}
section.sidebar .list .cooperationBox .hoverList {
  width: 1.84rem;
  height: 3.56rem;
  background-color: #f68a23;
  border-radius: 0.1rem;
  padding: 0.3rem 0.2rem 0.2rem;
  position: absolute;
  left: -1.94rem;
  top: 0;
  display: none;
}
section.sidebar .list .cooperationBox .hoverList h4 {
  color: #ffffff;
  font-size: 0.18rem;
  margin-bottom: 0.22rem;
  text-align: center;
}
section.sidebar .list .cooperationBox .hoverList ul li {
  background-color: #ffa87c;
  border-radius: 0.04rem;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sidebar .list .cooperationBox .hoverList ul li:hover {
  background-color: #ffb894;
}
section.sidebar .list .cooperationBox .hoverList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.44rem;
  height: 0.4rem;
  padding: 0.1rem 0.14rem;
  border-radius: 0.04rem;
}
section.sidebar .list .cooperationBox .hoverList ul li img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
section.sidebar .list .cooperationBox .hoverList ul li span {
  display: block;
  font-size: 0.14rem;
  color: #ffffff;
}
section.sidebar .list .cooperationBox .hoverList .button {
  display: block;
  width: 1.44rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  color: #f68a23;
  font-size: 0.14rem;
  margin-top: 0.36rem;
}
section.sidebar .list .cooperationBox .hoverList .button:hover {
  background-color: #e8e8e8;
}
section.sidebar .list .cooperationBox .hoverList::after {
  content: "";
  height: 0.9rem;
  width: 0.14rem;
  position: absolute;
  right: -0.14rem;
  top: 0;
}
section.sidebar .list .cooperationBox:hover .cooperation {
  background: url("../img/index/sidebar/cooperation.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .cooperationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .cooperationBox::after {
  content: "";
  position: absolute;
  bottom: -0.07rem;
  left: 0;
  width: 0.4rem;
  height: 0.01rem;
  border-bottom: 0.01rem dashed #dddddd;
}
section.sidebar .list .demonstrationBox {
  height: 0.89rem;
  position: relative;
  margin: 0.18rem auto 0;
}
section.sidebar .list .demonstrationBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .demonstrationBox:hover .demonstration {
  background: url("../img/index/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .demonstrationBox:hover .text {
  color: #ffffff;
}
section.sidebar .list .demonstrationBox:hover .detailsWrapper {
  display: block;
}
section.sidebar .list .pseudoClass::after {
  content: "";
  position: absolute;
  bottom: -0.07rem;
  left: 0;
  width: 0.37rem;
  height: 0.01rem;
  border-bottom: 0.01rem dashed #dddddd;
}
section.sidebar .list .topBox {
  height: 0.45rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.15rem auto 0;
}
section.sidebar .list .topBox:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.sidebar .list .topBox:hover .top {
  background: url("../img/index/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
}
section.sidebar .list .topBox i {
  margin-bottom: 0;
}
section.sidebar .list .cooperation {
  display: block;
  background: url("../img/index/sidebar/cooperation.png") no-repeat center;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.25rem;
}
section.sidebar .list .demonstration {
  display: block;
  background: url("../img/index/sidebar/demonstration.png") no-repeat center;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.25rem;
}
section.sidebar .list .top {
  display: block;
  background: url("../img/index/sidebar/top.png") no-repeat center;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.25rem;
}
section.sidebar .list p {
  color: #ffffff;
  font-size: 0.12rem;
}
section.sidebar .detailsWrapper {
  width: 3.36rem;
  height: 3.56rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  padding: 0.3rem;
  -webkit-box-shadow: 0rem 0.04rem 0.1rem 0.02rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.04rem 0.1rem 0.02rem rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -3.46rem;
  top: 0rem;
  display: none;
}
section.sidebar .detailsWrapper::after {
  content: "";
  width: 0.14rem;
  height: 0.9rem;
  position: absolute;
  right: -0.14rem;
  top: 0;
}
section.sidebar .detailsWrapper > ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
}
section.sidebar .detailsWrapper > ul li > div {
  font-size: 0;
}
section.sidebar .detailsWrapper > ul li > img {
  margin-right: 0.13rem;
  width: 0.2rem;
  height: 0.2rem;
}
section.sidebar .detailsWrapper > ul li h6 {
  color: #333333;
  font-size: 0.14rem;
  margin-bottom: 0.14rem;
  padding-top: 0.03rem;
}
section.sidebar .detailsWrapper > ul li p,
section.sidebar .detailsWrapper > ul li a {
  color: #999999;
  font-size: 0.12rem;
}
section.sidebar .detailsWrapper > ul li p span,
section.sidebar .detailsWrapper > ul li a span {
  color: #f68a23;
}
section.sidebar .detailsWrapper > ul li .code {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  border: solid 0.01rem #dddddd;
  margin-left: 0.31rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.sidebar .detailsWrapper > ul li .code img {
  width: 1.06rem;
  height: 1.06rem;
}