:root {
	--be-border-epd: #4d8cb8;
	--be-bg-epd: #4d8cb8;
	--be-epd-t: #4d8cb8;
}

/** 下载页面 **/
.erphpdown-main {
	text-align: center;
}

.erphpdown-main .msg {
	text-align: center;
	padding: 30px 20px 50px;
}

.erphpdown-main .tit {
	display: none;
}

.erphpdown-main #erphpdown-download .link {
	padding: 13px 20px 14px;
	display: block;
	font-size: 14px;
	width: 160px;
	line-height: 1;
	background: var(--be-bg-epd);
	color: #FFF;
	border-radius: 5px;
	margin: 20px auto;
	text-align: center;
}

.erphpdown-main #erphpdown-download .link:hover {
	opacity: 0.8;
}

/** 签到 **/
.usercheck {
	float: right;
	border: none;
	font-size: 14px;
	background: transparent;
}

.usercheck i {
	margin: 0 5px 0 0;
}

.usercheck.active {
}

.ed-page-title {
	float: left;
	font-size: 15px;
	font-weight: 700;
	background: transparent;
}

.be-topup-submit {
	text-align: center;
	margin: 10px 0;
}

.be-topup-submit a {
	background: transparent;
	color: var(--be-body);
	font-weight: 700;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 5px;
	box-shadow: 0 0 0 1px var(--be-shadow);
}

.be-topup-submit a:hover {
	color: #fff;
	background: var(--be-bg-btn);
}

/** 信息 **/
@media only screen and (max-width: 768px) {
	.pagewrapper .personal-bg {
		min-height: 150px;
	}

	.pagewrapper .personal-bg img {
		width: 260% !important;
		max-width: 260% !important;
		min-height: 150px;
	}

	.pagewrapper .m-img {
		margin-top: -25px;
	}

	.pagewrapper .my-avatar img {
		width: 48px;
		height: 48px;
		padding: 2px;
		border: 1px solid #e7e7e7;
	}

	.pagewrapper .m-name {
		left: 80px;
	}
}

/** 菜单按钮 **/
.menu-vip-btu a {
	color: #bb9998 !important;
	cursor: pointer;
}

.menu-vip-btu .cx {
	font-size: 16px !important;
	font-weight: 400;
}

.menu-vip-btu a span {
	margin: 0 0 0 5px;
}

.menu-vip .cx {
	background-image: -webkit-linear-gradient(left,#e9cfcf,#bb9998 25%,#e9cfcf 50%,#bb9998 75%,#e9cfcf) !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-background-clip: text !important;
	-webkit-background-size: 200% 100%;
	-webkit-animation: vip-animation .5s infinite linear;
}

.main-nav a:hover .menu-vip .cx {
	-webkit-text-fill-color: #fff;
}

/** 主体 **/
.pagewrapper {
	position: relative;
	background: var(--be-bg-white);
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 0 1px var(--be-shadow);
}

.pageheader {
	position: relative;
	float: left;
	width: 100%;
	height: 44px;
	margin-bottom: 0;
	padding: 10px 20px;
	background: var(--be-bg-grey-f8);
	border-bottom: 1px solid var(--be-border-grey);
}

.pagecontent {
	min-height: 800px;
	margin-left: 40px;
	padding: 60px 20px 20px 20px;
	border-left: 1px solid var(--be-border-t);
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	animation: fade-in;
	animation-duration: 0.5s;
	-webkit-animation: fade-in 0.5s;
}

.n-mode .pagecontent {
	margin-left: 120px;
}

.pagecontent .m-personal {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
	border-radius: 2px;
}

.pagecontent .update-user-t {
	margin: 0 0 10px 0;
}

.be-epd-user {
	min-height: 800px;
}

.ed-title {
	float: left;
	font-size: 15px;
	margin: 20px 0;
}

.ed-title-b {
	margin: 0 0 20px 0;
}

/** 菜单 **/
.pagesidebar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background: var(--be-bg-white);
}

