html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap'); */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  /* font-family: 'HYZhongDengXianJ'; */
  /* font-family: 'HYYiSongJ'; */
  font-family: 'Source Han Sans', '思源黑体', 'Noto Sans CJK SC', 'HanHei SC', 'Microsoft YaHei', sans-serif;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol,
li {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: url('../images/icons/icon-search2.svg'), auto !important;
}

.home {
  margin-top: 108px;
  position: relative;
}

.home-bg {
  position: relative;
  overflow: hidden;
}

.home-bg::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 600px;
  position: absolute;
  background-position: left top;
  background-size: 340px auto;
  background-repeat: repeat-y;
  background-image: url('../images/icons/bg_01.png');
  z-index: -1;
}

.home-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-position: right top;
  background-size: 420px auto;
  background-repeat: repeat-y;
  background-image: url('../images/icons/bg_02.png');
  z-index: -1;
}

.banner {
  position: relative;
}

.banner img {
  display: block;
}

.banner .swiper-slide {
  position: relative;
  cursor: pointer;
}

.banner .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner .banner-text {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: none;
  padding-bottom: 40px;
}

.banner .banner-text > div {
  width: 100%;
  height: 100%;
}

.banner .banner-text .txt1 {
  font-size: 30px;
  line-height: 42px;
  /* font-family: "HYZhongHeiJ"; */
  margin-bottom: 9px;
}

.banner .banner-text .txt2 {
  font-size: 60px;
  line-height: 72px;
  /* font-family: "HYYaKuHei-85J"; */
  margin-bottom: 30px;
}

.banner .banner-text .txt3 {
  font-size: 50px;
  line-height: 50px;
  /* font-family: "HYZhongDengXianJ"; */
}

.banner .banner-text .txt4 {
  font-size: 26px;
  /* font-family: "HYYaKuHei-85J"; */
  line-height: 31px;
  margin-top: 10px;
}

.home-nav {
  padding: 20px 0;
  background-color: #bd9e84;
  color: #ffffff;
}

.home-nav .year {
  font-size: 60px;
  line-height: 1;
  margin-right: 10px;
  opacity: 0.56;
}

.home-nav .text {
  font-size: 18px;
}

.home-nav .link {
  color: #ffffff;
  margin-left: 30px;
  font-size: 22px;
}

.home-nav .link .icon {
  margin-right: 10px;
  height: 46px;
}

.home-nav .link .global {
  height: 52px;
}

.home-nav .link .arrow {
  margin-left: 10px;
}

.summary {
  padding: 90px 0 110px;
  background: url('../images/icons/bg_03.png');
  background-position: left 10%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.summary .main {
  max-width: 700px;
}

.summary .main .title {
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 103px;
  position: relative;
  /* font-family: "HYZhongHeiJ"; */
}

.summary .main .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: -10px;
  z-index: 2;
}

.summary .main p {
  font-size: 18px;
  line-height: 28px;
  color: #919191;
  letter-spacing: 1px;
  /* font-family: "HYZhongDengXianJ"; */
}

.hot-photographers {
  overflow: hidden;
  /* margin-bottom: 60px; */
}

.hot-photographers .title {
  font-size: 40px;
  line-height: 1.4;
  color: #333333;
  position: relative;
  margin-bottom: 40px;
}

.search-box {
  position: relative;
  margin-bottom: 80px;
}

.search-box::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -10px;
  z-index: 2;
}

