@charset "utf-8";
/* by 寻云 2013-9 */
/* 悬浮的二维码*/
.erweima {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    bottom: 40%;
    color: #666666;
    /*overflow: hidden;*/
    padding: 5px 8px;
    position: fixed;
    right: 10px;
    width: 85px;
    z-index: 9999990;
}
.erweima .hd1 {
	text-align:center;
    line-height: 20px;
    margin-bottom: 5px;
}
.erweima .bd img {
    height: 85px;
    margin-bottom: 2px;
    vertical-align: top;
    width: 85px;
}
.erweima .app-close {
    height: 7px;
    position: absolute;
	display:block;
    right: 0px;
	*bottom:-10px;
    /*top: 11px;
    width: 8px;*/
    z-index: 2;
}
.erweima .app-close .ico-fork {
    background-position: -132px -52px;
}
.erweima .link {
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 85px;
    z-index: 1;
}

.client_mask {
    bottom: 0;
    height: 265px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10001;
}
.mask {
    background-color: #000000;
    bottom: 0;
    height: 230px;
    left: 0;
    opacity: 0.72;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.main_ {
    color: #FFFFFF;
    height: 265px;
    left: 50%;
    margin-left: -545px;
    position: relative;
    width: 990px;
    z-index: 200;
}
/*微信*/
.weixin {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    bottom: 40%;
    color: #666666;
    /*overflow: hidden;*/
    padding: 5px 8px;
    position: fixed;
    left: 10px;
    width: 85px;
    z-index: 9999990;
}
.weixin .hd1 {
	text-align:center;
    line-height: 20px;
    margin-bottom: 5px;
}
.weixin .bd img {
    height: 85px;
    margin-bottom: 2px;
    vertical-align: top;
    width: 85px;
}
.weixin .app-close {
    height: 7px;
    position: absolute;
	display:block;
    right: 0px;
	*bottom:-10px;
    /*top: 11px;
    width: 8px;*/
    z-index: 2;
}
.weixin .link {
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 85px;
    z-index: 1;
}
.t{ width:85px; text-align:center; display:block;}
