a {
	text-decoration: none;
}

input {
	outline: none;
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	overflow: hidden;
}

i.icon {
	display: inline !important;
}

.content {
	position: absolute;
	width: 100%;
	min-height: 100%;
	overflow-y: auto;
}

.VIP_index-head {
	position: relative;
	width: 100%;
	height: 213px;
	background: url(../images/VIPHeadBG.png) no-repeat;
	background-size: 100%;
}

.banner_list svg {
	width: 1.5em;
	height: 1.5em;
}

.banner_list>ul {
	/* display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around; */
	overflow: hidden;
	height: 100%;
	padding: 0 10px;
}

.banner_list>ul>li {
	float: left;
	width: 25%;
	text-align: center;
	list-style: none;
}

.banner_list>ul>li>a {
	text-decoration: none;
	color: #333;
}

.banner_list>ul>li>a>p {
	font-size: 12px;
}

.banner_collect>a>img {
	width: 45px;
	height: 40px;
}

.newinvit {
	width: 20px;
	height: 20px;
}

.newQingjian,
.VIPIMG {
	width: 1.5em;
}


/*会员中心公用导航栏*/

.VIP-head {	
	background: url(../images/VIP_headBG.png) no-repeat;
	background-size: 100%;
	background-position: center 0;
	padding: .7em 0;
	position: relative;
	z-index: 9;
	width: 100%;
	overflow: hidden;
}

.VIP-head a,
.VIP-head a:active,
.VIP-head a:visited {
	color: #FFF;
	text-decoration: none;
}
.VIP-head li{
	float: left
}

.VIP-return {
	color: white;
	width: 50%;
	text-align: left;
	padding-left: 0.5em;
	font-size: 0.8em;
}

.VIP-return i {
	font-size: .9em;
}


.VIP-name {
	color: white;
	text-align: right;
	width: 50%;
	padding-right: .5em;
	font-size: 1em;
}


/*会员中心公用导航栏*/

.emitCnt {
	position: absolute;
	width: 100%;
	min-height: 100%;
	overflow-y: auto;
	background: #ececec;
	padding-bottom: 3em;
}

.HBNav {
	overflow: hidden;
}
.HBNav>div{
	float: left;
}
.HBNav div {
	padding: .41em;
	text-align: center;
	width: 50%;
	border: 3px solid transparent;
}

.HBNav-out span {
	color: white;
	padding: .5em;
}

.HBNav-span1 {
	border-bottom: 2px solid #fcd299;
}

.HBNav-out span:hover>.HBNav-out {
	display: block;
}

.HBNav-in span {
	color: white;
	padding: .5em;
}

.HB-in {
	display: none;
}

.HBHead {
	background: url(../images/VIPHeadBG.png);
	background-size: 100%;
}


/*公用导航结束*/


/*公用弹窗与页脚 S*/


/* 验证码错误提示框 */

.authErrorBox {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
}

.colse-authBox {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.auth-error {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: .5em;
	color: #ff2b2d;
	background: #fff;
}


/* 绑定方式提示框*/

.bindModeBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}

.bindMode-box {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	background: #f3f5f6;
}

.bindMode-close {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.bindMode-box li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
}

.bindMode-box li svg {
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
}

.bindMode-title {
	padding: 1.15em !important;
	color: #333 !important;
}

.bindMode-cancel {
	margin-top: .5em;
}


/* 删除提示框 S */

.bindDelBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	display: none;
	overflow: hidden;
}

#bindDel-box {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	transition: all 1s linear;
}

.bindDel-close {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

#bindDel-box li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
	color: #ef0101;
}

#bindDel-box li svg {
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
}

/* 选择编辑器提示框 S */

.editBox {
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	bottom: 0;
	display: none;
	overflow: hidden;
}

#edit-box {
	position: absolute;
	z-index: 10000;
	bottom: 0;
	width: 100%;
	transition: all 1s linear;
}

.edit-close {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

#edit-box li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
}

#edit-box li svg {
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
}

.discount-ok {
	color: #07ab26 !important;
}

.discount-no {
	color: #ef0101 !important;
}

.bindDel-title {
	padding: 1.15em !important;
}

.bindDel-cancel {
	color: #666 !important;
	margin-top: .5em;
}

#bindDel-box li:hover {
	color: #ef0101;
}


/* 删除提示框 E */


/*绑定手机提示框 */

.bind-phoneBox {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	background: #f3f5f6;
}

