@charset "UTF-8";
/* 變數: */
/* responsive */
/* setting */
.test_content {
  width: 1200px;
  margin: 0 auto;
}

::-moz-selection {
  background: #0051a4;
  color: white;
}

::selection {
  background: #0051a4;
  color: white;
}

::-moz-selection {
  background: #0051a4;
  color: white;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", Verdana, Arial, "Microsoft YaHei" !important;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1339px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: ease 0.3s;
  text-decoration: none;
}
a:hover {
  color: #0051a4;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.pure-g, .pure-g [class*=pure-u] {
  font-family: inherit;
}

.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: #0051a4;
}

.hint-color {
  color: #323436;
}

.sup-color {
  color: #323436;
}

.strong-color {
  color: #333333;
}

.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: flex;
  align-items: center;
  justify-content: center;
  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: #0051a4;
}

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

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

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

.perspective {
  perspective: 800px;
}

.primary_btn {
  position: relative;
  display: inline-block;
  min-width: 16rem;
  padding: 1em 1.6em;
  background: #323436;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 0.4em;
  transform-style: preserve-3d;
  text-align: center;
}
.primary_btn:hover {
  transform: rotateX(15deg);
  color: #fff;
  box-shadow: 0 6px #0d0e0e;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swal2-popup .swal2-content {
  font-size: 1.6em !important;
  font-weight: 400 !important;
}

/* primary */
#panel {
  background: #fff;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #panel {
    clear: both;
  }
}

#menu {
  background: #333;
  color: #fff;
  padding-top: 67px;
}
@media (min-width: 1340px), (min-width: 992px) and (max-width: 1339px), (min-width: 768px) and (max-width: 991px) {
  #menu {
    display: none !important;
  }
}

#header {
  background: #fff;
  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: #0051a4;
}
.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 {
    margin-top: 6px;
    font-size: 1.4em;
  }
}
.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: 120px;
  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 #323436;
  border-bottom: solid 1px #3d4543;
  text-align: center;
  padding: 10px 0;
}
.mobile_menu .mobile_info a {
  color: #0051a4;
  text-decoration: none;
  text-align: center;
}
.mobile_menu .mobile_info a:hover {
  background: #fff;
  color: #0051a4;
}
.mobile_menu .mobile_info .mobile_info_btn {
  width: 76%;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background: #0051a4;
  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;
  border-top: solid 1px #222;
  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: #323436;
}
.mobile_menu .mobile_btn:hover {
  background: #0051a4;
}
.mobile_menu ul.sub_list {
  float: left;
  background: #3d4543;
  width: 100%;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  max-height: 0;
  transition: ease 0.3s;
}
.mobile_menu ul.sub_list a {
  width: 100%;
  float: left;
  color: #aaa;
  padding: 10px 0;
}
.mobile_menu ul.sub_list.open {
  max-height: 300px;
  padding-bottom: 15px;
  padding-top: 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 #323436;
  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: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 1;
  align-items: stretch;
}
.header_menu .main_menu .menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  list-style-type: none;
  position: relative;
  color: #323436;
  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:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0051a4;
  transition: ease 0.3s;
}
.header_menu .main_menu .menu_box span.line {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #ddd;
  left: 0;
  top: 50%;
  margin-top: 0;
}
.header_menu .main_menu .menu_box span.lineR {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #ddd;
  right: 0;
  top: 50%;
  margin-top: 0;
}
.header_menu .main_menu .menu_box .menu_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3d4543;
  text-decoration: none;
}
.header_menu .main_menu .menu_box .menu_link:hover {
  color: #323436;
}
.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;
  transition: ease 0.3s;
}
.header_menu .main_menu .menu_box .menu_sub a {
  float: left;
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  text-align: left;
  color: #323436;
  text-decoration: none;
}
.header_menu .main_menu .menu_box .menu_sub a:hover {
  color: #fff;
  background-color: #323436;
}
.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: #0051a4;
  transition: ease 0.3s;
}
.header_menu .main_menu .menu_box:hover {
  color: #323436;
}
.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 {
  padding-top: 10px;
  text-align: center;
  width: 30%;
}
.header_menu .main_menu .logo img {
  width: 80%;
  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: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #0051a4;
  opacity: 0;
  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: #0051a4;
}

