body,html{
  height:100%;  
} 
.container {
  width: 7.5rem;
  /* height: 12.8rem; 修改height为100%*/
  height:100%;
  min-height:12.8rem;
  left: 50%;
  margin-left: -3.75rem;
}


.container .content {
  width: 7.5rem;
  /* height: 12.8rem; 修改height为100%*/
  height:100%;
  min-height:12.8rem;
  background: url("../img/faceBg.jpg?__rev=c3849f0") center 0 no-repeat;
  background-size: auto 100%;
  z-index: 1;
  left: 50%;
  margin-left: -3.75rem;
}

.container .content .main {
  width: 7.5rem;
  /* height: 12.8rem; 修改height为100%*/
  height:100%;
  min-height:12.8rem;
}

.container .content .main .slogan {
  width: 7.5rem;
  height: 2.4rem;
  background: url("../img/slogan.png?__rev=53f209c") center center no-repeat;
  background-size: auto 100%;
  top: 8rem;
  left: 50%;
  margin-left: -3.75rem;
  /* -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear; */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* .fadeBottomToTop {
  top: 7.3rem !important;
  opacity: 100 !important;
  filter: alpha(opacity=100) !important;
} */

.container .content .main .fingerPrintBtn {
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/fingerPrint5.png?__rev=4781d9e") center center no-repeat;
  background-size: auto 100%;
  top: 10.17rem;
  left: 50%;
  margin-left: -0.6rem;
  animation: fingerShow 0.5s infinite;
}

/* 指纹动效 */
@keyframes fingerShow {
  0% {
    background: url("../img/fingerPrint1.png?__rev=ebbc70e") center center no-repeat;
    background-size: auto 100%;
  }

  20% {
    background: url("../img/fingerPrint2.png?__rev=7cfa864") center center no-repeat;
    background-size: auto 100%;
  }

  40% {
    background: url("../img/fingerPrint3.png?__rev=69aa296") center center no-repeat;
    background-size: auto 100%;
  }

  60% {
    background: url("../img/fingerPrint4.png?__rev=e2048d4") center center no-repeat;
    background-size: auto 100%;
  }

  80% {
    background: url("../img/fingerPrint5.png?__rev=4781d9e") center center no-repeat;
    background-size: auto 100%;
  }

  100% {
    background: url("../img/fingerPrint5.png?__rev=4781d9e") center center no-repeat;
    background-size: auto 100%;
  }
}

.container .content .main .fingerPrinttxt {
  width: 3.6rem;
  height: 0.23rem;
  font-family: HYQiHei-EZS;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0px;
  color: #ffffcc;
  top: 11.48rem;
  left: 50%;
  margin-left: -1.8rem;
  text-align: center;
}

/* card================================ */
.nav {
  position: fixed;
  width: 7.5rem;
  height: 1rem;
  z-index: 10;
  background: url("../img/topBg.png?__rev=fa4f8df") center center no-repeat;
  background-size: auto 100%;
  left: 50%;
  margin-left: -3.75rem;
}

.nav .logo {
  width: 3.43rem;
  height: 0.8rem;
  background: url("../img/topLogo.png?__rev=1dd8139") center center no-repeat;
  background-size: auto 100%;
  top: 50%;
  left: 0.2rem;
  margin-top: -0.4rem;
}

.nav .reverseBtn {
  width: 1.5rem;
  height: 0.6rem;
  background: url("../img/reserve.png?__rev=fadadb0") center center no-repeat;
  background-size: auto 100%;
  top: 50%;
  right: 0.73rem;
  margin-top: -0.3rem;
}

.nav .moreBtn {
  width: 0.38rem;
  height: 0.28rem;
  background: url("../img/more.png?__rev=1e069b8") center center no-repeat;
  background-size: auto 100%;
  top: 50%;
  right: 0.21rem;
  margin-top: -0.14rem;
}

/* card================================ */
.card_bg {
  position: relative;
  width: 100%;
  /* height: 12.8rem; 修改height为100%*/
  height:100%;
  min-height:12.8rem;
  background: url("../img/chouBg.jpg?__rev=435e429") center 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  z-index: 0;
}

/* card_box */
#card_box {
  position: absolute;
  width: 6.50rem;
  height: 6.50rem;
  top: -1.89rem;
  left: 50%;
  margin-left: -3.25rem;
  transform-origin: center center;
}

