
    /**畅销套餐**/
    .jpkCxtcBox {
        max-width: 1380px;
        min-width: 1380px;
        margin:20px auto;
        padding-bottom:15px;
        padding-top:15px;
        background: #F0FFF0;
        border-radius: 8px;
    }

    .jpkCxtcTitle {
        font-size: 32px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }

    .jpkCxtcIn {
        width: 1350px;
        margin: 20px auto;
    }

    .jpkCxtcLeft {
        float: left;
        width: 280px;
        height: 287px;
        border: 2px solid #fd4029;
        border-radius: 10px;
        background: #fffbfb;
        box-sizing: border-box;
    }

    .jpkCxtcLeft dl {
        width: 250px;
        margin: auto;
    }

    .jpkCxtcLeft dl dt a {
        display: block;
        height: 50px;
        line-height: 26px;
        overflow: hidden;
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
    }

    .jpkCxtcLeft dl dd.cont1 {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        font-size: 16px;
        color: #c6c6c6;
        text-decoration: line-through;
        font-weight: bold;
        margin-top: 20px;
    }

    .jpkCxtcLeft dl dd.cont2 {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        font-size: 20px;
        color: #fd432c;
        font-weight: bold;
        margin-top: 20px;
    }

    .jpkCxtcLeft dl dd.cont3 a {
        display: block;
        width: 245px;
        height: 45px;
        background: #fd4029;
        line-height: 45px;
        overflow: hidden;
        border-radius: 6px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-top: 15px;
    }

    .jpkCxtcLeft dl dd.cont4 a {
        display: block;
        width: 245px;
        height: 45px;
        background: #2b6ff6;
        line-height: 45px;
        overflow: hidden;
        border-radius: 6px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-top: 15px;
    }

    .jpkCxtcRmkc {
        float: left;
        width:325px;
        height: 287px;
        border: 1px solid #eeeeee;
        background: #ffffff;
        border-radius: 10px;
        margin: 0px 0px 0px 31px;
        position: relative;
        box-sizing: border-box;
    }

    .jpkCxtcRmkcImg a img {
        width: 323px;
        height: 185px;
        display: block;
        border-radius: 10px 10px 0px 0px;
    }

    .jpkCxtcRmkc dl {
        width: 300px;
        margin: auto;
    }

    .jpkCxtcRmkc dl dt a {
        display: block;
        height: 50px;
        line-height: 28px;
        overflow: hidden;
        margin-top: 10px;
        font-size: 16px;
    }

    .jpkCxtcRmkc dl dd {
        margin-top: 10px;
    }

    .jpkCxtcRmkc dl dd span {
        display: block;
        float: left;
        width: 100px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        color: #fd432c;
    }

    .jpkCxtcRmkc dl dd em {
        display: block;
        float: right;
        width: 100px;
        height: 18px;
        line-height: 18px;
        overflow: hidden;
        color: #999999;
        text-align: right;
    }

    .jpkCxtcRmkcicon {
        width: 43px;
        line-height: 22px;
        height: 22px;
        border-radius: 4px;
        background: linear-gradient(180deg, #f9e2bd 0%, #ecc68a 100%);
        font-size: 12px;
        color: #93652a;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 15px;
        overflow: hidden;
    }
