/* 顶部 */

.weui-header {
    width: 100%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 999;
    top: 0;
    left: 0;
}

.weui-header .back img {
    width: 11px;
    height: 20px;
}

.weui-header .search img {
    width: 22px;
    height: 22px;
}


/* 选项卡 */

.weui-tab {
    width: 100%;
    top: 44px;
    z-index: 990;
}

.weui-navbar {
    background-color: #fff;
    height: 44px;
}

.weui-navbar__item {
    font-weight: 500;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.weui-navbar__item.tab-blue {
    border: 0 none;
    color: #3DA4E7;
}

.icon_d {
    width: 14px;
    height: 44px;
    background: url(../image/icon/ic_down@2x.png) no-repeat center center;
    background-size: 6px 4px;
}

.icon_d2 {
    width: 14px;
    height: 44px;
    background-size: 14px 44px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../image/icon/price1.png);
}

.icon_d22 {
    background-image: url(../image/icon/price2.png);
}

.icon_d23 {
    background-image: url(../image/icon/price3.png);
}

.weui-actionsheet__cell {
    font-size: 16px;
}

.weui-actionsheet_cancel {
    color: #666;
}


/* 列表 */

.teacher-list {
    padding-top: 88px;
}

.teacher-list-ul {
    overflow: hidden;
}

