
@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        height: 47.875rem;
        background-image: linear-gradient(180deg, #89B8FF 0%, rgba(165, 200, 255, 0.76) 22%, rgba(212, 229, 255, 0.36) 60%, rgba(243, 247, 255, 0.1) 87%, rgba(255, 255, 255, 0) 100%);
    }

    .banner .title {
        width: 30%;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 11.0625rem;
        transform: translateX(-50%);
    }

    .table_content {
        position: absolute;
        max-width: 75rem;
        width: 80%;
        top: 22rem;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
    }

    .table_content .header {
        width: 100%;
        height: 16.9375rem;
        display: flex;
    }

    .table_content .header .box {
        background: #fff;
        width: 25%;
        height: 100%;
        font-size: 1.25rem;
    }

    .table_content .header .box .top_box {
        height: 50%;
        border-bottom: 0.0625rem solid #e6e6e6;
        padding: 1.25rem;
        text-align: center;
    }

    .table_content .header .box .top_box h4 {
        color: #027AFF ;
    }

    .table_content .header .box .top_box div {
        font-size: 0.875rem;
    }

    .table_content .header .box .bottom_box {
        padding: 1.25rem;
        height: 50%;
        line-height: 2.5rem;
        text-align: center;
    }

    .table_content .header .box .bottom_box div {
        font-size: 1rem;
    }

    .table_content .header .box .bottom_box div:last-child:hover {
        cursor: pointer;
    }

    .yd_zhan{
        display: none;
    }
    .btns {
        width: 180px;
        padding: 0 1.25rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF  100%);
        margin: 0 auto;
        color: #fff;
        border-radius: 5px;
    }
    .table_content .header .box:not(div:last-child) {
        border-right: 0.0625rem solid #e6e6e6;
    }

    .table_content .header .triangle::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 23.9rem;
        background-color: #f6f6f6;
        display: block;
        transform: rotate(-50deg);
        transform-origin: top;
        overflow: hidden;
    }

    .table_content .header .triangle div:first-child {
        padding-left: 7.5rem;
        padding-top: 3.125rem;
    }

    .table_content .header .triangle div:last-child {
        padding-left: 3.75rem;
        padding-top: 5rem;
    }

    .table_content .body {
        width: 100%;
        border-collapse: collapse;
    }

    .table_content .body th,
    .table_content .body td {
        width: 25%;
        border: 0.0625rem solid #e6e6e6;
        padding: 8px;
        text-align: center;
    }

    .table_content .body th img,
    .table_content .body td img {
        width: 1.25rem;
    }



    .openEr{
        width: 180px;
        padding: 0 1.25rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF  100%);
        color: #fff;
        z-index: 10 !important;
        font-size: 16px;
        border: none;
        border-radius: 5px;
    }


}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        padding: 126px 0 70px 0;
        background-image: linear-gradient(180deg, #89B8FF 0%, rgba(165, 200, 255, 0.76) 30%, rgba(255, 255, 255, 0) 100%);
    }

    .banner .title {
        text-align: center;
    }

    .table_content {
        max-width: 75rem;
        width: 100%;
        background: #fff;
        padding-bottom: 100px;
    }

    .table_content .header {
        width: 100%;
        display: flex;
    }

    .table_content .header .box {
        background: #fff;
        width: 25%;
        font-size: 1.25rem;
    }

    .table_content .header .box .top_box {
        border-bottom: 0.0625rem solid #e6e6e6;
        padding: 10px;
        text-align: center;
    }

    .table_content .header .box .top_box h4 {
        color: #027AFF ;
        font-size: 14px;
        margin: 0;
    }

    .table_content .header .box .top_box div {
        font-size: 0.875rem;
        display: none;
    }

    .table_content .header .box .bottom_box {
        padding: 10px;
        text-align: center;
    }

    .table_content .header .box .bottom_box div {
        font-size: 14px;
    }

    .btns {
        background: #027AFF ;
        color: #fff !important;
        padding: 3px;
        font-size: 14px;
    }


    .table_content .header .box:not(div:last-child) {
        border-right: 0.0625rem solid #e6e6e6;
    }

    .table_content .header .triangle::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 10rem;
        background-color: #f6f6f6;
        display: block;
        transform: rotate(-38deg);
        transform-origin: top;
        overflow: hidden;
    }
    .yd_zhan{
        visibility: hidden;
    }
    .table_content .header .triangle div:first-child {
        padding-left: 2.25rem;
        padding-top: .45rem;
        font-size: 14px;
    }

    .table_content .header .triangle div:last-child {
        padding-left: .5rem;
        padding-top: 2rem;
        font-size: 14px;
    }


    .table_content .body {
        width: 100%;
        border-collapse: collapse;
    }

    .table_content .body th,
    .table_content .body td {
        width: 25%;
        border: 0.0625rem solid #e6e6e6;
        padding: 8px;
        text-align: center;
        font-size: 14px;
    }

    .table_content .body th img,
    .table_content .body td img {
        width: 1.25rem;
    }

    .background {
        display: none !important;
    }
}