#card_box li {
  position: absolute;
  width: 2.14rem;
  height: 3.14rem;
  left: 2.12rem;
  top: 8.90rem;
  background: url("../img/chouCardBack.png?__rev=8cf85dc") center center no-repeat;
  background-size: auto 100%;
  transform-origin: 1.13rem -5.66rem;
  -webkit-transform-origin: 1.13rem -5.66rem;
}

#card2 {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}

#card3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

#card4 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

#card5 {
  transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
}

#card6 {
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
}

#card7 {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

#card8 {
  transform: rotate(-210deg);
  -webkit-transform: rotate(-210deg);
}

#card9 {
  transform: rotate(-240deg);
  -webkit-transform: rotate(-240deg);
}

#card10 {
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}

#card11 {
  transform: rotate(-300deg);
  -webkit-transform: rotate(-300deg);
}

#card12 {
  transform: rotate(-330deg);
  -webkit-transform: rotate(-330deg);
}

#card_box li img {
  position: absolute;
  width: 2.14rem;
  left: 50%;
  margin-left: -1.07rem;
}

.result_box {
  display: none;
  width: 2.14rem;
  height: 3.14rem;
  left: 50%;
  margin-left: -1.13rem;
  top: 7.01rem;
  background: url("../img/chouCardBack.png?__rev=8cf85dc") center center no-repeat;
  background-size: auto 100%;
}

.result_box img {
  display: none;
  position: absolute;
  width: 2.14rem;
  left: 50%;
  margin-left: -1.07rem;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.ani_fan {
  animation: key_fan 0.5s linear both;
  -webkit-animation: key_fan 0.5s linear both;
  -ms-animation: key_fan 0.5s linear both;
}

@keyframes key_fan {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(180deg);
  }
}

@-webkit-keyframes key_fan {
  0% {
    -webkit-transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
  }
}

@-ms-keyframes key_fan {
  0% {
    -ms-transform: rotateY(0deg);
  }

  100% {
    -ms-transform: rotateY(180deg);
  }
}

.touch_scroll {
  width: 7.50rem;
  height: 3.86rem;
  left: 0;
  top: 6.51rem;
  z-index: -1;
}

.chouBtnBox{
  width: 3.20rem;
  height: 1.22rem;
  top: 5.52rem;
  left: 50%;
  margin-left: -1.6rem;
}

.chou_Btn {
  width: 3.20rem;
  height: 1.22rem;
  left: 50%;
  margin-left: -1.6rem;
  top: 50%;
  margin-top: -0.61rem;
  background: url("../img/chouStart.png?__rev=b128493") center center no-repeat;
  background-size: 100% auto;
  text-indent: -99.99rem;
  overflow: hidden;
  cursor: pointer;
  animation: scaleChange 3s linear infinite;
}

@keyframes scaleChange {
  0% {
    transform: scale(1.20);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.20);
  }
}

.last_box {
  width: 2rem;
  height: .20rem;
  font-family: MicrosoftYaHei;
  font-size: .20rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .20rem;
  letter-spacing: 0;
  color: #6f3900;
  bottom: 0.28rem;
  left: 50%;
  margin-left: -1rem;
  text-align: center;
}

.rules {
  width: 1.20rem;
  height: .50rem;
  top: 1.96rem;
  left: 0;
  background: url("../img/rules_BTN.png?__rev=e7372f5") center center no-repeat;
  background-size: 100% auto;
}

.myCard {
  width: 1.20rem;
  height: .50rem;
  top: 2.66rem;
  left: 0;
  background: url("../img/myCard_BTN.png?__rev=aaf4123") center center no-repeat;
  background-size: 100% auto;
}

.totalCard {
  width: 1.20rem;
  height: .50rem;
  top: 3.36rem;
  left: 0;
  background: url("../img/totalCard_BTN.png?__rev=a0ad5c4") center center no-repeat;
  background-size: 100% auto;
}