.n-mode .pagesidebar {
	width: 120px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.pagesider-menu {
	font-size: 14px;
}

.n-mode .pagesider-menu a i {
	margin: 0 5px 0 0;
}

.pagesider-menu a {
	text-align: center;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid var(--be-border-x);
	;
}

.pagesider-menu a:hover {
	color: var(--be-bg-grey-3);
}

.pagesider-menu li.active a {
	position: relative;
	z-index: 1;
	color: #333;
	margin: -1px -1px 0 -1px;
	border: 1px solid #e7e7e7;
	border-right: 1px solid #fff;
}

.pagesider-menu li.active a:before {
	position: absolute;
	top: 0;
	left: -1px;
	content: "";
	width: 3px;
	height: 100%;
	border-left: 3px solid var(--be-bg-btn);
	animation: easeheight .3s ease-in-out forwards;
	-webkit-animation: easeheight .3s ease-in-out forwards;
}

@keyframes easeheight {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

@-webkit-keyframes easeheight {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

.pagesider-menu .ep-yue, 
.pagesider-menu .cx-svip {
	color: var(--be-bg-btn);
}

.pagesider-menu .ep-yue {
	font-size: 19px !important;
	vertical-align: -5%;
}

.pagesider-menu .cx-svip {
	font-size: 12px !important;
	vertical-align: 10%;
}

.n-mode .ico-k {
	padding: 10px 5px 10px 0 !important;
}

/** 菜单开关 **/
.pd-menu-switch {
	color: var(--be-grey-9);
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
}

.pd-menu-switch i {
	font-size: 16px !important;
}

.menu-display i {
	color: var(--be-epd-t);
	padding: 8px;
}

.menu-hide i {
	margin: 0 3px 0 0;
}

.n-mode .menu-hide {
	width: 100%;
	padding: 8px;
	display: inline-block;
}

.menu-hide {
	display: none;
}

.n-mode .menu-display {
	display: none;
}

.menu-display {
	padding: 8px 0;
	display: inline;
}

.pdt {
	display: none;
}

.n-mode .pdt {
	display: inline;
}

.m-mode .pdt {
	animation: fade-in;
	animation-duration: 0.5s;
	-webkit-animation: fade-in 0.5s;
}
/** 表格 **/
.profile-content table {
	min-width: 100%;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	border-radius: 3px;
}

.be-epd-user thead th, 
.be-epd-user tbody tr:nth-child(2n+2) {
	background: var(--be-bg-grey-f8);
}

.be-epd-user th {
	padding: 5px 8px;
}

.be-epd-user td {
	padding: 5px 8px;
}

/** 表单 **/
.be-epd-user .profile-input {
	background: var(--be-bg-grey-f1);
	min-width: 240px;
	padding: 5px 10px;
	resize: vertical;
	border: none;
	border-radius: 3px;
	-webkit-appearance: none;
}

.ed-tixian .dl-horizontal dt {
	margin: 0 0 10px 0;
}

.hidden-input {
	margin: 0 0 10px 0;
}

.hidden-input {
	background: #f8f8f8;
	color: var(--be-epd-t);
	min-width: 240px;
	display: inline-block;
	padding: 5px 10px;
	resize: vertical;
	border: none;
	border-radius: 3px;
}

.ed-down-list i {
	margin: 0 5px 0 0;
	color: var(--be-epd-t);
}

/** 提示 **/
.alert {
	display: block;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

/** 资产 **/
.profile-assets {
	display: flex;
	margin: 10px -8px;
}

.be-assets-box {
	position: relative;
	float: left;
	width: 33.33333333333333%;
	padding: 0 8px;
}

.profile-assets-cred .be-assets-box {
	width: 25%;
}

.be-assets-main {
	position: relative;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border-radius: 8px;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.be-assets-main-a {
	background: linear-gradient(to right, #0f5dad, #5dcaa6);
}

.be-assets-main-b {
	background: linear-gradient(to right, #fd6585, #feb09b);
}

.be-assets-main-c {
	background: linear-gradient(to right, #2a9ab7, #58c3dc);
}

.be-assets-main-d {
	background: linear-gradient(to right, #623aa2, #f97794);
}

.be-assets-main:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: ep;
	font-size: 32px !important;
	color: #fff;
}

.be-assets-main-a:after {
	content: "\e632";
	font-size: 56px !important;
}

.be-assets-main-b:after {
	content: "\e628";
}

.be-assets-main-c:after {
	content: "\e6a4";
	font-family: ep;
	font-size: 30px !important;
}

.be-assets-main-d:after {
	content: "\e601";
	font-family: cx;
	font-size: 26px !important;
}

.be-assets-main-d-f:after {
	content: "\e7dc";
	font-family: cx;
	font-size: 26px !important;
}

.be-assets-count {
	background: transparent;
	font-size: 2.6rem;
	font-weight: 700;
	margin: 5px 0 0 0;
}

.be-assets-count-vip {
	font-size: 2.2rem;
}

.be-assets-inf {
	background: transparent;
	font-size: 1.4rem;
	font-weight: 400;
}

.be-expire-date {
	margin: 0 5px 0 0;
}

.be-assets-expire, 
.be-assets-caption {
	background: transparent;
}

.be-assets-expire span {
	background: transparent;
	margin: 0 5px 0 0;
}

.ed-vip-box h3 {
	color: #666;
}

.be-mycred {
	margin: 0 0 0 15px;
}

.be-mycred span {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 0 10px;
}

/** 充值表单 **/
.profile-title {
	font-size: 1.5rem;
	font-weight: 700;
}

.profile-content .profile-box {
	padding: 0;
}

.profile-content form td {
	border: none !important;
}

.profile-content form table {
	padding: 15px 0;
	border: none !important;
}

.ed-select {
	display: flex;
	margin: 0 -20px;
}

/** 充值按钮 **/
.profile-btn {
	background: var(--be-bg-btn);
	color: var(--be-white);
	font-weight: 700;
	margin: 10px 0 0 0;
	padding: 6px 15px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-appearance: none;
	border: none;
	box-shadow: 0 0 0 1px var(--be-shadow);
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.profile-btn:hover {
	background: #ff4400;
}

/** 充值表单 **/
.profile-input {
	background: var(--be-bg-grey-f1);
	min-width: 88px;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	resize: vertical;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
}

.form-table #epdcardpass, 
.form-table #epdcardnum {
	background: var(--be-bg-grey-f1);
	min-width: 240px;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	resize: vertical;
	border: none;
	border-radius: 5px;
	-webkit-appearance: none;
}

/** 单选 **/
.form-table .cx-alipay {
	color: #1296db;
	font-size: 25px !important;
	font-weight: 400;
	vertical-align: -24%;
	margin: 0 5px 0 0;
}

.form-table .cx-weixin {
	color: #2ba245;
	font-size: 25px !important;
	font-weight: 400;
	vertical-align: -24%;
	margin: 0 5px 0 0;
}

.form-table .be-qq {
	color: #c40000;
	font-size: 25px !important;
	font-weight: 400;
	vertical-align: -24%;
	margin: 0 5px 0 0;
}

.epd-paytype-title {
	color: #666;
	margin: 20px 0;
}

.ed-type {
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin: 0 10px 10px 0;
	vertical-align: 50%;
}

.paytype {
	background: #fff;
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	margin: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.form-table label {
	width: 116px;
	text-align: center;
	padding: 10px 0;
	display: inline-block;
	border-radius: 5px;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
	border: 1px solid var(--be-border-t);
	border-bottom: 5px solid var(--be-border-t);
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.form-table input[type=radio]:checked+label {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	border-color: #fa9f7e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}


/** 扫光动画 **/
@keyframes vip-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@-webkit-keyframes vip-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

/** 翻页 **/
.be-epd-user .epd-pagination {
	width: 100%;
	margin: 10px 0 0 0;
}

.epd-pagination a, .epd-pagination a:visited {
	float: left;
	background: var(--be-bg-white);
	color: #666;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	padding: 0 13px;
	border-radius: 40px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.073) inset;
}

.be-epd-user .epd-pagination a {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.073) inset;
}

.be-epd-user .epd-pagination span.current, .be-epd-user .epd-pagination a:hover {
	background: #999 !important;
	color: #fff;
}

.be-epd-user .paging-number,
.be-epd-user .epd-pagination .active span {
	background: #999;
	float: left;
	color: #fff;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	padding: 0 13px;
	border-radius: 40px;
}

/** VIP **/
.vipbtn span {
	display: block;
}

.fl {
	width: 25%;
	padding: 15px;
	cursor: pointer;
}

.no-month .fl {
	width: 33.33333333333333%;
	padding: 35px;
}

.userType6,
.userType7,
.userType8,
.userType9,
.userType10 {
	position: relative;
	float: left;
	text-align: center;
}

.userType6 label,
.userType7 label,
.userType8 label,
.userType9 label,
.userType10 label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	opacity: 0;
	margin: auto;
	display: inline-block;
	cursor: pointer;
}

.userType6 .vipbtn,
.userType7 .vipbtn,
.userType8 .vipbtn,
.userType9 .vipbtn,
.userType10 .vipbtn {
	background: var(--be-bg-white);
	position: relative;
	width: 100%;
	height: 100%;
	color: #666;
	line-height: 30px;
	margin: auto;
	z-index: 2;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	pointer-events: none;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(219,219,219,1);
	box-shadow: 0px 0px 5px 0px rgba(219,219,219,1);
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.ed-vip-table .eup:hover .vipbtn, 
.vipbtn.active {}

.fl .active {
	color: #444;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-webkit-box-shadow: var(--be-boxs);
	box-shadow: var(--be-boxs);
}

.ed-vip-table .submit-vip {
	text-align: center;
	margin: 15px 0 0;
}

.ed-vip-table .eup:hover .vipbtn {
	-webkit-box-shadow: var(--be-boxs);
	box-shadow: var(--be-boxs);
}

.ed-vip-table .userType6:hover .vipbtn {}

.ed-vip-table .userType7:hover .vipbtn {}

.ed-vip-table .userType8:hover .vipbtn {}

.ed-vip-table .userType9:hover .vipbtn {}

.ed-vip-table .userType10:hover .vipbtn {}

.ed-vip-table .eup {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.vip-brand {
	background: transparent !important;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #666;
	margin: 10px 0 0;
}

.vip-img {
	height: 120px;
	overflow: hidden;
}

.vip-img img {
	float: left;
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
}

.ed-vip-table .eup:hover .vip-img img, 
.vipbtn.active .vip-img img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.ed-vip-table .eup:hover .vip-brand, 
.userType6 .vipbtn.active .vip-brand {
	color: #b3ba7b;
}

.userType6 .vipbtn.active {

}

.userType7:hover .vipbtn .vip-brand, 
.userType7 .vipbtn.active .vip-brand {
	color: #83a8b9;
}

.userType7 .vipbtn.active {

}

.userType8:hover .vipbtn .vip-brand, 
.userType8 .vipbtn.active .vip-brand {
	color: #fa9f7e;
}

.userType8 .vipbtn.active {

}

.userType9:hover .vipbtn .vip-brand, 
.userType9 .vipbtn.active .vip-brand {
	color: #79988d;
}

.userType9 .vipbtn.active {

}

.userType10:hover .vipbtn .vip-brand, 
.userType10 .vipbtn.active .vip-brand {
	color: #dd688b;
}

.userType10 .vipbtn.active {

}

.vipbtn:after {
	content: "\e601";
	font-family: cx;
	font-size: 14px !important;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 10px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.eup:hover .vipbtn:after, 
.vipbtn.active:after {
	color: var(--be-red-f4);
}

.vipbtn:before {
	background: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 5px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
}

.userType6 .vipbtn.active:before {
	background: #b3ba7b;
}

.userType7 .vipbtn.active:before {
	background: #83a8b9;
}

.userType8 .vipbtn.active:before {
	background: #fa9f7e;
}

.userType9 .vipbtn.active:before {
	background: #79988d;
}

.userType10 .vipbtn.active:before {
	background: #dd688b;
}

.vipbtn span.vip-term {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 10px 0;
}

.vip-price {
	position: relative;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.form-table del {
	background: #f40;
	position: absolute;
	top: -130px;
	right: 20px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 10px;
	border-radius: 50%;
}

.userType6:hover .vip-price, 
.userType6 .active .vip-price {
	color: #b3ba7b;
}

.userType7:hover .vip-price, 
.userType7 .active .vip-price {
	color: #83a8b9;
}

.userType8:hover .vip-price, 
.userType8 .active .vip-price {
	color: #f4b29a;
}

.userType9:hover .vip-price, 
.userType9 .active .vip-price {
	color: #79988d;
}

.userType10:hover .vip-price, 
.userType10 .active .vip-price {
	color: #dd688b;
}

.vip-money {
	margin: 0 0 0px 0;
}

.vip-dns {
	margin: 0 0 5px 0;
}

.form-clear {
	margin: 0 -20px;
	border-top: 1px solid var(--be-border-t);
}

.form-clear-m {
	margin: 20px -20px;
	border-top: 1px solid var(--be-border-t);
}

.form-clear-p {
	margin: 20px -20px 0 -20px;
	border-top: 1px solid var(--be-border-t);
}

/** 订购按钮 **/
.vipbtn-submit .profile-btn {
	background: transparent;
	color: var(--be-grey-5);
	font-weight: 400;
	margin: 10px 0;
	padding: 4px 17px;
	border-radius: 5px;
	box-shadow: 0 0 0 1px var(--be-shadow);
}

.vipbtn.active .vipbtn-submit .profile-btn {
	pointer-events: auto;
}

.userType10:hover .vipbtn-submit .profile-btn, 
.userType10 .active .vipbtn-submit .profile-btn {
	background: #dd688b;
	color: var(--be-white);
}

.userType9:hover .vipbtn-submit .profile-btn, 
.userType9 .active .vipbtn-submit .profile-btn {
	background: #79988d;
	color: var(--be-white);
}

.userType8:hover .vipbtn-submit .profile-btn, 
.userType8 .active .vipbtn-submit .profile-btn {
	background: #fa9f7e;
	color: var(--be-white);
}

.userType7:hover .vipbtn-submit .profile-btn, 
.userType7 .active .vipbtn-submit .profile-btn {
	background: #83a8b9;
	color: var(--be-white);
}

.userType6:hover .vipbtn-submit .profile-btn, 
.userType6 .active .vipbtn-submit .profile-btn {
	background: #b3ba7b;
	color: var(--be-white);
}

.vipbtn-submit .profile-btn:hover {
	opacity: 0.8;
}

/** BE会员 **/
.be-vip-userinfo-name {
	color: var(--be-grey-3);
	text-align: center;
	white-space: pre-wrap;
}

.sidebox .be-vip-userinfo-name {
	white-space: normal;
}

.sidr-inner .be-vip-userinfo-name {
	white-space: normal;
}

.be-vip-userinfo-name .cx-svip {
	color: #bb9998;
	margin: 0 5px 0;
}

.be-epd-vip-box {
	font-size: 1.3rem;
	text-align: center;
	margin: 5px 0 10px;
}

.be-vip-btu-url {
	color: #bb9998 !important;
	line-height: 18px;
	display: inline-block;
	margin: 0 20px;
	padding: 0 8px;
	border-radius: 3px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.be-vip-btu-url div {
	color: var(--be-grey-3);
}

.be-vip-btu-url:hover {
	color: #fa9f7e !important;
}

.user-info .be-epd-vip-box {
	width: 100%;
	display: inline-block;
	margin: 5px 0 0 0;
}

.user-info .be-vip-btu-url {
	float: inherit !important;
	width: 66px !important;
	height: 42px !important;
	margin: 0 !important;
}

.scroll-vip .cx-svip {
	color: #bb9998;
	font-size: 12px !important;
}

.scroll-vip:hover .cx-svip {
	color: #fff;
}

.be-epd-vip-box .ep-yue {
	font-size: 25px !important;
}

.be-epd-vip-box .be-vip-recharge div {
	margin: -5px 0 0 0;
}

.be-ed-vip-name {
	margin: 0 0 0 -5px;
}

.be-ed-vip-name .ed-vip-name-tip {
	position: relative;
	display: inline-block;
	color: #bb9998;
	font-weight: 700;
}

.be-ed-vip-name .ed-vip-inf-time {
	margin: 0 3px 0 0;
}

.be-ed-vip-name .ed-vip-name-tip:before {
	content: "\e601";
	font-family: cx;
	font-size: 12px !important;
	color: #bb9998;
	font-weight: 400;
	margin: 0 5px 0 0;
	animation: blink 1s linear infinite;
	-webkit-animation: blink 1s linear infinite;
}

.sidebox .ed-vip-name-inf, 
.user-info .ed-vip-name-inf {
	display: block;
}

.ed-vip-time-inf {
	color: var(--be-grey-3);
	line-height: 20px !important;
	display: inline-block;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

.ed-vip-time-inf .ed-vip-time {
	display: inline-block;
}

.ed-vip-inf-time {
	margin: 0 5px 0 0;
}

/** 插件 **/
.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

html #layuicss-layer {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer,.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 3px;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative
}

.layui-layer-border {
	border: 1px solid #B2B2B2;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.layui-layer-load {
	background: url('../../../../../wp-includes/images/spinner.gif') center center no-repeat #eee
}

.layui-layer-ico {
}

.layui-layer-ico:after {
	content: "\e6f5";
	font-family: be;
	font-size: 16px !important;
	color: var(--be-grey-7);
}

.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize
}

.layer-anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layer-bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-00 {
	-webkit-animation-name: layer-bounceIn;
	animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes layer-zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-01 {
	-webkit-animation-name: layer-zoomInDown;
	animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes layer-fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.layer-anim-02 {
	-webkit-animation-name: layer-fadeInUpBig;
	animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes layer-zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-03 {
	-webkit-animation-name: layer-zoomInLeft;
	animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes layer-rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.layer-anim-04 {
	-webkit-animation-name: layer-rollIn;
	animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layer-anim-05 {
	-webkit-animation-name: layer-fadeIn;
	animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes layer-shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.layer-anim-06 {
	-webkit-animation-name: layer-shake;
	animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 3px 3px 0 0
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2E2D3C;
	cursor: pointer;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 1px -40px;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff
}

.layui-layer-btn-l {
	text-align: left
}

.layui-layer-btn-c {
	text-align: center
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8D8D8D;
	border: 6px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #D3D4D3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn {
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(loading-1.gif) no-repeat
}

.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(loading-2.gif) no-repeat
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 8px 15px;
	font-size: 14px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	background-color: #000;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR {
	top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476A7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-btn {
	padding: 5px 10px 10px;
	text-align: right;
	border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
	background: #fff;
	border-color: #E9E7E7;
	color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
	border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92B8B1
}

.layui-layer-iconext {
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 230px;
	height: 36px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0,0,0,.4)
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	overflow: visible
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
	height: 43px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
	display: block
}

.layui-layer-photos {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-imgbar,.layui-layer-imguide {
	display: none
}

.layui-layer-imgnext,.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0,0,0,.8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal
}

@-webkit-keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes layer-bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-close {
	-webkit-animation-name: layer-bounceOut;
	animation-name: layer-bounceOut;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@media screen and (max-width:1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}

@font-face {
	font-family: "erphp-iconfont";src: url('fonts/iconfont.woff2?t=1653196254344') format('woff2'),url('fonts/iconfont.woff?t=1653196254344') format('woff'),url('fonts/iconfont.ttf?t=1653196254344') format('truetype');
}

.erphp-iconfont {
	font-family: "erphp-iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
}

.erphp-icon-wxpay:before {
	content: "\e689";
}

.erphp-icon-alipay:before {
	content: "\e68a";
}

.erphp-icon-qqpay:before {
	content: "\e61a";
}

.erphp-icon-paypay:before {
	content: "\e62d";
}

.erphp-icon-gift:before {
	content: "\e8b7";
}

.erphp-icon-eye:before {
	content: "\e8ce";
}

.erphp-icon-money:before {
	content: "\e8cf";
}

.erphp-icon-crown-s:before {
	content: "\e8d2";
}

.erphp-icon-lock:before {
	content: "\e655";
}

.erphp-icon-credit-card:before {
	content: "\e627";
}

.erphp-icon-play:before {
	content: "\e624";
}

.erphpdown > legend {
	padding: 0 5px !important;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	margin: 0 !important;
	border: none !important;
	display: inline-block !important;
	width: inherit !important;
	line-height: 1.5 !important;
}

.be-erphpdown .erphpdown-price, 
.erphpdown .erphpdown-price {
	padding: 0 5px;
	font-size: 16px;
	color: #da6472;
	font-weight: 700;
}

.erphpdown .erphpdown-tips {
	margin-top: 10px;
	font-size: 15px;
	color: var(--be-grey-6);
}

.erphpdown .erphpdown-tips-free {
	margin-top: -9px;
	font-size: 13px;
	margin-bottom: 20px
}

.erphp-login-must.ed-login-btu, 
.ed-down .erphp-login-must, 
.erphpdown-content-vip .erphp-login-must, 
.be-ed-down-box .erphp-login-must, 
.be-ed-down-box .erphpdown-vip, 
.erphpdown .erphpdown-vip, 
.erphpdown-content-vip .erphpdown-see-btn, 
.erphpdown-content-vip .erphpdown-vip {
	background: #da6472;
	color: var(--be-white);
	font-size: 14px;
	text-align: center;
	display: table;
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 5px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.erphp-login-must.ed-login-btu {
	background: var(--be-bg-epd);
}

.erphp-login-must.ed-login-btu:hover, 
.be-ed-down-box .erphpdown-vip:hover, 
.erphpdown .erphpdown-vip:hover, 
.erphpdown-content-vip .erphpdown-see-btn:hover, 
.erphpdown-content-vip .erphpdown-vip:hover {
	opacity: 0.8;
}

.erphpdown .erphpdown-buy, 
.erphpdown .erphpdown-buy-index, 
.erphpdown-content-vip .erphpdown-buy, 
.erphpdown-content-vip .erphpdown-buy-index, 
.erphpdown .erphpdown-down {
	background: var(--be-bg-epd);
	color: var(--be-white);
	font-size: 14px;
	text-align: center;
	display: table;
	margin: 10px 0;
	padding: 5px 15px;
	border-radius: 5px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.erphpdown .erphp-login-must:hover, 
.erphpdown .erphpdown-buy:hover, 
.erphpdown .erphpdown-buy-index:hover, 
.erphpdown-content-vip .erphpdown-buy:hover, 
.erphpdown-content-vip .erphpdown-buy-index:hover, 
.erphpdown .erphpdown-down:hover {
	opacity: 0.8;
}

.erphpdown .erphpdown-item {
	margin-bottom: 5px;
	text-align: left;
}

.erphpdown .epdvip {
	position: absolute;
	top: -2px;
	right: -2px;
	background: #ff5f33;
	color: #fff;
	padding: 2px 5px 1px;
	font-size: 12px;
}

.erphpdown p:empty {
	margin: 0;
}

erphpdown-see erphpdown-content-vip, 
.erphpdown-content-vip.erphpdown {
	overflow: hidden;
	padding: 15px 25px 10px;
	font-size: 15px;
	position: relative;
	margin: 0 0 20px !important;
	border-radius: 5px;
	border: 1px solid var(--be-border-grey);
}

.down-content-show.erphpdown {
	position: relative;
	overflow: hidden;
	padding: 15px 25px 10px;
	font-size: 15px;
	margin: 0 0 20px;
	border-radius: 5px;
	border: 1px solid var(--be-border-grey);
}

.erphpdown-content-vip2 {
	text-align: center;
	color: #ff5f33;
}

.erphpdown-content-vip-see {
	border-color: #4cc361;
}

.erphpdown-content-vip-see .erphpdown-see-btn {
	background: #4cc361
}

.erphpdown-content-vip .erphpdown-see-btn {
	margin-left: 0
}

.erphpdown-see-video {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 15px 25px;
	border: none !important;
	box-sizing: border-box;
}

.erphpdown-see-video:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.2));
	background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.2));
	background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.2));
	background: linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.2));
	z-index: -1;
}

.erphpdown-see-video:after {
	content: "\e624";
	font-family: "erphp-iconfont";
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	font-size: 56px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.erphpdown-title {
	font-size: 15px;
	margin-bottom: 5px;
	color: var(--be-epd-t);
}

.erphpdown-free {
	margin-bottom: 15px;
}

.erphpdown-see-tips {
	margin-left: 5px;
	opacity: .7;
	font-size: 12px;
}

.erphpdown .erphpdown-child {
	margin: 0 0 5px !important;
	position: relative;
}

.erphpdown .erphpdown-child:last-child {
	margin-bottom: 10px;
}

.erphpdown .erphpdown-child > legend {
	padding: 0 5px !important;
	color: #666;
	border: none !important;
	display: inline-block !important;
	width: inherit !important;
	font-size: 15px !important;
	margin: 0 !important;
}

#erphpdown-paybox {
	font-family: 'Microsoft Yahei','Sans-serif';
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	max-width: 314px;
}

#erphpdown-paybox a {
	text-decoration: none;
}

.erphpdown-btn {
	padding: 13px 20px 14px;
	background: #ff5f33;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	min-width: 160px;
}

.erphpdown-table {
	font-size: 14px;
	color: #333;
}

.erphpdown-table td {
	line-height: 24px;
	padding: 5px 0;
}

.erphpdown-table td span {
	color: #999;
}

.erphpdown-table td del {
	font-size: 12px;
	color: #999;
}

.erphpdown-table .item {
	margin-bottom: 10px;
}

.erphpdown-table .item label {
	color: #999;
	margin-bottom: 5px;
	display: block;
}

.erphpdown-table .item label span {
	float: right;
	font-size: 12px;
	position: relative;
	top: 3px;
}

.erphpdown-table .item .tit {
	background: #f5f5f5;
	overflow: hidden;
	border-radius: 5px;
	padding: 10px 15px;
	overflow: hidden;
	line-height: 24px;
}

.erphpdown-table .item .tit input:focus {
	outline: none;
}

.erphpdown-table .item .tit span {
	font-size: 12px;
	color: #aaa;
	float: left;
}

.erphpdown-table .item .tit .erphp-faka-num {
	float: left;
	color: #aaa;
	font-size: 12px;
}

.erphpdown-table .item .tit .erphp-faka-num a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	width: 20px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #bbb;
	float: left;
	color: #333;
}

.erphpdown-table .item .tit .erphp-faka-num a.erphp-faka-minus {
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.erphpdown-table .item .tit .erphp-faka-num a.erphp-faka-plus {
	border-left: none;
	border-radius: 0 3px 3px 0;
}

.erphpdown-table .item .tit .erphp-faka-num input {
	border: 1px solid #bbb;
	width: 60px;
	padding: 5px;
	height: 27px;
	float: left;
	text-align: center;
}

.erphpdown-table .item .ss-button {
	width: calc(100% - 40px);
	text-align: center;
}

.erphpdown-table .item .tit .erphp-faka-num input::-webkit-inner-spin-button,.erphpdown-table .item .tit .erphp-faka-num input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.erphpdown-table .item .tit #erphp_faka_email {
	width: 100%;
	padding: 5px 0;
	border: none;
	background: #f5f5f5;
	border-bottom: 1px solid #bbb
}

.erphpdown-table .erphp-creditbuy p, .erphpdown-table .erphp-justbuy p {
	margin: 0 0 5px;
	color: #999;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
}

.erphpdown-table .erphp-creditbuy p span, .erphpdown-table .erphp-justbuy p span {
	position: relative;
	display: inline-block;
}

.erphpdown-table .erphp-creditbuy p span:before, .erphpdown-table .erphp-justbuy p span:before {
	content: '';
	width: 40px;
	height: 1px;
	background: #bbb;
	position: absolute;
	left: -50px;
	top: 7px;
}

.erphpdown-table .erphp-creditbuy p span:after, .erphpdown-table .erphp-justbuy p span:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #bbb;
	position: absolute;
	right: -50px;
	top: 7px;
}

.erphpdown-table .erphp-creditbuy a {
	padding: 13px 20px 14px;
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 40px);
	line-height: 1;
	text-align: center;
}

.erphpdown-table .erphp-justbuy {
	margin-bottom: 10px;
	margin-top: -10px;
	overflow: hidden;
}

.erphpdown-table .erphp-justbuy a {
	padding: 13px 20px 14px;
	display: inline-block;
	font-size: 14px;
	min-width: 110px;
	line-height: 1;
	background: #ff5f33;
	color: #FFF;
	border-radius: 5px;
	margin: 0 0 7px 0;
	text-align: center;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.erphpdown-table .erphp-justbuy a:nth-child(2n) {
	margin-right: 0;
}

.erphpdown-table .erphp-justbuy a.pmt-wx {
	background: #00c800
}

.erphpdown-table .erphp-justbuy a.pmt-ali {
	background: #00aaee
}

.erphpdown-table .erphp-justbuy a.pmt-pp {
	background: #003188
}

.erphpdown-table .erphp-justbuy a.pmt-qq {
	background: #05B0FF
}

.erphpdown-table .erphp-justbuy a.pmt-stripe {
	background: #635bff
}

.erphpdown-table .login-tips {
	text-align: center;
	font-size: 12px;
	color: #999;
}

.erphpdown-table .login-tips a {
	color: #333;
}

.erphpdown-body {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

#erphpdown-download {
	font-family: 'Microsoft Yahei','Sans-serif';
	font-size: 14px;
	min-height: 180px;
	max-width: 330px;
	padding: 30px 10px;
	text-align: center;
	position: relative;
	display: inline-block;
}

#erphpdown-download h1 {
	font-size: 18px;
	margin: 0 0 20px;
}

#erphpdown-download .msg p {
	text-align: center;
	margin: 15px 0 0;
}

#erphpdown-download .msg p .tit {
	color: #555
}

#erphpdown-download .msg p .erphpdown-copy {
	margin-left: 5px
}

#erphpdown-download .title {
	font-size: 15px;
	color: #666;
}

#erphpdown-download .hidden-title {
	margin-top: 20px
}

#erphpdown-download .title span {
	position: relative;
	display: inline-block;
}

#erphpdown-download .title span:before, #erphpdown-download .title span:after {
	position: absolute;
	content: '';
	height: 1px;
	background: #eaeaea;
	width: 60px;
}

