@charset "UTF-8";
/* 變數: */
/* responsive */
/* setting */
.pure-g [class*="pure-u"] {
  font-family: 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei' !important;
}

.test_content {
  width: 1200px;
  margin: 0 auto;
}

::-moz-selection {
  background: #0096d0;
  color: white;
}

::selection {
  background: #0096d0;
  color: white;
}

::-moz-selection {
  background: #0096d0;
  color: white;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei' !important;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1339px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}

a:hover {
  color: #0096d0;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

.container {
  width: 1300px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1339px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 730px;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0 7%;
  }
}

.fit_img {
  position: relative;
  overflow: hidden;
}

.main_wrapper {
  width: 100%;
  min-height: 100%;
}

.a-555 {
  color: #555;
}

.a-555:hover {
  color: #ffba00;
}

.a-blue {
  color: #00a0e8;
}

.a-blue:hover {
  color: #ffba00;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.main-color {
  color: #0096d0;
}

.hint-color {
  color: #fff100;
}

.sup-color {
  color: #fff100;
}

.strong-color {
  color: #333333;
}

.light-color {
  color: #abcd03;
}

.main_text {
  width: 100%;
  float: left;
  font-size: 1em;
  color: #333;
  line-height: 1.6em;
  margin-bottom: 40px;
}

.main_text textarea {
  width: 100%;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn_wrapper {
  width: 100%;
  float: left;
  text-align: center;
}

.wrapper {
  width: 100%;
}

.wrapper-float {
  width: 100%;
  float: left;
}

.ffleft {
  float: left;
}

.ffright {
  float: right;
}

.loading_icon {
  width: 100%;
  float: left;
  text-align: center;
}

.page_content {
  width: 100%;
  float: left;
  letter-spacing: 0.1em;
}

@media (min-width: 1340px), (min-width: 992px) and (max-width: 1339px) {
  .page_content {
    min-height: 500px;
  }
}

.bg_wrapper {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.main_color_bg {
  background: #0096d0;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden_xxs {
    display: none !important;
  }
}

.show_xs {
  display: none !important;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .show_xs {
    display: block !important;
  }
}

.show_xxs {
  display: none;
}

@media (max-width: 480px) {
  .show_xxs {
    display: block !important;
  }
}

.perspective {
  -webkit-perspective: 800px;
          perspective: 800px;
}

.primary_btn {
  position: relative;
  display: inline-block;
  min-width: 16rem;
  padding: 1em 1.6em;
  background: #fff100;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 0.4em;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  text-align: center;
}

.primary_btn:hover {
  -webkit-transform: rotateX(15deg);
  transform: rotateX(15deg);
  color: #fff;
  -webkit-box-shadow: 0 6px #b3a900;
          box-shadow: 0 6px #b3a900;
}

.video_wrapper {
  width: 100%;
}

/* primary */
#panel {
  background: #fff;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #panel {
    clear: both;
  }
}

#menu {
  background: #0074a0;
  color: #fff;
  padding-top: 54px;
}

@media (min-width: 1340px), (min-width: 992px) and (max-width: 1339px), (min-width: 768px) and (max-width: 991px) {
  #menu {
    display: none !important;
  }
}

#header {
  background: #0096d0;
  width: 100%;
  height: 105px;
  float: left;
  position: relative;
  color: #333;
}

@media (min-width: 992px) and (max-width: 1339px) {
  #header {
    height: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: 75px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #header {
    height: 50px;
  }
}

@media (max-width: 480px) {
  #header {
    height: auto;
  }
  #header .container {
    width: 100%;
    padding: 0;
  }
}

#header .container {
  height: 100%;
}

.mobile_header {
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 14px;
}

.mobile_header .slideout-toggle-m {
  float: left;
  color: #fff;
}

.mobile_header .slideout-toggle-m .open_icon {
  display: inline-block;
}

.mobile_header .slideout-toggle-m .close_icon {
  display: none;
}

.mobile_header .slideout-toggle-m.opened .open_icon {
  display: none;
}

.mobile_header .slideout-toggle-m.opened .close_icon {
  display: inline-block;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .mobile_header .slideout-toggle-m {
    position: absolute;
  }
}

.mobile_header .cart_btn_m {
  float: right;
  color: #fff;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .mobile_header .cart_btn_m {
    margin-top: 6px;
  }
}

.mobile_logo {
  width: 130px;
  display: none;
}

.mobile_logo img {
  max-width: 100%;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .mobile_logo {
    display: inline-block;
  }
}

.mobile_menu {
  width: 100%;
  float: left;
}

.mobile_menu .mobile_info {
  width: 100%;
  float: left;
  text-decoration: none;
  line-height: 1.6em;
  border-top: solid 2px #fff100;
  border-bottom: solid 1px #0074a0;
  text-align: center;
  padding: 10px 0;
}

.mobile_menu .mobile_info a {
  color: #0096d0;
  text-decoration: none;
  text-align: center;
}

.mobile_menu .mobile_info a:hover {
  background: #fff;
  color: #0096d0;
}

.mobile_menu .mobile_info .mobile_info_btn {
  width: 76%;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background: #0096d0;
  margin: 6px 0;
  color: #fff;
}

.mobile_menu .mobile_btn {
  width: 100%;
  float: left;
  padding: 15px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.6em;
  font-family: OpenSans;
}

.mobile_menu .mobile_btn .open_icon {
  display: inline-block;
}

.mobile_menu .mobile_btn .close_icon {
  display: none;
}

.mobile_menu .mobile_btn.open .open_icon {
  display: none;
}

.mobile_menu .mobile_btn.open .close_icon {
  display: inline-block;
}

.mobile_menu .mobile_btn span {
  float: right;
  font-size: 0.9em;
  color: #fff100;
}

.mobile_menu .mobile_btn:hover {
  background: #0096d0;
}

.mobile_menu ul.sub_list {
  float: left;
  background: #0074a0;
  width: 100%;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.mobile_menu ul.sub_list a {
  width: 100%;
  float: left;
  color: #aaa;
  padding: 5px 0;
}

.mobile_menu ul.sub_list.open {
  max-height: 300px;
  padding-bottom: 15px;
}

.mobile_menu .mobile_search {
  width: 100%;
  padding: 0px 20px 20px 20px;
  float: left;
}

.mobile_menu .mobile_search .search_panel {
  float: left;
  position: relative;
  width: 100%;
}

.mobile_menu .mobile_search .search_panel input.search_input {
  width: 100%;
  padding: 3px 30px 3px 3px;
  height: 2em;
  border: solid 1px #fff100;
  color: #fff;
  background: transparent;
}

@media (min-width: 481px) and (max-width: 767px) {
  .mobile_menu .mobile_search .search_panel input.search_input {
    width: 160px;
  }
}

.mobile_menu .mobile_search .search_panel .input_icon {
  position: absolute;
  top: 6px;
  right: 8px;
}

.header_menu {
  width: 100%;
  float: right;
  height: 100%;
}

.header_menu .container {
  height: 100%;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .header_menu {
    width: 100%;
  }
  .header_menu .open_icon {
    display: inline-block;
  }
  .header_menu .close_icon {
    display: none;
  }
  .header_menu .opened .open_icon {
    display: none;
  }
  .header_menu .opened .close_icon {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .header_menu {
    padding: 10px 0 0 0;
  }
}

.header_menu .main_menu {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.header_menu .main_menu .menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18%;
  list-style-type: none;
  position: relative;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  padding-top: 1.8em;
  cursor: pointer;
  white-space: nowrap;
}

.header_menu .main_menu .menu_box:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 20px;
  width: 1px;
  background: #fff;
  left: 0;
}

.header_menu .main_menu .menu_box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff100;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header_menu .main_menu .menu_box.nline:before {
  display: none;
}

.header_menu .main_menu .menu_box .menu_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0074a0;
  text-decoration: none;
}

.header_menu .main_menu .menu_box .menu_link:hover {
  color: #fff100;
}

