@font-face {
    font-family: 'Medium';
    src: url('PingFangMedium.ttf');
   }  
html {
    width: 100%;
    height: 100%;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: Medium;
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: url(../images/recomBg.png) repeat-y center 0;
    background-size:100%;

}
.content {
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: url(../images/bg@2x.png) no-repeat center 0;
    background-size: 100% ;
    overflow: hidden;
}

.btn {
    position: absolute;
   top:14.28rem;
    left: 0.77rem;
    width: 3.92rem;
    height: 1.17rem;
  
}
.btn a {
    display: block;
    line-height: 1.17rem;
    text-align: center;
    font-size: 0.427rem;
    width: 3.92rem;
    height: 1.17rem;
    color: #fff !important;
    background:rgba(246,118,107,1);
    border-radius:44px;
}
.btn2 {
    left: 5.2rem;
}