@import "../css-1";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

html,
body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #333
}

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

a,
button {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-decoration: none;
  outline: none
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none
}

::-webkit-scrollbar-track-piece {
  background-color: #202020
}

::-webkit-scrollbar-thumb:vertical {
  background-color: rgba(121, 126, 132, 0.78)
}

.wrapper {
  position: relative
}

.index_banner_box.slick-slider {
  margin-bottom: 0;
  margin-top: 3.5em
}

.index_banner {
  background: no-repeat top center;
  background-size: cover;
  width: 100%;
  min-height: 966px
}

.index_banner .index_item {
  position: absolute;
  top: 20em;
  bottom: 0;
  left: 0;
  margin: auto
}

.index_banner .index_item h2 {
  font-size: 21px;
  color: #422B23;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

.index_banner .index_item h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 80px;
  color: rgba(255, 107, 30, 0.75);
  margin: 5px auto;
  animation-delay: .3s
}

.index_banner .index_item h3 {
  font-size: 15px;
  color: #422B23;
  margin: 0;
  animation-delay: .7s;
  font-weight: 700;
  text-shadow: 0 0 5px #fff
}

.index_banner .index_item .index_arrows {
  animation-delay: .7s;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(236, 236, 236, 0.45);
  background-color: #fff;
  border-radius: 100%;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  transform: scale(1)
}

.index_banner .index_item .index_arrows i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.index_banner .index_item .index_arrows i:nth-child(1) {
  width: 6px;
  transform: rotate(45deg);
  left: 8px;
  top: -6px
}

.index_banner .index_item .index_arrows i:nth-child(3) {
  width: 6px;
  transform: rotate(-45deg);
  left: 8px;
  top: 5px
}

.index_scroll a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
  width: 24px;
  height: 12px;
  background: url(../image/icon.png) no-repeat;
  background-position: -109px 0
}

header {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000
}

header .logo img {
  margin: 20px 0;
  float: left
}

header .index_link {
  float: right;
  margin: 20px 0
}

header .index_link a {
  display: block;
  background-color: rgba(33, 33, 33, 0.53);
  border: 1px solid rgba(236, 236, 236, 0.53);
  width: 220px;
  min-height: 53px;
  line-height: 53px;
  border-radius: 50px;
  color: #EBEBEB;
  font-size: 15px;
  text-align: center;
  font-family: "time";
  letter-spacing: 2px;
  text-decoration: none
}

header .index_link a i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 23px;
  background: url(../image/icon.png) no-repeat;
  background-position: -1px 0;
  margin-right: 5px
}

header .index_link a:hover {
  background-color: #212121
}

.search {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  float: right
}

.search a {
  display: flex;
  background-color: #212121;
  width: 53px;
  min-height: 53px;
  border-radius: 100%;
  margin-left: 10px
}

.search a img {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto
}

.search a:hover,
.search a:focus {
  background-color: #fff
}

.parallax-window {
  width: 100%;
  min-height: 500px;
  background: transparent;
  position: absolute;
  top: 0
}

.parallax-window-2 {
  width: 100%;
  min-height: 500px;
  background: transparent;
  position: absolute;
  bottom: 0
}

.index_bg {
  background-color: rgba(102, 102, 102, 0.8);
  min-height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.index_about {
  position: relative
}

.index_about img {
  margin: 75px auto
}

.index_about i {
  display: block;
  width: 29px;
  height: 221px;
  background-color: rgba(255, 107, 30, 0.75);
  position: absolute;
  left: 30%;
  bottom: -3%
}

.index_about_2 {
  margin-top: 69px
}

.index_about_2 h2 {
  font-size: 65px;
  color: #B4B4B4;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-left: 20px
}

.index_about_since {
  background-color: #292929;
  padding: 12%;
  margin-top: 8.7em;
  width: 480px;
  min-height: 567px;
  margin-left: -10em
}

.index_about_since h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 71px;
  color: #7D7D7D
}

.index_about_since h3 span {
  font-family: "Microsoft JhengHei";
  font-size: 25px;
  color: #7D7D7D
}

.index_about_since p {
  font-size: 17px;
  color: #7D7D7D;
  line-height: 35px
}

.index_about_since a {
  display: block;
  width: 250px;
  min-height: 60px;
  line-height: 60px;
  background-color: #FF6B1E;
  border-radius: 50px;
  margin: 30px auto;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none
}

.index_about_since a i {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 16px;
  background: url(../image/icon.png) no-repeat;
  background-position: -150px 0;
  margin-right: 10px
}

.index_about_since a:hover {
  background-color: rgba(255, 107, 30, 0.75)
}

.index_brand {
  position: relative;
  margin-bottom: 5em
}

.index_brand h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #282828;
  font-weight: 400
}

.index_brand h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 65px;
  color: #282828;
  font-weight: 600
}

.index_brand i {
  display: block;
  width: 156px;
  height: 4px;
  background-color: #FF6B00;
  position: absolute;
  margin: auto;
  bottom: 30.5%;
  left: -20%
}

.index_brand_box {
  background-color: #F6F6F6;
  width: 100%;
  min-height: 500px;
  position: relative
}

.index_brand_box .index_brand_hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: #F0EDE8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 9;
  padding: 5%;
  padding-top: 9em;
  transform: scale(0.8)
}

.index_brand_box .index_brand_hover img {
  margin: 0 auto
}

.index_brand_box .index_brand_hover p {
  font-size: 14px;
  line-height: 20px;
  color: #292929
}

.index_brand_box .index_brand_hover a {
  display: block;
  width: 195px;
  min-height: 45px;
  line-height: 45px;
  background-color: #FF6B1E;
  border-radius: 50px;
  margin: 30px auto;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-family: 'time';
  text-decoration: none
}

.index_brand_box .index_brand_hover a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../image/icon.png) no-repeat;
  background-position: 0 -37px;
  margin-right: 8px
}

.index_brand_box .index_brand_box-2 {
  height: 244px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.index_brand_box .index_brand_box-2 img {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin: 0 auto;
  -webkit-filter: grayscale(1) opacity(60%);
  filter: grayscale(1) opacity(60%);
  -webkit-transition: .5s filter;
  transition: .5s filter;
  position: relative
}

.index_brand_box:hover .index_brand_box-2 img {
  -webkit-filter: grayscale(0) opacity(100%);
  filter: grayscale(0) opacity(100%);
  -webkit-transition: .5s filter;
  transition: .5s filter
}

.index_brand_box:hover .index_brand_hover {
  opacity: 1;
  transform: scale(1)
}

.index_brand_box:hover .index_brand_hover a {
  background-color: #E4601D
}

.col-md-2:nth-child(even) .index_brand_box {
  background-color: #fff
}

.footer {
  position: relative
}

.index_contact {
  position: absolute;
  bottom: 0;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99
}

.index_contact h2 {
  font-family: 'Poppins', sans-serif;
  color: #797979;
  font-size: 65px;
  font-weight: 600
}

.index_contact h3 {
  font-size: 18px;
  color: #ECECEC;
  margin-top: 0
}

.index_contact ul>li {
  font-size: 14px;
  color: #fff;
  list-style: none;
  font-weight: 600;
  line-height: 30px
}

.index_contact a {
  display: block;
  border-radius: 50px;
  border: 1px solid rgba(236, 236, 236, 0.35);
  background-color: rgba(33, 33, 33, 0.35);
  text-align: center;
  padding: 3%;
  color: #fff;
  width: 195px;
  font-family: 'time';
  letter-spacing: 1px
}

.index_contact a i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 23px;
  background: url(../image/icon.png) no-repeat;
  background-position: -42px -37px;
  margin-right: 10px
}

.index_contact a:hover {
  background-color: transparent
}

.index_contact_2 {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5%
}

.footer_share {
  margin: 40px auto
}

.footer_share ul {
  text-align: center;
  margin: 20px auto
}

.footer_share ul li {
  display: inline-block;
  vertical-align: middle
}

.footer_share ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../image/icon.png) no-repeat;
  background-position: -75px -37px;
  margin: 0 10px
}

.footer_share ul li a.ig_2 {
  background-position: -110px -34px
}

.footer_share ul li a.line {
  background-position: -147px -36px
}

.footer_share ul li a.yotube {
  background-position: -184px -32px
}

.footer_share ul li a:hover {
  opacity: .5
}

.footer_3 {
  text-align: center;
  margin: 30px auto;
  border-right: 1px solid rgba(121, 121, 121, 0.55);
  padding: 10% 0
}

.footer_3 i {
  display: block;
  width: 45px;
  height: 60px;
  background: url(../image/icon.png) no-repeat;
  background-position: -236px 2px;
  margin: 0 auto
}

.footer_3 b {
  display: block;
  width: 45px;
  height: 60px;
  background: url(../image/icon.png) no-repeat;
  background-position: -301px 0;
  margin: 0 auto
}

.footer_3 h4 {
  font-size: 17px;
  color: #000
}

.footer_3 p {
  font-size: 15px;
  color: #000
}

.footer_4 {
  margin-bottom: 50px
}

.footer_4 h5 {
  font-size: 21px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center
}

.footer_4 ul>li {
  list-style: none;
  font-weight: 700
}

.footer_4 ul>li a {
  display: block;
  font-size: 15px;
  color: #000;
  margin: 10px auto;
  text-align: center
}

.footer_4 ul>li a:hover {
  color: #FF6B1E
}

.footer_5 p {
  text-align: center;
  font-size: 15px;
  color: #797979;
  margin: 25px auto
}

.index_link2 {
  display: none
}

.index_nav .index_link2 {
  display: block
}

.search_box {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: fixed;
  right: -20em;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #202020;
  z-index: 9999;
  padding: 1% 2%
}

.search_box.active {
  width: 20em;
  right: 0
}

.search_box .search_arrows {
  width: 41px;
  height: 41px;
  z-index: 99;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px
}

.search_box .search_arrows i {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.search_box .search_arrows i:nth-child(1) {
  transform: rotate(45deg)
}

.search_box .search_arrows i:nth-child(2) {
  transform: rotate(-45deg)
}

.search_box label {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px
}

.search_box .form-control {
  border: 0;
  height: 43px
}

.search_box button {
  display: block;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  background-color: #FF6B1E;
  color: #fff;
  font-size: 15px;
  margin: 20px auto;
  border: 0
}

@media (max-width: 1440px) {
  .index_about_since {
    width: 400px;
    min-height: auto;
    margin-top: 0
  }
}

@media (max-width: 1300px) {
  .index_brand_box .index_brand_hover a {
    width: 80%
  }
}

@media (max-width: 991px) {
  .index_about_since {
    margin: 0 auto;
    padding: 3%
  }

  .index_about_2 {
    margin-top: 30px
  }

  .index_about_2 h2 {
    text-align: center;
    margin-left: 0
  }

  .index_about img {
    margin-bottom: 30px
  }

  .index_brand {
    text-align: center;
    margin-top: 50px
  }

  .index_bg {
    width: 100%
  }

  .index_brand_box {
    min-height: 350px
  }

  .index_contact {
    top: 10%
  }

  .index_contact h2 {
    margin-bottom: 50px
  }

  .index_brand_box .index_brand_hover {
    padding-top: 0
  }

  .index_brand_box .index_brand_hover p {
    font-size: 12px
  }

  header .index_link {
    margin: 40px auto
  }

  header .logo img {
    display: none
  }

  .search {
    margin: 40px 0
  }

  .index_brand_box .index_brand_hover {
    opacity: 1;
    transform: scale(1)
  }
}

@media (max-width: 767px) {
  .index_banner {
    min-height: 100vh
  }

  .index_banner .index_item h2 {
    font-size: 18px
  }

  .index_banner .index_item h1 {
    font-size: 50px
  }

  .index_banner .index_item {
    top: 12em
  }

  .index_about_since {
    width: 100%
  }

  .index_about i {
    width: 15px;
    height: 135px
  }

  .footer_3 {
    border-right: 0;
    border-bottom: 1px solid rgba(121, 121, 121, 0.55);
    margin: 0 auto;
    padding: 3% 0
  }

  .footer_4 h5 {
    text-align: center;
    margin-bottom: 0
  }

  .footer_4 ul>li {
    text-align: center
  }

  .footer_share {
    margin-bottom: 0
  }

  .index_link {
    display: inline-block;
    float: none;
    margin: 7px auto;
    position: absolute;
    left: 12%
  }

  .index_link a {
    display: block;
    background-color: transparent;
    border: 0;
    width: auto;
    min-height: auto;
    line-height: normal;
    border-radius: 0
  }

  .index_link a i {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 23px;
    background: url(../image/icon.png) no-repeat;
    background-position: -1px 0;
    margin-right: 5px
  }

  .index_link2 {
    display: none
  }

  .index_link2 a {
    color: #fff
  }

  .search_box {
    padding: 5%
  }

  .index_about_2 h2 {
    font-size: 40px
  }

  .index_about_since h3 {
    font-size: 40px
  }

  .index_brand h1 {
    font-size: 40px
  }
}

@media (max-width: 480px) {
  .index_contact h2 {
    font-size: 45px
  }

  .index_link {
    left: 15%
  }
}

@media (max-width: 400px) {
  header .index_link a {
    width: 155px;
    letter-spacing: 0;
    min-height: 40px;
    line-height: 40px
  }

  .index_about_since a {
    width: 80%
  }

  .index_about i {
    display: none
  }
}

.inside_banner {
  margin-top: 3.5em
}

.products_banner {
  background: no-repeat center;
  min-height: 810px;
  margin-bottom: 50px;
  margin-top: 4.5em
}

.products_banner-2 {
  background: no-repeat center;
  min-height: 433px;
  margin-top: 4.5em
}

.products_banner-3 {
  margin-top: 3.5em;
  margin-bottom: 10px
}

.products_slick2.slick-slider {
  margin-bottom: 0
}

.products_slick2 a {
  outline: none
}

.products_slick2 .slick-dots {
  bottom: 0
}

.products_slick2 .slick-dots li button:before {
  opacity: 1;
  color: #fff
}

.products_slick2 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FF6B1E
}

