@media screen and (min-width: 1920px) {
    .content .searchCon .search{
        margin-left: calc((100vw - 1920px) / 2);
    }

    .content .searchCon input{
        margin-left: calc((1920px - 1392px) / 2);
    }

    .content .searchCon .search{
        background:url(images/menu/newpage/servicelistBanner.png);
        height:136px;
        background-size: 1920px 136px;
        background-repeat: no-repeat;
    }

    .dark .content .searchCon .search{
        background:url(images/menu/newpage/dark/servicelistBanner.png);
        height:136px;
        background-size: 1920px 136px;
        background-repeat: no-repeat;
    }

    .content .con {
        width: 1392px;
        margin-left: calc((100vw - 1392px) / 2);       
        margin-top: 16px;
    }

    .content .con .conLeftComponentTypes{
        width: 220px;
    }

    .content .con .conRightServiceList{
        width: 1156px;
    }
}

@media screen and (min-width: 992px) and (max-width:1919px) {
    .content .searchCon .search{
        margin-left: 10%;
    }

    .content .searchCon .search{
        background:url(images/menu/newpage/servicelistBanner.png);
        height:136px;
        background-size: 1920px 136px;
        background-repeat: no-repeat;
        background-position: right;
    }

    .dark .content .searchCon .search{
        background:url(images/menu/newpage/dark/servicelistBanner.png);
        height:136px;
        background-size: 1920px 136px;
        background-repeat: no-repeat;
        background-position: right;
    }

    .content .con {
        width: 80%;
        margin-left: 10%;       
        margin-top: 16px;
    }

    .content .con .conLeftComponentTypes{
        width: 16%;
    }

    .content .con .conRightServiceList{
        width: 81%;
    }
}

@media screen and (min-width: 992px) and (max-width:1440px) {
    .dark .content .searchCon .search{
        background-position-x:calc(90vw - 1800px);
    }

    .content .con .conLeftComponentTypes{
        width: 200px;
    }

    .content .con .conRightServiceList{
        width: calc(100% - 216px);
    }
}

@media screen and (max-width:991px) {
    .content .searchCon input{
        margin-left: 62px;
    } 

    .content .searchCon .search{
        background:url(images/menu/newpage/servicelistBanner992.png);
        height:136px;
        background-size: 992px 136px;
        background-repeat: no-repeat;
        background-position: right;
    }

    .dark .content .searchCon .search{
        background:url(images/menu/newpage/dark/servicelistBanner992.png);
        height:136px;
        background-size: 992px 136px;
        background-repeat: no-repeat;
        background-position: right;
    }

    .content .con {
        width: calc(100% - 48px);
        margin-left: 24px;       
        margin-top: 16px;
    }

    .content .con .conLeftComponentTypes{
        width: 56px;
    }

    .content .con .conLeftComponentTypes span{
        display: none;
    }

    .content .con .conRightServiceList{
        width: calc(100% - 72px);
    }
}

@media screen and (max-width:1200px){
    .subHeadMenu.help,.subHeadMenu.new{
        display:none;
    }
}

@media screen and (min-width:1200px){
    .subHeadMenu.more{
        display:none;
    }
}

body{
    background-color: #f5f6f6;
    font-family: "微软雅黑";
}

body.dark{
    background-color: #1F1F1F;
}

.dark .content .searchCon input:focus{
    border-radius: 4px;
    outline: none;
    box-shadow: 0px 0px 0px 1px rgba(101,192,252,0.15);
    border: 1px solid #65c0fc !important;
}

.dark .content .searchCon input:hover{
    border: 1px solid #65c0fc !important;
}

.content .searchCon input:focus{
    border-radius: 4px;
    outline: none;
    box-shadow: 0px 0px 0px 1px rgba(0,142,240,0.15);
    border: 1px solid #008ef0 !important;
}

.content .searchCon input:hover{
    border: 1px solid #008ef0 !important;
}

.content .searchCon input{
    margin-top: 44px;
    height: 48px;
    width: 432px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
}

.content .searchCon input::-webkit-credentials-auto-fill-button{
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.content .searchCon{
    background-color: rgba(251,251,251,1);
}

.dark .content .searchCon{
    background-color:#222525;
}

.dark .content .searchCon input{
    background-color: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.15);
    color:rgba(255,255,255,0.45)

}

.dark .searchIcon{
    color:rgba(255,255,255,0.45);
}

.conLeftComponentTypes ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.conLeftComponentTypes{
    float: left;
    margin-left: 0px;
    border-radius: 4px
}

.conLeftComponentTypes{
    background-color: rgba(255, 255, 255, 1);
}

.dark .conLeftComponentTypes{
    background-color: rgba(225, 225, 225, 0.08);
}

.conLeftComponentTypes ul{
    padding-top: 8px;
    padding-bottom: 68px;
}

.conLeftComponentTypes ul svg{
    vertical-align:  middle;
    margin-right: 8px;
}

.componentText{
    display: inline-block;
    width: calc(100% - 55px);
    vertical-align: text-top;
}

.dark .menuComponent {
    color: rgba(255,255,255,0.65);
}

.dark .menuComponent:hover{
    color:rgba(255,255,255,1) !important;
    background-color:rgba(255,255,255,0.04) !important;
    cursor: pointer;
}

