#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 100;
}

#weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
    position: relative;
}

#weixin-tip .close {
    color: #fff;
    padding: 5px;
    font: bold 20px/24px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 0;
    left: 5%;
}

#weixin-tip .tip-text {
    color: #FFFFFF;
    width: 100%;
    font-size: 3em;
    font-family: "微软雅黑";
    float: right;
}

#weixin-tip img {
    src: "/assets/image/live_weixin.png";
    width: 100%;
}
.btn-down {
	border: 1px solid #3d9fe1;
	border-radius: 3px;
}
.down-word{
	height: 48px;
	width: 400px;
	text-align: left;
	color: #0a93d8;
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 2px;
	float: inherit;
	margin-left: 30px;
}
