@charset "utf-8";
/* 基础业务管理 */
.smart-doc{
    display: flex;
    flex-direction: column;
    align-items: center
}
.smart-doc .scindex-img{
    width: 88.3%;
    margin: 80px 0 50px 0;
}
/* 选项卡切换 */
.tab{
    display: none
}
.tab-active-article{
    display: block
}
.tab-box .smart-nav .smart-ul li{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 70px;
    line-height: 50px
}
.tab-active{
    background: #f6e428;
}
/* 校友管理 */
.smart-doc1{
    padding:0 15px
}
.smart-doc2 p{
    width: 100%;
    margin-bottom: 50px;
    padding:0 15px
}
.smart-doc2 .sd-img{
    display: flex;
    justify-content: center;
}
@media(min-width:992px){
    .smart-doc2{
        display: flex;
        justify-content: space-between;
    }
    .smart-doc2 p{
        width: 56.66%;
        margin-bottom: 50px;
    }
    .smart-doc2 .sd-img{
        width: 43.34%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}
/* 评奖评优管理系统 */
.smart-doc .smart-doc2 .sd-img{
    width: 26.7%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart-doc .smart-doc2 .sd-img .sd-img-1{
    display: block;
    margin-top: 15px;
}
.smart-doc .smart-doc2 p{
    line-height: 35px;
    padding:0 15px;
}
.smart-doc .smart-doc3 .sd-img{
    width: 26.7%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    padding-top:30px;
}
.smart-doc .smart-doc3 .sd-img img{
    display: block;
    margin-top: -15px;
}
.smart-doc .smart-doc3 p{
    line-height: 35px;
    text-indent: 2rem;
    font-size: 16px;
    padding:0 15px;
}
.smart-doc2 p {
    width: 100%;
}

@media(min-width:992px){
    .smart-doc .smart-doc3{
        width: 100%;
        display: flex;
        justify-content: space-around
    }
    .smart-doc .smart-doc3 p{
        width: 56.6%;
    }
    .smart-doc .smart-doc3 .sd-img{
        float: left;
        padding-top:0;
        margin: 0;
    }
}
/* 团委工作管理系统 */
.smart-doc .smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc .smart-doc2 p{
    width: 100%;
    padding:0 15px;
}
.smart-doc .smart-doc2 .sd-img{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .smart-doc .smart-doc2 p{
        width: 61.66%;
    }
    .smart-doc .smart-doc2 .sd-img{
        width: 38.34%;
    }
}
/*  数字迎新管理系统*/
.smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc2{
    margin-bottom: 120px;
}
.smart-doc2 p{
    width: 100%;
    padding:0 15px;
}
.smart-doc2 .smart-doc-div{
    display: flex;
    align-items: center
}
.smart-doc .smart-img1{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media(min-width:992px){
    .smart-doc2{
       flex-direction: row;
    }
    .smart-doc2 p{
        width: 56.7%;
    }
}
/* 勤工助学管理系统 */
.smart-doc .smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc .smart-doc2 .smart-doc-div{
    margin: 0 auto
}

.smart-doc .smart-doc2 p{
    width: 100%;
    padding:0 15px;
}
.smart-doc .smart-doc-div{
    width: 40.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart-booter-img{
    margin-left: 0px;
    margin: 0 auto;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
       flex-direction: row;
    }
    .smart-booter-img{
        margin-left: 180px;
    }
    .smart-doc .smart-doc2 p{
        width: 56.7%;
    }
}
/* 宿舍管理系统 */
/* 学生事务管理系统 */
.smart-doc .smart-doc2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.smart-doc .smart-doc2 .sc-sa-ul{
    width: 65.4%;
}
.smart-doc .smart-doc2 .sc-sa-ul .sc-sa-h2{
    font-size: 16px;
    font-weight: bolder;
    line-height: 36px;
}
.smart-doc .smart-doc2 .sc-sa-ul .sc-sa-h3{
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
        flex-direction: row;
    }
}
/* 离、返校管理系统 */
.smart-doc2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.smart-doc2 img{
    display: block;
    width: 336px;
    margin: 0 auto
}
.smart-doc2 p {
    width: 100%;
    padding:0 15px;
}
@media(min-width:992px){
    .smart-doc .smart-doc2{
        flex-direction: row;
    }
    .smart-doc2 p {
        width: 65.4%;
    }
}

