.tcalc1 {
    position: relative;
    z-index: 52;
    background: #F7F7F7;
    padding: 120px 0 120px;
    margin: 166px 0 0 0
}

.tcalc1 .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 62px 0 0
}

.tcalc1 .wrap .l {
    width: 430px
}

.tcalc1 .wrap .l .title {
    font-weight: bold;
    font-size: 36px;
    color: #0090D5;
    margin: 0 0 55px
}

.tcalc1 .wrap .l .text h5 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 15px
}

.tcalc1 .wrap .l .text p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 28px
}

.tcalc1 .wrap .l .text hr {
    margin: 42px 0 30px
}

.tcalc1 .wrap .l .more {
    width: 160px;
    height: 46px;
    background: #0090D5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 76px 0 0 0;
    display: none;
}

.tcalc1 .wrap .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 36px 0 0
}

.tcalc1 .wrap .l .more .iconfont {
    color: #FFFFFF;
    font-size: 16px
}

.tcalc1 .wrap .img {
    width: 418px;
    height: 519px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tcalc1 .wrap .img img {
    object-fit: contain
}

.tcalc_flex1 {
    margin: 40px 0 0 0
}

.tcalc_flex1 table {
    width: 100%
}

.tcalc_flex1 table tr:first-child td {
    background: #D0E1F5;
    font-weight: bold
}

.tcalc_flex1 table tr td {
    height: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    border: 1px solid #EDEDED
}

.tcalc_flex1 table tr td[colspan]:first-child {
    padding: 0 45px;
    width: 21% !important;
    text-align: left
}

.tcalc_flex1 table tr td .color {
    display: flex;
    gap: 11px;
    justify-content: center
}

.tcalc_flex1 table tr td .color span {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.tcalc_flex2 {
    margin: 54px 0 60px 0;
    display: flex;
    justify-content: space-between
}

.tcalc_flex2 table{
    width: 100%;
}
.tcalc_flex2 table tr:first-child td{
    font-size: 18px;
}
.tcalc_flex2 table tr:last-child td{
    text-align: center;
}
.tcalc_flex2 table td:nth-child(2){
    padding: 10px 60px 10px 10px;
}
.tcalc_flex2 table td:nth-last-child(3){
    padding: 10px 60px 10px 10px;
}
.tcalc_flex2 table td{
    padding: 10px 8px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    text-align: left;
}
.tcalc_flex2 table td img{
    width: 100%;
    margin: auto;
    display: block;
}

.tcalc_flex2 .item .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 40px
}

.tcalc_flex2 .item .dis {
    display: flex;
    gap: 16px
}

.tcalc_flex2 .item .dis .list {
    width: 170px
}

.tcalc_flex2 .item .dis .list .img {
    width: 100%;
    height: 140px;
    border-radius: 10px
}

.tcalc_flex2 .item .dis .list .img img {
    width: 100%;
    height: 100%
}

.tcalc_flex2 .item .dis .list .pick {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 18px 0 0 0;
    text-align: center
}

.tcalc_flex3 {
    margin: 68px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 75px 0
}

.tcalc_flex3 .item {
    width: 590px
}

.tcalc_flex3 .item .img {
    width: 100%;
}

.tcalc_flex3 .item .img img {
    width: 100%;
    height: auto;
}

.tcalc_flex3 .item .text {
    width: 237px;
    height: 60px;
    background: #F7F7F7;
    border-radius: 30px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A
}

@media screen and (max-width: 1919px) {
    .tcalc1{
        padding: 6.25vw 0px;
        margin: 8.6458333333vw 0px 0px;
    }
    .tcalc1 .wrap{
        padding: 0px 3.2291666667vw 0px 0px;
    }
    .tcalc1 .wrap .l{
        width: 22.3958333333vw;
    }
    .tcalc1 .wrap .l .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.8645833333vw;
    }
    .tcalc1 .wrap .l .text h5{
        font-size: 0.9375vw;
        margin: 0px 0px 0.78125vw;
    }
    .tcalc1 .wrap .l .text p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .tcalc1 .wrap .l .text hr{
        margin: 2.1875vw 0px 1.5625vw;
    }
    .tcalc1 .wrap .l .more{
        width: 8.3333333333vw;
        height: 2.3958333333vw;
        border-radius: 0.2083333333vw;
        margin: 3.9583333333vw 0px 0px;
    }
    .tcalc1 .wrap .l .more p{
        font-size: 0.8333333333vw;
        margin: 0px 1.875vw 0px 0px;
    }
    .tcalc1 .wrap .l .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .tcalc1 .wrap .img{
        width: 21.7708333333vw;
        height: 27.03125vw;
    }
    .tcalc_flex1{
        margin: 2.0833333333vw 0px 0px;
    }
    .tcalc_flex1 table tr td{
        height: 2.6041666667vw;
        font-size: 0.7291666667vw;
    }
    .tcalc_flex1 table tr td[colspan]:first-child{
        padding: 0px 2.34375vw;
    }
    .tcalc_flex1 table tr td .color{
        gap: 0.5729166667vw;
    }
    .tcalc_flex1 table tr td .color span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .tcalc_flex2{
        margin: 2.8125vw 0px 3.125vw;
    }
    .tcalc_flex2 table tr:first-child td{
        font-size: 0.9375vw;
    }
    .tcalc_flex2 table td:nth-child(2){
        padding: 0.5208333333vw 3.125vw 0.5208333333vw 0.5208333333vw;
    }
    .tcalc_flex2 table td:nth-last-child(3){
        padding: 0.5208333333vw 3.125vw 0.5208333333vw 0.5208333333vw;
    }
    .tcalc_flex2 table td{
        padding: 0.5208333333vw 0.4166666667vw;
        font-size: 0.8333333333vw;
    }
    .tcalc_flex2 .item .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .tcalc_flex2 .item .dis{
        gap: 0.8333333333vw;
    }
    .tcalc_flex2 .item .dis .list{
        width: 8.8541666667vw;
    }
    .tcalc_flex2 .item .dis .list .img{
        height: 7.2916666667vw;
        border-radius: 0.5208333333vw;
    }
    .tcalc_flex2 .item .dis .list .pick{
        font-size: 0.8333333333vw;
        margin: 0.9375vw 0px 0px;
    }
    .tcalc_flex3{
        margin: 3.5416666667vw 0px 0px;
        gap: 3.90625vw 0px;
    }
    .tcalc_flex3 .item{
        width: 30.7291666667vw;
    }
    .tcalc_flex3 .item .text{
        width: 12.34375vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        margin: 1.25vw auto 0px;
        font-size: 0.9375vw;
    }
}

@media screen and (max-width: 1024px) {
    .tcalc_flex2 p img{
        height: auto;
    }

    .tcalc_flex1 table{
        display: block;
        overflow: hidden;
        overflow-x: scroll;
        width: 95vw;
    }
    .tcalc_flex1 table tbody{
        max-width: max-content;
        display: inline-table;
    }


    .tcalc_flex1 table.unset{
        width: 100%;
        display: inline-table;
    }
    .tcalc_flex1 table.unset tbody{
        max-width: unset;
        display: contents;
    }
    .tcalc_flex1 table tr td br{
        display: none;
    }
    .tcalc_flex1 table tr td{
        white-space: nowrap;
    }
}
