body{
    background-color: transparent;
}
.flexSet{
    margin-bottom: 40px;
}
.MMColumnArea{
    height: 80px;
    padding-left: 20px !important;
}


/* 招聘信息--careers */
#Careers{
    /* width: 100%; */
    max-width: 1275px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
}
#Careers .Grid3{
    padding-left: 0;
    margin-bottom: 40px;
}


#Careers .ImgOnlyStyle.Image img{
    width: 100%;
}
#Careers .ColumnSet{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#Careers .ImgHeadingStyle .Title{
    background-color: rgba(0, 0, 0, .5);
}

#Careers .ImgHeadingStyle .Title h2{
    font-size: 95%;
    font-weight: 400;
}
#Careers .Responsive {
    margin-bottom: 20px;
}

#Careers .PageTop{
    padding-right: 10px;
}


#Careers .flexSet .imgBlock a{
    position: relative;
}
#Careers .flexSet .imgBlock a div{
    width: 100%;
    background:rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}
#Careers .flexSet .imgBlock a h2{
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 0;
    background:url(/image/cn/r1/icon/icon_link_right_xl_white.gif) no-repeat;
    background-position: 96% 50%;
}

#Careers .flexSet .imgBlock a h2 span{
    display: block;
    padding-right: 20px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 60%;
    padding: 10px 20px 10px 10px;
}

#Careers .Responsive{
    position: relative;
}

#Careers .index_fixed_apply {
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - -20px);
    right: 8px;
    z-index: 10;
}

#Careers .index_fixed_apply a{
    background-color: #ff0329;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s;
    width: 100%;
}

/* experiencer--经验者招聘 */
#Careers .experiencer .ImageThree{
    display: flex;
}
#Careers .experiencer .ImageThree .ImgOnlyStyle img{
    width: 100%;
}
#Careers .experiencer .ImageThree .Column1:nth-child(1){
    margin-left: 5px;
}


/* 采访 */





























@media (max-width: 767px){



    .JS .Grid1{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .JS body{
        background-color: transparent;
    }
    .JS .Grid3{
        padding-left: 0px;
    }

    #Careers{
        padding: 0 15px;
        min-width: 290px;
    }
    #Careers .Responsive{
        margin-bottom: 35px;
    }
    #Careers .index_fixed_apply{
        width: 90px;
        height: 90px;
        top: calc(50% - 50px);
    }
    #Careers .index_fixed_apply a{
        font-size: 70%;
    }

    #Careers .flexSet.Col4.Gap > *{
        width: calc((100% - 20px)/2);
    }
    #Careers .flexSet.Col4.Gap > div.imgBlock:nth-child(2n){
        margin-left: 20px;
    }
}

@media screen and (max-width: 579px){
    #Careers .index_fixed_apply{
        width: 60px;
        height: 60px;
        top: calc(50% - 20px);
    }
    #Careers .index_fixed_apply a{
        font-size: 70%;
    }
}

@media screen and (max-width: 412px){
    #Careers .flexSet.Col4.Gap > *{
        width: 100%;
    }
    #Careers .flexSet.Col4.Gap > div.imgBlock:nth-child(2n){
        margin-left: 0;
    }
    /* 招聘信息 */
    #Careers .flexSet.Col4.Gap > *{
        width: 100%;
    }
    #Careers .flexSet.Col4.Gap > div.imgBlock:nth-child(2n){
        margin-left: 0;
    }

    /* experiencer -- 经验者招聘 */
    #Careers .experiencer .ImageThree{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px;
    }
    #Careers .experiencer .ImageThree .Column1{
        width: 100%;
        padding-left: 0;
    }
    #Careers .experiencer .ImageThree .Column1:nth-child(1){
        margin-left: 0;
    }

}