.welcome-text {
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff; }

.header-search {
  margin-left: 30px; }
  .header-search form {
    width: 400px;
    display: flex;
    position: relative; }
  .header-search .search-input {
    width: 400px;
    height: 46px;
    padding: 0 10px;
    color: #999;
    font-size-adjust: none;
    overflow: hidden;
    border: none;
    outline: none;
    background: #eef3fa;
    border-radius: 5px; }
  .header-search .search-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background: #d13118;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }

.login-btn {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  border: 0;
  background: linear-gradient(-125deg, #d13118 0, #e84329 100%);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  color: #fff; }

.link-home {
  display: block;
  width: 168px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #006eff, #13adff); }

.site-logo .logo {
  display: block; }

.nav-ul .nav-li {
  display: inline-block; }
  .nav-ul .nav-li a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .nav-ul .nav-li a:link, .nav-ul .nav-li a:visited, .nav-ul .nav-li a:active {
      color: #abacad;
      text-decoration: none; }
    .nav-ul .nav-li a:hover {
      color: #abacad;
      text-decoration: none; }
  .nav-ul .nav-li.active a {
    background: #d13118; }
    .nav-ul .nav-li.active a:link, .nav-ul .nav-li.active a:visited, .nav-ul .nav-li.active a:active {
      color: #fff;
      text-decoration: none; }
    .nav-ul .nav-li.active a:hover {
      color: #fff;
      text-decoration: none; }

.login-box * {
  box-sizing: border-box; }
.login-box .error-tips {
  position: relative;
  top: -3px;
  width: 100%;
  line-height: 30px;
  height: 30px;
  color: #fd4135;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s; }
  .login-box .error-tips.show {
    opacity: 1; }
.login-box input[type=password],
.login-box input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 2px; }
.login-box button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  border: none;
  background-color: #1881ec;
  border-radius: 2px;
  cursor: pointer; }

.site-header .header-user {
  position: relative;
  margin-right: 10px; }
  .site-header .header-user:hover .user-card {
    visibility: visible; }
  .site-header .header-user .user-link {
    margin: 0 20px; }
    .site-header .header-user .user-link img {
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border-color: #4d5559;
      margin-top: -5px; }
.site-header .user-card {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  padding-top: 10px;
  visibility: hidden;
  z-index: 1000; }
  .site-header .user-card .card-inner {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .site-header .user-card .card-top {
    padding-left: 100px;
    height: 100px;
    background: url(../images/user_card_top.png) center 0 no-repeat #f34131;
    color: #fff;
    position: relative; }
    .site-header .user-card .card-top img {
      float: left;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin: 20px 0 0 -82px; }
    .site-header .user-card .card-top .name {
      display: inline-block;
      padding-top: 30px;
      font-size: 16px;
      width: 97%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .site-header .user-card .card-top a {
      color: #fff; }
    .site-header .user-card .card-top .setup {
      position: absolute;
      right: 20px;
      top: 33px;
      opacity: .6;
      font-size: 16px; }
      .site-header .user-card .card-top .setup:hover {
        opacity: 1; }
    .site-header .user-card .card-top .meta {
      font-size: 12px;
      font-weight: 700;
      padding-top: 15px; }
      .site-header .user-card .card-top .meta a {
        margin-right: 12px;
        color: #dadbdb; }
      .site-header .user-card .card-top .meta b {
        margin-left: 2px; }
  .site-header .user-card .card-links {
    position: relative;
    height: 60px;
    line-height: 60px; }
    .site-header .user-card .card-links .split {
      left: 150px;
      top: 0;
      margin-top: 15px;
      width: 1px;
      height: 30px;
      background-color: #edf1f2; }
    .site-header .user-card .card-links a {
      left: 20px;
      top: 0;
      font-weight: 700; }
    .site-header .user-card .card-links .my-sns {
      left: 172px; }
  .site-header .user-card .card-history {
    height: 70px; }
    .site-header .user-card .card-history .history-item {
      display: block;
      position: relative;
      padding: 18px 74px 14px 46px;
      font-size: 12px;
      color: #787d82;
      transition: background-color .2s; }
      .site-header .user-card .card-history .history-item .tit {
        display: block;
        margin-bottom: 4px;
        font-weight: 700; }
      .site-header .user-card .card-history .history-item .media-name {
        display: block; }
      .site-header .user-card .card-history .history-item .icon-clock {
        position: absolute;
        left: 20px;
        top: 22px; }
      .site-header .user-card .card-history .history-item .continue {
        position: absolute;
        right: 20px;
        top: 18px;
        color: #f01400; }
        .site-header .user-card .card-history .history-item .continue:hover {
          color: #d81200; }
  .site-header .user-card .card-sets {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; }
    .site-header .user-card .card-sets a {
      color: #787d82; }
      .site-header .user-card .card-sets a:hover {
        color: #f01400;
        background: 0 0; }
    .site-header .user-card .card-sets .mr30 {
      margin-right: 30px; }
  .site-header .user-card .card-arr {
    position: absolute;
    right: 23px;
    top: 2px;
    border-width: 0 7px 8px;
    border-color: transparent transparent #f01400;
    border-style: solid; }
  .site-header .user-card .user-center-box {
    margin-top: 16px;
    margin-bottom: 14px;
    padding: 0 25px;
    text-align: center; }
    .site-header .user-card .user-center-box ul li {
      position: relative;
      width: 122px;
      height: 36px;
      background: #f8fafc;
      border-radius: 2px;
      line-height: 36px;
      color: #4d555d;
      font-size: 12px;
      margin-right: 2px;
      margin-bottom: 2px;
      box-sizing: border-box;
      float: left;
      margin-left: 0; }
      .site-header .user-card .user-center-box ul li a {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding-left: 12px;
        text-align: left;
        box-sizing: border-box; }
        .site-header .user-card .user-center-box ul li a:link, .site-header .user-card .user-center-box ul li a:visited, .site-header .user-card .user-center-box ul li a:active {
          color: #333;
          text-decoration: none; }
        .site-header .user-card .user-center-box ul li a:hover {
          color: #2f49fd;
          text-decoration: none; }
      .site-header .user-card .user-center-box ul li .user-center-icon {
        position: relative;
        top: 3px;
        font-size: 16px;
        margin-right: 8px;
        font-weight: 700; }

/*# sourceMappingURL=global.css.map */