.tips {
  width: 7.50rem;
  height: .20rem;
  font-family: MicrosoftYaHei;
  font-size: .20rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #c7bb94;
  text-align: center;
  top: 10.6rem;
  left: 50%;
  margin-left: -3.75rem;
}

.media_tips {
  display: none;
}

.bottomBtn {
  width: 5.20rem;
  height: .60rem;
  top:11.2rem;
  left: 50%;
  margin-left: -2.60rem;
}

.invite_Btn {
  width: 2.40rem;
  height: .60rem;
  margin-right: .40rem;
  background: url("../img/invite_BTN.png?__rev=1941a8f") center center no-repeat;
  background-size: 100% auto;
}

.share_Btn {
  width: 2.40rem;
  height: .60rem;
  background: url("../img/share_BTN.png?__rev=8002458") center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 400px) {
  .tips {
    display: none;
  }

  .media_tips {
    display: block;
    width: 7.50rem;
    height: .20rem;
    font-family: MicrosoftYaHei;
    font-size: .20rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #c7bb94;
    text-align: center;
    top: 10.32rem;
  }

  .bottomBtn {
    width: 5.20rem;
    height: .60rem;
    top:11.2rem;
    left: 50%;
    margin-left: -2.60rem;
  }
}

/* 弹窗-我的卡池 */
.myCards {
  width: 100%;
  height: 12.8rem;
  overflow: hidden;
  z-index: 20;
}

.myCards .mcP1title {
  width: 3.62rem;
  height: 0.64rem;
  top: 0.81rem;
  left: 50%;
  margin-left: -1.81rem;
  background: url("../img/mcP1title.png?__rev=68a96b6") center center no-repeat;
  background-size: 100% auto;
}

.myCards .mcP1box {
  width: 100%;
  height: 5.84rem;
  top: 1.03rem;
}

.myCards .mcP1box .mcP1stop {
  width: 5.84rem;
  height: 5.84rem;
  left: 50%;
  margin-left: -2.92rem;
  background: url("../img/mcP1Stop.png?__rev=d0e652e") center center no-repeat;
  background-size: 100% auto;
}

.myCards .mcP1box .mcP1Shunshizhen {
  width: 4.41rem;
  height: 4.42rem;
  top: 50%;
  left: 50%;
  margin-top: -2.21rem;
  margin-left: -2.205rem;
  background: url("../img/mcP1Shunshizhen.png?__rev=1ae8689") center center no-repeat;
  background-size: 100% auto;
  animation: shunshizhen 165s infinite;
}

.myCards .mcP1box .mcP1Nishizhen {
  width: 5.22rem;
  height: 4.55rem;
  top: 50%;
  left: 50%;
  margin-top: -2.275rem;
  margin-left: -2.61rem;
  background: url("../img/mcP1Nishizhen.png?__rev=53caea9") center center no-repeat;
  background-size: 100% auto;
  animation: nishizhen 200s infinite;
}

/* 法阵动画 */
@keyframes nishizhen {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1000deg);
  }
}

@keyframes shunshizhen {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1000deg);
  }
}

.myCards .mcP1box .mcP1Card {
  width: 2.14rem;
  height: 3.14rem;
  top: 50%;
  left: 50%;
  margin-top: -1.57rem;
  margin-left: -1.07rem;
  /* background: url("../img/chouCard2.png?__rev=1ac7aaa") center center no-repeat; */
  background-size: 100% auto;
}

.myCards .mcP1box .mcP1Card img {
  width: 100%;
  height: 100%;
}

.myCards .mcP1Tips{
  width: 7.5rem;
	height: .24rem;
	font-family: MicrosoftYaHei;
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing:0;
  color: #908c65;
  text-align: center;
  top: 6.18rem;
  left: 50%;
  margin-left: -3.75rem;
}

.myCards .mcP2title {
  width: 3.62rem;
  height: 0.64rem;
  top: 6.91rem;
  left: 50%;
  margin-left: -1.81rem;
  background: url("../img/mcP2title.png?__rev=2b33cde") center center no-repeat;
  background-size: 100% auto;
}