.search-box .search-btn {
  width: 80px;
  height: 30px;
  background: #eeeeee;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  color: #919191;
  /* font-family: "HYZhongHeiJ"; */
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.search-box .search-btn img {
  width: 15px;
  margin-left: 4px;
  margin-top: 4px;
}

.search-box .search-wrapper {
  width: 882px;
  /* height: 380px; */
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -441px;
  top: 55px;
  z-index: 6;
  padding: 40px 30px 40px 60px;
  /* font-family: "HYZhongHeiJ"; */
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  display: none;
}

.search-box .search-wrapper .search-close {
  width: 45px;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 6;
  padding: 5px;
  cursor: pointer;
  border: 1px dotted #919191;
}

.search-box .simplebar-scrollbar:before {
  background-color: #ffffff;
}

.search-box .search-wrapper-content {
  width: 100%;
  height: 180px;
  padding-right: 30px;
}

.search-box .search-wrapper .search-close img {
  width: 100%;
  display: block;
}

.search-box .search-wrapper-input {
  padding-left: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
  position: relative;
}

.search-box .search-wrapper-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url('../images/icons/icon-search.png');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.search-box .search-wrapper-input input {
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  color: #ffffff;
  outline: none;
  border: 0;
}

.search-box .search-wrapper-notFound {
  font-size: 16px;
}

.search-box .search-wrapper .order-rule {
  font-size: 22px;
  margin-bottom: 20px;
}

.search-box .search-wrapper .name-group {
  margin-bottom: 8px;
}

.search-box .search-wrapper .letter {
  font-size: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
}

.search-box .search-wrapper .name-g-list {
  display: flex;
  flex-wrap: wrap;
}

.search-box .search-wrapper .name-g-list a {
  margin-right: 50px;
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
}

.search-box .search-wrapper .name-g-list a:hover {
  color: #919191;
}

.sub-nav .search-box {
  margin-bottom: 0;
}

.sub-nav .search-box .search-btn {
  width: 100%;
  font-size: 30px;
  margin: 0;
  color: #ffffff;
  background-color: initial;
  line-height: 50px;
  justify-content: flex-start;
  height: auto;
}

.sub-nav .search-box .search-btn img {
  height: auto;
  width: 30px;
  margin-top: 0;
}

.sub-nav .search-box .search-wrapper {
  right: -40px;
  left: initial;
}

.photographers-icon {
  margin: 0 0 40px;
}

.photographers-icon .p-title {
  flex: 0 1 510px;
}

.photographers-icon .china {
  flex: 0 0 80px;
  width: 81px;
  height: 30px;
  background: #bd9e84;
  text-align: center;
  line-height: 30px;
  margin-left: 20px;
}

.photographers-title-en {
  font-size: 50px;
  line-height: 1.2;
  color: #bd9e84;
  margin-bottom: 30px;
  text-align: center;
  opacity: 0.5;
}

.photographers-title {
  font-size: 40px;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  margin-bottom: 55px;
}

.photographers-title img {
  margin: 0 10px;
}

.summary .margin-bottom {
  margin-bottom: 30px;
}

.view-all {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 30px;
  white-space: nowrap;
  color: #919191;
  transition: all 0.2s;
}

.view-all img {
  width: 7px;
  margin-left: 8px;
}

.view-all:hover {
  color: rgba(189, 158, 132, 1);
}

.other-pages {
  padding-top: 30px;
}

.other-pages .view-all {
  font-size: 22px;
  line-height: 30px;
  margin: 0 20px;
  color: #ffffff;
  background-color: rgba(102, 102, 102, 1);
  padding: 5px 30px;
}

.other-pages .view-all img {
  width: 24px;
  margin-left: 5px;
}

.photographers-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 100px;
}

.photographers-list .list-item {
  padding: 0 8px;
  margin-bottom: 40px;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
}

.photographers-list .list-item .photographers-photo {
  overflow: hidden;
  height: auto;
  position: relative;
}

