*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bg-color{
    background: #f5f5f5;
}
header[role="header"]{
    width: 100%;
    height: auto;
    background: #e6212a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header{
    width: 100%;
    height: 0.752rem;
    line-height: 0.752rem;
    position: relative;
}
.header .header-left{
    position: absolute;
    top: 0;
    left: 0.2rem;
    display: inline-block;
    width: 0.752rem;
    height: 0.752rem;
    background: url(../img/header-left.png) no-repeat scroll left center;
    background-size: auto 0.265rem;
    z-index: 99;
}
.header .header-right{
    position: absolute;
    top: 0;
    right: 0.2rem;
    display: inline-block;
    width: auto;
    height: 0.752rem;
    line-height: 0.752rem;
    text-align: right;
    z-index: 99;
    color: #fff;
}
.header .header-search{
    width:0.7rem;
    background: url(../img/search.png) no-repeat scroll right center;
    background-size: auto 0.265rem;
}
.header>h1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.752rem;
    line-height: 0.752rem;
    text-align: center;
    color: #fff;
    font-size: 0.273rem;
}

.main-con{
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 0.752rem;
}
.list-block{
    width: 100%;
    height: auto;
}
.list-block li{
    width: 100%;
    height: 1rem;
}
.list-block li>a{
    display: inline-block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    color: #222;
}
.list-block li:last-child>a{
    border-bottom: 0;
}
.list-block li>a:after{
    position: absolute;
    top: 0;
    right: 0.2rem;
    display: inline-block;
    width: 0.5rem;
    height: 1rem;
    background: url(../img/yo.png) no-repeat scroll right center;
    background-size: auto 0.265rem;
    content: "";
}
.list-block li>a img{
    width: auto;
    height: 0.25rem;
    margin-right: 0.2rem;
}

.uiBtn{
    display: block;
    width: 90%;
    height: 0.641rem;
    line-height: 0.641rem;
    text-align: center;
    font-size: 0.273rem;
    color: #fff;
    margin: 0.35rem auto;
    background: #e6212a;
}

.choosed {
    color: red;
}
.topic-choose{
    width: 100%;
    height: 0.38rem;
    margin-top: 0.2rem;
}
.topic-choose a{
    display: inline-block;
    width: 0.94rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    background: #f5f5f5;
    border-radius: 0.19rem;
    -webkit-border-radius: 0.19rem;
    float: right;
    margin-right: 0.2rem;
}
.topic-choose-tips{
    width: 100%;
    text-align: center;
    margin: 0.6rem auto;
}
.topic-choose-tips h1{
    font-size: 0.34rem;
    color: #222;
}
.topic-choose-tips p{
    font-size: 0.24rem;
    color: #999;
}
.topic-choose-box{
    margin: 0 0.55rem;
    padding: 0.34rem 0;
    border-top: 1px solid #e6e6e6;
}
.topic-choose-box li{
    width: 28%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0.17rem 2%;
    border: 1px solid #eee;
    float: left;
    text-align: center;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
}
.topic-more{
    margin-right: 0.5rem;
    color: #f2ad36;
    float: right;
}
.topic-btn{
    display: block;
    width: 70%;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    border: 1px solid;
    color: #e6212a;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    margin: 1rem auto 0;
}

