
/*通用样式*/
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input, select {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button, html input[type=button], input[type=submit], input[type=text] {
    -webkit-apperance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    /*width: 100%;*/
}

em, i, u {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}

.clear, .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.bg-primary {
}
html{
    width:100%;
    height:100%;
}
body {
    font: 14px/150% "microsoft yahei", Arial, Verdana, "\5b8b\4f53";
    color: #424142;
    background: #fafafa;
    height: 100%;
    width:100%;
    max-width:640px;
    margin: 0 auto;
}

a {
    color: #666;
    text-decoration: none;
}
.content{
    height:100%;
    width:100%;
}
/*普外科*/
.nav{
    /*height:50px;*/
    /*line-height:50px;*/
    background-color:#fff;
    border-bottom:1px solid #f3f3f3;
}
.nav li{
    display: table-cell;
    overflow: hidden;
    width: 1%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:16px;
    /*font-weight:bold;*/
    /*padding:10px 0;*/
    border-bottom:3px solid #fff;
}
/*.nav li.active{*/
    /*color:#861e51;*/
    /*border-bottom:3px solid #861e51;*/
/*}*/

.details{
    margin-top:15px;
}
.details-list .live-tit{
    height:45px;
    line-height:45px;
    padding:0 10px;
    background-color:#fff;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
}

.details-list .live-tit>img{
    margin-right:6px;
}
.details-list .introduce{
    padding:10px 10px;
    position:relative;
    display:block;
}
.details-list .introduce .pic{
    width:30%;
    position:relative;
    border:1px solid #f3f3f3;
    border-radius:5px;
}
.details-list .introduce .pic>img{
    width:100%;
}
.introduce .pic .pic-tip{
    position:absolute;
    left:0;
    top:0;
}
.introduce .text{
    margin-top:10px;
    margin-left:10px;
    width:60%;
}
.introduce .text .subtitle{
    margin-top:3%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.introduce .text .grey{
    color:#9a9a9a;
    margin-top:3%;
}
.introduce .text .prue{
    color:#861e51;
    margin-top:3%;

}
.fa{
    font-size:24px;
    color:#d3d3d3;
    position: absolute;
    right: 10px;
    top: 38%;
}
@media screen and (max-width: 320px) {
    .introduce .text{
        margin-top:5px;
    }
}

.introduce .title{
    position:absolute;
    top:0;
    right:16px;
    padding:3px 5px;
    color:#861e51;
    font-size:12px;
    background:url(../images/sm-bg.png) no-repeat center center;
    background-size:cover;
}
.new-live{
    padding:0 10px;
    margin:15px 0;
}
.new-live li{
    width:48.6%;
}
.new-live li .new-pic{
    border:1px solid #f3f3f3;
}
.new-live li .new-pic>img{
    width:100%;
}
.grey p{
    color:#9a9a9a;
    font-size:12px;
}
.more{
    margin:20px 0 20px 0;
    text-align:center;
}
.header{
    height:50px;
    line-height:50px;
    background-color:#861e51;
    color:#fff;
    text-align:center;
    font-size:18px;
}
.margin0{
    margin-top:0px;
}
.tv-show{
    width:95%;
    margin:10px auto;
}
.tv-show .banner{
    margin:10px 0 5px 0;
    position:relative;
}
.tv-show .banner>img{
    width:100%;
}
.tv-show .banner .ban-live{
    position:absolute;
    top:0;
    left:0;
}
.grey2{
    color:#9a9a9a;
}


/*上拉加载*/
#wrapper{
    width: 100%;
    /*height:512px;*/
    position: absolute;
    left: 0;
    /*top: 4rem;*/
    /*bottom: 4rem;*/
    overflow: hidden;
    z-index: 1;
    /*background-color: #ccc;*/
}

.more{
    height: 1rem;
    line-height:1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
/*.pull_icon{*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*background-image: url('../images/pull.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 25px;*/
    /*transition: all .5s;*/
/*}*/
.more span{
    padding-left: .5rem;
    /*color:#fff;*/
}

/*.more .flip{*/
    /*transform: rotate(180deg);*/
/*}*/
/*.loading{*/
    /*background-image: url('../images/loading.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 25px;*/
/*}*/
/*.more .loading{*/
    /*-webkit-transform: rotate(0deg) translateZ(0);*/
    /*-webkit-transition-duration: 0;*/
    /*-webkit-animation-name: loading;*/
    /*-webkit-animation-duration: 2s;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-timing-function: linear;*/
/*}*/

/*@-webkit-keyframes loading {*/
    /*from {*/
        /*-webkit-transform: rotate(0deg) translateZ(0);*/
    /*}*/
    /*to {*/
        /*-webkit-transform: rotate(360deg) translateZ(0);*/
    /*}*/
/*}*/









