* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "microsoft yahei";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    background: #f7f8fa;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 80px;
}

.price {
    width: 1200px;
    margin: 0 auto;
}

.price h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px;
}

.price .category {
    width: 1180px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 10px;
}

.price .category:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}

.price .category:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #EDEDED;
    z-index: 2;
}

.price .category a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.price .category .prev {
    display: none;
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    left: 0;
    border-right: 1px solid #e1e3e6;
}

.price .category .prev span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 96.77% 25%;
    background-size: initial;
}

.price .category .next span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 61.29% 25%;
    background-size: initial;
}

.price .category .next {
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    right: 0;
    border-left: 1px solid #e1e3e6;
}

.price .category ul li {
    display: table-cell;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    position: relative;
    padding: 18px 25px;
}

.price .category ul li.active {
    border-bottom-color: #00a4ff;
    color: #00a4ff;
}

.price .cont {
    display: none;
}

.price .cont.active {
    display: block;
}

.price .cont ul li {
    width: 280px;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
    margin-right: 0px!important;
}

.price .cont ul li a {
    display: block;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin-top: 20px;
    padding: 13px 20px 15px;
    height: 18rem;
    text-align: center;
}

.price .cont ul li a:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
    border-color: rgba(229, 229, 229, .73);
}

.price .cont ul li a:hover .cont_main h3.title {
    color: #0092dd;
}

/*.price .cont ul li a .cont_main {*/
/*    display: table-cell;*/
/*    vertical-align: top;*/
/*}*/

.price .cont ul li a .cont_main h3.title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.price .cont ul li a .cont_main p.desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    height: 42px;
    margin-top: -2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.number {
    display: none; /* 初始状态下隐藏所有数字 */
    /*background-color: #0092dd;*/
    /*padding: 0px 7px;*/
    /*border-radius: 50%;*/
    /*color: white;*/
    font-size: 15.5px;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*margin: 2px;*/
}

.number-container {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: white;
    border-radius: 50%;
    margin: 2px;
    animation: fadeInBackground 0.5s forwards;
    transition: background-color 3s; /* 背景色过度效果时间 */
}

@keyframes fadeInBackground {
    from { background-color: transparent; }
    to { background-color: #0092dd; }
}

#container{
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.qihao{
    color: #fa8919;
    display: block;
    margin-top: 15px;
}

.shijian{
    color: #fa8919;
    display: block;
    margin-top: 10px;
}

.jiekoudy{
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 70px;
    border-radius: 5px;
    color: #333;
    padding: 7px 0px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 30%;
    transform: translateX(-50%);
    /*background-color: #f3f3f3;*/
    /*margin-top: 5.6rem;*/
}

.kaijiangls{
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 70px;
    border-radius: 5px;
    color: #333;
    padding: 7px 0px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 70%;
    transform: translateX(-50%);
    /*background-color: #f3f3f3;*/
    /*margin-top: 5.6rem;*/
}

.active {
    border-bottom: 2px solid #f600;
}

.active a {
    font-weight: 400;
}

.menubannbox{
    z-index: 1000 !important;
}

/* 基本的弹框样式 */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
/* 弹框内容区域 */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 550px;
    height: 550px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow-x: auto;
}
/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    /* 这里添加了省略号显示的必要样式 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th {
    background-color: #f2f2f2;
}

/* 限制每个 td 的最大宽度 */
td {
    max-width: 150px; /* 你可以根据实际需求调整这个值 */
}

.timibbs_title{
    font-weight: 500;
    color: #333;
    font-size: 17px;
    position: relative;
}

.timibbs_title:before{
    width: 3px;
    background-color: #1e9fff;
    position: absolute;
    top: 50%;
    left: -6px;
    border-radius: 2px;
    transform: translateY(-50%);
    height: 15px;
    content: "";
}
.timibbs_apiurl{
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre code.hljs {
    display: block;
    overflow-x: auto;
}

.hljs {
    color: #abb2bf;
    background: #282c34;
    /*height: 305px;*/
    /*margin-top: -9px;*/
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.hljs-attr {
    color: #d19a66;
    margin-left: -5rem;
}

.hljs-string {
    color: #98c379;
}

/*.hljs1{*/
/*    margin-left: 35px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*}*/

/*.hljs2{*/
/*    margin-left: 35px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*}*/

/*.hljs3{*/
/*    margin-left: 35px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*}*/