@charset "utf-8";
/* RealClear Digital, FEB 2015 */

/*************************General**********************************/

/* Color Chart - Red : #c30b0b; Blue : #0ea2ff */

body              { margin: 0; background: #000; min-width: 990px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale; 
                  }
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input, 
textarea,         { font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;}
input:focus, 
textarea:focus    { outline: none;}


/*************************Universal**********************************/
.wrapper{
    min-width: 990px;
    color: #eee;
    font-size: 15px; 
    font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.wrapper p{
    line-height: 1.5em;
}


.footer{
    width: 960px;
    margin: 50px auto 30px auto;
    text-align: right;
}
.footer img{
    vertical-align: middle;
    padding-right: 10px;
}


.steps-title-a{
    text-align: center;
    color: #0ea2ff;
    font-weight: normal;
    font-size: 2em;
    margin-top: 40px;
}
.steps-title-b{
    text-align: center;
    color: #c30b0b;
    font-weight: normal;
    font-size: 2em;
    margin-top: 40px;
}

.steps{
    width: 960px;
    position: relative;
    margin: 20px auto;
    padding: 0 0 10px 0;
    list-style-type: none;
}
.steps:after{
    clear: both;
    display: block;
    content: '';
}
.steps li{
    margin: 0;
    float: left;
    height: 122px;
}
.steps li.off{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8-9 */
    filter : alpha(opacity=30);
    opacity : 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.steps .steps-1{
    background: url("../Image/steps-1.png") no-repeat;
    width: 130px;
    padding: 10px 5px 0 75px;
}
.steps .steps-2{
    background: url("../Image/steps-2.png") no-repeat;
    width: 120px;
    padding: 10px 10px 0 110px;
}
.steps .steps-3{
    background: url("../Image/steps-3.png") no-repeat;
    width: 110px;
    padding: 10px 10px 0 120px;
}
.steps .steps-4{
    background: url("../Image/steps-4.png") no-repeat;
    width: 113px;
    padding: 10px 10px 0 120px;
}

.steps-b{
    width: 700px;
    position: relative;
    margin: 20px auto;
    padding: 0 0 50px 0;
    list-style-type: none;
    background: url("../Image/line.png") center bottom no-repeat;
}
.steps-b:after{
    clear: both;
    display: block;
    content: '';
}
.steps-b li{
    margin: 0;
    float: left;
    height: 122px;
}
.steps-b li.off{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8-9 */
    filter : alpha(opacity=30);
    opacity : 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.steps-b .steps-b-1{
    background: url("../Image/steps-alt-1.png") no-repeat;
    width: 130px;
    padding: 10px 5px 0 75px;
}
.steps-b .steps-b-2{
    background: url("../Image/steps-alt-2.png") no-repeat;
    width: 110px;
    padding: 10px 10px 0 120px;
}
.steps-b .steps-b-3{
    background: url("../Image/steps-alt-3.png") no-repeat;
    width: 110px;
    padding: 10px 10px 0 120px;
}

/*************************Home**********************************/

.hero{
    background: url("../Image/hero.jpg") center top no-repeat;
    height: 660px;
    margin: 0 auto;
}
.hero h1, .hero h2{
    text-indent: -9999em;
}


.home-block{
    margin: 30px auto;
    width: 960px;
}
.home-block-l .home-block-img{
    float: left;
}
.home-block-r .home-block-img{
    float: left;
}
.home-block-l .home-block-text{
    float: right;
}
.home-block-r .home-block-text{
    float: left;
}
.home-block-text-1{ width: 420px; padding-top: 15px;}
.home-block-text-2{ width: 380px; padding-top: 50px;}
.home-block-text-3{ width: 450px; padding-top: 50px;}
.home-block-text-4{ width: 420px; padding-top: 80px;}

.home-block:after{
    clear: both;
    display: block;
    content: '';
}

.home-block h3{
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    color: #c30b0b;
}

.home-action{
    clear: both;
    margin-top: 30px;
    text-align: center;
    background: url("../Image/line.png") center center no-repeat;
}
.home-action a{
    padding: 13px 20px;
    background: #0ea2ff;
    color: #fff;
    display: inline-block;
    font-size: 2.2em;
    text-transform: uppercase;
    border: 4px solid #86cdfa;
    font-weight: bold;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-action a:hover{
    padding: 13px 28px;
    background: #006fa9;
    border-color: #fff;
}

.ended-text {
    color: red;
    font-size: 0.6em;
}


.home-product-list{
    width: 800px;
    margin: 30px auto;
}


.home-product-list h3{
    color: #0ea2ff;
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
}

.home-product-list .notice{
    color: #666;
    font-size: 0.9em;
}

.home-product-list th{
    background: #052336;
    padding: 10px;
    border-right: 2px solid #000;
}
.home-product-list td{
    padding: 15px;
    border-right: 2px solid #000;
}
.home-product-list tr:nth-child(odd) td{
    background: #151515;
}
.home-product-list tr:nth-child(even) td{
    background: #303030;
}




/*************************Pages**********************************/


.header{
    background: url("../Image/header.jpg") center top no-repeat;
    height: 400px;
    margin: 0 auto;
}
.header h1, .header h2{
    text-indent: -9999em;
}
.header p{
    margin: 0 auto;
    padding: 15px; 
    width: 960px;
}
.header p a{
    color: #0ea2ff;
    padding: 5px 10px 5px 30px;
    background: url("../Image/home.png") 5px center no-repeat;
    border: 2px solid transparent;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header p a:hover{
    border-color: #0ea2ff;
}

.page{
    background: url("../Image/bg.jpg") center top no-repeat;
    margin: 0 auto;
    width: 960px;
    position: relative;
}
.page h2{
    position: absolute;
    left: 100px;
    top: 10px;
    font-size: 3em;
    margin: 0;
    padding: 0;
    color: #222;
    text-transform: uppercase;
}
.page h3{
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0ea2ff;
}
.page-1{
    margin-left: 250px;
    padding-top: 25px;
    color: #666;
}
.page-1 h4{
    font-size: 1em;
    font-weight: normal;
    margin: 25px 0 5px 0;
    padding: 0;
}
.page-1 p{
    margin: 0;
    padding: 0;
}
.page-1 input{
    padding: 8px;
    color: #fff;
    font-size: 1.2em;
    background: #161616;
    border: 1px solid #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.page-1 input.sn{
    width: 20em;
}
.page-1 input.ppid{
    width: 9em;
}
.page-1 span{
    display: inline-block;
    margin-right: 3px;
    margin-left: 5px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    background: #0ea2ff;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.page-1 .find{
    color: #0ea2ff;
    text-decoration: underline;
}
.page-1 .find:hover{
    color: #dbe7ee;
}

.page .submit{
    background: url("../Image/line2.png") center top no-repeat;
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.page .submit a{
    padding: 7px 40px;
    background: #0ea2ff;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    border: 2px solid #86cdfa;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.page .submit a:hover{
    background: #006fa9;
    border-color: #fff;
}

/*------ popout ------*/

.pop-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.pop-inner{
    position: relative;
    height: 20px; /* 避免遮掉mask感應範圍 */
}


.pop-wrapper .close{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url("../Image/close.png") center center no-repeat;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.pop-wrapper .close:hover{
    -moz-transform: scale(1) rotate(90deg) translate(0px);
    -webkit-transform: scale(1) rotate(90deg) translate(0px);
    -o-transform: scale(1) rotate(90deg) translate(0px);
    transform: scale(1) rotate(90deg) translate(0px);
}
.pop-sn{
    width: 580px;
    position: relative;
    padding: 20px;
    margin: 8% auto 0 auto;
    background: #000;
    border: 1px solid #0da3fe;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.pop-sn h2{
    color: #0da3fe;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.pop-ppid{
    width: 580px;
    position: relative;
    padding: 20px;
    margin: 8% auto 0 auto;
    background: #000;
    border: 1px solid #0da3fe;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.pop-ppid h2{
    color: #0da3fe;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.page-2{
    margin-left: 350px;
    padding-top: 25px;
    padding-bottom: 100px;
    color: #666;
}
.page-2 h4{
    font-size: 1em;
    font-weight: normal;
    margin: 25px 0 5px 0;
    padding: 0;
}
.page-2 p{
    margin: 0;
    padding: 0;
}
.page-2 .code{
    width: 140px;
    height: 30px;
    padding-top: 85px;
    text-align: center;
    background: #0da3fe url("../Image/code.png") center 10px no-repeat;
    display: block;
    color: #fff;
    margin: 30px 0 0 35px;
    text-transform: uppercase;
    border: 4px solid #86cdfa;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.page-2 .code:hover{
    background-color: #006fa9;
    border-color: #fff;
}




.page-3{
    margin-left: 50px;
    padding-top: 25px;
}
.page-3 h3{
    margin-left: 210px;
    margin-bottom: 30px;
}
.qa:after{
    content: '';
    clear: both;
    display: block;
}
.qa-q{
    display: block;
    width: 47%;
    padding-right: 3%;
    float: left;
    text-align: right;
}
.qa-q span{
    color: #ed1616;
}
.qa-a{
    display: block;
    width: 50%;
    float: left;
}
.qa-a label{
    display: block;
}
.qa-a label:hover{
    color: #0da3fe;
}

.page-4{
    margin-left: 150px;
    padding-top: 25px;
    padding-bottom: 50px;
    width: 700px;
}
.page-4 h3{
    margin-left: 210px;
    margin-bottom: 30px;
}

.page-4 h4{
    font-weight: normal;
    padding-bottom: 10px;
    background: url("../Image/line2.png") center bottom no-repeat;
}
.page-4 img{
    margin-left: 100px;
}
.page-4 .code{
    font-size: 3em;
    color: #f0c208;
    padding-top: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.page-4 a{ /* the code number was taken as an <a> on the phone. why?? */
    color: #f0c208;
}
.page-4 p a{
    color: #0da3fe;
    text-decoration: underline;
}

.page-4 .error-text{
    padding-top: 30px;
    display: block;
    text-align: center;
}
.page-4 .error-text a{
    background: #0da3fe;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 20px;
    border: 3px solid #86cdfa;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.page-4 .error-text a:hover{
    background: #006fa9;
    border-color: #fff;
}

/* 20180530 */
.home-terms{
    text-align: center;
}
.home-terms a{
    color: #fff;
}
.home-terms a:hover{
    text-decoration: underline;
}
.confirmation{
    margin: 10px auto;
    max-width: 600px;
    box-sizing: border-box;
    padding: 10px 20px 10px 70px;
}
.confirmation .checkbox input{
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 13px;
}
.confirmation .alert{
    color: #df0000;
}

.content.terms{
    max-width: 950px;
    padding: 0 20px;
    margin: 0 auto;
}
.content.terms h1{
    border-bottom: 1px solid #444;
    padding-bottom: 0.5em;
}
.content.terms ol{
    margin: 1em 0 1.5em 0;
}
.content.terms ol li{
    margin: 0 0 1em 0;
}
.content.terms ol ol li{
    margin: 0 0 0.5em 0;
}

