.left_icon,.right_icon{
			position:absolute;
			width:40px;
			height:40px;
			line-height:40px;
			text-align:center;
			border-radius:100%;
			background:#ddd;
		}
		.left_icon{
			top: 105px;
			left: -18px;
		}
		.right_icon{
		    top: 105px;
			right: -18px;
		}
		.left_icon>i,.right_icon>i{
			font-size:30px;
			color:#fff;
			margin:0;
			margin-top:4px;
		}
		.two_icon_chart{
			position:absolute;
			right:15px;
			top:0;
		}
		.two_icon_chart>div{
			float:left;
			color:#F6C303;
			font-size:16px;
			height:30px;
			line-height:30px;
			position:relative;
			top:5px;
		}
		.two_icon_chart>div>i{
			color:#F6C303;
			font-size:25px;
			position:relative;
			top:3px;
		}
		.more_phone{
		position:absolute;
		top:48px;
		width:207px;
		left:0;
		background: #fff;
		padding:10px;
		z-index:99;
		display:none;
	}
	.more_phone>div{
		width:100%;
		text-align: center;
		height:30px;
		line-height:30px;
		font-size:16px;
	    color: #666;
	}
	.more_phone:before{
	    content: ' ';
	    position: absolute;
	    width: 160px;
	    height: 1px;
	    top: 6px;
	    left: 32px;
	    background: #EFEFEF;
	}