.photographers-list .list-item .photographers-photo::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.photographers-list .list-item .photographers-photo img {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.photographers-list .list-item .photographers-photo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.photographers-list .list-item .photographers-photo a {
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photographers-list .list-item .photographers-name {
  font-size: 14px;
  height: 26px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* font-family: "Noto Sans JP"; */
  /* position: absolute;
	left: 8px;
	right: 8px;
	bottom: 0; */
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
  padding: 5px 0;
}

.sort-warning {
  font-size: 14px;
  /* font-family: "HYZhongHeiJ"; */
  font-weight: 400;
  color: #919191;
  line-height: 20px;
  margin-bottom: 20px;
}

.cooperation-lecturer {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.cooperation-lecturer .name {
  flex: 1 0 165px;
  margin-bottom: 90px;
  text-align: center;
}

.cooperation-lecturer a {
  color: inherit;
}

.works-display {
  margin-bottom: 100px;
}

.works-display .title {
  font-size: 40px;
  line-height: 1.4;
  color: #333333;
  position: relative;
  margin-bottom: 80px;
}

.works-display .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -10px;
  z-index: 2;
}

.works-display .view-all {
  margin-bottom: 35px;
  margin-top: 5px;
}

.works-display .introl {
  font-size: 18px;
  color: #919191;
  line-height: 28px;
  max-width: 862px;
  margin: 22px auto 0;
  text-align: center;
  letter-spacing: 1px;
}

.work-tag-left {
  padding-right: 10px;
  position: relative;
  max-width: 1000px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.work-tag-left .tag-open {
  position: absolute;
  width: 13px;
  height: 15px;
  background: url(../images/icons/icon_drop.png) no-repeat center/contain;
  bottom: 40px;
  z-index: 6;
  right: 0;
  cursor: pointer;
  transform: rotate(180deg);
  transition: transform 0.1s;
}

.work-tag-left .tag-open.drop {
  transform: none;
  bottom: 10px;
}

.work-tag-list {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.work-tag-list.close {
  height: 34px;
  transition: all 0.2s;
}

.work-tag-list .tag-item {
  margin-right: 20px;
  background-color: #eeeeee;
  font-size: 16px;
  height: 34px;
  color: #333333;
  padding: 0 14px;
  line-height: 34px;
  margin-bottom: 30px;
  transition: all 0.2s;
}

.work-tag-list .tag-item a {
  color: #333333;
  transition: all 0.2s;
}

.work-tag-list .tag-item a img {
  vertical-align: middle;
  margin-right: 3px;
}

.work-tag-list svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}

.work-tag-list svg path {
  transition: all 0.2s;
}

.work-tag-list .tag-item.active,
.work-tag-list .tag-item:hover {
  background-color: #bd9e84;
  color: #ffffff;
}

.work-tag-list .tag-item.active a,
.work-tag-list .tag-item:hover a {
  color: #ffffff;
}

.work-tag-list .tag-item.active svg path,
.work-tag-list .tag-item:hover svg path {
  fill: #ffffff;
}

.ohter-works {
  width: 150px;
  height: 30px;
  background: #333333;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 60px auto 0;
  transition: 0.2s linear;
}

.ohter-works .icon {
  width: 13px;
  height: 13px;
  margin-left: 9px;
  margin-top: 4px;
}

.ohter-works:hover {
  opacity: 0.8;
}

.hot-model-list {
  margin-bottom: 60px;
}

.hot-model-list .title {
  font-size: 40px;
  line-height: 1.4;
  color: #333333;
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}

.hot-model-list .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -10px;
  z-index: 2;
}

.hot-model-list .introl {
  font-size: 18px;
  color: #919191;
  line-height: 28px;
  max-width: 862px;
  margin: 0 auto 60px;
  text-align: center;
  letter-spacing: 1px;
}

.model-list-nav {
  width: 100%;
  height: 80px;
  background: #bd9e84;
  margin-bottom: 80px;
}

.model-list-nav .nav-item {
  margin: 0 20px;
  padding: 10px;
}

.model-list-nav .nav-item a {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.model-list-nav .nav-item .icon {
  width: 12px;
  margin-right: 4px;
  display: block;
}

.camera-mode-main {
  margin-bottom: 40px;
}

.camera-mode-name {
  color: #333333;
  height: 26px;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
}

.camera-mode-name .position {
  position: absolute;
  top: -130px;
}

.camera-mode-d-name {
  max-width: 1160px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 70px;
}

.camera-mode-d-name span {
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  /* font-family: "HYYaKuHei-85J"; */
}

.camera-mode-d-name span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  border-bottom: 1px solid #333333;
}

.camera-mode-nav {
  margin-bottom: 40px;
}

.camera-mode-nav .nav-item {
  margin-right: 50px;
}

.camera-mode-nav .nav-item a {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 28px;
  /* font-family: "HYZhongHeiJ"; */
}

.camera-mode-nav .nav-item .icon {
  width: 12px;
  margin-right: 10px;
}

.camera-list {
  margin-left: -20px;
  margin-right: -20px;
}

.camera-list .list-item {
  padding: 0 10px;
  margin-bottom: 40px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.camera-list .list-item .camera-photo {
  margin-bottom: 15px;
  overflow: hidden;
  height: auto;
  position: relative;
}

.camera-list .list-item .camera-photo::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.camera-list .list-item .camera-photo img {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.camera-list .list-item .camera-photo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.camera-list .list-item .camera-photo a {
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.camera-list .list-item .camera-name {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* font-family: "Noto Sans JP"; */
}

/* 相机--富士合作摄影师 */
.camera-page {
  padding-top: 150px;
  overflow: hidden;
}

.camera-page .bottom {
  background-color: #313332;
  padding: 24px 0 38px;
}

.camera-page .camera-mode-main,
.camera-page .photographers-list {
  margin-bottom: 80px;
}

.camera-mode-title {
  font-size: 42px;
  line-height: 1.4;
  color: #333333;
  position: relative;
  margin-bottom: 103px;
}

.camera-mode-title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 86px;
  margin-left: -10px;
  z-index: 2;
}

.camera-page .year {
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  margin-bottom: 40px;
}

.review_list {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 120px;
}

.review_list .review_list_item {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 20px;
}

.review_list .review_list_item a {
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 31px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* font-family: "HYYaKuHei-85J"; */
}

.review_list .review_list_item a:hover {
  opacity: 0.8;
}

.review_list .review_list_item .bg1 {
  background-image: url('../images/img/review_01.jpg');
}

.review_list .review_list_item .bg2 {
  background-image: url('../images/img/review_02.jpg');
}

.review_list .review_list_item .bg3 {
  background-image: url('../images/img/review_03.jpg');
}

.back-home {
  width: 150px;
  height: 30px;
  background: #333333;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  display: block;
  margin: 80px auto 200px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* font-family: "HYZhongHeiJ"; */
}

.back-home:hover {
  opacity: 0.8;
  /* color: #ffffff; */
}

/* 机型作品展示 */
.camera-info {
  margin-top: 190px;
  margin-bottom: 74px;
}
.camera-info .camera-img {
  flex: 0 0 260px;
  margin-right: 80px;
}

.camera-info .camera-name {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  margin-bottom: 30px;
  /* font-family: "HYYaKuHei-85J"; */
}
.camera-info .camera-introl {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 26px;
  /* font-family: "HYZhongHeiJ"; */
}

.camera-works-list {
  margin-left: -20px;
  margin-right: -20px;
  display: -ms-flexbox !important;
  display: flex !important;
}

.camera-works-list .camera-works-item {
  padding: 0 20px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 60px;
  /* font-family: "HYJinKaiJ"; */
}

.camera-works-list .camera-works-item .img {
  margin-bottom: 10px;
}

.camera-works-list .camera-works-item .img img {
  display: block;
}

/* æ‘„å½±å¸ˆ */

/* 摄影师 */
.photographer-info-wrapper .back-home {
  margin-bottom: 130px;
}
.photographer-info::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/icons/bg_03.png');
  background-position: left center;
  background-size: 40%;
  background-repeat: no-repeat;
  z-index: 0;
}
.photographer-info::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/icons/bg_06.png');
  background-position: right top;
  background-size: 45%;
  background-repeat: no-repeat;
  z-index: 0;
}

.photographer-info {
  margin-top: 110px;
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}
.photographer-info > div {
  position: relative;
  z-index: 2;
}
.photographer-info .photographer-img {
  flex: 0 0 260px;
  margin-right: 80px;
}

.photographer-info .photographer-name {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  margin-bottom: 30px;
  position: relative;
}

.photographer-info .photographer-name::before {
  content: '';
  width: 420px;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 1px solid #878787;
}

.photographer-info .photographer-name::after {
  content: '';
  width: 124px;
  position: absolute;
  left: 0;
  bottom: -11px;
  border-bottom: 3px solid #bd9e84;
}

.photographer-info .photographer-introl {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 26px;
}

.photographer-info .hidden .photographer-introl {
  height: 104px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.photographer-info .dropDown {
  width: 12px;
  height: 12px;
  margin: 10px auto 13px;
  cursor: pointer;
}

.photographer-info .dropDown .icon {
  display: block;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.photographer-info .hidden .icon {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}

.social-account {
  font-size: 16px;
  font-weight: normal;
  color: #919191;
  line-height: 20px;
  /* font-family: "HYZhongHeiJ"; */
}

.social-account ul {
  padding-left: 0;
}

.social-account ul li {
  display: flex;
  align-items: center;
}

.social-account ul li + li {
  margin-left: 20px;
  position: relative;
}

.social-account ul li + li::before {
  content: '|';
  left: -10px;
  top: 0px;
  position: absolute;
  font-size: 12px;
}

.social-account .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.social-account ul li a {
  color: #919191;
}

.photography-experience {
  padding: 30px;
  background: #f3f3f3;
  margin-bottom: 120px;
}

.photography-experience .content {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  padding: 0;
  /* font-family: "HYZhongHeiJ"; */
}

.photography-experience .content h4 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}

.use-camera {
  background-color: #919191;
  padding: 80px 0;
  background-color: #373737;
  background-image: url('../images/img/camera_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.use-camera .title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  margin-bottom: 113px;
  position: relative;
  /* font-family: "HYYaKuHei-85J"; */
}

.use-camera .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -10px;
}

.use-camera .list {
  margin-left: -15px;
  margin-right: -15px;
}

.use-camera .list .list-item {
  padding: 0 15px;
  margin-bottom: 40px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.use-camera .list .list-item .camera-photo {
  margin-bottom: 22px;
  overflow: hidden;
  height: auto;
  position: relative;
}

.use-camera .list .list-item .camera-photo::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.use-camera .list .list-item .camera-photo img {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.use-camera .list .list-item .camera-photo:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.use-camera .list .list-item .camera-photo a {
  background: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.use-camera .list .list-item .camera-name {
  font-size: 20px;
  line-height: 1;
  height: 20px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* font-family: "HYJinKaiJ"; */
}

.camera-works-display {
  margin-bottom: 100px;
}

.camera-works-display .title {
  font-size: 42px;
  line-height: 50px;
  color: #333333;
  position: relative;
  margin-bottom: 113px;
  /* font-family: "HYYaKuHei-85J"; */
}

.camera-works-display .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 76px;
  margin-left: -10px;
  z-index: 2;
}

/* 自荐页 */
.recommendation-title {
  font-size: 42px;
  line-height: 1.4;
  color: #333333;
  position: relative;
  margin-bottom: 22px;
}

.recommendation-txt {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  max-width: 1200px;
  margin: 0 auto 86px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

.recommendation-txt::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -10px;
  z-index: 2;
}

.recommendation {
  padding-bottom: 138px;
  background-color: #f5f5f5;
}
.recommendation .banner {
  background-color: #313332;
  padding: 24px 0 38px;
  margin-bottom: 60px;
}

.recommendation .info {
  max-width: 800px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin: 0 auto 100px;
  letter-spacing: 1px;
}

.recommendation .fill {
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  position: relative;
  margin-bottom: 73px;
}

.recommendation .fill::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: -10px;
  z-index: 2;
}

.recommendation .click-start {
  width: 150px;
  height: 30px;
  background: #333333;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  transition: 0.2s linear;
  /* font-family: "HYZhongDengXianJ"; */
}

.recommendation .click-start .icon {
  width: 14px;
  height: 14px;
  margin-left: 9px;
  margin-top: 4px;
}

.recommendation .click-start:hover {
  opacity: 0.8;
}

.photographic-works {
  padding-top: 150px;
  padding-bottom: 120px;
}

.photographic-works .works-list {
  margin-bottom: 70px;
}

.photographic-works .search-input {
  max-width: 600px;
  height: 40px;
  margin: 0 auto 40px;
  background-color: #eeeeee;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  user-select: none;
  transition: all 0.3s;
}

.photographic-works .search-input .icon {
  flex: 0 0 40px;
  height: 40px;
  background-color: #8a8a8a;
  margin-right: 18px;
  background-image: url(../images/icons/icon-search-w.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.photographic-works .search-input:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7) !important;
}

.photographic-works .search-box::after {
  display: none;
}

.photographic-works .photo-tag-list {
  margin: 20px 0 120px;
}

.photographic-works .photo-tag-list ul {
  font-size: 16px;
  color: #666666;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.photographic-works .photo-tag-list .tag-item {
  white-space: nowrap;
  margin-right: 36px;
  margin-bottom: 14px;
  position: relative;
}

.photographic-works .photo-tag-list .tag-item.line::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d8d8d8;
}

.photographic-works .photo-tag-list .tag-item a {
  padding: 12px;
  color: #666666;
  position: relative;
  display: block;
  transition: all 0.2s;
}

.photographic-works .photo-tag-list .tag-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #333333;
  opacity: 0;
  transition: all 0.2s;
  z-index: 6;
}

.photographic-works .photo-tag-list .tag-item.active a,
.photographic-works .photo-tag-list .tag-item:hover a {
  color: #333333;
}

.photographic-works .photo-tag-list .tag-item.active a::after,
.photographic-works .photo-tag-list .tag-item:hover a::after {
  opacity: 1;
}

.photographic-works .photo-tag-list .all-areas {
  overflow: inherit;
}

.photographic-works .photo-tag-list .all-areas .areas-list {
  width: 760px;
  position: absolute;
  background-color: rgba(31, 31, 31, 0.9);
  padding: 20px;
  left: 0;
  top: 40px;
  z-index: 1;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}

.photographic-works .photo-tag-list .all-areas .show {
  display: flex !important;
}

.photographic-works .photo-tag-list .all-areas .areas-list a {
  display: inline-block;
  flex: 0 0 120px;
}

.photographic-works .photo-tag-list .all-areas .tag-item.active .areas-list a,
.photographic-works .photo-tag-list .all-areas .tag-item:hover .areas-list a {
  color: inherit;
}

.photographic-works .photo-tag-list .all-areas .areas-list a:hover {
  color: #ffffff !important;
}

.photographic-works .title {
  font-size: 30px;
  line-height: 1.4;
  color: #333333;
  position: relative;
  margin-bottom: 113px;
  margin-top: 140px;
}

.photographic-works .title img {
  height: 26px;
}

.photographic-works .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: -10px;
  z-index: 2;
}

.photographic-works .margin-top-1 {
  margin-top: 0;
}

.photographic-works .pagination {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}

.photographic-works .pagination a {
  color: inherit;
}

.photographic-works .pagination .page-link {
  padding: 5px 12px;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.3s;
}

.photographic-works .pagination .prev .page-link,
.photographic-works .pagination .next .page-link {
  background-color: #eeeeee;
}

.photographic-works .pagination .page-link:hover {
  background-color: #bbbbbb;
}

.photographic-works .pagination .total {
  margin: 0 25px;
}

.photographic-works .pagination .pageNum {
  width: 40px;
  height: 40px;
  background-color: #eeeeee;
  border: 0;
  margin: 0 10px;
  transition: all 0.3s;
  padding: 5px;
}

.photographic-works .pagination .pageNum:focus-visible {
  background-color: #bbbbbb;
  outline: none;
}

.photographic-works .pagination .jumpPage {
  background-color: #eeeeee;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.photographic-works .pagination .jumpPage:hover {
  background-color: #bbbbbb;
}

.works-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.works-list .grid {
  background-color: #ffffff;
  width: 100%;
}

.works-list .grid-sizer,
.works-list .grid-item {
  width: 25%;
  flex: 0 0 25%;
}

.works-list .grid-item {
  height: auto;
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  padding: 0 10px;
  margin-bottom: 50px;
  cursor: pointer;
}

.work-display-content .works-list .grid-item {
  margin-bottom: 30px;
}

.works-list .grid-item a {
  display: block;
  margin-bottom: 10px;
}

.works-list .grid-item img {
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: block;
}

.works-list .grid-item img:hover {
  transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.works-list .grid-item .icon_cup,
.camera-works-list .icon_cup {
  width: 15px;
  cursor: pointer;
}

.works-list .works-award-name,
.camera-works-list .works-award-name {
  margin-bottom: 13px;
  font-size: 14px;
  position: relative;
}

.works-list .grid-item .works-award-name {
  margin-bottom: 0;
}

.works-list .works-award-name .name,
.camera-works-list .works-award-name .name {
  margin-left: 8px;
}

.works-list .works-award-name a,
.camera-works-list .works-award-name a {
  margin-bottom: 0;
}

.works-list .text2 {
  margin-top: 5px;
  color: #8a8a8a;
}

.fancybox__thumbs {
  display: none;
}

.resume-information {
  width: 720px;
  background-color: #ffffff;
  padding: 40px;
}

.resume-information .title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  margin-bottom: 63px;
  position: relative;
  /* font-family: "HYYaKuHei-85J"; */
}

.resume-information .title::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 66px;
  margin-left: -10px;
  z-index: 2;
}

