
.page-content {
    padding-top: 100px;
    padding-bottom: 5rem;
    background-color: '';
}

.tryout-box {
}

.box-head {
    padding: 5rem 0;
    text-align: center;
}
.box-head .title {
    font-size: 3rem;
    font-weight: bold;
}
.box-head .desc {
    margin-top: 2rem;
    font-size: 1.2rem;
}

.plan-list {
    display: flex;
    flex-wrap: wrap;
}
.plan-list .item {
    margin-bottom: 5%;
    margin-right: 5%;
    width: 30%;
    background-color: #FFFFFF;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
}
.plan-list .item:nth-child(3n) {
    margin-right: 0;
}
.plan-list .item .name {
    line-height: 5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.plan-list .item .price {
    padding: 0 0;
    height: 160px;
    /*background-color: #c8e6c9;*/
    /*background-color: #e6c8c8;*/
    background-color: #7B68EE40;
    font-size: 1.2rem;
    color: #666666;

}
.plan-list .item .price .price-item {
    float: left;
    width: calc(50% - 1px);
    height: 79px;
    overflow: hidden;
    background-color: greend;
}

.plan-list .item .price4 .price-item {
    line-height: 80px;
}
.plan-list .item .price4 .price-item:nth-child(1) {
    border-right: 1px solid #bbb;
}
.plan-list .item .price4 .price-item:nth-child(2) {
}
.plan-list .item .price4 .price-item:nth-child(3) {
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
}
.plan-list .item .price4 .price-item:nth-child(4) {
    border-top: 1px solid #bbb;
}

.plan-list .item .price2 .price-item {
    width: 100%;
    line-height: 80px;
}
.plan-list .item .price2 .price-item:nth-child(2) {
    border-top: 1px solid #bbb;
}


.plan-list .item .price .currency {
    font-weight: bold;
}
.plan-list .item .price .num {
    font-size: 3rem;
    font-weight: bold;
    /*color: #c80015;*/
    /*color: #7b68ee;*/
    color: #c80015;
}


.plan-list .item .content {
    padding: 2rem 2rem;
    text-align: left;
}
.plan-list .item .content .alert {
    padding: 1rem;
    border-radius: 0.4rem;
    background-color: #F1F1F1;
}
.plan-list .item .content ul {
    margin-top: 1rem;
    margin-left: 0.5rem;
    list-style-type: disc;
}
.plan-list .item .content li {
    margin-left: 20px;
    line-height: 1.5rem;
    text-align: left;
    color: #666666;
}
.plan-list .item .foot {
    padding-bottom: 2rem;
}
.plan-list .item .foot .btn {
    margin: 0 auto;
    display: block;
    width: 40%;
    line-height: 3.5rem;
    border-radius: 0.5rem;
    background-color: #7b68ee;
    color: #FFFFFF;
}


@media screen and (max-width: 1180px) {
    .plan-list .item {
        margin-top: 5%;
        margin-right: 5%;
        width: 47%;
    }
    .plan-list .item:nth-child(3n) {
        margin-right: 5%;
    }
    .plan-list .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 574px) {
    .page-content {
        padding-top: 6rem;
    }
    .plan-list .item {
        margin-top: 5%;
        margin-right: 0;
        width: 100%;
    }
    .plan-list .item:nth-child(3n) {
        margin-right: 0;
    }
}
