.Share_btn2 {
    width: 73px;
    height: 26px;
    position: relative;
    background-color: #eeeeee;
    padding: 0 8px;
    font-size: 12px;
    color: #f48a30;
    line-height: 26px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #dddddd;
}
.Share_btn2::after{
	content: "";
	position: absolute;
	width:0px;
	height: 0px;
	background-image: url(../img/icon2.png);
	    background-position: -58px -71px;
	    left: 6px;
	    top: 7px;
	
}

.Policy_paly_box_ctn{
	overflow: hidden;
	margin-bottom: 20px;
}
.Policy_paly_box_ctn_title{
	font-size:24px;
	color: #f12234;
	float: left;
}
.Policy_paly_box_txt{
	float: left;
	font-size: 18px;
	color: #444;
	margin: 3px 0 0 3px;
}

  @media only screen and (max-width: 770px) { 
.Policy_paly_box_ctn_title{
		font-size: 22px;
	}
	.Policy_paly_box_txt{
		font-size: 16px;
	}
}