:root {
    --main-color: #0093dd;
    --primary-color: #458754;
    --assist-color: #444444;
    --mian-size: 16px;
    --primary-size: 14px;
    --assist-size: 12px;
    --h1-size: 32px;
    --h2-size: 25px;
    --h3-size: 20px;
    --h4-size: 18px;
}

a {
    text-decoration: none;
}

/* 数字模块 */
.number-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
}

.number-wrap .container {
    background-color: var(--main-color);
}

.number-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding: 30px 0px;
}

.number-item span {
    margin-top: 10px;
}

.number-item h4 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0px;
}

.number {
    display: flex;
}

.number div {
    display: flex;
    flex-direction: column;
}

.number div span {
    margin: 0px;
}

.special-wrap {
    padding: 30px 0px;
    background-color: #f5f5f5;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.title h1 {
    width: 300px;
    font-size: 28px;
    font-weight: 600;
    color: var(--main-color);
    border-bottom: 1px solid #aaa;
    text-align: center;
    padding-bottom: 16px;
    margin-bottom: 10px;
    position: relative;
}

.title h1::after {
    bottom: -2px;
    height: 4px;
    background-color: orange;
    width: 40px;
    left: 130px;
    content: " ";
    position: absolute;
}

.title span {
    color: rgba(102, 102, 102, 0.9);
    font-size: 14px;
}

.title h1 a {
    position: absolute;
    right: 35px;
    top: 0px;
    color: rgba(51, 51, 51, 0.644);
    text-decoration: none;
    font-size: 15px;
    font-weight: 540;
}

.title h1 a:hover {
    color: var(--main-color);
}

/* 面包屑 */
.bread-link a {
    font-size: 14px;
    color: #666;
}

.bread-link span {
    font-size: 14px;
    color: #666;
}

.swiper-wrapper {
    height: auto !important;
}

.swiper-slide {
    height: auto !important;
}

@media screen and (max-width:576px) {
    .number-item:first-child {
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }

    .number-item:last-child {
        border-left: 1px solid white;
        border-top: 1px solid white;
    }
}

@media screen and (min-width:576px) {
    .number-item:first-child {
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }

    .number-item:last-child {
        border-left: 1px solid white;
        border-top: 1px solid white;
    }
}

@media screen and (min-width:786px) {
    .number-item:first-child {
        border-right: none;
        border-bottom: none;
    }

    .number-item:last-child {
        border-left: none;
        border-top: none;
    }
}


/*  */
/* table 样式 */
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    min-width: 100%;
    max-width: 100%;
 }
 tbody{
    min-width: 100%;
    max-width: 100%; 
 }

table td,
table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
    height: 30px;
    word-break: break-all;
}


table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}

/* blockquote 样式 */
blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

/* code 样式 */
code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}

pre code {
    display: block;
}

/* ul ol 样式 */
ul,
ol {
    margin: 10px 0 10px 20px;
}

.bread-cumb-title-left {
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 0px;
}
