#myaccount_index {
  padding-bottom: 60px;
}

/* 左侧导航 */
#myaccount_sideBar {
  width: 210px;
  height: 800px;
}

/* 导航选中时 */
#myaccount_sideBar ul li.active {
  background-color: #f6f8fc;
}

#myaccount_sideBar ul li.active a {
  color: var(--main-color);
}

#myaccount_sideBar ul li a .iconfont-ut {
  font-size: 22px;
}

#myaccount_sideBar ul li.active span {
  display: block;
}

#myaccount_sideBar ul li>span {
  display: none;
  width: 2px;
  height: 40px;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
}

/* 导航选中时结束 */

/* 右侧面板 */
#myaccount_index .content .right {
  width: 1074px;
  min-height: 800px;
}

/* 页面加载loading */
.v_page_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

/* 无数据时 */
.v_page_loading>img {
  width: 240px;
  margin-bottom: 16px;
}

.v_page_loading>p {
  text-align: center;
  font-size: 14px;
  color: var(--color3);
}

/* 无数据时 */

.v_page_loading .container {
  position: relative;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.0666667));
}

.v_page_loading .container .loader {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-bottom: 8px solid var(--main-color);
  border-right: 8px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: animate-data-v-1128c9ba 4s ease-in-out infinite;
  animation: animate-data-v-1128c9ba 4s ease-in-out infinite;
}

.v_page_loading .container .loader .ball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: animateBall-data-v-1128c9ba 4s ease-in-out infinite;
  animation: animateBall-data-v-1128c9ba 4s ease-in-out infinite;
}

.v_page_loading .container .loader .ball:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 8px;
  width: 17px;
  height: 17px;
  background: var(--warning-color);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@keyframes animate-data-v-1128c9ba {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animateBall-data-v-1128c9ba {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* 页面加载loading结束 */


/* 分页器 */
.paging__container {
  padding: 17px 0 60px;
  text-align: center;
}



.layui-laypage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 0
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
  border-radius: 2px 0 0 2px
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
  border-radius: 0 2px 2px 0
}

.layui-laypage>:first-child {
  margin-left: 0 !important
}

.layui-laypage>:last-child {
  margin-right: 0 !important
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: 1px solid #e2e2e2
}

.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px
}

.layui-flow-more a *,
.layui-laypage input,
.layui-table-view select[lay-ignore] {
  display: inline-block
}

.layui-laypage a:hover {
  color: #0066ff
}

.layui-laypage em {
  font-style: normal
}

.layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700
}

.layui-laypage a {
  text-decoration: none
}

.layui-laypage .layui-laypage-curr {
  position: relative
}

.layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #0066ff
}

.layui-laypage-em {
  border-radius: 2px
}

.layui-laypage-next em,
.layui-laypage-prev em {
  font-family: Sim sun;
  font-size: 16px
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
  vertical-align: top
}

.layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer
}

.layui-laypage select {
  height: 22px;
  padding: 3px;
  border-radius: 2px;
  cursor: pointer
}

.layui-laypage .layui-laypage-skip {
  height: 30px;
  line-height: 30px;
  color: #999
}

.layui-laypage button,
.layui-laypage input {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box
}

.layui-laypage input {
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center
}

.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #0066ff !important
}

.layui-laypage button {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer
}

.layui-box,
.layui-box * {
  box-sizing: content-box;
}

.layui-disabled,
.layui-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}




/* 重置layui原始样式 */
.paging__container .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--main-color) !important;
}

.paging__container .layui-laypage a:hover {
  color: var(--main-color);
}

.paging__container .layui-laypage a.layui-disabled {
  margin: 0 6px;
  background-color: transparent !important;
}

.paging__container .layui-laypage a {
  margin: 0 6px;
  background-color: #fff !important;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0 5px !important;
}

.paging__container a {
  margin-left: 5px;
  margin-right: 5px;
}

.paging__container span {
  margin-left: 5px;
  margin-right: 5px;
}

.layui-laypage-count,
.layui-laypage-skip {
  background: transparent !important;
}

.layui-laypage button {
  background: var(--main-color) !important;
  color: #fff !important;
  border-radius: 5px !important;
}


.layui-laypage input:focus {
  border-color: var(--main-color) !important;
}

/* 重置layui原始样式 */


/* 小屏时 */
@media screen and (max-width: 1024px) {
  .layui-laypage {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    margin-bottom: 30px;
  }

  .paging__container .layui-laypage a {
    height: 28px;
    line-height: 28px;
  }
}