em {
    color: red;
}
.animated {
  animation-duration: 15s;
}
.sign_in section{
    padding-bottom:0;
}
.container {
    padding-bottom: 20px;
}
.sign_in section h4 {
    left: 40%;
}

.sign_in section h3 {
  line-height: 20px;
}

.sign_in header .user-msg span.spec {
  width: 100%;
}

.sign_in header .user-msg em {
  top: -6px;
}

.sign_in header .user-msg span {
  width: 45%;
}

.FutureWallet {
    position: relative;
    width: 36vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3f8bff;
    height: 10vw;
    line-height: 10vw;
    font-size: 15px;
    left: 0vw;
    margin: 0 auto;
    margin-top: 2vw;
    text-align: center;
    border-radius: 1vw;
}


    .FutureWallet img {
        width: 8vw;
        height: 8vw;
        animation: 1s daka linear infinite; 
    }

    @keyframes daka{
        0%{
            transform:scale(1)
        }
        50% {
            transform: scale(1.1)
        }
        100% {
            transform: scale(1)
        }
    }
.FutureWallet span {
    padding: 0vw 2.5vw;
    font-size: 4vw;
    color: #fff;
}

.sign_in section h3 {
  margin-top: 10px;
}

.sign_in section .go-btn {
  margin: 50px auto 0;
}

.SignTips {
  position: absolute;
  right: 2vw;
  top: 90px;
  font-size: 4vw;
  letter-spacing: 1px;
}

.FreeReceive {
  position: relative;
  width: 88vw;
  height: 40vw;
  background: #fff;
  border: 2px solid #ff6155;
  border-radius: 2vw;
  margin: 0 auto;
  margin-top: 2vw;
  opacity: 0;
  transition: 0.3s;
}

