.ui-content {
    background: #f6f8f8;
}

.banner {
    position: relative;
    overflow: hidden;
}

.top-swipper {
    position: absolute;
    top: 0.1rem;
    left: 0.3rem;
    width: 55%;
    height: 1rem;
    line-height: 1rem;
    padding: 0rem 0.5rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    overflow: hidden;
    font-size: 12px;
}

.top-swipper .swipper {
    width: 100%;
    height: 1.2rem;
}

.banner_card {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.7, 1.7);
    -ms-transform: translate(-50%, -50%) scale(1.7, 1.7);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) scale(1.7, 1.7);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%) scale(1.7, 1.7);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) scale(1.7, 1.7);
}

.noble_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) scale(1, 1);
    width: 85%;
    padding: 0.5rem 1rem;
}

.noble_info .head_img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #f7c192;
    width: 2.3rem;
    height: 2.3rem;
    margin-bottom: 0.2rem;
    font-size: 0;
    max-height: 2.3rem;
    transform: scale(1, 1);
}

.noble_info .nickname {
    width: 100%;
    text-align: center;
}

.privilege {
    width: 100%;
    text-align: center;
}

.privilege .hg {
    display: inline-block;
    width: 10%;
}

.coupon-swipper {
    width: 100%;
    max-height: 4.5rem;
    overflow: hidden;
}

.coupon-swipper .swiper-slide {
    position: relative;
    float: left;
    width: 7rem !important;
    height: 4rem;
    border-radius: 5px;
    border: 1px solid #f7c192;
}

.coupon-swipper .swiper-slide.noble_user {
    border: 1px solid #e9e9e9;
}

.coupon_box {
    overflow: hidden;
}

.coupon_box .swiper-wrapper {
    min-width: 24rem;
}

.coupon_box .sign {
    position: relative;
    top: -0.3rem;
    left: -1.4rem;
    transform: scale(0.6, 0.6);
}

.coupon_box .right_box {
    /* width: 1.2rem;
    font-size: 0;
    height: 100%; */
    width: 1.1rem;
    font-size: 0;
    height: 100%;
    position: absolute;
    right: 0;
}

.right_box img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
}

/* .coupon_box .coupon_card{
    overflow: hidden;
} */

.coupon_box .price {
    padding: 0 0.3rem;
    line-height: 0.8rem;
    /* margin-top: 25%;  */
}

.coupon_box .use {
    padding: 0.1rem 0.3rem 0.2rem;
    max-width: 5.9rem;
    /* color: #f7c192; */
}

/* .coupon_box .left_box{
    background: -moz-linear-gradient(left, #443b35 0%, #25201c 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#443b35), color-stop(100%,#25201c));
    background: -webkit-linear-gradient(left, #443b35 0%,#25201c 100%);
    background: -o-linear-gradient(left, #443b35 0%,#25201c 100%);
    background: -ms-linear-gradient(left, #443b35 0%,#25201c 100%);
    background: linear-gradient(to right, #443b35 0%,#25201c 100%);
} */
.title_tl {
    background: url('../style/tlbg.png') center no-repeat;
    background-size: cover;
    font-size: 18px;
    padding: 0.3rem 0.5rem;
}

.master-list {
    position: relative;
    padding-top: 4.2rem;
    overflow: hidden;
}

.master-list.normal {
    padding-bottom: 3.5rem;
}

.title_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
}

.title_nav {
    position: relative;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    margin-bottom: .5rem;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0.5rem;
    min-width: 150%;
}

.title_nav .item {
    float: left;
    width: 2.8rem !important;
    min-width: 2.8rem !important;
    max-width: 3rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
}

.title_nav .item:not(:last-child) {
    margin-right: .5rem;
}

.title_nav .item a {
    height: 100%;
    color: #333;
    display: inline-block;
}

.title_nav .item.active a {
    border-bottom: 2px solid #e2af7a;
    color: #e2af7a;
}

.title_bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
}

.title_nav .slide {
    position: absolute;
    bottom: 0;
    width: 2.7rem;
    height: 0.15rem;
    background: #e2af7a;
    transition: all 0.4s;
}

.title_nav .slide.s0 {
    left: 5%;
}

.title_nav .slide.s1 {
    left: 30%;
}

.title_nav .slide.s2 {
    left: 55%;
}

.title_nav .slide.s3 {
    left: 80%;
}

