/**2017-12-20編輯**/
/*html {
  font: 62.5%/1 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
}*/

/*body {
  width: 480px;
  margin: 20px auto;
  color: #0b171f;
  background-color: #fff;
}*/ /**2017-10-30編輯**/

/*body > header {
  *zoom: 1;
  position: relative;
  color: #fff;
  background-color: #25323d;
}
body > header:after {
  content: "";
  display: table;
  clear: both;
}
body > header h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  line-height: 60px;
  font-size: 2.4em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}*/

.header-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: block;
  width: 45px; /**2017-10-30編輯**/
  height: 60px;
  margin: 0;
  padding: 0;
  outline: none;
  background: url("../images/searchicon.png"); /**2017-10-30編輯**/
  border: none;
  cursor: pointer;
}

#toggle-menu {
  float: left;
  background-position: 0 0;
  background-color: #bc0023;
}

#toggle-search {
  /*float: right;*/
  background-position: -70px 0; /**2018-03-16編輯**/
}

#toggle-search.open:after {
  top: 40px;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  left: 40%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 12px;
}


#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 70px; /**2018-03-16編輯**/
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1;
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  width: 90%; /**2017-11-17編輯**/
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
  font-size: 16px;/**2017-10-30編輯**/
  letter-spacing: 1px; /**2017-10-30編輯**/
  line-height: 2; /**2017-10-30編輯**/
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
  outline: none; /**2017-11-17編輯**/
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-size: 16px; /**2017-10-30編輯**/
  letter-spacing: 1px; /**2017-10-30編輯**/
  line-height: 2; /**2017-10-30編輯**/
  font-weight: 500; /**2017-10-30編輯**/
  text-transform: uppercase;
  color: #ffffff; /**2017-11-16編輯**/
  background: #DFA031; /**2017-12-20編輯**/
  border: none;
  outline: none; /**2017-11-17編輯**/
  cursor: pointer;
}
