/*=================================
=================== 公共 =============
====================================*/

/*=====标签样式重置=====*/
body{
  line-height: 170%;
  font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  color: #575757;
  font-size: 14px;
  padding: 10px 10%;
}

a{
  color: #575757;
  text-decoration: none;
}
a:hover,* a:hover{
  text-decoration: none;
  color: #f0b800 !important;
}
h1,h2,h3{
  margin-top: 15px;
  margin-bottom: 5px;
}
h1,h2,h3,h1 a,h2 a, h3 a{
  color: #353535;
}
h1{
  font-size: 22px;
}
h2{
  font-size: 18px;
}
h3{
  font-size: 14px;
  margin: 5px 0;
}
p{
  margin: 0;
}
.option-box{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}
.option-box .open,
.option-box .close{
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background-color: rgba(0,0,0,.1);
  font-size: 12px;
}
.option-box .open:hover,
.option-box .close:hover{
  background-color: rgba(0,0,0,.4);
  color: #fff;
}
p a{
  color: #1a1a1a;
}
.option-box .close,.content{
  display: none;
}
.content{
  margin-bottom: 15px;
  color: #777;
  font-size: 12px;
}
.content span{
  color: #353535;
  font-weight: bold;
}
