/* page2 */
.memHeader{
    height:130px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
}
.headerTitle{
    width:100%;
    height:45px;
    line-height:40px;
    text-align: center;
    font-size: 17px;
    color:#fff;
    background: #3971fa;
}
.memSearch{
    height:45px;
    width:100%;
    background: #3971fa;
}
.searchMem{
    width: 84%;
    padding: 0 5%;
    margin: 10px 3% 5px;
    float: left;
    height: 35px;
    text-align: center;
    border: none;
    color: #eee;
    font-size: 15px;
    border-radius: 17px;
    margin-top: 0px;
    background: rgba(255,255,255,0.2);
}
.searchMem::placeholder{color:  #eee;}
.searchMem::-webkit-input-placeholder { /* WebKit browsers */
    color: #eee;
}
.searchMem::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #eee;
}
.searchMem::-moz-placeholder { /* Mozilla Firefox 19  */
    color: #eee;
}
.searchMem::-ms-input-placeholder { /* Internet Explorer 10  */
    color: #eee;
}
.searchMemBtn{
    width: 22px;
    margin-top: -35px;
    float: right;
    margin-right: 9%;
    display: none;
}
.addBtnNew{
    width: 40%;
    margin: 50px 30%;
    height: 40px;
    border: none;
    background: #3971fa;
    color: #fff;
    border-radius: 17px;
    font-size: 20px;
}

.memUl{
    height:35px;
    text-align: center;
    background: #fff;
}
.memLi{
    width:40%;
    margin:0 5%;
    float:left;
    list-style: none;
    text-align: center;
    height:35px;
    line-height: 35px;
    font-size: 16px;
    color:#666;
}
.memLi2{
    border-bottom: 2px solid #FECF13;
}
/*.memOper{
    height:35px;
    text-align: center;
    padding:15px 0;
}
.memOper li{
    list-style: none;
    width:50%;
    float:left;
    height:35px;
    line-height:35px;
}
.memOper li button{
    height: 35px;
    line-height: 35px;
    width: 60%;
    margin: 0 20%;
    text-align: center;
    font-size: 16px;
    border-radius: 17px;
    background: #f85577;
    border: none;
    color: #fff;
}*/
.memList{
    margin-top:10px;
}
.memListUl{
    width:88%;
    height:150px;
    margin:0 2%;
    padding:10px 4%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 10px;
}
.memListUl1{
    line-height: 20px;
    font-size:13px;
    height:90px;


}
.memListUl1 .memList1{
    float:left;
    width:25%;
    text-align: left;
    color: #333;
}
.memList0{
    width:100%;
    height:35px;
    line-height:35px;
    border-bottom:1px solid #ddd;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin-bottom:5px;
}
.gradeTag{
    background: none;
    color: #3971fa;
    border: none;
    font-size:13px;
    padding:2px 10px;
    margin-left:5px;
}
.fxTag{
    background: #fff;
    border:1px solid #4bc9be;
    color: #4bc9be;
    font-size:13px;
    line-height: 12px;
    padding:5px 10px;
    margin-left:15px;
    border-radius: 5px;
}
.gradeTag1{
    background: #6b57fe;
    color: #fff;
    border: none;
    font-size:13px;
    padding:2px 10px;
    margin-left:10px;

}
.gradeChangeBtn{
    float: right;
    height: 30px;
    background: none;
    font-size: 18px;
    color: #6b57fe;
    vertical-align: middle;
    border: none;
    line-height: 30px;
    display: inline-block;
}
.mem-sz{
    float: right;
    width: 30px;
}
.memListUl1 .memList2{
    float:left;
    width:75%;
    text-align: left;
    color:#666;
}
.memListUl2{
    width:110%;
    margin-left: -5%;
    padding-top:8px;
    line-height: 25px;
}
.memListUl2 li{
    float:left;
    text-align: center;
    width:25%;
    color:#000;
    font-size:16px;
}

/* 等级列表 */
.memGradeUl{
    width:88%;
    height:165px;
    margin:10px 2%;
    padding:10px 4%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
}

.memGradeUl1{
    line-height: 25px;
    font-size:14px;
    height:110px;


}
.memGradeUl1 .memGrade1{
    float:left;
    width:25%;
    text-align: left;
    color: #333;
}
.memGrade0{
    width:100%;
    height:35px;
    line-height:35px;
    border-bottom:1px solid #ddd;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin-bottom:5px;
}
.memGrade2{
    color:#666;
    height:25px;
}
.oneHidden{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 75%;
    height: 25px;
    line-height: 30px;
}

.memGradeUl2{
    width:110%;
    margin-left:-5%;
    padding-top:8px;
    height:35px;
    line-height: 25px;
}
.memGradeUl2 li{
    float:left;
    text-align: center;
    width:33.3%;
    color:#000;
    font-size:16px;
}


.memoper{
    width: 100%;
    padding:5px 0% 15px;
    height: 190px;
    position: fixed;
    z-index: 10001;
    bottom: 0;
    background: #fff;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    display:none;
    text-align: center;
}
.memoperDiv{
    height:30px;
    padding:15px 20px 5px;
    padding-bottom:10px
}
.memoperTitle{
    text-align: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 700;
    border-left: 5px solid #6b57fe;
    width: 80%;
    height:25px;
    line-height:25px;
    padding: 0 2%;
}
.memoperClose{
    width: 20px;
    float: right;
    margin-right: -5px;
    margin-top: -10px;
    padding: 10px;
}
.memoperUl{
    width:90%;
    padding:0 5%;
    text-align: center;
    height:265px;
}
.memoperUl li{
    width:100%;
    list-style: none;
    height:45px;
    line-height:45px;
    font-size:15px;
    border-top:1px solid #ddd;
    color:#3971fa;
}


.gradeoper{
    width: 100%;
    padding:5px 0% 15px;
    height: 230px;
    position: fixed;
    z-index: 10001;
    bottom: 0;
    background: #fff;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    display:none;
    text-align: center;
}
.gradeoperDiv{
    height:30px;
    padding:15px 20px 5px;
    padding-bottom:10px
}
.gradeoperTitle{
    text-align: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 700;
    border-left: 5px solid #6b57fe;
    width: 80%;
    height:25px;
    line-height:25px;
    padding: 0 2%;
}
.gradeoperClose{
    width: 20px;
    float: right;
    margin-right: -5px;
    margin-top: -10px;
    padding: 10px;
}
.gradeoperUl{
    width:90%;
    padding:0 5%;
    text-align: center;
    height:265px;
}
.gradeoperUl li{
    width:100%;
    list-style: none;
    height:45px;
    line-height:45px;
    font-size:15px;
    border-top:1px solid #ddd;
    color:#3971fa;
}