#header {
  display: none;
}

[v-cloak] {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

body:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/bulletChat/sendBtn.png") no-repeat -312.5rem -31.25rem;
  width: 0;
  height: 0;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
}

body .top {
  width: 100%;
  position: relative;
}

body .top .topPic {
  width: 100%;
}

body .top .toCard {
  position: absolute;
  top: 19%;
  right: 0;
  height: 30%;
  z-index: 2;
}

body .top .toRule {
  position: absolute;
  top: 49%;
  right: 0;
  height: 30%;
  z-index: 2;
}

body .top .allTm {
  width: 100%;
  height: 15rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
  overflow-x: hidden;
  z-index: 0;
}

body .top .allTm .tanmu {
  top: 0;
  right: -100%;
  height: 3rem;
  white-space: nowrap;
  position: absolute;
}

body .top .allTm .tanmu .head {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  left: 1.5625rem;
  width: 1.875rem;
}

body .top .allTm .tanmu .tmText {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 1.25rem;
  border: 0.0625rem solid #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.3125rem;
  text-indent: 1.3rem;
}

body .center {
  width: 100%;
  position: relative;
}

body .center .centerPic {
  width: 100%;
}

body .container {
  width: 100%;
  background: url("../../images/bulletChat/bj.png") no-repeat;
  background-size: 100% 100%;
}

body .container .roles {
  width: 96%;
  margin-left: 2%;
  font-size: 0;
}

body .container .roles .role {
  width: 33.333333%;
  display: inline-block;
  margin: 0 0% -0.3125rem;
}

body .container .roles .role .topPic {
  width: 70%;
  margin-left: 15%;
}

body .container .roles .role .bottom {
  margin-top: -0.8125rem;
  width: 100%;
  position: relative;
}

body .container .roles .role .bottom .textBj {
  width: 100%;
}

body .container .roles .role .bottom .text {
  width: 64%;
  position: absolute;
  top: 43%;
  left: 17%;
}

body .container .chaostitle {
  width: 100%;
  margin-top: 0.3125rem;
}

body .container .chaostitle .titlePic {
  width: 62%;
  margin-left: 19%;
}

body .container .chaosDm {
  padding-bottom: 5rem;
  width: 74%;
  margin-left: 13%;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}

body .container .chaosDm .innerText {
  background: url("../../images/bulletChat/chaosText.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
}

body .container .chaosDm .innerText .text {
  font-size: 0.9375rem;
  color: #908EC0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 85%;
  padding-left: 0.625rem;
}

body .container .chaosDm .innerText .down {
  width: 1rem;
  height: 0.8125rem;
  margin-top: 0.875rem;
  position: absolute;
  right: 6%;
}

body .container .chaosDm .chaosText {
  background: url("../../images/bulletChat/openbj.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -0.75rem;
  padding-top: 0.75rem;
  z-index: 0;
  position: relative;
  width: 98%;
  left: 1%;
  height: 5.1rem;
  overflow: scroll;
}

body .container .chaosDm .chaosText .dmtext {
  font-size: 0.8125rem;
  margin-top: 0.46875rem;
  color: #DAFFFF;
  border-bottom: 0.0625rem solid #4A6B89;
  overflow: hidden;
  display: block;
  width: 90%;
  margin-left: 5%;
  padding-bottom: 0.46875rem;
  text-overflow: ellipsis;
}

body .container .chaosDm .chaosText .line {
  position: absolute;
  height: 1.875rem;
  width: 0.1875rem;
  background: #91FFFC;
  top: 10%;
  right: 3%;
  border-radius: 0.3125rem;
}

body .container .sendBtn {
  width: 100%;
  padding-bottom: 1.5625rem;
}

body .container .sendBtn .sendBtnImg {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 1.25rem;
}

#shareBtn {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.03125rem, 0, 0);
    transform: translate3d(-0.03125rem, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(0.0625rem, 0, 0);
    transform: translate3d(0.0625rem, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-0.125rem, 0, 0);
    transform: translate3d(-0.125rem, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(0.125rem, 0, 0);
    transform: translate3d(0.125rem, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.03125rem, 0, 0);
    transform: translate3d(-0.03125rem, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(0.0625rem, 0, 0);
    transform: translate3d(0.0625rem, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-0.125rem, 0, 0);
    transform: translate3d(-0.125rem, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(0.125rem, 0, 0);
    transform: translate3d(0.125rem, 0, 0);
  }
}

.ruletc {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.ruletc .ruleInner {
  background: url("../../images/bulletChat/tc_bj.png") no-repeat;
  background-size: 100% 100%;
  width: 86%;
  height: 70%;
  margin-top: 20%;
  margin-left: 7%;
  position: relative;
  text-align: center;
}

.ruletc .ruleInner .ruleTitle {
  margin-top: 1.25rem;
}

.ruletc .ruleInner .close {
  position: absolute;
  top: 0.625rem;
  right: 3%;
  width: 1.875rem;
}

.ruletc .ruleInner .ruleText {
  overflow: scroll;
  height: 83%;
  margin-top: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: justify;
  width: 92%;
  margin-left: 4%;
}

.giftTc {
  z-index: 3;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.giftTc .giftTcInner {
  background: url("../../images/bulletChat/tcbj.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 25%;
  width: 90%;
  margin-left: 8%;
  height: 18.75rem;
  position: relative;
}

.giftTc .giftTcInner .giftText {
  position: absolute;
  top: 58%;
  text-align: center;
}

.giftTc .giftTcInner .giftText .giftText1 {
  width: 26%;
  vertical-align: middle;
}

.giftTc .giftTcInner .giftText .goodsName {
  color: #FCA101;
  font-size: 0.9375rem;
}

.giftTc .giftTcInner .giftText .giftText2 {
  width: 13%;
  vertical-align: middle;
}

.giftTc .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 80%;
  margin-left: 10%;
  margin-top: 1.5625rem;
}

.giftTc .btns .btn1 {
  width: 30%;
  height: 2.2rem;
}