/* common */
*{
    box-sizing: border-box;
}
body,html{
    font-family: 微软雅黑;
    font-size:14px;
}
.mainer{
    min-width: 1200px;
}
.container{
    margin:auto;
    max-width: 1200px;
}

.clearfix{
    zoom:1;
}
.clearfix:after{
    content: "";
    height:0;display: block;
    visibility: hidden;
    font-size:0;
    clear:both;
}
.pr{
    position: relative;
}
.tc{
    text-align: center;
}

.textover
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.textover2
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    /*!autoprefixer:off*/
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}


/* banner */
.banner_wrap2{
    position: relative;
}
.banner_wrap2 img{
    width: 100%;   
}
.img_banner{
    width: 100%;
}

.bg{
    position:fixed; z-index: -1; top:0; left:0; width: 100%; height:100%;
}
.bg_blue {
    /*background-color: #296DF6;*/
    background-color: #25a8f8;
}

/* job 公共 */
.page_job_container{
    position:relative;
    margin:auto;
    width: 900px;
}

.module_job_tit{
    margin: auto;
    width: 680px;
    height:110px;
    line-height: 110px;
    background: url("../img/img_j2.png") no-repeat center;
    background-size: contain;
    text-align: center;
    font-size:32px;
    font-weight: bold;
    color:#fff;
}
.module_job_tit2{
    margin: auto;
    width: 678px;
    height:174px;
    line-height: 241px;
    background: url("../img/img_j2_1.png") no-repeat center;
    background-size: contain;
    text-align: center;
    font-size:32px;
    font-weight: bold;
    color:#fff;
}
.module_job_tit3{
    margin: auto;
    width: 400px;
    height:174px;
    line-height: 241px;
    background: url("../img/img_j2_2.png") no-repeat center;
    background-size: contain;
    text-align: center;
    font-size:32px;
    font-weight: bold;
    color:#fff;
}
.module_job_tit4{
    margin: auto;
    width: 400px;
    height:142px;
    line-height:176px;
    background: url("../img/img_j2_3.png") no-repeat center;
    background-size: contain;
    text-align: center;
    font-size:32px;
    font-weight: bold;
    color:#fff;
}
.page_job_container .cont_job{
    padding:0 40px;
    background-color: #195DE6;
}

/* 模块1 */
.module_job_one{
    margin-top: -100px;
}
.job_one_list{
    padding:20px 0;
    margin-left:-20px;
    margin-right:-20px;
}
.job_one_list .item{
    float: left;
    margin:20px;
    width: 246px;
    height:200px;
    text-align: center;
    background-color: #3977F4;
    color:#fff;
    font-size:20px;
}
.job_one_list .item img{
    display: block;
    margin: auto;
    margin-top: 30px;
    width: 90px;
    height:90px;
    display: -webkit-flex;
    display: flex;
    align-self: center;
    justify-content: center;
}
.job_one_list .item .mes{
    margin-top:15px;
    font-size:20px;
    text-align: center;
}

/* 模块2 */
.module_job_two .cont_job{
    position:relative;
    padding:40px;
    height:413px;
}
.module_job_two .cont_job .j2_l{
    float: left;
    width: 442px;
}
.module_job_two .cont_job .j2_l p{
    margin-top: 36px;
    font-size:23px;
    color:#fff;   
}
.img_j10{
    position: relative;
    left: 35px;
    top: 10px;
}
.btn_qi{
    position:absolute;
    right:62px;
    bottom:48px;
    width: 240px;
    height: 44px;
    line-height: 40px;
    font-size:20px;
    text-align: center;
    background: rgba(12, 126, 242, 0.8);
    border-radius: 22px;
    border: 2px solid #E0F0FC;
    color:#fff;
}
.btn_qi:hover{
   background-color: #0563c2;
}
.btn_qi:link{
    color:#fff;
}

