@import "./swiper.min.css";

* {
  margin: 0;
  padding: 0;
  --font-color: #717171;
  font-family: PingFang SC;
}

@font-face {
  font-family: 'Alcubierre';
  src: url('fonts/Alcubierre-2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "PingFangSC-Medium,PingFang SC", "Source Han Sans CN", "Microsoft YaHei", -apple-system, sans-serif;
  min-width: 1200px;
}

html {
  overflow-y: scroll;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.banner img {
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  margin: 0 8px !important;
  border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.banner .swiper-pagination {
  bottom: 33px !important;
}

/* header */
.header {
  width: 100%;
  min-height: 113px;
  position: relative;
  font-size: 0;
}

.navigation {
  width: 100%;
  background-color: transparent;
  color: var(--font-color);
  border-bottom: 1px solid var(--font-color);
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}

.navigation-content {
  width: 1200px;
  margin: 0 auto;
  padding: 53px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.navigation-content img {
  height: 28px;
  width: auto;
}

.navigation-content div {
  padding-bottom: 31px;
  font-size: 22px;
  font-weight: 300;
}

.navigation-content div:not(:last-of-type) {
  margin-right: 14px;
}

.navigation-content div:first-of-type {
  margin-right: auto;
  font-size: 0;
}

.navigation-content div:not(:first-of-type) {
  width: 138px;
  text-align: center;
  line-height: 28px;
  position: relative;
}

.navigation-content div.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: var(--font-color);
}

.navigation-content div ul {
  position: absolute;
  width: 100%;
  top: 100%;
  line-height: 40px;
  text-align: center;
  display: none;
  transition: all .3s;
  font-size: 18px;
  font-weight: 100;
}

.navigation-content div ul a {
  color: var(--font-color);
  font-weight: 100;
}

/* back-top */
.page-back-top {
  text-align: center;
  font-size: 0;
}

.page-back-top img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

/* footer */
.footer {
  padding: 38px 0 50px;
  color: var(--font-color);
  font-weight: 300;
  font-size: 22px;
  border-top: 1px solid var(--font-color);
  letter-spacing: 1px;
  margin-top: 72px;
}

.footer-content {
  width: 1200px;
  margin: 0 auto;
}

.footer-content-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.footer-content-top p {
  line-height: 55px;
}

.footer-content-top img {
  width: 55px;
  height: 55px;
  margin-left: 14px;
  cursor: pointer;
}

.footer-content-top div:not(:first-of-type) {
  margin-left: 125px;
}

.footer-content-top div:last-of-type {
  margin-left: auto;
  font-size: 0;
}

.footer-content-top ul li a {
  color: var(--font-color);
}

.footer-content-top ul:not(.p-link) {
  line-height: 38px;
}

.footer-content-top .p-link {
  font-size: 18px;
  font-weight: 100;
  line-height: 32px;
  margin-bottom: 36px;
}

.footer-content-copy {
  text-align: right;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
  margin-top: 33px;
}

.home-product {
  width: 1200px;
  margin: 0 auto;
}

.home-product-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 108px 0 21px;
  border-bottom: 1px solid var(--font-color);
}

.home-product-title span {
  height: 30px;
  font-size: 40px;
  font-family: Alcubierre;
  font-weight: 400;
  color: var(--font-color);
  line-height: 30px;
}

.home-product-title img {
  height: 8px;
  width: auto;
  cursor: pointer;
}

.home-product-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.home-product-content div {
  width: 340px;
  margin-top: 61px;
  font-size: 0;
  text-align: center;

}

.home-product-content div:not(:nth-of-type(3n+1)) {
  margin-left: 90px;
}

.home-product-content img {
  width: 340px;
  height: 460px;
  margin-bottom: 44px;
}

.home-product-content span {
  font-size: 26px;
  font-weight: 100;
  color: var(--font-color);
  line-height: 41px;
  border-bottom: 1px solid var(--font-color);
}

.home-product-content p {
  padding: 20px 0 23px;
  font-size: 26px;
  font-weight: 100;
  color: var(--font-color);
}

.home-product-content a span {
  display: inline-block;
  width: 130px;
  height: 36px;
  border: 1px solid #B3B3B3;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 100;
  color: var(--font-color);
  line-height: 36px;
}

.home-culture {
  margin-top: 256px;
  width: 100%;
  height: 626px;
  margin-bottom: 72px;
  background: url(../images/home-culture-bg.jpg) no-repeat;
  background-size:100% 100%;
}

.home-culture-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 55px;
  align-items: flex-end;
}

.home-culture-content div.culture-more {
  font-size: 0;
  text-align: center;
  margin-right: 500px;
  cursor: pointer;
}

.home-culture-content div.culture-more p {
  font-size: 18px;
  font-family: Alcubierre;
  font-weight: 400;
  color: var(--font-color);
  text-align: left;
}

.home-culture-content div.culture-more img {
  height: 8px;
  width: auto;

}

.home-culture-content div.culture-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.home-culture-content div.culture-intro div:not(.intro) {
  font-size: 0;
  margin-bottom: 74px;
}

.home-culture-content div.culture-intro div img {
  height: 24px;
  width: auto;
}

.home-culture-content div.culture-intro div p {
  font-size: 22px;
  font-weight: 300;
  color: #757579;
  margin-top: 14px;
  text-align: right;
}

.home-culture-content div.culture-intro div.intro {
  text-align: left;
  width: 138px;
  font-size: 24px;
  font-weight: 100;
  color: var(--font-color);
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}

.home-culture-content div.culture-graphic {
  font-size: 0;
  margin-left: 126px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -70px;
}

.home-culture-content div.culture-graphic img {
  height: 546px;
  width: auto;
}

.home-culture-content div.culture-graphic p {
  font-size: 24px;
  font-weight: 100;
  color: #C5C3C3;
  line-height: 30px;
  margin-top: 47px;
}

/* product */
.product {
  width: 1200px;
  margin: 100px auto 0;
}

.product-tile {
  height: 59px;
  line-height: 59px;
  font-size: 32px;
  font-weight: 300;
  color: var(--font-color);
  border-bottom: 1px solid var(--font-color);
}

.product-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 61px;
}

