body{
	background: #f5f5f5;
}
.InformationIndex {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
	margin-top: 152px;
}
.InformationIndex .InformationIndex_wrapper {
    width: 1200px;
    height: auto;
    /*min-height: 750px;*/
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
}
.InformationIndex .InformationIndex_wrapper .center_wrapper {
    width: 1200px;
    height: auto;
    margin-right: 20px;
}
.text_ban_on_selected {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.indexBannerSlide[data-v-015f65b4] {
    height: 300px;
    cursor: pointer;
}
.InformationIndex .InformationIndex_wrapper .center_wrapper .banner_slide {
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}
.InformationIndex .InformationIndex_wrapper .info_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left {
    width: 890px;
    margin-right: 10px;
}
.text_ban_on_selected {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tab {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tab li {
    height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px;
    color: #3c3c3c;
    margin-right: 25px;
    cursor: pointer;
	padding: 0 15px;
}

.InformationIndex .InformationIndex_wrapper .info_main .main_left .tab .selected_tab {
    color: #fff;
    background-color: #00bd7e;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tabListInfo {
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.follow_expert {
    width: 100%;
    padding-bottom: 20px;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tabListInfo .follow_expert {
    width: 100%;
    padding-bottom: 20px;
}
.follow_expert .expert_title {
    color: #171717;
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 10px;
}
.follow_expert .expert_title .expert_total {
    color: #818181;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.follow_expert .expert_main .expert_item, .follow_expert .expert_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.follow_expert .expert_main .expert_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    position: relative;
}
.follow_expert .expert_main .expert_item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.follow_expert .expert_main .expert_item .expert_name {
    font-size: 14px;
    color: #171717;
    line-height: 30px;
    width: 56px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.follow_expert .expert_main .expert_item span {
    color: #a7a7a7;
    font-size: 12px;
}
.InformationIndex .InformationIndex_wrapper .info_main .main_left .tabListInfo .new_plan_title {
    color: #171717;
    font-size: 18px;
    line-height: 20px;
}
.planListItem {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    padding-bottom: 20px;
}
.planListItem .top_wrapper {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.planListItem .top_wrapper .user_info, .planListItem .top_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.planListItem .top_wrapper .user_info .user_img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.planListItem .top_wrapper .user_info .user_text {
    width: auto;
    height: 100%;
}
.planListItem .top_wrapper .user_info .user_text .user_text_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}
.planListItem .top_wrapper .user_info .user_text .user_text_top .user_name {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 5px;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
}

.planListItem .top_wrapper .user_info .user_text .user_text_bottom span {
    font-size: 12px;
    line-height: 18px;
    color: #3e68c9;
    border: 1px solid #3e68c9;
    border-radius: 2px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    padding: 0 5px;
    margin-right: 5px;
    background-color: #f2f6ff;
}
.planListItem .top_wrapper .user_info .user_text .user_text_bottom span:last-child {
    margin: 0;
}
.planListItem .top_wrapper .win_rate p {
    text-align: right;
}
.planListItem .top_wrapper .win_rate p:first-of-type {
    font-size: 24px;
    font-weight: 700;
    color: #ff6365;
    position: relative;
    font-family: Impact;
}
.planListItem .top_wrapper .win_rate p:first-of-type .percent {
    position: absolute;
    right: -10px;
    top: -2px;
    font-size: 12px;
}
b, strong {
    font-weight: bolder;
}
.planListItem .top_wrapper .win_rate p:nth-of-type(2) {
    font-size: 12px;
    color: #ff3e3e;
}
.planListItem .plan_text {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}
.planListItem .plan_text .plan_type {
    color: #00bd7e;
}
.planListItem .center_wrapper {
    width: 100%;
    min-height: 58px;
    margin-bottom: 7px;
    background: #f6f6f6;
    opacity: 1;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 15px;
}
.planListItem .center_wrapper p:first-of-type {
    font-size: 12px;
    margin-bottom: 5px;
}
.planListItem .center_wrapper p:first-of-type span {
    margin-right: 10px;
}
.planListItem .center_wrapper p:first-of-type span:nth-of-type(1) {
    color: gray;
}
.planListItem .center_wrapper p:nth-of-type(2) {
    font-size: 14px;
    color: #171717;
}
.planListItem .bottom_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.planListItem .bottom_wrapper p {
    padding-right: 30px;
    font-size: 12px;
    color: #999;
}

.planListItem .bottom_wrapper p:first-of-type span:nth-of-type(1) {
    color: #4675e3;
    border: 1px solid #3e68c9;
    line-height: 17px;
    padding: 0 4px;
}
.planListItem .bottom_wrapper p span {
    margin-right: 10px;
}
.planListItem .bottom_wrapper p:nth-of-type(2) span {
    padding-left: 18px;
}
.planListItem .bottom_wrapper p:nth-of-type(2) span:first-of-type {
    background: url(../img/pers.png) no-repeat 0;
}
.planListItem .bottom_wrapper p:nth-of-type(2) span:last-child {
    margin: 0;
}

.InformationIndex .InformationIndex_wrapper .info_main .right_sidebar {
    width: 300px;
    height: 100%;
    min-height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.indexRightSidebar .tabBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.indexRightSidebar .tabBox .tab_item {
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    color: #3c3c3c;
}
.indexRightSidebar .tabBox .selected_tab {
    color: #00bd7e;
    border-bottom: 3px solid #00bd7e;
}
.sidebar_main {
    width: 100%;
    background-color: #fff;
    border-radius: 14px;
    padding: 12px;
}
.sidebar_main .option {
    width: 100%;
    margin-bottom: 20px;
    zoom: 1;
}
.sidebar_main .option:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebar_main .item .sidebar_box .sidebar_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.sidebar_main .item .sidebar_box .sidebar_item .index_icon {
    color: #929093;
    font-size: 12px;
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
}
.sidebar_main .item .sidebar_box .sidebar_item .icon_0 {
    background: url(../img/one.png) no-repeat;
    background-size: 100% 100%;
}
.sidebar_main .item .sidebar_box .sidebar_item .icon_1 {
    background: url(../img/two.png) no-repeat;
    background-size: 100% 100%;
}
.sidebar_main .item .sidebar_box .sidebar_item .icon_2 {
    background: url(../img/three.png) no-repeat;
    background-size: 100% 100%;
}
.sidebar_main .item .sidebar_box .sidebar_item .user_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar_main .item .sidebar_box .sidebar_item .user_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5px;
    padding-left: 8px;
}
.text_omit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar_main .item .sidebar_box .sidebar_item .user_info p {
    text-align: left;
    font-size: 12px;
}
.sidebar_main .item .sidebar_box .sidebar_item .user_info .text_omit {
    color: #000;
    line-height: 20px;
}
.sidebar_main .item .sidebar_box .sidebar_item .user_info p:first-of-type {
    color: #3c3c3c;
}
.sidebar_main .item .sidebar_box .sidebar_item button {
    cursor: pointer;
    width: 70px;
    height: 30px;
    background: -webkit-gradient(linear,left top,right top,from(#23b6e7),to(#1df6ae));
    background: -webkit-linear-gradient(left,#23b6e7,#1df6ae);
    background: -o-linear-gradient(left,#23b6e7,#1df6ae);
    background: linear-gradient(90deg,#23b6e7,#1df6ae);
    border-radius: 11px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    border: none;
    outline: none;
}


.InformationIndex .InformationIndex_wrapper .info_main .main_left .get_more {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 40px;
    margin: 0;
    padding: 0;
    outline: none;
    border-radius: 2px;
    font-size: 16px;
    color: #3c3c3c;
}
























