﻿@charset "utf-8";
/* CSS Document */

img {
    border-style: none;
}

select, input, textarea {
    outline: 0;
}

/*----------框架----------*/
/*  
   huangyuting
   2020-1-7
*/
/*===============整体样式=================*/
@media only screen and (min-width: 100px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 13.65px;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 15.36px;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 390px) {
    html {
        font-size: 16.64px;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 17.664px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 27.31px;
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 32.31px;
    }
}

/* 使用webkit内核的浏览器 */
input::-webkit-input-placeholder {
    color: #8d9096;
}
/* Firefox版本4-18 */
input:-moz-placeholder {
    color: #8d9096;
}
/* Firefox版本19+ */
input::-moz-placeholder {
    color: #8d9096;
}
/* IE浏览器 */
input:-ms-input-placeholder {
    color: #8d9096;
}

/*去除苹果按钮自带样式*/
input[type="button"], input[type="text"], input[type="submit"], select, textarea, input[type="date"], input[type="month"], input, button {
    -webkit-appearance: none !important;
}
    /*去除input选中时黄边框*/
    input:focus-visible {
        outline: 0 !important;
    }

    select:focus-visible {
        outline: 0 !important;
    }

    textarea:focus-visible {
        outline: 0 !important;
    }

body, html, form {
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
}

.all_pb {
    padding-bottom: 1.8rem;
}

.all_plrb {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .88rem 1.8rem .88rem;
}

.all_pa {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .88rem;
}

.b_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fw_w {
    flex-wrap: wrap;
}

