.main{
    width: 100%;
    height: 920px;
    /* background: #18151A; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/Public//Home/img/product/lALPDgtYuWipmrzNBBbNB4A_1920_1046.png);
}
.main .item{
    width: 624px;
    height: 714px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/Public/Home/img/product/item.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top:60px;
    left: 135px;
    z-index: 5;
}
.main .item .border{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    background-size: 554px 598px;
    background-repeat: no-repeat;   
    background-position: center center;
    background-image: url(/Public/Home/img/product/border.png);
    opacity: 0;
    transition: all .3s;
}
.main .item .border:hover{
    opacity: 1;
}

.main .item .title{
    width: 410px;
    margin-top: 88px;
    font-size:26px;
    font-family:Alibaba PuHuiTi;
    font-weight:500;
    color:rgba(255,255,255,1);
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    align-items: flex-end;
}
.main .item .title i{
    margin: 0 4px;
    font-size: 20px;
    font-style: normal;
}
.main .item .title span{
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color: #D0D0D4;
}
.main .item .content{
    margin-top: 30px;
    width: 410px;
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(208,208,212,1);
    line-height:33px;
    transform:skew(-6.5deg);
}
.main  .btn{
    width: 136px;
    position: relative;
    z-index: 100;
}
.main  .btn img{
    width: 100%;
}
.main .item.right{
    top: -60px;
    left: -135px;
    z-index: 20;
}
.main .item.inactive{
    justify-content: center;
    background-image: url(/Public/Home/img/product/item_inactive.png);
    background-size: 554px 598px;
    z-index: 4;
}
.main .item.inactive .border{
    background-position: center center;
}
.main .item.inactive .title{
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.main .item.inactive .title span{
    font-size:17px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(181,181,185,1);
    margin-top: 12px;
}
.main .item.right .title{
    width: 350px;
}
.main .item.right .content{
    width: 350px;
    letter-spacing: 4px;
}