body {
	background-color: #f6f5f5;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	word-wrap: break-word
}

.fa {
	font-size: 16px;
}

.loginbox {
	position: relative;
	background: #fff;
	width: 450px;
	margin: 120px auto 50px;
	border-radius: 5px;
	padding: 40px 0 60px;
	text-align: center;
}

.loginbox .part {
	max-width: 320px;
	width: 100%;
	display: inline-block;
}

.loginbox h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}

.loginbox h2 img {
	width: 80px;
	height: auto;
	border: none;
	border-radius: 50%;
}

.loginbox p {
	margin: 0;
}

.loginbox .input-item {
	margin-bottom: 10px;
	position: relative;
}

.loginbox .input-item .icon {
	position: absolute;
	left: 10px;
	top: 10px;
}

.loginbox .input-submit {
	margin-top: 18px;
}

.loginbox .input-submit .submit {
	font-size: 14px;
	background: #fe8103;
	color: #fff;
	width: 100%;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 0;
	cursor: pointer
}

.loginbox .input-submit .submit:hover {
	opacity: .8
}

.loginbox .input-item .input-control {
	padding: 13px 12px 13px 33px;
	border: none;
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.loginbox .input-item .captcha-clk2 {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	height: 41px;
}

.loginbox .input-item .captcha-clk,
.loginbox .input-item .captcha-sms-clk {
	position: absolute;
	cursor: pointer;
	font-size: 13px;
	color: #fe8103;
	display: inline-block;
	top: 13px;
	right: 15px;
	cursor: pointer;
}

.loginbox .input-item .captcha-clk.disabled,
.loginbox .input-item .captcha-sms-clk.disabled {
	cursor: auto;
	opacity: .7;
}

.loginbox .input-item .invitation-link {
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 13px;
	color: #999
}

.loginbox .safe {
	margin-top: 15px;
	overflow: hidden;
	text-align: left;
}

.loginbox .safe a {
	font-size: 13px;
	color: #505050;
}

.loginbox .safe .signup-loader,
.loginbox .safe .signsms-loader {
	float: right
}

.loginbox .sign-tips,
.loginbox .sign-tip {
	font-size: 8px;
	color: #f42;
	margin-bottom: 10px;
	margin-top: -4px;
	display: none
}

.loginbox .mpPart .ews-tips {
	padding-bottom: 12px;
	color: #333;
}

.expend-container {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
}

.expend-container:after {
	content: ' ';
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	z-index: 2;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
	height: 6rem;
	width: 6rem;
	background: #fff;
	transform: rotate(45deg);
	transition: all 0.4s;
}

.expend-container:hover:after {
	right: 1.4rem;
	top: 1.4rem;
}

.expend-container a {
	display: inline-block;
}

.expend-container svg {
	fill: #999
}

.main {
	padding-top: 30px;
}

.warning {
	background: #fff3e9;
	padding: 15px 20px;
	border-radius: 3px;
	color: #f58b36;
	margin-bottom: 20px;
}

.btn {
	border-radius: 3px;
}

.btn-primary {
	color: #fff;
	background-color: #fe8103;
	border-color: #fe8103
}

.btn-mary {
	color: #fff;
	background-color: #9E9E9E;
}

.btn-color {
	color: #fff;
	background-color: #fe8103;
}

.btn-color2 {
	color: #fff;
	background-color: #6f0ee6;
}

.btn-color3 {
	color: #fff;
	background-color: #0ec0e6;
}

.btn-color4 {
	color: #fff;
	background-color: #d2c55d;
}

.left {
	float: left;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 38px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	text-align: center
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table a img {
	width: 20px;
	height: 20px;
}

.table td .oname {
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	text-align: left;
}

.table td .onames {
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 20px;
	text-align: left;
}

.table td .ok {
	background-color: #fe8103;
	color: #ffffff;
	padding: 3px 10px;
	white-space: nowrap;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
}

.table td .no {
	background-color: #F44336;
	color: #ffffff;
	padding: 3px 10px;
	white-space: nowrap;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
}

.table td .nok {
	background-color: #0ec0e6;
	color: #ffffff;
	padding: 3px 10px;
	white-space: nowrap;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
}

.container-user {
	position: relative;
	padding-left: 200px !important;
	padding-right: 0 !important;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
	max-width: 1200px !important;
	border-radius: 3px;
	overflow: hidden;
}

.container-user .content {
	margin-right: 0;
	padding: 20px 30px 0px;
	margin-bottom: 0;
	width: 100%;
	border-right: none;
	float: none
}

.usertitle {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	text-align: center
}

.usertitle h2 {
	font-size: 17px;
	margin: 0 0 10px;
	line-height: 20px;
	position: relative;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
}

.usertitle span {
	font-size: 12px;
	color: #fe8103
}

.usertitle .edit-avatar {
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.usertitle .edit-avatar:after {
	content: "\e8d9";
	position: absolute;
	bottom: -3px;
	right: 0;
	font-family: "iconfont" !important;
	font-size: 16px;
	color: #777;
}

.usertitle .avatar {
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	width: 50px;
}

.usertitle .avatar-100 {
	width: 100px;
	height: 100px;
}


.usertitle .avatar-200 {
	width: 188px;
	height: 306px;
}

.usertitle input {
	position: absolute;
	left: 0;
	z-index: 99;
	width: 100px;
	height: 100px;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
}

.usertitle .inputs {
	width: 188px;
	height: 306px;
}


.mobantu-check p {
	font-size: 12px;
	color: #777;
	margin-top: 3px;
}

.userside {
	float: left;
	margin-left: -200px;
	width: 200px;
	background-color: #fbfbfb;
	padding: 20px;
	height: 100%;
	position: absolute;
}

.usermenus {
	text-align: center;
	margin: auto;
	height: 100%;
    white-space: nowrap;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.usermenu {
	list-style: none;
	margin: 0 0 15px;
	padding: 0
}

.usermenu li {
	margin-bottom: 1px
}

.usermenu li a {
	display: block;
	padding: 3px 20px;
	font-size: 16px;
	color: #888;
	border-radius: 2px
}

.usermenu li a:hover {
	color: #666
}

.usermenu .active {
	color: #666;
	background-color: #eee;
	position: relative;
	text-decoration: none
}

.usermenu .active {
	color: #fe8103;
}

.usermenu li:last-child a {
	border-bottom: none
}

.usermenu li .icon {
	font-size: 18px
}

.usermenu h4 {
	margin: 0
}

.usermenu h4 a {
	color: #666;
	background-color: #F7F9FA;
	padding-top: 15px;
	cursor: default;
	border-bottom-color: #e6e6e6
}

.usercheck {
	background: #aaa;
	color: #fff !important;
	border-radius: 15px;
	padding: 3px 12px;
	font-size: 12px;
	display: inline-block;
	width: 86px;
}

.usercheck.active {
	background: #fe8103;
}

.user-main {
	position: relative;
	min-height: 820px
}

.btn.btn-primary.disabled {
	border: 1px solid #ECA572;
	background: #ECA572;
	cursor: auto
}

.user-commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px
}

.user-commentlist li {
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0;
	overflow: hidden;
	padding-left: 140px
}

.user-commentlist .note {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px
}

.user-commentlist p {
	font-size: 12px;
	margin-bottom: 0
}

.user-commentlist time {
	font-size: 12px;
	color: #999;
	float: left;
	margin-left: -140px;
	margin-top: 2px
}

.user-postlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.user-postlist h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	margin-right: 10px;
}

.user-postlist li {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0;
	overflow: hidden
}

.user-postlist p {
	margin-bottom: 0;
	padding-top: 10px;
}

.user-postlist .note {
	color: #bbb;
	height: 70px;
	overflow: hidden;
}

.user-postlist .thumb {
	float: right;
	margin-left: 20px;
	width: 160px;
	height: 120px
}

.user-loading {
	text-align: center;
	padding: 200px 0;
	color: #999;
	font-size: 16px
}

.user-loading i {
	font-size: 20px
}

.content {
	overflow: hidden
}

.charges .charge-header {
	text-align: center;
	padding: 10px 0;
}

.charges .charge-header .item {
	float: left;
	width: 32%;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	margin-left: 2%;
	position: relative;
}

.charges .charge-header .item:first-child {
	margin-left: 0;
}

.charges .charge-header .item b {
	font-size: 32px;
}

.charges .charge-header .item p {
	font-size: 14px;
	margin-top: 12px;
	color: #777;
}

.charges .charge-header .item .tips {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	color: #999;
	background: #f5f5f5;
	border-radius: 0 0 2px 2px;
	padding: 2px 8px;
}

.charge .charge-header {
	text-align: center;
	padding: 18px 0;
}

.charge .charge-header .item {
	float: left;
	width: 23.5%;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 20px;
	margin-left: 2%;
	position: relative;
}

.charge .charge-header .item:first-child {
	margin-left: 0;
}

.charge .charge-header .item b {
	font-size: 32px;
}

.charge .charge-header .item p {
	font-size: 16px;
	margin-top: 5px;
	color: #777;
}

.charge .charge-header .item .tips {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	color: #999;
	background: #f5f5f5;
	border-radius: 0 0 2px 2px;
	padding: 2px 8px;
}

.charge .charge-header h1 {
	font-size: 46px;
	color: #fe8103;
}

.charge .charge-header h1 span {
	display: inline-block;
	background: #fe8103;
	border-radius: 50%;
	font-size: 18px;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	position: relative;
	top: -8px;
	margin-right: 8px;
}

.charge .charge-header .desc {
	text-align: center;
	color: #999;
	position: relative;
	margin-top: -10px;
	margin-bottom: 20px;
}

.charge .charge-header h3 {
	color: #555;
	font-size: 20px;
	font-weight: normal;
}

.charge .charge-header h3 .icon-copy {
	font-size: 20px
}

.charge .charge-header #aff-qrcode {
	display: none;
}

.charge .tips {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	padding-top: 50px;
	margin-left: 15px;
	margin-bottom: 50px;
	padding-left: 18px;
	list-style: circle
}

.charge .tips li {
	list-style: circle
}

.charge h4 {
	font-size: 15px;
	color: #bbb;
	padding-top: 10px;
	clear: both;
	margin-left: 15px
}

.charge h4.error {
	color: #FF766C
}

.charge h4.success {
	color: #44B60C
}

#charge-form,
#charge-form2 {
	max-width: 560px;
	margin: 0 auto;
	position: relative;
}