#erphpdown-download .title span:before {
	left: -70px;
	top: 10px;
}

#erphpdown-download .title span:after {
	right: -70px;
	top: 10px;
}

#erphpdown-download a {
	text-decoration: none;
}

#erphpdown-download .link {
	padding: 13px 20px 14px;
	display: block;
	font-size: 14px;
	width: 160px;
	line-height: 1;
	background: #ff5f33;
	color: #FFF;
	border-radius: 5px;
	margin: 5px auto;
	text-align: center;
}

#erphpdown-download-copyright {
	margin: 10px auto;
	font-family: 'Microsoft Yahei','Sans-serif';
	font-size: 12px;
	width: 400px;
	text-align: center;
	color: #999
}

#erphpdown-download-copyright a {
	color: #666;
}

.erphpdown-download-da {
	margin-top: 10px;
}

.erphpdown-download-da img {
	max-width: 100%;
	height: auto;
}

.hidden-content {
	margin-top: 10px;
}

.hidden-content > div {
	margin: 10px 0
}

.erphpdown-copy {
	font-size: 12px;
	color: #999;
	text-decoration: underline;
	margin-left: 8px;
}

.erphpdown-code {
	background: #fff3e9;
	display: inline-block;
	padding: 3px 7px;
	border: 1px dashed #f58b36;
	line-height: 1;
	border-radius: 2px;
}

