/*右侧固定浮动  右侧浮动代码3 2025.12.7新增 */
.fixedbox { position:fixed; right: 0; bottom: 30px; z-index: 9999; width: 250px; height: 516px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; color: #c68616; font-weight: bold; }
.fixedbox div img { margin: 8px 0;}
.fixedbox div p { line-height: 14px; line-height: 18px; }
.fixedcnt { width: 160px; margin: 110px 0 0;  }
.fixedbox .code { margin: 0 auto 10px; }
.fixedbox .code img { width: 105px; height: 105px; }
.fixedbox .top { width: 160px; height: 55px; bottom: 50px; position: absolute; }
.fixedbox .top a { width: 160px; height: 55px; display: block; }
.h5bar{ width:202px; height:520px; float:right; background: url(../images/fixedboxbg.png) no-repeat; z-index: 9; position: absolute; left: 48px; }
.h5open{ position:fixed; z-index:99999; bottom: 30px; right:0px; height:340px; width:48px; padding: 180px 0 0; text-align: center; background: url(../images/btn.png) no-repeat; }
.h5close{ height:340px; width:48px; padding: 180px 0 0; background: url(../images/btn.png) no-repeat; text-align:center; float:left; margin:0; position: absolute; z-index: 99;}
.h5btn{ font-size:14px; line-height:16px; color:#cdcdcd; cursor:pointer; }
a.h5btn { height: 100px; width: 30px; margin-left: 15px; display: block; }
