@media (min-width: 1200px) {
	.container {
		width: 80%;
	}
}

body {
	background: #f5f5f5;
}

a {
	color: #1e9fff;
}

.xing {
	color: #f00;
}

.accountBox {
	padding: 10px 15px 20px;
	box-shadow: 0 0 15px 2px #ddd;
	margin-top: 30px;
}

.accountBox2 {
	padding: 20px 15px;
}

.info,
.bill {
	position: relative;
	color: #666;
	font-size: 12px;
}

.money {
	font-size: 40px;
}

.date,
.message {
	font-size: 14px;
	color: #666;
}

.message {
	font-size: 11px;
}

.planDetail {
	padding: 0 20px 15px;
	color: #666;
}

.viewMore {
	font-size: 13px;
	line-height: 20px;
	color: #1e9fff;
	font-weight: bold;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	cursor: pointer;
	max-width: 150px;
	text-align: center;
}

.viewMore2 {
	font-size: 13px;
	line-height: 20px;
	color: #1e9fff;
	cursor: pointer;
	font-weight: bold;
}

.billDate {
	font-size: 14px;
}

.money2 {
	float: right;
}

.wrapCon {
	padding: 20px;
}

.chargeList .list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	line-height: 30px;
	overflow: hidden;
}

.chargeList .list .glyphicon {
	font-size: 10px;
	line-height: 30px;
}

.chargeList .Cdate {
	float: left;
}

.chargeList .cmoney {
	float: right;
}

.chargeList .listT {
	margin-top: 15px;
}

.chargeList .listB .listT {
	margin-bottom: 0;
}

.wrapConInfo {
	width: 460px;
	padding: 20px 30px 40px;
}

.wrapConInfo label,
.wrapConInfo .form-control {
	font-size: 12px;
	font-weight: 500;
}

.wrapConCard {
	width: 530px;
	padding: 20px 30px 40px;
}

.wrapConCard label,
.wrapConCard .form-control {
	font-size: 12px;
}

.cardImg {
	border: 2px solid #b83088;
	background: #b83088;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
}

.cardImg .glyphicon {
	font-size: 40px;
	margin: 15px 0 0;
}

.wrapConPass .form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	outline: none;
	padding: 0;

}

.wrapConPass .form-control[readonly] {
	background: none;
}

.editPass {
	position: absolute;
	right: 24px;
	top: 17px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: none;
	;
}

.navbar-nav {
	margin: 0;
}

.dropdown-menu>li>a {
	cursor: pointer;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: #b83088;
	color: #fff;
}