body{
    background: #f2f2f2;
}
.pintuan-list{
    /*overflow:auto;*/
    /*min-height: 400px;*/
    background: #fff;

}
.height100{
    height: 100px;
}
.pintuan-line{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.pintuan-img{
    width: 55%;
    position: relative;
}
.pintuan-img img{
    width: 45%;

    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-height: 100%;
}
.pintuan-main{
    width: 45%;
    position: relative;
    background: #404040;
    padding: 50px 8%;
}
.pintuan-con-title{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F2F2F2;
}
.pintuan-con-introduce{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F2F2F2;
    line-height: 21px;
    margin: 15px 0 30px 0;
}

.pintuan-con-time{
    width: 191px;
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D9D9D9;
    line-height: 75px;
    margin-bottom: 60px;
}
.pintuan-con-time span{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #CC3D3D;
    margin: 0 3px;
}
.pintuan-main-icon{
    position: absolute;
    left: 55%;
    z-index: 999;
    height: 100%;
    margin-top: 2.2%;
    top: 0;
}
.pintuan-con-price span:nth-child(1){
    font-size: 14px;
    font-weight: bold;
    color: #D9D9D9;
}
.pintuan-con-price span:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    color: #D9D9D9;
}
.pintuan-con-price span:nth-child(3){
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    text-decoration: line-through;
    color: #D9D9D9;
    margin-left: 15px;

}
.pintuan-con-progress{
    display: flex;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #D9D9D9;
    height: 30px;
    line-height: 30px;
}
.pintuan-con-progress-speed{
    width: 130px;
    height: 8px;
    margin: 11px 0 0 5px;
    background: #FFFFFF;
    position: relative;
}
.pintuan-con-progress-speed p{
    width: 60px;
    height: 8px;
    background: #CC3D3D;
    position: absolute;
    left: 0;
    top: 0;
}
.pintuan-con-btn{
    width: 80%;
    margin: 30px auto 0;
    height: 40px;
    background: rgba(51, 51, 51, 0);
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}




.test{
    width: 100px;
    height: 100px;
    background: red;
    transform: skew(-30deg,30deg);
}
