.comm_banner {
    background: url(https://www.openkylin.top/public/images/openkylin-docker/banner.png) bottom center no-repeat;
}

.ok_app_docker_container {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 100px 0;
}
#ok_app_docker_container_detail {
    background: #F0F4FA ;
}

/* 搜索框样式 */
.app_docker_search_inner {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #979797;
}

.app_docker_search_input {
    flex: 1;
    height: 60px;
    max-width: 640px;
    padding: 0 140px 0 32px;
    background: transparent;
    border-radius: 30px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: rgba(38,38,38,0.35);
}

.app_docker_search_input::placeholder {
    color: rgba(38,38,38,0.35);
}

.app_docker_search_input:focus {
    outline: none;
    color: rgba(38,38,38,1);
}

.app_docker_search_inner:focus-within {
    border-color: #0C7BEB;
    color: rgba(38,38,38,1);
}

.app_docker_search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0 20px;
    margin-right: 10px;
    background: linear-gradient( 148deg, #1460FA 0%, #21D1FF 100%);
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    max-height: 40px;
    height: 40px;
    outline: auto;
}

.app_docker_search_btn:hover {
    opacity: 0.8;
}

.app_docker_search_btn:focus {
    outline: auto;
}

.app_docker_search_icon {
    flex-shrink: 0;
}


/* 表格样式 */
/* 表格上方筛选按钮 */
.ok_app_docker_filter {
    margin: 60px 0 40px 0;
    font-weight: bold;
    font-size: 14px;
    color: #262626;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.app_docker_filter_button {
    padding: 9px 28px;
    height: 32px;
    max-height: 32px;
    background: #FFFFFF;
    border-radius: 19px;
    font-weight: 500;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #262626;
    border: 1px solid #3D3D3D;
}
.app_docker_filter_button:hover {
    background: #1460FA;
    color: white;
    border: 1px solid #1460FA;
}

.app_docker_filter_button:focus {
    outline: none;
}

.app_docker_filter_button:focus {
    outline: none;
}

.app_docker_filter_button_active {
    background: #1460FA;
    color: white;
    border: 1px solid #1460FA;
}

/* 表格样式 */
.app_docker_detail_table {
    width: 100%;
    margin-bottom: 35px;
    min-height: 400px;
}

/* 隔行变色 */
.app_docker_detail_table>tbody>tr:nth-child(odd) {
    background-color: #E8ECF2;
}

.app_docker_detail_table>tbody>tr:nth-child(even) {
    background-color: #F8F9FB;
}

.app_docker_detail_table>tbody>tr>td {
    padding: 22px 24px;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
}

