@media (max-width:1280px) {
    body{
        background-color: #F4F4F4;
    }
    .address{
        display: none;
    }
    .product{
        width: 100%!important;
        display: flex;
        justify-content: space-between;
    }
    .product .one{
        width: 100%;
        padding: 3.5625rem 2.4375rem;
        background-color: #fff;
    }
    .product .one .time{
        font-size: 1.375rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
    }
    .product .item {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .product .item .itemBtn{
        width: 8.125rem;
        height: 2.5rem;
        color: #fff;
        text-align: center;
        line-height: 2.5rem;
        font-size: 1.375rem;
        background: #333333;
        cursor: pointer;
    }
    .product .item .title{
        width: 41.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product .item .title .tiPic img{
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.375rem;
    }
    .product .item .title .tiPic{       
        display: flex;
        align-items: center;
        font-size: 2rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
    }
    .product .item .type{
        font-size: 1.25rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
        margin: 1.5625rem 0 0.8125rem;
    }
    .product .item .addressTime .addressCity{
        font-size: 1.625rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #333333;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .product .one .described{
        display: flex;
        align-items: end;
        justify-content: space-between;
        font-size: 1.625rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: 1.8125rem;
        margin-top: 4.1875rem;
    }
    .product .one .described .line{
        width: 34.125rem;
        height: 0.0625rem;
        background: #D8D8D8;
    }
    .product .one .pay {
        margin-bottom: 1.875rem;
    }
    .product .one .pay li,
    .product .one .duty li,
    .product .one .duty .dutyNa,
    .product .one .numP{
        font-size: 1.5rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        line-height: 2.25rem;
    }
    .product .one .duty{
        margin-bottom: 1.875rem;
    }
    .product .one .duty li{
        list-style-type: num;
        margin-left: 1.8rem;
    }
    .product .one .numP{
        margin-bottom: 4.625rem;
    }
    .product .one .companyInfor{
        display: flex;
        justify-content: space-between;
    }
    .product .one .companyInfor .companyPic{
       width: 3.75rem;
       height: 4.625rem;
    }
    .product .one .companyInfor .comCon{
        width: 36.125rem;
    }
    .product .one .companyInfor .comCon .companyTitle{
        font-size: 1.625rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: 0.875rem;
    }
    .product .one .companyInfor .comCon .companyCon{
        font-size: 1.5rem;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 2.25rem;
    }
    .product .one .companyInfor .comCon .companyCon p{
        margin-bottom: 0.5rem;
    }
    .product .one .prLine{
        display: none;
    }
    .product .one .prBtn{
        width: 8.125rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        color: #fff;
        font-size: 1.375rem;
        background: #333333;
        cursor: pointer;
        margin: 2.5625rem auto 0;
    }
    
    .twe{
        display: none;
    }
    
}
@media (min-width:1280px) {
    body{
        background-color: #F4F4F4;
    }
    .address{
        font-size: .7292vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
        margin: .625vw auto !important;
    }
    .product{
        display: flex;
        justify-content: space-between;
        margin: 0 auto 5vw!important; 
    }
    .product .one{
        width: 53.125vw;
        padding: 1.0417vw 1.5625vw;
        background-color: #fff;
    }
    .product .one .time{
        font-size: .7292vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
        margin-bottom: .5729vw;
    }
    .product .item {
        margin-bottom: 1.6667vw;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .product .item .itemBtn{
        width: 5.7292vw;
        height: 1.875vw;
        color: #fff;
        text-align: center;
        line-height: 1.875vw;
        font-size: .8333vw;
        background: #333333;
        cursor: pointer;
    }
    /* .product .item .title{
        display: flex;
        align-items: center;
        
    } */
    .product .item .title .tiPic{
        font-size: 1.0417vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        display: flex;
        align-items: center;
    }
    .product .item .title .tiPic img{
        width: 1.25vw;
        height: 1.25vw;
        margin-right: .3125vw;
    }
    .product .item .type{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
        margin: .625vw 0 .3125vw 0;
    }
    .product .item .addressTime .addressCity{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
    }
    .product .one .described{
        display: flex;
        align-items: end;
        justify-content: space-between;
        font-size: .9375vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: 1.5104vw;
    }
    .product .one .described .line{
        width: 45.5208vw;
        height: 1px;
        background: #D8D8D8;
    }
    .product .one .pay {
        margin-bottom: 1.5625vw;
    }
    .product .one .pay li,
    .product .one .duty li,
    .product .one .duty .dutyNa,
    .product .one .numP{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: .3208vw;
    }
    .product .one .duty{
        margin-bottom: 1.5625vw;
    }
    .product .one .duty li{
        list-style-type: num;
        margin-left: 1.0417vw;
    }
    .product .one .numP{
        margin-bottom: 1.5625vw;
    }
    .product .one .companyInfor{
        display: flex;
        justify-content: space-between;
    }
    .product .one .companyInfor .companyPic{
        width: 3.125vw;
        height: 3.8542vw;
    }
    .product .one .companyInfor .comCon{
        width: 45.5208vw;

    }
    .product .one .companyInfor .comCon .companyTitle{
        font-size: .9375vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: .4167vw;
    }
    .product .one .companyInfor .comCon .companyCon{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 1.3542vw;
    }
    .product .one .companyInfor .comCon .companyCon p{
        margin-bottom: .4167vw;
    }
    .product .one .prLine{
        width: 100%;
        height: 1px;
        background: #D8D8D8;
        margin: 1.1458vw 0;
    }
    .product .one .prBtn{
        width: 5.7292vw;
        height: 1.875vw;
        line-height: 1.875vw;
        text-align: center;
        color: #fff;
        font-size: .8333vw;
        background: #333333;
        cursor: pointer;
        margin: 0 auto;
    }
    
    .twe{
        width: 18.2292vw;
        height: 14.1354vw;
        background: #FFFFFF;
        padding: 1.0417vw 1.0417vw 1.9792vw 1.0417vw;
    }
    .twe .titleMore{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .twe .titleMore .title{
        font-size: 1.0417vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 500;
        color: #333333;
    }
    .twe .titleMore .more{
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
    }
    .twe .line{
        width: 100%;
        height: 1px;
        background: #D8D8D8;
        margin: .5208vw 0 1.1458vw;
    }
    .twe .titlePi{
        display: flex;
        align-items: center;
        font-size: .8333vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #3D3D3D;
        margin-bottom: 1.0417vw;
    }
    .twe .titlePi .tiPic{
        width: .8333vw;
        height: .8333vw;
        margin-right: .3125vw;
    }
}<!--ºÄÊ±1774084568.6035Ãë-->