.vip{padding: 10px 0px;margin: 10px 0 0 0;width: 100%;min-height: 400px;font-size:0px;}

.vip-header{width:100%;height: 0px;}

.vip-body{margin-top: 30px;height: 200px;width: 100%;}

.text1{padding-left:30px;}

.text2{padding-left:30px;}

.text3{padding-left:20px;}

.text4{padding-left:30px;}

.pay{margin-left:2px;}

.vip-container input[type="radio"]:checked+label {
	color: #e91e63;
    border-color: #e91e63;
}

.vip-container label {
    width: 200px;
    padding: 40px;
    margin: 10px;
    display: block;
    position: relative;
    text-align: center;
    font-size: 20px;
    border-radius: 6px;
    line-height: 18px;
    border: 1px solid #005980;
    background-color: #fff;
}
.btnpay .btn+.btn {
    margin-bottom: 0;
    margin-left: 0px;
    width:68px;
}
#publish{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -50px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#publish .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#publish:hover .mask{
	display:block;
}
#clientchat{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -100px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 150px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#clientchat .mask{
	position:fixed;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#clientchat:hover .mask{
	display:block;
}
#back {
    background: url(../img/icons.png)left top no-repeat;
    background-position:left -150px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 666;
    cursor: pointer;
    overflow: hidden;
}
#back .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#back:hover .mask{
	display:block;
}
.mask h4{
	padding-top: 0px !important; 
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}