#charge-form2 {
	margin-top: 40px;
}

#charge-form h3,
#charge-form2 h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center;
	color: #888;
}

#charge-form .item .prices {
	margin-bottom: 15px;
	border-radius: 2px;
	border: 1px solid #d8d8d8;
}

#charge-form .item .prices input[type='radio'] {
	-webkit-appearance: none;
	display: none;
}

#charge-form .item .prices label {
	display: inline-block;
	padding: 12px 10px;
	color: #666;
	cursor: pointer;
	width: 16.6667%;
	text-align: center;
	position: relative;
	border-right: 1px solid #d8d8d8;
}

#charge-form .item .prices label:last-child {
	border: none;
}

#charge-form .item .prices label.active {
	background: #eee
}

#charge-form .form-control,
#charge-form2 .form-control {
	display: inline-block;
	max-width: 380px;
	border-radius: 3px;
}

#charge-form .input-recharge,
#charge-form2 .input-recharge {
	max-width: 100%;
	width: 100%;
	padding: 14px 14px;
	border-radius: 3px;
	height: 51px;
	font-size: 16px;
	margin-bottom: 15px;
}

#charge-form .btn-recharge,
#charge-form2 .btn-card {
	width: 100%;
	padding: 14px 12px;
	border-radius: 3px;
	font-size: 18px;
}

