/*页内导航样式*/

.head-text1 {
    margin-left: 14px;
    line-height: 50px;
    font-size: 16.5px;
    color: #6c6c6c;
    font-weight: 500;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #e6eff7;
}

.layui-tab-content {
    padding: 14px;
}

.nav-content .modules {
    padding: 5px 0;
}

.nav-content .modules .title {
    border-left: 3px solid #0662B1;
    font-size: 18px;
    font-weight: bold;
    color: #343434;
    margin: 3px 0 12px 0;
    padding-left: 8px;
}

.nav-content .modules .btns {
    padding: 0;
}

.nav-content .modules .btns a.btn {
    display: block;
    height: 139px;
    width: auto;
    background: url("../imgs/nav-icon/btn-back.png");
    background-size: 100% 100%;
    padding: 0 40px;
    margin: 10px 0;
}

.nav-content .modules .btns a.btn .name {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    width: calc(100% - 60px);
    float: left;
    height: 139px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.nav-content .modules .btns a.btn .img {
    width: 50px;
    float: right;
    margin-top: 46px;
}

.nav-content .modules .btns a.btn .img img {
    width: 100%;
}