* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.body_color {
    background: #f2f4f7;
    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;
    display: block;
    font-weight: bolder;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 40px;
}

.account_content {
    width: 950px;
    float: right;
}

.content_title {
    padding-left: 18px;
    width: 98.2%;
    height: 60px;
    font-size: 28px;
    line-height: 40px;
    background: #f2f4f7;
    position: relative;
    margin-bottom: 20px;
    color: #333333;
    font-weight: bolder
}

.content_title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 32px;
    width: 5px;
    background: #ff7e00;
}

.list_content_left {
    float: left;
    color: #666666;
}


.list_content_right {
    float: right;
    color: black;
}

.content_content_b {
    padding: 40px;
    min-height: 645px;
    background: #fff;
}

.content_content_b p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding-bottom: 30px;
    text-indent: 2em;
}


.timeModel {
    width: 20px;
    height: 21px;
    display: inline-block;
}

.practitionerTable {
    width: 100%;
    font-size: 16px;
    border-left: 1px solid #dadada;
}

.practitionerTable tr th {
    background: #dadada;
    height: 50px;
    text-align: center;
    font-size: 16px;
}

.practitionerTable tr th:first-child {
    width: 30%;
}

.practitionerTable tr th:nth-child(2) {
    width: 30%;
}

.practitionerTable tr th:nth-child(3) {
    width: 30%;
}

.practitionerTable tr td {
    height: 70px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}


.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;
}

a.content_title_a {
    float: right;
    width: 207px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: rgb(255, 126, 0);
    border-radius: 5px;
    color: #fff;
    margin-top: 17px;
    text-decoration: none;
    margin-right: 12px;
}

.deputy-content-tab-btn:hover {
    background: #ff7e00;
}

.deputy-content-tab-btn:hover a {
    color: #fff;
}

.deputy-content-tab-btn:hover i {
    display: block;
}
.legalRegulation_div{
	width:100%;
	height:40px;
	margin-bottom:14px;
}
.legalRegulation_tab.cur {
    border-bottom: 1px solid #ff7e00;
	color: #ff7e00;
}
.legalRegulation_tab {
    width: 15%;
    float: left;
    height: 40px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.legalRegulation_tab:nth-child(2) {
    width: 21%;
}

.legalRegulation_tab:nth-last-child(2) {
    width: 24%;
}

.legalRegulation_tab:last-child {
    width: 10%;
}

.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;
}