@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
/* ----------RESET---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  min-width: 320px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
  font-size: inherit;
}

img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=search],
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

table {
  border-collapse: collapse;
}

/* ----------TEXT----------- */
html {
  font-size: 16px;
  color: #707070;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
}

.ff-lora {
  font-family: "Lora", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
a, p, .p-18, b, small {
  font: inherit;
  color: inherit;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

/* 56 */
h1, .h1 {
  font-size: 56px;
}

/* 48 */
h2, .h2 {
  font-size: 48px;
}

/* 36 */
h3, .h3 {
  font-size: 36px;
}

/* 30 */
h4, .h4 {
  font-size: 30px;
}

/* 24 */
h5, .h5 {
  font-size: 24px;
}

/* 20 */
h6, .h6 {
  font-size: 20px;
}

/* 18 */
.p-18 {
  font-size: 18px;
}

/* 16 */
p, .p {
  font-size: 16px;
}

a {
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
}

/* 14 */
small, .small {
  font-size: 0.88rem;
}

b, strong {
  font-weight: bolder;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.txt-white {
  color: #ffffff;
}

.txt-lightgrey {
  color: #A8A8A8;
}

.txt-grey {
  color: #8e8e8e;
}

.txt-normal {
  color: #4d4d4d;
}

.txt-darkgrey {
  color: #222222;
}

.txt-black {
  color: #000000;
}

.txt-prime {
  color: #7E8F8D;
}

.txt-darker_prime {
  color: #3E2804;
}

.txt-dark_prime {
  color: #45605D;
}

.txt-brick_red {
  color: #DD5826;
}

.txt-red {
  color: #D93F21;
}

.txt-silver {
  display: inline-block;
  padding-bottom: 5px;
  color: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #777777), color-stop(60%, #ffffff), color-stop(90%, #777777));
  background: linear-gradient(to right, #ffffff 0%, #777777 30%, #ffffff 60%, #777777 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-link {
  text-decoration: underline;
}

.txt-thin {
  font-weight: 100;
}

.txt-light {
  font-weight: 200;
}

.txt-regular {
  font-weight: 300;
}

.txt-medium {
  font-weight: 400;
}

.txt-bold {
  font-weight: 500;
}

.txt-highbold {
  font-weight: 600;
}

.txt-blackbold {
  font-weight: 700;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.h2-super_title img {
  width: 0.65em;
}

.txt-style-i {
  font-style: italic;
}

.txt-line-through {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.main-lh {
  line-height: 1.6;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1550px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) {
  h2, .h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1366px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  .p-18 {
    font-size: 16px;
  }
  p, .p {
    font-size: 14px;
  }
  small, .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  .p-18 {
    font-size: 16px;
  }
}
/* ----------BLOCK---------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.w800,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400,
.w1600 {
  width: 80%;
  margin: 0 auto;
}

.w1920 {
  width: 100%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1100 {
  max-width: 1100px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.w1920 {
  max-width: 1920px;
}

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
}

.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 5%;
}

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

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.main_padding {
  padding: 5vw 0;
}

.main_padding-b {
  padding-bottom: 5vw;
}

.main_padding-t {
  padding-top: 5vw;
}

.main_margin {
  margin: 5vw 0;
}

.main_margin-b {
  margin-bottom: 5vw;
}

.main_margin-t {
  margin-top: 5vw;
}

.header-top {
  position: relative;
}

.header-top::before {
  content: "";
  display: block;
  height: 78px;
  position: relative;
}

.m1023-off {
  display: block;
}

.m1023-on {
  display: none;
}

.m768-off {
  display: block;
}

.m768-on {
  display: none;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1023px) {
  .m1023-off {
    display: none;
  }
  .m1023-on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .w800,
  .w900,
  .w1000,
  .w1100,
  .w1200,
  .w1300,
  .w1400,
  .w1600,
  .w1920 {
    width: 90%;
  }
  .m768-off {
    display: none;
  }
  .m768-on {
    display: block;
  }
  .main_padding {
    padding: 50px 0;
  }
  .main_padding-b {
    padding-bottom: 50px;
  }
  .main_padding-t {
    padding-top: 50px;
  }
  .main_margin {
    margin: 50px 0;
  }
  .main_margin-b {
    margin-bottom: 50px;
  }
  .main_margin-t {
    margin-top: 50px;
  }
}
/* ----------FORM----------- */
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
  margin: 7px 0px;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 5px;
  border: none;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

select {
  padding-right: 30px;
  background: url("../img/icon/drop_down1.svg") no-repeat calc(100% - 10px) center #F7F7F7;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].readonly,
input[type=email].readonly,
input[type=password].readonly,
textarea.readonly,
select.readonly {
  border: none;
  background-color: #E8E8E8;
}

label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}

label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*radio&checkbox樣式覆蓋*/
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 3px 8px 3px 5px;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}

input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #7E8F8D;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #7E8F8D;
}

.form-control .is-notValid {
  color: #D93F21;
}
.form-control .is-notValid:not(input) {
  margin-top: 10px;
  font-size: 14px;
}
.form-control .mark {
  width: 18px;
  height: 18px;
  margin-top: -5px;
  margin-right: 5px;
  border-radius: 18px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #D93F21;
}

input.is-notValid,
textarea.is-notValid {
  border-color: #D93F21 !important;
}

/* ----------ANIMATION------ */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.lock {
  overflow: hidden;
}

@media only screen and (min-width: 568px) {
  .iziToast:after {
    -webkit-box-shadow: inset 0 0px 8px -12px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 6px -9px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0px 8px -12px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 6px -9px rgba(0, 0, 0, 0.25);
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background-color: rgba(69, 96, 93, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
}
#loading.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#loading .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #7E8F8D;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.line-through {
  text-decoration: line-through;
  color: #BFC6C6;
}

.d-none {
  display: none !important;
}

.pinkoi_btn {
  padding: 5px 10px;
  background-color: #003255;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pinkoi_btn img {
  width: 15px;
  margin: 0 10px;
}
.pinkoi_btn .pinkoi_img {
  width: 30px;
  margin: 0 3px;
}

.form_btn {
  width: auto;
  padding: 7px 30px;
  text-align: center;
  background-color: #45605D;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.form_btn img {
  height: 20px;
  margin-right: 10px;
}
.form_btn .fav {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_btn .fav.active svg path {
  fill: #d60000;
}
.form_btn .fav svg {
  width: 20px;
}
.form_btn .fav svg path {
  fill: rgba(214, 0, 0, 0);
  stroke: #D60000;
  stroke-width: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form_btn:not(:disabled):hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.form_btn:disabled {
  background-color: #7E8F8D;
  cursor: not-allowed;
}
.form_btn.fb {
  background-color: #3B5998;
}
.form_btn.google {
  background-color: #D93F21;
}
.form_btn.white {
  color: #707070;
  background-color: #fff;
}
.form_btn.border {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #707070;
}

.calc_component {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
}
.calc_component button {
  width: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calc_component input {
  width: 100px;
  padding: 7px;
  border: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(104, 190, 152, 0.2);
  z-index: 10;
  color: #fff;
  background-color: #7E8F8D;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 100;
}
header + section {
  margin-top: 66px;
}
header .inner {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
header .inner #hamburger {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 3px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner #hamburger div {
  border-top: 2px solid #fff;
}
header .inner .logo_outer {
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo_outer .logo {
  width: 180px;
}
header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner nav .main_item {
  margin-left: 12px;
  padding: 10px 8px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  header .inner nav .main_item:hover:after {
    opacity: 1;
  }
}
header .inner nav .main_item:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  bottom: -11px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .inner nav .mobile_items {
  display: none;
}
header .inner .member_feat {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .member_feat .member_photo {
  position: relative;
}
header .inner .member_feat .member_photo figure {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #e7e7e7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
header .inner .member_feat .member_photo .member_nav {
  width: 150px;
  padding-top: 30px;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% - 15px));
      -ms-transform: translate(-50%, calc(100% - 15px));
          transform: translate(-50%, calc(100% - 15px));
  -webkit-box-shadow: 0 0 3px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 3px rgba(34, 34, 34, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .inner .member_feat .member_photo .member_nav.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .inner .member_feat .member_photo .member_nav::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 21px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
header .inner .member_feat .member_photo .member_nav a {
  width: 100%;
  padding: 3px 10px;
  display: block;
  background-color: #fff;
  color: #222;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .inner .member_feat .member_photo .member_nav a:hover {
  color: #7E8F8D;
}
header .inner .member_feat .member_photo .member_nav a:nth-child(1) {
  padding-top: 8px;
}
header .inner .member_feat .member_photo .member_nav a:nth-last-child(1) {
  padding-bottom: 8px;
}
header .inner .member_feat .login_btn {
  margin-left: 15px;
  padding: 3px 15px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
}
header .inner .member_feat .cart_btn {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .inner .member_feat .cart_btn img {
  width: 30px;
}
header .inner .member_feat .cart_btn .num {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  font-size: 12px;
  background-color: #45605D;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
header .inner .lang {
  margin-right: 0;
  margin-left: auto;
}
header .inner .lang a {
  min-width: 50px;
  margin-left: 5px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  opacity: 0.8;
}
header .inner .lang a.active {
  opacity: 1;
  border: 1px solid #fff;
}
@media screen and (max-width: 1280px) {
  header .inner .logo_outer .logo {
    width: 135px;
  }
  header .inner nav .main_item {
    margin-left: 5px;
    padding: 12px 2px;
    font-size: 16px;
  }
  header .inner .lang {
    margin-right: 10px;
  }
  header .inner .lang a {
    min-width: auto;
    margin-left: 0;
    padding: 3px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  header .w1200 {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  header + section {
    margin-top: 48px;
  }
  header .inner #hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  header .inner nav {
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 46px);
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #7E8F8D;
    position: fixed;
    top: 46px;
    right: 0;
    color: #fff;
    overflow: auto;
    -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
            transform: translateX(102%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .inner nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .inner nav .main_item {
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .inner nav .mobile_items {
    display: block;
  }
  header .inner nav .mobile_items .mobile_member_box {
    padding: 10px 0;
    text-align: center;
  }
  header .inner nav .mobile_items .mobile_member_box a {
    padding: 5px;
    display: block;
  }
  header .inner nav .mobile_items .mobile_cart_box {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .inner nav .mobile_items .mobile_cart_box .cart_btn {
    margin: 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  header .inner nav .mobile_items .mobile_cart_box .cart_btn img {
    width: 30px;
  }
  header .inner nav .mobile_items .mobile_cart_box .cart_btn .num {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
    background-color: #45605D;
    color: #fff;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(60%, 30%);
        -ms-transform: translate(60%, 30%);
            transform: translate(60%, 30%);
  }
  header .inner .member_feat {
    margin-right: 15px;
  }
  header .inner .member_feat .login_btn {
    padding: 2px 15px;
  }
  header .inner .member_feat .login_btn p {
    font-size: 14px;
  }
  header .inner .member_feat .member_photo,
  header .inner .member_feat .cart_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .inner #hamburger {
    width: 25px;
    height: 26px;
  }
  header .inner .logo_outer .logo {
    width: 100px;
  }
}

footer {
  background-color: #7E8F8D;
}
footer #footer_main {
  background-color: #7E8F8D;
}
footer #footer_main .inner {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #footer_main .inner .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer #footer_main .inner .info .logo {
  width: 65px;
}
footer #footer_main .inner .info nav {
  padding: 10px 0;
}
footer #footer_main .inner .info nav a {
  margin-right: 20px;
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_main .inner .info .content {
  max-width: 380px;
  margin-top: 10px;
}
footer #footer_main .inner .social {
  padding: 60px 0 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer #footer_main .inner .social .links {
  margin-bottom: 10px;
}
footer #footer_main .inner .social .links a {
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_main .inner .social .links a:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
footer #footer_main .inner .social .links img {
  width: 50px;
}
footer #footer_main .inner .social p, footer #footer_main .inner .social > a {
  width: 150%;
}
footer #footer_main .inner .social .op05 {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  footer #footer_main .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_main .inner .info {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-right: none;
  }
  footer #footer_main .inner .info .content {
    margin-right: auto;
    margin-left: auto;
  }
  footer #footer_main .inner .social {
    width: 100%;
    padding: 0 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #footer_main .inner .social p, footer #footer_main .inner .social > a {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  footer #footer_main .inner {
    width: 90%;
  }
}
footer #footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer #footer_copyright .inner {
  padding: 10px;
}

.fixed_contact {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.fixed_contact:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.fixed_contact img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .fixed_contact {
    bottom: 30px;
    right: 20px;
  }
}

.breadcrumbs {
  width: 100%;
  padding: 10px 0;
  background-color: rgba(126, 143, 141, 0.08);
  border-bottom: 1px solid rgba(200, 206, 207, 0.6);
}
.breadcrumbs a {
  font-weight: inherit;
}

.pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 6px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.pagination li .ellipsis {
  pointer-events: none;
}
.pagination li svg {
  width: 100%;
}
.pagination li svg path, .pagination li svg g {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination li svg path {
  stroke: rgba(126, 143, 141, 0.5);
}
.pagination li svg g {
  fill: #fff;
}
.pagination li svg:hover path {
  stroke: rgb(255, 255, 255);
}
.pagination li svg:hover g {
  fill: #7e8f8d;
}
.pagination li:not(.prev, .next, .first, .last) a.active, .pagination li:not(.prev, .next, .first, .last) a:hover {
  background-color: #7E8F8D;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .pagination li a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
  }
}

.product_item {
  width: 25%;
  margin: 1%;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.product_item.border {
  border: 1px solid #eee;
}
.product_item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product_item:hover .pic .fav {
  opacity: 1;
}
.product_item .pic {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.product_item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product_item .pic .fav {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product_item .pic .fav.active svg path {
  fill: #d60000;
}
.product_item .pic .fav:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product_item .pic .fav svg {
  width: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product_item .pic .fav svg path {
  fill: rgba(214, 0, 0, 0);
  stroke: #D60000;
  stroke-width: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product_item .product_name {
  height: 64px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  .product_item .pic .fav {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .product_item .pic {
    margin-bottom: 5px;
  }
  .product_item .product_name {
    height: 58px;
  }
}

.news_item {
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(93, 98, 61, 0.15);
}
.news_item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news_item .pic {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.news_item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news_item .pic .date {
  width: 100%;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(69, 96, 93, 0.8);
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_item h6 {
  height: 64px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_item > p {
  height: 77px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_item-small h6 {
  height: 50px;
}
.news_item-small > p {
  height: 68px;
}
@media screen and (max-width: 768px) {
  .news_item .pic {
    margin-bottom: 5px;
  }
  .news_item h6 {
    height: 58px;
  }
  .news_item > p {
    height: 70px;
  }
  .news_item-small h6 {
    height: 46px;
  }
  .news_item-small > p {
    height: 58px;
  }
}

.swal2-actions .form_btn {
  margin: 0 5px;
}

#kv {
  position: relative;
}
#kv .cover {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#kv .cover .title_pic {
  width: 60%;
  max-width: 460px;
}
#kv .pic_item {
  width: 100%;
  padding-bottom: 43.2%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#kv .pic_item.pc {
  display: block;
}
#kv .pic_item.mob {
  display: none;
}
#kv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #kv .pic_item {
    height: 0;
    padding-bottom: 100%;
  }
  #kv .pic_item.pc {
    display: none;
  }
  #kv .pic_item.mob {
    display: block;
  }
}

#words {
  width: 100%;
  min-height: calc(100vh - 62px);
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#words .inner .logo {
  width: 95px;
}
#words .inner .if_outer {
  width: 100%;
  max-width: 650px;
  margin: 20px auto 30px;
  display: block;
}
#words .inner .if_outer .if_inner {
  width: 100%;
  padding-bottom: 56%;
  display: block;
  position: relative;
}
#words .inner .if_outer .if_inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#words .inner video {
  width: 100%;
  max-width: 650px;
  margin: 20px auto 30px;
  display: block;
}
#words .inner .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#words .inner .more:hover img {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
#words .inner .more img {
  width: 20px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  #words {
    min-height: calc(100vh - 48px);
  }
  #words .inner .logo {
    width: 75px;
  }
}
@media screen and (max-width: 600px) {
  #words {
    min-height: auto;
  }
}

