
/**
 * @module 二级菜单列表
 * @author pdp
 * @date 2021/01/05
 */

.first-layout {
    /* height: 100vh; */
    /* overflow: auto; */
}

.first-layout .head {
    width: 100%;
}

.first-layout .head .header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.header .page-header {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: skyblue;
}

.first-layout .main {
    position: relative;
    min-height: 100%;
    padding-bottom: 20px;
}

.main .main-box {
    margin: 0 auto;
    padding: 20px 20px;
    background: #fff;
}

.main .content {
    width: 100%;
    min-height: 650px;
    overflow: hidden;
    padding-bottom: 20px;
}

.left-side-menu {
    min-height: 650px;
    /* overflow-y: auto; */
    float: left;
}

.left-top {
    height: 70px;
    background: #3362B0;
}

.left-top span {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    margin-left: 50px;
}

.right-content {
    width: 76%;
    margin-left: 20px;
    float: left;
    background: #fff;
    margin-right: 20px;
}

.footer {
    width: 100%;
    height: 190px;
    background: #00498E;
    position: relative;
    padding-bottom: 30px;
}

.right-content .line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.right-content h3 {
    margin-left: 15px;
}

.rbox {
    height: 85%;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.btn_buy{
    width: 86px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #FF7C1C;
    border-radius: 4px;
    border: none;
    float: right;
    position: relative;
    top: -6px;
    margin-right: 8px;
}
.btn_buy1{
    width: 86px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #FF7C1C;
    border-radius: 4px;
    border: none;
    float: right;
    position: relative;
    top: -38px;
    margin-right: 8px;
}
#jra {
    font-size: 12px;
    background: #fff;
    border-style: solid;
    border-color: #43A4F1;
    border-width: 1px;
    border-radius: 8%;
    padding: 2px 3px;
    cursor: pointer;
}

.rbox ul {
    background: #F5F5F5;
    height: 265px;
    width: 23%;
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}

.rbox ul li {
    width: 100%;
    height: 272px;
    background: white;
    overflow: hidden;
    cursor: pointer;
    float: left;
    border: 1px solid #dcdcdc
}

.rbox ul li img {
    width: 100%;
    height: 134px;
    background: white;
}

.rbox ul li h3 {
    width: 188px;
    height: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    font-family: PingFangSC-Regular, PingFang SC;
    line-height: 20px;
    background-color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 10px 15px;
}

.rbox ul li p {
    margin: 0 0 5px 15px;
    font-size: 14px;
}

.rbox ul li p span {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}

.rbox ul li p b {
    float: right;
    color: #FF6000;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600;
}

.footPage {
    width: 100%;
    text-align: center;
    background: white;
    height: 40px;
}

.pagination {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}

.pagination .page-all {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination .btn-left {
    padding-right: 12px;
    border: none;
    padding: 0 6px;
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    padding: 0 6px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline: none;
}

.pagination .btn-left:hover {
    color: #4f99c2;
    outline: none;
}

.pagination .btn-left span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: element-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.pagination .page-list {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pagination .page-list .page-li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}

.pagination .page-list .page-li:hover {
    color: #4f99c2;
    cursor: default;
}

.pagination .btn-right {
    padding-left: 12px;
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    padding: 0 6px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline: none;
}

.pagination .btn-right:hover {
    color: #4f99c2;
    outline: none;
}

.pagination .btn-right span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: element-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.pagination .go {
    display: inline-block;
}

.pagination .go span {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
}

.pagination .go .num {
    display: inline-block;
    width: 50px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px;
}

.pagination .go .num input {
    height: 28px;
    padding: 0 3px;
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.pagination .go .last-span {
    margin-left: 0px;
}

.pageList {
    height: 40px;
    width: 500px;
    /* padding-left: 80px; */
    text-align: center;
    margin-left: 20%;
    float: left;
    /* width: 100%; */
}

#pageList {
    position: relative;
    height: 20px;
    top: 5px;

}

#pageList li {
    width: 35px;
    cursor: pointer;
    border: solid 1px #e3e3e3;
    color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    margin: 10px 0;
    height: 35px;
    float: left;
}

.pageGo {
    position: relative;
    top: -7px;
    height: 30px;
    float: left;
}

.active {
    background: #2D98E6;
    color: #fff;

}

.determine {
    width: 58px;
    height: 35px;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    border-radius: 5%;
    padding: 3px 10px;
}

.determine:hover {
    background: #2D98E6;
    color: #fff;
}

.pageButton {
    width: 70px !important;
}

.MenuTitle {
    position: relative;
    background: #3362B0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
}

.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
    color: #000 !important;
}

.layui-nav-itemed>.layui-nav-child {
    display: block;
    background: #fff !important;
    text-indent: 20px;
}

.layui-nav-itemed>.layui-nav-child dd a {
    padding: 0 30px 0 30px;

}

.layui-nav-itemed>.layui-nav-child div a {
    padding: 0 0 0 60px;

}


.left-side-menu .layui-nav .layui-nav-item a:hover {
    background: #F98351;
    color: #fff;
}

.activeItem {
    background: #F98351;
    color: #fff;
}


.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
    background-color: #F98351;
    color: #fff;
}

.pageButton:hover {
    background: #e3e3e3;
}

.layui-two-this {
    background: #F98351;
}

.layui-three-this {
    background: #fff !important;
}

.layui-nav .layui-nav-item .layui-nav-child {
    top: 0;
}
#loading, #loading table{
  width: 100%;
}
 #loading table thead tr {
  background: #E9F0F8;
  font-size: 14px;
  text-align: center;
}
#loading table thead tr  th{
  padding: 15px 0;
}
#loading table tbody  tr{
  text-align: center;
  padding: 10px 0;
}
#loading table tbody  tr td{
  padding: 10px 0;
}
 #loading table tbody  tr:nth-of-type(2n){
   text-align: center;
   padding: 10px 0;
   background: #E3E3E3;
   
}

.layui-nav .layui-nav-item {
    position: relative;
    display: block;
    /* vertical-align:middle; */
    line-height: 44px;
    font-size: 17px !important;
}

.sTit {
    margin-top: 20px !important;

}


/* 导航下拉三角 start */
/* .layui-nav .layui-nav-more {
    width: 30px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    margin: 0;
    border: none;
} 

.layui-nav .layui-nav-more .inner-icon {
    display: inline-block;
    content: '';
    border-style: dashed dashed solid;
    border-color: transparent transparent #000;
    border-width: 7px;
    margin-top: -7px;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
    margin: 0;
    border: none;
}

.layui-nav .layui-nav-mored .inner-icon,
.layui-nav-itemed>a .layui-nav-more .inner-icon {
    display: inline-block;
    content: '';
    border-style: solid dashed dashed;
    border-color: #000 transparent transparent;
    border-width: 7px;
    margin-bottom: -7px;
} */

.moreChildFalse{
    position: relative;
    right: 2px;
    display: inline-block;
    border-style: solid dashed dashed;
    border-color: #000 transparent transparent;
    border-width: 7px;
    margin-bottom: -7px;
}
.moreChildTrue{
    position: relative;
    right: 2px;
    display: inline-block;
    border-style: solid dashed dashed;
    border-color:  transparent transparent #000;
    border-width: 7px;
    margin-bottom: -7px;
}

/* 导航下拉三角 end */

.tableList tr td{
    width: auto;
    padding: 10px 10px;
    text-align: center;
}