html,
body {
    width: 100%;
    height: 100%;
}
body {
    color: #FFF;
    font-size: 16px;
}
.zh-cn {
  font-family: STHeiti,"Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "SimSun", "\5B8B\4F53",arial;
}
.zh-tw {
  font-family: "Microsoft JhengHei","\5FAE\8EDF\6B63\9ED1\9AD4",arial,helvetica,sans-serif;
}
a[href^=tel] {
    color:inherit;
}
.upup-box {
    display: table;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 680px;
    height: 100%;
    text-align: center;
}
.upup-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.upup-top {
    display: none;
}
.upup-bottom {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 8%;
    vertical-align: middle;
    text-align: left;
}
.upup-logo {
    margin-bottom: 40px;
}
.upup-logo img {
    display: block;
}
.upup-text-title {
    line-height: 42px;
    color: #D6D6D6;
    font-size: 30px;
}
.upup-text-body {
    margin-top: 2px;
    line-height: 26px;
    color: #EED144;
}
.upup-text-notice {
    margin: 4px 0 18px;
    line-height: 20px;
    color: #777;
    font-size: 12px;
}
.upup-text-date > div {
    display: inline-block;
    vertical-align: middle;
}
.upup-text-date span {
    margin: 7px;
    display: block;
    color: #EED144;
}
.upup-text-info {
    margin-top: 22px;
}
.upup-text-info span {
    cursor: pointer;
}
.upup-text-onlineservice2 {
    margin-top: 22px;
    font-size: 15px;
}
@media screen and (min-width: 480px) {
    body {
        height: auto;
        min-height: 100%;
    }
    .upup-box {
        background: none;
    }
    .upup-box:before {
        display: none;
    }
    .upup-top {
        display: block;
        padding-top: 32px;
        background-color: rgba(0, 0, 0, 0.5);
        height: 433px;
    }
    .upup-bottom {
        position: relative;
        display: block;
        padding: 16px 0 24px 234px;
        background: #333;
    }
    .upup-logo {
        position: absolute;
        left: 5%;
        top: 50%;
        margin-top: -31px;
    }
    .upup-text {
        display: table;
        padding: 0 5% 0 2%;
    }
    .upup-clock {
        position: relative;
        margin: 0 auto;
        width: 400px;
        height: 400px;
    }
    .clock-num {
        position: absolute;
        background-image: url('/tpl/template/images/upup/clock_nums.png');
        z-index: 1;
        width: 62px;
        height: 62px;
    }
    .clock-num.done {
        background-image: url('/tpl/template/images/upup/clock_nums_over.png');
        animation: changeNumOver;
        animation-duration: .17s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }
    .upup-clock .clock-12 {
        top: 0;
        left: 169px;
        background-position: -682px 0;
    }
    .upup-clock .clock-1 {
        top: 22px;
        left: 254px;
        background-position: 0 0;
    }
    .upup-clock .clock-2 {
        top: 84px;
        left: 316px;
        background-position: -62px 0;
    }
    .upup-clock .clock-3 {
        top: 169px;
        left: 338px;
        background-position: -124px 0;
    }
    .upup-clock .clock-4 {
        top: 254px;
        left: 316px;
        background-position: -186px 0;
    }
    .upup-clock .clock-5 {
        top: 316px;
        left: 254px;
        background-position: -248px 0;
    }
    .upup-clock .clock-6 {
        top: 338px;
        left: 169px;
        background-position: -310px 0;
    }
    .upup-clock .clock-7 {
        top: 316px;
        left: 84px;
        background-position: -372px 0;
    }
    .upup-clock .clock-8 {
        top: 254px;
        left: 22px;
        background-position: -434px 0;
    }
    .upup-clock .clock-9 {
        top: 169px;
        left: 0;
        background-position: -496px 0;
    }
    .upup-clock .clock-10 {
        top: 84px;
        left: 22px;
        background-position: -558px 0;
    }
    .upup-clock .clock-11 {
        top: 22px;
        left: 84px;
        background-position: -620px 0;
    }
    .upup-clock .active {
        animation: changeNumOver, changeNum;
        animation-duration: .17s, .3s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }
    .upup-clock .clock-12.active {
        animation-delay: .0s, .17s;
    }
    .upup-clock .clock-1.active {
        animation-delay: .17s, .33s;
    }
    .upup-clock .clock-2.active {
        animation-delay: .33s, .5s;
    }
    .upup-clock .clock-3.active {
        animation-delay: .5s, .67s;
    }
    .upup-clock .clock-4.active {
        animation-delay: .67s, .83s;
    }
    .upup-clock .clock-5.active {
        animation-delay: .83s, 1s;
    }
    .upup-clock .clock-6.active {
        animation-delay: 1s, 1.17s;
    }
    .upup-clock .clock-7.active {
        animation-delay: 1.17s, 1.33s;
    }
    .upup-clock .clock-8.active {
        animation-delay: 1.33s, 1.5s;
    }
    .upup-clock .clock-9.active {
        animation-delay: 1.5s, 1.67s;
    }
    .upup-clock .clock-10.active {
        animation-delay: 1.67s, 1.83s;
    }
    .upup-clock .clock-11.active {
        animation-delay: 1.83s, 2s;
    }
    .upup-clock .clock-pointer {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        background: url('/tpl/template/images/upup/clock_pointer.png') 0 0 no-repeat;
        width: 400px;
        height: 400px;
    }
    .upup-clock .clock-tool {
        position: absolute;
        z-index: 2;
        left: 83px;
        top: 83px;
        background: url('/tpl/template/images/upup/clock_fix.png') 0 0 no-repeat;
        width: 235px;
        height: 235px;
    }
}
@keyframes changeNum {
    0% {
        background-image: url('/tpl/template/images/upup/clock_nums_over.png');
    }
    100% {
        background-image: url('/tpl/template/images/upup/clock_nums.png');
    }
}
@keyframes changeNumOver {
    0% {
        background-image: url('/tpl/template/images/upup/clock_nums.png');
    }
    100% {
        background-image: url('/tpl/template/images/upup/clock_nums_over.png');
    }
}
