* {
	margin: 0px; padding: 0px;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.float-right-box {
	transition:width 0.3s; top: 50%; width: 250px; right: 0px; margin-top: 0px; position: fixed; z-index: 1000000000; background-color: rgb(25, 25, 25);
}
.float-right-box.on {
	width: 50px;
}
.float-right-box .top-list {
	width: 100%;
}
.float-right-box .top-list ul {
	width: 100%;
}
.float-right-box .top-list li {
	transition:background 0.3s; width: 100%; height: 50px; border-bottom-color: rgb(59, 59, 59); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.float-right-box .top-list a {
	width: 100%; display: block;
}
.float-right-box .top-list .ico {
	transition:background 0.3s; top: 0px; width: 50px; height: 50px; right: 0px; display: inline-block; position: absolute; z-index: 2;
}
.float-right-box .top-list .ico2 {
	background: url("../images/ico_59.png") no-repeat center rgb(25, 25, 25);
}
.float-right-box .top-list .ico3 {
	background: url("../images/ico_60.png") no-repeat center rgb(25, 25, 25);
}
.float-right-box .top-list .ico5 {
	background: url("../images/ico_62.png") no-repeat center rgb(25, 25, 25);
}
.float-right-box .top-list .ico7 {
	background: url("../images/ico_69.png") no-repeat center rgb(25, 25, 25);
}
.float-right-box .top-list .ico9 {
	background: url("../images/ico_70.png") no-repeat center rgb(25, 25, 25);
}
.float-right-box .top-list .ico10 {
	background: url("../images/ico_71.png") no-repeat center rgb(25, 25, 25);
}
.float-right-box .top-list .stt {
	transition:color 0.3s; left: 28px; top: 0px; width: 222px; color: rgb(255, 255, 255); line-height: 50px; font-size: 14px; display: inline-block; position: absolute; z-index: 1; cursor: pointer;
}
.float-right-box .top-list li:hover .stt {
	color: rgb(21, 25, 30);
}
.float-right-box .top-list li:hover .ico2 {
	background: url("../images/ico_59_h.png") no-repeat center rgb(255, 255, 255);
}
.float-right-box .top-list li:hover .ico3 {
	background: url("../images/ico_60_h.png") no-repeat center rgb(255, 255, 255);
}
.float-right-box .top-list li:hover .ico5 {
	background: url("../images/ico_62_h.png") no-repeat center rgb(255, 255, 255);
}
.float-right-box .top-list li:hover .ico7 {
	background: url("../images/ico_69_h.png") no-repeat center rgb(255, 255, 255);
}
.float-right-box .top-list li:hover .ico9 {
	background: url("../images/ico_70_h.png") no-repeat center rgb(255, 255, 255);
}
.float-right-box .top-list li:hover .ico10 {
	background: url("../images/ico_71_h.png") no-repeat center rgb(255, 255, 255);
}
.float-right-box .top-list li:hover {
	background-color: rgb(255, 255, 255);
}
.float-right-box .top-list .return-webtop .stt {
	font-family: "Arial"; font-weight: bold;
}
.float-right-box .bot-share {
	height: 50px; position: relative;
}
.float-right-box .bot-share a {
	margin: 0px; padding: 0px; transition:background 0.3s; width: 50px; height: 50px; float: left; display: inline-block;
}
.float-right-box .bot-share .share {
	left: 0px; top: 0px; width: 200px; position: absolute; z-index: 1;
}
.float-right-box .bot-share .sina {
	background: url("../images/ico_63.png") no-repeat center;
}
.float-right-box .bot-share .wx {
	background: url("../images/ico_64.png") no-repeat center;
}
.float-right-box .bot-share .more {
	background: url("../images/ico_66.png") no-repeat center;
}
.float-right-box .bot-share a:hover {
	background-color: rgb(82, 83, 84);
}
.float-right-box .bot-share .share-ico {
	background: url("../images/ico_67.png") no-repeat center rgb(25, 25, 25); width: 50px; height: 50px; display: inline-block; position: relative; z-index: 2; cursor: pointer;
}
.float-right-box .top-list li .weix {
	position: relative;
}
.float-right-box .sidebox {
	background: rgb(25, 25, 25); transition:0.1s; top: 0px; width: 120px; right: 250px; display: none; position: absolute; z-index: 10;
}
.float-right-box .sidebox img {
	margin: 5px auto; width: 110px; height: 110px; display: block;
}