.teacher-list-li {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.dianjiang {
    width: 62px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background-color: #3DA4E7;
    border-radius: 3px;
    font-size: 14px;
}

.user-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.zhicheng {
    margin: 4px auto;
    overflow: hidden;
}

.zhicheng label {
    height: 20px;
    line-height: 20px;
    background: #E3F0F9;
    border-radius: 2px;
    padding: 4px 10px;
    color: #3DA4E7;
    font-size: 12px;
}

.guanzhu-img {
    width: 12px;
    height: 12px;
}


/* 底部 */

.yuyue-btn {
    width: 92%;
    height: 44px;
    background: #3DA4E7;
    border-radius: 5px;
    margin: 10px auto;
    overflow: hidden;
}


/* 预约 */

.weui-cells {
    margin: 0 auto;
}

.date_list {
    width: 100%;
    text-align: right;
}

select {
    direction: rtl;
}

select option {
    direction: ltr;
}

.weui-dialog__title {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.weui-dialog__bd {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

.weui-dialog__bd span {
    color: #3DA4E7;
}

.weui-dialog__btn {
    color: #3DA4E7;
    font-size: 16px;
}


/* 老师详情 */

.userinfo {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.userinfo .u-bg-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.userinfo .u-bg-div {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: rgba(0, 13, 21, .7);
    position: absolute;
    z-index: 2;
}

.userinfo .u-user {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

.weui-header-right .guanzhu {
    height: 22px;
    line-height: 22px;
}

.weui-header-right .guanzhu img {
    width: 14px;
    height: 14px;
}

.u-user-info {
    padding: 6px 15px;
}

.u-user-info .user-photo {
    width: 60px;
    height: 60px;
}

.u-user-info label {
    background-color: #5EB7EF;
    color: #fff;
}

.u-shanchang {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}

.u-design {
    top: 0;
    height: 44px;
    overflow: hidden;
}


/* .u-design .weui-navbar__item.tab-blue {
    height: 44px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
} */

.u-design .weui-navbar .weui-navbar__item.tab-blue::before {
    width: 30px;
    height: 2px;
    content: '';
    background-color: #3DA4E7;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.richeng {
    overflow: hidden;
    padding: 15px;
}

.dcard {
    width: 100%;
    height: 66px;
    background: #5EB7EF;
    border-radius: 5px;
}

.dcard img {
    width: 25px;
    height: 25px;
    margin: auto 20px;
}

.ccred {
    background-color: #8A66FE;
}

.footdj {
    padding: 15px;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}

.lvlilist {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 1);
    border-radius: 5px;
    padding: 10px;
}

.header2 {
    display: none;
}


/* 教师风采 */

.photo-imgs img {
    border-radius: 5px;
    height: 100%;
}

.three,
.two {
    overflow: hidden;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.three {
    justify-content: flex-start;
    width: 103%;
}

.three li,
.two li {
    height: auto;
    display: block;
    /* margin: 1%; */
    /* float: left; */
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.three li {
    flex: 0 0 30%;
    margin-right: 3.3333%;
}

.two li {
    flex: 0 0 48%;
}

.weui-mark-rt {
    right: 0;
    border-radius: 0px 5px 0px 2px;
    padding: 2px 6px;
}

.photo-imgs p {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}


/* Swiper */

.openImg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99999;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    z-index: 20;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide p {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    overflow: hidden;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
}

.swiper-pagination-fraction {
    top: 10px;
    color: #fff;
}

.openDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999;
}

.openBox {
    position: absolute;
    width: 80%;
    max-height: 80%;
    top: 50%;
    left: 10%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    transform: translateY(-50%);
}

.box-title {
    height: 60px;
    line-height: 60px;
}

.box-btn {
    height: 60px;
}

.box-content {
    overflow: auto;
    padding: 0 15px;
}

.box-btn .weui-btn {
    width: 120px;
    height: 40px;
    border-radius: 40px;
    margin: 10px auto;
}


/* 点将申请 */

.xuzhi img {
    width: 24px;
    height: 24px;
}

.inputText {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.textarea {
    width: 100%;
    height: 100px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #333;
    border-radius: 0;
}

.form-title {
    padding: 12px 15px;
}

.weui-cell__bd {
    flex: 0 0 30%;
}

.tip-img {
    width: 15px;
    height: 15px;
    margin-left: 4px;
}

.tooltips {
    left: 69px;
    z-index: 99999;
    top: 36px;
    background-image: url(../image/icon/bg_tips@2x.png);
    background-size: 289px 39px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 289px;
    height: 39px;
    padding-top: 12px;
    text-align: center;
    box-sizing: border-box;
    color: #eee;
}


/* 搜索 */

.inputSearch {
    text-align: center;
    height: 28px;
    line-height: 28px;
    width: 100%;
    border-radius: 30px;
    background-color: #f7f7f7;
    margin-top: 8px;
}


/* 评价 */

.rili-img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.pingfen img {
    width: 15px;
    height: 14px;
    margin-left: 4px;
}

.label {
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 6px;
}

.label label {
    padding: 2px 14px;
    border-radius: 40px;
    border: 1px solid #3DA4E7;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.d-btn {
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    padding: 2px 18px;
    display: inline-block;
}


/* 点将详情 */

.state-img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.copybtn {
    background-color: #fff;
}


/* 终止 */

.zhongzhi .weui-cell__bd {
    flex: 1;
}

.show_placeholder::before {
    content: attr(placeholder);
    text-align: right;
    color: #999999;
    font-size: 16px;
}


/* 评价 */

.label2 {
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.label2 label {
    border: 1px solid #B2B2B2;
    padding: 4px 12px;
    margin-right: 8px;
    margin-bottom: 14px;
}

.label2 label.active {
    border: 1px solid #3DA4E7;
    background-color: #3DA4E7;
    color: #ffffff;
}

.pingjia {
    padding: 0 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.pingjia-li {
    height: 30px;
    line-height: 30px;
}

.pingjia-li a {
    width: 20px;
    height: 19px;
    margin-left: 12px;
    display: block;
    background-image: url(../image/icon/xingg@2x.png);
    background-size: 20px 19px;
    background-repeat: no-repeat;
}

.pingjia-li a.on {
    background-image: url(../image/icon/xingl@2x.png);
}


/* 加盟商 */

.myjms-info {
    width: 100%;
    padding: 18px 20px;
    min-height: 100px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px;
}

.myjms {
    padding: 10px 15px;
    overflow: hidden;
}

.my-img {
    width: 24px;
    height: 24px;
}

.myjms .weui-cell__bd {
    flex: 1;
}

.bg-bb {
    position: relative;
}

.bg-bb::before {
    content: '';
    width: 100%;
    height: 80px;
    background-color: #3DA4E7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-bb::after {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #3DA4E7;
}


/* 设计师 */

.design_sj {
    height: 280px;
    overflow: hidden;
}

.design_sj .u-bg-img,
.design_sj .u-bg-img img {
    height: 280px;
}

.design_sj .u-bg-div {
    height: 280px;
}

.design_sj .user-photo {
    margin-right: 0;
}

.design_sj .u-user {
    height: 280px;
}

.sj-img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.pingjia_info {
    background-color: #f7f7f7;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
}

.fileimg {
    line-height: 44px;
}

.three {
    align-items: stretch;
}

.three li.addphoto {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.label_addphoto {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    color: #cccccc;
}

.deleteImg {
    background-color: #E6E6E6;
    height: 44px;
}

.del-img {
    width: 18px;
    height: 18px;
}

.checkbox-img {
    position: absolute;
    left: 4px;
    top: 10px;
}

.allcheck {
    right: 0;
    z-index: 2;
}

.weui-badge {
    display: inline-block;
    padding: 2px 2px;
    min-width: 16px;
    height: 16px;
    border-radius: 18px;
    background-color: #F12C1F;
    color: #FFFFFF;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    right: 0;
    box-sizing: border-box;
}