#product {
  background-color: #C7CECF;
}
#product .title_bar {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
#product .title_bar .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .title_bar .title h6 {
  margin-left: 10px;
}
#product .menu_bar {
  border-bottom: 1px solid #fff;
}
#product .menu_bar .menu button {
  margin-right: 40px;
  padding: 20px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product .menu_bar .menu button:hover, #product .menu_bar .menu button.active {
  border-bottom: 3px solid #fff;
}
#product .itembox {
  padding: 3% 1%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
#product .itembox.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .itembox .item {
  width: 23%;
  margin: 1%;
}
#product .link_bar {
  padding: 20px 0;
  background-color: #DEDEDE;
  text-align: center;
}
#product .link_bar .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product .link_bar .more:hover img {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
#product .link_bar .more img {
  width: 20px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #product .menu_bar .menu {
    padding: 10px 0;
  }
  #product .menu_bar .menu button {
    width: 100%;
    margin: 10px 10px 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid rgba(255, 255, 255, 0);
    border-bottom: none;
    line-height: 1;
    text-align: left;
  }
  #product .menu_bar .menu button:hover, #product .menu_bar .menu button.active {
    border-left: 3px solid #fff;
    border-bottom: none;
  }
  #product .itembox {
    padding: 30px 1%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .itembox .item {
    width: 48%;
  }
}

