body {
    padding-bottom: 48px;
}

.user-head {
    /* background: #0099ff; */
    padding: 16px 16px 40px 16px;
    position: relative;
    overflow: hidden;
}

.user-head::before {
    content: "";
    height: 200%;
    width: 200%;
    background: -webkit-linear-gradient(#0099ff, #006eff);
    background: linear-gradient(#0099ff, #006eff);
    z-index: 1;
    position: absolute;
    left: -50%;
    top: -100%;
    border-radius: 100%;
}

.user-head .user-info {
    padding: 0px 60px 0px 70px;
    position: relative;
    height: 80px;
    z-index: 10;
}

.user-head .user-info .user-img-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.user-head .user-info .user-des {
    padding: 5px 0px;
    color: #ffffff;
}

.user-head .user-info .user-des .user-name {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.user-head .user-info .user-des .user-vip-info{

}
.user-head .user-info .user-des .user-vip-info .vip{
    background: #fddfab;
    color: #99651c;
    padding:0px 5px;
    line-height: 20px;
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
}
.user-head .user-info .user-des .user-vip-info .vip-overdue{
    background: #f5f5f5;
    color: #888888;
    padding:0px 5px;
    line-height: 20px;
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
}
.user-head .btn-edit {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 44px;
    height: 44px;
    background: url(../images/app-h5-bg0007.png) center center no-repeat;
    background-size: 24px 24px;
    margin-top: -22px;
}

.my-purchase {
    background: #ffffff;
    margin: -40px 16px 16px 16px;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

.my-purchase:after {
    content: "";
    display: block;
    clear: both;
}

.my-purchase .my-purchase-item {
    float: left;
    width: 50%;
    text-align: center;
    padding: 15px 0px;
    position: relative;
}

.my-purchase .my-purchase-item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 16px;
    bottom: 16px;
    border-right: 1px solid #e5e5e5;
}

.my-purchase .my-purchase-item:last-child:after {
    display: none;
}

.my-purchase .my-purchase-item .item-ico {
    width: 32px;
    height: 32px;
    margin: 0px auto 5px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.my-purchase .my-purchase-item .item-ico-ebook {
    background-image: url(../images/app-h5-bg0002.png);
    background-size: 100% 100%;
}

.my-purchase .my-purchase-item .item-ico-course {
    background-image: url(../images/app-h5-bg0003.png);
    background-size: 100% 100%;
}

.reading {
    margin: 0px 16px 16px 16px;
    margin-bottom: 16px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.reading .reading-title {
    padding: 10px 16px 0px 16px;
    font-size: 16px;
    overflow: hidden;
}
.reading .reading-title .title-text{
    float: left;
}
.reading .reading-title .more{
    font-size: 14px;
    float: right;
    padding-right: 10px;
    background: url(../images/app-h5-bg0006.png) center right no-repeat;
    background-size: auto 1em;
    color: #0099ff;
}
.reading .reading-content {
    padding: 10px 16px 16px 16px;
}

.reading .reading-content .ebooks-list .ebooks-item {}

.reading .reading-content .ebooks-list .ebooks-item .ebooks-item-inner {
    display: block;
}

.reading .reading-content .ebooks-list .ebooks-item .ebooks-item-inner:after {
    content: "";
    display: block;
    clear: both;
}

.reading .reading-content .ebooks-list .ebooks-item .item-img-box {
    width: 20%;
    float: left;
    position: relative;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff center center no-repeat;
    background-size: contain;
}

.reading .reading-content .ebooks-list .ebooks-item .item-img-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.reading .reading-content .ebooks-list .ebooks-item .item-img-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.reading .reading-content .ebooks-list .ebooks-item .item-img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.reading .reading-content .ebooks-list .ebooks-item .item-des {
    margin-left: 20%;
    padding-left: 16px;
}
.reading .reading-content .ebooks-list .ebooks-item .item-des .css-type{
    color: #e53737;
}
.navs {
    margin: 0px 16px 16px 16px;
    margin-bottom: 16px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.navs .nav-item {
    padding: 10px 32px 10px 50px;
    display: block;
    position: relative;
    line-height: 24px;
    background: url(../images/app-h5-bg0006.png) center right 16px no-repeat;
    background-size: auto 16px;
}

.navs .nav-item:last-child:after {
    display: none;
}

.navs .nav-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.navs .nav-item .item-text {
    font-size: 16px;
    line-height: 24px;
}

.navs .nav-item .item-ico {
    position: absolute;
    left: 16px;
    top: 10px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navs .nav-item .item-ico-order {
    background-image: url(../images/app-h5-bg0030.png);
    background-size: 100% 100%;
}

.navs .nav-item .item-ico-msg {
    background-image: url(../images/app-h5-bg0004.png);
    background-size: 100% 100%;
}

.navs .nav-item .item-ico-tiezi {
    background-image: url(../images/app-h5-bg0022.png);
    background-size: 100% 100%;
}

.navs .nav-item .item-ico-contactus {
    background-image: url(../images/app-h5-bg0005.png);
    background-size: 100% 100%;
}

.navs .nav-item .item-ico-coupon {
    background-image: url(../images/app-h5-bg0025.png);
    background-size: 100% 100%;
}