/*去掉头部*/
.my-body {
    top: 81px;
    bottom: 0;
}

/*左边的导航栏*/
.my-left-lin {
    position: absolute;
    width: 266px;
    height: calc(100% - 81px);
    background-color: #DFF9FF;
    float: left;
}

.my-left-xian {
    position: absolute;
    width: 1px;
    height: calc(100% - 81px);
    background-color: #333333;
    float: left;
}

/*右边的内容区域*/
.my-right-lin {
    position: absolute;
    width: calc(100% - 266px);
    margin-left: 266px;
    height: calc(100% - 81px);
    float: left;
    background-color: #ffffff;
    overflow: scroll;
}

/*右边的内容区域*/
.my-right-lin2 {
    position: absolute;
    width: calc(100% - 266px);
    margin-left: 266px;
    height: calc(100% - 81px);
    float: left;
    background-color: #ffffff;
    overflow: hidden;
}

.my-right-lin3 {
    position: absolute;
    width: calc(100%  + 18px);
    height: 100%;
    float: left;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 1000px;
}


.layui-table-view{
    overflow:hidden
}

.layui-table-main{
    overflow-x: hidden;
}

/*右边导航栏顶部第一个选项*/
.my-left-top-lin {
    padding-top: 20px;
    padding-left: 20px;
}

/*右边导航栏其他选项*/
.my-left-default-lin {
    padding-top: 80px;
    padding-left: 20px;
}

/*右边导航栏的文字div样式*/
.my-left-text-lin {
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer
}

/*右边导航栏的默认文字样式*/
.my-left-text-lin a {
    line-height: 71px;
    color: #5AB7CE;
    font-size: 17px;
    right: 0;
    float: right;
    margin-right: 45px;
}

/*右边导航栏的选中的文字样式*/
.my-left-text-lin-select a {
    color: #FFFFFF;
}

/*APP下载二维码DIV*/
.my-app-download {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

/*APP下载二维码*/
.my-app-download img {
    width: 110px;
    height: 110px;
    margin-bottom: 20px
}

.my-foot-lin {
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: -165px
}
