#price .container{
	background: #fff;
}

.price-cont{
    width: 796px;
    float: left;
}
.price-cont .copyright p{
	margin-bottom: 5px;
}
.price-cont .show-xueyuan{
	text-align: right;
}
.price-cont .show-xueyuan a{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #50c645;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

.order-form {
    float: right;
    width: 374px;
    padding: 15px;
}
.order-form .city-info{
	margin-bottom: 15px;
}
.order-form .city-info.yingpin-tip{
	border-top: 1px solid #50c645;
}
.order-form .city-info h5{
	padding: 0 10px;
	font-size: 16px;
	line-height: 36px;
	border-top: 1px solid #eee;
	color: #333;
}
.order-form .city-info a{
	display: block;
	width: 100%;
	color: #666;
	line-height: 28px;
	padding: 0 10px;
	transition: .3s;
}
.order-form .city-info a:hover{
	color: #50c645;
}
.order-form .city-info p{
	padding: 5px 10px;
	line-height: 22px;
	color: #666;
}
.order-form .city-info #hot-city-box{
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
.order-form .city-info #hot-city-box .hot-city-col{
	display: table-cell;
	width: 33.33%;
}
.order-form .city-info #hot-city-box .hot-city-col a{
	text-align: center;
}
#zuojiajiao-box{
	background-color: #f2f2f2;
	padding: 24px 35px;
}
#zuojiajiao-box a{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #50c645;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}