﻿.clear {
    clear: both;
}

.mian_body {
    width: 980px;
    border: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.mian_select {
    /*width: 1080px;*/
    /*border: 1px solid #ddd;*/
    background: #fff;
    border-top: 2px solid #FF7D3C;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.top_search {
    width: 1000px;
    margin: 10px auto;
}

.mian_select .ms_left {
    width: 200px;
    height: 50px;
    text-align: right;
    float: left;
    line-height: 50px;
    vertical-align: middle;
}

.mian_select .ms_right {
    width: 790px;
    height: 50px;
    text-align: left;
    float: right;
}

.mian_select .ms_left1 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    float: left;
    text-align: right;
    color: #FE7903;
    font-weight: bold;
}

.mian_select .ms_right1 {
    width: 990px;
    float: right;
    text-align: right;
}

.ms_top {
    height: 50px;
}

.ms_middle {
    clear: both;
}

.ms_down {
    clear: both;
    height: 30px;
    margin-bottom: 10px;
}

#search_box {
    border: 2px solid #FE7903;
    width: 550px;
    height: 36px;
    float: left;
    vertical-align: middle;
    line-height: 36px;
    padding: 1px 15px;
}

#btn_search {
    border: none;
    width: 112px;
    height: 42px;
    float: left;
    background-image: url(/images/btn_search.png);
    background-position: -2px 0px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.ms_right a {
    display: inline-block;
    height: 36px;
    width: 120px;
    font-size: 14px;
    margin-top: 2px;
    line-height: 36px;
    color: #4D4D4D;
    margin-left: 10px;
    border: 1px solid #DDD;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
}

    .ms_right a:hover {
        color: #FE7903;
    }

.msr_area, .msr_job {
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    position:relative;
    padding-right:20px;
}
    .msr_area_arrow {
        width: 16px;
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 16px;
    }
.msr_area_arrow2 {
    width: 16px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 16px;
}

    .msr_area a, .msr_job a {
        text-decoration: none;
        color: #5b5b5b;
        display: inline-block;
        margin-right: 10px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #fff;
    }

        .msr_area a:hover, .msr_job a:hover {
            color: #f60;
            background: #FBF5EB;
            border: 1px solid #f60;
        }
        .msr_area a.diplay_none, .msr_job a.diplay_none {
            display: none;
        }

/*其他搜索条件*/
.sel-con {
    display: inline-block;
    width: 125px;
    float: left;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e2e2e2;
    background: #FFF;
    color: #999;
    padding: 0 12px;
    position: relative;
    zoom: 1;
    margin: 0 15px 10px 0;
    text-align: center;
}

.ms_right1 .xueli {
    margin-top: 3px;
}

.sel-con .sel-detail {
    display: none;
    position: absolute;
    z-index: 999;
    top: 24px;
    left: -1px;
    width: 100%;
    background: #FFF;
    border: 1px solid #D1D3D6;
    border-top: 0;
}

.sel-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sel-detail li {
    height: 25px;
    text-align: center;
    position: relative;
    zoom: 1;
    color: #585858;
    cursor: pointer;
}

.dlHover {
    color: #f60 !important;
}

/*职位排序*/
.jobOrderBy {
    padding: 15px;
    height: 20px;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}

.orderBy {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 310px;
    float: left;
}

    .orderBy li {
        float: left;
        overflow: hidden;
    }

        .orderBy li a:hover {
            color: #D88A3F;
        }

.updateTimeOrderBy {
    width: 77px;
    height: 25px;
}

    .updateTimeOrderBy a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-indent: 8px;
        text-decoration: none;
        color: #333;
        background: url(/main/images/bg04.png) 0 -200px no-repeat;
    }

        .updateTimeOrderBy a:hover {
            background-position: 0 -250px;
        }

.salaryOrderBy {
    width: 76px;
    height: 25px;
}

    .salaryOrderBy a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-indent: 8px;
        text-decoration: none;
        color: #333;
        background: url(/main/images/bg04.png) -77px -200px no-repeat;
    }

        .salaryOrderBy a:hover {
            background-position: -77px -250px;
        }