.bind-phoneBox ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1px;
	padding: .6em;
	background: #fff;
	color: #666;
}

.bindMode-now {
	color: #ec1f2e !important;
}


/* 优惠券使用弹窗 S*/

.discountBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	display: none;
	overflow: hidden;
}

.discount-close {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

#discount-box {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	transition: all 1s linear;
}

.discount-box1 {
	bottom: 0 !important;
}

#discount-box li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
}

.discount-title {
	padding: 1.15em !important;
}

.discount-cancel {
	margin-top: .5em;
}


/* 优惠券使用弹窗 E*/


/* 数据展开 S*/

.invitDataBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	display: none;
	overflow: hidden;
}

.invitData-close {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

#invitData-box {
	position: absolute;
	z-index: 2;
	bottom: -0px;
	width: 100%;
	transition: all 1s linear;
}

#invitData-box li {	
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
	overflow: hidden;
}
#invitData-box li>div{
float: left;
}
.invitData-ok {
	
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
	margin-top: .5em;
}

.invitData-li-tit {
	display: inline-block;
	width: 5em;
	text-align: right;
	color: #666666;
}

.invitData-li-cnt {
	color: #333333;
}

#invitData-box li p {
	float: right;
	font-size: .75em;
	color: #0c64db;
}


/* 数据展开 E*/


/* 微信中 分享 S*/

.WXtransmitBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	display: none;
}

.transmitImg {
	position: absolute;
	width: 80%;
	top: 1em;
	right: 1em;
}

.shareBox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	-o-justify-content: center !important;
	justify-content: center !important;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 57%;
}

.shareBox div:nth-child(1) {
	width: 6em;
	margin-right: 10%;
	font-size: .75em;
	color: white;
}

.shareBox div:nth-child(2) {
	width: 6em;
	/*margin-right: 10%;*/
	font-size: .75em;
	color: white;
}

.shareBox div img {
	width: 100%;
}


/* 微信中分享  E*/


/* 浏览器中分享 S*/

.browserTransmitBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	display: none;
}

.showMore {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	display: none;
}

.showMore .card {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	width: 55%;
	text-align: center;
}

.browserTransmitBox img {
	position: absolute;
}

.browserImg1 {
	width: 55%;
	top: 0;
	right: 0;
	animation: browserImg1 800ms linear;
	-webkit-animation: browserImg1 800ms linear;
	-moz-animation: browserImg1 800ms linear;
	-ms-animation: browserImg1 800ms linear;
	-o-animation: browserImg1 800ms linear;
}

@keyframes browserImg1 {
	0% {
		opacity: 0;
		top: -100%;
		right: -100%;
	}
	100% {
		opacity: 1;
		top: 0;
		right: 0;
	}
}

.browserImg2 {
	width: 20%;
	top: 30%;
	animation: browserImg2 800ms linear;
	-webkit-animation: browserImg2 800ms linear;
	-moz-animation: browserImg2 800ms linear;
	-ms-animation: browserImg2 800ms linear;
	-o-animation: browserImg2 800ms linear;
}

@keyframes browserImg2 {
	0% {
		opacity: 0;
		top: 60%;
		left: -100%;
	}
	100% {
		opacity: 1;
		left: 0;
		top: 30%;
	}
}

.browserImg3 {
	width: 93%;
	bottom: 0;
	left: 0;
	animation: browserImg3 800ms linear;
	-webkit-animation: browserImg3 800ms linear;
	-moz-animation: browserImg3 800ms linear;
	-ms-animation: browserImg3 800ms linear;
	-o-animation: browserImg3 800ms linear;
}

@keyframes browserImg3 {
	0% {
		opacity: 0;
		bottom: -100%;
		left: -100%;
	}
	100% {
		opacity: 1;
		bottom: 0;
		left: 0;
	}
}

.browserImg4 {
	width: 13%;
	top: 70%;
	right: 0;
	animation: browserImg4 800ms linear;
	-webkit-animation: browserImg4 800ms linear;
	-moz-animation: browserImg4 800ms linear;
	-ms-animation: browserImg4 800ms linear;
	-o-animation: browserImg4 800ms linear;
}

@keyframes browserImg4 {
	0% {
		opacity: 0;
		top: 100%;
		right: -100%;
	}
	100% {
		opacity: 1;
		right: 0;
		top: 70%;
	}
}

.TowCodeBox {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 30%;
	width: 55%;
	text-align: center;
}

