.nav-bar .links .more .more-des {
  background: #3399FFFF;
  color: #fff;
}

.nav-bar .links .more .more-des a {
  color: #fff;
}

.user-links {
  background: #fff;
}

.nav-bar .search-reg .search {
  border: 1px solid #333;
}

.nav-bar .search-reg .search input {
  color: #333;
}

.footer {
  height: auto;
}

.user-info {
  height: 180px;
  background: url('../img/user/user_bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}

.user-info .content {
  display: flex;
  align-items: center;
  height: 180px;
}

.user-info .portrait {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.user-info .info-box {
  margin-left: 30px;
  flex: 1;
  height: 100px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.user-info .portrait img {
  height: 100%;
}

.user-info .info-box .info-item {
  display: flex;
  justify-content: space-between;
}

.user-info .info-box .info-item .info {
  display: flex;
  align-items: flex-end;
}

.user-info .info-box .info-item .info span {
  margin-left: 15px;
  font-size: 14px;
}

.user-info .info-box .info-item .info span a {
  color: #fff;
  font-size: 12px;
}

.user-info .info-box .info-item .info span:first-child {
  margin: 0;
  font-size: 24px;
}

.user-info .info-box .info-item .info span:last-child {
  display: inline-block;
  width: 75px;
  border: 1px solid rgba(237, 237, 237, 1);
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
}

.user-info .info-item .logout i {
  font-size: 14px;
}

.user-info .info-item .logout a {
  color: #fff;
}

.user-center {
  margin-top: 20px;
  display: flex;
}

.user-center .aside {
  width: 180px;
  margin-bottom: 20px;
}

.user-center .aside ul li {
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.user-center .aside ul li:last-child {
  border: 0;
}

.user-center .aside ul li h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.show-item {
  color: #2E96F7 !important;
}

.show-item a {
  color: #2E96F7 !important;
}

.user-center .aside ul li p {
  margin-top: 20px;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
}

.user-center .aside ul li p a {
  color: #666;
  margin-left: 10px;
}

.user-center .show-user-item {
  margin: 20px 0 0 30px;
  flex: 1;
}

.show-user-item .tit {
  height: 40px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  position: relative;
}

.show-user-item .select-class ul {
  margin-top: 30px;
  display: flex;
}

.show-user-item .select-class ul li {
  margin: 0px 5px;
}

.show-user-item .select-class ul li a {
  height: 25px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 2px;
  line-height: 25px;
  color: #333;
  padding: 0 10px;
  transition: all 0.3s ease;
}

.show-user-item .select-class ul li a:hover {
  background: #2E96F7;
  border: 1px solid #2E96F7;
  color: #fff;
}

.actived-bg {
  background: #2E96F7;
  border: 1px solid #2E96F7;
  color: #fff;
}


.show-user-item .tit h2 {
  font-size: 18px;
  font-weight: normal;
}


.class-play .class-list {
  display: flex;
  flex-flow: wrap;
  padding: 30px 0 60px 0;
}

.class-play .class-list li {
  margin-top: 38px;
  width: 330px;
  padding: 0 10px;
  box-sizing: border-box;
}

.class-play .item-box {
  display: block;
  padding: 30px 10px;
  box-sizing: border-box;
  transition: all .3s ease;
  color: #666;
  border: 1px solid rgba(230, 230, 230, 1);
}

.class-play .item-box:hover {
  box-shadow: 0 0 20px 5px #ccc;
  border-color: rgba(46, 150, 247, 1);
}

.class-play .item-box .item-des {
  margin: 20px 0 30px 0;
  display: flex;
}

.class-play .item-box h3 {
  font-size: 18px;
  color: #333;
  margin-left: 60px;
}

.class-play .item-box .item-des .img {
  width: 40px;
  height: 40px;
}

.class-play .item-box>p {
  display: flex;
  justify-content: space-between;
}

.class-play .item-box .item-des p {
  margin-left: 20px;
  flex: 1;
  overflow: hidden;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}