@charset "utf-8";

.mainTitle {
	max-width:442px;
	width:100%;
	height:130px;
	text-align:left;
/*	background-color:#999;*/
	background:rgba(0,0,0,0.6);
	padding-top:32px;
	padding-left:23px;
	padding-right:13px;
}
.title17 {
	font-size:17px !important;
	color:#2f353d !important;
}
.newBox {
	padding-top:50px !important;
}
@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
	.mainTitle {
		max-width:342px !important;
	}
	.newBox {
		padding-top:0px !important;
	}
	.paddSwap {
		padding-bottom:0px !important;
		padding-top:26px !important;
	}
}
.bgGray {
	background-color:#f1f4f9;
}
.noMinHeight {
	min-height:300px !important;
	overflow:hidden;
}
