.account-number-box {
	width: 1200px;
    padding-bottom: 50px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 1000px;
}


.account-number-list {
	width: 1100px;
	margin-left: 100px;
	margin-top: 20px;
}

.account-number-list > p {
	width: 100%;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	padding: 6px 0;
	font-weight: bold;
}

.account-number-list .number-list-es {
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.number-list-es > li {
	width: 300px;
	margin-right: 50px;
	margin-bottom: 15px;
	background: #FFB000;
	float: left;
	/*height: 130px;*/
}

.number-list-es > li:nth-child(3n+3){
	margin-right: 50px;
}

.number-list-es1 > p {
	width: 75%;
	margin-left: 55px;
	overflow: hidden;
	padding: 30px 0;
}

.number-list-es1-p > .number-list-es1-option {
	width: 18px;
	display: inline-block;
    height: 18px;
    border: 1px solid #999;
    border-radius: 2px;
    float: left;
    position: relative;
}

.number-list-es1-p > .number-list-es1-name {
	/* display: inline-block; */
	font-size: 14px;
	color: #333;
	text-align: left;
	float: left;
	margin-left: 25px;
	margin-top: 2px;
	/*height: 40px;*/
	line-height: 20px;
	width: 70%;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}

.number-list-es1-option > img {
	width: 100%;
    position: absolute;
    top: -5px;
    left: 5px;
    display: none;
}

.bg-Calss{
	background: #FFB000!important;
}

.name-Class{
	color: #FFF!important;
}

.bor-Class{
	border: 1px solid #FFF!important;
	background: #FFF;
}

.back_yu{
	color: #FFF!important;
	background: #FFFFFF;
	border: none !important;
}
