body, html{
    font-family: 'Microsoft Yahei', Arial, STHeiti, sans-serif;
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    -webkit-tap-highlight-color:transparent;
    -moz-tap-highlight-color:transparent;
}

@font-face {
    font-family: 'iconfont';
    src: url('../../font/iconfont.eot'); /* IE9*/
    src: url('../../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../font/iconfont.woff') format('woff'), /* chrome��firefox */ url('../../font/iconfont.ttf') format('truetype'), /* chrome��firefox��opera��Safari, Android, iOS 4.2+*/ url('../../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -ms-touch-action: none;
}


h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}

i,em{
    font-style: normal;
}
b,strong{
    font-weight: normal;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.clear:after{
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


/* input{ */
/*     -webkit-appearance: none; */
/* } */

#wrapper{
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
}
.wrapper {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
}
.pullUp {
    background:#fff;
    height:40px;
    line-height:40px;
    padding:5px 10px;
    font-weight:bold;
    font-size:14px;
    /*color:#888;*/
    color:#bbb;
    text-align: center;
}
.pullUp .pullUpLabel{
    display: inline-block;
}
.pullUp .pullUpIcon  {
    display:none;
    width:40px; height:40px;
    /*background:url(../../images/img/pull-icon@2x.png) 0 0 no-repeat;*/
    /*background:url("../../images/img/pull-icon@2x.png") -21px -25px no-repeat;*/
    /*background:url("../../images/pull-icon.png") -21px -25px no-repeat;*/
    /*background:url("../../images/pull-icon@2x (2).png") -21px -25px no-repeat;*/

    /*-webkit-background-size:40px 80px;*/
    /*background-size:40px 80px;*/
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:250ms;
    vertical-align: middle;
}
.scrollEnd .pullUpIcon{
    /*background:url("../../images/img/remind.png") no-repeat;*/
}
.pullUp .pullUpIcon  {
    -webkit-transform:rotate(-180deg) translateZ(0);
}

.pullUp.flip .pullUpIcon {
    -webkit-transform:rotate(0deg) translateZ(0);
}

.pullUp.loading .pullUpIcon {
    /*background-position:0 100%;*/
    /*-webkit-transform:rotate(0deg) translateZ(0);*/
    /*-webkit-transition-duration:0ms;*/

    /*-webkit-animation-name:loading;*/
    /*-webkit-animation-duration:2s;*/
    /*-webkit-animation-iteration-count:infinite;*/
    /*-webkit-animation-timing-function:linear;*/
    background-position:-21px -91px;
    -webkit-transform:rotate(0deg) translateZ(0);
    -webkit-transition-duration:0ms;
    -webkit-animation-name:loading;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}

@-webkit-keyframes loading {
    from { -webkit-transform:rotate(0deg) translateZ(0); }
    to { -webkit-transform:rotate(360deg) translateZ(0); }
}

.side-padd-lift li em {
    font-size: 20px;
    display: inline-block;
    width: 28px;
    text-align: center;
}
a,a:active,a:visited,a:hover{
    text-decoration: none;
}
.ui-loader{
    display: none;
}
.c-fa {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    width:150px;
    margin-left: -75px;
    padding: 10px 20px;
    font-size: .8rem;
    color: #fff;
    background-color: #323232;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    z-index: 1012;
    text-align:center;
}
/*.loading{
    font-size: 14px;
    color: #fff;
    height: 56px;
    padding: 1px 20px;
    line-height: 56px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 99999;
}*/
.lp-units-loading{
    font-size: 14px;
    color: #fff;
    padding: 0px 20px;
    line-height: 36px;
    height: 36px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 99999;
}
/*.addinfo{
    position:fixed;
    left:-80px;
    top: -200px;
    z-index: 900002;
}*/
.loading-bg{
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99998;
}
