#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}
.hide, .mbS, .ipad-show {
    display: none;
}
.pop-container, #viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 90px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 100001;
    display: none;
}

.tabstrip-device{
    width: 100%;
    position: relative;
margin: 20px 0px;
}
.tabstrip-device > ul{
    display: flex;
    flex-direction: row;
    padding: 0;
    text-align: center;
    width: 100%;
padding: 0 !important;
}
.tabstrip-device> ul li{
    margin: 0 5px 0 0;
    padding: 7px 35px;
    line-height: 32px;
    font-size: 18px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 8px 8px 0 0;
    cursor: pointer; 
    list-style: none !important;
}
.tabstrip-device > ul li.active{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
    font-weight: 600;
    color: white;
    background-color: #0099FF;
    transition: background .5s ease;
}

.tabstrip-device .desc-tab{
    border-top: solid 1px #3f97fd;
    border-bottom: solid 1px #3f97fd;
    width: 100%;
    padding: 15px 0px 40px;
    background: #fff;
    display:none
}
.tabstrip-device .desc-tab.active{
    display: block;
}
