[v-cloak] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}

body {
  background: #f5f7fa;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
.container{
  width: 1180px;
  margin: 0 auto;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background-color: #f0f2f5;
}

.el-dialog {
  max-height: 800px;
  overflow: auto;
}

.el-tabs__nav-wrap {
  padding-left: 21px;
}

.el-tabs__nav-wrap::after {
  height: 1px;
}

.el-tabs__item {
  height: 58px;
  line-height: 58px;
  font-size:16px;
}
.user {
  width: 1180px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 50px;
}
.el-menu{
  border-right:0
}
.user-left {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.user-left__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEDF0;
  margin: 0 10px;
}

.user-vip {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}

.user-left__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.user-left__avatar .ks-image {
  width: 100%;
  height: 100%;
}

.user-left__name {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(47, 49, 51, 1);
  line-height: 23px;
  text-align: center;
  overflow: hidden;
  padding-top: 15px;
  cursor: pointer;
}

.user-left__name img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-bottom: -1.5px;
}

.user-left__score {
  text-align: center;
  color: #787c82;
  font-size: 14px;
  margin-top: 10px;
}

.user-left__score .el-button {
  padding: 5px 10px;
  margin-left: 15px;
}

.user-left__score span i {
  font-style: normal;
  color: #2f3133;
  margin-left: 10px;
}

.user-left__list {
  padding: 10px 0;
  background: #fff;
}

.user-left__title {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(47, 49, 51, 1);
  box-sizing: border-box;
}

.user-left__title img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: -3px;
}

.user-left__menu {
  background: #fff;
}

.user-left__menu li {
  margin: 22px 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 48px;
  cursor: pointer;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(96, 99, 103, 1);
}

.user-left__menu li:hover {
  color: #3c81f9;
}

.user-left__menu li.router-link-exact-active {
  color: #3c81f9;
  border-left: 2px solid #3c81f9;
}

.ks-mr36 {
  margin-right: 36px;
}

.ks-fr {
  float: right;
}

.ks-mt21 {
  margin-top: 21px;
}

.ks-mr21 {
  margin-right: 21px;
}

.menu-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -3px;
}

.sign-dialog-bg{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  z-index: 99999;
  /* display: none; */
}
.sign-dialog{
  position: fixed;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -300px;
  height: 600px;
  background: #fff;
  z-index: 99999;
  border-radius: 20px;
  overflow: hidden;
  /* display: none; */
}
.signin-img {
  height: 230px;
  overflow: hidden;
  background: url(images/home/signin-bg.png) no-repeat 50% 50%;
  position: relative;
}
.signin-tit {
  height: 100px;
  background: url(images/home/signin-title.png) no-repeat 50% 50%;
}
.signin-img .close {
  width: 50px;
  height: 50px;
  background: url(images/home/icon-close.png) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.el-menu-item,.el-submenu__title{
  font-size: 16px;
  padding-left:40px !important;
  line-height: 50px;
  height: 50px;
  color: #606367;
  position:relative;
}
.el-submenu__title .el-submenu__icon-arrow{
  background:url(images/home/me_nav_btn_more.png) no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  margin-top: -9px;
}
/* .el-menu-item.is-active{
  background-color: #F0F6FF;
  border-left: 2px solid #488BFF;
} */
.el-submenu .el-menu-item{
  padding-left: 60px !important;
}
.el-submenu__title *{
  z-index: 10;
}
.el-submenu__title span{
  position:relative;
  display: block;
  margin-right: 20px;
}
/* .el-submenu__title .title-bg{
  position:absolute;
  left:0;
  width:100%;
  height:50px;
  background:#F0F5FF;
  top: 0;
  z-index: 1;
  border-left:2px solid #488BFF;
} */

.menutitle-bg{
    position: absolute;
    left: -2px;
    width: calc(100% + 2px);
    height: 50px;
    background: #fff;
    top: 0;
    z-index: 1;
}
.menutitle{
  z-index:10;
  position:relative;
  color: #606367;
}
.title-bg{
  position:absolute;
  left:0;
  width:100%;
  height:50px;
  background:#F0F5FF;
  top: 0;
  z-index: 1;
  border-left:2px solid #488BFF;
}
.currfont{
  color:#3C81F9;
}