@charset "utf-8";

body {
    background: #fff;
    color: #1a1a1a
}

/* 个人中心 */
.mycenter header {
    height: 116px;
    background: #4a85fd;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 20px 10px;
    position: relative;
}

.mycenter header a {
    position: absolute;
    right: 20px;
    font-size: 13px;
    color: #fff;
}

.mycenter header a.take_out {
    top: 50px;
}

.mycenter .profileBox {
    padding: 0 20px;
    position: relative;
    text-align: center;
}

.mycenter .profileBox img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    margin-top: -50px;
    box-shadow: 0 5px 8px #f6f6f6;
    background: #fff;
}

.mycenter .profileBox p {
    font-size: 18px;
}

.mycenter .profileBox span {
    color: #3377ff;
}

.mycenter .profileBox a {
    color: #3377ff;
}

.mycenter .van-cell {
    padding: 20px 15px;
}

.mycenter .van-cell__left-icon {
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.3
}

.mycenter .van-icon-gerenziliao {
    color: #1bd675;
}

.mycenter .van-icon-kecheng {
    color: #8d90f6;
}

.mycenter .van-icon-point-gift {
    color: #ff774d;
}

.mycenter .van-icon-wenti {
    color: #41a3fb;
}

.mycenter .van-icon-yijian {
    color: #6c8cd2;
}
.mycenter .van-icon-iconjianli-shise{
    color: #f2320d;
}
.model {
    height: 100%;
    width: 100%;
}

/* 我的资料  */
.myData .van-cell__value span {
    color: #999;
    font-size: 12px;
}

.myData .van-pull-refresh {
    height: calc(100vh - 50px)
}

.myData .avatorCell {
    padding-bottom: 0
}

.uploaderImg .van-cell__title,
.uploaderImg .van-cell__value {
    text-align: center;
}

.uploaderImg .van-cell:not(:last-child)::after {
    left: 0
}

.editPopup {
    width: 100%;
    height: 100%;
    padding: 0 0 20px;
}

.editPopup .van-cell-group {
    padding: 0 20px;
}

.editPopup .van-field__control {
    text-align: center;
}

.editPopup button {
    margin-top: 35px;
    background: #3377ff;
    border: none;
}

/* 意见反馈 */
#feedbackBody,
#comProblemBody,
#myOrderDetailBody,
#orderPayBody {
    background: #f3f5f8;
}

.feedback .van-cell {
    border-radius: 2px;
    border: none;
}

.feedback textarea::-webkit-input-placeholder {
    color: #ddd;
    text-align: center;
    padding-top: 80px
}

