/*初始化样式*/a, a:hover, a:link, a:active {  text-decoration: none;  color: #333;  cursor: pointer;}ul, li {  list-style: none;}/** {  margin: 0;  padding: 0;}*/body {  background: #fff;}#topnav {  width: 100%;  background: #f5f5f5;}#topnav .topcenter {  width: 1200px;  margin: 0 auto;  overflow: hidden;}#topnav .topcenter .title {  font-size: 12px;  line-height: 30px;  height: 30px;  color: #6C6C6C;  float: left;  font-weight: 500;}#topnav .topcenter .rightbox {  float: right;  overflow: hidden;  line-height: 30px;}#topnav .topcenter .rightbox .loginRegister {  float: left;  margin-right: 15px;}#topnav .topcenter .rightbox .loginRegister a {  font-size: 12px;  color: #6C6C6C;  margin-left: 10px;}#topnav .topcenter .rightbox .userInfo {  float: left;  margin-right: 15px;}#topnav .topcenter .rightbox .userInfo a {  font-size: 12px;  color: #6C6C6C;  margin-left: 10px;}#topnav .topcenter .rightbox .userInfo a:hover {  color: #ff5500;}#topnav .topcenter .rightbox .userInfo a:hover i {  opacity: 0.8;}#topnav .topcenter .rightbox .userInfo a i {  font-size: 14px;  margin-right: 5px;  color: #ff5000;  display: none;}#topnav .topcenter .rightbox a.help {  float: left;  color: #6C6C6C;  font-size: 12px;  margin-right: 12px;  user-select: none;}#topnav .topcenter .rightbox a.help.statement{  color: red;}#topnav .topcenter .rightbox a.help:last-child{  margin-right: 0;}#topnav .topcenter .rightbox a.help:hover{  color: #ce0505;}#topnav .topcenter .rightbox a.Adve {  float: left;  color: #6C6C6C;  font-size: 12px;  margin-left: 15px;}