.app_docker_detail_table>thead>tr>th {
    padding: 18px 24px;
    background-color: #3D3D3D;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

/* 分页按钮定制样式 */
.o-pagination {
    display: flex !important;
    align-items: center;
    gap: 6px;
}
.o-pagination a {
    height: 32px !important;
    width: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* 详情页内容样式 */
.ok_app_docker_detail_header {
    background: linear-gradient( 180deg, #1460FA 0%, #21D1FF 100%);
    border-radius: 20px;
    height: 382px;
    display: flex;
    padding: 40px 80px 0 60px;
    gap: 48px;
    align-items: flex-start;
}
.ok_app_docker_detail_header_info {
    flex: 1;
}
.ok_app_docker_detail_header_icon {
    height: 112px;
    width: 112px;
    background: #E7EAF0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ok_app_docker_detail_header_icon > img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.ok_app_docker_detail_header_icon.no-image {
    background: #E7EAF0;
    color: #1460FA;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ok_app_docker_detail_header_info_title {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 41px;
    text-align: left;
    margin-bottom: 12px;
}
.ok_app_docker_detail_header_info_desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justify;
    max-width: 800px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.ok_app_docker_detail_header_info_category {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
}
.ok_app_docker_detail_header_info_directory {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
}
.ok_app_docker_detail_header_feedback_btn {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 12px 48px;
    max-height: 48px;
    font-weight: 600;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 142px;
    cursor: pointer;
}
.ok_app_docker_detail_header_feedback_btn:hover {
    opacity: 0.8;
}

/* 详情内容区块 */
.ok_app_docker_detail_content_container {
    transform: translateY(-100px);
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ok_app_docker_detail_content {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(39,63,126,0.08);
    border-radius: 20px;
    padding: 60px 80px;
}
.ok_app_docker_detail_title {
    font-weight: bold;
    font-size: 32px;
    color: #262626;
    line-height: 47px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ok_app_docker_detail_title_tag {
    background: #1460FA;
    border-radius: 14px;
    max-height: 28px;
    padding: 4px 12px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ok_app_docker_detail_subtitle {
    font-weight: bold;
    font-size: 28px;
    color: #262626;
    line-height: normal;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    margin-bottom: 16px;
}
.ok_app_docker_detail_subtitle_small {
    font-weight: bold;
    font-size: 24px;
    color: #262626;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    margin-bottom: 18px;
    margin-top: 28px;
}
.ok_app_docker_detail_subtitle_icon {
    width: 42px;
    height: 42px;
}
.ok_app_docker_detail_content_markdown_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ok_app_docker_detail_content_markdown {
    background: #E8ECF2;
    border-radius: 20px;
    padding: 28px 40px;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
}

.ok_app_docker_detail_content_markdown_wrap .ok_app_docker_detail_content_markdown {
    border-radius: 20px 20px 0 0;
    padding-bottom: 12px;
}

.ok_app_docker_detail_content_markdown_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 40px;
    padding: 0 16px 12px 0;
    background: #E8ECF2;
    border-radius: 0 0 20px 20px;
}

.ok_app_docker_detail_content_markdown_copy_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.ok_app_docker_detail_content_markdown_copy_btn:hover {
    background: rgba(0, 0, 0, 0.06);
}
.ok_app_docker_detail_content_markdown_copy_btn:focus {
    outline: none;
}

.ok_app_docker_detail_content_markdown_copy_btn img {
    width: 24px;
    height: 24px;
    display: block;
}
.ok_app_docker_detail_content_markdown_table {
    width: 100%;
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #979797;
}
.ok_app_docker_detail_content_markdown_table_column {
    width: calc(50% - 40px);
    padding: 20px 40px;
    font-weight: 400;
    font-size: 18px;
    color: #262626;
    line-height: 27px;
    text-align: left;
    font-style: normal;
}

/* 其他版本 */
.ok_app_docker_detail_other_version {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(39,63,126,0.08);
    border-radius: 20px;
    padding: 60px 80px;
}

/* 反馈内容区域 */
.ok_app_docker_detail_feedbacks {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(39,63,126,0.08);
    border-radius: 20px;
    padding: 60px 80px;
}
.ok_app_docker_detail_feedback_textarea {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: rgba(38,38,38,0.35);
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    background: #F8F9FB;
    border-radius: 20px;
    border: 1px solid #979797;
    padding: 28px 40px;
    margin-top: 20px;
    min-height: 160px;
}
.ok_app_docker_detail_feedback_textarea:focus {
    outline: none;
    border-color: #1460FA;
    color: rgba(38,38,38,1);
}
.ok_app_docker_detail_feedback_btn {
    background: #1460FA;
    border-radius: 24px;
    padding: 12px 48px;
    max-height: 48px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: right;
    font-style: normal;
    margin-top: 20px;
    width: fit-content;
    margin-left: auto;
}
.ok_app_docker_detail_feedback_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.ok_app_docker_detail_feedback_item {
    background: #E8ECF2;
    border-radius: 20px;
    padding: 28px 40px;
}
.ok_app_docker_detail_feedback_item_content {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}
.ok_app_docker_detail_feedback_item_info {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #1460FA;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
}
.ok_app_docker_detail_feedback_item_info > div {
    cursor: pointer;
}
.ok_app_docker_detail_feedback_item_info > div:last-child {
    margin-left: auto;
    color: rgba(38,38,38,0.35);
}