.feedback p {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

.feedback .van-dialog__confirm {
    color: #3377ff;
}

.feedback .van-dialog__content {
    text-align: center;
}

/* 常见问题 */
.comProblem .van-cell__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comProblem .van-cell__left-icon {
    line-height: 22px;
    color: #3377ff;
}

.comProblem .content .van-cell {
    flex-direction: column
}

.comProblem .content .van-cell img,
.comProblem .content .van-cell vedio {
    width: 100%;
}

.comProblem .van-popup {
    height: 100%;
    width: 100%;
}

.comProblem .content h3 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

/* 我的课程 */
.myCourse .van-card {
    background: #fff;
    padding: 15px 0px 15px 140px;
    /* height:103px; */
    height: 90px;
    border-bottom: 1px solid #ddd;
}

.myCourse .van-card__title {
    font-size: 12px;
    color: #333;
    -webkit-line-clamp: 1;
}

.myCourse .van-card__thumb {
    width: 113px;
    height: 77px;
    left: 0;
    top: 7px;
    position: absolute;
}
.myCourse .van-card__content{
    min-height: auto;
}
.myCourse .van-card__footer {
    left: 143px;
    bottom: 14px;
}

.myCourse .van-card__footer .con {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom:10px;

}

.myCourse .van-card__footer>div>span:first-child {
    font-size: 10px;
    color: #999;
    padding-top: 14px;
}

/* 我的订单 */
.orderList h3 {
    font-size: 10px;
    color: #333;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.orderList h3 p {
    max-width: 70%;
    color: #666666;
    font-weight: 400;
}

.orderList h3 time {
    font-size: 10px;
    color: #999;
    font-weight: normal;
}

.orderNumber section {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    /* padding-left:92px; */
    padding-left: 55px;
    position: relative;
}

.payHtml section {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    padding-left: 92px;
    padding-left: 80px;
    position: relative;
    height: 84px;
}

.orderNumber section .thumb {
    position: absolute;
    top: 14px;
    left: 0px;
    width: 42px;
    height: 50px;
    text-align: center;
}

.orderNumber section .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.orderNumber section .courseCon {
    max-width: 75%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.payHtml section .courseCon {
    max-width: 70%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 45px;
    margin-left: 25px;
}

.orderNumber section .courseCon .desc {
    font-size: 10px;
    color: #999;
}

.orderNumber section .courseCon .price {
    font-size: 12px;
    color: #ff4c4c;
    padding-top: 4px;
}

.orderNumber .stateBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ff4c4c;
}

.orderList .priceTotal {
    float: right;
    font-size: 12px;
}

.orderList .priceTotal span {
    color: #ce4031;
    font-size: 15px;
    font-weight: bold;
}

.orderList .footer {
    text-align: right;
}

.orderList .van-button--default {
    border: none;
    color: #999;
}

.orderNum {
    height: 30px;
    line-height: 30px;
}

/* 订单时间 */
.orderTime {
    font-size: 12px;
    color: #666;
}

/* 定单支付 */
.orderPay .orderList {
    border-radius: 4px;
    box-shadow: 2px 2px 5px #dfe0e3, -1px -1px 3px #dfe0e3;
}

.orderPay .price {
    text-align: right;
    line-height: 45px;
    color: red;
}

.orderPay .van-icon-alipay {
    color: #00a0e9;

}

.orderPay .van-icon-wechat {
    color: #4fd98d;
}

.orderPay .van-radio .van-icon-checked {
    color: #3377ff;
}

.orderPay .bottom {
    position: fixed;
}

.orderPay .van-pull-refresh {
    min-height: calc(100vh - 50px)
}

.orderPay .van-submit-bar .van-button {
    width: 40%;
}

.orderPay .van-submit-bar__price {
    text-align: left;
    padding-left: 10px;
}

.orderPay .van-submit-bar__price span:nth-child(2) {
    font-size: 24px;
}

@media (min-device-width: 300px) and (max-device-width: 360px) {

    /*适用于iPhone 4, 5c,5s, 小iPhone6*/
    .myCourse .van-card__thumb {
        width: 96px;
    }

    .myCourse .van-card__thumb img {
        /*  height:96px; */
    }

    .myCourse .van-card {
        padding: 15px 0px 15px 106px;
        ;
    }

    .myCourse .van-card__footer {
        left: 106px;
        width: 200px;
        margin-left: 0;
    }
}

/* 订单详情 */
.myOrderDetail {
    background: url(../images/orderDetail.png) no-repeat center;
    position: relative;
    height: 14.25rem;
    background-size: 100% 100%;
}

.orderDetail {
    position: absolute;
    top: 0;
    width: 100%;
}

.orderDetail_content {
    width: 22.8125rem;
    margin: 0 auto;
    position: relative;
    margin-top: 1.5625rem;
}

.orderDetailBox_show_pic {
    width: 3.75rem;
    height: 3.75rem;
    float: left;
}

.orderDetailBox_show_pic img {
    width: 100%;
    height: 100%;
    border-radius: .375rem;
}

.payWay {
    padding: 0 1rem;
}

.payWay p {
    color: #fff;
    font-size: 1.25rem;
}

.payWay span {
    color: #fff;
    font-size: .75rem
}

.orderState {
    color: #333;
    font-size: .9375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.34rem;
    border-bottom: 1px dashed #d9dbde;
    margin: 0 1rem;
}

.orderDetailBox {
    padding: 1.5625rem 1.0625rem .75rem 1.0625rem;
    border-bottom: 1px dashed #d9dbde;
}

.orderDetailBox_show_text_content {
    float: left;
    width: 9.3125rem;
    padding-left: .6875rem;
    padding-top: .75rem;
}

.orderDetailBox_show_text {
    color: #333;
    font-size: .8125rem;
}

.orderDetailBox_show_des {
    color: #999;
    font-size: .8125rem;
}

.orderDetailBox_show {
    padding-bottom: .8125rem;
}

.orderDetailBox_show_money {
    float: right;
    color: #333;
    font-size: .8125rem;
    padding-top: 1.1875rem;
}

.orderState span {
    padding-left: .9375rem;
}

.orderDetailMoney {
    padding: 1.5625rem 1.0625rem .75rem 1.0625rem;
    border-bottom: 1px dashed #d9dbde;
}

.orderDetailMoney span {
    text-align: right;
}

.orderDetailMoney_all,
.orderDetailMoney_dis {
    color: #999;
    font-size: .8125rem;
    padding-bottom: .75rem;
}

.orderDetailMoney_all p {
    color: #333;
    float: right;
}

.orderDetailMoney_dis p {
    color: #ff4344;
    float: right;
}

.orderDetailMoney_should {
    text-align: right;
    color: #333;
    font-size: .8125rem;
}

.orderDetailMoney_should span {
    font-size: 1.1875rem;
    font-weight: bold;
}

.orderDetailNum {
    padding-bottom: .8125rem;
    position: relative;
}
.orderDetailNum .rightCircle{
    position: absolute;
    top: 50%;
    left: 0;
    height:.625rem;
    width: .3125rem;
    background:#f3f5f8;
    border-radius:0 50px 50px 0 ;
}
.orderDetailNum .leftCircle{
    position: absolute;
    top: 50%;
    right: 0;
    height:.625rem;
    width: .3125rem;
    background:#f3f5f8;
    border-radius:50px 0 0 50px ;
}
.orderDetailNum p {
    color: #999;
    font-size: .8125rem;
    padding-top: .8125rem;
    padding: .8125rem 1.0625rem 0 1.0625rem;
}
.orderDetailShip_receive{
    padding-top: .8125rem;
    border-top: 1px dashed #d9dbde;
    padding: .8125rem 1.0625rem 0 1.0625rem;
}
.orderDetailShip p {
    color: #999;
    font-size: .8125rem;
    padding-top: .8125rem;
    padding: .8125rem 1.0625rem 0 1.0625rem;
}
.orderDetailShip{
    position: relative;
}
.showShip{
    position: absolute;
    top: .875rem;
    right: .375rem;
}
.orderPay_g section{
    display: flex;
}
.orderPay_g section .thumb1 {
    width: 5.125rem;
    height: 5.125rem;	
}
.orderPay_g section .text_wrap {
    padding-left: 10px;	
}
.orderPay_g section .thumb1 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.text_wrap h4{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.addressList{
    background-color: #fff;
    margin-bottom: .625rem;
    background-image: url(../images/addressL.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 1.25rem;
}
.addressRecipt{
    float: left;
    width: 80%;
}
.addName{
    color: #333;
    font-size: 1rem;
    padding-left: 1.0625rem;
    padding-bottom: .5rem;
}
.addName span{
    font-size: .875rem;
    padding-left: .625rem;
}
.addText{
    background-image: url(../images/addressIcon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: .8125rem;
    padding-left: 1.25rem;
    color: #999999;
    font-size: 1rem;
}
.addressIcon{
    background-image: url(../images/arrowRight.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: .8125rem;
    width: .825rem;
    height: 1.0625rem;
    float: right;
}
.orderPay{
    padding-bottom :4.375rem;
}
.searchWrap{
    padding:.625rem 3rem;
    position: relative;
}
.searchC{
    background-color:#f5f5f5;
    border-radius: 1rem;
    height: 2.5rem;
    line-height:  2.5rem;
    font-size: .6875rem;
    width: 21.25rem;
    padding-left: 3rem;
}
.searchWrap button{
    border: none;
    background-color: #31c8a8;
    padding: 0.6rem 1rem;
    border-radius: 1rem;
    font-size: .8rem;
    color: #fff;
    position: absolute;
    right: 2.6rem;
    top: .75rem;
}


.recommendHead h5{
    width: 20.25rem;
    margin: 0 auto;
}
.recommendHead h5 img{
    width: 100%;
}
.recommendHead p {
    text-align: center;
    font-size: 1rem;
    color: #666;
}
