/**
首页
 */
.soft-menu {
    display: flex;
    line-height: 52px;
    overflow: hidden;
    font-size: 14px;
    justify-content: space-between;
}

.soft-menu .title-name {
    width: 120px;
    text-align: center;
    flex-shrink: 0;
    background-color: rgba(82, 145, 252, 0.8);
    margin-right: 20px;
    font-size: 15px;
}

.soft-menu .title-name a {
    color: #ffffff;
    font-weight: 400;
}

.soft-menu ul {
    overflow: hidden;
    white-space: nowrap;
    height: 52px;
    display: flex;
    width: 100%;
}

.soft-menu ul li {
    text-align: center;
    justify-content: space-between;
    width: 100%;
}

.soft-menu li a {
    color: #34495e;
    display: block;
    padding: 0 8px;
}

.soft-menu .more {
    width: 52px;
    flex-shrink: 0;
    text-align: center;
}

.soft-menu .more a {
    display: block;
}

/**
列表
 */
.soft-type {
    overflow: hidden;
    font-size: 14px;
    padding: 5px 10px 0;
}

.soft-type .item-list {
    display: flex;
    border-bottom: 1px #F7FAFF solid;
    margin-top: 15px;
}

.soft-type .title-name {
    width: 100px;
    text-align: center;
    flex-shrink: 0;
    color: #9AABB8;
    font-size: 14px;
}

.soft-type ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.soft-type ul li {
    text-align: center;
    padding: 0 14px;
    margin-bottom: 12px;
}

.soft-type li a {
    height: 22px;
    padding-bottom: 8px;
    border-bottom: 2px #fff solid;
    display: inline-block;
    color: #34495e;
    font-size: 14px;
}

.soft-type li.active a {
    border-color: rgb(82, 145, 252);
    color: rgb(82, 145, 252);
}

/**
主体
 */
.down-main > .title {
    line-height: 55px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 20px;
    font-size: 14px;
}

.down-main > .title i {
    padding-right: 8px;
    color: #999999;
}

.download-list {
    display: flex;
    flex-wrap: wrap;
}

.download-list .item {
    width: 25%;
    box-sizing: border-box;
    border-style: solid;
    border-color: rgba(239, 243, 245, 0.4);
    border-width: 15px 15px 0 0;
    background-color: #ffffff;
}

.download-list .item:nth-child(4n) {
    border-right: 0;
}

.download-list .item-main {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.download-list .item .thumb {
    width: 64px;
    height: 64px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.download-list .item .thumb img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.download-list .item .info {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.download-list .item .info p {
    line-height: 1;
}

.download-list .item .info p.name {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.download-list .item .info p.category {
    position: absolute;
    bottom: 3px;
}

.download-list .item .info p.category a {
    font-size: 14px;
    color: #9aabb8;
}

.download-list .item .foot {
    border-top: 1px solid #f5f5f5;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-list .item .foot .layui-btn {
    position: relative;
    margin-top: -1px;
    border-radius: 0 0 4px 0;
}

.download-list .item .foot .data {
    display: flex;
    color: #9aabb8;
    width: 50%;
}

.download-list .item .foot .data .data-item {
    min-width: 50%;
}


.download-list .item .foot .data .data-item + .data-item {
    margin-left: 15px;
}


/**
详情页
 */
.down-top-main {
    overflow: hidden;
}
.down-top-main .top-main {
    padding: 20px 0 20px 20px;
    align-items: center;
}
.down-top-main .top-main img {
    border-radius: 10px;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    flex-shrink: 0;
}

.down-top-main .top-main .info {
    position: relative;
    width: 100%;
    height: 100%;
}

.down-top-main .top-main .info .title {
    line-height: 30px;
}
.down-top-main .top-main .info .category {
    margin-top: 5px;
}
.down-top-main .top-main .info .layui-btn-sm {
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}
.data-list {
    flex-shrink: 0;
}

.data-list .data-item {
    padding: 3px 20px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-left: 1px solid #eaeaea;
}

.data-list .data-item p.name {
    color: #9AABB8;
}
.data-list .data-item a{
    color: #5291fc;
}

.download-url {
    border-top: 1px solid #f5f5f5;
    line-height: 40px;
}
.download-url .url-item {
    margin-top: -1px;
}
.download-url .url-item .name {
    text-align: center;
    padding: 0 15px;
    background-color: rgba(82, 145, 252, 0.1);
    color: rgb(82, 145, 252);
    font-weight: 500;
}
.download-url .url-item .url {
    padding: 0 10px;
}
.download-url .url-item .url a {
    padding: 0 10px;
    display: inline-block;
}

.details .content {
    width: 100%;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    min-height: 200px;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
    position: relative;
}

.details .content p,
.details .content h1,
.details .content h2,
.details .content h3,
.details .content h4,
.details .content h5 {
    margin-bottom: 20px;
    line-height: 1.8;
    position: relative;
}

.details .content p *,
.details .content h1 *,
.details .content h2 *,
.details .content h3 *,
.details .content h4 *,
.details .content h5 * {
    line-height: 1.8;
}

.details .content h1 {
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
}

.details .content h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 15px;
    line-height: 2.2;
}

.details .content h2:after, .details .content h3:after {
    content: " ";
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
    background-color: #5291fc;
    position: absolute;
}

.details .content h3 {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    padding-left: 15px;
}

.details .content h4 {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
}

.details .content h5 {
    font-size: 12px;
    line-height: 2;
}

.details .content ul,
.details .content ol {
    padding-left: 28px;
    line-height: 2;
    margin: 14px 0;
}

.details .content li {
    list-style: unset !important;
}

.details .content img {
    cursor: pointer;
    height: auto !important;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.details .content img.clicked {
    box-shadow: 1px 1px 10px #999;
}

.details .content table.clicked {
    box-shadow: 1px 1px 10px #999;
}

.details .content pre code {
    line-height: 1.5;
}

.details .content:focus {
    outline: none;
}

.details .content blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 10px 15px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

.details .content blockquote p {
    margin-bottom: 0;
}

.details .content table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}


.details .content table thead {
    background-color: #f1f1f1;
}

.details .content table td,
.details .content table th {
    border: 1px solid #999;
    padding: 3px 5px;
    min-width: 50px;
    height: 20px;
}


.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.ck-content .image.image_resized img {
    width: 100%;
}

.ck-content .image.image_resized > figcaption {
    display: block;
}

.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}

.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}

.ck-content .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}

