.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
  content: "";
  display: table;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pt-head {
  height: 48px;
  width: 100%;
  background-color: #2d353c;
  font-size: 1.6rem;
  line-height: 48px;
  text-align: center;
  color: #FFF;
}
.pt-head a {
  color: #FFF;
}
.pt-head .pt-a {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 46px;
}
.pt-head .pt-a i {
  vertical-align: middle;
}
.pt-head .pt-nav {
  right: 0;
}

/* search */
.pt-cont-quicksearch {
  width: 100% !important;
  background-color: #FFF;
  padding: 3rem 2rem 1rem;
  line-height: 4rem;
  text-align: center;
  left: 0;
  top: 0;
}
.pt-cont-quicksearch .pt-hot-search {
  padding-top: 1rem;
}
.pt-cont-quicksearch .pt-hot-search .pt-link {
  width: 33.33333333%;
  float: left;
}
.pt-cont-quicksearch .pt-hot-search a {
  color: #333;
  display: block;
  height: 48px;
  overflow: hidden;
}

.pt-search-cont {
  width: 100%;
  position: relative;
}
.pt-search-cont input {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #eee;
  height: 5rem;
  padding: 0 7rem 0 1.6rem;
  width: 100%;
  outline: none;
}
.pt-search-cont .pt-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 5rem;
  padding-top: 1.2rem;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #40C46F;
}
.pt-search-cont .pt-search-btn:active {
  background-color: #51d580;
}

/* iconhead */
.iconhead {
  background: url(/images/plugin/head/sprite.png) no-repeat;
  background-size: 30px auto;
  display: inline-block;
}

.iconhead-user {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
   background-position: center center;
}
.iconhead-user.user-login {
      border: 1px solid #969a9e;
}
.iconhead-user.user-login.mark {
  position: relative
}
.iconhead-user.user-login.mark:after {
  content: '';
  background-color: #fd340c;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -1px;
}