#photo {
  width: 100%;
  padding-bottom: 28%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#photo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #photo {
    padding-bottom: 60%;
    background-attachment: scroll;
  }
}

#news {
  position: relative;
  overflow: hidden;
}
#news::before {
  content: "";
  width: 60vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(126, 143, 141, 0.08);
}
#news .inner {
  position: relative;
}
#news .inner .titlebox {
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
#news .inner .titlebox .title {
  margin-top: 40px;
}
#news .inner .titlebox .more {
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .inner .titlebox .more:hover img {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
#news .inner .titlebox .more img {
  width: 20px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .itembox {
  width: calc(180% - 250px);
  margin-left: 250px;
}
#news .inner .itembox .item {
  margin-top: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
}
#news .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#news .inner .itembox .item:hover .arrow {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
#news .inner .itembox .item .pic {
  width: 50%;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  overflow: hidden;
  border-radius: 10px;
}
#news .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news .inner .itembox .item .text {
  width: 50%;
  padding: 5%;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news .inner .itembox .item .text h5 {
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .inner .itembox .item .text .info {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .inner .itembox .item .text .date {
  margin-bottom: 20px;
}
#news .inner .itembox .item .arrow {
  width: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  #news .inner .titlebox {
    width: 200px;
  }
  #news .inner .itembox {
    width: calc(180% - 200px);
    margin-left: 200px;
  }
}
@media screen and (max-width: 1023px) {
  #news::before {
    content: "";
    width: 100%;
    height: calc(100% - 300px);
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  #news .inner .titlebox {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #news .inner .titlebox .title {
    margin-top: 0;
  }
  #news .inner .titlebox .more {
    margin-bottom: 0;
  }
  #news .inner .itembox {
    width: 100%;
    margin-left: 0;
  }
  #news .inner .itembox .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
  #news .inner .itembox .item .pic {
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #news .inner .itembox .item .text {
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
  }
  #news .inner .itembox .item .text h5 {
    height: 77px;
  }
  #news .inner .itembox .item .text .info {
    height: 87px;
  }
  #news .inner .itembox .item .text .date {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #news .inner .itembox .item .text {
    width: 100%;
  }
  #news .inner .itembox .item .text h5 {
    height: 64px;
  }
  #news .inner .itembox .item .text .info {
    height: 78px;
  }
}
@media screen and (max-width: 620px) {
  #news .inner .itembox {
    width: calc(100% + 5vw);
  }
}
@media screen and (max-width: 450px) {
  #news .inner .itembox {
    width: 100%;
  }
}

#products_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: rgba(126, 143, 141, 0.08);
}
#products_list .menu_outer {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  min-width: 250px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#products_list .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
#products_list .menu_outer .menu .menu_item {
  width: 100%;
  padding: 10px 40px 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
  color: #7E8F8D;
}
#products_list .menu_outer .menu .menu_item.active {
  color: #45605D;
}
#products_list .menu_outer .menu .menu_item.active h6::after {
  opacity: 1;
}
#products_list .menu_outer .menu .menu_item:hover {
  color: #45605D;
}
#products_list .menu_outer .menu .menu_item h6 {
  position: relative;
}
#products_list .menu_outer .menu .menu_item h6::after {
  content: "";
  width: 20px;
  height: 15px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(/assets/img/decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#products_list .menu_outer .menu .menu_item .search {
  position: relative;
}
#products_list .menu_outer .menu .menu_item .search input[type=text] {
  margin: 0;
  padding-right: 35px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background-color: #fff;
}
#products_list .menu_outer .menu .menu_item .search button {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#products_list .menu_outer .menu .menu_item .search button img {
  width: 100%;
}
#products_list .inner {
  width: 70%;
  margin: 0;
  padding-left: 5%;
  position: relative;
}
#products_list .inner .product_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#products_list .inner .product_box .item {
  width: 31.333%;
  margin: 1%;
}
#products_list .inner .non_data_message {
  min-height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ccc;
}
@media screen and (max-width: 1023px) {
  #products_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #products_list .menu_outer {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #products_list .menu_outer .menu {
    max-width: 80%;
    margin: auto;
    padding: 30px 0;
    position: relative;
    top: 0;
  }
  #products_list .menu_outer .menu .menu_item {
    width: 100%;
    margin-right: 15px;
    padding: 5px 0;
    display: inline-block;
    text-align: left;
  }
  #products_list .menu_outer .menu .menu_item h6::after {
    display: none;
  }
  #products_list .menu_outer .menu .menu_item.active h6::after {
    display: inline-block;
  }
  #products_list .inner {
    width: 80%;
    margin: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #products_list .menu_outer .menu {
    max-width: 90%;
  }
  #products_list .inner {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #products_list .inner {
    width: 90%;
  }
  #products_list .inner .product_box .item {
    width: 48%;
    margin: 1%;
  }
}

#product_intro {
  padding-top: 30px;
  background-color: rgba(126, 143, 141, 0.08);
}
#product_intro .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#product_intro .text_area {
  width: 35%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#product_intro .text_area .text > p {
  margin-top: 10px;
}
#product_intro .text_area .cart .colors > p {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#product_intro .text_area .cart .colors .color_item {
  width: 28px;
  height: 28px;
  margin: 0 3px;
  border-radius: 28px;
  border: 1px solid #9F9F9F;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
#product_intro .text_area .cart .colors .color_item.active::after {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 33px;
  border: 1px solid #525252;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product_intro .text_area .cart .colors .color_item small {
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
}
#product_intro .text_area .cart .customer_note {
  margin-top: 5px;
  display: none;
}
#product_intro .text_area .cart .customer_note.active {
  display: block;
}
#product_intro .text_area .cart .calc_box {
  margin-top: 20px;
}
#product_intro .text_area .cart .btn_box {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product_intro .text_area .cart .btn_box > * {
  margin-right: 10px;
  margin-top: 10px;
}
#product_intro .text_area .cart .pinkoi_btn {
  margin-top: 20px;
}
#product_intro .pic_area {
  width: 65%;
}
#product_intro .pic_area .picset {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#product_intro .pic_area .picset .pic {
  width: 84%;
}
#product_intro .pic_area .picset .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product_intro .pic_area .picset .pic_choose {
  width: 16%;
  max-height: 458px;
  padding-left: 10px;
}
#product_intro .pic_area .picset .pic_choose .pic_item {
  width: 100%;
  background-color: #000;
  cursor: pointer;
}
#product_intro .pic_area .picset .pic_choose .pic_item:nth-child(1) {
  margin-top: 0;
}
#product_intro .pic_area .picset .pic_choose .pic_item figure {
  width: 100%;
  padding-bottom: 74%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product_intro .pic_area .picset .pic_choose .swiper-button-next {
  width: calc(100% - 10px);
  height: 30px;
  top: auto;
  bottom: 0;
  right: calc(50% - 10px);
  -webkit-transform: translateX(calc(50% - 5px));
      -ms-transform: translateX(calc(50% - 5px));
          transform: translateX(calc(50% - 5px));
  background-color: rgba(0, 0, 0, 0.3);
}
#product_intro .pic_area .picset .pic_choose .swiper-button-next::after {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  #product_intro .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product_intro .text_area {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  #product_intro .pic_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product_intro .pic_area .picset .pic {
    width: 80%;
  }
  #product_intro .pic_area .picset .pic figure {
    padding-bottom: 100%;
  }
  #product_intro .pic_area .picset .pic_choose {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  #product_intro .pic_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
  #product_intro .text_area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 425px) {
  #product_intro .pic_area .picset .pic {
    width: 73%;
  }
  #product_intro .pic_area .picset .pic figure {
    padding-bottom: 100%;
  }
  #product_intro .pic_area .picset .pic_choose {
    width: 27%;
  }
}

