.mr_box {
    position: relative;
    width: 6rem;
    height: 1.9rem;
    margin: 0 auto;
}
#call {
    width: 6rem;
    height: 2rem;
    background: rgba(255,255,255,1);
    box-shadow: 0 0.08rem 0.18rem 0 rgba(77,165,253,0.16);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 0.3rem;
    /* position: absolute;
    top: -0.6rem;
    z-index: 1; */
    overflow: hidden;
}
#numbers {
    width: 5.12rem;
    height: .6rem;
    background: rgba(239,247,255,1);
    border-radius: .08rem;
    border: 0;
    display: block;
    margin: 0 auto;
    padding-left: .53rem;
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(77,152,253,1);
    margin-top: .3rem;
    margin-bottom: .2rem;
    background-image: url(/dist/image/autoCare/2020mrphone.png);
    background-size: .2rem .28rem;
    background-position: .21rem;
    background-repeat: no-repeat;
}
#submits,#zixun {
    float: left;
    width: 2.4rem;
    height: .6rem;
    line-height: .6rem;
    background: linear-gradient(-90deg,rgba(35,75,237,1),rgba(55,137,245,1),rgba(11,213,253,1));
    border-radius: .2rem;
    border: 0;
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-left: .43rem
}
#zixun {
    background: linear-gradient(-90deg,rgba(237,36,55,1),rgba(253,105,77,1),rgba(253,148,12,1));
    text-align: center;
    float: right;
    margin-right: .43rem;
    margin-left: 0;
}