.title b {
    color: #FA3C3C;
}
.title p:last-child {
    margin-bottom: 0;
}
.subtitle {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.knowledge .pic {
    margin: 40px 0;
    width: 83%;
    height: 368px;
    background: #F6F7F9;
}
.knowledge .pic .img {
    width: 110%;
    height: 100%;
    background: url("../images/knowledge.png") center bottom/cover no-repeat;
}
.knowledge .txt {
    padding: 0 15px;
    font-size: 14px;
    color: #666;
}
.knowledge .txt .desc, .data_content .desc {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-bottom: 34px;
}
.knowledge_class {
    margin-bottom: 20px;
}
.knowledge_class .flex-box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.knowledge_class .flex-box li {
    width: 33.3%;
    text-align: center;
    margin-bottom: 20px;
}
.knowledge_class .flex-box li img {
    width: 44px;
    height: 44px;
}
.knowledge .classCourse-item {
    margin-bottom: 30px;
}
.knowledge .classCourse-item a {
    display: block;
}
.knowledge .classCourse-item .cover img {
    width: 100%;
    height: auto;
}
.knowledge .classCourse-item .mui-ellipsis {
    font-size: 15px;
    color: #333;
    margin: 15px 0 10px;
}
.knowledge .classCourse-item .bold {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 15px 0 10px;
}
.knowledge .classCourse-item .time {
    font-size: 14px;
    color: #999;
}
.border_underLine {
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    padding-bottom: 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.border_underLine .bold {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.border_underLine::before, .border_underLine::after {
    content: '';
    position: absolute;
    display: block;
}
.border_underLine::before {
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    top: 100%;
    left: 0;
    background-color: #fa0000;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.border_underLine::after {
    width: 12px;
    height: 2px;
    background-color: #fa0000;
    top: 100%;
    right: 0;
}
.classCourse-item a:hover .border_underLine::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.data .data_bg {
    width: 100%;
    height: 390px;
    background: url("../images/data.png") center center/cover no-repeat;
}
.data_content {
    margin-top: 40px;
    padding: 0 15px;
}
.data_content .desc {
    margin-bottom: 25px;
}
.tab_title {
    margin-bottom: 15px;
}
.tab_title span {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    background: #F1F1F1;
    text-align: center;
    border-radius: 12px;
    font-size: 12px;
    color: #6666;
    margin: 0 5px 15px 0;
}
.tab_title span.active {
    background: rgba(254, 110, 110, 0.12);
    color: #FA3C3C;
}
.mui-scroll-wrapper-list {
    display: none;
}
.mui-scroll-wrapper-list.active {
    display: block;
}
.tab_content .left {
    display: inline-block;
    vertical-align: top;
    width: calc(100vw - 80px);
}
.tab_content .left:first-child {
    margin-right: 30px;
}
.tab_content .name {
    font-size: 15px;
    color: #FA3C3C;
    margin-bottom: 20px;
    text-align: left;
}
.tab_content .item {
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
}
.tab_content .item:last-child {
    border-bottom: none;
}
.tab_content .item p {
    display: inline-block;
    font-size: 12px;
    color: #999;
    vertical-align: middle;
    width: 20%;
    text-align: left;
}
.tab_content .item_t {
    border-bottom: none;
}
.tab_content .item_t p {
    color: #555;
}
.tab_content .item p b {
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
.tab_content .item p.red {
    color: #FA3C3C;
    font-size: 15px;
}
.ztzb .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 375px;
}
.ztzb .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 375px;
}
.tab_content .item p.center {
    text-align: center;
}
.tab_content .item p.rt {
    text-align: right;
}
.jgdy .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 450px;
}
.jgdy .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 450px;
}
.jgdy content {
    width: calc(100vw - 30px);
}
.jgdy .item p {
    width: 80px;
}
.jgdy .item p:first-child {
    width: 65px;
}
.jgdy .item p:last-child {
    width: 50px;
}
.jgdy .item p.subhead {
    width: 200px;
    margin-right: 30px;
}
.jgdy .item p .s-txt, .lhb .item p.subhead {
    white-space: normal;
    line-height: 16px;
}
.lhb .item p {
    width: 65px;
}
.lhb .item p.subhead {
    margin-right: 0;
}
.lhb .item p.pic {
    width: 120px;
}
.lhb .item p:last-child {
    width: 80px;
}
.zjlx .item p i {
    font-style: normal;
}
.zjlx .item p img {
    margin-left: 5px;
    margin-top: -25px;
    vertical-align: middle;
}
.jgdy .item p:last-child {
    width: 80px;
}
.zjlx .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 375px;
}
.zjlx .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 375px;
}
.ggjy .item p {
    width: 65px;
}
.ggjy .item p:first-child {
    width: 80px;
}
.ggjy .item p:nth-child(3), .ggjy .item p:nth-child(4) {
    width: 55px;
}
.ggjy .item p:nth-child(7) {
    width: 90px;
    margin-left: 10px;
}
.ggjy .item p:nth-child(8) {
    margin-right: 10px;
}
.ggjy .item p:last-child b {
    font-size: 12px;
}
.info {
    background: #1B1F25;
    margin-top: 40px;
    padding-top: 40px;
}
.info .headline {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
}
.info .subtitle {
    margin-bottom: 35px;
}
.info .subtitle p {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: rgba(255,255,255,0.6);
}
.info .title b {
    color: #fff;
}
.info .title .subhead {
    color: #999;
    font-size: 14px;
}
.info .living {
    padding: 0 15px 20px;
    background: url("../images/arrow_bg.png") right center/cover no-repeat;
}
.living .content_item {
    margin-bottom: 20px;
}
.living .content_item .flex-box {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.living .content_item .head {
    vertical-align: middle;
}
.living .content_item span {
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}
.living .content_item .desc, .market .content_item .desc p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 7px 0 17px;
}
.living .content_item .time {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}
.strategy {
    padding: 0 15px;
}
.strategy .strategy_tab {
    text-align: left;
}
.strategy .strategy_tab span {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: #F1F1F1;
    font-size: 10px;
    color: #555;
    border-radius: 12px;
    margin-right: 5px;
}
.strategy .strategy_tab span.active {
    background: #FA3C3C;
    color: #fff;
}
.strategy .strategy_tab span:last-child {
    margin-right: 0;
}
.ybcl {
    display: block;
}
.ybcl .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted {
    height: 378px;
}
.zjlx .mui-scroll-wrapper-horizontal .mui-segmented-control-inverted .mui-scroll {
    height: 378px;
}
.strategy_con_item {
    border-bottom: 1px solid rgba(221,221,221,0.3);
}
.strategy_con_title, .strategy .strategy_con_item:last-child {
    border-bottom: none;
    margin-top: 2px;
}
.strategy_con_title p {
    color: rgba(255,255,255,0.6);
}
.strategy_con_item p {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 49px;
    width: 65px;
}
.strategy_con_item p.center {
    text-align: center;
}
.strategy_con_item p.rt {
    text-align: right;
}
.info .market {
    margin-top: 40px;
    background: none;
}
.market .desc p:first-child {
    font-size: 15px;
    margin-bottom: 13px;
}
.market .other img {
    vertical-align: middle;
}
.market .other span:nth-child(1) {
    margin: 0 10px;
}
.tool {
    margin-top: 40px;
}
.tool .title, .tool .subtitle {
    padding: 0 15px;
}
.tool .tab_title {
    padding: 0 15px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.tool .tab_title img {
    margin-left: 4px;
    vertical-align: middle;
}
.tool_con {
    padding: 0 15px 40px;
    background: #F6F7F9;
}
.tool_con .pic {
    display: none;
}
.tool_con .pic.active {
    display: block;
}
.tool_con .pic img {
    margin-top: -25px;
    width: 100%;
    height: auto;
    box-shadow: 0px 3px 40px rgba(156, 164, 185, 0.13);
}
.product {
    padding: 40px 15px 0;
}
.product .title b {
    color: #333;
}
.product ul li {
    padding: 20px 25px;
    box-shadow: 0px 0px 40px rgba(156, 164, 185, 0.13);
}
.product ul li:first-child {
    margin-bottom: 20px;
}
.product ul li .flex-box {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.product .pic {
    margin-right: 15px;
}
.product .desc p {
    font-size: 12px;
    color: #555;
    line-height: 18px;
}
.product .desc p.name {
    margin-bottom: 7px;
    color: #333;
    font-weight: bold;
}
.product .border_underLine {
    text-align: right;
}