.resume-information .list {
  margin-bottom: 30px;
}

.resume-information .list .list-item {
  padding: 0 14px;
}

.resume-information .info {
  background-color: #ededed;
  padding: 10px 20px;
}

.resume-information .info .txt1 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  /* font-family: "HYZhongHeiJ"; */
}

.resume-information .info .txt1::after {
  content: '';
  bottom: -10px;
  left: 0;
  right: 60px;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
}

.resume-information .info .txt2 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  /* font-family: "HYZhongDengXianJ"; */
}

.resume-information .notes {
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  margin-top: 40px;
  /* font-family: "HYZhongHeiJ"; */
}

.resume-information .notes a {
  color: #666666;
}

.resume-information .notes a:hover {
  text-decoration: underline;
}

.home-video {
  max-width: 1200px;
  margin: 0 auto 126px;
  overflow: hidden;
  padding: 0 10px;
}

.home-video .video-js {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

.home-video .swiper-slide {
  width: 628px;
  transform: scale(0.7);
  transition: all 0.3s;
  /* transform-style: preserve-3d; */
  /* transition-property: transform; */
  opacity: 0.8;
}

.home-video .swiper-slide a {
  display: block;
}

.home-video .swiper-slide .vjs-big-play-centered .vjs-big-play-button {
  display: none;
}

.vjs-has-started .vjs-big-play-button {
  display: none !important;
}

.home-video .swiper-slide-prev {
  transform: translate3d(180px, 0px, 0) scale(0.7);
}

.home-video .swiper-slide-prev::before,
.home-video .swiper-slide-next::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 66;
  position: absolute;
  cursor: pointer;
}

