[genuitec-file-id="wc1-235"],[genuitec-lp-path="/meet/src/main/webapp/WEB-INF/static/css/detail2020.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

#personBtn_01{
    height: auto;
}
#personBtn_01 div{
    height: 20px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 4px;
}
#personBtn_01 div:first-child{
    top: 10px;
}
#personBtn_01 div:last-child{
    top: 28px;
}
.top ul, li {
    list-style: none;
    text-decoration: none;
}
.top a {
    text-decoration: none;
}
.top .navb, .container-fluid {
    width: 100%;
}
.top .navb a {
    color: #fff;
}
.top .container-fluid {
    zoom: 1;
}
.top .container-fluid:after {
    content: "";
    display: block;
    clear: both;
}
.top .navb-nav {
    float: left;
}
.top .navb-right {
    float: right;
    padding-right: 112px;
}
.top .navb-nav li {
    display: inline-block;
    height: 54px;
    line-height: 54px;
}
.top  .navb-nav li a {
    border-right: 1px solid #fff;
    padding: 0 10px 0 6px;
}
.top  .navb-nav li a:hover{
    text-decoration: none;
}
.top  .navb-nav li:last-child a {
    border-right: none;
}

/* nav 右侧菜单 */
.top  .navb-right li {
    display: inline-block;
    /*position: relative;*/
}
.top  .navb-right li a {
    border-right: none;
    padding: 0 4px;
}
.top .dropdown {
    position: relative;
}
.top .dropdown .dropdown-btn {
    background: url("../details/img/btnBg.png") no-repeat;
    background-size: 100% 100%;
    padding: 9px 10px;
    border-radius: 4px;
}
.top   .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #eee;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.top .dropdown .dropdown-menu {
    position: absolute;
    top: 54px;
    border: 1px solid #ddd;
    z-index: 99;
    width: 100px;
    left: 0;
    background-color: #fff;
}

.top .dropdown-menu li:last-child {
    border-bottom: none;
}
.top  .dropdown-menu li a {
    color: #000;
    font-size: 15px
}
.mask,.linkerMaks {
    min-width: 990px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    top:0;
    left: 0;
    overflow: hidden;
    overflow-y: hidden;
}
.mask_box,.linker_box {
    width: 500px;
    height: 260px;
    border-radius: 10px;
    background: #fff;
    margin: 150px auto 0;
    position: relative;
}
.linker_box{
    height: auto;
}
.linker_box li{
    line-height: 34px;
}
.closeBtn img {
    position: absolute;
    right: 7px;
    width: 18px;
    top: 7px;
    height: 18px;
    cursor: pointer;
}
.mask_tit,.linker_tit {
    text-align: center;
    padding: 26px 0 20px;
}
.mask_tit div,.linker_tit div {
    position: relative;
    font-size: 20px;
    display: inline-block;
}
.mask_tit div::before,linker_tit div::before{
    content: "";
    width: 120px;
    height: 2px;
    background: #03783B;
    position: absolute;
    left: -145px;
    top: 12px;
    border-radius: 10px;
}
.mask_tit div::after,linker_tit div::after {
    content: "";
    width: 120px;
    height: 2px;
    background: #03783B;
    position: absolute;
    right: -145px;
    top: 12px;
    border-radius: 10px;
}
.mask_con {
    text-align: center;
}
.dropdown-hide {
    display: none
}
.linker_box li{
    line-height: 28px;
}
.card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}
.top .navb {
    background: url("../images/titBg.png") no-repeat;
    /*background-size: 100% 100%;*/
    height: 54px;
    position: relative;
    width: 100%;
}
#loginBtn_01{
    position: absolute;
    right: 26px;
}