* {
  margin: 0;
  padding: 0;
}

html {
  /*防止点击img闪屏幕*/
  -webkit-tap-highlight-color: transparent;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  color: #000;
}

.hide {
  display: none !important
}

.index_scrim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(250, 250, 250, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20000;
}

.index_common_load {
  margin-top: -100px;
  border-radius: 5px;
  text-align: center;
}

.index_common_load_img {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: -40px;
}

.index_common_load_span {
  display: block;
  color: #d3d3d3;
  font-size: 14px;
}

.index_common_load_t1 {
  font-size: 14px;
  margin-top: -40px;
}

.index_common_load_t2 {
  margin: 15px 0;
}

/* jinshang top-bar saler-style */

.saler {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  z-index: 99;
  background-color: #fff;
}

.saler .saler-info {
  flex: 1;
  box-sizing: border-box;
  padding: 5px 7px;
}

.saler .saler-info .sign-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.saler .saler-info .sign-icon>img {
  display: block;
  width: 100%;
  height: 100%;
}

.saler .saler-info .saler-detail {
  float: left;
  width: calc(100% - 74px);
  height: 100%;
}

.saler-detail .saler-name {
  font-size: 14px;
  font-weight: normal;
}

.saler-detail .saler-tel {
  font-size: 12px;
}

.saler .part-icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.saler .part-icons::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 20px;
  background-color: #ccc;
}

.saler .part-icons img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 7px;
}

.saler-dialog {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.saler-dialog .saler-box {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.saler-box .qr-code {
  width: 200px;
  height: 200px;
}

.saler-dialog .no-qr {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.mt50 {
  margin-top: 50px !important;
}

.page {
  position: relative;
  /*overflow: hidden;*/
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.page .cover {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.page iframe {
  width: 100%;
  height: 100%;
}

/* 
.page .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page .swiper-wrapper {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}

.page .swiper-slide {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: 100% auto;
    overflow: hidden;
    text-align: center;
    line-height: 300px;
    z-index: 997;
}

.page .swiper-slide img {
    width: 100%;
    height: 100%;
} */

.page .bottom {
  position: fixed;
  left: 0rem!important;
  bottom: 1rem!important;
  width: 100%;
  display: flex;
  /* background: rgba(0, 0, 0, 0.8); */
  justify-content: space-around;
  z-index: 2000;
}

.page .bottom .item {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  display: none;
}

.page .bottom .item_warp {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}

.page .bottom .item .btn_zd_a {
  width: 100%;
  height: 100%;
  display: block;
}

.page .bottom .item .btn_zx_a {
  width: 100%;
  height: 100%;
  display: block;
}

.page .bottom .item .icon {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.page .bottom .item .txt {
  color: #bda472;
  font-size: 9px;
  margin-top: 0rem;
}

.page .arrow {
  width: .9375rem;
  height: .5rem;
  background: url("http://assets.rurushishi.com/h5/img/arrow.png");
  background-size: .9375rem .5rem;
  position: absolute;
  left: 50%;
  margin-left: -.46875rem;
  bottom: 4.5rem;
  z-index: 10;
  animation: arrow 1s ease-out infinite;
  -webkit-animation: arrow 1s ease-out infinite;
  -moz-animation: arrow 1s ease-out infinite;
  -ms-animation: arrow 1s ease-out infinite;
  -o-animation: arrow 1s ease-out infinite
}

@-moz-keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0)
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0)
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
  }
}

@-o-keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0)
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
  }
}

@keyframes arrow {
  0% {
    transform: translate3d(0, -1rem, 0);
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
    -ms-transform: translate3d(0, -1rem, 0);
    -o-transform: translate3d(0, -1rem, 0)
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
  }
}

.page .music {
  position: fixed;
  top: 1rem;
  left: 19rem;
  z-index: 1;
  display: none;
}

.page .music .music_img {
  width: 1.8rem;
  height: 1.8rem;
}

