﻿/*  各系统引用样式名称
    大仪共享：DYGX
    实验教学：SYJX
    安全准入：AQZR
    安全检查：AQJC
    低值易耗：DZYH
    危化品：WHP
    仪器借用：YQJY
    实验室开放：SYSKF
*/

/*start:公共样式部分*/
.app_group_box4 {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 15px;
}
.app_group_box3 {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 15px;
}
.app_group_box4 li {
    display: inline-block;
    width: calc(100vw / 4 - 15px);
    margin-right: 7px;
    height: calc(100vw / 4 - 15px);
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.app_group_box3 li {
    display: inline-block;
    width: calc(100vw / 3 - 24px);
    margin-right: 15px;
    height: calc(100vw / 3 - 24px);
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
.app_group_box4 li a, .app_group_box3 li a {
    display: block;
    text-decoration: none;
    color: #626262;
    letter-spacing: 1px;
    overflow: hidden;
    height: 100%;
}



.app_group_box4 li  font, .app_group_box3 li  font {
    display: block;
    font-size: 12px;
}

.app_group_box4 li a svg {
    width: 28px;
    height: auto;
    margin: 12px auto 3px auto;
}
.app_group_box3 li a svg {
    width: 32px;
    height: auto;
    margin: 20px auto 5px auto;
    fill: #5E008B;
}

.app_group_box4 li a img {
    margin: 18px auto 9px auto;
    width: 16px;
    height: auto;
}

.app_group_box3 li a img {
    margin: 29px auto 12px auto;
    width: 16px;
    height: auto;
}

/*end:公共样式部分*/
