* {
    user-select: none;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    max-width: 550px;
    margin: 0 auto;
}

body {
    display: flex;
    flex-direction: column;
}

img {
    width: 100%;
}
.page-box{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img{
    width: 100%;
}
.page-img img{
    width: 100%;
    display: block;
}
.page-bottom{
    width: 100%;
    max-width: 550px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
}
.page-bottom img{
    width: 100%;
    display: block;
}
.page-bottom .webs {
    position: absolute;
    left: 44%;
    color: #ffffff;
    top: 50%;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 900;
    font-style: normal;
}

.page-bottom .webs .webtxt {
    color: #fff000;
    font-style: normal;
}
..box{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    overflow:hidden;
}

.s{
    display:flex;
    transition:.5s;
}

.s img{
    width:100%;
}

/* 小圆点 */
#d{
    position:absolute;
    bottom:5px;
    width:100%;
    text-align:center;
}

#d span{
    margin:0 3px;
    color:#ccc;
}
.my-slider{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    overflow:hidden;
    background:rgba(0,0,0,.3);
}

.my-slides{
    display:flex;
    transition:.5s;
}

.my-slides img{
    width:100%;
    display:block;
}

.my-dots{
    position:absolute;
    bottom:5px;
    width:100%;
    text-align:center;
}

.my-dots span{
    margin:0 3px;
    color:#aaa;
    font-size:12px;
}