.downDesc {
    color: white;
    margin-bottom: 20px;
 }
 
 .platform__item {
    padding: 32px 34px;
 }
 
 .progress-wrap {
    position: fixed;
    right: 31px;
    bottom: 100px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(95 58 252 / 20%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
 }
 
 .platform__item {
    height: 240px;
 }
    
 .platform__item p {
    margin-bottom: 25px;
 }

 #svg{
    position: absolute;
    z-index: -1p;
    max-width: 800px;
    transform: perspective(1000px) rotateY(-10deg) translate3d(300px,0,0);
 }
 #svg circle{
    fill: #666;
 }

 @keyframes light {
    from{
       opacity: 1;
    }
    to{
       opacity: 0.2;
    }
 }
 #svg .green{
    /* fill: #3bee35; */
    fill: #5d41c2;
    animation: light;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
 }
 
 body{
    overflow-x: hidden;
 }
 
 @media (max-width: 800px){

    #svg{display: none;}

 }

 .price__heading.gold{
    background-color: #ffd700;
 }
 .price__heading.gold h4{
    color: white;
 }
 .price__tag-3{
    /* min-height: 145px; */
    min-height: 125px;
 }
 .viptab .price__body{
    padding: 15px 20px;
 }
 .viptab .price__tag-3 h3{
    font-size: 35px;
 }
 .viptab .price__tag-3 h3 span{
    display: block;
 }

 .planfree .price__body{
    padding: 5px 20px;
 }

 .price__heading.all {
    background: #dddddd;
 }
 .vipitems{
    width: 60%;
    margin: 0px auto;
    border: 1px solid #e8e8e9;
    border-radius: 12px;
    /* background-color: #f8f8f8; */
    color: #8a8c91;
    text-align: center;
 }
 @media (max-width: 800px){

    .vipitems{width: 100%;}

 }
 .vipitems li{
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 3px 5px;
    margin: 0px;
 }
 .vipitems li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
 }
 .vipitems li a.active{
    background-color: #dddddd;
    color: black;
 }
 .hide{display: none;}

 .roundx{
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
 }
 .roundx.ractive{
    background-image: linear-gradient(90deg, #7F7AEE 0.01%, #305EB2 34.37%, #F86E80 100%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .roundy{
    background-color: white;
    border-radius: 12px;
    text-align: left;
 }
 .ftag{
    color: white;
    padding: 5px;
 }
 .roundy .price__tag-3 h3{
    padding-bottom: 0px;
    border-bottom: none;
 }
 .roundy .price__btn{
    padding-bottom: 17px;
 }
 .roundy .price__btn .w-btn{
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 8px 19px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 3px;
 }
 .Button--blue {
    background-color: #4687ff;
    border-color: #4687ff;
 }
 .roundy .discount {
    display: inline-block;
    color: #f64f64;
    background-color: #fddce0;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
 }
 .roundy .price__body .title{
    font-size: 18px;
    color: #383c43;
    font-weight: 500;
    display: block;
    margin: 5px 0px;
 }
 .roundy .price__tag-3 {
    margin-bottom: 8px;
 }
 .roundy .price__tag-3 h3{
    margin: 10px 0px;
 }
 .roundy .price__tag-3 span{
    margin-left: 0px;
 }

 #qrcode{
    padding: 5px 10px;
}

 #qrcode .down1{
    margin-right: 10px;
 }
 #qrcode .down a{
   text-align: center;
   padding: 5px 10px;
   border: 1px solid #4687ff;
   border-radius: 5px;
   background-color: #4687ff;
   color: white;
   margin-bottom: 10px;
 }
 #qrcode .down .qrcode{
    text-align: center;
 }

 #qrcode .down a:hover{
   border: 1px solid #5d41c2;
   background-color: #5d41c2;
 }


/*  */
#download_area{
   display: block;
   position: fixed;
   bottom: 0px;
   width: 100%;
   background: white;
   text-align: center;
   display: none;
   z-index: 10000;
}

#download_area a{
   color: #4853e3;
   display: block;
   line-height: 50px;
   font-size: 1rem;
   font-weight: 500;
}

#download_areax .platform__item{
   padding: 32px 10px !important;
}