.cart_btn {
  width: 130px;
  position: fixed;
  right: 10px;
  top: 165px;
  z-index: 99999;
  text-align: center;
  background: #fff;
  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: #0051a4;
  color: #fff;
  transition: ease 0.3s;
}
.cart_btn .cart_btn_num {
  width: 100%;
  float: left;
  font-size: 2em;
  color: #0051a4;
  transition: ease 0.3s;
}
.cart_btn:hover .cart_btn_tit {
  background: #323436;
}
.cart_btn:hover .cart_btn_num {
  color: #323436;
}
.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 {
  box-shadow: none;
  border: none;
  margin: 0;
}
.carousel_wrapper .bx-pager {
  bottom: 20px;
}
.carousel_wrapper .bx-pager .bx-pager-item a {
  background: rgba(255, 255, 255, 0.4);
}
.carousel_wrapper .bx-pager .bx-pager-item a.active {
  background: rgb(255, 255, 255) !important;
}
.carousel_wrapper .bx-pager .bx-pager-item a:hover {
  background: #323436 !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%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main_carousel img {
    min-height: 160px;
  }
}

#footer {
  width: 100%;
  float: left;
  padding: 2em 0 0 0;
  border-top: solid 1px #ddd;
}
@media (max-width: 480px) {
  #footer {
    padding: 30px 0 0 0;
  }
}
#footer .container {
  background-color: #fff;
  padding-bottom: 2em;
}
#footer .footer_wrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 1;
  align-items: stretch;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #footer .footer_wrapper {
    flex-wrap: wrap;
  }
}
#footer .footer_wrapper .footer_about {
  width: 40%;
  color: #000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@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 {
  width: 100%;
  max-width: 360px;
}
@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: 100%;
  }
}
#footer .footer_wrapper .footer_about .footer_info {
  width: 70%;
  float: left;
  padding: 15px 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 30px 20px 5px;
  line-height: 1.2em;
  font-weight: 200;
  font-size: 1.6em;
  letter-spacing: 0;
}
#footer .footer_wrapper .footer_about .footer_info_tit b {
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
  font-family: Arial;
}
@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_menu {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 1;
  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 {
    flex-wrap: wrap;
    width: 100%;
  }
}
#footer .footer_wrapper .footer_menu .footer_sub_menu {
  padding: 10px;
  color: #000000;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 1.1em;
}
@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: block;
  color: #7b7b7b;
  text-decoration: none;
}
#footer .footer_wrapper .footer_menu .footer_sub_menu a:hover {
  text-decoration: none;
  color: #0051a4;
}
#footer .footer_wrapper .footer_menu .footer_sub_menu .sub_menu_tit {
  color: #000;
}
@media (max-width: 480px) {
  #footer .footer_wrapper .footer_menu .footer_sub_menu .sub_menu_tit {
    border-bottom: solid 1px #ddd;
    padding-bottom: 2px;
    margin-bottom: 5px;
  }
}
#footer .footer_wrapper .footer_menu .footer_sub_menu.sub_main a {
  color: #000;
}
#footer .footer_wrapper .footer_menu .footer_sub_menu.sub_main a:hover {
  text-decoration: none;
  color: #0051a4;
}

.go_top_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  border-radius: 10px;
}
.go_top_btn a {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
}
.go_top_btn a:hover {
  background: #323436;
}
.go_top_btn.visible a {
  visibility: visible;
  opacity: 1;
}

.footer_info_text {
  width: 100%;
  float: left;
  max-width: 410px;
  padding-left: 20px;
  font-size: 1.1em;
}

.footer_info_des {
  width: 100%;
  float: left;
  width: auto;
  text-align: left;
  font-size: 1.1em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .footer_info_des {
    float: left;
    width: 100%;
    padding-top: 1.2em;
  }
}
.footer_info_des p a {
  color: #000;
}
.footer_info_des p a:hover {
  color: #0051a4;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .footer_info_des p a {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
  }
}
.footer_info_des p i {
  color: #0051a4;
  min-width: 18px;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .footer_info_des p i {
    position: absolute;
    left: 0;
    top: 4px;
    text-align: center;
  }
}
.footer_info_des .info_item {
  float: left;
  padding: 10px 15px;
  text-align: center;
}
.footer_info_des .info_item a {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
}
.footer_info_des .info_item a:hover {
  color: #323436;
}
.footer_info_des .info_item img {
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .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_info_des .info_item {
    width: 33.333%;
    float: left;
    font-size: 0.9em;
    padding: 10px 5px;
  }
}

