* {
    padding: 0;
    border: none;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

img {
    object-fit: cover;
    user-select: none; 
    -webkit-user-drag: none;
}
a{
    text-decoration: none;
    color: inherit;
    /* 清除点击时的默认轮廓 */
    outline: none;
    /* 禁止文本选择（可选） */
    user-select: none;
    /* 移除触摸设备上的点击高亮（可选） */
    -webkit-tap-highlight-color: transparent;
}
.page-box{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img{
    width: 100%;
}
.page-img img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.page-wx{
    width: 100%;
    position: relative;
}
.page-wx img{
     width: 100%;
    display: block;
    margin: 0 auto;
}
.page-wx a:nth-of-type(1){
    width: 43%;
    color: red;
    position: absolute;
    top: 37%;
    left: 46%;
    z-index: 99;
    font-size: 20px;
}
.page-wx a:nth-of-type(2){
    width: 36%;
    color: red;
    position: absolute;
    top: 61%;
    left: 49%;
    z-index: 99;
    font-size: 20px;
}