.music_img_play {
  animation: music_img 2s linear infinite;
  -webkit-animation: music_img 2s linear infinite;
}

@keyframes music_img {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.page .fav {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  /* 留电修改1 */
  background: rgba(250, 250, 250, 0.98);
  box-shadow: 0px 0.3rem 0.3rem #f3f3f3 inset;
  transition: height .5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  z-index: 3000;
}

.page .fav .form {
  width: 90%;
  height: 2.6rem;
  overflow: hidden;
  margin-left: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page .fav .form .left {
  width: 80%;
  height: 2.6rem;
  overflow: hidden;
  float: left;
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
  /* 留电修改2 */
  background: linear-gradient(150deg, #7cd2ff 0.1rem, #61C4F7, #61C4F7)
}

.page .fav .form .left .inner {
  width: 99%;
  margin-left: 0.15rem;
  height: 2.4rem;
  margin-top: 0.1rem;
  overflow: hidden;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  /* 留电修改3 */
  background-color: #fafafa;
}

.page .fav .form .left .inner .input {
  margin-left: 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: '微软雅黑';
  /* 留电修改4 */
  background-image: -webkit-gradient(linear, 0 0, 100% bottom, from(#7cd2ff), to(#61C4F7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .fav .form .right {
  width: 20%;
  height: 2.6rem;
  overflow: hidden;
  float: left;
  border-top-right-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
  text-align: center;
  line-height: 2.6rem;
  /* 留电修改5 */
  color: #fafafa;
  font-size: 1rem;
  /* 留电修改6 */
  background: linear-gradient(150deg, #7cd2ff 0.1rem, #61C4F7, #61C4F7)
}

.page .btns table {
  width: 100%;
  color: #c5c5c5;
  padding: 0;
  margin: 0;
}

.page .btns table td {
  height: 3rem;
  width: 8rem;
  text-align: center;
  /* 留电修改7 */
  border-right: 1px solid #5CC3F9;
  border-bottom: 1px solid #5CC3F9;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.page .btns table td:nth-of-type(3n+0) {
  border-right: none;
}

.page .btns table td:active {
  background-color: #989898;
  color: white;
}

.page .btns table .td10 {
  border-bottom: none;
}

.page .btns table .td11 {
  border-bottom: none;
}

.page .btns table .td12 {
  border-bottom: none;
}

.page .wx {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  background: rgba(250, 250, 250, 0.98);
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  box-shadow: 0px 0.3rem 0.3rem #f3f3f3 inset;
  transition: height .5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  overflow: hidden;
  z-index: 100;
}

.page .wx .title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: '微软雅黑';
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#505050), to(#595959));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .wx .content {
  height: 11rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.page .wx .content .contact {
  width: 49%;
  height: 9rem;
  float: left;
  text-align: center;
  overflow: hidden;
}

.page .wx .content .contact .title {
  color: #a9987c;
  height: 2rem;
  line-height: 2rem;
  font-size: .5rem;
  font-family: "微软雅黑";
}

.page .wx .content .contact .qrcode_img {
  border: 2px solid #bf9c6d;
  width: 6rem;
}

.page .wx .content .contact .wxno {
  height: 2rem;
  line-height: 2rem;
  max-width: 9rem;
  min-width: 6rem;
  border-radius: .5rem;
  color: white;
  font-size: 1rem;
  overflow: visible;
  display: inline-block;
  padding: .4rem .8rem .4rem .8rem;
  margin-top: 1rem;
  background: linear-gradient(150deg, #d8cd9e 0.1rem, #c19d6a, #b59765);
}

.page .wx .content .dividingline {
  height: 9rem;
  width: 2%;
  float: left;
}

.page .wx .content .dividingline div {
  width: 0px;
  height: 3rem;
  margin: 3rem auto;
  border-left: 1px solid #363636;
  border-right: 1px solid #acacac;
}

.page .wx .content .customservice {
  height: 9rem;
  width: 49%;
  float: right;
  text-align: center;
}

.page .wx .content .customservice .title {
  color: #333333;
  height: 2rem;
  line-height: 2rem;
  font-size: .5rem;
  font-family: "微软雅黑";
}

.page .wx .content .customservice .head {
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  margin-top: .6rem;
  border: 2px solid #c4ab6e;
}

.page .wx .yq {
  text-align: center;
  font-size: .5rem;
  color: #6d6e6e;
}

.page .record {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  background: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  box-shadow: 0px 0.3rem 0.3rem #1f1f20 inset;
  transition: height .5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  overflow: hidden;
  z-index: 100;
}

.page .record .title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: '微软雅黑';
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#d8cd9e), to(#c19d6a));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .record .btn {
  text-align: center;
}

.page .record .btn img {
  height: 5rem;
  margin-top: 2rem;
}

.page .photo {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  height: 0rem;
  background: rgba(250, 250, 250, 0.98);
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  box-shadow: 0px 0.3rem 0.3rem #f3f3f3 inset;
  transition: height .5s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  overflow: hidden;
  z-index: 2001;
}

.page .photo .title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-family: '微软雅黑';
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#505050), to(#595959));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page .photo .btn {
  text-align: center;
}

.page .photo .btn img {
  height: 5rem;
  width: 5rem;
  margin-top: 0rem;
}

.page .photo .face-tip-title {
  width: 100%;
  text-align: center;
  font-size: .9rem;
  color: #333333;
}

.page .photo .face-tip-cnt {
  width: 100%;
  text-align: center;
  font-size: .8rem;
  color: #333333;
}

.page .photo .face-error {
  width: 95%;
  margin: 0 auto;
  margin-top: .5rem;
  display: flex;
  display: -webkit-flex;
}

.page .photo .face-error .item {
  width: 25%;
  text-align: center;
}

.page .photo .face-error .item img {
  width: 80%;
}

.page .photo .face-error .item .txt {
  font-size: .7rem;
  color: #333333;
}

.page .photo .face-btn {
  margin-top: .5rem;
  text-align: center;
  color: #000000;
  border-top: 1px solid #d4d4d4;
  height: 3rem;
  line-height: 3rem;
  font-size: .9rem;
}

#fileToUpload {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid blue;
  width: 100%;
  height: 3rem;
  opacity: 0;
}

.msg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3000;
}

.msg_warp {
  position: absolute;
  width: 10rem;
  margin-left: 5rem;
  top: 15rem;
  background-color: #1f1f20;
  z-index: 1000;
  color: #ffffff;
  padding: 1rem;
  border-radius: .5rem;
}

.msg_content {
  text-align: center;
}

.msg_title {
  margin-top: 2rem;
  margin-left: 3.3rem;
  border: 1px solid #f9f9f9;
  width: 3rem;
  border-radius: .2rem;
  padding: .1rem .2rem;
  text-align: center;
}

/*去掉自带的logo*/

.ui-loader {
  display: none;
}

.ui-page {
  min-height: auto !important;
}

[title='站长统计'] {
  display: none;
}

.page .count {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  border-bottom: 3px solid #e1e1e1;
}

.page .count_left {
  display: flex;
  display: -webkit-flex;
  width: 70%;
  font-size: 14px;
}

.page .count_left>div {
  display: flex;
  justify-content: center;
  line-height: 40px;
  height: 40px;
  padding-left: .5rem;
}

.page .count_left>div>div>img {
  height: 20px;
  vertical-align: text-bottom;
}

.page .count_right {
  display: flex;
  display: -webkit-flex;
  width: 30%;
  font-size: 14px;
  justify-content: flex-end;
  padding-right: .5rem;
}

.page .count_subcribe {
  width: 90%;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  background-color: #ed9e35;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  font-size: 14px;
}

.face-cut {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2a2d31;
  z-index: 2001;
}

.face-cut>div {
  width: 94%;
  margin: 0 auto;
}

.face-cut .face-cut_header {}

.face-cut .face-cut_header .face-cut_header-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.face-cut .face-cut_header .face-cut_header-des {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.face-cut .face-cut_container {
  width: 100%;
  height: 23rem;
}

.face-cut_tools {
  display: flex;
  display: -webkit-box;
  justify-content: center;
  align-items: center;
}

.face-cut_tools .face-cut_rotate {
  width: 5rem;
  margin: 0 auto;
  margin-top: 1rem;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #006fef;
  font-size: 14px;
}

.face-cut_tools .face-cut_rotate img {
  width: 1rem;
  vertical-align: sub;
}

.face-cut .face-cut_footer {
  position: fixed;
  bottom: 0;
  display: flex;
  display: -webkit-box;
  margin-left: 3%;
  margin-bottom: 1rem;
}

.face-cut .face-cut_footer>div {
  width: 48%;
  font-size: 16px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.face-cut .face-cut_footer .face-cut_ok {
  background-color: #006fef;
}

.face-cut .face-cut_footer .face-cut_cancel {
  margin-left: 4%;
  background-color: #cccccc;
}

.btn_home img {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  opacity: 0.8;
  z-index: 2000;
}

.btn_qrcode img {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 400px;
  opacity: 0.8;
  z-index: 2000;
}

.btn_vr_call img {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 350px;
  opacity: 0.8;
  z-index: 2000;
}

.btn_vr_close img {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 300px;
  opacity: 0.8;
  z-index: 2000;
}

/* my_indicator start */

.my_indicator .scrim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.my_indicator .common-load {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  text-align: center;
  margin-top: -100px;
}

.my_indicator .common-load img {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: -40px;
}

.my_indicator .common-load span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.my_indicator .common-load .t1 {
  font-size: 14px;
  margin-top: -40px;
}

.my_indicator .common-load .t2 {
  margin: 15px 0;
}

.my_indicator .common-load .close img {
  width: 40px;
  height: 40px;
  margin: 20px auto;
}

/* my_indicator end */

.wx-qrcode {
  position: fixed;
  top: 30%;
  left: 17%;
  width: 64%;
  /* height: 16.5rem; */
  background-color: #fffffe;
  border-radius: 5%;
  z-index: 2;
  border: 1px solid #f1f1f1;
}

.wx-qrcode .close {
  position: absolute;
  top: 0.5rem;
  right: 0rem;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #0000005e;
}

.wx-qrcode .close img {
  position: relative;
  right: 10px;
}

.wx-qrcode .text {
  line-height: 2rem;
  text-align: center;
  color: #fcb257;
  padding-top: 1.5rem;
}

.wx-qrcode .er_img {
  width: 100%;
}

.wx-qrcode .er_img>img {
  width: 70%;
  margin-left: 15%;
}

.wx-qrcode .point {
  line-height: 2rem;
  text-align: center;
  color: #535353;
  font-size: 14px;
  margin-bottom: 1rem;
}

/* 图片弹框 */

.vue_showimg {}

.vue_showimg_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vue_showimg_content {
  width: 75%;
  animation: zoomIn 1s;
}

.vue_showimg_content .b1 {
  width: 100%;
}

.vue_showimg_content .b1>img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.vue_showimg_content .close {
  margin-top: 15px;
  text-align: center;
}

.vue_showimg_content .close>img {
  width: 30px;
}

.vue_showimg_content .tips {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

/* 动画  */

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes swing {
  4% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
  }
  12% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
}


/* 悬浮抽奖按钮 */

.btn_luckdraw2 {
  width: 3rem;
  position: fixed;
  bottom: 18rem;
  right: 0.8rem;
  z-index: 30;
}

.btn_luckdraw2>img {
  width: 100%;
  opacity: 1;
}

.btn_luckdraw2NameWarp {
  position: absolute;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  color: #81300b;
}

.btn_luckdraw2Name {
  font-size: 12px;
  width: 24px;
  line-height: 14px;
}
/*# sourceMappingURL=tp1_entry.509fb6e6.css.map*/