.products_slick2 .slick-prev,
.products_slick2 .slick-next {
  width: 20px;
  height: 38px;
  background: url(../image/icon/arrows.png) no-repeat center;
  z-index: 9
}

.products_slick2 .slick-prev:before,
.products_slick2 .slick-next:before {
  content: none
}

.products_slick2 .slick-prev:hover,
.products_slick2 .slick-prev:focus,
.products_slick2 .slick-next:hover,
.products_slick2 .slick-next:focus {
  background: url(../image/icon/arrows.png) no-repeat center;
  opacity: .5
}

.products_slick2 .slick-prev {
  left: 2%
}

.products_slick2 .slick-next {
  right: 2%;
  transform: rotate(180deg)
}

.products_list {
  margin: 30px auto
}

.products_list a {
  display: block;
  overflow: hidden
}

.products_list a img {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  transform: scale(1)
}

.products_list p {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 19px;
  color: #454545;
  text-align: center;
  margin: 20px auto
}

.products_list:hover img {
  transform: scale(1.05);
  opacity: .7
}

.products_list:hover p {
  color: #FF6B1E
}

.bookmark ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto
}

.bookmark ul li a {
  display: block;
  font-size: 14px;
  color: #797E84;
  text-align: center;
  line-height: 30px;
  padding: 0 10px
}

.bookmark ul li a.active {
  color: #fff;
  background-color: rgba(121, 126, 132, 0.78);
  border-radius: 50px
}

.bookmark ul li .bookmarks_arrows {
  width: 9px;
  height: 7px;
  position: relative;
  margin: 0 5px
}

.bookmark ul li .bookmarks_arrows i {
  display: block;
  width: 10px;
  height: 1px;
  background-color: #94989D;
  border-radius: 50px;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0
}

.bookmark ul li .bookmarks_arrows i:nth-child(1) {
  transform: rotate(45deg);
  width: 5px;
  top: -4px
}

.bookmark ul li .bookmarks_arrows i:nth-child(3) {
  transform: rotate(-45deg);
  width: 5px;
  top: 4px
}

.products_list_2 {
  margin: 30px auto
}

.products_list_2 ul {
  text-align: center;
  border-top: 1px solid rgba(128, 128, 128, 0.46);
  border-bottom: 1px solid rgba(128, 128, 128, 0.46);
  padding: 1% 0
}

.products_list_2 ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0
}

.products_list_2 ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  padding: 10px 8px;
  line-height: 37px
}

.products_list_2 ul li a img {
  display: inline-block;
  vertical-align: middle
}

.products_list_2 ul li:hover a,
.products_list_2 ul li.active a {
  background-color: rgba(129, 129, 129, 0.17);
  border-radius: 4px;
  color: rgba(51, 51, 51, 0.7)
}

.products_items {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  margin: 20px auto;
  position: relative
}

.products_items em {
  width: 45px;
  height: 45px;
  background-color: #FF6B1E;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center
}

.products_items img {
  margin: 20px auto
}

.products_items p {
  text-align: center;
  border-top: 1px solid #C5C5C5;
  font-size: 17px;
  color: #333;
  line-height: 26px;
  min-height: 70px;
  font-weight: 700
}

.products_items a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.products_items .money {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 20px
}

.products_items .money ul {
  padding: 0
}

.products_items .money ul li {
  display: block
}

.products_items .money span {
  display: inline-block;
  vertical-align: middle
}

.products_items .money del {
  display: inline-block;
  vertical-align: middle
}

.products_items .money a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  background: url(../image/icon.png) no-repeat;
  background-position: -197px 0
}

.products_items .form-control {
  border-radius: 0;
  border: 1px solid #202020;
  margin: 5px auto;
  height: 40px
}

.products_items button {
  width: 100%;
  border-radius: 0;
  border: 1px solid #202020;
  margin: 5px auto;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  margin-top: 10px
}

.products_items button:hover {
  background-color: #fff;
  color: #000
}

.products_items:hover {
  opacity: .4
}

.products_more a {
  display: block;
  text-align: center;
  border-radius: 50px;
  width: 250px;
  min-height: 60px;
  line-height: 60px;
  background-color: #A7CFD5;
  color: #fff;
  font-size: 15px;
  margin: 40px auto
}

.products_more a i {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 16px;
  background: url(../image/icon.png) no-repeat;
  background-position: -149px 0;
  margin-right: 10px
}

.products_more a:hover {
  background-color: #FF6B1E
}

.products_list_3 ul {
  padding: 1% 0
}

.products_list_3 ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font-size: 15px;
  color: #333;
  padding: 5px 10px;
  line-height: 37px;
  background-color: #F6F6F6;
  border-radius: 4px
}

.products_list_3 ul li img {
  display: inline-block;
  vertical-align: middle
}

.p3_box {
  border-bottom: 1px solid rgba(51, 51, 51, 0.41)
}

.product_detail h3 {
  font-size: 24px;
  padding-bottom: 10px
}

.product_detail h3 .label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px auto;
  font-size: 16px
}

.product_detail strong {
  display: block
}

.product_detail strong .label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #d43f3a;
  height: 100%;
  word-wrap: break-word;
  word-break: break-all
}

.product_detail strong .btn {
  display: inline-block;
  vertical-align: middle;
  padding: .5em;
  margin-bottom: 10px
}

.product_detail h2 {
  font-size: 27px;
  margin-bottom: 50px;
  margin-top: 0
}

.product_detail h2 span {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle
}

.product_detail h2 ul {
  list-style: none;
  font-size: 27px
}

.product_detail h2 ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  margin-right: .5em
}

.product_detail h2 ul li:first-child {
  display: block;
  margin-bottom: .5em
}

.products_slick-s img {
  background-color: #F3F3F3;
  padding: 1%;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 49%
}

.products_slick-s img:hover {
  cursor: pointer
}

.product_detail_1 {
  margin: 50px auto;
  overflow: hidden
}

.product_detail_1 h3 {
  font-size: 24px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.41);
  padding-bottom: 10px
}

.product_detail_1 h3 span {
  font-size: 16px
}

.product_detail_1 img {
  margin: 20px auto
}

.product_detail_1 table {
  width: 100%;
  margin: 30px auto
}

.product_detail_1 table tr th {
  background-color: #F0F0F0;
  padding: 1em;
  border: 1px solid #B8B8B8;
  text-align: center;
  font-size: 15px
}

.product_detail_1 table tr td {
  border: 1px solid #B8B8B8;
  padding: 1em;
  font-size: 14px
}

.product_back a {
  display: block;
  background-color: #A7CFD5;
  border-radius: 50px;
  font-family: 'time';
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 45px;
  width: 195px;
  margin: 20px auto
}

.product_back a:hover {
  background-color: #FF6B1E
}

.product_back a:hover .products_arrows i {
  background-color: #FF6B1E
}

.products_arrows {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px
}

.products_arrows i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #A7CFD5;
  border-radius: 50px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0
}

.products_arrows i:nth-child(1) {
  transform: rotate(-45deg);
  width: 5px;
  right: 8px;
  top: -4px
}

.products_arrows i:nth-child(3) {
  transform: rotate(45deg);
  width: 5px;
  right: 8px;
  top: 4px
}

.product_detail_img form .form-control {
  border-radius: 0;
  border: 1px solid #202020;
  margin: 20px auto;
  height: 40px
}

.product_detail_img form button {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 2px solid #202020
}

.product_detail_img form button:hover {
  background-color: #FF6B1E;
  border-color: #FF6B1E;
  color: #fff
}

.products_color h4 {
  font-size: 18px;
  margin: 20px auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.41);
  padding-bottom: 20px
}

.products_color a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid transparent
}

.products_color a.active,
.products_color a:hover {
  border: 2px solid #FF6B1E
}

.p_form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CCC;
  padding: 1em 0;
  margin-bottom: 20px
}

.p_form .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #969A9F
}

.p_form .form-group label,
.p_form .form-group span {
  font-size: 15px;
  color: #000;
  margin: 0 10px
}

.p_form .form-group button {
  background-color: #A7CFD5;
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-size: 17px;
  width: 96px;
  height: 43px;
  margin-left: 10px
}

.p_form .form-group button:hover,
.p_form .form-group button:focus {
  background-color: #FF6B1E
}

.p_form .form-control {
  height: 43px
}

.p_form .form-control.form-control2 {
  width: 97px
}

.p_form .form-control.form-control3 {
  width: 124px
}

.p_like {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  text-decoration: none;
  border-radius: 6px
}

.p_like i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  background: url(../image/icon/icon4.png) no-repeat top right;
  margin-right: 5px
}

.p_like:hover,
.p_like:focus,
.p_like.active {
  background-color: #FF6B1E;
  color: #fff
}

@media (max-width: 991px) {
  .p_form {
    flex-wrap: wrap;
    justify-content: center
  }

  .p_form .form-group {
    border: 0
  }

  .p_like {
    width: 62px
  }
}

@media (max-width: 767px) {
  .products_banner {
    min-height: 400px
  }

  .products_slick-s img {
    width: 24%
  }

  .p_form {
    display: block
  }

  .p_form .form-group {
    flex-wrap: wrap
  }

  .p_form .form-group button {
    width: 100%;
    margin: 0 auto
  }

  .p_form .form-group label {
    margin: 0
  }

  .p_form .form-control {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px
  }

  .p_form .form-control.form-control2 {
    width: 41%
  }

  .p_form .form-control.form-control3 {
    width: 100%
  }

  .p_like {
    width: 100%;
    margin-top: 1em
  }
}

@media (max-width: 576px) {
  .p_form .form-control.form-control2 {
    width: 35%
  }
}

@media (max-width: 480px) {
  .bookmark ul li {
    margin: 5px auto
  }

  .p_form .form-control.form-control2 {
    width: 30%
  }

  .product_detail strong .label {
    display: block;
    margin-bottom: 10px;
    padding: .5em;
    font-size: 16px;
    border: 1px solid #d43f3a;
    height: 100%;
    white-space: inherit;
    line-height: 26px
  }

  .product_detail strong .btn {
    display: inline-block;
    vertical-align: middle;
    padding: .5em;
    margin-bottom: 10px
  }
}

