.sub-section-1 {
    background-color: #f1f5fa;
}
.sub-section-1 .content-container {
    margin-top: 54px;
}
.sub-section-1 .content-container .package {
    float: left;
    position: relative;
    width: calc((100% - 121px) / 3);
    margin-left: 30px;
    border: 1px solid #d5d5d5;
    padding-top: 20px;
    background-color: #ffffff;
}
.sub-section-1 .content-container .package::after {
    content: '';
    display: block;
    clear: both;
}
.sub-section-1 .content-container .package:last-child {
    margin-right: 30px;
}
.sub-section-1 .content-container .package .name {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: auto !important;
    height: auto !important;
    border-radius: 20px;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    background-color: #78a0dc;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
}
.sub-section-1 .content-container .package>div {
    float: left;
    position: relative;
    width: 100%;
    height: 96px;
    text-align: center;
    line-height: 96px;
}
.sub-section-1 .content-container .package>div>div {
    display: inline-block;
    color: #404040;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
}
.sub-section-1 .content-container .package>div:nth-child(n+3)>div {
    font-weight: 700;
}
.sub-section-1 .content-container .package>div:nth-child(n+3)>div::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
}
.sub-section-1 .content-container .package>div:nth-child(n+3)>div>span {
    font-weight: 400;
}
.sub-section-1 .content-container .package>span {
    float: left;
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px solid #d5d5d5;
}
@media only screen and (max-width: 979px) {
    .sub-section-1 .content-container .package {
        float: none;
        width: calc(100% - 48px);
        max-width: 360px;
        margin: 0 auto !important;
    }
    .sub-section-1 .content-container .package:not(:first-child) {
        margin-top: 54px !important;
    }
    .sub-section-1 .content-container .package>div {
        height: 72px;
        line-height: 72px;
    }
}



.sub-section-2 .content-container {
    font-size: 0;
}
.sub-section-2 .content-container .package-type {
    padding-top: 2em;
    text-align: center;
    font-size: 20px;
}
.sub-section-2 .content-container .package-type .type {
    display: inline-block;
    width: 5em;
    border-radius: 2.5em;
    text-align: center;
    color: #ffffff;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.sub-section-2 .content-container .package-type .type:first-child {
    background-color: #e86e86;
}
.sub-section-2 .content-container .package-type span {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: top;
}
.sub-section-2 .content-container .package-type span::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 4px;
    border-radius: 2px;
    background-color: #e86e86;
    transform: translate(-50%, -50%) rotateZ(45deg);
    transform-origin: center center;
}
.sub-section-2 .content-container .package-type span::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 4px;
    border-radius: 2px;
    background-color: #4a8edf;
    transform: translate(-50%, -50%) rotateZ(-45deg);
}
.sub-section-2 .content-container .package-type .type:last-child {
    background-color: #4a8edf;
}
.sub-section-2 .content-container .package {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-top: 40px;
    text-align: center;
    color: #404040;
}
.sub-section-2 .content-container .package img {
    display: inline-block;
    width: calc(100% - 48px);
    max-width: 370px;
}
.sub-section-2 .content-container .package .name {
    display: inline-block;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
}
.sub-section-2 .content-container .package p {
    font-size: 15px;
    line-height: 1.5;
}
@media only screen and (max-width: 599px) {
    .sub-section-2 .content-container .package {
        width: 100%;
    }
}



.sub-section-3 {
    background-color: #fafafa;
}