body {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.con {
    flex: 1;
}

.con-diff-con {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.con-diff-con ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.con-diff-con li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    height: 50px;
    box-sizing: border-box;
}

.con-diff-con img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.con-diff-nav,
.con-vip-nav {
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin: 20px 0;
}

.font-tag {
    color: rgb(224, 195, 5);
}

.con-list li:nth-child(2n) {
    background-color: rgb(240, 240, 240);
}

.con-list li:first-child {
    background-color: #F25F5C;
    color: white;
}

.diff-con-name li:first-child {
    border-top-left-radius: 15px;
}

.diff-con-vip li:first-child {
    border-top-right-radius: 15px;
}

.diff-con-name li:last-child {
    border-bottom-left-radius: 15px;
}

.diff-con-vip li:last-child {
    border-bottom-right-radius: 15px;
}

.con-vip {
    background-color: rgb(240, 240, 240);
    padding-top: 20px;
    padding-bottom: 60px;
}

/* .con-vip .container {
    display: flex;
    
} */

.con-vip-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.vip-one,
.vip-two,
.vip-three {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
}

.vip-con-nav {
    background-color: #F25F5C;
    color: white;
    text-align: center;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tag_big {
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
}

.vip-con-old {
    color: gray;
    text-decoration: line-through;
}


.vip-btn {
    margin: 20px 40px;
    background-color: #F25F5C;
    padding: 10px 80px;
    font-size: 18px;
    color: white;
    border-radius: 25px;
}

.vip-btn:hover {
    background-color: #fa1a17;
}

.vip-con-discounts {
    color: #ff6d6a;
    margin: 20px 0;
}