.about_title {
  margin: 30px auto
}

.about_title h2 {
  text-align: center;
  font-size: 15px;
  color: #444;
  font-family: 'time';
  margin-bottom: 0
}

.about_title h3 {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  color: #444;
  margin-top: 5px
}

.qa_list a {
  margin: 15px auto;
  display: block;
  color: #84A5AA;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #A7CFD5;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none
}

.qa_list a .qa_arrows {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-color: #A7CFD5;
  border-radius: 100%;
  margin-right: 10px;
  position: relative
}

.qa_list a .qa_arrows i {
  display: block;
  width: 5px;
  height: 1px;
  background-color: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 1px;
  right: 0;
  margin: auto
}

.qa_list a .qa_arrows i:nth-child(2) {
  transform: rotate(-45deg);
  top: 3px
}

.qa_list a:hover,
.qa_list a:focus,
.qa_list a.active {
  background-color: #A7CFD5;
  color: #fff
}

.qa_list a:hover .qa_arrows,
.qa_list a:focus .qa_arrows,
.qa_list a.active .qa_arrows {
  background-color: #fff
}

.qa_list a:hover .qa_arrows i,
.qa_list a:focus .qa_arrows i,
.qa_list a.active .qa_arrows i {
  background-color: #A7CFD5
}

.qa_box {
  margin-top: -1px;
  border-top: 1px dotted #B3B3B3;
  border-bottom: 1px dotted #B3B3B3
}

.qa_box .qa_box_q {
  padding: 1em;
  cursor: pointer
}

.qa_box .qa_box_q span {
  display: inline-block;
  vertical-align: middle;
  color: #A7CFD5;
  font-size: 21px;
  margin-right: 10px
}

.qa_box .qa_box_q h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 0 auto
}

.qa_box .qa_box_q:focus .qa_plus i:nth-child(2),
.qa_box .qa_box_q.active .qa_plus i:nth-child(2) {
  transform: rotate(360deg)
}

.qa_box .qa_box_a {
  display: none
}

.qa_box .qa_plus {
  float: right;
  width: 24px;
  height: 24px;
  background-color: #95999E;
  border-radius: 3px;
  position: relative
}

.qa_box .qa_plus i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.qa_box .qa_plus i:nth-child(2) {
  transform: rotate(90deg)
}

.qa_box_a img {
  margin: 20px auto
}

.qa_box_a p {
  margin: 40px auto;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 26px
}

.qa_box_a p a {
  display: inline-block;
  vertical-align: middle;
  background-color: #A7CFD5;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  margin: 0 10px;
  width: 100px;
  line-height: 35px
}

.qa_box_a p a:hover,
.qa_box_a p a:focus {
  background-color: #FF6B1E
}

.qa_box_a h4 {
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  font-weight: 700
}

.qa_box_a h4 span {
  color: #8EB3BB
}

.qa_box_a h4 i {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 25px;
  background: url(../image/icon.png) no-repeat;
  background-position: -67px -153px
}

.qa_box_a .qa_ul {
  text-align: center
}

.qa_box_a .qa_ul li {
  display: inline-block;
  vertical-align: middle
}

.qa_box_a .qa_ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.qa_box_a .qa_ul li .qa_display {
  display: inline-block;
  vertical-align: middle
}

.qa_box_a .qa_ul li .qa_display em {
  display: block;
  font-size: 21px;
  color: #88A0B3;
  font-weight: 700
}

.qa_box_a .qa_ul li .qa_display span {
  font-weight: 700;
  display: block;
  font-size: 15px;
  color: #333
}

.qa_box_a .qa_ul li i {
  display: block;
  width: 31px;
  height: 1px;
  background-color: #C7C7C7;
  margin: 0 15px
}

.qa_box_a ol {
  padding-left: 5%;
  margin-bottom: 40px
}

.qa_box_a ol li {
  color: #A7CFD5;
  font-size: 15px;
  line-height: 33px;
  margin: 10px auto
}

.qa_box_a ol li * {
  color: #797979
}

.qa_box_a ol li span a {
  display: inline-block;
  vertical-align: middle;
  background-color: #A7CFD5;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  margin: 0 10px;
  width: 100px
}

.qa_box_a ol li span a:hover,
.qa_box_a ol li span a:focus {
  background-color: #FF6B1E
}

.qa_ul2 {
  list-style: none;
  text-align: center
}

.qa_ul2 li {
  display: inline-block;
  vertical-align: middle;
  width: 6.2%
}

.qa_ul2 li img {
  margin: 10px auto
}

.qa_ul3 {
  list-style: none;
  padding-left: 20px
}

.qa_ul3 li {
  font-size: 15px;
  color: #797979;
  margin: 10px auto;
  line-height: 26px
}

.qa_ul3 li a {
  display: inline-block;
  vertical-align: middle;
  background-color: #A7CFD5;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  margin: 0 10px;
  width: 100px
}

.qa_ul3 li a:hover,
.qa_ul3 li a:focus {
  background-color: #FF6B1E
}

.qa_ul4 {
  padding-left: 40px
}

.qa_ul4 li {
  color: #A7CFD5;
  font-size: 15px;
  line-height: 33px;
  margin: 10px auto
}

.qa_ul4 li * {
  color: #797979
}

.qa_ul4 li ol {
  padding-left: 0
}

@media (max-width: 767px) {
  .qa_ul li {
    width: 18%
  }

  .qa_ul li img {
    margin: 0 auto
  }

  .qa_ul li .qa_display em {
    font-size: 16px
  }

  .qa_ul2 li {
    width: 11%
  }
}

@media (max-width: 480px) {
  .qa_ul2 li {
    width: 16%
  }
}

.login_form {
  margin-top: 50px;
  border-right: 1px solid rgba(167, 207, 213, 0.68);
  overflow: hidden;
  padding: 5% 10%;
  margin-bottom: 60px
}

.login_form .form-control {
  width: 100%;
  margin-bottom: 10px;
  min-height: 46px;
  border: 1px solid #BFC4CA;
  font-size: 15px;
  color: #7D7F84;
  text-align: center
}

.login_form ul {
  list-style: none;
  text-align: center;
  margin: 35px auto
}

.login_form ul li {
  display: inline-block;
  vertical-align: middle;
  width: 49%
}

.login_form ul li a {
  display: block;
  font-size: 15px;
  color: #444
}

.login_form ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 15px;
  background: url(../image/icon.png) no-repeat;
  background-position: 0 -75px;
  margin-right: 5px
}

.login_form ul li:nth-child(2) i {
  background-position: -25px -75px
}

.login_form button {
  width: 100%;
  border: 0;
  background-color: #A7CFD5;
  border-radius: 50px;
  color: #fff;
  min-height: 60px;
  font-size: 15px;
  text-align: center;
  margin: 20px auto
}

.login_form button b {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 16px;
  background: url(../image/icon.png) no-repeat;
  background-position: -150px 0
}

.login_fb {
  padding: 5% 10%;
  margin: 18% auto
}

.login_fb a {
  display: block;
  background-color: #455C8D;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding: 8%
}

.login_fb a b {
  display: inline-block;
  vertical-align: middle;
  background: url(../image/icon.png) no-repeat;
  background-position: -57px -75px;
  width: 11px;
  height: 26px;
  margin-right: 10px
}

@media (max-width: 1215px) {
  .login_form ul li {
    width: 100%
  }

  .login_form ul {
    margin: 25px auto
  }
}

@media (max-width: 991px) {
  .login_form {
    border: 0;
    margin-bottom: 0
  }

  .login_fb {
    margin: 2% auto
  }
}

.join_step ul {
  text-align: center;
  margin-bottom: 50px
}

.join_step ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 700;
  margin: 0 -8px
}

.join_step ul li span {
  display: block;
  font-size: 25px;
  color: #95999E;
  font-family: 'time';
  font-style: italic
}

.join_step ul li b {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #95999E;
  border-radius: 100%;
  margin: 10px auto
}

.join_step ul li.active {
  color: #333
}

.join_step ul li.active span {
  color: #A7CFD5
}

.join_step ul li.active b {
  background-color: #A7CFD5
}

.dashed-line {
  width: 30%;
  height: 1px;
  border-bottom: 1px dashed #B3B3B3;
  margin: 25px auto
}

.join_form .form-control {
  height: 46px;
  border: 1px solid #D7D7D7;
  font-size: 17px;
  color: #333
}

.join_form .form-control:focus {
  border: 1px solid #A7CFD5
}

.join_form label {
  font-size: 17px;
  color: #333;
  padding-top: 13px
}

.join_form .checkbox {
  background-color: #EDEDED;
  width: 100%;
  padding: 3% 0;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #D7D7D7
}

.join_form .checkbox label {
  font-size: 16px;
  color: #333;
  padding-top: 0
}

.join_form button {
  margin: 30px auto;
  text-align: center;
  background-color: #A7CFD5;
  width: 250px;
  border-radius: 50px;
  line-height: 60px;
  border: 0;
  font-size: 15px;
  color: #fff
}

.join_form button b {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 16px;
  background: url(../image/icon.png) no-repeat;
  background-position: -150px 0
}

.logout {
  border-bottom: 1px dotted #B3B3B3;
  padding-bottom: 10px
}

.logout span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333
}

.logout a {
  display: inline-block;
  vertical-align: middle;
  width: 133px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #A7CFD5;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 14px;
  color: #7F8386;
  text-decoration: none
}

.logout a i {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 22px;
  background: url(../image/icon.png) no-repeat;
  background-position: -85px -75px
}

.logout a:hover {
  background-color: rgba(167, 207, 213, 0.5);
  color: #fff
}

.member_list ul {
  text-align: center;
  margin: 40px auto
}

.member_list ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  margin-bottom: 1em
}

.member_list ul li a {
  display: block;
  width: 190px;
  line-height: 45px;
  border: 1px solid #A7CFD5;
  border-radius: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-decoration: none
}

.member_list ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  background: url(../image/icon.png) no-repeat;
  background-position: -114px -75px
}

.member_list ul li a svg {
  display: inline-block;
  vertical-align: middle;
  fill: #A2C1C4;
  margin-right: .5em
}

.member_list ul li a:hover svg,
.member_list ul li a:focus svg,
.member_list ul li a.active svg {
  fill: #000
}

.member_list ul li a:hover,
.member_list ul li a:focus,
.member_list ul li a.active {
  background-color: #A7CFD5;
  color: #fff
}

.member_list ul li a:hover i,
.member_list ul li a:focus i,
.member_list ul li a.active i {
  background-position: -151px -75px
}

.member_list ul li:nth-child(2) a i {
  background-position: -226px -75px
}

.member_list ul li:nth-child(2) a:hover i,
.member_list ul li:nth-child(2) a:focus i,
.member_list ul li:nth-child(2) a.active i {
  background-position: -189px -75px
}

.member_list ul li:nth-child(2) a i {
  background-position: -226px -75px
}

.member_list ul li:nth-child(2) a:hover i,
.member_list ul li:nth-child(2) a:focus i,
.member_list ul li:nth-child(2) a.active i {
  background-position: -189px -75px
}

.member_list ul li:nth-child(3) a i {
  background-position: -226px -75px
}

.member_list ul li:nth-child(3) a:hover i,
.member_list ul li:nth-child(3) a:focus i,
.member_list ul li:nth-child(3) a.active i {
  background-position: -189px -75px
}

.member_list ul li:nth-child(4) a i {
  background: url(../image/icon/icon4.png) no-repeat;
  background-position: 0 0
}

.member_list ul li:nth-child(4) a:hover i,
.member_list ul li:nth-child(4) a:focus i,
.member_list ul li:nth-child(4) a.active i {
  background-position: 100% 0
}

.member_table.rwd-table {
  overflow: hidden;
  margin-bottom: 50px
}

.member_table.rwd-table tr {
  background: rgba(224, 211, 173, 0.27)
}

.member_table.rwd-table th,
.member_table.rwd-table td {
  margin: .5em 1em
}

.member_table.rwd-table {
  min-width: 100%
}

