table,
td,
th {
    border: 1px solid #666
}

.charge-bg {
    background: url(/skin/image/charge-bg.png) no-repeat;
    background-size: 100% 100%
}

.charge-title {
    position: relative;
    text-align: center;
    font-weight: lighter;
    padding: 50px 0;
    color: #6d6a6a
}

.charge-title::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #6d6a6a
}

.charge-title .c-title-text {
    font-size: 20px;
    padding-top: 10px;
    letter-spacing: 5px;
    color: red
}

.charge-content,
.vk-coupon {
    width: 1100px;
    margin: 0 auto
}

.charge-content::after {
    content: '';
    clear: both;
    display: block
}

.charge-content .charge-con-left {
    float: left;
    text-align: center;
    width: 13%
}

.charge-content .charge-con-left h2 {
    font-size: 20px;
    color: #fff;
    background: #2d99d7;
    box-shadow: 0 5px 9px 2px rgba(87, 87, 87, .78);
    padding: 5px
}

.charge-nav-items ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.charge-nav-items ul li {
    position: relative;
    flex: 1;
    color: #fff;
    background: #2d99d7;
    padding: 15px 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 9px 2px rgba(87, 87, 87, .78)
}

.charge-nav-items ul li .char-nav-mask {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .5);
    transition: all .7s
}

.charge-nav-items ul li:hover .char-nav-mask {
    opacity: 1
}

.charge-nav-items ul li .char-nav-mask a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px
}

.charge-nav-items ul li a {
    color: #fff
}

.charge-content .charge-con-right {
    position: relative;
    float: right;
    width: 85%;
    margin: 0 auto
}

.charge-content .charge-con-right img {
    display: block;
    width: 100%
}

.charge-content .charge-con-right .char-right-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #666;
    align-items: flex-start; /* 顶部对齐 */
}

.charge-content .charge-con-right .char-right-table table {
    border-collapse: collapse;
    /* margin: 0 auto; */
    width: 50%;
    height: 100%; /* 确保高度一致 */
}


.charge-con-right .char-right-table .table_title {
    text-align: center;
    margin: 4% 0
}

.charge-con-right .char-right-table .table_title h2 {
    font-size: 35px;
    color: #3298ed
}

.charge-con-right .char-right-table .table_title p {
    font-size: 18px;
    color: #ea4967
}

.charge-con-right .char-right-table table th {
    padding: 5px 0;
    font-size: 20px
}

.charge-con-right .char-right-table table td {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #3c3939;
}
/* 
.char-right-table table tr th:nth-of-type(1) {
    width: 30%
}

.char-right-table table tr th:nth-of-type(2) {
    width: 19%
}

.char-right-table table tr th:nth-of-type(3) {
    width: 2%
}

.char-right-table table tr th:nth-of-type(4) {
    width: 30%
}

.char-right-table table tr th:nth-of-type(5) {
    width: 19%
} */

.blue_col {
    color: #014b95;
    width: 22px;
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
}

.bg_color {
    background-color: #cae4f7
}

.red_text {
    color: red
}

.small_text {
    font-size: 14px
}

.table_bottom {
    background: #0d4484;
    font-size: 20px;
    padding: 15px 0 15px 40px;
    margin: 0 auto;
    color: #fff;
    margin-top: 3%;
    width: 100%
}

.charge-bottom {
    background: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 9px 9px 2px rgba(87, 87, 87, .39)
}

.charge-bottom .char-bot-left {
    width: 60%
}

.charge-bottom .char-bot-left ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%
}

.charge-bottom .char-bot-left ul li {
    color: #007bc1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.charge-bottom .char-bot-left ul li::after {
    content: '';
    display: block;
    clear: both
}

.charge-bottom .char-bot-left ul li span {
    font-size: 50px;
    width: 10%;
    text-align: center
}

.charge-bottom .char-bot-left ul li p {
    display: flex;
    align-items: center;
    width: 90%;
    min-height: 66px;
    padding-right: 20px;
    font-size: 18px
}

