@charset "UTF-8";
/* APP 样式 */
/* 侧导航 */
#menu { margin: 0; padding: 0; position: fixed; /*left: 10px; top: 10px;*/right: 10px; top: 45%; list-style-type: none; z-index: 70;}
#menu li:hover a{display:block;}
#menu span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px;
    z-index: 1;
}
#menu .active span {
    background: #333 none repeat scroll 0 0;
}
#menu li {
    display: block;
    height: 13px;
    margin: 7px;
    position: relative;
    width: 14px;
}
#menu li a {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
	display:none;
	right: 2vw;

}
#menu .mp_tooltip {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #333;
    display: block;
    height: 38px;
    left: -121px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 92px;
    z-index: 2;
	display:none;
}
#menu li:hover .mp_tooltip{display:block;}

@media screen and (max-width: 500px){
#menu li a{ right: 5vw;}
}
/* banner */
#app {
    height: 100vh;
    text-align: center;
}

.banner{width:100%;margin:0 auto;overflow:hidden;}

.container_app {
    height: 100%
}
.container_app {
    width: 960px;
    min-width: 960px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

.button {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 1.75em;
    width: 100px;
    height: 54px;
    line-height: 54px;
    background-color: #53A2FF;
    border: 0;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px
}
.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3994ff
}
.mockuuups {
    font-size: 13px;
    color: #5F5D5D;
    text-align: center;
    width: 260px
}
.mockuuups span {
    opacity: .7
}
.share {
    text-align: center;
    padding-top: 13px;
    opacity: 0;
    pointer-events: none
}
.share p {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: .7
}
.bottom {
    width: 260px;
    height: 135px;
    text-align: center;
    position: relative;
}
.bottom>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.bottom.downloaded .download {
    opacity: 0;
    transition: .4s;
    pointer-events: none
}
.bottom.downloaded .share {
    opacity: 1;
    transition: .4s .4s;
    pointer-events: all
}
.hand {
    width: 542px;
    height: 704px;
    position: /*fixed*/ absolute;
    bottom: 0;
    right: 50%;
    margin-right: -520px;
    pointer-events: none;
    z-index: -1;
	overflow:hidden;
}
.hand .screens {
    position: absolute;
    top: 66px;
    left: 81px;
    width: 246px;
    height: 437px
}
.hand .screens img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fade 24s infinite;
    animation: fade 24s infinite
}
.hand .screens img:nth-child(6) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.hand .screens img:nth-child(5) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.hand .screens img:nth-child(4) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}
.hand .screens img:nth-child(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}
.hand .screens img:nth-child(2) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s
}
.hand .screens img:nth-child(1) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}
@-webkit-keyframes fade {
    0% {
        opacity: 1
    }
    15% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fade {
    0% {
        opacity: 1
    }
    15% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.tweet {
    display: inline-block;
    position: relative;
    height: 20px;
    padding: 1px 8px 1px 6px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #1b95e0;
    border-radius: 3px;
    box-sizing: border-box;
    font: normal normal normal 11px/18px 'Helvetica Neue', Arial, sans-serif;
    top: 1px
}
.tweet:hover {
    background-color: #0c7abf;
    text-decoration: none
}
.tweet i {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;

}
.tweet span {
    margin-left: 3px;
    white-space: nowrap
}
.is-desktop .hand {
    transform: translate(100%, 100%) rotate(-20deg)
}
.is-desktop .loaded .hand {
    transition: 1s cubic-bezier(.075, .82, .165, 1);
    transform: none
}
@media screen and (max-width: 959px) {
    html,
    body {
        min-width: 0;
        width: auto
    }
    .container .content {
        text-align: center
    }
    .container .bottom {
        margin: 0 auto;
    }
    .hand, .hand-left {
        display: none
    }
	.mobile-screens {
        position: relative;
		margin-top: 100px;
    }

    ul li {
        margin-left: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px
    }
    ul li::before {
        display: none
    }
}

.mobile-screens {
    width: 100%;
}

@media (min-width: 959px) {
    .mobile-screens, .bottom {
        display: none;
    }

.mobile-screens img {
	position: absolute;
	margin-left: auto;
	margin-right: auto;

	left: 0;
	right: 0;
    margin-top: 200px;
	width: 100%;
	max-width: 500px;
	-webkit-animation: fade 24s infinite;
	animation: fade 24s infinite
}
.mobile-screens img:nth-child(6) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.mobile-screens img:nth-child(5) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.mobile-screens img:nth-child(4) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}
.mobile-screens img:nth-child(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}
.mobile-screens img:nth-child(2) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s
}
.mobile-screens img:nth-child(1) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s
}

