@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
header {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 130px);
  padding-top: 65px;
  padding-left: 165px;
  background-color: #f0eef1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.active {
  padding-top: 35px;
  padding-bottom: 20px;
}

header.active .logo {
  width: 220px;
}

header.active .userStatus {
  top: 60px;
  margin-left: 100px;
}

header .logo {
  width: 247px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .announcement {
  position: relative;
  right: 0;
  display: none;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 170px;
  letter-spacing: 0.2em;
  color: #000;
  font-family: "cwtexfangsong", serif;
  font-size: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .announcement span {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

header .announcement.active {
  margin-left: auto;
}

header .announcement:before {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
  content: '公告';
  font-weight: 700;
}

header .userStatus {
  position: absolute;
  top: 100px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 15px;
  border-top: 1px solid #0c0445;
  width: 350px;
  height: auto;
}

header .userStatus_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 40px;
  cursor: pointer;
}

header .userStatus_icon:last-child {
  margin-right: 0;
}

header .loginStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0c0445;
  width: 19px;
  height: 19px;
}

header .loginStatus:after {
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 5px;
}

header .cart,
header .fav,
header .user {
  position: relative;
  width: 30px;
  height: 25px;
  margin-right: -2px;
  font-size: 0;
}

.menu_btn .line > div, .menu_btn .line:before, .menu_btn .line:after {
  background-color: #1e017e;
  width: 28px;
  height: 2px;
}

.aside {
  position: fixed;
  z-index: 52;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #f0eef1;
  border-right: 1px solid #d3d3d3;
  -webkit-transition: all 0.5s ease 0.75s;
  -moz-transition: all 0.5s ease 0.75s;
  -o-transition: all 0.5s ease 0.75s;
  -ms-transition: all 0.5s ease 0.75s;
  transition: all 0.5s ease 0.75s;
  width: 130px;
  height: 100vh;
}

.aside.active {
  background-color: #d9d8e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.aside .talk {
  display: none;
}

.group_box {
  position: fixed;
  z-index: 52;
  bottom: 12px;
  left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  color: #808080;
  font-family: 'Cinzel';
}

.group_box a {
  position: relative;
  display: block;
  padding: 30px 25px;
  letter-spacing: 0.15em;
  font-size: 14px;
}

.group_box a:before {
  position: absolute;
  top: 31px;
  right: 0;
  content: '';
  background-color: #e1e1e1;
  width: 1px;
  height: 14px;
}

.group_box a:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #969698;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.group_box a.active:after {
  width: 100%;
}

.group_box a:last-child {
  border-right: 0;
}

.group_box a:last-child:before {
  display: none;
}

.menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.menu_btn.active {
  background-color: #d9d8e2;
}