.myCards .mcP2box {
  width: 7.5rem;
  height: 3.14rem;
  top: 7.84rem;
  left: 50%;
  margin-left: -3.75rem;
  padding-left: 0.25rem;
}

/* .mcP2boxCard{
  width: 2.14rem;
  height: 3.14rem;
}

.mcP2boxCard:first-of-type{
  margin-left: 8px;
}
.mcP2boxCard:last-of-type{
  margin-right: 8px;
} */

.mcP2boxCard img {
  width: 2.14rem;
  height: 3.14rem;
}

.myCards .mcClose {
  width: 0.72rem;
  height: 0.72rem;
  top: 11.33rem;
  left: 50%;
  margin-left: -0.36rem;
  background: url("../img/mcClose_BTN.png?__rev=421f547") center center no-repeat;
  background-size: 100% auto;
  z-index: 10;
}

/* 弹窗-总卡池 */

.tcCards {
  display: block;
  width: 100%;
  height: 12.8rem;
  overflow: hidden;
  z-index: 2000;
}

.tcTitle {
  width: 3.62rem;
  height: 0.64rem;
  top: 1.21rem;
  left: 50%;
  margin-left: -1.81rem;
  background: url("../img/tcTitle.png?__rev=f181dc2") center center no-repeat;
  background-size: 100% auto;
}

.tcCardsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
  width: 7rem;
  height: 8.3rem;
  overflow: auto;
  top: 2.24rem;
  left: 50%;
  margin-left: -3.5rem;
}

/* 滚动条样式 */
.tcCardsBox::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}

.tcCardsBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(211, 193, 130);
}

.tcCardsBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(69, 65, 51);
}

.tcCardsBox img {
  float: left;
  width: 2.14rem;
  height: 3.14rem;
}

.tcClose {
  width: 0.72rem;
  height: 0.72rem;
  top: 11.03rem;
  left: 50%;
  margin-left: -0.36rem;
  background: url("../img/mcClose_BTN.png?__rev=421f547") center center no-repeat;
  background-size: 100% auto;
}

/* 弹窗-微信分享提示 */
.wxShareTips {
  display: block;
  width: 100%;
  height: 12.8rem;
  background: rgba(0, 0, 0, 0.83);
  overflow: hidden;
  z-index: 2000;
}

.wxShareTipsPic {
  width: 5.79rem;
  height: 3.73rem;
  top: 0.2rem;
  left: 1.31rem;
  background: url("../img/wxShareTips.png?__rev=17255bd") center center no-repeat;
  background-size: 100% auto;
}

.wxShareTipsPicClose {
  width: 0.72rem;
  height: 0.72rem;
  top: 11.03rem;
  left: 50%;
  margin-left: -0.36rem;
  background: url("../img/mcClose_BTN.png?__rev=421f547") center center no-repeat;
  background-size: 100% auto;
}

/* 邀请好友 */
.invite-info {
  width: 100%;
  height: 3.2rem;
  margin-top: 0.38rem;
  padding-top: 0.27rem;
  background: url("../img/invite-info-p2bg.png?__rev=859a472") center center no-repeat;
  background-size: 100% auto;
}

.invite-info-txt {
  width: 100%;
  height: .61rem;
  font-family: MicrosoftYaHei;
  font-size: .24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #333333;
  text-align: center;
}

#invite-info-hasnum,
#invite-info-morenum,
#invite-info-awardnum {
  color: #d65508;
}

.taskTxt {
  display: inline-block;
  width: 1.6rem;
  height: 1.8rem;
  margin-top: 1rem;
  font-family: MicrosoftYaHei-Bold;
  font-stretch: normal;
  font-size: .28rem;
  text-align: center;
  letter-spacing: 0.01rem;
}

.taskTxt div .taskPic {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/notDone.png?__rev=49085ba") center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.taskTxt .active div {
  color: #d65508;
}

.taskTxt .active .taskPic {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../img/done.png?__rev=3164c79") center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.taskTxt1 {
  margin-right: .5rem;
}

.taskTxt2 {
  width: 1.35rem;
  margin-right: .6rem;
}

.taskTxt3 {
  width: 1.4rem;
}

