@font-face {
    font-family: 'OPPOSANS-B';
    src: url('../fonts/OPPOSANS-B.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.banner{
    margin-top: 82px;
}
.banner_item{
    height: 432px;
    background-image: url('https://oss.xhsqy.com/test/file/common/8/acd2a7a451144574aede98d5bb033a2a.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-content{
    max-width: 1200px;
    width: 80%;
    margin: auto;
    padding-top: 106px;
    box-sizing: border-box;
}
.banner-title{
    font-family: 'OPPOSANS-M';
    font-size: 50px;
    line-height: 50px;
    color: #000000;
}
.banner-describe{
    width: 50%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-top: 25px;
}
.cooperate-title{
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    font-family: 'OPPOSANS-M'
}
.title1{
    padding: 62px 0 51px;
}
.title2{
    padding: 43px 0 48px;
}
.title3{
    padding: 74px 0 62px;
}
.title4{
    padding: 66px 0 71px;
}
/*********************** 加盟优势 ************************/
.join-wrapper, .platform-item-box, .sys-item-wrapper, .zf-app-box, .cooperate-wrapper, .operate-wrapper, .agent-wrapper, .server-item-wrapper{
    max-width: 1200px;
    width: 80%;
    margin: auto;
}
.join-item-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join-item-box{
  flex: 0 0 calc((100% - 2%)/2); 
  height: 250px;
  margin-right: 1%;  
  margin-bottom: 20px;
  display: flex;
}
.join-item-box:nth-of-type(2n){
    margin-right: 0;
}
.join-item-box>img{
    width: 48%;
    height: 100%;
}
.join-item-right{
    flex: 1;
    background: #EDEDED;
    padding: 25px 21px 16px 25px;
    box-sizing: border-box;
}
.join-item-top{
    display: flex;
    padding-right: 8px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.join-item-top span:first-child{
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #004AA4;
    color: #FFFFFF;
    text-align: center;
    font-family: 'OPPOSANS-M';
    border-radius: 0px 15px 0px 0px;
}
.join-item-top span:last-child{
    flex:1;
    text-indent: 11.2%;
    padding-bottom: 3px;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #004AA4;
    font-family: 'OPPOSANS-M'
}
.join-item-intro{
    font-size: 16px;
    color: #333333;
}
/*********************** 平台优势 ************************/
.platform-wrapper{
    background-image:url('../img/cooperate/ptys.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.platform-item-box{
    display: flex;
    padding-top: 56px;
}
.platform-item-left{
    width: 49.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.platform-item-left>p{
    font-family: 'OPPOSANS-B';
    font-weight: bold;
    font-size: 47px;
    color: #FFFFFF;
    line-height: 47px;
    font-style: italic;
    background: linear-gradient(180deg, #E8C993 0%, #FEF4DC 91.357421875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.platform-item-left>p:nth-of-type(1){
    margin-bottom: 13px;
}
.server-stage{
    padding: 24px 16px 15px 40px;
    background: rgba(255, 255, 255, .11);
    font-family: 'OPPOSANS-M';
    font-size: 25px;
    color: #FFFFFF;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px 0 59px 3px;
}
.server-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 21px;
}
.server-box p{
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(0deg, #395FA4, #8AABE3);
    border-radius: 8px;
    font-family: 'OPPOSANS-M';
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 22px;
    margin-bottom: 18px;
}
.platform-item-right{
    flex: 1;
}
.platform-right-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px;
    padding-left: 15px;
}
.platform-right-box img{
    width: 50%;
    max-width: 246px;
    height: 133px;
    margin-bottom: 3px;
}
/*********************** 其他系统 ***********************/
.sys-item-wrapper{
    background-image:url('../img/cooperate/ohterSys.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 53px 0 50px 71px;
    display: flex;
    margin: 59px auto 62px;
}
.sys-item-box{
    width: 30.5%;
    max-width: 368px;
    padding: 24px 0 43px;
    background: #FFFFFF;
    box-shadow: 6px 8px 8px 0px rgba(10,52,196,0.28);
    border-radius: 25px 0px 25px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sys-item-box:nth-child(1)>img{
    width: 118px;
    height: 108px;
}
.sys-item-box:nth-child(1)> .sys-item-title, .sys-item-box:nth-child(1)> .sys-item-intro{
    position: relative;
    top: -12px;
}
.sys-item-box:nth-child(2){
    padding-top: 55px;
    margin-left: 32px;
}
.sys-item-box:nth-child(2)>img{
    width: 100px;
    height: 47px;
}
.sys-item-box:nth-child(2)> .sys-item-title{
    margin-top: 14px;
}
.sys-item-title{
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
}
.sys-item-intro{
    font-size: 19px;
    line-height: 19px;
    color: #434343;
    width: 100%;
    text-align: center;
}
/*********************** 企麟智服 ***********************/
.zf-wrapper{
    height: 430px;
    background-image:url('../img/cooperate/zfbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.zf-item-box{
    width: 70%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zf-title-top{
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.zf-title-top>img{
    width: 71px;
    height: 60px;
    margin-right: 11px;
}
.zf-title-top>span:nth-of-type(1){
    font-weight: bold;
    font-size: 42px;
    color: #0F0F0F;
    line-height: 42px;
}
.zf-title-top>span:nth-of-type(3){
    font-family: 'OPPOSANS-M';
    font-weight: 300;
    font-size: 42px;
    color: #0F0F0F;
    line-height: 42px;
}
.zf-title-top>span:nth-of-type(2){
    width: 1px;
    height: 32px;
    background: #0F0F0F;
    margin-left: 22px;
    margin-right: 10px;
}
.zf-title-intro{
    font-size: 28px;
    color: #0F0F0F;
    line-height: 28px;
    font-family: 'OPPOSANS-M';
}
/*********************** 智服app ***********************/
.zf-app-wrapper{
    padding: 50px 0 34px;
    background: #F5F5F5;
}
.zf-app-box{
    display: flex;
    max-height: 558px;
}
.zf-app-box>img{
    width: 50%;
    margin-right: 29px;
}
.zf-app-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
}
.zf-app-right>p:nth-of-type(1){
    font-size: 42px;
    color: #131313;
    line-height: 42px;
    font-family: 'OPPOSANS-M';
    margin-bottom: 25px;
}
.zf-app-right>p:nth-of-type(2){
    font-size: 18px;
    color: #131313;
    line-height: 32px;
    margin-bottom: 47px;
}
.zf-app-right>img{
    width: 60%;
    max-height: 186px;
}
/**************** 一体化可观测平台列表 ***************/
.operate-item-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.operate-item-box{
    flex: 0 0 calc((100% - 6%)/3); 
    margin-right: 2%;
    padding: 39px 25px 35px;
    box-sizing: border-box;
    min-width: 0;
    position: relative;
    margin-bottom: 22px;
}
.operate-item-box:nth-child(3n), .cooperate-item-box:nth-child(2n){
    margin-right: 0;
}
.operate-item-box>p:nth-child(1){
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.operate-item-box>p:nth-child(2){
    width: 74%;
    font-size: 16px;
    color: #131313;
    line-height: 27px;
    position: relative;
    z-index: 2;
}
.operate-item-box>img, .cooperate-item-box>img, .cooperate-item-box1>img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/***************** 一体化智能运维管理平台 *****************/
.cooperate-wrapper{
    display: flex;
}
.cooperate-item-wrapper{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.cooperate-item-box, .cooperate-item-box1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 1%;
    padding: 0 22px 22px 25px;
    box-sizing: border-box;
    min-width: 0;
    position: relative;
    margin-bottom: 11px;
}
.cooperate-item-box1{
    width: 28%;
}
.cooperate-item-box{
    flex: 0 0 calc((100% - 6%)/2); 
    height: 224px;
}
.cooperate-item-box>p:nth-child(1), .cooperate-item-box1>p:nth-child(1){
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: 'OPPOSANS-B';
    position: relative;
    z-index: 2;
}
.cooperate-item-box>p:nth-child(2), .cooperate-item-box1>p:nth-child(2){
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
    z-index: 2;
}
/*********************** 代理商 ***********************/
.agent-bg-wrapper{
    position: relative;
}
.agent-bg-wrapper>img{
    position: absolute;
    left: 0;
    top: 8%;
    width: 62.5%;
    height: 87.8%;
}
.agent-item-wrapper{
    display: flex;
    padding: 0 38px 0 20px;
    box-sizing: border-box;
    margin-bottom: 56px;
    position: relative;
    z-index: 2;
}
.agent-item-wrapper>img{
    width: 55%;
    max-height: 604px;
}
.agent-item-left{
    flex: 1;
    padding-top: 63px;
    margin-right: 57px;
}
.agent-item-left>p:nth-child(1){
    font-size: 51px;
    color: #101010;
    line-height: 51px;
    font-family: 'OPPOSANS-M';
}
.agent-item-left>p:nth-child(2){
    font-size: 18px;
    color: #101010;
    line-height: 35px;
    margin: 22px 0 31px;
}
.agent-item-box{
    display: flex;
    justify-content: space-between;
}
.agent-item{
    flex: 0 0 calc((100% - 6%)/3); 
    margin-right: 2%;
    min-width: 0;
    box-shadow: 0px 7px 9px 0px rgba(85,134,224,0.16);
    border: 1px solid #DCECFF;
    border-radius: 10px;
    opacity: 0.9;
}
.agent-item:nth-child(3n){
    margin-right: 0;
}
.agent-image{
    display: flex;
    height: 124px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.agent-title{
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, #177AF8, #03C3F0);
}
/*********************** 服务商赋能 ***********************/
.server-wrapper{
    height: 593px;
    background-image:url('../img/cooperate/fwsbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.server-item-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.server-top{
    width: 38%;
    padding: 74px 0 66px;
}
.server-top>p:nth-child(1){
    font-size: 51px;
    color: #101010;
    line-height: 51px;
    font-family: 'OPPOSANS-M';
}
.server-top>p:nth-child(2){
    font-size: 18px;
    color: #101010;
    line-height: 32px;
    margin:16px 0;
}
.server-top>p:nth-child(3){
    font-size: 24px;
    color: #004AA4;
    line-height: 35px;
    font-family: 'OPPOSANS-B';
}
.server-item-box{
    display: flex;
    justify-content: space-between;
}
.server-item{
    flex: 0 0 calc((100% - 8%)/4); 
    margin-right: 2%;
    min-width: 0;
    padding: 18px 25px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 7px 9px 0px rgba(85,134,224,0.16);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
}
.server-item:nth-child(4n){
    margin-right: 0;
}
.server-item>p:first-child{
    width: 143px;
    height: 31px;
    line-height: 31px;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'OPPOSANS-B';
    background: linear-gradient(90deg, #177AF8, #03C3F0);
    border-radius: 16px;
    margin-bottom: 6px;
}
.server-item>p:last-child{
    font-size: 16px;
    color: #101010;
    line-height: 25px;
}
/*************** 期待更多优秀的供应链服务商加入 *****************/
.show-num-wrapper{
    padding: 81px 0 88px;
    background: linear-gradient(90deg, #177AF8, #03C3F0);
    opacity: 0.79;
}
.show-item-wrapper{
    width: 70%;
    max-width: 970px;
    margin: auto;
    color: #fff;
}
.show-item-wrapper>p:nth-child(1){
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
}
.show-item-wrapper>p:nth-child(2){
    font-size: 18px;
    line-height: 33px;
    margin: 25px 0 43px;
    text-align: center;
}
.show-item-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .65);
    padding: 16px 0 18px;
}
.show-item{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .42);
}
.show-item:nth-child(3n){
    border: none;
}
.show-item>p:first-child{
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 10px;
}
.show-item>p:last-child{
    font-size: 21px;
    color: #FFFFFF;
    line-height:21px;
}
/********************* 提交申请 ************************/
.apply-wrapper{
    background-image:url('../img/index/content4bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 115px;
}
.apply-box{
    max-width: 976px;
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
}
.apply-title{
    padding: 108px 0 62px;
    font-size: 38px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    font-family: 'OPPOSANS-M';
}
.submitBtn{
    width: 245px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background: linear-gradient(0deg, #004AA4, #0C6DE3);
    border-radius: 8px;
    margin-left: 17px;
}
.apply-box .apply-usename{
    width: 27%;
    margin-right: 13px;
}
.apply-tel{
    flex: 1;
}