#product_article .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#product_article .inner article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
#product_article .inner article .linkbar {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#product_article .inner article .linkbar .pinkoi_btn {
  margin: 0 30px;
}
#product_article .inner article .linkbar::before, #product_article .inner article .linkbar::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  border-bottom: 1px solid #003255;
}
#product_article .inner .hot_box {
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product_article .inner .hot_box .hot_title {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#product_article .inner .hot_box .hot_title img {
  width: 20px;
}
#product_article .inner .hot_box .hot_item {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 5px;
}
#product_article .inner .hot_box .hot_item .pic {
  width: 45%;
  max-width: 120px;
}
#product_article .inner .hot_box .hot_item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product_article .inner .hot_box .hot_item .text {
  padding-left: 10px;
}
#product_article .inner .hot_box .hot_item .text small, #product_article .inner .hot_box .hot_item .text p {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#product_article .inner .hot_box .more {
  margin: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  border-bottom: 1px solid #7E8F8D;
}
@media screen and (max-width: 1023px) {
  #product_article .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product_article .inner article {
    width: 100%;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  #product_article .inner .hot_box {
    width: 100%;
    margin-top: 50px;
  }
}

#privacy .line {
  width: 100%;
  border-bottom: 1px solid #C8CECF;
}
#privacy ul {
  margin-left: 25px;
}
#privacy ul li {
  list-style: disc;
}

#about {
  position: relative;
}
#about .bg {
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .inner_box {
  width: 100%;
  min-height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .inner_box .inner {
  width: 100%;
  padding-left: 5%;
  -webkit-transform: translateX(30vw);
      -ms-transform: translateX(30vw);
          transform: translateX(30vw);
}
#about .inner_box .itembox .swiper-slide .item {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#about .inner_box .itembox .swiper-slide-active .item {
  opacity: 1;
}
#about .inner_box .itembox .swiper-pagination {
  margin-top: 50px;
  position: relative;
  text-align: left;
}
#about .inner_box .itembox .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 7px;
  border-radius: 0;
  background-color: #818E8D;
}
@media screen and (max-width: 1023px) {
  #about .bg {
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    position: relative;
  }
  #about .inner_box {
    min-height: 600px;
    padding: 50px 0;
  }
  #about .inner_box .inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 600px) {
  #about .inner_box .inner {
    padding-right: 5%;
  }
}

#contact {
  padding-top: 8%;
  background-color: #F3F3F3;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 55%;
}
#contact .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#contact .inner form {
  width: 600px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}
#contact .inner form .formbox {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .inner form .col {
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #C8CECF;
}
#contact .inner form .col.col50 {
  width: calc(50% - 20px);
}
#contact .inner form .col.col100 {
  width: 100%;
}
#contact .inner form .col input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact .inner form .col textarea {
  width: 100%;
  min-width: 100%;
}
#contact .inner form button {
  margin: 10px 10px 10px auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .inner form button:hover img {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
#contact .inner form button img {
  width: 20px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact .inner .text_area {
  padding-left: 50px;
}
#contact .inner .text_area p {
  line-height: 2;
}
#contact .inner .text_area .links {
  margin-top: 20px;
  margin-bottom: 10px;
}
#contact .inner .text_area .links a {
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact .inner .text_area .links a:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
#contact .inner .text_area .links img {
  width: 50px;
}
@media screen and (max-width: 1200px) {
  #contact .inner form {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  #contact .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact .inner form {
    width: 100%;
  }
  #contact .inner .text_area {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 50px;
    background-size: 90%;
  }
}
@media screen and (max-width: 600px) {
  #contact .inner form {
    padding: 20px;
  }
  #contact .inner form .col.col50 {
    width: 100%;
  }
}

#news_list_top {
  padding-top: 50px;
  background-color: rgba(126, 143, 141, 0.08);
}
#news_list_top .inner h3 {
  margin-bottom: 30px;
}
#news_list_top .inner .itembox {
  width: 130%;
}
#news_list_top .inner .itembox .item {
  margin-top: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
}
#news_list_top .inner .itembox .item:hover .pic figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#news_list_top .inner .itembox .item:hover .arrow {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
#news_list_top .inner .itembox .item .pic {
  width: 50%;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  overflow: hidden;
  border-radius: 10px;
}
#news_list_top .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_list_top .inner .itembox .item .text {
  width: 50%;
  padding: 5%;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news_list_top .inner .itembox .item .text h5 {
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_list_top .inner .itembox .item .text .info {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news_list_top .inner .itembox .item .text .date {
  margin-bottom: 20px;
}
#news_list_top .inner .itembox .item .arrow {
  width: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  #news_list_top .inner .itembox {
    width: 160%;
  }
}
@media screen and (max-width: 1023px) {
  #news_list_top .inner .itembox {
    width: 100%;
    margin-left: 0;
  }
  #news_list_top .inner .itembox .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
  #news_list_top .inner .itembox .item .pic {
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #news_list_top .inner .itembox .item .text {
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
  }
  #news_list_top .inner .itembox .item .text h5 {
    height: 77px;
  }
  #news_list_top .inner .itembox .item .text .info {
    height: 87px;
  }
  #news_list_top .inner .itembox .item .text .date {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #news_list_top .inner .itembox .item .text {
    width: 100%;
  }
  #news_list_top .inner .itembox .item .text h5 {
    height: 64px;
  }
  #news_list_top .inner .itembox .item .text .info {
    height: 78px;
  }
}
@media screen and (max-width: 620px) {
  #news_list_top .inner .itembox {
    width: calc(100% + 5vw);
  }
}
@media screen and (max-width: 450px) {
  #news_list_top .inner .itembox {
    width: 100%;
  }
}

#news_menu_bar {
  border-bottom: 1px solid #7E8F8D;
}
#news_menu_bar .menu button {
  margin-right: 40px;
  padding: 20px 0;
  border-bottom: 3px solid rgba(126, 143, 141, 0);
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_menu_bar .menu button:hover, #news_menu_bar .menu button.active {
  border-bottom: 3px solid #7E8F8D;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #news_menu_bar .menu {
    padding: 10px 0;
  }
  #news_menu_bar .menu button {
    width: 100%;
    margin: 10px 10px 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid rgba(126, 143, 141, 0);
    border-bottom: none;
    line-height: 1;
    text-align: left;
  }
  #news_menu_bar .menu button:hover, #news_menu_bar .menu button.active {
    border-left: 3px solid #7E8F8D;
    border-bottom: none;
  }
}

#news_list {
  width: 100%;
  padding-top: 50px;
  position: relative;
}
#news_list::after {
  content: "";
  width: 100%;
  padding-bottom: 25%;
  background-color: rgba(126, 143, 141, 0.08);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#news_list .itembox {
  margin: -1% -1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
#news_list .itembox .item {
  width: 30%;
  margin: 1% 1.5%;
}
#news_list .pagination {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #news_list::after {
    padding-bottom: 45%;
  }
  #news_list .itembox {
    margin: -1%;
  }
  #news_list .itembox .item {
    width: 48%;
    margin: 1% 1%;
  }
}
@media screen and (max-width: 500px) {
  #news_list .itembox {
    margin: -1% 0;
  }
  #news_list .itembox .item {
    width: 100%;
    margin: 1% 0;
  }
}

#news_info_top {
  padding-top: 50px;
  padding-bottom: 20px;
}
#news_info_top .news_title_box {
  width: calc(100% - 270px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#news_info_top .news_title_box h3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
#news_info_top .news_title_box .date {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #news_info_top .news_title_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news_info_top .news_title_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_info_top .news_title_box h3 {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

#news_info .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#news_info .inner article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
#news_info .inner article .back {
  margin-top: 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #7E8F8D;
}
#news_info .inner .n_box {
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#news_info .inner .n_box .n_title {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news_info .inner .n_box .n_title img {
  width: 20px;
}
#news_info .inner .n_box .item {
  width: 100%;
  margin-bottom: 10px;
}
#news_info .inner .n_box .more {
  margin: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  border-bottom: 1px solid #7E8F8D;
}
@media screen and (max-width: 1023px) {
  #news_info .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_info .inner article {
    width: 100%;
    padding-right: 0;
  }
  #news_info .inner article .back {
    margin-top: 50px;
  }
  #news_info .inner .n_box {
    width: 100%;
    margin-top: 50px;
  }
}

#review {
  background-color: rgba(126, 143, 141, 0.08);
  position: relative;
}
#review::before {
  content: "";
  width: 100%;
  padding-bottom: 350px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#review .inner {
  position: relative;
}
#review .inner .itembox {
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#review .inner .itembox .review_item {
  width: calc(33.3333% - 40px);
  margin: 80px 20px 20px 20px;
  padding: 20px;
  border: 1px solid #45605D;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
