body {
    margin: 0;
    background: linear-gradient(to right, #d8cefb, #b4d0fc);
    background-image: linear-gradient(to right, #d8cefb, #b4d0fc), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 714px, white 100%);
    background-blend-mode: overlay;
    min-height: 100vh;
}

.gradient-text {
    background: linear-gradient(to right, #3b10f6 0%, #3b10f6 35%, #cd43ab 45%, #cd43ab 40%, #fe7075 60%, #fe7075 70%, #f99d50 80%, #f99d50 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.headervip {
    text-align: center;
    padding: 20px;
}

.headervip h1 {
    margin-bottom: 20px;
    background: linear-gradient(to right, #0EC5A1 0%, #0EC5A1 35%, #00CC99 45%, #00CC99 40%, #fe7075 60%, #fe7075 70%, #f99d50 80%, #f99d50 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
    letter-spacing: 2px;
}

.headervip p {
    color: #666;
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
    color: #424242;
    letter-spacing: 1px;
}
.disVip{
    display: flex;
    width: 450px;
    padding: 3px 2px;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    background: #fff;
    border: 45px;
    height: 60px;
    border-radius: 45px;
    margin-bottom: 29px;
    color: #363636;
    font-size: 18px;
}
.disVip span{
    display: flex;
    border: 45px;
    height: 46px;
    line-height: 46px;
    border-radius: 45px;
    margin-top: 8px;
    margin-right: 20px;
    color: #363636;
    padding: 0 24px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    letter-spacing: 1px;
    font-weight: 700;
}
.disVip .spanchose{
    background-color: #0EC5A1;
    color: #FFF;
    /* margin-right: 0px; */
}
.disVip .personVip{
}

.disVip .allVip{margin-right: 0;}
.disVip .allVip em{
    display: inline-block;
    background: #4915f0;
    height: 20px;
    width: 40px;
    vertical-align: middle;
    line-height: 20px;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    margin-left: 2px;
    background: linear-gradient(to right, #fe7075, #f99d50);
}

.vipTypes {
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    flex-wrap: wrap;
    /* padding: 20px; */
}

.vipType {
    background-color: white;
    border-radius: 25px;
    padding: 20px;
    width: 241px;
    /* height: 544px; */
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    border: 3px solid #fff;
}

.vipType h2 {
    margin-top: 28px;
    color: #363636;
    font-size: 20px;
    letter-spacing: 1px;
    height: 35px;
}
.vipType h2 span{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    color: #fff;
    background-color: #bf22fc;
    background: linear-gradient(to right, #bf22fc, #fb27a2);
    font-size: 13px;
    font-weight: 500;
}

.vipType .price {
    color: #363636;
    font-size: 31px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.vipType i {
    font-size: 16px;
    vertical-align: top;
    font-family: none;
    font-style: normal;
    line-height: 36px;
}

.vipTypechose .price {
    color: #ff444b;
}

.vipType .duration {
    color: #666;
    font-size: 13px;
    margin-left: 4px;
}

.get-vip {
    margin: 0 auto;
    background-color: #0EC5A1;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 44px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 12px;
    width: 208px;
}
.vipType .tssm{
    display: inline-block;
    position:absolute;
    right: 0;
    top: 0px;
    padding: 10px 20px;
    border-bottom-left-radius: 26px;
    border-top-right-radius: 25px;
    background: linear-gradient(to right, #fee8c6, #f4d3a5);
    color: #b37036;
    font-size: 13px;
    margin-top: 0px;
}
.vipTypechose{
    border: 3px solid #0EC5A1;
    background-color: #f3f3ff;
    /* padding: 17px; */
}
.features{

border-bottom: 1px solid #e5e5e5;

margin-top: 14px;

padding-bottom: 10px;
}
.features:last-child{
    border-bottom: none;
}
.features p{
    
text-align: left;
    
color: #363636;
    
font-weight: 700;
    
font-size: 16px;
    
margin-bottom: 22px;
}
.features p em{
    display: block;
    float:right;
    width: 85px;
    color: #0EC5A1;
    font-size: 14px;
}
.features ul .check{
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(../image/1.png) no-repeat -3px -14px;
    margin-right: 3px;
}
.features ul .x{
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(../image/1.png) no-repeat -3px -49px;
    margin-right: 3px;

}
.vipType ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.vipType ul li {
    display: flex;
    margin: 13px 0;
    font-size: 13px;
    vertical-align: middle;
    align-items: center;
}
.vipType ul li span{
    flex: 1;
}
.vipType ul li i {
    color: green;
}
.vipType ul li em{
    display: inline-block;
    color: #ff444b;
    font-weight: 700;
}
.vipType ul li .emblue{
    color:#0EC5A1
}

.vipType ul li .x {
    color: red;
}
.vipType h2 .cjcj{
    background: linear-gradient(to right, #1c9542, #75c28d);
}
.pb5{padding-bottom:50px}