.member_table.rwd-table th {
  display: none;
  background-color: #FAFAFA;
  border-top: 1px solid #B1B5BB;
  border-bottom: 1px solid #B1B5BB
}

.member_table.rwd-table td {
  display: block;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #FAFAFA
}

.member_table.rwd-table td i {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 17px;
  background: url(../image/icon.png) no-repeat;
  background-position: -189px -111px;
  margin-right: 10px
}

.member_table.rwd-table td b {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 17px;
  background: url(../image/icon.png) no-repeat;
  background-position: -229px -111px;
  margin-right: 10px
}

.member_table.rwd-table td a {
  font-size: 15px;
  color: #333
}

.member_table.rwd-table td a:hover,
.member_table.rwd-table td a:focus {
  color: #FF6B1E
}

.member_table.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: 700;
  width: 6.5em;
  display: inline-block
}

.member_table.rwd-table th,
.member_table.rwd-table td {
  text-align: left
}

.member_table.rwd-table th,
.member_table.rwd-table td:before {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 700
}

.member_detail {
  margin-bottom: 60px;
  border-top: 1px solid #B1B5BB;
  padding: 0
}

.member_detail h4 {
  font-size: 15px;
  color: #333
}

.member_detail h4 span {
  font-size: 16px;
  color: #3A4D58;
  border-right: 1px solid #C8C8C8;
  padding-right: 10px;
  margin-right: 10px
}

.member_detail h3 {
  font-size: 17px;
  color: #3A4D58;
  font-weight: 700
}

.member_detail h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 26px;
  background: url(../image/icon.png) no-repeat;
  background-position: -42px -108px;
  margin-right: 8px
}

.member_detail h3 i.people {
  background-position: -86px -112px
}

.member_detail .form-control {
  height: 42px
}

.pay {
  background-color: rgba(167, 207, 213, 0.38);
  border-radius: 6px;
  padding: 3%;
  font-size: 17px;
  color: #000;
  margin-bottom: 20px
}

.pay b {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #fff url(../image/icon0.png) no-repeat;
  background-position: 15px 21px;
  margin-right: 20px
}

.member_2 p {
  border-bottom: 1px solid #9BC1C8;
  padding-bottom: 10px;
  font-size: 17px;
  color: #333;
  margin-bottom: 20px
}

.member_2 p span {
  font-weight: 700;
  margin-right: 10px
}

.member_2 label {
  font-size: 17px;
  color: #333
}

.member_3-2 {
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  overflow: hidden;
  padding: 20px 0
}

.member_3-2 img {
  border: 1px solid #D5D5D5;
  border-radius: 6px
}

.member_3-2 p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0
}

.member_3-2 span {
  display: block;
  font-size: 14px;
  color: #8C8C8C
}

.member_3-2 span:nth-child(3) {
  margin-top: 10px
}

.member_3-3 ul {
  list-style: none;
  margin: 20px auto
}

.member_3-3 ul li {
  border-bottom: 1px dotted #A7CFD5;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  color: #333
}

.member_3-3 ul li.s_sale {
  color: #FF6B1E;
  font-size: 16px;
  border: 2px solid #FF6B1E;
  padding: .3em .5em;
  border-radius: 4px;
  font-weight: 700
}

.member_3-3 ul li span {
  text-align: right;
  float: right
}

.member_3-3 ul li b {
  text-align: right;
  float: right;
  font-size: 23px;
  color: #333;
  font-weight: 700;
  margin-top: -3px
}

.member_3 a {
  display: block;
  background-color: rgba(224, 211, 173, 0.52);
  border-radius: 4px;
  text-align: center;
  width: 236px;
  line-height: 56px;
  font-size: 17px;
  color: #333;
  margin-top: 6em
}

.member_arrows {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #000;
  position: relative;
  margin-right: 10px
}

.member_arrows i {
  display: block;
  width: 11px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.member_arrows i:nth-child(1) {
  transform: rotate(-45deg);
  right: auto;
  top: -4px;
  left: 3px;
  width: 7px
}

.member_arrows i:nth-child(3) {
  transform: rotate(45deg);
  right: auto;
  top: 5px;
  left: 3px;
  width: 7px
}

.member_link {
  border-right: 1px solid #C8C8C8;
  padding-top: 30px
}

@media (min-width: 767px) {
  .member_table.rwd-table td:before {
    display: none
  }

  .member_table.rwd-table th,
  .member_table.rwd-table td {
    display: table-cell;
    padding: .25em .5em;
    text-align: center
  }

  .member_table.rwd-table th:first-child,
  .member_table.rwd-table td:first-child {
    padding-left: 0
  }

  .member_table.rwd-table th:last-child,
  .member_table.rwd-table td:last-child {
    padding-right: 0
  }

  .member_table.rwd-table th,
  .member_table.rwd-table td {
    padding: 1em !important
  }
}

@media (max-width: 767px) {
  .member_table.rwd-table tr:nth-child(odd) {
    background-color: #fafafa
  }

  .member_table.rwd-table tr td {
    border: 0
  }

  .dashed-line {
    width: 20%
  }
}

@media (max-width: 480px) {
  .dashed-line {
    width: 100%;
    border: 0
  }

  .join_step ul li {
    display: block
  }
}

.shop ul {
  text-align: center;
  margin: 10px auto
}

.shop ul li {
  display: inline-block;
  vertical-align: middle;
  color: #BFC8CB;
  font-size: 15px;
  margin: 10px 20px;
  padding-bottom: 10px
}

.shop ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: #BFC8CB;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  line-height: 30px;
  margin-right: 5px
}

.shop ul li.active {
  color: #FC9600;
  border-bottom: 1px solid #FC9600
}

.shop ul li.active span {
  background-color: #FC9600
}

.shop_table {
  margin-bottom: 4em
}

.shop_table .rwd-table {
  overflow: hidden;
  width: 100%;
  margin: 20px auto
}

.shop_table .rwd-table th {
  display: none;
  font-size: 16px;
  color: #5F5F5F;
  border-bottom: 1px solid #B1B5BB;
  border-top: 1px solid #B1B5BB;
  padding: 1.5%
}

.shop_table .rwd-table td {
  display: block
}

.shop_table .rwd-table td:before {
  content: attr(data-th) " : ";
  display: inline-block;
  margin-right: 20px
}

.shop_table tr th:nth-child(2),
.shop_table tr th:nth-child(3),
.shop_table tr th:nth-child(4) {
  text-align: center
}

.shop_table tr td {
  padding: 1em;
  width: 60%;
  border-bottom: 1px solid #B1B5BB
}

.shop_table tr td:nth-child(2),
.shop_table tr td:nth-child(3),
.shop_table tr td:nth-child(4) {
  width: 20%;
  text-align: center
}

.shop_table tr td img {
  display: inline-block;
  vertical-align: middle
}

.shop_table tr td .shop_td {
  display: inline-block;
  vertical-align: middle
}

.shop_table tr td .shop_td h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #333
}

.shop_table tr td .shop_td span {
  display: block;
  font-size: 16px;
  color: #333
}

.shop_table tr td .shop_td .delete {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #606060;
  cursor: pointer;
  margin-top: 20px
}

.shop_table tr td .shop_td .delete .delete_icon {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid rgba(173, 186, 193, 0.59);
  background-color: #fff;
  position: relative;
  margin-top: -2px
}

.shop_table tr td .shop_td .delete .delete_icon i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 8px;
  height: 2px;
  background-color: #ADBAC1;
  border-radius: 50px
}

.shop_table tr td .shop_td .delete .delete_icon i:nth-child(2) {
  transform: rotate(-45deg)
}

.shop_table tr td .shop_td .delete:hover .delete_icon {
  background-color: rgba(173, 186, 193, 0.59)
}

.shop_table tr td .shop_td .delete:hover .delete_icon i {
  background-color: #fff
}

.shop_table tr td .join_cart {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  margin-left: 10px
}

.shop_table tr td .join_cart a {
  font-size: 16px;
  color: #5F5F5F
}

.shop_table tr td .join_cart a img {
  margin-right: 5px
}

.shop_table tr td .join_cart a:hover,
.shop_table tr td .join_cart a:focus {
  color: #FF6B1E
}

.shop_table tr td .qt-minus,
.shop_table tr td .qt-plus {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center;
  width: 31px;
  height: 31px;
  line-height: 28px;
  border: 1px solid #807F7E;
  background-color: #fff;
  font-size: 16px;
  color: #807F7E;
  cursor: pointer
}

.shop_table tr td .qt-minus:hover,
.shop_table tr td .qt-plus:hover {
  background-color: #807F7E;
  color: #fff
}

.shop_table tr td .qt {
  margin: 0 10px
}

.shop_2 h3 {
  font-size: 18px;
  color: #333
}

.shop_2 h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 92px;
  background-color: #FDE5E6;
  border-radius: 100%;
  background: #FDE5E6 url(../image/icon.png) no-repeat;
  background-position: -255px -64px;
  margin-right: 10px
}

.shop_2 ul {
  margin: 30px auto;
  padding-left: 30px
}

.shop_2 ul li {
  font-size: 16px;
  color: #333;
  margin: 10px auto
}

.shop_button button {
  text-align: center;
  background-color: #A7CFD5;
  border-radius: 4px;
  min-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 44px;
  margin-bottom: 80px;
  border: 0;
  width: 100%
}

.shop_button button i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 26px;
  background: url(../image/icon.png) no-repeat;
  background-position: 0 -111px;
  margin-right: 10px
}

.shop_3 .form-control {
  border: 1px solid #D7D7D7;
  margin: 10px auto
}

.shop_3 .radio-inline {
  margin-top: 20px
}

.shop_pay a {
  display: block;
  font-size: 17px;
  color: #000;
  margin: 20px auto;
  text-decoration: none
}

.shop_pay a img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DFEAF0;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #fff
}

.shop_pay a:hover img,
.shop_pay a:focus img,
.shop_pay a.active img {
  background-color: #cae0ec
}

.shop_pay a i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
  background: #fff url(../image/icon0.png) no-repeat;
  background-position: 15px 20px;
  border: 1px solid #DFEAF0;
  border-radius: 100%;
  margin-right: 10px
}

.shop_pay a:hover i,
.shop_pay a:focus i,
.shop_pay a.active i {
  background-color: #cae0ec
}

.shop_pay .col-md-6:nth-child(2) a {
  display: block
}

.shop_pay .col-md-6:nth-child(2) a i {
  background-position: -63px 20px
}

.shop_pay .col-md-6:nth-child(3) a {
  display: block
}

.shop_pay .col-md-6:nth-child(3) a i {
  background-position: -140px 14px
}

.shop_pay .col-md-6:nth-child(4) a {
  display: block
}

.shop_pay .col-md-6:nth-child(4) a i {
  background-position: -215px 12px
}

.shop_4 button {
  border-radius: 4px;
  border: 0;
  text-align: center;
  width: 236px;
  line-height: 56px;
  font-size: 17px;
  background-color: #A7CFD5;
  text-align: center;
  color: #fff;
  margin-top: 3em;
  margin-bottom: 20px
}

.shop_4 button b {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../image/icon.png) no-repeat;
  background-position: -127px -111px;
  margin-right: 5px
}

.shop_5 {
  border-top: 1px solid #B1B5BB;
  border-bottom: 1px solid #B1B5BB;
  padding: 6% 0;
  margin-bottom: 30px
}

.shop_5 img {
  display: inline-block;
  vertical-align: middle
}

.shop_5 .shop_search {
  display: inline-block;
  vertical-align: middle
}

.shop_5 .shop_search span {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px
}

.shop_5 .shop_search form .form-control {
  height: 46px;
  border: 1px solid #D7D7D7;
  font-size: 17px;
  color: #333
}

.shop_5 .shop_search form button {
  height: 46px;
  font-size: 17px;
  color: #Fff;
  background-color: #A7CFD5;
  border: 1px solid #A7CFD5;
  border-radius: 4px;
  width: 159px;
  text-align: center
}

.shop_5 .shop_search form button i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../image/icon.png) no-repeat;
  background-position: -160px -111px;
  margin-right: 5px
}

