.partner-box {
    --intro-sider-margin-md: 20px;
    --intro-sider-margin-sm: 16px;
    --intro-sider-margin-xs: 0;
}
.partner-box {
    width: 94%;
    margin: 0 auto;
}
.partner-introbox {
    display: flex;
    margin: 0 var(--intro-sider-margin-md);
    padding: 16px 24px;
    color: #55677a;
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    background: url('/imgs/bg-partnerintro.png') no-repeat;
    background-size: cover;
}
.intro-msgicon {
    width: 40px;
    margin-top: 5px;
}
#IntroContent {
    position: relative;
    width: calc(100% - 40px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    line-height: 32px;
}
#IntroExpbtn {
    position: absolute;
    bottom: -8px;
    right: 0;
    color: #1c75ff;
    cursor: pointer;
}
.partner-introbox .introcontent-unexpanded {
    -webkit-line-clamp: 3;
}
.partner-introbox .introcontent-expanded {
    -webkit-line-clamp: 999;
}
.introcontent-unexpanded #IntroExpbtn::after {
    content: "";
    font-size: 34px;
    font-family: FontAwesome;
}
.introcontent-expanded #IntroExpbtn::after {
    content: "";
    font-size: 34px;
    font-family: FontAwesome;
}
@media screen and (max-width: 992px) {
    .partner-introbox {
        margin: 0 var(--intro-sider-margin-sm);
    }
}
@media screen and (max-width: 768px) {
    .partner-introbox {
        margin: 0 var(--intro-sider-margin-xs);
        padding: 8px 10px;
        font-size: 16px;
    }
    .intro-msgicon {
        width: 24px;
        margin-top: 0;
    }
    .intro-msgicon svg {
        width: 16px;
        height: 16px;
    }
    #IntroContent {
        width: calc(100% - 24px);
        line-height: 26px;
    }
    .introcontent-unexpanded #IntroExpbtn::after, .introcontent-expanded #IntroExpbtn::after {
        font-size: 28px;
    }
}
.partnersd-selector {
    width: 560px;
    height: 52px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.partnersd-selector li {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.partnersd-selector li:first-child {
    float: left;
}
.partnersd-selector li:last-child {
    float: right;
}
.partnersd-selector li a {
    padding: 8px 20px;
    font-size: 26px;
    color: #333;
}
.partnersd-selector>li.active>a, .partnersd-selector>li.active>a:hover, .partnersd-selector>li.active>a:focus {
    color: #fff;
    font-weight: 400;
    background: #1c75ff;
    border-radius: 200px;
}
.partnersd-selector>li.active {
    position: relative;
}
.partnersd-selector>li .vline {
    display: none;
}
.partnersd-selector>li.active .vline {
    display: block;
}
.vline {
    position: absolute;
    bottom: -36px;
    left: 50%;
    height: 34px;
    width: 1px;
    border-top: none;
    border-bottom: none;
    border-left: 1px dashed #d8d1d1;
    border-right: 1px dashed #d8d1d1;
}
.vline::after {
    position: absolute;
    left: -6px;
    bottom: -5px;
    display: block;
    content: " ";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #1c75ff;
    background-color: #fff;
}
.divider {
    width: 100%;
    height: 1px;
    margin-top: 34px;
    margin-bottom: 50px;
    background-color: #f3f3f3;
}
.partnersd-box {
    width: 100%;
}
.partnersd-box>.card_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin: 26px auto 0;
    box-sizing: border-box;
}
.card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6% 5%;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
}
.card_inner:hover .card_top_border {
    background-color: #1c75ff;
}
.card_top_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #fff;
    border: none;
}
.card_title {
    display: inline-block;
    width: 100%;
    padding-bottom: 24px;
}
.card_title .title {
    float: left;
    width: calc(100% - 80px);
    font-size: 22px;
    color: #333;
}
.card_title .title a {
    color: #1c75ff;
}
.card_inner:hover {
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.2);
}
.card_inner:hover .card_title .title a {
    text-decoration: underline;
}
.card_title .extra {
    float: right;
    text-align: center;
    border-radius: 4px;
}
.card_title .extra-link {
    background-color: rgba(28,117,255,.1);
}
.card_title .extra-text {
    background-color: #e6e6e6;
}
.card_inner:hover .card_title .extra-link {
    background-color: #1c75ff;
}
.card_inner:hover .card_title .extra-link svg path {
    fill: #fff;
}
.card_title .extra-text svg path {
    fill: #666;
}
.card_content {
    width: 90%;
    padding-bottom: 15px;
}
.card_content .sub_title {
    font-size: 18px;
    line-height: 35px;
    color: #343434;
}
.card_content .sub_title svg {
    margin-bottom: -4px;
}
.card_content img {
    margin-right: 6px;
}
.card_content .sub_content {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
@media screen and (min-width: 992px) {
    .card_outer {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        max-width: calc(100% / 3);
        padding: var(--intro-sider-margin-md);
    }
    .card_title .extra {
        width: 56px;
        height: 38px;
        padding-top: 6px;
    }
    .card_title .extra svg {
        height: 27px;
    }
}
@media screen and (max-width: 992px) {
    .card_outer {
        width: calc(100% / 2);
        min-width: calc(100% / 2);
        max-width: calc(100% / 2);
        padding: 26px var(--intro-sider-margin-sm);
    }
    .card_title .extra {
        width: 45px;
        height: 32px;
        padding-top: 4px;
    }
    .card_title .extra svg {
        height: 22px;
    }
}
@media screen and (max-width: 768px) {
    .partnersd-selector {
        width: 360px;
        height: 32px;
        line-height: 30px;
    }
    .partnersd-selector li a {
        padding: 4px 10px;
        font-size: 20px;
        color: #333;
    }
    .vline::after {
        position: absolute;
        left: -4.5px;
        bottom: -4px;
        display: block;
        content: " ";
        width: 9px;
        height: 9px;
    }
    .card_outer {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 10px var(--intro-sider-margin-xs);
    }
    .card_inner {
        padding: 6% 5% 2%;
    }
    .card_title {
        padding-bottom: 8px;
    }
    .card_title .title {
        font-size: 18px;
    }
    .card_title .extra {
        width: 35px;
        height: 26px;
        padding: 5px 0 0;
    }
    .card_title .extra svg {
        height: 17px;
        width: 26px;
    }
    .card_content .sub_title {
        font-size: 16px;
        line-height: 35px;
    }
    .card_content img {
        margin-right: 6px;
    }
    .card_content .sub_content {
        font-size: 12px;
        line-height: 20px;
    }
}
.partner-tit-search-box {
    margin: 0 var(--intro-sider-margin-md);
}
.mptheme, .mpsearch {
    margin-top: 8px;
    margin-bottom: 30px;
}
.mptheme {
    padding-left: 0;
    color: #1c75ff;
    font-size: 26px;
    font-weight: 400;
}
.mpsearch {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
#FilterText {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 14px;
    color: #828181;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    outline: none;
}
#FilterText:focus {
    box-shadow: 0 2px 6px 0 rgba(28,117,255,.36);
}
.mpsearchicon {
    position: absolute;
    right: 24px;
    width: 32px;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #c0c0c0;
    background: transparent;
    border: none;
}
.mpsearchicon:hover {
    font-size: 22px;
    color: #1c75ff;
}
.nav-pseri {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
}
.nav-pseri>li:after {
    background: transparent;
}
.nav-pseri li a {
    width: 100%;
    padding: 18px 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}
