*{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-family:微软雅黑;font-weight:normal;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#6C6C6C; text-decoration:none; }
img { border:none; display:block;}
ol,ul,li { list-style:none; }
table { border-collapse:collapse; }
.clearfix:after{content:""; display:block;clear:both;}
.clearfix{zoom:1;}
body{font-family:微软雅黑; font-size:1.4rem;}


html{
    font-size:62.5%;
}
body{
    background:#eee;
}
/* header #outside{
	width:5.2rem;
	height:3rem;
	margin-left: 1.2rem;
	padding-top: 1.3rem;
	overflow:hidden;
	float:left;
}
header p.area{
	width:6.4rem;
	font:1.6rem "微软雅黑";
	border:0;
	background: none;
	color:#fff;
}
header .upbtn {
    width: 1.5rem;
    height: 1.1rem;
    background: url(http://image.wap.inb123.com/header_select.png) no-repeat;
    background-size: cover;
    margin: -1.5rem 0 0 3.6rem;
} */
/*底部功能栏开始*/
.footer{
    width:100%;
    height:4.2rem;
    background:#fff;
    margin-top:0.8rem;
	position: fixed;
    bottom: 0;
}
.footer li{
    width:25%;
    height:4.2rem;
    float:left;
    border-top:solid 1px #ddd;
    border-left:solid 1px #ddd;
    box-sizing:border-box;
}
.footer li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.footer li:first-child{
    border-left:none;
}
.footer i{
    width:0.8rem;
    height:0.8rem;
    background:url(http://image.wap.inb123.com/footer_left.PNG) no-repeat;
    background-size:cover;
    float:left;
    margin:1.7rem 0.7rem 0 1.5rem;
}
.footer p{
    font-size:1.4rem;
    color:#555;
    line-height:4.2rem;
}
/*底部功能栏结束*/

/* 顶部下载广告一开始 */
.download_1{
    width:100%;
    height:5rem;
    background:rgba(0,0,0,0.6);
}
.download_1.g-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.download_1 .left{
    width:15rem;
    height:3.6rem;
    padding:0.7rem 0 0 1rem;
    float:left;
}
.download_1 .logo{
    width:3.6rem;
    height:3.6rem;
    background:url(http://image.wap.inb123.com/110p.png) no-repeat;
    background-size:cover;
    float:left;
    margin-right: 0.5rem;
}
.download_1 h2{
    font-size:1.4rem;
    color:#fff;
    float:left;
    width:10rem;
}
.download_1 .left p{
    font-size:1.1rem;
    color:#fff;
    margin-top:0.1rem;
    width:10rem;
    float:left;
}
.download_1 .close,.download_1 .btn{
    float:right;
    display:block;
}
.download_1 .close{
    width:1.4rem;
    height:1.4rem;
    background:url(http://image.wap.inb123.com/cha.png) no-repeat;
    background-size:100% 100%;
    margin:1.8rem 1rem 0 1rem;
}
.download_1 .btn{
    width:6.6rem;
    height:2.8rem;
    background:#f74040;
    border-radius: 0.3rem;
    line-height:2.8rem;
    text-align:center;
    font-size:1.2rem;
    color:#fff;
    margin-top:1.1rem;
}

/* 顶部下载广告一结束 */

/* 底部下载栏开始 */
.download_2{
    width:100%;
    height:4rem;
    background:#f67373;
    margin-top:1.2rem;
	margin-bottom: 5rem;
}
.download_2 a{
	display: block;
    font-size:1.3rem;
    color:#fff;
    text-align:center;
    line-height:4rem;
	text-decoration: none;
}
/* 底部下载栏结束 */
article {
    width: 100%;
    min-height: 40rem;
}
p.none {
    margin: 2rem 0;
    text-align: center;
}
/* 下拉刷新 */
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
	color: #333;
    height: 3rem;
    line-height: 3.6rem;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    margin: 0.5rem;
    border: 0.24rem solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: transparent !important;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* 下拉刷新结束 */
/* 红包 */
img.redpack-icon {
    width: 8rem;
}
.redpack {
    position: fixed;
    display: inline-block;
    bottom: 5rem;
    right: 0;
    z-index: 1400;
}
.bg{
	background-color: rgba(0,0,0,.3);
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.redpack-container{
	display:none;
}
a.redpack-open {
    position: fixed;
    width: 27rem;
    height: 36rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1400;
    background: url(http://image.wap.inb123.com/redpack/h5hb5.png) no-repeat 50%;
    background-size: cover;
}
i.redpack-close {
    width: 4rem;
    height: 3rem;
    background: url(http://image.wap.inb123.com/redpack/h5hb3.png) no-repeat 50%;
    background-size: 17px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}