html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clear, header, nav > ul, .breadcrumb {
  zoom: 1;
  clear: both;
}
.clear:after, header:after, nav > ul:after, .breadcrumb:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ribbon, .lightbox_title {
  position: relative;
}
.ribbon:before, .lightbox_title:before, .ribbon:after, .lightbox_title:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 13px;
  height: 13px;
}
.ribbon:before, .lightbox_title:before {
  left: 0;
  background-image: url(../images/sp_title_left.png);
}
.ribbon:after, .lightbox_title:after {
  right: 0;
  background-image: url(../images/sp_title_right.png);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei";
  font-size: 15px;
  background-color: #f2f4f5;
}

a {
  text-decoration: none;
}

select, input, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei";
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #3f3f41;
  z-index: -1;
}

.max_container {
  width: 1200px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 2;
  color: #fff;
}

.header_option {
  float: right;
}
.header_option > li {
  float: left;
  position: relative;
}

.header_option_item {
  height: 55px;
  line-height: 55px;
  padding: 0 18px;
  cursor: pointer;
}
.header_option_item:hover, .header_option_item.active {
  background-color: #f1fcfc;
  color: #434343;
}
.header_option_item img {
  vertical-align: middle;
  margin-right: 10px;
}

.header_2nd_member {
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #f1fcfc;
  color: #fff;
  width: 270px;
  padding: 20px 35px;
  display: none;
  -moz-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.37);
}

.header_2nd_btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  background-color: #0abab5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.header_2nd_btn:hover {
  opacity: 0.6;
}
.header_2nd_btn a {
  float: left;
  width: 100%;
  color: #fff;
}

.header_2nd_btn:last-child {
  margin-bottom: 0;
}

.header_2nd_login {
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #f1fcfc;
  color: #fff;
  width: 270px;
  padding: 0 20px 20px 20px;
  text-align: center;
  display: none;
  -moz-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

#header_mini .header_2nd_login_new {
  padding: 0;
}

.header_2nd_login_title {
  width: 100%;
  height: 40px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 18px;
  background-color: #0abab5;
}

.header_2nd_login_box {
  background-color: #fff;
  padding: 0 15px;
  border: 1px solid #e5f7f7;
  font-size: 16px;
}
.header_2nd_login_box li {
  width: 100%;
  line-height: 40px;
  color: #6d6d6d;
}
.header_2nd_login_box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #9ed0cf;
  text-indent: 5px;
}

.header_2nd_login_txt {
  margin-top: 0;
}
.header_2nd_login_txt span {
  color: #ff0000;
}

.header_2nd_login_btn {
  margin-top: 20px;
}

.header_2nd_login_forget a {
  color: #0abab5;
  font-size: 16px;
  font-weight: bold;
}
.header_2nd_login_forget a:hover {
  text-decoration: underline;
}

.header_2nd_login_new {
  border-top: 1px solid #0abab5;
  border-bottom: 1px solid #0abab5;
  padding: 16px 0;
  margin-top: 20px;
  font-size: 18px;
}
.header_2nd_login_new a {
  color: #0abab5;
}
.header_2nd_login_new a:hover {
  color: #6d6d6d;
}

.header_logo img {
  float: left;
  vertical-align: middle;
}

.logo_big {
  margin-top: -42px;
}

.logo_text {
  margin-left: 25px;
  margin-top: 30px;
}

.logo_search {
  float: right;
  width: 270px;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  border: 3px solid #c7c7c7;
  background-color: #fff;
}
.logo_search img {
  float: right;
  margin-right: 8px;
  margin-top: 7px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.logo_search img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo_search input {
  float: left;
  width: 220px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  margin-left: 15px;
  line-height: 15px;
  padding: 0;
  border: transparent;
  outline: none;
}

nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 59px;
  background-color: #0abab5;
  text-align: center;
}
nav > ul {
  display: inline-block;
  line-height: 59px;
}
nav > ul > li {
  float: left;
}
nav:before, nav:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 22px;
  height: 15px;
}
nav:before {
  left: 0;
  background-image: url(../images/main_ribbon_l.png);
}
nav:after {
  right: 0;
  background-image: url(../images/main_ribbon_r.png);
}

.nav_item {
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #0abab5;
}
.nav_item:hover {
  background-color: #08a49f;
}
.nav_item img {
  vertical-align: middle;
  margin-right: 9px;
}
.nav_item.active {
  background-color: #08a49f;
}

.nav_2nd {
  display: none;
}
.nav_2nd li {
  height: 50px;
  line-height: 50px;
  background-color: #08a49f;
}
.nav_2nd li a {
  float: left;
  width: 100%;
  color: #fff;
}
.nav_2nd li a:hover {
  background-color: #0abab5;
}

.footer_title {
  color: #0abab5;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 18px;
}

