/****/
section, article, aside, footer, header, nav {
  display:block;
}

/*
**vertical margins and paddings
*/

section > .container
{
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px)
{
    .container
    {
        max-width: 600px;
    }
}

/*
**general styles
*/

html,body{
    position: relative;
    font-size: 30px;
}

body{
    font-family: "微軟正黑體", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
	color: #333333;
    background-color: #ECF0F5;
}


@media (max-width: 767px){
header {margin-top: 0px;}
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    line-height: 1;
    font-weight: bold;
}

p {
  margin-bottom: 16px;
  line-height: 26px;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover{
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

a:focus{
    outline: medium none;
    text-decoration: none;
}

a img{
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}


@media (max-width: 767px){
h1 {font-size: 32px;}
}

/*header*/
header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
	display: block;
	margin: 0px;
}

/**brand-box**/

.brand-box {
    display: block;
	position: relative;
    background: #367FA9;
	padding: 0px;
	transition: width .3s ease-in-out;
    float: left;
    max-height: 100px;
    font-size: 20px;
    line-height: 50px;
    
    width: 230px;
    padding: 0;
    font-weight: 300;
    overflow: hidden;
}

.brand-logo {
	text-align: center;
	display: inline-block;
	width: 80px;
	height: 60px;
	background: #fff;
	padding:0px;
	border-radius:0px;
	overflow: hidden;
	margin: 0px;
	float: left;
}
.brand-logo img{
	height: 100%;
	width: auto;
	padding:7px;
}
.brand-name{
	text-align: left;
	display: inline-block;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	margin-left: 20px;
}

.navbar{
	position: relative;
	display: block;
    background-color: #3c8dbc;
	transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
	z-index: 1000;
}



/**search-box**/

.search-box {
	position: relative;
	display: block;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	
	padding:60px 0px;
	font-size: 15px;
	min-height: 200px;
}


/**topic**/

article{
	margin-top: 50px;
}
.topic {
	color: #F75E42;
}

/**pk-number**/

.pk-input {
	border: 0px;
	border-bottom: 1px solid #808080;
	max-width:250px;
	width: 90%;
	margin:0 5px;
}

.pk-input:hover{
	border-bottom: 1px solid #333333;
}

.pk-search{
	background: transparent;
    border: 0;
    display: inline-block;
	opacity: 0.7;
}

.pk-search:hover{
	opacity: 1;
}

.pk-number, .pk-search{
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

.text-danger{
	color: #9B1919;
	font-size: 16px;
	display: block;
    border-radius: 15px;
    background: #FFD2D2;
	max-width:500px;
	padding: 8px 15px;
	margin:0 auto;
	width: 90%;
}

/**result**/

.pk-result{
	font-size: 18px;
}

.pk-number {
	color: #F78052;
	font-size: 23px;
	font-weight: 600;
	margin: 0 10px;
}

.result{
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	padding:20px 20px;
	margin:30px 0;
}

.EMS-number{
	color: #39B54A;
	font-size:17px;
	font-weight: 600;
	margin-right:5px;
}

.result table th{
	background:#F78052;
	color: #fff;
}
.result table th i{
	font-size: 20px;
	margin-right: 5px;
}
.result table tr{
	background-color:#F9F9F9;
}
.result table tr:nth-last-child(1){
	background-color:#fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 80px;
}
.result table tr td:nth-child(1), .result table tr th:nth-child(1){
	max-width: 180px;
	min-width: 120px;
}
.result table tr td:nth-child(2), .result table tr th:nth-child(2){
	max-width: 180px;
	min-width: 120px;
}
.result table tr td:nth-child(3), .result table tr th:nth-child(3){
	max-width: 180px;
	min-width: 120px;
}
.result table tr td:nth-child(4), .result table tr th:nth-child(4){
	min-width: 300px;
	max-width: 450px;
}

.table{
	margin-bottom:0;
	max-width: 1100px;
	width: 100%;
}

.br,.br1{
	display: none;
}
.table-box{
	width:100%;
	overflow-x:auto;
	overflow-y:auto;
}

@media (max-width: 767px){
.result {padding:20px 5px;}
.pk-number:after{content:""}
.br1{display: block;}
.table-box{overflow-x:scroll;}
.brand-box {float: none;width: 100%;}
.navbar{margin-left: 0;margin-top:0px;min-height: 50px;}
}

@media (max-width: 400px){
.br{display: block;}
.th{display: none;}
.result table tr:nth-last-child(1){font-size: 15px;}
.table{font-size: 11px;}
.search-box{padding: 40px 0;}
.result table tr td:nth-child(1), .result table tr th:nth-child(1){
	min-width: 100px;
}
.result table tr td:nth-child(2), .result table tr th:nth-child(2){
	min-width: 100px;
}
.result table tr td:nth-child(3), .result table tr th:nth-child(3){
	min-width: 100px;
}
}