body, html {
    height: 100%;
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 1;
}
.layout-content {
    padding-top: 5.2vw;
}

.span.iconright {
    color: #969896;
}

.pricing-detail {
    margin-bottom: 8vw;
}

.pricing-detail-container {
    width: 930px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #333E48;
}

.pricing-detail-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: sticky;
    top: 80px;
    background-color: #fff;
    z-index: 10;
}

.pricing-detail-header a {
    margin-bottom: 6px;
    display: inline-block;
}

.pricing-detail-header a.panel-close span.iconright {
    display: inline-block;
    transform: rotate(-90deg);
}

.pricing-detail-header ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-bottom: 0;
}

.pricing-detail-header ul li {
    list-style: none;
    width: 180px;
    font-size: 14px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    height: 180px;
}

.pricing-detail-header ul li:last-child {
    border-right: 1px solid #eeeeee;
}

.pricing-detail-header ul li .header {
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #04bf6f;
    text-align: center;
}

.pricing-detail-header ul li .content {
    padding: 16px;
    flex: 1;
}

.pricing-detail-header ul li a {
    font-size: 12px;
    color: #333E48;
    display: inline-block;
    height: 28px;
    border-radius: 20px;
    line-height: 26px;
    border: 1px solid #ccf2e2;
    margin: 16px 16px;
}

.pricing-detail-detail {
    width: 100%;
}

.pricing-detail-detail .panel {
    color: #333E48;
}

.pricing-detail-detail .panel .panel-header {
    padding: 12px 16px 12px 16px;
    line-height: 22px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eeeeee;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: sticky;
    top: 260px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    user-select: none;
}


.pricing-detail-detail .panel .panel-content {

}

.pricing-detail-detail .panel .panel-content table {
    font-size: 14px;
}

.pricing-detail-detail .panel .panel-content table tr td {
    border: 1px solid #eee;
    padding: 10px 16px;
    width: 180px;
    text-align: center;
}

.pricing-detail-detail .panel .panel-content table tr td:first-child {
    width: 390px;
    text-align: left;
}

.panel.panel-close .panel-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.panel.panel-close .panel-header span.iconright {
    transform: rotate(-90deg);
}

.panel.panel-close .panel-content {
    display: none;
}

.pricing-checked {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00bf6f;
    margin: 0 auto;
}

table tr td:nth-child(3) .pricing-checked {
    background: #849efc;
}

table tr td:nth-child(4) .pricing-checked {
    background: #f7c83f;
}

.mobile-detail-tab {
    display: none;
}

@media (max-width: 900px) {
    .layout-content {
        padding-top: 130px;
    }

    section:first-child {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 6.2vw;
    }

    ul.mobile-detail-tab {
        padding-top: 10px;
        display: flex;
        padding-left: 0;
        position: sticky;
        top: 80px;
        background-color: #fff;
        z-index: 11;
        margin-bottom: 0;
    }

    ul.mobile-detail-tab li {
        list-style: none;
        flex: 1;
        text-align: center;
        font-weight: bold;
        color: #090230;
        cursor: pointer;
        font-size: 16px;
        line-height: 2em;
    }

    #closeAll {
        display: none;
    }

    ul.mobile-detail-tab li.current {
        border-bottom: 3px solid #00B665;
    }

    .pricing-detail-container {
        width: 100%;
        margin: 0px 0;
        padding-top: 0px;
        margin-bottom: 40px;
    }

    .pricing-detail-header {
        top: 120px;
        padding-bottom: 20px;
    }

    .pricing-detail-header ul {
        width: 100%;
    }

    .pricing-detail-header ul li {
        display: none;
        border: none;
        height: auto;
    }

    .pricing-detail-header ul li:last-child {
        border-right: none;
    }

    .pricing-detail-header ul li.current {
        display: flex;
        width: 100%;
    }

    .pricing-detail-header ul li a {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        width: 60vw;
        margin: 0 auto;
        margin-top: 20px;
    }

    .pricing-detail-header ul li .header {
        display: none;
    }

    .pricing-detail-header ul li .content {
        font-size: 5.2vw;
    }

    .pricing-detail-header ul li .content div:last-child {
        margin-top: 5px;
        font-size: 4.2vw;
        display: inline-block;
        margin-left: 10px;
    }

    .pricing-detail-detail {
        padding-top: 20px;
    }

    .pricing-detail-detail .panel .panel-content table tr td:first-child {
        width: 170px;
    }

    .pricing-detail-detail .panel .panel-header {
        font-size: 14px;
        top: 257px;
    }

    section.pricing-detail .wrapper {
        width: 100%;
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .pricing-detail-detail .panel .panel-content table {
        width: 100%;
        border-right: 1px solid #f4f5f5;
    }

    .pricing-detail-detail .panel .panel-content table tr td {
        border: 1px solid #f4f5f5;
        display: none;
        font-size: 14px;
    }

    .pricing-detail-detail .panel .panel-content table tr td {
        border-right: none;
        border-bottom: none;
    }

    .pricing-detail-detail .panel .panel-content table tr {
        display: flex;
        flex-direction: row;
    }

    .pricing-detail-detail .panel .panel-content table tr td.title {
        flex: 1;
    }

    .pricing-detail-detail .panel .panel-content table tr td.title, .pricing-detail-detail .panel .panel-content table tr td.current {
        display: table-cell;
    }

    .pricing-detail-detail .panel .panel-content table tr td.current {
        width: 80px;
    }
}

@media (max-width: 768px) {
    section.pricing-detail .wrapper {
        width: 100%;
        padding-left: 6vw;
        padding-right: 6vw;
    }

}