@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "Sans-Serif";
}

*:focus {
  outline-color: #ff0000;
  outline-style: dashed;
  outline-width: 3px;
}

html,
body {
  overflow-x: hidden;
}
html.open,
body.open {
  overflow-y: hidden;
  height: 100vh;
}

body {
  background-image: url(../images/bg2.jpg);
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

span > a:visited,
p > a:visited {
  color: rgb(85, 26, 139);
}

a:focus,
button:focus {
  outline-color: #ff0000;
  outline-style: dashed;
  outline-width: 3px;
}

.wrapper {
  margin: 0 auto;
}

.acc-show-at-focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  display: block;
  width: 0.063rem;
  height: 0.063rem;
  padding: 0;
  margin: -0.063rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
}
.acc-show-at-focus:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.decoration {
  height: 36px;
  position: relative;
  z-index: 1;
  background-image: url(../images/ch02.gif);
  background-repeat: repeat-x;
}

.container {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding-top: 10px;
}
.container::before, .container::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
}
.container::before {
  left: -20px;
  background: linear-gradient(to right, rgba(222, 208, 182, 0) 0%, rgba(222, 208, 182, 0) 81%, rgb(222, 208, 182) 100%);
}
.container::after {
  right: -20px;
  background: linear-gradient(to left, rgba(222, 208, 182, 0) 0%, rgba(222, 208, 182, 0) 81%, rgb(222, 208, 182) 100%);
}

header {
  padding-top: 10px;
}
header.container {
  padding-top: 0;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 100%;
  max-width: 482px;
  margin-right: 10px;
}
.logo a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.logo a img {
  width: 100%;
}

.links {
  display: flex;
  align-items: center;
}

.brick {
  margin-right: 10px;
}

.site-func-list {
  display: flex;
  flex-wrap: wrap;
}
.site-func-list .item {
  padding-right: 10px;
}
.site-func-list .item a {
  display: flex;
  align-items: center;
  color: #662b00;
  line-height: 21px;
  white-space: nowrap;
}
.site-func-list .item a::before {
  content: "";
  display: block;
  background-image: url(../images/grid.svg);
  background-size: cover;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.burger {
  display: none;
  position: relative;
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #400000;
  padding: 7px;
  height: 36px;
  border: 0;
  cursor: pointer;
  width: 37px;
  margin-right: 20px;
  border-radius: 5px;
}

.burger-text {
  display: none;
}

.icon-bar {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.burger.open {
  position: relative;
  position: fixed;
  right: 0;
}

.burger.open .icon-bar {
  position: absolute;
}

.burger.open .icon-bar:nth-of-type(1) {
  transform: rotate(45deg) translate(12px, 12px);
  width: 29px;
  top: 0px;
}

.burger.open .icon-bar:nth-of-type(2) {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s ease-in-out;
}

.burger.open .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg) translate(11px, -11px);
  width: 29px;
  bottom: 0px;
}

#nav {
  width: 100%;
  max-width: 250px;
}

.slide-menu {
  width: 100%;
  max-width: 250px;
  background-color: #fff;
}
.slide-menu.en li {
  padding-left: 15px;
  padding-right: 15px;
}
.slide-menu.en li > a {
  font-size: 1.2rem;
  -moz-text-align-last: auto;
       text-align-last: auto;
  word-wrap: break-word;
}

.top-hot-key {
  position: absolute;
  left: -17px;
  top: 0;
}

.main_navbar {
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  border: 2px solid #e3e3e3;
}
.main_navbar li {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(223, 223, 223) 100%);
  padding: 8px 30px;
}
.main_navbar li a {
  display: block;
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 1.5rem;
  font-weight: 700;
  color: #594405;
  transition: 0.15s;
}
.main_navbar li a:hover {
  transform: scale(1.08);
  transition: 0.15s;
}

.box-bottom-shadow {
  box-shadow: 0px 3px 4px -1px rgb(199, 183, 150);
}

