.account{
	width: 740px;
	margin: 0 auto;
}
.account-title{
	width: 700px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	padding: 0 20px;
	background: #072d51;
}
.account h3{
	color: #ffffff;
	font-size: 18px;
}
.accordion {
    width: 100%;
    border-bottom: solid 1px #072d51;
}

.accordion .link {
    cursor: pointer;
    display: block;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
    color: #69beff;
    font-size: 16px;
    border-bottom: solid 1px #072d51;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
	height: 50px;
	line-height: 50px;
    color: #fffe8f;
	display: block;
}
.accordion-over{
	width: 520px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu {
	padding: 10px 20px;
	height:auto;
    display: none;
    background: #f5f5f5;
	color: #072d51;
	line-height: 24px;
    font-size: 16px;
}

.submenu li {
    border-bottom: 1px solid #d6d7dc;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #f39800;
    color: #FFF;
}