.header_menu .main_menu .menu_box.has_sub:after {
  display: none;
}

.header_menu .main_menu .menu_box .menu_sub {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  min-width: 100%;
  width: auto;
  padding-top: 4px;
  max-height: 0;
  overflow: hidden;
  z-index: 30;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header_menu .main_menu .menu_box .menu_sub a {
  float: left;
  width: 100%;
  padding: 12px 15px;
  background: #0096d0;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.header_menu .main_menu .menu_box .menu_sub a:hover {
  color: #fff100;
  background-color: #0074a0;
}

.header_menu .main_menu .menu_box .menu_sub a:last-child {
  border-bottom: none;
}

.header_menu .main_menu .menu_box .menu_sub:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff100;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header_menu .main_menu .menu_box:hover {
  color: #fff100;
}

.header_menu .main_menu .menu_box:hover:after {
  height: 4px;
}

.header_menu .main_menu .menu_box:hover .menu_sub {
  max-height: 250px;
}

.header_menu .main_menu .menu_box:hover .menu_sub:after {
  height: 4px;
}

.header_menu .main_menu .logo {
  width: 40%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px;
  padding-right: 30px;
}

.header_menu .main_menu .logo img {
  width: 100%;
  max-width: 100%;
}

.header_menu .main_menu .logo:after {
  display: none;
}

.header_menu .main_menu .search_icon {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.header_menu .main_menu .search_inbox {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #0096d0;
  opacity: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.header_menu .main_menu .search_inbox.open {
  width: 200%;
  opacity: 1;
}

.header_menu .main_menu .search_inbox .search_close {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  font-size: 1.3em;
}

.header_menu .main_menu .search_inbox .search_wrapper {
  position: relative;
  width: 80%;
  background: #efefef;
}

.header_menu .main_menu .search_inbox .search_input {
  width: 100%;
  padding: 4px;
  border: none;
  color: #333;
}

.header_menu .main_menu .search_inbox .input_icon {
  position: absolute;
  top: 7px;
  right: 8px;
  color: #0096d0;
}

.cart_btn {
  width: 130px;
  position: fixed;
  right: 10px;
  top: 165px;
  z-index: 99999;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .cart_btn {
    display: none;
  }
}

.cart_btn .cart_btn_tit {
  width: 100%;
  float: left;
  padding: 8px;
  background: #0096d0;
  color: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.cart_btn .cart_btn_num {
  width: 100%;
  float: left;
  font-size: 2em;
  color: #0096d0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.cart_btn:hover .cart_btn_tit {
  background: #fff100;
}

.cart_btn:hover .cart_btn_num {
  color: #fff100;
}

.cart_btn .cart_buy_notice {
  width: 100%;
  position: absolute;
  bottom: -30px;
  opacity: 0;
}

.carousel_wrapper {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.carousel_wrapper .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0;
}

.carousel_wrapper .bx-pager {
  bottom: 20px;
}

.carousel_wrapper .bx-pager .bx-pager-item a {
  background: #abcd03;
}

.carousel_wrapper .bx-pager .bx-pager-item a.active {
  background: #0096d0 !important;
}

.carousel_wrapper .bx-pager .bx-pager-item a:hover {
  background: #fff100 !important;
}

.carousel_wrapper .bx-prev:hover {
  background-position: 0 -32px;
  opacity: 0.5;
}

.carousel_wrapper .bx-next:hover {
  background-position: -43px -32px;
  opacity: 0.5;
}

.carousel_wrapper .carousel_next {
  position: absolute;
  right: 2%;
  top: 40%;
  height: 26%;
  z-index: 2;
  max-height: 160px;
}

.carousel_wrapper .carousel_next img {
  height: 100%;
}

.carousel_wrapper .carousel_next:hover {
  right: 3%;
}

.carousel_wrapper .carousel_prev {
  position: absolute;
  left: 2%;
  top: 40%;
  height: 26%;
  z-index: 2;
  max-height: 160px;
}

.carousel_wrapper .carousel_prev img {
  height: 100%;
}

.carousel_wrapper .carousel_prev:hover {
  left: 3%;
}

.main_carousel {
  width: 100%;
  position: relative;
  float: left;
}

.main_carousel img {
  width: 100%;
}

#footer {
  width: 100%;
  float: left;
  padding: 40px 0 0 0;
  background: #0096d0;
}

@media (max-width: 480px) {
  #footer {
    padding: 30px 0;
  }
}

#footer .footer_wrapper {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer .footer_wrapper .footer_about {
  width: 100%;
  color: #fff;
  text-align: center;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper .footer_about {
    width: 100%;
    padding: 10px;
  }
}

#footer .footer_wrapper .footer_about .footer_logo {
  width: 100%;
  float: left;
  padding: 15px 0;
  text-align: center;
}

#footer .footer_wrapper .footer_about .footer_logo img {
  max-width: 286px;
  width: 70%;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper .footer_about .footer_logo {
    width: 100%;
  }
  #footer .footer_wrapper .footer_about .footer_logo img {
    width: 55%;
  }
}

#footer .footer_wrapper .footer_about .footer_info {
  width: 100%;
  float: left;
  padding: 15px 0 15px 0;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer_wrapper .footer_about .footer_info {
    font-size: 1em;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper .footer_about .footer_info {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    padding: 10px 0px;
  }
}

#footer .footer_wrapper .footer_about .footer_info_tit {
  display: inline-block;
  max-width: 100%;
  padding: 10px;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 200;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper .footer_about .footer_info_tit {
    padding: 0 10px 20px;
  }
}

#footer .footer_wrapper .footer_about .footer_info_des {
  float: left;
  width: 100%;
  padding-top: 1em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper .footer_about .footer_info_des {
    float: left;
    width: 100%;
    padding-top: 1.2em;
  }
}

#footer .footer_wrapper .footer_about .footer_info_des p a {
  color: #fff;
}

#footer .footer_wrapper .footer_about .footer_info_des p a:hover {
  color: #fff100;
}

#footer .footer_wrapper .footer_about .footer_info_des .info_item {
  float: left;
  padding: 10px 15px;
  text-align: center;
}

#footer .footer_wrapper .footer_about .footer_info_des .info_item a {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
}

#footer .footer_wrapper .footer_about .footer_info_des .info_item a:hover {
  color: #fff100;
}

#footer .footer_wrapper .footer_about .footer_info_des .info_item img {
  vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1339px) {
  #footer .footer_wrapper .footer_about .footer_info_des .info_item {
    max-width: 33.33%;
    font-size: 0.9em;
    padding: 10px;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper .footer_about .footer_info_des .info_item {
    width: 33.333%;
    float: left;
    font-size: 0.9em;
    padding: 10px 5px;
  }
}

#footer .footer_wrapper .footer_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 481px) and (max-width: 767px) {
  #footer .footer_wrapper .footer_menu {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #footer .footer_wrapper .footer_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

#footer .footer_wrapper .footer_menu .footer_sub_menu {
  padding: 10px;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}

@media (max-width: 480px) {
  #footer .footer_wrapper .footer_menu .footer_sub_menu {
    width: 100%;
    text-align: center;
  }
}

#footer .footer_wrapper .footer_menu .footer_sub_menu a {
  display: inline-block;
  color: #a0a0a0;
  text-decoration: none;
  margin: 10px;
}

#footer .footer_wrapper .footer_menu .footer_sub_menu a:hover {
  text-decoration: none;
  color: #fff100;
}

#footer .footer_wrapper .footer_menu .footer_sub_menu .sub_menu_tit {
  color: #fff100;
}

@media (max-width: 480px) {
  #footer .footer_wrapper .footer_menu .footer_sub_menu .sub_menu_tit {
    border-bottom: solid 1px #abcd03;
    padding-bottom: 2px;
    margin-bottom: 5px;
  }
}

#footer .footer_wrapper .footer_menu .footer_sub_menu.sub_main a {
  color: #fff100;
}