.footer_rights {
  width: 100%;
  padding: 1.7em;
  background: #000;
  float: left;
  text-align: center;
  color: #a0a0a0;
  border-bottom: solid 4px #323436;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .footer_rights {
    text-align: center;
  }
}

.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: flex;
  align-items: center;
  justify-content: center;
  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;
    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;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .index_content {
    padding: 6em 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;
  }
}

.index_title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.2em;
  font-weight: 300;
  color: #15181d;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.index_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 66px;
  margin-left: -33px;
  border-bottom: solid 4px #0051a4;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_title {
    font-size: 1.3em;
  }
}
.index_title .title_h1 {
  font-size: 1.9em;
  font-weight: 600;
}
.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;
  margin: 0 0 -4.6rem;
  padding: 0 8%;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  color: #a0a0a0;
}
@media (min-width: 992px) and (max-width: 1339px) {
  .sub_title {
    font-size: 1.3rem;
  }
}

.index_service {
  background: #f6f6f6;
  float: left;
  width: 100%;
}
.index_service.service_page {
  padding: 2em 0 6em;
  border-bottom: solid 1px #ddd;
  position: relative;
}
.index_service.service_page .down_arrow {
  top: auto;
  bottom: 2em;
}
.index_service .service_tab {
  width: 100%;
  margin: 3em auto 0;
  text-align: center;
  font-size: 1.2em;
}
.index_service .service_tab .tab_btn {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index_service .service_tab .tab_btn .btn_item {
  width: 24%;
  color: #000;
  cursor: pointer;
  padding-bottom: 2em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_service .service_tab .tab_btn .btn_item {
    width: 80%;
    margin: 0 20px;
  }
}
.index_service .service_tab .tab_btn .btn_item .btn_icon {
  width: 126px;
  height: 126px;
  vertical-align: middle;
  background: transparent;
  transition: all 0.3s;
  margin: 0 auto 10px;
  border-radius: 63px;
  border: solid 2px #0051a4;
}
.index_service .service_tab .tab_btn .btn_item .btn_icon img {
  margin-top: 23px;
  transition: all 0.3s;
}
.index_service .service_tab .tab_btn .btn_item:hover .btn_icon {
  transform: translateY(-5%);
}
.index_service .service_tab .tab_btn .btn_item.active {
  color: #0051a4;
}
.index_service .service_tab .tab_btn .btn_item.active .btn_icon {
  background: #0051a4;
}
.index_service .service_tab .tab_btn .btn_item.active .btn_icon img {
  filter: grayscale(1) brightness(10);
}
.index_service .service_tab .tab_content {
  width: 100%;
}
.index_service .service_tab .tab_content .content_item {
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.index_service .service_tab .tab_content .content_item.active {
  opacity: 1;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_service .service_tab .tab_content .content_item {
    font-size: 0.9em;
  }
}

.service_content {
  float: left;
  width: 100%;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
.service_content.active {
  display: block;
  opacity: 1;
}

.service_02 {
  border-top: solid 1px #ddd;
  background: #fff;
}

.service_text {
  width: 100%;
  float: left;
  text-align: center;
}
.service_text img {
  max-width: 100%;
}

.service_proccess {
  width: 100%;
  float: left;
  text-align: center;
}
.service_proccess img {
  max-width: 100%;
}

.service_footer {
  width: 100%;
  float: left;
  border-top: solid 1px #ddd;
}
.service_footer img {
  width: 50%;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .service_footer img {
    width: 100%;
  }
}

.index_news {
  padding-bottom: 2em;
}

.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 #0051a4;
  text-decoration: none;
}
.index_news_switch a:hover {
  background: #0051a4;
  color: #fff;
  text-decoration: none;
}
.index_news_switch a.active {
  background: #0051a4;
  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: 100%;
  float: left;
}
.index_news_tabs .tab_item {
  width: 100%;
  float: left;
}

.index_about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  margin-top: -1px;
}
.index_about .index_about_img {
  width: 50%;
  float: left;
}
.index_about .index_about_img img {
  width: 86%;
  position: relative;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_about .index_about_img {
    float: right;
    display: none;
  }
}
.index_about .index_about_text {
  float: right;
  width: 50%;
  padding: 4em 1.3em 1.3em;
  background: #fff;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  position: relative;
  margin-top: 5px !important;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_about .index_about_text .text_tit {
    font-size: 1.9em;
    font-weight: 600;
  }
}
.index_about .index_about_text .about_text_tit {
  font-size: 1.7em;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
.index_about .index_about_text .about_text_tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  border-bottom: solid 4px #0051a4;
}
.index_about .index_about_text .about_text_tit span {
  font-size: 0.9em;
  letter-spacing: 0;
}
.index_about .index_about_text p {
  font-size: 16px;
  max-width: 450px;
  text-align: justify;
  line-height: 1.6em;
  letter-spacing: 0;
}
.index_about .content_more_btn {
  padding: 20px 0;
}
.index_about .content_more_btn a {
  float: left;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_about .content_more_btn a {
    float: none;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_about {
    background-size: cover;
  }
  .index_about .index_about_text {
    left: 0;
    width: 100%;
    margin: 0;
    min-width: auto;
    font-size: 0.9em;
    padding-top: 2em;
  }
  .index_about .index_about_text .about_text_tit {
    font-size: 1.5em;
  }
  .index_about .index_about_text p {
    font-size: 16px;
  }
}

.page_about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 2.5em 0;
  position: relative;
  text-align: center;
}
.page_about .page_about_text {
  width: 100%;
  padding: 4em 1.3em 1.3em;
  background: #fff;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  position: relative;
}
.page_about .page_about_text .text_tit {
  font-size: 1.9em;
  font-weight: 600;
}
.page_about .page_about_text .about_text_tit {
  font-size: 1.7em;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1em;
}
.page_about .page_about_text .about_text_tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 23px);
  width: 46px;
  border-bottom: solid 4px #0051a4;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_about .page_about_text .about_text_tit span {
    font-size: 1em;
    letter-spacing: 0;
  }
}
.page_about .page_about_text p {
  font-size: 18px;
  max-width: 730px;
  text-align: center;
  line-height: 1.6em;
  margin: 0 auto;
  letter-spacing: 0;
}
.page_about .content_more_btn {
  padding: 20px 0;
}
.page_about .content_more_btn a {
  float: left;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_about {
    background-size: cover;
  }
  .page_about .page_about_text {
    left: 0;
    width: 100%;
    margin: 0;
    min-width: auto;
    font-size: 0.9em;
    padding: 4em 0 0;
  }
  .page_about .page_about_text .about_text_tit {
    font-size: 1.5em;
  }
  .page_about .page_about_text p {
    font-size: 16px;
  }
}

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

