/*!home:widget/entry/index.scss*/
.btn {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 0.144rem;
  outline: none;
  border: none;
}

.btn:disabled, .btn.disabled {
  background-color: #c0c0c8 !important;
}

.btn.btn-block {
  width: 100%;
}

.btn.btn-primary {
  background-color: #257d9f;
  color: #fff;
}

.btn.btn-primary:active {
  background-color: #0f82d1;
  color: #8dccff;
}

.btn.no-radius {
  border-radius: 0rem;
}

.btn.btn-border {
  background-color: #662e83;
  color: #ffe457;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 0.5184rem;
}

.mt-5 {
  margin-top: 0.2rem !important;
}

.mb-5 {
  margin-bottom: 0.2rem !important;
}

.w-5 {
  margin: 0 auto;
  width: 5% !important;
}

.mt-10 {
  margin-top: 0.4rem !important;
}

.mb-10 {
  margin-bottom: 0.4rem !important;
}

.w-10 {
  margin: 0 auto;
  width: 10% !important;
}

.mt-15 {
  margin-top: 0.6rem !important;
}

.mb-15 {
  margin-bottom: 0.6rem !important;
}

.w-15 {
  margin: 0 auto;
  width: 15% !important;
}

.mt-20 {
  margin-top: 0.8rem !important;
}

.mb-20 {
  margin-bottom: 0.8rem !important;
}

.w-20 {
  margin: 0 auto;
  width: 20% !important;
}

.mt-25 {
  margin-top: 1rem !important;
}

.mb-25 {
  margin-bottom: 1rem !important;
}

.w-25 {
  margin: 0 auto;
  width: 25% !important;
}

.mt-30 {
  margin-top: 1.2rem !important;
}

.mb-30 {
  margin-bottom: 1.2rem !important;
}

.w-30 {
  margin: 0 auto;
  width: 30% !important;
}

.mt-35 {
  margin-top: 1.4rem !important;
}

.mb-35 {
  margin-bottom: 1.4rem !important;
}

.w-35 {
  margin: 0 auto;
  width: 35% !important;
}

.mt-40 {
  margin-top: 1.6rem !important;
}

.mb-40 {
  margin-bottom: 1.6rem !important;
}

.w-40 {
  margin: 0 auto;
  width: 40% !important;
}

.mt-45 {
  margin-top: 1.8rem !important;
}

.mb-45 {
  margin-bottom: 1.8rem !important;
}

.w-45 {
  margin: 0 auto;
  width: 45% !important;
}

.mt-50 {
  margin-top: 2rem !important;
}

.mb-50 {
  margin-bottom: 2rem !important;
}

.w-50 {
  margin: 0 auto;
  width: 50% !important;
}

.mt-55 {
  margin-top: 2.2rem !important;
}

.mb-55 {
  margin-bottom: 2.2rem !important;
}

.w-55 {
  margin: 0 auto;
  width: 55% !important;
}

.mt-60 {
  margin-top: 2.4rem !important;
}

.mb-60 {
  margin-bottom: 2.4rem !important;
}

.w-60 {
  margin: 0 auto;
  width: 60% !important;
}

.mt-65 {
  margin-top: 2.6rem !important;
}

.mb-65 {
  margin-bottom: 2.6rem !important;
}

.w-65 {
  margin: 0 auto;
  width: 65% !important;
}

.mt-70 {
  margin-top: 2.8rem !important;
}

.mb-70 {
  margin-bottom: 2.8rem !important;
}

.w-70 {
  margin: 0 auto;
  width: 70% !important;
}

.mt-75 {
  margin-top: 3rem !important;
}

.mb-75 {
  margin-bottom: 3rem !important;
}

.w-75 {
  margin: 0 auto;
  width: 75% !important;
}

.mt-80 {
  margin-top: 3.2rem !important;
}

.mb-80 {
  margin-bottom: 3.2rem !important;
}

.w-80 {
  margin: 0 auto;
  width: 80% !important;
}

.mt-85 {
  margin-top: 3.4rem !important;
}

.mb-85 {
  margin-bottom: 3.4rem !important;
}

.w-85 {
  margin: 0 auto;
  width: 85% !important;
}

.mt-90 {
  margin-top: 3.6rem !important;
}

.mb-90 {
  margin-bottom: 3.6rem !important;
}

.w-90 {
  margin: 0 auto;
  width: 90% !important;
}

.mt-95 {
  margin-top: 3.8rem !important;
}

.mb-95 {
  margin-bottom: 3.8rem !important;
}

.w-95 {
  margin: 0 auto;
  width: 95% !important;
}

.mt-100 {
  margin-top: 4rem !important;
}

.mb-100 {
  margin-bottom: 4rem !important;
}

.w-100 {
  margin: 0 auto;
  width: 100% !important;
}

.txt-primary {
  color: #257d9f;
}

.txt-danger {
  color: #e05449 !important;
}

.txt-yellow {
  color: #ffe457;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.t-a-l {
  text-align: left;
}

.t-a-r {
  text-align: right;
}

.t-a-c {
  text-align: center;
}

.hide {
  display: none !important;
}

