﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    max-width: 640px;
    margin: 0 auto;
}
body {
    font-family: "PingFangSC-Regular", "sans-serif", "STHeitiSC-Light", "微软雅黑", "Microsoft YaHei";
    font-size: 50px;
    line-height: 1.5em;
    color: #212121;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-callout: none;
}
/* html , body , .page_box{ width:100%; height:100%; position:relative; overflow:hidden;} */

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.page.hide, .dn {
    display: none;
}

.container .logo {
    width: 2.14rem;
    height: auto;
    position: absolute;
    top: .61rem;
    left: 50%;
    margin-left: -1.07rem;
}

.loading img {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.imgshowBox {
    width: 4.33rem;
    height: 4.33rem;
    margin: 0 auto .25rem;
    position: absolute;
    top: 3.45rem;

}
.imgshowBox .imgUpload {
    width: 4.33rem;
    height: 4.33rem;

    background: url("../images/upload.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: absolute;
    top: 0;

}
.imgshowBox .imgUpload>img {
    width: 100%;
    height: 100%;
}
.imgshowBox .imgUpload .fileBox {
    width: 100%;
    height: 100%;
    opacity: 0;

}
.imgshowBox .imgUpload .fileBox input {
    width: 100%;
    height: 100%;
    display: block;
}
.imgshowBox .imgUpload .uploadImg {
    width: 100%;
    height: 100%;
    background: #e4d1c2;
    position: absolute;
    top: 0;

}
.imgshowBox .imgUpload .uploadImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.imgshowBox .bird {
    width: 1.71rem;
    height: auto;
    position: absolute;
    top: 2.42rem;
    right: .01rem;
}
.smallText {
    font-size: .2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 8.2rem;
}
.zhuan {
    width: 1.22rem;
    height: .45rem;
    margin: .6rem auto .57rem;
    background: url("../images/btn04.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.page4 .imgBox1 {
    width: 4rem;
    height: 7.9rem;
    background: url(../images/pic01.png) no-repeat;
	background-size:3.08rem .68rem;
    background-position: center bottom;
    position: absolute;
    top: -2.6rem;
    left: 1.71rem;
}
 .page4 .imgBox1 img {
    width: 4rem;
    display: block;
	z-index:9;
}
.moban{ width:4rem;  height:7.08rem; display:block; position:absolute; top:.1rem; border:.2rem solid #fff;-moz-box-shadow:6px 4px 5px #333333; -webkit-box-shadow:6px 4px 5px #333333; box-shadow:6px 4px 5px #333333;}
.page4 .printer {
    width: 6.17rem;
    height: 3.05rem;
    display: block;
    margin: 0 auto;
    position: absolute;
	top:0;
    z-index: 5;
}
.page4 .btnBox {
    width: 100%;
    position: absolute;
    bottom: 1.4rem;
    left: 0;
    overflow: hidden;
}

.page4 .btnBox button {
    width:2.26rem;
    height: .86rem;
    border: 0
}

.page4 .btnBox .reSel {
    background: url("btn-replay.png") no-repeat;
	background-size:100% 100%;
    margin-left: 1.09rem;
    float: left
}

.page4 .btnBox .showPic {
    background: url("btn-share.png") no-repeat;
	background-size:100% 100%;
    margin-right: .82rem;
    float: right
}

/*==================================*/

.page.inTop {
    -webkit-animation: ShowTop .5s ease-out both;
    animation: ShowTop .5s ease-out both;
}
.page.outTop {
    -webkit-animation: HideTop .5s ease-out both;
    animation: HideTop .5s ease-out both;
}
.page.inDown {
    -webkit-animation: ShowDown .5s ease-out both;
    animation: ShowDown .5s ease-out both;
}
.page.outDown {
    -webkit-animation: HideDown .5s ease-out both;
    animation: HideDown .5s ease-out both;
}
@-webkit-keyframes ShowTop {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes ShowTop {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes HideTop {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}
@keyframes HideTop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes ShowDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes ShowDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes HideDown {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
    }
}
@keyframes HideDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

/*==================================*/

.arrow {
    width: 70px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #d00;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 15%;
    -webkit-animation: arrow 1.2s .5s ease-in-out infinite;
    animation: arrow 1.2s .5s ease-in-out infinite;
}
@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-50%);
        opacity: 0
    }
}
@keyframes arrow {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-50%);
        opacity: 0
    }
}