.erphpdown-msg .title {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
}

.erphpdown-msg .erphpdown-copy {
	margin-left: 5px;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 28px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 28px;
	margin: auto
}

.circular .path {
	width: 100%;
	height: 100%;
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke: #757575;
	stroke-linecap: round
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

.wppay-toast {
	background: #2A2A2A;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding: 20px 60px;
	opacity: 0
}

.wppay-toast .icon .modia {
	font-size: 28px
}

.wppay-toast .text {
	font-size: 18px;
	font-weight: bold
}

.wppay-toast.it {
	padding: 20px 40px
}

.wppay-toast.it .text {
	margin-top: 10px
}

.wppay-toast.icon {
	padding: 25px
}

.wppay-toast.fs {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.wppay-toast.el {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.wppay-custom-modal-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.3)
}

.wppay-custom-modal-box .wppay-modal {
	max-width: 350px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: auto;
	background: #fff;
	border-radius: 2px;
	display: block !important;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.wppay-custom-modal-box .wppay-modal .close-modal {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 32px
}

.wppay-custom-modal-box .wppay-modal .close-modal .modia {
	font-size: 14px
}

.wppay-custom-modal-box .wppay-modal .submit-btn,.wppay-custom-modal-box .wppay-modal .submit {
	margin-top: 45px
}

.wppay-custom-modal-box .wppay-modal .submit-tips {
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 5px
}

.wppay-custom-modal-box .wppay-modal .submit-close {
	text-align: center;
	font-size: 14px;
	color: #E04A1C;
	margin-top: 15px;
	cursor: pointer
}

.wppay-custom-modal-box .wppay-modal .submit-btn a,.wppay-custom-modal-box .wppay-modal .submit-btn button,.wppay-custom-modal-box .wppay-modal .submit a,.wppay-custom-modal-box .wppay-modal .submit button {
	display: block;
	height: 43px;
	line-height: 43px;
	width: 100%;
	background: #E04A1C;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px
}

.wppay-custom-modal-box .wppay-modal .submit {
	margin-top: 20px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode {
	padding-top: 0
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 .price {
	color: #ff5f33;
	float: none !important;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab {
	padding: 0px 30px;
	text-align: center;
	margin-top: 20px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a {
	font-size: 16px;
	color: #9B9B9B;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
	letter-spacing: 1px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active {
	color: #2A2A2A;
	font-size: 20px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a .price {
	color: #ff5f33;
	float: none !important;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
	margin-top: 180px;
	background: #ff5f33;
	height: 230px;
	border-radius: 0 0 2px 2px;
	display: block
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item {
	text-align: center;
	position: relative;
	top: -166px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title .price {
	color: #ff5f33;
	float: none
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .warning {
	color: #f00;
	font-size: 13px;
	margin-bottom: 5px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code {
	border: #f3f3f3 solid 1px;
	width: 225px;
	height: 225px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto;
	background: #fff;
	position: relative
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code img {
	width: 100%;
	height: auto
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
	margin-top: 40px !important;
	margin-bottom: 0 !important;
	color: #ffffff;
	font-size: 14px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .desc {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 12px;
	color: #cecece;
	font-family: tahoma,arial,sans-serif
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
	display: none;
	margin-top: 10px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap a {
	color: #fff;
	text-decoration: none;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #fff;
}

@media (max-width:768px) {
	.wppay-custom-modal-box .wppay-modal {
		width: 90%
	}

	.wppay-toast {
		padding: 10px 20px
	}

	.wppay-toast .text {
		font-size: 16px;
		font-weight: bold;
		white-space: nowrap
	}

	.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
		height: 220px;
	}

	.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
		margin-top: 20px !important;
	}

	.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
		display: block;
	}
}

.erphp-wppay {
	background-color: #fff;
	border: 2px dashed #ff5f33;
	color: #333;
	font-size: 14px;
	line-height: inherit;
	padding: 5px 10px
}

.erphp-wppay-success {
	border: 2px dashed #54c468
}

.erphp-wppay b {
	color: #ff5f33
}

.erphp-wppay-qrcode .payment {
	margin-bottom: 10px
}

.erphp-wppay-qrcode .payment img {
	max-width: 160px;
	height: auto
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active.wppay-alipay {
	color: #00a3ee
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active.wppay-weixin {
	color: #21ab36
}

.erphpdown-custom-modal-box {
	background: transparent;
}

.erphpdown-custom-modal-box .wppay-modal {
	border: 1px solid #eaeaea;
	box-shadow: none;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode {
	padding-top: 0
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active {
	font-size: 36px;
	font-weight: normal;
}

.erphpdown-custom-modal-box .discount {
	color: #ff6600;
	font-size: 13px;
	margin-bottom: 5px;
}

.erphpdown-custom-modal-box .warning {
	color: #f00;
	font-size: 13px;
	margin-bottom: 0 !important
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
	font-size: 13px;
	color: #666;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap a {
	background: #00a3ee;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	padding: 9px 25px;
	display: inline-block;
	text-decoration: none;
}

.erphpdown-custom-modal-box .wppay-modal .expired {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .95;
}


/*@media(max-width: 768px){*/
.erphpdown-custom-modal-box * {
	box-sizing: border-box;
}

.erphpdown-custom-modal-box .wppay-modal {
	border: none;
	width: 100%;
	max-width: 100%;
	padding: 15px;
	position: relative;
	top: inherit;
	left: inherit;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode {
	padding-top: 0
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab {
	margin-top: 0
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .payment {
	margin-bottom: 10px;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a .price {
	font-size: 28px;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
	height: auto;
	margin-top: 10px;
	background: #fff !important;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item {
	top: inherit;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
	border-top: 1px dashed #eaeaea;
	padding-top: 15px;
}

.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
	color: #333;
	margin-top: 15px !important;
}

.erphpdown-page-pay {
	background: #f7f7f7
}

.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal {
	max-width: 420px;
	margin: 50px auto;
	padding: 30px 15px 60px;
	border: 1px solid #f3f3f3;
	border-top: none;
}

.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal:before {
	content: "";
	background: #f7f7f7;
	position: absolute;
	left: -13px;
	bottom: 50px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	z-index: 9;
	border: 1px solid #f3f3f3;
}

.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal:after {
	content: "";
	background: #f7f7f7;
	position: absolute;
	right: -13px;
	bottom: 50px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	z-index: 9;
	border: 1px solid #f3f3f3;
}

.erphpdown-page-pay .erphpdown-custom-modal-box .erphp-wppay-qrcode .payment img {
	max-width: 200px;
}

@media(max-width: 768px) {
	.erphpdown {
		padding: 15px 20px 20px !important;
	}

	.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal {
		margin: 10px auto 0;
	}
}

.erphp-weixin-down-box {
	position: relative;
	padding: 0 0 0 220px;
	min-height: 200px;
}

.erphp-weixin-down .ewd-desc {
	font-size: 17px;
	color: #333;
	margin-bottom: 20px;
	padding-top: 20px
}

.erphp-weixin-down .ewd-desc span {
	margin: 0 5px;
	color: #ff5f33;
}

.erphp-weixin-down img {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0
}

.erphp-weixin-down .ewd-box .ewd-input {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 6px 12px;
	width: 200px;
	height: 35px;
	box-sizing: border-box;
}

.erphp-weixin-down .ewd-box .ewd-button {
	background: #ff5f33;
	border: none;
	padding: 7px 12px;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
	height: 35px;
	box-sizing: border-box;
}

.erphp-weixin-down .ewd-tips {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
}

@media(max-width: 768px) {
	.erphp-weixin-down-box {
		padding: 0;
		text-align: center;
	}

	.erphp-weixin-down .ewd-desc {
		padding-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.erphp-weixin-down img {
		position: relative;
	}

	.erphp-weixin-down .ewd-box .ewd-input {
		width: 150px;
	}
}

/** 立即查看 **/
.erphpdown-content-vip-see {
	text-indent: 0 !important;
	border: 1px solid #ececec;
}

.erphpdown-content-vip-see .erphpdown-see-btn {
	color: var(--be-epd-t);
	background: #fff;
}

.erphpdown-content-vip-see .erphpdown-see-btn:hover {
	color: #fff !important;
}


/** 团购 **/
.erphpdown-tuan .erphpdown-tuan-process .data {
	text-align: center;
	font-size: 14px;
	color: #999;
	padding: 4px 0;
	display: block;
}

.erphpdown-tuan .erphpdown-tuan-process .line {
	background: #dedede;
	height: 8px;
	width: 200px;
	border-radius: 8px;
	display: inline-block;
	border: none;
	overflow: hidden;
}

.erphpdown-tuan .erphpdown-tuan-process .line span {
	display: block;
	height: 8px;
	width: 0px;
	background: #fa9f7e;
}

.be-erphpdown .erphpdown-tuan .erphpdown-tuituan {
	font-size: 14px;
	margin: 7px 0 0 0 !important;
}

/** BE下载模块 **/
.down-content-show {
	position: relative;
}

.down-content-show:after {
	position: absolute;
	top: 5px;
	right: 15px;
	content: "\e6a4";
	font-family: ep;
	font-size: 30px !important;
	color: #da6472;
}

.erphpdown-see:after {
	position: absolute;
	top: 10px;
	right: 20px;
	content: "\e62b";
	font-family: ep;
	font-size: 18px !important;
	color: #da6472;
}

.be-erp-but {
	float: left;
	width: 100%;
	display: block;
}

.be-erphpdown a {
	float: inherit !important;
	line-height: 1.9;
	display: table;
	margin: 10px 0 !important;
	padding: 5px 20px;
	border-radius: 5px;
}

.be-erphpdown a:hover {
	opacity: 0.8;
}

.be-ed-down-box .erphpdown-vip {
	position: absolute;
	left: 120px;
	bottom: 0;
}

.down-content-show .erphpdown-vip {
	position: absolute;
	left: 130px;
	top: 42px;
}

.ed-down .erphpdown-vip {
	position: absolute;
	left: 125px;
	bottom: 20px;
}

.erphpdown-see-pay .erphpdown-vip {
	position: absolute;
	left: 120px;
	top: 45px;
}

.be-erphpdown-default .erphpdown-vip-one, 
.ed-down .erphpdown-vip-one, 
.erphpdown-see-pay .erphpdown-vip-one, 
.be-ed-down-box .erphpdown-vip-one {
	position: inherit;
}

.erphpdown-see-pay .erphpdown-vip-one {
	left: 0;
	top: 0;
}

.ed-login-btu {
	cursor: pointer;
}

.ed-login-vip-btu {
	cursor: pointer;
}

.erphpdown, 
.be-erphpdown {
}

.be-erphpdown.be-erphpdown-default {
	color: var(--be-grey-4);
}

.epd-goods-count {
	position: absolute;
	font-size: 1.3rem;
	color: #666;
}

.down-content-show .epd-goods-count {
	bottom: 10px;
	right: 15px;
}

.ed-down-box .epd-goods-count {
	bottom: 20px;
	right: 15px;
}

.down-form .epd-goods-count {
	bottom: 20px;
	right: 15px;
}

.epd-goods {
	margin: 0 5px 0;
}

/** BE会员小工具 **/
.ed-down-box {
	position: relative;
}

.ed-down-box:before {
	background: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: saturate(1) blur(10px);
	backdrop-filter: saturate(1) blur(10px);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.ed-down-main {
	position: relative;
	z-index: 2;
}

.ed-down-show {
	background: rgba(0, 0, 0, 0.28);
	padding: 10px 30px 20px 30px;
}

.ed-down-box .be-erphpdown {
}

.ed-down-main .be-erphpdown.be-erphpdown-default {
	color: var(--be-white);
}

.ed-down-box:after {
	position: absolute;
	top: 35%;
	right: 20px;
	content: "\e6a4";
	font-family: ep;
	font-size: 30px !important;
	color: #da6472;
	z-index: 2;
}

.down-inf-widget {
	line-height: 200%;
	padding: 15px 30px;
}

.ed-down .down-inf-title {
	font-size: 1.5rem;
	color: var(--be-white);
	font-weight: 700;
	margin: 0 0 5px 0;
}

.down-inf-title.ed-assets-inf {
	text-align: center;
	margin: 5px 0 10px 0;
}

.ed-down .erphpdown-title {
	font-size: 1.4rem;
}

.ed-down .erphpdown-price {
	font-size: 1.6rem;
	padding: 5px;
}

.ed-down .erphpdown-see-btn, 
.ed-down .erphpdown-vip {
	background: #da6472;
	color: var(--be-white);
	font-size: 14px;
	text-align: center;
	display: table;
	margin: 5px 0;
	padding: 5px 15px;
	border-radius: 5px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.ed-down .erphpdown-see-btn:hover, 
.ed-down .erphpdown-vip:hover {
	opacity: 0.8;
}

.ed-down .erphpdown-buy, 
.ed-down .erphpdown-down {
	background: var(--be-bg-epd);
	color: var(--be-white);
	font-size: 14px;
	text-align: center;
	display: table;
	margin: 5px 0;
	padding: 5px 15px;
	border-radius: 5px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.ed-down .erphp-login-must:hover, 
.ed-down .erphpdown-buy:hover, 
.ed-down .erphpdown-down:hover {
	opacity: 0.8;
}

/** 签到小工具 **/
.ed-widget-checkin-tip {
	font-size: 1.5rem;
	text-align: center;
	margin: 5px 0 0 0;
}

.ed-checkin-record-btu {
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 10px;
}

.ed-checkin-record-btu a {
	background: var(--be-bg-epd);
	float: inherit;
	color: var(--be-white);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
}

.ed-checkin-record-btu.no-record-btu {
	margin: 0 0 -20px 0;
}

.ed-checkin-record-btu a.erphp-checkin {
	background: var(--be-bg-epd);
}

.ed-checkin-record-btu a.active {
	background: #da6472;
}

.ed-checkin-record-btu a.erphp-checkin:hover {
	opacity: 0.8;
}

.ed-checkin-record-item {
	position: relative;
}

.qd-list.ed-checkin-record-wrap {
	padding: 10px 20px;
}

.qd-list .ed-checkin-record-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	line-height: 30px;
	padding: 0 0 10px 0;
}

.qd-list .ed-checkin-record-avatar-name {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	line-height: 1.3;
}

.qd-list .ed-checkin-record-avatar {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	overflow: hidden;
	border-radius: 100%;
}

.ed-checkin-record-avatar img {
	background: #fff;
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 100%;
}

.qd-list .ed-checkin-record-name {
	color: var(--be-grey-4);
	text-transform: capitalize;
}

.qd-list .ed-checkin-record-money {
	font-size: 1.3rem;
	color: #da6472;
	padding: 2px 0 0 0;
}

.qd-list .ed-checkin-record-money i {
	font-size: 1.3rem;
}

.qd-flex.ed-checkin-record-wrap {
	padding: 10px 5px;
}

.qd-flex .ed-checkin-record-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.qd-flex .ed-checkin-record-item {
	width: 20%;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	padding: 2px 2px 10px 2px;
}

.qd-flex .ed-checkin-record-name-date {
	color: var(--be-grey-6);
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.qd-flex .ed-checkin-record-name {
	animation: fade-in;
	-webkit-animation: fade-in;
	animation-duration: 0.2s;
	-webkit-animation: fade-in 0.2s;
}

.qd-flex .ed-checkin-record-avatar {
	width: 38px;
	height: 38px;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
}

.qd-flex .ed-checkin-record-count, 
.qd-flex .ed-checkin-record-money {
	display: none;
	font-size: 1.2rem;
	color: #da6472;
	line-height: 20px;
}

.qd-flex .ed-checkin-record-item:hover .ed-checkin-record-count, 
.qd-flex .ed-checkin-record-item:hover .ed-checkin-record-money {
	width: 100%;
	display: inline-block;
	animation: fade-in;
	-webkit-animation: fade-in;
	animation-duration: 0.2s;
	-webkit-animation: fade-in 0.2s;
}

.qd-flex .ed-checkin-record-item:hover .ed-checkin-record-name {
	display: none;
}

.qd-flex .ed-checkin-record-count i, 
.qd-flex .ed-checkin-record-money i {
	font-size: 12px !important;
}

.qd-flex .ed-checkin-record-date {
	display: none;
}

.ed-checkin-record-date {
	font-size: 1.2rem;
	color: var(--be-grey-9);
}

.ed-checkin-record-count {
	color: var(--be-grey-9);
	padding: 2px 0 0 0;
}

.ed-checkin-sn {
	position: absolute;
	top: -2px;
	right: 0;
	width: 23px;
	height: 23px;
	font-size: 1.2rem;
	color: var(--be-white);
	text-align: center;
	line-height: 23px;
	display: none;
	z-index: 1;
	background: #da6472;
	border-radius: 100%;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
}

.qd-list .ed-checkin-sn {
	top: -2px;
	left: 20px;
}


.sn-1 .ed-checkin-sn,
.sn-2 .ed-checkin-sn, 
.sn-3 .ed-checkin-sn {
	display: inline-block;
}

.sn-2 .ed-checkin-sn {
	background: var(--be-bg-yellow);
}

.sn-3 .ed-checkin-sn {
	background: #83a599;
}

/** BE信息图标 **/
.be-vip-meta {
	position: relative;
}

.be-vip-meta .be-vip-down i {
	margin: 0 5px 0 0;
}

.single .be-vip-meta {
	display: block;
	margin: 0;
}

.single .tao-goods .be-vip-meta {
	display: inline-block;
	float: left;
}

.tao-goods .be-vip-down {
	font-size: 14px;
}

.grid-inf-l .be-vip-down, 
.grid-inf-l .be-vip-price {
	position: absolute;
	right: -40px;
	bottom: 90px;
	z-index: 1;
	background: transparent;
}

.grid-inf-l .be-vip-meta .be-vip-down .cx-svip {
	margin: 0 35px 0;
}

.be-vip-meta span {
}

.type-video .be-vip-meta, 
.fall-main .be-vip-meta {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #fff;
	z-index: 1;
	background: transparent;
}

.be-vip-meta {
	color: var(--be-red-f4);
	margin: 0 5px 0 0;
}

.be-vip-meta.vip-meta-low {
	color: var(--be-grey-9);
}

.type-video .be-vip-meta, 
.tao-img .be-vip-meta, 
.fall-main .be-vip-meta, 
.grid-inf-l .be-vip-meta {
	color: var(--be-white);
}

.be-vip-meta-single {
	position: absolute;
	right: 66px;
	top: 15px;
	color: var(--be-epd-t);
}

.be-vip-meta-single .be-vip-meta i {
	margin: 0 3px 0 0;
}

/** 资源模块 **/
.be-ed-down-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	float: left;
	font-size: 1.5rem;
	line-height: 1.9;
	width: 100%;
	margin: 5px 0 45px 0;
}

.vip-meta .begin-single-meta .meta-cat, 
.vip-meta .begin-single-meta .views {
	display: none;
}

.ed-down .down-inf-title.ed-assets-inf, 
.ed-assets-inf {
	font-size: 1.6rem;
}

.ed-inf-img {
	position: absolute;
	right: 63%;
	top: 8px;
	bottom: 0;
	overflow: hidden;
	border-radius: 5px;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.ed-inf-img img {
	float: left;
	width: 150% !important;
	max-width: 150% !important;
	margin: 0 0 0 -25%;
	height: auto;
	border-radius: 5px;
}

.down-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	margin-left: 37%;
	width: 63%;
	padding: 0 0 0 25px;
}

.down-content .ed-inf {
	line-height: 200%;
}

.down-content b, 
.ed-down-main .xz strong, 
.down-content strong {
	margin: 0 12px 0 0;
}

.ed-down-box .epd-goods-count, 
.down-content .epd-goods-count, 
.widget.ed-down .erphpdown-tips, 
.be-ed-down-box .erphpdown-tips {
	display: none;
}

.be-ed-down-box .erphpdown-buy, 
.be-ed-down-box .erphpdown-down {
	background: var(--be-bg-epd);
	color: var(--be-white);
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: table;
	margin: 5px 0;
	padding: 5px 15px;
	border-radius: 5px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}

.be-ed-down-box .erphp-login-must:hover, 
.be-ed-down-box .erphpdown-buy:hover, 
.be-ed-down-box .erphpdown-down:hover {
	opacity: 0.8;
}

.ed-down-demo {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff !important;
	font-size: 1.4rem;
	opacity: 0;
	padding: 2px 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	-webkit-backdrop-filter: saturate(5) blur(20px);
	backdrop-filter: saturate(5) blur(20px);
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

.be-ed-down-box:hover .ed-down-demo {
	opacity: 1;
}

.be-ed-down-box .epd-goods-count {
	position: absolute;
	bottom: 0;
	right: 15px;
}

@media screen and (max-width: 1024px) {
	.be-vip-meta-single {
		right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.ed-select, 
	.profile-assets {
		flex-wrap: wrap;
	}

	.ed-select {
		margin: 0 -10px;
	}

	.no-month .fl, .fl {
		width: 50%;
		padding: 10px;
	}

	.be-assets-box {
		width: 33.333333%;
	}

	.profile-assets-cred .be-assets-box {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.down-content {
		width: 100%;
	}

	.ed-inf-img {
		position: static;
		max-width: 100%;
		max-height: 160px;
		margin: 0 0 15px 0;
	}

	.down-content {
		margin: 0;
		padding: 0;
	}

	.be-ed-down-box .erphpdown-vip {
		left: 110px;
	}

	.form-table #epdcardpass, 
	.form-table #epdcardnum {
		margin: 0;
	}

	.profile-assets-cred .be-assets-box, 
	.be-assets-box {
		width: 100%;
	}

	.dl-horizontal dt {
		width: 100%;
		font-size: 13px;
		display: block;
		text-align: left;
		line-height: 20px
	}

	.dl-horizontal dd {
		margin-left: 0;
	}

	.profile-form textarea {
		width: 100%;
		height: 80px !important;
	}

	.pagesider-menu a {
		padding: 6px 2px;
	}
}

@media screen and (max-width: 480px) {
	.vip-dns {
		display: none !important;
	}

	.vipbtn:after {
		bottom: 10px;
	}

	.vipbtn-submit .profile-btn {
		margin: 10px 0 15px 0;
	}
}

/** 历史版本 **/
#down-version .ajax-loading {
	position: relative;
	min-height: 180px;
	display: none
}

.down-version-error {
	min-height: 180px;
	line-height: 180px;
	text-align: center;
	display: none
}

#down-version .title {
	display: none
}

#down-version span {
	font-weight: 700;
}

#down-version .erphpdown-code {
	font-weight: 400;
}

#down-version .msg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

#down-version .msg p {
	width: 50%;
	text-indent: 0em;
	margin: 20px 0;
}

#down-version #erphpdown-download {
	max-width: 100%;
	width: 100%;
}

#down-version #erphpdown-download .link {
	background: var(--be-bg-epd);
	width: 120px;
	padding: 10px 15px;
}

#down-version #erphpdown-download .link:hover {
	background: var(--be-bg-grey-6);
	color: var(--be-white) !important;
}

#down-version #erphpdown-download {
	padding: 10px;
}

#down-version .erphpdown-code {
	background: var(--be-bg-body);
	border-radius: 3px;
	border: none;
}

@media only screen and (max-width: 520px) {
	#down-version .msg p {
		width: 100%;
		margin: 10px 0;
	}

	.tab-down-wrap .tab-down-item-url {
		display: none
	}
}

.night .pagesider-menu li.active a {
	background: #323232;
	color: #808080;
	border: 1px solid var(--be-border-t);
	border-right: 1px solid #323232;
}