#review .inner .itembox .review_item .pic {
  width: 120px;
  height: 120px;
  margin: -80px auto 0 auto;
  border-radius: 300px;
  border: 5px solid #7E8F8D;
  overflow: hidden;
}
#review .inner .itembox .review_item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#review .inner .itembox .review_item .stars_set {
  width: 100%;
  margin: 30px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#review .inner .itembox .review_item .stars_set img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#review .inner .itembox .review_item > h6 {
  padding-bottom: 60px;
}
#review .inner .itembox .review_item > .name {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #review .inner .itembox .review_item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 600px) {
  #review .inner .itembox {
    margin-left: 0;
    margin-right: 0;
  }
  #review .inner .itembox .review_item {
    width: 100%;
    margin: 80px 0 20px 0;
  }
}

#pathway .inner h2 {
  margin-bottom: 30px;
}
#pathway .inner .logobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#pathway .inner .logobox .logo {
  width: 25%;
  max-height: 110px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pathway .inner .logobox .logo img {
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #pathway .inner .logobox .logo {
    width: 50%;
  }
}

#cooperation {
  position: relative;
  background-color: rgba(126, 143, 141, 0.08);
}
#cooperation .bg {
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cooperation .inner_box {
  width: 80%;
  max-width: 1200px;
  min-height: 90vh;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
#cooperation .inner_box .inner {
  width: 100%;
  padding-left: 25%;
}
#cooperation .inner_box h2 {
  margin-bottom: 30px;
  margin-left: 5%;
}
#cooperation .inner_box .itembox {
  margin-left: 5%;
}
#cooperation .inner_box .itembox ul li {
  margin: 15px 0;
  list-style: disc inside;
}
#cooperation .inner_box .itembox ul li p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
@media screen and (max-width: 1023px) {
  #cooperation .bg {
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    position: relative;
  }
  #cooperation .inner_box {
    width: 90%;
    min-height: 600px;
    padding: 50px 0;
  }
  #cooperation .inner_box .inner {
    padding-left: 0;
  }
  #cooperation .inner_box .inner h2 {
    margin-left: 0;
  }
  #cooperation .inner_box .inner .itembox {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #cooperation .inner_box .inner {
    padding-right: 5%;
  }
}

#order_info {
  position: relative;
  background-color: rgba(126, 143, 141, 0.08);
}
#order_info .bg {
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#order_info .inner_box {
  width: 80%;
  max-width: 1200px;
  min-height: 90vh;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
#order_info .inner_box .inner {
  width: 100%;
  padding-left: 25%;
}
#order_info .inner_box h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 5%;
}
#order_info .inner_box .itembox {
  margin-left: 5%;
}
#order_info .inner_box .itembox > ul > li {
  margin-bottom: 25px;
  list-style: cjk-ideographic inside;
}
#order_info .inner_box .itembox > ul > li > p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}
#order_info .inner_box .itembox > ul > li ul {
  list-style: disc inside;
  padding-left: 20px;
  margin-top: 10px;
}
#order_info .inner_box .itembox > ul > li ul li {
  margin-bottom: 8px;
  list-style: disc inside;
}
#order_info .inner_box .itembox > ul > li ul li p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
#order_info .inner_box .itembox > ul > li ul li.list-decimal {
  list-style: decimal inside;
}
#order_info .inner_box .itembox > ul > li ul li.list-decimal p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
#order_info .inner_box .itembox > ul > li ul li ul {
  list-style: disc inside;
  padding-left: 1.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}
#order_info .inner_box .itembox > ul > li ul li ul li {
  list-style: disc inside;
}
@media screen and (max-width: 1023px) {
  #order_info .bg {
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    position: relative;
  }
  #order_info .inner_box {
    width: 90%;
    min-height: 600px;
    padding: 50px 0;
  }
  #order_info .inner_box h2 {
    margin-top: 0;
  }
  #order_info .inner_box .inner {
    padding-left: 0;
  }
  #order_info .inner_box .inner h2 {
    margin-left: 0;
  }
  #order_info .inner_box .inner .itembox {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #order_info .inner_box .inner {
    padding-right: 5%;
  }
}

#member_entrance {
  min-height: calc(100vh - 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#member_entrance .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#member_entrance .pic figure {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#member_entrance .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#member_entrance .form_area {
  width: 50%;
  padding-left: 12%;
}
#member_entrance .form_area .tabs {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid rgba(112, 112, 112, 0.5);
}
#member_entrance .form_area .tabs .tab {
  width: 50%;
  margin-bottom: -3px;
  padding: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#member_entrance .form_area .tabs .tab.active, #member_entrance .form_area .tabs .tab:hover {
  border-bottom: 3px solid #45605D;
}
#member_entrance .form_area input[type=text],
#member_entrance .form_area input[type=email],
#member_entrance .form_area input[type=password],
#member_entrance .form_area textarea,
#member_entrance .form_area select {
  margin: 0;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
}
#member_entrance .form_area .form_btn {
  width: 100%;
}
#member_entrance .form_area .or_line {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#member_entrance .form_area .or_line span {
  margin: 0 10px;
  display: inline-block;
}
#member_entrance .form_area .or_line::before, #member_entrance .form_area .or_line::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  border-bottom: 1px solid #ccc;
}
#member_entrance .form_area .row {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#member_entrance .form_area .row .col {
  padding: 10px;
}
#member_entrance .form_area .row .col-10 {
  width: 10%;
}
#member_entrance .form_area .row .col-20 {
  width: 20%;
}
#member_entrance .form_area .row .col-30 {
  width: 30%;
}
#member_entrance .form_area .row .col-40 {
  width: 40%;
}
#member_entrance .form_area .row .col-50 {
  width: 50%;
}
#member_entrance .form_area .row .col-60 {
  width: 60%;
}
#member_entrance .form_area .row .col-70 {
  width: 70%;
}
#member_entrance .form_area .row .col-80 {
  width: 80%;
}
#member_entrance .form_area .row .col-90 {
  width: 90%;
}
#member_entrance .form_area .row .col-100 {
  width: 100%;
}
#member_entrance .form_area .row .col-f1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_entrance .form_area .row .col.error input[type=text],
#member_entrance .form_area .row .col.error input[type=email],
#member_entrance .form_area .row .col.error input[type=password],
#member_entrance .form_area .row .col.error textarea,
#member_entrance .form_area .row .col.error select {
  border: 1px solid #D93F21;
}
#member_entrance .form_area .row .col.error .error_message {
  display: block;
}
@media screen and (max-width: 1023px) {
  #member_entrance {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_entrance .pic {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: auto;
    position: relative;
  }
  #member_entrance .pic figure {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  #member_entrance .inner {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #member_entrance .form_area {
    width: 100%;
    padding-left: 0;
  }
}

#member_profile {
  background-color: #EBEBEB;
}
#member_profile .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#member_profile .inner .profile_menu {
  width: 200px;
}
#member_profile .inner .profile_menu .user_name {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#member_profile .inner .profile_menu .user_name .pic {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 60px;
  overflow: hidden;
}
#member_profile .inner .profile_menu .user_name .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#member_profile .inner .profile_menu .user_name h6 {
  width: calc(100% - 70px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#member_profile .inner .profile_menu .menu a {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#member_profile .inner .profile_menu .menu a.active, #member_profile .inner .profile_menu .menu a:hover {
  color: #7E8F8D;
}
#member_profile .inner .profile_menu .menu a img {
  width: 30px;
  margin-right: 10px;
}
#member_profile .inner .profile_main {
  width: calc(100% - 200px);
  padding-left: 3%;
}
#member_profile .inner .profile_main .profile_title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#member_profile .inner .profile_main .profile_title img {
  width: 50px;
  margin-right: 10px;
}
#member_profile .inner .profile_main .profile_content {
  background-color: #fff;
}
#member_profile .inner .profile_main .profile_content .content_tags {
  border-bottom: 1px solid #eee;
}
#member_profile .inner .profile_main .profile_content .content_tags .tag {
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#member_profile .inner .profile_main .profile_content .content_tags .tag.active, #member_profile .inner .profile_main .profile_content .content_tags .tag:hover {
  color: #45605D;
  border-bottom: 2px solid #45605D;
}
#member_profile .inner .profile_main .profile_content .content_tags .tag.active p, #member_profile .inner .profile_main .profile_content .content_tags .tag:hover p {
  opacity: 1;
}
#member_profile .inner .profile_main .profile_content .content_tags .tag p {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#member_profile .inner .profile_main .profile_content .content_tags .tag .num {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: -5px;
  padding-left: 2px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #45605D;
  color: #fff;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
