.banner {
  height: 500px;
  background-position: center center;
  min-width: 1260px;
  margin-top: -78px;
}

/* 个人信息 */
.users-datas {
  width: 1200px;
  margin: auto;
  height: 200px;
  position: relative;
  box-shadow: 0 3px 10px rgba(51, 51, 51, 0.25);
  top: -64px;
  background: #ffffff;
  border-radius: 10px;
}
.users-pto {
  border-right: 1px solid #cccccc;
  padding-right: 24px;
  margin: 40px 0px 26px 24px;
}
.users-pto-title {
  position: relative;
}
.users-pto-title img {
  position: absolute;
  top: -14px;
  left: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.users-pto-title span {
  padding-left: 90px;
  font-size: 18px;
  white-space: nowrap;
}
.users-pto-title p {
  padding-left: 90px;
  color: #666666;
  font-size: 16px;
  padding-top: 4px;
}
.users-pto-title p i {
  color: #04c7bf;
  font-size: 18px;
}
.users-pto-title p strong {
  font-size: 24px;
  color: #ffb15e;
  font-weight: bold;
}
.users-data-title {
  height: 60px;
  padding-top: 38px;
}
.users-data-title-left {
  font-size: 16px;
  color: #343434;
  padding-left: 34px;
}
.users-data-title-right {
  color: #666666;
  font-size: 14px;
  padding-right: 20px;
}
.users-data-title-right a {
  color: #666666;
  font-size: 14px;
}
.users-data-title-right a:hover {
  color: #0866df;
}
.users-btn {
  padding-top: 40px;
}
.users-btn button:first-child {
  width: 117px;
  height: 33px;
  border: 1px solid #ffb15e;
  font-size: 14px;
  color: #ffffff;
  border-radius: 10px;
  background: #ffb15e;
}
.users-btn a:nth-child(2) {
  text-align: center;
  vertical-align: middle;
  line-height: 31px;
  display: inline-block;
  width: 115px;
  height: 31px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #666666;
  background: none;
  border-radius: 10px;
}
.users-btn button:hover {
  background: #ffb955;
  border: 1px solid#FFA72B;
  color: #ffffff;
}

.users-btn a:nth-child(2):hover{
  background: #ffb15e;
  border: 1px solid#ffb15e;
  color: #ffffff;
}

.users-data {
  width: 890px;
}
.users-datas-ul ul{
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.users-datas-ul ul li span {
  font-size: 12px;
  color: #343434;
}
.users-datas-ul ul li p {
  font-size: 30px;
  color: #343434;
  padding-top: 20px;
}
.users-datas-ul ul li p strong {
  font-size: 16px;
  font-weight: 400;
}

/* 花星币 */
.huaxing-coin {
  width: 1200px;
  margin: 0 auto 60px auto;
  position: relative;
}
.huaxing-coin-title {
  width: 1200px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
}

.huaxing-coin-title h2 {
  border-bottom: 1px solid #ffa82c;
  width: 100px;
  font-size: 33px;
  color: #343434;
  padding-bottom: 20px;
}

.huaxing-coin-ul ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.huaxing-coin-ul ul li {
  display: inline-block;
  width: 286px;
  background: #fffaf4;
  height: 220px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.huaxing-coin-ul-img,
.huaxing-coin-ul-img1 {
  height: 100px;
  margin: 23px auto 14px auto;
  width: 228px;
  padding-top: 32px;
  text-align: center;
}

.huaxing-coin-ul-img1 span,
.huaxing-coin-ul-img span {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  line-height: 40px;
}
.huaxing-coin-ul-img1 p,
.huaxing-coin-ul-img p {
  font-size: 13px;
  color: #ffecec;
  padding-top: 12px;
}
.huaxing-coin-ul-title {
  position: relative;
  height: 44px;
  width: 100%;
  background: rgba(238, 238, 238, 1);
  padding-top: 7px;
  border-radius: 0 0 10px 10px;
}

.huaxing-coin-ul-title span {
  font-size: 16px;
  line-height: 42px;
  color: rgba(192, 104, 18, 1);
  padding-left: 16px;
}
.huaxing-coin-ul-title button {
  width: 88px;
  height: 30px;
  background: #ffb15e;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.huaxing-coin-ul-title button:hover {
  background: #ffa72b;
}

.huaxing-coin-ul-title p {
  color: #999999;
  font-size: 12px;
  padding: 0px 0 0 16px;
}

/* 弹窗 */
/* 失败弹窗 */
.lyshade {
  z-index: 100000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.success .lymodal,
.failure .lymodal {
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 300px;
  margin-left: -225px;
  margin-top: -150px;
  box-sizing: border-box;
}
.lyshade .modal-head {
  text-align: left;
  padding: 10px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.lyshade .modal-head .lyclose {
  position: absolute;
  right: 21px;
  top: 16px;
  cursor: pointer;
  color: #999999;
  font-size: 12px;
}

.success .modal-body,
.failure .modal-body {
  text-align: center;
}
.success .modal-body p,
.failure .modal-body p {
  font-size: 24px;
  color: #333333;
  padding: 12px 0 36px 0;
}
.failure .modal-body button,
.success .modal-body button {
  width: 106px;
  height: 40px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
  background: none;
}

.failure .modal-body button:last-child,
.success .modal-body button:last-child{
  color: #ffffff;
  background: #FFB15E;
  border: 1px solid #FFB15E;
}

.success .modal-body button:hover,
.failure .modal-body button:hover {
  color: #ffffff;
  background: #ffa72b;
  border: 1px solid #ffa72b;
}
.success .modal-body button:nth-child(3),
.failure .modal-body button:nth-child(3) {
  margin-right: 46px;
}
/* 签到弹窗 */
.signIn .lymodal {
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 640px;
  margin-left: -300px;
  margin-top: -320px;
  box-sizing: border-box;
}
.signIn .lymodal .modal-body p:first-child {
  font-size: 92px;
  display: flex;
  position: relative;
  padding: 20px 0 0 200px;
}
.modal-body-p2 {
  width: 220px;
  height: 42px;
  background: #000000;
  border-radius: 21px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  margin: auto;
}
.modal-body-p2 strong {
  font-style: 24px;
  color: #ffa72b;
}
.signIn .lymodal .modal-body p span:nth-child(2) {
  font-size: 36px;
  display: block;
  padding-left: 10px;
  padding-top: 13px;
}
.signIn .lymodal .modal-body span:nth-child(3) {
  font-size: 28px;
  position: absolute;
  bottom: 15px;
  left: 52%;
}
.icon {
  width: 43px;
  height: 43px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.signIn-conter {
  margin-top: 50px;
}
.signIn-conter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 40px;
}
.signIn-conter ul li {
  text-align: center;
  margin-top: 10px;
}
.signIn-conter-bg {
  width: 120px;
  height: 82px;
  background: #ededed;
  border-radius: 10px;
  padding-top: 24px;
  margin-top: 10px;
}

.signIn-conter-bg i{
  color: #666;
  font-size: 40px;
}

.checked-in .signIn-conter-bg i{
  color: #e99826;
}

.signIn-conter-bgs {
  width: 206px;
  height: 106px;
  background: #ededed;
  border-radius: 10px;
  margin-top: 10px;
}
.signIn-conter-bgs i {
  display: block;
  width: 136px;
  margin: auto;
  height: 106px;
}

.end-title {
  color: #e99826;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
.signIn .modal-head {
  margin-top: 50px;
}
.signIn .modal-head .lyclose {
  color: #ffffff;
  font-size: 18px;
  top: -8px;
  right: 14px;
}
.checked-in .signIn-conter-bg,
.checked-in .signIn-conter-bgs {
  background: rgb(255, 213, 45, 0.5);
}

/* 询问弹窗 */

/* 退出弹窗 */

.ask-modal .modal-head {
  padding: 10px 20px;
}

.ask-modal .modal-head .lyclose {
  right: 20px;
}

.lyshade.ask-modal .lymodal {
  width: 400px;
  height: 240px;
  margin-left: -200px;
  margin-top: -120px;
  text-align: center;
}

.ask-modal .modal-body i {
  color: #FFB15E;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.ask-modal .modal-body p {
  color: #333;
  font-size: 16px;
  margin-top: 50px;
}

.ask-modal .modal-foot a {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 50px;
  margin-right: 30px;
}

.ask-modal .modal-foot a:last-child {
  background-color: #FFB15E;
  border-color: #FFB15E;
  color: #fff;
  margin-right: 0;
}

.ask-modal .modal-foot a:first-child:hover {
  background-color: #ffb15e;
  color: #fff;
  border-color: #ffb15e;
}

.ask-modal .modal-foot a:last-child:hover {
  background-color: #FDA82B;
}

/* snow-modal */

.snow-modal .star-coin {
  font-style: italic;
  width: 600px;
  line-height: 140px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -70px;
  font-size: 120px;
  display: inline-block;
  color: #FFE8BB; /* Fallback Color */
  text-transform: uppercase;
  font-weight: bold;
  font-family: helvetica;
  text-align:center;
  font-size: 70px;
  letter-spacing: -4px;
  text-shadow: 4px 4px 0px #9C0016, 8px 8px 0px rgba(255,255,255,0.1);  /* Fallback Shadow */
}
@media  screen and (-webkit-min-device-pixel-ratio:0) {
  .snow-modal .star-coin{
    background-image: linear-gradient(#ffffff,#FFF7E7,#ffe8bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:none !important;
  }
  .snow-modal .star-coin:after {
      content: attr(data-text);
      left: 8px;
      position: absolute;
      text-shadow: -4px -4px 0px #9C0016, -1px 0px 0px rgba(255, 255, 255, 0.1);
      top: 8px;
      z-index: -1;
      width: 100%;
  }
}


.snow-modal .snow{
  position: absolute;
}

.snow-modal .hbin{
  transform: rotateX(50deg);
}

.snow-modal .coin-o{
  transform: scale(1.2);
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
