﻿

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family:'microsoft yahei';
    }
body{
	font-size: 12px; 
	font-family:'microsoft yahei';
	background: #f5f5f5;
	color: #383E43;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,
canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,
fieldset,figcaption,
figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,
iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,
p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,
table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,
video,input,textarea{
	margin:0;
	padding:0;
	border:0;
    vertical-align:baseline;
    word-wrap:break-word;
    background: transparent;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
button,input,select,textarea{
	outline:none;
	border: none;
	background: none;
}
textarea{
	resize:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
li,ol,ul{list-style:none;}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
b,strong{font-weight:700}
i,em{font-style: normal;}
img{
	
    vertical-align:middle;
    border:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
}

p{
	font-size: 100%;
	line-height: 100%;
}
a{ color:#383E43;
   text-decoration:none;
   outline: none;
}
a:focus {outline: 0;}
a:active{border: none;}

	
/*清浮动*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix{
	zoom:1;
}

.fr{float:right!important}
.fl{float:left!important}
/*弹出框*/
.MLalertBox{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	text-align: center;
	z-index: 11111;
	top: 0px;
	left: 0rem;
	background: rgba(0,0,0,0) no-repeat;
}
.MLalert{
	display: block;
	position: fixed;
	top: 2.05rem;
	max-width: 2.5rem;
	left: auto;
	height: auto;
	padding: 0 .05rem;
	background: rgba(0,0,0,0.7);
	border-radius: 0.05rem;
}
.MLalert font{
	max-width: 2.3rem;
	text-align: center;
	display: inline-block;
	font-size: 0.14rem;
	padding: .15rem 0.1rem;
	line-height: 0.25rem;
	color: #fff;
}
.tips2{width: 100%; background: rgba(0,0,0,0.4);font-size: 0.14rem; line-height: .25rem; position: fixed; bottom: 0px; display: inline-block; text-indent: .15rem; color: #fff; z-index: 11111111;}
/*弹窗样式*/
.promptBox{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
}

.message{
	width: 2.5rem;
	min-height: 1.4rem;
	background: #fff;
	border-radius: 0.08rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.25rem;
	margin-top: -0.75rem;
}

.message h2{
	font-size: 0.18rem;
	color: #323232;
	margin: 0.2rem 0 0.23rem;
	text-align: center;
	font-weight: bold;
}


.message p{
	text-align: center;
	font-size: 0.14rem;
	color: #323232;
	margin-bottom: 0.25rem;
}

.message .messageSure{
	padding: 0.125rem;
	border-top: 1px solid #e1e1e1;
	color: #3d87f7;
	font-size: 0.16rem;
	line-height: .16rem;
	display: block;
	text-align: center;
}

.ui-loader-default{ display:none} .ui-mobile-viewport{ border:none;} .ui-page {padding: 0; margin: 0; outline: 0} 

/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width:1000px;
    margin: 50px auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.frame,
.events_log {
    position: relative;
   
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
    position: relative;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.slides {
    display: inline-block;
}

.simple li,
.rewind li,
.events li {
    width: 270px;
    margin-right: 10px;
}

.percentage .slides {
    display: block;
}

.percentage .frame {
    width: 87.452%;
}

.percentage li {
    width: 100%;
}

.variablewidth li {
    width: 280px;
    margin-right: 10px;

}

.multipleelements li, .multislides li, .ease li {
    width: 60px;
    margin-right: 10px;
}

.simple li:last-child,
.rewind li:last-child,
.events li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/left.png) no-repeat center center;
    margin-top: -19px;
    display: block;
    cursor: pointer;
    z-index:100;
}

.next {
    right: 0;
    background: url(../images/right.png) no-repeat center center;
    
}

.prev {
    left: 0;
}



.events_log {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #d2d2d2;
    margin-top: -20px;
    margin-bottom: 20px;
}

.events_log > span {
    display: none;
}

.events_log > span:nth-last-child(-n+5) {
    display: block;
}

/*@media screen and (min-width: 640px ) {
    /**
     * Demo Page Styles
     */
    /*.examplecode, .frame, .events_log {
        width: 580px;
    }

    .testscreen {
        width: 500px;
    }

    table {
        width: 580px;
        margin: 0 auto;
    }

    tr {
        padding: 0;
    }

    /**
     * Slider specific styles
     */

    /*.slider {
        width: 1311px;
        margin: 0 auto 20px;
    }

    .simple li,
    .rewind li,
    .events li {
        width: 580px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 130px;
        margin-right: 20px;
    }
}*/

/*@media screen and (min-width: 980px ) {
    /**
     * Demo Page Styles
     */

    /*.examplecode {
        width: 880px;
    }

    /**
     * Slider specific styles
     */

    /*.slider {
        width: 980px;
        margin: 0 auto 20px;
    }

    .frame,
    .events_log {
        width: 880px;
    }

    .simple li,
    .rewind li,
    .events li {
        width: 880px;
    }

    .variablewidth li {
        width: 280px;
        margin-right: 10px;
    }

    .multipleelements li, .multislides li, .ease li {
        width: 205px;
        margin-right: 20px;
    }
}*/