	.wx_tz{
		width: 276px;
		height: 324px;
		position: relative;
		background: #fff;
		z-index: 100000;
		margin: 8px;
	}
	.wx_login_ewm{
		width: 100%;
		height: 30px;
		cursor: move;
	}
	.wx_login_ewm p{
		float: left;
		margin-left: 10px;
	}
	.wx_login_ewm div{
		float: right;
		width: 20px;
		height: 20px;
		background: #ccc;
		margin: 5px 10px;
		text-align: center;
		line-height: 20px;
		font-size: 16px;
		border-radius: 2px;
		background: url(http://bbs.zhue.com.cn/static/image/common/cls.gif) no-repeat;
		background-size: 100% auto;
		cursor: pointer;
	}
	.wx_login_ewm div:hover{
		background-position: 0px -20px;
	}
	.wx_login_ewm h4{
		clear: both;
	}
	.wx_ewm_s{
		width: 252px;
		height: 252px;
		margin-left: 12px;
	}
	.wx_top{
		position: absolute;
		top:-8px;
		left: 0;
		width: 100%;
		height: 8px;
		background: #000;
		opacity: 0.2;
	}
	.wx_left{
		position: absolute;
		top: -8px;
		left: -8px;
		height: 340px;
		width: 8px;
		background: #000;
		opacity: 0.2;
	}
	.wx_right{
		position: absolute;
		top: -8px;
		right: -8px;
		height: 340px;
		width: 8px;
		background: #000;
		opacity: 0.2;
	}
	.wx_bottom{
		position: absolute;
		bottom: -8px;
		left: 0;
		width: 100%;
		height: 8px;
		background: #000;
		opacity: 0.2;
	}
	.wx_log_s{
		width: 100%;
		text-align:center;
		font-size: 14px;
		font-weight: bold;
		color: #F26C4F;
	}