.about_item {
  width: 100%;
  float: left;
  background: #f6f6f6;
  position: relative;
}
.about_item .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 0;
  min-height: 460px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about_item .container {
    min-height: 380px;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_item .container {
    min-height: 0;
  }
}
.about_item .item_img {
  position: absolute;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_item .item_img {
    position: relative;
    width: 100%;
  }
}
.about_item .item_text {
  padding: 30px 60px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_item .item_text {
    padding: 30px;
  }
}
.about_item .item_text p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.about_item h3 {
  color: #0051a4;
  font-size: 2.2em;
  margin-bottom: 40px;
}
.about_item.img_left .container {
  justify-content: flex-end;
}
.about_item.img_left .item_text {
  float: right;
}
.about_item.img_left .item_img {
  left: 0;
}
.about_item.img_right .container {
  justify-content: flex-start;
}
.about_item.img_right .item_text {
  float: left;
}
.about_item.img_right .item_img {
  right: 0;
}

@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about02 {
    background: #f6f6f6 !important;
  }
}

.about03 {
  width: 100%;
  background: url(../images/primary/about_bg3.jpg) center;
  background-size: cover;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about03 {
    background: #f6f6f6 !important;
  }
}
.about03 .page_about_text {
  text-align: left;
  background: none;
}
.about03 .page_about_text .about_text_tit:after {
  left: 0;
}
.about03 .page_about_text .about_text_tit .text_tit {
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 10px;
}
.about03 .page_about_text p {
  text-align: left;
}

