html,body{
    height: 100%;
    background-color: #F0EFF4;
}
.va-m {
    vertical-align: middle;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
/*个人中心*/

.page {
    display: block;
    height: 100%;
    word-spacing: 8px;
    letter-spacing: 1px;
    background-color: #F0EFF4;
}

.content {
    padding-bottom: 3rem;
}

.bar {
    padding-right: .6rem;
    padding-left: .6rem;
    background-color: #0099FF;
}

.bar a.icon,
.bar .title {
    color: #fff;
}

.bar a.icon {
    font-size: .75rem;
}

.bar a.icon-down {
    font-size: .6rem;
}

.bar a.icon-down:after {
    font-size: .4rem;
}

.bar .title {
    margin: 0 -0.6rem;
    font-size: .75rem;
}

.wrapper-header,
.content-title,
.wrapper-things,
.content .month-num,
.content .month-course,
.content .info {
    padding: 0 .75rem;
}

.wrapper-header,
.wrapper-things {
    background-color: #fff;
    box-sizing: border-box;
}

.wrapper-header,
.content .info .item.avatar {
    width: 100%;
    height: 4.4rem;
    line-height: 4.3rem;
}

.wrapper-header .avatar,
.content .info .item.avatar .avatar {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    background-color: #EEEEEE;
    text-align: center;
    overflow: hidden;
}

.content-title {
    height: 2rem;
    line-height: 2.4rem;
    font-size: .7rem;
    color: #6D6D6E;
}

.wrapper-things .item-things,
.content .info .item {
    position: relative;
    width: 100%;
    height: 2.7rem;
    line-height: 2.6rem;
    clear: both;
}

.wrapper-things .item-things:after,
.content .info .item:after {
    background-color: #eee;
}

.wrapper-things .item-things:last-child {
    background: none;
}

.wrapper-things i {
    display: inline-block;
    width: 1.1rem;
    text-align: center;
    color: #029AFF;
    font-size: 1rem;
}

.wrapper-things .text {
    font-size: .8rem;
}

.content .text {
    color: #7D7D7D;
}

.content i.icon-enter,
.content .wrapper-header i.iconfont{
    color: #CFCFCF;
    font-size: .8rem;
}

.content .secondary-text {
    color: #B6B6B6;
    font-size: .7rem;
}


/*练习历史*/

.history-cate {
    position: absolute;
    top: 0;
    right: 0;
    /*border-top: 1px solid #017CDB;*/
    background-color: #0099FF;
}

.history-cate .item {
    width: 5.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #fff;
    font-size: .6rem;
}

.history-cate .item.active {
    background-color: #0894ec;
}

.content .month-num {
    height: 1.5rem;
    line-height: 1.8rem;
    color: #5A626B;
    font-size: .6rem;
}

.content .month-course {
    background-color: #fff;
}

.content .month-course .item-month-course {
    padding: .75rem 0;
}

.content .month-course .item-month-course:last-child {
    background: none;
}

.content .month-course .item-month-course .course-title {
    margin-bottom: .3rem;
    width: 100%;
    color: #5A626B;
    font-size: .7rem;
}

.content .month-course .item-month-course .course-boby {
    width: 100%;
    color: #C2C2C2;
    font-size: .5rem;
}


/*个人信息*/

.content .info {
    background-color: #fff;
}

a.btn-logout {
    display: block;
    width: 100%;
    height: 2.7rem;
    line-height: 2.6rem;
    text-align: center;
    letter-spacing: 1px;
    font-size: .8rem;
}


/*错题、收藏、笔记*/

.tab-wrapper {
    margin: 0 auto;
    padding: .5rem 0;
    width: 50%;
    height: 100%;
}

.tab-wrapper .tab-group {
    width: 100%;
    height: 1.2rem;
    border: .1rem solid #017CDB;
    border-radius: 2px;
    background-color: #017CDB;
}

.tab-wrapper .tab-group a {
    text-align: center;
    line-height: 1.2rem;
    color: #0099FF;
    font-size: .6rem;
}

.tab-wrapper .tab-group a.active {
    background-color: #0894ec;
    color: #fff;
}

/*.js-close-cate {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: red;
}*/
/* .active{
    background-color: red;
    font-size: 2rem;
    color: #fff;
}*/
.content .itemBoxs {
    margin: 5px 10px;
    min-height: 135px;
    padding: .5rem .75rem 2rem .75rem;
    background-color: #fff;
}

.content .itemBoxs .boxs {
    width: 100%;
    height: auto;
    margin: 3px;
    position: relative;
}

.content .itemBoxs .boxs .itemContent {
    min-height: 1.1rem;
    text-indent: .2rem;
    font-size: .72rem;
    line-height: 1.1rem;
    padding: 0 5px 3px 5px;
}
.content .itemBoxs .boxs .itemContent div p{
    text-indent: .2rem;
    font-size: .72rem;
    line-height: 1.1rem;
    margin: 0;
    padding: 0;
}
.content .itemBoxs .boxs .titles {
    width: 2rem;
    height: 1rem;
    font-size: .6rem;
    line-height: 1rem;
    border-radius: .5rem;
    border: 1px solid #D2D2D2;
    text-align: center;
    color: #33CC99;
    float: left;
}
.content .itemBoxs .boxs .itemContent .option .item-option {
    position: relative;
    margin: .2rem 0 0 2rem;
    color: #777;
}

.content .itemBoxs .boxs .itemContent .option .item-option span {
    display: inline-block;
    margin-left: .7rem;
}

.content .itemBoxs .boxs .itemContent .option .item-option div {
    position: absolute;
    left: 0;
    top: 0;
}
.content .itemBoxs .boxs .itemContent p,.content .itemBoxs .boxs .itemContent div p, .content .itemBoxs .boxs .itemContent div p span{
    text-indent: .2rem;
    font-size: .7rem;
    line-height: 1.1rem;
    margin: 0;
    padding: 0;
}
.content .itemBoxs .boxs .itemTime {
    width: 100%;
    min-height: 27px;
    float: left;
    text-align: right;
    position: absolute;
    font-size: .6rem;
    line-height: 1rem;
    right: 2.3rem;
}

.content .itemBoxs .boxs .checkBtn {
    width: 2rem;
    height: 1rem;
    font-size: .6rem;
    line-height: 1rem;
    border-radius: .3rem;
    border: 1px solid #D2D2D2;
    text-align: center;
    color: #33CC99;
    float: right;
}

/*做题统计*/

.content.statistic {
    padding-top: 1.36rem;
    background-color: #fff;
}

.content .chart-wrapper {
    width: 100%;
    height: 14rem;
}

.content .help {
    width: 100%;
    height: 1px;
    background-color: #F5F7F8;
}

.content .des {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #5A626B;
    font-size: .8rem;
}

.content .cate-list {
    -moz-box-shadow: 0px -1px 1px rgba(136, 136, 136, .3);
    /* 老的 Firefox */
    box-shadow: 0px -1px 1px rgba(136, 136, 136, .3);
    font-size: .7rem;
}

.content .cate-list .item-cate {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 .75rem;
    width: 100%;
    height: 2.5rem;
}

.content .cate-list .item-cate:last-child {
    background: none;
}

.content .cate-list .item-cate .right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.content .cate-list .item-cate .cate-name {
    color: #5A626B;
}

.content .cate-list .item-cate .num,
.content .cate-list .item-cate .scale {
    text-align: right;
    width: 2.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #999;
}

.login-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.login-wrapper .login-text {
    position: absolute;
    top: 2.5rem;
    left: 4.2rem;
    color: #0099ff;
    font-size: .8rem;
}

