/*========================================================================
	Copyright: 匯豐汽車網路事業
	Author: Shanny
  ========================================================================*/


/*========================================================================
	Global
  ========================================================================*/
html{	width:100%;	height:100%;}
body {
	background: #f5f5f5;
	color: #666;
	text-decoration: none;
	font-family: Verdana, 'Times New Roman', Times, Georgia, '新細明體', PMingLiU, '新宋体', NSimSun, serif;
	font-size: 13px;
	line-height: 180%;
	margin: 0px;
	width: 100%;
}
ul, li, dl, dt, dd{ padding: 0; margin: 0;}
a:link		{	text-decoration: underline; color: #2e34a2;}
a:visited	{	text-decoration: underline; color: #2e34a2;}
a:hover		{	text-decoration: none; color: #ff9001;}
a:active	{	text-decoration: underline; color: #2e34a2;}
#wrapper{
	width: 100%; height: auto;
	margin: 0;
	text-align: left;
}
.mainContent{
	width: 1000px;
	margin: 0 auto;
	height:auto!important;
	height: 300px;
	min-height: 300px;
}
#quickLink{ position: fixed; right: 25px; bottom: 120px; width: 60px;}
#quickLink a{ width: 60px; height: 60px; margin: 3px 0; display: inline-block;
  color: #fff; text-align: center; cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25); border-radius: 50%;
  background-repeat: no-repeat; background-position: center center;
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
#quickLink a:hover{ background-color: rgba(0, 0, 0, 0.75);}
#quickLink .goTop{ background-image: url(../images/icon/arrowTop.png);}
#quickLink .print{ background-image: url(../images/icon/printer-tool.png);}

.goto{
	margin: 0 auto;	padding: 5px; clear: both;
	text-align: center; color: #333399;
	border-top: 2px solid #dcdcdc;
}
.goto a:link		{ color: #333399; text-decoration: none; display: inline-block;}
.goto a:visited { color: #333399;}
.goto a:hover		{ color: #F09;}
.goto a:active	{ color: #333399;}
.goto .goPrev{ margin-right: 30px;	padding-left: 12px;
	background-image: url(../images/icon/arrowPrev.gif); background-repeat: no-repeat;
	background-position: left center; font-weight: bolder;
}
.goto .goNext{ margin-left: 30px; padding-right: 12px;
	background-image: url(../images/icon/arrowNext.gif); background-repeat: no-repeat;
	background-position: right center; font-weight: bolder;
}
.goto .goBack{ margin-right: 10px;  padding-left: 12px;
  background-image: url(../images/icon/arrowPrev.gif); background-repeat: no-repeat;
  background-position: left center; font-weight: bolder;
}

.putCenter{	text-align: center;}
.putRight{	text-align: right;}


/*========================================================================
	Header
  ========================================================================*/
header{ width: 100%; z-index: 200;
  background: #FFF; border-bottom: solid 1px #dedede;
}
.information-bar {width: 100%; min-width: 1000px; padding: 2px 0; text-align: center;}
#header{ width: 100%; min-width: 1000px; height: 80px; position: relative; z-index: 100;}
#header .logo{ float: left; display: block; margin: 7px 0 0 15px;}
#header .quickLinks{ position: absolute; right: 10px; margin: 5px;}
#header .quickLinks a{ text-decoration: none; color: #000; display: inline-block;
	padding: 0 5px 2px 5px; border-radius: 3px;}
#header .quickLinks a:hover{ color: #333; background: rgba(67, 127, 191, 0.1);}
#header .quickLinks a.btn_org{ color: #fff;}
#header .quickLinks a.btn_org:hover{ color: #333;}
#header .quickLinks strong{ color: #f33; font-weight: normal; margin-left: 5px;}

.functionDiv{ width: 800px; float: right; margin: 30px 16px 0 0;}
.search{ width: 160px; float: left; text-align: right; margin-top: 12px; margin-left: 80px;}
.search input[type="image"]{ margin-bottom: -4px;}
.search input[type="text"]{ width: 130px; height: 20px; margin-right: 5px;
	border: none; border-bottom: solid 1px #ccc; background: rgba(255, 255, 255, 0);}


/*========================================================================
	subMenu
  ========================================================================*/
#subMenu{
	width: 180px; float: left; overflow: hidden;
	padding-bottom: 15px; margin: 15px 0 20px 0;
	background-image: url(../images/subMenuFooter.gif);
	background-repeat: no-repeat;	background-position: 0 bottom;
}
#subMenu h2{
  height: 55px; padding: 0 0 0 10px; margin: 0; box-sizing: border-box; position: relative;
	line-height: 100%; font-weight: normal; font-family: '微軟正黑體', Verdana;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b255d+0,2a3574+10 */
background: rgb(27,37,93); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(27,37,93,1) 0%, rgba(42,53,116,1) 10%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(27,37,93,1) 0%,rgba(42,53,116,1) 10%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(27,37,93,1) 0%,rgba(42,53,116,1) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b255d', endColorstr='#2a3574',GradientType=0 ); /* IE6-9 */
}
#subMenu h2 img{ position: absolute; bottom: 0; right: 7px; z-index: 0;}
#subMenu h2 span{ position: absolute; left: 12px; padding-left: 10px;
  display: block; box-sizing: border-box; z-index: 5;
  font-size: 12px; color: #abadc2;}
#subMenu h2 span::before{ content: "\00a0"; border-left: solid 3px #fff;
  position: absolute; left: 0; top: -10px;}
/*
#subMenu h2 span{ display: block; margin-left: 12px; box-sizing: border-box;
  font-size: 12px; color: #abadc2; z-index: 5;}
#subMenu h2 span::before{ content: "\00a0"; border-left: solid 3px #fff;
  position: absolute; left: 10px; top: -10px;}
*/
#subMenu h2 strong{ font-weight: normal; font-size: 20px; color: #FFF;
  position: absolute; bottom: 4px; left: 10px;}

#subMenu h3{ overflow: hidden; background-color: #fff; margin: 0;}
#subMenu h3 a{ display: block; padding: 12px 15px 15px 25px; cursor: pointer;
  border: solid 1px #e7e7e7; border-bottom: none; color: #666;
  text-decoration: none; font-size: 13px;
   background-image: url(../images/icon/arrowGray.gif);
  background-repeat: no-repeat; background-position: 15px center;}
#subMenu h3 a:link    { color: #666;}
#subMenu h3 a:visited { color: #666;}
#subMenu h3 a:hover   { color: #2666aa; background-image: url(../images/icon/arrowOrg.gif);}
#subMenu h3 a:active  { color: #666;}
#subMenu h3.sel a{ color: #2666aa; background-image: url(../images/icon/arrowOrg.gif);}
#subMenu ul{ margin: 0; border-right: solid 1px #e7e7e7; border-left: solid 1px #e7e7e7;}
#subMenu ul li a{ display: block; padding: 8px 8px 8px 35px; padding-top: 12px\0;
  border-top: solid 1px #fff;
  font-size: 13px; color: #929292; text-decoration: none;
  background-color: #f0f1f5; background-image: url(../images/bg_subMenu02.gif);
  background-position: 15px center; background-repeat: no-repeat;}
#subMenu ul li a:hover {color: #6993c0;}
#subMenu ul li.sel a {color: #6993c0;}

/*========================================================================
	Main Content
  ========================================================================*/
.content_w1000{ clear: both;
	background-image: url(../images/content_w1000.gif); background-repeat: no-repeat;
	background-position: center 20px;}

.mainContent h2.titleBar{ padding: 25px 0 15px 35px; margin: 0;
  color: #000; font-size: 18px; font-family: '微軟正黑體', Verdana;
}

.content_w810{ width: 810px; margin-left: 190px; overflow: hidden;
  background-image: url(../images/content_w810.gif); background-repeat: no-repeat;
  background-position: center 0;}
.content_w810 h2.titleBar{ padding: 27px 0 15px 40px;}
.content_w810 > p{ margin: 5px 15px 5px 35px;}
.content_w810 > p.notes,.content_w1000 > p.notes{ padding-left: 25px; margin: 5px 15px;
  background-image: url(../images/icon/info.gif);
  background-repeat: no-repeat; background-position: 0 5px;
}
.content_w1000 > p.notes{ margin-left: 12px;}

.breadCrumbs{ padding-left: 20px; margin-top: 0; margin-top: 8px;
	background-image: url(../images/icon/home.gif); background-repeat: no-repeat;
	background-position: left center;
}

.mainContent h3.thirdSubject{ padding-left: 27px; margin-top: 30px; height: 20px;
  position: relative; overflow: hidden; box-sizing: border-box;
	color: #427ebe; font-size: 18px; font-family: '微軟正黑體', Verdana;
	background-image: url(../images/icon/arrowBlack.gif); background-repeat: no-repeat;
	background-position: 10px center;
}
.mainContent h3.thirdSubject span::after{ content:"\00a0"; border-bottom: solid 1px #e5e5e5;
	position: absolute; top: -10px; width: 900px; margin-left: 10px;}
.mainContent h4.subject{ height: 32px; padding: 0 0 0 12px; margin: 0 0 15px 0;
	font-size: 13px; color: #333; line-height: 32px; background-repeat: no-repeat;
	background-image: url(../images/icon/boxBlue.gif); background-position: left center;
}
.content_w810 h4.subject{ margin-left: 30px;}
.mainContent h4.subject span{ float: left; color: #000; font-size: 15px; font-family: '微軟正黑體', Verdana;}
.mainContent h4.subject label.checkbox-inline,.mainContent h4.subject label.radio-inline{ padding-top: 0; margin: 0 10px 0 5px;}
.mainContent h4.subject input[type="radio"],.mainContent h4.subject input[type="checkbox"]{ margin-top: 10px; display: inline-block;}
.mainContent h5{ color: #427ebe; font-size: 16px; font-family: '微軟正黑體', Verdana;}

ul.num > li{ list-style: decimal;}

/* Link 樣式 */
.link_arrowOrg{ display: inline-block; padding-left: 10px; font-weight: normal;
	background-image: url(../images/icon/arrowOrg.gif); background-repeat: no-repeat;
	background-position: left center;
}
.btn_ghostBlue:link{
	padding: 10px 30px; margin: 10px 3px 0 3px; min-width: 160px; display: inline-block;
	color: #427ebe; font-size: 18px; font-family: '微軟正黑體', Verdana; text-decoration: none;
	text-align: center; border: 2px solid rgba(47, 117, 187, 0.5);
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.btn_ghostBlue:visited	{ color: #427ebe;	border: 2px solid rgba(47, 117, 187, 0.5);}
.btn_ghostBlue:hover{ color: #fff; background: rgba(47, 117, 187, 0.5); border: 2px solid rgba(47, 117, 187, 0);}
.btn_ghostBlue:active{ color: #427ebe; border: 2px solid rgba(47, 117, 187, 0.5);}
.btn_ghostBlue2:link{ padding: 10px 30px; margin: 10px 5px 0 5px; min-width: 160px; display: inline-block;
	color: #fff; font-size: 18px; font-family: '微軟正黑體', Verdana; text-decoration: none; text-align: center;
	background: rgba(47, 117, 187, 0.5);
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.btn_ghostBlue2:visited	{ color: #fff;}
.btn_ghostBlue2:hover{ color: #fff; background: rgba(47, 117, 187, 1);}
.btn_ghostBlue2:active{ color: #fff;}
.btn_ghostBlue_s:link{ display: inline-block;
	padding: 1px 7px 2px 7px; padding-top: 3px\0; margin: 3px;
  border: 1px solid rgba(47, 117, 187, 0.5); color: #427ebe; text-decoration: none;
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.btn_ghostBlue_s:link span{ width: 16px; height: 16px; display: inline-block; margin-right: 5px;
  background-position: 0 0; vertical-align: middle;}
.btn_ghostBlue_s:visited{ color: #427ebe; border: 1px solid rgba(47, 117, 187, 0.5);}
.btn_ghostBlue_s:hover{ color: #fff; background: rgba(47, 117, 187, 1);
  border: 1px solid rgba(47, 117, 187, 0);}
.btn_ghostBlue_s:hover span{ background-position: 0 -16px;}
.btn_ghostBlue_s:active{ color: #427ebe; border: 1px solid rgba(47, 117, 187, 0.5);}
.btn_gray:link{ display: inline-block; padding: 4px 8px; margin: 3px;
  color: #666; text-decoration: none; text-align: center;
  border: solid 1px #dbdbdb; border-radius: 3px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 8%, #f3f3f3 90%, #e2e2e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 8%,#f3f3f3 90%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 8%,#f3f3f3 90%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.btn_gray:link span{ width: 16px; height: 16px; display: inline-block; margin-right: 5px;
  background-position: 0 0; vertical-align: middle;}
.btn_gray:visited{ color: #666; border: solid 1px #dbdbdb;}
.btn_gray:hover{ color: #fff; background: #f66; border: solid 1px #f66;}
.btn_gray:hover span{ background-position: 0 -16px;}
.btn_gray:active{ color: #666; border: solid 1px #dbdbdb;}
.btn_gray2:link{ display: inline-block; padding: 2px 6px;
  color: #fff; text-decoration: none; text-align: center;
  background: #999; border-radius: 3px;
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.btn_gray2:visited{ color: #fff;}
.btn_gray2:hover{ background: #fe8647;}
.btn_gray2:active{ color: #fff;}
.btn_org:link{ display: inline-block; padding: 2px 6px;
  color: #fff; text-decoration: none; text-align: center;
  background: #fe8647; border-radius: 3px;
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.btn_org:visited{ color: #fff;}
.btn_org:hover{ background: #fc6719;}
.btn_org:active{ color: #fff;}

.mark_info{ margin-left: 15px; padding-left: 20px; display: inline-block; position: relative;}
.mark_info::before{ content: url(../images/icon/info2.png); position: absolute; top: 10px; left: 0;}

/* form 表單樣式 */
.formDiv_gray{ margin: 20px; padding: 25px 30px 20px 30px; box-sizing: border-box;
  background: #f8f8f8;}
.form-horizontal{ margin-left: 22px;}
.form-horizontal .control-label{
	font-family: '微軟正黑體', Verdana; font-size: 14px; font-weight: normal; color: #000;
  padding-left: 20px; padding-top: 3px; background-repeat: no-repeat;
  background-image: url(../images/icon/arrowOrg.gif); background-position: 10px 12px;}
.form-horizontal .inline{ display: inline-block;}
.form-group .moveRight5px{ padding-left: 25px; background-position: 15px 12px;}
.form-group .col-xs-1,.form-group .col-xs-2,.form-group .col-xs-3,.form-group .col-xs-4,.form-group .col-xs-5,.form-group .col-xs-6,.form-group .col-xs-7,.form-group .col-xs-8,.form-group .col-xs-9,.form-group .col-xs-10,.form-group .col-xs-11{ padding-right: 0;}

/* 假頁籤 */
.bg_darkGray{ height: 36px; overflow: hidden;
	background-image: url(../images/bg_darkGray.gif); background-repeat: repeat-x;
	background-position: 0 0;}
.tags-style01{ padding: 0; overflow: hidden;}
.tags-style01 li{ float: left; background-repeat: no-repeat;
	background-image: url(../images/tags-style01.png); background-position: right 0;
}
.tags-style01 li:hover{ background-position: right -36px;}
.tags-style01 li.sel{ background-position: left -72px;}
.tags-style01 a{ display: inline-block; color: #fff; text-decoration: none;
	padding: 0 25px; height: 36px; line-height: 36px;
}
.tags-style01 li.sel a{ color: #5d6872;}

/* 功能Bar */
.barBlue{ background: #e9eff6; padding: 4px 4px 0 4px; margin: 1px; color: #437fbf;}
.barBlue .form-group label{ font-weight: normal;}
.barBlue .form-group input{ width: 105px;}

.barBlue .btn_ghostBlue_s:link{ display: inline-block;
  padding: 3px 10px 4px 10px; padding-top: 4px\0;
  border: none; color: #427ebe; text-decoration: none; background: rgba(47, 117, 187, 0.15);
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.barBlue .btn_ghostBlue_s:visited{ color: #427ebe; border: none;}
.barBlue .btn_ghostBlue_s:hover{ color: #fff; background: rgba(47, 117, 187, 1); border: none;}
.barBlue .btn_ghostBlue_s:active{ color: #427ebe; border: none;}
.barBlue .noneBg{ display: inline-block; height: 28px; line-height: 28px;
  padding: 1px 3px 2px 3px; padding-top: 4px\0; margin: 2px 0;}


/* 表格 */
table.style01{ margin: 5px auto;}
table.style01 th{ padding: 8px; background: #f1f1f1; box-sizing: border-box;
  text-align: center; font-weight: normal;
  border: solid 1px #e0e0e0;}
table.style01 td{ padding: 4px; box-sizing: border-box;}
table.style01 tr:nth-child(odd){ background: #f5f5f5;}
table.style01 tr:nth-child(even){ background: #fff;}

table.style02{ margin: 15px auto; border-bottom: solid 2px #e0e0e0;}
table.style02 th{ padding: 8px; background: #f1f1f1; box-sizing: border-box;
  text-align: center; font-weight: normal;
  border: solid 1px #e0e0e0;}
table.style02 td{ padding: 4px; box-sizing: border-box;}
table.style02 tr:nth-child(odd){ background: #fff;}
table.style02 tr:nth-child(even){ background: #f5f5f5;}


/*========================================================================
  orderDiv
  ========================================================================*/
.orderDiv{ margin-bottom: 20px;}
.orderDiv .titleData{
  height: 60px; margin-top: 14px; cursor: pointer; border: solid 1px #e7e7e7; background: #fff;
-webkit-transition:all 200ms ease-out;
-mozilla-transition:all 200ms ease-out;
-ms-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
}
.orderDiv .sel{
  height: 60px; margin-top: 14px; cursor: pointer; background: #4b4783;}

.orderDiv .function{ text-align: right; float: right; position: relative; margin-top: 15px;}
.orderDiv .function > a{
  display: inline-block; width: 24px; height: 24px;
  background-image: url(../images/icon/btn_packageFunction.png);
}
.orderDiv .function > a:hover{ text-decoration: none;}
/* 按鈕設定 */
.orderDiv .function > a.btn_details{ background-position: 0 0;}/*查看明細*/
.orderDiv .sel .function > a.btn_details{ background-position: 0 -24px;}
.orderDiv .function > a.btn_delect{ background-position: -25px 0;}/*刪除*/
.orderDiv .sel .function > a.btn_delect{ background-position: -25px -24px;}
.orderDiv .function > a.btn_editor{ background-position: -50px 0;}/*編輯*/
.orderDiv .sel .function > a.btn_editor{ background-position: -50px -24px;}
.orderDiv .function > a.btn_send{ background-position: -75px 0;}/*確認送出*/
.orderDiv .sel .function > a.btn_send{ background-position: -75px -24px;}

/* 委託單表頭 */
.orderDiv .mainData{ font-size: 12px; float: left; margin: 10px 0 0 10px;}
.orderDiv .mainData td{ line-height: 150%; padding: 0 4px; box-sizing: border-box;}
.orderDiv .mainData td strong{ color: #ff6666; font-weight: normal;}
.orderDiv .mainData td i{ color: #333; font-style: normal;}
.orderDiv .mainData td img{ vertical-align: middle;}
.orderDiv .sel .mainData td{ color: #dbdbe4;}
.orderDiv .sel .mainData td strong{ color: #ffff00;}
.orderDiv .sel .mainData td i{ color: #fff;}
/* 委託單進度查詢表頭 */
.orderDiv .scheduleHeader li{ display: inline-block;}

.orderDiv .detailData{
  border: solid 1px #e7e7e7; border-top: none; background: #fff; overflow: hidden;
}
.orderDiv .detailData p{ margin: -5px 20px 15px 20px; font-size: 1.3em;}
.orderDiv .detailData .packageInfo{ width: 950px; margin: 5px auto; font-size: 13px;}
.orderDiv .detailData .packageInfo th{
  text-align: left;
  line-height: 130%;
  color: #333;
  font-weight: normal;
  padding: 3px 0 3px 15px;
  padding: 5px 0 5px 15px\0;
  background-image: url(../images/icon/arrow_orange.gif);
  background-position: 5px 11px;
  background-repeat: no-repeat;
}
.orderDiv .detailData .packageInfo th strong{ color: #cc3333; font-weight: normal;}
.orderDiv .detailData .packageInfo td{ padding: 3px; line-height: 150%;}
.orderDiv .detailData .packageInfo td img{ vertical-align: middle; margin-right: 5px;}
.orderDiv .detailData .packageInfo td strong{ font-weight: normal; color: #f66; margin-left: 10px;}
.orderDiv .detailData .packageInfo td strong.money{ font-size: 16px; font-family: Georgia;}
.orderDiv .detailData .packageInfo td i{ font-weight: normal; color: #f66; margin-left: 20px;}
.orderDiv .detailData .packageInfo td.notes{ padding: 0; width: 1px;}
.orderDiv .detailData .packageInfo td.notes span{ background:#f2f2f2; padding: 0 3px; color: #999; margin: 5px 0; line-height: 130%; width: 15px;}

.orderDiv .detailData .commodityInfo{ width: 950px; margin: 0 auto 5px auto;}
.orderDiv .detailData .commodityInfo .table_style01 td b{
  font-weight: normal; display: inline-block;
  padding-left: 9px;
}


/*========================================================================
	Footer
  ========================================================================*/
footer{
	width: 100%; min-width: 1000px; margin-top: 50px;
	background-color: #1b1940;
	text-align: center;
	clear: both;
}
footer .secondMenu{ width: 1000px; margin: 0 auto; overflow: hidden;}
footer .secondMenu div{ width: 140px; margin-top: 20px; float: left;}
footer .secondMenu div > img{ margin-bottom: 10px;}
footer .secondMenu div dl{ border-right: dotted 1px #444262; min-height: 150px;}
footer .secondMenu div dt{ padding: 5px 0; color: #fff;
	font-size: 16px; font-family: '微軟正黑體', Verdana; font-weight: normal;
}
footer .secondMenu div dd{ padding: 5px 0;}
footer .secondMenu div a{ text-decoration: none; color: #a9a9b3;}
footer .secondMenu div a:hover{	color: #fff;}
footer > p{ width: 1000px; padding: 10px 0; margin: 20px auto 0 auto;
	color: #7c7c8b; border-top: solid 1px #323053;}

footer .secondMenu div.otherInfo {width: 360px; padding: 25px 0 0 19px; box-sizing: border-box; color: #a9a9b3; text-align: left;}
footer .secondMenu div.otherInfo a{ margin: 0 10px 15px 0; display: inline-block; float:left;}
footer .secondMenu div.otherInfo a img{ height: 40px; width: auto;}
footer .secondMenu div.otherInfo a.selfSize img{ height: auto;}
footer .secondMenu div.otherInfo p.infoAddTelTime {display:inline-block;}

