/* 遊戲列表閃光 */
.game_imgbox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.game_imgbox .light {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/game_icon/light.png) top center no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: screen;
    opacity: .6;
}
.game_imgbox .light{
    animation:light 5s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    -moz-animation:light 5s; /* Firefox */
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -webkit-animation:light 5s; /* Safari and Chrome */
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -o-animation:light 5s; /* Opera */
    -o-animation-timing-function:linear;
    -o-animation-iteration-count:infinite;
}

@keyframes light {
    0%{
        left: -110%;
    }
    10%{
        left: 110%;
    }
    100%{
        left: 110%;
    }
}

@-moz-keyframes light {
    0%{
        left: -110%;
    }
    10%{
        left: 110%;
    }
    100%{
        left: 110%;
    }
}

@-webkit-keyframes light {
    0%{
        left: -110%;
    }
    10%{
        left: 110%;
    }
    100%{
        left: 110%;
    }
}

@-o-keyframes light {
    0%{
        left: -110%;
    }
    10%{
        left: 110%;
    }
    100%{
        left: 110%;
    }
}
/**/
.popup_windows {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    overflow: auto;
    z-index: 20;
}
input.btn_superbig, a.btn_superbig, input.btn_big, a.btn_big, input.btn_small, a.btn_small {
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.list_nostyle, .list_dot, .list_number, .list_roman, .list_chinese {
    margin: 0px 0 0 10px;
    padding: 0 0 0 15px;
    text-align: left;
    word-wrap: break-word;
    font: normal normal 17px/23px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.list_number {
    list-style: decimal;
}
/* 簽到送禮金 */
.checkin_box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    z-index: 105;
}
.check-in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    width: 96.8vw;
    height: 152vw;
    background: url(../images/index/float-btn-bgd91d.html?0122703) top center no-repeat;
    background-size: 100% auto;
}
.check-in .checkin-title {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    top: 18vw;
    width: 90%;
    color: #fff;
    text-align: center;
    font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.ck_arrow_l,
.ck_arrow_r {
    color: #feffb5;
    text-shadow: -1px 0 #000, 0 1px #000, 2px 0 #000, 0 -1px #000, 2px 2px 5px #000;
    cursor: pointer;
}
.ck_arrow_l:hover,
.ck_arrow_r:hover,
.ck_arrow_l:active,
.ck_arrow_r:active,
.ck_arrow_l:focus,
.ck_arrow_r:focus {
    color: #ffb05d;
}
.ck_text {
    text-shadow: -1px 0 #000, 0 1px #000, 2px 0 #000, 0 -1px #000, 1px 1px 3px #000;
}
.ck_text .text1 {
    margin-right: 5px;
}
.check-in .checkin-title span,
.check-in .checkin-title div {
    display: inline-block;
    vertical-align: middle;
}
.check-in .checkin-title .money {
    color: #002aff;
    font: normal bold 4vw/3vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.check-in .days {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    padding: 1.5%;
    margin-top: 55vw;
    color: #555;
    text-align: center;
    font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    background: rgba(255, 255, 255, .3);
    -webkit-border-radius: 1.5vw;
    -moz-border-radius: 1.5vw;
    -ms-border-radius: 1.5vw;
    -o-border-radius: 1.5vw;
    border-radius: 1.5vw;
}
.check-in .days img {
    width: 9.6667vw;
}
/* 每日簽到 */
.day-status {
    position: relative;
    width: 13%;
    margin: 5px 0 0 3px;
}
.day-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0 0.1em #000;
}
/* 共用等級表 */
.percentage {
    margin: 4.2667vw auto;
    color: #fff
}
.percentage .container {
    position: relative;
    height: 1.5vw;
    text-align: left;
    background: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
}
.percentage .container span {
    position: absolute;
    top: -2px;
    left: -1px;
    height: 100%;
    background: #005fa2;
    border: 2px solid #fff;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
}
.percentage .container span:after,
.percentage .container span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.percentage .container span:before {
    width: 4vw;
    height: 4vw;
    background: rgba(255, 255, 255, .3);
}
.percentage .container span:after {
    width: 2.4vw;
    height: 2.4vw;
    background: #fff;
}
.percentage .money {
    margin-top: 1.0667vw;
    color: #2a506c;
    text-align: center;
    font: normal bold 3.2vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.check-in .percentage {
    width: 80%;
}
.check-in .explain {
    margin: 2.6667vw 0 0 0;
    color: #666;
    font: normal normal 3.5vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.check-in .explain li {
    margin: 0 0 5px 0;
}
.check-in .percentage .btn_box {
    padding: 0;
    margin: 10px auto 0;
}
.check-in .percentage input[type="button"] {
    width: 60%;
    height: auto;
    color: #fff;
    text-shadow: 1px 0 2px #000;
    background: linear-gradient(to bottom, #fffde6 0%,#f79b4b 50%,#b36f1c 100%);
    border: 2px solid #fff;
}
.check-in .percentage input[type="button"]:hover,
.check-in .percentage input[type="button"]:active,
.check-in .percentage input[type="button"]:focus {
    background: linear-gradient(to bottom, #eee2b1 0%,#f07000 50%,#844c08 100%);
}
.check-in .close {
    position: absolute;
    left: 3.5vw;
    top: 0.5vw;
    -webkit-transform: translate(-50%, 2vw);
    -moz-transform: translate(-50%, 2vw);
    -ms-transform: translate(-50%, 2vw);
    -o-transform: translate(-50%, 2vw);
    transform: translate(-50%, 2vw);
    cursor: pointer;
}
.check-in .close i {
    position: relative;
    display: inline-block;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    color: #000;
    font-size: 6vw;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/********** ForgetAccount ************/
/********** 頁籤 ************/
.panel_wrap {
    margin: 0 auto;
    text-align: left;
    font: normal normal 1.5rem/1.85rem "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
/* 隱藏選取的radio(圓點) */
.panel_control {
    position: absolute;
    opacity: 0;
}
/* 頁籤分頁標題 */
.tab_wrap {
    display: flex;
    margin: 10px 0;
    background-color: #f5f5f5;
}
.tab_label {
    position: relative;
    display: inline-block;
    width: calc(100% / 2);
    padding: 10px 0;
    color: #555;
    text-align: center;
}
/* 隱藏頁籤內容 */
.reg_tab_content,
.foget_tab_content {
    display: none;
}
/* 選取頁籤標題的效果 */
#reg_tab_radio1:checked ~ .tab_wrap [for="reg_tab_radio1"],
#reg_tab_radio2:checked ~ .tab_wrap [for="reg_tab_radio2"],
#foget_tab_radio1:checked ~ .tab_wrap [for="foget_tab_radio1"],
#foget_tab_radio2:checked ~ .tab_wrap [for="foget_tab_radio2"] {
    color: #ae9673;
    font-weight: bold;
}
#reg_tab_radio1:checked ~ .tab_wrap [for="reg_tab_radio1"]:after,
#reg_tab_radio2:checked ~ .tab_wrap [for="reg_tab_radio2"]:after,
#foget_tab_radio1:checked ~ .tab_wrap [for="foget_tab_radio1"]:after,
#foget_tab_radio2:checked ~ .tab_wrap [for="foget_tab_radio2"]:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 5px solid #c9b9ad;
    -webkit-border-radius: .8vw;
    -moz-border-radius: .8vw;
    -ms-border-radius: .8vw;
    -o-border-radius: .8vw;
    border-radius: .8vw;
}
/* 頁籤標題-滑鼠效果 */
.tab_label:hover,
.tab_label:focus,
.tab_label:active {
    color: #c1b29c;
    cursor: pointer;
}
#reg_tab_radio1:checked ~ .tabs_container .tabs_panel1,
#reg_tab_radio2:checked ~ .tabs_container .tabs_panel2,
#foget_tab_radio1:checked ~ .tabs_container .tabs_panel1,
#foget_tab_radio2:checked ~ .tabs_container .tabs_panel2 {
    display: block;
    text-align: left;
}
.tabs_container .col_flex.text_red {
    font: normal normal .9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
/* 寬度大於 1920px (電腦)*/
@media screen and (min-width: 1920px) {
    /* 簽到送禮金 */
    .check-in .close {
        position: absolute;
        left: 3vw;
        top: -0.5vw;
    }
    .check-in {
        width: 25vw;
        height: 40vw;
    }
    .day-status {
        width: 13.5%;
    }
    .check-in .checkin-title {
        font: normal bold 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 2.6vw/1.8vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 12.5vw;
        font: normal bold 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 2.6vw;
    }
    .check-in .percentage {
        width: 75%;
    }
    .check-in .percentage .container {
        height: 0.3vw;
    }
    .check-in .percentage .container span:before {
        width: 1.2vw;
        height: 1.2vw;
    }
    .check-in .percentage .container span:after {
        width: 0.8vw;
        height: 0.8vw;
    }
    .check-in .percentage .money {
        margin-top: 0.2vw;
        font: normal bold 0.8vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        font: normal normal 1vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in input.btn_big,
    .check-in a.btn_big {
        padding: 3px;
        font: normal bold 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close i {
        width: 2vw;
        height: 2vw;
        line-height: 2.2vw;
        font-size: 1.2vw;
    }
    .check-in .percentage input[type="button"] {
        width: 75%;
        font: normal bold 1.4vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
    /* 簽到送禮金 */
    .check-in .checkin-title {
        top: 16.5vw;
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 19vw;
        font: normal bold 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage .btn_box {
        margin: 15px auto;
    }
    .check-in .explain {
        font: normal normal 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 簽到送禮金 */
    .check-in .checkin-title {
        top: 17vw;
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 19vw;
        font: normal bold 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage .btn_box {
        margin: 15px auto;
    }
}
/* 寬度大於 1024px (電腦)*/
@media screen and (min-width: 1024px) {
    /* 簽到送禮金 */
    .check-in {
        width: 32vw;
        height: 55vw;
    }
    .check-in .checkin-title {
        top: 60px;
        font: normal bold 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 3vw/2.2vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 17vw;
        font: normal bold 1.3vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 0.8vw;
        -moz-border-radius: 0.8vw;
        -ms-border-radius: 0.8vw;
        -o-border-radius: 0.8vw;
        border-radius: 0.8vw;
    }
    .check-in .days img {
        width: 3.1vw;
    }
    .check-in .percentage {
        width: 85%;
        margin: 1vw auto;
    }
    .check-in .percentage .container {
        height: 0.4vw;
    }
    .check-in .percentage .container span:before {
        width: 1.5vw;
        height: 1.5vw;
    }
    .check-in .percentage .container span:after {
        width: 1vw;
        height: 1vw;
    }
    .check-in .percentage .money {
        margin-top: 0.5vw;
        font: normal bold 1.2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin-top: 0;
        font: normal normal 1.3vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage .btn_box {
        width: 80%;
        margin: 20px auto;
    }
    .check-in .percentage input[type="button"] {
        width: 80%;
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        -webkit-transform: translate(-50%, 4vw);
        -moz-transform: translate(-50%, 4vw);
        -ms-transform: translate(-50%, 4vw);
        -o-transform: translate(-50%, 4vw);
        transform: translate(-50%, 4vw);
    }
    .check-in .close i {
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        font-size: 2vw;
    }
}
/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
    /* 簽到送禮金 */
    .checkin_box {
        position: absolute;
    }
    .check-in .close {
        left: 10vw;
        top: 0;
        -webkit-transform: translate(-50%, 10vw);
        -moz-transform: translate(-50%, 10vw);
        -ms-transform: translate(-50%, 10vw);
        -o-transform: translate(-50%, 10vw);
        transform: translate(-50%, 10vw);
    }
    .check-in .close i {
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 5vw;
    }
    .check-in .days {
        font: normal bold 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage {
        width: 85%;
    }
    .percentage {
        margin: 10px auto 0;
    }
    .check-in .explain {
        margin: 0;
        font: normal normal 16px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        padding: 5px;
    }
}
/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 70%;
    }
    .check-in {
        width: 45vw;
        height: 75vw;
    }
    .check-in .checkin-title {
        top: 23vw;
        font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 3.6vw/2.8vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 27vw;
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 4.6667vw;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        margin-top: 0.5vw;
        font: normal bold 2vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 5vw;
        -webkit-transform: translate(-50%, 4vw);
        -moz-transform: translate(-50%, 4vw);
        -ms-transform: translate(-50%, 4vw);
        -o-transform: translate(-50%, 4vw);
        transform: translate(-50%, 4vw);
    }
    .check-in .close i {
        width: 4.5vw;
        height: 4.5vw;
        line-height: 4.5vw;
        font-size: 2.8vw;
    }
}
/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 66%;
    }
    .check-in {
        width: 43vw;
        height: 75vw;
    }
    .check-in .checkin-title {
        top: 22vw;
        font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 3.6vw/2.8vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 24.5vw;
        font: normal bold 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 4vw;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        margin-top: 0.5vw;
        font: normal bold 2vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        font: normal normal 15px/19px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        font: normal bold 2.4vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 6vw;
        top: 0;
        -webkit-transform: translate(-50%, 6vw);
        -moz-transform: translate(-50%, 6vw);
        -ms-transform: translate(-50%, 6vw);
        -o-transform: translate(-50%, 6vw);
        transform: translate(-50%, 6vw);
    }
    .check-in .close i {
        width: 4vw;
        height: 4vw;
        line-height: 4vw;
        font-size: 2.5vw;
    }
}
/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 70%;
    }
    .check-in {
        width: 45vw;
        height: 75vw;
    }
    .check-in .checkin-title {
        top: 23vw;
        font: normal bold 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 26vw;
        font: normal bold 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 4.6667vw;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        font: normal bold 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        font: normal normal 15px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 5vw;
        -webkit-transform: translate(-50%, 5vw);
        -moz-transform: translate(-50%, 5vw);
        -ms-transform: translate(-50%, 5vw);
        -o-transform: translate(-50%, 5vw);
        transform: translate(-50%, 5vw);
    }
    .check-in .close i {
        width: 4.5vw;
        height: 4.5vw;
        line-height: 4.5vw;
        font-size: 2.8vw;
    }
}
/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 75%;
    }
    .check-in {
        width: 50vw;
        height: 85vw;
    }
    .check-in .checkin-title {
        top: 25vw;
        font: normal bold 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 27.5vw;
        font: normal bold 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 5vw;
    }
    .check-in .percentage {
        width: 90%;
        margin: 2vw auto;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        margin-top: .8vw;
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin: 0 10px;
        font: normal normal 14px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 5.5vw;
        -webkit-transform: translate(-50%, 6vw);
        -moz-transform: translate(-50%, 6vw);
        -ms-transform: translate(-50%, 6vw);
        -o-transform: translate(-50%, 6vw);
        transform: translate(-50%, 6vw);
    }
    .check-in .close i {
        width: 5vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3vw;
    }
}
/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    /* 簽到送禮金 */
    .check-in {
        width: 80vw;
        height: 138vw;
    }
    /* .check-in .checkin-title .money {
        font: normal bold 5vw/4.2vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    } */
    .check-in .checkin-title {
        top: 40.5vw;
        font: normal bold 4.5vw/4.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 45vw;
        font: normal bold 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 7.6667vw;
    }
    .check-in .percentage .container {
        height: 1.2vw;
    }
    .check-in .percentage .container span:before {
        width: 3.5vw;
        height: 3.5vw;
    }
    .check-in .percentage .container span:after {
        width: 2.2vw;
        height: 2.2vw;
    }
    .check-in .percentage .money {
        font: normal bold 2.4vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        padding: 7px;
    }
}
/* 寬度介於 401px - 414px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 401px) and (max-width: 414px) {
    /* 簽到送禮金 */
    /* .check-in .checkin-title {
        top: 14vw;
    } */
    .check-in .explain {
        font: normal normal 15px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    /* 簽到送禮金 */
    .check-in {
        height: 167vw;
    }
    .check-in .checkin-title {
        font: normal bold 5.6vw/5.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 6.4vw/5.6vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        font: normal normal 15px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title {
        top: 49.5vw;
        font: normal bold 5vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 55vw;
        font: normal bold 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 55%;
    }
    .check-in {
        width: 95vw;
        height: 160vw;
    }
    .check-in .days {
        margin-top: 47vw;
        font: normal bold 12px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .percentage .container span:before {
        width: 6vw;
        height: 6vw;
    }
    .percentage .container span:after {
        width: 3.4vw;
        height: 3.4vw;
    }
    .check-in .checkin-title {
        top: 48.5vw;
        font: normal bold 5vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 53.5vw;
        font: normal bold 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 7vw/6.2vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        font: normal normal 14px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        padding: 3px;
        font: normal bold 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}
/* 寬度小於 280px */
@media screen and (max-width: 280px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 50%;
    }
    .day-status {
        margin: 3px 0 0 2px;
    }
    .check-in .explain {
        font: normal normal 13px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度小於 240px */
@media screen and (max-width: 240px) {
    /* 簽到送禮金 */
    .checkin_box {
        top: 58%;
    }

    .check-in {
        width: 100vw;
        height: 167vw;
    }

    .day-status {
        margin: 1px 0 0 2px;
    }

    .check-in .checkin-title {
        top: 49.5vw;
        font: normal bold 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }

    .check-in .days {
        margin-top: 56.5vw;
        font: normal bold 13px/13px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }

    .check-in .percentage {
        width: 90%;
    }

    .check-in .days img {
        width: 10vw;
    }

    .check-in .close i {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 7vw;
    }
}