#member_profile .inner .profile_main .profile_content .content_data {
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#member_profile .inner .profile_main .profile_content .content_data .left {
  width: 60%;
  padding-right: 5%;
}
#member_profile .inner .profile_main .profile_content .content_data .left input[type=text],
#member_profile .inner .profile_main .profile_content .content_data .left input[type=email],
#member_profile .inner .profile_main .profile_content .content_data .left input[type=password],
#member_profile .inner .profile_main .profile_content .content_data .left textarea,
#member_profile .inner .profile_main .profile_content .content_data .left select {
  margin: 0;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background-color: #fff;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row {
  width: 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .row_title {
  width: 100px;
  margin-right: 10px;
  padding: 5px 0;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col {
  padding: 10px;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-10 {
  width: 10%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-20 {
  width: 20%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-30 {
  width: 30%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-40 {
  width: 40%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-50 {
  width: 50%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-60 {
  width: 60%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-70 {
  width: 70%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-80 {
  width: 80%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-90 {
  width: 90%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-100 {
  width: 100%;
}
#member_profile .inner .profile_main .profile_content .content_data .left .row .col-f1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_profile .inner .profile_main .profile_content .content_data .left .birthday_box,
#member_profile .inner .profile_main .profile_content .content_data .left .birthday_box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#member_profile .inner .profile_main .profile_content .content_data .left .birthday_box select,
#member_profile .inner .profile_main .profile_content .content_data .left .birthday_box > div select {
  width: auto;
  display: block;
}
#member_profile .inner .profile_main .profile_content .content_data .left .birthday_box p,
#member_profile .inner .profile_main .profile_content .content_data .left .birthday_box > div p {
  margin: 0 10px;
}
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box {
  padding-right: 0 !important;
}
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box + input {
  margin-top: 10px;
}
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box,
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box:nth-last-child(1),
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box > div:nth-last-child(1) {
  padding-right: 0;
}
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box select,
#member_profile .inner .profile_main .profile_content .content_data .left .loc_box > div select {
  width: 100%;
  display: block;
}
#member_profile .inner .profile_main .profile_content .content_data .right {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 2px solid #eee;
}
#member_profile .inner .profile_main .profile_content .content_data .right .pic {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 60px;
  overflow: hidden;
}
#member_profile .inner .profile_main .profile_content .content_data .right .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#member_profile .inner .profile_main .profile_content .content_data .right label {
  margin-bottom: 20px;
}
#member_profile .inner .profile_main .profile_content .collect_box {
  padding: 40px;
}
#member_profile .inner .profile_main .profile_content .collect_box .product_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#member_profile .inner .profile_main .profile_content .collect_box .product_box .item {
  width: 31.333%;
  margin: 1%;
}
#member_profile .inner .profile_main .profile_content .button_area {
  padding: 0 40px 40px;
}
#member_profile .inner .profile_main .profile_content .order_list {
  padding: 40px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item {
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item:nth-child(1) {
  margin-top: 0;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_top {
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(199, 206, 207, 0.3);
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_top .code {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_top .code img {
  width: 15px;
  margin-right: 5px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info {
  padding: 10px 30px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set .tag {
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #45605D;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set table tr {
  vertical-align: top;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set table tr td {
  padding: 2px 10px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set table tr td:nth-child(1) {
  width: 100px;
}
@media screen and (max-width: 600px) {
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set table {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .info_table_set table tr td:nth-child(1) {
    width: 80px;
  }
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .open_buy {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .open_buy > div {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 15px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .open_buy > div small {
  padding-left: 10px;
  padding-bottom: 1px;
  -webkit-transform: scale(0.6) rotate(90deg);
      -ms-transform: scale(0.6) rotate(90deg);
          transform: scale(0.6) rotate(90deg);
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items > input[type=checkbox]:checked + .buy_items_box {
  display: block;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box {
  display: none;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table {
  width: 100%;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td {
  padding-right: 2%;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .mob-title {
  display: none;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .calc_component input {
  width: 50px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_head_name {
  width: 270px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_head_prize {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_head_count {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_head_total {
  width: 100px;
  text-align: right;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_pic {
  width: 120px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_name {
  width: 150px;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_count {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_prize {
  width: 100px;
  padding-right: 0;
  text-align: right;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_cart_prize {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_cart_count {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_cart_total {
  width: 100px;
  padding-right: 0;
  text-align: right;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .pic {
  width: 100%;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .circle {
  width: 18px;
  height: 18px;
  margin: 0 5px 3px;
  border-radius: 20px;
  border: #ccc;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 620px) {
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item.head_item {
    display: none;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td {
    width: 100% !important;
    padding: 5px 0;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .mob-title {
    display: block;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td .calc_component {
    margin-top: 5px;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_count {
    text-align: right;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_cart_prize {
    text-align: right;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info .buy_items .buy_items_box .item table tr td.td_cart_count {
    text-align: right;
  }
}
#member_profile .inner .profile_main .profile_content .back_box {
  padding: 10px 40px;
}
#member_profile .inner .profile_main .profile_content .code_box {
  margin-bottom: 10px;
  padding: 10px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(199, 206, 207, 0.3);
}
#member_profile .inner .profile_main .profile_content .code_box img {
  width: 15px;
  margin-right: 5px;
}
#member_profile .inner .profile_main .profile_content .info_table_box {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #eee;
  padding: 10px 40px;
  border-bottom: none;
}
#member_profile .inner .profile_main .profile_content .info_table_box .tag {
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #45605D;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#member_profile .inner .profile_main .profile_content .info_table_box table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_profile .inner .profile_main .profile_content .info_table_box table tr {
  vertical-align: top;
}
#member_profile .inner .profile_main .profile_content .info_table_box table tr td {
  padding: 2px 10px;
}
#member_profile .inner .profile_main .profile_content .info_table_box table tr td:nth-child(1) {
  width: 100px;
}
@media screen and (max-width: 600px) {
  #member_profile .inner .profile_main .profile_content .info_table_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .info_table_box > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .info_table_box table {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .info_table_box table tr td:nth-child(1) {
    width: 80px;
  }
}
#member_profile .inner .profile_main .profile_content .receive_box {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #eee;
  padding: 10px 40px;
  border-bottom: none;
}
#member_profile .inner .profile_main .profile_content .receive_box .tag {
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 100px;
  background-color: #45605D;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#member_profile .inner .profile_main .profile_content .receive_box table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_profile .inner .profile_main .profile_content .receive_box table tr {
  vertical-align: top;
}
#member_profile .inner .profile_main .profile_content .receive_box table tr td {
  padding: 2px 10px;
}
#member_profile .inner .profile_main .profile_content .receive_box table tr td:nth-child(1) {
  width: 100px;
}
@media screen and (max-width: 600px) {
  #member_profile .inner .profile_main .profile_content .receive_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .receive_box > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .receive_box table {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .receive_box table tr td:nth-child(1) {
    width: 80px;
  }
}
#member_profile .inner .profile_main .profile_content .receive_box > div {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: calc(50% - 10px);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
}
#member_profile .inner .profile_main .profile_content .receive_box > div > p {
  margin-bottom: 10px;
  margin-left: 10px;
}
#member_profile .inner .profile_main .profile_content .receive_box > div table {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
#member_profile .inner .profile_main .profile_content .receive_box > div table tr td:nth-child(1) {
  width: 110px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area {
  padding: 10px 40px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .open_buy {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .open_buy > div {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 15px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .open_buy > div small {
  padding-left: 10px;
  padding-bottom: 1px;
  -webkit-transform: scale(0.6) rotate(90deg);
      -ms-transform: scale(0.6) rotate(90deg);
          transform: scale(0.6) rotate(90deg);
}
#member_profile .inner .profile_main .profile_content .buy_items_area > input[type=checkbox]:checked + .buy_items_box {
  display: block;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box {
  display: none;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table {
  width: 100%;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td {
  padding-right: 2%;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .mob-title {
  display: none;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .calc_component input {
  width: 50px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_head_name {
  width: 270px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_head_prize {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_head_count {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_head_total {
  width: 100px;
  text-align: right;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_pic {
  width: 120px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_name {
  width: 150px;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_count {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_prize {
  width: 100px;
  padding-right: 0;
  text-align: right;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_cart_prize {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_cart_count {
  width: calc(50% - 185px);
  text-align: center;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_cart_total {
  width: 100px;
  padding-right: 0;
  text-align: right;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .pic {
  width: 100%;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .circle {
  width: 18px;
  height: 18px;
  margin: 0 5px 3px;
  border-radius: 20px;
  border: #ccc;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 620px) {
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item.head_item {
    display: none;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td {
    width: 100% !important;
    padding: 5px 0;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .mob-title {
    display: block;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td .calc_component {
    margin-top: 5px;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_count {
    text-align: right;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_cart_prize {
    text-align: right;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box .item table tr td.td_cart_count {
    text-align: right;
  }
}
#member_profile .inner .profile_main .profile_content .buy_items_area .open_buy {
  cursor: default;
}
#member_profile .inner .profile_main .profile_content .buy_items_area .buy_items_box {
  display: block;
}
#member_profile .inner .profile_main .profile_content .note_box {
  padding: 10px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#member_profile .inner .profile_main .profile_content .note_box .note {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: #eee 1px solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#member_profile .inner .profile_main .profile_content .note_box .note p:nth-child(1) {
  margin-right: 10px;
  white-space: nowrap;
}
#member_profile .inner .profile_main .profile_content .note_box .total {
  margin-left: 4%;
  min-width: 250px;
}
#member_profile .inner .profile_main .profile_content .note_box .total table {
  width: 100%;
}
#member_profile .inner .profile_main .profile_content .note_box .total table tr:nth-last-child(1) {
  border-top: 1px solid #ccc;
}
#member_profile .inner .profile_main .profile_content .note_box .total table tr td {
  padding: 2px 5px;
}
@media screen and (max-width: 1366px) {
  #member_profile .inner .profile_main .profile_content .content_data .left {
    width: 68%;
  }
  #member_profile .inner .profile_main .profile_content .content_data .right {
    width: 32%;
  }
}
@media screen and (max-width: 1200px) {
  #member_profile .inner .profile_main .profile_content .content_data {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .content_data .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-right: 0;
  }
  #member_profile .inner .profile_main .profile_content .content_data .right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 20px 0;
    border-left: none;
  }
}
@media screen and (max-width: 1023px) {
  #member_profile .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_menu {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #member_profile .inner .profile_menu .user_name {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
  }
  #member_profile .inner .profile_menu .menu {
    width: 100%;
    padding: 10px;
    background-color: #fff;
  }
  #member_profile .inner .profile_main {
    width: 100%;
    padding-left: 0;
  }
  #member_profile .inner .profile_main .profile_content .content_data .right .pic {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 600px) {
  #member_profile .inner .profile_main .profile_title {
    margin-bottom: 10px;
  }
  #member_profile .inner .profile_main .profile_title img {
    width: 35px;
  }
  #member_profile .inner .profile_main .profile_content .content_data {
    padding: 20px;
  }
  #member_profile .inner .profile_main .profile_content .content_data .left .birthday_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .content_data .left .birthday_box > div {
    width: 100%;
    margin: 5px 0;
  }
  #member_profile .inner .profile_main .profile_content .content_data .left .birthday_box > div:nth-child(1) {
    margin-top: 0;
  }
  #member_profile .inner .profile_main .profile_content .content_data .left .birthday_box > div select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #member_profile .inner .profile_main .profile_content .content_data .left .row .row_title {
    width: 100% !important;
  }
  #member_profile .inner .profile_main .profile_content .button_area {
    padding: 0 20px 40px;
  }
  #member_profile .inner .profile_main .profile_content .collect_box {
    padding: 20px;
  }
  #member_profile .inner .profile_main .profile_content .collect_box .product_box .item {
    width: 48%;
    margin: 1%;
  }
  #member_profile .inner .profile_main .profile_content .order_list {
    padding: 20px;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_top {
    padding: 10px;
  }
  #member_profile .inner .profile_main .profile_content .order_list .order_item .order_info {
    padding: 10px;
  }
  #member_profile .inner .profile_main .profile_content .back_box {
    padding: 10px 20px;
  }
  #member_profile .inner .profile_main .profile_content .code_box {
    padding: 10px 20px;
  }
  #member_profile .inner .profile_main .profile_content .info_table_box {
    padding: 10px 20px;
  }
  #member_profile .inner .profile_main .profile_content .receive_box {
    padding: 10px 20px;
  }
  #member_profile .inner .profile_main .profile_content .receive_box > div {
    width: 100%;
    margin: 5px 0;
  }
  #member_profile .inner .profile_main .profile_content .buy_items_area {
    padding: 10px 20px;
  }
  #member_profile .inner .profile_main .profile_content .note_box {
    padding: 10px 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member_profile .inner .profile_main .profile_content .note_box .note {
    width: 100%;
  }
  #member_profile .inner .profile_main .profile_content .note_box .total {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #member_profile .inner .profile_main .profile_content .note_box .total table {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #member_profile .inner .profile_main .profile_content .collect_box .product_box .item {
    width: 100%;
    margin: 1%;
  }
}

#cart_top {
  padding: 20px 0;
  background-color: rgba(199, 206, 207, 0.1);
}
#cart_top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#cart_top .inner h4 {
  margin-right: 20px;
}
#cart_top .inner p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  opacity: 0.5;
}
#cart_top .inner p.active {
  opacity: 1;
}
#cart_top .inner p .num {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-bottom: 2px;
  padding-left: 1px;
  border-radius: 25px;
  color: #fff;
  background-color: #45605D;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8em;
}
#cart_top .inner p:nth-last-child(1):after {
  display: none;
}
#cart_top .inner p::after {
  content: "";
  width: 50px;
  margin-left: 10px;
  margin-right: 15px;
  border-bottom: 1px solid rgba(74, 95, 93, 0.5);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #cart_top .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cart_top .inner h4 {
    width: 100%;
    margin-bottom: 10px;
  }
  #cart_top .inner p {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cart_top .inner p::after {
    width: 100%;
    height: 10px;
    margin: 4px 10px;
    display: block;
    border-bottom: none;
    border-left: 1px solid rgba(74, 95, 93, 0.5);
  }
}

#cart_process .inner .confirm_box {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cart_process .inner .confirm_box .open_buy {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#cart_process .inner .confirm_box .open_buy > div {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 15px;
}
#cart_process .inner .confirm_box .open_buy > div small {
  padding-left: 10px;
  padding-bottom: 1px;
  -webkit-transform: scale(0.6) rotate(90deg);
      -ms-transform: scale(0.6) rotate(90deg);
          transform: scale(0.6) rotate(90deg);
}
#cart_process .inner .confirm_box > input[type=checkbox]:checked + .buy_items_box {
  display: block;
}
#cart_process .inner .confirm_box .buy_items_box {
  display: none;
}
#cart_process .inner .confirm_box .buy_items_box .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#cart_process .inner .confirm_box .buy_items_box .item table {
  width: 100%;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td {
  padding-right: 2%;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td .mob-title {
  display: none;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td .calc_component input {
  width: 50px;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_head_name {
  width: 270px;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_head_prize {
  width: calc(50% - 185px);
  text-align: center;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_head_count {
  width: calc(50% - 185px);
  text-align: center;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_head_total {
  width: 100px;
  text-align: right;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_pic {
  width: 120px;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_name {
  width: 150px;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_count {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_prize {
  width: 100px;
  padding-right: 0;
  text-align: right;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_cart_prize {
  width: calc(50% - 185px);
  text-align: center;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_cart_count {
  width: calc(50% - 185px);
  text-align: center;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td.td_cart_total {
  width: 100px;
  padding-right: 0;
  text-align: right;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td .pic {
  width: 100%;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#cart_process .inner .confirm_box .buy_items_box .item table tr td .circle {
  width: 18px;
  height: 18px;
  margin: 0 5px 3px;
  border-radius: 20px;
  border: #ccc;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 620px) {
  #cart_process .inner .confirm_box .buy_items_box .item.head_item {
    display: none;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr td {
    width: 100% !important;
    padding: 5px 0;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr td .mob-title {
    display: block;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr td .calc_component {
    margin-top: 5px;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr td.td_count {
    text-align: right;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr td.td_cart_prize {
    text-align: right;
  }
  #cart_process .inner .confirm_box .buy_items_box .item table tr td.td_cart_count {
    text-align: right;
  }
}
#cart_process .inner .confirm_box .buy_items_box {
  width: 65%;
  margin-right: 30px;
  display: block;
}
#cart_process .inner .confirm_box .buy_items_box .write_note_box {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cart_process .inner .confirm_box .buy_items_box .write_note_box textarea {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  margin-right: 20px;
  padding: 10px;
  border: #eee 1px solid;
  border-radius: 5px;
}
#cart_process .inner .confirm_box .buy_items_box .write_note_box .coupon_box {
  width: 40%;
}
#cart_process .inner .confirm_box .buy_items_box .write_note_box .coupon_box .coupon_input_box {
  width: 100%;
  margin: 10px 0;
  border: #eee 1px solid;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#cart_process .inner .confirm_box .buy_items_box .write_note_box .coupon_box .coupon_input_box button {
  padding: 10px 20px;
  color: #fff;
  background-color: #45605D;
  white-space: nowrap;
}
#cart_process .inner .confirm_box .buy_items_box .note {
  margin-top: 10px;
  padding: 10px;
  border: #eee 1px solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cart_process .inner .confirm_box .buy_items_box .note p:nth-child(1) {
  margin-right: 10px;
  white-space: nowrap;
}
#cart_process .inner .confirm_box .confirm_confirm_box {
  width: 35%;
}
#cart_process .inner .confirm_box .confirm_confirm_box .check_box {
  border: rgba(93, 98, 61, 0.15) 1px solid;
  border-radius: 5px;
}
#cart_process .inner .confirm_box .confirm_confirm_box .check_box .check_top {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(199, 206, 207, 0.3);
}
#cart_process .inner .confirm_box .confirm_confirm_box .check_box .check_body {
  padding: 10px 20px;
}
#cart_process .inner .confirm_box .confirm_confirm_box .check_box .check_body .check_in {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cart_process .inner .confirm_box .confirm_confirm_box .check_box .check_body .check_in.total {
  padding-top: 5px;
  border-top: 1px solid rgba(93, 98, 61, 0.15);
}
#cart_process .inner .confirm_box .confirm_confirm_box button {
  width: 100%;
  margin-top: 10px;
}
#cart_process .inner .area_box {
  margin: 30px 0;
  border: rgba(93, 98, 61, 0.15) 1px solid;
  border-radius: 5px;
}
#cart_process .inner .area_box .area_top {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(199, 206, 207, 0.3);
}
#cart_process .inner .area_box .area_top h6 {
  margin-right: 20px;
}
#cart_process .inner .area_box .area_body {
  padding: 10px 20px;
}
#cart_process .inner .area_box .area_body .row_box {
  max-width: 500px;
}
#cart_process .inner .area_box .area_body .row_box input[type=text],
#cart_process .inner .area_box .area_body .row_box input[type=email],
#cart_process .inner .area_box .area_body .row_box input[type=password],
#cart_process .inner .area_box .area_body .row_box textarea,
#cart_process .inner .area_box .area_body .row_box select {
  margin: 0;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background-color: #fff;
}
#cart_process .inner .area_box .area_body .row_box .row {
  width: 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart_process .inner .area_box .area_body .row_box .row.fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cart_process .inner .area_box .area_body .row_box .row .row_title {
  width: 100px;
  margin-right: 10px;
  padding: 5px 0;
}
#cart_process .inner .area_box .area_body .row_box .row .col {
  padding: 10px;
}
#cart_process .inner .area_box .area_body .row_box .row .col-10 {
  width: 10%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-20 {
  width: 20%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-30 {
  width: 30%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-40 {
  width: 40%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-50 {
  width: 50%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-60 {
  width: 60%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-70 {
  width: 70%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-80 {
  width: 80%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-90 {
  width: 90%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-100 {
  width: 100%;
}
#cart_process .inner .area_box .area_body .row_box .row .col-f1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cart_process .inner .area_box .area_body .row_box .row .loc_box {
  padding-right: 0 !important;
}
#cart_process .inner .area_box .area_body .row_box .row .loc_box + input {
  margin-top: 10px;
}
#cart_process .inner .area_box .area_body .row_box .row .loc_box,
#cart_process .inner .area_box .area_body .row_box .row .loc_box > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
#cart_process .inner .area_box .area_body .row_box .row .loc_box:nth-last-child(1),
#cart_process .inner .area_box .area_body .row_box .row .loc_box > div:nth-last-child(1) {
  padding-right: 0;
}
#cart_process .inner .area_box .area_body .row_box .row .loc_box select,
#cart_process .inner .area_box .area_body .row_box .row .loc_box > div select {
  width: 100%;
  display: block;
}
#cart_process .inner .area_box .area_body .pay_note {
  display: none;
}
#cart_process .inner .area_box .area_body .pay_note.active {
  display: block;
}
#cart_process .inner .area_box .store-info-block {
  border: #eee 1px solid;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
#cart_process .inner .btn_box {
  width: 100%;
  margin: 30px 0;
}
#cart_process .inner .btn_box .form_btn {
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #cart_process .inner .confirm_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cart_process .inner .confirm_box .buy_items_box {
    width: 100%;
    margin-right: 0;
  }
  #cart_process .inner .confirm_box .buy_items_box .write_note_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cart_process .inner .confirm_box .buy_items_box .write_note_box textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  #cart_process .inner .confirm_box .buy_items_box .write_note_box .coupon_box {
    width: 100%;
  }
  #cart_process .inner .confirm_box .confirm_confirm_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #cart_process .inner .area_box .area_body .row_box .row .row_title {
    width: 100% !important;
  }
}

#cart_result .inner {
  margin: 50px auto;
  padding: 50px 0;
}
#cart_result .inner.border {
  padding: 50px 20px;
  border-radius: 20px;
  border: 1px solid rgba(93, 98, 61, 0.15);
}
#cart_result .inner .finish_icon {
  width: 70px;
  margin-bottom: 10px;
}
#cart_result .inner > h6 {
  margin-bottom: 20px;
}
#cart_result .inner .payment_table_box {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid rgba(93, 98, 61, 0.15);
  border-radius: 10px;
  text-align: left;
  display: inline-block;
}
#cart_result .inner .payment_table_box table tr td {
  padding: 5px;
}
#cart_result .inner .payment_table_box table tr td:nth-child(1) {
  padding-right: 30px;
}
#cart_result .inner .form_btn {
  display: inline-block;
}

