.content{
    width: 1200px;
    margin: 30px auto 100px;
    overflow: hidden;
}
.rightContent{
	width: 1035px;
    float: right;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background-color: #fff;
    min-height: 400px;
}

/*0725新增*/
.rightHeader{
    width:970px;
    height:34px;
    margin:20px auto;
}
.rightHeader>*{
    float:left;
}
#getAllSelectedId,#btnSearch{
    width:100px;
    height:30px;
    border-radius: 2px;
    background-color: rgb(247,151,0);
    background-image: -moz-linear-gradient( 164deg, 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 164deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 164deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    box-shadow: 0px 3px 8px 0px rgba(231, 140, 7, 0.4);
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}
#getAllSelectedId{
    margin-right:190px;
}
#selCodeGrade,#selCodeStatus{
    width:148px;
    height:32px;
    border-radius:4px;
    border:1px solid #222;
    margin-right:40px;
}
#txtCurrentPhone{
    width:148px;
    height:30px;
    border-radius:4px;
    border:1px solid #222;
    text-indent:1em;
    margin-right:20px;
}






.vipCodeLsits{
	width: 970px;
	border: 1px solid rgb(210, 210, 210);
	margin:30px auto;
}
.vipCodeList{
	border-bottom: 1px solid rgb(210,210,210);
	overflow: hidden;
}
.vipCodeList:last-of-type{
	border: 0;
}
.vipCodeList_1{
	height: 40px;
	background-color: #efefef;
	font-weight: 600;
	line-height: 40px;
}
.vipCodeList_2{
	height: 85px;
	background-color: #fff;
	line-height: 85px;
}
.vipCodeList_2>li{
	height: 85px;
}
.vipCodeList_2 input[type=button]{
	border-radius: 2px;
	background-color: rgb(247,151,0);
    background-image: -moz-linear-gradient( 164deg,  0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 164deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 164deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    box-shadow: 0px 3px 8px 0px rgba(231, 140, 7, 0.4);
    width: 110px;
  	height: 34px;
  	color: #fff;
  	/*margin:25px 30px auto;*/
    margin:25px 10px;
  	cursor: pointer;
}

.vipCodeList>li{
	font-size: 14px;
	color: #444;
	float: left;
	text-align: center;
}
.vipCodeList>li:nth-of-type(1){
	width: 45px;
}
.vipCodeList>li:nth-of-type(2){
	width: 230px;
}
.vipCodeList>li:nth-of-type(3){
	width: 100px;
}
.vipCodeList>li:nth-of-type(4){
	width: 110px;
}
.vipCodeList>li:nth-of-type(5){
	width: 85px;
}
.vipCodeList>li:nth-of-type(6){
	width: 130px;
}
.vipCodeList>li:nth-of-type(7){
	width: 265px;
}
/*.vipCodeList>li:nth-of-type(8){
	width: 90px;
}
.vipCodeList>li:nth-of-type(8){
	width: 190px;
}*/
.vipCodeList>li:last-of-type input[type=button]{
    float:left;
}
.vipCodeList>li:first-of-type input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
    margin:-3px 0 0 20px;
}


.vipOutput{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 1115;
}
.vipOutSucc,.vipOutputBox,.vipOutputBoxqy{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}
.vipOutputBox,.vipOutputBoxqy{
	width: 364px;
    height: 250px;
}
.vipBoxTitle{
	width: 364px;
	height: 60px;
	background-color: #f39519;
}
.vipBoxTitle>h4{
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	margin-left: 25px;
}


.vipBoxTitle>i{
	float: right;
	background-position:-30px -30px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	margin: 20px;
	background-image: url(../../img/vipCodeCenter/spirit_code.png);
}
.vipBoxContent{

}
.vipBoxList{
    width: 303px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 42px;
}
.vipBoxList:first-of-type{
	margin-top: 25px;
}
.vipBoxList>*{
	float: left;
}
.vipBoxList>h5{
	width: 70px;
	font-size: 14px;
	text-align: right;
	margin-right: 15px;
	color: rgb(68, 68, 68);
}
.vipBoxList>h4{
    width: 303px;
    font-size: 25px;
    text-align: center;
    margin-right: 15px;
    color: rgb(68, 68, 68);
}
.vipBoxList>span{
	font-size: 14px;
	color: rgb(136, 136, 136);
}
.vipBoxList>input{
	border:1px solid rgb(180,180,180);
	width: 155px;
  	height: 40px;
  	text-indent: 1em;
}
.vipBoxList>i{
	margin-left: 5px;
}

.vipBoxErr{
	width: 303px;
  	height: 24px;
  	border-radius: 2px;
  	background-color: rgb(255, 239, 239);
  	font-size: 12px;
	color: rgb(243, 75, 71);
	line-height: 2;
	margin:0 auto;
}
.vipBoxErr>*{
    float:left;
}
.vipBoxErr>i{
	/*vertical-align: middle;
	display: inline-block;*/
	background-image: url(../../img/vipCodeCenter/spirit_code.png);
	background-position:-30px -168px;
	width: 16px;
	height: 16px;
	margin-top: -2px;
}
.vipBoxButton{
	width: 303px;
	overflow: hidden;
	margin:0 auto;
}

.vipBoxButton>input[type=button]{
	width: 130px;
	height: 40px;
	border-radius: 4px;
	font-size: 20px;
	background-color: #fff;
}
.vipBoxButton>input[value="确认"]{
	float: left;
	color: #444;
	border: 1px solid #444;
}
.vipBoxButton>input[value="暂不"]{
	float: right;
	color: #f34b47;
	border: 1px solid #f34b47;
}


/*会员码成功导出*/
.vipOutSucc{
	-webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.21);
	border-radius: 2px;
  	background-color: rgb(255, 255, 255);
  	opacity: 0.98;
  	width: 370px;
  	height: 226px;
}
.vipOutSucc>i:first-of-type{
	width: 19px;
	margin:15px;
	cursor: pointer;
	height: 19px;
	background-position: -30px -99px;
	background-image: url(../../img/vipCodeCenter/spirit_code.png);
	float: right;
}
.vipOutSucc>i:nth-of-type(2){
	background-image: url(../../img/vipCodeCenter/spirit_code.png);
	margin:50px auto 30px;
	background-position:-22px -230px;
	width: 90px;
	height: 90px;
}
.vipOutSucc>span{
	font-size: 22px;
	color: rgb(68, 68, 68);
	line-height: 1.455;
	text-align: center;
}

.buttonCenter{
    margin:20px auto!important;
    float:none!important;
}