#charge-form .rmb {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 49px;
	width: 60px;
	line-height: 49px;
	font-size: 18px;
	text-align: center;
	background: #f5f5f5;
	color: #737373;
}

#charge-form2 .btn-card {
	background-color: #555 !important
}

#charge-form .item p,
#charge-form2 .item p {
	color: #777;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 30px;
}

#charge-form .payment-radios {
	text-align: center;
	margin-top: 10px;
}

#charge-form .payment-radios .paytype {
	display: none;
}

#charge-form .payment-radios .icon {
	top: 0;
	font-size: 32px;
}

#charge-form .payment-radios label {
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	width: 44px;
	height: 44px;
	border: 2px solid #eaeaea;
	border-radius: 50%;
	text-align: center;
	padding: 2px;
}

#charge-form .payment-radios .payment-alipay-label .icon {
	color: #00a3ee;
}

#charge-form .payment-radios .payment-wxpay-label .icon {
	color: #00c250;
}

#charge-form .payment-radios .payment-qqpay-label .icon {
	color: #0BB2FF;
}

#charge-form .payment-radios .payment-paypal-label .icon {
	color: #0070ba;
}

#charge-form .payment-radios .payment-stripe-label .icon {
	color: #635bff;
}

#charge-form .payment-radios .paytype:checked+label {
	border: 2px solid #fe8103;
}

#charge-form .payment-radios .paytype:checked+.payment-alipay-label {
	border: 2px solid #00a3ee;
}

#charge-form .payment-radios .paytype:checked+.payment-wxpay-label {
	border: 2px solid #00c250;
}

#charge-form .payment-radios .paytype:checked+.payment-qqpay-label {
	border: 2px solid #0BB2FF;
}

#charge-form .payment-radios .paytype:checked+.payment-paypal-label {
	border: 2px solid #0070ba;
}

#charge-form .payment-radios .paytype:checked+.payment-stripe-label {
	border: 2px solid #635bff;
}

#charge-form .payment-radios label:last-child {
	margin-right: 0
}