.workOrderBy {
    width: 76px;
    height: 25px;
}

    .workOrderBy a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-indent: 8px;
        text-decoration: none;
        color: #333;
        background: url(/main/images/bg04.png) -77px -200px no-repeat;
    }

        .workOrderBy a:hover {
            background-position: -77px -250px;
        }

.eduOrderBy {
    width: 76px;
    height: 25px;
}

    .eduOrderBy a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-indent: 16px;
        text-decoration: none;
        color: #333;
        background: url(/main/images/bg04.png) -153px -200px no-repeat;
    }

        .eduOrderBy a:hover {
            background-position: -153px -250px;
        }

/*每页显示的职位数量*/
.showNum {
    float: left;
    background-image: url("/main/images/bg04.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 -100px;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 17px;
    padding-right: 10px;
    /*position: relative;*/
    width: 127px;
    height: 25px;
    line-height: 25px;
}

    .showNum a {
        color: #333;
        text-decoration: none;
        padding: 0 4px;
    }

        .showNum a:hover {
            color: #D88A3F;
        }

/*满足条件的职位总数*/
.showTotalNum {
    width: 200px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    float: right;
    color: #333;
}

    .showTotalNum #jobNum {
        color: #26713A;
        font-weight: bold;
        font-size: 14px;
        font-style: italic;
    }

/*职位列表*/
.jobList {
    margin-bottom: 20px;
}

.jobSingle {
    padding: 15px 15px 0;
}

    .jobSingle h3 {
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
        float: left;
    }

        .jobSingle h3 a {
            color: #15c;
            text-decoration: none;
        }

            .jobSingle h3 a:hover {
                color: #D88A3F;
            }