.charge-bottom .char-bot-right {
    width: 40%
}

.char-bot-right .swiper-container .swiper-slide img {
    display: block;
    width: 100%
}

.charge-yindao {
    padding-bottom: 50px;
    margin-top: 40px
}

.yindao {
    text-align: center;
    animation: yindao 1s ease-in-out infinite
}

.yindao div {
    line-height: .7;
    color: #2bade9;
    font-size: 24px
}

@keyframes yindao {
    0% {
        transform: translateY(-12px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-12px)
    }
}

.bottom-btn a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background: #2bade9;
    border-radius: 23px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px
}

@media screen and (max-width:1140px) {

    .charge-content,
    .vk-coupon {
        width: 100%
    }

    .charge-content .charge-con-left {
        margin-left: 2%
    }

    .charge-content .charge-con-left h2 {
        font-size: 18px;
        padding: 5px 0
    }

    .charge-content .charge-con-right {
        width: 80%;
        margin-right: 2%
    }

    .charge-bottom {
        width: 98%;
        margin: 0 auto
    }
}

@media screen and (max-width:950px) {
    .charge-bottom .char-bot-left ul li p {
        font-size: 17px
    }

    .charge-con-right .char-right-table table th {
        font-size: 19px
    }
}

@media screen and (max-width:770px) {
    .charge-content .charge-con-right .char-right-table {
        flex-direction: column
    }

    .charge-content .charge-con-right .char-right-table table {
        width: 100%
    }

    .charge-content .charge-con-left {
        float: unset;
        width: 94%;
        margin: 0 auto
    }

    .charge-content .charge-con-left h2 {
        font-size: 25px;
        padding: 10px
    }

    .charge-nav-items ul {
        flex-direction: unset;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .charge-nav-items ul li {
        flex: unset;
        width: 30%
    }

    .charge-nav-items ul li h4 {
        font-size: 20px
    }

    .charge-content .charge-con-right {
        float: unset;
        width: 97%;
        margin: 0 auto
    }

    .charge-bottom {
        width: 100%;
        flex-direction: column-reverse
    }

    .charge-bottom .char-bot-left,
    .charge-bottom .char-bot-right {
        width: 100%
    }

    .charge-bottom .char-bot-right {
        width: 96%;
        margin: 30px auto;
        box-shadow: 0 9px 5px #ddd
    }

    .charge-bottom .char-bot-left ul {
        padding: 0 10px
    }

    .charge-bottom .char-bot-left ul li p {
        font-size: 20px;
        padding-right: 0
    }

    .charge-bottom .char-bot-left {
        padding: 20px 0
    }
}

@media screen and (max-width:640px) {
    .charge-con-right .char-right-table table th {
        padding: 5px 0;
        font-size: 16px
    }
}

@media screen and (max-width:540px) {
    .charge-title h1 {
        font-size: 25px
    }

    .charge-title .c-title-text {
        font-size: 16px;
        padding-top: 10px;
        letter-spacing: 0
    }

    .charge-nav-items ul li h4 {
        font-size: 16px;
        font-weight: lighter
    }

    .charge-bottom .char-bot-left ul li p {
        font-size: 16px
    }

    .charge-content .charge-con-left {
        width: 90%
    }

    .charge-nav-items ul li {
        width: 28%;
        padding: 10px 0
    }

    .charge-content .charge-con-left h2 {
        font-size: 20px
    }

    .charge-bottom .char-bot-left ul li span {
        font-size: 40px
    }

    .table_bottom {
        padding: 10px;
        font-size: 15px
    }

    .small_text {
        font-size: 14px;
        display: block
    }
}

@media screen and (max-width:400px) {
    .charge-con-right .char-right-table table td {
        padding: 4px 0 4px 4px
    }
}

@media screen and (max-width:375px) {
    .charge-con-right .char-right-table table td {
        font-size: 14px
    }
}