
.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(images/loading.gif) center center no-repeat #eee
}
.layui-layer-ico {
	background:url(images/icon.png) no-repeat
}
.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(images/loading-0.gif) no-repeat
}
.layui-layer-loading .layui-layer-loading1 {
	width:37px;
	height:37px;
	background:url(images/loading-1.gif) no-repeat
}
.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2 {
	width:32px;
	height:32px;
	background:url(images/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 {
	background:url(images/icon-ext.png) no-repeat
}
.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
}
}.clearfix:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden
}
@font-face {
	font-family:"erphp-iconfont";
	src:url('fonts/iconfont.woff2?t=1670403023574') format('woff2'),url('fonts/iconfont.woff?t=1670403023574') format('woff'),url('fonts/iconfont.ttf?t=1670403023574') 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";
}
.erphp-icon-ut:before {
	content:"\e66e";
}
.erphp-icon-ecpay:before {
	content:"\e63e";
}
#erphpdown {
	margin:10px 5px 10px 5px !important;
}
.erphpdown {
	overflow:hidden;
	border:1px solid #ececec !important;
	padding:0px 25px 20px 25px !important;
	font-size:14px !important;
	position:relative;
	line-height:1.5 !important;
	margin:0px 5px 0px 5px !important;
	border-radius:5px!important;
}
.erphpdown > legend {
	padding:0 10px !important;
	color:#999;
	font-weight:bold;
	font-size:14px;
	margin:0px 15px 0px 15px !important;
	border:none !important;
	display:inline-block !important;
	width:inherit !important;
	line-height:1.5 !important;
}
.erphpdown .erphpdown-price {
	padding:0 5px;
	color:#E14D43;
	font-weight:bold;
	font-size:120%;
	line-height:1.2
}
.erphpdown .erphpdown-tips {
	margin-top:10px;
	opacity:.7;
	font-size:13px;
}
.erphpdown .erphpdown-tips-free {
	margin-top:-9px;
	opacity:.7;
	font-size:13px;
	margin-bottom:20px
}
.erphpdown .erphpdown-buy,.erphpdown .erphpdown-buy-index,.erphpdown-content-vip .erphpdown-buy,.erphpdown-content-vip .erphpdown-buy-index {
	border-radius:20px;
	background:#4cc361;
	color:#fff !important;
	padding:7px 18px 8px;
	line-height:1;
	text-decoration:none !important;
	font-size:14px;
	display:inline-block;
	margin-left:8px;
}
.erphpdown .erphpdown-buy:hover,.erphpdown .erphpdown-buy-index:hover,.erphpdown-content-vip .erphpdown-buy:hover,.erphpdown-content-vip .erphpdown-buy-index:hover {
	opacity:.8;
}
/*.erphpdown .erphpdown-vip,.erphpdown-content-vip .erphpdown-vip {
	border-radius:20px;
	background:#ff5f33;
	color:#fff !important;
	padding:7px 18px 8px;
	line-height:1;
	text-decoration:none !important;
	font-size:14px;
	display:inline-block;
	margin-left:8px;
}
.erphpdown .erphpdown-vip:hover,.erphpdown-content-vip .erphpdown-vip:hover {
	opacity:.8;
}
*/
.erphpdown .erphpdown-down {
	border-radius:20px;
	background:#03A9F4;
	color:#fff !important;
	padding:7px 18px 8px;
	line-height:1;
	text-decoration:none !important;
	font-size:14px;
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
}
.erphpdown .erphpdown-down:hover {
	opacity:.8;
}
.erphpdown .erphpdown-item {
	margin-bottom:5px;
	text-align:left;
}
.erphpdown .erphp-login-must {
	border-radius:20px;
	background:#ff5f33;
	color:#fff !important;
	padding:7px 18px 8px;
	line-height:1;
	text-decoration:none !important;
	font-size:14px;
	display:inline-block;
	margin-left:8px;
}
.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-content-vip {
	padding:10px 25px 20px 25px !important;
	border:1px solid #ff5f33;
	line-height:1.5;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:20px;
	font-size:14px;
	border-radius:6px!important;
}
.erphpdown-content-vip2 {
	text-align:center;
	color:#ff5f33;
	font-weight:700;
	padding:15px 25px 15px 25px !important;
}
.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:16px;
	margin-bottom:5px;
	position:relative;
	color:#ff5f33;
}
.erphpdown-free {
	margin-bottom:15px;
}
.erphpdown-see-tips {
	margin-left:5px;
	opacity:.7;
	font-size:12px;
}
.erphpdown .erphpdown-child {
	margin:0 0 10px !important;
	border:1px dashed #ddd !important;
	padding:5px 10px 11px !important;
	position:relative;
	border-radius:8px;
}
.erphpdown .erphpdown-child:last-child {
	margin-bottom:10px;
}
.erphpdown .erphpdown-child > legend {
	padding:0 15px !important;
	color:#EF8F31;
	border:none !important;
	display:inline-block !important;
	width:inherit !important;
	font-size:15px !important;
	margin:0 !important;
}
.erphpdown .erphpdown-bought-activation {
	color:#f58b36;
	font-size:13px;
	margin-top:10px;
}
.erphpdown-box-default {
	padding:20px;
	background:#f5f5f5;
	border:none;
	margin-bottom:30px;
	font-size:14px;
	line-height:1.5;
	position:relative;
	border-radius:5px;
}
.erphpdown-box-default .erphpdown-title {
	padding:0 5px;
	color:#ff5f33;
	position:absolute;
	top:-14px;
	left:15px;
	background:#fff;
	font-size:17px;
	font-weight:bold;
	display:none;
}
.erphpdown-box-default .erphpdown-child {
	margin-bottom:15px;
	border:none;
	background:#eaeaea;
	padding:25px 15px 25px;
	position:relative;
}
.erphpdown-box-default .erphpdown-child:last-child {
	margin-bottom:5px;
}
.erphpdown-box-default .erphpdown-child .erphpdown-child-title {
	padding:0 7px 1px;
	color:#777;
	position:absolute;
	top:0;
	left:15px;
	background:#d4d4d4;
	border-radius:0 0 3px 3px;
	font-size:13px;
}
.erphpdown-box2 .erphpdown-price {
	float:left;
	line-height:39px;
}
.erphpdown-box-default.erphpdown-free-box {
	border-color:#5cb85c !important;
	background:#e1f5ee;
}
.erphpdown-box-default.erphpdown-free-box .erphpdown-down {
	background:#5cb85c !important;
}
.erphpdown-box-default .erphpdown-copy {
	text-decoration:none;
	font-size:12px;
	color:#777;
	margin-left:8px;
}
.erphpdown-box-default .erphpdown-price {
	float:left;
	line-height:39px;
}
.erphpdown-box-default .erphpdown-price span {
	font-size:26px;
	color:#ff5f33;
	line-height:1;
	margin-left:10px;
}
.erphpdown-box-default .erphpdown-cart {
	float:right;
}
.erphpdown-box-default .vip {
	display:inline-block;
}
.erphpdown-box-default .vip a {
	display:inline-block;
	margin-left:10px;
	background:#e0bf73;
	background-image:linear-gradient(90deg,rgba(240,214,141,1) 0%,rgba(224,191,115,1) 100%);
	color:#4e342e;
	border-radius:5px;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
	line-height:1.7;
	min-width:100px
}
.erphpdown-box-default .down {
	display:inline-block;
	background:#ff5f33;
	color:#fff !important;
	border-radius:5px;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
	line-height:1.7;
	min-width:100px;
	margin-left:10px;
}
.erphpdown-box-default .down.bought {
	background:#5cb85c !important
}
.erphpdown-box-default .down.erphpdown-tuan-btn {
	background:#03c8d4 !important;
}
.erphpdown-box-default .down:hover,.erphpdown-box-default .vip a:hover {
	opacity:.8
}
.erphpdown-box-default .down.disabled {
	opacity:.8
}
.erphpdown-box-default .epdvip {
	position:absolute;
	top:-2px;
	right:-2px;
	background:#ff5f33;
	color:#fff;
	padding:2px 5px 1px;
	font-size:12px;
}
.erphpdown-box-default .tips2 {
	color:#f58b36;
	font-size:13px;
	margin-top:10px;
}
.erphpdown-box-default .item2 {
	margin-bottom:10px;
}
.erphpdown-box-default .item2:last-child {
	margin-bottom:0;
}
.erphpdown-box-default .custom-metas {
	margin-top:10px;
	color:#999;
	font-size:13px;
	background:#eaeaea;
	padding:10px 10px 0;
}
.erphpdown-box-default .custom-metas:empty {
	display:none;
}
.erphpdown-box-default .custom-metas .meta {
	margin-bottom:10px;
	float:left;
	width:25%;
	padding-right:10px;
}
.erphpdown-box-default .custom-metas .meta t {
	color:#666;
}
.erphpdown-box-default .erphpdown-vip {
	border-radius:20px;
	background:#fbb715;
	color:#fff !important;
	padding:7px 18px 8px;
	text-decoration:none !important;
	font-size:13px;
	display:inline-block;
	margin-left:8px;
	line-height:1
}
.erphpdown-box-default .erphpdown-buy {
	border-radius:20px;
	background:#ff5f33;
	color:#fff !important;
	padding:7px 18px 8px;
	text-decoration:none !important;
	font-size:13px;
	display:inline-block;
	margin-left:8px;
	line-height:1
}
.erphpdown-box-default .erphpdown-buy.down {
	border-radius:5px;
	padding:8px 0;
	line-height:1.7;
	width:200px;
	font-size:14px;
}
.erphpdown-box-default .erphpdown-down {
	border-radius:20px;
	background:#ff5f33;
	color:#fff !important;
	padding:7px 18px 8px;
	text-decoration:none !important;
	font-size:13px;
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	line-height:1
}
.erphpdown-box-default .erphpdown-tuan2 {
	margin-top:25px;
	position:relative;
}
.erphpdown-box-default .erphpdown-tuan .erphpdown-price span {
	color:#03c8d4;
}
.erphpdown-box-default .erphpdown-tuituan {
	margin-right:0;
	margin-left:8px;
}
.erphpdown-box-default .erphpdown-tuan-loader,.erphpdown-box-default .erphpdown-tuan-btn {
	background:#03c8d4;
	margin-right:0;
}
.erphpdown-tuan2 {
	margin-top:10px;
}
.erphpdown-tuan .erphpdown-price span {
	color:#03c8d4;
}
.erphpdown-tuan .erphpdown-tuan-btn {
	margin-right:8px;
	background:#03c8d4;
}
.erphpdown-tuan .erphpdown-tuituan {
	margin-right:8px;
	text-decoration:none;
	font-size:10px;
}
.erphpdown-tuan .erphpdown-tuan-process {
	display:inline-block;
}
.erphpdown-tuan .erphpdown-tuan-process .line {
	background:#dedede;
	height:8px;
	width:200px;
	border-radius:3px;
	display:inline-block;
}
.erphpdown-tuan .erphpdown-tuan-process .line span {
	display:block;
	height:8px;
	width:0px;
	background:#03c8d4;
	border-radius:3px 0 0 3px;
}
.erphpdown-tuan .erphpdown-tuan-process .data {
	text-align:center;
	font-size:10px;
	color:#8a92a9;
	padding:4px 0 4px 8px;
	display:inline-block;
}
.erphpdown-tuan .erphpdown-tuan-process .avatars {
	display:inline-block;
	font-size:0;
	margin-left:8px;
}
.erphpdown-tuan .erphpdown-tuan-process .avatars img {
	border-radius:50%;
	margin:0 1px;
	width:20px;
	height:20px;
}
.widget-erphpdown .erphpdown-tuan {
	margin-bottom:15px;
	text-align:center;
	margin-top:0 !important;
}
.widget-erphpdown .price font {
	background:#ff5f33;
	color:#fff;
	border-radius:3px;
	font-size:12px;
	padding:0 4px;
	display:inline-block;
	position:relative;
	top:-3px;
	margin-right:3px;
}
.widget-erphpdown .price font.xz {
	background:rgba(45,50,55,0.7);
}
.widget-erphpdown .erphpdown-tuan-process {
	display:block;
	text-align:center;
}
.widget-erphpdown .erphpdown-tuan-process .line {
	width:100%;
	display:block;
}
.widget-erphpdown .erphpdown-tuan-process .line span {
	background:#ff5f33
}
.widget-erphpdown .erphpdown-tuan-process .avatars {
	display:block;
	margin-left:0;
}
.widget-erphpdown .erphpdown-tuituan {
	margin-right:0;
	color:#8a92a9;
}
.erphpdown-box .erphpdown-tuan2 {
	margin-top:25px;
	position:relative;
}
.erphpdown-box .erphpdown-tuituan {
	margin-right:0;
	margin-left:8px;
}
.erphpdown-header-box .erphpdown-tuan {
	margin-top:0
}
.erphpdown-header-box .erphpdown-tuan2 {
	margin-bottom:15px;
}
.erphpdown-header-box .erphpdown-tuan-process {
	margin-left:8px;
}
.erphpdown-header-box .erphpdown-tuituan {
	margin-right:0;
	margin-left:8px;
}
@media(max-width:768px) {
	.erphpdown-tuan .erphpdown-tuan-process .line {
	width:150px;
}
.erphpdown-box .erphpdown-tuituan {
	margin-left:0
}
.erphpdown-header-box .erphpdown-tuan-process {
	margin-left:0;
	display:block;
}
.erphpdown-header-box .erphpdown-tuan-process .line {
	width:100% !important;
}
.erphpdown-header-box .erphpdown-tuan-process .data {
	display:block;
	text-align:center;
}
}
#erphpdown-paybox {
	font-size:14px;
	margin:0 auto;
	position:relative;
	max-width:324px;
}
#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 del {
	font-size:smaller;
	color:#999;
}
.erphpdown-table .item .tit input:focus {
	outline:none;
}
.erphpdown-table .item .tit span {
	font-size:12px;
	color:#fff;
	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;
	margin-top:5px;
}
.erphpdown-table .erphp-justbuy {
	margin-bottom:10px;
	margin-top:-10px;
	overflow:hidden;

}
.erphpdown-table .erphp-justbuy a {
	padding:13px 22px 14px;
	font-size:14px;
	min-width:95px;
	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 .erphp-justbuy a.pmt-ut {
	background:#0e932e
}
.erphpdown-table .login-tips {
	text-align:center;
	font-size:12px;
	color:#999;
}
.erphpdown-table .login-tips a {
	color:#333;
}
.erphpdown-promo {
	text-align:center;
	color:#999;
	margin-top:15px;
	font-size:12px;
}
.erphpdown-promo input {
	border:1px solid #d4d4d4;
	border-radius:2px;
	width:100px;
	padding:5px;
}
.erphpdown-promo a {
	color:#333;
	background:#e8e8e8;
	border-radius:2px;
	height:27px;
	padding:0 10px;
	line-height:27px;
	display:inline-block;
}
.erphpdown-body {
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
}
#erphpdown-download {
	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 {
	font-size:12px;
	color:#555
}
#erphpdown-download .msg p .erphpdown-copy {
	margin-left:5px
}
#erphpdown-download .title {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
#erphpdown-download .hidden-title {
	margin-top:20px
}
#erphpdown-download .title span {
	position:relative;
	display:inline-block;
}
#erphpdown-download .title span:before {
	position:absolute;
	background:linear-gradient(to right,transparent,#333);
	content:"";
	height:1px;
	width:60px;
	margin:0 10px 0 0;
}
#erphpdown-download .title span:after {
	position:absolute;
	background:linear-gradient(to right,#333,transparent);
	content:"";
	height:1px;
	width:60px;
	margin:0 0 0 10px;
}
#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:6px 15px 7px 15px;
	display:block;
	font-size:13px;
	width:140px;
	line-height:1;
	background:linear-gradient(106deg,#99CC00 0,#99FF33 100%);
	color:#FFF;
	border-radius:20px;
	margin:10px auto;
	text-align:center;
}
#erphpdown-download a:hover .link {
	background-color:rgba(255,164,27,0.8);
}
#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;
}
.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;
}


