
.viewport{
   width: 500%;
   height: 100%;
   display: -webkit-box;
   overflow: hidden;
   /*pointer-events: none; 去掉这句话*/
   -webkit-transform: translate3d(0,0,0);
   backface-visibility: hidden;
   position: relative;
}
.pageview{
    -webkit-box-flex: 1;
    width: 0;
    margin: 0 0.5%;
	border-radius: 10px;
}
.pageview img{
	width: 100%;
}
.pagenumber{
    display: -webkit-box;
    position: absolute;
    bottom: 0px;
    left: 40%;
    height: 1em;
    width: 20%;
}
.pagenumber div{
    -webkit-box-flex: 1;
    width: 0;
    position: relative;
}
.pagenumber .now:after {
    background: white !important;
}
.pagenumber div:after{
    content: "";
    width: 6px;
    height: 6px; 
    background: #7c7c7c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}
h3{
    text-align: center;
    font-family: Microsoft YaHei,Arial;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    padding: 1em 0;
    margin: 0;
}
button{
    width: 40%;
    margin: auto;
    height: 3em;
    background: #fff6de;
    line-height: 3rem;
    color: #000;
    padding: 0;
    border: none;
    display: block;
}
@media screen and (max-width: 360px) {
    html,body{font-size: 15px}
}
@media screen and (min-width: 360px) and (max-width: 400px) {
    html,body{font-size: 16px}
}
@media screen and (min-width: 400px) and (max-width: 460px) {
    html,body{font-size: 16px}
}
@media screen and (min-width: 460px){
    html,body{font-size: 24px}
}

