body{
    background-color: #07050d;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/radio.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.container{
    width: 1640px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.sviptop{
    box-sizing: border-box;
    color: #e6ecf6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 120px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.sviplogo img{
    height: 90px;
}
.sviptop .dl{
    width: 80px;
    height: 36px;
    background: #4f44a2;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}
.sviptitle{
    height: 120px;
    font-size: 32px;
    color: #e6ecf6;
    display: flex;
    align-items: center;
}
.sviptitle .line{
    width: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -10;
}
.subtitle{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #ffffff;
}
.subtitle span{
    flex: 1;
    text-align: center;
}
.sviplist{
    display: flex;
    flex-direction: column;
    height: 540px;
    position: relative;
    box-sizing: border-box;
}
.svipitem-title{
    width: 100%;
    position: absolute;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.svipitem-title span{
    flex: 1;
    text-align: center;
    line-height: 70px;
    color: rgba(255,255,255 ,0.5);
}
.svipline{
    flex: 1;
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.svipline:nth-child(1) {
     left: 0px;
}
.svipline:nth-child(2) {
    left: 16.666%;
}
.svipline:nth-child(3) {
    left: 33.333%;
}
.svipline:nth-child(4) {
    left: 50%;
}
.svipline:nth-child(5) {
    left: 66.666%; 
}
.svipline:nth-child(6) {
   left: 83.333%; 
}
.svipline:nth-child(7) {
    right: 0px;
}
.svipbox{
    width: 100%;
    height: 70px;
}
.svipitem{
    height: 70px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    text-indent: 60px;
    font-size: 24px;
    display: flex;
    margin-top: 20px;
}
.svipitem a{
    display: inline-block;
    width: 100%;
}
.svipitem-sub{
    height: 100%;
    line-height: 70px;
    border-radius: 70px;
}