/* 复写样式 */
.kvTitle,.kvDesc{
    color: #fff;
}
.sectionBg_1{
    background: #EFF6FF;
}
.sectionBg_3 {
    background: url(/css/corpservice/img/moduleBg_3.jpg) center center no-repeat;
    background-size: cover;
}
/* kv模块 */
.kvBg_4{
    background: url(/css/corpservice/img/banners/kv_4.png) center center no-repeat;
    background-size: cover;
}
.kvDesc{
    margin-bottom: 16px;
}
.kvDesc:last-of-type{
    margin-bottom: 0;
}
.kvLinkBtn{
    width: 154px;
    height: 48px;
    margin-top: 36px;
    font-size: 18px;
    color: #0060DF;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
}
.kvLinkBtn:hover{
    color: #fff;
    background: #000;
}
/* 旅见 */
.doWhatText {
    width: 660px;
    margin: 0 auto 48px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}
.travelToSeeContentBox{
    flex-wrap: wrap;
}
.travelToSeeItem{
    width: 585px;
    padding: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.travelToSeeInFo{
    padding: 20px;
    box-sizing: border-box;
}
.travelToSeeCover{
    width: 170px;
    height: 300px;
}
.travelToSeeTitle{
    min-height: 72px;
    margin-bottom: 28px;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    font-weight: bold;
}
.travelToSeeTitle:hover{
    color: #0060DF;
}
.caseInformation{
    justify-content: flex-start;
}
.caseInformationItem{
    margin-right: 60px;
}
.caseInformationItem:last-child{
    margin-right: 0;
}
.caseInformationNum {
    margin-bottom: 8px;
    font-size: 32px;
    color: #0060DF;
    font-weight: bold;
}
.readText {
    font-size: 14px;
    color: #CCCCCC;
}
.seeCaseLink{
    width: 144px;
    height: 40px;
    margin: 67px 0 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #0060DF;
    border: 1px solid #0060df;
    border-radius: 4px;
}
.travelToSeeBox .seeCaseLink:hover{
    color: #fff;
    background: #0060DF;
}

/* 第一线 */
.specialText {
    color: #0060DF;
    font-weight: bold;
}
.firstLineContentBox{
    position: relative;
    height: 680px;
}
.tabBox{
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 10;
}
.firstLineContainer{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.08);
}
.firstLineItem{
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 16px;
}
.tabItem {
    width: 144px;
    height: 52px;
    margin-right: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 52px;
    text-align: center;
    background: #EFF6FF;
    border-radius: 4px;
    cursor: pointer;
}
.tabItem:last-child {
    margin-right: 0;
}
.tabItem.active, .tabItem:hover {
    color: #fff;
    background: linear-gradient(217deg,#00aaff 4%, #0060df 61%);
}
.firstLineInfoEndTime{
    position: absolute;
    bottom: 40px;
    right: 48px;
    font-size: 12px;
    color: #CCCCCC;
}
.firstLineCover{
    width: 350px;
    height: 100%;
    border-radius: 0px 16px 16px 0px;
    font-size: 12px;
}
.firstLineInFoBox{
    position: relative;
    width: 100%;
    padding:40px 48px;
    box-sizing: border-box;
}
.firstLineSeeTitleBox{
    margin-bottom: 32px;
}
.firstLineSeeTitle{
    font-size: 24px;
    font-weight: bold;
}
.firstLineSeeCaseLink{
    font-size: 16px;
    color: #0060DF;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(/css/corpservice/img/arrowIcon_1.svg) right center no-repeat;
    background-size: 14px 14px;
}
.timeBox{
    margin-bottom: 20px;
}
.typography_1{
    justify-content: flex-start;
}
.timeItem{
    margin-right: 117px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.timeItem:last-child{
    margin-right: 0;
}
.splitLine{
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(217deg,#00aaff 4%, #0060df 61%);
}
.firstLineBox .caseInformation {
    margin-left: 20px;
}
.caseInformationTitle {
    margin-bottom: 16px;
    font-size: 14px;
    color: #666666;
}
.firstLineBox .caseInformationItem{
    width: 240px;
    height: 396px;
    padding: 28px 20px;
    box-sizing: border-box;
    margin-right: 0;
    border-left: 1px solid #E5E5E5;
}
.firstLineBox .delBorder{
    border-left: none;
}
.firstLineBox .caseColumn{
    margin-bottom: 16px;
}
.spacing_5 {
    margin-top: 36px;
}
.dataBox{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.firstLineBox .caseInformationNum{
    margin-right: 12px;
}

/* live */
.liveBox{
    width: 100%;
}
.liveContentBox{
    position: relative;
    width: 100%;
    height: 680px;
}
.liveContainer{
    width: 100%;
    height: 100%;
}
.liveCover{
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.liveInFoBox{
    width: 50%;
    height: 100%;
    padding:0 60px;
    box-sizing: border-box;
    background: linear-gradient(270deg,#00aaff, #0060df);
}
.liveInFo{
    max-width: 600px;
}
.liveTitle{
    margin-bottom: 36px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.liveInFoItem{
    margin-bottom: 36px;
    font-size: 0;
}
.liveInFoItem:last-child{
    margin-bottom: 0;
}
.liveInFoItemTitle{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    z-index: 10;
}
.liveInFoItemTitle::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgb(19 255 223 / 50%);
    z-index: -1;
}
.liveInFoItemDesc{
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    line-height: 26px;
}
.liveBox .caseInformationItem{
    margin-right: 40px;
}
.liveBox .caseInformationNum{
    color: #fff;
}
.liveBox .readText{
    opacity: 0.7;
    color: #fff;
}
.liveBox .seeCaseLink{
    margin: 88px 0 0;
    color: #fff;
    border: 1px solid #fff;
}
.switchBox {
    position: absolute;
    right: calc(50% - 144px);
    bottom: 76px;
    z-index: 10;
    margin-right: -512px;
}
@media screen and (max-width: 1440px) {
    .switchBox {
        bottom: 60px;
        margin-right: -420px;
    }
}
.switchBtn{
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}
.liveBox .switchPrev{
    background: url(/css/corpservice/img/arrowLeftIcon_4.svg) center center no-repeat;
    background-size: 28px 28px;
}
.liveBox .switchNext{
    background: url(/css/corpservice/img/arrowRightIcon_4.svg) center center no-repeat;
    background-size: 28px 28px;
}
.liveBox .switchPrev.active,.liveBox .switchPrev:hover{
    background: #fff url(/css/corpservice/img/arrowLeftIcon_3.svg) center center no-repeat !important;
    background-size: 28px 28px;
}
.liveBox .switchNext.active,.liveBox .switchNext:hover{
    background: #fff url(/css/corpservice/img/arrowRightIcon_3.svg) center center no-repeat;
    background-size: 28px 28px;
}
.currentPages{
    margin: 0 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

/* 老王vlog */
.vlogContentBox{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.vlogItem{
    width: 376px;
    margin: 0 36px 36px 0;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.vlogItem:nth-child(3n){
    margin-right: 0;
}
.vlogCoverBox {
    position: relative;
    width: 100%;
    height: 212px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.vlogMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/css/img/video/video_1.png) center center no-repeat;
    background-size: 48px 48px;
    cursor: pointer;
    z-index: 10;
}
.vlogMask:hover ~ .vlogImg{
    transform: scale(1.2);
    transition: .8s ease;
}
.vlogImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.vlogInFoBox{
    padding: 24px 16px;
    box-sizing: border-box;
}
.vlogTitle {
    height: 72px;
    margin: 0 auto 24px;
    font-size: 20px;
    color: #000;
    line-height: 36px;
}
.vlogTitle:hover{
    color: #0060DF;
}
.playbackVolume{
    font-size: 16px;
    color: #999999;
}

/* 云招聘 */
.recruitItem{
    justify-content: center;
}
.recruitCover{
    width: 240px;
    height: 426px;
    margin-right: 60px;
}
.recruitInFoBox{
    width: 758px;
}
.companyInFoBox{
    justify-content: flex-start;
    margin-bottom: 32px;
}
.companyLogo{
    width: 80px;
    height: 80px;
    margin-right: 28px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.companyInFo{
    font-size: 0;
}
.companyTitle{
    margin-bottom: 20px;
    font-size: 24px;
    color: #252525;
    font-weight: normal;
}
.recruitCaseLink{
    display: inline-block;
    font-size: 16px;
    color: #0060DF;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(/css/corpservice/img/arrowIcon_1.svg) right center no-repeat;
    background-size: 14px 14px;
}
.recruitInFoItem{
    margin-bottom: 32px;
}
.recruitInFoItem:last-child{
    margin-bottom: 0;
}
.recruitInFoItemTitle{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.recruitInFoItemDesc{
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.recruitInFoItemDesc::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #0060DF;
    border-radius: 50%;
}
.recruitBox .caseInformationItem {
    margin-right: 48px;
}
.recruitBox .switchBox {
    position: static;
    margin: 48px 0 0;
    justify-content: center;
}
.recruitBox .switchBtn {
    color: #0060DF;
    border: 1px solid #0060DF;
}
.recruitBox .currentPages {
    color: #0060DF;
}

.recruitBox .switchPrev{
    background: url(/css/corpservice/img/arrowLeftIcon_2.svg) center center no-repeat;
    background-size: 28px 28px;
}
.recruitBox .switchNext{
    background: url(/css/corpservice/img/arrowRightIcon_2.svg) center center no-repeat;
    background-size: 28px 28px;
}
.recruitBox .switchPrev.active,.recruitBox .switchPrev:hover{
    background: #0060DF url(/css/corpservice/img/arrowLeftIcon_4.svg) center center no-repeat;
    background-size: 28px 28px;
}
.recruitBox .switchNext.active,.recruitBox .switchNext:hover{
    background: #0060DF url(/css/corpservice/img/arrowRightIcon_4.svg) center center no-repeat;
    background-size: 28px 28px;
}

@media screen and (max-width: 750px) {
    /* 样式复写 */
    .sectionBg_2{
        background: #353D52;
    }
    .currentColor_1{
        color: #fff;
    }
     /* **** kv **** */
    .kvBox {
        height: 8rem;
    }
    .kvBg_4 {
        background: url(/css/corpservice/img/banners/mKv_4.png) center center no-repeat;
        background-size: cover;
    }
    .kvInFo {
        width: 100%;
    }
    .kvDesc {
        margin-bottom: 0.24rem;
    }
    .kvLinkBtn {
        width: 2.5rem;
        height: 0.78rem;
        margin-top: 0.6rem;
        font-size: .32rem;
        line-height: .78rem;
    }
    .sectionTitle{
        font-weight: bold;
    }
    .doWhatText {
        width: 100%;
        margin: 0 auto 0.48rem;
        font-size: .28rem;
        line-height: .48rem;
        text-align: left;
    }
    .travelToSeeItem {
        align-items: flex-start;
        flex-direction: row-reverse;
        width: 100%;
        padding: 0 0;
        margin-bottom: 0.36rem;
        border-radius: 0;
        box-shadow: none;
    }
    .travelToSeeItem:last-child{
        margin-bottom: 0;
    }
    .travelToSeeItem:last-child .travelToSeeInFo{
        padding-bottom: 0;
        border-bottom: none;
    }
    .travelToSeeInFo {
        width: calc(100% - 1.82rem);
        padding: 0 0 .36rem;
        font-size: 0;
        border-bottom: 1px solid #E5E5E5;
    }
    .travelToSeeTitle {
        min-height: auto;
        margin-bottom: 0.36rem;
        font-size: .36rem;
        line-height: .54rem;
    }
    .travelToSeeTitle:hover{
        color: #000000;
    }
    .travelToSeeCover {
        width: 1.5rem;
        height: auto;
    }
    .caseInformationItem {
        margin-right: 0.76rem;
    }
    .caseInformationNum {
        margin-bottom: 0.12rem;
        font-size: .36rem;
    }
    .readText {
        font-size: .2rem;
        color: #AAAAAA;
    }
    .seeCaseLink,.recruitCaseLink {
        display: inline-block;
        width: auto;
        height: auto;
        margin: .48rem 0 0;
        padding-right: .4rem;
        box-sizing: border-box;
        font-size: .28rem;
        line-height: .36rem;
        background: url(/css/corpservice/img/arrowIcon_1.svg) right center no-repeat;
        background-size: .24rem;
        border: none;
        border-radius: 0;
    }
    .travelToSeeBox .seeCaseLink:hover{
        color: #0060DF;
        background: #fff url(/css/corpservice/img/arrowIcon_1.svg) right center no-repeat;
        background-size: 0.24rem;
    }
    .firstLineBox{
        width: 100%;
    }
    .firstLineContentBox{
        height: auto;
        padding: .48rem 0 .8rem;
        box-sizing: border-box;
        background: #fff;
    }
    .spacing_2{
        padding-bottom: 0;
    }
    .spacing_1{
        padding: 0 .4rem;
        box-sizing: border-box;
    }
    .spacing_5{
        margin-top: 0.86rem;
    }
    .tabBox {
        position: static;
        top: 0;
        left: 0;
        margin-bottom: .48rem;
    }
    .tabItem {
        width: 2.02rem;
        height: 0.78rem;
        margin-right: 0.32rem;
        font-size: .32rem;
        line-height: .78rem;
        border-radius: 8px;
    }
    .tabItem:hover {
        color: #666666;
        background: #EFF6FF;
    }
    .tabItem.active{
        color: #fff;
        background: linear-gradient(217deg,#00aaff 4%, #0060df 61%);
    }
    .firstLineContainer {
        padding-bottom: 1.26rem;
        height: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
    .firstLineItem {
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        height: auto;
        border-radius: 0;
    }
    .firstLineInFoBox {
        order: 2;
        padding: 0 0;
    }
    .firstLineCover{
        order: 1;
        width: 90%;
        margin: 0 auto .48rem;
        height: auto;
        border-radius: 16px;
    }
    .firstLineSeeTitle {
        font-size: .36rem;
        color: #252525;
    }
    .firstLineSeeTitleBox {
        margin-bottom: 0.4rem;
    }
    .timeBox {
        justify-content: flex-start;
        margin-bottom: 0.24rem;
    }
    .timeItem {
        margin-right: 1.12rem;
        font-size: .28rem;
        font-weight: normal;
    }
    .firstLineBox .caseInformation {
        align-items: flex-start;
        margin-left: 0.4rem;
    }
    .firstLineBox .caseInformationItem {
        width: auto;
        height: auto;
        padding: 0.32rem 0.16rem;
    }
    .firstLineBox .caseColumn {
        margin-bottom: 0.32rem;
    }
    .dataBox {
        margin-bottom: 0.2rem;
    }
    .dataBox:last-child,.firstLineBox .caseColumn:last-child {
        margin-bottom: 0;
    }
    .caseInformationTitle {
        margin-bottom: 0.2rem;
        font-size: .24rem;
    }
    .firstLineBox .caseInformationNum{
        display: block;
        width: 100%;
        margin-bottom: .08rem;
        margin-right: 0;
    }
    .firstLineBox .readText{
        display: block;
        width: 100%;
    }
    .firstLineBox .firstLineSeeCaseLink{
        position: absolute;
        bottom: -1.26rem;
        left: 50%;
        transform: translate(-50%, 0);
        width: 2.5rem;
        height: .78rem;
        padding-right: 0;
        font-size: .32rem;
        text-align: center;
        color: #0060DF;
        line-height: .78rem;
        background: transparent;
        border: 1px solid #0053c0;
        border-radius: 4px;
    }
    .liveContentBox {
        height: auto;
    }
    .liveItem{
        flex-wrap: wrap;
    }
    .liveCover{
        order: 1;
        width: 100%;
        height: auto;
    }
    .liveInFoBox{
        order: 2;
        width: 100%;
        height: auto;
        padding: 0.48rem 0.4rem .8rem;
        background: linear-gradient(270deg,#00aaff, #0060df);
    }
    .liveInFoItem {
        margin-bottom: 0.48rem;
    }
    .liveInFo {
        max-width: 100%;
    }
    .liveTitle {
        margin-bottom: 0.48rem;
        font-size: .36rem;
        line-height: .58rem;
    }
    .liveInFoItemTitle {
        margin-bottom: 0.36rem;
        font-size: .32rem;
    }
    .liveInFoItemTitle::after {
        height: 0.2rem;
    }
    .liveInFoItemDesc {
        font-size: .28rem;
        line-height: .48rem;
    }
    .liveBox .caseInformation {
        justify-content: space-between;
    }
    .liveBox .caseInformationItem {
        margin-right: 0;
    }
    .liveBox .caseInformationNum,.recruitBox .caseInformationNum {
        margin-bottom: .2rem;
        font-size: .4rem;
    }
    .liveBox .seeCaseLink {
        display: block;
        width: 2.5rem;
        height: 0.78rem;
        margin: 0.48rem auto .54rem;
        padding-right: 0;
        line-height: .78rem;
        font-size: .32rem;
        background: transparent;
        border-radius: 4px;
    }
    .livePaginations,.recruitPaginations{
        bottom: 0.8rem !important;
        font-size: 0;
    }
    .livePagination,.recruitPagination{
        display: inline-block;
        vertical-align: middle;
        width: .56rem;
        height: .06rem;
        margin-right: .12rem;
        opacity: 0.3;
        background: #1f2329;
        border-radius: 3px;
    }
    .livePagination:last-child,.recruitPagination:last-child{
        margin-right: 0;
    }
    .livePagination.active{
        opacity: 1;
        background: #FFFFFF;
    }
    .vlogItem {
        width: 3.2rem;
        margin: 0 0.3rem 0.48rem 0;
        border-radius: 0;
        box-shadow: none;
    }
    .vlogCoverBox {
        height: 2.18rem;
        border-radius: 8px;
    }
    .vlogMask {
        background-size: 0.48rem;
    }
    .vlogMask:hover + .vlogImg {
        transform: scale(1.2);
        transition: .8s ease;
    }
    .vlogInFoBox {
        padding: 0.24rem 0 0;
    }
    .vlogTitle {
        height: 0.84rem;
        margin: 0 auto 0.24rem;
        font-size: .28rem;
        line-height: .42rem;
    }
    .vlogTitle:hover{
        color: #000;
    }
    .playbackVolume {
        font-size: .24rem;
    }
    .vlogItem:nth-child(3n) {
        margin-right: .3rem;
    }
    .vlogItem:nth-child(2n) {
        margin-right: 0;
    }
    .recruitBox{
        width: 100%;
    }
    .recruitContainer{
        padding-bottom: .36rem;
    }
    .recruitItem{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .recruitInFoBox{
        order: 1;
        width: 100%;
    }
    .recruitCover{
        order: 2;
    }
    .companyInFoBox {
        align-items: flex-start;
        margin-bottom: 0.48rem;
    }
    .companyLogo {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.32rem;
        border-radius: 0.16rem;
    }
    .companyTitle {
        margin-bottom: 0.36rem;
        font-size: .36rem;
        font-weight: bold;
    }
    .recruitCaseLink{
        margin-top: 0;
    }
    .recruitInFoItemTitle {
        margin-bottom: 0.36rem;
        font-size: .32rem;
        line-height: .48rem;
        font-weight: bold;
    }
    .recruitInFoItemDesc {
        padding-left: .32rem;
        font-size: .28rem;
        line-height: .48rem;
    }
    .recruitInFoItemDesc::before {
        top: 0.2rem;
    }
    .recruitBox .caseInformationItem {
        margin-right: 0.48rem;
    }
    .recruitCover {
        width: 3.6rem;
        height: 5.94rem;
        margin: 0.28rem 0 0;
    }
    .recruitPaginations{
        bottom: 0 !important;
    }
    .recruitPagination.active{
        opacity: 1;
        background: #0060DF;
    }
    .vlogMask:hover ~ .vlogImg{
        transform: none;
        transition: none;
    }
}