.charge-gift {
	font-size: 14px;
	color: #777;
	max-width: 560px;
	margin: 20px auto;
	background: #f5f5f5;
	padding: 10px 15px;
	border-radius: 0 5px 0 5px;
}

.charge-gift:empty {
	display: none;
}

.charge-gift .item span {
	display: inline-block;
	min-width: 40px;
	text-align: center;
	font-size: 18px;
}

.charge-tips {
	font-size: 14px;
	color: #777;
	max-width: 560px;
	margin: 20px auto;
}

.user-meta {
	list-style: none;
	line-height: 32px;
	color: #999
}

.user-meta li {
	padding-left: 80px;
	padding-bottom: 10px
}

.user-meta label {
	float: left;
	margin-left: -120px;
	width: 110px;
	text-align: right;
	line-height: 34px;
	color: #666
}

.user-meta .form-control {
	border-radius: 0;
	max-width: 380px;
	padding: 0 10px;
	border-radius: 3px;
}

.user-meta .beautyupload {
	background: none repeat scroll 0 0 #F3F3F3;
	display: inline-block;
	position: relative;
	cursor: pointer
}

.user-meta .beautyupload .form-control {
	width: 100px
}

.user-meta .uploadinput {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 39px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity:0);
	cursor: pointer
}

.user-tips {
	position: fixed;
	top: -30px;
	left: 45%;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	background-color: #FF5E52;
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #fff;
	border-radius: 0 0 2px 2px;
	font-size: 12px;
	z-index: 999999
}

.pagination {
	display: block !important;
	margin-top: 20px;
}

.table-title {
	font-size: 16px;
	border-bottom: 3px solid #fe8103;
	font-weight: normal;
}

.table-title .icon {
	font-size: 22px;
}

.table-title span {
	margin-right: 10px;
	line-height: 32px;
	padding: 8px 15px;
	cursor: pointer;
}

.table-title .active {
	background-color: #fe8103;
	color: #ffffff;
	padding: 8px 15px;
	border-radius: 3px;
}

.table-order {
	font-size: 14px;
	margin-top: 20px;
}

.table-order .ok {
	color: #fff;
	background-color: #4CAF50;
	font-size: 14px;
	padding: 6px 20px;
	margin-right: 10px;
}

.table-order .cancle {
	color: #fff;
	background-color: #6c757d;
	font-size: 14px;
	padding: 6px 20px;
	margin-right: 10px;
}

.item .color {
	color: #fe8103;
}

.item .color2 {
	color: #6f0ee6;
}

.item .color3 {
	color: #0ec0e6;
}

.item .color4 {
	color: #d2c55d;
}


.table {
	font-size: 14px;
	border-spacing: 0;
	border-collapse: collapse
}

.table td {
	color: #999
}

.user-orders dfn {
	font-style: normal;
	color: #FF5E52;
	font-weight: bold;
	min-width: 40px;
	display: inline-block
}

.user-orders h5 {
	margin: 0 0 2px
}

.user-orders em {
	font-style: normal;
	color: #bbb
}

.user-orders h5 a {
	color: #999
}

.user-orders h5 a:hover {
	color: #666;
	text-decoration: underline
}

.coupon-code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

.user-coupon-past td {
	color: #bbb;
	font-style: italic;
	text-decoration: line-through
}

.user-coupon-used td {
	color: #bbb;
	font-style: italic
}

.user-order-coupon {
	display: none
}

.user-order-coupon form {
	margin-bottom: 30px
}

.user-order-coupon .form-control {
	width: 140px;
	display: inline-block
}

.user-order-coupon .btn {
	position: relative;
	top: -1px
}

.user-alerts {
	color: #999;
	margin-left: 12px;
}

.user-alerts ul {
	list-style: decimal;
	margin: 5px 0 0 18px;
	font-size: 12px;
	line-height: 22px
}

.user-alerts ul li {
	list-style: decimal
}

.user-ordernone {
	text-align: center;
	margin-top: 100px
}

.user-ordernone h6 {
	color: #999;
	margin: 20px 0;
	font-size: 20px;
	font-weight: normal;
}

.vip-items {
	text-align: center;
}

.vip-items .item {
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 0 1% 20px;
	top: 0;
	border-radius: 5px;
	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);
}

.vip-items .item:hover {
	top: -10px;
}

.vip-items .item .title {
	background: #fe8103;
	padding: 12px 0;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 5px 5px 0 0
}

.vip-items .item-1 .title {
	background: #0ec0e6;
}

.vip-items .item-2 .title {
	background: #514e9f;
}

.vip-items .item-3 .title {
	background: #6f0ee6;
}