.ck-content .image-style-side,
.ck-content .image-style-align-left,
.ck-content .image-style-align-center,
.ck-content .image-style-align-right {
    max-width: 50%;
}

.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}

.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}

.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}

.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: #fff;
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    border-left: solid 5px hsl(0, 0%, 80%);
}

.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}

.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}

.ck-content .table {
    margin: 1em auto;
    display: table;
}

.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double hsl(0, 0%, 70%);
}

.ck-content .table table td,
.ck-content .table table th {
    min-width: 2em;
    padding: .4em;
    border-color: hsl(0, 0%, 75%);
}

.ck-content .table table th {
    font-weight: bold;
    background: hsla(0, 0%, 0%, 5%);
}

.ck-content .todo-list {
    list-style: none;
}

.ck-content .todo-list li {
    margin-bottom: 5px;
}

.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}

.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}

.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}

.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc(var(--ck-todo-list-checkmark-size) / 3);
    top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
    transform: rotate(45deg);
}

.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}

.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}

.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}

.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
    margin: 0 auto;
}

.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}

.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}

.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}

.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}

.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}

.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}

.ck-content hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: hsl(0, 0%, 37%);
    margin: 0;
}

.ck-content pre {
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}

.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}

@media print {
    .ck-content .page-break {
        padding: 0;
    }

    .ck-content .page-break::after {
        display: none;
    }
}

/**
 中间列表主体
  */
.center-main {
    margin: 0 15px 0 15px;
    width: 730px;
}

/**
相关文章
 */
.related-down {
    overflow: hidden;
}

.related-down .title,
.details .title {
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    align-items: center;
    padding: 10px 15px;
    line-height: 36px;
    position: relative;
}

.related-down .title span {
    float: right;
    font-size: 12px;
    margin: auto !important;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
}

.related-down .title span a {
    padding: 0 3px;
}

.related-down .list-data {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
}

.related-down .down-item {
    width: 50%;
    padding: 8px;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.related-down .down-item img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.related-down .down-item h3.name {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}

.details-foot {
    padding: 0 20px 20px;
}

.tags a {
    background-color: #F4F5F6;
    color: #fff;
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}

.tags a:nth-child(5n) {
    background-color: rgba(57, 61, 73, 0.8);
}

.tags a:nth-child(5n+1) {
    background-color: rgba(255, 93, 74, 0.8);
}

.tags a:nth-child(5n+2) {
    background-color: rgba(255, 184, 0, 0.8);
}

.tags a:nth-child(5n+3) {
    background-color: rgba(79, 194, 119, 0.8);
}

.tags a:nth-child(5n+4) {
    background-color: rgba(82, 145, 252, 0.8);
}

.tags a:hover {
    background-color: #1B1B1B;
    color: #FFF
}

/**
侧边导航
 */
.left-nav {
    float: left;
    width: 170px;
    flex-shrink: 0;
    position: relative;
    left: 0;
}

.left-nav .title {
    line-height: 55px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}

.left-nav .title i {
    padding-right: 10px;
}

.left-nav ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: -1px;
}

.left-nav ul li {
    width: 100%;
    text-align: center;
}

.left-nav ul li a {
    display: block;
    color: #666666;
    line-height: 3;
    font-size: 13px;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}

.left-nav ul li a:hover, .left-nav ul li.active a {
    font-weight: bold;
    border-left: 4px solid #5291fc;
    color: #232323;
}

.left-nav ul li.active a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid #f5f5f5;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid #f5f5f5;
}

/**
右侧边栏
 */
.right-main {
    width: 310px;
    flex-shrink: 0;
}

.right-main .title {
    line-height: 45px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}