footer {
  background-color: #3f3f41;
  color: #fff;
  padding: 10px 0;
}

#footer_left {
  border-right: 1px solid #656567;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_left li {
  margin-bottom: 20px;
  text-indent: 10px;
  cursor: pointer;
  -moz-transition: text-indent 0.2s linear;
  -o-transition: text-indent 0.2s linear;
  -webkit-transition: text-indent 0.2s linear;
  transition: text-indent 0.2s linear;
}
#footer_left li a {
  color: #fff;
}
#footer_left li:hover {
  text-indent: 20px;
}
#footer_left li:before {
  content: url("../images/footer_pointer.png");
  margin-right: 10px;
}

#footer_right {
  padding: 26px 13px 0;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_right li {
  height: 45px;
  line-height: 45px;
}

.footer_right_title {
  font-size: 24px;
}
.footer_right_title span {
  color: #0abab5;
  font-size: 16px;
  margin-right: 15px;
}

.footer_right_copyright {
  font-size: 14px;
}
.footer_right_copyright span {
  text-decoration: underline;
  cursor: pointer;
}

#header_mini {
  position: fixed;
  top: -55px;
  left: 0;
  width: 100%;
  background-color: #3f3f41;
  height: 55px;
  line-height: 55px;
  color: #fff;
  z-index: 10;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_mini_left {
  float: left;
}

.header_mini_left_logo {
  float: left;
  margin-right: 30px;
  margin-top: 7.5px;
}

.logo_search_mini {
  float: left;
  width: 230px;
  height: 30px;
  line-height: 30px;
  margin-top: 12.5px;
  background-color: #fff;
}
.logo_search_mini img {
  float: right;
  margin-right: 8px;
  margin-top: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.logo_search_mini img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo_search_mini input {
  float: left;
  width: 185px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin-left: 15px;
  line-height: 15px;
  padding: 0;
  border: transparent;
  outline: none;
}

.header_mini_menu {
  position: relative;
  float: right;
  font-size: 20px;
}

.header_mini_btn {
  width: 50px;
  height: 55px;
  text-align: center;
  cursor: pointer;
}
.header_mini_btn.active {
  background-color: #5c5c5c;
}
.header_mini_btn img {
  margin-top: 16px;
}

#header_mini .header_mini_btn:hover {
  background-color: #5c5c5c;
}

.header_mini_1st {
  position: absolute;
  right: 0;
  line-height: 40px;
  background-color: #5c5c5c;
  display: none;
}

.header_mini_1st_btn {
  display: inline-block;
  text-align: center;
  width: 160px;
  line-height: 50px;
  cursor: pointer;
}
.header_mini_1st_btn:hover, .header_mini_1st_btn.active {
  background-color: #6c6c6c;
}

.header_mini_2nd {
  position: absolute;
  top: 0;
  right: 160px;
  line-height: 50px;
  background-color: #6c6c6c;
  display: none;
}
.header_mini_2nd li {
  display: inline-block;
  text-align: center;
  width: 160px;
  line-height: 50px;
  cursor: pointer;
}
.header_mini_2nd li a {
  color: #fff;
}
.header_mini_2nd li:hover {
  background-color: #5c5c5c;
}

#header_device {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 11px;
  display: none;
}
#header_device > ul {
  width: 100%;
  height: 55px;
  background-color: #3f3f41;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}
#header_device > ul > li {
  float: left;
  line-height: 55px;
  text-align: center;
}
#header_device > ul > li img {
  vertical-align: middle;
}
#header_device > ul > li:first-child {
  width: 35%;
}

.header_device_click {
  width: 16.25%;
}
.header_device_click.active {
  background-color: #5c5c5c;
}

