.doc-main {
    position: relative;
    padding-top: 40px;
    padding-bottom: 24px;
}

.doc-content {
    width: calc(100% - 238px - 66px);
}

.menu-content {
    position: absolute;
    right: 0;
    width: 246px;
    padding: 24px 0 24px 24px;
    background-color: #F5F5F6;
}

.menu-content.white-bg {
    background-color: #fff;
}

.menu-content>.por-text-title-t7 {
    margin-bottom: 20px;
}

.menu-content>dl {
    position: relative;
    border-left: 1px solid rgba(223, 225, 230, 1);
}

.menu-content>dl.max:hover {
    overflow-y: auto !important;
}

.menu-content a {
    display: block;
}

.menu-content dd a {
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #252b3a;
} 
.menu-content a span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu-content a.active {
    position: relative;
    color: #c7000b;
}

.menu-content dt a.active::before {
    position: absolute;
    content: '';
    left: -12px;
    height: 18px;
    width: 2px;
    background-color: #c7000b;
}

.menu-content dd a.active::before {
    position: absolute;
    content: '';
    left: -24px;
    height: 18px;
    width: 2px;
    background-color: #c7000b;
}

.menu-content dd+dd {
    margin-top: 12px;
}

.menu-content dt {
    margin: 16px 24px 12px 12px;
}

.menu-content dt:nth-child(1) {
    margin-top: 0;
}

.menu-content dd {
    margin-left: 24px;
    padding-right: 24px;
}

.follow-read {
    display: none;
    position: fixed;
    right: 16px;
    bottom: 18px;
    width: 62px;
    height: 62px;
    background-image: url(clientlib-prodoc-v7/images/product-doc-new-guide-word.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.footer-service,
#footer {
    position: relative;
}

@media(max-width: 767px) {
    .doc-content {
        width: 100%;
    }

    .shadow-layer {
        display: none;
        position: fixed;
        bottom: 0;
        left: -15px;
        right: -15px;
        background-color: rgba(0, 0, 0, .6);
        transition: all 0.3s;
    }

    .shadow-layer.show {
        display: block;
        z-index: 211;
    }

    .close-menu {
        width: 60px;
        height: 109px;
        position: absolute;
        left: 15%;
        margin-left: -15px;
        bottom: 210px;
        background-image: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/china/zh-cn/support/resource/framework/v3/images/support-doc-guide-information.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .menu-content {
        position: fixed;
        bottom: 0;
        right: -15px;
        margin-top: 0;
        width: 0;
        padding: 0;
        overflow: hidden;
        background-color: #fff;
        transition: all 0.3s;
    }

    .menu-content.show {
        width: 70%;
        padding: 24px;
        z-index: 212;
    }

    .menu-content>dl {
        position: relative;
    }

    .follow-read {
        display: block;
    }
}

.product-doc-container h1,
h2,
h3 {
    color: #252B3A;
    font-weight: 600;
}

.product-doc-container .small-title {
    font-size: 16px;
    color: #252B3A;
    font-weight: 600;
    line-height: 20px;
    margin-top: 4px;
}

.product-doc-container h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
}

.product-doc-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 40px;

}

.product-doc-container h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 24px;
}

.product-doc-container p {
    color: #575D6C;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-doc-container a {
    color: #526ECC;
}

.product-doc-buttons {
    margin-top: 16px;
    margin-bottom: 32px
}
.product-doc-btn-group {
	margin-bottom: -12px;
}

.product-doc-btn-group .por-btn {
	margin-bottom: 12px;
    margin-right: 8px;
}

.product-doc-image-container img {
    max-width: 100%;
    max-height: 400px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-doc-container li {
    font-size: 14px;
    line-height: 22px;
    color: #575D6C;
    list-style: inside;
}

.product-doc-image-container {
    cursor: zoom-in;
    text-align: center;
}

.product-doc-richtext a {
    transition: all .2s;
}

.product-doc-richtext a:hover {
    text-decoration: underline;
}

.product-doc-table table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    margin-top: 12px;
}

.product-doc-table table,
th,
td {
    border: 1px solid #dfe1e6;
}

.product-doc-table td,
th {
    padding: 8px 16px;
    text-align: left;
}

.product-doc-table th {
    background: #EEF0F4;
    min-width:100px;

}

.product-doc-table a {
    color: #526ECC;
}


.product-doc-table {
    overflow: auto;
}

@media(max-width:767px) {
    .product-doc-btn-group .por-btn:nth-child(n+3) {
        display: none;
    }
    .por-tab .por-tab-drop li>a {
		max-width: 100%;
    }
    .por-tab .por-tab-drop li>a .por-tab-text {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-doc-image-container img {
    
    }
}