﻿.tpl-view .def-box {
    padding: 0 .1rem
}

.tpl-view .scroll-box {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: .9rem
}

/*.tpl-view .def-title {
    margin-bottom: .1rem;
    padding-left: .35rem;
    font-size: .42rem;
    color: #fff;
    line-height: 50px;
    background: url("http://medcircle.cn/lib/ydt/erjitpltou.jpg") no-repeat 50%/cover;
}*/

.tpl-view .def-content {
    padding: .1rem;
    font-size: .28rem;
    line-height: 1.5
}

    .tpl-view .def-content img {
        max-width: 100%
    }

.tpl-view .register {
    display: -ms-flexbox;
    display: flex;
    z-index: 8000;
    position: fixed;
    width: 100%;
    line-height: .9rem;
    height: .9rem;
    font-size: .3rem;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #eaeaea
}

    .tpl-view .register .icon {
        width: .35rem;
        height: .35rem;
        vertical-align: middle;
        margin-top: -2px
    }

    .tpl-view .register > div {
        text-align: center;
        width: 3.2rem;
        color: #333
    }

        .tpl-view .register > div:nth-child(2) {
            color: #fff;
            width: 4.3rem
        }

.icon-bofang {
    height: 23px;
    line-height: 23px
}

.search {
    /*height: .6rem;*/
    padding: .2rem 0;
    position: relative
}

    .search input {
        display: block;
        box-sizing: border-box;
        /*width: 7rem;*/
        width: 100%;
        padding: 0 .2rem;
        height: .7rem;
        margin: 0 auto;
        border: 1px solid #ccc
    }

.searchimg {
    position: absolute;
    text-align: center;
    right: 0;
    top: .25rem;
    width: .6rem;
    height: .6rem;
}

.search img {
    margin-top: .12rem;
    margin-left: .12rem;
    display: block;
    width: .36rem;
    height: .36rem;
}

.sel {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden
}

    .sel div {
        /*width: 50%;*/
        width: 100%;
        height: .7rem;
        line-height: .7rem;
        color: #fff;
        text-align: center;
        background-color: var(--color);
        border-right: 1px solid #fff;
        cursor: pointer;
    }

        .sel div:last-child {
            border-right: 1px var(--color) solid
        }

    .sel img {
        width: .5rem;
        display: inline-block;
        vertical-align: middle;
    }

    .sel > div {
        vertical-align: middle
    }

.callist {
    margin-top: .4rem;
    margin-bottom: .4rem;
    margin-left: .4rem;
    border-left: 1px var(--color) solid;
    padding-left: .5rem
}

.info .title {
    font-size: .28rem;
    font-weight: bold;
}

.info .time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .28rem;
    color: var(--color);
    padding-right: .5rem
}

.cal .speaker {
    color: #333;
    font-size: .28rem
}

    .cal .speaker div span {
        color: #666;
        font-weight: bold;
    }

.title .out {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: -.67rem;
    display: block;
    width: .3rem;
    height: .24rem;
    padding: .02rem 0;
    border-radius: 50%
}

.title .in {
    margin: 0 auto;
    display: block;
    width: .24rem;
    height: .24rem;
    background-color: var(--color);
    border-radius: 50%
}

.title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25;
    margin-top: .3rem;
    padding-right: .2rem
}

.time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.calitem {
    margin-top: .2rem;
    padding-left: .3rem;
    font-size: .26rem
}

.subtime {
    margin-top: .05rem;
    font-size: .26rem;
    display: -ms-flexbox;
    display: flex;
    color: var(--color);
    padding-right: .5rem
}

.subtime1 {
    width: 2rem
}

.subspeaker {
    width: 4.5rem;
    color: #333
}

    .subspeaker div span {
        color: #666
    }

.subtitle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: .2rem;
    font-weight: bold;
}

    .subtitle .gray {
        position: absolute;
        left: -.22rem;
        top: .15rem;
        background-color: #999;
        width: .1rem;
        height: .1rem;
        border-radius: 50%
    }

.arrow-right {
    position: absolute;
    left: -.82rem;
    top: .05rem
}

.right {
    width: .1rem;
    height: .1rem;
    position: absolute;
    left: 0;
    top: 0
}

.right-arrow1, .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 8px dashed transparent;
    border-right: 8px dashed transparent;
    border-bottom: 8px dashed transparent;
    border-left: 8px solid #fff;
    overflow: hidden
}

.right-arrow1 {
    left: 1px;
    border-left: 8px var(--color) solid
}

.right-arrow2 {
    border-left: 8px solid #fff
}

.filterbg {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.filter .filterarea {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 11;
    z-index: 999991;
    display: none;
    overflow-y: auto;
    width: 200px;
    height: 100%;
    background: #333;
    opacity: 30;
}

    .filter .filterarea li {
        border-bottom: 1px solid #222;
        text-align: left;
    }

        .filter .filterarea li a {
            display: block;
            padding: 10px 10px;
            color: #fff;
            font-size: 16px;
            line-height: 1.42857143;
        }

.timeblock {
    /*padding-bottom: .44rem;*/
    background: #fff;
    /*margin-bottom: .2rem;*/
}

.time {
    height: .55rem;
    /*width: 100%;*/
    margin: 0 0 0 .23rem;
    line-height: .55rem;
    padding-top: .1rem;
    font-size: .3rem;
    color: #666;
    margin-bottom: .1rem;
}

.line {
    /*width: 100%;*/
    margin: 0 .23rem;
    height: 2px;
    background: #f0f0f0;
}

.hall {
    height: .55rem;
    line-height: .55rem;
    padding-top: .1rem;
    font-size: .3rem;
    color: #000;
    margin-bottom: .1rem;
    /* text-align: right;
    */
    margin-right: .23rem;
    margin-left: .23rem;
    font-weight: bold;
}

.titleicon {
    margin-right: .08rem;
    color: var(--color);
}
