@charset "UTF-8";

[v-cloak] {
  display: none;
}

.carousel {
  display: block;
  width: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  height: 5.3125rem;
  overflow: hidden;
}

.carousel .cl-list {
  white-space: nowrap;
  word-spacing: 0;
  font-size: 0;
}

.carousel .cl-list.slide-move {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.carousel .cl-list .cl-item {
  display: inline-block;
  white-space: nowrap;
  word-spacing: 0;
  background: url("../../images/default.png") no-repeat center;
  background-size: contain;
}

.carousel .cl-list .cl-item img {
  max-width: 100%;
  max-height: 100%;
}

.carousel .cl-list .cl-item img.expand {
  width: 100%;
  height: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  right: 0;
  left: auto;
  bottom: 0;
  margin: 0;
  width: 100%;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 0.25rem;
  width: 0.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  margin: 0.3125rem;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel img {
  height: 100%;
  width: 100%;
}

.view {
  width: 100%;
}

#header {
  display: none;
}

a {
  text-decoration: none !important;
}

html {
  background: #fff;
  padding-bottom: 3rem;
}

/**--- header  ---**/

header {
  display: none;
  position: relative;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  color: 333;
  font-size: 0.875rem;
}

header .back {
  width: 0.625rem;
  color: #f74;
  float: left;
  margin-left: 0.9375rem;
  height: 2.5rem;
  background: url("../../images/home/back.png") no-repeat left center;
  background-size: 0.625rem 1.125rem;
}

header .midTitle {
  height: 2.5rem;
  width: 70%;
  display: block;
  margin: 0 auto;
  padding-top: 0.625rem;
}

header .midTitle p.up {
  font-size: 0.9375rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  margin: 0;
  text-align: center;
}

header .midTitle p.down {
  font-size: 0.8125rem;
  height: 0.8125rem;
  line-height: 0.8125rem;
  margin: 0;
  text-align: center;
}

header .btn-wrap {
  position: absolute;
  right: 0.9375rem;
  top: 0.3125rem;
  width: 3.125rem;
  height: 1.875rem;
}

header .btn-wrap .more {
  width: 0.625rem;
  float: right;
  color: #ff7744;
  height: 1.875rem;
  background: url("../../images/home/more.png") no-repeat center;
  background-size: 0.3125rem 1.25rem;
}

header .btn-wrap .cancel {
  width: 1.875rem;
  float: left;
  color: #ff7744;
  height: 1.875rem;
  background: url("../../images/home/close.png") no-repeat center;
  background-size: 1.25rem 1.25rem;
}

header .home {
  padding: 0 0.9375rem;
  float: right;
  color: #ff7744;
  position: absolute;
  width: 3.75rem;
  height: 1.875rem;
  background: url("../../images/home/home.png") no-repeat center;
  background-size: 1.5625rem 1.4375rem;
  top: 0;
  right: 0;
}

/**--- header end ---**/

/**--- menu-box ---**/

.menu-box {
  padding: 0.8125rem 0.9375rem;
  background: #fff;
}

.menu-box .menu-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu-box .menu-item-list .memu-item {
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-box .menu-item-list .memu-item .menu-icon {
  width: 3.4375rem;
  height: 3.4375rem;
  margin: 0 auto;
  position: relative;
}

.menu-box .menu-item-list .memu-item .menu-title {
  margin-top: 0.3125rem;
  font-size: 0.81rem;
  text-align: center;
  color: #333;
}

.menu-box .menu-item-list .memu-item:nth-child(4) .menu-icon {
  background: url("../../images/index_copy/04.png") no-repeat center;
  background-size: 1.9rem 1.8rem;
}

.menu-box .menu-item-list .memu-item:nth-child(2) .menu-icon {
  background: url("../../images/index_copy/02.png") no-repeat center;
  background-size: 1.9rem 1.8rem;
}

.menu-box .menu-item-list .memu-item:nth-child(1) .menu-icon {
  background: url("../../images/index_copy/01.png") no-repeat center;
  background-size: 1.9rem 1.8rem;
}

.menu-box .menu-item-list .memu-item:nth-child(3) .menu-icon {
  background: url("../../images/index_copy/03.png") no-repeat center;
  background-size: 1.9rem 1.8rem;
}

/**--- menu-box end ---**/

/**--- tips-wrap ---**/

.tips-wrap {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  background: #f5f5f5;
}

.tips-wrap .tips {
  width: 90%;
  height: 1.875rem;
  margin: 0.625rem auto;
  background: #ffffff;
  border-radius: 1.25rem;
}

.tips-wrap .tips .textleft {
  float: left;
  width: 2.5625rem;
  height: 1.3125rem;
  background: url("../../images/index_sy/tips.png") no-repeat center;
  background-size: 2.5625rem 1.3125rem;
  margin: 0.28125rem  auto 0.28125rem 0.3125rem;
}

.tips-wrap .tips .scroll {
  float: left;
  margin-left: 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.75rem;
  text-align: center;
}

.tips-wrap .tips .scroll .num {
  color: darkred;
}

/**--- tips-wrap  end---**/

/**--- activity-wrap  ---**/

.activity-wrap {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  margin-bottom: 0.625rem;
}

.activity-wrap .activityBanner {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 7.5rem;
}

.activity-wrap .bgg1 {
  background-size: 100%;
}

.activity-wrap .bgg2 {
  background-size: 100%;
}

.activity-wrap .actTitleName {
  margin: 0.3125rem 0.3125rem 0.9375rem 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-wrap .actTitleName b {
  padding: 0 0.625rem;
  font-size: 1.125rem;
  background: -webkit-linear-gradient(left, #ff8a00, #f85523);
  background: linear-gradient(to right, #ff8a00, #f85523);
  -webkit-background-clip: text;
  color: transparent;
}

.activity-wrap .actTitleName img {
  width: 4%;
}

.activity-wrap .actTitle {
  height: 2.5rem;
  line-height: 2.5rem;
}

.activity-wrap .actTitle .shu {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  float: left;
  margin-right: 0.3125rem;
}

.activity-wrap .actTitle .shu:nth-child(1) {
  background: url("../../images/index_copy/12.png") no-repeat center;
  background-size: 100%;
}

.activity-wrap .actTitle .orange {
  background: url("../../images/index_copy/14.png") no-repeat center;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  float: left;
  margin-right: 0.3125rem;
}

.activity-wrap .actTitle .actTitleLeft {
  float: left;
}

.activity-wrap .actTitle .actIcon {
  display: inline-block;
  float: left;
  margin-top: 0.3125rem;
  width: 1.84375rem;
  height: 1.9375rem;
  background: url("../../images/index_sy/tips-logo.png") no-repeat center;
  background-size: 100%;
}

.activity-wrap .actTitle .actMore {
  width: 2.5rem;
  height: 2.5rem;
  color: #666;
  font-size: 0.8125rem;
  line-height: 2.7rem;
  background: no-repeat 1.875rem 1rem;
  background-size: 0.3125rem 0.5625rem;
  float: right;
}

.activity-wrap .actWrap {
  overflow: hidden;
  padding: 0 4%;
}

.activity-wrap .activity:nth-child(2) {
  float: right;
  display: block;
  width: 48%;
}

.activity-wrap .activity {
  float: left;
  display: block;
  width: 48%;
}

.activity-wrap .actRight {
  width: 100%;
  height: 5.5rem;
  display: inline-block;
}

.activity-wrap .bg1 {
  background-size: 100%;
}

.activity-wrap .bg2 {
  background-size: 100%;
  margin: 0 1.5%;
  background-repeat: no-repeat;
}

.finance {
  width: 100%;
  z-index: 999;
}

.update {
  background-size: 100% 100%;
  width: 92%;
  float: left;
  display: inline-block;
  margin: 0 4%;
  height: 5.5rem;
}

/**--- activity-wrap  end---**/

/**--- video-wrap ---**/

.video-wrap {
  width: 94%;
  display: block;
  margin: 0.3125rem auto 0;
  padding: 0.3125rem 0 0;
  border-radius: 0.3125rem;
}

.video-wrap .menu-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.video-wrap .menu-item-list .memu-item {
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-wrap .menu-item-list .memu-item .menu-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  position: relative;
}

.video-wrap .menu-item-list .memu-item .menu-title {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  text-align: center;
  color: #333;
}

.video-wrap .menu-item-list .memu-item .menu-title-bottom {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  text-align: center;
  color: #b4b4b4;
}

.video-wrap .menu-item-list .memu-item:nth-child(1) .menu-icon {
  background-size: 3.9375rem 3.9375rem;
}

.video-wrap .menu-item-list .memu-item:nth-child(2) .menu-icon {
  background-size: 4.53125rem 3.9375rem;
}

.video-wrap .menu-item-list .memu-item:nth-child(3) .menu-icon {
  background-size: 3.84375rem 3.9375rem;
}

/**--- video-wrap  end---**/

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.redBagWrap {
  width: 92%;
  padding: 0.625rem  4% 0;
  background: #ffffff;
}

.redBagWrap .redBag:nth-child(2) {
  background-size: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}

.redBagWrap .redBag {
  background-size: 100%;
  width: 100%;
  margin-bottom: 0.625rem;
}

.business-wrap {
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  margin-bottom: 0.625rem;
}

.business-wrap .busWrap {
  width: 92%;
  padding: 0 4%;
}

.business-wrap .actTitle {
  height: 2.5rem;
  line-height: 2.5rem;
}

.business-wrap .actTitle .shu {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 0.125rem 0.875rem;
  display: inline-block;
  float: left;
  margin-right: 0.3125rem;
}

.business-wrap .actTitle .shu:nth-child(1) {
  background: url("../../images/index_copy/11.png") no-repeat center;
}

.business-wrap .actTitle .shu:nth-child(3) {
  background: url("../../images/index_copy/13.png") no-repeat center;
}

.business-wrap .actTitle .actTitleLeft {
  float: left;
}

.business-wrap .actTitle .actMore {
  width: 2.5rem;
  height: 2.5rem;
  color: #666;
  font-size: 0.8125rem;
  line-height: 2.7rem;
  background-size: 0.3125rem 0.5625rem;
  float: right;
}

.business-wrap .business:nth-child(2) {
  width: 48%;
  float: right;
  display: inline-block;
  margin-bottom: 0.625rem;
}

.business-wrap .business {
  width: 48%;
  float: left;
  display: inline-block;
  margin-bottom: 0.625rem;
}

.business-wrap .business .big {
  font-size: 0.875rem;
  color: #333;
  margin: 0.3125rem auto;
}

.business-wrap .business .small {
  font-size: 0.6875rem;
  color: #666;
  margin: 0;
}

.business-wrap .busSingle {
  display: inline-block;
  width: 100%;
  height: 5.625rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.record {
  width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.625rem;
  color: #999999;
  text-align: center;
}

.test {
  width: 100%;
  height: 0.625rem;
  line-height: 0.625rem;
  font-size: 0.375rem;
  color: #666;
  text-align: center;
}

footer {
  height: 3.75rem;
  position: fixed;
  width: 100%;
  bottom: -0.03125rem;
  z-index: 98;
  background: #ffffff;
  border-top: 0.03125rem solid #d9d9d9;
}

footer .foot-box {
  width: 100%;
  display: block;
}

footer .foot-box .menu-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer .foot-box .menu-item-list a.focus .menu-title {
  color: #ffa31d;
}

footer .foot-box .menu-item-list .memu-item {
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer .foot-box .menu-item-list .memu-item .menu-icon {
  height: 1.5rem;
  margin: 0.4375rem auto 0.3125rem;
  position: relative;
}

footer .foot-box .menu-item-list .memu-item .menu-icon .dots {
  position: absolute;
  font-size: 0.46875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ff0000;
  color: #ffffff;
  line-height: 0.625rem;
  text-align: center;
  right: -0.3125rem;
  top: -0.3125rem;
}

footer .foot-box .menu-item-list .memu-item .menu-title {
  font-size: 0.625rem;
  text-align: center;
  color: #333;
}

footer .foot-box .menu-item-list .memu-item:nth-child(1) .menu-icon {
  background: url("../../images/index_copy/index.png") no-repeat center;
  background-size: 1.4rem 1.4rem;
  width: 1.5rem;
}

footer .foot-box .menu-item-list .memu-item:nth-child(2) .menu-icon {
  background: url("../../images/index_copy/card.png") no-repeat center;
  background-size: 1.4rem 1.4rem;
  width: 1.5rem;
}

footer .foot-box .menu-item-list .memu-item:nth-child(3) .menu-icon {
  background: url("../../images/index_copy/card.png") no-repeat center;
  background-size: 1.4rem 1.35rem;
  width: 1.21875rem;
}

footer .foot-box .menu-item-list .memu-item:nth-child(4) .menu-icon {
  background: url("../../images/index_copy/card.png") no-repeat center;
  background-size: 1.4rem 1.35rem;
  width: 1.21875rem;
}

footer .foot-box .menu-item-list .memu-item:nth-child(5) .menu-icon {
  background: url("../../images/index_copy/classify.png") no-repeat center;
  background-size: 1.4rem 1.4rem;
  width: 1.5rem;
}

footer .foot-box .menu-item-list .memu-item:nth-child(6) .menu-icon {
  background: url("../../images/index_copy/mine.png") no-repeat center;
  background-size: 1.4rem 1.4rem;
  width: 1.5rem;
}

.picGif {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../images/index_copy/bg.gif") no-repeat 0 -2.5rem;
  background-size: 100% 100%;
}

#newPopupOne,
#newPopupOneryz,
#newPopup {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(49, 49, 49, 0.4);
}

#newPopupOne img,
#newPopupOneryz img,
#newPopup img {
  width: 70%;
  margin-left: 15%;
  top: 16%;
  position: absolute;
}

#newShare {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(49, 49, 49, 0.9);
}

.special {
  position: relative;
  width: 100%;
  top: 16%;
}

.colse {
  width: 30%;
  right: 15%;
  height: 6.875rem;
  position: absolute;
  top: 17%;
}

.toLiu {
  width: 28%;
  right: 20%;
  height: 2rem;
  position: absolute;
  top: 52%;
}

.toLook {
  width: 24%;
  right: 55%;
  height: 2rem;
  position: absolute;
  top: 52%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -93.75rem, 0);
    transform: translate3d(0, -93.75rem, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0.78125rem, 0);
    transform: translate3d(0, 0.78125rem, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -0.3125rem, 0);
    transform: translate3d(0, -0.3125rem, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 0.15625rem, 0);
    transform: translate3d(0, 0.15625rem, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -93.75rem, 0);
    transform: translate3d(0, -93.75rem, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0.78125rem, 0);
    transform: translate3d(0, 0.78125rem, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -0.3125rem, 0);
    transform: translate3d(0, -0.3125rem, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 0.15625rem, 0);
    transform: translate3d(0, 0.15625rem, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.footer-box {
  height: 2.1875rem;
  line-height: 2.1875rem;
  background: #F0F0F0;
  text-align: center;
  font-size: 0.5625rem;
}

.footer-box .unicom-log {
  width: 0.9375rem;
  height: 0.6875rem;
  background: url("../../images/home/unicom_logo.png") no-repeat center;
  background-size: 0.9375rem 0.6875rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.tab {
  background: #ffffff;
  padding: 0 0.8125rem;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.tab li {
  padding: 0 0 0 0;
  font-size: 1rem;
}

.tab li.active {
  color: #fff;
  border-bottom: 0.09375rem solid #FF820E;
}

.box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0.8125rem;
  background: #fff;
}

.box li {
  width: 100%;
  height: 6.5rem;
  background: #ffffff;
  border-radius: 0.15625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.box li .listContent {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.3125rem;
}

.box li .images {
  width: 3.5rem;
  height: 3.5rem;
}

.box li:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.rotateload {
  -webkit-animation: run 2s linear 0s infinite;
  animation: run 2s linear 0s infinite;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}