@charset "UTF-8";
.cell-tip{
     display: inline-block;
     padding:2px 5px 3px 5px;
     background-color:#fa8b1f;
     -webkit-border-radius:4px;
     -moz-border-radius:4px;
     border-radius:4px;
     color:#fff;
    line-height: 12px;
 }
.cell-right{
    float: right;
    margin-right:10px;
}
.cell-right b {
    float: left;
    height: 23px;
    font-size: 14px;
    line-height: 25px;
}
.cell-ul{
    width:90.4%;
    display: inline-block;
    margin:0 auto;
}
.cell-li{
    width:33.3333%;
    height:auto;
    text-align: center;
    float: left;
    display: inline-block;
}
.cell-number{
    width:100%;
    color:#007aff;
    display: inline-block;
    font-size:24px;
    line-height:24px;
}
.cell-p{
    width:100%;
    font-size:14px;
    line-height:14px;
    color:#353535;
    margin-top:8px;
}
.cell-link-ul{
    width:100%;
    height:auto;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding-top: 10px;
}
.cell-link-bg{
    width:95%;
    height:auto;
}
.cell-link{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display: inline-block;
}
.cell-link-a{
    width:50%;
    height:100%;
    float: left;
}
.cell-head{
    width:100%;
    height:35px;
    background-color:#00a1e9;
}
.cell-head-icon{
    width:24px;
    height:24px;
    background:url("../../lib/images/dianhua.png") no-repeat center center;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    float: left;
    margin-top:5px;
    margin-left:15px;
}
.cell-head-label{
    display: inline-block;
    float: left;
    color:#fff;
    height:100%;
    line-height:35px;
    margin-left:4px;
}
.cell-head-a{
    display: inline-block;
    padding:0 5px;
    height:25px;
    line-height:25px;
    border:1px solid #fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float: right;
    margin-right:5px;
    margin-top:5px;
    color:#fff;
    text-align:center;
    font-size: 15px;
    text-decoration:none!important;
    color: #fff!important;
    outline: none!important;
}
.main-home-div{
	width:100%;
	height:12px;
	position: absolute;
	bottom:-6px;
	left:0;
	background-color:#fff;
}
.qr-imgShow{
    width:100%;
    height:100%;
    position:fixed;
    top:0;left:0;
    z-index:10000;
    text-align:center;
    background-color:rgba(0,0,0,0.5);
}
.qr-imgBody{
    display: inline-block;
}
.par-btn{
    width:80%;
    margin:30px auto;
    height:15px;
    line-height:15px;
    padding:15px 0;
    display: inline-block;
    background-color:#00a1e9;
    border-radius: 4px;
    color:#fff;
    text-align: center;
    /*-webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;*/
}


.cell-hide{
    display: none;
}