@import url(./main.less);

// PC
@media (min-width:@screen-sm-min){
    .banner{
        // 940px
        height: 48.9583vw;
        background: url('../images/introduce/recruiting_banner.png') no-repeat;
        background-size: 100% 100%;
        margin-bottom: 5.2083vw;
        display: flex;
        flex-direction: column;
        justify-content: center;

        .one{
            font-size: 4.6875vw;
            font-family: SourceHanSansCN-Medium, SourceHanSansCN;
            font-weight: 500;
            color: #333333;
            line-height: 7.0313vw;
            // -webkit-background-clip: text;
            // -webkit-text-fill-color: transparent;
            margin-bottom: .4167vw;
            margin-left: 14.4792vw;
        }

        .two{
            font-size: 1.875vw;
            font-family: SourceHanSansCN-Regular, SourceHanSansCN;
            font-weight: 400;
            color: #666666;
            line-height: 3.0208vw;
            margin-left: 14.4792vw;
        }
    }

    // 招聘简介
    .recruit_box{
        display: flex;
        margin-bottom: 5.2083vw;

        .left{
            width: 50.4167vw;

            .item:nth-of-type(1){
                height: 28.6458vw;
                background: rgba(207,209,213,0.17);

                .one_tit{
                    color: #FF5A09;
                }

                .two_tit{
                    color: #333333;
                }

                .p{
                    color: #666666;
                }
            }

            .item:nth-of-type(2){
                height: 27.8125vw;
                background: url("../images/introduce/recruiting_img_1.png") no-repeat;
                background-size: 100% 100%;
            }
        }

        .flex_1{
            background: url("../images/introduce/recruiting_img_2.png") no-repeat;
            background-size: 100% 100%;

            .item{
                height: 28.6458vw;

                &>div{
                    margin-left: 3.5938vw;
                }
            }
        }

        // 共有样式
        .item{
            display: flex;
            flex-direction: column;
            justify-content: center;

            &>div{
                margin-left: 10.4167vw;
            }
            
            .one_tit{
                font-size: 1.6667vw;
                font-family: SourceHanSansCN-Bold, SourceHanSansCN;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 2.5vw;
                margin-bottom: .625vw;
            }

            .two_tit{
                font-size: 1.6667vw;
                font-family: SourceHanSansCN-Normal, SourceHanSansCN;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 2.5vw;
                margin-bottom: 2.1875vw;
            }

            .p{
                font-size: 1.1458vw;
                font-family: SourceHanSansCN-Normal, SourceHanSansCN;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 1.7188vw;
            }
        }
    }

    // 招聘职位
    .jobs_box{
        padding: 0 10.4167vw 3.6458vw;

        .types_box,.list_box .item a{
            padding: 2.5vw;
            box-shadow: 0 .1042vw 1.25vw 0 rgba(217, 217, 217, 0.5);
            margin-bottom: 1.5625vw;
            display: flex;
        }

        // 类型
        .types_box{

            .label{
                font-size: 1.25vw;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #4D4D4D;
                line-height: 1.7188vw;
                margin-right: 1.6667vw;
            }

            .types{
                display: flex;
                flex-wrap: wrap;

                .item{
                    font-size: 1.1458vw;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #626262;
                    line-height: 1.5625vw;
                    margin-right: 3.6458vw;
                    cursor: pointer;
                }

                .active{
                    color: #00C2B3;
                }
            }
        }

        // 详细
        .list_box{

            .item{
                display: none;

                a{
                    align-items: center;
                    justify-content: space-between;

                    .left{

                        .tit{
                            font-size: 1.25vw;
                            font-family: PingFangSC-Regular, PingFang SC;
                            font-weight: 400;
                            color: #00C2B3;
                            line-height: 1.7188vw;
                            margin-bottom: 1.0417vw;
                        }

                        .info{
                            display: flex;
                            align-items: center;

                            .pay{
                                font-size: 1.25vw;
                                font-family: PingFangSC-Regular, PingFang SC;
                                font-weight: 400;
                                color: #FC703E;
                                line-height: 1.7188vw;
                                margin-right: 1.5625vw;
                            }
                        }
                    }

                    .right{
                        display: flex;
                        align-items: center;

                        .head{
                            width: 1.7188vw;
                            height: 1.7188vw;
                            border-radius: 50%;
                            overflow: hidden;
                            margin-right: 1.4063vw;
                        }
                    }

                    .l,.r{
                        font-size: 1.1458vw;
                        font-family: PingFangSC-Regular, PingFang SC;
                        font-weight: 400;
                        color: #636A7E;
                        line-height: 1.5625vw;
                    }

                    .l{
                        padding-right: 1.0417vw;
                        border-right: .0521vw solid #DADADA;
                    }

                    .r{
                        padding-left: 1.0417vw;
                    }
                }
            }

            .selected{
                display: block;
            }
        }
    }
}

