.pc .bottom{
    position: relative;
}

.phone .bottom{
    margin-top: 4.6rem;
    position: relative;
    width: 15rem;
    height: 42rem;
}
.phone .bottom .title{
    position: relative;
    width: 13.4rem;
    height: 3rem;
    padding: 0 0.75rem;
    line-height: 3rem;
    font-size: 1.1rem;
    color: #fff;
    border-bottom: .03rem solid #2264dc;
}
.phone .bottom .infos{
    position: relative;
    width: 15rem;
    
}
.phone .bottom .infos h1{
    margin-top: 1rem;
    position: relative;
    padding: 0 .8rem;
    width: 13.4rem;
    font-size: .52rem;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
    font-weight: normal;
    letter-spacing: -0.025rem;
}
.phone .bottom .infos h2{
    position: relative;
    padding: 0 .8rem;
    width: 13.4rem;
    line-height: .65rem;
    font-size: .52rem;
    color: #7d7d7d;
    font-weight: normal;
    letter-spacing: -0.025rem;
}
.phone .bottom .infos h3{
    margin-top: .8rem;
    position: relative;
    padding: 0 .8rem;
    width: 13.4rem;
    line-height: .65rem;
    font-size: .52rem;
    color: #7d7d7d;
    font-weight: normal;
    letter-spacing: -0.025rem;
}

.phone .bottom .infos div{
    margin-top: .7rem;
    position: relative;
    padding: 0 .8rem;
    width: 13.4rem;
}
.phone .bottom .infos div a{
    font-size: .52rem;
    color: #fff;
    border-bottom: .01rem solid #fff;
}


.phone .bottom .form-content{
    position: relative;
    padding: 0 .8rem;
    width: 13.4rem;
}
.phone .bottom .form-content .form-item{
    margin-top: 1.1rem;
    position: relative;
    width: 13.4rem;
    height: 1.2rem;
    border-bottom: .03rem solid #7d7d7d;
}
.phone .bottom .form-content .form-item input{
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: .52rem;
    width: 13.4rem;
    height: 1.35rem;
    line-height: 1.35rem;
    font-weight: normal;
}
.phone .bottom .form-content .form-item input::placeholder {
    color: #7d7d7d;
}

.phone .bottom .form-content .button{
    margin-top: 1.25rem;
    position: relative;
    width: 13.4rem;
    height: 1.46rem;
    line-height: 1.46rem;
    font-size: .52rem;
    color: #fff;
    text-align: center;
    background: #2264dc;
    border-radius: 0.2rem;
}
.phone .bottom .copyright{
    margin-top: 2.4rem;
    position: relative;
    padding: 0.9rem .8rem;
    width: 13.4rem;
    font-size: 2.533vw;
    color: #7D7D7D;
    text-align: center;
}