.FreeTit {
  position: relative;
  width: 100%;
  height: 12vw;
  padding: 0vw 2vw;
  background: linear-gradient(to right, #f85c5a, #fd682f);
}

.FreeLeftTit {
  position: absolute;
  line-height: 12vw;
  font-weight: bold;
  font-size: 4vw;
  color: #fff;
  letter-spacing: 1px;
}

.FreeRightTime {
  position: absolute;
  right: 2vw;
  height: 8vw;
  top: 2vw;
}

.FreeRightTime span {
  font-size: 3.5vw;
  color: #fff;
  line-height: 8vw;
}

.FreeRightTime em {
  background: #fff;
  color: #e04c43;
  padding: 1.5vw 1.2vw;
  border-radius: 1vw;
  font-weight: bold;
  font-size: 4vw;
}

.FreeRightTime b {
  font-size: 4vw;
  margin: 0vw 1px;
  font-weight: bold;
}

.GiftDetail {
  position: relative;
  width: 100%;
  height: 27vw;
  padding: 2vw;
}

.GiftDetailImg {
  position: relative;
  float: left;
  width: 22vw;
  height: 22vw;
  top: 0.5vw;
  left: 0.5vw;
  border-radius: 2vw;
  border: 2px solid #ff6155;
  overflow: hidden;
}

.GiftDetailImg img {
  width: 100%;
  height: 100%;
}

.GiftDetailTit {
  position: relative;
  float: right;
  width: 58vw;
  height: 100%;
}

.GiftTopTit {
  position: relative;
  width: 100%;
  height: 12vw;
  font-size: 4vw;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.GiftBottomPrice {
  position: absolute;
  width: auto;
  bottom: 0.5vw;
  font-size: 4vw;
  color: #333;
  letter-spacing: -1px;
}

.GiftBottomPrice em {
  font-size: 5vw;
}

.GiftBottomGet {
  position: absolute;
  right: 0;
  bottom: 0.5vw;
  width: 22vw;
  height: 8vw;
  background: linear-gradient(to right, #f85c5a, #fd682f);
  text-align: center;
  line-height: 8vw;
  color: #fff;
  border-radius: 4vw;
  font-size: 3.5vw;
  font-weight: bold;
}

.Notice {
  position: relative;
  width: 88vw;
  height: auto;
  background: linear-gradient(to right, #f85c5a, #fd682f);
  border-radius: 2vw;
  margin: 0 auto;
  margin-top: 2vw;
  opacity: 0;
  transition: 0.3s;
}

.NoticeTopTit {
  position: relative;
  width: 100%;
  height: 9vw;
  line-height: 10vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 4.5vw;
  letter-spacing: 1px;
}

.NoticeTopTit::before {
  position: absolute;
  content: "";
  width: 8vw;
  height: 8vw;
  top: 2vw;
  left: 2vw;
  background-image: url(../Images/NoticeGift.svg);
  background-size: 100% 100%;
  animation: NoticeGiftL 2s infinite;
}

.NoticeTopTit::after {
  position: absolute;
  content: "";
  width: 8vw;
  height: 8vw;
  top: 2vw;
  right: 2vw;
  background-image: url(../Images/NoticeGift.svg);
  background-size: 100% 100%;
  animation: NoticeGiftR 2s infinite;
}

@keyframes NoticeGiftR {
  0% {
    transform: rotate(30deg);
  }

  50% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(30deg);
  }
}

@keyframes NoticeGiftL {
  0% {
    transform: rotate(-30deg);
  }

  50% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

.NoticeList {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(4, 19.6vw);
  grid-template-rows: repeat(2, 25vw);
  grid-gap: 2vw;
  width: 100%;
  padding: 2vw;
}

.NoticeTime {
  position: relative;
  width: 100%;
  height: 6vw;
  line-height: 6vw;
  font-size: 4vw;
  color: #fff;
  text-align: center;
}
.NoticeItem {
    border-radius: 1vw;
    overflow: hidden;
}
.NoticeImg {
    position: relative;
    width: 100%;
    height: 19.6vw;
}

    .NoticeImg img {
        width: 100%;
        height: 100%;
        border-radius: 1vw;
    }

.home_swiper {
  position: relative;
  width: 100vw;
  height: 100vw;
  overflow-x: hidden;
}

.home_swiper .swiper-container {
  position: relative;
  width: 100%;
  height: 100vw;
  margin: 0 auto;
}

.home_swiper .swiper-container img {
  width: 100%;
  height: 100%;
  display: block;
}

.home_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.DailyGiftBg {
  position: absolute;
  width: 100%;
  height: 100vw;
  background-image: url(../Images/DailyGiftBg.png);
  background-size: 100% 100%;
  z-index: 999;
  pointer-events: none;
  border: 2vw solid #ebc58f;
  border-bottom: 2vw solid #e3b088;
}

.DailyMiniTit {
  position: absolute;
  bottom: 13vw;
  font-size: 4vw;
  color: #fff;
  left: 40vw;
  width: 38vw;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.DailyBigTit {
  position: absolute;
  bottom: 1.5vw;
  font-size: 5vw;
  color: #e63532;
  left: 44vw;
  width: 52vw;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DailyPirce {
  position: relative;
  width: 100%;
  height: 68vw;
  padding: 3vw;
  background: #fff;
}

.DailyPTit {
  position: relative;
  width: auto;
  height: 5vw;
  line-height: 5vw;
  color: #333;
  font-size: 4vw;
}

.DailyMP {
  position: relative;
  width: 100%;
  height: 8vw;
  line-height: 8vw;
  font-size: 5.5vw;
  font-weight: bold;
  color: #ff0400;
}

.DailyMP em {
  font-size: 4vw;
}

.DailyMP span {
  color: #888;
  font-size: 3.6vw;
  margin-left: 1vw;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: line-through;
}

.DailyGet {
  position: absolute;
  right: 3vw;
  top: 4vw;
  width: 35vw;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 4vw;
  background: linear-gradient(to right, #f85c5a, #fd682f);
}

.DailyGet2 {
  opacity: 0.2;
}

.DailyBTit {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 4.5vw;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 2vw 0vw;
  letter-spacing: 0.5px;
}

.DailyC {
  position: relative;
  width: 100%;
  height: 22vw;
  font-size: 4vw;
  line-height: 5vw;
  background: #fff;
  padding: 2vw 3vw;
  margin-top: 2vw;
}

.CMtit {
  width: 15%;
  height: 100%;
  color: #555;
}

.CRContent {
  position: absolute;
  right: 0;
  top: 2vw;
  width: 85%;
  padding-right: 2vw;
}

.CRContent2 {
  top: 9vw;
}

.DailyExplain {
  position: relative;
  width: 100%;
  height: 76vw;
  background: #fff;
  margin-top: 2vw;
  padding: 3vw;
}

.DailyETit {
  position: relative;
  width: 100%;
  height: 9vw;
  line-height: 8vw;
  font-size: 4vw;
  color: #333;
}

.DailyECont {
  position: relative;
  width: 100%;
  background: #fff4ed;
  border-radius: 2vw;
  padding: 2vw;
  color: #ff302f;
  font-size: 4vw;
}

.DailyECont span {
  font-weight: bold;
}

.DailyImg {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  color: #666;
  font-size: 4vw;
}

.DailyImg span {
  margin: 2vw 0vw;
  letter-spacing: 0.5px;
}

.DailyImg img {
  width: 100vw;
}

.DailyImg span::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 1px;
  top: 5vw;
  margin-left: -12vw;
  background: #666;
}