/* 信息弹出框 */
		div.signMsg{
		    position: fixed;
		    width: 100%;
		    height: 100%;
		    top: 0;
		    background: rgba(0,0,0,.5);
		    display: none;
		}
		div.signMsg div{
		    width: 400px;
		    height: 360px;
		    background: url(../img/modal.png) no-repeat;
		    position: absolute;
		    transform: translate(-50%,-50%);
		    left: 50%;
		    top: 50%;
		}
		div.signMsg span{
		    position: absolute;
		    width: 50px;
		    height: 50px;
		    right: 0;
		    top: 0;
		}
		div.signMsg p.modalTitle{
		    color: #bcaf82;
		    font-size: 24px;
		    margin-top: 163px;
		    line-height: 1;
		    margin-bottom: 15px;
		}
		div.signMsg p.modalMsg{
			font-size: 14px;
			color: #000;
			text-align: left;
			padding: 0 30px;
		}