.product-content div:not(:nth-of-type(3n+1)) {
  margin-left: 90px;
}

.product-content div {
  width: 340px;
  text-align: center;
  font-size: 0;
  margin-bottom: 96px;
}

.product-content div img {
  width: 100%;
  height: 472px;
  margin-bottom: 52px;
}

.product-content div p {
  color: var(--font-color);
}

.product-content div p:first-of-type {
  font-size: 26px;
  font-weight: 300;
}

.product-content div p:nth-of-type(2) {
  font-size: 18px;
  font-family: Alcubierre;
  font-weight: 400;
  margin: 11px 0 16px;
}

.product-content div p:last-of-type {
  font-size: 22px;
  font-weight: 300;
}

.product-content a span {
  display: inline-block;
  width: 130px;
  height: 36px;
  border: 1px solid #B3B3B3;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 100;
  color: var(--font-color);
  line-height: 36px;
  margin-top: 32px;
}

/* detail */
.detail {
  padding-top: 56px;
}

.detail-content {
  width: 1200px;
  margin: 0 auto;
}

.detail-content-bread ul {
  display: flex;
}

.detail-content-bread ul li,
.detail-content-bread ul li a {
  font-size: 32px;
  font-weight: 300;
  color: var(--font-color);
}

.detail-content-bread .arraw {
  margin: 0 16px;
}