#footer .footer_rights {
  width: 100%;
  background: #0096d0;
  margin-top: 30px;
  float: left;
  text-align: right;
  color: #fff;
}

#footer .footer_rights .container {
  padding: 20px 0 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_rights {
    text-align: center;
  }
}

#footer .go_top_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}

#footer .go_top_btn a {
  float: left;
  width: 100%;
  height: 100%;
  background: #abcd03;
  color: #fff;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
}

#footer .go_top_btn a:hover {
  background: #fff100;
}

#footer .go_top_btn.visible a {
  visibility: visible;
  opacity: 1;
}

.video_bg {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
}

.video_bg video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.video_bg .video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
}

.video_bg .video_cover img {
  width: auto;
  height: auto;
  max-height: 70%;
}

.scroll_arrow {
  position: absolute;
  top: 1.8em;
  left: 50%;
  width: 28px;
  height: 28px;
  background: url(../images/primary/scroll_arrow.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-left: -14px;
}

@media (min-width: 992px) and (max-width: 1339px) {
  .scroll_arrow {
    top: 1.8em;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.content_clip {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 46%, 100% 100%, 52.5% 100%, 50% 95%, 47.5% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 46%, 100% 100%, 52.5% 100%, 50% 95%, 47.5% 100%, 0 100%, 0 0);
  margin-bottom: -3.6em;
}

.video_title {
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 3% 10%;
  z-index: 3;
  left: 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.video_title .h1 {
  font-size: 6em;
  margin: 0.1em 0;
}

.video_title .h3 {
  font-size: 2.3em;
  margin: 0;
}

.index_button {
  position: absolute;
  bottom: 18%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  z-index: 5;
}

.main_button {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  z-index: 5;
  margin-top: 2.5rem;
}

.index_content {
  float: left;
  position: relative;
  width: 100%;
  padding: 4em 0;
}

@media (min-width: 992px) and (max-width: 1339px) {
  .index_content {
    padding: 4em 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index_content {
    padding: 4em 0;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_content {
    padding: 3em 0;
  }
}

.about_content_text {
  width: 70%;
  float: right;
}

.about_feature_text {
  width: 100%;
  float: left;
  text-align: center;
  padding: 1.2em 0;
  color: #ffffff;
  font-size: 2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#abcd03), to(#0196cf));
  background-image: linear-gradient(to right, #abcd03, #0196cf);
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_feature_text {
    font-size: 1.6em;
  }
}

.index_title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  color: #15181d;
  margin-bottom: 1em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_title {
    font-size: 3rem;
  }
}

.index_title .title_num {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  font-size: 9.6rem;
  color: #ebebeb;
  font-family: Arial;
  font-weight: 900;
  z-index: -1;
}

.sub_title {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 8%;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #767676;
}

@media (min-width: 992px) and (max-width: 1339px) {
  .sub_title {
    font-size: 2rem;
  }
}

.index_news {
  background: #f2f2f0;
}

.index_news_switch {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 2em;
}

.index_news_switch a {
  display: inline-block;
  padding: 10px;
  margin: 0.5em;
  background: #fff;
  color: #555;
  width: 180px;
  border-radius: 10px;
  border: solid 1px #fff100;
  text-decoration: none;
}

.index_news_switch a:hover {
  background: #fff100;
  color: #fff;
  text-decoration: none;
}

.index_news_switch a.active {
  background: #fff100;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .index_news_switch a {
    width: 20%;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_news_switch a {
    width: 40%;
  }
}

.index_news_tabs {
  width: 50%;
  float: left;
  padding: 20px;
}

.index_news_tabs:nth-child(3), .index_news_tabs:nth-child(4), .index_news_tabs:nth-child(5) {
  display: none;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_news_tabs {
    width: 100%;
  }
}

.index_news_tabs .tab_item {
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}

.index_news_tabs .tab_item .list_row .table_date {
  width: 120px;
  color: #0096d0;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_news_tabs .tab_item .list_row .table_date {
    width: 100%;
  }
}

.index_news_tabs .tab_item .list_row .table_title {
  width: calc( 100% - 120px);
  float: left;
  color: #333;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_news_tabs .tab_item .list_row .table_title {
    width: 100%;
  }
}

.index_about {
  background: url(../images/primary/index_about_bg.png) repeat;
  text-align: center;
}

.index_about .index_about_text {
  font-size: 1.4em;
  margin-top: 30px;
  line-height: 1.8em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_about {
    background-size: cover;
  }
  .index_about .index_about_text {
    font-size: 1.1em;
    font-weight: 400;
  }
}

.index_about_title {
  color: #333;
  font-weight: bold;
}

.index_about_title h2 {
  font-size: 2.4em;
  color: #0096d0;
  font-weight: 900;
}

.index_about_title h3 {
  font-size: 1.8em;
  font-weight: 900;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_about_title h3 {
    font-size: 1.6em;
  }
}

.index_feature {
  background: url(../images/primary/index_feature_bg.jpg) center no-repeat;
}

.index_feature .index_feature_title {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

.index_feature .index_feature_title .main_tit {
  font-size: 3em;
  letter-spacing: 0.14em;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 0.12em;
  margin-bottom: 0.5em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_feature .index_feature_title .main_tit {
    font-size: 2em;
  }
}

.index_feature .index_feature_title .sub_tit {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_feature .index_feature_title .sub_tit {
    font-size: 1.2em;
  }
}

.index_feature .index_feature_content {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index_feature .index_feature_item {
  width: 25%;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  line-height: 1.6em;
}

.index_feature .index_feature_item img {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_feature .index_feature_item {
    width: 45%;
    background-size: cover;
    margin-bottom: 0;
    padding: 10px;
    font-size: 1em;
  }
}

.index_quote .index_quote_text {
  position: relative;
  width: 100%;
  padding: 5.5rem 6rem;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin: 0 auto;
  max-width: 1100px;
}

.index_quote .index_quote_text span {
  position: relative;
  z-index: 1;
}

.index_quote .index_quote_text:before {
  content: url(../images/primary/index_quote.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.index_quote .index_quote_text:after {
  content: url(../images/primary/index_quote-02.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_quote .index_quote_text {
    width: 98%;
    font-size: 1.15em;
    padding: 2.5rem 2.5rem;
  }
  .index_quote .index_quote_text:before {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  .index_quote .index_quote_text:after {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.index_join {
  width: 100%;
  float: left;
  background: url(../images/primary/index_join_bg.jpg);
  background-size: cover;
  padding: 2em 0;
  color: #000;
}

.index_join .join_text {
  float: left;
  font-size: 1.3em;
}

.index_join .join_tit {
  font-size: 2em;
}

.index_join .join_btn {
  position: relative;
  float: right;
  font-size: 1.8em;
  border: solid 2px #000;
  border-radius: 10px;
  overflow: hidden;
}

.index_join .join_btn img {
  position: relative;
  z-index: 2;
}

.index_join .join_btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fcd854), to(#f18149));
  background: linear-gradient(to right, #fcd854 0%, #f18149 100%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.index_join .join_btn:hover span {
  width: 100%;
  opacity: 1;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_join {
    text-align: center;
  }
  .index_join .join_btn {
    display: inline-block;
    float: none;
  }
  .index_join img {
    max-width: 140px;
  }
}

.page_content {
  width: 100%;
  float: left;
  padding: 5em 0;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_content {
    padding: 2em 0 3em 0;
  }
}

.page_side {
  float: left;
  padding: 15px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_side {
    width: 100%;
  }
}

.page_main {
  float: right;
  padding: 15px;
  padding-left: 40px;
  margin-bottom: 4em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_main {
    width: 100%;
    padding: 15px;
    margin-bottom: 2em;
  }
}

.page_main .page_btn {
  position: relative;
  width: 100%;
  float: left;
  margin: 3em 0 0 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.page_main .page_btn a {
  float: left;
  width: 50%;
  text-align: center;
  padding: 1.2em 0.5em;
  color: #555;
  font-size: 1.2em;
  text-decoration: none;
}

.page_main .page_btn a:hover {
  color: #fff100;
  background: #f2f2f2;
}

.page_main .page_btn a.prev {
  float: left;
}

.page_main .page_btn a.next {
  float: right;
}

.page_main .page_btn:after {
  content: '';
  position: absolute;
  top: calc( 50% - 0.5em);
  left: 50%;
  width: 0;
  height: 1em;
  border-right: solid 1px #ddd;
}

.page_title {
  width: 100%;
  float: left;
  margin: 0.2em 0;
  font-size: 3em;
  color: #0096d0;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_title {
    font-size: 1.8em;
  }
}

.main_text_title {
  width: 100%;
  position: relative;
  float: left;
  font-size: 2.6em;
  font-weight: 500;
  color: #0096d0;
  padding: 0.4em 4.8em 0.4em 0.2em;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}

.main_text_title .title_info {
  position: absolute;
  top: 2.2em;
  right: 0.2em;
  font-size: 0.9rem;
  color: #333;
}

.main_text_title .title_info .list_type {
  padding: 0.2em 1em;
  background: #abcd03;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main_text_title {
    width: 100%;
    position: relative;
    float: left;
    font-size: 1.6em;
    padding: 0.2em;
  }
  .main_text_title .title_info {
    display: block;
    position: static;
    width: 100%;
    margin: 0.5em 0;
    font-size: 0.8rem;
  }
}

.main_text_content {
  width: 100%;
  float: left;
  line-height: 1.8em;
  font-size: 1.2em;
}

.main_text_content img {
  max-width: 100%;
}

.main_text_content .text_sub_title {
  display: block;
  padding: 0 0.6em;
  border-left: solid 8px #0096d0;
  font-weight: bold;
}

.main_text_content .unlock_me {
  width: 100%;
  padding: 90px 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(29%, white), color-stop(97%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 29%, white 97%);
  text-align: center;
  display: none;
}

.main_text_content .unlock_me img {
  margin: 10px;
}

.main_text_content .unlock_me a {
  display: inline-block;
  padding: 10px;
  background: #fff100;
  color: #fff;
  width: 180px;
  border-radius: 10px;
  margin-top: 8px;
}

.main_text_content .unlock_me a:hover {
  background: #0096d0;
  text-decoration: none;
}

.main_text_content .unlock_me a i {
  margin-left: 10px;
}

.main_text_content.locked {
  max-height: 580px;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

.main_text_content.locked .unlock_me {
  display: block;
}

.main_text_content.locked .lock_check {
  opacity: 0.4;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main_text_content {
    font-size: 1em;
  }
}

.pager {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin: 1em 0 2em;
  letter-spacing: normal;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .pager {
    font-size: 1em;
  }
}

.pager a {
  display: inline-block;
  padding: 0.2em 0.6em;
  min-width: 1.8em;
  border-radius: 1em;
  color: #333;
  margin: 0 0.2em;
}

.pager a:hover {
  background: #f2f2f2;
}

.pager a.active {
  background: #abcd03;
  color: #fff;
}

.pager span {
  display: inline-block;
  padding: 0.2em 0.6em;
  min-width: 1.8em;
  color: #333;
  margin: 0 0.2em;
}

.side_menu {
  width: 100%;
  float: left;
  margin-bottom: 4em;
}

.side_menu .side_menu_title {
  width: 100%;
  float: left;
  font-size: 1.6em;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}

.side_menu .side_menu_title span {
  display: inline-block;
  border-left: solid 8px #abcd03;
  padding-left: 8px;
}

.side_menu .side_menu_list {
  width: 100%;
  float: left;
}

.side_menu .side_menu_list .list_item {
  width: 100%;
  float: left;
  padding: 15px;
  background: #fff;
  color: #333;
  border-bottom: solid 1px #ddd;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

.side_menu .side_menu_list .list_item:nth-child(4), .side_menu .side_menu_list .list_item:nth-child(5), .side_menu .side_menu_list .list_item:nth-child(6) {
  display: none;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .side_menu .side_menu_list .list_item {
    font-size: 1em;
  }
}

.side_menu .side_menu_list .list_item:hover {
  background: #f5f5f5;
}

.side_menu .side_menu_list .list_item:hover .list_type, .side_menu .side_menu_list .list_item:hover .list_num {
  background: #abcd03;
  color: #fff;
}

.side_menu .side_menu_list .list_item.active {
  background: #f5f5f5;
}

.side_menu .side_menu_list .list_item.active .list_num {
  background: #abcd03;
  color: #fff;
}

.side_menu .side_menu_list .list_item.locked .list_info:after {
  content: url(../images/primary/article_lock_icon.png);
  display: inline-block;
  margin-left: 8px;
  margin-top: -3px;
  vertical-align: middle;
}

.side_menu .side_menu_list .list_item .list_num {
  display: inline-block;
  float: right;
  padding: 2px 6px;
  border-radius: 5px;
  margin-top: -3px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.side_menu .side_menu_list .list_item .list_info {
  width: 100%;
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 0.75em;
}

.side_menu .side_menu_list .list_item .list_type {
  padding: 0.2em 1em;
  background: #abcd03;
  color: #fff;
  font-weight: bold;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.side_menu .side_menu_list .list_item .list_text {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article_list {
  width: 100%;
  float: left;
}

.article_list .article_list_item {
  width: 100%;
  float: left;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: solid 1px #ddd;
}

.article_list .article_list_item .item_img {
  position: relative;
  width: 40%;
  padding-bottom: 25%;
  float: left;
}

.article_list .article_list_item .item_img:hover {
  opacity: 0.9;
}

.article_list .article_list_item .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article_list .article_list_item .item_content {
  width: 60%;
  float: left;
  padding-left: 20px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .article_list .article_list_item .item_content {
    font-size: 0.7em;
  }
}

.article_list .article_list_item .item_content .list_info {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.6em;
}

.article_list .article_list_item .item_content .list_type {
  padding: 0.2em 1em;
  background: #abcd03;
  color: #fff;
  font-weight: bold;
  margin-right: 0.4em;
}

.article_list .article_list_item .item_content .list_title {
  width: 100%;
  height: 2em;
  float: left;
  font-size: 1.8em;
  line-height: 2em;
  color: #0096d0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article_list .article_list_item .item_content .list_title:hover {
  color: #abcd03;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .article_list .article_list_item .item_content .list_title {
    font-size: 1.6em;
  }
}

.article_list .article_list_item .item_content .list_text {
  width: 100%;
  float: left;
  line-height: 2em;
  font-size: 1.2em;
  color: #333;
  max-height: 8em;
  overflow: hidden;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .article_list .article_list_item .item_content .list_text {
    line-height: 1.6em;
    max-height: 6.5em;
  }
}

.article_list .article_list_item.locked .list_info:after {
  content: url(../images/primary/article_lock_icon.png);
  display: inline-block;
  margin-left: 8px;
  margin-top: -5px;
  vertical-align: middle;
}

.product_category {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

.product_category .category_item {
  float: left;
  padding: 1em;
}

.product_category .category_item .item_img {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.product_category .category_item .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.product_category .category_item .item_title {
  width: 100%;
  float: left;
  background: #0096d0;
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
  padding: 0.4em 0.6em;
  letter-spacing: 0.2em;
  max-height: 2.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_category .category_item:hover .item_img img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product_category .category_item:hover .item_title {
  letter-spacing: 0.3em;
}

.index_product {
  background: url(../images/primary/index_product_bg.jpg) center;
  background-size: cover;
}

.index_product_category {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

.index_product_category .category_item {
  float: left;
  padding: 1em;
}

.index_product_category .category_item .item_img {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #15181d;
}

.index_product_category .category_item .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.index_product_category .category_item .item_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  text-align: center;
  padding: 0.4em 0.6em;
  letter-spacing: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.index_product_category .category_item:hover .item_img {
  background: #ea6c34;
}

.index_product_category .category_item:hover .item_img img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  mix-blend-mode: multiply;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page_product_category {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

.page_product_category .category_item {
  float: left;
  padding: 1em;
}

.page_product_category .category_item .item_img {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #15181d;
}

.page_product_category .category_item .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.page_product_category .category_item .item_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  padding: 0.4em 0.6em;
  letter-spacing: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.page_product_category .category_item:hover .item_img {
  background: #ea6c34;
}

.page_product_category .category_item:hover .item_img img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  mix-blend-mode: multiply;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page_product_category .category_item .item_type {
  font-size: 0.8em;
}

.product_list {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_list {
    padding: 0 5%;
  }
}

.product_list .product_item {
  float: left;
  padding: 1em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_list .product_item {
    padding: 0.5em;
  }
}

.product_list .product_item .item_img {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}

.product_list .product_item .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.product_list .product_item .item_title {
  width: 100%;
  float: left;
  background: #0096d0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  padding: 0.4em 0.6em;
  letter-spacing: 0.1em;
  max-height: 2.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_list .product_item:hover .item_img img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.product_page {
  width: 100%;
  float: left;
  padding: 4em 0;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_page {
    padding: 2em 0 0 0;
  }
}

.product_page .product_main {
  width: 100%;
  float: left;
  padding: 2em 0;
  background: #f5f5f5;
  margin-bottom: 5em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_page .product_main {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.product_gallery {
  width: 50%;
  float: left;
  padding-right: 5%;
}

@media (max-width: 480px) {
  .product_gallery {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.product_gallery .product_main_pic {
  width: 100%;
  position: relative;
  float: right;
  padding-bottom: 100%;
  overflow: hidden;
}

.product_gallery .product_main_pic div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.product_gallery .product_main_pic div.active {
  opacity: 1;
}

.product_gallery .product_main_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_gallery .product_side_pic {
  width: 100%;
  padding: 10px 0 0 0;
  margin-top: 1%;
  float: left;
}

.product_gallery .product_side_pic div {
  width: 23%;
  padding-bottom: 23%;
  float: left;
  margin-right: 2.6%;
  margin-bottom: 10px;
  position: relative;
}

.product_gallery .product_side_pic div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.product_gallery .product_side_pic div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0px #abcd03;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.product_gallery .product_side_pic div.active:after {
  border: solid 3px #abcd03;
}

.product_gallery .product_side_pic div.active img {
  opacity: 1;
}

.product_gallery .product_side_pic div:nth-child(4n) {
  margin-right: 0;
}

.product_info {
  width: 50%;
  float: left;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_info {
    width: 100%;
    font-size: 0.8em;
  }
}

.product_info .info_title {
  width: 100%;
  float: left;
  font-size: 2.3em;
  color: #fff100;
  margin-bottom: 0.5em;
}

.product_info .info_text {
  width: 100%;
  float: left;
  font-size: 1.3em;
  line-height: 1.8em;
  margin-bottom: 2rem;
}

.product_info .info_buy {
  width: 100%;
  float: left;
  font-size: 1.4em;
  margin-bottom: 2rem;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_info .info_buy .primary_btn {
    width: 100%;
  }
}

.product_info .info_price {
  width: 100%;
  float: left;
  font-size: 2.2em;
  color: #c00;
  margin-bottom: 2rem;
}

.product_info .info_hint {
  width: 100%;
  float: left;
  color: #777;
  margin-bottom: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #ddd;
  line-height: 1.6em;
  font-size: 1.1em;
  vertical-align: middle;
}

.product_info .info_hint a {
  color: #fff100;
  text-decoration: underline;
}

.product_info .info_hint input[type=checkbox] {
  zoom: 2;
}

.product_detail {
  width: 100%;
  float: left;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_detail {
    font-size: 0.8em;
  }
}

.product_detail .detail_title {
  float: left;
  width: 100%;
  font-size: 1.6em;
  color: #333;
  margin-bottom: 2em;
}

.product_detail .detail_title span {
  display: inline-block;
  border-left: solid 10px #fff100;
  padding-left: 10px;
}

.product_detail .detail_text {
  width: 100%;
  float: left;
  line-height: 1.8em;
  font-size: 1.2em;
}

.product_detail .detail_text img {
  max-width: 100%;
}

.product_buy {
  width: 100%;
  float: left;
  padding: 3em 0;
  margin: 3em 0 0;
  border-top: solid 1px #ddd;
  text-align: center;
}

.product_buy .buy_btn {
  font-size: 1.4em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .product_buy .buy_btn {
    width: 100%;
  }
}

.product_buy .buy_price {
  font-size: 2.2em;
  color: #c00;
  margin-bottom: 2rem;
}

.product_buy .buy_hint {
  color: #777;
  line-height: 1.6em;
  font-size: 1.1em;
  margin-bottom: 2rem;
}

.product_buy .buy_hint a {
  color: #fff100;
  text-decoration: underline;
}

.product_buy .buy_hint input[type=checkbox] {
  zoom: 2;
}

.about_text {
  width: 100%;
  float: left;
  background: url(../images/primary/about_text_bg.jpg) center no-repeat;
  background-size: cover;
  letter-spacing: 0.1em;
}

.about_text .about_text_title {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}

.about_text .about_text_title h2 {
  font-size: 3.2em;
  color: #0096d0;
  font-weight: 600;
  font-family: sans-serif;
}

.about_text .about_text_title h3 {
  font-size: 2.2em;
  color: #333;
  font-weight: 600;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text .about_text_title {
    text-align: center;
  }
  .about_text .about_text_title h2 {
    font-size: 2em;
  }
  .about_text .about_text_title h3 {
    font-size: 1.5em;
  }
}

.about_text p {
  float: right;
  width: 720px;
  max-width: 70%;
  font-size: 1.3em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text p {
    font-size: 1.1em;
    width: 100%;
    max-width: 100%;
  }
}

.about_ppl {
  float: left;
  width: 100%;
  background: #f2f2f0;
  text-align: center;
}

.about_ppl img {
  max-width: 100%;
}

.about_text_switch {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 2em;
}

.about_text_switch a {
  display: inline-block;
  padding: 10px;
  margin: 0.5em;
  color: #555;
  width: 180px;
  border-radius: 10px;
  border: solid 1px #fff100;
  text-decoration: none;
}

.about_text_switch a:hover {
  background: #fff100;
  color: #fff;
  text-decoration: none;
}

.about_text_switch a.active {
  background: #fff100;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_text_switch a {
    width: 20%;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_switch a {
    width: 40%;
  }
}

.about_text_tabs {
  position: relative;
  width: 60%;
  float: left;
  max-width: 680px;
  font-size: 1.3em;
  min-height: 460px;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_text_tabs {
    width: 80%;
    margin: 0 10%;
    font-size: 1.2em;
    max-width: auto;
    min-height: auto;
  }
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_tabs {
    width: 90%;
    margin: 0 5%;
    font-size: 1.1em;
    min-height: auto;
  }
}

.about_text_tabs .tab_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  padding: 1.6em;
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.about_text_tabs .tab_item h3 {
  font-size: 1.6em;
  color: #fff100;
}

.about_text_tabs .tab_item.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.about_contact {
  width: 100%;
  float: left;
  padding: 2em 0 4em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_contact {
    padding: 3em 0;
  }
}

.contact_map {
  width: 100%;
  float: left;
  height: 26vw;
  min-height: 380px;
  margin-top: 3em;
}

.contact_map .container {
  height: 100%;
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

.form_title {
  width: 100%;
  float: left;
  font-size: 1.6em;
  padding-bottom: 1em;
}

.form_title span {
  display: inline-block;
  border-left: solid 8px #fff100;
  padding-left: 8px;
}

.contact_form {
  margin: 20px auto;
  padding-bottom: 40px;
  font-size: 1.2em;
  float: left;
}

.contact_form p {
  line-height: 1.6em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_form {
    width: 100%;
    padding-right: 0;
  }
}

.contact_form .contact_form_btn {
  float: left;
  padding: 10px 25px;
  background: #0096d0;
  border-radius: 30px;
  color: #fff;
  border: none;
  min-width: 180px;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.contact_form .contact_form_btn:hover {
  background: #abcd03;
}

.fa-envelope {
  font-size: 0.9em;
}

.contact_info {
  float: right;
  color: #333;
  text-align: left;
}

.contact_info .contact_way {
  font-size: 1.2em;
}

.contact_info .contact_name {
  font-size: 1.8em;
  font-weight: 600;
  padding: 1em 0;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_info .contact_name {
    font-size: 1.6em;
    padding: 1em 0;
    text-align: center;
  }
}

.contact_info img {
  margin-right: 15px;
  max-width: 104px;
  float: left;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_info img {
    margin-right: 15px;
    max-width: 104px;
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.contact_info p span {
  font-weight: 800;
}

.contact_info p i {
  color: #0096d0;
  margin-right: 6px;
}

.contact_info a {
  color: #333;
}

.contact_info a:hover {
  color: #abcd03;
}

.contact_text {
  width: 100%;
  padding: 15px 0;
  line-height: 2em;
  float: left;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}

.contact_location {
  width: 100%;
  float: left;
  background: #fff100;
}

.contact_location .location_item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.contact_location .location_info {
  float: right;
  padding-left: 40px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_location .location_info {
    width: 100%;
    padding-left: 10px;
  }
}

.contact_location .location_info .contact_info {
  width: 100%;
  margin-bottom: 30px;
}

.contact_location .location_map {
  float: left;
  border: solid 3px #fff;
  padding: 0;
  margin-bottom: 30px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_location .location_map {
    width: 100%;
  }
}

.contact_location .location_map > div {
  padding-bottom: 38%;
}

.contact_info_des {
  width: 100%;
  padding: 1em 0;
  margin-bottom: 2em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_info_des p {
  width: 100%;
  font-size: 1.2em;
}

.contact_info_des .container {
  max-width: 760px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_info_des {
    float: left;
    width: 100%;
    padding-top: 1.2em;
  }
}

.contact_info_des .info_item {
  float: left;
  text-align: center;
  width: 33.333%;
  padding: 1em 0.5em;
}

.contact_info_des .info_item a {
  width: 100%;
  display: inline-block;
  color: #333;
  margin-bottom: 8px;
}

.contact_info_des .info_item a:hover {
  color: #fff100;
}

.contact_info_des .info_item img {
  vertical-align: middle;
  margin-bottom: 1em;
  max-width: 100%;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_info_des .info_item {
    width: 33.333%;
    float: left;
    font-size: 0.9em;
    padding: 10px 5px;
    min-width: auto;
  }
}

.info_item_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-control {
  width: 100%;
  padding: 0.4em;
  border: solid 1px #ddd;
}

.faq_list {
  width: 100%;
  float: left;
  margin: 1em 0 2em;
}

.faq_list .list_item {
  width: 100%;
  float: left;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.faq_list .list_item .item_title {
  position: relative;
  width: 100%;
  float: left;
  padding: 0.5em 1.2em;
  padding-right: 3em;
  color: #fff;
  background: #0096d0;
  font-size: 1.4em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.faq_list .list_item .item_title:hover {
  background: #20262b;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .faq_list .list_item .item_title {
    font-size: 1.1em;
  }
}

.faq_list .list_item .item_title .open_icon {
  position: absolute;
  top: 0.75em;
  right: 1.2em;
  opacity: 1;
  color: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.faq_list .list_item .item_title .close_icon {
  position: absolute;
  top: 0.75em;
  right: 1.2em;
  opacity: 0;
  color: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.faq_list .list_item .item_title.active {
  background: #fff100;
  color: #fff;
  text-decoration: none;
}

.faq_list .list_item .item_title.active .open_icon {
  opacity: 0;
}

.faq_list .list_item .item_title.active .close_icon {
  opacity: 1;
}

.faq_list .list_item .item_content {
  width: 100%;
  float: left;
  height: 0;
  overflow: hidden;
  line-height: 1.8em;
  font-size: 1.2em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .faq_list .list_item .item_content {
    font-size: 1em;
  }
}

.faq_list .list_item .item_content .content_text {
  display: block;
  width: 100%;
  float: left;
  padding: 1.2em;
}

.faq_list .list_item .item_content.active {
  display: block !important;
}

/*  cart  */
.cart_form {
  width: 100%;
  float: left;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .cart_form {
    font-size: 0.8em;
  }
}

.cart_form .cart_text {
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 30px;
}

.cart_form .cart_text p {
  margin-bottom: 8px;
  line-height: 1.2em;
}

.cart_form .cart_text span {
  color: #f66;
}

.cart_related {
  width: 100%;
  float: left;
  display: relative;
  padding-bottom: 20px;
}

.cart_related .owl-controls {
  margin: 0;
}

.cart_related .related_item .related_img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

.cart_related .related_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cart_related .pro_info_cart {
  width: 100%;
  float: left;
  padding: 10px 0;
  color: #0096d0;
}

.cart_related .pro_info_cart .pro_name {
  color: #0096d0;
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  overflow: hidden;
}

.cart_related .pro_info_cart .pro_name:hover {
  color: #fff100;
}

.cart_related .pro_info_cart .pro_size {
  margin-bottom: 4px;
}

.cart_related .pro_info_cart .pro_size .size_btn {
  display: inline-block;
  line-height: 1em;
  padding: 1px 3px;
  color: #abcd03;
  border: solid 1px #abcd03;
  font-size: 0.8em;
  text-decoration: none;
  margin: 2px;
}

.cart_related .pro_info_cart .pro_size .size_btn:hover {
  color: #fff;
  background: #abcd03;
}

.cart_related .pro_info_cart .pro_size .size_btn.selected {
  color: #fff;
  background: #abcd03;
}

.cart_related .pro_info_cart .pro_price span.ori_price {
  font-size: 0.8em;
  color: #abcd03;
  text-decoration: line-through;
}

.cart_related .pro_info_cart .pro_price span.sale_price {
  color: #f00;
}

.cart_related .related_buy_btn {
  width: 90%;
  margin: 4px 5%;
  padding: 5px;
  color: #fff;
  background: #0096d0;
  float: left;
  text-decoration: none;
}

.cart_related .related_buy_btn span {
  color: #abcd03;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.cart_related .related_buy_btn:hover {
  background: #fff100;
}

.cart_related .related_buy_btn:hover span {
  color: #fff;
}

.cart_table_wrapper {
  width: 100%;
  float: left;
  overflow: auto;
}

.cart_table {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.cart_table td {
  padding: 5px 8px;
}

.cart_table thead tr {
  background: #0096d0;
}

.cart_table thead td {
  color: #fff;
}

.cart_table tbody td {
  padding: 8px;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}

.cart_table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}

.cart_table tbody td a {
  color: #0096d0;
}

.cart_table tbody td a:hover {
  color: #fff100;
}

.cart_table .cart_img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

.cart_table .cart_img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cart_table .cart_pro_name {
  margin: 10px 0 5px;
  display: inline-block;
}

.cart_table .cart_event_name {
  color: #abcd03;
  display: inline-block;
}

.cart_table .cart_event_name:hover {
  color: #fff100;
}

.cart_table_sum {
  width: 100%;
  float: left;
  border-bottom: solid 1px #ccc;
  font-size: 0.9em;
}

.cart_table_sum table {
  float: right;
  text-align: left;
}

.cart_table_sum table td {
  min-width: 160px;
  padding: 5px 10px;
}

@media (max-width: 480px) {
  .cart_table_sum table td {
    min-width: auto;
  }
}

.cart_table_sum table tr.sum_total {
  font-size: 1.1em;
}

.cart_table_sum table tr.sum_total span {
  color: #f66;
  font-size: 1.8em;
}

.cart_table_sum table .dp_hint {
  color: #fff100;
  margin-top: 5px;
  display: block;
}

.cart_step {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.cart_step a {
  float: right;
  text-align: center;
  min-width: 200px;
  color: #fff;
  background: #999;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 0 20px 20px;
}

.cart_step a:hover {
  background: #fff100;
}

.cart_step a.main_color_btn {
  background: #0096d0;
}

.cart_step a.main_color_btn:hover {
  background: #fff100;
}

.cart_step .back_btn {
  float: left;
}

@media (max-width: 480px) {
  .cart_step .back_btn {
    float: none;
    display: inline-block;
    width: 60%;
    margin: 0 0 20px 0;
  }
}

.cart_payment {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.cart_payment .payment_btn_wrapper {
  width: 260px;
  max-width: 100%;
  display: inline-block;
  margin: 20px 3%;
  vertical-align: top;
}

.cart_payment .payment_btn {
  width: 100%;
  position: relative;
}

.cart_payment .payment_btn input {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -5px;
}

.cart_payment .payment_btn label {
  width: 100%;
  padding: 25px 0 40px 0;
  display: inline-block;
  background: #0096d0;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.cart_payment .payment_btn label:hover {
  background: #fff100;
}

.cart_payment .payment_btn label i {
  font-size: 4em;
  margin-bottom: 10px;
}

.cart_payment p {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
}

.cart_payment p i {
  margin-left: -10px;
}

.cart_bill_table_title {
  width: 100%;
  padding: 10px 8px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  float: left;
  margin-top: 20px;
}

.cart_bill_table {
  width: 100%;
  float: left;
  padding: 2vw;
  text-align: left;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .cart_bill_table {
    padding: 1em 0;
    font-size: 0.8em;
  }
}

.cart_bill_table.member_table {
  border-top: none;
}

.cart_bill_table label.checkbox {
  margin: 0 0 0 20px;
}

.cart_bill_table input {
  max-width: 100%;
}

.cart_bill_table table {
  width: 100%;
}

.cart_bill_table table td {
  padding: 10px 8px;
  vertical-align: baseline;
}

.cart_bill_table table td:first-child {
  width: 120px;
  vertical-align: top;
}

.cart_bill_table table td:first-child span {
  display: inline-block;
  padding: 4px 15px;
  background: #0096d0;
  color: #fff;
  min-width: 90px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .cart_bill_table table td:first-child span {
    padding: 4px 10px;
  }
}

.cart_bill_table table td input[type="checkbox"] {
  margin-right: 3px;
}

.cart_bill_table table td label {
  margin-right: 14px;
  font-weight: normal;
}

.cart_bill_table table td .input_text {
  max-width: 100%;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 6px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.cart_bill_table table td .input_text.post {
  width: 120px;
}

.cart_bill_table table td .input_text.address {
  width: 320px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .cart_bill_table table td .input_text {
    width: 100%;
  }
  .cart_bill_table table td .input_text.post, .cart_bill_table table td .input_text.address {
    width: 100%;
  }
}

.cart_bill_table table td select {
  margin-right: 4px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.cart_bill_table table td .textarea_text {
  max-width: 360px;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

.bill_text {
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 30px;
  border-top: dashed 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.bill_text p {
  margin-bottom: 8px;
  line-height: 1em;
}

.bill_text span {
  color: #f66;
}

.finished_order_block {
  margin: 2vw 0;
}

.finished_order {
  width: 100%;
  float: left;
  text-align: center;
}

.finished_order .page_form_tit {
  display: inline-block;
  float: none;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  padding-bottom: 10px;
}

.finished_order .finish_text {
  width: 100%;
}

.finished_order a.finish_btn {
  display: inline-block;
  min-width: 200px;
  background: #0096d0;
  padding: 4px 15px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 10px;
}

.finished_order a.finish_btn:hover {
  background: #fff100;
}

.finish_order_info {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 20px auto;
  background: #f1f1f1;
  color: #333;
  padding: 15px 10%;
  text-align: left;
}

.finish_order_info .bank_account {
  font-size: 1.6em;
  color: #0096d0;
}

.finish_order_info b {
  font-size: 1.2em;
}

.payment_tit {
  width: 100%;
  float: left;
  text-align: center;
  margin: 2vw 0;
}

.payment_tit span {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  font-size: 2em;
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
}

.order_table_wrapper {
  width: 100%;
  float: left;
  overflow: auto;
}

.order_table {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.order_table td {
  padding: 5px 8px;
}

.order_table thead tr {
  background: #0096d0;
}

.order_table thead td {
  color: #fff;
}

.order_table tbody tr:last-child td {
  border-bottom: none;
}

.order_table tbody td {
  padding: 8px;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}

.order_table tbody td a {
  color: #0096d0;
  text-decoration: none;
  border-bottom: dashed 1px;
}

.order_table tbody td a:hover {
  color: #fff100;
}

.order_form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 3vw 0;
}

.order_form .order_hint {
  color: #999;
}

.order_search_btn {
  margin-top: 2vw;
}

.order_hint_bot {
  width: 100%;
  padding: 2vw 0;
  margin-top: 2vw;
  border-top: solid 1px #ddd;
  color: #999;
}

/* member */
.member_form_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.form_tit_icon {
  width: 100%;
  float: left;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 0;
}

.form_tit_icon .tit_icon_item {
  width: 100%;
  display: inline-block;
  border-bottom: solid 5px #0096d0;
  position: relative;
  color: #0096d0;
  font-size: 15px;
}

.form_tit_icon .tit_icon_item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-bottom: solid 5px #0096d0;
}

.form_tit_icon .tit_icon_item .icon_circle {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  border: solid 5px #0096d0;
  border-radius: 50%;
  font-size: 1.8em;
}

.form_tit_icon .tit_icon_item .icon_circle i {
  position: relative;
  vertical-align: middle;
  top: 15px;
  color: #fff100;
}

.form_tit_icon .tit_icon_item .icon_text {
  width: 100%;
  font-size: 0.9em;
  padding: 10px 0;
}

.form_tit_icon .tit_icon_item.active {
  border-color: #fff766;
  color: #fff100;
}

.form_tit_icon .tit_icon_item.active:after {
  border-bottom-color: #fff766;
}

.form_tit_icon .tit_icon_item.active .icon_circle {
  border: solid 5px #fff766;
}

.member_trans {
  width: 100%;
  float: left;
  border-bottom: dashed 1px #ccc;
  padding: 0 8px;
  margin-bottom: 20px;
}

.member_trans .trans_item {
  width: calc((100% - 40px) / 3);
  float: left;
  margin-right: 20px;
  text-align: left;
}

.member_trans .trans_item .trans_tit {
  width: 100%;
  padding: 8px 10px;
  background: #0096d0;
  color: #fff;
}

.member_trans .trans_item .trans_text {
  padding: 10px;
  font-size: 2.6em;
  color: #abcd03;
}

.member_trans .trans_item .trans_text span {
  font-size: 0.5em;
}

.member_trans .trans_item:last-child {
  margin: 0;
}

.member_class {
  font-size: 1.2em;
}

.member_form {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 20px auto;
  padding: 30px 40px;
  vertical-align: top;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .member_form {
    padding: 0 10px 30px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.member_form .form_table {
  width: 100%;
  float: left;
  padding: 10px 26px;
}

@media (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
  .member_form .form_table {
    padding: 10px 15px;
  }
}

.member_form .form_table table {
  width: 100%;
}

.member_form .form_table table td {
  padding: 8px 0;
  color: #000;
  text-align: left;
  line-height: 1.4em;
}

.member_form .form_table table td span {
  color: #fff100;
  font-size: 0.9em;
}

.member_form .form_table table td input.form_input {
  width: 100%;
  border: solid 1px #ccc;
  line-height: 1em;
  padding: 4px 4px 0;
  color: #0096d0;
  border-radius: 3px;
}

.member_form .form_table table td input.form_input.captcha_input {
  width: 74px;
  vertical-align: middle;
  margin-left: 4px;
}

.member_form .form_table table td a {
  color: #fff100;
  text-decoration: none;
}

.member_form .form_table table td a span {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.member_form .form_table table td a:hover {
  color: #fff100;
}

.member_form .form_table table td a:hover span {
  color: #fff100;
}

.member_form .form_btn_wrapper {
  width: 100%;
  float: left;
  padding: 14px 0;
  border-top: dashed 1px #abcd03;
  text-align: left;
}

.member_form .form_btn_wrapper .form_btn {
  margin-top: 1em;
}

.member_form .form_btn {
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #0096d0;
  text-align: center;
  text-decoration: none;
  border: 0;
}

.member_form .form_btn span {
  color: #fff100;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.member_form .form_btn:hover {
  background: #fff100;
}

.member_form .form_btn:hover span {
  color: #fff;
}

.member_form .form_btn.fb_login {
  background: #3c599b;
}

.member_form .form_btn.fb_login:hover {
  background: #fff100;
}

.member_form .check_box_label {
  color: #fff100;
  font-weight: normal;
}

.page_form_tit {
  width: 100%;
  float: left;
  font-size: 1.7em;
  line-height: 1.8em;
  color: #0096d0;
  border-bottom: solid 1px #ccc;
  text-align: left;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-indent: -0.55em;
}

@media (min-width: 481px) and (max-width: 767px) {
  .page_form_tit {
    font-size: 1.6em;
  }
}

@media (max-width: 480px) {
  .page_form_tit {
    font-size: 1.4em;
  }
}

.page_form_tit span {
  color: #abcd03;
}

.member_info {
  float: left;
  width: 100%;
  padding: 2em 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .member_info {
    font-size: 1em;
  }
}

.member_info .info_form {
  width: 100%;
  float: left;
}

.member_info .info_form .cart_bill_table td {
  vertical-align: middle;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .member_info .info_form .cart_bill_table td:first-child {
    width: 110px;
  }
}

.member_info .edit_btn {
  color: #fff100;
}

.member_edit_btn {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.member_edit_btn a {
  float: right;
  text-align: center;
  min-width: 200px;
  color: #fff;
  background: #999;
  padding: 15px 15px;
  text-decoration: none;
  margin: 0 0 20px 20px;
  border-radius: 10px;
}

.member_edit_btn a:hover {
  background: #fff100;
}

.member_edit_btn a.main_color_btn {
  background: #0096d0;
}

.member_edit_btn a.main_color_btn:hover {
  background: #fff100;
}

.pay_true {
  color: #fff100;
}

.pay_false {
  color: #e95513;
}

.member_order_table {
  margin: 0.5em 0 2.5em;
}

.member_performance_form {
  width: 100%;
  float: left;
  padding: 0.5em;
  margin: 0.5em 0 2.5em;
}

.member_performance_form .form_wrapper {
  width: 100;
  padding: 2.5em 1.5em;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.member_performance_form .form_wrapper table {
  width: 100%;
  margin: 0 auto;
}

.member_performance_form .form_wrapper table td {
  padding: 0.5em;
}

.member_performance_form .form_wrapper table td:first-child {
  width: 128px;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .member_performance_form .form_wrapper table td:first-child {
    width: 108px;
  }
}

.member_performance_form .form_wrapper table td input[type="text"] {
  width: 100%;
}

.member_performance_form .form_btn {
  float: right;
  padding: 0.5em 1.5em;
  border-radius: 0.5em;
  background: #0096d0;
  color: #fff;
  border: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.member_performance_form .form_btn:hover {
  background: #fff100;
}

.member_performance_chart {
  width: 100%;
  float: left;
  margin: 0.5em 0 2.5em;
}

.member_performance_chart .chart_table {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

.member_performance_chart .chart_table td {
  padding: 0.5em;
  border-bottom: solid 1px #ddd;
}

.member_performance_chart .chart_table thead td {
  background: #0096d0;
  color: #fff;
  font-weight: 400;
}

.member_performance_chart .chart_table tr.sub_tit td {
  background: #f2f2f2;
}

.member_performance_chart .chart_wrapper {
  padding-left: 1.5em;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .member_performance_chart .chart_wrapper {
    padding: 0;
  }
}

.table_list {
  width: 100%;
  float: left;
  border-top: solid 1px #ddd;
}

.table_list .table_head {
  width: 100%;
  float: left;
  color: #333;
  line-height: 1.6em;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 800;
  background: #eaeaea;
}

.table_list .list_row {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: solid 1px #ddd;
  color: #333;
  line-height: 1.6em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.table_list .list_row:after {
  content: "\f105";
  position: absolute;
  top: 20px;
  right: 14px;
  color: #555;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.6em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (max-width: 480px) {
  .table_list .list_row:after {
    top: 38px;
  }
}

.table_list .list_row > div {
  padding: 20px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table_list .list_row > div {
    font-size: 0.8em;
  }
}

.table_list .list_row .table_date {
  width: 15%;
  float: left;
}

@media (min-width: 481px) and (max-width: 767px) {
  .table_list .list_row .table_date {
    width: 22%;
  }
}

@media (max-width: 480px) {
  .table_list .list_row .table_date {
    width: 30%;
    padding-bottom: 10px;
    font-size: 0.8em;
  }
}

.table_list .list_row .table_type {
  width: 15%;
  float: left;
}

@media (min-width: 481px) and (max-width: 767px) {
  .table_list .list_row .table_type {
    width: 22%;
  }
}

@media (max-width: 480px) {
  .table_list .list_row .table_type {
    width: 30%;
    padding-bottom: 10px;
    font-size: 0.8em;
  }
}

.table_list .list_row .table_type span {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 100px;
  background: #0096d0;
  color: #fff;
  padding-top: 4px;
  line-height: 1.6em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.table_list .list_row .table_title {
  width: 70%;
  padding-right: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0096d0;
}

@media (min-width: 481px) and (max-width: 767px) {
  .table_list .list_row .table_title {
    width: 56%;
  }
}

@media (max-width: 480px) {
  .table_list .list_row .table_title {
    width: 100%;
    padding-top: 0;
  }
}

.table_list .list_row:hover {
  background: #ececec;
}

.table_list .list_row:hover:after {
  right: 10px;
}

.table_list .list_row:hover .table_type span {
  background: #fff100;
}

.content_more_btn {
  width: 100%;
  float: left;
  padding: 4.2vw 0;
  line-height: 1.6em;
  text-align: center;
}

.content_more_btn a {
  display: inline-block;
  padding: 10px;
  background: #0096d0;
  color: #fff;
  width: 180px;
  border-radius: 10px;
}

.content_more_btn a:hover {
  background: #0074a0;
  text-decoration: none;
}

.content_more_btn a i {
  margin-left: 10px;
}

.index_news_tabs .content_more_btn {
  padding: 30px 0;
}

.index_news_tabs:nth-child(even) .tab_item .list_row .table_date {
  color: #abcd03;
}

.index_news_tabs:nth-child(even) .content_more_btn a {
  background: #abcd03;
}

.index_news_tabs:nth-child(even) .content_more_btn a:hover {
  background: #819b02;
}

.index_video .video_content {
  width: 100%;
  max-width: 640px;
  padding: 40px 0;
  margin: 0 auto;
}

.index_video .content_more_btn a {
  background: #abcd03;
}

.index_video .content_more_btn a:hover {
  background: #819b02;
}

.video_item {
  width: 100%;
  float: left;
}

.video_item .video_img {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}

.video_item .video_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video_item .video_img:after {
  content: url(../images/primary/play_icon.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video_item .video_name {
  background: #f6f6f6;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  color: #727171;
  text-decoration: none;
  line-height: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video_item:hover .video_name {
  color: #0096d0;
}

.video_item:hover .video_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.video_item:hover .video_img:after {
  opacity: 1;
}
/*# sourceMappingURL=primary.css.map */