.btns{
    margin-top: 2%;
}
.btn {
    width:40%;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.btn button{
    width: 100%;
    font-size: 40px;
    margin: 6px 0;
    border-radius: 11px;
}
.fb-share-button{
    width: 100%;
    height: 100%;
    opacity: 0;
}
#count-down-wrap{
    height: 1%;
    width: 35%;
    display: flex;
    margin: auto;
    margin-top: 3%;
}
.count-prefix{
    background-image: url(/getCrazyFox3/imgs/time.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex: 3;
}
#count-down{
    flex: 1;text-align: left;
    font-size: medium;
    padding-left: 5px;
    font-weight: bolder;
    color: #003d4e;
    display: flex;
    align-items: flex-end;
}
.progress-total{
    font-family: poetsenOne;
    color: #38eaff;
    margin-bottom: 2px;
    font-size: small;
}
#rewardWrap{
    height: 48%;
    width: 90%;
    margin: auto;
    /*margin-top: 4%;*/
}
.rewardItem{
    height: 33%;
    margin: 0 0;
    position: relative;
    background-image: url(/getCrazyFox3/imgs/rewardBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 17% 0 10% 0;
}
.reward-item-wrap{
    height: 100%;
    width: 95%;
    margin: auto;
    margin-top: 3%;
}
.reward-idx{
    font-family: poetsenOne;
    position: absolute;
    top: 20%;
    left: 58%;
    font-size: larger;
    color: #feda3c;
}
.reward-img{
    position: relative;
    /*background-image: url(/getCrazyFox3/imgs/reward-item-bg.png);*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}
.reward-img-item{
    width: 50%;
    position: absolute;
    left: 26%;
    top: 13%;
    border-radius: 50%;

}
.rewardItem>div{
    /*margin: 5px;*/
}
.reward-title{
    height: 11%;
    width: 90%;
    margin: auto;
    background-size: 100% 100%;background-repeat: no-repeat;
    color:#0e9fcc;
    font-weight: bold;
    font-family: poetsenOne;
    font-size: medium;
}
.reward-content{
    height: 100%;
    display: flex;
    margin-top: 4%;
}
.reward-collect{
    position: relative;
    display: block;
}
.reward-text{
    position: absolute;
    top: 53%;
    left: 25%;
    font-size: small;
    width: 50%;
    text-align: center;
    font-family: poetsenOne;
    white-space: nowrap;
}
.get-reward-btn{
    position: absolute;
    bottom: 0px;
    right: 18%;
    width: 65%;
    margin-top: 5px;
}
.reward-lock{
    position: absolute;
    bottom: 0;
    right: 17%;
    width: 18%;
}
.proggress{
    margin: 0;
}
.progressbar{
    margin-bottom: 10px !important;
}
.progress-rate{
    margin: auto;
    padding: 5px 10px;
    position: absolute;
    right: 2%;
    top: 50%;
    width: 10%;
    font-family: poetsenOne;
    color:#0e9fcc;
    font-size: medium;
}
.reward-stage{
    flex: 1;
    padding: 10px;
}
.reward-step{
    margin-top: 5px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
}
.rewardText{
    padding: 5px;
}
.rewardBtn{
    display: block;
    width: 90%;
    margin: auto;
    border: none;
    background: gray;
    color: white;
    border-radius: 5px;
    padding: 10px 0;
}
.rewardBtn.activeReward{
    background: #75b2f5;
}

#board{
    background-image: url(/getCrazyFox3/imgs/board-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 90%;
    margin: auto;
    padding: 10px;
    padding-top: 17%;
    height: 17.5%;
}
#board-list::-webkit-scrollbar {display:none}
#board-list{
    height: 50%;
    overflow-y: auto;
    width: 85%;
    margin: auto;
    padding: 0 1%;
}
.board-item{
    background-image: url(/getCrazyFox3/imgs/board-item-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 10px;
    color: white;
    height: 50%;
    margin-bottom: 3%;
}
.board-id{
    width: fit-content;
    text-align: left;
    padding: 1px 8px;
    border-bottom: 1px dashed #ffffff;
    height: 30%;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: small;
}
.board-content{
    text-align: left;
    height: 70%;
    /*padding: 5px;*/
    overflow: hidden;
    font-size: small;
}
.input-wrap{
    width: 85%;
    margin: auto;
    margin-top: 5px;
}
.board-submit{
    padding: 10px;
    height: 50%;
}
.board-input{
    height: 100%;
    background-image: url(/getCrazyFox3/imgs/board-input-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    padding-left: 10px;
}

#stars{
    width: 83%;
    margin: auto;
    margin-top: 10%;
}
.stars-wrap{
    display: flex;
}
.stars-item{
    opacity: 0;
    flex: 1;
    background: white;
    color: black;
    padding: 4%;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 240px;
    height: 320px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#certify {
    position: relative;
    /*width: 1000px;*/
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

.swiper-slide {
    width: 180px;
    height: 250px;
    background: #fff;
    /*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
    height: 100%;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    /*bottom: 20px;*/
}