.about03_page {
  background: #fff;
}
.about03_page .page_item {
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}
.about03_page .page_item h3 {
  font-size: 1.8em;
  width: 100%;
  color: #0051a4;
}
.about03_page .page_item p {
  line-height: 1.8em;
  text-align: left;
  font-size: 1.2em;
}
.about03_page .page_item i {
  color: #0051a4;
}
.about03_page .page_item img.pull-right {
  margin-left: 20px;
}
.about03_page .page_item img.pull-left {
  margin-right: 20px;
}
.about03_page .page_item:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about03_page .page_item {
    flex-wrap: wrap !important;
  }
  .about03_page .page_item img {
    width: 100% !important;
    margin: 0 !important;
  }
}

.about_text_01 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_01 {
    flex-wrap: wrap;
  }
}
.about_text_01 .text_img {
  width: 60%;
}
.about_text_01 .text_img img {
  width: 110%;
  max-width: 110%;
  margin-left: -10%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_01 .text_img {
    width: 100%;
  }
  .about_text_01 .text_img img {
    max-width: 100%;
    margin: 0;
  }
}
.about_text_01 p {
  width: 40%;
  padding: 30px;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #323436;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_01 p {
    width: 100%;
  }
}

.about_footer {
  background: url(../images/primary/about_bg.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 20vw;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_footer {
    background: url(../images/primary/about_bg.jpg) bottom center no-repeat;
    background-size: 160%;
    padding-bottom: 44vw;
  }
}

.about_text_02 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_02 {
    flex-wrap: wrap;
  }
}
.about_text_02 .text_img {
  width: 40%;
  text-align: center;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_02 .text_img {
    width: 100%;
  }
}
.about_text_02 .text_img img {
  max-width: 80%;
}
.about_text_02 p {
  width: 60%;
  padding: 30px;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #323436;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .about_text_02 p {
    width: 100%;
    padding: 20px;
  }
}

.down_arrow {
  position: absolute;
  top: 0;
  left: calc(50% - 35px);
  width: 70px;
  color: #0051a4;
  text-align: center;
  font-size: 1.1em;
}
.down_arrow .arrow_bg {
  position: absolute;
  top: -240%;
  left: 0;
  width: 70px;
  height: 70px;
  background: #fff;
  transform: rotate(135deg);
}
.down_arrow i {
  position: relative;
  z-index: 2;
}

.index_feature {
  background: url(../images/primary/index_service_bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.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: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index_feature .index_feature_item {
  width: 25%;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  position: relative;
}
.index_feature .index_feature_item a {
  position: relative;
}
.index_feature .index_feature_item a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #0051a4;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.index_feature .index_feature_item a:hover:after {
  opacity: 1;
}
.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: 44%;
    background-size: cover;
    margin-bottom: 0;
    padding: 10px;
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .index_feature .index_feature_item {
    width: 86%;
  }
}