.vip-items .item-4 .title {
	background: #d2c55d;
}

.vip-items .item .price {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
}

.vip-items .item .price span {
	font-size: 12px;
}

.vip-items .item .time {
	color: #999;
	margin-bottom: 10px;
	font-size: 14px;
}

.vip-items .item ul {
	margin: 0 10px 20px;
	font-size: 13px;
	color: #666;
	border-top: solid 1px #f7f7f7;
	padding-top: 10px;
}

.vip-items .item ul li i {
	width: 8px;
	height: 8px;
	border: 2px solid #fe8103;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.vip-items .item-1 ul li i {
	border-color: #0ec0e6
}

.vip-items .item-2 ul li i {
	border-color: #514e9f
}

.vip-items .item-3 ul li i {
	border-color: #6f0ee6
}

.vip-items .item-4 ul li i {
	border-color: #d2c55d
}

.vip-items .item .btn {
	border-radius: 50px;
	background: #fe8103 !important;
	display: inline-block;
	margin-bottom: 30px;
	color: #fff;
	padding: 8px 16px;
	font-size: 13px;
	line-height: 1;
}

.vip-items .item .btn:hover {
	opacity: .8;
}

.vip-items .item-1 .btn {
	background: #0ec0e6 !important;
}

.vip-items .item-2 .btn {
	background: #514e9f !important;
}

.vip-items .item-3 .btn {
	background: #6f0ee6 !important;
}

.vip-items .item-4 .btn {
	background: #d2c55d !important;
}

.vip-contact {
	margin-top: 30px
}

.btn.disabled {
	background-color: #ff3800;
	border-color: #ff3800
}

.erphp-weixin-scan-bind {
	display: none;
}

.ticket-new {
	padding-right: 30px;
}

.ticket-new h3 {
	margin: 20px 0 40px 20px;
}

.ticket-new li .radio-inline {
	margin-right: 10px;
}

.ticket-new li .radio-inline input[type="radio"] {
	-webkit-appearance: radio;
	display: inline-block;
}

.ticket-new li {
	padding-left: 120px;
	margin-bottom: 20px;
}

.ticket-new .tit {
	float: left;
	margin-left: -120px;
	text-align: right;
	width: 115px;
}

.pics {
	overflow: hidden;
	height: 130px;
}

.pic {
	width: 100px;
	float: left;
	height: 100px;
	text-align: center;
	border: 1px solid #bbb;
	position: relative;
	border-radius: 4px;
	padding: 2px;
	margin-right: 10px;
}

.pic img {
	max-width: 100%;
	max-height: 100px;
	border-radius: 4px;
}

.pic-no {
	border: 1px dashed #bbb;
	line-height: 100px;
	font-size: 30px;
	color: #bbb;
	cursor: pointer
}

.pic-delete {
	position: absolute;
	top: 100%;
	left: 40%;
	margin-top: 5px;
	color: #999;
}

.pic-delete:hover {
	color: #333;
}


.ticket-item-info {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 24px;
	margin-bottom: 30px;
	color: #999;
}

.ticket-item-content {
	overflow: hidden;
}

.ticket-item-content dl {
	border: 1px solid #e6e6e6;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 10px 15px 12px;
	border-radius: 5px;
	max-width: 75%;
	margin: 0 70px 36px 70px;
	font-size: 14px;
	color: #666;
	float: right;
	position: relative;
	clear: both;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
	min-width: 120px;
}

.ticket-item-content dl.ticket-item-reply {
	float: left;
}

.ticket-item-content dl time {
	font-size: 12px;
	color: #ccc;
	position: absolute;
	top: 100%;
	margin-top: 5px;
	right: 0;
}

.ticket-item-content dl.ticket-item-reply time {
	left: 0;
}

.ticket-item-content dl::before {
	content: '';
	border-top: 2px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #e2e2e2;
	position: absolute;
	right: -13px;
	top: 12px;
}

.ticket-item-content dl::after {
	content: '';
	border-top: 2px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	right: -10px;
	top: 12px;
}

.ticket-item-content dl.ticket-item-reply::before {
	border-right: 12px solid #e2e2e2;
	left: -13px;
	right: auto;
	border-left: none;
}

.ticket-item-content dl.ticket-item-reply::after {
	border-right: 12px solid #fff;
	left: -10px;
	right: auto;
	border-left: none;
}

.ticket-item-content .thumbs {
	overflow: hidden;
	padding-top: 10px;
}

.ticket-item-content .thumbs img {
	float: left;
	margin-right: 10px;
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
}

.ticket-item-content dt {
	position: absolute;
	top: 0;
	right: -70px;
}

.ticket-item-content dl.ticket-item-reply dt {
	right: auto;
	left: -70px;
}

