@charset "utf-8";
/* CSS Document */
.pagewrapper{
	border-radius: 10px!important;
}
.pageheader {
    padding: 0;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    background-color: inherit;
    border-radius: 10px 10px 0 0;
}
.pagesidebar {
    top: 150px!important;
	border-radius: 0 0 0 10px;
}
.pagecontent{
	margin-top: 40px;
}
.usertitle{
	position: relative;
    top: 20px;
    left: 20px;
	border-bottom: 1px solid #9a9a9a;
    width: 160px;
}
.usertitle, .usertitle h2{
	overflow:hidden;
	text-align:center;
}
.usertitle h2{
	position:relative;
	margin:0;
	max-width:100%;
	font-size:18px;
	line-height:20px;
	text-transform: uppercase;
	font-family: Arial;
}
.usertitle span{
	color:#ff5f33;
	font-size:9pt;
}
.usertitle img{
	margin-bottom:10px;
	border:1px solid #e6e6e6;
	border-radius:50%;
}
.userside{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	padding:20px;
	width:200px;
	border-right:1px solid #eaeaea;
	border-radius:10px 0 0 10px;
	background-color:#fbfbfb;
}
.charge{
	width: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
}
.charge h2{
	margin:0;
	padding:75px 0 40px;
	border-bottom:1px solid #fff;
	border-radius:0 10px 0 0;
	color:#fff;
	text-align:center;
	font-size:28px;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 640px){
	.pagecontent {
		margin-top: 0;
	}
	.usertitle{
		top: 5px;
		left: 5px;
		line-height: 14px;
	}
	.charge{
		width: calc(100% - 125px);
	}
	.charge h2 {
		margin: 0 0 30px;
		padding-top: 40px;
		font-size: 16px;
	}
	.usertitle {
		width: 125px;
	}
}

.pagesider-menu {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.pagesider-menu li {
    margin-bottom: 4px;
    text-align: center;
}
.pagesider-menu li a {
    display: block;
    border-radius: 2px;
    color: #888;
    font-size: 1pc;
}
.pagesider-menu li.active a {
    position: relative;
    background: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
	border-left-color:rgba(0,0,0,0.00);
}

.profile-input{
	padding: 10px 18px!important;
    height: 45px;
    border: 1px solid #777;
    border-radius: 5px;
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    color: #333;
    font-size: 13px!important;
    transition: all .3s ease 0s;
}
.dl-horizontal textarea{
	width: 100%;
	height: auto;
}
.pagecontent>div>h1{
	display: none;
}
/*我的资产*/
.card-box {
    display: block;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px){
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 576px){
.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .navbar .menu-item-mega>.sub-menu>.menu-item, .navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item, .navbar .menu-item-mega.mega-col-3>.sub-menu>.menu-item, .navbar .menu-item-mega.mega-col-6>.sub-menu>.menu-item {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}

.card-box .author-info {
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 22px 0 20px;
    margin-bottom: 30px;
}

.card-box .author-info:hover {
    box-shadow: 0 10px 20px rgba(213,213,213,0.4);
    transition: all 0.3s;
}

.card-box .author-info p {
    color: #fff;
    margin-bottom: 7px;
}

.card-box .author-info small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 6px 16px;
    opacity: 0.5;
}

.card-box .author-info h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}
.mcolorbg4 {
    background: #ff6a6d;
}
.pcolorbg {
    background: #0674ec;
}
.scolorbg {
    background: #7347c1;
}
/*充值卡充值*/
.badge {
	display: inline-block;
    min-width: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    background-color: #777;
    border-radius: 10px;
    margin-left: 10px;
}
.form-table{
	margin-top: 20px;
}
table, th, td{
	border: 0;
}
.form-table tr td input[type=text] {
    display: inline-block;
    max-width: 380px;
    padding: 10px 18px!important;
    width: 100%;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    color: #333;
    font-size: 13px!important;
    transition: all .3s ease 0s;
}
/*VIP升级*/
.pt-30 {
    padding-top: 30px !important;
}
.payvip-box {
    display: block;
}

.payvip-box .vip-info {
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 22px 0 20px;
    margin-bottom: 30px;
    border: 5px solid;
    border-color: transparent;
    opacity: 0.5;
    filter: alpha(opacity=30);
}

.payvip-box .vip-info.active {
    border-color: #F44336;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-animation: hue 6s infinite linear;
}

.payvip-box .vip-info:hover {
    box-shadow: 0 10px 20px rgba(150,150,150,0.51);
    transition: all 0.3s;
    border-color: #F44336;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.payvip-box .vip-info p {
    color: #fff;
    margin: 0;
    padding: 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.payvip-box .vip-info small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 2px 14px;
    background-color: #fff;
    border-radius: 0 0 0 15px;
}

.payvip-box .vip-info h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.vip-info input{
   display: none;
}
.vip-info label{
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.vip-info label::before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
}
.vip-info label::after>input:checked{
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
}
.pay_list {
	float: left;
    padding: 3px 20px 3px 3px;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #777;
    border-radius: 4px;
    background: #777;
    color: #fff;
	opacity: .3
}
.pay_list:hover{
	opacity: .9;
	transition: all .3s ease 0s;
}
.pay_list_after{
    border: 1px solid #0674ec;
	background: #0674ec;
	opacity: 1;
}
.paytype {
opacity: 0;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}