body {
    background: #fff;
}

.nav li a {
    height:5rem;
    line-height:4.5rem;
    border:0;
    border-bottom: 1px solid #e0e0e0; 
}
.nav li:last-child a {
    border-right: 0;
}
.swiper-slide {
    overflow-x:hidden;
    overflow-y:scroll;
}
.content-slide {
    height:auto;
}

.vetscope-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.vetscope-nav li {
    margin:0;
    display: inline-block; 
    text-align: center;
    color: #4d4e4f;
    flex-grow: 1;
    -webkit-box-flex: 1;
    flex: 1;
}
.vetscope-nav li.active:after{
    content: "";
    display: block;
    height: 3px;
    width: 1.6em;
    background: #154877;
    position: absolute; 
    bottom: 11px;
    left: 50%;
    border-radius: 0; 
    margin-left: -0.8em;
}
.vetscope-nav li.active{
    color: #154877;
    position: relative;
}
.vetscope-nav li.active a {
    color: #154877;
}


.vetscope-items {
    margin: 1rem 0;
}
.vetscope-items li {
    background: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 2.2rem;
}
.vetscope-items li  img {
    width: 100%;
}
.vetscope-items li  .tip {
    padding:2px 3px;
    font-size:1rem;
    background:rgba(1,1,1,0.3);
    color:#fff;
    position:absolute;
    top:5px;
    left:5px;
    z-index:88;
    border-radius:3px;
}
.vetscope-items li .info {
    height:4.5rem;
    position:relative;
}
.vetscope-items li .info img {
    width: 4.2rem;
    height:4.2rem;
    border-radius:50%;
    border:1px solid #f0f0f0;
    position:absolute;
    top:5px;
    left:2px;
}
.vetscope-items li .info h3 {
    position:absolute;
    top:5px;
    left:5.2rem;
    margin:0;
    color:#666;
    font-size:1.4rem;
}
.vetscope-items li .info h4 {
    position:absolute;
    top:2.3rem;
    left:5.2rem;
    margin:0;
    color:#2d598b;
    font-size:1.1rem;
    font-weight:normal;
}
.vetscope-items li .info h4 span {
    color:#aaa;
    font-size:1rem;
}
.vetscope-items li .info label {
    padding:4px 6px;
    border-radius:5px;
    background:#1d71bf;
    color:#fff;
    font-size:1.1rem;
    float:right;
    margin-left:5px;
    margin-top:2.4rem;
}

.vetscope-article-items  li .info h3 {
    top:1.8rem;
    left:5.6rem;
}
.vetscope-article-items  li .info h3 span {
    font-weight:normal;
    font-size:1.2rem;
    color:#999;
}
.vetscope-article-items  li h2 {
    font-size:1.8rem;
}
.vetscope-article-items  li > div {
    line-height:1.5;
    margin-bottom:1rem;
}
.vetscope-article-items li {
    width:92%;
    padding:0 3%;
}
.vetscope-article-items .viewvote {
    width:100%;
}

.video {
    object-fit:fill;
}
.video-detail {
    position:relative;
    background:#333;
}
.video-detail img {
    width:100%;
    opacity:0.1;
}
.video-detail .video {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:88;
}
.vetscope-swiper-slide {
    min-height: 40vh;
}
.video-detail-content {
    padding:12px 4px;
    overflow-x:hidden;
    overflow-y:scroll;
    position:relative;
    line-height: 1.6;
}
.video-detail-content h3 {
    font-size:1.8rem;
    color:#333;
    margin: 0.5rem 0;
}
.video-detail-content h5 {
    font-size:1.2rem;
    color:#999;
    font-weight:normal;
    margin:0 0 0.5rem 0;
}
.video-detail-content h4 {
    font-size:1.3rem;
    color:#2d598b;
    font-weight:normal;
    margin:0.4rem 0 0 0;
}
.author_videos {
    display:flex;
    flex-wrap: wrap;
}
.author_videos .author_video {
    width: 45%;
    margin: 1%;
}
.author_videos .author_video img {
    width:100%;
}
.author_videos .author_video h4 {
    margin:0;
}

.vetscope-catagory li a {
    border:0;
    background-color:#f0f0f0;
    margin: 0 10px;
    border-radius: 8px;
    line-height:4.8rem;
}