.menu_btn.active .line {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu_btn.active .line > div {
  -webkit-transform: rotate(18.7deg);
  -ms-transform: rotate(18.7deg);
  transform: rotate(18.7deg);
}

.menu_btn.active .line:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu_btn.active .line:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu_btn .line {
  position: relative;
}

.menu_btn .line > div {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_btn .line:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: '';
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_btn .line:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mailBlk {
  position: fixed;
  z-index: 52;
  top: 0;
  left: 0;
  padding-top: 130px;
  padding-bottom: 80px;
  padding-bottom: 70px;
  padding-left: 130px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #d9d8e2;
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  -ms-transition: all 1.1s ease;
  transition: all 1.1s ease;
  width: 100vw;
  height: 100vh;
}

.mailBlk.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mailBlk form {
  position: relative;
  width: 100%;
  height: 100%;
}

.mail_title {
  margin-bottom: 13vh;
  letter-spacing: 0.1em;
  font-family: 'Cinzel';
  font-size: 24px;
}

.mail_note {
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0.1em;
  color: #808080;
  font-family: "cwtexfangsong", serif;
  font-size: 15px;
  line-height: 1.5em;
}

.mail_content {
  position: relative;
  width: 100%;
  max-width: 1470px;
  height: 100%;
  margin: 0 auto;
}

.mail_bigblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mail_block1 {
  width: 550px;
}

.mail_block2 {
  position: relative;
  width: 58%;
  max-width: 830px;
}

.textarea_note {
  position: relative;
  padding: 0;
  letter-spacing: 0.2em;
  font-size: 18px;
  color: #5d5d5d;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, white 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-repeating-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-repeating-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(#ccc 0px, #ccc 1px, transparent, transparent 1px, transparent 41px);
  background-attachment: local;
  font-family: "cwtexfangsong", serif;
  line-height: 41px;
  width: 100%;
  height: 145px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.textarea_note:focus {
  outline: none;
}

.textareaBox {
  padding: 30px 40px;
  border: 1px solid rgba(115, 115, 115, 0.2);
  width: 100%;
  height: 288px;
}

.textareaBox.error .tip {
  color: #af1e1e;
}

.textareaBox_title {
  margin-bottom: 45px;
  letter-spacing: 0.4em;
  font-family: "cwtexfangsong", serif;
  font-size: 17px;
}

.mail_block1 label:last-child .lane {
  border-bottom: 0;
}

.mail_block1 label:first-child .lane {
  padding-top: 0;
}

.mail_block1 .lane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
}

.mail_block1 .lane_title {
  width: 125px;
  margin-right: 10%;
  padding-right: 24px;
  letter-spacing: 0.4em;
  color: #101010;
  font-family: "Cinzel", "cwtexfangsong", serif;
  font-size: 17px;
}

.mail_block1 .lane_content {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  width: 60%;
}

.mail_block1 .lane_content .tip {
  position: absolute;
  right: 0;
  top: 0;
}

.mail_block1 .lane_content input {
  background-color: transparent;
  font-family: "cwtexfangsong", serif;
  font-size: 17px;
  width: 100%;
  height: 100%;
}

.mail_block1 .lane_content select {
  background-color: transparent;
  font-size: 17px;
  width: 100%;
  height: 100%;
}

.codeBlk {
  margin-top: 25px;
  padding-left: 40px;
}

.codeBlk .lane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.codeBlk .codetitle {
  margin-right: 50px;
  letter-spacing: 0.4em;
  color: #101010;
  font-size: 17px;
  min-width: 70px;
}

.codeBlk .front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.codeBlk input {
  width: 42%;
}

.sendBlk {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 275px;
  height: 63px;
}

.sendBlk.sub {
  pointer-events: none;
}

.sendBlk.sub .sendbtn {
  opacity: 0;
}

.sendBlk.sub .sendok {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.sendBlk.sub .sendok:before {
  width: 92px;
}

.sendbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  letter-spacing: 0.4em;
  color: #fff;
  background-color: #202165;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.sendok {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.sendok:before {
  display: block;
  content: '';
  -webkit-transition: width 0.5s ease 0.15s;
  -o-transition: width 0.5s ease 0.15s;
  transition: width 0.5s ease 0.15s;
  background-color: #0c0445;
  width: 0;
  height: 1px;
}

.codeimg {
  position: relative;
  border: 1px solid rgba(115, 115, 115, 0.2);
  width: 174px;
  height: 43px;
}

.closeBlk {
  position: absolute;
  top: 0;
  right: 15px;
}

.closebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  width: auto;
  height: 15px;
}

.closebtn .boxBtn {
  margin: 0;
}

.closebtn .noteDirect {
  overflow: hidden;
  width: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.closebtn:before {
  position: relative;
  display: block;
  margin-right: 12px;
  content: '';
  background-color: #0c0445;
  width: 45px;
  height: 1px;
}

.select_arrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: 9px;
  height: 9px;
}

.menuBlk {
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  padding-bottom: 70px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #d9d8e2;
  -webkit-transition: all 1.1s ease;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  -ms-transition: all 1.1s ease;
  transition: all 1.1s ease;
  width: 100vw;
  height: 100vh;
}

.menuBlk.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menuBlk_banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 625px;
  height: 530px;
}

.menuBlk_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.menuBlk_banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menu_content {
  position: relative;
  max-width: 1600px;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}

.menu_content .logo {
  position: relative;
  top: 50px;
}

.menu_content .trademark {
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 0.05em;
  color: #808080;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5em;
}

