    .container {
        width: 1014px;
        margin: 0 auto;
    }

    .back {
        display: block;
        padding: 20px 0;
        padding-left: 20px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #5c5c5c;
    }

    .plan-detail {
        position: relative;
        text-align: center;
    }

    .plan-detail h2.title {
        margin: 20px auto 60px;
        font-size: 22px;
        color: #333;
    }

    .plan-detail .des {
        font-size: 20px;
        color: #5c5c5c;
        text-align: justify;
    }

    .plan-detail .plan-detail-logo {
        margin: 30px 0 70px 0;
    }

    .plan-detail .plan-detail-logo>img {
        width: 378px;
        height: 357px;
    }

    .plan-detail .plan-card-1 {
        position: relative;
    }

    .plan-detail .plan-card-1 .m-line {
        position: absolute;
        top: 0;
        right: 0;
        width: 330px;
        height: 16px;
        background-color: #ce9493;
    }

    .plan-detail .plan-card-1 .intro {
        float: right;
        padding: 32px;
        box-sizing: border-box;
    }

    .plan-detail .plan-card-2 .intro {
        float: left;
        padding: 32px;
        text-align: justify;
        box-sizing: border-box;
    }

    .plan-detail .plan-card-1 h4 {
        background: url(../images/p-arrow.png) no-repeat left center;
    }

    .plan-detail .plan-card-2 h4 {
        background: url(../images/p-arrowr.png) no-repeat right center;
    }

    .plan-detail .plan-card-1 h4 {
        padding-left: 20px;
        text-align: left;
    }

    .plan-detail .plan-card-2 h4 {
        padding-right: 20px;
        text-align: right;
    }

    .plan-detail .intro p {
        text-align: left;
    }

    .plan-detail .plan-img {
        width: 50%;
    }

    .plan-detail .intro {
        width: 50%;
        line-height: 1.5;
        font-size: 20px;
    }

    .plan-detail .big-card-img {
        position: relative;
        padding: 50px;
        box-sizing: border-box;
    }

    .plan-detail .big-card-img>img {
        width: 100%;
    }

    .plan-detail .big-card-img .decorate {
        position: absolute;
        z-index: -1;
        width: 200px;
        height: 200px;
        background-color: #ce9493;
    }

    .plan-detail .big-card-img .decorate-tleft {
        top: 0;
        left: 0;
    }

    .plan-detail .big-card-img .decorate-bright {
        bottom: 100px;
        right: 0;
    }

    .plan-detail .big-card-img .big-card-text {
        width: 680px;
        line-height: 1.5;
        font-size: 20px;
        text-align: left;
    }

    .plan-detail .plan-detail-last {
        position: relative;
        height: 600px;
        margin: 30px 0;
        /* width: 1014px;

      margin: 0 auto;
      background: url(images/p-7.png) no-repeat left center;
      background-size: 100% 100%; */
        font-size: 20px;
        color: #333;
    }

    .plan-detail .plan-detail-last p {
        margin: 0;
    }

    .plan-detail .plan-detail-last .s-line {
        width: 62px;
        height: 26px;
        background-color: #ce9493;
    }

    .plan-detail .plan-detail-last .left-parag {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 435px;
        height: 334px;
        line-height: 1.5;
        padding: 60px;
        text-align: justify;
        border: 1px solid #ce9493;
        box-sizing: border-box;
    }

    .plan-detail .plan-detail-last .top-parag {
        position: absolute;
        top: 0px;
        left: 30%;
        width: 435px;
        height: 358px;
        line-height: 1.5;
        padding: 60px;
        color: #fff;
        text-align: left;
        box-sizing: border-box;
        background-color: #ce9493;
    }

    .plan-detail .plan-detail-last .left-img {
        position: absolute;
        /* float: left; */
        width: 264px;
        height: 75px;
        left: 24px;
        top: 220px;
        z-index: 9;
    }

    .plan-detail .plan-detail-last .right-img {
        position: absolute;
        right: -80px;
        top: 250px;
        z-index: 9;
    }

    .plan-detail .plan-detail-last .right-img {
        width: 480px;
        height: 136px;
    }

    .plan-detail .plan-detail-last .right-img figcaption {
        margin-top: 30px;
    }

    .plan-detail .b-line {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 600px;
        height: 20px;
        background-color: #ce9493;
    }

    .plan-detail .plan-detail-last .space {
        float: right;
        width: 109px;
        height: 92px;
    }