@charset "utf-8";

.speedTest{
    width: 100%;
    height: 1080px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 70px;
    color: #FFFFFF;
    background: blueviolet;
    background: url(../images/bg.jpg) no-repeat center center / auto 100%;
}

.logo{
    width: 375px;
    height: 106px;
    display: block;
    margin: 0 auto;
}

.speedTip{
    width: 827px;
    height: 72px;
    display: block;
    margin: 40px auto 0;
}

h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    display: block;
    margin: 10px 0;
}

.customer{
    width: 100%;
    height: 54px;
    background: linear-gradient(180deg, #FD5A86 0%, #F9292F 100%);
    border-radius: 90px;
    margin: 10px auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
    cursor: pointer;
}

.customer img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.contact {
    width: 748px;
    margin: 20px auto 0;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

.contact .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 15px;
}

.ajs-container {
    margin: 23px auto 15px;
    width: 746px;
    height: 110px;
    box-sizing: border-box;
    padding: 26px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
}

.ajs-container .ajs-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.ajs-container .ajs-text p:last-child{
    color: #FDDC00;
    margin-top: 10px;
}

.ajs-btn {
    box-sizing: border-box;
    display: flex;
    width: 185px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2668CB;
    border-radius: 30px;
    cursor: pointer;
    font-size: 20px;
}


.download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    margin-right: 12px;
    height: 40px;
    color: #fff;
    border-radius: 90px;
    background: #02A3B8;
    cursor: pointer;
}

.download img {
    margin-right: 5px;
}

.paopao .download {
    background: linear-gradient(180deg, #E5C206 0%, #C62828 100%);
}

.fy a, .paopao a {
    display: inline-block;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 90px;
    background: #02A3B8;
}

.paopao a {
    background: linear-gradient(180deg, #E5C206 0%, #C62828 100%);
}

.speedStatus{
    margin: 30px auto 40px;
}

.speedBox {
    width: 720px;
    height: 296px;
    box-sizing: border-box;
    border: 8px solid #0055A4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #cdcfd4;
    padding-top: 10px;
}

.speedBox li {
    display: flex;
    width: 324px;
    height: 50px;
    margin-bottom: 14px;
}

.speedBox li>div{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
}

.speedBox img {
    margin-right: 5px;
}

.speedBox li>div:first-child{
    width: 100px;
    border-radius: 20px 0px 0px 20px;
}

.speedBox li>div:nth-child(2){
    width: 120px;
}

.speedBox li a {
    background: #D02443;
    border-radius: 0px 20px 20px 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
}

.j-copytips {
    position: fixed;
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #666;
    border-radius: 5px;
    background-color: #fff;
    top: 10%;
    left: 50%;
    margin-left: -50px;
    display: none;
    text-align: center;
}