.item_title {
    background: #e2af7a;
    color: #fff;
    width: 100%;
    /* height: 2rem; */
    /* line-height: 2rem; */
    text-align: center;
    /* margin-bottom: 0.3rem; */
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*重置开始*/

.sort-options {
    font-size: .7rem;
    text-align: center;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #fff;
    position: relative;
}

.sort-options::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.arrow {
    display: inline-block;
    height: 100%;
    position: relative;
}

.icon-paixushang {
    position: absolute;
    bottom: 2px;
    left: 0;
}

.icon-paixuxia {
    position: absolute;
    left: 0;
    top: -8px;
}

/*老师列表*/
.master-content:before {
    display: none;
}

.master-content {
    position: relative;
    margin-top: 0;
    font-size: .7rem;
    padding: .75rem .75rem 0 .75rem;
    display: block;
}

.master-content>.ui-cell {
    padding: 0 0 .5rem 0;
}

.head-pic {
    width: 4rem;
    height: 4rem;
    margin-right: .5rem;
    border-radius: .3rem;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.head-pic img:first-of-type {
    width: 100%;
    height: 100%;
    display: block;
}

.star {
    line-height: 1.5rem;
}

.category>span {
    padding: 0 0.5rem;
    line-height: 1rem;
    border-radius: 10px;
    color: #e55a75;
    margin: .3rem .3rem 0 0;
    border: 1px solid #e55a75;
    white-space: nowrap;
    display: inline-block;
}

.master-content .price {
    color: #FF7D70;
    text-align: right;
    font-size: 0.8rem;
}

.master-content .price>span {
    color: #A3A3A3;
    font-size: .6rem;
    display: block;
    text-decoration: line-through;
}

.master-info {
    margin-bottom: .5rem;
    font-size: 0.65rem;
    color: #666666;
}

.data-count {
    padding: .5rem 0 !important;
    color: #999999;
}

.data-count>div:nth-last-child(2) {
    text-align: center;
}

.data-count>div:nth-last-child(1) {
    text-align: right;
}

/*修改*/
.detail {
    color: #3A3A3A;
    min-width: 75%;
}

.detail .nickname.huo .icon-huo {
    display: inline-block;
}

.detail .nickname.xin .icon-xin {
    display: inline-block;
}

.detail .nickname.man .icon-man {
    display: inline-block;
}

.detail .nickname.jx .jxds {
    display: inline-block;
}

.master-name i {
    font-size: 14px !important;
    margin-bottom: 0.1rem;
}

.master-name {
    font-size: 0.8rem;
    /* line-height: 14px; */
    line-height: 25px;
}

.master-content:after {
    border-bottom: 10px solid #F4F4F4 !important;
    position: absolute;
}

.basic {
    width: 75px !important;
    padding: 0.1rem 0 0 0;
    display: inline-block;
}

.basic img {
    width: 15%;
}

/*老师标签*/
.master-name .ui-icon {
    font-size: 0.75rem;
    /* margin-top: -0.1rem; */
}

.master-name .ui-icon:first-of-type {
    /* margin-left: 100px; */
}

.master-name .icon-huo {
    color: #FE7467;
}

.master-name .icon-man {
    color: #CCCCCC;
}

.master-name .icon-xin {
    color: #02ABB0;
}

.master-name .jxds {
    display: inline-block;
    width: 1.3rem;
}

/*双11五折活动样式*/
.limit_ad {
    position: absolute;
    top: -.5rem;
    left: -.5rem;
    width: 1.7rem;
    height: 1.7rem;
    z-index: 1;
}

/*2018.6.28底部数据加载完提示*/
/* .bline_content{
	display: none;
} */
.line-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 0 auto;
    padding: 0.3rem 0.75rem;
}

.line {
    height: 1px;
    border-bottom: 1px solid #ccc;
    /*width: 100%;*/
    flex: 1;
}

.line-content {
    /*flex: 1;*/
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin: 0 10px;
    color: #aaa;
    font-size: 12px;
}

/*筛选 2017年5月31日*/
.choose .ui-cell:before,
.choose .ui-cell:after {
    border: none;
}

.choose,
.mask {
    position: fixed;
    top: 2.15rem;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 997;
}

.mask {
    right: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .6);
}

.chooseContent {
    position: absolute;
    z-index: 999;
    background: #fff;
    overflow: auto;
    height: 100%;
    width: 80%;
    right: 0%;
}

.ui-label-switch input[type="checkbox"]:checked+.ui-checkbox {
    background: #4ACA60;
}

.ui-label-switch .ui-checkbox:before {
    background: #E4E4E4;
}

.sex-box {
    padding: 0rem 0.75rem;
}

.sex-box>div span,
.labelCho>span {
    display: inline-block;
    width: 28%;
    text-align: center;
    padding: 0.4rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 0.65rem;
    color: #666666;
    margin-right: 0.5rem;
}