.home-video .swiper-slide-next {
  transform: translate3d(-180px, 0px, 0) scale(0.7);
}

.home-video .swiper-slide-active {
  transform: none;
  opacity: 1;
  z-index: 99;
}

.home-video .swiper-slide-active .vjs-big-play-centered .vjs-big-play-button {
  display: block;
}

.home-video .vjs-poster {
  background-color: transparent;
}

.play-btn {
  font-size: 2em;
  line-height: 1.4em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.play-btn:before {
  content: '\f101';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.home-video .play-btn {
  display: none;
}

.home-video .swiper-slide-active .play-btn {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 666;
  background-color: #1f1f1f;
  left: 0;
  top: 0;
  padding-top: 8px;
}
.header.header-line::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  height: 10px;
  background-color: #bd9e84;
  z-index: 2;
}
.header .logos {
  width: 100%;
  height: 110px;
  position: relative;
}

.header .logos img {
  height: 27px;
}

.header-menu {
  height: 32px;
  position: relative;
  margin-left: 70px;
  cursor: pointer;
  user-select: none;
}

.header-menu span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  margin: 14px 0;
  transition: all 0.3s;
}

.header-menu::before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.header-menu::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.header-menu.open span {
  opacity: 0;
}

.header-menu.open::before {
  width: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  top: 14px;
}

