﻿
/* #region 舊樣式 */
.old-style .modal .info_title {
    top: 120px;
    font-size: 35px;
}

/* 確認按钮 */
.old-style .modal .checkbt {
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/ok.png') no-repeat center center;
}

    .old-style .modal .checkbt:hover {
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/ok_hov.png') no-repeat center center;
    }

.old-style .modal .infobox {
    margin-top: 140px;
}

.old-style .section1 .section1_title.neon .titletext {
    font-size: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*進度資訊*/
.old-style .section2 {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/daterun.png');
}

    /*規則按鈕*/
    .old-style .section2 .rulebt {
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/rule.png') no-repeat center center;
    }

        .old-style .section2 .rulebt:hover {
            background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/rule_hov.png') no-repeat center center;
        }

    .old-style .section2 .date {
        top: 11px;
    }

    .old-style .section2 ul li {
        font-size: 21px;
        letter-spacing: 0;
    }

        .old-style .section2 ul li.leftTab {
            padding: 110px 0 0 254px;
        }

        .old-style .section2 ul li.rightTab {
            padding: 110px 0 0 270px;
        }

        .old-style .section2 ul li span {
            font-size: 18px;
        }

/*簽到按鈕*/
.old-style .section3 .signinbt {
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/signin_no.png') no-repeat center center;
}

    .old-style .section3 .signinbt.SigninStyle {
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/signin_yes.png') no-repeat center center;
    }

        .old-style .section3 .signinbt.SigninStyle:hover {
            background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/signin_yes_hov.png') no-repeat center center;
        }

.old-style .section4 .sbox31 .ok p,
.old-style .section4 .sbox31 .none p,
.old-style .section4 .sbox31 .notyet p,
.old-style .section4 .sbox31 .checkin p,
.old-style .section4 .sbox31 .new p,
.old-style .section4 .sbox31 .Tok p,
.old-style .section4 .sbox31 .off p {
    /* margin-left: 25px;*/
}

.old-style .section4 .sbox31 .ok,
.old-style .section4 .sbox31 .none,
.old-style .section4 .sbox31 .notyet,
.old-style .section4 .sbox31 .checkin,
.old-style .section4 .sbox31 .new,
.old-style .section4 .sbox31 .Tok,
.old-style .section4 .sbox31 .off {
    height: 150px;
}
/*已簽到*/
.old-style .section4 .sbox31 .checkin {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_checkin.png');
}
/*已簽到*/
.old-style .section4 .sbox31 .ok {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_ok.png');
}
/*未簽到*/
.old-style .section4 .sbox31 .none {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_none.png');
}
/*可簽到*/
.old-style .section4 .sbox31 .new {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_new.png');
}
/*还不能签到*/
.old-style .section4 .sbox31 .notyet {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_new.png');
}
/*當天已簽到*/
.old-style .section4 .sbox31 .Tok {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_ok.png');
}
/*未開放簽到*/
.old-style .section4 .sbox31 .off {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/zh-TW/check_off.png');
}
/* #endregion 舊樣式 */

/* #region 新樣式 */
.new-style .modal .info_title {
    top: 120px;
    font-size: 35px;
}

/* 確認按钮 */
.new-style .modal .checkbt {
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/ok.png') no-repeat center center;
}

    .new-style .modal .checkbt:hover {
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/ok_hov.png') no-repeat center center;
    }

.new-style .modal .infobox {
    margin-top: 140px;
}

.new-style .section1 .section1_title.neon .titletext {
    font-size: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*進度資訊*/
.new-style .section2:after {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/daterun.png');
}

/*規則按鈕*/
.new-style .section2 .rulebtUp {
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/rule.png') no-repeat center center;
}

    .new-style .section2 .rulebtUp:hover {
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/rule_hov.png') no-repeat center center;
    }

.new-style .section2 ul li {
    font-size: 21px;
    letter-spacing: 0;
}

    .new-style .section2 ul li.rightTab {
        padding: 255px 0 0 200px;
    }

.section2 ul li span {
    font-size: 18px;
}

/*簽到按鈕*/
.new-style .section3 .signinbt {
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/signin_no.png') no-repeat center center;
}

    .new-style .section3 .signinbt.SigninStyle {
        background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/signin_yes.png') no-repeat center center;
    }

        .new-style .section3 .signinbt.SigninStyle:hover {
            background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/signin_yes_hov.png') no-repeat center center;
        }

.new-style .section4 .sbox31 .ok p,
.new-style .section4 .sbox31 .none p,
.new-style .section4 .sbox31 .notyet p,
.new-style .section4 .sbox31 .checkin p,
.new-style .section4 .sbox31 .new p,
.new-style .section4 .sbox31 .Tok p,
.new-style .section4 .sbox31 .off p {
    /* margin-left: 25px;*/
}

.new-style .section4 .sbox31 .ok,
.new-style .section4 .sbox31 .none,
.new-style .section4 .sbox31 .notyet,
.new-style .section4 .sbox31 .checkin,
.new-style .section4 .sbox31 .new,
.new-style .section4 .sbox31 .Tok,
.new-style .section4 .sbox31 .off {
    height: 150px;
}

/*已簽到*/
.new-style .section4 .sbox31 .ok {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_ok.png');
}
/*已簽到*/
.new-style .section4 .sbox31 .checkin {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_checkin.png');
}
/*未簽到*/
.new-style .section4 .sbox31 .none {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_none.png');
}
/*可簽到*/
.new-style .section4 .sbox31 .new {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_new.png');
}
/*还不能签到*/
.new-style .section4 .sbox31 .notyet {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_new.png');
}
/*當天已簽到*/
.new-style .section4 .sbox31 .Tok {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_ok.png');
}
/*未開放簽到*/
.new-style .section4 .sbox31 .off {
    background-image: url('/CdnRedirect/Web.Portal/_Common/Content/Views/SignInEvent/images/v2/zh-TW/check_off.png');
}

/* #endregion 新樣式 */
