.express .trapezoid {
    width: 100%;
    height: 0;
    border-bottom: 400px solid #CE1E23;
    border-right: 200px solid transparent;
    position: relative;
    color: #fff;
    padding: 0 5%;
    margin-left: -15px;
}
.en .express .trapezoid{
    border-bottom: 480px solid #CE1E23;
    padding: 0 0 0 20px;
    max-width: 720px;
}
.express .top-banner{
    background: url('/image/express/banner.jpg');
    background-size: 100%;
    margin-bottom: 60px;
}
.express .top-banner .title {
    font-size: 64px;
    color: #fff;
    padding-top: 13%;
}
.en .express .top-banner .title{
    padding-top: 10px;
}
.express .top-banner .title img{
    max-width: 250px;
    padding-bottom: 15px;
}
.express .top-banner .intro {
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.express .top-banner .comic {
    position: absolute;
    right: 40px;
    bottom: -40px;
    max-width: 100%;
    border-radius: 10px;
    max-height: 420px;
    box-shadow: 1px 1px 8px #999;
}
.en .express .top-banner .comic {
    bottom: -520px;
}
.express .top-banner .exp {
    position: absolute;
    top: 300px;
    right: 800px;
}
.en .express .top-banner .exp{
    top: 434px;
}
.express .top-banner .trapezoid .desc {
    text-align: left;
}
.express .mid-content .mid-title {
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.express .mid-content .calling {
    width: 30px;
    vertical-align: text-bottom;
}
.express .mid-content {
    padding: 20px 0;
}
.express .mid-content .btn {
    background: #333;
    color: #fff;
    width: 150px;
    border-radius: 30px;
    height: 34px;
    line-height: 32px;
    padding: 0;
    font-size: 16px;
}
.express .mid-content a {
    font-weight: bold;
}
.express .mid-content .btn:hover {
    background: #666;
}
.express .mid-content .btn svg {
    width: 26px;
    fill: #fff;
    vertical-align: middle;
}
.express .list-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 10px;
}
.express .list-items .item,.express .list-items .item img {
    width: 100%;
}
.express .list-items .item .pbck {
    box-shadow: 1px 1px 8px #999;
    border-radius: 15px;
    overflow: hidden;
}
.express .list-items .item .pbck:hover {
    box-shadow: 1px 1px 8px #666;
}
.express .list-items .item .info {
    padding: 10px;
}
.express .list-items .item  .product-name {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.express .list-items .item .desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}
.express .list-items .item .btn-buy {
    background: #e5e5e5;
    font-weight: bold;
    font-size: 15px;
}
.express .list-items .item .btn-buy:hover {
    background: #ccc;
}
.text-block-min{
    display: none;
    color: #fff;
    padding-right: 15px;
    padding-bottom: 10px;
}
.express .time {
    margin-top: 20px;
    margin-bottom: 10px;
}
.express .time .time-label {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
}
.express .time .time-text {
    background: #efefef;
    display: inline-block;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    padding: 0 15px;
    border-radius: 8px;
}
.express .time .time-text .time-hour,
.express .time .time-text .time-minutes {
    z-index: 1;
    position: relative;
}
.express .time .time-text .solid {
    border-top: 1px solid #666;
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.express .time .day {
    position: absolute;
    left: 110px;
    bottom: -10px;
    background: #f90;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    padding: 0 5px;
}

@media (max-width: 1699px){
    .express .trapezoid{
        width: 830px;
        border-bottom: 360px solid #CE1E23;
        padding-left: 20px;
    }
    .express .top-banner .title img {
        max-width: 180px;
    }
    .express .top-banner .comic {
        bottom: -40px;
        min-width: 500px;
        max-height: 320px;
    }
    .express .top-banner .exp {
        top: 300px;
        right: 600px;
    }
    .express .top-banner .title {
        font-size: 48px;
        padding-top: 10px;
    }
}

@media (max-width: 1499px){
    .express .trapezoid{
        width: 530px;
    }
    .express .top-banner .comic {
        min-width: 500px;
        right: 10px;
    }
    .express .top-banner .exp {
        left: -200px;
    }
}

@media (max-width: 1299px){
    .express .top-banner .exp {
        left: unset;
        right: 480px;
    }
}

@media (max-width: 1160px){
    .en .express .top-banner {
        background: #CE1E23;
    }
    .en .express .top-banner .col-xl-6 {
        width: 100%;
    }
    .en .express .trapezoid{
        display: none;
    }
    .en .express .text-block-min {
        display: block;
    }
    .en .express .top-banner .comic {
        position: unset;
        margin-bottom: -40px;
        max-height: unset;
    }
    .en .express .top-banner .exp {
        bottom: -60px;
        top: unset;
        left: 0;
    }
}

@media (max-width: 1099px){
    .express .list-items{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 1080px) {
    .express .top-banner {
        display: block;
        background: #CE1E23;
    }
    .express .top-banner .col-xl-6 {
        width: 100%;
        max-width: 100%;
    }
    .express .top-banner .col-xl-6.text-right {
        background: linear-gradient(to right, #CE1E23, #00000000);
    }
    .express .top-banner .comic {
        position: unset;
        margin-bottom: -40px;
        max-height: unset;
    }
    .express .top-banner .exp {
        bottom: -60px;
        top: unset;
        left: 0;
    }
    .express .trapezoid{
        display: none;
    }
    .text-block-min{
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 839px) {
    .express .mid-content .btn{
        width: 120px;
    }
}

@media (max-width: 767px) {
    .express .list-items{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        padding: 0 0 20px 0;
    }
    .express .list-items .item{
        padding-top: 0;
    }
    .express .top-tab,
    .express .top-banner{
        margin-left: -10px;
        margin-right: -10px;
    }
    .express .top-banner .col-xl-6{
        padding: 0 10px;
    }
    .express .mid-content {
        padding: 10px 0;
    }
    .express .top-banner .comic {
        min-width: unset;
    }
    .express .top-banner .exp {
        width: 120px;
    }
    .express .mid-content .min-block {
        display: block;
        padding: 10px 0 20px;
    }
    .express .mid-content .pull-right {
        width: 100%;
        text-align: center;
    }
    .express .top-banner .title {
        text-align: center;
        font-size: 32px;
    }
    .express .top-banner .intro {
        margin-top: -5px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 359px){
    .express .mid-content .btn{
        width: 130px;
    }
}