﻿
#footer{
    position: fixed;
    height:45px;
    width: 100%;
    /* Firefox */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5a00,endColorstr=#913300,grandientType=0);
    bottom:0;
    z-index:500;
}
#footer ul{width:100%;height:45px;line-height:45px;list-style:none;}

#footer ul li a{
    width:100%;
    height:45px;
    display:block;
text-decoration:none;
}
#footer ul li a:hover{
text-decoration:none;

}
#footer ul li dl{
    width:auto;
    margin:0 auto;
    text-align:center;
	list-style:none;
}

#footer ul li dt {
    line-height:25px;
    padding-top:2px;
    font-size:25px;
list-style:none;
}
#footer ul li dd{
    width:auto;
    height:20px;
    font-size:12px;
    margin:0;
    line-height:20px;
    overflow:hidden;
	list-style:none;
}
#footer ul li dd {
color: #fff;
}
#footer ul li dt {
color: #fff;
}
/*按钮模块*/
.mod-button{
    padding: 10px;
    position: relative;
}
.mod-button a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}

.icon-home-2:before {
content: "\e604";
}
.icon--27:before {
content: "\e62a";
}
.icon--12:before {
content: "\e609";
}

.icon-uniE620:before {
content: "\e620";
}

/*button 按钮小图标*/
.font-ico{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.masker,.shareMasker {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    visibility: hidden;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
}


.shareclass {
    cursor: pointer;
    background-color: #FFFFFF;
}

.shareBtn ul {
    display: -webkit-box;
    position:relative;
    padding-left:20px;
}

.shareBtn ul li {
    height: 44px;
    line-height: 44px;
    -webkit-box-flex: 1.0;
    /*text-indent: 10px;
    margin-left : -7px;*/
}
.shareBtn ul li span {
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    width: 34px;
    background-position-y: 8px;
}
.shareBtn ul ul{
    -webkit-box-flex:2.0;
    margin: 3px;
}
.share-qzone,.share-sinaweibo,.share-renren,.share-qqweibo{
	font-size:34px;
	display:block;
	width:34px;
	height:46px;
	line-height:46px;
}
.share-qzone {   
	color:#D72C2B;
}

.share-sinaweibo {
    color:#20C7E5;
}

.share-renren {
    color:#A2D712;
}

.share-qqweibo {
    color:#42ADFF;
}
.share-cancel {
    padding: 8px;
    background-color: #F0F0F0;
}

.share-cancel-btn {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #E1E1E1;
	    text-decoration:none;
	color:#333;
}
a.share-cancel-btn:hover{
    text-decoration:none;
	color:#333;
}

.share-tool {
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
}
.share-item{
    -webkit-box-flex:1.0;
    padding: 5px;
}
.share-item dl{
    display: -webkit-box;
}
.share-item dl dd{
    -webkit-box-flex: 1.0;
    height: 60px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.share-item dl dd a{
    display: inline-table;
    width: 85px;
    height: 40px;
    background: url('../images/share_popupx.png');
    font-size: 12px;
	line-height: 40px;
	color:#333;
	   text-decoration:none;
}
.share-item dl dd a:hover{
    text-decoration:none;
	color:#333;
}
.share-item dl dd a.sinashare-item{
    background-position: 23px 0;
}
.share-item dl dd a.sinashare-item:before{
    content: '新浪微博';
}
.share-item dl dd a.qqweiboshare-item{
     background-position: -177px 0;
 }
.share-item dl dd a.qqweiboshare-item:before{
    content: 'QQ微博';
}
.share-item dl dd a.mail-item{
    background-position: -277px -100px;
}
.share-item dl dd a.mail-item:before{
    content: '邮件';
}
.share-item dl dd a.sms-item{
    background-position: -77px -100px;
}
.share-item dl dd a.sms-item:before{
    content: '短信';
}
.share-item dl dd a:before{
    margin-top: 25px;
    display: inline-block;content: 'QQ微博';
}



