*{
    margin: 0;
    padding: 0;
}
.page-box{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img{
    width: 100%;
}
.page-img img{
    width: 100%;
    display: block;
}
.ul-box{
    position: relative;
}
.li-box{
    width: 65%;
    height: 20%;
    padding: 2% 0;
    box-sizing: border-box;
}
.li-box:nth-of-type(1){
    position: absolute;
    top: 31.5%;
    left: 29%;
}
.li-box:nth-of-type(2){
    position: absolute;
    top: 64.5%;
    left: 29%;
}
.li-box:nth-of-type(3){
    position: absolute;
    top: 73.5%;
    left: 29%;
}
.ul-bg{
    width: 100%;
    display: block;
}
.text-box{
    width: 70%;
    float: left;
    font-size: 14px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-box span{
    float: left;
    font-weight: 900;
}
.text-box p{
    float: left;
    font-weight: 900;
    color: #ff051a;
}
.btn-copy{
    width: 30%;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
.btn-copy img{
    width: 100%;
}
.abcde-btn{
    width: 80%;
    float: left;
    margin-top: 10px;
    margin-left: 10%;
    cursor: pointer;
}
.abcde-btn img{
    width: 100%;
    display: block;
}
.dx {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}