
.main-init > .title {
    line-height: 55px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 20px;
    font-size: 14px;
}

.main-init > .title i {
    padding-right: 8px;
    color: #999999;
}

.main-init .layui-tab-title {
    float: right;
    border: none;
    height: auto;
    position: relative;
    z-index: 100;
}

.main-init .layui-tab-title li {
    line-height: 56px;
    margin-left: 20px;
}

.main-init .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
}

.main-init .layui-tab-brief > .layui-tab-title .layui-this {
    color: #ffffff;
}

.main-init .layui-tab-brief > .layui-tab-title .layui-this:before {
    background-color: #5291fc;
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    width: 100%;
    height: 30px;
    z-index: -1;
    border-radius: 5px;
}

.shop-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.shop-list .item {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: -1px;
}

.shop-list .item:nth-child(5n) {
    border-right: none;
}

.shop-list .item .pic_img {
    width: 218px;
    height: 218px;
    overflow: hidden;
    flex-shrink: 0;
}

.shop-list .item .pic_img img {
    width: 100%;

}

.item .item-main {
    position: relative;
    width: 100%;
}

.item .item-main .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item .item-main p {
    font-size: 12px;
    color: #888888;
}

.item .item-main i {
    font-size: 15px;
    color: #FF9D52;
}

.item .item-main em {
    padding: 0 0 0 9px;
    font-weight: normal;
    font-size: 14px;
    color: #FF9D52;
}

.item .item-main .price em {
    font-weight: 500;
    font-size: 16px !important;
}

.item .item-main .price u {
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 8px;
    color: #cccccc;
}

.item .item-main .plus {
    padding: 0 9px;
    font-size: 16px;
}

.item .item-main .layui-btn {
    position: absolute;
    right: 0;
    bottom: -4px;
}

/**
左侧边栏
 */
.left-main {
    width: 100%;
}

.left-user {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.left-user .avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.left-user .avatar img {
    width: 100%;
}

.left-user p.nickname {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.left-user .goto-promote {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.left-user i {
    font-size: 12px;
    color: #FF9D52;
}

.left-user em {
    padding: 0 0 0 9px;
    font-weight: normal;
    font-size: 12px;
    color: #FF9D52;
}

.left-goto ul {
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.left-goto ul li {
    position: relative;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    overflow: hidden;
}

.left-goto ul li p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    padding: 10px;
    height: 38px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    transition: height 300ms;
}

.left-goto ul li a:hover p {
    height: 150px;
}

.left-goto ul li p > span {
    display: block;
    clear: both;
}

.left-goto ul li p .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.left-goto ul li a:hover p .name {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.left-goto img {
    width: 150px;
}

.left-about {
    padding: 5px 15px 15px;
}

.left-about em {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    margin-top: 10px;
}

.left-about span {
    font: 24px/1 Arial, Helvetica, sans-serif;
}

/**
右侧边栏
 */
.right-main {
    width: 310px;
    flex-shrink: 0;
}

.right-main .title, .left-main .title {
    line-height: 45px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}


/**
主体部分
 */
.w-730 {
    width: 730px;
    flex-shrink: 0;
    margin: 0 15px;
}

.details .item {
    padding: 25px;
}

.details .item-main {
    margin-left: 20px;
}

.details .item-main .title {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    height: auto;
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
}

.details .goods-title {
    line-height: 45px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
}

.details .content {
    width: 100%;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    min-height: 600px;
    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;
    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;
    font-style: normal;
}

.details .content blockquote p {
    margin-bottom: 0;
}

.details .content table {
    border: none;
    border-collapse: collapse;
}

.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: 0 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;
    font-style: italic;
    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;
    }
}

.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
}

.details .item {
    padding: 20px;
}

.details .item h1.title {
    padding-right: 90px;
    box-sizing: border-box;
}

.details .item .pic_img {

}

.details .views-hot {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0;
    width: 70px;
    line-height: 1.8;
    text-align: center;
    overflow: hidden;
    display: block;
    clear: both;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    margin: -5px;
}

.details .item .pic_img img {
    width: 200px;
    height: 200px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.details .item-main {
    margin-left: 25px;
    overflow: unset !important;
}

.details .item-main .title {
    margin-top: -8px;
}