.erphpdown-sc-user-wrap {
	position:relative;
	padding-left:140px;
	font-size:14px;
	line-height:1.5;
}
.erphpdown-sc-user-wrap * {
	box-sizing:border-box;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	list-style:none !important;
	background:#f9f9f9;
	width:140px;
	padding:0px 0 !important;
	margin:0 !important;
	border-right: 1px solid #e7e7e7;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li {
	list-style:none !important;
	display:block;
	padding:10px 20px 10px 30px;
	margin:0;
	position:relative;
	border-bottom: 1px dashed #e7e7e7;
}
/*.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active:before {
	content:"";
	position:absolute;
	left:13px;
	top:13.5px;
	width:4px;
	height:15px;
	background-color:#ff5f33;
	border-radius:2px;
}*/
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li a {
	color:#333;
	display:block;
	text-decoration:none;
	line-height:1.5;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active a {
	color:#ff5f33;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside .erphpdown-sc-btn {
	background:rgb(255 95 51 / .5);
	padding:6px 8px;
	border:none;
	color:#fff;
	cursor:pointer;
	line-height:1;
	font-size:12px;
	display:inline-block;
	border-radius:2px
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-content {
	border-left:0;
	min-height:500px;
	padding:13px;
}
.erphpdown-sc {
	margin-bottom:0px;
	font-size:14px;
}
.erphpdown-sc h2 {
	font-size:14px;
	margin-bottom:15px;
	background:#ffeee9;
	color:#fa9f7e;
	font-weight:normal;
	padding:3px 10px;
	border-radius:30px;
	display:inline-block;
	font-weight:700;
}
.erphpdown-sc h2 span {
	margin-left:10px;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	background:rgb(255 95 51 / .5);
	line-height:1;
	padding:1px 5px;
	border-radius:2px;
}
.erphpdown-sc table {
	width:100%;
}
.erphpdown-sc table,.erphpdown-sc table tr,.erphpdown-sc table th,.erphpdown-sc table td {
	border:none !important;
	padding:0 !important
}
.erphpdown-sc table th,.erphpdown-sc table td {
	padding:7px 5px !important;
	text-align:center;
}
.erphpdown-sc table.erphpdown-sc-table td {
	padding:15px 15px !important
}
.erphpdown-sc table.erphpdown-sc-list td {
	border-bottom:1px dashed #e7e7e7 !important;
	word-break:break-all;
}
.erphpdown-sc table th {
	background-color:#FFEEE9;
	color:#333;
	font-weight:500;
}
.erphpdown-sc table td.tit,.erphpdown-sc table.erphpdown-sc-table td {
	text-align:left;
}
.erphpdown-sc p {
	margin:0 0 10px;
	font-size:14px;
	color:#666;
}
.erphpdown-sc h2 {
	margin-top:10px;
}
.erphpdown-sc del {
	font-size:smaller;
	margin-right:5px;
	opacity:.7;
}
.erphpdown-sc .error {
	color:#EB4921;
	font-size:13px;
	margin-bottom:10px;
	margin-left:-10px;
    padding:2px 8px;
}
.erphpdown-sc .error .icon {
    font-size:16px;
	position:relative;
	top:0px;
}
.erphpdown-sc .updated {
	color:#5cb85c;
	font-size:14px;
	margin-bottom:10px;
}
.erphpdown-sc .erphpdown-sc-td-title {
	width:130px;
	vertical-align:middle;
	font-weight:700;
}
.erphpdown-sc .erphpdown-sc-input {
	border:1px solid #d6d6d6;
	padding:6px 10px;
	width:300px;
	max-width:100%;
	border-radius:5px
}
.erphpdown-sc .erphpdown-sc-btn {
	padding:5px 15px;
	color:#5396FF;
	cursor:pointer;
	line-height:1;
	font-size:13px;
	border-radius:20px;
	border:1px solid #5396FF;
	background:#ffffff;
}
.erphpdown-sc .erphpdown-sc-btn:hover {
	border:1px solid #FFC829;
	background:#FFC829;
	color:#fff;
}
.erphpdown-pagination {
	padding:20px;
	text-align:center
}
.erphpdown-pagination ul {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:0;
	margin-bottom:0
}
.erphpdown-pagination ul > li {
	display:inline;
	margin:0
}
.erphpdown-pagination ul > li > a,.erphpdown-pagination ul > li > span {
	margin:0 2px;
	float:left;
	padding:4px 12px 3px;
	line-height:20px;
	text-decoration:none;
	background-color:#eee;
	color:#666;
	border-radius:2px;
}
.erphpdown-pagination ul > li > a:hover,.erphpdown-pagination ul > li > a:focus {
	background-color:#ccc;
	color:#444
}
.erphpdown-pagination ul > .active > a,.erphpdown-pagination ul > .active > span {
	background-color:#ff5f33;
	color:#fff
}
.erphpdown-pagination ul > .active > a,.erphpdown-pagination ul > .active > span {
	cursor:default
}
.erphpdown-pagination ul > li > span,.erphpdown-pagination ul > .disabled > span,.erphpdown-pagination ul > .disabled > a,.erphpdown-pagination ul > .disabled > a:hover,.erphpdown-pagination ul > .disabled > a:focus {
	color:#999999;
	background-color:transparent;
	cursor:default
}
.erphpdown-vip-content {
	overflow:hidden;
	margin:20px -15px
}
.erphpdown-vip-content * {
	box-sizing:border-box;
}
.erphpdown-vip-content .vip-item {
	padding:30px 20px;
	border-radius:8px;
	background-color:#ffffff;
	text-align:center;
	width:calc(25% - 30px);
	margin:0 15px 30px;
	float:left;
	top:0;
	position:relative;
	box-shadow:0px 10px 20px rgba(97,105,140,0.1);
	transition:all .3s cubic-bezier(.4,0,.2,1);
	-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);
	-moz-transition:all .3s cubic-bezier(.4,0,.2,1);
	-ms-transition:all .3s cubic-bezier(.4,0,.2,1);
	-o-transition:all .3s cubic-bezier(.4,0,.2,1);
}
.erphpdown-vip-content .vip-item:hover {
	top:-10px;
}
.erphpdown-vip-content .vip-item .name {
	font-size:24px;
	font-weight:600;
	border-radius:8px 8px 0 0;
	margin:0
}
.erphpdown-vip-content .vip-item p.border-decor {
	margin-bottom:30px;
	text-align:center;
}
.erphpdown-vip-content .vip-item p.border-decor.no {
	height:25px;
}
.erphpdown-vip-content .vip-item p.border-decor span {
	background:#f5f5f5;
	border-radius:30px;
	padding:6px 12px;
	color:#333;
	display:inline-block;
	line-height:1;
	font-size:13px;
}
.erphpdown-vip-content .vip-item p.border-decor span:empty {
	visibility:hidden;
}
.erphpdown-vip-content .vip-item .price {
	font-size:32px;
	display:block;
	margin:10px 0 5px;
}
.erphpdown-vip-content .vip-item .price small {
	font-size:14px;
}
.erphpdown-vip-content .vip-item ul {
	margin-bottom:20px
}
.erphpdown-vip-content .vip-item ul li {
	font-size:15px;
	padding-bottom:10px
}
.erphpdown-vip-content .vip-item ul li:not(:first-child) {
	padding-top:10px
}
.erphpdown-vip-content .vip-item ul li:not(:last-child) {
	border-bottom:solid 1px #f7f7f7
}
.erphpdown-vip-content .vip-item ul li i {
	width:8px;
	height:8px;
	border:2px solid #ff5f33;
	border-radius:50%;
	display:inline-block;
	margin-right:5px;
	position:relative;
	top:-1px;
}
.erphpdown-vip-content .vip-item .erphpdown-btn {
	border-radius:50px;
	padding:10px 20px 11px;
	font-size:15px;
	text-decoration:none;
	min-width:110px;
	color:#fff !important
}
.erphpdown-vip-content .vip-item .erphpdown-btn.disabled {
	visibility:hidden;
}
/* www.mobantu.com  qq 82708210*/

.layui-layer-dialog {
	min-width:360px
}
.layui-layer-dialog.layui-layer-msg {
	min-width:auto
}
.layui-layer-btn a {
	font-size:12px;
	border-color:#e1e6f0;
	color:#8187a1;
	box-sizing:content-box;
}
.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;
	background:#fff url(images/expired.png) center center no-repeat;
}
.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 .payment .erphp-icon-ut {
	font-size:42px;
	color:#0e932e;
}
.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 .ut-box {
	text-align:left;
	max-width:500px;
	margin:40px auto
}
.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .ut-box .ut-item {
	margin-bottom:15px;
	color:#999;
}
.erphpdown-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .ut-box .ut-item span {
	color:#333;
}
.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-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .kefu {
	margin-top:10px;
}
.erphpdown-page-pay {
	background:#f7f7f7
}
.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal {
	max-width:420px;
	margin:50px auto;
	padding:30px 15px 60px;
	background:#fff url(images/wave.png) top center repeat-x;
	border:1px solid #f3f3f3;
	border-top:none;
}
.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal.ut-modal {
	max-width:600px;
}
.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;
}
.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) {
	.erphpdown {
	padding:15px 20px 20px !important;
}
.erphpdown-page-pay .erphpdown-custom-modal-box .wppay-modal {
	margin:10px auto 0;
}
.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-box-default .erphpdown-price {
	float:none;
	text-align:center;
}
.erphpdown-box-default .erphpdown-cart {
	float:none;
	text-align:center;
}
.erphpdown-box-default .erphpdown-cart .vip {
	display:block;
}
.erphpdown-box-default .vip a {
	padding:3px 15px;
	min-width:80px;
}
.erphpdown-box-default .down {
	margin-left:0;
	display:block;
	margin-top:10px;
}
.erphpdown-sc-user-wrap {
	padding-left:80px;
	font-size:14px;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside {
	width:80px;
	padding:15px 0 !important
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li {
	padding:6px 10px
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active:before {
	display:none;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-content {
	padding:11px 15px
}
.erphpdown-sc {
	font-size:14px;
}
.erphpdown-sc .erphpdown-sc-td-title {
	width:115px;
}
.erphpdown-sc .erphpdown-sc-input {
	width:100%;
}
.erphpdown-sc-user-wrap .erphpdown-sc-user-aside .erphpdown-sc-btn {
	padding:5px 6px
}
.erphpdown-vip-content .vip-item {
	width:calc(50% - 15px);
	margin:0 7.5px 15px;
}
}
/*²¹³ä*/
.erphpdown-sc-list .tit:before {
	background:#afafaf;
	content:"";
	width:8px;
	height:8px;
	display:inline-block;
	vertical-align:5.5%;
	margin:0 5px 0 0;
	border-radius:100%;
}
.erphpdown-sc-list .tit:hover:before {
	background:#ffdfd3;
}

.erphpdown-sc-td-title .ch-star {
	color:#bb9998;
	font-weight:400;
	vertical-align:0;
	transform:scale(0.7);
	vertical-align:super;
	display:inline-block;
}

.erphpdown-sc span.money {
    background:#FF3355;
	color:#fff;
    padding:2px 8px;
    font-size:12px;
	font-weight:normal;
	height:1;
	border-radius:10px;
	position:relative;
	left:10px;
	line-height:16px;
	height:16px;
}
.profile-box,
.erphpdown-sc .erphpdown-sc-table {
	background:#fff;
	border:1px solid #e7e7e7;
	border-radius: 5px;
	transition-duration:.3s;
	-webkit-transition-duration:.3s;
	box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
	-webkit-box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
}
a.xzck {
    color:#5396FF;
    border-radius:18px;
	border:1px solid #5396FF;
    padding:2px 8px;
	font-size:12px;
}
a.xzck:hover {
    color:#fff;
    border:1px solid #FFA41B;
    background:#FFA41B;
}
.paytype,.viptype  {
    position:relative;
	top:2px;
	right:-3px;
	color:#FFA41B;
	font-size:16px;
}
.payment-label {
    margin-right:15px;
}
.viptype-item {
    margin-top:15px;
	margin-bottom:15px;
}
.vip-bj,.buyOne-getOne {
    display:inline-block;
    height: 16px;
    padding: 0px 3px;
    line-height: 16px;
    background: linear-gradient(90deg,#FFAF22,#FFAF22);
    border-radius: 0 4px 0 4px;
    position:relative;
    top: 0px;
    right: -25px;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.1);
    color: #fff;
    font-weight: 400;
}
.vip-bj {
    background: linear-gradient(90deg,#6BD139,#6BD139);
	right: 0px;
	top: -1px;
	margin-left:5px;
	margin-right:5px;
	border-radius: 3px;
	font-style: italic;
	padding: 0px 5px 0px 4px;
}

/*ÏÂÔØÏêÇé*/
.layui-layer-title {
	border-radius:5px 5px 0 0
}
.erphpdown-down-layui {
	background:#ffffff;
}
.erphpdown-table .erphp-justbuy {
	margin-bottom:-5px;
	margin-top:-15px;
	overflow:hidden;
}
.erphp-justbuy a.pmt-wx {
	margin-right:20px;
}
#erphpdown-paybox {
	max-width:330px;
	height:auto;
	padding:15px 15px 5px 15px;
	background:#f1f1f1;
	border-radius: 5px;
	-webkit-transition-duration:.3s;
	box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
	-webkit-box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
	margin:15px -5px -5px -5px;
}
#erphpdown-download {
    max-width:330px;
	background:#f1f1f1;	
	border-radius: 5px;
	-webkit-transition-duration:.3s;
	box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
	-webkit-box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
	margin:5px -5px -5px -5px;
	padding:15px;
}
#erphpdown-download .msg p .icon{
	margin-top:8px;
	font-size:14px;
	margin-right:5px;
}
#erphpdown-download .bdxz{
	position:relative;
	top:-9px;
	font-size:14px;
}
.erphpdown-default {
	margin:15px 0px 10px 0px;
}
.erphpdown-download-da {
	border:1px solid #dddddd;
	margin-top:16px;
	border-radius: 5px;	
}
.erphpdown-download-da img {
	height:auto;
	max-width:100%;
	border-radius: 5px;
}

.item div.tit {
	transition-duration:.3s;
	-webkit-transition-duration:.3s;
	box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
	-webkit-box-shadow:0 4px 15px 3px rgb(0,0,0,0.1);
}
.erphpdown .down-buy {
	background:#4cc361;
}
.down {
	margin-left:10px;
}
a.btn-blue {background: #03A9F4;}
a.btn-green {background: #4CC361;}
a.btn-red {background: #DD3333;}
a.btn-pink {background: #BC55E1;}

.erphpdown-content-view {
	padding:15px 25px 15px 25px !important;
	border:1px dashed #DD3333;
	line-height:1.5;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:20px;
	font-size:14px;
	border-radius:6px!important;
}




















#erphpdown-danmu {
	position:fixed;
	z-index:99;
	max-width:400px;
	max-height:138px;
	overflow:hidden;
	right:0;
	bottom:0;
}
#erphpdown-danmu li {
	display:flex;
	opacity:0;
	border-radius:20px;
	color:#fff;
	padding:5px 10px 3px 4px;
	clear:both;
	font-size:12px;
	height:26px;
	float:right;
	overflow:hidden;
}
#erphpdown-danmu li a {
	text-decoration:underline;
}
#erphpdown-danmu li a:first-child {
	margin-right:4px;
	width:26px;
}
#erphpdown-danmu li a,#erphpdown-danmu li a font {
	color:#fff !important;
}
#erphpdown-danmu li a:last-child n {
	text-decoration:underline;
	margin:0 5px;
}
#erphpdown-danmu li img {
	width:21px;
	height:21px;
	border-radius:100%;
	vertical-align:inherit;
	margin-right:3px;
	background:#f9f9f9;
	position:relative;
	top:-2px;
}
@media (max-width:768px) {
	#erphpdown-danmu {
	max-width:70%;
}
}