* {
    margin: 0;
    padding: 0;
}

.vip_box {
    background: #202020;
    width: 100%;
    overflow: hidden;
}

.vip_con {
    /* width: 260px;
    background: linear-gradient(to right, #2f3145, #43495d);
    border-radius: 30px; */
    /*width: 280px;*/
    width: 23%;
    padding: 15px 30px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    border-radius: 30px;
    filter: drop-shadow(0px 11px 31px rgba(21, 21, 34, 0.67));
    background-image: linear-gradient(90deg, #2f3145 0%, #43495d 100%);
}

.line {
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #000;
    position: relative;
    margin: 6px 0;
}

.line_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(to right, #d5a363, #f7d9ad);
}

.tp {
    font-size: 15px;
    color: #fff;
}

.bp {
    font-size: 12px;
    color: #8e929b;
}

.vip_right a {
    font-size: 15px;
    background: linear-gradient(to right, #d5a363, #f7d9ad);
    padding: 8px 12px;
    border-radius: 20px;
    text-decoration: none;
    color: #44495e;
}

.pro_box {
    width: 800px;
    margin: 30px auto 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_tex {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 6px;
}
.pro_tex a{
    color: #fff;
    text-decoration: none;
}

.hui_box {
    background: rgba(0, 0, 0, .4);
    padding: 10px 30px 30px 30px;
    position: relative;
}

.hui_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.hui_item {
    color: #fff;
    font-size: 16px;
}

.hui_item div {
    margin-bottom: 10px;
}

.hui_item span {
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.gui {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translate(-50%, 0);
}