.header_device_click .header_2nd_login, .header_device_click .header_2nd_member {
  position: absolute;
  top: auto;
  left: 0;
  width: 80%;
  padding: 20px 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.header_device_btn {
  cursor: pointer;
}

.lightbox_target {
  position: fixed;
  z-index: 100;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow: hidden;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lightbox_target.active {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox_target.active .lightbox_content {
  max-height: 100%;
  max-width: 100%;
}

.lightbox_content {
  position: absolute;
  width: 800px;
  height: 600px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  max-height: 0%;
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.lightbox_title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 13px;
  margin-left: -13px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #0abab5;
  color: #fff;
}

.lightbox_close {
  position: relative;
  float: right;
  top: 15px;
  right: 0;
  cursor: pointer;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.lightbox_close:hover {
  opacity: 0.6;
}

.lightbox_scroll {
  position: relative;
  float: left;
  width: 100%;
  height: 90%;
  overflow-y: auto;
}

.privacy_content {
  width: 100%;
  height: 100%;
  padding: 40px 8%;
  color: #6e6e6e;
  line-height: 24px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dialog_privacy .lightbox_scroll, #dialog_right .lightbox_scroll {
  overflow: hidden;
}

.main_cotainer {
  position: relative;
  width: 100%;
  padding: 0 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main_page {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.page_image {
  width: 100%;
  margin-bottom: 20px;
}
.page_image img {
  width: 100%;
}

.breadcrumb {
  width: 100%;
  padding: 20px 0 10px 40px;
  line-height: 35px;
  color: #6e6e6e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb img {
  float: left;
  margin-right: 6px;
  margin-top: 5px;
}
.breadcrumb span {
  float: left;
  margin-right: 6px;
}
.breadcrumb span:before {
  content: ">";
  margin-right: 6px;
}

.breadcrumb_menu {
  display: inline-block;
}
.breadcrumb_menu ul {
  display: inline-block;
}
.breadcrumb_menu li {
  float: left;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  background-color: #0b928e;
  margin-right: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb_menu li:hover {
  opacity: 0.6;
}
.breadcrumb_menu li a {
  padding: 0 24px;
  color: #fff;
}
.breadcrumb_menu li.active {
  background-color: #ff5967;
}

.ezwaven_page {
  margin: 0 6.75%;
  width: 86.5%;
}

.ezwaven_page_title {
  width: 100%;
  background-color: #4eccc8;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.ezwaven_btn_green, .ezwaven_btn_gray {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ezwaven_btn_green a, .ezwaven_btn_gray a {
  float: left;
  width: 100%;
  color: #fff;
}
.ezwaven_btn_green:hover, .ezwaven_btn_gray:hover {
  opacity: 0.6;
}

.ezwaven_btn_green {
  background-color: #0abab5;
}

.ezwaven_btn_gray {
  background-color: #cfcfcf;
}

.ezwaven_input, .ezwaven_select {
  padding: 0;
  border: 2px solid #c7c7c7;
  font-size: 16px;
  line-height: 30px;
  min-height: 30px;
  text-indent: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .max_container {
    width: 100%;
  }

  nav {
    background-image: none;
    background-color: #0abab5;
  }

  .lightbox_target .lightbox_content {
    width: 90%;
    height: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .header_mini_left {
    width: 87%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header_mini .header_option {
    width: 100%;
    background-color: #3f3f41;
  }
}
@media screen and (max-width: 480px) {
  header, nav, .header_bg, .logo_search_mini, #header_mini {
    display: none;
  }

  #header_device {
    display: block;
  }

  #footer_left {
    padding-left: 13px;
  }

  .breadcrumb {
    padding-left: 5%;
  }

  .ezwaven_page {
    margin: 0 5%;
    width: 90%;
  }

  .main_cotainer {
    padding: 0;
  }

  .breadcrumb_menu li {
    margin-bottom: 10px;
  }
}
nav:after, nav:before {
  visibility: hidden;
}

.index_banner {
  position: relative;
  float: left;
  width: 100%;
  background-image: url("../images/index_bg_banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner_box {
  float: left;
  width: 83.4%;
  margin: 15px 8.3% 50px;
}

#index-banner .item img {
  display: block;
  width: 100%;
  height: auto;
}

.btn_banner_left, .btn_banner_right {
  position: absolute;
  top: 40%;
  width: 3.5%;
  cursor: pointer;
}
.btn_banner_left:hover, .btn_banner_right:hover {
  opacity: 0.7;
}

.btn_banner_left {
  left: 4.75%;
}

.btn_banner_right {
  right: 4.85%;
}

.small_title {
  background-color: #0abab5;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.small_container, .product_block {
  position: relative;
  background-color: #fff;
}

.small_slide_box {
  width: 87%;
  margin: 10px 6.5%;
}

.small_slide_box .item {
  border: 1px solid #d4d4d4;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.small_slide_box .item img {
  width: 100%;
}

.btn_slide_left, .btn_slide_right {
  position: absolute;
  top: 45%;
  width: 6.5%;
  cursor: pointer;
}
.btn_slide_left:hover, .btn_slide_right:hover {
  opacity: 0.7;
}

.btn_slide_left {
  left: 0;
}

.btn_slide_right {
  right: 0;
}

.welcome_box {
  width: 94.87%;
  background-color: #fff;
  padding: 20px 6%;
  margin: 0 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.beau_title {
  line-height: 40px;
  font-size: 15px;
}
.beau_title span {
  font-size: 30px;
  margin-left: 13px;
  font-style: italic;
}

.btn-red {
  float: left;
  width: 48%;
  margin: 20px 1%;
  background-color: #ff5866;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.btn-red:hover {
  opacity: 0.7;
}

.beau_left {
  float: left;
  width: 35%;
}

.beau_right {
  float: left;
  padding-left: 5%;
  width: 60%;
}

.beau_fb img {
  margin-right: 10px;
  float: left;
}

.beau_fb_link {
  font-size: 13px;
  margin-bottom: 10px;
}
.beau_fb_link a {
  font-weight: bold;
  color: #445fad;
  text-decoration: none;
}
.beau_fb_link a:hover {
  text-decoration: underline;
}

.beau_fb_like {
  line-height: 20px;
  font-size: 12px;
}

.product_block {
  margin-bottom: 15px;
}

.product_container {
  padding: 45px 2.6% 0;
}

.product_content {
  padding: 20px;
}

.product_pic {
  position: relative;
  width: 100%;
  border: 1px solid #d9d6d6;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_pic img {
  width: 100%;
  max-width: 260px;
}
.product_pic:hover:after {
  opacity: 1;
}

.product_pic:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/product_hover.png);
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.product_data li {
  width: 100%;
  text-align: center;
}

.product_data li:first-child {
  text-align: center;
  color: #8b8b8b;
  padding-top: 15px;
  padding-bottom: 8px;
  font-size: 15px;
}
.product_data li:first-child span {
  text-decoration: line-through;
  font-style: 35px;
}

.product_data li:nth-child(2) {
  text-align: center;
  color: #ff5866;
  padding-bottom: 15px;
  font-size: 15px;
}
.product_data li:nth-child(2)span {
  font-style: 35px;
}

.product_data li:nth-child(3) {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #6d6d6d;
  margin-bottom: 10px;
}

.product_data li:nth-child(4) {
  font-size: 15px;
  padding-bottom: 15px;
  color: #8b8b8b;
}

.product_data li:nth-child(5) div{
  background-color: #b8b8b8;
  font-size: 15px;
  width: 140px;
  max-width: 90%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.discount {
  position: relative;
}
.discount:before {
  position: absolute;
  z-index: 0;
  content: attr(data-discount);
  width: 124px;
  height: 32px;
  top: -1px;
  left: -1px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  text-indent: 22px;
  background-image: url(../images/discount.png);
}

.rank_1 {
  position: relative;
}
.rank_1:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 60px;
  width: 74px;
  top: -32px;
  left: -13px;
  background-image: url(../images/rank_1.png);
}

.rank_2, .rank_3 {
  position: relative;
}
.rank_2:before, .rank_3:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 40px;
  top: 7px;
  left: 7px;
}

.rank_2:before {
  width: 51px;
  background-image: url(../images/rank_2.png);
}

.rank_3:before {
  width: 50px;
  background-image: url(../images/rank_3.png);
}

.hot_brand {
  background-color: #fff;
  width: 100%;
  color: #6e6e6e;
  text-align: center;
  font-size: 22px;
  line-height: 80px;
}
.hot_brand div {
  height: 160px;
  line-height: 160px;
}
.hot_brand img {
  vertical-align: middle;
  max-width: 100%;
}

.count_title {
  background-color: #0abab5;
  line-height: 90px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.count_title span {
  display: inline-block;
  width: 65px;
  height: 75px;
  font-size: 42px;
  line-height: 75px;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../images/bg_date.png);
}

.count_box {
  width: 92.4%;
  background-color: #fff;
  padding: 20px;
  margin-left: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.count_name {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #6e6e6e;
  margin-top: 10px;
  margin-bottom: 5px;
}

.count_price {
  float: left;
  width: 50%;
  text-align: right;
}

.count_price div:first-child {
  color: #7d7d7d;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 5px;
  text-decoration: line-through;
}

.count_price div:last-child {
  color: #ff5866;
  font-size: 20px;
}
.count_price div:last-child span {
  font-size: 35px;
}

.show_box {
  width: 92.4%;
  margin-left: 13px;
  text-align: center;
}
.show_box img {
  margin-top: 10px;
  max-width: 100%;
}

.introduce_content {
  width: 100%;
  padding: 30px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dialog_introduce .beau_left {
  width: 23.3%;
}

#dialog_introduce .beau_right {
  width: 74%;
  padding-left: 2.7%;
}

.introduce_right {
  float: left;
  width: 50%;
}

.introduce_title {
  font-size: 15px;
  color: #0abab5;
}
.introduce_title span {
  font-size: 30px;
  margin-top: 15px;
  display: block;
  font-style: italic;
}

.introduce_txt {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid #d7d4d4;
  line-height: 18px;
  font-size: 14px;
  color: #6e6e6e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.introduce_txt:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 13px;
  left: -14px;
  background-image: url(../images/dialog_pointer.png);
}

.introduce_story {
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px solid #d7d4d4;
  margin-top: 20px;
  line-height: 28px;
  color: #6e6e6e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .index_banner {
    margin-top: 0;
  }

  .beau_title span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .banner_box {
    margin-bottom: 10px;
  }

  .introduce_right {
    width: 100%;
  }

  .introduce_title {
    margin-bottom: 15px;
  }
}