.header-menu.open::after {
  width: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  bottom: 14px;
}

.header .sub-nav {
  width: 270px;
  height: auto;
  background-color: rgba(31, 31, 31, 0.9);
  position: absolute;
  right: 0;
  top: 110px;
  padding: 40px;
  /* font-family: "HYZhongDengXianJ"; */
  display: none;
}

.header .sub-nav > a {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  transition: all 0.3s;
}

.header .sub-nav a:hover {
  opacity: 0.8;
}

.footer {
  width: 100%;
  height: 145px;
  background-color: #1f1f1f;
  color: #ffffff;
  /* font-family: "HYZhongDengXianJ"; */
  line-height: 1;
}

.footer .content {
  padding: 40px;
}

.footer .content .left img {
  height: 27px;
  width: auto;
}

.footer .content .left .txt {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 20px;
}

.footer .content .right {
  font-size: 18px;
}

.video-wrapper {
  padding: 215px 0 100px;
}

.video-wrapper .video-list {
  max-width: 1180px;
  margin: -10px auto;
  display: flex;
  flex-wrap: wrap;
}

.video-wrapper .video-list-item {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
}

.video-wrapper .video-list-item a {
  position: relative;
  display: block;
  padding-top: 55%;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.video-wrapper .video-list-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: none;
}

