body {
    background: rgb(247, 248, 250);
}

.banner-bgalxq .ywms-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
    /*justify-content: center;*/
}

.banner-bgalxq .ywms-list .ywms-item {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #2c82ff;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(44, 130, 255, 0.6);
    margin: 2px;
    border: 1px solid #2c82ff;
    color: #fff;
}

.banner-bgalxq .ywms-list .ywms-item:nth-child(2n) {
    background: rgb(224, 243, 255);
    color: #2cafff;
    border: 1px solid rgb(224, 243, 255);
}

.banner-ny.banner-bgalxq .banner-text h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.banner-ny .banner-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    height: 32px;
    margin-bottom: 40px;
}

.banner-ny .banner-text .btn-white {
    color: #fff;
    border: 1px solid #fff;
}

.bgalxq .container {
    display: flex;
    position: relative;
}

.bgalxq {}

.bgalxq-left {
    width: calc(100% - 40px);
    background: #fff;
    box-shadow: 0px 0px 10px rgba(198, 224, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
}

.bgalxq-left .bgal_zy {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f6ff), to(#ffffff));
    padding: 60px;
    border-radius: 5px;
}

.bgalxq-left .bgal_zy p,
.bgalxq-left .bgal_zy span {
    font-size: 16px;
    line-height: 1.75;
    color: #47506b;
}

.bgalxq-left .bgal_zy span {
    margin-top: 10px;
    float: right;
}

.bgalxq-left .bgal_zy .yh_q {
    position: absolute;
    width: 37px;
    height: 35px;
    left: 15px;
    top: 15px;
}

.bgalxq-left .bgal_zy .yh_h {
    position: absolute;
    width: 37px;
    height: 35px;
    right: 15px;
    bottom: 15px;
}

.bgal_tdsz {
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}

.bgal_tdsz .w-line {
    display: block;
    margin: 0;
    margin-left: -0;
    padding: 0;
    width: 1px;
    height: 22px;
    font-size: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c6def5;
}

.bgalxq-header .tdsz-value {
    color: #2c82ff;
    font-weight: bold;
    font-size: 36px;
}

.bgalxq-header .tdsz-value .counter {
    font-weight: bold;
    font-size: 54px;
    display: inline-block;
}

.bgalxq-header .tdsz-name {
    color: #727a8e;
    font-size: 16px;
}

.bgalxq-content-container {
    padding: 10px;
}

.bgalxq-content-container .bgalxq-title h3 {
    padding-bottom: 8px;
    display: inline-block;
    background: url("../images/bgal/dx_gs.png") no-repeat bottom;
    font-weight: bold;
    color: #2f3031;
    font-size: 24px;
    margin-bottom: 30px;
}

.bgalxq-content-container img {
    max-width: 100%;
}

.bgalxq-right {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(198, 224, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
}

.bgalxq-right.sticky {
    position: fixed;
    top: 120px;
    z-index: 100;
}

.bgalxq-right.stickyed {
    position: absolute;
    bottom: 0;
}

.bgalxq-right .bgalxq-right-header img {
    width: 100%;
    border-radius: 5px;
}

.bgalxq-right .btn-sqsy {
    display: block;
    transition: all 0.6s ease-in-out;
    color: #FFF;
    font-size: 16px;
    line-height: 3;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-image: linear-gradient(to right, #2498FF, #65BCFF);
    border-radius: 8px;
    margin: 20px 0;
}

.bgalxq-right .btn-sqsy:hover {
    background-image: linear-gradient(to right, #317CF9, #2895FE);
}

.bgalxq-right-body h4 {
    font-size: 24px;
    color: #2f3031;
    font-weight: bold;
}

.bgalxq-right-body .rmbq a {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    color: #636e80;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    border-radius: 8px;
    background-color: rgb(247, 248, 250);
    padding: 0 10px;
    margin: 0 3px 10px;
    cursor: pointer;
    width: calc(50% - 10px);
    vertical-align: text-top;
}

.bgalxq-right-body .rmbq a:hover {
    color: #2cafff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.bgal-more .btn-blue {
    margin: auto;
}

.bgalxq-content img{
    max-width: 100%!important;
}

/* 移动端 */
@media (max-width: 992px) {
    .banner-ny.banner-bgalxq .banner-text h3 {
        font-size: 22px;
    }

    .banner-ny .banner-text p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .banner-bgalxq .ywms-list .ywms-item {
        font-size: 12px;
    }

    .banner-ny .banner-text .btn-group a {
        line-height: 32px;
        height: 32px;
    }

    .bgalxq .container {
        flex-direction: column;
    }

    .bgalxq-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .bgalxq-header .bgal_zy {
        padding: 30px 30px 45px;
    }

    /* .bgalxq-header .bgal_zy p,
    .bgalxq-header .bgal_zy span {
        font-size: 12px;
    } */

    .bgalxq-header .bgal_zy .yh_q {
        position: absolute;
        width: 20px;
        height: 20px;
        left: 8px;
        top: 8px;
    }

    .bgalxq-header .bgal_zy .yh_h {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 8px;
        bottom: 10px;
    }

    .bgal_tdsz {
        width: 100%;
    }

    .bgalxq-header .tdsz-value {
        font-size: 20px;
    }

    .bgalxq-header .tdsz-value .counter {
        font-size: 25px;
    }

    .bgalxq-header .tdsz-name {
        font-size: 12px;
    }

    .bgal_zy {
        margin-bottom: 20px;
    }

    .bgalxq-right.sticky,
    .bgalxq-right.stickyed {
        position: initial;
    }

    .bgalxq-content-container .bgalxq-title h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bgalxq-right-body h4 {
        font-size: 20px;
    }

    .bgalxq-right .btn-sqsy {
        font-size: 14px;
    }
}