.pCover {
    height: 270px;
    position: relative;
}

.pCover .swiper-wrapper {
    height: 270px;
}

.pCover .swiper-container {
    --swiper-pagination-color: var(--red);
}

.pSummary {
    line-height: 2.2em;
    font-size: 15px;
}

.pCategory {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    line-height: 20px;
    background: var(--primary);
    color: #fff;
    padding: 4px 8px;
    text-decoration: none !important;
    cursor: pointer;
}

.pCategory:hover {
    color: #fff;
    opacity: .8;
}

.pCategory>i {
    position: relative;
    top: 1px;
}

.contentNav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: sticky;
    top: 117px;
    z-index: 99;
    /*border-bottom: 5px solid #F5F6F7;*/
}

.contentNav>li {
    font-size: 15px;
    display: inline-block;
    padding: 15px 18px;
    color: #999;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.contentNav>li.active {
    font-weight: bold;
    color: #444;
}

.contentNav>li.active:after {
    content: '';
    height: 3px;
    background: var(--red);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.contentContainer {}

.contentContainer>h4 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #444;
}

.contentContainer>h4>i {
    background: var(--primary);
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    top: -2px;
    right: 10px;
}

.contentContainer>h4>i:after {
    background: var(--primary);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 20px;
    content: '';
}

.contentContainer>h4>span {
    background: var(--primary);
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    top: -2px;
    left: 10px;
}

.contentContainer>h4>span:after {
    background: var(--primary);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 20px;
    content: '';
}

.pTitleFixed {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 99;
    z-index: 999;
    display: none;
}

.pTitleFixed h3 {
    margin: 0;
}

.pTitleFixedBox {
    height: 65px;
    padding: 15px;
    position: relative;
    border-bottom: 5px solid #F5F6F7;
}

.pTitleFixedBox .pCategory {
    top: 17px;
}

.pContentText {
    font-size: 15px;
    line-height: 2.2em;
    color: #555;
    margin: 10px 0;
}

.pContentPic {
    font-size: 0;
    margin: 0 -8px;
}

.pContentPic>div {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    box-sizing: border-box;
    border: 8px solid #fff;
    position: relative;
}

.pContentPic>div>div {
    width: 100%;
    padding-bottom: 62%;
}

.pContentPic>div>div>img {
    position: absolute;
    border-radius: 3px;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pContentPic-1 {
    box-sizing: border-box;
    margin: 0;
}

.pContentPic-1 img {
    border-radius: 5px;
}

.pContentPic-1>div {
    width: 100%;
}

.pContentPic-2>div {
    width: 50%;
}

.pContentPic-3>div {
    width: 33.33333%;
}

.pContentPic-4>div {
    width: 20%;
}

.pContentPic-6>div {
    width: 16.66666%;
}

.pContentVideo {
    position: relative;
}

.pContentVideo>video {
    width: 100%;
}

.pContentVideo>.mask {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pContentVideo>.mask2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.pContentVideo>.mask>i {
    color: #cccc;
    font-size: 100px;
    cursor: pointer;
}

.pContentVideo>.mask>i:hover {
    color: #ddd;
}

.pContentVideo>.bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, .5);
    transition: height .3s;
    cursor: pointer;
}

.pContentVideo>.bar>.bar1 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--red);
}

.pContentVideo:hover .bar {
    height: 20px;
}

.pContentVideo.playing .mask {
    display: none;
}

.pContentVideo.playing .mask2 {
    display: block;
}

.pHotTitle {
    font-size: 15px;
    font-weight: bold;
    color: #444;
    padding: 15px 18px;
    border-bottom: 5px solid #F5F6F7;
    /* position: sticky;
    top: 52px; */
    z-index: 99;
}

.pHotTitle>i {
    margin-right: 10px;
}

.pHotItem {
    position: relative;
    margin-top: 10px;
}

.pHotItem>.pic {
    width: 100%;
    padding-bottom: 62%;
    position: relative;
}