.video-wrapper .video-list-item a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) !important;
}

.video-wrapper .video-list-item a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 1280px;
  height: 720px;
}

.share-dialog {
  width: 220px;
  padding: 10px 15px;
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
  color: #4d4d4d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 66;
}

.share-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 40px;
  background-image: url('../images/icons/bg_05.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 81.8%;
}

.share-wrapper .img-logo {
  width: 140px;
  max-width: 100%;
  margin-bottom: 50px;
}

.share-wrapper .title {
  max-width: 370px;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 50px;
  color: #bd9e84;
  opacity: 0.5;
}

.share-wrapper .share-weixin-code {
  flex: 1 1 200px;
  font-size: 22px;
  margin-left: 40px;
}

.share-wrapper .share-info {
  padding-top: 50px;
  padding-bottom: 50px;
}

.share-wrapper .share-info-left {
  flex: 1 1 320px;
}

.share-wrapper .share-info-left .name {
  font-size: 42px;
  font-weight: bold;
}

.share-wrapper .share-info-left .line {
  margin-bottom: 35px;
  border-bottom: 1px solid #878787;
  position: relative;
}
.share-wrapper .share-info-left .line::before {
  content: '';
  width: 38%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  height: 3px;
  background-color: #bd9e84;
}

.share-wrapper .share-list-item {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 30px;
}

