@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, #FD5A86 0%, #F9292F 100%);
    border-radius: 90px;
    margin: 20px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
}

.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: #123166;
}

.speedBox img {
    margin-right: 5px;
}

.speedBox li>div:first-child{
    width: 2rem;
    border-radius: 20px 0px 0px 20px;
}

.speedBox li>div:nth-child(2){
    width: 2.6rem;
}

.speedBox li a {
    background: #D02443;
    border-radius: 0px 20px 20px 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 50px;
    font-size: 16px;
}

.contact {
    width: 7rem;
    /* height: 100px; */
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contact .contact-item {
    width: 7rem;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    width: 5rem;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 90px;
    background: linear-gradient(180deg, #FD5A86 0%, #F9292F 100%);
}

.download img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.paopao .download {
    background: linear-gradient(180deg, #E5C206 0%, #C62828 100%);
}

.fy a, .paopao a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 1.8rem;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 90px;
    background: linear-gradient(180deg, #FD5A86 0%, #F9292F 100%);
}

.paopao a {
    background: linear-gradient(180deg, #E5C206 0%, #C62828 100%);
}

.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;
}