.banner {
    height: 341px;
    background: url(../../img/nav2/banner.png) center;
    background-size: auto 100%;
    position: relative;
}
.banner span {
    font-size: 56px;
    position: absolute;
    top: 132px;
    left: 50%;
    margin-left: -300px;
    color: #555555;
}


.wrapper {
    max-width: 925px;
    width: 92%;
    margin: 80px auto;
}
.wrapper .sub-title {
    color: #555555;
    font-size: 20px;
    text-align: center;
}
.wrapper .title {
    color: #555555;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin: 80px auto;
}
.wrapper .title.underline {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #F8DED2;
}

.resume {
    max-width: 430px;
    height: 432px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 4px;
}
.resume img {
    width: 100%;
}
.resume h3 {
    font-size: 20px;
    color: #555555;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.resume h5 {
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    padding: 20px 50px 0;
    line-height: 24px;
    margin-bottom: 0
}
.body p {
    text-indent: 1em;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 0;
    min-height: 26px;
}
.body .link {
    display: block;
    width: 100%;
    text-align: right;
    color: #9dc5ee;
    line-height: 26px;
}
.body-sub-title {
    margin: 40px 0;
}
@media only screen and (max-width: 767.98px) {
    .banner {
        height: auto;
        background: #eaedf0;
        position: relative;
    }
    .wap-banner {
        display: block;
        width: 100%;
        position: relative;
        z-index: 0;
    }
    .banner span {
        font-size: 1.7rem;
        position: absolute;
        top: 5.2rem;
        left: 1.7rem;
        color: #555555;
        z-index: 2;
        margin-left: 0;
    }
    .wrapper {
        margin: 3.9rem auto
    }
    .wrapper .title {
        font-size: 1.2rem;
        margin: 2.6rem auto
    }
    .wrapper .sub-title {
        font-size: .9rem;
    }
    .wrapper .title span, .wrapper .sub-title span {
        display: block;
        width: 100%;
    }
    .body .row .col-6 {
        width: 100%;
        margin-bottom: 1.7rem;
        max-width: unset;
        flex: unset;
    }
    .resume {
        height: auto;
    }
    .resume h3 {
        font-size: .9rem;
        padding-top: 1.3rem;
    }
    .resume h5 {
        font-size: .8rem;
        padding: 1.3rem 2rem;
        line-height: 1.2rem;
    }
    .body-sub-title {
        margin: 1.7rem 0;
    }
}


.compare-content {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding: 26px 0;
}
.compare-content table {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.compare-content thead {
    text-align: center;
    background: #91b2c4;
}
thead th {
    color: #fff;
    font-weight: bold;
    height: 50px;
    border: 1px solid #fff;
}
tbody tr {
    background: #e9f0f4;
}
tbody tr:nth-child(2n) {
    background: #f4fbfd;
}
tbody td {
    color: #555;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
}
tbody tr td:nth-child(1){
    background: #f4dfd4;
}
tbody tr:nth-child(2n) td:nth-child(1){
    background: #f8f4f4;
}
table .active {
    position: relative;
    background: #9dc5ee;
}
.link-container {
    text-align: center;
    margin-top: 20px;
}
.link-container .btn {
    margin: 10px 10px;
}
.hot {
    color: #9dc5ee;
}