/*模块3*/
.module_job_three .cont_job{
    padding:0;
    padding-bottom: 40px;
}
.module_job_three .top_banner{
    width: 100%;   
}
.job_list_wrap{
    margin:0 40px;
    background: #3977F4;
}
.j_tab_list{
    padding:20px 20px 15px 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.j_tab_list .j_tab_item{
    margin-right: 24px;
    width: 108px;
    height:42px;
    line-height: 42px;
    background: url("../img/img_j12_1.png") no-repeat;
    background-size: contain;
    color:rgba(255,255,255,.2);
    text-align: center;
    cursor: pointer;
    font-size:16px;
}
.j_tab_list .j_tab_item:last-child{
    margin-right: 0;
}
.j_tab_list .j_tab_item.active{
    color:#fff;
    background: url("../img/img_j12.png") no-repeat;
}

.job_list .j_item{
    float: left;
    padding:10px;
    margin:0 0 15px 15px;
    width: 250px;
    height:113px;
    background-color: #fff;
}
.job_list .j_item .tit{
    padding-bottom:10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size:14px;
}
.job_list .j_item .tit .s1{
    color:#333;
    font-weight: bold;
}
.job_list .j_item .tit .s2{
    color:#E96434;
}
.job_list .j_item .cont{
    margin-top:10px;
    display: -webkit-flex;
    display: flex;
}
.job_list .j_item .cont .img_wrap{
    margin-right:10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height:50px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.job_list .j_item .cont .img_wrap img{
    width: 100%;
}
.job_list .j_item .cont .detail{
    flex:1;
    overflow: hidden;
}
.job_list .j_item .cont .detail .d_tit{
    color:#333;
}
.job_list .j_item .cont .detail .d_mes{
    margin-top:10px;
    color:#666;
}

/* 模块4 */
.module_job_four{
    margin-bottom: 100px;
}
.j_apply_wrap{
    margin:auto;
    width: 600px;
    height: 376px;
    background: #195DE6;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    border: 2px solid #FFFFFF;
    text-align: center;
}
.j_apply_wrap .j_apply_cont{
    margin: auto;
    margin-top: 50px;
    width: 400px;
}
.j_apply_wrap .item{
    
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 400px;
    height:48px;
    background-color: #fff;
    border-radius: 360px;
}
.j_apply_wrap .item img{
    margin-left: 20px;
    margin-right:10px;
    width: 20px;
    height:20px;
}
.j_apply_wrap .item .cont{
    flex:1;
}
.j_apply_wrap .item .cont input{
    width: 96%;
    height:100%;
    color:#333;
    border:none;
    font-family: 微软雅黑 !important;
    font-size:16px;
    background-color: transparent;
}
.j_apply_wrap::-webkit-input-placeholder{
    font-size:16px;
    color:#999;
    font-family: 微软雅黑 !important;
}

.j_apply_wrap .btn{
    display: block;
    width: 400px;
    height:48px;
    line-height: 48px;
    background: linear-gradient(135deg, #FF8000 0%, #FEB61B 100%);
    border-radius: 24px;
    font-size:16px;
    color:#fff;
}
.j_apply_wrap .btn:hover{
    opacity: .8;
}

.img_banner{
    width: 100%;
}

/* 申请确认弹框 */
.dialog_apply{
    position: fixed;
    z-index: 999;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    width: 360px;
    background-color: #fff;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.dialog_apply .tit{
    margin-top:40px;
    margin-bottom: 30px;
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.dialog_apply .cont{
    margin-bottom: 40px;
    text-align: center;
    font-size:16px;
}
.dialog_apply .action_wrap{
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size:16px;
    color:#FAA008;
    border-top:1px solid #eee;
    cursor: pointer;
}


/* 登录 */
.login_wrap{
    position: absolute;
    top:60px;
    right:0px;
    padding:32px 26px;
    width: 360px;
    height: 370px;
    background: #FFFFFF;
    border-radius: 8px;
}
.login_wrap .tit{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
    color:#333333;
    font-weight: bold;
}
.login_wrap .tit span{
    margin:0 5px;
    font-size:24px;
    background: linear-gradient(135deg, #DAB117 0%, #FD9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.login_wrap .cont{
    margin-top:30px;
}
.login_wrap .cont .item{
    padding:0 24px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 48px;
    background:rgba(0,0,0,.1);
    border-radius: 24px;
}
.login_wrap .cont .item img{
    margin-right:5px;
    width: 18px;
    height: 18px;
}
.login_wrap .cont .item input{
    font-size:14px;
    color:#333;
    flex:1;
    height:99%;
    border:none;
    background:transparent;
    font-family: '微软雅黑';
}

.login_wrap::-webkit-input-placeholder{
    font-size:14px;
    color:#999;
}
.login_wrap .btn{
    display: block;
    height: 48px;
    line-height: 48px;
    color:#fff;
    text-align: center;
    background: linear-gradient(310deg, #FF5936 0%, #FF0100 100%);
    border-radius: 24px;
    font-size:16px;
}
.login_wrap .btn2
{
    background: linear-gradient(135deg, #FF8000 0%, #FEB61B 100%);
}
.bg_luosi_doc{
    position: absolute;
    top:95%;
    z-index: 0;
    width: 100%;
}
.bg_luosi_doc img{
    width: 100%;
}

.action_head_wrap
{
    padding:20px;
    text-align:center;
}
.action_head_wrap a
{
    margin:auto;
    display: block;
    width:200px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background:linear-gradient(135deg, #DAB117 0%, #FD9900 100%);
    border-radius: 24px;
    font-size: 16px
}

.mask 
{
    position:fixed;
    z-index:999;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    background-color:rgba(0,0,0,.5);
}
.code2_wrap .cont
{
    margin:auto;
    margin-top:20%;
    width:600px;
    text-align:center;
}
.code2_wrap .cont .img1
{
    display:block;
    margin:auto;
    width:150px;
}

.code2_wrap .cont .img2
{
    margin:auto;
    display:block;
    margin-top:20px;
    width:30px;
    cursor:pointer;
}

.code2_wrap p
{
    font-size:14px;
    color:#fff;
}


/*优惠券*/
.coupon_rule_wap .cont_rule
{
  padding:50px 40px 20px 40px;   
  background-color:#195DE6;
}
.coupon_rule_wap p
{
    margin-bottom:30px;
    color:#fff;
    font-size:24px;
}
.coupon_rule_wap .p1
{
    margin-top:40px;
    margin-bottom:0;
    color:#719FFC;
    text-align:right;
    font-size:20px;
}

.bg_doc
{
    position:absolute;
    z-index:0;
}
.bg_doc img
{
    width:200px; 
}
.bg_doc.r
{
    right:0;
    top:100%; 
}

.bg_doc.l
{
    left:0;
    top:75%; 
}

.txt_extar
{
   
    position:relative;
}
.txt_extar font
{
    font-size:28px;
    color:#f59122;
}
.txt_extar img
{
    position:absolute;
    bottom:-8px;
    left:0;
    width:228px;
}
.module_job_two .cont_job .j2_l .txt_extar{
     margin-top:20px;
}
#mobile{
    display: none;
}
@media(max-width:980px){
    #pc{
        display: none;
    }
    #mobile{
        display: block;
    }
    .mobile_module{
        padding:0 15px;
    }

    .m_module_job_tit{
        width: 100%;
        height:75px;
        line-height: 80px;
        font-size:16px; 
        background: url("../img/img_j2_wap.png") no-repeat center;
        background-size: contain;
    }
    .m_module_job_tit2{
        width: 100%;
        height:87px;
        line-height: 121px;
        font-size:16px; 
        background: url("../img/img_j2_1_wap.png") no-repeat center;
        background-size: contain;
    }
    .m_module_job_tit3{
        width:80%;
        height:87px;
        line-height: 118px;
        font-size:16px; 
        background: url("../img/img_j2_2_wap.png") no-repeat center;
        background-size: contain;
    }
    
    .m_module_job_tit4{
        width:80%;
        height:87px;
        line-height: 118px;
        font-size:16px; 
        background: url("../img/img_j2_3.png") no-repeat center;
        background-size: contain;
    }

    .m_job_one_list{
        margin:0;
        padding:0;
    }
    .m_job_one_list .item{
        padding:5px;
        margin: 0;
        margin-right:2%;
        margin-bottom: 5px;
        width: 32%;
        height:120px;
        font-size:13px;
    }
    .m_job_one_list .item:nth-child(3n){
        margin-right: 0;
    }
    .m_job_one_list .item img{
        margin-top:15px;
        width: 40px;
        height:40px;
    }
    .m_job_one_list .item .mes{
        margin-top:5px;
        font-size:13px;
        line-height: 20px;
    }

    /* 模块2 -手机 */
    .m_module_job_two{
        margin-top:-4px;
    }
    .m_module_job_two .cont_job{
        padding:20px 10px;
        height: auto;
        background-color: #195DE6;
    }
    .m_module_job_two .cont_job .j2_l_wap{
        margin-bottom: 20px;
    }
    .m_module_job_two .cont_job .j2_l_wap p{
        margin-bottom: 10px;
        font-size:14px;
        color:#fff;
    }
    .m_module_job_two .cont_job .img_j_wap{
        width: 100%;
    }
    .btn_qi_wap{
        display: block;
        margin: auto;
        margin-top: 20px;
        width: 130px;
        height:36px;
        line-height: 34px;
        text-align: center;
        color:#fff;
        border-radius: 360px;
        border:1px solid #fff;
        font-size:12px;
    }
    .btn_qi_wap:link{color:#fff;}
 

    /* 模块3 */
    .m_job_list_wrap{
        margin:0;
    }
    .m_j_tab_list{
        flex-wrap: wrap; 
        padding:15px 10px 8px 10px;
    }
    .m_j_tab_list .j_tab_item{
        margin-right: 10px;
        margin-bottom: 10px;
        width: 75px;
        height:30px;
        line-height: 30px;
        font-size:12px;
    }
   
    .m_job_list{
        padding:0 10px;
        /* margin-left:-10px;
        margin-right: -10px; */
    }
    .m_job_list .j_item{
        margin: 0;
        margin-right:10px;
        margin-bottom: 10px;
        width: 47%;
    }
    .m_job_list .j_item:nth-child(2n){
        margin-right: 0;
    }
    .m_job_list .j_item .head{
        padding-bottom:5px;
        border-bottom:1px solid #eee;
    }
    .m_job_list .j_item .head .tit{
        border-bottom:0;
        font-size:12px;
    }
    .m_job_list .j_item .head .d_mes{
        font-size:12px;
        color:#666;
    }
    .m_job_list .j_item .cont .img_wrap{
        width: 35px;
        height: 35px;
    }
    .m_job_list .j_item .cont .detail .d_tit{
        line-height: 18px;
        font-size:13px;
    }


    /*模块4 手机 */
    .m_module_job_four{
        margin-bottom: 40px;
    }


    /*模块4 手机 注册申请*/
    .m_login_wrap{
        padding:15px;
        position: inherit;
        width: auto;
        height: auto;
        background: #195DE6;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        border: 1px solid #FFFFFF;
        border-radius: 6px;
    }
    .m_login_wrap .cont .item{
        background-color: #fff;
    }
    .m_login_wrap .tit{
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dialog_apply{
        width: 86%;
    }
    .dialog_apply .tit{
        font-size:16px;
    }
    .dialog_apply .cont{
        font-size:14px;
    }
    .dialog_apply .action_wrap{
        height:50px;
        
        line-height: 50px;
        font-size:14px;
    }
    
    .action_head_wrap a
    {
        width:100%;
        height: 40px;
        line-height: 40px;
    }
    .code2_wrap .cont
    {
        width:80%; 
    }
    
    /*优惠券*/
    .m_coupon_rule_wap .cont_rule
    {
        padding:20px;
    }
    .m_coupon_rule_wap p
    {
        margin-bottom:15px;
        font-size:14px;
        line-height:20px;
    }
    .m_coupon_rule_wap .p1
    {
        font-size:12px;
    }
    .m_txt_extar font
    {
        font-size:24px;    
    }
    .img_fixed_right
    {
        position:fixed;
        z-index:10;
        width:50px;
        right:10px;
        bottom:20%;
    }
}