.industrial{
    width: 100%;
    background: white;
    /*padding-top: 28px;*/
}
.industrial .top-link{
    width: 1200px;
    margin: 0px auto 37px;
    padding-top: 28px;
}
.chain-content{
    padding: 0px 0 37px;
}
.chain-header{
    background: url("/static/xiaoxiao/saas/cooperate/img/chain/banner.png") no-repeat;
    height: 112px;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    /*padding: 12% 9% 0;*/
}
.chain-content .chain-header .title{
    font-size: 30px;
    text-align: center;
    color: white;
    line-height: 112px;
    margin: auto;
    font-weight: bold;
}
.chain-content .chain-header .download{
    width: 100px;
    height: 27px;
    background: url("/static/xiaoxiao/saas/cooperate/img/chain/icon4.png") #C2AD68 no-repeat 14px 7px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 35px;
    padding-top: 5px;
    position: relative;
    right: 100px;
    cursor: pointer;
}
.chain-con{
    width: 1200px;
    margin: 41px auto 0;
    position: relative;
    min-height: 594px;
    /*min-height: calc(100vh - 277px);*/
}
.chain-con ul{
    display: flex;
}
.chain-con ul li{
    width: 31%;
    margin-right: 28px;
}
.chain-con .title{
    width: 100%;
    height: 29px;
    color: white;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
}
.chain-con .chain-li.blue .title,
.chain-con .chain-li.blue .sub-title{
    background: #108EE9;
}
.chain-con .chain-li.yellow .title,
.chain-con .chain-li.yellow .sub-title{
     background: #C2AD68;
}
.chain-con .chain-li.lan .title,
.chain-con .chain-li.lan .sub-title{
    background: #12176B;
}
.chain-con .bottom-block{
    padding: 30px 25px;
    margin-top: 45px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.chain-con .chain-li.blue .bottom-block{
    background: #CEE4FF;
    border: 1px solid rgba(5,112,226,0.34);
}
.chain-con .chain-li.yellow .bottom-block{
    background: #FFFAEF;
    border: 1px solid rgba(194,173,104,0.77);

}
.chain-con .chain-li.lan .bottom-block{
    background: #E8E3FF;
    border: 1px solid rgba(18,23,107,0.34);
}
.chain-con .bottom-block .sub-title{
    color: #FFFFFF;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    left: 35%;
}
.chain-con .chain-li .block{
    margin-top: 23px;
}
.chain-con .chain-li.blue .block{
   color:#108EE9 ;
}
.chain-con .chain-li.yellow .block{
   color: #C2AD68;
}
.chain-con .chain-li.lan .block{
   color: #12176B;
}
.sub-block{
    padding: 5px 13px;
    margin: 8px 0;
    font-size: 12px;
    color: #414141;
    line-height: 23px;
}
.sub-block span{
    margin-right: 10px;
    cursor: pointer;
}
.chain-con .chain-li.blue .sub-block{
    border: 1px rgba(5,112,226,0.34) dashed;
}
.chain-con .chain-li.yellow .sub-block{
    border: 1px rgba(194,173,104,0.77) dashed;
}
.chain-con .chain-li.lan .sub-block{
    border: 1px rgba(18,23,107,0.34) dashed;

}

/*首页*/
.chain-index{
    width: 1200px;
    margin: 0 auto;
}
.chain-index-content{
    padding: 18px 13px;
    background: white;
    min-height:760px;
    /*width: 1200px;*/
    /*margin: 0 auto;*/
}
.chain-list .chain-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.chain-list .chain-title span{
    margin-right: 48px;
    color: #B3B3B3;
    font-size: 20px;
    cursor: pointer;
}
.chain-list .chain-title span.active{
    color: #C2AD68;
    font-weight: bold;
}
.chain-list .index-content{
    margin-top: 35px;
    margin-bottom: 28px;
}
.chain-list .index-content h1{
    font-size: 18px;
    color: #2E2E35;
    margin-bottom: 19px;
}
.chain-list .index-content .chain-block span{
    display: inline-block;
    height: 34px;
    background: #F6F5FB;
    border-radius: 6px;
    padding: 7px 16px;
    margin-right: 23px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
}
.chain-list .index-content .chain-block span:hover{
    background: #108EE9;
    color: white;
}
.chain-list{
    margin: 37px 10px;
}
.chain-index .chain-header{
    background: url("/static/xiaoxiao/saas/cooperate/img/chain/chain_index.png") no-repeat;
    height: 110px;
    width: 100%;
    background-size: cover;
}
.no-sign-wrapper{
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 50%;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-sign-wrapper .login{
    width: 440px;
    height: 236px;
    background: #707070;
    border-radius: 5px;
    padding: 85px 111px;
    position: relative;
}
.no-sign-wrapper .login p{
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
}
.chain-list div:first-child .index-content h1{
    display: none;
}