.partners-modal-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2000;
}
.partners-modal-mask.show {
    display: block;
}
.partners-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    max-width: 90%;
    background: #fff;
    border-top: 3px solid #21b399;
    box-sizing: border-box;
    padding: 28px 32px 24px;
}
.partners-modal h3 {
    margin: 0 0 18px;
    font-size: 22px;
    color: #21b399;
    text-align: center;
}
.partners-modal ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partners-modal ul li {
    margin: 0 0 12px;
}
.partners-modal ul li a {
    display: block;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    color: #373737;
    font-size: 16px;
    text-align: center;
    transition: border-color .2s, color .2s;
}
.partners-modal ul li a:hover {
    border-color: #21b399;
    color: #21b399;
}
.partners-modal ul li.is-active a {
    border-color: #21b399;
    color: #21b399;
    background: rgba(33, 179, 153, 0.08);
    font-weight: 600;
}
.partners-modal .partners-close {
    display: block;
    margin: 18px auto 0;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #21b399;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.partner-page {
    width: 80%;
    max-width: 1200px;
    margin: 110px auto 80px;
    min-height: 400px;
}
.partner-page .title {
    text-align: center;
    margin-bottom: 30px;
}
.partner-page .title h2 {
    font-size: 28px;
    color: #333;
    margin: 0 0 8px;
}
.partner-page .title p {
    color: #999;
    margin: 0;
}
.partner-page .title .partner-phone {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.5px;
}
.partner-section {
    margin-bottom: 36px;
}
.partner-section h3 {
    font-size: 20px;
    color: #21b399;
    border-left: 4px solid #21b399;
    padding-left: 10px;
    margin: 0 0 16px;
}
.partner-cert-link {
    display: inline-block;
    padding: 10px 22px;
    background: #21b399;
    color: #fff !important;
    font-size: 15px;
}
.partner-cert-link:hover {
    opacity: 0.9;
}
.partner-products {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.partner-products li {
    float: left;
    width: 23%;
    margin: 0 2% 24px 0;
    box-sizing: border-box;
}
.partner-products li:nth-child(4n) {
    margin-right: 0;
}
.partner-products a {
    display: block;
    color: #373737;
    text-align: center;
}
.partner-products img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #f7f7f7;
    border: 1px solid #eee;
}
.partner-fade-img {
    opacity: 0;
    transition: opacity .25s ease;
    vertical-align: top;
}
.partner-fade-img.is-loaded {
    opacity: 1;
}
.partner-products .pname {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    min-height: 42px;
}
.partner-products a:hover .pname {
    color: #21b399;
}
.partner-product-page {
    width: 80%;
    max-width: 900px;
    margin: 110px auto 80px;
    text-align: center;
}
.partner-product-page h1 {
    font-size: 22px;
    color: #333;
    margin: 0 0 24px;
    line-height: 1.5;
}
.partner-product-text {
    text-align: left;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin: 0 auto 28px;
    max-width: 750px;
    background: #fafafa;
    border: 1px solid #eee;
    padding: 20px 24px;
    box-sizing: border-box;
}
.partner-product-page img,
.partner-product-page .partner-fade-img {
    width: 100%;
    max-width: 750px;
    height: auto;
}
.partner-cert-page {
    margin-top: 88px;
}
.partner-cert-page img {
    width: 100%;
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
