/*申请入会开始*/
.vip_for{
    background-color: #f8f9fb;
    overflow: hidden;
}
.vip_for>form>h1{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
}
.vip_for>form>ul{
     float: left;
     margin-left: 30px;
}
.vip_for .tit{
    margin-top: 20px;
}
.vip_for .grid{
    width: 295px;
    height: 50px;
    border: 1px solid #eeeeee;
    margin-top: 10px;
    background-color: #ffffff;
    color: #999;
}

/*性别*/
.apply_two .select{
    margin-top: 10px;
	overflow: hidden;
}
.apply_two .male,.apply_two .female {
    position: relative;
    width: 140px;
    height: 56px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    float: left;
}
.apply_two .female {
    margin-left: 10px;
}
.apply_two .male label,.apply_two .female label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 50px;
    z-index: 3;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    margin: auto;
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
}
.apply_two .select input {
    /*width: 140px;*/
    display: inline-block;
    vertical-align: middle;  /*让默认的单选样式的圆圈和“男”“女”的文本没有高差，看起来在同一水平线*/
    height: 50px;
    line-height: 50px;
    margin: 0;  /*清除浏览器默认的外边距*/
}
.apply_two .male span.btn, .apply_two .female span.btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 110px;
   /* height: 50px;*/
    z-index: 2;
    margin: auto;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #999999;
    color: #125d31;
}
.apply_two .male span.active, .apply_two .female span.active {
    background-color: #d1f1e0;
    color: #125d31;
    border: 1px solid #125d31;
}

.apply_three{
    width: 165px;
    position: relative;
}
.apply_three img{
    width: 160px;
    height: 214px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.apply_three input{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.vip_for .apply_four .check{
    padding-top: 10px;
}
.vip_for .apply_four .check label{
    padding-right: 30px;
}

.vip_for .nonewline{
    display: inline-block;
}
.vip_for .newline{
    margin-left: 30px;
}

.apply_four .gappend,.apply_seven .gappend{
    width: 625px;
}
.apply_four textarea,.apply_seven textarea{
    margin-top: 10px;
    width: 625px;
    height: 156px;
    resize: none;
    border: 1px solid #e5e5e5;
    color: #999;
}
.apply_four .synopsis{
    float: left;
}
.apply_four .cachet{
    float: left;
    width: 165px;
    margin-left: 30px;
    position: relative;
}
.apply_four .cachet img{
    width: 162px;
    height: 156px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.apply_four .cachet input{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.vip_for .tit_info{
    width: 815px;
    height: 60px;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    font-size: 18px;
    line-height: 60px;
}

/*性别*/
.apply_six .select_2{
    margin-top: 10px;
}
.apply_six .male_2,.apply_six .female_2 {
    position: relative;
    width: 140px;
    height: 50px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    float: left;
}
.apply_six .female_2 {
    margin-left: 10px;
}
.apply_six .male_2 label,.apply_six .female_2 label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 50px;
    z-index: 3;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    margin: auto;
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
}
.apply_six .select_2 input {
    /*width: 140px;*/
    display: inline-block;
    vertical-align: middle;  /*让默认的单选样式的圆圈和“男”“女”的文本没有高差，看起来在同一水平线*/
    height: 50px;
    line-height: 50px;
    margin: 0;  /*清除浏览器默认的外边距*/
}
.apply_six .select_2 .male_2 .btn,.apply_six .female_2 .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 50px;
    z-index: 2;
    margin: auto;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border: 1px solid #999999;
    color: #125d31;
}
.apply_six .male_2 .actives,.apply_six .female_2 .actives {
    background-color: #d1f1e0;
    color: #125d31;
    border: 1px solid #125d31;
}

.apply_seven .li_btn a{
    width: 200px;
    height: 50px;
    border: 1px solid #125d31;
    color: #125d31;
    background-color: #f8f9fb;
    float: left;
    margin-top: 35px;
    margin-bottom: 125px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
}


/*申请入会结束*/