@charset "UTF-8";
[v-cloak] {
  display: none; }

#app {
  font-size: 0; }
  #app .kv-box {
    width: 100%;
    height: 9rem;
    background: url(../images/kv-pc.jpg) 0 0 no-repeat;
    background-size: cover; }
  #app .block {
    height: 2.73rem;
    box-sizing: border-box;
    padding-top: 1.1rem;
    background: #ffffff; }
  #app .title {
    color: #000000;
    font-size: .28rem;
    letter-spacing: 0.04rem;
    text-align: center;
    font-weight: bold; }
  #app .title-w {
    color: #ffffff;
    font-size: .28rem;
    letter-spacing: 0.04rem;
    text-align: center;
    font-weight: bold; }
  #app .area-box {
    height: 11.64rem;
    box-sizing: border-box;
    padding-top: 1.28rem;
    width: 100%;
    background: url(../images/comment-bk.png) 0 0 no-repeat;
    background-size: cover;
    position: relative; }
    #app .area-box .area-btn {
      position: absolute;
      width: 1rem;
      height: 2rem;
      right: 4rem;
      top: 3.5rem;
      cursor: pointer; }
    #app .area-box .comment-box {
      position: absolute;
      right: 6.5rem;
      top: 4.8rem;
      width: 4.8rem;
      height: 4rem; }
      #app .area-box .comment-box .comment-list {
        width: 100%;
        height: 2.9rem;
        margin-bottom: .2rem;
        overflow-y: hidden;
        /* 评论区轮播动画 */ }
        #app .area-box .comment-box .comment-list .list-item {
          display: inline-block;
          margin-right: 10px; }
        #app .area-box .comment-box .comment-list .list-enter-active,
        #app .area-box .comment-box .comment-list .list-leave-active {
          transition: all 1s; }
        #app .area-box .comment-box .comment-list .list-enter,
        #app .area-box .comment-box .comment-list .list-leave-to
         {
          opacity: 0;
          transform: translateY(30px); }
        #app .area-box .comment-box .comment-list .comment-items {
          display: flex;
          /* height: 1.17rem; */
          width: 100%;
          margin-bottom: .25rem;
          padding-left: .2rem;
          position: relative; }
          #app .area-box .comment-box .comment-list .comment-items .avatar {
            width: .64rem;
            height: .64rem; }
          #app .area-box .comment-box .comment-list .comment-items .avatar-dot {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            width: .14rem;
            height: .14rem;
            background: #c5cfff;
            border-radius: 50%; }
          #app .area-box .comment-box .comment-list .comment-items .item-content {
            margin-left: .2rem;
            font-size: .16rem;
            background: #C5CFFF;
            border-radius: .25rem;
            padding: 0 .1rem;
            height: .62rem;
            line-height: .62rem;
            box-sizing: border-box;
            position: relative; }
          #app .area-box .comment-box .comment-list .comment-items .triangle {
            position: absolute;
            left: -0.18rem;
            top: .16rem;
            width: 0;
            height: 0;
            border-right: .1rem solid #C5CFFF;
            border-left: .1rem solid transparent;
            border-top: .1rem solid transparent;
            border-bottom: .1rem solid transparent; }
      #app .area-box .comment-box .input-box {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #app .area-box .comment-box .input-box .input {
          width: 3rem;
          height: .57rem;
          line-height: .57rem;
          background: white;
          box-shadow: 0 0 .15rem 1px #4C62A7;
          border-radius: .29rem;
          box-sizing: border-box;
          padding: 0 .3rem;
          flex-grow: 1;
          font-size: .2rem;
          border: none;
          resize: none;
          outline: none;
          display: inline-block; }
        #app .area-box .comment-box .input-box .btn {
          border: 0;
          margin-left: -1rem;
          width: 1.37rem;
          height: .67rem;
          line-height: .67rem;
          background: #4C62A7;
          border-radius: .325rem;
          display: inline-block;
          padding: 0;
          text-align: center;
          font-size: .18rem;
          color: #FFFFFF;
          /* flex-grow: 2; */ }
  #app .enter-box {
    width: 100%;
    height: 19.5rem;
    box-sizing: border-box;
    padding-top: 1.24rem;
    background: url(../images/enter-bk.png) 0 0 no-repeat;
    background-size: cover;
    position: relative; }
    #app .enter-box .enter-btn {
      position: absolute;
      width: 1rem;
      height: 2rem;
      left: 3.3rem;
      top: 3rem;
      cursor: pointer; }
    #app .enter-box .lottery-btn {
      position: absolute;
      width: 1rem;
      height: 2rem;
      left: 3.3rem;
      top: 5.6rem;
      cursor: pointer; }
    #app .enter-box .enter-list {
      display: flex;
      justify-content: space-around;
      width: 17rem;
      margin: 1.2rem auto 0; }
      #app .enter-box .enter-list .enter-item {
        height: 1.94rem;
        width: 1.94rem; }
  #app .swiper-box {
    height: 12.54rem;
    box-sizing: border-box;
    padding-top: 1.67rem;
    width: 100%;
    background:white;
    background-size: cover; }
    #app .swiper-box .carousel-box {
      width: 16.66rem;
      margin: 1.72rem auto 0; }

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