.series-title{
    width: 100%;
    font-size: 30px;
    margin: 0 0 40px;
    color: #242933;
}
.section-btn{
    cursor: default;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    color: #242933;
    font-size: 18px;
}
.p-wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-wrap ul::after{
    content: "";
    display: table;
    clear: both;
}
.p-wrap li{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 48.7%;
    float: left;
    border-radius: 1.5vw;
    background: #fff;
    overflow: hidden;
}
.p-wrap li:nth-child(2),
.p-wrap li:nth-child(3),
.p-wrap li:nth-child(5){
    margin-left: 2.6%;
}
.p-wrap li .p-img,
.p-wrap li .p-img picture{
    display: block;
    width: 100%;
    height: 100%;
}
.p-content{
    position: absolute;
    left: 70px;
    top: 60px;
    /*font-size: 0;*/
    z-index: 10;
}
.p-title{
    max-width: 250px;
    white-space: normal;
    word-break: break-all;
    font-size: 28px;
}
.p-subtitle{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.p-btn a{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    color: #242933;
    font-size: 0;
    display: inline-block;
}
.p-btn span{
    font-size: 18px;
    vertical-align: middle;
}
.p-btn i{
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 24px;
    line-height: 24px;
    box-sizing: content-box;
    text-align: center;
    margin-left: 7px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: solid 2px #242933;
}
.p-wrap li:nth-child(5) .p-content .p-btn{
    display: none;
}
.p-wrap li:nth-child(5) .p-more .p-btn span{
    font-size: 30px;
} 
.p-wrap li:nth-child(5) .p-more .p-btn i{
    width: 72px;
    height: 44px;
    border-radius: 25px;
    border: solid 4px #242933;
    font-size: 30px;
    line-height: 44px;
}
.p-wrap li:nth-child(5) .p-more{
    position: absolute;
    right: 70px;
    bottom: 60px;
    top: auto;
    left: auto;
}
.p-btn a:hover{
    color: #008cd6;
}
.p-btn a:hover i{
    border-color: #008cd6!important;
}
.p-img img{
    width: 100%;
    height: 100%;
}
@media(max-width: 1217px){
    .p-content{
        left: 4.926vw;
        top: 5.147vw;
    }
    .p-title{
        font-size: 2.451vw;
    }
    .p-subtitle{
        font-size: 1.5vw;
        margin-bottom: 2vw;
    }
    .p-btn span{
        font-size: 1.5vw;
    }
    .p-btn i{
        width: 3vw;
        height: 1.8vw;
        line-height: 1.8vw;
        font-size: 1vw;
        margin-left: .5vw;
    }
    .p-wrap li:nth-child(5) .p-more .p-btn span{
        font-size: 2.6666vw;
    } 
    .p-wrap li:nth-child(5) .p-more .p-btn i{
        width: 7.5vw;
        height: 4.5vw;
        border-radius: 25px;
        border: solid 4px #242933;
        line-height: 4.5vw;
    }
    .p-wrap li:nth-child(5) .p-more{
        right: 4.926vw;
        bottom: 5.147vw;
    }
    .series-title{
        font-size: 2.451vw;
        margin: 0 0 2.09vw;
    }
    .section-btn{
        font-size: 1.5vw;
    }
}
@media(max-width: 768px){
    .series-title{
        margin: 6vw 0;
        padding: 0 5.5556vw;
        font-size: 5vw;
        text-align: center;
    }
    .section-btn{
        font-size: 4vw;
        margin-top: 2vw;
    }
    .p-wrap ul{
        padding: 0 5.5556vw;
    }
    .p-wrap li{
        width: 100%;
        height: auto!important;
        margin-bottom: 5.5556vw!important;
        border-radius: 3.33333vw;
    }
    .p-wrap li:nth-child(5){
        height: 39.166667vw!important;
    }
    .p-wrap li .p-img,
    .p-wrap li .p-img picture{
        height: auto!important;
    }
    .p-wrap li:nth-child(2),
    .p-wrap li:nth-child(3),
    .p-wrap li:nth-child(5){
        margin-left: 0;
    }
    .p-content{
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 13.33333vw;
        width: 80%;
    }
    .p-title{
        font-size: 5vw;
        max-width: none;
        margin-bottom: .5vw;
    }
    .p-subtitle{
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .p-btn span{
        font-size: 4vw;
    }
    .p-btn i{
        font-size: 3vw;
        width: 6vw;
        height: 3.6vw;
        line-height: 3.6vw;
        margin-left: 2vw;
    }
    .p-wrap li:nth-child(5) .p-more{
        display: none;
    }
    .p-wrap li:nth-child(5) .p-title{
        margin-bottom: 3vw;
    }
    .p-wrap li:nth-child(5) .p-subtitle{
        display: none;
    }
    .p-wrap li:nth-child(5) .p-content .p-btn{
        display: block;
    }
}