@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.ttf"); }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

html {
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 2vw; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #222222; }

p {
  line-height: 1.7;
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-size: 14px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #222222;
  transition: opacity .1s; }
  a:hover {
    opacity: .9; }

small {
  display: block; }

strong, b {
  font-weight: bold; }

ul, ol {
  list-style: none;
  padding-left: 0;
  font-size: 0; }

li {
  font-size: 1rem; }

button {
  background: none; }

.container {
  margin: 0 auto;
  width: 1024px; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0 5px; } }

.__row {
  display: flex; }
  @media screen and (max-width: 768px) {
    .__row {
      flex-wrap: wrap; } }

.header_top {
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2; }
  .header_top .__row {
    justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .header_top .__col:last-child .header_top__nav {
      padding: 5px 0px 5px 5px; } }
  .header_top__nav {
    display: block;
    padding: 8px 15px;
    font-size: 12px;
    transition: color .1s; }
    @media screen and (max-width: 768px) {
      .header_top__nav {
        padding: 5px;
        font-size: 11px; } }
    .header_top__nav:hover {
      color: #FFBC13; }

.header_mid {
  padding: 15px 0; }
  @media screen and (max-width: 768px) {
    .header_mid {
      padding: 15px 0; } }
  .header_mid .__row {
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .header_mid .__row {
        flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .header_mid__search {
      width: 100%; } }
  .header_mid__search form {
    position: relative;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .header_mid__search form {
        width: 100%; } }
    .header_mid__search form input[name="search"] {
      width: 400px;
      border: 1px solid #ddd;
      border-radius: 5px;
      height: 35px;
      line-height: 35px;
      padding-left: 15px;
      color: #333; }
      @media screen and (max-width: 768px) {
        .header_mid__search form input[name="search"] {
          width: 100%; } }
      .header_mid__search form input[name="search"]:focus {
        outline: none;
        box-shadow: inset 0 0 5px #ddd; }
    .header_mid__search form button[type="submit"] {
      background: #FF9800;
      color: #fff;
      width: 50px;
      height: 35px;
      cursor: pointer;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      position: absolute;
      top: 0;
      right: 0; }
  .header_mid__logo {
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .header_mid__logo {
        margin-right: 0;
        margin: 0 auto; } }
    .header_mid__logo img {
      width: 190px; }
  @media screen and (max-width: 768px) {
    .header_mid__hotline {
      margin-top: 15px; } }
  .header_mid__hotline a {
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0 50px;
    display: block;
    background: #e53a40;
    color: #fff;
    font-weight: bold; }
  .header_mid__cart {
    position: relative; }
    @media screen and (max-width: 768px) {
      .header_mid__cart {
        margin-top: 10px; } }
    .header_mid__cart--on {
      cursor: pointer;
      padding: 10px 0 10px 25px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .header_mid__cart--on {
          padding: 10px 10px 10px 15px; } }
      .header_mid__cart--on i {
        color: #068f95;
        font-size: 20px; }
      .header_mid__cart--on span {
        color: #068f95;
        padding-left: 10px;
        font-weight: bold; }
      .header_mid__cart--on .num {
        position: absolute;
        top: 5px;
        right: -10px;
        background: #e53a40;
        width: 15px;
        height: 15px;
        font-size: 10px;
        line-height: 15px;
        color: #fff;
        border-radius: 50%;
        display: block;
        padding: 0;
        text-align: center;
        box-shadow: 0 0 5px #aaa; }
        @media screen and (max-width: 768px) {
          .header_mid__cart--on .num {
            right: 0; } }
    .header_mid__cart--show {
      position: absolute;
      top: 38px;
      right: 0;
      background: #fff;
      border: 1px solid #aaa;
      width: 300px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 10px;
      z-index: 9;
      display: none; }
      .header_mid__cart--show .__row {
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .header_mid__cart--show .__row {
            flex-wrap: wrap; } }
      .header_mid__cart--show .img {
        width: 30%;
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          .header_mid__cart--show .img {
            width: 26%; } }
        .header_mid__cart--show .img img {
          width: 100%; }
      .header_mid__cart--show .detail {
        position: relative;
        width: 70%; }
        .header_mid__cart--show .detail p {
          line-height: 1.5; }
        .header_mid__cart--show .detail_title {
          font-weight: bold; }
          .header_mid__cart--show .detail_title:hover {
            color: #FFBC13; }
        .header_mid__cart--show .detail_price {
          margin-top: 10px;
          font-weight: bold; }
          .header_mid__cart--show .detail_price span {
            color: #e53a40; }
        .header_mid__cart--show .detail_close {
          display: inline-block;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 25px;
          height: 25px;
          line-height: 25px;
          border: 1px solid;
          text-align: center;
          color: #333;
          cursor: pointer;
          font-weight: bold; }
          .header_mid__cart--show .detail_close:hover {
            color: #e53a40;
            border: 1px solid #e53a40; }
      .header_mid__cart--show .total {
        margin: 15px 0;
        padding: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
        text-align: center;
        font-size: 18px; }
        .header_mid__cart--show .total span {
          color: #e53a40; }
      .header_mid__cart--show .view {
        margin-bottom: 10px;
        background: #1d71ab; }
        .header_mid__cart--show .view a {
          display: block;
          text-align: center;
          color: #fff;
          padding: 15px; }
          .header_mid__cart--show .view a:hover {
            color: #FFBC13; }
        .header_mid__cart--show .view i {
          margin-right: 5px;
          font-size: 20px; }
      .header_mid__cart--show .cart {
        background: #e53a40; }
        .header_mid__cart--show .cart a {
          display: block;
          text-align: center;
          color: #fff;
          padding: 15px; }
          .header_mid__cart--show .cart a:hover {
            color: #FFBC13; }
        .header_mid__cart--show .cart i {
          margin-right: 5px; }

.header_bottom {
  background: #FF9800; }
  @media screen and (max-width: 768px) {
    .header_bottom {
      display: none; } }
  @media screen and (max-width: 768px) {
    .header_bottom .container {
      padding: 0; } }
  .header_bottom .__row {
    align-items: center; }
    @media screen and (max-width: 768px) {
      .header_bottom .__row {
        flex-wrap: wrap; } }
  .header_bottom__navtoggle .btn {
    display: inline-block;
    padding: 15px;
    border-top: 1px solid #FF9800;
    background: #fff3e1;
    font-size: 16px;
    width: 245px;
    border: 1px solid #FF9800;
    border-bottom: none;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .header_bottom__navtoggle .btn {
        font-size: 14px;
        width: 190px;
        border-bottom: 1px solid #FF9800; } }
    .header_bottom__navtoggle .btn i.fa {
      margin-right: 10px;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .header_bottom__navtoggle .btn i.fa {
          font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .header_bottom__link {
      display: none; } }
  .header_bottom__link .item {
    color: #fff;
    padding: 0 25px;
    transition: color .1s;
    position: relative; }
    .header_bottom__link .item:after {
      content: "";
      width: 10px;
      height: 10px;
      background-color: #dc2e01;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      right: 10px;
      transition: color .1s; }
    .header_bottom__link .item:hover {
      color: #FFBC13; }
      .header_bottom__link .item:hover:after {
        background-color: #FFBC13; }

.sp--header_bottom {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp--header_bottom {
      display: block; } }
  @media screen and (max-width: 768px) {
    .sp--header_bottom .container {
      padding: 0; } }
  .sp--header_bottom .__row {
    background: #FF9800;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sp--header_bottom .__row {
        flex-wrap: wrap; } }
  .sp--header_bottom__navtoggle .btn {
    display: inline-block;
    padding: 15px;
    border-top: 1px solid #FF9800;
    background: #fff3e1;
    font-size: 16px;
    width: 246px;
    border: 1px solid #FF9800;
    border-bottom: none;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .sp--header_bottom__navtoggle .btn {
        font-size: 14px;
        width: 190px;
        border-bottom: 1px solid #FF9800; } }
    .sp--header_bottom__navtoggle .btn i.fa {
      margin-right: 10px;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .sp--header_bottom__navtoggle .btn i.fa {
          font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .sp--header_bottom__link {
      display: none; } }
  .sp--header_bottom__link .item {
    color: #fff;
    padding: 0 25px;
    transition: color .1s;
    position: relative; }
    .sp--header_bottom__link .item:after {
      content: "";
      width: 10px;
      height: 10px;
      background-color: #e53a40;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      right: 10px;
      transition: color .1s; }
    .sp--header_bottom__link .item:hover {
      color: #FFBC13; }
      .sp--header_bottom__link .item:hover:after {
        background-color: #FFBC13; }

.mv {
  margin-bottom: 25px; }
  .mv .slick-prev {
    left: 15px !important;
    z-index: 9; }
  .mv .slick-next {
    right: 15px !important; }
  .mv .slick-dots li button:before {
    font-size: 10px; }
  .mv .__row {
    flex-wrap: wrap; }
  .mv .slick-prev:before, .mv .slick-next:before {
    color: #FF9800; }
  .mv_menu {
    margin-right: 10px;
    width: 246px;
    border-top: none; }
    @media screen and (max-width: 768px) {
      .mv_menu {
        display: none; } }
    .mv_menu__toggle .sub {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
    .mv_menu__toggle li:hover {
      background: #ffeab4; }
    .mv_menu__toggle li .nav-item {
      display: block;
      padding: 8px 30px 8px 10px;
      border-left: 1px solid #FF9800;
      border-bottom: 1px solid #f2f2f2;
      line-height: 1.2;
      position: relative;
      width: 90%; }
      @media screen and (max-width: 768px) {
        .mv_menu__toggle li .nav-item {
          font-size: 14px;
          width: 88%; } }
    .mv_menu__toggle li:last-child a {
      border-bottom: 1px solid #FF9800; }
    .mv_menu__toggle li:last-child .sub-icon {
      border-bottom: 1px solid #FF9800; }
    .mv_menu__toggle .sub-icon {
      width: 10%;
      position: relative;
      border-right: 1px solid #FF9800;
      border-bottom: 1px solid #f2f2f2; }
      @media screen and (max-width: 768px) {
        .mv_menu__toggle .sub-icon {
          width: 12%; } }
      .mv_menu__toggle .sub-icon .icon {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #FF9800;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
    .mv_menu__submenu {
      display: none;
      position: absolute;
      top: 0px;
      left: 246px;
      width: 780px;
      background: #fff;
      z-index: 999;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      margin-right: 10px;
      width: 246px; }
      @media screen and (max-width: 768px) {
        .mv_menu__submenu {
          position: initial; } }
      .mv_menu__submenu ul li {
        position: relative;
        display: flex;
        flex-wrap: wrap; }
        .mv_menu__submenu ul li .sub-item {
          display: block;
          padding: 8px 30px 8px 10px;
          border-bottom: 1px solid #f2f2f2;
          position: relative;
          line-height: 1.2;
          width: 90%; }
          @media screen and (max-width: 768px) {
            .mv_menu__submenu ul li .sub-item {
              font-size: 14px;
              width: 88%; } }
          .mv_menu__submenu ul li .sub-item:hover {
            background: #ffeab4; }
        .mv_menu__submenu ul li:last-child a {
          border-bottom: none; }
        .mv_menu__submenu ul li:last-child .sub-icon {
          border-bottom: 1px solid #f2f2f2; }
        .mv_menu__submenu ul li .sub-icon {
          width: 10%;
          position: relative;
          border-bottom: 1px solid #f2f2f2 !important;
          border-right: none; }
          @media screen and (max-width: 768px) {
            .mv_menu__submenu ul li .sub-icon {
              width: 12%; } }
          .mv_menu__submenu ul li .sub-icon .icon {
            border-top: 5px solid transparent;
            border-right: none;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #FF9800;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%); }
    .mv_menu__submenu2 {
      display: none;
      position: absolute;
      top: 0px;
      left: 246px;
      width: 780px;
      background: #fff;
      z-index: 999;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      margin-right: 10px;
      width: 246px; }
      @media screen and (max-width: 768px) {
        .mv_menu__submenu2 {
          position: initial; } }
      .mv_menu__submenu2 li .sub-item2 {
        display: block;
        padding: 8px 30px 8px 10px;
        border-bottom: 1px solid #f2f2f2 !important;
        position: relative;
        line-height: 1.2;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .mv_menu__submenu2 li .sub-item2 {
            font-size: 14px; } }
        .mv_menu__submenu2 li .sub-item2:hover {
          background: #ffeab4; }
      .mv_menu__submenu2 li:last-child a {
        border-bottom: none; }
  .mv_slider {
    margin-top: 10px;
    width: 768px; }
    @media screen and (max-width: 768px) {
      .mv_slider {
        width: 100%;
        margin-top: 0; } }
    .mv_slider__img {
      max-height: 369px; }
      .mv_slider__img img {
        width: 100%;
        max-height: 370px;
        object-fit: cover; }

.sp--mv {
  margin-bottom: 25px; }
  .sp--mv .slick-prev {
    left: 15px !important;
    z-index: 9; }
  .sp--mv .slick-next {
    right: 15px !important; }
  .sp--mv .slick-dots li button:before {
    font-size: 10px; }
  .sp--mv .slick-dots {
    bottom: 0 !important; }
  .sp--mv .__row {
    flex-wrap: wrap; }
  .sp--mv_menu {
    margin-right: 10px;
    width: 80%;
    border-top: none; }
    @media screen and (max-width: 768px) {
      .sp--mv_menu {
        display: none; } }
    @media screen and (max-width: 768px) {
      .sp--mv_menu.active {
        display: block !important;
        background: #FF9800;
        color: #fff; } }
    .sp--mv_menu__toggle .sub {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .sp--mv_menu__toggle .sub.active .sp--mv_menu__submenu {
        display: block !important; }
    .sp--mv_menu__toggle li .nav-item {
      display: block;
      padding: 8px 30px 8px 10px;
      border-left: 1px solid #FF9800;
      border-bottom: 1px solid #f2f2f2;
      line-height: 1.2;
      position: relative;
      width: 85%;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .sp--mv_menu__toggle li .nav-item {
          font-size: 14px;
          width: 88%; } }
    .sp--mv_menu__toggle .sub-icon {
      width: 15%;
      position: relative;
      border-right: 1px solid #FF9800;
      border-bottom: 1px solid #f2f2f2; }
      @media screen and (max-width: 768px) {
        .sp--mv_menu__toggle .sub-icon {
          width: 12%;
          border-left: 1px solid #f2f2f2; } }
      .sp--mv_menu__toggle .sub-icon .icon {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
    .sp--mv_menu__submenu {
      display: none;
      position: absolute;
      top: 0px;
      left: 246px;
      z-index: 999;
      width: 100%;
      background: #f2f2f2;
      border-left: 1px solid #FF9800;
      border-right: 1px solid #FF9800; }
      @media screen and (max-width: 768px) {
        .sp--mv_menu__submenu {
          position: initial; } }
      .sp--mv_menu__submenu .sub-icon {
        border-left: 1px solid #fff; }
      .sp--mv_menu__submenu ul li {
        position: relative;
        display: flex;
        flex-wrap: wrap; }
        .sp--mv_menu__submenu ul li.active .sp--mv_menu__submenu2 {
          display: block !important; }
        .sp--mv_menu__submenu ul li .sub-item {
          display: block;
          padding: 8px 30px 8px 30px;
          border-bottom: 1px solid #fff;
          position: relative;
          line-height: 1.2;
          width: 90%; }
          @media screen and (max-width: 768px) {
            .sp--mv_menu__submenu ul li .sub-item {
              font-size: 14px;
              width: 88%; } }
        .sp--mv_menu__submenu ul li:last-child a {
          border-bottom: none; }
        .sp--mv_menu__submenu ul li:last-child .sub-icon {
          border-bottom: 1px solid #fff; }
        .sp--mv_menu__submenu ul li .sub-icon {
          width: 10%;
          position: relative;
          border-bottom: 1px solid #fff !important;
          border-right: none; }
          @media screen and (max-width: 768px) {
            .sp--mv_menu__submenu ul li .sub-icon {
              width: 12%; } }
          .sp--mv_menu__submenu ul li .sub-icon .icon {
            border-top: 5px solid transparent;
            border-right: none;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #FF9800;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%); }
    .sp--mv_menu__submenu2 {
      display: none;
      position: absolute;
      top: 0px;
      left: 246px;
      z-index: 999;
      width: 100%;
      background: #e5e5e5dd; }
      @media screen and (max-width: 768px) {
        .sp--mv_menu__submenu2 {
          position: initial; } }
      .sp--mv_menu__submenu2 li .sub-item2 {
        display: block;
        padding: 8px 30px 8px 50px;
        border-bottom: 1px solid #f2f2f2 !important;
        position: relative;
        line-height: 1.2;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .sp--mv_menu__submenu2 li .sub-item2 {
            font-size: 14px; } }
      .sp--mv_menu__submenu2 li:last-child a {
        border-bottom: none; }
  .sp--mv_slider {
    margin-top: 10px;
    width: 768px; }
    @media screen and (max-width: 768px) {
      .sp--mv_slider {
        width: 100%;
        margin-top: 0; } }
    .sp--mv_slider__img {
      max-height: 369px; }
      .sp--mv_slider__img img {
        width: 100%;
        max-height: 370px;
        object-fit: cover; }

@media screen and (max-width: 768px) {
  .home {
    padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .unhome {
    padding: 0 !important; } }

.unhome .mv_menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99999; }

.product_ttl {
  margin-bottom: 25px;
  display: inline-block;
  background: #1d71ab;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .product_ttl {
      font-size: inherit; } }
  .product_ttl a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-weight: normal; }
  .product_ttl:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1d71ab;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }

.product_box {
  margin-bottom: 25px; }

.product_show .__row {
  flex-wrap: wrap; }

.product_show .__col {
  width: 16.66667%;
  padding: 0 10px 10px 0; }
  @media screen and (max-width: 768px) {
    .product_show .__col {
      width: 50%;
      margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    .product_show .__col:nth-child(2n) {
      padding-right: 0; } }

.product_show__item {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .product_show__item {
      padding: 5px; } }
  .product_show__item .ps_img {
    margin-bottom: 10px;
    min-height: 150px;
    max-height: 150px;
    text-align: center;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 768px) {
      .product_show__item .ps_img {
        min-height: 130px;
        max-height: 130px; } }
    .product_show__item .ps_img img {
      max-width: 100%;
      object-fit: contain;
      height: 150px; }
      @media screen and (max-width: 768px) {
        .product_show__item .ps_img img {
          height: 130px; } }
  .product_show__item .hastag .after {
    color: #fff;
    font-size: 9px;
    transform: skew(-25deg, 0deg);
    background: linear-gradient(56deg, rgba(255, 0, 0, 0.837973) 0%, #ff5100 100%);
    box-shadow: 0 0 3px #ddd;
    position: absolute;
    bottom: 0;
    left: 5px;
    padding: 4px 6px;
    display: block; }
  .product_show__item .hastag:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(56deg, rgba(255, 0, 0, 0.837973) 0%, #ff5100 100%); }
  .product_show__item .ps_ttl {
    text-align: center;
    font-weight: normal;
    font-size: inherit;
    min-height: 2rem;
    max-height: 2rem;
    overflow: hidden;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .product_show__item .ps_ttl {
        min-height: 4rem;
        max-height: 4rem; } }
  .product_show__item .ps_price {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #e53a40;
    font-size: 15px; }
  .product_show__item .ps_pricesale {
    text-align: center;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 1.7; }
  .product_show__item .ps_link {
    margin-bottom: 10px;
    text-align: center; }
    .product_show__item .ps_link a {
      display: inline-block;
      border-radius: 5px;
      box-shadow: 0 0 5px #dddddd;
      border-bottom: 2px solid #dddddd;
      background: #FF9800;
      padding: 5px 10px;
      color: #fff;
      transition: all .1s; }
      .product_show__item .ps_link a:hover {
        background: #FFBC13; }

.producthot {
  margin-bottom: 25px;
  padding: 25px 0 1px;
  background: #f2f2f2;
  box-shadow: inset 0 0 20px 10px #dadada; }
  .producthot_ttl {
    margin-bottom: 25px;
    display: inline-block;
    padding: 10px 20px;
    background: #e53a40;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .producthot_ttl {
        font-size: inherit; } }
    .producthot_ttl:after {
      content: "";
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #e53a40;
      position: absolute;
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg); }
  .producthot_box {
    margin-bottom: 25px;
    padding: 15px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .producthot_box {
        padding: 5px; } }
  .producthot_show .__row {
    margin: 0 -10px; }
    @media screen and (max-width: 768px) {
      .producthot_show .__row {
        flex-wrap: wrap; } }
  .producthot_show .__col {
    width: 20%;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .producthot_show .__col {
        width: 50%;
        margin-bottom: 15px; } }
  .producthot_show__item {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .producthot_show__item {
        padding: 5px; } }
    .producthot_show__item .ps_img {
      margin-bottom: 10px;
      min-height: 150px;
      max-height: 150px;
      text-align: center;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 768px) {
        .producthot_show__item .ps_img {
          min-height: 130px;
          max-height: 130px; } }
      .producthot_show__item .ps_img img {
        max-width: 100%;
        object-fit: contain;
        height: 150px; }
        @media screen and (max-width: 768px) {
          .producthot_show__item .ps_img img {
            height: 130px; } }
    .producthot_show__item .hastag .after {
      color: #fff;
      font-size: 9px;
      transform: skew(-25deg, 0deg);
      background: linear-gradient(56deg, rgba(255, 0, 0, 0.837973) 0%, #ff5100 100%);
      box-shadow: 0 0 3px #ddd;
      position: absolute;
      bottom: 0;
      left: 5px;
      padding: 4px 6px;
      display: block; }
    .producthot_show__item .hastag:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 2px;
      width: 100%;
      height: 1px;
      background: linear-gradient(56deg, rgba(255, 0, 0, 0.837973) 0%, #ff5100 100%); }
    .producthot_show__item .ps_ttl {
      min-height: 70px;
      text-align: center;
      font-weight: normal;
      font-size: inherit;
      min-height: 2rem;
      max-height: 2rem;
      overflow: hidden;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .producthot_show__item .ps_ttl {
          min-height: 4rem;
          max-height: 4rem; } }
    .producthot_show__item .ps_price {
      margin-bottom: 10px;
      text-align: center;
      font-weight: bold;
      color: #e53a40;
      font-size: 15px; }
    .producthot_show__item .ps_pricesale {
      text-align: center;
      text-decoration: line-through;
      font-size: 12px;
      line-height: 1.7; }
    .producthot_show__item .ps_link {
      margin-bottom: 10px;
      text-align: center; }
      .producthot_show__item .ps_link a {
        display: inline-block;
        border-radius: 5px;
        box-shadow: 0 0 5px #dddddd;
        border-bottom: 2px solid #dddddd;
        background: #FF9800;
        padding: 5px 10px;
        color: #fff;
        transition: all .1s; }
        .producthot_show__item .ps_link a:hover {
          background: #FFBC13; }

.pr > .__row {
  flex-wrap: wrap; }

.pr_mv {
  margin-bottom: 25px;
  width: 40%;
  border: 1px solid #ddd;
  padding: 15px; }
  @media screen and (max-width: 768px) {
    .pr_mv {
      width: 100%;
      padding: 5px; } }
  .pr_mv img {
    width: 100%; }
  .pr_mv__big--item img {
    height: 360px;
    object-fit: contain; }
    @media screen and (max-width: 768px) {
      .pr_mv__big--item img {
        height: 240px; } }
  @media screen and (max-width: 768px) {
    .pr_mv__small {
      padding-top: 15px; } }
  @media screen and (max-width: 768px) {
    .pr_mv__small--item img {
      width: 90px;
      padding: 0 10px; } }
  @media screen and (max-width: 768px) {
    .pr_mv .slick-slide, .pr_mv .slick-current, .pr_mv .slick-active {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .pr_mv .slick-dots {
      display: none !important; } }
  .pr_mv .slick-prev:before, .pr_mv .slick-next:before {
    color: #FF9800; }
  @media screen and (max-width: 768px) {
    .pr_mv .slick-next {
      right: 0; } }
  @media screen and (max-width: 768px) {
    .pr_mv .slick-prev {
      left: 0; } }

.pr_detail {
  width: 60%;
  padding-left: 25px; }
  @media screen and (max-width: 768px) {
    .pr_detail {
      padding-left: 0; } }
  .pr_detail__title {
    font-size: 25px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .pr_detail__title {
        font-size: 20px; } }
  .pr_detail__price {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #e53a40; }
  .pr_detail__cont {
    margin-bottom: 15px; }
    .pr_detail__cont p {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .pr_detail__cont p {
          font-size: 14px; } }
  .pr_detail__cart {
    margin-bottom: 15px; }
    .pr_detail__cart--box {
      display: flex;
      align-items: center; }
    .pr_detail__cart .minus, .pr_detail__cart .plus {
      font-size: 20px;
      font-weight: bold;
      border: 1px solid #ddd;
      display: inline-block;
      padding: 2px 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .pr_detail__cart .number {
      width: 50px;
      border: 1px solid #ddd;
      margin: 0 10px;
      padding: 5px;
      text-align: center;
      padding-left: 14px;
      max-width: 50px;
      padding-right: 0;
      box-shadow: inset 0px 0px 5px 0px #ddd; }
    .pr_detail__cart .submit {
      padding: 10px 25px;
      margin-left: 25px;
      background: #e53a40;
      color: #fff;
      border-radius: 3px;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .pr_detail__cart .submit {
          width: 100%; } }
  .pr_detail__type {
    padding: 10px 0;
    border-top: 1px solid #ddd; }
    .pr_detail__type span {
      padding-right: 10px;
      font-weight: bold; }
  .pr_detail__cate {
    padding: 10px 0;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .pr_detail__cate span {
      padding-right: 10px;
      font-weight: bold; }
  .pr_detail__tag span {
    font-weight: bold;
    padding-right: 10px; }
  .pr_detail__tag a {
    color: #333;
    font-style: italic;
    color: #aaa;
    line-height: 1.5; }

.pr_content {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .pr_content {
      margin-top: 20px; } }
  .pr_content__ttl span {
    display: inline-block;
    padding: 15px 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    z-index: 1;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 6px -3px 3px #ddd;
    background: #fff; }
    .pr_content__ttl span:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      bottom: -1px;
      left: 0;
      z-index: 2; }
  .pr_content__entry {
    padding: 30px 15px;
    border: 1px solid #ddd;
    box-shadow: 6px -3px 3px #ddd; }
    @media screen and (max-width: 768px) {
      .pr_content__entry {
        padding: 20px 10px; } }
    .pr_content__entry * {
      line-height: 1.7;
      font-size: 16px;
      margin-bottom: 7px; }
      @media screen and (max-width: 768px) {
        .pr_content__entry * {
          font-size: 14px; } }
    .pr_content__entry img {
      max-width: 100%; }
    .pr_content__entry h1, .pr_content__entry h2, .pr_content__entry h3, .pr_content__entry h4, .pr_content__entry h5, .pr_content__entry h6 {
      font-size: 20px; }
      .pr_content__entry h1 *, .pr_content__entry h2 *, .pr_content__entry h3 *, .pr_content__entry h4 *, .pr_content__entry h5 *, .pr_content__entry h6 * {
        font-size: 20px; }
    .pr_content__entry a {
      color: #007df5; }

@media screen and (max-width: 768px) {
  .other {
    margin-bottom: 50px; } }

.other ul {
  display: flex;
  flex-wrap: wrap; }
  .other ul li {
    width: 15.69%;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .other ul li {
        width: 47.2%;
        margin-bottom: 15px; } }

.other_ttl {
  margin-bottom: 15px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ddd; }

.other_img {
  margin-bottom: 10px; }
  .other_img img {
    width: 100%;
    height: 130px;
    object-fit: cover; }

.other_title {
  margin-bottom: 10px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .other_title {
      min-height: 50px; } }

.other_price {
  font-weight: bold;
  color: #e53a40; }
  @media screen and (max-width: 768px) {
    .other_price {
      font-size: 14px; } }

.shopcart {
  margin-bottom: 25px; }
  .shopcart_no__gethome {
    margin-top: 15px; }
    .shopcart_no__gethome a {
      display: inline-block;
      color: #fff;
      padding: 10px 25px;
      border-radius: 5px;
      background: #FFBC13;
      line-height: 1; }
    .shopcart_no__gethome i {
      font-size: 18px; }
  .shopcart_yes__ttl {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    padding: 10px 25px;
    background: #1d71ab;
    line-height: 1;
    text-align: center;
    font-weight: normal; }
  .shopcart_yes__box table {
    width: 100%;
    border: 1px solid #ddd; }
    .shopcart_yes__box table td, .shopcart_yes__box table th {
      padding: 10px;
      border: 1px solid #ddd;
      text-align: center;
      font-weight: bold; }
      .shopcart_yes__box table td a, .shopcart_yes__box table th a {
        font-weight: bold; }
      .shopcart_yes__box table td img, .shopcart_yes__box table th img {
        width: 150px; }
        @media screen and (max-width: 768px) {
          .shopcart_yes__box table td img, .shopcart_yes__box table th img {
            width: 45px; } }
    .shopcart_yes__box table .price {
      color: #e53a40; }
    .shopcart_yes__box table .close a i {
      font-size: 20px;
      color: #e53a40; }
  .shopcart_yes__box input[type=number]::-webkit-inner-spin-button, .shopcart_yes__box input[type=number]::-webkit-outer-spin-button {
    opacity: 1; }
  .shopcart_yes__box .setnum {
    width: 50px;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold;
    border-radius: 5px; }
  .shopcart_yes__box .submitsave {
    margin-left: 5px;
    padding: 6px;
    border-radius: 3px;
    box-shadow: 0 0 3px #000;
    cursor: pointer; }

.payment {
  border: 1px solid #ddd;
  padding: 25px 25px 10px 25px; }
  .payment_ttl {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    padding: 10px 25px;
    background: #1d71ab;
    line-height: 1;
    text-align: center;
    font-weight: normal; }
  .payment_box__group {
    margin-bottom: 15px;
    display: flex; }
    .payment_box__group label {
      width: 30%; }
    .payment_box__group input {
      width: 70%;
      padding: 5px 5px 5px 15px;
      border: 1px solid #ddd; }
    .payment_box__group select {
      width: 70%;
      background: #ddd;
      padding: 5px; }
    .payment_box__group .submit {
      border-radius: 3px;
      width: 100%;
      background: #e53a40;
      color: #fff;
      padding: 15px;
      font-weight: bold;
      cursor: pointer; }
  .payment_box__ttl {
    margin: 15px 0;
    color: #1d71ab;
    font-size: 18px; }

.breadcrumb {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px; }
  .breadcrumb ul li {
    display: inline-block; }
    .breadcrumb ul li a {
      padding: 0 2px;
      display: block;
      font-size: 18px;
      color: #7a7a7a; }
      @media screen and (max-width: 768px) {
        .breadcrumb ul li a {
          font-size: 10px; } }

.blog_index__box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd; }
  .blog_index__box:last-child {
    border-bottom: none; }
  .blog_index__box--img {
    width: 20%; }
    .blog_index__box--img img {
      width: 100%; }
  .blog_index__box--detail {
    width: 80%;
    padding-left: 25px; }
  .blog_index__box--title {
    margin-bottom: 25px;
    font-size: 25px; }
  .blog_index__box--time {
    margin-bottom: 10px;
    color: #333; }
  .blog_index__box--des {
    color: #333; }

.blog_show__time {
  margin-bottom: 25px;
  color: #333; }

.blog_show__title {
  margin-bottom: 25px;
  font-size: 30px;
  color: #1d71ab; }

.blog_show__des {
  margin-bottom: 15px; }

.blog_show__content {
  font-size: 16px; }
  .blog_show__content * {
    line-height: 1.7;
    font-size: 16px; }
  .blog_show__content img {
    max-width: 100%; }
  .blog_show__content h1, .blog_show__content h2, .blog_show__content h3, .blog_show__content h4, .blog_show__content h5, .blog_show__content h6 {
    margin: 15px 0;
    font-size: 20px; }
    .blog_show__content h1 *, .blog_show__content h2 *, .blog_show__content h3 *, .blog_show__content h4 *, .blog_show__content h5 *, .blog_show__content h6 * {
      font-size: 20px; }
  .blog_show__content a {
    color: #007df5; }

footer {
  margin-top: 50px;
  padding: 50px 0;
  background: #1d71ab;
  color: #fff;
  border-top: 10px solid #6dbdf4; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center;
      margin-top: 0; } }
  footer a, footer p, footer h2, footer h3 {
    color: #fff;
    font-size: inherit;
    font-size: 14px; }
  @media screen and (max-width: 768px) {
    footer .__row {
      flex-wrap: wrap; } }
  footer .__row .__col {
    width: 33.33333%; }
    @media screen and (max-width: 768px) {
      footer .__row .__col {
        width: 100%; } }
    footer .__row .__col:nth-child(2) {
      padding: 0 25px; }

.footer_box__ttl {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: inherit;
  color: #FFBC13; }

.footer_box p, .footer_box li {
  margin-bottom: 10px; }

.footer_box__fb img {
  width: 100%; }

.box_lazy {
  position: fixed;
  left: 0 !important;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 999; }
  .box_lazy.active {
    top: 0; }
  .box_lazy .slick-slide img {
    margin: 100px auto;
    width: 600px; }
    @media screen and (max-width: 768px) {
      .box_lazy .slick-slide img {
        width: 90%; } }
  .box_lazy .slick-prev {
    left: 40px;
    z-index: 999999; }
  .box_lazy .slick-next {
    right: 40px; }

.lazy_close {
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  @media screen and (max-width: 768px) {
    .lazy_close {
      top: 10px;
      right: 10px; } }
  .lazy_close p {
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0; }
    .lazy_close p:first-child {
      transform: translateY(-50%) rotate(45deg); }
    .lazy_close p:last-child {
      transform: translateY(-50%) rotate(-45deg); }