.shop_6 a {
  text-decoration: none;
  background-color: #FDE5E6;
  margin: 20px auto;
  margin-bottom: 80px
}

.shop2_box {
  margin: 1em auto
}

.shop2_box h3 {
  line-height: 37px
}

.shop2_box a {
  display: block;
  margin: 1em auto;
  color: #FF6B1E;
  line-height: 35px;
  text-decoration: underline;
  text-align: center
}

@media (min-width: 767px) {
  .shop_table .rwd-table td:before {
    display: none
  }

  .shop_table .rwd-table th,
  .shop_table .rwd-table td {
    display: table-cell
  }
}

@media (max-width: 767px) {
  .shop_table tr td {
    width: 100%;
    text-align: left
  }

  .shop_table tr td:nth-child(2),
  .shop_table tr td:nth-child(3),
  .shop_table tr td:nth-child(4) {
    width: 100%;
    text-align: left
  }

  .shop_table tr td:nth-child(1),
  .shop_table tr td:nth-child(2),
  .shop_table tr td:nth-child(3) {
    border: 0
  }

  .shop_table .rwd-table td:before {
    text-align: left;
    color: #FC9600
  }

  .shop_table tr th:nth-child(2),
  .shop_table tr th:nth-child(3),
  .shop_table tr th:nth-child(4) {
    text-align: left
  }

  .shop_table tr td .shop_td .delete {
    text-align: right
  }

  .shop_5 .shop_search form .form-control {
    width: 100%
  }

  .shop_5 .shop_search form button {
    width: 100%
  }

  .shop_5 img {
    display: block;
    margin: 20px auto
  }

  .shop_5 .shop_search {
    display: block
  }

  .shop_5 .shop_search span {
    text-align: center
  }
}

@media (max-width: 480px) {
  .shop_table tr td img {
    display: block;
    margin: 10px 0;
    width: 60%
  }
}

.brands_1 {
  color: #444;
  margin: 50px auto
}

.brands_1 .brand_logo {
  position: relative;
  z-index: 1
}

.brands_1 img {
  margin: 0 auto;
  position: relative;
  z-index: -1
}

.brands_1 h3 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700
}

.brands_1 p {
  font-size: 15px;
  line-height: 26px
}

.brands_1 a {
  font-size: 17px;
  display: block;
  width: 263px;
  border: 1px solid #CACACA;
  border-radius: 4px;
  text-align: center;
  color: #333;
  padding: 3.5% 0;
  margin: 25px auto
}

.brands_1 a:hover {
  background-color: #A7CFD5;
  border-color: #A7CFD5
}

.brands_1 b {
  display: block;
  width: 242px;
  height: 242px;
  background-color: rgba(253, 229, 230, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20%;
  z-index: -1
}

.brands_1 em {
  display: block;
  width: 242px;
  height: 242px;
  background-color: rgba(240, 245, 249, 0.5);
  position: absolute;
  bottom: 0;
  margin: auto;
  left: -20%;
  z-index: -1
}

.brands_1 .brand_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

.brands_1 .brand_bg2 {
  position: absolute;
  top: -10%;
  left: -28%;
  margin: auto
}

@media (max-width: 480px) {
  .brands_1 a {
    width: 100%
  }

  .brands_1 b,
  .brands_1 em {
    display: none
  }
}

.store_2 {
  padding: 0 10%;
  padding-bottom: 5%;
  border-bottom: 1px dashed #A7CFD5
}

.store_2 h3 {
  font-size: 19px;
  color: #444;
  margin-bottom: 30px
}

.store_2 h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 22px;
  background: url(../image/icon.png) no-repeat;
  background-position: 0 -155px;
  margin-right: 5px
}

.store_2 ul {
  list-style: none
}

.store_2 ul li {
  font-size: 15px;
  color: #444;
  margin: 10px auto;
  background: url(../image/icon-2.png) no-repeat;
  background-position: 0 0;
  padding-left: 23px
}

.store_2 ul li:nth-child(2) {
  background: url(../image/icon-2-2.png) no-repeat;
  background-position: 0 0
}

.store_2 ul li:nth-child(3) {
  background-position: 0 -97px
}

.store_2 ul li:nth-child(4) {
  background-position: 0 -145px
}

.store_2 a {
  display: block;
  border: 1px solid #A7CFD5;
  border-radius: 50px;
  width: 339px;
  line-height: 55px;
  text-align: center;
  margin: 30px 0;
  color: #83A5AA;
  font-size: 16px;
  outline: none
}

.store_2 a i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 25px;
  background: url(../image/icon.png) no-repeat;
  background-position: -174px -155px;
  margin-right: 5px
}

.store_2 a:hover,
.store_2 a:focus {
  background-color: rgba(167, 207, 213, 0.3)
}

.store_1 {
  margin: 50px auto
}

.store_1 img {
  border: 1px solid #E2E2E2;
  padding: 1%
}

@media (max-width: 991px) {
  .store_2 a {
    width: 100%
  }

  .store_2 {
    padding-bottom: 0
  }
}

.about_p {
  position: relative
}

.about_p h3 {
  font-size: 29px;
  color: #444;
  font-family: 'PMingLiU';
  font-weight: 700;
  margin-bottom: 30px
}

.about_p p {
  font-size: 15px;
  color: #444;
  line-height: 26px
}

.about_p i {
  display: block;
  background-color: #FDE5E6;
  width: 242px;
  height: 242px;
  position: absolute;
  bottom: -12em;
  right: -15px;
  z-index: -1
}

.about_img {
  position: relative;
  margin-top: -22%
}

.about_img .pic_3 {
  position: absolute;
  right: -4em;
  top: -10em
}

.about_top {
  margin-top: 14%
}

.about_top .year {
  font-family: 'Microsoft JhengHei';
  font-size: 19px;
  color: #444
}

.about_top .year span {
  font-family: 'time';
  font-size: 44px;
  color: #444
}

.about_top h4 {
  display: inline-block;
  font-size: 19px;
  color: #444;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
  margin-bottom: 20px
}

.about_bg {
  background: url(../image/about/bg.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  margin-top: -3%
}

.about_bottom {
  margin-top: 5%;
  margin-bottom: 15em
}

.about_top2 {
  margin-top: -10em
}

.about_year {
  margin: 0 auto;
  position: relative
}

.about_year .year {
  display: inline-block;
  border-bottom: 1px solid #C7C7C7
}

.about_year img {
  position: absolute;
  right: 8em;
  top: -9em
}

.about_year .icon2 {
  right: auto;
  left: -10em;
  top: auto;
  bottom: -6em
}

.about_year b {
  display: block;
  width: 21px;
  height: 21px;
  background-color: #DDD;
  border-radius: 100%;
  position: absolute;
  right: -1em;
  top: 0;
  bottom: 0;
  margin: auto
}

.col-md-6:nth-child(odd) .about_year b {
  right: auto;
  left: -2.7em
}

.col-md-6:nth-child(even) .about_year {
  padding-right: 20px
}

.about_line {
  display: block;
  width: 1px;
  min-height: 675px;
  background-color: rgba(0, 0, 0, 0.21);
  position: absolute;
  left: -23px;
  right: 0;
  top: 5em;
  margin: auto;
  z-index: -1
}

.about_c {
  text-align: center;
  font-family: 'time';
  font-size: 21px;
  color: #444;
  margin: 50px auto
}

@media (max-width: 1215px) {
  .about_top {
    margin-top: 5%
  }

  .about_line {
    min-height: 833px;
    top: 7em
  }
}

@media (max-width: 991px) {
  .about_img {
    margin-top: 0
  }

  .about_img .pic_3 {
    left: -110px;
    bottom: 40px;
    top: auto
  }

  .about_top2 {
    margin-top: 0
  }

  .about_line {
    left: 0;
    right: auto
  }

  .about_year b {
    left: -2.8em;
    right: auto
  }

  .about_c {
    text-align: left
  }
}

@media (max-width: 767px) {
  .about_img {
    margin: 10px auto
  }

  .about_img .pic_3 {
    display: none
  }

  .about_year .icon1,
  .about_year .icon2 {
    display: none
  }

  .about_bottom {
    margin-bottom: 30px
  }
}

.custom {
  margin-bottom: 50px
}

.custom h3 {
  text-align: center;
  font-size: 23px;
  color: #444
}

.custom h4 {
  font-size: 17px;
  color: #444;
  text-align: center;
  background-color: #E8E2D3;
  border-radius: 50px;
  padding: 1.5% 0;
  margin: 20px auto
}

.custom p {
  font-size: 17px;
  color: #444;
  text-align: center;
  line-height: 28px
}

.custom ul {
  text-align: center
}

.custom ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 20%
}

.custom ul li:nth-child(even) {
  width: 6%
}

.custom ul li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px
}

.custom ul li .pinkcolor {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background-color: rgba(255, 115, 115, 0.13)
}

.custom ul li .custom_item {
  display: inline-block;
  vertical-align: middle
}

.custom ul li .custom_item em {
  display: block;
  font-size: 21px;
  color: rgba(68, 68, 68, 0.52)
}

.custom ul li .custom_item span {
  display: block;
  font-size: 15px;
  color: #333
}

.custom ul li.arrows2 {
  display: block;
  margin: 30px auto;
  text-align: right;
  padding-right: 13%;
  width: 100%
}

.service_ul {
  width: 100%
}

.service_ul ul {
  padding-left: 30px
}

.service_ul li {
  width: 100%;
  list-style-image: url(../image/custom/icon1.png);
  font-size: 15px;
  color: #444;
  margin: 10px auto;
  line-height: 26px
}

.custom_step h3 {
  font-size: 21px;
  color: #A7CFD5;
  text-align: center;
  font-weight: 700
}

.custom_step ul {
  text-align: center;
  margin: 30px auto
}

.custom_step ul li {
  transition: background .3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  background-color: rgba(167, 207, 213, 0.35);
  border-radius: 2px;
  padding: 4% 3% 3%;
  margin: 0 10px;
  position: relative
}

.custom_step ul li:hover,
.custom_step ul li:focus {
  background-color: rgba(255, 115, 115, 0.24)
}

.custom_step ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%
}

.custom_step ul li em {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #FF6B1E;
  color: #fff;
  padding: 1em;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  -webkit-animation: pulse2 3s infinite;
  -moz-animation: pulse2 3s infinite;
  -ms-animation: pulse2 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse2 3s infinite;
  fill: #fff
}

.custom_step ul li em svg {
  margin-bottom: .4em
}

@-webkit-keyframes pulse2 {
  from {
    background-color: #FF6B1E
  }

  50% {
    background-color: #202020
  }

  to {
    background-color: #FF6B1E
  }
}

.custom_step ul li i {
  display: block;
  font-size: 41px;
  color: #80A5AC;
  text-align: left
}

.custom_step ul li img {
  margin: 0 auto
}

.custom_step ul li p {
  text-align: center;
  font-size: 22px;
  color: #72939A;
  line-height: 30px;
  margin: 20px auto 0;
  font-weight: 700
}

.custom_step ul li span {
  display: block;
  text-align: center;
  font-size: 17px;
  margin: .3em auto;
  color: #FF6B1E;
  letter-spacing: 1px
}

.custom_step ul li .arrows3 {
  transform: rotate(180deg)
}

.custom_step ul li .arrows4 {
  display: none
}

.custom_table table {
  width: 100%
}

.custom_table table tr th {
  background-color: #7CB0B0;
  padding: 1em;
  text-align: center;
  color: #FFF;
  font-size: 18px
}

.custom_table table tr th:nth-child(2) {
  width: 49%
}

.custom_table table tr th:nth-child(3) {
  width: 49%
}

.custom_table table tr td {
  padding: 1em 2em;
  border-bottom: 1px solid rgba(122, 176, 176, 0.44);
  font-size: 16px;
  color: #7CB0B0;
  font-weight: 700;
  vertical-align: top
}

.custom_table table tr td ul {
  padding-left: 1.5em;
  margin-bottom: 0
}

