.frame_box {
	width: 140px;
	height: 350px;
	background: url(../images/left_tel_bg.png) no-repeat 0 0;
	position: fixed;
	top: 30%;
	left:0;
	z-index: 10;
}

.phone {
	width: 120px;
	margin: 85px auto;
}

.phone p {
	text-align: center;
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 7px;
}

.tell {
	width: 120px;
	height: 23px;
	border: 1px solid #10854b;
	padding-left: 8px;
	margin: 10px 0;
}

.left-btn {
	width: 120px;
	height: 25px;
	background-color: #ffff00;
	display: block;
	text-align: center;
	line-height: 25px;
	margin-bottom: 5px;
	color: #604600;
	cursor: pointer;
}

#close {
	cursor: pointer;
}

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

#close {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 38px;
	right: 5px;
	color: #604600;
}

.icon {
	width: 77px;
	height: 52px;
	position: fixed;
	top: 40%;
	left: 10px;
	z-index: 9999;
	display: none;
}

.icon img {
	cursor: pointer;
}

.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;
}
