
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #0f0432;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px; /* 调整字母之间的间距 */

}

.container-fluid{
    max-width: 800px;
    margin: 0 auto;
}

.bg1{
    min-height: 500px;
    height: auto;
    background-image:     url('./img/bg11.png');
    background-position: top, center, bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #9c8cbb42;
}
.bg2{
    min-height: 200px;
    height: auto;
    background-image:     url('./img/bg21.png');
    background-position: top, center, bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.bg3{
    
    background: linear-gradient(90deg, #7919f6, #b800fe);
    min-height: 500px;
    height: auto;
    background-image:     url('./img/bg30.png');
    background-position: top, center, bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
a{
    cursor: pointer;
    text-decoration: none;
}
.logo1{
background-color: rgba(28, 6, 78,0.5);
}
.logo1>img{
    width: 50%;
    text-align: left;
    display: block;
    padding: 10px;
}
/* .main{
        height: 300px;
        background-image: 
            linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
            url('./img/bg10.png'),
            linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
            url('./img/bg20.png'),
            linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
            url('./img/bg30.png');
        background-position: top, center, bottom;
        background-repeat: no-repeat;
        background-size: contain;
    
} */
.header >img {
    /* position: relative; */
    /* top: 50px; */
    padding: 55px 0 35px 0;
    width: 60%;
    /* background-image: url(./img/全球专线·极速稳定.png); */
    /* background-size: 800px auto; */
    /* background-repeat: no-repeat; */
}

img{
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

p{
    text-align: center;
}

.header,
.acceleration-section,
.service-center,
.download-section {
    text-align: center;
}

.header p,
.service-center p {
    color: #e74c3c;
}


.download-section {
    margin: 30px 0;
    /* background-image: url(./img/图层45.png); */
}


.apps-grid img {
    max-width: 100px;
}
.download-item {
    background-color: #241e4e;
    margin: .5rem !important;
    padding: 10px;
    flex-basis: 150px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(92, 32, 212);
    border-radius: 13px;
}
.download-item img{
    width: auto;
    height: 80px;
    padding: 10px;
}
.download-item p{
    color: white;;
    font-size: 14px;
}
.p7r8f{
    width: 100%;
}

h2{
    font-weight: 400;
    font-size: 20px;
    color: #e9e6e6;
}

.doq60{
    margin: 20px 0px;
    color: rgb(118, 117,130);
}

.e51sp{
    margin: 20px 0px;
    color: rgb(118, 117,130);

}

.main>div{
    margin-bottom: 1.5rem!important;
}

.mvn53{
    width: 65%;
}

.ren88{   
        position: relative;
    top: 37px;
    text-align: center;
    font-size: 20px;
}

.v507a{
    width: 70%;
}

  
.btn-purple {
    background: linear-gradient(90deg, #7919f6, #b800fe);
    border: none;    
    border-radius: 25px;
    color: white;
    padding: 10px 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
    cursor: pointer;    
}

.btn-service {
    background: linear-gradient(0deg, #31186d, #3c1989);
    border: none;    
    border-radius: 25px;
    color: white;
    padding: 10px 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
    cursor: pointer;
}

/* .btn-purple:hover {
    background: linear-gradient(90deg, #5a71be, #62a6f2);
} */


.btn-purple:hover {
    color: wheat;
}

a:active { 
     color: inherit; 

}

.f0j0c{
    width: auto;
    height: 150px;
    text-align: center;
}


.lb001{
    width: auto;
    height: 300px;
    text-align: center;
}



.carousel-indicators{
    bottom: -136px;
}

#carouselExampleControls{
    margin: 40px 0;
}
@media screen and (max-width: 600px) {
    #carouselExampleControls{
        margin-top: 40px;
  }    
}
@media screen and (min-width: 600px) {
    #carouselExampleControls{
        margin-top: 160px;
  }    
}
.k9xsit {
    color: rgb(174, 132, 245);

}

.k9xsit p {
    text-align: left;
    font-size: 15px;

}

.k9xsit p a {
    color: rgb(0, 241, 254);
}