@charset "utf-8";

.banner {
    width: 100%;
    margin-top: 80px;
}

.banner .lshop {
    height: 520px;
    background: url('../mirror/images/recruit/lshop_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber {
    background: url('../mirror/images/recruit/lshop_ber.png') no-repeat center center;
    background-size: 100% 100%;
}

.banner .lshop .lshop_ber .lshop_ber_ber {
    width: 100%;
    height: 100%;
    background: url('../mirror/images/recruit/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit {
    height: 70px;
    font-size: 50px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 59px;
    margin-left: -25px;
    padding-top: 5%;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit > span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
    margin-top: 18px;
    color: #003EFF;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: 2.24px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
    margin: 0 12px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
    width: 500px;
    margin-top: 18px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #475793;
    float: left;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_renew {
    width: 232px;
    height: 34px;
    background: linear-gradient(92deg, #C9D5FF 0%, rgba(196, 209, 255, 0) 100%);
    padding-left: 15px;
    margin-top: 30px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #1F4DF9;
    line-height: 34px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
    margin-top: 40px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
    margin-right: 50px;
    padding: 5px 20px;
    background: #003EFF;
    border-radius: 6px 6px 6px 6px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
    padding: 5px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #003EFF;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #003EFF;
    line-height: 41px;
}


/*前端功能*/
.function-box .tit-box {
    display: flex;
    justify-content: center;
    padding: 53px 0 80px 0;
}

.function-box .tit-box .func-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.function-box .function-item {
    display: flex;
    justify-content: center;
}

.function-item-space {
    height: 90px;
}

.function-box .function-item .item-mid-box {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*前端功能-列表*/
.function-box .function-item .item-mid-box .item-list {
    width: 720px;
}

.function-box .function-item .item-mid-box .item-list li {
    display: flex;
    padding: 21px 0;
}

.function-box .function-item .item-mid-box .item-list li.selected {
    border-radius: 18px;
    background: rgba(101, 127, 210, 0.07);
}

.function-box .function-item .item-mid-box .item-list li .icon {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.function-box .function-item .item-mid-box .item-list li .icon img {
    display: none;
}

.function-box .function-item .item-mid-box .item-list li.selected .icon img {
    display: block;
}

.function-box .function-item .item-mid-box .item-list li .cont-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.function-box .function-item .item-mid-box .item-list li .cont-box .cont-tit {
    color: #333;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.function-box .function-item .item-mid-box .item-list li.selected .cont-box .cont-tit {
    color: #3A6AFF;
}

.function-box .function-item .item-mid-box .item-list li .cont-box .cont-des {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

/*前端功能-图片*/
.function-box .function-item .item-mid-box .item-img-box {
    width: 480px;
    display: flex;
    justify-content: flex-end;
}

.function-box .function-item .item-mid-box .img-left {
    justify-content: flex-start;
}

.function-box .function-item .item-mid-box .item-img-box .img-shadow {
    width: 434px;
    height: 678px;
    flex-shrink: 0;
    border-radius: 30px;
    background: linear-gradient(123deg, rgba(144, 171, 255, 0.16) 0%, rgba(7, 60, 225, 0.16) 100%);
    box-shadow: 0px 0px 7.3px 0px rgba(4, 37, 147, 0.19);
    display: flex;
    justify-content: center;
    align-items: center;
}

.function-box .function-item .item-mid-box .item-img-box .img-shadow .img-box {
    width: 297px;
    height: 601px;
    flex-shrink: 0;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 3px 11.4px 0px rgba(26, 62, 116, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*后端功能*/
.admin-func-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.admin-func-box .tit-box {
    display: flex;
    justify-content: center;
    padding: 116px 0 64px 0;
}

.admin-func-box .tit-box .func-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.admin-func-box .admin-content {
    width: 1200px;
    margin-bottom: 88px;
}

.admin-func-box .admin-content .cont-img-bg {
    width: 688px;
    height: 672px;
    background: url('../mirror/images/recruit/admin_func_bg.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.admin-func-box .admin-content .cont-img-bg .cont-img-show {
    padding-top: 114px;
}

.admin-func-box .admin-content .cont-item {
    position: absolute;
}

.admin-func-box .admin-content .cont-item1 {
    width: 632px;
    left: 79%;
    top: 5%;
}

.admin-func-box .admin-content .cont-item2 {
    width: 544px;
    left: 96%;
    top: 25%;
}

.admin-func-box .admin-content .cont-item3 {
    width: 507px;
    left: 101%;
    top: 47%;
}

.admin-func-box .admin-content .cont-item4 {
    width: 537px;
    left: 96%;
    top: 69%;
}

.admin-func-box .admin-content .cont-item5 {
    width: 682px;
    left: 76%;
    top: 91%;
}

.admin-func-box .admin-content .cont-item .item-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.admin-func-box .admin-content .cont-item .item-tit span {
    color: #3A6AFF;
}

.admin-func-box .admin-content .cont-item .item-des {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

/*多端互通*/
.interflow-box {
    background: #F5F9FF;
    width: 100%;
    position: relative;
}

.interflow-top-left-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 492px;
    height: 331px;
    background: url('../mirror/images/recruit/admin_left_top.png') no-repeat center center;
    background-size: 100% 100%;
}

.interflow-bot-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 416px;
    height: 360px;
    background: url('../mirror/images/recruit/admin_right_bottom.png') no-repeat center center;
    background-size: 100% 100%;
}

.interflow-box .tit-box {
    display: flex;
    justify-content: center;
    padding: 42px 0 128px 0;
}

.interflow-box .tit-box .func-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.interflow-box .interflow-content {
    display: flex;
    justify-content: center;
}
.interflow-box .interflow-content .interflow_show {
    margin-bottom: 104px;
    position: relative;
}

.interflow-box .interflow-content .interflow_show .interflow-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.interflow-box .interflow-content .interflow_show .item1{
    top: -10%;
    left: -8%;
}
.interflow-box .interflow-content .interflow_show .item2{
    top: -13%;
    left: 44%;
}
.interflow-box .interflow-content .interflow_show .item3{
    top: -13%;
    right: -8%;
}
.interflow-box .interflow-content .interflow_show .item4{
    bottom: -13%;
    left: 22%;
}
.interflow-box .interflow-content .interflow_show .item5{
    bottom: -14%;
    right: 18%;
}

.interflow-box .interflow-content .interflow_show .interflow-item .item-tit {
    background-color: rgba(58, 106, 255, 0.40);
    height: 50px;
    border-radius: 50px;
    width: 189px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.interflow-box .interflow-content .interflow_show .interflow-item .item-arrow-top {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 20px solid rgba(58, 106, 255, 0.40);
}
.interflow-box .interflow-content .interflow_show .interflow-item .item-arrow-bot {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 20px solid rgba(58, 106, 255, 0.40);
}

/*产品优势*/
.advantage-box {

}
.advantage-box .tit-box {
    display: flex;
    justify-content: center;
    padding: 37px 0 86px 0;
}
.advantage-box .tit-box .func-tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.advantage-box .advantage-content {
    display: flex;
    justify-content: center;
}
.advantage-box .advantage-content .cont-show {
    width: 1212px;
    height: 807px;
    background: url('../mirror/images/recruit/advantage_show.png') no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.advantage-box .advantage-content .cont-show .cont-item {
    color: #495770;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
}


.advantage-box .advantage-content .cont-show .item1{
    top: 14%;
    left: 29%;
}
.advantage-box .advantage-content .cont-show .item2{
    top: 14%;
    left: 56%;
}
.advantage-box .advantage-content .cont-show .item3{
    top: 45%;
    left: 1%;
}
.advantage-box .advantage-content .cont-show .item4{
    top: 45%;
    left: 61%;
}


/*公司资质*/
.about_company{
    width: 100%;
    height: 500px;
    background: #F9FBFE url('../mirror/images/recruit/about_company_bg.png') no-repeat center right;
    background-size:100% 100%;

    box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.about_company>p{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
    padding-top: 60px;
}
.about_company .company_tips{
    width: 1200px;
    margin: 0 auto;
    margin-top:50px;
}


/* 联系我们 */
.contactus{
    width: 100%;
    padding:100px 0;

    background: #FFFFFF;
}

.contactus .contactus_tit{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #333333;
    line-height: 35px;
    text-align:center;
}
.contactus .contactus_tit>span {
    background: linear-gradient(to right, #1C53FF, #416fffc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactus .contactus_msg{
    width: 100%;
    height: 65px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #888888;
    line-height: 50px;
    text-align: center;

}
.contactus .contactus_but{
    width: 240px;
    height: 55px;
    line-height: 55px;
    background: #3A6AFF;
    border-radius: 999px;
    margin:0 auto;
    display: block;

    font-size: 22px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    text-align:center;
}

.contactus .contactus_but:hover{
    background: #6086FF;
}

.global{
    width:100%;
    height:155px;
    background-color:#262834
}
.global .global_cont{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    background: url('../mirror/images/recruit/global_ber.png') no-repeat center right;
    background-size: auto 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.global .global_cont .global_msg{
    width: 720px;
    height: 67px;
    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    margin-right:50px;

}
.global .global_cont .global_msg>span{
    font-size: 25px;
}
.global .global_cont .global_but{
    display: block;
    width: 159px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 48px;
    margin-right:100px;

    font-size: 20px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #FFFFFF;
}
.global .global_cont .global_but:hover{
    color:#262834;
    background-color:#FFFFFF;
}