.conRightServiceList{
    float:left;
    margin-left: 16px;
    border-radius: 4px;
    min-height: 1246px;
}

.conRightServiceList{
    background-color: rgba(255, 255, 255, 1);
}

.conRightServiceList .serviceInterfaceType, .conRightServiceList .serviceInterfaceType a{
    height: 22px;
    font-size: 14px;
    line-height: 22px;
}

.conRightServiceList .serviceInterfaceType a{
    cursor: pointer;
}

.conRightServiceList .serviceInterfaceType a{
    text-decoration-line: none;
    margin-right: 16px;
    margin-left: 16px;
    white-space: nowrap;
}

.dark .conRightServiceList{
    background-color: rgba( 225, 225, 225, 0.08);
}

.conRightServiceList .serviceInterfaceType, .conRightServiceList .serviceInterfaceTypeList{
    color: rgba(0,0,0,0.45);
}

.conRightServiceList .serviceInterfaceType a{
    color: rgba(0,0,0,0.85);
}

.dark .conRightServiceList .serviceInterfaceTypeList{
    color: rgba(255,255,255,0.45);
}

.dark .conRightServiceList .serviceInterfaceType, .dark .conRightServiceList .serviceInterfaceType a{
    color: rgba(255,255,255,0.85);
}

.conRightServiceList .serviceInterfaceType a:hover{
    color: #ff483e;
}

.dark .conRightServiceList .serviceInterfaceType a:hover{
    color: #e04c40;
}

#count_componentType{
    color:rgba(0,0,0,0.45);
}

#count_interfaceType{
    color:rgba(0,0,0,0.85);
}

.dark #count_componentType{
    color:rgba(255,255,255,0.45);
}

.dark #count_interfaceType{
    color:rgba(255,255,255,0.85);
}

.divider{
    display: inline-block;
    vertical-align: middle;
}

.divider{
    border-left: 1px solid rgba(0,0,0, 0.12);
}

.dark .divider{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.conRightServiceList .serviceCount {
    height:22px;
    font-size:14px;
    line-height:22px;
}

.dark .conRightServiceList .serviceCount {
    color: rgba(0,0,0,0.65)
}

.dark .conRightServiceList .serviceCount .serviceCountTitle{
    color: rgba(0,0,0, 0.45)
}

.dark .conRightServiceList .serviceCount {
    color: rgba(255, 255, 255, 0.65)
}

.dark .conRightServiceList .serviceCount .serviceCountTitle{
    color: rgba(255, 255, 255, 0.85)
}

#table th{
    padding-left:16px;
    height: 22px;
    font-size: 14px;
    line-height:22px;
}

#table td a{
    text-decoration-line: none;
}

.dark #table th{
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(255,255,255,0.04);
}

#table td,#table td a{
    color: rgba(0, 0, 0, 0.65)
}

.dark #table td,.dark #table td a{
    color: rgba(255, 255, 255, 0.65)
}

#table tr{
    border-bottom: solid 1px rgba(0,0,0,0.04);
}

.dark #table tr{
    border-bottom: solid 1px rgba(255,255,255,0.04);
}

#table .tablehead{
    background: rgba(0,0,0,0.04);
}

.dark #table .tablehead{
    background: rgba(23,31,40,0.04);
}

#table .serviceItem:hover{
    background-color: rgba(0,0,0,0.04);
}

.dark #table .serviceItem:hover{
    background-color: rgba(255,255,255,0.04);
}

.pagination {
    margin:4px 16px 24px 16px;
    float: right
}

#pagination a, #pagination .current{
    border: 1px solid;
    font-size: 14px;
    padding: 5px 10px;
    margin-right:8px;
    border-radius: 4px;
}

#pagination span{
    font-size: 14px;
    padding: 5px 10px;
    margin-right:8px;
}

#pagination a{
    border: 1px solid rgba(0,0,0,0.15);
    color:rgba(0,0,0,0.85);
}

.dark #pagination a{
    border: 1px solid rgba(255,255,255,0.25);
    color:rgba(255,255,255,0.65);
}

#pagination span{
    color:rgba(0,0,0,0.85);
}

.dark #pagination span{
    color:rgba(255,255,255,0.65);
}

#pagination .current{
    border: 1px solid #ff483e;
    color:rgba(255,72,62,1);
}

.dark #pagination .current{
    border: 1px solid #e04c40;
    color:rgba(224,76,64,1);
}

.nodataText{
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    color: rgba(0,0,0,0.45);
}

.dark .nodataText{
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    color: rgba(255,255,255,0.45);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffffff;
}

.tooltip-inner{
    background-color: #ffffff;
    color:rgba(0,0,0,0.85);
    font-size:12px;
    height: 36px;
    line-height: 20px;
    padding: 8px 12px 8px 12px;
    box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.1);
    max-width: max-content;
}

.dark .tooltip.top .tooltip-arrow {
    border-top-color: #414141;
}

.dark .tooltip-inner{
    background-color: #414141;
    color:rgba(255,255,255,0.85);
    box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.35);
}

.tooltip.in {
    opacity: 1;
}

.sidemenuIcon {
    display:none
}
#searchErrMsg {
    display: inline-block;
    width: 300px;
    color: red;
    margin-left: 20px;
}