.container-index .public-btn {
    margin-top: .5rem;
    background: linear-gradient(90deg, #347df8 0, #599ffd 100%);
    border-radius: 8px;
    color: #fff;
}

.index-box-part .container-index .menu ul li {
    flex: 0 0 auto;
    font-size: 18px;
    color: #666;
    line-height: 23px;
    margin: 0 .15rem;
    padding: 0 0 .24rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all ease-out .3s
}

@media (max-width: 1580px) {
    .info-banner .container-index .txt {
        font-size: 18px !important
    }
}

@media (max-width: 1260px) {
    .info-banner .container-index .txt {
        font-size: 16px !important
    }
}

.container-index {
    width: 73%;
    position: relative;
    margin: auto;
    max-width: 1400px
}

.product {
    width: 100%;
    padding: 1.2rem 0 .6rem;
    /* background: #f7f9fe */
}

.product .list{
    width: 100%
}

.product .list ul li:nth-child(even) { background: #f7f9fe;padding: 0.5rem 0}
.product .list ul li>div{
    /* width: 100%; */
    display: flex;
    /* justify-content: space-around; */
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

@media (max-width: 1260px) {
    .product .list ul li {
        margin-bottom: 1.4rem
    }
}

@media (max-width: 991px) {
    .info-banner .container-index .txt {
        font-size: 14px !important
    }

    .product .list ul li {
        margin-bottom: 1rem
    }
}

.product .list ul li:last-child {
    margin-bottom: 0
}

.product .list ul li .public-img {
    position: relative;
    z-index: 2;
    max-width: 640px
}

@media (max-width: 767px) {
    .product .list ul li .public-img {
        width: 100%
    }
}

.product .list ul li .public-img::before {
    padding-top: 75.9%
}

.product .list ul li .public-img img {
    max-width: 100%;
    object-fit: contain
}

@media (max-width: 991px) {
    .product .list ul li .tbox {
        margin-top: 1rem;
        width: 40%
    }
}

@media (max-width: 767px) {
    .product .list ul li .tbox {
        width: 100%;
        margin-top: .5rem
    }

    .product .list ul li .bg {
        display: none
    }
}

.product .list ul li .tbox .t1 {
    line-height: .56rem
}

@media (max-width: 1580px) {
    .product .list ul li .tbox .t2 {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width: 1260px) {
    .product .list ul li .tbox .t2 {
        font-size: 16px;
        line-height: 26px
    }
}

@media (max-width: 991px) {
    .product .list ul li .tbox .t2 {
        font-size: 14px
    }
}

.product .list ul li .bg {
    width: 54.78%;
    position: absolute;
    left: 19.57%;
    bottom: calc(100% - .3rem)
}

.product .list ul li .bg img {
    transform: rotateY(180deg)
}

.product .list ul li:nth-child(1) .bg {
    display: none
}

.product .list ul li:nth-child(2n)>div {
    flex-direction: row-reverse;
}

.product .list ul li>:nth-child(2n) .bg img {
    transform: rotateY(0)
}

.index-box-part .container-index .menu ul {
    display: flex;
    gap: .85rem;
    justify-content: center;
    overflow: hidden
}

@media (max-width: 1580px) {
    .product .list ul li .bg {
        bottom: calc(100% - .8rem)
    }

    .container-index {
        width: 84%
    }
}

@media (max-width: 1260px) {
    .product .list ul li .bg {
        bottom: calc(100% - .5rem)
    }

    .container-index {
        width: 90%
    }
}

.index-box-part .container-index .menu ul li.on, .index-box-part .container-index .menu ul li:hover {
    color: #222;
    border-bottom: 2px solid #06f
}

.index-box-part .container-index .list {
    width: 100%;
    margin-top: 99px
}

.index-box-part.mobile .container-index .list {
    margin-top: 20px
}

.index-box-part .container-index .list > ul > li {
    min-width: 100%;
    justify-content: center;
    padding-left: .85rem;
    gap: .5rem;
    display: none;
    overflow: hidden
}

.index-box-part .container-index .list ul li.on, .product-tab, .tab {
    display: flex
}

.index-box-part .container-index .list > ul > li > * {
    width: 600px;
    max-width: 600px
}

.index-box-part .container-index .list > ul > li img {
    margin: auto 0
}

.info-banner {
    width: 100%;
    height: 4.78rem;
    position: relative
}
@media (max-width: 767px) {
    .info-banner {
        height: 6.5rem;
    }

}

.info-banner .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.info-banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.info-banner .img img.mb {
    display: none
}

.info-banner .container-index {
    position: absolute;
    left: 50%;
    top: .8rem;
    transform: translateX(-50%);
    /* top: 50%;
    transform: translate(-50%, -50%); */
    z-index: 2
}

.info-banner .container-index .txt {
    width: 620px;
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.info-banner .container-index .txt.w720{
    width:720px
}

.container-index .xctitle {
    font-weight: 700;
    font-size: .48rem;
    color: #227af3;
    text-align: unset
}

.info-banner .img {
    position: relative
}

.info-banner .container-index .txt {
    color: #333;
    margin-top: .48rem;
    margin-left: 0;
    text-align: unset
}

.pcright {
    position: absolute;
    top: .3rem;
    right: 3.5rem;
    width: 6.76rem !important;
    height: 3.57rem !important
}

.info-banner.product-banner .img::before {
    height: 0% !important
}

.tab {
    height: 60px;
    background: #f1f5fc;
    justify-content: center
}

.tab-menu {
    font-weight: 400;
    color: #333;
    width: 1.65rem;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 18px;
}

.tab-menu:not(:last-child) {
    margin-right: 1.48rem
}

.tab-menu.active {
    background: #fff;
    border-radius: 8px 8px 0 0;
    color: #227af3;
    width: 1.65rem;
    height: 60px;

}

.product-gnlb {
    padding-top: .56rem !important
}

.product-tab {
    margin: 0 auto .56rem;
    height: 60px;
    background: #fff;
    justify-content: center
}

.product-tab-menu {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    padding: 0 .2rem;
    text-align: center;
    line-height: 60px;
    border: 1px solid #dce7f3;
    cursor: pointer;
    white-space: nowrap
}

.product-tab-menu.active {
    background: #227af3;
    color: #fff;
    border: 1px solid #227af3
}

.none {
    display: none
}

.product  .list ul li .tbox {
    width: 6.43rem;
    /* width: 37.2%; */
    margin-top: .5rem
}

.product .list li:nth-child(even) .tbox {
    /* margin-left: .72rem */
}

.product .list li:nth-child(odd) .tbox {
    /* margin-right: .72rem */
}

.product  .list ul li .tbox .t1 {
    font-weight: 400;
    font-size: .32rem;
    color: #333840
}

.product  .list ul li .public-img {
    /* width: 5.66rem */
    width: 6.43rem;

}

.product  .list ul li .tbox .t2 {
    font-size: 16px;
    color: #62697e;
    font-weight: 400;
    line-height: .48rem;
    margin-top: .1rem
}

.product  .list ul li {
    margin-bottom: .57rem
}

.container-index .thead .thead-flex {
    display: flex;
    justify-content: space-between
}

.container-index .thead .thead-flex span {
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px
}

.container-index .thead .thead-flex span:nth-child(1) {
    display: inline-block;
    width: 2rem;
    height: 52px;
    background: #539df3;
    margin-right: 5px
}

.container-index .thead .thead-flex span:nth-child(2) {
    display: inline-block;
    width: 2.4rem;
    height: 52px;
    background: #4fb4f9;
    margin-right: 3px
}

.container-index .thead .thead-flex span:nth-child(3) {
    display: inline-block;
    flex: 1;
    height: 52px;
    background: #8fb7e5
}

table {
    text-align: center;
    width: 100%
}

table tbody tr {
    background: #ecf5ff
}

table tbody tr td {
    vertical-align: middle;
    font-size: 14px;
    height: 52px;
    line-height: 22px;
    padding: 15px 10px
}

table tbody tr td:nth-child(1) {
    border-right: 3px solid #fff
}

table tbody tr td:nth-child(3) {
    border-left: 3px solid #fff;
    width: 68%
}

table tbody tr:nth-child(1) td:nth-child(1) {
    background: #539df3
}

table tbody tr:nth-child(1) td:nth-child(2) {
    background: #4fb4f9
}

table tbody tr:nth-child(1) td:nth-child(3) {
    background: #8fb7e5
}

table tbody tr:nth-child(1) td {
    font-size: 16px;
    color: #fff
}

.tbody-flex {
    display: flex;
    justify-content: space-between
}

.tbody .tbody-flex:nth-child(odd) .tbody-model {
    background: #e7f0ff
}

.tbody .tbody-flex:nth-child(odd) .tbody-name {
    background: #e1eefb
}

.tbody .tbody-flex:nth-child(odd) .tbody-recommendation {
    background: #ecf5ff
}

.tbody .tbody-flex:nth-child(even) .tbody-model {
    background: #f5f9ff
}

.tbody .tbody-flex:nth-child(even) .tbody-name {
    background: #f3f8fd
}

.tbody .tbody-flex:nth-child(even) .tbody-recommendation {
    background: #f7fbff
}

.container-index .tbody-model {
    width: 2rem;
    margin-right: 5px
}

.container-index .tbody-name {
    width: 2.4rem;
    margin-right: 3px
}

.container-index .tbody-recommendation {
    flex: 1
}

.tbody-model, .tbody-name, .tbody-recommendation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.tbody-model span, .tbody-name span, .tbody-recommendation span {
    display: inline-block;
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
    line-height: 22px
}

@media (max-width: 767px) {
    .product .list ul li .tbox .t2, .product-tab-menu {
        font-size: 14px
    }

    .tbody-model, .tbody-name, .tbody-recommendation {
        justify-content: space-between
    }

    .product-tab {
        width: 80%
    }

    .product .list ul li .public-img {
        width: 100% !important
    }

    .info-banner .img img.pc {
        display: block
    }

    .container-index {
        width: 90%;
        line-height: .3rem !important
    }

    .tab-menu:not(:last-child) {
        margin-right: 0 !important
    }

    .product .list ul li .tbox {
        width: 100%;
        margin-left: 0;
        margin-top: .88rem
        /* margin-top: .5rem */
    }

    .info-banner .container-index .txt {
        font-size: 14px !important;
        line-height: 25px
    }

    .tab-menu {
        font-size: 14px
    }
}

table td {
    background-color: #ebf5ff;
    border: 3px solid #fff !important;
}

tr:first-child {
    height: 50px;
}

table tr {
    background-color: #f2f2f2;
    border: 2px solid #fff !important;
}