@charset "utf-8";

body{
    background: #fff;
}
/*头部*/
.header{
    height: 68px;
}
.header .box {
    width: 100% ;
    margin: 0 auto;
    height: 68px;
    line-height: 68px;
    z-index: 999;
    background: #F5F5F7;
    position: fixed;
    top: 0;
}

/* .header .logo img {
    width: 142px;
} */
 .group{
     display: none;
 }
.header ul{
    gap: 79px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.header .menu li:hover a {
    background: linear-gradient(90deg, #20308A 0%, #62B4E0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.productpagebox{
    margin-top: 40px;
}
.productpage .left{
    position: relative;
    width: 564px;
    height: 346px;
    
}
.productpage .left>div{
    position: fixed;
    top: 108px;
    width: 564px;
}
.productpage .left img{
    width: 100%;
    margin-bottom: 24px;
}
.productpage .left p{
    padding: 0 56px;
    font-weight: 400;
    font-size: 12px;
    color: #6E6E73;
}
.productpage .right{
    padding-top: 8px;
}
.t1{
    font-size: 32px;
    color: #1D1D1F;
    margin-bottom: 8px;
    line-height: 48px;
    font-family: 'AliPuHuiTi Medium';
    letter-spacing: 1px;
}   
.t2{
    font-size: 18px;
    color: #1D1D1F;
    font-family: 'AliPuHuiTi Medium';
    margin-bottom: 16px;
    letter-spacing: 1px;
} 
.box1,.box2,
.box3,.box4{
    width: 576px;
    padding-bottom: 32px;
    border-bottom: 1px solid #D9D9D9;;
    margin-bottom: 32px;
}
.box5{
    width: 576px;
}
.box3>div,.box5>div,.box2>div,
.box4>div{
    font-size: 16px;
    color: #6E6E73;
    line-height: 32px;
    margin-top: 8px;
}


.odd,.even{
    font-weight: 400;
    font-size: 16px;
    color: #6E6E73;
    line-height: 32px;
    text-align: left;
}
.odd li:not(:last-child),.even li:not(:last-child){
    margin-bottom: 8px;
}
.odd span{
    display: inline-block;
    width: 63px;
    margin-right: 33px;
}
.calss1 .odd li {
    display: flex;
    gap: 24px;
}

.calss1 .odd li span {
    min-width: 90px;
    flex: 0;
    margin-right: 0;
}
.calss2 .odd li span {
    min-width: 115px;
}
.even{
    font-weight: 400;
    font-size: 16px;
    color: #6E6E73;
    line-height: 32px;
    text-align: left;
}
/* .even li{
    list-style-type: disc;
    margin-left: 20px;
} */
 .even li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 8px;
    height: 8px;
    background-color: #6E6E73;
    border-radius: 50%;
    margin-right: 16px;
}
 .even li{
    text-indent: -30px;
    /* 第一行向左偏移 */
    /* 整体右移 */
    padding-left: 30px;
 }




footer{
    text-align: center;
    height: 40px;
    background: #F5F5F7;
    font-weight: 400;
    font-size: 12px;
    color: #6E6E73;
    line-height: 40px;
    margin-top: 40px;
}
.pc {
    display: block;
}

.mobile {
    display: none;
}
 @media(max-width: 1200px){
    html{
        font-size: calc(100vw / 1440);
    }
    .weap{
        width: 95%;
    }
    .header ul{
        gap: 24px;

    }
    .productpage .left {
        position: relative;
        width: 564rem;
        height: 346rem;
    }
    .productpage .left>div {
        width:564rem;
    }
    .productpage .right{
    width: 50%;
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        width: 100%;
        padding-bottom: 32rem;
        margin-bottom: 32rem;
    }
    .box5 {
        width: 100%;
    }
}

 @media(max-width: 768px){
    html {
        font-size: calc(100vw / 390);
    }
    .header {
        height: 44rem;
    }
    .header .menu {
        display: none;
    }
    .header .box {
        height: 44rem;
        line-height: 44rem;
        z-index: 999;
    }
    .header .logo img {
        width: 100rem;
    }
    .header .group {
        display: block;
        position: absolute;
        top: 6px;
        right: 11px;
        width: 32px;
        line-height: 32px;
        height: 32px;
        text-align: center;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 0px 0px 0px 0px;
        border-radius: 50%;
    }

    .header .group ul {
        display: none;
        position: absolute;
        right: 0;
        top: 42rem;
        width: 148rem;
        font-weight: 400;
        border-radius: 4rem;
        color: rgba(29, 29, 31, 0.6);
        background: #fff;
        padding: 0 16rem;
    }

    .header .group ul::before {
        content: "";
        display: block;
        position: absolute;
        top: -8rem;
        right: 8rem;
        width: 16rem;
        height: 8rem;
        background: url(../img/topM.webp) no-repeat center;
        background-image: image-set(url('../img/topM.webp') 1x, url('../img/topM@2x.webp') 2x);
    }

    .header .group ul li {
        padding: 12rem 0;
        border-bottom: 1px solid #F3F3F4;
        ;
    }

    .header .group ul li.active {
        background: linear-gradient(359.99999599005923deg, #20308A 0%, #62B4E0 100%);
        ;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .header .group ul li a {
        font-size: 12rem;
    }
    .weap {
        width: 358rem;
        margin: 0 auto;
    }  
    .productpage .left,.productpage .left>div {
        width: 358rem;
    }
    .productpagebox{
        margin-top: 16rem;
    }
    .productpage .flex{
        flex-direction: column;
    }
    .productpage .left{
        height: auto;
    }
    .productpage .left>div{
        position: static;
    }
    .productpage .flex .left img{
        width: 358rem;
        height: 219rem;
        margin-bottom: 12rem;
    }
    .productpage .left p{
        padding: 0;
        font-weight: 400;
        font-size: 10rem;
        color: #6E6E73;
        margin-bottom: 6rem;
        width: 358rem;
    }
    .productpage .right{ 
        padding-top: 24rem;
    }
    .t1{
        font-size: 18rem;
        color: #1D1D1F;
        line-height: 26rem;
        font-family: 'AliPuHuiTi medium';
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        width: 358rem;
        padding-bottom: 24rem;
        margin-bottom: 24rem;
    }
    .box5 {
        width: 358rem;
    }
    .t2{
        font-size: 16px;
        color: #1D1D1F;
        font-family:'AliPuHuiTi medium';
    }
    .odd,
    .even {
        font-size: 14rem;
        line-height: 20rem;
    }
    .odd span {
        display: inline-block;
        width: 60rem;
        margin-right: 16rem;
    }
    .even li:before {
        content: "";
        display: inline-block;
        position: relative;
        top: -2rem;
        width: 4rem;
        height: 4rem;
        background-color: #6E6E73;
        border-radius: 50%;
        margin-right: 8rem;
    }
    .even li {
        text-indent: -15rem;
        /* 第一行向左偏移 */
        /* 整体右移 */
        padding-left: 15rem;
    }
    .odd li {
        text-indent: -80rem;
        padding-left: 80rem;
    }
    .odd li span{
        position: relative;
        left: 82rem;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    footer.mobile {
        padding-top: 12rem;
        text-align: center;
        height: 64rem;
        margin-top: 40rem;
        font-size: 10rem;
        color: #6E6E73;
        line-height: 20rem;
    }
}