
#AppShareBox {
    display:none;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.llx-title {
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e6e6e6 solid;
    color: #666666;
    background: #fff;
}

.llx-title p{margin:1% 3%;/* 1% 3%;*/}

.llx-fx {
    height: auto;
    overflow: hidden;
    background: #fff;
	clear:both;
}

.llx-fx ul {
    list-style: none;
	margin:0;
}


.llx-fx li {
    text-align: center;
    font-size: 12px;
    color: #343434;
    float: left;
    list-style: none;
    margin-bottom: 3%;
	margin-top: 3%;
	width:25%;
	margin-left:6%;
	
}

.llx-fx li p {
    text-shadow: none;
}

.llx-fx li a {
    color: #343434;
    text-decoration: none;
    cursor: pointer;
}

.llx-fx li a span img{
    width:55%;
	border:none;
	margin:8px auto;
}


.llx-fx img {
    margin-bottom: 6%;
}

.mt0{margin-top:0;}
.mb0{margin-bottom:0;}



.TabNote a.share-btn{padding-left:15px;padding-right:15px;color:#e4393c;border:1px solid #e4393c;border-radius: 20px;font-weight: 500;position: relative;margin-left:49%;padding-top:2px;padding-bottom:2px;} 