// H5
@media (max-width:@screen-xs-max){
    .banner{
        height: 105.8667vw;
        background: url('../images/introduce/h5/recruiting_banner.png') no-repeat;
        background-size: 100% 100%;
        margin-bottom: 9.6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        .one{
            font-size: 6.4vw;
            font-family: SourceHanSansCN-Medium, SourceHanSansCN;
            font-weight: 500;
            color: #333333;
            line-height: 9.6vw;
            margin-bottom: 2.1333vw;
        }

        .two{
            font-size: 4.2667vw;
            font-family: SourceHanSansCN-Regular, SourceHanSansCN;
            font-weight: 400;
            color: #666666;
            line-height: 6.4vw;
        }
    }

    // 招聘简介
    .recruit_box{

        .left{

            .item:nth-of-type(1){
                height: 57.0667vw;
                background: #EEEEEE;

                .one_tit{
                    color: #FF5A09;
                }

                .two_tit{
                    color: #424242;
                }

                .p{
                    color: #666666;
                    opacity: 1;
                }
            }

            .item:nth-of-type(2){
                height: 55.4667vw;
                background: url("../images/introduce/h5/recruiting_img_1.png") no-repeat;
                background-size: 100% 100%;
            }
        }

        .flex_1{
            background: url("../images/introduce/h5/recruiting_img_2.png") no-repeat;
            background-size: 100% 100%;

            .item{
                height: 115.2vw;
            }
        }

        // 共有样式
        .item{
            padding: 10.6667vw 4vw 0;
            
            .one_tit{
                font-size: 4.2667vw;
                font-family: SourceHanSansCN-Medium, SourceHanSansCN;
                font-weight: 500;
                color: #FFFFFF;
                line-height: 6.4vw;
                margin-bottom: 1.0667vw;
            }

            .two_tit{
                font-size: 4.2667vw;
                font-family: SourceHanSansCN-Medium, SourceHanSansCN;
                font-weight: 500;
                color: #FFFFFF;
                line-height: 6.4vw;
                margin-bottom: 2.1333vw;
            }

            .p{
                font-size: 3.2vw;
                font-family: SourceHanSansCN-Normal, SourceHanSansCN;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 5.6vw;
                opacity: 0.72;
            }
        }
    }

    // 招聘职位
    .title_text{
        padding: 9.6vw 0 5.6vw;
        text-align: center;
        font-size: 5.3333vw;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #333333;
        line-height: 8vw;
    }

    .jobs_box{
        padding: 0 4vw 7.4667vw;

        .types_box,.list_box .item a{
            padding: 2.1333vw 2.6667vw;
            box-shadow: 0px .5333vw 6.4vw 0px rgba(217,217,217,0.5);
            margin-bottom: 2.1333vw;
            display: flex;
        }

        // 类型
        .types_box{
            padding-bottom: .5333vw;

            .label{
                flex-shrink: 0;
                font-size: 3.7333vw;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #4D4D4D;
                line-height: 5.3333vw;
            }

            .types{
                flex: 1;
                display: flex;
                flex-wrap: wrap;

                .item{
                    width: 50%;
                    font-size: 3.7333vw;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #565656;
                    line-height: 5.3333vw;
                    margin-bottom: 2.1333vw;
                }

                .active{
                    color: #00C2B3;
                }
            }
        }

        // 详细
        .list_box{

            .item{
                display: none;

                a{
                    align-items: flex-end;
                    justify-content: space-between;

                    .left{
                        flex: 1;

                        .tit{
                            font-size: 3.7333vw;
                            font-family: PingFangSC-Regular, PingFang SC;
                            font-weight: 400;
                            color: #00C2B3;
                            line-height: 5.3333vw;
                            margin-bottom: 1.0667vw;
                        }

                        .info{
                            display: flex;
                            align-items: center;

                            .pay{
                                font-size: 3.7333vw;
                                font-family: PingFangSC-Regular, PingFang SC;
                                font-weight: 400;
                                color: #FC703E;
                                line-height: 5.3333vw;
                                margin-right: 2.1333vw;
                            }
                        }
                    }

                    .right{
                        flex-shrink: 0;
                        margin-left: 1.6vw;
                        display: flex;
                        align-items: center;

                        .head{
                            width: 6.4vw;
                            height: 6.4vw;
                            border-radius: 50%;
                            overflow: hidden;
                            margin-right: 2.9333vw;
                        }
                    }

                    .l,.r{
                        font-size: 3.7333vw;
                        font-family: PingFangSC-Regular, PingFang SC;
                        font-weight: 400;
                        color: #565656;
                        line-height: 5.3333vw;
                    }

                    .l{
                        padding-right: 2.1333vw;
                        border-right: .2667vw solid #DADADA;
                    }

                    .r{
                        padding-left: 2.1333vw;
                    }
                }
            }

            .selected{
                display: block;
            }
        }
    }
}