.taskPic1 {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.5rem;
  background: url("../img/done.png?__rev=3164c79") center center no-repeat;
  background-size: 100% auto;
}

.taskPic2 {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1.4rem;
  background: url("../img/done.png?__rev=3164c79") center center no-repeat;
  background-size: 100% auto;
}

.taskPic3 {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1.3rem;
  background: url("../img/notDone.png?__rev=49085ba") center center no-repeat;
  background-size: 100% auto;
}

/* toast */
.dialog_role .role-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.dialog_role .role-img img {
  position: absolute;
  width: 6.4rem;
  height: 10rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.dialog_role .close {
  width: 0.72rem;
  height: 0.72rem;
  bottom: .5rem;
  left: 50%;
  margin-left: -0.36rem;
  background: url("../img/mcClose_BTN.png?__rev=421f547") center center no-repeat;
  background-size: 100% auto;
  z-index: 20;
}

.dialog_role .role-img .btn-change {
  bottom: 10%;
  color: #000;
  background: #fff;
  z-index: 100;
}

/**menu-list**/
.menu-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 1rem;
}

.menu-list li {
  height: 1.4rem;
  border-bottom: 0.01rem solid rgba(150, 150, 150, 0.8);
  margin: 0 0.4rem;
  overflow: hidden;
}

.menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.36rem;
}

.menu-list li.active a {
  font-weight: bold;
  color: #3399ff;
}

.menu-list li.close-btn i {
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/mcClose_BTN.png?__rev=421f547") no-repeat 0 0;
  display: block;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin: 0.3rem auto 0;
}

.all_dialog .dialog_yuyue_login .yuyue-btn {
  width: 2.27rem;
  height: .83rem;
  background: url("../img/login_BTN.png?__rev=152d299");
  background-size: 100%;
}

.all_dialog .err-tips {
  padding-left: 0;
}

.all_dialog .dialog .dialog_cover {
  background: rgba(0, 0, 0, 0.83);
}

/* 抽牌界面两个箭头 */
.chouArrowL {
  width: 0.96rem;
  height: 0.45rem;
  top: 9.13rem;
  left: 1.57rem;
  background: url("../img/chouArrowL.png?__rev=2820638") center center no-repeat;
  background-size: 100% auto;
}

.chouArrowR {
  width: 0.96rem;
  height: 0.45rem;
  top: 9.13rem;
  right: 1.57rem;
  background: url("../img/chouArrowR.png?__rev=829e368") center center no-repeat;
  background-size: 100% auto;
}

/* swiper样式修改 */
/* .swiper-slide-visible {
  width:2.14rem;
  margin-left:10px;
  margin-right: 10px;
} */

body .all_dialog .dialog_body>.close {
  position: absolute;
  margin-left: -0.4rem;
  bottom: -1rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../img/mcClose_BTN.png?__rev=421f547");
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}

body .all_dialog .dialog_body>.close:hover {
  background-image: url("../img/mcClose_BTN.png?__rev=421f547")
}

body .dialog_yuyue_login .yuyue-input,
.dialog_yuyue_login .inviteCode {
  width: 4.5rem;
}

body .all_dialog .dialog_invite .dialog_body {
  position: relative;
  display: block;
  margin: 25% auto 3rem auto;
  padding: 0.24rem 0.18rem 0.36rem 0.18rem;
  width: 6.2rem;
  min-height: 2.5rem;
  color: #333;
  background-image: url(../img/dialog-bg.jpg);
  background-size: 5.2rem !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  border: 0.04rem solid#aea88a;
  z-index: 10;
}

body .all_dialog .dialog_invite .dialog_body .invite-info .invite-info-txt p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.2rem;
  text-align: center;
  margin-bottom: 0.2rem;
}

/* PC端样式 */
.pcContainer{
  width:100%;
  height:800px;
  background:url("../img/pcMianBg.png?__rev=39b0839") center 0 no-repeat;
  min-width: 1200px;
}

.pcTitle{
  width:235px;
  height:78px;
  top:24px;
  left:36px;
  background:url("../img/pcMainTitle.png?__rev=16aa604") center center no-repeat;
}

.pcContainer + #footer{
  margin-top:0;
  min-width: 1200px;
}