.menu_content .sociltyBlk {
  position: absolute;
  right: 60px;
  bottom: 0;
  left: initial;
}

.menuBlk_list {
  position: absolute;
  bottom: 14%;
  width: 50%;
  max-width: 768px;
  margin-top: 40px;
  margin-bottom: 55px;
  padding-left: 0;
  list-style-type: none;
  letter-spacing: 0.4em;
  color: #101010;
  font-size: 20px;
}

.menuBlk_list li {
  position: relative;
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menuBlk_list li.active {
  color: #0c0445;
}

.menuBlk_list li:hover .hover_target:before {
  width: 45px;
}

.menuBlk_list li:hover .hover_target:after {
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  background-color: #0c0445;
}

.menuBlk_list li a {
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  height: 100%;
}

.menuBlk_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.menuBlk_list li:last-child a {
  padding-bottom: 0;
}

.menuBlk_list .hover_target {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -7px;
  width: 75px;
  height: 15px;
}

.menuBlk_list .hover_target:before {
  display: block;
  content: '';
  background-color: #0c0445;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  width: 0px;
  height: 1px;
}

.menuBlk_list .hover_target:after {
  display: block;
  content: '';
  -webkit-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  background-color: transparent;
  background-color: #0c0445;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 10px;
  height: 10px;
}

.group_box_btn {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .closebtn:hover .noteDirect {
    visibility: visible;
    width: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .closebtn:hover .boxBtn {
    -webkit-transform: translateX(15px) rotate(135deg);
    -ms-transform: translateX(15px) rotate(135deg);
    transform: translateX(15px) rotate(135deg);
    background-color: transparent;
  }
  .sendbtn:hover {
    background-color: #c8adbf;
  }
}

@media only screen and (max-height: 750px) {
  .menuBlk {
    padding-bottom: 50px;
  }
  .menuBlk_list {
    bottom: 25px;
  }
  .menuBlk_list li a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-height: 650px) {
  .menu_content .logo {
    display: none;
  }
}

@media only screen and (max-width: 1800px) {
  .menu_content {
    max-width: 1500px;
  }
}

@media only screen and (max-width: 1650px) {
  .menu_content {
    max-width: 1200px;
  }
  .menuBlk_list {
    width: 40%;
  }
}

@media only screen and (max-height: 750px) {
  .mail_title {
    margin-bottom: 9vh;
  }
  .mailBlk {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .mail_block1 .lane {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 1500px) {
  header {
    width: calc(100% - 90px);
    padding-left: 45px;
  }
  header .logo {
    width: 200px;
  }
  .menuBlk_banner {
    width: 500px;
    height: 425px;
  }
  .mailBlk {
    padding-left: 90px;
  }
  .aside {
    width: 90px;
  }
  .group_box {
    left: 45px;
  }
  .mail_content {
    max-width: 1000px;
  }
  .mail_block1 {
    width: 40%;
  }
  .mail_block1 .lane_title {
    margin-right: 0;
  }
  .mail_block2 {
    width: 50%;
  }
}

@media only screen and (max-width: 1350px) {
  header {
    padding-top: 30px;
    padding-left: 30px;
  }
  header .announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 70px;
  }
  header .userStatus {
    width: 200px;
  }
  header .userStatus_icon {
    margin-right: 20px;
  }
  .menu_content {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1025px) {
  header.active .announcement {
    position: absolute;
    right: 450px;
  }
}

@media only screen and (max-width: 1150px) {
  .menu_content {
    max-width: 900px;
  }
  .mailBlk {
    padding-top: 90px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .mail_title {
    margin-bottom: 50px;
  }
  .mail_content {
    height: auto;
  }
  .mail_block1 .lane {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sendBlk {
    position: relative;
    margin-top: 35px;
    margin-left: auto;
  }
  .group_box a:before {
    top: 22px;
  }
  .sendbtn {
    margin-right: 0;
    margin-left: auto;
  }
  .mail_bigblock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mail_block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
  .mail_block1 label {
    width: 45%;
  }
  .mail_block1 label:last-child .lane {
    border-bottom: 1px solid #737373;
  }
  .mail_block2 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  header.active {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.active .logo {
    width: 105px;
    margin-top: 7px;
  }
  header .logo {
    margin-top: 27px;
    margin-left: 40px;
  }
  header .announcement {
    top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    height: 52px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 45px;
    background-color: #e1e4e5;
    font-size: 15px;
  }
  header .userStatus {
    right: 0;
    left: 0;
    top: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    padding-bottom: 11px;
    border-top: 0;
    border-bottom: 1px solid #0c0445;
  }
  header .userStatusWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    opacity: 0.95;
    background-color: #f0eef1;
  }
  header.active .userStatus {
    margin-left: auto;
    top: 0;
  }
  header .announcement:before {
    margin-right: 12px;
    min-width: 40px;
  }
  .menuBlk_banner {
    display: none;
  }
  .menuBlk {
    padding-left: 40px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .menu_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .menu_content .sociltyBlk {
    position: relative;
    right: initial;
    width: 100%;
    margin-bottom: 50px;
  }
  .menu_content .trademark {
    position: absolute;
    bottom: 0;
    width: 265px;
    font-family: Arial;
  }
  .menu_content .logo {
    display: none;
  }
  .menuBlk_list {
    position: relative;
    bottom: initial;
    width: 63%;
    margin-bottom: 15vh;
  }
  .menuBlk_list li a {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .mail_note {
    position: relative;
  }
  .group_box_btn {
    position: fixed;
    z-index: 50;
    top: 107px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.27, 1.2);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.27, 1.2);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.27, 1.2);
    background-color: #c8adbf;
    width: 55px;
    height: 55px;
  }
  .group_box_btn.active {
    top: 52px;
    right: 55px;
  }
  .group_box_btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(55.5deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(55.5deg);
    transform: translateX(-50%) translateY(-50%) rotate(55.5deg);
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 1px;
    height: 0px;
  }
  .group_box_btn .talk {
    display: block;
    width: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .group_box_btn .st0 {
    fill: #fff;
  }
  .group_box_btn.open .talk {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  .group_box_btn.open:after {
    height: 25px;
    opacity: 1;
  }
  .aside {
    top: 52px;
    right: 0;
    left: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 0;
    width: 55px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .aside .menu_btn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #0c0445;
    width: 55px;
    height: 55px;
  }
  .group_box {
    position: fixed;
    z-index: 13;
    top: 107px;
    right: 55px;
    left: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 90px);
    height: 55px;
    -webkit-transform: translateX(calc(100% + 120px));
    -ms-transform: translateX(calc(100% + 120px));
    transform: translateX(calc(100% + 120px));
    letter-spacing: 0.2em;
    opacity: 1;
    opacity: 0;
    color: #ffffff;
    background-color: #c8adbf;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .group_box.open {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
    opacity: 1;
  }
  .group_box.active {
    top: 52px;
    right: 110px;
    width: calc(100% - 110px);
  }
  .group_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 15px;
  }
  .menu_btn .line > div,
  .menu_btn .line:after,
  .menu_btn .line:before {
    background-color: #fff;
  }
}

@media only screen and (max-width: 650px) {
  header .announcement {
    padding-left: 20px;
  }
  header .cart,
  header .fav,
  header .user {
    width: 35px;
  }
  .mail_block1 label:last-child .lane {
    border-bottom: 0;
  }
  .sendBlk {
    margin-right: auto;
  }
  .mailBlk {
    z-index: 52;
    padding-right: 0;
    padding-left: 0;
  }
  .codeBlk,
  .mail_block1,
  .mail_note,
  .mail_title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .mail_content {
    padding-bottom: 40px;
  }
  .codeBlk {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .mail_block1 label {
    width: 100%;
  }
  .mail_block1 .lane {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mail_block1 .lane_content {
    width: 100%;
    margin-top: 15px;
  }
  .mail_block1 .lane {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mail_note {
    width: 250px;
    margin-bottom: 35px;
  }
  .codeBlk .codetitle {
    margin-right: 20px;
  }
  .sendbtn {
    margin: 0 auto;
  }
  .codeBlk .lane {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .codeBlk .front {
    width: 100%;
    margin-bottom: 30px;
  }
  .codeimg {
    width: 100%;
  }
  .textarea_note {
    padding: 0;
    background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-repeating-linear-gradient(transparent, transparent 35px, #ccc 35px, #ccc 36px, transparent 36px);
    background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-repeating-linear-gradient(transparent, transparent 35px, #ccc 35px, #ccc 36px, transparent 36px);
    background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent 35px, #ccc 35px, #ccc 36px, transparent 36px);
    line-height: 36px;
  }
  .closeBlk {
    right: 40px;
  }
}

.cartBlk,
.collectionBlk {
  position: fixed;
  z-index: 52;
  top: 0;
  right: 0;
  padding: 100px 0 40px 65px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fbfbfb;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 520px;
  height: 100vh;
}

.cartBlk.active,
.collectionBlk.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cartBlk_wrap,
.collectionBlk_wrap {
  position: relative;
  height: 100%;
  padding-top: 115px;
}

.cart_close,
.collection_close {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.cart_close:hover span,
.collection_close:hover span {
  width: 50px;
}

.cart_close:hover:after,
.collection_close:hover:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: transparent;
}

.cart_close:before,
.collection_close:before {
  display: block;
  content: '';
  background-color: #0c0445;
  width: 45px;
  height: 1px;
}

.cart_close:after,
.collection_close:after {
  display: block;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #0c0445;
  background-color: #0c0445;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart_close span,
.collection_close span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cartStatus,
.collectionStatus {
  position: absolute;
  top: 0;
  right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cartStatus .collection,
.collectionStatus .collection {
  width: 30px;
  height: 25px;
}

.spinnerBox {
  width: 82px;
  border: 1px solid #d8d8d8;
}

.cartBlk .ui-widget {
  position: relative;
  display: block;
  height: 30px;
  text-align: center;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cartBlk .ui-button-text-only .ui-button-text {
  padding: 0;
}

.cartBlk .ui-spinner a.ui-spinner-down {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 30px;
  cursor: pointer;
  border-right: 1px solid #d8d8d8;
  background-color: transparent;
}

.cartBlk .ui-spinner a.ui-spinner-down:after {
  display: block;
  content: '-';
  color: #080808;
}

.cartBlk .ui-spinner a.ui-spinner-down.disable:after {
  color: #d8d8d8;
}

.cartBlk .ui-spinner a.ui-spinner-up {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 30px;
  cursor: pointer;
  border-left: 1px solid #d8d8d8;
}

.cartBlk .ui-spinner a.ui-spinner-up:after {
  position: relative;
  top: 1px;
  display: block;
  content: '+';
  color: #080808;
}

.cartBlk .ui-spinner a.ui-spinner-up.disable:after {
  color: #d8d8d8;
}

.cartBlk input {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.cartBlk .ui-state-default .ui-icon {
  background-size: 0;
}

.cartList_wrap,
.collectionList_wrap {
  position: relative;
  overflow: hidden;
  width: calc(100% - 30px);
  max-height: calc(100% - 80px);
  margin-bottom: 30px;
  padding-right: 35px;
}

.cartList_wrap {
  max-height: calc(100% - 210px);
}

.cartList_wrap .spinnerBox {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.cart_item,
.collection_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

.cart_item.disable .item_buy,
.collection_item.disable .item_buy {
  opacity: 0.1;
  background-color: transparent;
}

.cart_item:last-child,
.collection_item:last-child {
  margin: 0;
}

.cart_item .item_img,
.collection_item .item_img {
  display: block;
  min-width: 88px;
  margin-right: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 88px;
  height: 88px;
}

.cart_item .item_title,
.collection_item .item_title {
  width: 80%;
  display: block;
  color: #272727;
  font-size: 17px;
  line-height: 1.7em;
}

.cart_item .item_info,
.collection_item .item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart_item .item_price,
.collection_item .item_price {
  letter-spacing: 0.05em;
  color: #808080;
  font-family: Microsoft JenHei;
  font-size: 13px;
  line-height: 1em;
}

.cart_item .item_fixPrice,
.collection_item .item_fixPrice {
  margin-bottom: 10px;
}

.cart_item .item_sellPrice,
.collection_item .item_sellPrice {
  position: relative;
  display: inline-block;
}

.cart_item .item_sellPrice:after,
.collection_item .item_sellPrice:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  content: '';
  background-color: #808080;
  width: 100%;
  height: 1px;
}

.cart_item .item_del,
.collection_item .item_del {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 12px;
  cursor: pointer;
  border-left: 1px solid #808080;
}

.cart_item .item_buy,
.collection_item .item_buy {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #1d1d1d;
  border-radius: 3px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 5px 5px 20px #eee;
  box-shadow: 5px 5px 20px #eee;
  font-size: 17px;
  width: 62px;
  height: 33px;
}

.cartInfo {
  position: relative;
  width: calc(100% - 30px);
  margin-top: 50px;
  margin-bottom: 45px;
  padding-right: 35px;
  letter-spacing: 0.05em;
  font-size: 17px;
}

.cartInfo .cartTotal {
  color: #808080;
  font-size: 16px;
}

.cartInfo .cartTotalPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "cwtexfangsong", serif;
}

.cartInfo .cartMoney {
  font-family: Arial;
  font-size: 24px;
}

.shopBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.4em;
  color: #fff;
  background-color: #202165;
  font-size: 17px;
  width: calc(100% - 65px);
  height: 65px;
}

@media only screen and (min-width: 1025px) {
  .collection_item:not(.disable) .item_buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .collection_item:not(.disable) .item_buy:hover {
    color: #fff;
    background-color: #272991;
  }
}

@media only screen and (max-width: 650px) {
  .cartBlk,
  .collectionBlk {
    z-index: 52;
    width: 100%;
    padding-top: 30px;
    padding-left: 40px;
  }
  .cartBlk_wrap,
  .collectionBlk_wrap {
    padding-top: 85px;
  }
  .cartList_wrap,
  .collectionList_wrap {
    width: 100%;
  }
  .cart_item,
  .collection_item {
    padding-bottom: 80px;
  }
  .cart_item .item_img,
  .collection_item .item_img {
    margin-right: 18px;
  }
  .spinnerBox {
    right: initial;
    bottom: 30px;
    left: 125px;
  }
  .cart_item .item_del,
  .collection_item .item_del {
    top: initial;
    right: 0;
    bottom: 35px;
  }
  .collection_item .item_buy {
    right: initial;
    bottom: 30px;
    left: 125px;
  }
  .cart_item .item_title,
  .collection_item .item_title {
    font-size: 16px;
    line-height: 1.5em;
  }
  .cartStatus,
  .collectionStatus {
    top: -4px;
    right: 40px;
  }
  .cart_close span,
  .collection_close span {
    margin-right: 5px;
    margin-left: 5px;
  }
}

footer {
  position: relative;
  background-color: #fff;
  padding-top: 110px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 555px;
}

.footer_content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.footer_nav {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0 auto;
  letter-spacing: 0.2em;
}

.footer_nav li {
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.4em;
  font-family: "cwtexfangsong", serif;
  font-size: 18px;
  border-right: 1px solid #e1e1e1;
}

.footer_nav li:last-child {
  border-right: 0;
  padding-right: 0;
}

.footer_title {
  letter-spacing: 0.2em;
  font-size: 26px;
  color: #000;
  font-family: "cwtexfangsong", serif;
}

.gotop_btn {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 115px;
  cursor: pointer;
}

.gotop_btn:hover .boxBtn {
  background-color: transparent;
  -webkit-transform: translateY(-10px) rotate(225deg);
  -ms-transform: translateY(-10px) rotate(225deg);
  transform: translateY(-10px) rotate(225deg);
}

.gotop_btn:hover .noteDirect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.gotop_btn .boxBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gotop_btn .noteDirect {
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gotop_btn:after {
  content: '';
  width: 1px;
  height: 60px;
  display: block;
  background-color: #0c0445;
  margin: 10px auto 0;
}

.boxBtn {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #0c0445;
  border: 1px solid #0c0445;
  margin: 0 auto;
  width: 11px;
  height: 11px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.multiBlk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 130px;
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #231815;
}

.worktime {
  margin-right: 110px;
}

.worktime_title {
  position: relative;
  font-size: 18px;
  text-shadow: 0 0.01em 0.01em black;
  letter-spacing: 0.2em;
  font-family: "Cinzel", "cwtexfangsong", serif;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.worktime_title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.63;
  width: 16px;
  height: 1px;
}

.worktime_content {
  font-family: "Cinzel", "cwtexfangsong", serif;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.worktime_note {
  letter-spacing: 0.2em;
  margin-top: 12px;
  font-family: "cwtexfangsong", serif;
  font-size: 15px;
  color: #000000;
}

.contactList {
  position: relative;
  list-style-type: none;
  font-size: 14px;
  width: 385px;
  padding: 0;
  margin-top: 0;
  font-family: "cwtexfangsong", serif;
  letter-spacing: 0.2em;
}

.contactList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.contactList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contactList .list_title {
  font-family: "Cinzel", "cwtexfangsong", serif;
  font-weight: 700;
  width: 70px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactList .list_content {
  color: #808080;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  width: 45%;
}

.contactList .list_time {
  position: relative;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactList .list_time:before {
  position: relative;
  content: '';
  display: inline-block;
  top: 0;
  -webkit-transform: rotate(15.8deg);
  -ms-transform: rotate(15.8deg);
  transform: rotate(15.8deg);
  margin-right: 15px;
  background-color: #e1e1e1;
  width: 1px;
  height: 13px;
}

.paymethod {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px 6px;
}

.paymethod_box {
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 116px;
  height: 51px;
}

.multBlkEnd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sociltyBlk {
  position: relative;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon_link {
  position: relative;
  width: 34px;
  height: 34px;
  margin-right: 20px;
}

.icon_link:last-child {
  margin-right: 0;
}

.icon_link .icon_before {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon_link .icon_after {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trademark {
  position: relative;
  font-size: 12px;
  color: #808080;
  font-family: Arial;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 1025px) {
  .icon_link:hover .icon_before {
    opacity: 0;
  }
  .icon_link:hover .icon_after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1350px) {
  .footer_content {
    max-width: 1000px;
  }
  .worktime {
    margin-right: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  footer {
    padding-top: 70px;
    height: auto;
    padding-bottom: 120px;
  }
  .footer_content {
    width: calc(100% - 90px);
  }
  .footer_nav {
    display: none;
  }
  .footer_title {
    text-align: center;
  }
  .multiBlk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
    padding-bottom: 30px;
  }
  .worktime {
    margin-right: 40px;
  }
  .paymethod {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .paymethod_box {
    margin: 0 6px;
  }
}

@media only screen and (max-width: 725px) {
  footer {
    padding-bottom: 70px;
  }
  .footer_title {
    font-size: 18px;
  }
  .worktime_title {
    font-size: 14px;
  }
  .footer_content {
    width: calc(100% - 80px);
  }
  .multiBlk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
  }
  .contactList {
    width: 100%;
    letter-spacing: 0.1em;
    border-top: 1px solid #424242;
    padding-top: 15px;
    font-size: 13px;
  }
  .contactList .list_content {
    width: 100px;
  }
  .contactList .list_time {
    width: 109px;
  }
  .contactList .list_title {
    padding-right: 15px;
    width: 68px;
  }
  .multBlkEnd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .multBlkEnd .sociltyBlk {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .multBlkEnd .trademark {
    width: 215px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
  }
  .worktime {
    width: auto;
    max-width: 400px;
    margin-bottom: 40px;
    margin-right: 0;
    text-align: center;
  }
  .worktime_title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .paymethod_box {
    height: 45px;
    margin: 0 2px;
  }
  .paymethod_box:first-child {
    margin-left: 0;
  }
  .paymethod_box:last-child {
    margin-right: 0;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Newspaper effect ======

*/
/* preview styles */
/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

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

.jump_box_style .closeBlk {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
}

.jump_box_style .boxBtn {
  border-color: #fff;
  background-color: #fff;
}

.jump_box_style .closebtn:before {
  background-color: #fff;
}

.jump_box_style .inputbox {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}

.jump_box_style .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.jump_box_style .box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-bottom: 35px;
}

.login_codeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.login_codeline .code_img {
  width: calc(38% - 4px);
  margin-top: 0;
}

#login_from .box .block .title,
#sucess_msg .box .block .title {
  font-size: 20px;
}

#login_from .box .block .login_msg,
#sucess_msg .box .block .login_msg {
  font-size: 16px;
}

#login_from .box .block .forgot_link,
#sucess_msg .box .block .forgot_link {
  font-size: 15px;
}

#login_from .box .block .button_box .link_button,
#sucess_msg .box .block .button_box .link_button {
  font-size: 16px;
}

#login_from .box .block .login_msg,
#sucess_msg .box .block .login_msg {
  height: 230px;
}

#login_from .box .block:first-child,
#sucess_msg .box .block:first-child {
  padding-right: 45px;
}

#login_from .box .block .line .login_codeline .inputbox {
  width: calc(62% - 4px);
  margin-bottom: 0;
}

#login_from .box .block .button_box .link_button.login_button,
#sucess_msg .box .block .button_box .link_button.login_button {
  background-color: #272991;
  border-radius: 0;
}

#login_from .box .block .button_box .link_button {
  background-color: #202165;
  border-radius: 0;
}

.code_img {
  margin-top: 15px;
  font-size: 0;
  line-height: 1;
}

#login_from .box .block .forgot_link {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  #login_from .box .block .login_msg {
    height: auto;
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 650px) {
  #login_from .box .block .button_box,
  #sucess_msg .box .block .button_box {
    margin-right: auto;
    margin-left: auto;
  }
  #login_from .box .block .button_box .link_button {
    margin-right: auto;
    margin-left: auto;
  }
  #login_from .box .block .button_box.regis,
  #sucess_msg .box .block .button_box.regis {
    position: relative;
    bottom: initial;
    left: initial;
  }
  .jump_box_style .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jump_box_style .box .block {
    width: 100%;
  }
  #login_from .box,
  #sucess_msg .box,
  .jump_box_style .box {
    padding: 40px 0;
  }
  #login_from .box .block {
    padding-right: 30px;
    padding-left: 30px;
  }
  #login_from .box .block:first-child {
    padding-right: 30px;
  }
  #login_from .box .block:last-child {
    padding-left: 30px;
  }
  .mfp-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  #login_from .box .block .forgot_link {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  #login_from .box .block .button_box .link_button {
    width: 200px;
  }
  #login_from .box .block:first-child,
  #sucess_msg .box .block:first-child {
    padding-bottom: 50px;
  }
  .acoount_block .account_box .field_box .line label {
    display: block;
  }
  .code_img {
    text-align: center;
  }
}

#load {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0eef1;
  width: 100%;
  height: 100%;
}

#load .decorate {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 17px;
}

#load .decorate:before {
  content: '';
  position: relative;
  display: block;
  background-color: #8b8b8b;
  width: 75px;
  height: 1px;
}

#load .decorate:after {
  content: '';
  position: relative;
  display: block;
  background-color: #8b8b8b;
  width: 75px;
  height: 1px;
}

.loadbar {
  position: relative;
}

.loadbar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: attr(data-progress-text);
  font-size: 16px;
  color: #000271;
  letter-spacing: 0.1em;
  font-family: Arial;
  text-align: center;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

select {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
}

br {
  font-family: sans-serif;
}

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

.ui-widget {
  font-family: "Cinzel", "cwtexfangsong", Myriad Pro, Microsoft JhengHei, Open Sans, Myriad, Aria, sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  font-family: "Cinzel", "cwtexfangsong", Myriad Pro, Microsoft JhengHei, Open Sans, Myriad, Aria, sans-serif;
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  letter-spacing: 0.2em;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.2em;
  -webkit-appearance: inherit;
}

.page_content {
  position: relative;
  overflow: hidden;
  margin-left: 130px;
  background-color: #f0eef1;
}

@media only screen and (max-width: 1500px) {
  .page_content {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .page_content {
    margin-left: 0;
    padding-top: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