/**用户中心*/
.user-info-box{
    width: 100%;
    height: 3.078rem;
    background: url("../img/my-bg.png") no-repeat scroll center;
    background-size: 100% 100%;
    padding: 0.34rem 0.2rem 0.2rem 0.2rem;
}
.user-info-title{
    width: 100%;
    height: auto;
}
.user-info-title img{
    width: 0.32rem;
    height: auto;
}
.user-info-con{
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
}
.user-info-con>img{
    width: 1.11rem;
    height: 1.11rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-info-name{
    font-size: 0.32rem;
    margin: 0.1rem 0;
}
.user-info-name span{
    padding: 0.03rem 0.15rem;
    background-color: rgba(255, 255, 255, 0.6);
    color: #e6212a;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    font-size: 0.2rem;
    vertical-align: middle;
}
.user-info-praise{
    font-size: 0.2rem;
}
.user-info-watch{
    width: 100%;
    height: 1.21rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.2rem;
    background: #fff;
}
.user-info-watch>div{
    width: 25%;
    text-align: center;
    color: #222;
}
.user-info-watch>div p:last-child {
    color: #666;
}
.user-info-order{
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 0.2rem;
}
.user-info-order .user-info-order-title{
    display: inline-block;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0 0.2rem;
    position: relative;
    font-size: 0.27rem;
    color: #222;    
    border-bottom: 1px solid #e6e6e6;
}
.user-info-order-title:after{
    position: absolute;
    top: 0;
    right: 0.2rem;
    display:inline-block;
    width: 0.88rem;
    height: 0.88rem;
    content: "";
    background: url(../images/arrowsRight.png) no-repeat scroll right center;
    background-size: 0.15rem 0.25rem;
} 
.user-info-order-title span{
    float: right;
    color: #666;
    margin-right: 0.3rem;
}
.user-info-order-con{
    width: 100%;
    height:auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 0.1rem 0;
}
.user-info-order-con li{
    width: 25%;
    text-align: center;
}
.user-info-order-con li a{
    display: inline-block;
    width: 100%;
    height: 1rem;
    text-align: center;
    line-height: 0.6rem;
}
.user-info-order-con li a>img{
    width: 0.42rem;
    height: auto;
}
.user-info-order-con li a>span{
    display: block;
    line-height: 0.35rem;
    font-size: 0.22rem;
}

/**我的关注*/
.myAttention-nav{
    width: 100%;
    height: 0.786rem;
    border-bottom: 1px solid #e6e6e6;
}
.myAttention-nav li{
    width: 25%;
    float: left;
    text-align: center;
}
.myAttention-nav li a{
    display: inline-block;
    width: 100%;
    height: 0.786rem;
    line-height: 0.786rem;
    font-size: 0.273rem;
}
.myAttention-nav li.active a{
    color: #e6212a;
}
.myAttention-con{
    width: 100%;
    height: auto;
}
.myAccountant-item{
    width: 100%;
    min-height: 1.9rem;
    padding: 0.256rem 0.256rem 0.256rem 1.913rem;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.myAccountant-item-img{
    position: absolute;
    top: 0.256rem;
    left: 0.256rem;
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
}
.myAccountant-item-img img{
    width: auto;
    height: 1.4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.myAccountant-item-con{
    width: 100%;
    height: auto;
}
.accountant-name{
    width: 100%;
}
.accountant-name .grade{
    background-color: #fff4e4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ff9a00;
    font-size: 0.171rem;
    padding: 0.03rem 0.17rem;
}
.accountant-name .follow{
    display: inline-block;
    float: right;
    width: 1.356rem;
    height: 0.466rem;
    line-height: 0.466rem;
    text-align: center;
    border: 1px solid #bbbbbb;
    color: #666666;
    font-size: .22rem;
    background-color: white;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
}
.myAccountant-item-con .experience{
    color: #999;
    font-size: .22rem;
    margin-top: .2rem;
}

/**我的订单*/
.order-nav ul{
    width: 100%;
    height: 0.786rem;
    border-bottom: 1px solid #e6e6e6;
}
.order-nav li{
    width: 20%;
    float: left;
    text-align: center;
}
.order-nav li a,.order-nav li select{
    display: inline-block;
    width: 100%;
    height: 0.786rem;
    line-height: 0.786rem;
    font-size: 0.273rem;
}
.order-nav li.active a,.order-nav li.active select{
    color: #e6212a;
    border-bottom: 2px solid #e6212a;
}

.order-item{
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 0.2rem;
}
.order-item .order-title{
    width: 100%;
    height: 0.914rem;
    line-height: 0.914rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0.2rem;
    color: #222;
}
.order-title .selTeInfo>img{
    width: auto;
    height: 0.3rem;
    margin-top: -0.05rem;
    margin-left: 0.1rem;
}
.order-title .order-status{
    color: #ff9a00;
    float: right;
}
.order-item .orderInfo{
    position: relative;
    padding: 0.2rem 0.2rem 0 0.2rem;
    width: 100%;
    height: auto;
}
.orderInfo>img{
    width: 1.026rem;
    height: 1.026rem;
    margin-bottom: 0.15rem;
}
.orderInfo .orderInfo-con{
    width: 100%;
    height: auto;
    padding-left: 1.4rem;
    position: absolute;
    top: 0.2rem;
    right: 0;
}
.orderInfo-con h3{
    color: #222;
    line-height: 0.4rem;
}
.orderInfo-con h4{
    color: #666;
}
.orderInfo-con h5{
    color: #e6212a;
}
.orderInfo-con h3>i{
    color: #ff9a00;
    background-color: #fff4e4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0.17rem;
    padding: 0.03rem 0.1rem;
    margin-left: 0.1rem;
}
.order-item .order-btn{
    display: inline-block;
    width: 1.368rem;
    height: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    border: solid 1px;
    border-color: #bbb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #666;
    float: right;
    margin: 0 0.2rem 0.2rem 0;
}
.order-item .order-pay{
    color: #e6212a;
    border-color: #e6212a;
}

/**我的钱包*/
.wallet-balance{
    width: 100%;
    height:auto;
    padding: 0.2rem;
    border-bottom: 0.2rem solid #f5f5f5;
}
.wallet-balance h2{
    color: #666;
}
.wallet-balance h1{
    color: #e6212a;
    font-size: 0.427rem;
}

/**我的积分*/
.integral-title{
    width: 100%;
    height: 4.104rem;
    background: url(../img/integral-bg.png) no-repeat scroll center;
    background-size: 100% 100%;
}
.integral-header{
    width: 100%;
    height: auto;
}
.integral-header .header{
    width: 100%;
    height: 0.752rem;
    line-height: 0.752rem;
    position: relative;
}
.integral-header .header .header-left{
    position: absolute;
    top: 0;
    left: 0.2rem;
    display: inline-block;
    width: 0.752rem;
    height: 0.752rem;
    background: url(../img/header-left.png) no-repeat scroll left center;
    background-size: auto 0.265rem;
    z-index: 99;
}
.integral-header .header .header-right{
    position: absolute;
    top: 0;
    right: 0.2rem;
    display: inline-block;
    width: auto;
    height: 0.752rem;
    line-height: 0.752rem;
    text-align: right;
    z-index: 99;
    color: #fff;
    font-size: 0.213rem;
}
.integral-header .header>h1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.752rem;
    line-height: 0.752rem;
    text-align: center;
    color: #fff;
    font-size: 0.273rem;
}
.integral-num{
    position: relative;
    width: 1.725rem;
    height: 1.725rem;
    background-color: rgba(255, 255, 255, 0.1);
    margin: auto;
    text-align: center;
    margin-top: .3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.integral-num-con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    text-align: center;
    color: #e92c2b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
.integral-num h1{
    font-size: 0.47rem;
    margin-top: 0.25rem;
}
.integral-num h2{
    font-size: 0.2rem;
}
.integral-record{
    display: block;
    width: 1.556rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    margin: 0.3rem auto 0;
    border: solid 1px #ff6b72;
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    font-size: 0.23rem;
}
.integral-record img{
    height: 0.25rem;
    width: auto;
    margin-top: -0.08rem;
    margin-right: 0.1rem;
}
.exchange-box{
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    background: #fff;
}
.exchange-con{
    padding: 0 0.1rem 0.15rem;
    width: 100%;
    height: 1.812rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.exchange-con img{
    width: 50%;
    height: 1.812rem;
    margin: 0 0.1rem 0.1rem;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
}
.gain-integral{
    width: 100%;
    height: auto;
    background: #fff;
}
.gain-integral-title{
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 1px solid #e6e6e6;
    color: #222;
    padding-left: 0.2rem;
}

/*发票管理*/
.invoice-nav{
    width: 100%;
    height: 0.914rem;
    line-height: 0.914rem;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
}

.invoice-nav .active{
    color: #ff9a00;
}
.invoice-nav .active option{
    color: #333;
}
.invoice-con{
    background: #f5f5f5;
    margin-bottom: 1.2rem;
}
.invoice-item{
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 0.2rem;
}
.invoice-item .invoice-title{
    width: 100%;
    height: 0.914rem;
    line-height: 0.914rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0.2rem;
    color: #222;
}
.invoice-title .invoice-status{
    color: #e6212a;
    float: right;
}
.invoice-item .invoiceInfo{
    position: relative;
    padding: 0.2rem 0.2rem 0 0.2rem;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
}
.invoice-item .invoiceInfo:after{
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0.2rem;
    height: 1px;
    background: #fff;
    display: inline-block;
    content: "";
}
.invoice-item .invoiceInfo:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0.2rem;
    height: 1px;
    background: #fff;
    display: inline-block;
    content: "";
}
.invoiceInfo>img{
    width: 1.026rem;
    height: 1.026rem;
    margin-bottom: 0.15rem;
}
.invoiceInfo .invoiceInfo-con{
    width: 100%;
    height: auto;
    padding-left: 1.4rem;
    position: absolute;
    top: 0.2rem;
    right: 0;
}
.invoiceInfo-con h3{
    color: #222;
    line-height: 0.4rem;
}
.invoiceInfo-con h4,.invoiceInfo-con h5{
    color: #666;
}
.invoiceInfo-con h3>i{
    color: #ff9a00;
    background-color: #fff4e4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 0.17rem;
    padding: 0.03rem 0.1rem;
    margin-left: 0.1rem;
}
.invoice-item .ordermoney{
    display: block;
    width:100%;
    height: 0.735rem;
    line-height: 0.735rem;
    padding-right: 0.2rem;
    text-align: right;
}
.invoice-item .ordermoney i{
    color: #e6212a;
}
.invoice-footer{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
}
.invoice-footer .invoice-control{
    width: 100%;
    height: 0.855rem;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.invoice-footer .invoice-operate{
    width: 100%;
    height: 0.855rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0.2rem;
}
.invoice-operate>div{
    justify-content: flex-start;
}
.invoice-operate>span{
    justify-content: flex-end;
}
.invoice-control>span{
    flex: 6;
    line-height: 0.855rem;
    padding-left: 0.2rem;
}
.invoice-control>span>i{
    color: #e6212a;
}
.invoice-control .invoiceBtn{
    flex: 2;
    background: #e6212a;
    color: #fff;
}

/*申请开票**/
.add-invice{
    width: 100%;
    height: auto;
}
.add-invice li{
    width: 100%;
    height: 0.924rem;
    line-height: 0.924rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    border-bottom: 1px solid #e6e6e6;
}
.add-invice li:last-child{
    border-bottom: 0;
}
.add-invice li span{
    color: #222;
    font-size: 0.256rem;
}
.add-invice li input[type="text"]{
    width: 45%;
    text-align: right;
    float: right;
}
.add-invice .invice-radio{
    text-align: right;
}
.tips{
    width: 100%;
    padding: 0.3rem 0.2rem;
    font-size: 0.22rem;
    color: #bbb;
}

/**我的课程*/
.course-nav{
    width: 100%;
    height: .8rem;
    border-bottom: 1px solid #e6e6e6; 
}
.course-nav li{
    width: 50%;
    height: .8rem;
    float: left;
}
.course-nav li a{
    display: inline-block;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    font-size: .271rem;
    text-align: center;
}
.course-nav .active a{
    color: #e6212a;
    border-bottom: 1px solid #e6212a;
}

.course-item{
    height: 3.542rem;
    width: 100%;
    background: #fff;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
}
.course-item>img{
    width: 100%;
    height: 2.203rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    margin-bottom: 0.15rem;
}
.course-item-con{
    width: 100%;
    height: auto;
    position: relative;
}
.course-info{
    width: 100%;
    height: auto;
}
.course-info h3{
    color: #222;
    margin-bottom: 0.1rem;
}
.course-info h4{
    color: #999;
    font-size: 0.2rem;
}
.course-info h4 span{
    margin-right: 0.3rem;
}
.course-info h4 img{
    width: auto;
    height: 0.22rem;
    margin-right: 0.1rem;
    margin-top: -0.08rem;
}
.course-info h3 .yellow{
    width: .712rem;
    height: .28rem;
    line-height: .28rem;
    background-color: #fff4e4;
    font-size: .169rem;
    color: #ff9a00;
    display: inline-block;
    text-align: center;
    margin-left: 0.2rem;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
}
.course-btn{
    position: absolute;
    top: 0;
    right: 0.2rem;
    display: inline-block;
    width: 1.368rem;
    height: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    border: 1px solid #e6212a;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    margin-top: 0.18rem;
}

/* 申请第三方解约 */
.jieyue_main-content{
    padding: 0 .255rem;
    width: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ws-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-x-sizing: border-box;
}
.jieyue_hint{
    height: .765rem;
    line-height: .765rem;
}
.jieyue_content_text{
    width: 100%;
    height: 3rem;
    padding: .17rem .17rem .255rem;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ws-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-x-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.jieyue_btn_box{
    width: 100%;
    height: .756rem;
}
#preservation{
    width: 100%;
    height: 100%;
    background-color: #e6212a;
    color: white;
    display: block;
     border-radius: 4px;
    -webkit-border-radius: 4px;
}
