@charset "utf-8";
/* CSS Document */
body {
    font:14px/1.5 "黑体", sans-serif;
    margin:0 auto;
    background-color: #f4f4f4;
    height:100%;
    max-width: 768px;
}
html{
    height:100%;
}
input {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration:none;
    color: #848484;
}
ul, li, h1, h2, dl, dt, dd, a, div, p {
    margin:0px;
    padding:0px;
}
a, a:visited {
    text-decoration:none;
}
img {
    border:0;
}
li {
    list-style-type:none;
}
.f-cb:after{
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    overflow:hidden;
    content:'.';
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #49cebe !important;
}
.scroller_vertical,
.scroller_horizontal {
    border-radius: 2.5px;
    background-color: rgba(0,0,0,.35);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    position: absolute;
    opacity: 0;
}
.scroller_vertical {
    width: 5px;
    right: 0;
}
.scroller_horizontal {
    height: 5px;
    bottom: -5px;
}
.vertical {
    overflow: hidden;
}
.topTab{
	line-height:1.2rem;
	border-bottom: solid 1px #dcdcdc;
	display:none;
}
.topTab ul{
	margin: 0 auto;
    width: 66%;
}
.topTab ul li{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
}
.topTab ul li:nth-child(2) a{
	color:#49cebe;
}
.topTab ul li:nth-child(2):after{
	content: '';
    display: block;
    background: #49cebe;
    bottom: 0;
    width: 1rem;
    left: 50%;
    position: absolute;
    margin-left: -0.5rem;
    height: 0.05rem;
}
.topTab ul li a{
	display:block;
	font-size: 0.45rem;
}
.top{
    width: 100%;
    max-width:768px;
    position: fixed;
    z-index: 999;
    line-height: 1.2rem;
    height:1.2rem;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
	display:none;
}
.top-back {
	display:none;
    position: absolute;
    padding: 0 0.5rem 0 0.5rem;
    line-height: 1.2rem;
}
.top-back img {
    height: 0.6rem;
    margin-top: 0.3rem;
}
.main{
    width: 100%;
    padding-top: 0rem;
}
.index-banner{
    position:relative;
    width:100%;
    padding-top:0rem;
	display:none;
}
.slide-img img{
    width: 100%;
}
.swiper-slide{
    overflow: hidden;
    text-align: center;
}
.slide-img{
    overflow: hidden;
    text-align: center;
}




.go-up {
    z-index: 900;
    position: fixed;
    right: 0;
    bottom: 0.5rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background-image: url(../images/icon-top.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-shadow: 0 0px 2px rgba(0,0,0,0.3);
    border-radius: 50%;
}

.refresh-btn {
    z-index: 900;
    position: fixed;
    right: 0;
    bottom: 1.8rem;
    width: 1rem;
    height: 1rem;
    border-radius:50%;
    cursor: pointer;
    background-image: url(../images/icon-indexRefresh.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    background-color:rgba(0,0,0,0.5);
    box-shadow: 0 0px 2px rgba(0,0,0,0.3);
}
.refresh-rotate{
    animation:refresh 2s;
    -webkit-animation:refresh 2s;
}
.refresh-btn img{
    width:100%;
}



.slide-mask {
    position: absolute;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}










@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-64px, 0);
        transform: translate(-64px, 0);
    }
    75% {
        -webkit-transform: translate(32px, 0);
        transform: translate(32px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes move-animation {
    0%{
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-64px, 0);
        transform: translate(-64px, 0);
    }
    75% {
        -webkit-transform: translate(32px, 0);
        transform: translate(32px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.dropload-down{
    position: relative;
    padding: 0 0 0.3rem 0;
    height:30px;
    text-align: center;
}
.dropload-refresh{
    font-size: 0.3rem;
}
.dropload-noData{
    font-size: 0.3rem;
}



@-webkit-keyframes refresh {
    0% {
        -webkit-transform: rotate(0deg);
        background-color:rgba(108,182,255,0.5);
    }
    25% {
        -webkit-transform: rotate(360deg);
        background-color:rgba(108,182,255,0.5);
    }
    55% {
        -webkit-transform: rotate(720deg);
        background-color:rgba(108,182,255,0.5);
    }
    70% {
        -webkit-transform: rotate(1080deg);
        background-color:rgba(108,182,255,0.5);
    }
    100% {
        -webkit-transform: rotate(1440deg);
        background-color:rgba(108,182,255,0.5);
    }
}

@keyframes refresh{
    0% {
        transform:rotate(0deg);
        background-color:rgba(108,182,255,0.5);
    }
    25% {
        transform:rotate(360deg);
        background-color:rgba(108,182,255,0.5);
    }
    50% {
        transform:rotate(720deg);
        background-color:rgba(108,182,255,0.5);
    }
    75% {
        transform:rotate(1080deg);
        background-color:rgba(108,182,255,0.5);
    }
    100% {
        transform:rotate(1440deg);
        background-color:rgba(0,0,0,0.5);
    }

}




@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
    75% {
        -webkit-transform: translate(16px, 0);
        transform: translate(16px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes move-animation {
    0%{
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@keyframes move-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    25% {
        -webkit-transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
    75% {
        -webkit-transform: translate(16px, 0);
        transform: translate(16px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.circle-loader {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -8px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.circle-loader .circle {
    -webkit-animation: move-animation 2.5s infinite;
    animation: move-animation 2.5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: absolute;
    left: 50%;
    top: 50%;
}
.circle-loader .circle-line {
    width: 16px;
    height: 6px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transform-origin: 4px 4px;
    transform-origin: 4px 4px;
}
.circle-loader .circle-line:nth-child(0) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.circle-loader .circle-line:nth-child(1) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.circle-loader .circle-line:nth-child(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.circle-loader .circle-line:nth-child(3) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.circle-loader .circle-line .circle:nth-child(1) {
    width: 2px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 1px;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.circle-loader .circle-line .circle:nth-child(2) {
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 2px;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.circle-loader .circle-line .circle:nth-child(3) {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 3px;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.circle-loader .circle-blue {
    background-color: #1f4e5a;
}
.circle-loader .circle-red {
    background-color: #ff5955;
}
.circle-loader .circle-yellow {
    background-color: #ffb265;
}
.circle-loader .circle-green {
    background-color: #00a691;
}