.custom_table table tr td ul li {
  list-style-image: url(../image/custom/icon1.png);
  font-size: 15px;
  color: #444;
  line-height: 26px;
  margin: .5em auto
}

.custom_table table tr:nth-child(odd) {
  background-color: rgba(166, 207, 214, 0.26)
}

.service_2 h3 {
  text-align: center;
  font-size: 23px;
  color: #444
}

.service_2 span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #444;
  margin-bottom: 30px
}

.service_2 ul {
  margin-bottom: 30px
}

.service_2 ul li {
  list-style: none;
  margin: 20px auto;
  border-bottom: 1px solid #E8E2D2
}

.service_2 ul li em {
  font-family: 'time';
  display: inline-block;
  vertical-align: middle;
  font-size: 33px;
  color: #B1AB9F;
  margin-right: 5px
}

.service_2 ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #444;
  width: 90%;
  margin-bottom: 0
}

.service_3 h3 {
  font-size: 17px;
  color: #444;
  background-color: rgba(255, 115, 115, 0.24);
  border-radius: 50px;
  text-align: center;
  padding: 15px 0
}

.service_3 ul {
  padding-left: 30px
}

.service_3 ul li {
  list-style-image: url(../image/custom/icon1-2.png);
  font-size: 15px;
  color: #444;
  line-height: 28px
}

.service_3 img {
  display: block;
  margin: 30px auto
}

.service_4 {
  border-radius: 4px;
  border: 1px solid #FCDADA;
  padding: 2% 3%;
  font-size: 15px;
  color: #444;
  margin: 25px auto
}

.service_4 span {
  font-size: 17px;
  font-weight: 700
}

.custom_title {
  display: block;
  background-color: #9FC4CA;
  border-radius: 50px;
  text-align: center;
  padding: 1em;
  margin: 6em auto 3em
}

.custom_title h3 {
  color: #fff;
  font-size: 23px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 30px
}

.custom_title h4 {
  color: #fff;
  font-size: 19px;
  margin: .3em auto 0;
  letter-spacing: 2px
}

.custom_box3 {
  text-align: center;
  position: relative
}

.custom_box3 i {
  display: block;
  width: 30px;
  height: 27px;
  background: url(../image/icon/arrows.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 5em;
  right: -2em;
  margin: auto
}

.custom_box3 em {
  display: block;
  width: 30px;
  height: 27px;
  background: url(../image/icon/arrows.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 5em;
  left: -2em;
  margin: auto;
  transform: scale(-1)
}

.custom_box3 img {
  display: block;
  margin: 1em auto;
  height: 100px
}

.custom_arrows {
  margin: 3em auto 2em;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 8em
}

.custom_arrows img {
  transform: rotate(90deg)
}

.custom_arrows2 {
  margin: 3em 0 2em;
  padding: 0 8em
}

.custom_arrows2 img {
  transform: rotate(90deg)
}

.custom_box4 {
  display: flex;
  justify-content: flex-start;
  justify-content: center
}

.custom_box4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #9FC4CA;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.custom_box4 p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background-color: #79A9A9;
  height: 60px;
  width: 160px;
  color: #fff;
  font-size: 17px;
  padding-left: 2em;
  padding-right: 1em;
  margin-left: -1.5em
}

.custom_box5 img {
  display: block;
  margin: 3em auto
}

.custom_box6 {
  display: block;
  background-color: #9FC4CA;
  position: relative;
  padding: 5em 0
}

.custom_box6::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: transparent transparent #9FC4CA;
  margin: 0 auto;
  position: absolute;
  top: -1.3em;
  left: 0;
  right: 0
}

.custom_box6 img {
  margin-bottom: 2em
}

.custom_box7 {
  margin: 3em auto 0
}

.custom_box7 .embed-responsive {
  margin: 1em auto
}

.custom_title2 h3 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin: 0 auto 1.5em;
  letter-spacing: 2px
}

.custom_box8 {
  margin-bottom: 2em
}

.custom_box8 img {
  display: block;
  margin: 0 auto
}

.custom_qa_a {
  text-align: center;
  margin: 1em auto
}

.custom_qa_a a {
  display: inline-block;
  margin: 0 auto;
  background-color: #FF6B1E;
  border-radius: 50px;
  padding: .3em 1em;
  color: #fff;
  font-size: 23px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none
}

.custom_qa_a a svg {
  fill: #fff;
  margin-left: .5em
}

.custom_qa_a a:hover,
.custom_qa_a a:focus {
  background-color: #202020
}

@media (max-width: 1215px) {
  .custom ul li .pinkcolor {
    display: block;
    margin: 0 auto
  }

  .custom ul li {
    text-align: center;
    width: 19%
  }

  .custom ul li.arrows2 {
    padding-right: 9%
  }
}

@media (max-width: 1199px) {
  .custom_step ul li {
    width: 46%
  }
}

@media (max-width: 991px) {
  .custom_box4 {
    position: relative
  }

  .custom_box4 p {
    width: 91%;
    margin: 0 auto
  }

  .custom_box4 span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.4em
  }

  .custom_arrows {
    padding: 0 4.5em;
    margin: 2em auto 1em
  }
}

@media (max-width: 767px) {
  .custom_table table tr td {
    padding: .5em
  }

  .custom ul li.arrows2 {
    text-align: center;
    padding: 0
  }

  .custom_arrows {
    padding: 0 5.5em
  }

  .custom_arrows2 {
    margin: 2em 0 0;
    padding: 0 5em
  }

  .custom_step ul li em svg {
    display: none
  }

  .custom_step ul li em {
    top: 1em;
    right: 1em;
    width: 80px;
    height: 80px;
    padding: .5em
  }
}

@media (max-width: 613px) {
  .custom_step ul li {
    width: 100%;
    margin: 10px auto
  }
}

@media (max-width: 576px) {
  .custom_box4 p {
    padding-left: 1.5em;
    padding-right: .5em;
    font-size: 16px
  }

  .custom_box4 span {
    width: 35px;
    height: 35px;
    top: -2em;
    left: 0
  }

  .custom_box4 p {
    width: 100%;
    padding: 0 .5em
  }

  .custom_arrows {
    padding: 0 3.5em
  }

  .custom_arrows2 {
    padding: 0 4em
  }
}

@media (max-width: 480px) {
  .custom ul li {
    width: 100%;
    display: block
  }

  .custom ul li:nth-child(even) {
    width: 100%
  }

  .custom ul li:nth-child(even) img {
    transform: rotate(90deg);
    margin: 20px auto
  }

  .custom_box4 span {
    top: -2em;
    left: 0;
    width: 30px;
    height: 30px
  }

  .custom_box4 p {
    width: 100%;
    height: auto;
    padding: .5em;
    border-radius: 6px
  }

  .custom_arrows {
    padding: 0 2.5em;
    margin: 1em auto 0
  }

  .custom_arrows2 {
    margin: 1.5em 0 auto;
    padding: 0 2.5em
  }

  .custom_title {
    margin: 3em auto 1em
  }
}

@media (max-width: 480px) {
  .custom_box3 i {
    top: 2.2em;
    bottom: auto
  }

  .custom_box4 p {
    padding: .2em
  }

  .custom h4 {
    padding: .8em
  }
}

.col-md-12:nth-child(odd) .events_box {
  background-color: #F5F5F5
}

.events_box {
  margin: 10px auto;
  overflow: hidden;
  padding: 2em
}

.events_box img {
  margin: 0 auto
}

.events_box h3 {
  font-size: 27px;
  color: #333;
  margin-top: 2em
}

.events_box p {
  font-size: 14px
}

.events_box .events_moth {
  font-size: 18px;
  color: #FF6B1E;
  margin-top: 50px
}

.events_box .events_moth span {
  display: inline-block;
  vertical-align: middle;
  background-color: #FF6B1E;
  width: 89px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 20px
}

.events_box a {
  display: block;
  width: 146px;
  line-height: 44px;
  border: 2px solid #000;
  border-radius: 2px;
  text-align: center;
  color: #333;
  margin-top: 11em;
  text-decoration: none
}

.events_box a:hover,
.events_box a:focus {
  background-color: #FF6B1E;
  color: #fff;
  border-color: #FF6B1E
}

.events_box2 h3 {
  text-align: center;
  font-size: 27px
}

.events_box2 p {
  text-align: center;
  font-size: 18px;
  margin: 20px auto
}

.events_box2 p span {
  display: inline-block;
  vertical-align: middle;
  background-color: #FF6B1E;
  width: 89px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 20px
}

.events_box3 ul {
  padding-left: 20px
}

.events_box3 img {
  margin: 20px auto
}

.events_box3 p {
  font-size: 14px
}

.events_box4 {
  margin: 30px auto;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 40px
}

.events_box4 label {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 10px;
  font-weight: 400
}

.events_box4 .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 208px;
  height: 43px;
  border: 1px solid #D7D7D7
}

.events_box5 {
  margin-bottom: 50px
}

.events_box5 span {
  color: #FF6B1E;
  font-size: 23px;
  font-weight: 700
}

.events_box5 button {
  float: right;
  border-radius: 4px;
  background-color: #FF6B1E;
  border: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 141px;
  line-height: 50px
}

.events_box5 button:hover,
.events_box5 button:focus {
  box-shadow: 0 8px 0 rgba(255, 107, 30, 0.3)
}

@media (max-width: 991px) {
  .events_box a {
    margin-top: 30px
  }

  .events_box .events_moth {
    margin-top: 20px
  }

  .events_box .events_moth span {
    margin-right: 5px
  }
}

.n_box {
  margin-bottom: 20px;
  padding: 1.5em
}

.n_box .events_moth {
  margin: 10px auto;
  font-size: 14px
}

.n_box h3 {
  margin-top: .5em
}

.n_box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 24px;
  height: 95px
}

.n_box a {
  margin: 2em auto
}

.news_list {
  border-bottom: 1px dotted #B3B3B3;
  margin-bottom: 3em
}

.n_page {
  margin-bottom: 3em
}

.n_page ul {
  text-align: center
}

.n_page ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px
}

.n_page ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #A7CFD5;
  border-radius: 100%;
  font-size: 18px;
  color: #000;
  text-decoration: none
}

.n_page ul li a:hover,
.n_page ul li a:focus,
.n_page ul li a.active {
  background-color: #A7CFD5;
  color: #fff
}

.n_page ul li:first-child {
  transform: rotate(180deg)
}

.n_page ul li:first-child a {
  background-color: transparent
}

.n_page ul li:first-child a:hover,
.n_page ul li:first-child a:focus {
  opacity: .5
}

.n_page ul li:last-child a {
  background-color: transparent
}

.n_page ul li:last-child a:hover,
.n_page ul li:last-child a:focus {
  opacity: .5
}

.n_slick img {
  padding: 0 10px
}

.n_slick.slick-slider {
  margin: 2em 0
}

.n_slick a {
  outline: none
}

.n_slick .slick-dots {
  bottom: 0
}

.n_slick .slick-dots li button:before {
  opacity: 1;
  color: #fff
}

.n_slick .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FF6B1E
}

.n_slick .slick-prev,
.n_slick .slick-next {
  width: 20px;
  height: 38px;
  background: url(../image/icon/arrows.png) no-repeat center;
  z-index: 9
}

.n_slick .slick-prev:before,
.n_slick .slick-next:before {
  content: none
}

.n_slick .slick-prev:hover,
.n_slick .slick-prev:focus,
.n_slick .slick-next:hover,
.n_slick .slick-next:focus {
  background: url(../image/icon/arrows.png) no-repeat center;
  opacity: .5
}

.n_slick .slick-prev {
  left: -40px
}

.n_slick .slick-next {
  right: -40px;
  transform: rotate(180deg)
}

.share {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding: 1em 0;
  margin-top: 5em;
  margin-bottom: 1em
}

.share ul {
  text-align: center;
  list-style: none;
  margin-bottom: 0
}

.share ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 15px;
  color: #333;
  font-style: normal
}

.n_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #C8C8C8;
  margin-top: 10px;
  margin-bottom: 30px
}

.n_title h3 {
  font-size: 27px;
  color: #333;
  padding-left: 1em
}

