.proInfo1 {
    height: calc(100vh + 1200px)
}

.proInfo1 .fix {
    height: 100vh;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.proInfo1 .fix .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20vh;
    width: 100%;
    text-align: center
}

.proInfo1 .fix .title .p1 {
    font-weight: 400;
    font-size: 26px;
    color: #1A1A1A;
    margin: 0 0 15px
}

.proInfo1 .fix .title .p2 {
    font-weight: bold;
    font-size: 46px;
    color: #0090D5
}

.proInfo1 .fix .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 140px
}

.proInfo1 .fix .wrap .l {
    width: 600px;
    background: #FFFFFF;
    border-radius: 0px;
    padding: 80px 60px 80px 79px;
    margin: 0 100px 0 0;
    opacity: 0;
    transform: translateX(-50px)
}

.proInfo1 .fix .wrap .l .text .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 15px
}

.proInfo1 .fix .wrap .l .text .p2 {
    font-weight: bold;
    font-size: 32px;
    color: #0090D5;
    padding: 0 0 30px;
    margin: 0 0 36px;
    border-bottom: 1px solid #F1F1F1
}

.proInfo1 .fix .wrap .l .pick {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 30px;
    margin: 0 0 58px
}

.proInfo1 .fix .wrap .l .more {
    width: 160px;
    height: 46px;
    background: #0090D5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.proInfo1 .fix .wrap .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 36px 0 0
}

.proInfo1 .fix .wrap .l .more .iconfont {
    color: #FFFFFF;
    font-size: 16px
}

.proInfo1 .fix .wrap .img {
    width: 469px;
    height: 504px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-340px)
}

.proInfo1 .fix .wrap .img img {
    width: 100%
}

.proInfo2 {
    padding: 0 0 202px
}

.proInfo2 .cut {
    width: 100%;
    height: 80px;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
    z-index: 9
}

.proInfo2 .cut .w1200 {
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom: 1px solid #F1F1F1
}

.proInfo2 .cut .w1200 .list {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    transition: .6s ease
}

.proInfo2 .cut .w1200 .list.on {
    color: #0090D5
}

.proInfo2 .cut .w1200 .list:not(:last-child) {
    margin: 0 50px 0 0
}

.proInfo2 .content {
    margin: 70px auto 0
}

.proInfo2 .content .matter:not(:last-child) {
    margin: 0 0 88px
}

.proInfo2 .content .matter .headline {
    display: flex;
    align-items: center
}

.proInfo2 .content .matter .headline .bor {
    width: 7px;
    height: 23px;
    background: var(--color);
    margin: 0 25px 0 0
}

.proInfo2 .content .matter .headline .title {
    font-weight: bold;
    font-size: 26px;
    color: #1A1A1A
}

.proInfo2 .content .matter .flex1 {
    margin: 53px 0 0 0;
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 0
}

.proInfo2 .content .matter .flex1 .item:nth-child(2) {
    width: 160px
}

.proInfo2 .content .matter .flex1 .item p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 0 20px
}

.proInfo2 .content .matter .flex1 .item span {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #0090D5
}

.proInfo2 .content .matter .flex2 .pick {
    margin: 27px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #A5A5A5
}

.proInfo2 .content .matter .flex2 table {
    width: 100%;
    margin: 60px 0 0 0;
    border: 1px solid #EDEDED
}

.proInfo2 .content .matter .flex2 table tr:first-child td {
    background: #D0E1F5;
    font-weight: bold;
    border: none !important
}

.proInfo2 .content .matter .flex2 table tr td {
    height: 60px;
    padding: 0 10px;
    font-size: 16px;
    color: #1A1A1A;
    border: 1px solid #EDEDED
}

.proInfo2 .content .matter .flex2 table tr td:first-child {
    border-right: 1px solid #EDEDED
}

.proInfo2 .content .matter .flex2 table tr td:nth-last-child(n+4) {
    border-right: 1px solid #EDEDED
}

.proInfo2 .content .matter .flex3 {
    margin: 79px 0 0 0
}

.proInfo2 .content .matter .flex3 img {
    margin: 0 0 70px;
    height: fit-content;
    object-fit: contain
}