.hand-left {
    width: 542px;
    height: 704px;
    position: /*fixed*/ absolute;
    bottom: 0;
    right: 50%;
    pointer-events: none;
    z-index: -1;
	overflow:hidden;
}
.hand-left .screens {
    position: relative;
    top: 66px;
    left: 150px;
    width: 246px;
    height: 437px
}

.has-pattern {
    background-image: url("../images/pattern-1.png");
    background-position: left top;
    background-repeat: repeat;
	background-attachment: fixed !important;
}

@media screen and (max-width: 500px){
.quanp {
    max-width: 100%;
    margin-top: 300px;
}
.mobile-screens {
    margin-top: 0px;
}
.mobile-screens img{margin-top: /*100px*/70px;width: 80%;}
.navbar{    min-height: 50px;}
.navbar-brand{padding: 3px 15px;}
.custom-navbar .navbar-toggle{padding-top: /*30px*/20px;}

}
@media screen and (min-width: 500px) and (max-width: 1250px){
	.mobile-screens, .bottom {
        display: none;
    }
	.hand, .hand-left {
        display: block;
		width: 50%;
		overflow:hidden;
    }
	.hand{
		right: 0;
		margin-right:0;
	}
	.hand-left .screens{
		left: 50px;
	}
	
}

@media (min-width:800px) and (min-height:600px) and (max-height:700px){
	/*.hand-left, .hand{bottom:-50%;}*/
	.quanp{margin-top:35%;}
}
@media (min-width:780px) and (min-height:700px) and (max-height:800px){
	/*.hand-left, .hand{bottom:-20%;}*/
	.quanp{margin-top:10%;}
}
@media screen and (max-width: 500px) and (min-height: 750px) and (max-height: 800px){
.quanp {
    margin-top: 260px; 
}
}
@media screen and (max-width: 500px) and (min-height: 800px){
.quanp {
    margin-top: 120px; 
}
}
@media screen and (min-width: 800px) and (min-height: 600px) and (max-height: 880px){
.quanp {
    margin-top: 0px; 
}
#app {
    height: 120vh;
    text-align: center;
}
}
.mobile-screens{height: 100vw;}

/* page */
.page2, .page3, .page4, .page5, .page6{background:url("../images/bg.jpg");display:table-cell;vertical-align:middle;text-align: center; height:100vw; overflow:hidden;}
/*.page2{background:url("../images/app/page2.png")}*/
.page7 {
    background: #f9f3dc url("../images/footer_tw.png") repeat fixed left top;
}
.page_text, .page_text2{padding-top: 24px;padding-bottom: 24px;text-align: center;}
.page_text .ico, .page_text2 .ico{width:20%;padding-right:5%;}
.page_text h2, .page_text2 h2 {font-size: 32px;text-transform: uppercase;}
.page_text h3, .page_text2 h3{font-size:2em;}
.page_text p, .page_text2 p{font-size:1.5em; line-height:1.75em; text-align:left;}
.page_img img, .page_img2 img{ max-width:100%;}
@media screen and (max-width: 500px){
.page_text{padding-top: 40px;padding-bottom: 14px;}
.page_text h3, .page_text2 h3{font-size:/*1.5em*/1.3em;}
.page_text p, .page_text2 p{font-size:1em;;}
}
@media screen and (max-width: 500px){
.page_text2{padding-top:0px;padding-bottom:0px;}
.page_img2 img{padding-top:/*90px*/60px;}
}
.app {
    background-attachment: fixed !important;
    background-image: url("../images/bg.jpg");
    background-position: left top;
    background-repeat: repeat;
}