.TowCode {
	width: 100%;
	top: 50%;
	text-align: center;
	background: white;
	padding: 1em;
	margin-bottom: 1em;
	border-radius: 5px;
}

.TowCode p {
	margin-top: .1em;
	font-weight: bold;
	color: #ff0000;
}

.TowCode img {
	position: relative;
	width: 100%;
}

.closeBrowser {
	font-size: 2em;
	color: white;
}


/* 浏览器中分享 E */


/* 更多展开 S */

.setMore, .setMoreSettingShow {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	display: none;
	overflow: hidden;
}

.setMore-close {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

#setMore-box {
	position: absolute;
	z-index: 2;
	bottom: -0px;
	width: 100%;
}

#setMore-box li {
	margin-top: 1px;
	text-align: center;
	padding: .8em;
	background: white;
	overflow: hidden;
}
#setMore-box li>span{
	float: left;	
}
#setMore-box li>div{
	float: right;
	
}
.setMore-tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	-o-justify-content: center !important;
	justify-content: center !important;
	text-align: center;
	padding: 1.15em !important;
}

.setMore-ok {
	margin-top: .5em !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	-o-justify-content: center !important;
	justify-content: center !important;
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
	margin-top: .5em;
}


/* 更多展开 E */


/* S 弹窗公用 */

.popupBox {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	bottom: 0;
	/*display: none;*/
	overflow: hidden;
}

.popup-close {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.popup-box {
	position: absolute;
	z-index: 2;
	bottom: 118px;
	width: 100%;
}

.popup-box li {
	margin-top: 1px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	/*水平*/
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	/*垂直居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	padding: .8em;
	background: white;
}

.popup-Center {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	-o-justify-content: center !important;
	justify-content: center !important;
}

.popup-tit {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	-o-justify-content: center !important;
	justify-content: center !important;
	text-align: center;
	padding: 1.15em !important;
}

.popup-ok {
	margin-top: .5em !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	-o-justify-content: center !important;
	justify-content: center !important;
	text-align: center;
	margin-bottom: 1px;
	padding: .8em;
	background: #fff;
	color: #666;
	margin-top: .5em;
}


/* 弹窗公用 E */


/* 页脚 */

.footer {
	position: absolute;
	font-size: .75em;
	color: #333;
	bottom: 0;
	width: 100%;
	padding: 1.5em;
	text-align: center;
}


/* 公用弹窗与页脚 E*/

@media screen and (max-width:320px) {
	.VIP_index-head {
		position: relative;
		width: 100%;
		height: 182px;
		background: url(../images/VIPHeadBG.png) no-repeat;
		background-size: 100%;
	}
}

@media screen and (min-width:375px) and (max-width:413px) {
	.VIP_index-head {
		position: relative;
		width: 100%;
		height: 213px;
		background: url(../images/VIPHeadBG.png) no-repeat;
		background-size: 100%;
	}
}

@media screen and (min-width:413px) {
	.VIP_index-head {
		position: relative;
		width: 100%;
		height: 235px;
		background: url(../images/VIPHeadBG.png) no-repeat;
		background-size: 100%;
	}
}
.HBNav-oney{
	width: 100% !important;
}
/*客服弹窗*/
.kefu_dialog .dialog-close-action {
	display: inline-block;
	font-size: 35px;
	color: #888;
	transform: rotate(45deg);
}
.shadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

.dialog-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 90%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	max-width: 640px
}
.dialog-action {
	padding: 3px 10px 5px 5px;
	text-align: right;
	cursor: pointer
}
.dialog-close-action, .dialog-close-img {
	display: inline-block;
	font-size: 30px;
	color: #888;
	cursor: pointer;
}

.dialog-close-action img, .dialog-close-img img {
	width: 1rem;
	height: 1rem;
	display: block
}
.dialog-content-qrcode-image {
	margin: 0 auto 20px;
	width: 60%;
	box-shadow: 0 0 1.5rem #ddd;
	padding: 20px;
}

.dialog-content-qrcode-image p {
	font-size: 12px;
	padding-bottom: 10px;
	color: #444;
}

.dialog-content-qrcode-image img {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.dialog-content-explain {
	margin-bottom: 10px;
	font-size: 12px;
	color: #707070;
}

.dialog-content-explain span {
	color: #4ec7ff
}
.dialog-content-explain li {
	font-size: 12px;
	color: #ababab;
	margin-top: 6px;
	text-align: left;
	line-height: 20px;
}
.wximg p {
	font-size: 12px;
	padding-bottom: 10px;
	color: #444;
}