/* 公共部分样式 */
a:hover,
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
}
ul li a:hover {
  cursor: pointer;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* 头部样式 */
header {
  background: #2581EF;
  width: 100%;
  /* height: 68px; */
  /* line-height: 68px; */
  min-width: 1320px;
}
header .row {
  margin: 0;
  height: 100%;
}
header .row div {
  height: 100%;
}
header .row div img {
  max-width: 100%;
}
header .row .header-left li {
  display: inline-block;
  margin-right: 20px;
    vertical-align: middle;
}
header .row .header-left li:last-child {
  margin-right: 0;
}
header .row .header-left li:hover {
  cursor: pointer;
}
header .row .header-left li a {
  color: #fff;
}
header .row .header-left li.input-group {
  width: 300px;
  margin: 0 15px 0 0;
}
header .row .header-left li.input-group input {
  width: 100%;
  border-radius: 20px;
}
header .row .header-right {
  text-align: right;
  height: 100%;
}
header .row .header-right > li:hover {
  background: #1d77e4;
}
header .row .header-right li {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  margin-top: -5px;
}
    header .row .header-right .weekly {
        width: 60px;
    }
        header .row .header-right .weekly .weeklyHot {
            position: absolute;
            left: 35px;
            top: 12px;
        }
    header .row .header-right li a {
        color: #fff;
    }
header .row .header-right li .dropdown-menus {
  position: absolute;
  top: 100%;
  left: -3rem;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 14px;
  color: #212529;
  text-align: center;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header .row .header-right li.dropdown1:hover .menu1,
header .row .header-right li.dropdown2:hover .menu2,
header .row .header-right li.dropdown3:hover .menu3,
header .row .header-right li.dropdown4:hover .menu4 {
  display: block;
  height:  180px;
}
header .row .header-right li.dropdown1:hover .menu1 img,
header .row .header-right li.dropdown2:hover .menu2 img,
header .row .header-right li.dropdown3:hover .menu3 img,
header .row .header-right li.dropdown4:hover .menu4 img {
  /*max-width: 100%;*/
    width: 140px;
}
header .row .header-right li.dropdown1:hover .menu1 p,
header .row .header-right li.dropdown2:hover .menu2 p,
header .row .header-right li.dropdown3:hover .menu3 p,
header .row .header-right li.dropdown4:hover .menu4 p {
  line-height: initial;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}
header .row .header-right li.dropdown1:hover .menu1 .mc-triangle,
header .row .header-right li.dropdown2:hover .menu2 .mc-triangle,
header .row .header-right li.dropdown3:hover .menu3 .mc-triangle,
header .row .header-right li.dropdown4:hover .menu4 .mc-triangle {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -15px;
    border-width: 9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
header .row .header-right li .newIcon {
  position: relative;
  display: inline-block;
  width: 100%;
}
header .row .header-right li .newIcon span {
  position: absolute;
  right: 10px;
  top: 20px;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .row .header-right li.dropdown5 {
  width: 150px;
  color: #fff;
}
header .row .header-right li.dropdown5 label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  margin: 0 5px 0 0;
  overflow: hidden;
  vertical-align: middle;
}
header .row .header-right li.dropdown5 label img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  vertical-align: initial;
}
header .row .header-right li.dropdown5 .dropdown-toggle {
  display: inline-block;
  width: 100%;
}
header .row .header-right li.dropdown5 .menu5 {
  padding: 0;
  overflow: hidden;
}
header .row .header-right li.dropdown5 .menu5 li {
  border-bottom: 1px solid #eee;
  display: block;
  text-align: left;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}
header .row .header-right li.dropdown5 .menu5 li a {
  color: #000;
}
header .row .header-right li.dropdown5 .menu5 li:hover {
  cursor: pointer;
  background: #eeeeee;
}
header .row .header-right li.dropdown5 .menu5 li:last-child {
  border-bottom: navajowhite;
}
.member-content {
  height: calc(100% - 68px);
  /*min-height: 500px;*/
  /* 主体内容部分样式 */
}
.member-content .content-left {
  padding: 0.5rem 0.5rem 0.5rem 20px !important;
  height: 100%;
}
.member-content .content-left .left-head {
  width: 194px;
  font-size: 14px;
  margin: 10px 0 20px;
}
.member-content .content-left .left-head .p-2 {
  padding: 0 !important;
}
.member-content .content-left .left-head p {
  margin: 0;
}
.member-content .content-left .left-head .headIcon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
}
.member-content .content-left .left-head .headIcon img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.member-content .content-left .left-head .userName {
  margin-bottom: 12px;
}
.member-content .content-left .left-box {
  padding: 0;
  height: calc(100% - 84px);
  overflow: auto;
}
.member-content .content-left .left-box li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  min-height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.member-content .content-left .left-box li a {
  color: #000;
}
.member-content .content-left .left-box li p {
  margin-bottom: 0;
}
.member-content .content-left .left-box li p i {
  position: absolute;
  right: 15px;
  top: 13px;
}
.member-content .content-left .left-box li p span {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.member-content .content-left .left-box li p span img {
  vertical-align: sub;
  max-width: 100%;
}
.member-content .content-left .left-box li .menu-line {
  padding: 0;
  display: none;
}
.member-content .content-left .left-box li .menu-line li {
  font-weight: normal;
  padding-left: 25px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.member-content .content-left .left-box li .menu-line li:hover,
.member-content .content-left .left-box li .menu-line li.active {
  background: #F6F8F8;
}
.member-content .content-left .left-box li .menu-line li:hover a,
.member-content .content-left .left-box li .menu-line li.active a {
  color: #4994F2;
}
.member-content .linbar {
  width: 10px;
  height: calc(100% - 68px);
  background: #F0F3F4;
  position: absolute;
  top: 68px;
  left: 215px;
  padding: 0 !important;
}
.member-content .content-right {
  /*width: 100%;*/
}
.member-content .content-right .content-wrap {
  padding: 30px 10px 10px 10px !important;
  margin-left: 0;
  position: absolute;
  height: calc(100% - 68px);
  overflow: hidden;
  overflow-y: auto;
  width: calc(100% - 235px);
  bottom: 0;
  min-width: 1090px;
}
.member-content .content-right .content-wrap .wrap-header {
  margin-bottom: 30px;
}
.member-content .content-right .content-wrap .wrap-header h4 {
  font-weight: 600;
}
.member-content .content-right .content-wrap .wrap-header .head-dd {
  font-size: 14px;
  margin-top: 10px;
}
.member-content .content-right .content-wrap .wrap-header .head-dd a {
  color: #000;
}
.member-content .content-right .content-wrap .wrap-header .head-dd label {
  display: inline-block;
  width: 20px;
  margin-bottom: 0;
}
.member-content .content-right .content-wrap .wrap-header .head-dd label img {
  max-width: 100%;
}
.member-content .content-right .content-wrap .wrap-header .head-dd span {
  color: red;
  font-weight: 500;
}
.member-content .content-right .content-wrap .wrap-box .content-img img {
  width: 100%;
}
/* 公共样式 */
/*.caret {*/
/*  display: inline-block;*/
/*  width: 0;*/
/*  height: 0;*/
/*  margin-left: 2px;*/
/*  vertical-align: middle;*/
/*  border-top: 4px dashed;*/
/*  border-top: 4px solid\9;*/
/*  border-right: 4px solid transparent;*/
/*  border-left: 4px solid transparent;*/
/*}*/
.policy table,
.hightList table,
.table-list {
  margin-top: 50px;
}
.policy table thead,
.hightList table thead,
.table-list thead {
  background: #4cb7ef;
  color: #fff;
}
.policy table thead th,
.hightList table thead th,
.table-list thead th {
  border-bottom: none !important;
  border-top: none !important;
}
.policy table tbody,
.hightList table tbody,
.table-list tbody {
  font-size: 14px;
  color: #666;
}
    /*.policy table tbody tr:nth-child(2n),
    .hightList table tbody tr:nth-child(2n),
    .table-list tbody tr:nth-child(2n),*/
    .policy table tbody tr:hover,
    .hightList table tbody tr:hover,
    .table-list tbody tr:hover {
        background: #e8f7ff;
    }
.policy table tbody td,
.hightList table tbody td,
.table-list tbody td {
  border-top: none !important;
}
.policy table tbody td a,
.hightList table tbody td a,
.table-list tbody td a {
  color: #0c67ce;
}
.policy table tbody td a img,
.hightList table tbody td a img,
.table-list tbody td a img {
  vertical-align: baseline;
  margin-right: 5px;
}
.policy table.table-margin,
.hightList table.table-margin,
.table-list.table-margin {
  margin-top: 10px;
}
.policy table .progress,
.hightList table .progress,
.table-list .progress {
  border-radius: 20px;
}
.btn-box .btn-group:first-child {
  padding-left: 0;
}
.radios-label {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.radios-label input {
  margin-right: 3px;
  cursor: pointer;
}
.page-wrap {
  margin-top: 20px;
  font-size: 14px;
}
.page-wrap .page-info {
  font-size: 12px;
  color: #1979f2;
  margin-bottom: 0;
}
.page-wrap .page-info span {
  margin: 0 3px;
}
.page-wrap .pagination .pagination {
  margin: 0 auto;
}
.has-error .form-control {
  border-color: #a94442;
}
.help-block {
  color: #a94442;
}
.backward {
  position: relative;
}
.backward:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #e7e7e7;
  position: absolute;
  top: 10px;
  right: 0;
}
.btn.btn-warning {
  background: #ff9c00;
  color: #fff;
}
.btn.btn-warning:active,
.btn.btn-warning:focus {
  color: #fff !important;
}
.btn i {
  margin-right: 5px;
}
.check-table,
.check-table + label i {
  display: none;
}
.check-table + label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #D1C5BA;
  border-radius: 3px;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}
.check-table:checked + label i {
  display: block;
}
.check-table:checked + label i:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  border-right: 1px solid #007bff;
  border-bottom: 1px solid #007bff;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
.check-table + .th-check {
  color: #fff;
  border: 1px solid #fff;
}
.check-table:checked + .th-check i:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.table-check-label {
  cursor: pointer;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #D1C5BA;
  border-radius: 3px;
  margin-bottom: 0;
  text-align: center;
}
.table-check-label.th-check {
  border-color: #fff;
}
.table-check-label i {
  display: none;
}
.table-check-label .table-check-input {
  display: none;
}
.table-check-label .table-check-input:checked + i {
  display: inline-block;
  width: 6px;
  height: 10px;
  border-right: 1px solid #007bff;
  border-bottom: 1px solid #007bff;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
.select-wrap {
  width: 62px;
  display: inline-block;
  padding: 4px;
}
.fa-check-circle {
  color: #D2D1CF;
}
.enable {
  color: #007bff;
}
/***************加载动画*****************/
.mask-box {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 12;
}
.mask-box .canvas {
  align-items: center;
  display: flex;
  height: 10em;
  justify-content: center;
  margin: auto;
  width: 10em;
}
.mask-box .spinner6 {
  background: #2581EF;
  border-radius: 50%;
  height: 1em;
  margin: 0.1em;
  width: 1em;
}
.mask-box .p4 {
  animation: fall 1s linear 0.3s infinite;
}
.mask-box .p3 {
  animation: fall 1s linear 0.2s infinite;
}
.mask-box .p2 {
  animation: fall 1s linear 0.1s infinite;
}
.mask-box .p1 {
  animation: fall 1s linear infinite;
}
@keyframes fall {
  0% {
    transform: translateY(-15px);
  }
  25%,
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

html,body{
  height: 100%;
}
.memberIndex{
  height: 100%;
}
.fixed-table-pagination {
    padding-top: 10px !important;
}
.btn-group.btn-group-sm .btn-primary {
    color: #fff;
    background-color: #51a0fd;
    border-color: #51a0fd;
}
  
.btn-group.btn-group-sm .btn-primary:hover {
    color: #fff;
    background-color: #217fef;
    border-color: #217fef;
}
.btn-group.btn-group-sm .btn-primary:focus,.btn-group.btn-group-sm .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #a6cefd;
}

.common-box {
    width: 78%;
    height: calc(100% - 88px);
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
}
@media screen and (max-width:1366px) {
    /*.common-box {
        width: 96%;
    }*/
}