.business .wrap {
    width: 1600px;
    margin: 117px auto 220px;
}

.business .wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.business .wrap .content {
    margin: 47px 0 0 0;
}

.business .wrap .content table {
    width: 100%;
}

.business .wrap .content table tr td {
    height: 70px;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    background: #F5F5F5;
}

.business .wrap .content table tr td:nth-child(6) {
    width: 147px;
}

.business .wrap .content table tr:first-child td {
    background: #666666;
    font-size: 15px;
    color: #fff;
}

.business .wrap .content table tr:nth-child(2n) td {
    background: #fff;
}

@media screen and (max-width: 1920px) {
    .business .wrap {
        width: 83.3333333333vw;
        margin: 6.09375vw auto 11.4583333333vw;
    }

    .business .wrap .title {
        font-size: 2.0833333333vw;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }

    .business .wrap .content {
        margin: 2.4479166667vw 0 0 0;
    }

    .business .wrap .content table {
        width: 100%;
    }

    .business .wrap .content table tr td {
        height: 3.6458333333vw;
        font-size: 0.78125vw;
        color: #333333;
        font-weight: 400;
        text-align: center;
        background: #F5F5F5;
    }

    .business .wrap .content table tr td:nth-child(6) {
        width: 7.65625vw;
    }

    .business .wrap .content table tr:first-child td {
        background: #666666;
        font-size: 0.78125vw;
        color: #fff;
    }

    .business .wrap .content table tr:nth-child(2n) td {
        background: #fff;
    }
}

/*# sourceMappingURL=business.css.map */

@media screen and (max-width: 1024px) {
  .business .wrap{
    width: 90%;
    margin: 40px auto;
  }
  .business .wrap .title{
    font-size: 24px;
    margin: 0 0 30px;
  }
  .business .wrap .content table tr:first-child td{
    font-size: 12px;
  }
    .business .wrap .content table tr{
        height: auto !important;
    }
  .business .wrap .content table tr td{
    font-size: 12px!important;
    height: 54px!important;
  }
}

@media screen and (max-width: 767px) {
    .business .wrap .content{
        margin: 25px 0 0 0;
    }
    .business .wrap .title {
        margin: 0 0 20px;
    }
    .business .wrap .content table tr td:nth-child(6){
        width: fit-content;
    }
    .business .wrap .content table{
        width: 400% !important;
    }
    .business .wrap .content{
        overflow: hidden;
        overflow-x: scroll;
    }
    .business .wrap .content::-webkit-scrollbar{
        display: none;
    }
}