﻿@charset "utf-8";
/* CSS Document */
/**
 * reset:
 */
/**{-webkit-tap-highlight-color: rgba(0,0,0,0);}*/
iframe {
	opacity: 0;
}
a, input, div, textarea {
	outline: none;
}
html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

input:focus {
  outline: none;
  background:none;
}
/*input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-modify: read-write-plaintext-only;}*/
html, body {
	width: 100%;
	height: 100%;
	min-height: 300px;
	-ms-touch-action: none;
}

ul, dl, ol, li {
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #000;
	user-select: none;
	overflow: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	position: relative;
}
img {
	border: none;
}
h1, h2, h3 {
	font-weight: normal;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
/***/
.am-app {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.am-page {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5000, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5000, 0, 0, 1);
}
.am-header {
	height: 50px;
	background: #CCC;
}
.am-header p {
	text-align: center;
}
.am-body-wrap {
	width: 100%;
	overflow: hidden;
	position: absolute
}
.am-body-inner {
	/*min-height: 100%;*/
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

/** Carrousel */
.am-carrousel {
	overflow: hidden;
	width: 100%;
	position: relative
}
.am-carrousel-inner {
	min-height: 100%;
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}



.share_cover{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:99;
}
.share_cover .container{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:325px;
    background:#FFF;
}
.share_cover .title{
    font-size:18px;
    line-height:60px;
    text-align:center;
}
.share_cover .container li{
    height:325px;
}
.share_cover .container table{
    width:100%;
    height:180px;
}
.share_cover .container td{
    text-align:center;
}
.share_cover .container img{
    width:40px;
    height:40px;
}
.share_cover .text{
    font-size:11px;
}
.share_cover .page-button{
    clear:both;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#FFF;
    background:#ff5961;
    font-size:18px;
    width:88%;
    margin:20px auto 0 auto;
}
.share-flow-layout {

}
.share_cover .container .share-flow-layout li{
  width: 25%;
  height: 90px;
  display: inline-block;
  text-align: center;
  float: left;
}




.am-drag{
    position:absolute;
    left:0;
    top:-30px;
    height:30px;
    line-height:30px;
    width:100%;
    font-size:11px;
    text-align:center;
}
.am-drag .icon{
    display:none;
}
.am-drag-text{
    padding-left:20px;
    background-repeat:no-repeat;
    background-size:18px 18px;
    background-position:left center;
}
.am-drag.up .am-drag-text{
    background-image:url(../images/amDrag_up.png);
}
.am-drag.down .am-drag-text{
    background-image:url(../images/amDrag_down.png);
}

.am-drag.bottom{
    top:auto;
    bottom:-30px;
}

.am-drag.loading.bottom{
    top:auto;
    bottom:-30px;
}
.am-drag.loading.top{
    top:-40px;
    bottom:auto;
}
.am-drag.loading .icon{
    width:30px;
    height:30px;
    line-height:30px;
    background:url(../images/loading.png) no-repeat center center;
    background-size:30px 30px;
    display:inline-block;
    content:"1";
    text-indent:-1000em;
    -webkit-animation: animation-loading infinite linear 1.2s;
}
.am-drag.loading .am-drag-text{
    background:none;
    padding:0;
    display:inline-block;
    height:30px;
    line-height:30px;
}
@-webkit-keyframes animation-loading {
    0% {
    -webkit-transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    }
}

#clearCache .am-clickCover,#enabledebug .am-clickCover,#switchBaseUrl .am-clickCover{
    opacity:0;
}