.index_iso {
  width: 100%;
  background: url(../images/primary/about_page_bg.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.index_iso img {
  margin-bottom: 0.5em;
}

.index_brand {
  width: 100%;
  background: rgb(0, 81, 164);
  background: linear-gradient(90deg, rgb(0, 81, 164) 0%, rgb(0, 50, 102) 100%);
  color: #fff;
  overflow: hidden;
}
.index_brand .container {
  position: relative;
}
.index_brand .brand_marqueen {
  position: absolute;
  left: 460px;
  height: auto;
  width: 65vw;
  padding-left: 30px;
  top: 30px;
  overflow: hidden;
}
.index_brand .brand_marqueen .owl-stage {
  display: flex;
  align-items: center;
}
.index_brand .brand_marqueen li {
  float: left;
  margin-right: 40px;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_brand .brand_marqueen {
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
    margin-top: 20px;
    text-align: center;
    left: 0;
  }
}
.index_brand .index_title {
  width: 400px;
  max-width: 100%;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
}
.index_brand .index_title:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .index_brand .index_title {
    width: 100%;
    text-align: center;
  }
}

.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: #323436;
  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 {
  position: relative;
  width: 100%;
  float: left;
  margin: 2em 0;
  padding-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
}
.page_title:after {
  content: "";
  position: absolute;
  width: 60px;
  border-bottom: solid 4px #0051a4;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
@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: #323436;
  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: #323436;
  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 #0051a4;
  font-weight: bold;
}
.main_text_content .unlock_me {
  width: 100%;
  padding: 90px 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 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: #323436;
  color: #fff;
  width: 180px;
  border-radius: 10px;
  margin-top: 8px;
}
.main_text_content .unlock_me a:hover {
  background: #0051a4;
  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: #323436;
  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 #323436;
  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;
}
@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: #323436;
  color: #fff;
}
.side_menu .side_menu_list .list_item.active {
  background: #f5f5f5;
}
.side_menu .side_menu_list .list_item.active .list_num {
  background: #323436;
  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;
  padding: 2px 6px;
  border-radius: 5px;
  margin-top: -3px;
  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: #0051a4;
  color: #fff;
  font-weight: bold;
  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: #323436;
  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: #0051a4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_list .article_list_item .item_content .list_title:hover {
  color: #323436;
}
@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;
  transition: ease 0.3s;
}
.product_category .category_item .item_title {
  width: 100%;
  float: left;
  background: #0051a4;
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
  padding: 0.4em 0.6em;
  letter-spacing: 0em;
  max-height: 2.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_category .category_item:hover .item_img img {
  opacity: 0.9;
  transform: scale(1.05);
}
.product_category .category_item:hover .item_title {
  letter-spacing: 0.3em;
}

.index_customer {
  background: url(../images/primary/index_service_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: 35%;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e4e4e4;
  border-bottom: solid 7px #e4e4e4;
  transition: ease 0.3s;
}
.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;
  transition: ease 0.3s;
}
.index_product_category .category_item .item_title {
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #323436;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  padding: 0.4em 0.6em;
  letter-spacing: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease 0.3s;
}
.index_product_category .category_item:hover .item_img {
  border-bottom: solid 7px #0051a4;
}
.index_product_category .category_item:hover .item_img img {
  opacity: 0.9;
  transform: scale(1.05);
}
.index_product_category .category_item:hover .item_title {
  color: #0051a4;
}

.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;
  filter: brightness(0.4);
  transition: ease 0.3s;
}
.page_product_category .category_item .item_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  transition: ease 0.3s;
}
.page_product_category .category_item:hover .item_img {
  background: #ea6c34;
}
.page_product_category .category_item:hover .item_img img {
  filter: brightness(1);
  mix-blend-mode: multiply;
  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;
  transition: ease 0.3s;
}
.product_list .product_item .item_title {
  width: 100%;
  float: left;
  background: #0051a4;
  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;
  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: 7.6em 0;
  background: url(../images/primary/agent_bg.jpg) center no-repeat;
  background-size: cover;
  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%;
    max-width: 275px;
    padding: 0;
    margin-bottom: 20px;
  }
}
.product_gallery .product_main_pic {
  width: 276px;
  position: relative;
  float: right;
  padding-bottom: 276px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 2px #fff;
  box-shadow: 0px 0px 24px -4px rgba(92, 92, 92, 0.25);
  background: #f8f8f8;
}
.product_gallery .product_main_pic div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: ease 0.5s;
}
.product_gallery .product_main_pic div.active {
  opacity: 1;
}
.product_gallery .product_main_pic img {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: solid 2px #e7e7e7;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.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: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: solid 2px #f4f4f4;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.product_gallery .product_side_pic div:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0px #66aad5;
  box-sizing: border-box;
  transition: ease 0.3s;
}
.product_gallery .product_side_pic div.active:after {
  border: solid 3px #66aad5;
}
.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: #323436;
  margin-bottom: 0.5em;
}
.product_info .page_title {
  text-align: left;
  margin-bottom: 1.2em;
}
.product_info .page_title:after {
  left: 0;
  margin-left: 0;
}
.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: #323436;
  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 #323436;
  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%;
}

.arrow_title {
  display: inline-block;
}
.arrow_title:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

