* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-padding-start: 0px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

html,
body {
  margin: 0;
  font-size: 62.5%;
  /*height: 100%;*/
  /*width: 100%;*/
  /*overflow: hidden;*/
  font-family: sans-serif;
  background: #f2f2f2;
  color: #333333;
}

input,
textarea {
  font-size: inherit;
  border: none;
  -webkit-appearence: none;
  -webkit-user-select: text;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #c8c8c8;
}

input.ph-t-r::-webkit-input-placeholder {
  text-align: right;
}

.clear-line-height {
  line-height: normal;
  display: block;
}

/******************************************************************/
.h {
  height: 100%;
}
.w {
  width: 100%;
}

/******************************************************************/
.font-bold {
  font-weight: bold;
}
/******************************************************************/
.f-v {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}

.f-h {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  position: relative;
}

.f-1 {
  -webkit-box-flex: 1;
}

.f-2 {
  -webkit-box-flex: 2;
}
.f-3 {
  -webkit-box-flex: 3;
}

.f-w-0 {
  width: 0px;
}
.f-h-0 {
  height: 0px;
}

.f-p-c {
  -webkit-box-pack: center;
}

.f-p-j {
  -webkit-box-pack: justify;
}

.w-0 {
  width: 0px;
}
.h-0 {
  height: 0px;
}

/******************************************************************/

.scroll {
  position: relative;
  overflow: auto;
}

.page {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  top: 0px;
  overflow: hidden;
  background: #f2f2f2;
  z-index: 100;
}

.page-show {
  visibility: show;
}

.page-hide {
  visibility: hidden;
}

/******************************************************************/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

/******************************************************************/
header {
  background: #ffffff;
  color: #222222;
  text-align: center;
  height: 4.8rem;
  width: 100%;
  font-size: 1.75rem;
  line-height: 3.2;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  font-weight: 550;
}

header:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /*height: 1px;*/
  border-top: 1px solid #dadada;
  color: #d9d9d9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

header .left {
  position: relative;
  height: 100%;
  width: 7.5rem;
  padding-left: 1.5rem;
}

header .right {
  position: relative;
  height: 100%;
  width: 7.5rem;
  padding-right: 1.5rem;
  text-align: right;
}

header .center {
  width: 0px;
  -webkit-box-flex: 1;
}

footer {
  height: 5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.2;
  width: 100%;
  background: #ffffff;
}

/******************************************************************/
.p {
  padding: 1.5rem;
}

.p-l-r {
  padding: 0px 1.5rem;
}

.p-t-b {
  padding: 1.5rem 0px;
}

.p-t {
  padding-top: 1rem;
}

.p-t-2 {
  padding-top: 2rem;
}

.p-b {
  padding-bottom: 1rem;
}

.p-b-2 {
  padding-bottom: 2rem;
}

.p-l {
  padding-left: 1rem;
}
.p-l-2 {
  padding-left: 2rem;
}
.p-l-2_5 {
  padding-left: 2.5rem;
}
.p-l-3 {
  padding-left: 3rem;
}

.p-r {
  padding-right: 1rem;
}
.p-r-2 {
  padding-right: 2rem;
}
.p-r-3 {
  padding-right: 3rem;
}

.m-r {
  margin-right: 1rem;
}
.m-t-0_5 {
  margin-top: 0.5rem;
}
.m-t {
  margin-top: 1rem;
}

.m-t-1_5 {
  margin-top: 1.5rem;
}

.m-t-2 {
  margin-top: 2rem;
}

.m-t-3 {
  margin-top: 3rem;
}

.m-b-3 {
  margin-bottom: 3rem;
}

/******************************************************************/

.b-t {
  position: relative;
}

.b-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  /*height: 1px;*/
  border-top: 1px solid #d9d9d9;
  color: #d9d9d9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.b-b {
  position: relative;
}

.b-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /*height: 1px;*/
  border-top: 1px solid #d9d9d9;
  color: #d9d9d9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.b-l {
  border-left: solid 0.5px #dadada;
}