.ticket-item-content dt img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.ticket-item-content dt .avatar {
	border: 2px solid #eaeaea;
}

.ticket-item-content dl.ticket-item-reply .avatar {
	border: 2px solid #fe8103;
}

.ticket-item-content dd img {
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
	float: left;
}

.ticket-reply {
	padding: 40px 0;
	overflow: hidden;
}

.ticket-reply h4 {
	font-size: 14px;
	font-weight: bold;
}

.ticket-reply .pics {
	float: left;
}

.ticket-reply .hdl {
	float: right;
	text-align: right;
}

.ticket-reply .hdl p {
	margin-top: 10px;
	font-size: 12px;
}

.ticket-reply .pic {
	width: 60px;
	height: 60px;
}

.ticket-reply .pic-no {
	line-height: 56px;
}

.ticket-reply .pic-no img {
	max-height: 60px;
}

.ticket-item-status {
	color: #999;
	margin-top: 10px;
}

.ticket-item-status .btn {
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
}


.ticket-thumb-lg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999
}

.ticket-thumb-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.ticket-thumb-content {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
}

.secondItem .item {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.secondItem .item:first-child {
	margin-top: 35px
}

.secondItem .item .platform {
	width: 54px;
	height: 54px;
	border-radius: 3px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px
}

.secondItem .item .platform.weixin {
	background: #03A87C
}

.secondItem .item .platform.weibo {
	background: #D0021B
}

.secondItem .item .platform.qq {
	background: #12b7f5
}

.secondItem .item .platform.uid {
	background: #d2c55d
}

.secondItem .item .platform.info {
	background: #673AB7
}

.secondItem .item .platform i {
	font-size: 28px;
	margin-bottom: 5px;
}

.secondItem .item .platform-info {
	margin-left: 15px
}

.secondItem .item .platform-info .name {
	font-size: 16px;
	color: #2A2A2A;
	font-weight: bold;
	line-height: 20px;
}

.secondItem .item .platform-info .status {
	font-size: 14px;
	color: #757575;
	line-height: 18px;
}

.secondItem .item .platform-info .status span {
	margin-right: 5px
}

.secondItem .item .platform-info .status a {
	color: #757575
}

body.night .warning {
	background: #232323;
}

body.night .container-user {
	background: #232323;
	color: #777;
}

body.night .userside {
	background: #151515;
	color: #777;
}

body.night .usertitle {
	border-color: #414243;
}

body.night .usertitle .avatar {
	border-color: #151515;
}

body.night .usertitle .edit-avatar:after {
	color: #777;
}

body.night .mobantu-check p {
	color: #777;
}

body.night .usercheck.active {
	background: #232323;
}

body.night .usermenu li a {
	color: #777;
}

body.night .usermenu li.active a {
	background: #232323;
	color: #999;
}

body.night #charge-form .input-recharge,
body.night #charge-form2 .input-recharge {
	color: #fff;
}

body.night #charge-form .input-recharge::-webkit-input-placeholder,
body.night #charge-form2 .input-recharge::-webkit-input-placeholder {
	color: #777;
}

body.night #charge-form2 .btn-card {
	background-color: #151515 !important;
	color: #777;
}

body.night #charge-form h3,
body.night #charge-form2 h3 {
	color: #777;
}

body.night #charge-form .payment-radios label {
	border-color: #2f364e;
}

body.night #charge-form .item .prices,
body.night #charge-form .item .prices label {
	border-color: #414243;
}

body.night #charge-form .item .prices label {
	color: #777;
}

body.night #charge-form .item .prices label.active {
	background: #303030
}

body.night #charge-form .rmb {
	background: #303030;
	color: #999
}

body.night .charge .charge-header .desc {
	color: #777;
}

body.night .charge .charge-header h3 {
	color: #777;
}

body.night .charge .charge-header .item {
	border-color: #414243
}

body.night .charge .charge-header .item .tips {
	background: #414243;
	color: #777;
}

body.night .charge-gift {
	background: #212121;
	color: #999;
}

body.night .vip-items .item {
	background: #303030;
}

body.night .vip-items .item ul {
	border-color: #414243;
	color: #777;
}

body.night .vip-items .item .time {
	color: #777;
}

body.night .table-striped>tbody>tr:nth-child(odd)>td,
body.night .table-striped>tbody>tr:nth-child(odd)>th {
	background: #151515;
	border-color: #414243;
}

body.night .table>thead>tr>th,
body.night .table>tbody>tr>th,
body.night .table>tfoot>tr>th,
body.night .table>thead>tr>td,
body.night .table>tbody>tr>td,
body.night .table>tfoot>tr>td {
	border-color: #414243;
}

