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;
}

body, select, input {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei";
}

img {
  border: 0;
}

a, a:hover, a:focus, a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  zoom: 1;
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.icryobank_txt {
  font-size: 20px;
  line-height: 40px;
}

.icryobank_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 180px;
  color: #fff;
  background: url("../images/basic/header_bg.png") repeat;
  -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 {
  background-image: none;
  background-color: #eb6426;
  height: 85px;
}
.header_mini .header_vip li:hover a {
  color: #fff;
  opacity: 0.4;
}
.header_mini .header_language li.active {
  border-bottom: 2px solid #fff;
}

.header_logo {
  float: left;
  margin-left: 23px;
  margin-top: 10px;
}
.header_logo img {
  width: 100%;
}

.header_menu {
  float: right;
  margin-right: 17px;
  margin-top: 15px;
}
.header_menu ul {
  float: left;
  margin-top: 24px;
  font-size: 14px;
}
.header_menu ul li {
  float: left;
}

#btn-menu-open {
  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;
}
#btn-menu-open:hover {
  opacity: 0.4;
}

.header_language li {
  width: 21px;
  height: 23px;
  text-align: center;
  margin-right: 19px;
  cursor: pointer;
}
.header_language li.active {
  border-bottom: 2px solid #eb6426;
}

.header_vip {
  margin-right: 19px;
}
.header_vip li {
  width: 36px;
  height: 16px;
  text-align: center;
  padding: 0 9px;
  cursor: pointer;
}
.header_vip li a {
  color: #fff;
}
.header_vip li:hover a {
  color: #eb6426;
}
.header_vip li:first-child {
  border-right: 2px solid #fff;
}

.header_username {
  float: left;
  margin: 22px 20px 0 10px;
}
.header_username img {
  margin-right: 10px;
}


.page_outline {
  position: relative;
  width: 100%;
  height: 788px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
}

.oulint_whiteline {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/basic/outline_whiteline.png);
}

.outline_box {
  position: relative;
  top: 277px;
  color: #fff;
  text-align: center;
}

.outline_title {
  font-size: 50px;
  font-weight: bold;
}
.outline_title span {
  color: #eb6426;
}

.outline_txt {
  font-size: 20px;
  line-height: 40px;
}
.outline_txt span {
  font-weight: bold;
}

.nav_style {
  padding: 25px 0;
  background-color: #f0edea;
  font-size: 24px;
}

.nav_item {
  height: 150px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #bfbfbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_item:last-child {
  border-right: none;
}
.nav_item span {
  color: #eb6426;
  font-size: 50px;
  display: none;
}
.nav_item a {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  color: #808080;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: padding-top 0.2s linear;
  -o-transition: padding-top 0.2s linear;
  -webkit-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
}

.nav_item.active, .nav_item:hover {
  font-weight: bold;
}
.nav_item.active span, .nav_item:hover span {
  display: block;
  line-height: 20px;
}
.nav_item.active a, .nav_item:hover a {
  padding-top: 50px;
  color: #000000;
}

