@import url('normalize.css');

/* 套用normalize.css可統一各瀏覽器預設值 */

html {
    overflow-y: auto;
    overflow-x: auto;
}

* {
    margin: 0;
    padding: 0;
    /*border: solid 1px;*/
}

html,
body {
    font-family: Helvetica, Arial, '微軟正黑體', sans-serif;
    font-weight: bold;
    /*height: 100%;*/
    width: 100%;
    /* background-color: #ececec;*/
    background-color: #000014;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    background-image: url(../img/p1_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.main {
    width: 900px;
    height: 1179px;
    position: relative;
    margin: 0 auto;
}

.header {
    width: 900px;
    height: 710px;
    position: relative;
    top: 40px;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
}

.m1 {
    width: 640px;
    height: 101px;
    position: relative;
    margin: 0 auto;
    background-image: url(../img/m1_bg);
    background-position: top;
    background-repeat: no-repeat;
}

.timebox {
    width: 407px;
    height: 101px;
    position: relative;
    margin: 0px auto;
    background-image: url(../img/timebox.png);
    background-position: top;
    background-repeat: no-repeat;
}

#counter {
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.cntSeparator {
    font-size: 69px;
    margin: -5px 7px;
    color: #000;
}

.desc {
    margin: 7px 3px;
}

.desc div {
    float: left;
    font-family: Arial;
    width: 70px;
    margin-right: 65px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.m2 {
    width: 640px;
    height: 123px;
    position: relative;
    margin: 0 auto;
}

.m3 {
    width: 640px;
    height: 122px;
    position: relative;
    margin: 0 auto;
}

.btn {
    position: relative;
    display: block;
    width: 640px;
    height: 123px;
    padding-top: 0px;
    margin: 0px auto;
}

.bn1 a {
    position: absolute;
    display: block;
    left: 13px;
    width: 254px;
    height: 101px;
    z-index: 100;
    background-image: url(../img/btn_safeupgrade.png);
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.bn1 a:hover {
    background-image: url(../img/btn_safeupgrade_on.png);
}

.bn2 a {
    position: absolute;
    display: block;
    right: 13px;
    width: 254px;
    height: 116px;
    z-index: 100;
    background-image: url(../img/btn_Supervision.png);
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.bn2 a:hover {
    background-image: url(../img/btn_Supervision_on.png);
}

p.text01 {
    position: absolute;
    font-size: 18px;
    font-family: '微軟正黑體';
    margin-top: 3px;
    width: 700px;
    height: 85px;
    padding-left: 10px;
    text-align: left;
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
}


/*---------------------------------------------------------------*/

.footer {
    z-index: 100;
    width: 100%;
    height: 90px;
    display: block;
    position: relative;
    background-color: #ececec;
    overflow: hidden;
}
