html {
    box-sizing: border-box;
    font-family: Microsoft Yahei;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}
html {
    font-size: 66px;
    box-sizing: border-box;
}
@media screen and (max-width: 500px) {
    html {
        font-size: calc(100vw / 7.5);
    }
}
body {
    font-size: 0.3rem;
    background: url("../img/phone2.png") left top no-repeat;
    background-size: cover;
}
.container {
    padding: 0.3rem;
}
.phone-line {
    display: flex;
    justify-content: space-between;
}
.phone-return img {
    width: 0.56rem;
    height: 0.56rem;
}
.phone-box {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img {
    width: 3.5rem;
}
.ti {
    font-size: 0.36rem;
    margin-top: 0.6rem;
}
.tips-btns{
    width: 100%;
    margin-top: 0.8rem;
}
.tips-btn{
    /* font-size: 0.28rem; 14px 1rem = 50px*/
    height: 0.82rem;
    line-height: 0.82rem;
    border: 0.02rem solid #4D40F4;
    border-radius: .16rem;
    font-size: .3rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80%;
    text-decoration: none;
}
.tips-btn1{
    color: #fff;
    background-color: #4D40F4;
}
.tips-btn2{
    color: #4D40F4;
    background-color: #fff;
}
.tips-btn+.tips-btn{
    margin-top: .32rem;
}