.n_title span {
  font-size: 15px;
  color: #333;
  padding-right: 1em
}

.news_box {
  margin: 0 auto 2em
}

.news_box h2 {
  color: #f60
}

.news_box h3 {
  color: #f90
}

.news_box .n_editor_img {
  margin: 1em auto;
  width: 100%
}

.news_box .n_editor_p {
  font-size: 15px;
  color: #333
}

@media (max-width: 1199px) {
  .news_list ul li {
    margin-bottom: 10px
  }
}

@media (max-width: 991px) {
  .n_slick .slick-prev {
    left: -25px
  }

  .n_slick .slick-next {
    right: -25px
  }
}

@media (max-width: 767px) {
  .n_title {
    display: block;
    text-align: center
  }

  .n_title h3 {
    padding: 0
  }

  .n_title span {
    padding: 0
  }
}

.order_box {
  text-align: center
}

.order_box .order_editor_h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: #444;
  text-align: center;
  background-color: #E8E2D3;
  border-radius: 50px;
  padding: 1% 3%;
  margin: 20px auto
}

.order_editor_p {
  font-size: 16px;
  color: #333
}

.order_box2 {
  margin: 30px auto;
  border-bottom: 1px solid rgba(122, 176, 176, 0.44);
  padding-bottom: 3em
}

.order_box2 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.order_box2 ul li {
  text-align: center;
  width: 9%
}

.order_box2 ul li img {
  margin: 0 auto
}

.order_box2 .pinkcolor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 100%;
  background-color: rgba(255, 115, 115, 0.13);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  color: #444;
  font-size: 18px;
  margin: 5px auto
}

.order_box2 span {
  display: block
}

.order_box3 {
  margin-bottom: 3em
}

.order_box3 ul {
  list-style-image: url(../image/custom/icon1.png);
  padding-left: 20px
}

.order_box3 ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444
}

.order_form {
  background-color: #F5F5F5;
  padding: 6em 3em 3em;
  overflow: hidden;
  margin-top: -3em
}

.order_form .Zebra_DatePicker_Icon_Wrapper {
  width: 100% !important
}

.order_form .month {
  background: #fff url(../image/icon/icon5.png) no-repeat;
  background-position: 96% 50%
}

.order_form .form-control {
  margin-bottom: 20px;
  height: 42px;
  color: #333
}

.order_form .radio-inline {
  margin-bottom: 20px;
  height: 42px
}

.order_form p {
  font-size: 15px;
  color: #333
}

.order_form .order_button {
  display: block;
  width: 236px;
  height: 56px;
  background-color: #9CC1C7;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  border: 0;
  margin: 20px auto
}

.order_form .order_button:hover,
.order_form .order_button:focus {
  background-color: #FF6B1E
}

@media (max-width: 991px) {
  .order_box2 ul li {
    width: 15%
  }
}

@media (max-width: 767px) {
  .order_form {
    padding: 4em 1em 3em
  }

  .order_box2 ul li {
    width: 25%
  }
}

@media (max-width: 576px) {
  .order_form {
    padding: 4em 0 3em
  }
}

.four_box {
  padding: 0 1.5em
}

.four_box h3 {
  color: #FF6B1E;
  font-size: 10rem;
  font-weight: 700
}

.four_box h3 span {
  display: inline-block;
  margin-left: .3em
}

.four_box h4 {
  font-size: 3.25rem
}

.four_box .product_back {
  margin-top: 4em
}

@media (max-width: 576px) {
  .four_box h3 span {
    margin-left: 0;
    font-size: 7rem
  }
}

.customer_step {
  margin: 2em auto 3em
}

.customer_step dl {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 51%;
  margin: 0 auto
}

.customer_step dl::before {
  display: block;
  content: '';
  width: 93%;
  height: 2px;
  background-color: #BFC8CB;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 3em;
  margin: auto;
  z-index: -1
}

.customer_step dl dd {
  width: 14%;
  position: relative;
  z-index: 1
}

.customer_step dl dd i {
  background-color: #FC9600;
  width: 188px;
  height: 2px;
  position: absolute;
  top: 2.25em;
  left: 2em;
  z-index: -1
}

.customer_step dl dd em {
  background-color: #FC9600;
  width: 230px;
  height: 2px;
  position: absolute;
  top: 2.25em;
  left: 3.5em;
  z-index: -1
}

.customer_step dl dd .customer_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #BFC8CB;
  margin: .5em auto
}

.customer_step dl dd:nth-last-child(2) .customer_icon svg {
  margin-left: .35em
}

.customer_step dl dd.active .customer_icon {
  background-color: #FC9600
}

.customer_step dl dd span {
  color: #BFC8CB;
  font-size: 15px;
  font-weight: 600
}

.customer_step dl dd.active span {
  color: #FC9600
}

.customer_step dl dd.active .c_gray {
  color: #BFC8CB
}

.customer_bg {
  background-color: #FAFAFA;
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  padding: 5em 14em 4em;
  margin-bottom: 4em;
  text-align: center
}

.customer_bg h3 {
  margin: 1em auto;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 1em auto 2em
}

.customer_bg h3::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #B1B5BB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}

.customer_bg h3 span {
  display: inline-block;
  background-color: #FAFAFA;
  text-align: center;
  padding: 0 1em
}

.customer_check {
  margin-bottom: 6em
}

.radiobox {
  text-align: center
}

.radiobox label {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 17px
}

.radiobox label::before {
  content: " ";
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #BFC8CB;
  margin-right: .5em
}

.radiobox input[type="radio"] {
  display: none
}

.radiobox input[type="radio"]:checked+label::before {
  content: " ";
  background: #FF6B1E
}

.radiobox img {
  background-color: #9CC1C7;
  border-radius: 4px;
  display: block;
  margin: 1em auto;
  padding: .3em
}

.radiobox2 ol {
  list-style: none;
  padding: 0;
  margin-top: 3em
}

.radiobox2 ol li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2em
}

.radiobox2 label {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 17px
}

.radiobox2 label::before {
  content: " ";
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #BFC8CB;
  margin-right: .5em
}

.radiobox2 input[type="radio"] {
  display: none
}

.radiobox2 input[type="radio"]:checked+label::before {
  content: " ";
  background: #FF6B1E
}

.u_size {
  border: .05em solid #9CC1C7;
  background-color: #fff;
  padding: 1em;
  margin-top: 6em;
  min-height: 210px
}

.u_size img {
  display: block;
  margin: 0 auto;
  margin-top: -6em
}

.u_size span {
  display: inline-block;
  height: 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #444;
  padding: 0 1em;
  position: relative;
  top: -1em
}

.u_size ul {
  padding: 0;
  text-align: left;
  padding-left: 3em
}

.u_size ul li::marker {
  color: #FF6B1E
}

.u_size ul li {
  color: #444;
  margin: .5em auto
}

.customer_button button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 56px;
  background-color: #9CC1C7;
  border-radius: 4px;
  font-size: 17px;
  color: #fff;
  border: 0;
  margin: 3.5em auto 0
}

.customer_button button:hover,
.customer_button button:focus {
  background-color: #FF6B1E
}

.custom_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 2em
}

.custom_group label {
  width: 100%;
  font-size: 18px;
  color: #444;
  font-weight: 600;
  letter-spacing: 1px
}

.custom_group label em {
  font-style: normal;
  color: #FC9600
}

.custom_group .form-control {
  height: 45px
}

.custom_group .Zebra_DatePicker_Icon_Wrapper {
  width: 90% !important
}

.custom_group b {
  display: block;
  width: 10%;
  text-align: right;
  color: #797E84;
  letter-spacing: 1px;
  font-size: 16px
}

.custom_group p {
  display: block;
  width: 100%;
  color: #FF6B1E;
  margin-top: .8em;
  font-size: 14px
}

.custom_group2 {
  justify-content: center;
  margin-top: 2em
}

.custom_group2 .c_pre {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 56px;
  border-radius: 4px;
  background-color: #BFC8CB;
  color: #fff;
  font-size: 17px;
  margin: 0 .6em
}

.custom_group2 .c_next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 56px;
  border-radius: 4px;
  background-color: #9CC1C7;
  color: #fff;
  font-size: 17px;
  margin: 0 .6em
}

.custom_group2 .c_next:hover,
.custom_group2 .c_next:focus {
  background-color: #FF6B1E
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top: .5em
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2.5rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 1em
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 23px;
  height: 23px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  background: 50% / 50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.wrap-custom-file {
  position: relative;
  height: 118px;
  text-align: left
}

.wrap-custom-file p {
  color: #FF6B1E;
  margin-top: 1em;
  font-size: 14px
}

.wrap-custom-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  overflow: hidden;
  opacity: 0
}

.wrap-custom-file label {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 104px;
  height: 34px;
  background-color: #9CC1C7;
  border-radius: 4px;
  font-size: 16px;
  color: #fff
}

.wrap-custom-file span {
  display: block;
  width: 100%;
  color: #000;
  font-size: 15px;
  margin-top: 1em
}

.customer_bg2 {
  padding: 2em
}

.customer_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #9CC1C7;
  background: #fff url(../image/u_bg.png) no-repeat right center;
  background-position-x: 96%;
  padding: 0 4em;
  max-width: 555px;
  width: 100%;
  min-height: 187px;
  margin: 0 auto 3em
}

.customer_box h3 {
  color: #FF6B1E;
  font-size: 18px;
  margin-bottom: .8em;
  font-weight: 600
}

.customer_box p {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px
}

.customer_box2 {
  margin: 2em auto;
  display: block
}

.customer_box2 dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.customer_box2 dl dd {
  margin: 1em .5em
}

.customer_box2 dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 61px;
  background-color: #9CC1C7;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none
}

.customer_box2 dl dd a:hover,
.customer_box2 dl dd a:focus {
  background-color: #FC9600
}

.customer_box2 dl dd a svg {
  margin-left: 1em
}

.customer_box2 dl dt {
  margin: 1em .5em
}

.customer_box2 dl dt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 61px;
  background-color: #FF6B1E;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none
}

.customer_box2 dl dt a:hover,
.customer_box2 dl dt a:focus {
  background-color: #444
}

.customer_box2 dl dt a svg {
  margin-left: 1em
}

@media (max-width: 1199px) {
  .customer_step dl {
    width: 51%
  }

  .customer_step dl dd {
    width: 16%
  }

  .customer_step dl dd i {
    left: 1em;
    width: 160px
  }

  .customer_step dl dd em {
    left: 1em
  }

  .custom_group .Zebra_DatePicker_Icon_Wrapper {
    width: 80% !important
  }

  .custom_group b {
    width: 15%
  }
}

@media (max-width: 1099px) {
  .customer_bg {
    padding: 5em 6em 2em
  }
}

@media (max-width: 991px) {
  .u_size ul {
    padding-left: 1.5em
  }

  .customer_bg {
    padding: 3em 3em 2em
  }

  .customer_step dl {
    width: 68%
  }
}

@media (max-width: 767px) {
  .radiobox {
    margin-bottom: 2.5em
  }

  .customer_check {
    margin-bottom: 2em
  }

  .u_size {
    margin-bottom: 4em
  }

  .radiobox2 ol li {
    margin: 0 1em 1em
  }
}

@media (max-width: 652px) {
  .customer_step dl dd em {
    top: 2.25em
  }

  .customer_step dl dd i {
    top: 2.2em
  }

  .customer_step dl {
    width: 81%
  }
}

@media (max-width: 644px) {
  .custom_group2 .c_pre {
    width: 180px
  }

  .custom_group2 .c_next {
    width: 180px
  }
}

@media (max-width: 560px) {
  .customer_step dl {
    width: 95%
  }

  .customer_step dl dd i {
    top: 2.2em
  }
}

@media (max-width: 550px) {
  .custom_group .Zebra_DatePicker_Icon_Wrapper {
    width: 70% !important
  }

  .custom_group b {
    width: 26%
  }

  .customer_step dl dd i {
    top: 2.2em
  }
}