.container-1 {
  height: 20.3rem;
  background: #322a37 url("https://special.ppmoney.com/PPyog2/home/client/widget/panel1/img/panel-bg-2_1dc9ec4.jpg") no-repeat left top;
  background-size: 100% auto;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

/*!home:widget/panel1/index.scss*/
.btn {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 0.144rem;
  outline: none;
  border: none;
}

.btn:disabled, .btn.disabled {
  background-color: #c0c0c8 !important;
}

.btn.btn-block {
  width: 100%;
}

.btn.btn-primary {
  background-color: #257d9f;
  color: #fff;
}

.btn.btn-primary:active {
  background-color: #0f82d1;
  color: #8dccff;
}

.btn.no-radius {
  border-radius: 0rem;
}

.btn.btn-border {
  background-color: #662e83;
  color: #ffe457;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 0.5184rem;
}

.mt-5 {
  margin-top: 0.2rem !important;
}

.mb-5 {
  margin-bottom: 0.2rem !important;
}

.w-5 {
  margin: 0 auto;
  width: 5% !important;
}

.mt-10 {
  margin-top: 0.4rem !important;
}

.mb-10 {
  margin-bottom: 0.4rem !important;
}

.w-10 {
  margin: 0 auto;
  width: 10% !important;
}

.mt-15 {
  margin-top: 0.6rem !important;
}

.mb-15 {
  margin-bottom: 0.6rem !important;
}

.w-15 {
  margin: 0 auto;
  width: 15% !important;
}

.mt-20 {
  margin-top: 0.8rem !important;
}

.mb-20 {
  margin-bottom: 0.8rem !important;
}

.w-20 {
  margin: 0 auto;
  width: 20% !important;
}

.mt-25 {
  margin-top: 1rem !important;
}

.mb-25 {
  margin-bottom: 1rem !important;
}

.w-25 {
  margin: 0 auto;
  width: 25% !important;
}

.mt-30 {
  margin-top: 1.2rem !important;
}

.mb-30 {
  margin-bottom: 1.2rem !important;
}

.w-30 {
  margin: 0 auto;
  width: 30% !important;
}

.mt-35 {
  margin-top: 1.4rem !important;
}

.mb-35 {
  margin-bottom: 1.4rem !important;
}

.w-35 {
  margin: 0 auto;
  width: 35% !important;
}

.mt-40 {
  margin-top: 1.6rem !important;
}

.mb-40 {
  margin-bottom: 1.6rem !important;
}

.w-40 {
  margin: 0 auto;
  width: 40% !important;
}

.mt-45 {
  margin-top: 1.8rem !important;
}

.mb-45 {
  margin-bottom: 1.8rem !important;
}

.w-45 {
  margin: 0 auto;
  width: 45% !important;
}

.mt-50 {
  margin-top: 2rem !important;
}

.mb-50 {
  margin-bottom: 2rem !important;
}

.w-50 {
  margin: 0 auto;
  width: 50% !important;
}

.mt-55 {
  margin-top: 2.2rem !important;
}

.mb-55 {
  margin-bottom: 2.2rem !important;
}

.w-55 {
  margin: 0 auto;
  width: 55% !important;
}

.mt-60 {
  margin-top: 2.4rem !important;
}

.mb-60 {
  margin-bottom: 2.4rem !important;
}

.w-60 {
  margin: 0 auto;
  width: 60% !important;
}

.mt-65 {
  margin-top: 2.6rem !important;
}

.mb-65 {
  margin-bottom: 2.6rem !important;
}

.w-65 {
  margin: 0 auto;
  width: 65% !important;
}

.mt-70 {
  margin-top: 2.8rem !important;
}

.mb-70 {
  margin-bottom: 2.8rem !important;
}

.w-70 {
  margin: 0 auto;
  width: 70% !important;
}

.mt-75 {
  margin-top: 3rem !important;
}

.mb-75 {
  margin-bottom: 3rem !important;
}

.w-75 {
  margin: 0 auto;
  width: 75% !important;
}

.mt-80 {
  margin-top: 3.2rem !important;
}

.mb-80 {
  margin-bottom: 3.2rem !important;
}

.w-80 {
  margin: 0 auto;
  width: 80% !important;
}

.mt-85 {
  margin-top: 3.4rem !important;
}

.mb-85 {
  margin-bottom: 3.4rem !important;
}

.w-85 {
  margin: 0 auto;
  width: 85% !important;
}

.mt-90 {
  margin-top: 3.6rem !important;
}

.mb-90 {
  margin-bottom: 3.6rem !important;
}

.w-90 {
  margin: 0 auto;
  width: 90% !important;
}

.mt-95 {
  margin-top: 3.8rem !important;
}

.mb-95 {
  margin-bottom: 3.8rem !important;
}

.w-95 {
  margin: 0 auto;
  width: 95% !important;
}

.mt-100 {
  margin-top: 4rem !important;
}

.mb-100 {
  margin-bottom: 4rem !important;
}

.w-100 {
  margin: 0 auto;
  width: 100% !important;
}

.txt-primary {
  color: #257d9f;
}

.txt-danger {
  color: #e05449 !important;
}

.txt-yellow {
  color: #ffe457;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.t-a-l {
  text-align: left;
}

.t-a-r {
  text-align: right;
}

.t-a-c {
  text-align: center;
}

.hide {
  display: none !important;
}

.container-1 {
  height: 20.3rem;
  background: #322a37 url("https://special.ppmoney.com/PPyog2/home/client/widget/panel1/img/panel-bg-2_1dc9ec4.jpg") no-repeat left top;
  background-size: 100% auto;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
