*{
    margin: 0;
    padding: 0;
}

.body_color{
    background: #f2f4f7;
	line-height: 1.6;
    padding-bottom: 80px;
}
.account_main{
    width: 1200px;
    margin: 50px auto 0;
	overflow:hidden;

}

.account_list{
    width: 220px;
    float: left;
    font-size: 18px;
    background: #ffffff;
}
.account_list div{
    height: 70px;
    position: relative;
    border-top: 1px solid #f2f2f2;
}

.account_list div a {
    width: 70%;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 40px;
}

.list_content_left{
    float: left;
    font-size: 18px;
    color: #666666;
    font-weight: bolder;
}
.list_content_right{
    float: right;
    color: black;
}

.account_content {
    width: 950px;
    float: right;
}

.content_content {
    background: #fff;
    padding: 40px;
    min-height: 645px;
    box-shadow: 0px 0px 10px #eaeaea;
}

.content_title{
    padding-left: 18px;
    width: 98.2%;
    height: 60px;
    font-size: 28px;
    line-height: 40px;
    background: #f2f4f7;
	color:#333333;
	font-weight:bold;
    position: relative;
	
    margin-bottom: 0;
}
.content_title:after{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 32px;
    width: 5px;
    background: #ff7e00;
}

ul{
    list-style-type: none;
}

.account_content ul{
    margin: 0 auto;
}
.account_content ul li{
	padding: 15px 0;
	font-size:16px;
	border-bottom: 1px solid #f7f7f7;
}

.account_content ul li a{
	cursor: pointer;
}
.account_content ul li a:hover{
	color: #ff7e00; ;
}

#clearBorder::after {
    content: none;
}
.clearBorder::after{
	content:none;
}

.account_content ul li a span{
    float: right;
	color:#666666;
}

.introStyle{
    font-size: 20px;
    font-weight: bold;
}


.h-pagenums{ text-align:center; margin-top:80px;}
.h-pagenums a{ display:inline-block; width:36px; height:36px; border:1px solid #d8d8d8; text-align: center; line-height:36px; font-size:14px; color:#666; margin-right:10px;}
.h-pagenums a.long{width:70px;}
.h-pagenums a:hover,.h-pagenums a.cur{color:#fff; background:#ff7e00; border-color:#ff7e00;}


.deputy-nav{
	width:100%;
	height:90px;
}
.deputy-slide-left,.deputy-slide-right {
    width: 50px;
    height: 40px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-top: 20px;
}
.deputy-slide-left {
    background: url(../img/price-prev.png) no-repeat center #fff;
    margin-right: 10px;
}
.deputy-slide-right {
    background: url(../img/price-next.png) no-repeat center #fff;
    margin-left: 10px;
}

.deputy-container {
    height: auto;
    float: left;
    width: 829px;
	color: #fff;
    text-align: center;
}

.deputy-content-tab{
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    left: 0;
    display: table;
    white-space: nowrap;
    font-size: 0;
}

.deputy-swiper-slide {
    width: auto;
    overflow: hidden;
    float: left;
    display: table-cell;
    font-size: 14px;
	position: relative;
	box-sizing: content-box;
	padding-left: 0px;
}

.deputy-content-tab-btn {
    padding: 0 10px;
    margin: 0 12px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.deputy-swiper-slide.cur .deputy-content-tab-btn {
    background: #ff7e00;
}

.deputy-content-tab-btn a {
    text-decoration: none;
    cursor: pointer;
}
.deputy-swiper-slide.cur .deputy-content-tab-btn a {
    color:#fff;
}

.deputy-swiper-slide.cur .deputy-content-tab-btn i {
    display: block;
}
.deputy-content-tab-btn i {
    display: none;
    width: 20px;
    height: 14px;
    background: url(../img/tab_06.png) no-repeat center;
    position: relative;
    left: 50%;
    margin-left: -10px;
    top: -5px;
    font-style: normal;
}

.deputy-content-tab-btn:hover { background: #ff7e00; }
.deputy-content-tab-btn:hover a { color: #fff; }
.deputy-content-tab-btn:hover i { display: block; }
.fund_comm_div{
    position: absolute;
    z-index: 2;
    top: 118px;
    right: 60px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 206px;
    height: 52px;
    background: url(../img/user-bg.png) no-repeat;
}

.fund_comm_button {
    display: block;
}

.fund_comm_button a{
    text-decoration:none;
}

.fund_comm_button .log-btn {
    background-color: #008a7a;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    line-height: 34px;
    padding: 0 12px;
    margin-top: 8px;
}