.iconhead-user.user-unlogin{
  background: url(https://n1image.hjfile.cn/mh/2016/07/11/0e449438980248ff76834478a481c6eb.jpg) no-repeat;
  background-size: 30px auto;
}

.iconhead-home {
  background-position: 0 -273px;
  height: 25px;
  width: 25px;
}

.iconhead-back {
  background-position: 0 -373px;
  height: 25px;
  width: 25px;
}

.iconhead-search {
  background-position: 0 -473px;
  height: 25px;
  width: 25px;
}

.iconhead-find {
  background-position: 0 -323px;
  height: 25px;
  width: 25px;
}

.iconhead-st {
  background-position: 0 -523px;
  height: 25px;
  width: 25px;
}

.iconhead-share {
  background-position: 0 -100px;
  height: 23px;
  width: 18px;
}

.iconhead-nav {
  background-position: 0 -298px;
  height: 25px;
  width: 25px;
}

.iconhead-en {
  background-position: 0 -123px;
  height: 25px;
  width: 30px;
}

.iconhead-jp {
  background-position: 0 -198px;
  height: 25px;
  width: 30px;
}

.iconhead-kr {
  background-position: 0 -173px;
  height: 25px;
  width: 30px;
}

.iconhead-fr {
  background-position: 0 -148px;
  height: 25px;
  width: 30px;
}

.iconhead-th {
  background-position: 0 -575px;
  height: 25px;
  width: 30px;
}

.iconhead-hj {
  background-position: 0 -248px;
  height: 25px;
  width: 25px;
}

.iconhead-cs {
  background-position: 0 -448px;
  height: 25px;
  width: 25px;
}

.iconhead-ct {
  background-position: 0 -423px;
  height: 25px;
  width: 25px;
}

.iconhead-mb {
  background-position: 0 -496px;
  height: 25px;
  width: 25px;
}

.pt-cont-sidenav {
  width: 80% !important;
  height: 100%;
  background-color: #2d353c;
  margin-left: 20%;
  text-align: center;
  right: 0;
  top: 0;
}

.pt-panel-1 {
  padding: 16px;
  color: #929699;
  background: url(data:image/gif;base64,R0lGODlhAQACAIAAAC01PDlBRyH5BAAAAAAALAAAAAABAAIAAAICDAoAOw==) center bottom repeat-x;
  background-size: 1px 1px;
  margin-bottom: 16px;
}

.pt-panel-2 {
  padding: 0 16px;
}

.pt-panel-down {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.pt-panel-down .cf {
  background: url(data:image/gif;base64,R0lGODlhAQACAIAAAC01PDlBRyH5BAAAAAAALAAAAAABAAIAAAICDAoAOw==) center top repeat-x;
  background-size: 1px 1px;
}
.pt-panel-down .pt-panel-a {
  width: 25%;
  float: left;
}
.pt-panel-down .pt-panel-a a {
  padding: 8px 0;
  display: block;
}
.pt-panel-down .pt-panel-a a:active {
  background-color: #3F4850;
}
.pt-panel-down span {
  display: block;
  color: #929699;
  font-size: 1.2rem;
}

.pt-left-nav li {
  height: 48px;
  line-height: 48px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.pt-left-nav a {
  display: block;
}

.pt-left-nav span {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 40px;
}

.pt-left-nav .pt-icon {
  width: 40px;
  height: 40px;
  background-color: #3F4850;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 16px;
  line-height: 38px;
}

.pt-left-nav .pt-icon i {
  vertical-align: middle;
}

.pt-left-nav .on {
  background-color: #40C46F;
}

.pt-copy {
  font-size: 1rem;
  padding: 8px 0;
  color: #717477;
}
.pt-copy a {
  color: #717477;
}

/*个人中心css*/
ul {
  list-style: none; }

.user-center-sidenav {
  width: 80% !important;
  height: 100%;
  background-color: #394148;
  text-align: center;
  left: 0;
  top: 0; }
  .user-center-sidenav .uc-header {
    padding: 15px 20px;
    background-color: #333b42; }
    .user-center-sidenav .uc-header .uc-head {
      position: relative; }
      .user-center-sidenav .uc-header .uc-head .head-info {
        position: absolute;
        top: 0;
        left: 100px;
        color: white;
        height: 75px;
        text-align: left; }
        .user-center-sidenav .uc-header .uc-head .head-info .name {
          font-size: 2rem; 
          white-space: nowrap;
          width: 150px;
          overflow: hidden;}
        .user-center-sidenav .uc-header .uc-head .head-info .btn-sign {
          display: block;
          text-align: center;
          text-decoration: none;
          -webkit-appearance: none;
          background-color: #49b849;
          width: 70px;
          height: 25px;
          color: white;
          font-size: 1.3rem;
          line-height: 25px;
          margin-top: 10px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
        .user-center-sidenav .uc-header .uc-head .head-info .has-sign {
          font-size: 1.5rem;
          color: #6e7276;
          /*margin-top: 18px;*/
          position: relative;
          padding-left: 20px; }
          .user-center-sidenav .uc-header .uc-head .head-info .has-sign .day {
            color: #aeb0b2; }
        .user-center-sidenav .uc-header .uc-head .head-info .has-sign:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          width: 15px;
          height: 15px;
          background: url(/images/plugin/head/icon_sign.png) no-repeat;
          background-position: top center;
          background-size: 15px auto; }
      .user-center-sidenav .uc-header .uc-head .head-wrap-default {
        width: 75px;
        height: 75px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .user-center-sidenav .uc-header .uc-head .head-wrap-default img {
          width: 100%; }
      .user-center-sidenav .uc-header .uc-head .head-wrap {
        width: 75px;
        height: 75px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #484f55;
        padding: 3px; }
        .user-center-sidenav .uc-header .uc-head .head-wrap .img-wrap {
          width: 100%;
          height: 100%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
    .user-center-sidenav .uc-header .uc-info {
      margin-top: 15px;
      white-space: nowrap; }
      .user-center-sidenav .uc-header .uc-info .uc-info-item {
        display: inline-block;
        width: 33%; }
        .user-center-sidenav .uc-header .uc-info .uc-info-item .i-name {
          font-size: 1.5rem;
          color: #6e7276;
          margin-bottom: 6px; }
        .user-center-sidenav .uc-header .uc-info .uc-info-item .i-value {
          font-size: 2.5rem;
          color: #49b849; }
        .user-center-sidenav .uc-header .uc-info .uc-info-item .i-age-unit {
          font-size: 1.3rem;
          margin-left: 2px; }
        .user-center-sidenav .uc-header .uc-info .uc-info-item .i-age-unit.hide {
          display: none; }
        .user-center-sidenav .uc-header .uc-info .uc-info-item .i-age-unit.show {
          display: inline-block; }
      .user-center-sidenav .uc-header .uc-info .uc-info-item:last-child {
        margin-right: 0; }
  .user-center-sidenav .uc-main .uc-btns {
    padding: 40px 25px; }
  .user-center-sidenav .uc-main .btn {
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    color: white;
    font-size: 1.6rem;
    line-height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .user-center-sidenav .uc-main .btn-login {
    background-color: #49b849;
    margin-bottom: 15px; }
  .user-center-sidenav .uc-main .btn-regist {
    background-color: #2b3035; }
  .user-center-sidenav .uc-main .uc-desc {
    /*padding: 0 45px;*/
    color: #afb1b3;
    font-size: 1.3rem;
    text-align: center; }
    .user-center-sidenav .uc-main .uc-desc ul {
      display: inline-block;
    }
    .user-center-sidenav .uc-main .uc-desc .desc-item {
      margin-bottom: 18px;
      padding-left: 25px;
      position: relative; 
      height: 20px;
      line-height: 20px;}
    .user-center-sidenav .uc-main .uc-desc .desc-item:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      background: url(/images/plugin/head/icon_item.png) no-repeat;
      background-position: top center;
      background-size: 100% auto; }
  .user-center-sidenav .uc-task-wrap {
    padding: 0 20px;
    color: #c0c2c3!important;
    position: relative; }
    .user-center-sidenav .uc-task-wrap .text-memo-color {
      color: #888b8e; }
    .user-center-sidenav .uc-task-wrap .task-desc {
      font-size: 1.1rem;
      float: right;
      line-height: 57px;
      padding-right: 20px; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item {
      display: block;
      height: 56px;
      line-height: 56px;
      text-align: left;
      padding-left: 28px;
      position: relative;
      font-size: 1.7rem; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item.border-btm {
      border-bottom: 1px solid #343B42; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      top: 18px;
      left: 0; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item:after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: 20px;
      right: 0; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item.mu-order:before {
      background: url(/images/plugin/head/order.png) no-repeat;
      background-position: center center;
      background-size: 17px auto; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item.mu-task:before {
      background: url(/images/plugin/head/task.png) no-repeat;
      background-position: center center;
      background-size: 17px auto; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item.mu-order:after {
      background: url(/images/plugin/head/enter.png) no-repeat;
      background-position: center center;
      background-size: 15px auto; }
    .user-center-sidenav .uc-task-wrap .uc-mu-item.mu-task:after {
      background: url(/images/plugin/head/help.png) no-repeat;
      background-position: center center;
      background-size: 15px auto; }
    .user-center-sidenav .uc-task-wrap .uc-task-list {
      background-color: #333b42;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      padding: 15px 10px; }
      .user-center-sidenav .uc-task-wrap .uc-task-list .task-item {
        margin-bottom: 22px; }
        .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap {
          position: relative; }
          .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-img {
            width: 35px;
            height: 35px;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-img .img-wrap {
              width: 100%;
              height: 100%;
              -webkit-border-radius: 50%;
              border-radius: 50%; }
          .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-info {
            position: absolute;
            top: 0;
            left: 40px;
            color: white;
            height: 100%;
            text-align: left; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-info .name {
              font-size: 1.5rem;
              color: #c0c2c3; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-info .desc {
              font-size: 1.1rem;
              color: #72777a;
              margin-top: 1px; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-info .gift-text {
              font-size: 1.1rem;
              color: #49b849; }
          .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-btn {
            position: absolute;
            right: 0;
            top: 5px; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-btn .btn-get {
              display: block;
              text-decoration: none;
              -webkit-appearance: none;
              background-color: #49b849;
              width: 60px;
              height: 25px;
              line-height: 25px;
              color: white;
              font-size: 1.3rem;
              -webkit-border-radius: 25px;
              border-radius: 25px; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-btn .btn-get.complete {
              background-color: transparent;
              color: #72777a;
              position: relative; }
            .user-center-sidenav .uc-task-wrap .uc-task-list .task-item .task-item-wrap .task-item-btn .btn-get.complete:before {
              content: '';
              position: absolute;
              width: 12px;
              height: 12px;
              top: 6px;
              left: 2px;
              background: url(/images/plugin/head/right.png) no-repeat;
              background-position: top center;
              background-size: 12px auto; }
      .user-center-sidenav .uc-task-wrap .uc-task-list .task-item:last-child {
        margin-bottom: 0px; }
  .user-center-sidenav .uc-task-wrap.task-list:before {
    content: '';
    border-bottom: 5px solid #333b42;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: -10px;
    left: 77px; }
  .user-center-sidenav .uc-footer {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.5rem;
    width: 100%;
    box-sizing: border-box; }
    .user-center-sidenav .uc-footer .uc-footer-wrap {
      position: relative;
      text-align: left; 
      line-height: 20px;
      height: 20px;}
      .user-center-sidenav .uc-footer .uc-footer-wrap a {
        text-decoration: none;
        -webkit-appearance: none;
        color: #888b8e; }
      .user-center-sidenav .uc-footer .uc-footer-wrap .uc-set {
        padding-left: 21px; }
      .user-center-sidenav .uc-footer .uc-footer-wrap .uc-set:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        background: url(/images/plugin/head/set.png) no-repeat;
        background-position: top center;
        background-size: 18px auto; }
      .user-center-sidenav .uc-footer .uc-footer-wrap .uc-logout {
        position: absolute;
        right: 0; }

.user-center-sidenav.site-nav {
  margin-left: 20%;
  color: #9ca0a4; }
  .user-center-sidenav.site-nav a {
    text-decoration: none;
    color: #9ca0a4;
    -webkit-appearance: none; }
  .user-center-sidenav.site-nav .sn-header {
    padding: 20px;
    font-size: 1.4rem; }
    .user-center-sidenav.site-nav .sn-header .sn-header-wrap {
      /*border-bottom: 1px solid #2b3238;*/
      position: relative;
      padding-bottom: 20px; }
      .user-center-sidenav.site-nav .sn-header .sn-header-wrap:after, 
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap:first-child:after{
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          border-bottom: 1px solid #2b3238;
          width: 100%;
          transform: scaleY(0.5);
      }

      .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-title {
        margin-bottom: 25px;
        font-size: 2.3rem;
        color: white; }
      .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu {
        overflow: hidden;
        white-space: nowrap; }
        .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item {
          display: inline-block;
          width: 33%;
          position: relative;}
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item:first-child {
            text-align: left;
          }
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item:last-child {
            text-align: right;
          }
           .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item .sn-mu-item-wrap {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
           }
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item p {
            white-space: nowrap; }
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item .mu-icon {
            width: 55px;
            height: 55px;
            margin-bottom: 7px;
            display: inline-block;
            background: url(/images/plugin/head/site_sprite.png) no-repeat;
            -webkit-background-size: 55px auto;
            background-size: 55px auto; }
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item .mu-icon.icon-home {
            background-position: 0 -273px; }
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item .mu-icon.icon-find {
            background-position: 0 -216px; }
          .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item .mu-icon.icon-search {
            background-position: 0 -330px; }
        .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-menu .sn-mu-item:last-child {
          margin-right: 0; }
  .user-center-sidenav.site-nav .sn-chanel {
    padding: 0 20px 20px 20px;
    font-size: 1.4rem; }
    .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap {
      /*border-bottom: 1px solid #2b3238;*/
      position: relative;
      padding-bottom: 20px;
      text-align: left; }
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item {
        margin-bottom: 30px;
        position: relative; 
        height: 20px;
        line-height: 20px;}
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p {
          padding-left: 25px; 
          float: none;}
          .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p a{
          display: inline-block;
          width: 100%;
         }
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p:before {
          content: '';
          width: 16px;
          height: 16px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url(/images/plugin/head/site_sprite.png) no-repeat;
          background-size: 51px auto; }
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p.jp:before {
          background-position: 0 -153px; }
          .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p.en:before {
          top: 1px;  
          background-position: 0 -358px; }
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p.kr:before {
          background-position: 0 -185px; }
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p.fr:before {
          background-position: 0 -169px; }
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p.other:before {
          background-position: 0 -137px; }
        .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item p.down:before {
          top: 1px;
          background-position: 0 -121px; }
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item:last-child {
        margin-bottom: 0; }
    .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap.other-chanel {
      border-bottom: 0; }
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap.other-chanel .sn-chanel-item {
        margin-top: 20px; }
  .user-center-sidenav.site-nav .sn-footer {
    /*padding: 15px;*/
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.3rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #333b42; }
    .user-center-sidenav.site-nav .sn-footer .footer-menu {
      overflow: hidden;
      white-space: nowrap;
      color: #5c6268;
      margin-bottom: 0; }
      .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item {
        display: inline-block;
        width: 25%; 
        position: relative;}
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .foot-mu-item-wrap{
          /*position: absolute;
          top: 0;
          left: 0;*/
          color: #5c6268!important;
          display: inline-block;
          padding: 15px 0;
          width: 100%;
          height: 100%;
        }
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .foot-mu-item-wrap:active{
              background-color: #394148; 
        }
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .mu-icon {
          width: 33px;
          height: 34px;
          margin-bottom: 10px;
          display: inline-block;
          background: url(/images/plugin/head/site_sprite.png) no-repeat;
          -webkit-background-size: 60px auto;
          background-size: 60px auto; }
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .mu-icon.sy {
          background-position: 0 -35px; }
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .mu-icon.wx {
          background-position: 0 0; }
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .mu-icon.cc {
          background-position: 0 -71px; }
        .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .mu-icon.st {
          background-position: 0 -107px; }
      .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item:last-child {
        margin-right: 0; }

.uc-task-wrap.task-list {
  padding: 0 10px; }

@media (max-width: 321px) {
  .uc-task-list .task-item .task-item-info .desc, .uc-task-list .task-item .task-item-info .gift-text {
    display: none; }

  .uc-task-list .task-item .task-item-wrap .task-item-info {
    /*top: 8px !important; */
    }

  .user-center-sidenav .uc-main .uc-desc {
    padding: 0 33px; }


    }
@media (max-height: 481px) {
  /*.user-center-sidenav .uc-footer, .user-center-sidenav.site-nav .sn-footer {
    position: static; } */

    .user-center-sidenav.has-login {
      overflow-y: scroll;
      overflow-x: hidden; }

    .user-center-sidenav.site-nav {
      overflow-y: scroll;
      overflow-x: hidden; }
      .user-center-sidenav.site-nav .sn-header {
        padding: 10px 15px;
      }
      .user-center-sidenav.site-nav .sn-header .sn-header-wrap {
        padding-bottom: 10px;
      }
      .user-center-sidenav.site-nav .sn-footer {
        /*padding: 10px;*/
      }
      .user-center-sidenav .uc-task-wrap .task-desc {
        line-height: inherit;
      }
      .user-center-sidenav.site-nav .sn-footer .footer-menu .foot-mu-item .foot-mu-item-wrap {
        padding: 10px 0;
        }
      .user-center-sidenav.site-nav .sn-chanel {
        padding-bottom: 10px;
      }
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap {
        padding-bottom: 10px;
      }
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item {
        margin-bottom: 17px;
      }
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap.other-chanel .sn-chanel-item {
        margin-top: 10px;
      }
      .user-center-sidenav.site-nav .sn-header .sn-header-wrap .head-title {
        margin-bottom: 20px;
      }
      .user-center-sidenav .uc-header {
        padding: 10px 15px 7px 15px;
      }
      .user-center-sidenav .uc-header .uc-info {
        margin-top: 10px;
      }


      .user-center-sidenav .uc-task-wrap {
        padding: 0 15px;
      }
      .user-center-sidenav .uc-task-wrap .uc-mu-item {
        height: 46px;
        line-height: 46px;
      }
      .user-center-sidenav .uc-task-wrap .uc-mu-item:before {
        top: 13px;
      }
      .user-center-sidenav .uc-task-wrap .uc-mu-item:after {
        top: 15px;
      }

      .user-center-sidenav .uc-task-wrap .uc-task-list {
        padding: 10px 10px;
      }
      .user-center-sidenav .uc-task-wrap .uc-task-list .task-item {
        margin-bottom: 12px;
      }

      .user-center-sidenav .uc-footer {
        padding: 15px;
      }

    }

    @media (min-height: 481px) and (max-height: 569px) {
      .user-center-sidenav.site-nav .sn-chanel .sn-chanel-wrap .sn-chanel-item {
        margin-bottom: 15px;
      }

    }

.user-center-sidenav.has-login .subscribe {
  display: inline-block;
  position: absolute;
}
.user-center-sidenav.has-login .subscribe.mark:after{
    content: '';
    background-color: #fd340c;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -10px;
}    
.user-center-sidenav.has-login .link-user-info {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.pt-head .uc-process-bar {
    position: absolute;
    background-color: #4db64f;
    top: 57px;
    left: 50%;
    height: 30px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 7px;
    font-size: 1.3rem;
    width: 90%;
    margin-left: -45%;
}
.pt-head .uc-process-bar.show {
    visibility: visible;
    animation: tip-fade-out 1s ;
    -webkit-animation: tip-fade-out 1s ;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.pt-head .uc-process-bar.hide {
    visibility: hidden;
}
.pt-head .uc-process-bar .close-btn {
    float: right;
    display: inline-block;
    width: 20px;
}
.pt-head .uc-process-bar:before{
    content: '';
    border-bottom: 5px solid #4db64f;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: -10px;
    left: 49px;
}

.user-center-sidenav .gift-text.show {
    /*visibility: visible;*/
    display: inline-block;
}
.user-center-sidenav .gift-text.hide {
    /*visibility: hidden;*/
    display: none;
}
.uc-head-left {
  left: 48px;  
}

@keyframes tip-fade-out
{
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@-webkit-keyframes tip-fade-out 
{
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.user-center-sidenav #check-in-content {
  position: relative;
  margin-top: 18px;
  height: 25px;
  line-height: 25px;
}
.user-center-sidenav #check-in-content .money-add{
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0;
    /*-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;*/
}
.user-center-sidenav #check-in-content .money-add.show{
  /*opacity: 1;
  top: -25px;*/
  -webkit-animation: money-fade-out .8s forwards;
  animation: money-fade-out .8s forwards;
}
.user-center-sidenav #check-in-content .money-add.hide{
  visibility: hidden;
}

@keyframes money-fade-out
{
  0% {opacity: 0;top: -10px;}
  100% {opacity: 1;top: -30px;}
}

@-webkit-keyframes money-fade-out 
{
  0% {opacity: 0;top: -10px;}
  100% {opacity: 1;top: -30px;}
}

.flex-box-v {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}