@charset "UTF-8";
.sec-nav {
	margin-top: 14px;
}

.nav-avatar {
	/* display:none; */
	margin: 10px 0;
	text-align: center;
}
.nav-avatar > a > .img-circle {
	width: 128px;
	height: 128px;
	border-radius: 50%;
}

.nav-desc {
	text-align: center;
}

.nav-list {
	margin-top: 11px;
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.nav-list > li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	padding-left: 4px;
}

.nav-list > li.active > a {
	padding-left: 0;
	border-left: 4px solid rgb(0, 153, 255);
}

.nav-list > li:hover {
	background: #eee;
}

.sec-info, .sec-bind {
	padding: 20px;
}

.sec-bind > .bind-item {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	height: 80px;
}

.sec-bind > .bind-item > .bind-image {
	width: 48px;
    height: 48px;
    background-size: 32px !important;
    border-radius: 8px;
    float: left;
    margin: 16px 10px;
}

.sec-bind > .bind-item > .bind-text {
	float: left;
	margin: 30px 10px;
} 

.sec-bind > .bind-item > .bind-btn {
	float: right;
	margin: 23px 0px;
}

.icon-weibo {
	background: #ec6464 url(../../images/sns/weibo.svg) no-repeat center;
}

.icon-wechat {
	background: #00bb0c url(../../images/sns/wechat.svg) no-repeat center;
}

.icon-qq {
	background: #56a2e2 url(../../images/sns/qq.svg) no-repeat center;
}

.badge {
	margin-left: 5px;
	background: #f00;
	border-radius: 50%;
}

.form-button {
	text-align: right;
	margin-bottom: 0;
}

.form-button button.btn {
	margin-right: 10px;
}

.form-basic, .form-basic.bootstrap-select {
	display: none;
}

span.form-basic-show {
	margin-top: 7px;
	display: inline-block;
	word-wrap: break-word;
    word-break: break-all;
}

.form-control[readonly] {
	background: #fff;
}
.tabs-list {
	margin-top: 14px;
	padding-left: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.tabs-list > li {
	float: left;
}

.tabs-list > li > a {
	display: block;
	height: 45px;
	line-height: 45px;
	width: 120px;
	text-decoration: none;
	color: #000;
}

.tabs-list > li.active > a {
	border-bottom: 3px solid rgb(0, 153, 255);
}

.tabs-list> li:hover {
	background: #eee;
}

.vip-img{
	width: 50px;
	height: 50px;
	z-index: 100;
	margin-left: -50px;
	margin-bottom: -100px;
}

.order-item {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.order-unread {
	background: rgb(255,255,204);
}

.order-item:first-child {
	border: none;
}

.order-item:after {
	content: "��"; 
	display: block; 
	height: 0; 
	visibility: hidden; 
	clear: both;
}

.order-item > div {
	float: left;
}

.order-avatar {
	width: 80px;
	text-align: center;
}

.order-avatar > img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.order-time {
	color: #999;
}

.order-body {
	width: calc(100% - 80px);
	word-wrap: break-word;
}

.order-body.order-no-avatar {
	width: 100%;
}

.order-link {
	float: right;
}

.order-text-vertical {
	margin: 15px 0;
}

.order-link-vertical {
	margin: 8px 0;
}

.order-content {
	font-size:16px;	
}

.order-title {
	font-size: 1.2em;
}

.order-loadmore {
	margin: 10px 0;
}

.order-loadmore > button {
	height: 40px;
}

.order-button {
	float: right;
}

.order-thumb {
    width: 18%;
    margin-right: 10px;
}

.order-child {
    background: rgb(242,242,242);
    padding-bottom: 5px;
    overflow: hidden;
}

.order-input {
    padding: 10px 0;
}

.order-input .input-group {
    margin: 0 10px 0 60px;
}

.order-input .order-avatar {
    float: left;
    width: 60px;
}

.order-input .order-avatar img {
    width: 34px;
    height: 34px;
}

.order-title .createtime{
	font-size: 15px;
	margin-left: 10px;
}
/*
html, body {
	min-height: 100%;
}

main {
	margin-top: 0;
    padding-top: 62px;
    min-height: 100%;
    padding-bottom: 120px;
}

footer {
	margin-top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(51, 51, 51);
    color: #fff;
}

@media screen and (max-width: 1440px) {
	html, body {
		min-height: 410px;
	}
	
	main {
		margin-top: 0;
	    padding-top: 62px;
	    min-height: 410px;
	    padding-bottom: 20px;
	}
	
	footer {
		margin-top: 0;
	    width: 100%;
	    height: 120px;
	    position: relative;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: rgb(51, 51, 51);
	    color: #fff;
	}
}*/