.jobOperate {
    width: 200px;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

    .jobOperate a {
        display: inline-block;
        text-decoration: none;
    }

        .jobOperate a:hover {
            color: #D88A3F;
        }

.jianjie {
    color: #5b5b5b;
    line-height: 22px;
}

    .jianjie > span {
        padding-right: 10px;
    }

    .jianjie span a {
        color: #5b5b5b;
        text-decoration: none;
    }

        .jianjie span a:hover {
            color: #D88A3F;
        }

.xiangqing {
    line-height: 22px;
    color: #999;
}



/*yxl新加*/
.mainCon .titlebf {
    position: fixed;
    top: 0;
    left: 0;
    width: 1100px;
    z-index: 999;
    display: none;
    margin: auto;
}

.mainCon .title {
    height: 49px;
    background: #fff;
    margin-bottom: 10px;
    border-top: 2px solid #FF9E3C;
}

    .mainCon .title .tLeft ul li {
        float: left;
        width: 108px;
    }

        .mainCon .title .tLeft ul li a {
            display: block;
            font-size: 16px;
            color: #666666;
            text-align: center;
            line-height: 24px;
            margin-top: 13px;
            border-right: 1px solid #E8E8E8;
        }

        .mainCon .title .tLeft ul li.now a, .mainCon .title .tLeft ul li:hover a {
            color: #FF9E3C;
            line-height: 49px;
            margin-top: 0px;
            border-right: none;
        }


    .mainCon .title .xszw {
        font-size: 14px;
        color: #999999;
        line-height: 51px;
        padding-right: 20px;
        position: relative;
    }

        .mainCon .title .xszw .chall {
            float: left;
            width: 80px;
            font-size: 12px;
            border-right: 1px solid #e8e8e8;
        }

            .mainCon .title .xszw .chall input {
                margin-left: 19px;
                width: 16px;
                height: 16px;
                float: left;
                margin-top: 18px;
                margin-right: 5px;
            }

        .mainCon .title .xszw .op {
            float: left;
        }

            .mainCon .title .xszw .op span {
                float: left;
                width: 123px;
                height: 26px;
                line-height: 26px;
                font-size: 12px;
                cursor: pointer;
                margin: 11px 0 0 15px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
            }

        .mainCon .title .xszw .but_sq {
            color: #FFF;
            background-color: #FF9E3C;
            border: 1px solid #FF9E3C;
        }

    .mainCon .title .but_sc {
        color: #FF6000;
        background-color: #FFF2E3;
        border: 1px solid #FFB865;
    }

    .mainCon .title .but_sq i {
        background-position: -70px 0;
    }

    .mainCon .title .but_sc i {
        background-position: -70px -20px;
    }

    .mainCon .title .op i {
        float: left;
        width: 20px;
        height: 20px;
        margin: 3px 2px 0 25px;
    }

.dicon {
    background: url(/main/images/list_icon_dw_20171226.png) no-repeat;
}

.mainCon .zwLeft {
    width: 830px;
    margin-right: 10px;
    background: #fff;
}

    .mainCon .zwLeft > ul > li {
        background: #FFFFFF;
        /*margin-bottom:10px;*/
        padding: 25px 30px 10px 20px;
        height: 60px;
        position: relative;
        /*border-bottom: 1px #f2f2f5 solid;*/
    }

        .mainCon .zwLeft > ul > li input {
            position: absolute;
            top: 28px;
            left: 20px;
            width: 16px;
            height: 16px;
            border-color: #ff6000;
        }

        .mainCon .zwLeft > ul > li:hover {
            /*box-shadow: 0 1px 5px 0 rgba(0,0,0,0.20);*/
            background: #f5f5f5;
        }

        .mainCon .zwLeft > ul > li .zwTop .zwbt:hover, .mainCon .zwLeft > ul > li .com .comName .gsm:hover {
            color: #FF7D3C;
        }

        .mainCon .zwLeft > ul > li.vip {
            position: relative;
        }

        .mainCon .zwLeft > ul > li .zwTop {
            padding-bottom: 11px;
            margin-right: 13px;
            width: 396px;
            margin-left: 23px;
        }

            .mainCon .zwLeft > ul > li .zwTop .zwbt, .mainCon .zwLeft > ul > li .zwTop .zwbt span {
                font-size: 16px;
                color: #000;
                display: block;
                line-height: 20px;
                max-width: 235px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-right:10px;
            }

                .mainCon .zwLeft > ul > li .zwTop .zwbt span {
                    max-width: 165px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-bottom: 3px;
                }

                .mainCon .zwLeft > ul > li .zwTop .zwbt img {
                    vertical-align: middle;
                    margin-bottom: 3px;
                    margin-left: 10px;
                }

            .mainCon .zwLeft > ul > li .zwTop .price {
                font-size: 16px;
                color: #107ff5;
                font-weight: normal; 
                line-height:20px;
            }

            .mainCon .zwLeft > ul > li .zwTop .yq {
                margin-top: 10px;
                font-size: 12px;
                color: #9fa3b0;
                margin-bottom: 10px;
            }

                .mainCon .zwLeft > ul > li .zwTop .yq .cs {
                    color: #9fa3b0;
                    max-width: 100px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .mainCon .zwLeft > ul > li .zwTop .yq .xzjs {
                    color: #9fa3b0;
                    max-width: 100px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .mainCon .zwLeft > ul > li .zwTop .yq .jsfs {
                    color: #9fa3b0;
                    max-width: 100px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-left: 10px;
                }

                .mainCon .zwLeft > ul > li .zwTop .yq span {
                    display: block;
                    float: left;
                    margin-top:3px;
                }

            .mainCon .zwLeft > ul > li .zwTop .fuli ul li, .fuli .gd {
                float: left;
                height: 16px;
                position: relative;
                margin-right: 10px;
            }

                .mainCon .zwLeft > ul > li .zwTop .fuli ul li .jj, .fuli .gd .jj {
                    display: block;
                    width: 16px;
                    height: 16px;
                    text-align: center;
                    line-height: 13px;
                }

                    .mainCon .zwLeft > ul > li .zwTop .fuli ul li .jj img, .fuli .gd .jj img {
                        width: auto;
                        height: auto;
                        max-width: 16px;
                        max-height: 16px;
                        vertical-align: middle;
                    }

                .mainCon .zwLeft > ul > li .zwTop .fuli ul li .ts {
                    width: 60px;
                    height: 36px;
                    text-align: center;
                    background: #fff;
                    line-height: 36px;
                    font-size: 12px;
                    color: #666666;
                    position: absolute;
                    top: 18px;
                    border: 1px solid #E8E8E8;
                    display: none;
                }

                .mainCon .zwLeft > ul > li .zwTop .fuli ul li:hover .ts {
                    display: block;
                }

        .mainCon .zwLeft > ul > li .com {
            width: 274px;
        }

            .mainCon .zwLeft > ul > li .com .comName .gsm {
                display: block;
                font-size: 16px;
                color: #333333;
                max-width: 250px;
                height: 20px;
                line-height: 20px;
                margin-right: 6px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .mainCon .zwLeft > ul > li .com .comName .rz {
                width: 18px;
                height: 14px;
                text-align: center;
                line-height: 11px;
                margin-top: 3px;
            }

                .mainCon .zwLeft > ul > li .com .comName .rz img {
                    width: auto;
                    height: auto;
                    max-width: 18px;
                    max-height: 14px;
                    vertical-align: middle;
                }

            .mainCon .zwLeft > ul > li .com .comsm {
                margin-top: 10px;
            }

                .mainCon .zwLeft > ul > li .com .comsm span {
                    display: block;
                    float: left;
                    font-size: 12px;
                    color: #9fa3b0;
                    line-height: 18px;
                    max-width: 79px;
                    height: 18px;
                    overflow: hidden;
                }

                    .mainCon .zwLeft > ul > li .com .comsm span img {
                        width: 14px;
                        height: 14px;
                        margin-right: 5px;
                        vertical-align: middle;
                        margin-bottom: 3px;
                    }

            .mainCon .zwLeft > ul > li .com .adrs {
                font-size: 12px;
                color: #666666;
                height: 16px;
                line-height: 16px;
                margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .mainCon .zwLeft > ul > li .com .adrs img {
                    width: 11px;
                    height: 14px;
                    vertical-align: middle;
                    margin-bottom: 3px;
                    margin-right: 8px;
                }

        .mainCon .zwLeft > ul > li .lxr .fbsj {
            display: block;
            text-align: right;
            font-size: 12px;
            color: #999;
            line-height: 16px;
            margin-bottom: 10px;
        }

        .mainCon .zwLeft > ul > li .lxr .lxrcon {
            font-size: 12px;
            color: #383838;
            line-height: 18px;
            max-width: 74px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .mainCon .zwLeft > ul > li .lxr .lxrcon img {
                width: 18px;
                height: 18px;
                vertical-align: middle;
                margin-bottom: 3px;
                margin-right: 10px;
            }

.mainCon .zwRight {
    width: 260px;
}

    .mainCon .zwRight .zwrTop ul li {
        padding: 0px 16px;
        margin-bottom: 10px;
        background: #fff;
    }

        .mainCon .zwRight .zwrTop ul li.now {
            /*background: #fff url(/templates/www/images/vip.png) no-repeat top left;*/
        }

        .mainCon .zwRight .zwrTop ul li .gsm span {
            display: block;
            font-size: 16px;
            color: #333333;
            height: 45px;
            line-height: 45px;
            max-width: 205px;
            margin-right: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .mainCon .zwRight .zwrTop ul li .gsm .rz {
            width: 18px;
            height: 14px;
            text-align: center;
            line-height: 11px;
            margin-top: 15px;
        }

            .mainCon .zwRight .zwrTop ul li .gsm .rz img {
                width: auto;
                height: auto;
                max-width: 18px;
                max-height: 14px;
                vertical-align: middle;
            }

        .mainCon .zwRight .zwrTop ul li .zzgw {
            padding: 10px 0px 16px;
            border-top: 1px solid #E8E8E8;
            font-size: 12px;
            color: #9fa3b0;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
        }

            .mainCon .zwRight .zwrTop ul li .zzgw span {
                color: #FF7D3C;
                height: 20px;
                line-height: 20px;
                display: inline-block;
                max-width: 114px;
                overflow: hidden;
                vertical-align: middle;
                margin-bottom: 3px;
            }

    .mainCon .zwRight .ggw a {
        display: block;
        margin-bottom: 10px;
    }

        .mainCon .zwRight .ggw a img {
            max-width: 260px;
        }

.layui-layer-btn .layui-layer-btn0 {
    border-color: #FF7D3C !important;
    background-color: #FF7D3C !important;
}

.bt {
    height: 20px;
}

/*模糊搜索下拉样式*/
.searchBox .wp .searchAppend {
    display: none;
    z-index: 99;
    top: 104px;
    right: 266px;
    background: white;
    position: absolute;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.searchList {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    text-indent: 10px;
    cursor: pointer;
}

    .searchList:hover {
        background: #efefef;
    }

/*投递简历*/
.jlList_box {
    display: none;
}

.jlList_con {
    padding: 20px 40px 40px;
}

    .jlList_con .jlList_tit {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 52px;
        border-bottom: 1px solid #ddd;
    }

    .jlList_con ul li {
        cursor: pointer;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        padding: 0px 10px;
        border-bottom: 1px dashed #ddd;
    }

        .jlList_con ul li span {
            float: right;
            display: none;
        }

        .jlList_con ul li em {
            display: block;
            float: left;
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .jlList_con ul li.now {
            color: #ddd;
        }

            .jlList_con ul li.now span {
                display: block;
            }

        .jlList_con ul li span img {
            vertical-align: middle;
            margin-bottom: 3px;
        }

    .jlList_con .tdBtn {
        text-align: center;
        width: 158px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        margin: 30px auto 0px;
        background: #FF9E3C;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.vline {
    display: inline-block !important;
    width: 1px !important;
    height: 12px !important;
    vertical-align: middle !important;
    background: #e0e0e0 !important;
    margin: 7px 10px !important;
    float: left !important;
}


.jobunderline {
    line-height: 2px;
    width: 100%;
    border-bottom: 1px #f2f2f5 solid;
}


/*立即申请*/
.ljsq {
    width: 74px;
    position: relative;
    display: none;
}

    .ljsq .shengqing {
        position: absolute;
        top: 0;
        left: 0;
        width: 86px;
        padding: 0 0;
        box-sizing: content-box;
        height: 36px;
        line-height: 36px;
        border: 1px #FF9E3C solid;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        background: #FF9E3C;
        text-align: center;
        cursor: pointer;
        border-radius: 2px;
    }

/*各大行业职位任你选*/
.zwrppq {
    background-color: #FF9E3C;
    margin-bottom: 15px;
    padding-bottom: 24px;
    position: relative;
    display: none;
}

.mainCon .zwrppq .zwrppq_title {
    display: block;
    padding: 20px 0 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    text-align: center;
}

.mainCon .zwrppq .dlCon {
    margin: 0 20px;
}

    .mainCon .zwrppq .dlCon ul li {
        margin: 0 0 16px;
        background: #fff;
        z-index: 10;
        position: relative;
    }

    .mainCon .zwrppq .dlCon ul .phone1 span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 0px 6px;
        font-size: 14px;
        color: #333333;
        line-height: 42px;
        cursor: pointer;
    }

    .mainCon .zwrppq .dlCon ul .phone1 .icon-sign-phone {
        float: left;
        background-image: url(/main/images/icons-sign.png);
        background-repeat: no-repeat;
        -webkit-transition: box-shadow linear .2s;
        transition: box-shadow linear .2s;
        width: 20px;
        height: 20px;
        background-position: 2px 1px;
        margin-top: 11px;
        margin-right: 4px;
    }

    .mainCon .zwrppq .dlCon ul .phone1 input {
        outline: none;
        padding-left: 82px;
        width: 60%;
        height: 40px;
        background: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        outline: none;
        border: none;
        font-size: 14px;
    }

    .mainCon .zwrppq .dlCon ul .phone1 span img {
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 4px;
    }

    .mainCon .zwrppq .dlCon ul .yzm input {
        outline: none;
        width: 45%;
        height: 40px;
        padding-left: 10px;
        background: #fff;
        border: 1px solid #fff;
        outline: none;
        border: none;
    }

    .mainCon .zwrppq .dlCon ul .yzm .hqyzm {
        display: block;
        width: 90px;
        height: 42px;
        text-align: center;
        line-height: 39px;
        font-size: 14px;
        color: #999999;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background-image: url(../images/icons-sign.png);
        background-repeat: no-repeat;
        -webkit-transition: box-shadow linear .2s;
        transition: box-shadow linear .2s;
        background-position: 0 -354px;
    }

    .mainCon .zwrppq .dlCon ul .yzm .hqyzm {
        display: block;
        width: 90px;
        height: 42px;
        text-align: center;
        line-height: 39px;
        font-size: 14px;
        color: #999999;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background-image: url(../images/icons-sign.png);
        background-repeat: no-repeat;
        -webkit-transition: box-shadow linear .2s;
        transition: box-shadow linear .2s;
        background-position: 0 -354px;
    }

    .mainCon .zwrppq .dlCon ul .yzm .icon-sign-phone {
        float: left;
        background-image: url(/main/images/icons-sign.png);
        background-repeat: no-repeat;
        -webkit-transition: box-shadow linear .2s;
        transition: box-shadow linear .2s;
        width: 20px;
        height: 20px;
        background-position: 2px -141px;
        margin-top: 11px;
        margin-left: 8px;
    }

    .mainCon .zwrppq .dlCon ul .yzmbtn {
    }

        .mainCon .zwrppq .dlCon ul .yzmbtn span {
            display: inline-block;
            box-sizing: content-box;
            color: #FF9E3C;
            letter-spacing: 1px;
            text-align: center;
            background-color: #fff;
            width: 100%;
            font-size: 16px;
            height: 42px;
            line-height: 42px;
            border: none;
            cursor: pointer;
        }

    .mainCon .zwrppq .dlCon .text_tip {
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
        margin: 10px 0 0;
    }

        .mainCon .zwrppq .dlCon .text_tip a {
            color: #fff;
        }

            .mainCon .zwrppq .dlCon .text_tip a:hover {
                color: #000;
            }

/*动画*/

.header1 {
    background-color: #FF9E3C;
    min-height: 0px;
    color: #fff;
    text-align: center;
}

canvas {
    display: block;
    width: 260px;
    height: 30px;
    position: absolute;
    bottom: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.zwsj {
    text-align: center;
}

    .zwsj img {
        margin: 150px 0 10px;
    }



.shixi {
    background-image: url(/main/images/shixi.png) !important;
    background-repeat: no-repeat !important;
    background-size: 40px 40px !important;
    background-position: left top !important;
}

.yingjiesheng {
    background-image: url(/main/images/yingjiesheng.png) !important;
    background-repeat: no-repeat !important;
    background-size: 40px 40px !important;
    background-position: left top !important;
}

.xiaozhao {
    background-image: url(/main/images/xiaozhao.png) !important;
    background-repeat: no-repeat !important;
    background-size: 40px 40px !important;
    background-position: left top !important;
}

/*未登录开始*/
.page-empty__tips {
    line-height: 26px;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 150px;
}
.page-empty__tips-login {
    color: #1787fb;
    font-weight: 500;
    cursor: pointer;
}
/*未登录结束*/