.f_fl {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.f_fr {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.f_fc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_flrb {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.f_flra {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}

.f_flrc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.f_fl_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_fr_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_fc_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_flrb_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_flra_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.f_flrc_nc {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

body {
    width: 100%;
    background-color: white;
    font-size: 1rem;
}

    body.bac01 {
        background-color: #f7f8fa;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

img {
    border-style: none;
}

input, select, textarea {
    outline: 0;
}

    input:active, select:active, textarea:active {
        outline: 0;
    }

body, input, select, textarea, table {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}

.plr88 {
    padding: 0 .88rem;
}

body {
    background-color: white;
}

.ch_bg {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/ch/ch_top.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #eff9fe;
}

.d_pa {
    padding: .7rem .88rem 3.35rem .88rem;
}

.main_page {
    padding: 1.8rem 0;
}

.padd_nav {
    width: 100%;
    padding-bottom: 3.35rem;
}

.padd_sear {
    width: 100%;
    padding-top: 2.9rem;
}

.padd_sel {
    width: 100%;
    padding-top: 2.4rem;
}

.padd_btn {
    width: 100%;
    padding-bottom: 3.7rem;
}

.padd_top {
    width: 100%;
    padding-top: 2.8rem;
    margin-top: -1px;
}

.padd_all {
    width: 100%;
    padding-bottom: 1rem;
}
/*列表更多按钮*/
.list_f {
    width: 100%;
    height: 2.5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: .88rem;
    text-align: center;
    color: #939393;
}

.btn_more {
    display: block;
    width: 33%;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    color: #949799;
    font-size: .88rem;
    border: none;
    margin: auto;
    background-color: white;
    border: 1px solid #edeaea;
    border-radius: 3rem;
}
/*列表更多按钮 end */
.main_pa {
    padding-left: .88rem;
    padding-right: .88rem;
}

.btn_fpb {
    padding-bottom: 3.9rem;
}

.btn_fix {
    width: 100%;
    height: 3.7rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 888;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_fpa {
    padding: .6rem .88rem 0 .88rem;
}

.btn_all {
    display: inline-block;
    width: 100%;
    height: 2.3rem;
    line-height: 2.3rem;
    text-align: center;
    font-size: 1rem;
    color: white;
    background-color: #39509b;
    border-radius: .35rem;
    border: 0;
}

    .btn_all.blue {
        height: 2.5rem;
        line-height: 2.5rem;
        background-color: #0a216a;
    }

    .btn_all:active {
        background-color: #213a8b;
    }

/* other-campusHiring */
.i_ico {
    flex-shrink: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.ch_tpa {
    padding: 0.88rem 0.6rem 1.1rem 0.6rem;
}

.ch_tit {
    font-weight: bold;
    font-size: 1.5rem;
    color: #FEFEFE;
    line-height: 1.3;
}

.ch_tf {
    width: fit-content; /* 强制宽度跟随内部内容 */
    width: -moz-fit-content;
    border-radius: 0.3rem;
    border: 1px solid #FFFFFF;
    font-size: 0.9rem;
    color: #FEFEFE;
    padding: 0.44rem 0.65rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1rem;
}

    .ch_tf .i_ico {
        width: 0.71rem;
        height: 1.21rem;
        background-image: url(../images/ch/ch_ico1.png);
        margin-right: 0.41rem;
    }


    .ch_tf .tit {
        /* 长字符串溢出换行 */
        overflow-wrap: break-word;
        word-wrap: break-word;
        /* 数字英文强制断字符 */
        word-break: break-all;
        white-space: normal;
    }

.ch_indt {
    width: 100%;
    background: linear-gradient(0, #FFFFFF 0, #D1E9FF 100%);
    border-radius: 0.78rem;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.ch_indt_tit {
    text-align: center;
    font-weight: bold;
    font-size: 0.88rem;
}

    .ch_indt_tit .tit1 {
        padding: .44rem .65rem .42rem .65rem;
        background: linear-gradient(to right, #39BFF0, #3BCBCF);
        border-radius: 0 0 0.72rem 0;
        color: #FEFEFE;
        position: relative;
        z-index: 1;
    }

    .ch_indt_tit .tit2 {
        padding: .44rem .65rem .42rem 1.65rem;
        background: linear-gradient(to right, #E0933E, #F5C973);
        border-radius: 0 0 0.72rem 0;
        color: #985225;
        margin-left: -1rem;
    }

.ch_indt_p {
    padding: 1rem 1.5rem 0.1rem 1.5rem;
}

.ch_indt_pc {
    padding-bottom: 1rem;
    font-size: 0.88rem;
    color: #1A1E26;
}

    .ch_indt_pc .tit {
        position: relative;
        font-weight: bold;
    }

        .ch_indt_pc .tit span {
            position: relative;
            z-index: 2;
        }

        .ch_indt_pc .tit:before {
            display: block;
            content: '';
            width: 3.75rem;
            height: 0.36rem;
            background: linear-gradient(84deg, #3BCBCF 0, rgba(59,203,207,0) 100%);
            border-radius: 0.04rem;
            position: absolute;
            left: 0;
            bottom: -0.1rem;
            z-index: 1;
        }

    .ch_indt_pc .con {
        margin-top: .55rem;
        line-height: 1.3;
    }

.ch_ind {
    width: 100%;
    margin-top: .2rem;
    background: linear-gradient(180deg, #E2F3FB 0, #eff9fe 20%, #eff9fe 100%);
    border-radius: 1.25rem 1.25rem 0 0;
    border-top: 2px solid #FFFFFF;
}


.ch_sticky {
    width: 100%;
    padding: .88rem .88rem .2rem .88rem;
}

.ch_ind_tb {
    width: 100%;
    color: #141820;
}

.ch_ind_tit {
    margin-left: 0.55rem;
}

    .ch_ind_tit .i_ico {
        width: 1.11rem;
        height: 1.21rem;
        background-image: url(../images/ch/ch_ico2.png);
        margin-right: 0.65rem;
    }

    .ch_ind_tit .tit {
        font-size: 1.25rem;
        font-weight: bold;
    }

.ch_ind_tb .tit2 {
    font-size: 1.07rem;
    font-weight: bold;
}

.ch_search {
    width: 100%;
    height: 2.57rem;
    background: #FFFFFF;
    border-radius: 0.57rem;
    overflow: hidden;
    margin-top: 1.1rem;
}

.ch_search_t {
    display: block;
    flex: 1;
    height: 100%;
    line-height: 100%;
    font-size: 0.89rem;
    color: #141820;
    padding: 0 0.75rem;
    border: 0;
}

.ch_search_b {
    display: block;
    width: 3.5rem;
    height: 100%;
    border: 0;
    background: url(../images/ch/ch_search.png) center no-repeat;
    background-size: 1rem auto;
    flex-shrink: 0;
}

    .ch_search_b:hover {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

.ch_list {
    width: 100%;
    padding: 0 .88rem 4rem .88rem;
}

    .ch_list ul {
        width: 100%;
    }

        .ch_list ul li {
            width: 100%;
            margin-top: 0.71rem;
        }

.ch_ld {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.79rem;
    padding: 0.55rem;
    display: block;
}

.ch_ld1 {
    width: 100%;
}

    .ch_ld1 .title .ts {
        font-size: 0.8rem;
        color: #FFFFFF;
        padding: 0 0.44rem;
        height: 1.54rem;
        line-height: 1.58rem;
        background: #F7F7FA;
        border-radius: 0.18rem;
        margin-right: 0.44rem;
        background: linear-gradient(to right, #1A68FF, #15B8FB);
        width: fit-content;
        width: -moz-fit-content;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .ch_ld1 .title .tit {
        flex: 1;
        font-weight: bold;
        font-size: 1.1rem;
        color: #0C1119;
    }

a.ch_ld:hover .ch_ld1 .title .tit {
    color: #1A68FF;
}

.ch_ld1 .num {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 0.93rem;
    color: #095AFF;
    margin-left: 0.44rem;
    margin-top: 0.2rem;
}

.ch_tag {
    width: 100%;
}

    .ch_tag .text {
        font-weight: bold;
        font-size: 0.72rem;
        color: #4F596A;
        padding: 0.44rem 0.55rem 0.44rem 0.55rem;
        background: #F7F7FA;
        border-radius: 0.18rem;
        margin: 0.18rem 0.36rem 0.18rem 0;
        white-space: nowrap;
    }

.chd_d .ch_tag .text {
    font-size: 0.82rem;
    color: #0FB29B;
    background: #DFF4F0;
    padding: 0.44rem 0.55rem 0.44rem 0.55rem;
    margin: 0.25rem 0.5rem 0.25rem 0;
}


.ch_ld .ch_tag {
    margin-top: 0.4rem;
}

.ch_ld_name {
    width: 100%;
    margin-top: 0.4rem;
}

    .ch_ld_name .tag {
        flex-shrink: 0;
        font-weight: bold;
        white-space: nowrap;
        font-size: 0.72rem;
        color: #0FB29B;
        height: 1.28rem;
        line-height: 1.4rem;
        padding: 0 0.5rem;
        background: #DFF4F0;
        border-radius: 0.18rem;
        margin-right: 0.4rem;
    }

    .ch_ld_name .tit {
        flex: 1;
        font-size: 0.83rem;
        color: #1F232B;
        font-weight: bold;
        margin-top: 0.25rem;
    }

.ch_ldf {
    width: 100%;
    padding: 0.7rem 0 0.2rem 0;
    border-top: 1px solid #edeef2;
    margin-top: 0.6rem;
    font-weight: bold;
}

.ch_count {
    flex: 1;
    font-size: 0.85rem;
    font-weight: bold;
}

    .ch_count .tit {
        color: #0E121B;
        padding: 0.12rem 0.5rem 0.05rem 0.88rem;
        border-left: 1px solid #dddddd;
    }

        .ch_count .tit .color {
            color: #095AFF;
        }

.ch_ldf .addr {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: #89939F;
}

.ch_ico3 {
    width: 1.04rem;
    height: 1.21rem;
    background-image: url(../images/ch/ch_ico3.png);
    margin-right: 0.88rem;
    margin-left: 0.55rem;
}

.chd_pa {
    padding: 1.4rem 0.88rem 9rem 0.88rem;
}

.chd_footer {
    width: 100%;
    height: 5.2rem;
    background: #FFFFFF;
    box-shadow: 0 0.5rem 1rem 0 rgba(12,12,12,0.47);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

    .chd_footer .ch_count .tit {
        padding-left: 0;
        border-left: 0;
    }

    .chd_footer .ch_ico3 {
        margin-right: 0.7rem;
        margin-left: 1rem;
    }

.chd_foa {
    width: 12.18rem;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    color: white;
    font-size: 1.1rem;
    background: #1A66FF;
    border-radius: 0.71rem;
    margin-right: 1rem;
    border: 0;
}

    .chd_foa:hover {
        background: #1794fd;
    }

.chd_a {
    width: 100%;
    font-weight: bold;
}

    .chd_a .tit {
        font-size: 1.25rem;
        color: #0C1119;
        flex: 1;
        margin: 0 0.5rem;
    }

    .chd_a .num {
        font-size: 1rem;
        color: #095AFF;
        white-space: nowrap;
        margin-top: 0.25rem;
    }

.chd_b {
    width: 100%;
    margin-top: 0.6rem;
}

.chd_bc {
    margin: 0.4rem 1rem 0.4rem 0.3rem;
}

    .chd_bc .tit {
        font-size: 0.95rem;
        color: #0C1119;
        margin-left: 0.4rem;
    }

.ch_di1 {
    width: 0.89rem;
    height: 0.86rem;
    background-image: url(../images/ch/ch_di1.png);
    background-size: auto 100%;
}

.ch_di2 {
    width: 0.89rem;
    height: 0.71rem;
    background-image: url(../images/ch/ch_di2.png);
    background-size: auto 100%;
}

.ch_di3 {
    width: 0.89rem;
    height: 0.68rem;
    background-image: url(../images/ch/ch_di3.png);
    background-size: auto 100%;
}

.ch_dic1 {
    width: 0.82rem;
    height: 0.96rem;
    background-image: url(../images/ch/ch_dic1.png);
}

.ch_dic2 {
    width: 1.3rem;
    height: 1.3rem;
    background-image: url(../images/ch/ch_dic2.png);
}

.ch_dic3 {
    width: 1.2rem;
    height: 1.5rem;
    background-image: url(../images/ch/ch_dic3.png);
}

.chd_c {
    width: 100%;
    border-radius: 0.8rem;
    background: linear-gradient(to right, #E6FBFC, #ECFFF0);
    padding: 1rem 1rem 1.5rem 1rem;
    color: #0D0D0D;
    font-size: 0.95rem;
    margin-top: 1rem;
    margin-bottom: 1.1rem;
}

.chd_c_tit {
    width: fit-content;
    width: -moz-fit-content;
    border-radius: 2rem;
    background: linear-gradient(to right, #9FF3FA, #7C9FF8);
    font-weight: bold;
    padding: 0.65rem 1.4rem;
    position: relative;
    font-size: 1rem;
}

    .chd_c_tit:after {
        content: '';
        display: block;
        width: 0.78rem;
        height: 0.78rem;
        background: url(../images/ch/ch_star.png) center no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: -0.15rem;
        top: 0.15rem;
        z-index: 10;
    }

.chd_c_con {
    width: 100%;
    border-radius: 0.8rem;
    background: #C5F2F6;
    padding: 1.2rem 1.5rem 1.5rem 1.5rem;
    line-height: 1.5;
    margin-top: 0.7rem;
    text-align: justify;
}

    .chd_c_con ul.ul {
        width: 100%;
    }

        .chd_c_con ul.ul li {
            display: inline-block;
            vertical-align: middle;
            margin: 0.3rem 0.8rem 0.3rem 0;
            line-height: 1.2;
            padding-left: 0.65rem;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: bold;
            color: black;
            font-size: 0.8rem;
        }

            .chd_c_con ul.ul li:before {
                display: inline-block;
                vertical-align: top;
                content: "•";
                color: #0FB29B;
                font-size: 1.2rem;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                transform: translateZ(0);
                position: absolute;
                left: 0;
                top: -0.05rem;
                line-height: 1;
                font-weight: normal;
            }

    .chd_c_con p.mt {
        margin-top: 0.5rem;
    }

.chd_d {
    width: 100%;
    border-top: 1px solid #EAEAEA;
    padding: 1.3rem 0.35rem;
    margin-top: 0.1rem;
    font-size: 0.93rem;
    color: #4F596A;
}

.chd_d_tit {
    margin-left: 0.3rem;
    margin-bottom: 0.5rem;
}

    .chd_d_tit .tit {
        margin-left: 0.55rem;
        font-weight: bold;
        font-size: 1.2rem;
        color: #0C1119;
    }

.chd_d1 {
    font-weight: bold;
    margin-top: 0.5rem;
    line-height: 1.4;
    text-align: justify;
}

.chd_name {
    font-weight: bold;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    color: #0C1119;
}

.chd_d2 {
    width: 100%;
    margin-top: 0.8rem;
}

    .chd_d2 .con {
        width: 100%;
        margin-top: 0.3rem;
        line-height: 1.4;
        text-align: justify;
    }

.chd_d3 {
    width: 100%;
    margin-top: 0.8rem;
}

    .chd_d3 ul {
        width: 100%;
    }

        .chd_d3 ul li {
            width: 100%;
            margin-top: 0.5rem;
            line-height: 1.4;
            padding-left: 1.5rem;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: justify;
        }

            .chd_d3 ul li:before {
                display: inline-block;
                vertical-align: top;
                content: "•";
                color: #6A95F6;
                font-size: 1.5rem;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                transform: translateZ(0);
                position: absolute;
                left: 0.35rem;
                top: 0;
                line-height: 1;
            }

.ch_gotop {
    display: none;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    background: url(../images/ch/ch_btop.png) center no-repeat #FFFFFF;
    background-size: auto 78%;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 999;
}

    .ch_gotop.chd_go {
        bottom: 6rem;
    }

    .ch_gotop:hover {
        border: 1px solid #095AFF;
    }

.chr_tit {
    font-weight: bold;
    font-size: 1.25rem;
    color: #131820;
    padding: 1rem 0 0.8rem 0;
}

.chr_i {
    width: 100%;
    padding: 0.6rem 0 1rem 0;
}

.chr_text {
    width: 100%;
    height: 3.7rem;
    line-height: 3.7rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.32rem rgba(4,0,0,0.09);
    border-radius: 0.8rem;
    font-size: 1.14rem;
    color: #131820;
    border: 0;
    padding: 0 1rem;
}

.chr_txt {
    font-size: 0.88rem;
    color: #848484;
}

.chr_btn_file {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 1.25rem;
}

.chr_btn_file_c {
    width: 100%;
    padding: 1rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.32rem rgba(4,0,0,0.09);
    border-radius: 0.8rem;
}

.chr_btn_file .input_file {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 0;
    margin: 0;
}

.chr_sel {
    width: 0.71rem;
    height: 1.21rem;
    background: url(../images/ch/ch_sel.png) center no-repeat;
    background-size: 100% auto;
    flex-shrink: 0;
}

.chr_btn_file_cfl {
    flex: 1;
}

    .chr_btn_file_cfl .ico {
        flex-shrink: 0;
        width: 4.25rem;
        height: 4.25rem;
        background: linear-gradient(to right, #E5F3F6, #EAF5EA);
        border-radius: 5rem;
        overflow: hidden;
    }

        .chr_btn_file_cfl .ico span {
            display: inline-block;
            vertical-align: middle;
            width: 4.25rem;
            height: 4.25rem;
            background: url(../images/ch/ch_up.png) center no-repeat;
            background-size: 80% auto;
            margin-top: -0.05rem;
        }

    .chr_btn_file_cfl .con {
        flex: 1;
        margin-right: 0.5rem;
        margin-left: 1rem;
        font-size: 0.8rem;
        color: #848484;
    }

        .chr_btn_file_cfl .con .tit {
            font-weight: bold;
            font-size: 1.07rem;
            color: #131820;
            margin-bottom: 0.35rem;
        }

.chr_btn {
    width: 100%;
    padding: 3rem 0 2rem 0;
}

    .chr_btn .chd_foa {
        width: 100%;
        height: 3.7rem;
        line-height: 3.7rem;
        margin: 0;
    }