.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: #323436;
  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_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 #323436;
  text-decoration: none;
}
.about_text_switch a:hover {
  background: #323436;
  color: #fff;
  text-decoration: none;
}
.about_text_switch a.active {
  background: #323436;
  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;
  transform: translateY(10%);
  transition: ease 0.4s;
}
.about_text_tabs .tab_item h3 {
  font-size: 1.6em;
  color: #323436;
}
.about_text_tabs .tab_item.active {
  opacity: 1;
  transform: translateY(0%);
}

.about_contact {
  width: 100%;
  float: left;
  padding: 4em 0;
}
@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;
}
.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 #323436;
  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: #0051a4;
  border-radius: 30px;
  color: #fff;
  border: none;
  min-width: 180px;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
  transition: ease 0.3s;
}
.contact_form .contact_form_btn:hover {
  background: #323436;
}

.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.6em;
  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;
  display: block;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_info img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.contact_info p span {
  font-weight: 800;
}
.contact_info p i {
  color: #0051a4;
  margin-right: 6px;
}
.contact_info a {
  color: #333;
}
.contact_info a:hover {
  color: #323436;
}

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

.contact_location {
  width: 100%;
  float: left;
  background: #323436;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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 p {
    width: 100%;
  }
}
.contact_info_des p a {
  color: #000;
}
.contact_info_des p a:hover {
  color: #0051a4;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .contact_info_des p a {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
  }
  .contact_info_des p a i {
    position: absolute;
    left: 0;
    top: 4px;
  }
}
.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: #323436;
}
.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: flex;
  align-items: center;
  justify-content: stretch;
  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: #0051a4;
  font-size: 1.4em;
  text-decoration: none;
  cursor: pointer;
  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;
  transition: ease 0.3s;
}
.faq_list .list_item .item_title .close_icon {
  position: absolute;
  top: 0.75em;
  right: 1.2em;
  opacity: 0;
  color: #fff;
  transition: ease 0.3s;
}
.faq_list .list_item .item_title.active {
  background: #323436;
  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;
  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: #0051a4;
}
.cart_related .pro_info_cart .pro_name {
  color: #0051a4;
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  overflow: hidden;
}
.cart_related .pro_info_cart .pro_name:hover {
  color: #323436;
}
.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: #66aad5;
  border: solid 1px #66aad5;
  font-size: 0.8em;
  text-decoration: none;
  margin: 2px;
}
.cart_related .pro_info_cart .pro_size .size_btn:hover {
  color: #fff;
  background: #66aad5;
}
.cart_related .pro_info_cart .pro_size .size_btn.selected {
  color: #fff;
  background: #66aad5;
}
.cart_related .pro_info_cart .pro_price span.ori_price {
  font-size: 0.8em;
  color: #66aad5;
  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: #0051a4;
  float: left;
  text-decoration: none;
}
.cart_related .related_buy_btn span {
  color: #66aad5;
  transition: ease 0.3s;
}
.cart_related .related_buy_btn:hover {
  background: #323436;
}
.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: #0051a4;
}
.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: #0051a4;
}
.cart_table tbody td a:hover {
  color: #323436;
}
.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: #66aad5;
  display: inline-block;
}
.cart_table .cart_event_name:hover {
  color: #323436;
}

.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: #323436;
  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: #323436;
}
.cart_step a.main_color_btn {
  background: #0051a4;
}
.cart_step a.main_color_btn:hover {
  background: #323436;
}
.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: #0051a4;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  transition: ease 0.3s;
}
.cart_payment .payment_btn label:hover {
  background: #323436;
}
.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: #0051a4;
  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: #0051a4;
  padding: 4px 15px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 10px;
}
.finished_order a.finish_btn:hover {
  background: #323436;
}

.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: #0051a4;
}
.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: #0051a4;
}
.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: #0051a4;
  text-decoration: none;
  border-bottom: dashed 1px;
}
.order_table tbody td a:hover {
  color: #323436;
}

.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: flex;
  align-items: flex-start;
  justify-content: space-around;
  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 #0051a4;
  position: relative;
  color: #0051a4;
  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 #0051a4;
}
.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 #0051a4;
  border-radius: 50%;
  font-size: 1.8em;
}
.form_tit_icon .tit_icon_item .icon_circle i {
  position: relative;
  vertical-align: middle;
  top: 15px;
  color: #323436;
}
.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: #63676b;
  color: #323436;
}
.form_tit_icon .tit_icon_item.active:after {
  border-bottom-color: #63676b;
}
.form_tit_icon .tit_icon_item.active .icon_circle {
  border: solid 5px #63676b;
}

