
.corpCase {
    width: 100%;
}
.downloadpdf {
    float: right;
}
.corpCase_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    line-height: 84px;
    background: #fff;
    text-align: right;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 16px rgba(12, 25, 22, 0.08);
    box-shadow: 0px 2px 16px rgba(12, 25, 22, 0.08);
}
.corpCase_btn_box {
    width: 1200px;
    margin: 0 auto;
}
.corpCase_hotkey, .corpCase_hotsubject, .corpCase_col {
    width: 50%;
    background: #f7f7f7;
    border-radius: 4px;
}
.corpCase_hotkey .header_t {
    font-size: 16px;
    font-weight: 500;
    text-indent: 12px;
    height: 46px;
    line-height: 46px;
    background: -webkit-gradient(linear,left top, right top,from(rgba(226,248,246,0.80)), to(rgba(226,248,246,0.10)));
    background: linear-gradient(90deg,rgba(226,248,246,0.80), rgba(226,248,246,0.10) 100%);
}
.corpCase_hotsubject, .corpCase_col_right {
    margin-left:15px;
}
.header_b {
    padding: 0 12px;
}
.header_b_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* padding: 0 12px; */
    border-bottom: 1px solid #ededed;
    height: 46px;
    line-height: 46px;
}
.header_b_item:last-child {
    border-bottom: none;
}
.header_b_item_title {
    font-size: 14px;
    color: #0c1916;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_b_item_title span{
    display: inline-block;
    width: 22px;
    height: 40px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center center;
}
.tophot1 {
    background-image: url('https://cdn.ix5j.net/saas_assets/top1.webp');
}
.tophot2 {
    background-image: url('https://cdn.ix5j.net/saas_assets/top2.webp');
}
.tophot3 {
    background-image: url('https://cdn.ix5j.net/saas_assets/top3.webp');
}
.header_b_item_num {
    font-size: 14px;
    color: #FF4D4F;
    font-weight: 400;
}
.corpCase_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px;
}
.corpCase_col .data_left {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #0c1916;
}
.corpCase_col .data_right {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e2f8f6;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.data_left_p1 {
    font-size: 16px;
    color: #0c1916;
    font-weight: 500;
    height: 22px;
    line-height: normal;
}
.data_left_p2 {
    font-size: 13px;
    color: #909399;
    margin-top: 5px;
    height: 18px;
    line-height: normal;
}
.corpCase_header {
    background-color: #fff;
    padding: 60px 32px 0px 32px;
    background-image: url('https://cdn.ix5j.net/saas_assets/casebg.webp');
    background-repeat: no-repeat;
}
.corpCase_header-title {
    font-size: 20px;
    font-weight: bold;
    color: #0c1916;
    margin-bottom: 24px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.corpCase_header-subtitle{
    font-size: 18px;
    color: #0c1916;
    font-weight: 500;
}
.corpCase_header-row{
    font-size: 16px;
    line-height: 34px;
}
.corpCase_C {
    font-size: 18px;
    color: #0c1916;
    line-height: 21px;
    margin-top:24px;
    font-weight: 500;
}
.corpCase_content{
    margin-bottom:12px;
    background-color: #ffffff;
    border-radius: 4px;
    padding:32px 32px 50px 32px;
}
.corpCase_boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
}
.corpCase_boxs_left {
    font-size: 16px;
    line-height: 28px;
    color: #0c1916;
    padding-right: 42px;
}
.corpCase_boxs_right img{
    width:354px;
    height: 318px;
}
.corpCase_content-title {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.corpCase_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 12px;
}