.detail-content-info {
  padding-top: 123px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.detail-content-info div.detail-banner {
  width: 540px;
  height: 750px;
}

.detail-content-info div.detail-banner .banner {
  width: 100%;
  height: 100%;
}

.detail-banner .banner img {
  width: 100%;
  height: 100%;
}

.detail-banner .banner .swiper-pagination-bullet {
  border: 1px solid #7C7C7C;
  background-color: #fff;
}

.detail-banner .banner .swiper-pagination-bullet-active {
  background: #7C7C7C;
}

.detail-banner .banner .swiper-pagination {
  bottom: 30px !important;
}

.detail-content-info div.detail-graphic {
  margin-left: 74px;
  color: var(--font-color);
}

.detail-graphic .title {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--font-color);
}

.detail-graphic .title p:first-of-type {
  font-size: 26px;
  font-family: Alcubierre;
  font-weight: 400;
}

.detail-graphic .title p:last-of-type {
  font-size: 40px;
  font-weight: 300;
  margin-top: 8px;
}

.detail-graphic .content {
  padding-top: 37px;
}

.detail-graphic .content p {
  font-size: 22px;
  font-weight: 100;
  line-height: 38px;
}

.detail-graphic .content p.name {
  font-size: 46px;
  font-weight: 300;
}

.detail-graphic .content p.unit {
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
  margin: 39px 0 115px;
}

.detail-graphic .platform {
  font-size: 0;
  margin-top: 85px;
}

.detail-graphic .platform img {
  width: 55px;
  height: 55px;
  margin-right: 14px;
}

.detail-line {
  width: 1200px;
  margin: 64px auto 69px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-line span {
  font-size: 17px;
  font-family: Alcubierre;
  font-weight: 400;
  color: #717171;
}

.detail-line .line {
  width: 1133px;
  height: 1px;
  background-color: var(--font-color);
}

.detail-intro {
  width: 900px;
  /*background: #E5E5E6;*/
  margin: 0 auto 84px;
  text-align: center;
}

/* information */
.information {
  padding-top: 110px;
  width: 870px;
  margin: 0 auto;
  text-align: center;
}

.information div {
  width: 100%;
  height: 430px;
  line-height: 430px;
  background: #F3EDE6;
  margin-bottom: 69px;
  font-size: 36px;
  font-weight: 300;
  color: var(--font-color);
}
a:link {
  color: #717171;
}
a:visited {
  color: #717171;
}

/* brand */
.brand {
  background: #E2DBD2;
  margin-bottom: 236px;
}

.brand-header {
  width: 1200px;
  height: 934px;
  margin: 0 auto;
  padding-top: 113px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--font-color);
}

.brand-header div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.brand-header div.img {
  width: 631px;
  height: 934px;
  margin-bottom: -67px;
  text-align: right;
}

.brand-header img.main {
  width: 631px;
  height: 1058px;
}

.brand-header img.txt {
  height: 36px;
  width: auto;
  margin-top: 41px;

}

.brand-header p {
  font-size: 60px;
  font-family: GenSenMaruGothicTW;
  font-weight: 300;
  line-height: 85px;
  border-bottom: 1px solid var(--font-color);
  padding-bottom: 25px;
}

.brand-header span {
  display: inline-block;
  height: 21px;
  font-size: 21px;
  font-family: GenSenMaruGothicTW;
  font-weight: normal;
  line-height: 21px;
  padding: 15px 0;
  /*border-top: 1px solid var(--font-color);*/
  border-bottom: 1px solid var(--font-color);
  /*margin-top: 25px;*/
  letter-spacing: 1px;
  color: #717171;
  width: 360px;
}

.brand-header div.intro {
  font-size: 18px;
  font-weight: 300;
  color: var(--font-color);
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  margin-top: 123px;
  line-height: 30px;
}

