.pmask {
		width: 100%;
		height: 100%;
		position: fixed;
		_position: absolute;
		left: 0;
		top: 0;
		background: #000;
		opacity: .5;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		z-index: 2000000000;
	}
	.ww-slideCode {
		position: fixed;
		z-index: 3000000000;
		left: 50%;
		width: 480px;
		margin-left: -190px;
		top: 50%;
		margin-top: -153px;
		padding: 10px;
		background-color: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 0 5px #ddd;
		font-family: "Microsoft Yahei";
	}
	.ww-slidebar {
		width: 100%;
		position: relative;
		height: 30px;
		padding: 5px 0;
	}
	.ww-slidebg {
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-color: #f1f1f1;
		border-radius: 15px;
		text-align: center;
		font-size: 14px;
		color: #aaa;
	}
    .slider-btn {
		position: absolute;
		z-index: 20;
		left: 0px;
		top: -7px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: #fff url(https://image.wine-world.com/images/picverificationico.png) no-repeat center center;
		background-position: 12px -210px;
		background-color: rgb(255, 255, 255);
		background-size: auto;
		box-shadow: 0 0 4px #bbb;
		border: 1px solid #bbb;
    }
    .ver-tips i {
        display:inline-block;
        width:22px;
        height:22px;
        vertical-align:top;
        background-image: url(https://image.wine-world.com/images/picverificationico.png);
        background-position: 12px -33px;
    }
	.ww-slidetit {
		width: 100%;
		height: 30px;
		padding-bottom: 10px;
		overflow: hidden;
		line-height: 30px;
	}
	.ww-slabel {
		float: left;
		font-size: 16px;
	}
	.ww-sclosed {
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		background: url(https://image.wine-world.com/images/to-closed.png) no-repeat center center;
		cursor: pointer;
	}
	.ww-refresh {
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		background: url(https://image.wine-world.com/images/refresh.png) no-repeat center center;
		cursor: pointer;
	}
    .verBox {
        width:100%;
        text-align:center;
        left:404px;
        top:0;
        opacity:1;
        transition:all 0.8s;
        padding-top:30px;
    }
    .ver-tips {
        position:absolute;
        left:0;
        bottom:-22px;
        background:rgba(255,255,255,0.9);
        height:22px;
        line-height:22px;
        font-size:12px;
        width:100%;
        margin:0;
        text-align:left;
        padding:0 8px;
        transition:all 0.4s;
    }
    .slider-tips {
        bottom:0;
    }
    .ver-tips span {
        display:inline-block;
        vertical-align:top;
        line-height:22px;
        color:#455;
    }
    .active-tips {
        display:block;
    }

    .hidden {
        display:none;
    }
    .re-btn {
        position:absolute;
        left:0;
        bottom:0;
        height:28px;
        padding:0 16px;
    }
    .re-btn a:hover {
        background-position: 0 -1193px;
    }