#service_note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: rgba(126, 143, 141, 0.08);
}
#service_note .menu_outer {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  min-width: 250px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#service_note .menu_outer .menu {
  width: 100%;
  max-width: 400px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
#service_note .menu_outer .menu .menu_item {
  width: 100%;
  padding: 10px 40px 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
  color: #7E8F8D;
}
#service_note .menu_outer .menu .menu_item.active {
  color: #45605D;
}
#service_note .menu_outer .menu .menu_item.active h6::after {
  opacity: 1;
}
#service_note .menu_outer .menu .menu_item:hover {
  color: #45605D;
}
#service_note .menu_outer .menu .menu_item h6 {
  position: relative;
}
#service_note .menu_outer .menu .menu_item h6::after {
  content: "";
  width: 20px;
  height: 15px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(/assets/img/decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#service_note .menu_outer .menu .menu_item .search {
  position: relative;
}
#service_note .menu_outer .menu .menu_item .search input[type=text] {
  margin: 0;
  padding-left: 35px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background-color: #fff;
}
#service_note .menu_outer .menu .menu_item .search button {
  width: 20px;
  position: absolute;
  left: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#service_note .menu_outer .menu .menu_item .search button img {
  width: 100%;
}
#service_note .inner {
  width: 70%;
  margin: 0;
  padding-left: 5%;
  position: relative;
}
#service_note .inner .note_box {
  margin-bottom: 40px;
}
#service_note .inner .note_box .title {
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #C8CECF;
}
#service_note .inner .note_box .title img {
  width: 20px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
#service_note .inner .note_box .note_item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#service_note .inner .note_box .note_item .num {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #45605D;
}
#service_note .inner .note_box .note_item > .num + p {
  width: calc(100% - 35px);
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #service_note {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #service_note .menu_outer {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #service_note .menu_outer .menu {
    max-width: 80%;
    margin: auto;
    padding: 30px 0;
    position: relative;
    top: 0;
  }
  #service_note .menu_outer .menu .menu_item {
    width: 100%;
    margin-right: 15px;
    padding: 5px 0;
    display: inline-block;
    text-align: left;
  }
  #service_note .menu_outer .menu .menu_item h6::after {
    display: none;
  }
  #service_note .menu_outer .menu .menu_item.active h6::after {
    display: inline-block;
  }
  #service_note .inner {
    width: 80%;
    margin: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #service_note .menu_outer .menu {
    max-width: 90%;
  }
  #service_note .inner {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #service_note .inner {
    width: 90%;
  }
}/*# sourceMappingURL=main.css.map */