body.night .table td {
	color: #777;
}

body.night .user-alerts {
	color: #999;
}

body.night .user-meta {
	color: #999;
}

body.night .user-meta label,
body.night .user-ordernone h6 {
	color: #999;
}

body.night .secondItem .item .platform-info .name {
	color: #777;
}

body.night .secondItem .item .platform-info .status a {
	color: #999;
}

body.night .form-control {
	background: #303030;
	border-color: #303030;
	color: #777;
}

body.night .user-commentlist li,
body.night .user-postlist li {
	border-color: #414243;
}

body.night .user-commentlist .note,
body.night .user-postlist .note {
	color: #999;
}

body.night .user-commentlist time {
	color: #777;
}

body.night .user-postlist h2 a {
	color: #777;
}


@media (max-width:1280px) {}

@media (max-width:1024px) {
	.container-user {
		padding-left: 150px !important;
		padding-right: 0 !important
	}

	.userside {
		width: 150px;
		padding: 20px 10px;
		margin-left: -150px;
	}

	.usermenu li a {
		font-size: 15px;
		padding: 8px 15px;
	}

	.vip-items .item {
		width: 30%;
	}
}

@media (max-width:860px) {
	.user-postlist li {
		padding: 10px 0
	}

	.user-postlist .thumb {
		width: 118px;
		height: 80px
	}

	.user-postlist .note {
		height: auto
	}

	.vip-items .item {
		width: 40%;
	}
}

@media (max-width:768px) {
	.main {
		padding-top: 15px;
	}

	.user-main {
		min-height: 820px
	}

	.container-user {
		margin-bottom: 0px;
	}

	#charge-form .item .prices label {
		width: 33.3333%
	}

	#charge-form .input-recharge,
	#charge-form2 .input-recharge {
		padding: 9px 14px;
		height: 40px;
	}

	#charge-form .rmb {
		height: 38px;
		width: 50px;
		line-height: 38px;
		font-size: 17px;
	}

	#charge-form .btn-recharge,
	#charge-form2 .btn-card {
		padding: 10px 12px;
		font-size: 16px;
	}

	.charge .charge-header .item {
		width: 49%
	}

	.charge .charge-header .item-pc {
		display: none;
	}
}

@media (max-width:640px) {
	section.container {
		margin: 0
	}

	.container-user {
		border: none;
		border-radius: 0;
		margin-top: -15px
	}

	.container-user {
		padding-left: 90px !important;
		padding-right: 0 !important;
		max-width: 100%;
		padding-right: 0;
	}

	.container-user .content {
		padding: 0
	}

	.userside {
		width: 90px;
		padding: 20px 0;
		margin-left: -90px;
	}

	.usermenu li {
		margin-bottom: 1px
	}

	.usermenu li a {
		font-size: 14px;
		padding: 8px 0 8px 15px
	}

	.usermenu li a i {
		display: none
	}

	.usertitle {
		margin-bottom: 0;
		padding-bottom: 10px
	}

	.usertitle .avatar {
		width: 36px;
		height: 36px;
		margin-bottom: 5px
	}

	.usertitle .is-vip {
		top: 0;
	}

	.usertitle h2 {
		font-size: 12px;
		color: #999
	}

	.mobantu-check p {
		display: none;
	}

	.user-postlist {
		padding: 10px;
	}

	.user-postlist h2 {
		font-size: 16px;
		line-height: 20px
	}

	.user-postlist .text-muted {
		display: none
	}

	.user-commentlist {
		padding: 0 15px 15px
	}

	.user-commentlist li {
		padding: 10px 0
	}

	.user-commentlist time {
		float: none;
		margin-left: 0
	}

	.user-meta {
		margin: 0;
		padding: 15px
	}

	.user-meta li {
		padding-left: 0;
		margin-bottom: 10px
	}

	.user-meta label {
		float: none;
		width: 100%;
		margin-left: 0;
		text-align: left;
		line-height: 20px
	}

	.user-meta .form-control {
		width: 100%
	}

	.charge {
		margin: 0
	}

	.charge .charge-header {
		margin: 0 20px 20px;
	}

	#charge-form,
	#charge-form2,
	.charge-tips {
		padding: 0 20px;
	}

	#charge-form .rmb {
		right: 21px;
	}

	.charge-gift {
		margin: 20px;
	}

	.vip-items .item {
		width: 80%;
	}

	.ticket-new {
		padding-right: 0
	}

	.ticket-new .picss {
		display: none
	}

	.ticket-new h3 {
		margin: 20px 0 0 10px;
	}

	.ticket-new li {
		padding-left: 0
	}

	.ticket-new .tit {
		float: none;
		margin-left: 0;
		text-align: right;
		width: 115px
	}

	.ticket-new #email {
		width: 100% !important
	}

	.ticket-new .pic {
		width: 60px;
		height: 60px;
	}

	.ticket-new .pic-no {
		line-height: 60px;
	}

	.ticket-item {
		padding: 10px;
	}

	.pc {
		display: none;
	}

	.user-tips {
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media (max-width:480px) {
	.user-postlist h2 {
		font-size: 14px;
		line-height: 16px
	}

	.user-postlist .note {
		display: none
	}

	.user-postlist .thumb {
		width: auto;
		height: auto;
		max-width: 100%;
		margin-bottom: 10px;
		float: none;
		margin-left: 0;
		display: block
	}

	.pagination {
		padding: 20px 0 0
	}

	.charge .form-control {
		width: 100%;
		height: auto;
		font-size: 13px
	}

	.charge .btn {
		width: auto;
		height: auto;
		font-size: 13px
	}

	.charge .charge-header .item {
		width: 100%
	}

	.charge .charge-header .item-tablet {
		display: none;
	}

	#charge-form .payment-radios label {
		margin-right: 5px
	}
}