@media screen and (max-width: 1919px) {
    .proInfo1{
        height: calc(62.5vw + 100vh);
    }
    .proInfo1 .fix .title .p1{
        font-size: 1.3541666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .proInfo1 .fix .title .p2{
        font-size: 2.3958333333vw;
    }
    .proInfo1 .fix .wrap{
        top: 7.2916666667vw;
    }
    .proInfo1 .fix .wrap .l{
        width: 31.25vw;
        padding: 4.1666666667vw 3.125vw 4.1666666667vw 4.1145833333vw;
        margin: 0px 5.2083333333vw 0px 0px;
        transform: translateX(-2.6041666667vw);
    }
    .proInfo1 .fix .wrap .l .text .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.78125vw;
    }
    .proInfo1 .fix .wrap .l .text .p2{
        font-size: 1.6666666667vw;
        padding: 0px 0px 1.5625vw;
        margin: 0px 0px 1.875vw;
    }
    .proInfo1 .fix .wrap .l .pick{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 3.0208333333vw;
    }
    .proInfo1 .fix .wrap .l .more{
        width: 8.3333333333vw;
        height: 2.3958333333vw;
        border-radius: 0.2083333333vw;
    }
    .proInfo1 .fix .wrap .l .more p{
        font-size: 0.8333333333vw;
        margin: 0px 1.875vw 0px 0px;
    }
    .proInfo1 .fix .wrap .l .more .iconfont{
        font-size: 0.8333333333vw;
    }
    .proInfo1 .fix .wrap .img{
        width: 24.4270833333vw;
        height: 26.25vw;
        transform: translateX(-17.7083333333vw);
    }
    .proInfo2{
        padding: 0px 0px 10.5208333333vw;
    }
    .proInfo2 .cut{
        height: 4.1666666667vw;
        top: 4.6875vw;
    }
    .proInfo2 .cut .w1200 .list{
        font-size: 0.8333333333vw;
    }
    .proInfo2 .cut .w1200 .list:not(:last-child){
        margin: 0px 2.6041666667vw 0px 0px;
    }
    .proInfo2 .content{
        margin: 3.6458333333vw auto 0px;
    }
    .proInfo2 .content .matter:not(:last-child){
        margin: 0px 0px 4.5833333333vw;
    }
    .proInfo2 .content .matter .headline .bor{
        width: 0.3645833333vw;
        height: 1.1979166667vw;
        margin: 0px 1.3020833333vw 0px 0px;
    }
    .proInfo2 .content .matter .headline .title{
        font-size: 1.3541666667vw;
    }
    .proInfo2 .content .matter .flex1{
        margin: 2.7604166667vw 0px 0px;
        padding: 0px 5.2083333333vw 0px 0px;
    }
    .proInfo2 .content .matter .flex1 .item:nth-child(2){
        width: 8.3333333333vw;
    }
    .proInfo2 .content .matter .flex1 .item p{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .proInfo2 .content .matter .flex1 .item span{
        font-size: 1.6666666667vw;
    }
    .proInfo2 .content .matter .flex2 .pick{
        margin: 1.40625vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .proInfo2 .content .matter .flex2 table{
        margin: 3.125vw 0px 0px;
    }
    .proInfo2 .content .matter .flex2 table tr td{
        height: 3.125vw;
        padding: 0px 0.5208333333vw;
        font-size: 0.8333333333vw;
    }
    .proInfo2 .content .matter .flex3{
        margin: 4.1145833333vw 0px 0px;
    }
    .proInfo2 .content .matter .flex3 img{
        margin: 0px 0px 3.6458333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .tcalc1{
        margin: 65px 0 0 0;
        padding: 40px 0;
    }
    .tcalc1 .wrap{
        padding: 0;
        flex-direction: column;
        align-items: unset;
    }
    .tcalc1 .wrap .l{
        width: 100%;
    }
    .tcalc1 .wrap .l .title{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .tcalc1 .wrap .l .text h5{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .tcalc1 .wrap .l .text p{
        font-size: 13px;
        line-height: 25px;
    }
    .tcalc1 .wrap .l .text hr{
        margin: 25px 0;
    }
    .tcalc1 .wrap .l .more{
        height: 40px;
        width: fit-content;
        padding: 0 20px;
    }
    .tcalc1 .wrap .l .more p{
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .tcalc1 .wrap .l .more .iconfont{
        font-size: 13px;
    }
    .tcalc1 .wrap .img{
        width: 100%;
        height: auto;
    }
    .proInfo2{
        padding: 30px 0;
    }

    .proInfo2 .cut .w1200 .list:not(:last-child){
        margin: 0 30px 0 0;
    }
    .proInfo2 .cut .w1200 .list{
        font-size: 15px;
    }
    .proInfo2 .cut{
        top: 0;
        height: 50px;
        position: relative;
    }

    .proInfo2 .content .matter .headline .title{
        font-size: 16px;
    }
    .proInfo2 .content .matter .headline .bor{
        width: 3px;
        height: 18px;
        margin: 0 15px 0 0;
    }
    .proInfo2 .content{
        margin: 30px auto 0;
    }
    .tcalc_flex1 table tr td{
        height: auto;
        font-size: 13px;
        padding: 15px 5px;
    }
    .tcalc_flex1{
        margin: 25px 0 0 0;
    }
    .tcalc_flex3{
        margin: 25px 0 0 0;
    }
    .tcalc_flex3 .item{

    }
    .tcalc_flex3 .item .text{
        height: 40px;
        width: fit-content;
        padding: 0 25px;
        border-radius: 25px;
        margin: 20px auto 0;
        font-size: 12px;
    }
    .tcalc_flex3 .item {
        width: 46%;
    }

    .proInfo2 .content .matter .flex2 table tr td{
        height: auto;
        font-size: 13px;
        padding: 15px 10px;
    }

    .proInfo2 .content .matter .flex2 table{
        margin: 25px 0 0 0;
        width: 100%;
        display: block;
        overflow: hidden;
        overflow-x: scroll;
        border-left: none;
    }
    .proInfo2 .content .matter .flex2 table  tbody{
        width: max-content;
        display: block;
    }
    .proInfo2 .content .matter .flex2 .pick{
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .proInfo2 .content .matter:not(:last-child){
        margin: 0 0 25px;
    }
    .proInfo1{
        height: auto!important;
    }
    .proInfo1 .fix .title{
        display: none;
    }
    .proInfo1 .fix{
        height: auto;
        padding: 100px 0 30px 0;
    }
    .proInfo1 .fix .wrap{
        top: 0;
        flex-direction: column-reverse;
        width: 90%;
    }
    .proInfo1 .fix .wrap .img{
        width: 100%;
        height: auto;
        transform: none!important;
    }
    .proInfo1 .fix .wrap .l{
        width: 100%;
        opacity: 1!important;
        padding: 20px;
        margin: 0 0 30px;
        transform: none!important;
    }
    .proInfo1 .fix .wrap .l .text .p1{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .proInfo1 .fix .wrap .l .text .p2{
        font-size: 20px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .proInfo1 .fix .wrap .l .pick{
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .proInfo1 .fix .wrap .l .more{
        width: fit-content;
        padding: 0 20px;
        height: 40px;
    }
    .proInfo1 .fix .wrap .l .more p{
        font-size: 14px;
        margin: 0 12px 0 0 ;
    }
    .proInfo1 .fix .wrap .l .more .iconfont{
        font-size: 14px;
    }
    .proInfo2 .content .matter .flex1 .item p{
        font-size: 15px;
    }
    .proInfo2 .content .matter .flex1 .item span{
        font-size: 15px;
    }
    .proInfo2 .content .matter .flex1{
        margin: 20px 0 0 0;
        padding: 10px 0 0 0;
        flex-wrap: wrap;
        gap: 20px;
    }
    .proInfo2 .content .matter .flex1 .item{
        width: 45% !important;
    }
    .proInfo2 .content .matter .flex2 table{
        height: auto!important;
    }
    .proInfo2 .content .matter .flex2 table tr:last-child td{
        border-bottom: none;
    }


}

