@charset "UTF-8";.mod_bar {    height: 65px;    line-height: 65px;    background-color: #323232;    position: fixed;    bottom: 0;    width: 100%;    max-width: 750px;    color: #fff;	font-size: 15px;}@media(min-width:768px) {    .mod_bar {        display:none;    }}.mod_bar2 {	text-align: center;    position: fixed;    right: 0;    top: 50%;    font-size: 15px;    height: 190px;    margin-top: -95px;}@media(max-width:768px) {    .mod_bar2 {        display:none;    }}/*微信图标*/.logo {	float: left;	margin-left: -10px;}.logo img {	width: 45px;	vertical-align: middle;}.logo p {    color:#b8a17d;     margin-top: -88px;    margin-left: 88px;    line-height: 88px;    font-weight: bold;}.logo span img {    width: 15px;    border-radius: 5px;    padding: 5px 0;    position: fixed;    left: 52px;}.logo2 {    line-height: 10px;    background-color:#ffffff;    padding: 8px;}.logo2 img {	width: 100px;	vertical-align: middle;}.logo2 p {	color: #42b131;    font-weight: bold;}.logo2 span img {    width: 15px;    border-radius: 5px;    padding: 2px 0;    position: fixed;    right: 35px;}/*添加关注*/.btn-wechat {	color: #b8a17d;	text-align: center;	height: 32px;	line-height: 32px;	padding: 0 10px;	margin-top: 16px;	margin-right: 18px;	float: right;    font-size: 14px;    border: 1px solid #b8a17d;	display: block;    text-decoration: none;}.btn-wechat2 {	color: #fff;	height: 32px;	line-height: 32px;	padding:0 10px;	background:#42b131;	text-decoration: none;	cursor: pointer;}