@media (max-width:360px) {
	.pagination ul>li {
		display: inline-block
	}
}


.color-blue {color: #007bff;}
.color-purple{color: #6f42c1;}
.color-red{color: #ff1900;}
.color-orange{color: #fd7e14;}
.color-yellow{color: #ffc107;}
.color-green{color: #28a745;}
.color-teal{color: #20c997;}
.color-cyan{color: #17a2b8;}
.color-white{color: #ffffff;}
.color-gray{color: #6c757d;}
.color-dark{color: #343a40;}

.bg-blue {
	background-color: #007bff !important;
	color: #fff !important;
}
.bg-purple {
	background-color: #6f42c1 !important;
	color: #fff !important;
}
.bg-red {
	background-color: #dc3545 !important;
	color: #fff !important;
}
.bg-orange {
	background-color: #fd7e14 !important;
	color: #fff !important;
}
.bg-yellow {
	background-color: #ffc107 !important;
	color: #fff !important;
}
.bg-green {
	background-color: #28a745 !important;
	color: #fff !important;
}
.bg-teal {
	background-color: #20c997 !important;
	color: #fff !important;
}
.bg-cyan {
	background-color: #17a2b8 !important;
	color: #fff !important;
}
.bg-gray {
	background-color: #6c757d !important;
	color: #fff !important;
}
.bg-dark {
	background-color: #343a40 !important;
	color: #fff !important;
}

.action {
	position: fixed;
	z-index: 999;
	bottom: 30%;
	right: 20px;
	width: 40px
}

.action.action-style-1 {
	width: 62px
}

.action.action-style-1 .action-item {
	width: 62px;
	height: 64px
}

.action.action-style-1 .action-item>span {
	display: block;
	font-size: 12px;
	line-height: 1
}

.action.action-style-1 .action-item-icon {
	font-size: 28px;
	line-height: 42px;
	vertical-align: top
}

.action.action-color-1 .action-item {
	position: relative;
	z-index: 0;
	color: #fff;
	background-color: var(--action-color)
}

.action.action-color-1 .action-item:hover:before {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .1);
	content: ""
}

.action.action-pos-1 {
	right: auto;
	left: 50%;
	margin-left: 610px
}

@media (max-width:1219px) {
	.action.action-pos-1 {
		left: auto;
		right: 10px;
		margin-left: 0
	}
}


.action .action-item {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: center;
	background: #eee;
	text-decoration: none;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.action .action-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.action .action-item:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.action a:hover {
	color: #fff!important;
	background-color: var(--theme-hover);
	cursor: pointer
}

.action .action-item:hover .action-item-inner {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.action .action-item-icon {
	font-size: 20px;
	line-height: 40px
}

.action .action-item-inner {
	visibility: hidden;
	position: absolute;
	right: 98%;
	bottom: 0;
	width: 250px;
	padding: 15px;
	font-size: 12px;
	color: #333;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
	opacity: 0;
	cursor: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.action .action-item-inner:after {
	position: absolute;
	width: 5px;
	height: 100%;
	right: -5px;
	top: 0;
	content: ""
}

.action .action-item-inner.action-item-type-2 {
	font-size: 14px;
	line-height: 1.6
}

.action .action-item-inner.action-item-type-2 p:last-child,
.modules-text blockquote p:last-child,
.modules-text p:last-child {
	margin-bottom: 0
}

.action .action-item-inner img {
	max-width: 100%;
	height: auto
}
