.toBottom {
  background-image:-webkit-linear-gradient(to bottom, #f1f3f4, #ffffff);
  background-image:linear-gradient(to bottom, #f1f3f4, #ffffff);
}
.center-h {
	/*height: 200px;*/
	padding-bottom: 25px;
}
.center-h-b {
	width: 94%;
	background: #00aebb;
	margin: 10px auto;
	min-height: 150px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	    box-shadow: #8FDBD5 0px 0px 10px 1px;
	    -webkit-box-shadow: #8FDBD5 0px 0px 10px 1px;
	    position: relative;
}
.center-h-bimg {
	width: 100%;
	position: absolute;
	bottom: 30px;
}



.mui-mine-text {
    top: 25px;
    left: 6px;
    z-index: 1;
}

.app-table-view {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.mine-head {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #fff;
    margin-right: 12px;
}

.mine-media-body {
    color: #fff;
    margin-top: 12px;
}


#myMemberHeadimg_ul {
    width: 84px;
    position: absolute;
    opacity: 0;
    background: #000;
    height: 69px;
    display: block;
    z-index: 9;
    left:5px;
}


.mui-ellipsis-5 {
      font-size: 12px;
    margin-top: 5px;
    text-align:center;
}
.center-btn1 {
	display: -webkit-flex;
	display: flex;
	margin-top: 15px;
}
.center-btn-f {
	flex: 1;
	text-align: center;
    position: relative;
}
.center-btn-f img {
	width: 27px;
}
.center-btn-f span {
	display: block;
	font-size: 14px;
	color: #333;
}
.center-btn2 {
	display: -webkit-flex;
	display: flex;
	margin-top: 25px;
}
.center-vip {
	background: #fff;
	margin-top: 12px;
}
.center-vip-line {
    height: 1px;
    background: #f1f3f4;
    width: 90%;
    margin: 0px auto;
    /* padding-top: 100px; */
    position: relative;
    top: 25px;
    z-index: 0;
}
.center-vip-h {
    color: #333;
    margin-top: 6px;
    background: #fff;
    padding: 15px 10px;
    position: relative;
    width: 110px;
 
    margin: 0 auto;
}
.center-vip-h img {
	width: 17px;
	vertical-align: middle;
	margin-right: 2px;
}
.center-vip-btn1 {
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
}
.center-vip-f {
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
}

.center-vip-f img {
	width: 40px;
}

.center-vip-f span {
	display: block;
	font-size: 14px;
}


.center-vip-btn2 {
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
	    padding-bottom: 25px;
}
.center-h-message {
	position: absolute;
    right: 22px;
    top: 20px;
}
.center-h-message img {
	width: 20px;
}
.center-m-tip {
    background: #f90;
    color: #fff;
    text-align: center;
    font-style: normal;
    border-radius: 30px;
    padding: 0px 4px;
    font-size: 12px;
    position: absolute;
    right: 16px;
    top: -6px;
    min-width: 22px;
    height: 17px;
    line-height: 18px;
    font-weight: bolder;
}
@media screen and (min-width:320px) and (max-width:374px){
   .mine-head {
        width: 56px;
        height: 56px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        border: 2px solid #fff;
        margin-right: 12px;
    }
}