.frame_box {
	width:165px;
	height:254px;
	background: url(../images/leftbar_bg.png) no-repeat 0 0;
	position: fixed;
	top: 50%;
	left:0;
	z-index: 999;
	padding-top: 138px;
	margin-top: -196px;
}

.frame_box p {
	text-align: center;
	line-height:1;
	color: #fff;
	font-size: 14px;
	margin:12px 0 0 0;
}

.tell {
	background: transparent;
	width: 151px;
	height: 31px;
	padding:2px;
	border: none;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	line-height:31px;
	text-align: center;
}

.left-btns{
	margin-top: 17px;
}

.left-btn {
	width:100px;
	height: 34px;
	background:transparent;
	font-size: 14px;
	color:rgba(0,0,0,0.88);
	line-height:34px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding-left: 35px;
}

.left-btn:hover{
	color: #000;
}

.hand {
	background: url("../images/hand.png") no-repeat 0 0;
	width:22px;
	height:24px;
	margin:15px auto 0;
}

.rightbar {
	background: url(../images/rightbar-bg.png) no-repeat 0 0;
	width: 134px;
	height: 516px;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -258px;
	z-index: 9999;
	padding-top: 163px;
}
.rightbar-btn{
	background: url(../images/rightbar-btn.png) no-repeat 0 0;
	width: 120px;
	height: 35px;
	border: none;
	font-size: 18px;
	color: #403400;
	font-weight:600;
	display: block;
	margin: 0 0 4px 13px;
}
.rightbar-btn:hover{
	color: #76120d;
}
