/*-----------------------------------列表页头部*/

h4 {
    font-weight: normal;
}

.tu {
    line-height: 0;
    font-size: 0;
    width: 7.1rem;
    padding: 0.15rem 0.2rem;
    background-color: #fff;
}

.tu img {
    width: 100%;
}


/*-----------------------------------分段标题*/

.tab {
    /* height: 0.3rem; */
    line-height:0.3rem;
    padding: 0.2rem 0.15rem;
    position: relative;
}
.tab::after {
    content: '';
    display: block;
    clear: both;
}

/* .tab>span {
    width: 0.08rem;
    height: 0.3rem;
    background: #3A71FB;
    display: block;
    position: absolute;
    top: 0.2rem;
    left:0.2rem;
} */

.tab>i{
    float: left;
    font-size: 0.22rem;
    color: red;
    margin-right: 0.1rem;
}

.tab>p {
    float: left;
    color: #262626;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.tab>p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* z-index: -1; */
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, right top, left top, from(#0046FF), to(#BE9AFF));
    background: linear-gradient(90deg, #0046FF 0%, #BE9AFF 100%);
    border-radius: 2px;
    opacity: 0.3;
}

.tab>.tab_ {
    float: right;
    color: #000;
}

.tab>.tab_>span {
    font-size: 0.28rem;
    display: inline-block;
    font-weight: normal;
}

.tab>.tab_>i {
    font-style: normal;
    padding: 0 9px;
}

.tab>.tab_>span.active {
    color: #3A71FB;
    border-bottom: 1px solid #3A71FB;
}


.tab>a {
    float: right;
    font-size: 0.26rem;
    color: #666;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.tab>a i {
    display: inline-block;
    width: 0.13rem;
    height: 0.13rem;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-left: -2px;
}


/*-----------------------------------头部tab*/

.banner {
    background: #fff;
    /* border-bottom:1px solid #ebebeb; */
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.swiper-container {
    margin: 0 .2rem;
}

.swiper-wrapper {
    width: 1000%;
    height: 100%;
    /* padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap; */
}


/*.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}*/


/*.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3A71FB;
    width: 15px;
    border-radius: 5px;
}*/


/*.swiper-container> .swiper-pagination.swiper-pagination-bullets {
    bottom: 2px;
}*/

.swiper-slide {
    width:3rem;
    float: left;
}

.swiper-slide a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#laoshi .swiper-slide a img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    position: relative;
    z-index: 333;
}

/*.swiper-slide a img {
    display: block;
    width: 1.8rem;
    height: 1.35rem;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}*/

.swiper-slide a .boxx{
    width:3rem;
    padding: 0.6rem 0.2rem 0;
    margin-top: -0.6rem;
    padding-bottom: 0.2rem;
    /* box-shadow:-3px 8px 14px 0px rgba(218,218,218,1); */
    border-radius: 0.05rem;
    background: #F9F9F9;
}

.swiper-slide a h4 {
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.6rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}

.swiper-slide a p {
    width: 100%;
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#laoshi a .tx {
    width: 90%;
    margin: auto;
    background: url(../Public/ls.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#laoshi a .tx>img {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
}


/*-----------------------------------老师预约*/

.zxs {
    background: #fff;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.zxs>.lslist {
    width: 7.1rem;
    padding: 0 0.2rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zxs .lslist a {
    display: block;
    width: 1.6rem;
    height: 2.5rem;
    margin: 0 0.08rem;
}

.zxs .lslist a h4 {
    font-size: 0.28rem;
    line-height: 0.52rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zxs .lslist a p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.2rem;
    overflow: hidden;
    color: #666666;
}

.zxs .lslist a p span {
    display: inline-block;
    width: 80%;
    font-size: 0.2rem;
    color: #666666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zxs .lslist>a .tx {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    margin: auto;
    position: relative;
    border: 1px solid #d9d9d9;
}

.zxs .lslist a .tx img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}


/*-----------------------------------事件预约*/

.hdtj {
    background: #fff;
    margin-bottom: 0.1rem;
}

.fang {
    padding: 0;
    background: #fff;
}

.fang>a {
    width: 7.1rem;
    padding: 0.2rem 0rem;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
}

.fang>a>img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: block;
    border: 1px solid #d9d9d9;
}

.fang a>div {
    width: 5.5rem;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px;
}

.fang>a>div>h4 {
    width: 4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.5rem;
    font-weight: 500;
}

.fang>a>div>h4>span {
    display: inline-block;
    /* width: 36px; */
    width: auto;
    height: 18px;
    color: #F87F33;
    background: rgba(248, 127, 51, 0.08);
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
}

.fang>a>div p {
    width: 100%;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content:flex-start;
    align-items: center; */
    line-height: 0.4rem;
    color:#999;
    font-size: 0.24rem;
}
.fang>a>div .itemp.out_list {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fang a div p img{
    margin-right: 5px;
}
.fang a div p span{
    color: #999;
    font-size: 0.2rem;
}

.fang a div p.itemp>span{
    /* margin: 4px 7px 4px 0;
    display: inline-block;
    background: #f3f3f3;
    color: #999999;
    padding: 1px 7px; */
}
.fang .yuyue_btn_box {
    display: flex;
    justify-content: flex-end;
}
.fang .yuyue_btn {
    display: block;
    height: 24px;
    background: rgba(64, 128, 255, 0.08);
    border: 1px solid rgba(64, 128, 255, .45);
    border-radius: 24px;
    color: #4080FF;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    padding: 0 .2rem;
}
.fang a div>span{
    display: block;
    width: 56px;
    height: 24px;
    background: rgba(64, 128, 255, 0.08);
    border: 1px solid rgba(64, 128, 255, .45);
    border-radius: 24px;
    color: #4080FF;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 0;
    /* bottom: 5px; */
    top: 5px;
}

/*.fang>a>div p.state {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1rem;
    justify-content: flex-end;
}



.fang>a>div>p>span:last-child {
    float: right;
}

.fang>a>div>p>span>i {
    font-style: normal;
    color: #ff4242;
}

.fang a div p span.keyy {
    color: #3A71FB;
    font-size: 0.25rem;
}

.fang a div p span.yiman {
    color: #ff4242;
}*/


/*.fang>a>div>p{
    width:100%;
    font-size:12px;
    color:#2b2b2b;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden; 
}*/

.tips {
    width: auto;
    height: 94px;
    background: #EEF4FF;
    border: 1px solid #94B7FF;
    border-radius: 4px;
    margin: 10px 20px;
    padding: 5px 6px;
    position: relative;
}
.tips>h4 {
    font-size: 14px;
    color: #262626;
    font-weight: bold;
}
.tips>h4>img {
    width: 12px;
    height: 12px;
    vertical-align: -1px;
}
.tips>p {
    font-size: 12px;
    line-height: 20px;
    color: #595959;
    padding-left: 17px;
    height: 58px;
    overflow: hidden;
}


/*-----------------------------------预约详情*/

.toubu {
    background-color: #fff;
    font-size: 0.3rem;
    border-bottom: 1px solid #ebebeb;
}


.tou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width:7.1rem; */
    padding: 0 20px 10px 20px;
}

.tou .zuo {
    width: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zuo .shi {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}

/*.zuo .jian {
    width: 1.45rem;
    height: 1.45rem;
}*/


.tou .you {
    width: 5.2rem;
    position: relative;
}

.tou .you p.time {
    position: absolute;
    top: -0.6rem;
    right: 0;
    color: #FF0000;
    font-size: 0.24rem;
}

.tou .you h4 {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.6rem;
}

.tou .you p {
    /* height: 0.45rem; */
    font-size: 0.24rem;
    color: #999;
    line-height: 0.45rem;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.tou .you p img {
    height: 0.22rem;
    margin-right: 8px;
}


.tou .you p span {
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    color:#999;
}

/* .details {
    border-top: 1px solid #ddd;
} */

.shuoming {
    background: #fff;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ebebeb;
}

.shuoming>p {
    padding: 0 20px 0 20px;
    color: #666;
    font-size: 0.25rem;
    text-align: justify;
    word-break: break-all;
}

.shuoming .fujian {
    width: 6.7rem;
    padding: 0 0.4rem;
}

.shuoming .fujian a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shuoming .fujian img {
    height: 0.3rem;
}

.shuoming .fujian .adj_img_2 {
    width: 0.2rem;
}

.shuoming .fujian h6 {
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.25rem;
}

.shuoming .fujian {
    font-size: 0.25rem;
    color: #666;
}

.zhiqing{
    font-size: 0.24rem;
    padding-left: 0.4rem;
    line-height: 0.5rem;
    margin-top: 0.3rem;
}

.zhiqing input[type="checkbox"]{
    width: 0.23rem;
    height: 0.23rem;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    vertical-align: -1px;
}

.zhiqing input[type="checkbox"]:checked{
    background: url(../images/zidingyi/gou.png) no-repeat 45% 45%;
    background-size: 0.15rem 0.14rem;
    border-color: #3A71FB;
}

.zhiqing a{
    color:#3A71FB;
}

.infoList{
    padding:0.2rem 0.2rem 0.2rem 0.4rem;
}

.infoList p{
    font-size: 0.24rem;
    color:#666;
    padding:0.1rem 0;
    line-height: 0.3rem;
}

/* .infoList p a.fu{
    display: inline-block;
    width:80%;
    height:0.3rem;
    line-height: 0.4rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */


.detail-warp {
    width: 100%;
    height: 2.4rem;
    position: relative;
    margin-bottom: 1.2rem;
}

.detail-warp img {
    width: 100%;
    height: 100%;
}

.deatil-navs {
    width: 80%;
    height: 1.12rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.08);
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    margin-left: -43%;
    padding: 0.24rem;
}

.deatil-navs .detail-img {
    float: left;
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 8px;
    margin-right: 12px;
}

.deatil-navs .detail-title {
    float: left;
    width: 75%;
}

.deatil-navs .detail-title h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 0.65rem;
}

.deatil-navs .detail-title p {
    font-size: 14px;
    margin-top: 0.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-list {
    height: 0.56rem;
    line-height: 0.56rem;
    margin: 0 0.4rem 0.4rem;
}

.detail-list i {
    float: left;
    color: #f00;
}

.detail-list li {
    float: left;
    font-size: 16px;
    margin-right: 0.2rem;
    width: auto;
    font-weight: bold;
    position: relative;
}

.detail-list li.active::after {
    content: "";
    width: 100%;
    height: 0.12rem;
    background: linear-gradient(90deg,rgba(0,70,255,1) 0%,rgba(190,154,255,1) 100%);
    border-radius: 2px;
    opacity: 0.64;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
}

.riqi {
    background: #fff;
}

.fujian li {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

.fujian li a {
    display: block;
}

.adj_div {
    float: left;
    width: 62%;
    font-size: 14px;
}

.adj_div h4 {
    font-size: 14px;
    color: #000;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenjuan {
    padding: 0.2rem 0.4rem;
    width: 6.7rem;
    font-size: 0.24rem;
    color: #ff0000;
}

.wenjuan a {
    display: inline-block;
    /*width: 1rem;*/
    padding:0 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #3A71FB;
    border: 1px solid #3A71FB;
    background-color: #fff;
    border-radius: 0.1rem;
    text-align: center;
    margin-left: 0.2rem;
}

.yuyue_bm {
    width: 7.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    position: fixed;
    bottom: 0;
    font-size: 0.3rem;
    text-align: center;
    z-index: 1000;
}

.yuyue_bm1 {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.9rem;
    background-color: #3A71FB;
    color: #fff;
}

.yuyue_bm2 {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.9rem;
    background-color: #CCCCCC;
    color: #fff;
}

.tan {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.tanBox {
    width: 85%;
    background-color: #fafafc;
    font-size: 0.3rem;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.tanBox h4 {
    font-size: 17px;
    font-weight: 400;
    /* height:0.8rem;
    line-height: 0.8rem;*/
    /*background-color: #e3e3e3;*/
    color: #333;
    padding: 1.2em 0 .5em;
}

.tanBox p {
    /*font-size: 0.26rem;*/
    /*line-height: 0.6rem;*/
    /*padding:0.3rem 0 0 0.2rem;*/
    text-align: center;
    padding: 0.2rem 20px 0;
    font-size: 15px;
    word-wrap: break-word;
    word-break: break-all;
}

.tanBox.zhai p {
    line-height: 0.4rem;
    text-align: left;
    padding: 0.1rem 0 0 0.2rem;
    color:#333;
}
.tanBox.zhai p span{
     color: #888;
}


.tanBox h5 {
    display: flex;
    justify-content: center;
    padding: 0.2rem 0;
    border-top: 1px solid #d5d5d6;
    margin-top: 0.2rem;
}

.tanBox h5 a {
    width:49%;
    text-align: center;
    /*display: block;*/
    /*padding: 0 0.8rem;*/
    /* width:1.2rem;
    height:0.5rem;
    line-height: 0.5rem;*/
    /*border:1px solid #3A71FB;
    border-radius: 2px;*/
    color: #666;
    font-size: 16px;
    border-right: 1px solid #d5d5d6;
}

.tanBox h5 a.sure {
    /*background-color: #3A71FB;*/
    color: #3A71FB;
    border-right: 0px solid #d5d5d6;
}

.box {
    width: 6.7rem;
    padding: 0.2rem 0.4rem;
}

.box p {
    width: 6.26rem;
    /* height: 0.74rem; */
    color: #666;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 0.16rem;
    padding: .2rem;
    position: relative;
}

.box p .riq{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
}
.box p .adr{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 0.22rem;
    color:#666;
}

.box p .icon{
    height:0.24rem;
    margin-right: 3px;
}

.box.num p {
    height: auto;
}

.box p small {
    font-size: 12px;
    color: #595959;
    display: block;
}

.box p.selected {
    color: #3A71FB;
    border: 1px solid #3A71FB;
    background: rgba(239,243,255,1);
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(59,112,252,0.26);
}

.box p.selected span {
    color: #3A71FB;
}
.box p.selected small {
    color: #3A71FB;
}

.box p input[type="radio"] {
    width: 0.22rem;
    height: 0.22rem;
    border: 1px solid #666;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    margin-right: 0.1rem;
    display: none;
}

.box p input[type="radio"]:checked {
    background: url(../images/zidingyi/gou.png) no-repeat 45% 45%;
    background-size: 0.15rem 0.14rem;
    border-color: #3A71FB;
}

.box p span.surplus{
    font-size: 12px;
    display: block;
    position: absolute;
    right: .2rem;
    top: .23rem;
}

.num span {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 0.2rem 0.2rem 0;
    font-size: 0.25rem;
    color: #3A71FB;
    border: 1px solid #3A71FB;
    border-radius: 50%;
    text-align: center;
}

.num span.token {
    color: #fff;
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
}

.num span.selected {
    border: 1px solid #3A71FB;
    background-color: #3A71FB;
    color: #fff;
}


/* -----------------我的预约列表-------------------- */
.myList {
    display: block;
    width: 84%;
    /* height: 2.16rem; */
    border-radius: 4px;
    padding: .25rem;
    background-color: #fff;
    font-size: .25rem;
    margin: .3rem;
    overflow: hidden;
}

.myList a {
    display: block;
    width: 100%;
    height: 100%;
}

.myList img {
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 3px;
    float: left;
}

.ccItrm {
    float: left;
    width: 78%;
    height: 100%;
    margin-left: .25rem;
}

.ccItrm-title {
    /* height: 1.14rem; */
    border-bottom: 1px solid #dedede;
}

.ccItrm-title h4 {
    font-size: 15px;
    line-height: .6rem;
}

.ccItrm-title h4 span {
    font-size: 14px;
    float: right;
}

.ccItrm-title p {
    line-height: .4rem;
}

.ccItrm>p {
    line-height: .45rem;
}

/* .myList a p{
    padding:0.05rem 0 0.05rem 0.8rem;
    line-height: 0.35rem;
    color:#333;
    position: relative;
    overflow:hidden;
}

.myList a p span{
    position: absolute;
    left:0px;
    top:0.05rem;
    line-height: 0.35rem;
    color:#666;
}
.myList a .de span{
    display: inline-block;
    width:0.8rem;
    color:#666;
} */

.shenstatus{
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: .25rem;
}

.recordList{
    font-size: .24rem;
}

.recordList>div{
    display: flex;
    align-items: top;
    justify-content: center;
    margin-bottom: .2rem;
}

.recordList span{
    display: block;
    width: 1.4rem;
}

.recordList p{
    width: 5.5rem;
    color: #666;
}


/* -------------我的预约详情------------ */
.detail-main {
    margin: 0 .25rem .4rem;
    background: #fff;
    padding-bottom: .4rem;
}

.detail-main h3 {
    font-size: 16px;
    padding-bottom: .2rem;
    background: #F9F9F9;
}

.deta-item {
    padding: 0 .4rem;
}

.deta-item h5 {
    font-size: 12px;
    color: #666;
}

.deta-item p.user {
    font-size: 12px;
    color: #333;
    margin: .2rem 0 .3rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: .3rem;
}

.deta-item h4 {
    font-size: 16px;
    margin: .4rem 0;
}

.deta-item p.data-p {
    font-size: 15px;
    color: #333;
    margin: .2rem 0 .3rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: .2rem;
    overflow: hidden;
}

.deta-item p.data-p span {
    margin: 0 .3rem .1rem 0;
    display: block;
    float: left;
    display: none;
}

.deta-item li {
    font-size: 14px;
    line-height: .48rem;
}

.deta-list {
    display: none;
}

.deta-list.active {
    display: block;
}

.data-div p.data-p {
    margin: .2rem 0 .4rem;
    padding-bottom: .4rem;
}






/* -----------------列表------------------ */

.page__bd {
    background: #efeff4;
    height: 1.8rem;
    position: relative;
}

.weui-search-bar__box {
    width: 84%;
    padding-left: 15px;
    padding-right: 0;
}

.weui-search-bar__box input {
    width: 97%;
    height: 1.5rem;
    margin-top: 0.13rem;
    border: none;
    outline: none;
    text-align: center;
    background: #fff;
}

.weui-search-bar__box .bar__img {
    position: absolute;
    right: 65px;
    top: 24%;
    width: 20px;
    height: 20px;
}

.we-math {
    width: 25px;
    height: 17px;
    margin-left: 38%;
    position: absolute;
    left: 51%;
    top: 24%;
    z-index: 1000;
}

.foot {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    text-align: center;
    color: #3A71FB;
    font-size: 15px;
}

.foot span {
    text-align: center;
    color: #3A71FB;
    font-size: 15px;
}

.foot a {
    top: 0px;
    z-index: 75;
    color: #3A71FB;
    height: 40px;
    line-height: 40px;
}

.foot a.pn {
    width: 100px;
    right: 15px;
    background: url(../images/icon_arrow.png) no-repeat 100% 50%;
    background-size: 24px 24px;
}







button,
input,
select {
    font: 100% tahoma, \5b8b\4f53, arial;
    vertical-align: baseline;
    border-radius: 0;
    background-color: transparent;
}

address,
caption,
cite,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400;
}





/*------------------------------弹出层*/

.m-popup-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    display: none;
}

.m-popup {
    width: 100%;
    height: 60%;
    position: fixed;
    background-color: #fff;
    z-index: 1501;
    padding-bottom: 55px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    pointer-events: none;
}

.m-popup.popup-bottom {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    right: 0;
    bottom: 0;
}

.m-popup.popup-show {
    pointer-events: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}








.swiper-main {
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border: 1px solid #d7d7d7;
    border-right: 0;
    box-sizing: border-box;
}

.swiper-main>a {
    color: #3A71FB;
    font-size: 14px;
}

.swiper-main>i {
    display: block;
    border: 4px solid transparent;
    border-top: 4px solid #3A71FB;
    margin-top: 19px;
    float: right;
    margin-right: 12px;
}

.active {
    color: #3A71FB;
}

.yijieshu {
    color: #7c7e92;
}

.weui-tab__panel>div>ul {
    display: none;
}

.navtab {
    overflow: hidden;
    background-color: #fff;
    display: flex;
    width: 7.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    align-items: center;
    justify-content: space-around;
    height: 45px;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
}

.t1 {
    font-size: 0.3rem;
    color: #333;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-weight: bold;
}

.t1.on {
    color: #3A71FB;
    border-bottom: 2px solid #3A71FB;
}


.max-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
    opacity: 0;
}

.nav-wrapper {
    position: fixed;
    right: -136px;
    top: 0;
    padding: 25px 0;
    bottom: 0;
    background: #069d77;
    z-index: 9999;
    width: 136px;
}

.nav li {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.nav li a {
    color: #fff;
    padding: 0 25px;
    display: block;
}

.nav li a span {
    padding-left: 5px;
}

.back_top {
    z-index: 9999;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 10px;
    border-radius: 100%;
    display: none;
}

.back_top img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.m-popup-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    display: none;
}

.m-popup {
    width: 100%;
    height: 60%;
    position: fixed;
    background-color: #fff;
    z-index: 1501;
    padding-bottom: 55px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    pointer-events: none;
}

.m-popup.popup-bottom {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    right: 0;
    bottom: 0;
}

.m-popup.popup-show {
    pointer-events: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.title {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    text-indent: 10px;
    padding: .25rem .2rem;
    border-bottom: 1px solid #f3f3f3;
    font-size: 0.25rem;
}

.title .flexbox-item {
    flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.btn-primary {
    background-color: #3A71FB;
    color: #fff;
}

.btn,
.btn-block {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    border-radius: 3px;
}

.btn {
    height: 0.4rem;
    font-size: 0.5rem;
    display: inline-block;
    padding: 0 .2rem;
    box-sizing: content-box;
    font-size: 0.25rem;
}



.m-flexbox {
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.m-flexbox .left-flex {
    border-right: 1px solid #d9d9d9;
}

.m-flexbox .flexbox-item {
    height: 100%;
    width: 30%;
    float: left;
}

.m-flexbox .flexbox-item.item-flex {
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    background: #eeeeee;
    display: none;
}

.m-cell-box {
    margin-bottom: .35rem;
}

.m-cell {
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.cell-item {
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.cell-right {
    width: 100%;
    min-height: 0.7rem;
    color: #525252;
    text-align: right;
    font-size: 15px;
    padding-right: .24rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cell-left,
.cell-right {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}

.position-select .m-flexbox .cell-item span {
    font-size: .26rem !important;
}

.cell-arrow:after {
    margin-left: .05rem;
    margin-right: -.08rem;
    display: block;
    font-family: YDUI-INLAY;
    font-size: .34rem;
    color: #c9c9c9;
    content: ">";
}

.cell-item:not(:last-child):after {
    margin-left: .24rem;
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.cell-item {
    border-bottom: 1px solid #d9d9d9;
}

.m-flexbox .flexbox-item.item-flex .cell-item {
    border-bottom: none;
    line-height: 50px;
}

.m-cell a.cell-item,
.m-cell .cell-item {
    background-color: #fff;
}

.xuanzhong {
    color: #3A71FB
}

.cell-right input[type=checkbox]:not(.m-switch):checked+.cell-radio-icon:after,
.cell-right input[type=radio]:checked+.cell-radio-icon:after {
    display: inline-block;
}

.cell-right input[type=checkbox]:not(.m-switch)+.cell-radio-icon:after,
.cell-right input[type=radio]+.cell-radio-icon:after {
    content: "√";
    color: #3A71FB;
    display: none;
}

.cell-right input[type=checkbox]:not(.m-switch):checked+.cell-checkbox-icon:after,
.cell-right input[type=radio]:checked+.cell-checkbox-icon:after {
    color: #3A71FB;
    content: "√";
}

.cell-right input[type=checkbox]:not(.m-switch)+.cell-checkbox-icon:after,
.cell-right input[type=checkbox]:not(.m-switch)+.cell-radio-icon:after,
.cell-right input[type=radio]+.cell-checkbox-icon:after,
.cell-right input[type=radio]+.cell-radio-icon:after {
    font-family: YDUI-INLAY;
    font-size: .44rem;
}

.cell-right input[type=checkbox]:not(.m-switch),
.cell-right input[type=radio] {
    position: absolute;
    left: -9999em;
}

.normal-select .popup-bottom .m-cell-box {
    height: 100%;
    margin-bottom: 0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-scrolling: touch;
}

.cell-icon {
    display: block;
    margin-right: .1rem;
}

.list h4 small {
    display: inline-block;
    width: 58%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list_p span {
    margin-right: 3%;
    font-size: 12px;
    display: inline-block;
}
.checkBox dt{
    width: 85%;
}
.checkBox dt p{
    font-size: 0.2rem;
    margin-left: 0.2rem;
    margin-top: 0.15rem;
}
.checkBox dt .conversation_list{
    margin-top: 0.1rem;
}
.checkBox dt .conversation_list input{
    margin-left: 0.05rem;
    margin-right: 0px;
    width: 0.2rem;
    height: 0.2rem;
}
.checkBox dt .conversation_list label{
    display: inline-block;
    letter-spacing: 0.03rem;
    font-size: 0.15rem;
    margin-top: 0.1rem;
    margin-right: 0.19rem
}
.step4 span{
    width: 0.08rem;
    height: 0.3rem;
    background: #3A71FB;
    display: block;
}
.step9 textarea{
    display: block;
    width: 180%;
    height: 0.9rem;
    margin: 0 auto;
    padding: 0.1rem 0.14rem;
    resize: none;
}



/* -----------------------话题选择------------------- */
.desc-list{
    font-size: 12px;
    margin: 0 0.4rem 0.2rem;
}
.desc-list i{
    float: left;
    margin-right: 3px;
    color: #f00;
    margin-top: 2px;
}
.checkBox .desc_main{
    font-size: 0.22rem;
}
.checkBox .desc_main:first-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}
.describe{
    margin: 0 0.4rem 0.2rem;
    padding-bottom: 0.2rem;
    color: #666;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}
.describe:last-child{
    border-bottom: 0;
}
.describe p{
    line-height: 0.5rem;
    font-size: 12px;
}
.describe .conversation_list{
    float: left;
    margin: 0 0.15rem 0.15rem 0;
    border-radius: 4px;
    border: 1px solid rgba(222,222,222,1);
    padding: .024rem .2rem;
}
.describe .conversation_list.active{
    border: 1px solid rgba(59,112,252,1);
}
.conversation_list input[type="checkbox"]{
    width: 11px;
    height: 11px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 0;
    outline: none;
    vertical-align: -1px;
    display: none;
}
.conversation_list input[type="checkbox"]:checked{
    background: url(../images/zidingyi/gou.png) no-repeat 45% 45%;
    background-size: 0.15rem 0.14rem;
    border-color: #3A71FB;
}
.desc_main .description{
    border-bottom: 1px solid #dedede;
    padding-bottom: .2rem;
    margin: 0 0.4rem 0.2rem;
}
.desc_main .description textarea{
    margin: 0;
    width: 95%;
    height: 1.5rem;
    padding: 0.15rem;
    outline: none;
    resize: none;
    border: 0;
}

/* --------------------学生信息------------------------- */
/* .student-inform {
    display: none;
} */

.student-list {
    margin: 0 .4rem .3rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    overflow: hidden;
}

.student-list label {
    display: block;
    font-size: 12px;
    margin-bottom: .2rem;
}

.student-list input {
    display: block;
    width: 99%;
    height: .7rem;
    border: 0;
    outline: none;
}

.student-list select {
    float: left;
}
.select2-results__option {
    font-size: 12px;
}
.select2-search--dropdown {
    font-size: 14px;
}


.weui_mask#weuimask {
    z-index: 1000;
}
.step {
    margin-top: 15px;
}
.step p {
    font-size: 13px;
    margin-bottom: 20px;
}
.stepknow {
    margin: 0 0 20px;
    text-align: center;
}
.stepknow input[type=checkbox] {
    vertical-align: -1px;
}
.stepknow span {
    font-size: 13px;
    color: #999;
}
.stepknow button {
    display: block;
    margin: 13px auto 20px;
    width: 85px;
    font-size: 12px;
    height: 31px;
    border: 1px solid #3A71FB;
    background-color: #3A71FB;
    color: #fff;
    border-radius: 5px;
    outline: none;
}