.nav-pseri li a::before {
    display: inline-block;
    content: "";
    background: url('/imgs/chip.svg') no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-bottom: -10px;
}
.nav-pseri>li>a {
    border-left: 3px solid transparent;
}
.nav-pseri>li.active>a, .nav-pseri>li.active>a:hover {
    color: #444;
    font-weight: 400;
    background-color: #f0f5ff;
    border-left: 3px solid #1c75ff;
    border-radius: 0;
}
.partner-data-panel {
    padding-left: var(--intro-sider-margin-md);
    padding-right: var(--intro-sider-margin-md);
}
.partner-series-box, .partner-tblbox {
    margin-top: 34px;
}
.partner-tblbox {
    overflow-x: auto;
}
.partner-nodata {
    padding: 2% 0 2.5%;
    font-size: 20px;
    color: #848998;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .partner-series-box {
        width: 280px;
    }
    .partner-tblbox {
        width: calc(100% - 280px);
        min-height: 440px;
    }
}
#FilterCmpy, #FilterArea {
    margin-top: 16px;
    top: 100%!important;
    transform: translateX(-50%)!important;
    padding: 10px 0 20px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 13px 0 rgba(0,0,0,.19);
    will-change: auto!important;
}
#FilterCmpy {
    width: 280px;
    min-width: 280px;
}
#FilterArea {
    width: 200px;
    min-width: 200px;
}
.filter-item {
    max-height: 240px;
    overflow-y: auto;
}
#FilterCmpy svg, #FilterArea svg {
    position: absolute;
    top: -18px;
    left: calc(50% - 10px);
    filter: drop-shadow(0 -6px 4px rgba(0,0,0,.1));
}
#FilterCmpy .checkbox, #FilterArea .checkbox {
    padding: 4px 20px;
}
#FilterCmpy .checkbtn, #FilterArea .checkbtn {
    padding: 6px 20px 0;
}
.checkbtn button[disabled], .checkbtn button[disabled] {
    background-color: #fff;
}
.checkbtn button[disabled]:hover, .checkbtn button[disabled]:hover {
    color: #5d5d5d;
}
.checkbtn button:hover, .checkbtn button:hover {
    color: #fff;
    border: 1px solid #1c75ff;
    background-color: #1c75ff;
}
.cmpy-toggle, .cmpy-toggle:hover, .area-toggle, .area-toggle:hover {
    display: inline-block;
    width: 100%;
    color: #333;
    cursor: pointer;
}
.cmpy-toggle svg, .area-toggle svg {
    margin-bottom: -2px;
}
.allselected svg path:first-of-type {
    fill: #fff;
    stroke: #333;
}
.table-partner {
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    font-weight: 400;
    border: 1px solid #f6f6f6;
}
.table-partner th {
    padding: 20px 12px;
    color: #333330;
    font-size: 18px;
}
.table-partner td {
    text-align: left;
    padding: 10px 12px;
    color: #5d5d5d;
    font-size: 16px;
    min-width: 80px;
}
td.col-cmpy, td.col-name, td.col-cert {
    min-width: 220px;
}
td.col-size {
    min-width: 170px;
}
td.col-area {
    min-width: 170px;
}
td.col-name a, td.col-name span {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 13px 0;
    border: none;
    border-radius: 28px;
}
td.col-name span {
    background-color: #d6d6d6;
}
td.col-name a {
    background-color: #dae4f5;
    cursor: pointer;
}
td.col-name a:hover {
    background-color: #1c75ff;
}
td.col-name a:hover svg path:nth-child(2) {
    fill: #fff;
}
td.col-name a:hover svg path:not(:nth-child(2)) {
    stroke: #fff;
}
td.col-cmpy a {
    color: #1c75ff;
}
td.col-cmpy a:hover {
    text-decoration: underline;
}
td.col-area span {
    display: inline-block;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    border: 1px solid #f0daac;
    border-radius: 52px;
    background-color: #fff4dd;
}
td.col-mail a:hover svg circle {
    fill: #1c75ff;
    stroke: #fff;
}
@media screen and (max-width: 992px) {
    .partner-tit-search-box {
        margin: 0 var(--intro-sider-margin-sm);
    }
    .partner-data-panel {
        padding-left: var(--intro-sider-margin-sm);
        padding-right: var(--intro-sider-margin-sm);
    }
    .partner-tblbox {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .partner-tit-search-box {
        margin: 0 var(--intro-sider-margin-xs);
    }
    .partner-data-panel {
        padding-left: var(--intro-sider-margin-xs);
        padding-right: var(--intro-sider-margin-xs);
    }
    .mptheme, .mpsearch {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .mptheme {
        font-size: 20px;
    }
    .partner-series-box {
        margin-top: 30px;
    }
    #FilterCmpy, #FilterArea {
        font-size: 15px;
    }
    .table-partner th {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }
    .table-partner td {
        font-size: 14px;
    }
    .partner-nodata {
        font-size: 18px;
    }
}