@media (max-width: 480px) {
  .customer_step dl {
    width: 100%
  }

  .customer_step dl dd {
    width: 20%
  }

  .customer_step dl dd i {
    width: 130px
  }

  .customer_step dl dd em {
    width: 200px
  }

  .custom_group2 .c_pre {
    width: 100px
  }

  .custom_group2 .c_next {
    width: 100px
  }

  .customer_box {
    padding: 0 2em
  }
}

@media (max-width: 424px) {
  .customer_step dl dd em {
    width: 155px
  }
}

@media (max-width: 400px) {
  .customer_step dl dd {
    width: 24%
  }

  .customer_box {
    padding: 0 1em
  }
}

@media (max-width: 360px) {
  .custom_group2 .c_pre {
    margin: 0 .3em
  }

  .custom_group2 .c_next {
    margin: 0 .3em
  }

  .customer_step dl dd i {
    width: 100px
  }
}

@media (max-width: 320px) and (max-width: 568px) {
  .custom_group .Zebra_DatePicker_Icon_Wrapper {
    width: 65% !important
  }

  .custom_group b {
    width: 28%
  }
}

.spot_bg {
  background-color: #FAFAFA;
  padding: 3em 2em 5em;
  box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.spot_title h3 {
  background-color: #DFEAF0;
  padding: 1em;
  text-align: center;
  font-size: 22px;
  color: #000;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  letter-spacing: 1px
}

.spot_box {
  transition: border .2s ease-in-out;
  display: block;
  margin: 1em auto 2em;
  cursor: pointer;
  background-color: #fff;
  padding: 1em;
  border: 1px solid #DFEAF0
}

.spot_box img {
  display: block;
  margin: 0 auto
}

.spot_box h4 {
  font-size: 14px;
  color: #444;
  text-align: center
}

.spot_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 38px;
  border-radius: 4px;
  background-color: #797E84;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 1.5em auto
}

.spot_box a:hover,
.spot_box a:focus {
  background-color: #FF6B1E
}

.spot_button {
  margin-bottom: 6em
}

.spot_choose {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 4em auto 7em
}

.spot_choose.active {
  display: flex
}

.spot_choose .spot_box2 {
  width: calc(100% - 530px);
  margin: 0 2em;
  text-align: left
}

.spot_choose .spot_box2 h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 28px;
  background-color: #FF6B1E;
  border-radius: 4px;
  color: #fff;
  font-size: 15px
}

.spot_choose .spot_box2 p {
  font-size: 16px;
  line-height: 30px
}

.spot_check {
  background-color: #fff;
  border: 1px solid #DFEAF0;
  padding: 1em 2.5em;
  margin: 5em auto;
  text-align: left;
  position: relative
}

.spot_check h4 {
  background-color: #444;
  padding: .5em;
  width: 218px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: -2em;
  left: 0
}

.spot_check ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-left: 16em
}

.spot_check ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 1.2em 1.2em 0
}

.spot_check ul li label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 1.8em;
  font-size: 16px;
  color: #000
}

.spot_check ul li label::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #BFC8CB;
  text-align: center;
  position: absolute;
  left: 0
}

.spot_check ul li input[type="radio"] {
  display: none
}

.spot_check ul li input[type="radio"]:checked+label::after {
  content: "";
  background: #FF6B1E
}

.spot_box label {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 17px
}

.spot_box label::before {
  content: " ";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #BFC8CB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.spot_box input[type="radio"] {
  display: none
}

.spot_box input[type="radio"]:checked+label::before {
  content: " ";
  background: url(../image/icon/check.svg) no-repeat
}

.spot_note {
  color: #FF6B1E;
  font-size: 18px
}

.spot_box3 {
  margin-bottom: 4em
}

@media (max-width: 1199px) {
  .spot_choose {
    flex-wrap: wrap
  }

  .spot_choose img {
    order: 1
  }

  .spot_choose .spot_box2 {
    order: 2;
    width: 100%;
    margin-top: 2em
  }
}

@media (max-width: 1099px) {
  .spot_choose .spot_box2 {
    order: 1;
    width: calc(100% - 530px);
    margin-top: 0
  }

  .spot_box3 {
    margin-bottom: 2em
  }
}

@media (max-width: 767px) {
  .spot_choose .spot_box2 {
    order: 2;
    width: 100%;
    margin-top: 2em
  }

  .spot_check ul {
    padding-left: 0
  }

  .spot_check {
    padding: 1em;
    padding-top: 1.5em
  }
}

@media (max-width: 576px) {
  .spot_choose img {
    order: 1;
    margin: 0 auto
  }

  .spot_choose .spot_box2 {
    order: 1;
    width: calc(100% - 210px)
  }
}

@media (max-width: 480px) {
  .spot_bg {
    padding: 3em 2em 1em
  }

  .spot_choose .spot_box2 {
    width: 100%;
    margin: 2em auto
  }
}

.m5_detail_top {
  border: 1px solid #DFEAF0;
  background-color: #fff;
  padding: 2em 10em;
  margin: 1em auto 5em
}

.m5_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: .7em auto
}

.m5_group h4 {
  margin-right: 1em;
  width: 10%;
  letter-spacing: 1px;
  font-size: 18px
}

.m5_group p {
  margin: 0;
  font-size: 18px;
  margin-right: 1.5em
}

.m5_group p span {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  line-height: 28px;
  background-color: #FF6B1E;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: .8em
}

.m5_group p b {
  color: #FC9600;
  font-size: 18px;
  margin: 0 1em
}

.m5_detail_bottom {
  background-color: rgba(223, 234, 240, 0.2);
  border-left: 1px solid #DFEAF0;
  margin-left: 2.5em;
  margin-right: 0;
  padding: 3em;
  margin-bottom: 5em
}

.m5_title {
  position: relative
}

.m5_title svg {
  position: absolute;
  top: -.7em;
  left: -6.7em
}

.m5_title h3 span {
  display: block;
  color: #9CC1C7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: .3em
}

.m5_title h3 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0
}

.m5_title b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
  padding: .5em 1em;
  background-color: #DFEAF0;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  margin: 0 1.2em
}

.m5_box {
  margin-bottom: 8em
}

.m5_box h3 {
  display: inline-block;
  background-color: #FC9600;
  border-radius: 50px;
  text-align: center;
  padding: .5em 1em;
  color: #fff;
  font-size: 17px;
  margin-bottom: 1em
}

.m5_box img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: 358px;
  height: 100%
}

.m5_box .m5_box_img {
  background-color: #fff;
  border: .05em solid #F1F1F1;
  border-radius: 6px;
  margin-bottom: .5em
}

.m5_box .slick-dots {
  bottom: 0
}

.m5_box .slick-dots li.slick-active button:before {
  color: #FC9600;
  opacity: 1
}

.m5_box .slick-dots li:hover button:before,
.m5_box .slick-dots li:focus button:before {
  color: #FC9600
}

.m5_box .slick-dots li button:before {
  color: #BFC8CB;
  opacity: 1
}

.m5_box span {
  display: block;
  text-align: right;
  font-size: 15px;
  margin-top: .5em
}

.m5_box .text-left {
  text-align: left;
  font-size: 17px;
  font-weight: 700
}

.m5_box h4 {
  display: inline-block;
  background-color: #BFC8CB;
  padding: .5em 1em;
  font-size: 15px;
  text-align: center;
  border-radius: 50px;
  margin-top: 1.2em
}

.m5_box em {
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  margin-left: .5em
}

.m5_box em i {
  font-style: normal;
  color: #FC9600
}

.m5_box p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px
}

.m5_box_check {
  background-color: #DFEAF0;
  border-radius: 6px;
  padding: 1em 1.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em
}

.m5_box_check h5 {
  font-size: 16px;
  margin-right: 1em;
  font-weight: 700
}

.m5_box_check ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-bottom: 0
}

.m5_box_check ul li {
  margin: 0 .6em;
  font-size: 16px;
  font-weight: 700
}

.m5_box_check ul li:before {
  display: inline-block;
  vertical-align: text-bottom;
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: .5em
}

.m5_box_check ul li.active:before {
  background-color: #FF6B1E
}

.m5_box_check time {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-top: .5em
}

@media (max-width: 1199px) {
  .m5_detail_top {
    padding: 2em 3em
  }
}

@media (max-width: 1099px) {
  .m5_box img {
    max-height: 275px
  }
}

@media (max-width: 991px) {
  .m5_detail_top {
    padding: 1em 2em
  }

  .m5_group {
    flex-wrap: wrap
  }

  .m5_group h4 {
    width: 100%;
    font-weight: 700
  }

  .m5_group p {
    margin-bottom: 1em;
    margin-right: 0;
    width: 100%
  }

  .m5_box h3 {
    font-size: 16px
  }

  .m5_box_check {
    display: block
  }

  .m5_box_check h5 {
    margin-top: 0
  }

  .m5_box_check ul li {
    margin-left: 0;
    margin-right: 1.3em
  }

  .m5_box img {
    max-height: 200px
  }

  .m5_box_check ul {
    flex-wrap: wrap
  }

  .m5_box_check ul li {
    margin-bottom: .5em
  }
}

@media (max-width: 767px) {
  .m5_box img {
    max-height: 100%;
    width: 100%
  }
}

@media (max-width: 480px) {
  .m5_detail_bottom {
    padding: 2em 1em;
    margin: 0 auto 2em
  }

  .m5_title svg {
    width: 60px;
    height: 60px;
    top: -.3em;
    left: -4.6em
  }

  .m5_box {
    margin-bottom: 4em
  }

  .m5_box h3 {
    line-height: 26px
  }

  .m5_group p span {
    display: block;
    margin-bottom: .5em
  }

  .m5_title svg {
    position: initial;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em
  }

  .m5_title h3 {
    display: inline-block;
    vertical-align: middle
  }

  .m5_detail_top {
    margin: 1em auto 3em
  }
}

@media (max-width: 424px) {
  .m5_title b {
    margin: .5em 0;
    display: block;
    width: 150px;
    text-align: center
  }

  .m5_title h3 {
    margin: 0 auto
  }

  .m5_detail_bottom {
    padding: 2em 0
  }
}

@media (max-width: 400px) {
  .logout a {
    margin: .5em 0 0
  }
}

@media (max-width: 360px) {
  .m5_box_check ul {
    flex-wrap: wrap
  }

  .m5_box_check ul li {
    margin-top: .8em
  }
}

/* editor */

.editor_bg {
  background-color: #FAFAFA;
  padding: 3.5em 3.5em 1.5em;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, .5), 15px 0 15px -15px rgba(0, 0, 0, .2);
  margin: 4em auto 0;
}

.editor_title2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #202020;
  padding: .5em 1em;
  width: 100%;
  font-size: 20px;
  color: #fff;

}

.editor_title2 h3 {
  font-size: 20px;
  margin: 0;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.editor_title2 h3 img {
  margin-right: .5em;
}

.editor_title2 p {
  font-size: 20px;
  margin: 0;
  background-color: #FF6B1E;
  border-radius: 50px;
  color: #fff;
  padding: .3em 1em;
}

.editor_title {
  margin-top: -5em;
  text-align: center;
}

.editor_title h4 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  background-color: #202020;
  padding: .5em 1em;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
}

.editor_box {
  margin: 2em auto;
}

.editor_box a {
  display: block;
  text-align: center;
}

.editor_box a img {
  transition: opacity .3s ease-in-out;
  display: block;
  margin: 0 auto;
}

.editor_box a p {
  transition: background .3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  color: #202020;
  margin: 1em auto .8em;
  background-color: #FF6B1E;
  border-radius: 50px;
  padding: .2em 1em;
  font-weight: bold;
}

.editor_box a:hover img,
.editor_box a:focus img {
  opacity: .6;
}

.editor_box a:hover p,
.editor_box a:focus p {
  background-color: #9CC1C7;
}

@media (max-width: 480px) {
  .editor_bg {
    padding: 3.5em 1.5em 1.5em;
  }

  .editor_box {
    margin: 1.3em auto;
  }
}

@media (max-width: 400px) {

  .editor_title2 p {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .editor_title2 h3 {
    font-size: 15px;
  }

  .editor_title2 p {
    font-size: 15px;
  }
}