@charset "utf-8";

.speedTest{
    width: 7.5rem;
    height: 100vh;
    text-align: center;
    box-sizing: border-box;
    padding-top: 32px;
    color: #FFFFFF;
    background: url(/images/h5.jpg) no-repeat center center / 100% 100%;
    overflow-x: hidden;
    position: relative;
}

.customer{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0.5rem;
    height: 0.5rem;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.logo{
    width: 3.75rem;
    height: 0.94rem;
    display: block;
    margin: 0 auto;
}

.speedTip{
    width: 93%;
    height: 30px;
    display: block;
    margin: 20px auto 0;
}

h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    display: block;
    margin: 10px 0;
}

/* 顶部下载按钮：天蓝色渐变 + 微微透明 */
.appdownLoad{
    display: block;
    width: 4rem;
    height: 0.84rem;
    background: linear-gradient(180deg, rgba(135, 206, 250, 0.9) 0%, rgba(30, 144, 255, 0.8) 100%);
    border-radius: 90px;
    margin: 20px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.3);
}

.customer img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.speedBox {
    width: 7rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.speedBox li {
    display: flex;
    width: 7rem;
    height: 50px;
    margin-bottom: 15px;
}

/* 线路背景：高级透明感（毛玻璃效果） */
.speedBox li>div{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.speedBox img {
    margin-right: 5px;
}

.speedBox li>div:first-child{
    width: 2rem;
    border-radius: 20px 0px 0px 20px;
    background: rgba(135, 206, 250, 0.25); /* 稍微深一点的天蓝透明 */
}

.speedBox li>div:nth-child(2){
    width: 2.6rem;
}

/* 前往按钮：明亮的天蓝色 */
.speedBox li a {
    background: #00BFFF;
    border-radius: 0px 20px 20px 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 50px;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.contact {
    width: 7rem;
    height: 100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contact .contact-item {
    width: 7rem;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* 联系方式：天蓝渐变透明 */
.download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 90px;
    background: linear-gradient(135deg, rgba(135, 206, 250, 0.8) 0%, rgba(0, 191, 255, 0.7) 100%);
    backdrop-filter: blur(4px);
}

.download img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.paopao .download {
    background: linear-gradient(135deg, rgba(135, 206, 250, 0.8) 0%, rgba(0, 191, 255, 0.7) 100%);
}

.fy a, .paopao a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 2.2rem;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 90px;
    background: rgba(0, 191, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.paopao a {
    background: rgba(0, 191, 255, 0.6);
}

.j-copytips {
    position: fixed;
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #00BFFF;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.95);
    top: 10%;
    left: 50%;
    margin-left: -50px;
    display: none;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}