.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: #0051a4;
  color: #fff;
}
.member_trans .trans_item .trans_text {
  padding: 10px;
  font-size: 2.6em;
  color: #66aad5;
}
.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;
  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;
    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: #323436;
  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: #0051a4;
  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: #323436;
  text-decoration: none;
}
.member_form .form_table table td a span {
  transition: ease 0.3s;
}
.member_form .form_table table td a:hover {
  color: #323436;
}
.member_form .form_table table td a:hover span {
  color: #323436;
}
.member_form .form_btn_wrapper {
  width: 100%;
  float: left;
  padding: 14px 0;
  border-top: dashed 1px #66aad5;
  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: #0051a4;
  text-align: center;
  text-decoration: none;
  border: 0;
}
.member_form .form_btn span {
  color: #323436;
  transition: ease 0.3s;
}
.member_form .form_btn:hover {
  background: #323436;
}
.member_form .form_btn:hover span {
  color: #fff;
}
.member_form .form_btn.fb_login {
  background: #3c599b;
}
.member_form .form_btn.fb_login:hover {
  background: #323436;
}
.member_form .check_box_label {
  color: #323436;
  font-weight: normal;
}

.page_form_tit {
  width: 100%;
  float: left;
  font-size: 1.7em;
  line-height: 1.8em;
  color: #0051a4;
  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: #66aad5;
}

.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: #323436;
}

.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: #323436;
}
.member_edit_btn a.main_color_btn {
  background: #0051a4;
}
.member_edit_btn a.main_color_btn:hover {
  background: #323436;
}

.pay_true {
  color: #323436;
}

.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;
  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: #0051a4;
  color: #fff;
  border: none;
  transition: ease 0.3s;
}
.member_performance_form .form_btn:hover {
  background: #323436;
}

.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: #0051a4;
  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;
  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;
  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: #0051a4;
  color: #fff;
  padding: 2px 0;
  line-height: 1.6em;
  vertical-align: middle;
  transition: ease 0.3s;
}
.table_list .list_row .table_title {
  width: 70%;
  padding-right: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0051a4;
}
@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: #323436;
}

.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: #0051a4;
  color: #fff;
  width: 180px;
  border-radius: 2em;
  font-size: 1em;
}
.content_more_btn a:hover {
  background: #323436;
  text-decoration: none;
}
.content_more_btn a i {
  margin-left: 10px;
}

.page_equip {
  text-align: center;
  padding: 5em 0 6em;
}
.page_equip .page_title {
  margin-top: 0.5em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .page_equip {
    padding: 3em 0 4em;
  }
}

#product.page_content {
  padding-top: 0;
}
#product.page_content .product_page {
  padding-top: 0;
}

.solutions_content h4 {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.solutions_content .solutions_item {
  width: 100%;
  background: #f6f6f6;
  padding: 24px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.solutions_content .solutions_item .inner {
  padding: 20px;
  background: #ededed;
  border-radius: 10px;
}
.solutions_content i {
  color: #0051a4;
}

.solution_table {
  width: 100%;
  font-size: 1.2em;
  border-spacing: 8px;
  border-collapse: separate;
}
.solution_table td {
  background: #f6f6f6;
  text-align: center;
  padding: 20px;
}

h4 {
  line-height: 1.6em;
}

.plan_table {
  font-size: 0.88em;
}
.plan_table td {
  vertical-align: baseline;
  padding-bottom: 0.5em;
}
.plan_table td:first-child {
  white-space: nowrap;
  width: 3.2em;
  padding-right: 0.5em;
  font-size: 1.05em;
  font-weight: bold;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .plan_table {
    font-size: 1em;
  }
}

.plan_page h4 {
  font-size: 1.6em;
  margin-bottom: 1.2em;
}
.plan_page .container {
  max-width: 1200px;
}

.plan02_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.plan02_img img {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 20px -3px, rgba(0, 0, 0, 0.05) 0px 8px 12px -2px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .plan02_img {
    justify-content: center;
    flex-wrap: wrap;
  }
  .plan02_img img {
    width: 92%;
  }
}/*# sourceMappingURL=primary.css.map */