.pHotItem>.pic>div {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.pHotItem>.pic>div>img {
    position: absolute;
    border-radius: 3px;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pHotItem>.title {
    font-weight: bold;
    color: #555;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

.pHotItem:hover {
    background: #F5F6F7;
}

.pTarget {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}

.pTarget>a {
    background: #f7a81d;
    color: #fff !important;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    cursor: default;
    margin-right: 10px;
    padding: 0 8px;
    cursor: pointer;
    text-decoration: none;
}

.pTarget>a:hover {
    background: var(--primary);
}

.priceRow>.days {
    margin-left: auto;
}

.priceRow>.numbers {
    margin-left: 20px;
}

.priceRow>.days,
.priceRow>.numbers {
    background: none;
    color: #555;
    display: flex;
    font-weight: bold;
}

.priceRow>.days>i,
.priceRow>.numbers>i {
    margin-right: 8px;
    font-size: 14px;
    font-style: normal;
    color: #aaa;
    font-weight: normal;
}

.pTitleMin {
    color: #777;
    padding-top: 5px;
}

.pTitleMin>.before {
    position: relative;
    top: -5px;
    margin-right: 10px;
    color: #aaa;
}

.pTitleMin>.after {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px;
    color: #aaa;
}

.pContentPpt>img {
    width: 100%;
    margin-bottom: 10px;
}

.contentContainer h5 {
    padding-top: 60px;
}

.feeBox {
    padding-top: 20px;
}

.feeBox>.title {
    background: rgb(244, 94, 92, .3);
    color: #555;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.feeBox>.title2 {
    background: rgb(255, 189, 74, .3);
    color: #555;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.feeBox>.content {
    background: #F5F6F7;
    padding: 15px;
    border-radius: 3px;
    line-height: 2em;
    color: #555;
    font-size: 14px;
}

.feeBox>.content p {
    padding-left: 20px;
    position: relative;
    line-height: 2em;
}

.feeBox>.content p:before {
    background: #999;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.tipsBox {
    font-size: 14px;
    color: #555;
    padding-top: 20px;
}

.tipsBox p {
    padding-left: 20px;
    position: relative;
    line-height: 2em;
}

.tipsBox p:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    background: var(--primary);
    position: absolute;
    top: 10px;
    left: 0;
}

.priceRow {
    height: 40px;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.priceRow>i {
    color: var(--red);
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold;
    font-style: normal;
    float: left;
}

.contentContainer h6 {
    position: relative;
    padding-top: 40px;
    line-height: 30px;
    box-sizing: content-box;
    padding-bottom: 10px;
    color: #333;
}

.contentContainer h6>i {
    background: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.scheduleBox {
    padding-left: 50px;
    position: relative;
    overflow: hidden;
}

.scheduleBox .pContentText {
    font-size: 13px;
    color: #777;
}

.scheduleBox .pContentText {
    margin: 0;
}

.scheduleBox:before {
    width: 1px;
    background: #f1f1f1;
    height: 100%;
    content: '';
    position: absolute;
    left: 14px;
    top: 20px;
}

.pCover .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.pCover .swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 10px 3px;
    display: block;
    box-sizing: content-box;
    border-radius: 3px;
    display: none;
    align-items: center;
    justify-content: center;
}

.pCover .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}

.pCover:hover .swiper-button-next,
.pCover:hover .swiper-button-prev {
    display: flex;
}

.pCover .swiper-slide {
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
}

.tese {
    font-weight: 400;
    line-height: 2em;
    font-size: 16px;
}

.neirong b {
    font-size: 16px;
    font-weight: 400px;
    line-height: 2em;
}

.neirong p {
    font-size: 14px;
    line-height: 2em;
    color: #555;
    margin-top: 10px;
}

.neirong h6 {
    font-weight: bold;
    color: #444;
    font-size: 18px;
}

.m-player .mplayer-footer,
.m-player .mplayer-footer .progress {
    background: none !important;
}

.contentPicItem {
    width: 100%;
    padding-bottom: 66%;
    background-size: cover;
}

.contentPicItem {
    border-radius: 6px;
    overflow: hidden;
}

.videoContent {
    border-radius: 6px;
    overflow: hidden;
}

.video-js {
    width: 100%;
}

.hotList.active {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: 300px;
    width: 255px;
}

.hotItem {
    position: relative;
}

.hotItem:before {
    background: var(--red);
}

.hotItem img {
    opacity: .9;
}

.hotItem h6 {
    transition: all .3s;
    color: #333;
}

.hotItem:hover img {
    opacity: 1;
}

.hotItem:hover h6 {
    color: var(--red);
}

.contactArea {
    background: url('https://cdn.qipengit.com/file/2b62bb84-f838-471f-8ec5-4fda1765e06b.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.priceContent {
    font-size: 0;
    border-bottom: none;
    border-left: none;
}

.priceContent>div.title {
    background: #f1f2f3;
    border-bottom: none;
}

.priceContent>div {
    border: 1px solid #dfdfdf;
    padding: 6px 15px;
    font-size: 12px;
    width: 16.666%;
    display: inline-block;
    color: #6c757d;
    margin-left: -1px;
    text-align: center;
}

.priceContent>div>i {
    color: var(--red);
    font-style: normal;
    font-weight: bold;
}

.priceContent>div:first-child {
    border-bottom-left-radius: 4px;
}

.priceContent>div:last-child {
    border-bottom-right-radius: 4px;
}

.priceContent>div.title:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
}

.priceContent>div.title:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
}

.neirong b {
    font-size: 16px;
    font-weight: 400px;
    line-height: 2em;
}

.neirong p {
    font-size: 14px;
    line-height: 2em;
    color: #555;
    margin-top: 10px;
}

.neirong h6 {
    font-weight: bold;
    color: #444;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .contentContainer {
        padding: 1em !important;
    }

    .priceRow {
        flex-wrap: wrap;
    }

    .priceRow>.days,
    .priceRow>.numbers {
        margin-left: 0;
    }

    .pCover,
    .pCover .swiper-wrapper {
        height: 50vw;
    }
}