.avatar-upload {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10% auto 5%;
}

.text-center{
    text-align: center;
}



.avatar-upload img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.readTimes{
    color: #000;
    font-size:  15px;
}

.weui-footer{
	background-color: #D4D3CF;
}
.weui-footer__text{

	font-size: 14px;
	color: #000;
}

.musicIcon{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.weui-article p{
    font-size: 14px;
    line-height: 1.8;
}
.weui-article{
    padding-top: 18px;
    padding-bottom: 0
}

.weui-article section{

    margin-bottom: 0em;
}


.zanshand{
    text-align: center;
    font-size: 25px;
    color: #4E9B30;
    font-weight: 700;
    margin:2% auto;
}

.zanshandshul{
    text-align: center;
    font-size: 16px;
}

#btn
{
    width:80px;
    height: 80px;
    line-height:80px;
    border-radius: 50%;
    background-color:#14A5EB;
    color: #fff;
    margin:4% auto;
    font-size: 35px;
    font-family: Microsoft YaHei;
    cursor: pointer;
    display:block;
    text-align:center;
}
#btn i{
    display:inline-block;
    *display:inline;
    *zoom:1;
}

@-webkit-keyframes rotatae{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}