.btn_faq, .btn_match {
  position: fixed;
  cursor: pointer;
  width: 58px;
  height: 49px;
  overflow: hidden;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_faq img, .btn_match img {
  width: 58px;
  height: 49px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_faq span, .btn_match span {
  color: #eb6426;
  font-size: 18px;
  line-height: 65px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_faq:hover, .btn_match:hover {
  width: 190px;
  height: 65px;
  margin-top: -33px;
}
.btn_faq:hover img, .btn_match:hover img {
  width: 79px;
  height: 65px;
}
.btn_faq:hover span, .btn_match:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btn_faq {
  right: 0;
}
.btn_faq img {
  float: right;
  margin-left: 5px;
}
.btn_faq span {
  float: right;
}

.btn_match {
  left: 0;
}
.btn_match img {
  float: left;
  margin-right: 5px;
}
.btn_match span {
  float: left;
}

.btn_top {
  display: none;
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 1.5%;
  bottom: 10%;
  background-color: #dfd9d3;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.btn_top img {
  vertical-align: middle;
}
.btn_top:hover {
  background-color: #eb6426;
}

footer {
  width: 100%;
  background-color: #1b1b1b;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.footer_left {
  width: 100%;
  max-width: 550px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer_left img {
  max-width: 100%;
}
.footer_left ul {
  padding-top: 20px;
}
.footer_left li {
  line-height: 30px;
}
.footer_right {
  width: 240px;
  padding: 70px 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  transform: translateY(-50%);
  width: 50%;
}
.footer_right img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.footer_right a {
  color: #fff;
}

.icryobank_hover_orange {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb6426;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.icryobank_hover_icon {
  content: "";
  position: absolute;
  display: block;
  width: 62px;
  height: 62px;
  top: 125%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  background-image: url(../images/follow/newsletter_more.png);
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.mfp-bottom-bar {
  margin-top: 0;
  background-color: #fff;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-title {
  color: #000;
}

img.mfp-img {
  border: 3px solid #fff;
  padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
  top: -40px;
  font-size: 36px;
}

.mfp-counter {
  top: 5px;
  right: 10px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#btn-menu-open {
  cursor: pointer;
}

.menu {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.menu footer {
  position: fixed;
  bottom: 0;
}

.menu_header {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.menu_txt {
  float: left;
  margin-top: 23px;
  margin-left: 30px;
  width: 100px;
  height: 52px;
  line-height: 52px;
  font-size: 28px;
  text-align: center;
  border-left: 1px solid #eb6426;
}

#btn-menu-close {
  float: right;
  margin-right: 35px;
  margin-top: 35px;
  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;
}
#btn-menu-close:hover {
  opacity: 0.4;
}

.menu_container {
  position: absolute;
  top: 100px;
  bottom: 0;
  width: 100%;
  background-color: #1b1b1b;
}

.menu_item_row {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 50%;
}
.menu_item_row li {
  float: left;
  width: 25%;
  height: 100%;
  color: #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.menu_item_row li:hover .item_bg {
  background-color: rgba(67, 67, 67, 0);
}
.menu_item_row li:hover .item_list {
  border-top: 3px solid transparent;
}
.menu_item_row li .item_top {
  position: absolute;
  top: 50%;
  margin-top: -105px;
  width: 100%;
}
.item_1 {
  background: url("../images/basic/menu_bg_1.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.2s ease-out;
  -o-transition: margin-top 0.2s ease-out;
  -webkit-transition: margin-top 0.2s ease-out;
  transition: margin-top 0.2s ease-out;
}

.item_2 {
  background: url("../images/basic/menu_bg_2.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.4s ease-out;
  -o-transition: margin-top 0.4s ease-out;
  -webkit-transition: margin-top 0.4s ease-out;
  transition: margin-top 0.4s ease-out;
}

.item_3 {
  background: url("../images/basic/menu_bg_3.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.6s ease-out;
  -o-transition: margin-top 0.6s ease-out;
  -webkit-transition: margin-top 0.6s ease-out;
  transition: margin-top 0.6s ease-out;
}

.item_4 {
  background: url("../images/basic/menu_bg_4.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.8s ease-out;
  -o-transition: margin-top 0.8s ease-out;
  -webkit-transition: margin-top 0.8s ease-out;
  transition: margin-top 0.8s ease-out;
}

.item_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.7);
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.item_title {
  width: 100%;
  text-align: center;
  font-size: 36px;
}

.item_list {
  margin: 15px auto 0;
  padding-top: 15px;
  width: 140px;
  border-top: 3px solid #eb6426;
}
.item_list li {
  width: 100%;
  float: none;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: rgba(235, 100, 38, 0);
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.item_list li:hover {
  background-color: rgba(235, 100, 38, 0.7);
}
.item_list a {
  float: left;
  width: 100%;
  color: #fff;
}

.item_animate {
  margin-top: 0;
}

.page_indicator_container {
  text-align: center;
}
.page_indicator_container section {
  display: inline-block;
  padding: 35px 0 70px;
}

.page_indicator {
  float: left;
  height: 40px;
}
.page_indicator li {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}
.page_indicator li a {
  float: left;
  width: 100%;
  color: #3f3f44;
}
.page_indicator li.active, .page_indicator li:hover {
  background-color: #eb6426;
}
.page_indicator li.active a, .page_indicator li:hover a {
  color: #fff;
}

.btn_prev_page, .btn_next_page {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.btn_prev_page a, .btn_next_page a {
  color: #3f3f44;
}
.btn_prev_page:hover a, .btn_next_page:hover a {
  color: #eb6426;
}

.btn_prev_page {
  margin-right: 90px;
}

.btn_next_page {
  margin-left: 90px;
}

.icryobank_detail_full_img img {
  width: 100%;
}

.icryobank_detail_center_img {
  text-align: center;
}
.icryobank_detail_center_img img {
  max-width: 100%;
}

.icryobank_detail_main_date {
  font-size: 20px;
  color: #5e5c5c;
  padding: 25px 0;
}
.icryobank_detail_main_date span {
  margin: 0 5px;
}

.icryobank_detail_main_title {
  color: #eb6426;
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 20px;
}

.icryobank_detail_main_txt {
  font-size: 20px;
  line-height: 36px;
  color: #5e5c5c;
  padding-bottom: 20px;
}

.icryobank_detail_btn_back {
  padding: 50px 0;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  vertical-align: middle;
}
.icryobank_detail_btn_back span, .icryobank_detail_btn_back img {
  float: left;
  color: #eb6426;
}
.icryobank_detail_btn_back img {
  margin-right: 20px;
}

.icryobank_detail_other {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
}

.icryobank_detail_other_box {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.icryobank_detail_other_box img {
  width: 100%;
}

.icryobank_detail_other_date {
  color: #5e5c5c;
  font-size: 14px;
  padding: 14px 0;
}
.icryobank_detail_other_date span {
  margin: 0 5px;
}

.icryobank_detail_other_title {
  font-size: 21px;
  line-height: 32px;
  color: #eb6426;
}

.qa_title {
  padding: 80px 0 50px;
  font-size: 48px;
  font-weight: bold;
}

.qa_btn_all {
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
.qa_btn_all div {
  float: right;
  cursor: pointer;
}
.qa_btn_all div:hover span {
  color: #eb6426;
}
.qa_btn_all img {
  float: right;
  margin-right: 10px;
}
.qa_btn_all span {
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.qa_row_container li {
  border-top: 1px solid #eb6426;
  text-align: left;
  width: 100%;
  padding: 45px 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_q {
  cursor: pointer;
}
.qa_q:hover span {
  color: #eb6426;
}
.qa_q img {
  float: left;
  margin-top: 4px;
  margin-right: 20px;
}
.qa_q span {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}

.qa_a {
  padding-top: 20px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 30px;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_a_attachment {
  padding: 30px 0;
  width: 100%;
  text-align: left;
}
.qa_a_attachment img {
  width: 100%;
}
.qa_a_attachment table {
  width: 100%;
  border: 1px solid #f68a3a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.qa_a_attachment .froze_table.orange td {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid #f68a3a;
}
.qa_a_attachment .froze_table.orange td tr:last-child td {
  border-bottom: transparent;
}

.qa_dot {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 13px;
  background-color: #eb6426;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) { 
  .menu footer .footer_left {
    padding: 0px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1120px) { 
  .footer_left {
    padding-left: 15px;
    width: 550px;
  }
}

@media screen and (max-width: 800px) {
  .header_language, .header_vip {
    display: none;
  }

  .page_outline {
    height: 380px;
  }

  .outline_box {
    top: 150px;
  }

  .outline_title {
    font-size: 24px;
  }

  .outline_txt {
    font-size: 13px;
    line-height: 24px;
  }

  .nav_style {
    padding: 0;
    font-size: 16px;
  }

  .nav_item {
    height: 50px;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .nav_item a {
    padding-top: 18px;
  }

  .nav_item.active a, .nav_item:hover a {
    padding-top: 8px;
  }

  .icryobank_txt {
    font-size: 15px;
    line-height: 30px;
  }

  .icryobank_title {
    font-size: 18px;
    line-height: 30px;
  }

  .menu_item_row {
    height: 25%;
  }
  .menu_item_row li {
    width: 100%;
  }

  .menu footer {
    display: none;
  }

  .item_title {
    font-size: 18px;
    padding-top: 0%;
  }

  .item_list {
    width: 300px;
    margin: 5px auto 0;
    padding-top: 0;
  }
  .item_list li {
    float: left;
    width: 33%;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  .page_indicator {
    float: none;
    display: block;
  }

  .btn_prev_page, .btn_next_page {
    float: none;
    margin: 10px 0;
  }

  .icryobank_detail_main_date {
    font-size: 16px;
    padding: 10px 0;
  }

  .icryobank_detail_main_title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .icryobank_detail_main_txt {
    font-size: 15px;
    line-height: 28px;
  }

  .icryobank_detail_other_title {
    font-size: 18px;
    line-height: 28px;
  }

  .qa_title {
    padding: 40px 0 30px;
    font-size: 30px;
  }

  .qa_row_container li {
    padding: 20px 2%;
  }

  .qa_q span {
    font-size: 18px;
  }

  .qa_a {
    font-size: 15px;
    padding-left: 0;
  }
  .footer_right {
    position: static;
    -moz-transform: translateY(0%); 
    -ms-transform: translateY(0%); 
    -webkit-transform: translateY(0%); 
    transform: translateY(0%);
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .btn_faq, .btn_match, .menu_txt {
    display: none;
  }

  .btn_top {
    opacity: 0.6;
  }
  .btn_top:hover {
    background-color: #dfd9d3;
  }

  .nav_item:hover {
    font-weight: normal;
  }
  .nav_item:hover a {
    padding-top: 18px;
    color: #808080;
  }
  .nav_item:hover span {
    display: none;
  }

  .footer_left {
    padding: 20px 0;
    font-size: 10px;
    text-align: center;
  }

  .footer_right {
    padding: 30px 0;
  }
}
.s1 {
  background: url("../images/basic/outline_whiteline.png") repeat;
}

.s2 {
  background: url("../images/index/light_02.jpg") 50% 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.s3 {
  background: url("../images/index/light_03.jpg") 50% 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.s4 {
  background: url("../images/index/light_04.jpg") 50% 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.s5 {
  background: url("../images/index/light_05.jpg") 50% 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#index-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../images/index/light_02.jpg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.content-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.content-box h1 {
  font-size: 72px;
  text-align: center;
  color: #fff;
}
.content-box h1 span {
  font-size: 100px;
  padding: 0 15px;
}

.content-box h2 {
  margin-bottom: 10px;
  font-size: 60px;
  text-align: center;
  color: #fff;
}

.s1 .content-box {
  margin-top: -85px;
}

.s2 .content-box, .s5 .content-box {
  margin-top: -134px;
}

.s3 .content-box {
  margin-top: -169px;
}

.s4 .content-box {
  margin-top: -260px;
}

.btn-more {
  margin-top: 50px;
  text-align: center;
}
.btn-more span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 13px 33px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.14);
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.btn-more span:hover {
  background-color: rgba(255, 255, 255, 0.14);
}

.s4 .btn-more {
  margin-top: 10px;
}

.circle-row {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.circle-row2 {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.circle-box {
  position: relative;
  display: inline-block;
  width: 180px;
  margin: 0 25px;
  text-align: center;
}
.circle-box:hover .circle-orange, .circle-box:hover .circle-orange img {
  margin-top: 0;
}
.circle-box:hover .circle-orange span {
  margin-top: 60px;
}
.circle-box:hover .ex-dialog {
  opacity: 1;
  width: 688px;
}

.s4 .circle-box {
  margin: 0 25px;
}

.circle-item {
  cursor: pointer;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.circle-box .txt {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.circle-orange {
  margin-top: 180px;
  width: 180px;
  height: 180px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  background-color: #eb6426;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  -webkit-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}

.circle-orange img {
  margin-top: 180px;
  -moz-transition: margin-top 0.6s ease-out;
  -o-transition: margin-top 0.6s ease-out;
  -webkit-transition: margin-top 0.6s ease-out;
  transition: margin-top 0.6s ease-out;
}

.circle-orange span {
  display: inline-block;
  margin-top: 240px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  -moz-transition: margin-top 0.6s ease-out;
  -o-transition: margin-top 0.6s ease-out;
  -webkit-transition: margin-top 0.6s ease-out;
  transition: margin-top 0.6s ease-out;
}

.ex-dialog {
  width: 0;
  height: 145px;
  opacity: 0;
  overflow: hidden;
  margin-left: -260px;
  margin-top: 20px;
  background: url("../images/index/ex-dialog.png");
  text-align: left;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.ex-dialog .title {
  float: left;
  width: 175px;
  height: 95px;
  margin-top: 50px;
  margin-left: 34px;
}

.ex-dialog .title .no {
  float: left;
  width: 50px;
  height: 100%;
  color: #eb6426;
  font-size: 72px;
}

.ex-dialog .title .name {
  float: left;
  width: 120px;
  color: #eb6426;
  font-size: 24px;
  line-height: 32px;
}

.ex-dialog .title .user {
  float: left;
  width: 120px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.ex-dialog .dialog-content {
  float: left;
  width: 415px;
  margin-top: 40px;
  margin-left: 20px;
}
.ex-dialog .dialog-content .highlight {
  color: #eb6426;
  width: 100%;
  height: 30px;
  font-size: 16px;
}
.ex-dialog .dialog-content .desc {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.ex-dialog .dialog-content .desc a {
  color: #eb6426;
}

.btn-pointer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 35px;
  left: 50%;
  margin-left: -17px;
  text-align: center;
  cursor: pointer;
}

.btn-swim {
  margin-bottom: 20px;
  -moz-animation-name: swimming;
  -webkit-animation-name: swimming;
  animation-name: swimming;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

@-moz-keyframes swimming {
  0% {
    margin-bottom: 20px;
    opacity: 0;
  }
  25% {
    margin-bottom: 15px;
    opacity: 1;
  }
  75% {
    margin-bottom: 0px;
    opacity: 1;
  }
  100% {
    margin-bottom: -5px;
    opacity: 0;
  }
}
@-webkit-keyframes swimming {
  0% {
    margin-bottom: 20px;
    opacity: 0;
  }
  25% {
    margin-bottom: 15px;
    opacity: 1;
  }
  75% {
    margin-bottom: 0px;
    opacity: 1;
  }
  100% {
    margin-bottom: -5px;
    opacity: 0;
  }
}
@keyframes swimming {
  0% {
    margin-bottom: 20px;
    opacity: 0;
  }
  25% {
    margin-bottom: 15px;
    opacity: 1;
  }
  75% {
    margin-bottom: 0px;
    opacity: 1;
  }
  100% {
    margin-bottom: -5px;
    opacity: 0;
  }
}
@media screen and (max-width: 800px) {
  .content-box h1 {
    font-size: 40px;
  }
  .content-box h1 span {
    font-size: 50px;
  }

  .content-box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .content-box h1 {
    font-size: 24px;
  }
  .content-box h1 span {
    font-size: 28px;
  }

  .content-box h2 {
    font-size: 20px;
  }

  .s1 .content-box, .s2 .content-box, .s5 .content-box, .s4 .content-box {
    margin-top: -20px;
  }

  .s3 .content-box {
    margin-top: -100px;
  }

  .s4 .circle-row {
    display: none;
  }

  .s4 .circle-row2{
    display: none;
  }

  .circle-box {
    float: left;
    width: 50%;
    margin: 0;
  }

  .circle-item {
    cursor: pointer;
    width: 90px;
    height: 90px;
    margin: 20px auto 0;
    overflow: hidden;
    background-size: 100%;
  }

  .circle-box .txt {
    margin-top: 3px;
    font-size: 15px;
  }

  .circle-orange {
    margin-top: 90px;
    width: 90px;
    height: 90px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
  }

  .circle-orange img {
    width: 100%;
    margin-top: 90px;
  }

  .circle-row {
    margin-top: 0;
  }
}
