﻿.job-company-div {
    background-color: white;
    width: calc(100% - 50px);
    margin: 10px;
    box-shadow: 1px 1px 8px #e6e6e6;
    border-radius: 5px;
    padding: 20px 15px;
    float: left;
    margin-bottom:0px;
}

    .job-company-div .job-info {
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
        float: left;
        width: 100%
    }

        .job-company-div .job-info .name {
            width: 100%;
            position: relative;
            font-size: 18px;
            text-align: left
        }

            .job-company-div .job-info .name .wages {
                position: relative;
                right: 0px;
                bottom: 0px;
                color: #e65757;
                float: right;
            }

        .job-company-div .job-info .require, .job-company-div .job-info .company-cate {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

            .job-company-div .job-info .require li {
                float: left;
                padding-left: 30px;
                position: relative;
                font-size: 12px;
                color: #999999;
            }

                .job-company-div .job-info .require li::after {
                    content: "|";
                    color: #999999;
                    position: absolute;
                    right: -15px;
                }

                .job-company-div .job-info .require li:last-child::after {
                    display: none
                }

                .job-company-div .job-info .require li:first-child {
                    padding-left: 0px
                }

            .job-company-div .job-info .company-cate li {
                float: left;
                padding: 4px 10px;
                position: relative;
                font-size: 12px;
                background-color: #f2f2f2;
                color: #666666;
                margin-right: 10px;
            }

    .job-company-div .company-info {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

        .job-company-div .company-info .left {
            width: 80px;
            margin-right: 10px;
            float: left;
            height: 80px;
        }

            .job-company-div .company-info .left img {
                width: 100%;
                height: 100%;
                border-radius: 50% 50%;
            }

        .job-company-div .company-info .right {
            width: calc(100% - 90px);
            float: left
        }

            .job-company-div .company-info .right .company-name {
                margin-top: 5px;
                font-size: 14px;
                color: #222222;
                line-height: 25px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                height: 50px;
            }

            .job-company-div .company-info .right .job-date {
                color: #aaaaaa;
                font-size: 12px;
            }

.tab-box {
    width: calc(100% - 20px);
    margin: 20px 10px;
    position: relative;
}

    .tab-box #tablist {
        width: 100%;
        position: relative;
        font-size: 16px;
        line-height: 40px;
        border-bottom: 1px solid #999999;
        height: 45px;
        float: left;
    }

    .tab-box li {
        width: 50%;
        float: left;
        text-align: center
    }

        .tab-box li.tabin {
            color: #11b45b;
            position: relative
        }

            .tab-box li.tabin:after {
                content: " ";
                width: 150px;
                height: 3px;
                background-color: #11b45b;
                position: absolute;
                bottom: -6px;
                left: calc(50% - 75px);
            }

.content-box {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.content {
    clear: both;
    color: #fff;
    padding: 10px 0;
    opacity: 0;
    transition: all ease .3s;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    display: none
}

    .content .job-desc {
        background-color: white;
        width: calc(100% - 30px);
        box-shadow: 1px 1px 8px #e6e6e6;
        border-radius: 5px;
        padding: 20px 15px;
        float: left;
        margin-top: 10px;
        color: #222222;
    }

        .content .job-desc .title {
            width: 100%;
            font-size: 15px;
            font-family: "微软雅黑";
            float: left;
        }

        .content .job-desc .contentd {
            color: #9d9d9d;
            font-size: 13px;
            width: 100%;
            float: left;
            line-height: 25px;
        }

.contentin {
    opacity: 1;
    display: block
}

.job-btns {
    width: calc(100% - 20px);
    margin: 10px 10px;
    float: left;
}

    .job-btns .select-btn, .job-btns .zixun-btn {
        width: 40px;
        float: left;
        margin-right: 5px;
        height: 40px;
        font-size: 30px;
        color: white
    }

        .job-btns .select-btn i, .job-btns .zixun-btn i, .job-btns .apply-btn i {
            font-size: 20px;
            color: white;
            left: -3px;
            position: relative;
            top: -1px;
        }
    
    .job-btns .select-btn {
        background-color: #f4da50;
        text-align: center;
        border-radius: 4px;
        line-height: 20px;
    }

    .job-btns .zixun-btn {
        background-color: #f47450;
        text-align: center;
        border-radius: 4px;
        line-height: 20px;
    }

    .job-btns .apply-btn {
        width: calc(100% - 90px );
        float: left;
        height: 40px;
        background-color: #13b45c;
        text-align: center;
        border-radius: 4px;
        font-size: 15px;
        color: white;
        line-height: 20px;
        float: right;
    } 

        .job-btns .apply-btn i {
            font-size: 21px;
            top:2px;
        }

.weui-tabbar:before {
    display: none
}

.weui-btn + .weui-btn {
    margin: 0px;
}



.company-contract {
    width: calc( 100% - 30px);
    float: left;
    padding: 30px 15px;
    height: 140px;
    background-color: white;
    width: calc(100% - 30px);
    box-shadow: 1px 1px 8px #e6e6e6;
    margin-top: 15px;
    border-top: 4px solid #10ad56;
}

    .company-contract li {
        width: 100%;
        float: left;
        text-align: left;
        color: #666666;
        font-size: 13px;
    }

        .company-contract li i {
            color: #10ad56;
            margin-right: 15px;
            font-size: 22px;
            font-weight: bold;
            top: 2px;
            position: relative
        }

        .company-contract li span {
            color: #868686;
            margin-right: 10px;
        }