.brand-concept {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.brand-concept div {
  display: flex;
  flex-direction: row;
}

.brand-concept div:first-of-type {
  z-index: 2;
}

.brand-concept div:first-of-type p:first-of-type {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 60px;
  font-weight: 300;
  color: var(--font-color);
  margin: 0 25px 0 52px;
  letter-spacing: 5px;
}

.brand-concept div:first-of-type p:first-of-type span {
  font-size: 36px;
}

.brand-concept div:first-of-type p:last-of-type {
  font-size: 43px;
  font-family: Alcubierre;
  font-weight: 400;
  color: #D7CBB8;
}

.brand-concept div:last-of-type {
  margin-top: -322px;
  z-index: 1;
  font-size: 0;
  justify-content: space-between;
}

.brand-concept div:last-of-type img {
  width: 963px;
  height: 679px;
}

.brand-concept div:last-of-type p {
  font-size: 18px;
  font-weight: 300;
  color: var(--font-color);
  line-height: 30px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  margin-left: 32px;
}

.brand-mission {
  width: 1200px;
  margin: 122px auto 69px;
  display: flex;
  flex-direction: column;
}

.brand-mission div {
  display: flex;
  flex-direction: row;
}

.brand-mission div:first-of-type {
  z-index: 2;
  justify-content: flex-end;
}

.brand-mission div:first-of-type p:first-of-type {
  font-size: 38px;
  font-family: Alcubierre;
  font-weight: 400;
  color: #D7CBB8;
}

.brand-mission div:first-of-type p:last-of-type {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 60px;
  font-weight: 300;
  color: var(--font-color);
  margin: 0 25px 0 13px;
}

.brand-mission div:first-of-type p:last-of-type span {
  font-size: 36px;
}

.brand-mission div:last-of-type {
  margin-top: -105px;
  z-index: 1;
  font-size: 0;
  justify-content: space-between;
}

.brand-mission div:last-of-type img {
  width: 943px;
  height: 546px;
}

.brand-mission div:last-of-type p {
  font-size: 18px;
  font-weight: 300;
  color: var(--font-color);
  line-height: 30px;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  margin-left: 16px;
}

/* anti */
.anti-body {
  width: 100%;
  height: 100%;
  background: url('../images/anti@2x.png') #dcdad5 no-repeat right top;
  background-size: 265px;
}

.anti {
  width: 100%;
  padding-top: 72px;
}

.anti-top {
  width: 100%;
  height: 936px;
  background: url('../images/anti-top.jpg') no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.anti-top div {
  color: var(--font-color);
  font-size: 20px;
  text-align: left;
  margin-right: 263px;
}

.anti-top div p:first-of-type {
  font-size: 60px;
  font-weight: 300;
}

.anti-top div p:last-of-type {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 19px;
}

.anti-content {
  text-align: center;
  padding: 52px 0 94px;
}

.anti-content p.title {
  font-size: 48px;
  color: var(--font-color);
  font-weight: 300;
  line-height: 65px;
}

.anti-content img.arraw {
  height: 19px;
  width: auto;
  margin: 79px 0 87px;
}

.anti-content .check-btn {
  width: 553px;
  height: 72px;
  background: var(--font-color);
  opacity: 0.57;
  border-radius: 36px;
  line-height: 72px;
  margin: 0 auto;
  font-size: 37px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 131px;
}

.anti-content p.step {
  font-size: 70px;
  font-family: Alcubierre;
  font-weight: 400;
  font-style: italic;
  color: var(--font-color);
  margin-bottom: 27px;
}

.anti-content p.toast {
  font-size: 33px;
  font-weight: 300;
  color: var(--font-color);
  line-height: 51px;
}

.anti-content p.toast span {
  font-weight: 400;
}

.anti-content img.qcode {
  width: 259px;
  height: auto;
  margin: 62px 0 115px;
}

.wxImg {
  display: none;
  width: 128px;
  height: 160px;
  position: absolute;
  bottom: 56px;
  right: -37px;
  background: url(../images/down.png) no-repeat;
  background-size: 128px 160px;
}

.wxImg img {
  width: 117px !important;
  height: 117px !important;
  float: left;
  margin-top: 6px !important;
  margin-left: 6px !important;
}
