/*=============== Extra Large(xl) Device ===============*/

@media (min-width: 1200px){
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .job-list{
        padding-top: 40px;

    }
    .job-list li .job-name{
        font-size: 24px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #222222;
        letter-spacing: 1px;
        margin-bottom: 19px;
        margin-top: 50px;
    }
    .job-list li .money{
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #ff9933;
        letter-spacing: 1px;
        margin-bottom: 28px;
    }
    .job-list li .detail{
    font-size: 14px;
    font-family: PingFang SC Medium, PingFang SC Medium-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 50px;
    border-bottom: solid 1px #e5e5e5;
    }
    .job-list li .detail span{
    display: inline-block;
    width: 100%;
    }
    .job-list .contact{
    margin-top: 30px;
    }
}


/*=============== Large(LG) Device ===============*/

@media (min-width: 992px) and (max-width: 1199px) {

    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .detail{
        position: relative;
        margin-top: 90px;
    }
    .detail .icon{
        width: 400px;
        height: 400px;
        border: solid 1px #1a1a1a;
    }
    .detail img{
        position: absolute;
        left: 370px;
        top: 58px;
    }
    .detail .name{
        position: absolute;
        top: 100px;
        left: 447px;
    }
    .detail .name .text1{
        font-size: 26px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .detail .name .text2{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #999999;
        letter-spacing: 1px;
        text-indent: 40px;
        margin-top: 10px;
    }
    .detail .rank{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
        position: absolute;
        left: 447px;
        top:220px;

    }
    .detail .rank span{
        display: inline-block;
        width: 100% ;
    }
    .section{
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .section .title{
        font-size: 22px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #ff9933;
        letter-spacing: 1px;
        margin: 32px 0;
    }
    .section .title .section-text{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        line-height: 30px;
        letter-spacing: 1px;
    }
}


/*=============== 0 to 1199 Device ===============*/

@media (max-width: 1199px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }

}


/*=============== Medium (md) Device ===============*/

@media (min-width: 768px) and (max-width: 991px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }

}


/*=============== 0 to 991 ===============*/

@media (max-width: 991px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .detail{
        position: relative;
        margin-top: 32px;
    }
    .detail .icon{
        width: 200px;
        height: 200px;
        border: solid 1px #1a1a1a;
    }
    .detail img{
        width: 52px;
        height: 52px;
        position: absolute;
        left: 180px;
        top: 38px;
    }
    .detail .name{
        position: absolute;
        top: 50px;
        left: 227px;
    }
    .detail .name .text1{
        font-size: 20px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .detail .name .text2{
        font-size: 9px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #999999;
        letter-spacing: 1px;
        text-indent: 20px;
        /*margin-top: 4px;*/
    }
    .detail .rank{
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        margin-top: 16px;
        letter-spacing: 1px;

    }
    .detail .rank span{
        display: inline-block;
        width: 100% ;
    }
    .section{
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .section .title{
        font-size: 22px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #ff9933;
        letter-spacing: 1px;
        margin: 32px 0;
    }
    .section .title .section-text{
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        line-height: 30px;
        letter-spacing: 1px;
    }

}


/*=============== Small (sm) Device ===============*/

@media (max-width: 767px) {
    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 30px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:36px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 36px;
        height: 2px;
        background: #ffa42f;
        border-radius: 1px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 32px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 80px;
        text-align: center;
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }
    .job-list{


    }
    .job-list li .job-name{
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #222222;
        letter-spacing: 1px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .job-list li .money{
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #ff9933;
        letter-spacing: 1px;
        margin-bottom: 14px;
    }
    .job-list li .detail{
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        line-height: 30px;
        letter-spacing: 1px;
        padding-bottom: 20px;
        border-bottom: solid 1px #e5e5e5;
        margin: 0;
    }
    .job-list li .detail span{
        display: inline-block;
        width: 100%;
    }
    .job-list .contact{
        margin-top: 30px;
    }

}


/*=============== Mobile Device ===============*/

@media only screen and (min-width: 576px) and (max-width: 766px) {

    .container{
        /*width: 1200px;*/
        margin: 0 auto;
    }
    .container .text{
        /*width: 1200px;*/
        margin-top: 94px;
        font-size: 16px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #666666;
        line-height: 36px;
        letter-spacing: 1px;
    }
    nav .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    nav .title .bg{
        font-size: 60px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #f1f1f1;
        line-height: 26px;
        position: relative;
        top:32px;
        z-index: -1;
    }
    nav .title p{
        font-weight: 500;
        font-size: 32px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: center;
        color: #222222;
        line-height: 50px;
    }
    nav .title .line{
        width: 60px;
        height: 4px;
        background: #ffa42f;
        border-radius: 2px;
    }
    nav .nav-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 64px ;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        flex-wrap: wrap;
    }
    nav .nav-list li{
        width: 120px;
        min-width: 90px;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        color: #333333;
        letter-spacing: 1px;
        line-height: 34px;
    }
    nav .nav-list .active{
        background: #ffa42f;
        color: #fff;
    }




}































