html,
body {
  margin: 0;
  padding: 0;
  height:100%;
  width:100%;
}
body {
  font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
.fixed-sidebar {
  position: absolute;
  top: 0px;
  left:calc(50% - 530px);
transform:translateX(-105%);
-webkit-transform:translateX(-105%);
  z-index: 69;
}
@media screen and (max-width:1460px) {
.fixed-sidebar{

  left:calc(50% - 400px);

}

}
@media screen and (max-height:768px) {
 .fixed-sidebar .sidebar-main ul li{
  font-size:16px;
 }
}
.fixed-sidebar .sidebar-main {
  background: #fff;
  width: 5.25rem;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20)
}
.fixed-sidebar ul li {
  font-size: 0.7rem;
  color: #6d7278;
  text-align: center;
  padding: 0.3rem 0;
  margin: 0;
  font-weight: normal;
  list-style: none;
  border-radius: 8px;
  cursor: pointer;
}
.fixed-sidebar ul li:hover {
color: #E02020;
}
.fixed-sidebar ul li.current {
    background: -webkit-gradient(linear, 0 0, 0 0, from(#881c11), to(#d50101));   
    background: -webkit-linear-gradient(left,#881c11, #d50101);   
    background: -moz-linear-gradient(left,#881c11, #d50101);   
    background: -o-linear-gradient(left,#881c11, #d50101);   
    background: -ms-linear-gradient(left,#881c11, #d50101);   
    background: linear-gradient(left,#881c11, #d50101);   
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #881c11, endColorstr = #d50101);
  color:#fff;
  font-weight:600;
}
.fixed-sidebar ul li.has-sub.current {
  background: #fff;
}
.sub-name:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0.4rem;
    top: 0.7rem;
    background: url(https://p3.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/sidebar-arrowLeft.png) no-repeat left top/100% auto;
}
.fixed-sidebar ul li.has-sub.current .sub-name:before {
    top: 0.8rem;
    background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/sidebar-arrow1.png) no-repeat left top/100% auto;
}
.fixed-sidebar ul li.has-sub.current .sub-name.fold:before {
    background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/sidebar-arrow.png) no-repeat left top/100% auto;

}
.fixed-sidebar ul li .sub-name {
  cursor: pointer;
  position: relative;
  padding: 0.423rem 0 0.423rem 0.2rem;
  margin: 0.2rem 0;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: normal;
}
.fixed-sidebar ul li.has-sub {
 margin:0;
 padding:0;
}
.fixed-sidebar ul li.current .sub-name {
    background: -webkit-gradient(linear, 0 0, 0 0, from(#881c11), to(#d50101));   
    background: -webkit-linear-gradient(left,#881c11, #d50101);   
    background: -moz-linear-gradient(left,#881c11, #d50101);   
    background: -o-linear-gradient(left,#881c11, #d50101);   
    background: -ms-linear-gradient(left,#881c11, #d50101);   
    background: linear-gradient(left,#881c11, #d50101);   
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #881c11, endColorstr = #d50101);
  color:#fff;
}
.fixed-sidebar ul li span {
  display:block;
}
.fixed-sidebar .sub {
    display:none;
}
.fixed-sidebar .sub li {
  font-size: 0.55rem;
  text-align: left;
  padding-left: 1.1rem;
  position: relative;
}
.fixed-sidebar .sub li.current {
  color:#99150d;
   background: #fff;
}
.fixed-sidebar ul li.current.hounor {
  color:#99150d;
   background: #fff;
}
.fixed-sidebar .sub li.current:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0.4rem;
    top: 0.6rem;
    background:#fff url(https://p3.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/sidebar-start.png) no-repeat left top/100% auto;
}
.fixed-sidebar .sidebar-foot {
  text-align:center;
  margin: 0.5rem auto;
}
.fixed-sidebar .sidebar-btn {
    display: inline-block;
    margin: 0;
    padding: 0;
  width: 2.2rem;
  height: 2.2rem;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    opacity: 0.3;
background:url(https://p3.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/sidebar-msg1.png) no-repeat center/cover;
}
.fixed-sidebar .sidebar-btn:last-child {
    margin-left: 0.3rem;
background:url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEQtffUjMmCIf5SiVByWtc210518/sidebar-share1.png) no-repeat center/cover;
}
.fixed-sidebar .sidebar-btn:hover,.fixed-sidebar .sidebar-btn:focus {
   opacity: 1;
}
