﻿@charset "utf-8";
/*右侧悬浮*/
.side-bar {
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	position: fixed;
	top: 140px;
	right: 0;
	z-index: 998;
	text-align: right;
}
.side-bar .wrp {
	background: #fa671f;
	margin-top: 2px;
}

.side-bar .wrp .wrp_img {
	width: 120px;
	height: 120px;
	background: #fff;
}

.side-bar .wrp img {
	width: 110px;
	height: 110px;
	padding: 0 5px;
	vertical-align: top;
}

.side-bar p {
	text-align: center;
	margin: 0;
	padding: 0px 0;
	line-height: 20px;
	color: #FFFFFF;
}

a.btn_close {
	color: #555555;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	border: 1px solid #E9E9E9;
	margin-bottom: 2px;
	text-decoration: none;
}
@media screen and (max-device-width: 1025px) {
    .side-bar{display: none;}
}