.b-r {
  border-right: solid 0.5px #dadada;
}

.b-l-r {
  border-left: solid 0.5px #dadada;
  border-right: solid 0.5px #dadada;
}

.b-t-b {
  border-top: solid 0.5px #dadada;
  border-bottom: solid 0.5px #dadada;
}
/******************************************************************/
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.t-s {
  text-shadow: -1px -1px 1px #ffffff, -2px -2px 1px #ffffff,
    -3px -3px 1px #ffffff, -4px -4px 1px #ffffff, -5px -5px 1px #ffffff;
}
/******************************************************************/

/******************************************************************/
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}

/******************************************************************/

.icon-back {
  background: url(../images/icon-back.png) no-repeat;
  background-size: 1.58rem 1.25rem;
  background-position-y: 60%;
  background-origin: content-box;
}
.icon-size {
  width: 2rem;
  height: 2rem;
}

.row {
  height: 5rem;
  background: #ffffff;
  color: #333333;
  position: relative;
  font-size: 1.6rem;
  line-height: 3.125;
}

.arrow,
.row-arrow {
  background: #fff url(../images/icon-arrow.png) right no-repeat;
  background-size: 0.7rem 1.2rem;
  background-origin: content-box;
}
.red-bg {
  background: #fe512d;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.shake-animate-nodelay {
  animation: shake 1s linear infinite;
  -webkit-animation: shake 1s linear infinite;
}
@-webkit-keyframes shake {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  20% {
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
  }
  60% {
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
  }
  80% {
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.dk_activity_bg {
  background: #5a0468 url("../images/dk_award_bg.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.activity_b1 {
  background: url("../images/activity_1010_b1.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  width: 55%;
  left: 22.5%;
  margin-top: 105%;
  overflow: hidden;
}
.activity_b2 {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin-top: 105%;
  height: 4rem;
  line-height: 4rem;
  color: #6f0742;
  font-size: 2.8rem;
  top: 0;
}

.activity_b1 .zwt {
  margin-bottom: 29.7%;
}
.activity_b1 p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 2.1rem;
  color: #d00f23;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activity_b {
  position: absolute;
  margin-top: 128%;
  width: 100%;
  left: 0;
  bottom: 0;
  height: auto;
  padding: 1rem 2rem;
  top: 0;
}
.activity_b ._update {
  margin: 1rem auto;
  width: 62%;
  height: 4rem;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 4rem;
  background: rgba(0, 0, 0, 0.29) url("../images/update-icon.png") no-repeat;
  background-size: 2rem;
  background-position: 1rem center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.activity_b .t1 {
  font-size: 1.3rem;
  color: #ffe98e;
}
.activity_b .border1 {
  font-size: 1.6rem;
  color: #ffe98e;
  border-radius: 4rem;
  border: 1px solid #ffe98e;
  margin: 0.5rem auto;
  height: 4rem;
  line-height: 4rem;
  width: 45%;
  text-align: center;
}
.dialog {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.get_success {
  width: 85%;
  overflow: hidden;
}
.get_success img {
  width: 100%;
  display: block;
}
.activity_in_box {
  width: 45px;
  height: 70px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 8;
}
.activity_in {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  animation: rotate_front 2s linear infinite;
  backface-visibility: hidden;
}
.activity_in2 {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  animation: rotate_back 2s forwards linear infinite;
  backface-visibility: hidden;
  /*transform: rotateY(180deg);*/
}
@-webkit-keyframes rotate_front {
  0% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }

  49% {
    -webkit-transform: rotateY(90deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotate_back {
  0% {
    -webkit-transform: rotateY(-180deg);
    opacity: 0;
  }

  49% {
    -webkit-transform: rotateY(-90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(-90deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
.shebei_card {
  margin: 1rem;
  height: 11rem;
  padding-bottom: 3rem;
  border-radius: 0.8rem;
}
.shebei_word {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  height: 3rem;
  line-height: 3rem;
}
.shebei_couponIs_card.f-h {
  height: 13rem;
  padding-bottom: 5rem;
}
.shebei_statusFlag_card.f-h {
  height: 15.5rem;
  padding-bottom: 7.5rem;
}
.shebei_couponIs_word.b-t {
  height: 5rem;
  padding-top: 0.5rem;
  line-height: 1.5;
}
.shebei_statusFlag_word.b-t {
  height: 7.5rem;
  padding-top: 0.5rem;
  line-height: 1.5;
}
.t716{
  padding: 1rem;
  background: #FFF0D4;
  color: #FF7A2C;
}
.panelback{
  background: #fff;
}
.fr_719>div{
  background: #FFFFFF;
  padding: 1.5rem;
  border-bottom: 1px solid #ededed;
  margin: 1rem;
}
.fr_719>div.com{
  padding-top: 0.2rem
}
.fr_719 input{
  width: 100%;
}
.fr_img{
  margin-bottom: 0.5rem;
}
.fr_img img{
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}
.co718,.pp{
  color: #FF7800;
  text-align: left;
}
.pp{
  background: #FFF0D4;
  font-size: 1.2rem;
  padding: 1rem;
}
.tl718{
  text-align: left
}
.sec718{
  padding: 2rem;
  background: #ffffff;
  text-align: center;
}
.p718{
  color: #076CE2;
}
.tl718 p{
  color: #999
}
.fr_btn{
  background: #FF7800;
  border-radius: 4px;
  /* width: 90%;
  left: 5%; */
  /* position: fixed; */
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 4rem;
  height: 4.8rem;
  line-height: 4.8rem
}
.fr_t{
  background: #FFFFFF;
  font-size:1.4rem;
  color: #37C984;
  padding: 5rem 0;
  margin-top: 0.5rem;
  text-align: center; 
}
.f719{
  padding:1.5rem;
  padding-bottom: 0
}
.f719 span{
  color: #FF7800;
}
.com .c2{
  margin-top: 2rem
}
.com_p p{
  width: 23%;
  display: inline-block
}
.com_g{
  text-align: center;
  margin:0 1.5rem;
}
.com_bt{
  background: red;
  border-radius: 4px;
  width: 90%;
  margin:2rem 5%  2rem 5%;
  font-size: 1.6rem;
  color: #FFFFFF;
  text-align: center;
  height: 4.8rem;
  line-height: 4.8rem
}
.call{
  font-size: 1.1rem;
  color: #076CE2; 
  background: #FFFFFF;
  border: 1px solid #007BFF;
  border-radius: 24px;
  height: 2.4rem;
  line-height: 2.4rem;
  background: #fff;
  padding: 0.2rem 0.5rem;
  text-align: center;
  margin-left: 0.5rem
}
.call a{
  text-decoration: none;
  color: #076CE2; 
}
.btn-back-718{
  background: #18D4C3;
  border-radius: 4px;
  height: 5rem;
  line-height: 5rem;
}
.btn-718{
  background: #ffffff;
  border-radius: 4px; 
  color: #18D4C3;
  border: 0;
  height: 5rem;
  line-height: 5rem;
}
.cg-div{
  width: 90%;
  max-width: 28rem;
  padding: 2.5rem 0;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  top: 25%;
  height: 12rem;
}
.cg-div input{
  width: 90%;
  border-bottom: 1px solid #f8f8f8;
  padding: 1rem;
  margin:2rem  5%;
  margin-bottom: 1rem;
}
.cg-btn{
  display: flex;
  align-content: space-around;
  align-items: center;
}
.cg-btn div{
  background: #F1FAF9;
  border: 1px solid #01A99A;
  border-radius: 4px;
  background: #F1FAF9;
  color: #01A99A;
  border: 1px solid #01A99A;
  border-radius: 4px;
  width: 11rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  margin: 0 auto;
}
.cg-btn div:last-child{
  background: #00D1BE;
  color: #fff; 
}
.com_su{
  text-align: center;
  padding: 4rem;
}
.b-iput input{
  width: 175px
}
.hiddenHtml{
  display: none
}