<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,
html {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666;
	overflow-x: hidden;
}
@font-face {
	font-family:Modern;
	src: url("../fonts/Modern.ttf");
}
@font-face {
	font-family:Arial;
	src: url("../fonts/Arial.ttf");
}
* {
	margin: 0px;
	padding: 0px;
}

ul,
li {
	list-style: none;
}
input,section,option{
	outline-style: none;
}
textarea {
	border: 1px solid #ccc;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	cellspacing: 0px;
	cellpadding: 0px;
}

img {
	border: none;
	max-width: 100%;
	display: block;
}
video{
	display: block;
}
a {
	text-decoration: none;
}
a:hover,
a:active {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	cursor: pointer;
}
.box {
	width: 75%;
	margin: 0 auto;
	/*min-width: 1200px;*/
}
.clear {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*.hide {
	display: none;
}*/
.clearfix {
	*zoom: 1;
}

h2{
	font-size: 48px;
	font-weight: normal;
}
h3{
	font-size: 36px;
	font-weight: normal;
}
h4{
	font-size: 30px;
	font-weight: normal;
}
h5{
	font-size: 24px;
	font-weight: normal;
}
h6{
	font-size: 18px;
		font-weight: normal;
}
span{
	font-size: 14px;
}
p{
	font-size: 16px;
}


/*侧边栏开始*/
/*.rightNav{
 position: fixed;
 top: 50%;
 right: -10px;
 z-index: 222;
 margin-top: -122.5px;


}
.rightNav a{
    width: 80px;
    display: block;
    font-size: 13px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 5px 0 0 5px;
    padding: 12px 0;
    background: #ffffff;
    
}
.rightNav&gt;div:nth-child(2){
	margin: 7px 0;
}
.rightNav a img{
    margin: 0 auto ;
    display: block;
}
.rightNav a p{
   font-size: 14px;
   color: #333333;
}
.rightNav a:nth-child(2n) .rightNav_list{
 margin: 7px 0;
}


.rightNav a:hover{
  padding-right: 10px;
}
*/







#side {
    position: fixed;
    right: 0;
    top: 50%;
   transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}
#side li {
    float: right;
    clear: both;
    position: relative;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
#side li{
	margin-bottom: 7px;
}
#side li:last-child{
	margin-bottom: 0;
}
#side li a {
    padding: 12px 0;
    width: 90px;
    display: block;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 5px 0 0 5px;
    background: #ffffff;
    color: #333333;
}
#side li a img {
    margin: 0 auto 3px;
    display: block;
}

#side li:hover a{
    padding-right: 10px;
}

</pre></body></html>