/*侧边栏*/
.rightFixs1{position: fixed;left: 0;top:28%;z-index: 30;width:70px;}
.rightFixs1 a{display: block;width: 70px;height: 56px;background: #a7a7a7;color: #fff;text-align: center;font-size: 12px;padding-top: 12px;transition: .3s;position: relative; opacity:.8;line-height: 1.6em;text-decoration: none;}
.rightFixs1 a:after{content: '';height: 1px;width: 50px;position: absolute;left: 50%;margin-left: -25px;bottom: 0;background: #848484;}
.rightFixs1 a:first-child{}
.rightFixs1 a:last-child{}
.rightFixs1 a i{display: block;font-size: 30px;margin-bottom:3px;}
.rightFixs1 a i img{ width:30px}
.rightFixs1 a:hover{background: #848484;}
.rightFixs1 a:hover:after{display: none;}
.rightFixs1 a:hover i{transform: rotateY(360deg);transition: .5s;}
.rightFixs1 a.totop{height: auto;/* padding: .12rem 0; */}
.rightFixs1 a.totop:hover{background: #848484;}
.rightFixs1 a.hidebtn:hover{background: #848484;}
.rightFixs1 a.totop:after{display: none;}
.rightFixs1 a.hidebtn:after{display: none;}
.rightFixs1 a.hidebtn{height: auto;padding:0 0 .12rem ;}
.rightFixs1.show a{transform: translateX(0);}
.hidess{width: 37px;height:215px;position: fixed;left: -40px;top:40%;background: url(images/ribtn.png) no-repeat center;background-size: 100% 100%;z-index: 10;cursor: pointer;}