.labelCho>span:nth-of-type(3n) {
    margin-right: 0;
}

.labelCho>span {
    margin-bottom: 0.5rem;
}

.choActive {
    border-color: #e55a75 !important;
    background-color: #F0FFFF !important;
}

.sex-box>div:last-of-type {
    padding: 0.5rem 0;
}

.chooseBox {
    padding: 0.5rem 0.75rem;
    padding-top: 0;
}

.chooseBox>.ui-cell {
    padding: 0;
}

.labelCho>span:last-of-type {
    margin: 0;
}

.labelCho {
    margin-top: 0.5rem;
}

.btnBox>div {
    width: 50%;
    margin-right: 0.5rem;
    text-align: center;
    color: #e55a75;
    padding: 0.35rem 0;
    font-size: 0.85rem;
    border: 1px solid #e55a75;
    border-radius: 5px;
}

.btnBox>div:last-of-type {
    margin-right: 0;
    background: #e55a75;
    color: #FFFFFF;
}

.chooseBox .ui-icon {
    font-size: 1rem;
}

.icon-danxuan {
    color: #19B3B7;
}

.icon-danxuan1 {
    color: #D9D9D9;
}

.btnBox {
    position: fixed;
    width: 80%;
    bottom: 0;
    background: #fff;
}


.edit_hic {
    position: relative;
}

.edit_hic .vip_head {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 0.08rem solid #f7c192;
}

.edit_hic .hg {
    display: none;
}

.edit_hic.vip {
    /* height: 1.5rem; */
    margin-top: 1rem;
    width: 100%;
    font-size: 0;
}

.edit_hic.vip .hg {
    display: inline-block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: -0.5rem;
    left: -0.4rem;
}

.edit_hic .vip_nickname {
    min-width: 25%;
    text-align: center;
    font-size: 15px;
}

.banner_card_2 {
    transform: translate(-50%, -50%) scale(1.7, 1.6);
    -ms-transform: translate(-50%, -50%) scale(1.7, 1.6);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) scale(1.7, 1.6);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%) scale(1.7, 1.6);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) scale(1.7, 1.6);
}

.renew {
    padding: 0.2rem 0.5rem;
    border: 1px solid #e2af7a !important;
    border-radius: 1rem;
}

.top_tips {
    height: 2rem;
    line-height: 2rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    text-indent: 1em;
}

.ylq {
    position: absolute;
    top: .8rem;
    right: 1.5rem;
    width: 2.2rem;
}

/*领券提示弹窗*/
.modWin {
    position: relative;
    top: 40%;
    width: 80%;
    min-height: 23vh;
    background: #fff;
    border-radius: 5px;
}

.btn_bar {
    width: 100%;
    margin: .5rem 0 0;
    padding: 0.5rem 0;
}

.btn_bar>div {
    width: 45%;
    border-radius: 1rem;
    padding: 0.3rem 0.5rem;
    text-align: center;
    line-height: 1.3rem;
    font-size: 15px;
}

.btn_bar .cancel {
    border: 1px solid #e2af7a;
}

.btn_bar .kaitong {
    background: url(../style/ktbtn2.png) center no-repeat;
}

.fixed_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 850;
    padding: 0.5rem;
}

.fixed_btn .skip_btn {
    display: block;
    width: 90%;
    height: 2.3rem;
    background: url(../style/ktbtn.png) center no-repeat;
    background-size: 100% 100%;
    transform: scale(1, 1);
}

.master-content .prices {
    margin-top: 0.12rem;
}


@media (width:320px) {
    .noble_info .times span {
        font-size: 12px !important;
    }

    .times {
        margin-top: 0.5rem !important;
    }

    .coupon_box .use {
        max-width: 4.9rem;
    }

    .coupon-swipper .swiper-slide {
        width: 6rem !important;
    }

    .title_nav .item {
        width: 2.3rem;
        max-width: 2.5rem !important;
    }

    .basic {
        width: 60px !important;
    }

    .category>span {
        margin: .1rem .2rem 0 0;
    }

    .detail {
        min-width: 70%;
    }

    .basic img {
        width: 14%;
    }

    .edit_hic.vip {
        margin-top: 1rem;
    }

    .privilege {
        margin-top: 0rem !important;
    }

    .save {
        font-size: 12px;
    }

    .c_vip {
        font-size: 16px;
    }
}

@media (width:360px) {
    .title_nav .item {
        width: 2.6rem;
        max-width: 2.8rem !important;
    }
}