@import url('../layui/css/layui.css');
@import url('../swiper/swiper.css');
@import url('common.css');
@import url('ad.css');


.meet-doc-menu {
    position: fixed;
    top: 195px;
    right: 0px;
    height: auto;
    width: 120px;
    background-color: #f7f7f7;
    display: none;
    z-index: 10000;


}
.meet-doc-menu .current{
    background-color: #137ec1;
    color: #fff;
}
.meet-doc-menu span {
    display: block;
    line-height: 35px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
    border-left: 1px solid #eee;
    cursor: pointer;
}

.anchor a{
    color:#003399;
    text-decoration: underline;
    
}
.anchor a:hover{
    text-decoration: none;
}