body,
html {
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 16px;
  position: relative;
  background: #E7CCA5; }

img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  cursor: default; }

i {
  font-style: normal; }

[v-cloak] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img,
a {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block; }

img {
  pointer-events: none; }

audio {
  position: absolute;
  top: -6rem;
  left: -5rem;
  opacity: 0;
  z-index: -1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

#app {
  width: 100%;
  height: 100%; }

.signUpPage {
  position: absolute;
  width: 100%;
  overflow: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1; }
  .signUpPage .back {
    width: 3%;
    position: absolute;
    top: 4%;
    left: 7%; }
  .signUpPage .info {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .signUpPage .info .top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: .2rem; }
      .signUpPage .info .top .line {
        border: .5px solid #fff;
        height: 1px;
        width: .8rem; }
      .signUpPage .info .top .title {
        font-size: .5rem;
        color: #fff;
        letter-spacing: .05rem;
        margin: 0 .2rem;
        text-align: center; }
    .signUpPage .info .input {
      position: relative;
      width: 90%;
      margin: .1rem auto; }
      .signUpPage .info .input .icon {
        position: absolute;
        width: 5%;
        top: 52%;
        left: 5%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 59; }
      .signUpPage .info .input input {
        position: relative;
        width: 100%;
        border: none;
        text-align: center;
        background: rgba(255, 255, 255, 0.4);
        border-radius: .4rem;
        font-size: .25rem;
        padding: .1rem 0;
        color: #fff; }
        .signUpPage .info .input input::-webkit-input-placeholder {
          color: #fff; }
        .signUpPage .info .input input::-moz-placeholder {
          color: #fff; }
        .signUpPage .info .input input::-ms-input-placeholder {
          color: #fff; }
        .signUpPage .info .input input::placeholder {
          color: #fff; }
      .signUpPage .info .input .sex {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 59;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .signUpPage .info .input .sex .btn {
          font-size: .2rem;
          padding: .05rem .5rem;
          margin: 0 .2rem;
          border-radius: .2rem; }
        .signUpPage .info .input .sex .activity {
          background: #a3b79d; }
    .signUpPage .info p {
      width: 100%;
      font-size: .2rem;
      line-height: .4rem;
      color: #fff; }
    .signUpPage .info .tt {
      text-align: center; }
    .signUpPage .info .desc {
      margin-top: .05rem;
      background: rgba(255, 255, 255, 0.4);
      border: none;
      width: 100%;
      border-radius: .2rem;
      color: #fff;
      font-size: .25rem;
      padding: .1rem; }
    .signUpPage .info .textarea {
      position: relative; }
    .signUpPage .info .placeholder {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
  .signUpPage .upload {
    background: rgba(150, 166, 146, 0.7);
    width: 100%;
    height: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .signUpPage .upload .upload_btn {
      position: relative;
      width: 40%;
      color: #fff;
      border: 1px solid #fff;
      display: inline-block;
      border-radius: .3rem;
      margin: .2rem 0;
      text-align: center; }
      .signUpPage .upload .upload_btn input {
        position: absolute;
        opacity: 0;
        width: 100%;
        left: 0;
        border-radius: .3rem;
        top: 0; }
    .signUpPage .upload .zuopin {
      height: 60%;
      width: auto; }
    .signUpPage .upload .btn_grounp {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: .2rem 0; }
      .signUpPage .upload .btn_grounp .btn {
        position: relative;
        border: 1px solid #fff;
        border-radius: .4rem;
        width: 30%;
        text-align: center;
        color: #fff; }
        .signUpPage .upload .btn_grounp .btn input {
          position: absolute;
          opacity: 0;
          width: 100%;
          left: 0;
          border-radius: .3rem;
          top: 0; }

.upload_ok {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  .upload_ok .tc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .upload_ok .tc .tt {
      font-size: 0.55rem;
      width: 40%;
      margin: .6rem auto .2rem; }
    .upload_ok .tc .btn {
      color: #fff;
      font-size: .35rem;
      background: #a3b79d;
      padding: .05rem;
      width: 50%;
      text-align: center;
      margin: .15rem auto .15rem;
      border-radius: .3rem; }
    .upload_ok .tc .tttt {
      text-align: center;
      margin-bottom: .2rem;
      font-size: .45rem; }
    .upload_ok .tc .ttt {
      text-align: center;
      margin-bottom: .2rem;
      font-size: .26rem;
      font-weight: 550; }

.votePage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  .votePage .tc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .votePage .tc .tt {
      font-size: 0.55rem;
      width: 40%;
      margin: .6rem auto .2rem; }
    .votePage .tc .btn {
      color: #fff;
      font-size: .3rem;
      background: #a3b79d;
      padding: .05rem;
      width: 40%;
      text-align: center;
      margin: 0 auto;
      border-radius: .3rem;
      margin-bottom: .6rem; }

.quanPage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  .quanPage .tc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .quanPage .tc .back {
      position: absolute;
      width: 10%;
      right: 0;
      top: -10%; }
    .quanPage .tc .bg {
      position: absolute;
      width: 40%;
      top: 0;
      left: 0; }
    .quanPage .tc .t1 {
      font-size: 0.5rem;
      width: 80%;
      margin: 1rem auto .2rem;
      font-weight: bold;
      text-align: center; }
    .quanPage .tc .t2 {
      text-align: center;
      font-size: .25rem;
      margin: .1rem; }
    .quanPage .tc .icon {
      width: 7%;
      margin: .15rem auto; }
    .quanPage .tc .quan {
      width: 60%;
      margin: .1rem auto; }
    .quanPage .tc .btn {
      color: #fff;
      font-size: .3rem;
      background: #a3b79d;
      padding: .05rem;
      width: 40%;
      text-align: center;
      margin: .3rem auto 0;
      border-radius: .3rem;
      margin-bottom: .6rem; }

.listPage {
  position: absolute;
  width: 100%;
  overflow: scroll;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .listPage .back {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 4%;
    z-index: 59; }
  .listPage .search {
    position: relative;
    text-align: center;
    padding-top: 1rem;
    margin-bottom: .3rem; }
    .listPage .search .box {
      position: relative; }
    .listPage .search .input {
      border: 1px solid #000;
      border-radius: .3rem;
      width: 80%;
      padding: .05rem .2rem;
      text-align: center; }
      .listPage .search .input::-webkit-input-placeholder {
        color: #000; }
      .listPage .search .input::-moz-placeholder {
        color: #000; }
      .listPage .search .input::-ms-input-placeholder {
        color: #000; }
      .listPage .search .input::placeholder {
        color: #000; }
    .listPage .search .icon {
      position: absolute;
      width: 4%;
      top: 50%;
      right: 15%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .listPage .search .icon img {
        width: 100%; }
  .listPage .middle {
    padding: 0 .5rem;
    margin-top: .1rem; }
    .listPage .middle .box {
      width: 100%;
      height: 8.6rem;
      overflow-y: auto; }
      .listPage .middle .box .item {
        background: #a3b79d;
        margin: 0 .1rem .1rem 0;
        padding: .1rem .1rem;
        float: left; }
        .listPage .middle .box .item .zuopin {
          height: 2.5rem;
          width: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          overflow: hidden; }
          .listPage .middle .box .item .zuopin img {
            height: 100%;
            width: auto; }
        .listPage .middle .box .item .title {
          font-size: .2rem; }
        .listPage .middle .box .item .score {
          margin-top: .1rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .listPage .middle .box .item .score .img {
            width: .35rem;
            height: .35rem;
            border-radius: 50%; }
          .listPage .middle .box .item .score .a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: .2rem; }
            .listPage .middle .box .item .score .a .icon {
              width: .2rem;
              height: .2rem;
              margin-right: .1rem; }
      .listPage .middle .box .odd {
        width: 58%; }
      .listPage .middle .box .even {
        width: 40%;
        margin-right: 0; }
  .listPage .bottom {
    height: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .listPage .bottom .icon {
      width: 4%; }
      .listPage .bottom .icon img {
        width: 100%; }
  .listPage .last {
    width: 100%;
    height: .5rem;
    background: #a3b79d; }

.workPage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 69; }
  .workPage .top {
    position: relative;
    height: 60%;
    width: 100%;
    overflow: hidden; }
    .workPage .top .back {
      position: absolute;
      z-index: 99;
      width: 4%;
      top: 2%;
      left: 5%; }
    .workPage .top .top_bg {
      position: absolute;
      width: 60%;
      top: 0;
      left: 0;
      z-index: 79; }
    .workPage .top .num {
      position: absolute;
      font-size: .22rem;
      top: 5%;
      right: 2%;
      z-index: 5; }
    .workPage .top .work_img {
      position: absolute;
      left: 50%;
      top: 15%;
      -webkit-transform: translate(-50%, 0) rotate(-5deg);
      transform: translate(-50%, 0) rotate(-5deg);
      width: auto;
      height: 80%;
      border: 5px solid #fff; }
  .workPage .middle {
    background: #a3b79d;
    padding: .1rem 0; }
    .workPage .middle .name {
      float: left;
      text-align: center;
      width: 34%; }
    .workPage .middle .btn {
      float: left;
      border: 1px solid #000;
      width: 27%;
      margin-left: 3%;
      border-radius: .2rem;
      text-align: center;
      font-size: .3rem;
      -webkit-animation: doudong 1s infinite linear;
      animation: doudong 1s infinite linear;
      animation-direction: alternate-reverse; }
    .workPage .middle .num {
      float: right;
      margin-right: .3rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: .3rem; }
      .workPage .middle .num .icon {
        width: .3rem;
        height: .3rem;
        margin-right: .05rem; }
  .workPage .bottom {
    height: 28%;
    background: #fff;
    padding: 0 .5rem;
    position: relative; }
    .workPage .bottom .left {
      width: 65%;
      padding-right: .3rem;
      font-size: .3rem;
      padding-top: .5rem;
      word-wrap: break-word;
      word-break: break-all;
      overflow: hidden; }
    .workPage .bottom .right {
      width: 30%;
      position: absolute;
      right: .3rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .workPage .bottom .right img {
        width: 2rem; }
      .workPage .bottom .right p {
        font-size: .2rem;
        text-align: center;
        width: 2rem; }
  .workPage .last {
    height: 7%;
    background: #a3b79d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .workPage .last .btn {
      display: inline-block;
      border: 1px solid #000;
      width: 30%;
      text-align: center;
      border-radius: .2rem;
      font-size: .3rem;
      -webkit-animation: doudong 1s infinite linear;
      animation: doudong 1s infinite linear;
      animation-direction: alternate-reverse;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .workPage .last p {
      font-size: .2rem;
      display: inline-block;
      text-align: right; }

@-webkit-keyframes doudong {
  25% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes doudong {
  25% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

.showHb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99; }
  .showHb .box {
    width: 80%;
    margin: 0 auto;
    position: relative; }
    .showHb .box img {
      display: block;
      pointer-events: auto; }
    .showHb .box .tips {
      position: absolute;
      font-weight: bold;
      bottom: .8rem;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .showHb .box .closeBtn {
      position: absolute;
      right: -.6rem;
      top: -.6rem;
      width: .6rem; }

.rankPage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.8); }
  .rankPage .top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .8rem;
    padding-bottom: .2rem; }
    .rankPage .top .icon {
      position: absolute;
      top: 8%;
      left: 5%;
      width: 4%; }
    .rankPage .top p {
      font-size: .6rem;
      font-weight: bolder;
      color: #fff;
      margin-left: .5rem; }
  .rankPage .bottom {
    height: 75%;
    overflow: scroll; }
    .rankPage .bottom .odd {
      background: #edf4e9; }
    .rankPage .bottom .item {
      height: 12%; }
      .rankPage .bottom .item .info {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px dashed #a3b79d; }
        .rankPage .bottom .item .info .left {
          position: relative;
          width: 15%; }
          .rankPage .bottom .item .info .left div {
            width: 100%; }
          .rankPage .bottom .item .info .left p {
            position: absolute;
            top: 50%;
            left: 13%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            font-size: .34rem; }
          .rankPage .bottom .item .info .left img {
            width: 45%; }
        .rankPage .bottom .item .info .middle {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 60%;
          overflow: hidden; }
          .rankPage .bottom .item .info .middle .img {
            width: .8rem;
            height: .8rem;
            border-radius: 50%; }
          .rankPage .bottom .item .info .middle .num {
            width: 100%;
            margin-left: .15rem; }
            .rankPage .bottom .item .info .middle .num p {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: .3rem; }
        .rankPage .bottom .item .info .right {
          width: 20%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .rankPage .bottom .item .info .right p {
            font-size: .28rem; }

.homePage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.8); }
  .homePage .top {
    position: relative; }
    .homePage .top .top_bg {
      position: absolute;
      width: 60%;
      top: 0;
      left: 0;
      z-index: 59; }
    .homePage .top .swiper-pagination {
      bottom: 1rem; }
    .homePage .top .swiper-pagination-bullet {
      background: url(https://pc1.h5taotao.com/melrose/assets/2.png);
      width: .5rem;
      height: .5rem;
      opacity: .7; }
    .homePage .top .swiper-pagination-bullet-active {
      background: url(https://pc1.h5taotao.com/melrose/assets/3.png);
      opacity: 1; }
    .homePage .top .icon {
      position: absolute;
      top: 82%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 20%; }
    .homePage .top .btn {
      position: absolute;
      padding: .06rem .4rem .05rem;
      left: 50%;
      top: 90%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      border: 1px solid #fff;
      border-radius: .3rem;
      color: #fff;
      font-size: .28rem;
      z-index: 99; }
    .homePage .top .mycol {
      color: #000;
      border: 1px solid #000; }
    .homePage .top .btn_bottom {
      position: absolute;
      bottom: 5%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin-top: .2rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      width: 100%; }
      .homePage .top .btn_bottom .text {
        font-size: .26rem;
        font-weight: bold;
        color: #fff; }
  .homePage .middle {
    position: relative; }
    .homePage .middle .info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 1rem;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: .3rem;
      background: #fff; }
      .homePage .middle .info img {
        width: .8rem;
        height: .8rem;
        background: red;
        border-radius: 50%; }
      .homePage .middle .info .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: .1rem; }
        .homePage .middle .info .right .mainTitle {
          font-size: .2rem; }
        .homePage .middle .info .right .subTitle {
          font-size: .3rem;
          color: #4c4c4c; }
    .homePage .middle .icon {
      position: absolute;
      top: 50%;
      left: 47%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 50%; }
  .homePage .bottom {
    position: relative; }
    .homePage .bottom .date {
      background: #a3b79d;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: .05rem .1rem; }
      .homePage .bottom .date .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .28rem; }
        .homePage .bottom .date .item .num {
          padding: .05rem .1rem; }
    .homePage .bottom .works {
      position: relative;
      background: #a3b79d;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .homePage .bottom .works .work_img {
        height: 3.8rem;
        width: 100%;
        overflow: hidden; }
      .homePage .bottom .works .btn_all {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: .2rem 0 .7rem;
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .homePage .bottom .works .btn_all .btn1 {
          font-size: .3rem;
          padding: .04rem .5rem;
          border: 1px solid #000;
          border-radius: .4rem;
          width: 40%;
          text-align: center; }
      .homePage .bottom .works .btn_top,
      .homePage .bottom .works .btn_bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      .homePage .bottom .works .btn_top {
        margin-top: .2rem; }
        .homePage .bottom .works .btn_top .btn {
          font-size: .3rem;
          padding: .04rem .5rem;
          border: 1px solid #000;
          margin: .2rem .5rem;
          border-radius: .4rem; }
      .homePage .bottom .works .btn_bottom {
        margin-top: .2rem; }
        .homePage .bottom .works .btn_bottom .text {
          font-size: .26rem;
          font-weight: bold; }

.sharePage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 99; }
  .sharePage img {
    width: 100%;
    height: 100%; }
  .sharePage .ok {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    border: 1px solid #fff;
    border-radius: .3rem;
    width: 35%;
    text-align: center; }

.popPage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: rgba(128, 128, 128, 0.7);
  z-index: 99; }
  .popPage .img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88%; }
  .popPage .close {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 5%; }
    .popPage .close img {
      width: 100%; }