.footer_links_box {
  width: calc(100% - 160px);
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.footer_links {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer_links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
  .footer_links a {
    margin: 11px auto;
    border: 1px solid #999999;
    width: 193px;
    height: 53px;
  }
  .footer_links img {
    width: 100%;
    height: 100%;
  }
  .footer_links.virtual_box::after {
    content: "";
    flex-grow: 1;
  }
}
.slick-track {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.slick-slide.slick-current {
  transform: scale(1.35);
  position: relative;
  z-index: 1;
}

a.slick-prev,
a.slick-next {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
}
a.slick-prev:focus-visible,
a.slick-next:focus-visible {
  border-radius: 4px;
}
a.slick-prev::before,
a.slick-next::before {
  display: none;
}

footer {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0px 0px 4px rgb(175, 156, 118);
  padding-right: 20px;
  padding-left: 20px;
}
footer.container {
  justify-content: center;
  padding-bottom: 30px;
  background-color: #fff4e3;
  margin-top: 10px;
}
footer.container::before, footer.container::after {
  display: none;
}

.footer-content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-content {
  width: 30%;
  padding: 5px;
}
.footer-content p {
  color: #400000;
  font-size: 1rem;
}

.pass-2A {
  text-align: center;
  margin: 10px 0;
}
.pass-2A img {
  width: 88px;
}

/*============== float-btn ==============*/
.float-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.gotop {
  display: block;
  width: 50px;
  height: 50px;
  padding: 1px;
  border-radius: 50%;
}
.gotop::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/goindex.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (max-width: 767px) {
  .container {
    padding-right: 6%;
    padding-left: 6%;
  }
  .container::before, .container::after {
    display: none;
  }
  header.container {
    padding: 0;
  }
  #nav {
    width: 0;
  }
  .logo {
    width: 75%;
    margin: 15px 10px;
  }
  .menu-bg {
    height: 100vh;
  }
  .menu-bg,
  .links,
  .slide-menu {
    position: fixed;
    right: -767px;
    z-index: 99;
    width: 100%;
    max-width: unset;
    background-color: #fff3e3;
    transition: all ease-in-out 0.5s;
  }
  .menu-bg.open,
  .links.open,
  .slide-menu.open {
    right: 0;
    transition: all ease-in-out 0.5s;
  }
  .links {
    top: 70px;
    padding: 1rem;
  }
  .links::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    display: block;
    width: 90vw;
    height: 1px;
    margin: 0 auto;
    background-color: #595959;
  }
  .slide-menu {
    top: 180px;
    padding-bottom: 180px;
    height: calc(100vh - 180px);
    overflow: auto;
  }
  .main_navbar {
    margin-top: 20px;
    border: none;
  }
  .main_navbar li {
    background: none;
    border-bottom: 2px solid #fff;
    width: 80vw;
  }
  .main_navbar li a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .burger {
    display: flex;
  }
  .site-func-list .item {
    padding: 5px 10px 5px 0;
  }
  .footer_links_box {
    width: 100vw;
    border: none;
    transform: translate(-6%, 0);
  }
  .footer_links {
    width: calc(100% - 80px);
  }
  .footer_links a {
    margin: 11px;
    border: none;
    height: 53px;
    max-width: 193px;
    max-height: 53px;
  }
  .footer_links img {
    width: 100%;
    height: 100%;
  }
  .box-bottom-shadow {
    box-shadow: none;
  }
  footer {
    border-radius: 0;
    box-shadow: none;
  }
  footer.container {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .footer-content {
    flex-basis: 270px;
  }
  .pass-2A {
    position: absolute;
    bottom: 7px;
  }
  /*============== float-btn ==============*/
  .float-btn {
    right: 20px;
    bottom: 50px;
  }
}
/* breadcrumb style start */
/* -------------------------------- 

Primary style

-------------------------------- */
.breadcrumb {
  margin-right: auto;
  /* font-size: 1.6rem; */
  font-family: "Source Sans Pro", sans-serif;
  color: #370206;
  background-color: #ffffff;
}

.breadcrumb a {
  /* color: #ff3300; */
  text-decoration: none;
}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb,
.cd-multi-steps {
  /* width: 90%; */
  max-width: 768px;
  /* padding: 0 1.5rem; */
  /* margin: 1em auto; */
  background-color: #fff;
  border-radius: 0.25em;
}

.cd-breadcrumb:after,
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li {
  display: flex;
  align-items: center;
  float: left;
  margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "»";
  margin: 0 0.6em;
  color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #370206;
}

.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #ff3300;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #ff3300;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:first-of-type > *::before,
.cd-multi-steps.custom-icons li:first-of-type > *::before {
  /* add a custom icon before each item */
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.4em;
  margin-top: -2px;
  background: url(../images/home.svg) no-repeat 0 0;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  /* .cd-breadcrumb,
  .cd-multi-steps {
      padding: 0 1.2em;
  } */
  /* .cd-breadcrumb li,
  .cd-multi-steps li {
      margin: 1.2em 0;
  } */
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 0.5rem;
  }
  .cd-breadcrumb li > *,
  .cd-multi-steps li > * {
    font-size: 1rem;
  }
}
/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em 0.8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 0.25em 0 0 0.25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 0.25em 0.25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after,
  .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after,
  .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.5rem;
  }
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: "";
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #ff3300;
  }
  .cd-multi-steps li > *,
  .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }
  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }
  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: 0.6em 1em;
    border-radius: 0.25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *,
  .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #ff3300;
  }
  .cd-multi-steps.text-top li,
  .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after,
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before,
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before,
  .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #ff3300;
  }
  .no-touch .cd-multi-steps.text-top a:hover,
  .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #ff3300;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before,
  .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }
  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}
/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }
  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }
  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }
  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }
  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}
/* breadcrumb style end *//*# sourceMappingURL=layout.css.map */