html,body{
    height: 100%;
    padding: 0;
    margin: 0;
    max-width: 640px;
}
.page1{
    height: 100%;

    background-image: url('./images/page1-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.page1 .start-btn{
    width: 152px;

    position: relative;
    top: 73%;
}
.page2{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #d4e8c0;
}
.page2 .shadow{
    position: absolute;
    width: 239px;
    top: 63px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page2 .content{
    position: relative;
    top: 81.7px;
    width: 202.6px;
    height: 299.7px;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
}
.page2 .content img{
    position: relative;
}
.page2 .desc{
    position: relative;
    top: 122.5px;

    text-align: center;
}
.page2 .desc img{
    width: 60%;
}
.page2 .btn-content{
    position: relative;
    top: 159px;
    text-align: center;
}
.page2 .btn-content img{
    width: 32%;
}
.logo{
    height: 26px;
    position: absolute;
    top: 7px;
    left: 7px;
}
.page2 .alert{
    display: none;
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.9);
}
.alert span{
    position: relative;
    color: #373737;
    top: 100px;

    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif';
    font-size: 18px;
    font-weight: bold;
}
.loading-content,.fail-content{
    position: relative;
    width: 276px;
    height: 276px;
    background: #fff;
    margin: auto;
    margin-top: 155.7px;
    text-align: center;
    border-radius: 13.8px;
}
.test{
    width: 114.8px;
    position: relative;
    margin: auto;
    top: 60.7px;
    overflow: hidden;
}
.test-logo{
    width: 112.6px;
}
.test-loading{
    width: 114.8px;
    position: absolute;
    top: 0;
    left: 0;
    animation: refresh 2s infinite;
    -webkit-animation: refresh 2s infinite;
}
.test-err{
    width: 112.6px;
}
.reupload{
    width: 130.3px;
    height: 46.4px;
    background-color: #c60d0d;

    color: #ffffff;
    font-size: 22px;
    line-height: 46.4px;

    margin: auto;
    margin-top: 33px;

    border-radius: 13.8px;
    text-align: center;
}
@keyframes refresh {
    from{
        top: -63.47px;
    }
    to{
        top: 49.13px;
    }
}
.page2 .tip-content{
    position: absolute;
    width: 165.6px;

    top: 165.6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    background-color: #000000;
    opacity: 0.7;
    border-radius: 11px;

    text-align: center;
}
.tip-content img{
    width: 57.5px;
    margin: 12px auto;
}
.tip-content span{
    display: block;
    font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif';
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
}
/*page3*/
.page3{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-color: #d4e8c0;
    text-align: center;
    overflow: hidden;
}
.page3 #result{
    position: relative;
    top: 48px;
    width: 90%;
    margin: auto 5%;
}
.page3 #coating{
    position: absolute;
    top: 48px;
    width: 90%;
    left: 5%;
    opacity: 0;
    z-index: 11;
}
.page3 .save-title{
    position: relative;
    top: 58px;
    width: 254px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page3 .restart{
    position: relative;
    top: 65px;
    width: 123px;
}
#savetipsbox{
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 15px;
    min-width: 154px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.savetip{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-image: url(../../funny/img/finger.png);
    background-size: 50px 200px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#savetipsbox span{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 33px;
}
#savetipsbox .savetip{
    -webkit-animation: savetip 1s infinite steps(1) 0s forwards;
}
@-webkit-keyframes savetip {0%,100%{background-position-y: 0;}25%{background-position-y: -50px;}50%{background-position-y: -100px;}75%{background-position-y: -150px;}}