.content{
	background-color: #fff;
	padding-top: 16px;
	height: 425px;
}
.content .content-left{
	width: 210px;
	height: 80px;
	line-height: 60px;
	background-color: #f2f2f2;
	color: #f45c01;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
.content .content-left .content-left-content{
	background-color: #fff;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px 0 0 3px;
}
.content .content-left .content-left-content .iconfont{
	font-size: 24px;
	font-weight: bold;
	margin:0 10px ;
}
.content .content-right{
	color: #808080;
	font-size: 12px;
	margin-top: 16px;
	margin-left: 158px;
}
.content .content-right .content-right-item:first-child{
	margin-bottom: 28px;
}
.content .content-right .pay-money-box{
	width: 480px;
	height: 80px;
}
.content .content-right .pay-money-box span{
	border: 1px solid #c9c9c9;
	margin-top: -1px;
	margin-left: -1px;
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.content .content-right .pay-money-box .pay-money-other{
	background-color: #f1f1f1;
}
.content .content-right .pay-money-box .pay-money-other input{
	width: 60px;
	line-height: 20px;
	margin: 0px 4px 4px 4px;
	border: 1px solid #c9c9c9;
	color: rgb(128,128,128);
	text-align: center;
}
.content .content-right .pay-money-box span.money-checked{
	border: 2px solid #67cd0d;
	background: url(../images/selected_input.gif) no-repeat;
	background-position: 89px 9px;
	position: relative;
	line-height: 36px;
}
.content .content-right .bili{
	color: #f4810d;
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
	line-height: 26px;
}
.content .content-right .btn{
	display: block;
    width: 212px;
    height: 48px;
    line-height: 24px;
    margin: 50px auto 0;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background: #f4810d;
    color: #fff;
    border-radius: 5px;
}
.shade{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.shade .shade-content{
	width: 280px;
	height: 280px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	position: relative;
}
.shade .shade-content .pay-code{
	display: block;
	margin: 0 auto;
	width: 180px;
	/*height: 180px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.shade .shade-content .close{
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 24px;
	color: #777;
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	width: 23px;
	height: 22px;
	margin-left: 0;
	line-height: 22px;
	cursor: pointer;
	text-align: center;
}
.shade .shade-content .close:hover{
	color: #2e8eed;
}