/*==================================*/

.page>div>div:nth-child(1) {
    -webkit-animation: fadeRightTan .8s .2s ease-in-out both;
    animation: fadeRightTan .8s .2s ease-in-out both;
}
.page>div>div:nth-child(2), .borderImg {
    -webkit-animation: fadeRightTan .8s .7s ease-in-out both;
    animation: fadeRightTan .8s .7s ease-in-out both;
}
.page>div>div:nth-child(3) {
    -webkit-animation: fadeRightTan .8s 1.2s ease-in-out both;
    animation: fadeRightTan .8s 1.2s ease-in-out both;
}
.page>div>div:nth-child(4) {
    -webkit-animation: fadeRightTan .8s 1.7s ease-in-out both;
    animation: fadeRightTan .8s 1.7s ease-in-out both;
}
.page>div>div:nth-child(5) {
    -webkit-animation: fadeRightTan .8s 2.2s ease-in-out both;
    animation: fadeRightTan .8s 2.2s ease-in-out both;
}
.page>div>div:nth-child(6) {
    -webkit-animation: fadeRightTan .8s 2.7s ease-in-out both;
    animation: fadeRightTan .8s 2.7s ease-in-out both;
}
.page>div>div:nth-child(7) {
    -webkit-animation: fadeRightTan .8s 3.2s ease-in-out both;
    animation: fadeRightTan .8s 3.2s ease-in-out both;
}
.page>div>div:nth-child(8) {
    -webkit-animation: fadeRightTan .8s 4.7s ease-in-out both;
    animation: fadeRightTan .8s 4.7s ease-in-out both;
}
.page>div>div:nth-child(9) {
    -webkit-animation: fadeRightTan .8s 5.2s ease-in-out both;
    animation: fadeRightTan .8s 5.2s ease-in-out both;
}
.page>div>div:nth-child(10) {
    -webkit-animation: fadeRightTan .8s 5.7s ease-in-out both;
    animation: fadeRightTan .8s 5.7s ease-in-out both;
}
@-webkit-keyframes fadeRightTan {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    70% {
        -webkit-transform: translateX(-5%);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(2%);
        opacity: 1;
    }
    90% {
        -webkit-transform: translateX(-2%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeRightTan {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    70% {
        transform: translateX(-5%);
        opacity: 1;
    }
    80% {
        transform: translateX(2%);
        opacity: 1;
    }
    90% {
        transform: translateX(-2%);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

 html {
        width: 100%;
        height: 100%;
    }

    body {
        width: 100%;
        height: 100%;
    }

    div {
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .page_box {
       width: 7.5rem;
       margin:0 auto;
    }
    .container {
        width: 7.5rem;
        height: 13.34rem;
        background: url("bg.jpg") no-repeat;
        background-size: 100% 100%;
        position: relative;
        overflow: hidden;
    }
    .container img {
        display: block;
        width: 100%;
    }
    @-webkit-keyframes fadeIn1 {
        0% {
            opacity: 0;
            /*初始状态 透明度为0*/
        }

        50% {
            opacity: 0;
            /*中间状态 透明度为0*/
        }

        100% {
            opacity: 1;
            /*结尾状态 透明度为1*/
        }
    }
    .page1 .topLeft{
        -webkit-animation-name: fadeIn1;
        /*动画名称*/
        -webkit-animation-duration: 1.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
    }
	.page1 .topRight {
        -webkit-animation-name: fadeIn1;
        /*动画名称*/
        -webkit-animation-duration: 3s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
    }

    .people {
        -webkit-animation-name: fadeIn1;
        /*动画名称*/
        -webkit-animation-duration: 2s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
    }
    .wenzi, .title, .page1 .btn {
        -webkit-animation-name: fadeIn1;
        /*动画名称*/
        -webkit-animation-duration: 2.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
    }
    .topLeft {
           width: 100%;
    position: absolute;
    top: 1.75rem
    }

    .topRight {
        position: absolute;
        bottom: 2rem;
        width: 100%;
		left:0;
    }
    .topRight02 {
        width: .95rem;
        position: absolute;
        right: 5.6rem;
        top: 2.14rem;
    }
    .title {
        position: absolute;
        top: 1.69rem;
        right: .91rem;
        width: 2.2rem;
    }

    .wenzi {
        position: absolute;
        top: 4.1rem;
        left: 3.29rem;
        width: 1.39rem;
    }

    .people {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 5.55rem;
    }

    .bottomL {
        position: absolute;
        bottom: -10px;
        left: -20px;
        width: 40%;
    }

    .bottomB {
        position: absolute;
        bottom: 2rem;
        width: 100%;
		left:0;
    }

    .page1 .btn {
        position: absolute;
        bottom:4rem;
        z-index: 2;
        width: 3.81rem;
		height:.88rem;
		left:50%;
		margin-left:-1.90rem;
		background:url(btn-enter.png) no-repeat;
		background-size:100% 100%;
    }

    .sec {
        margin-top: 5%;
    }
	.page2{
		background:url(02.jpg) no-repeat;
		background-size:100% 100%;
	}
    .page2 .btn,
    .page3 .btn,
    .page4 .btn,
    .showImg,
    .addvise,
    .zhuan {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .page2 .btn {
        position: absolute;
        bottom: 100px;
		width:3.81rem;
		height:.88rem;
		background:url(btn-ok.png) no-repeat;
		background-size:100% 100%;
    }
    .page3 .btn {
         position: absolute;
        bottom: 100px;
		width:3.81rem;
		height:.88rem;
		background:url(btn-ok.png) no-repeat;
		background-size:100% 100%;
    }
    .page4 .btn {
        bottom: 50px;
    }


    .listBox {
        position: absolute;
        width: 90%;
        height: 60%;
        top: 3.3rem;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .imgBox {
        width: 40%;
        height: 40%;
        float: left;
        margin-left: 8%;

    }
    .imgBox>img {
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .imgBox .name {
        margin-top: 10px;
    }
    .img {
        width: 100%;
        height: 2.83rem;
        position: relative;
        overflow: hidden;
    }
    .img img {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: -1;
    }
    .img img:nth-child(2) {
        height:2.83rem;
    }
    .img .border {
        z-index: 10;
    }
    .img .mengceng {
        display: none;
    }
    .show {
        display: block;
    }

    .fileBox, .uploadImg {
        width: 50%;
        height: 45%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        overflow: hidden;
        top: 10%;
    }
    .uploadImg {
        top: 150px;
    }
    .fileBox {
        z-index: 9;
    }
    .uploadImg img {
        width: 100%;
        height: 100%;
    }
    .addvise {
        width: 60%;
        bottom: 180px;
    }
    .zhuan {
        bottom: 32.5%;
        width: 20%;
        z-index: 1;
    }
    .fileBox input {
        top: -25px;
        position: absolute;
        width: 100%;
        height: 100%;
        outline: none;
    }
    .csave {
        position: absolute;
        right: 0px;
        width: 10%;
        bottom: 175px;

        z-index: 10;
    }
    .showImg {
        width: 100%;
        height: 100%;
    }
    .showImg img {
        width: 100%;
    }
    .loading {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 10;
        top:0;
        left:0;
        display: none;
    }
    .loading img {
        width: 10%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }