/* 引入字体 */
@font-face {
    font-family: "qigong";
    src: url('source/plugin/wb_tools/fonts/qigong.ttf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "youyuan";
    src: url('source/plugin/wb_tools/fonts/youyuan.ttf');
    font-style: normal;
    font-weight: normal;
}
/* 标题样式 */
.title_sty {
    font-size: 14px;
    /* 标题字体大小 */
    font-weight: bold;
    /* 加粗 */
    margin-bottom: 10px;
    /* 下边距 */
    position: relative;
    /* 绝对定位 */
    top: 0;
    /* 顶部对齐 */
    right: 0;
    /* 右侧对齐 */
}

/* 图标样式 */
.icon_sty img {
    align-items: flex-start;
    width: 32px;
    /* 图标宽度 */
    height: auto;
    /* 高度自适应 */
    margin-top: 15px;
    /* 下边距 */
    background-color: lightgray;
    border: 2px solid #b2c2ee;

}

.cell-row {
    margin-left: 10px;
}

/* 描述样式 */
.discribe_sty {
    font-size: 12px;
    /* 字体大小 */
    line-height: 1.5;
    /* 行高 */
    margin-top: 10px;
    /* 下边距 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 40px;
}

/* 费用样式 */
.cost {
    font-size: 10px;
    /* 字体大小 */
    color: #FF5722;
    /* 假设使用红色表示费用 */
    font-weight: bold;
    /* 加粗 */
}

/* chakan */
.detail {
    font-size: 10px;
    /* 字体大小 */
    color: #FF5722;
    /* 假设使用红色表示费用 */
    font-weight: bold;
    float: rigit;
    /* 加粗 */
}

.cell-container {
    margin-top: 10px;
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 15% 84%;
    justify-content: center;
    gap: 10px;
}

.mini-row {
    display: grid;
    margin-top: 10px;
    position: relative;
    grid-template-columns: 65% 20%;
    /* justify-content: center; */
    gap: 3px;
}

.data-container {
    display: grid;
    /* margin-top: 20px; */
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: 10%vw 10%vw 10%vw 10%vw;
    justify-content: center;
    gap: 3px;
    padding-left: 5px;
}

.grid-row {
    display: contents;
    /* 移除div的行包装，使grid直接作用于cell */
}

.grid-cell {

    border: 1px solid #ccc;
    /* margin-top: 20px; */
    position: relative;
    display: flex;
    height: 120px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 12vw 40vw;
    justify-content: center;
    gap: 3px;
}

#pagination_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

details {
    position: relative;
    width: auto;
    /* padding-left: 20px; */
    font-size: 16px;
}
summary {
    list-style: none;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 10px;
    color: #f0f0f0;
}

.hidden {
    display: none;
}

.category {
    /* font-weight: bold;
    margin: 20px 0 10px;
    text-align: left; */
    width: 100%;
    padding-left: 9px;

}

.category_title{
    font-size: 16px;
    color: #FF5722;
    padding-top:8px;
}
ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.tools li {
    width: 265px;
    /* float: left; */
    margin: 10px 13px 10px 0;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top, #fff, #f9f9f9);
    position: static;
    border-radius: 5px;
    transition: box-shadow .3s ease-in-out;
    min-height: 136px;
}

.parent-div {
    margin-left: 15.5%;
    margin-bottom: 10px;
    background-color: rgb(235, 236, 238);

}

.tools li:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
}

.box-top {
    padding: 15px 10px;
    overflow: hidden;
}

.box-top img {
    width: 48px;
    height: 48px;
    float: left;
}

.box-top-r {
    float: left;
    margin-left: 10px;
    width: 68%;
}

.box-top-r .tt {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-top-r .type {
    background: #d39706;
    padding: 1px 3px 3px 5px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    float: left;
}

.box-top-r .use {
    float: right;
}

.box-bt {
    padding: 5px 0px 10px 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
    width: 250px;
    margin: 0 auto;
    color: #999;
}

.box-bt span {
    letter-spacing: .5px;
    line-height: 20px;
}

#world {
    position: absolute;
}

#world canvas {
    width: 1200px;
}


/* 目录样式——start */
#ds_menuBox {
    padding: 10px;
    border: 0px solid #ccc;
    width: 80%;
    margin: 0 auto;
}

.mulu_details {
    margin-bottom: 2px;
}

.mulu_summary {
    cursor: pointer;
    display: block;
    padding: 5px;
    background-color: #4c4c48;
    color: aliceblue;
    text-decoration: none;
}

.mulu_summary:hover {
    background-color: #007bff;
    color: #fff;
}

.mulu_span {
    display: inline-block;
    width: 100%;
}
/* 目录样式——end */
/* stock_calculator_start */

/* stock_calculator_end */

/* 模态框_start */
 /* 模态框背景 */
 .modal {
     display: none;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.4);
 }

 /* 模态框内容 */
 .modal-content {
     background-color: #fefefe;
     margin: 15% auto;
     padding: 20px;
     border: 1px solid #888;
     width: 80%;
 }

 /* 关闭按钮样式 */
 .close {
     color: #aaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
 }

 .close:hover,
 .close:focus {
     color: black;
     text-decoration: none;
     cursor: pointer;
 }
/* 模态框_end */



