.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
body {
  font-family: '微軟正黑體', 'Microsoft JhengHei';
  font-size: 13px;
}
.content {
  min-width: 960px;
  height: 1240px;
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin: auto;
  clear: both;
}
.content .container {
  height: 1240px;
  position: relative;
}
.content .container .fb_iframe_widget iframe {
  position: absolute;
  top: 26px;
  right: 32px;
}
.main-logo {
  display: block;
  margin: auto;
  padding-top: 26px;
}
.form-title {
  font-size: 14px;
  line-height: 19px;
  color: white;
}
.container {
  margin: auto;
  width: 960px;
}
.logos {
  margin-top: 60px;
}
.logos a {
  float: left;
  display: block;
  margin-right: 8px;
}
.footer {
  clear: both;
}
.editor.editor_1 {
  padding: 13px 0;
  border-bottom: 1px solid #e2e2e2;
}
.editor.editor_1,
.editor.editor_1 * {
  font-size: 11px;
  line-height: 15px;
}
.footer_main {
  padding: 13px 0;
}
.footer_main .editor {
  float: left;
  width: 800px;
}
.footer_main .fb_link {
  float: right;
  display: block;
}
.fb_iframe_widget {
  left: 471px;
  top: -20px;
}
.content_img {
  width: 593px;
}
.slider-container-wrapper {
  margin-top: 30px;
}
.slider-container-wrapper .slider {
  width: 593px;
  height: 480px;
}
.slider-container-wrapper .slider .slide {
  display: block;
  width: 100%;
  height: 100%;
}
.shortcuts {
  position: relative;
}
.shortcuts a:nth-child(1) {
  float: left;
}
.shortcuts a:nth-child(2) {
  position: absolute;
  left: 50%;
  margin-left: -135px;
}
.shortcuts a:nth-child(3) {
  float: right;
}
.shortcuts::after {
  clear: both;
  content: "";
  display: block;
}
.form_title {
  margin-bottom: 25px;
}
.myform_success {
  width: 295px;
  position: absolute;
  right: 45px;
  top: 350px;
  color: white;
}
form {
  width: 295px;
  position: absolute;
  right: 0px;
  top: 300px;
  padding-right: 20px;
  padding-left: 20px;
  background: url(img/form-bg.png);
  padding-top: 20px;
  height: 920px;
}
form .label {
  float: left;
  width: 96px;
  margin-bottom: 13px;
  line-height: 21px;
  clear: both;
  color: white;
}
form .label.long {
  width: 100%;
  color: white;
  margin-bottom: 5px;
}
form .label.long +select + .select {
  width: 287px;
}
form .label.long_2 {
  width: 220px;
  margin-top: 5px;
  color: white;
}
form .short {
  float: left;
  line-height: 23px;
  margin-left: 4px;
  margin-top: 15px;
  color: white;
}
form input[type=text],
form .select {
  border: 1px solid #656565;
  background-color: #737071;
  width: 195px;
  height: 19px;
  float: left;
  color: #c8c8c8;
  margin-bottom: 13px;
  font-family: '微軟正黑體', 'Microsoft JhengHei';
  font-size: 12px;
}
form .select {
  width: 191px;
  padding-left: 5px;
  cursor: pointer;
}
form .select-input {
  background-image: url(img/select.png);
  background-position: right 8px center;
  background-repeat: no-repeat;
  color: #c8c8c8;
  height: 17px;
  overflow: hidden;
}
form .select-container {
  position: relative;
  display: none;
  background-color: white;
}
form .select-container .overview div {
  color: #000000;
}
form .select-container .overview div:hover {
  background-color: #d4d4d4;
}
form #other {
  width: 190px;
}
form #product_id {
  float: right;
}
form #other {
  clear: both;
  margin-left: 100px;
}
form #qty {
  margin-top: 15px;
  width: 51px;
}
form input.code {
  width: 16px;
  margin-right: 5px;
  margin-bottom: 0px;
  text-align: center;
}
form input.code#code_11 {
  margin-right: 0px;
}
form .code_hint {
  clear: both;
  padding-top: 2px;
  margin-bottom: 8px;
  color: white;
}
form label {
  float: left;
  color: white;
}
form label a {
  color: #ed3524;
}
form label.error .radio {
  color: #ec3525;
}
form .error-message {
  clear: both;
  height: 36px;
  line-height: 18px;
  color: #ec3525;
}
form .error-message .hidden {
  display: none;
}
form button {
  width: 183px;
  height: 60px;
  border: 0px;
  margin-left: 50px;
  background: url(img/btn_submit.png) no-repeat;
}
form input.error,
form .select.error {
  border: 1px solid #ec3525;
}
form .checkbox {
  background: url(img/checkbox.png) no-repeat;
  float: left;
  width: 19px;
  height: 14px;
  clear: both;
}
form .checkbox_caption {
  float: left;
  color: white;
  width: 273px;
}
form .checkbox_caption a,
form a:link,
form a:active,
form a:visited {
  color: #ed3524;
  text-decoration: underline;
}
form .checkbox.checked {
  background: url(img/checkbox_ticked.png) no-repeat;
}
form .checkbox.error {
  background: url(img/checkbox_error.png) no-repeat;
}
form .checkbox.error.checked {
  background: url(img/checkbox_error_checked.png) no-repeat;
}
form .radio {
  background: url(img/radio_btn.png) left no-repeat;
  line-height: 21px;
  padding-left: 21px;
  cursor: pointer;
  color: white;
  margin-right: 19px;
}
form .radio.checked {
  background: url(img/radio_btn_checked.png) left no-repeat;
}
.editor.white {
  margin-top: 26px;
}
.editor.white,
.editor.white *,
.editor.white a {
  color: white;
}
.slider .cycle-pager {
  width: 593px;
  text-align: center;
  z-index: 400;
}
.slider .cycle-pager span {
  display: inline-block;
  border: 1px solid white;
  width: 10px;
  height: 10px;
  margin: 8px 5px;
  border-radius: 5px;
  cursor: pointer;
  text-indent: -9999px;
}
.cycle-pager span.cycle-pager-active,
.cycle-pager span:hover {
  background: white;
}