.share-wrapper .share-list-item svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.share-wrapper .share-list-item img {
  width: 20px;
  margin-right: 5px;
}

.bottom-text1 {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 1.5;
  margin-bottom: 40px;
}

.bottom-text2 {
  font-size: 20px;
  color: #bd9e84;
  line-height: 1.5;
}

.testimonial {
  margin-bottom: 50px;
  padding: 135px 45px 60px;
  font-size: 32px;
  color: #333333;
  line-height: 50px;
  background-image: url(../images/img/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 top;
}

.testimonial-footer {
  text-align: right;
  font-size: 22px;
  color: #333333;
  line-height: 1.5;
  padding-top: 10px;
}

.testimonial-footer .image {
  width: 120px;
  margin-bottom: 5px;
}

@media screen and (max-width: 576px) {
  .share-wrapper .img-logo {
    margin-bottom: 30px;
  }
  .share-wrapper .title {
    margin-bottom: 30px;
  }
  .share-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .share-wrapper .share-info {
    padding: 30px 0;
  }

  .share-wrapper .share-info-left .name {
    font-size: 22px;
  }

  .share-wrapper .share-weixin-code {
    font-size: 14px;
  }

  .share-wrapper .share-list-item {
    margin-bottom: 10px;
  }

  .share-wrapper .share-info-left .line {
    margin-bottom: 10px;
  }

  .share-wrapper .share-weixin-code {
    margin-left: 20px;
  }

  .bottom-text1 {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .bottom-text2 {
    font-size: 12px;
  }

  .testimonial {
    margin-bottom: 30px;
    padding: 90px 20px 30px;
    font-size: 16px;
    line-height: 20px;
    min-height: 265px;
  }

  .testimonial-footer {
    font-size: 12px;
    padding-top: 12px;
  }

  .testimonial-footer .image {
    width: 60px;
  }
}
