@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  outline-color: #8a6e4b;
}
body {
  font: 12px "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
.english * {
  font-family: en_word;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
span {
  display: inline-block;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  min-width: 0.2rem;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #fff;
  width: 5px;
  border-radius: 4px;
  background-color: #8a6e4b;
}
::-webkit-scrollbar-corner {
  background-color: #fff;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #8a6e4b;
  color: #fff;
}
::-moz-selection {
  background: #8a6e4b;
  color: #fff;
}
::selection {
  background: #8a6e4b;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
a {
  outline: none;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  line-height: 1.4;
}
p {
  line-height: 1.7;
}
.english h1,
.english h2,
.english h3,
.english h4,
.english h5 {
  font-family: en_wb;
}
/* 初始定义 */
@font-face {
  font-family: 'en';
  src: url('/templates/dist/css/font/SANGBLEUSANS-REGULAR.TTF');
}
.en {
  font-family: en;
}
.english .en {
  font-family: en_word;
}
@font-face {
  font-family: 'en_word';
  src: url('/templates/dist/css/font/CrimsonText-Regular.ttf');
}
@font-face {
  font-family: 'en_wb';
  src: url('/templates/dist/css/font/CrimsonText-SemiBold.ttf');
}
.en_word {
  font-family: en_word;
}
@font-face {
  font-family: 'en_l';
  src: url('/templates/dist/css/font/SANGBLEUSANS-LIGHT.TTF');
}
.en_l {
  font-family: en_l;
}
.english .en_l {
  font-family: en_word;
}
@font-face {
  font-family: 'en_b';
  src: url('/templates/dist/css/font/SANGBLEU SANS BOLD.OTF');
}
.en_b {
  font-family: en_b;
}
.english .en_b {
  font-family: en_wb;
}
@font-face {
  font-family: 'num';
  src: url('/templates/dist/css/font/BRAND-3.TTF');
}
.num {
  font-family: num;
}
/* 定义网站色值 */
.mc {
  color: #8a6e4b;
}
.fc {
  color: #6ea97f;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #999999;
}
.d-gc {
  color: #666666;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 76%;
  max-width: 1400px;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.letter-effect .letter {
  opacity: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  min-width: 0.5em;
}
.en .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
.bxshadow {
  box-shadow: 0 7px 40px -10px rgba(29, 48, 48, 0.25);
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  backface-visibility: hidden;
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 2.6rem;
  height: 0.8rem;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #fff;
  overflow: hidden;
  border-radius: 200px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgba(97, 97, 97, 0.15);
}
.layout-btn-1:before {
  content: '';
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8a6e4b;
  opacity: 0;
  transition: opacity 0.6s ease;
  background-image: url(/templates/dist/img/z29.png);
  background-size: cover;
}
.layout-btn-1 > div {
  position: relative;
  z-index: 5;
  top: 0.23rem;
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  overflow: hidden;
}
.layout-btn-1 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-1 > div > span i {
  vertical-align: top;
}
.layout-btn-1 > div > span:first-of-type {
  color: #fff;
  transform: translateY(0.24rem);
}
.layout-btn-1 > div > span:last-of-type {
  color: #8a6e4b;
  transform: translateY(0);
}
.layout-btn-1:hover {
  border-color: transparent;
  background: transparent;
  transition: background 0.2s;
  transition-delay: 0.4s;
}
.layout-btn-1:hover:before {
  opacity: 1;
}
.layout-btn-1:hover > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1:hover > div > span:last-of-type {
  transform: translateY(-0.24rem);
}
.layout-btn-1.on {
  border-color: transparent;
  background: transparent;
  transition: background 0.2s;
  transition-delay: 0.4s;
}
.layout-btn-1.on:before {
  opacity: 1;
}
.layout-btn-1.on > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1.on > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-2 {
  position: relative;
  display: inline-block;
  max-width: 2.6rem;
  min-width: 2rem;
  height: 0.72rem;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  overflow: hidden;
  border-radius: 200px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgba(97, 97, 97, 0.07);
}
.layout-btn-2:before {
  content: '';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8a6e4b;
  opacity: 0;
  transition: opacity 0.6s ease;
  background-image: url(/templates/dist/img/z29.png);
  background-size: cover;
}
.layout-btn-2 > div {
  position: relative;
  z-index: 5;
  top: 0.22rem;
  width: 100%;
  height: 0.26rem;
  line-height: 0.26rem;
  overflow: hidden;
}
.layout-btn-2 > div > span {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  top: 0;
  width: 100%;
  font-weight: 400;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-2 > div > span i {
  vertical-align: top;
}
.layout-btn-2 > div > span:first-of-type {
  color: #fff;
  padding: 0 0.4rem;
  transform: translateY(0.24rem);
}
.layout-btn-2 > div > span:last-of-type {
  color: #8a6e4b;
  padding: 0 0.4rem;
  position: relative;
  transform: translateY(0);
}
.layout-btn-2.on {
  border-color: #8a6e4b;
  background: #8a6e4b;
  transition: border-color 0.6s ease-in-out, background 0.6s ease-in-out;
}
.layout-btn-2.on:before {
  opacity: 1;
}
.layout-btn-2.on > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-2.on > div > span:last-of-type {
  transform: translateY(-24px);
}
@media screen and (orientation: landscape) {
  .layout-btn-2:hover {
    border-color: #8a6e4b;
    background: #8a6e4b;
    transition: border-color 0.6s ease-in-out, background 0.6s ease-in-out;
  }
  .layout-btn-2:hover:before {
    opacity: 1;
  }
  .layout-btn-2:hover > div > span:first-of-type {
    transform: translateY(0);
  }
  .layout-btn-2:hover > div > span:last-of-type {
    transform: translateY(-24px);
  }
}
.layout-btn-3 {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  line-height: 1.06rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 0.5rem rgba(97, 97, 97, 0.07);
  background-color: #fff;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  backface-visibility: hidden;
}
.layout-btn-3 .mask {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.layout-btn-3 span {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.layout-btn-3 span i {
  color: #8a6e4b;
  line-height: 1;
  margin-bottom: 0.15rem;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
.layout-btn-3 span small {
  color: #8a6e4b;
  line-height: 1;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
@media screen and (orientation: landscape) {
  .layout-btn-3:hover {
    background-color: #8a6e4b;
  }
  .layout-btn-3:hover span i {
    color: #fff;
  }
  .layout-btn-3:hover span small {
    color: #fff;
  }
}
.layout-btn-4 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 2.6rem;
  height: 0.8rem;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #fff;
  overflow: hidden;
  border-radius: 200px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgba(97, 97, 97, 0.15);
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8a6e4b;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
  background-image: url(/templates/dist/img/z29.png);
  background-size: cover;
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.layout-btn-4 > div {
  position: relative;
  top: 0.27rem;
  width: 100%;
  height: 0.26rem;
  line-height: 0.26rem;
  overflow: hidden;
}
.layout-btn-4 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-4 > div > span i {
  vertical-align: top;
}
.layout-btn-4 > div > span:first-of-type {
  color: #fff;
  transform: translateY(0.24rem);
}
.layout-btn-4 > div > span:last-of-type {
  color: #8a6e4b;
  transform: translateY(0);
}
.layout-btn-4:hover {
  border-color: transparent;
  background: transparent;
  transition: background 0.2s;
  transition-delay: 0.4s;
}
.layout-btn-4:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-4:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
.layout-btn-4:hover > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-4:hover > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-4.on {
  border-color: transparent;
  background: transparent;
  transition: background 0.2s;
  transition-delay: 0.4s;
}
.layout-btn-4.on:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-4.on:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
.layout-btn-4.on > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-4.on > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-5 {
  position: relative;
  display: inline-block;
  max-width: 2.6rem;
  min-width: 2rem;
  height: 0.72rem;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  overflow: hidden;
  border-radius: 200px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgba(97, 97, 97, 0.07);
}
.layout-btn-5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8a6e4b;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: transform 0.6s ease;
  background-image: url(/templates/dist/img/z29.png);
  background-size: cover;
}
.layout-btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: transform 0.6s ease;
}
.layout-btn-5 > div {
  position: relative;
  top: 0.22rem;
  width: 100%;
  height: 0.26rem;
  line-height: 0.26rem;
  overflow: hidden;
}
.layout-btn-5 > div > span {
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  top: 0;
  width: 100%;
  font-weight: 400;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-5 > div > span i {
  vertical-align: top;
}
.layout-btn-5 > div > span:first-of-type {
  color: #fff;
  padding: 0 0.4rem;
  transform: translateY(0.24rem);
}
.layout-btn-5 > div > span:last-of-type {
  color: #8a6e4b;
  padding: 0 0.4rem;
  position: relative;
  transform: translateY(0);
}
@media screen and (orientation: landscape) {
  .layout-btn-5:hover,
  .layout-btn-5.on {
    border-color: transparent;
    background: transparent;
    transition: background 0.2s;
    transition-delay: 0.4s;
  }
  .layout-btn-5:hover:before,
  .layout-btn-5.on:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
  }
  .layout-btn-5:hover:after,
  .layout-btn-5.on:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0s;
  }
  .layout-btn-5:hover > div > span:first-of-type,
  .layout-btn-5.on > div > span:first-of-type {
    transform: translateY(0);
  }
  .layout-btn-5:hover > div > span:last-of-type,
  .layout-btn-5.on > div > span:last-of-type {
    transform: translateY(-24px);
  }
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #8a6e4b;
  color: #fff;
}
.layout-adr .parent .adr-down:after {
  content: "◆";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 8px;
  margin-top: -5px;
  color: #ffffff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.layout-adr .parent .adr-down.on {
  display: block;
}
.layout-adr .parent:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 8px;
  display: block;
  border: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.layout-adr.adr-inline .parent .con {
  padding-left: 4px;
}
.layout-adr.adr-inline .parent .con span:hover {
  background-color: #8a6e4b;
  color: #fff;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  display: none;
  height: max-content;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
  display: flex;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.1rem;
  line-height: 0.1rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.component .Tcon .pageChange > li.on {
  background-color: #000;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  backface-visibility: hidden;
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.inter {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inter > a {
  background-color: #fff;
  border-radius: 50px;
  font-size: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateX(-50%) translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: 50%;
}
.inter .items .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.inter .items .imgBox > img {
  max-width: 1.5rem;
}
.inter .items > img {
  border: 2px solid #fff;
  max-width: 1.5rem;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #8a6e4b;
  text-decoration: underline;
}
.inter .items > span {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
  display: block;
}
.inter .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #8a6e4b transparent transparent transparent;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.inter:hover .items {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
}
.inter.on .items {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
}
.inter_right {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inter_right > a {
  background-color: #fff;
  border-radius: 50px;
  font-size: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter_right .items {
  position: absolute;
  visibility: hidden;
  left: 99%;
  opacity: 0;
  transform: translateX(-5px) translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  top: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inter_right .items .imgBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 2px solid #8a6e4b;
}
.inter_right .items .imgBox > img {
  max-width: 1.5rem;
}
.inter_right .items > img {
  border: 2px solid #fff;
  max-width: 1.5rem;
}
.inter_right .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter_right .items > ul > li {
  background-color: #fff;
}
.inter_right .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter_right .items > ul > li > a:hover {
  color: #8a6e4b;
  text-decoration: underline;
}
.inter_right .items > span {
  position: relative;
  width: 20px;
  display: block;
  height: 1rem;
}
.inter_right .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #8a6e4b transparent transparent;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.inter_right:hover .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
.inter_right.on .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
.inter_left {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inter_left > a {
  background-color: #fff;
  border-radius: 50px;
  font-size: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter_left .items {
  position: absolute;
  visibility: hidden;
  right: 99%;
  opacity: 0;
  transform: translateX(-5px) translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  top: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inter_left .items .imgBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 2px solid #8a6e4b;
}
.inter_left .items .imgBox > img {
  max-width: 1.5rem;
}
.inter_left .items > img {
  border: 2px solid #fff;
  max-width: 1.5rem;
}
.inter_left .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter_left .items > ul > li {
  background-color: #fff;
}
.inter_left .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter_left .items > ul > li > a:hover {
  color: #8a6e4b;
  text-decoration: underline;
}
.inter_left .items > span {
  position: relative;
  width: 20px;
  display: block;
  height: 1rem;
}
.inter_left .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #8a6e4b;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.inter_left:hover .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
.inter_left.on .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 3rem;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: -2px;
  padding-top: 32px;
  padding-bottom: 0.3rem;
  left: 0;
  z-index: 1;
  right: 0;
  background: #fff;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(1) translate(0rem, 0.35rem);
  transform: scale(1) translate(0rem, 0.35rem);
  border-bottom-left-radius: 0.5rem;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 0.15rem 0.4rem;
  color: #333;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #8a6e4b;
}
.dropdown > ul > li.active > a {
  color: #8a6e4b;
  background-color: #fff;
}
.dropdown > span {
  cursor: pointer;
  padding: 22px 0.4rem;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  color: #333;
  border-radius: 1000px;
  background-color: #fff;
  font-size: 0.18rem;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 0.35rem;
  background: #99A3BA;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 0.35rem;
  background: #99A3BA;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0rem, 0.4rem);
  transform: scale(1) translate(0rem, 0.4rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: 600;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  backface-visibility: hidden;
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  backface-visibility: hidden;
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 80px;
  }
  /templates/dist/css/ {
    transform: scale(0.8);
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 70px;
  }
  /templates/dist/css/ {
    transform: scale(0.7);
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 50px;
  }
  p {
    font-size: 13px;
    line-height: 180%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 20px;
  }
  .f-48 {
    font-size: 20px;
  }
  .f-46 {
    font-size: 20px;
  }
  .f-44 {
    font-size: 20px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 13px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(0.3rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeOutRightSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0px, 0);
  }
}
.fadeOutRightSmall {
  animation-name: fadeOutRightSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    backface-visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    backface-visibility: hidden;
  }
}
.scaleIn {
  animation-name: scaleIn;
}
.getGray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  /*filter: url(/templates/dist/css/filters.svg);*/
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
.img-ani {
  transform: scaleX(0.5) scaleY(0.5) scaleZ(1) translate(0, 50%);
  transition: all .9s ease;
  opacity: 0;
}
.img-ani .img-child {
  transform: scaleX(1.5) scaleY(1.5) scaleZ(1);
  transition: all 1.5s ease;
}
.img-ani.go {
  transform: scaleX(1) scaleY(1) scaleZ(1) translate(0);
  opacity: 1;
}
.img-ani.go .img-child {
  transform: scaleX(1) scaleY(1) scaleZ(1) translate(0);
}
.bx {
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ph .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
  backface-visibility: hidden;
}
@media screen and (orientation: portrait) {
  .ph .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    backface-visibility: hidden;
  }
}
.after_top:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #fff;
}
.scr > img {
  width: 100%;
}
.contactTree {
  position: fixed;
  right: 0;
  height: 3.4rem;
  box-shadow: 0 7px 40px -10px rgba(29, 48, 48, 0.25);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  align-items: center;
  width: 65px;
}
.contactTree > a,
.contactTree > li {
  padding: 0.14rem 0;
  width: 100%;
  text-align: center;
}
.contactTree > a > i,
.contactTree > li > i {
  color: #a0a0a0;
  font-size: 0.24rem;
  line-height: 1;
  display: block;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.contactTree > a > i:hover,
.contactTree > li > i:hover {
  color: #8a6e4b;
}
.contactTree > a svg,
.contactTree > li svg {
  cursor: pointer;
  width: 0.25rem;
  display: block;
  margin: 0 auto;
}
.contactTree > a svg path,
.contactTree > li svg path {
  fill: #a0a0a0;
  transition: fill 0.3s ease-in-out;
}
.contactTree > a svg:hover path,
.contactTree > li svg:hover path {
  fill: #8a6e4b;
}
.contactTree > a.wb svg,
.contactTree > li.wb svg {
  width: 0.27rem;
}
.contactTree > a.wx svg,
.contactTree > li.wx svg {
  width: 0.27rem;
}
.contactTree > a.mall svg,
.contactTree > li.mall svg {
  width: 0.21rem;
}
.contactTree > a.jd svg,
.contactTree > li.jd svg {
  width: 0.26rem;
}
.contactTree > a.hr svg,
.contactTree > li.hr svg {
  width: 0.26rem;
}
#bar {
  position: fixed;
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5000;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
#bar .txt {
  background-color: #333;
  color: #fff;
  font-size: 0.18rem;
  padding: 0.15rem 0.2rem;
  border-radius: 6px;
  visibility: hidden;
}
#bar.on {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#bar.on .txt {
  visibility: visible;
}
/*页面结构*/
#bloc header {
  position: fixed;
  height: 1.35rem;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  z-index: 500;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav {
  height: 0.55rem;
  width: 100%;
  padding: 0 0.5rem;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
#bloc header .pc-nav .col-1 {
  height: 100%;
  position: relative;
  pointer-events: auto;
}
#bloc header .pc-nav .col-1 img {
  height: 100%;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-1 .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#bloc header .pc-nav .col-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: auto;
  width: 50vw;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-2 > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bloc header .pc-nav .col-2 > ul > li {
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#bloc header .pc-nav .col-2 > ul > li > a {
  display: inline-block;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
  padding: 10px 20px;
  font-weight: 600;
}
#bloc header .pc-nav .col-2 > ul > li.on > a {
  color: #8a6e4b;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(7) {
  transition-delay: 0.7s;
}
#bloc header .pc-nav .col-2 > ul > li:nth-of-type(8) {
  transition-delay: 0.8s;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down {
  position: absolute;
  min-width: 140px;
  width: 100%;
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 0px;
  left: 50%;
  top: 54px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 15px;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > span:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li {
  width: 100%;
  position: relative;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li > a {
  display: inline-block;
  width: 100%;
  color: #333;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li > a > span {
  color: #333;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li > a:hover {
  color: #8a6e4b;
  letter-spacing: 1px;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li > a:hover > span {
  color: #8a6e4b;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li:hover > a > span {
  color: #ff231c;
}
#bloc header .pc-nav .col-2 > ul > li .nav-down > li:hover.child_down .tree_down {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-2 > ul > li:hover .nav-down {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
#bloc header .pc-nav .col-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: auto;
}
#bloc header .pc-nav .col-3 .language {
  position: absolute;
  top: 0;
  right: 2.3rem;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .language > span {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  line-height: 0.55rem;
  text-transform: capitalize;
  color: #666666;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .language > span > i {
  display: inline-block;
  margin-right: 0.15rem;
  line-height: 0.55rem;
  color: #666666;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .language .box {
  display: flex;
  position: absolute;
  width: calc(100% + 0.4rem);
  top: 0;
  left: -0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .language .box > span {
  height: 0.55rem;
}
#bloc header .pc-nav .col-3 .language .box > a {
  width: 100%;
  text-align: center;
  padding: 0.1rem 0;
  color: #666666;
  font-family: en;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .language .box > a .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#bloc header .pc-nav .col-3 .language .box > a:hover {
  text-decoration: underline;
  letter-spacing: 4px;
  text-indent: 4px;
}
#bloc header .pc-nav .col-3 .language:hover > span {
  color: #666666 !important;
}
#bloc header .pc-nav .col-3 .language:hover > span > i {
  color: #666666 !important;
}
#bloc header .pc-nav .col-3 .language:hover .box {
  opacity: 1;
  pointer-events: auto;
}
#bloc header .pc-nav .col-3 > span {
  text-transform: uppercase;
  margin-right: 0.3rem;
  line-height: 1;
}
#bloc header .pc-nav .col-3 .search {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  line-height: 0.55rem;
  text-align: center;
  background-color: #8a6e4b;
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.3rem;
  transition: width 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}
#bloc header .pc-nav .col-3 .search > input[type=submit] {
  width: 0.55rem;
  height: 0.55rem;
  border: none;
  background-color: transparent;
  text-align: center;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .search > input[type=text] {
  position: absolute;
  left: 0.55rem;
  line-height: 0.3rem;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  width: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  transform-origin: 0 50%;
}
#bloc header .pc-nav .col-3 .search:hover {
  width: 250px;
  border-radius: 100px;
}
#bloc header .pc-nav .col-3 .search:hover > input[type=submit] {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .search:hover > input[type=text] {
  opacity: 1;
  width: calc(250px - 0.9rem);
}
#bloc header .pc-nav .col-3 .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  line-height: 0.55rem;
  text-align: center;
  background-color: #8a6e4b;
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  backface-visibility: hidden;
}
#bloc header .pc-nav .col-3 .menu img {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#bloc header .pc-nav .col-3 .menu .dot {
  opacity: 1;
  fill: #fff;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#bloc header .pc-nav .col-3 .menu .close {
  opacity: 0;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#bloc header .pc-nav .col-3 .menu.on .dot {
  opacity: 0;
  transform: rotate(30deg);
}
#bloc header .pc-nav .col-3 .menu.on .close {
  opacity: 1;
  transform: none;
}
#bloc header .pc-nav.close .col-2 {
  pointer-events: none;
}
#bloc header .pc-nav.close .col-2 > ul > li {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  backface-visibility: hidden;
  opacity: 0;
}
#bloc header .pc-nav.wc .col-1 img {
  opacity: 0;
}
#bloc header .pc-nav.wc .col-1 .white {
  opacity: 1;
}
#bloc header .pc-nav.wc .col-3 .language > span {
  color: #fff;
}
#bloc header .pc-nav.wc .col-3 .language > span > i {
  color: #fff;
}
#bloc header .pc-nav.wc .col-3 .search {
  background-color: #fff;
}
#bloc header .pc-nav.wc .col-3 .search > input[type=submit] {
  color: #8a6e4b;
}
#bloc header .pc-nav.wc .col-3 .search > input[type=text] {
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#bloc header .pc-nav.wc .col-3 .menu {
  background-color: #fff;
}
#bloc header .pc-nav.wc .col-3 .menu .dot {
  fill: #8a6e4b;
}
#bloc header .pc-nav.wc .aTxt {
  color: #fff;
}
#bloc header .pc-nav.open .col-1 .white {
  opacity: 0;
}
#bloc header .pc-nav.open .col-3 .language {
  opacity: 0;
}
#bloc header .pc-nav.open .col-3 .search {
  background-color: #8a6e4b;
}
#bloc header .pc-nav.open .col-3 .search > input[type=submit] {
  color: #fff;
}
#bloc header .pc-nav.open .col-3 .search > input[type=text] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#bloc header .pc-nav.open .col-3 .menu {
  background-color: #8a6e4b;
}
#bloc header .pc-nav.open .col-3 .menu .dot {
  fill: #fff;
}
#bloc header .pc-nav.open .aTxt {
  color: #333;
}
#bloc header .navBox {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(0.27rem at calc(100% - 0.775rem) 0.675rem);
  background-position: top right;
  background-repeat: no-repeat;
  transition: clip-path 0.7s ease-in-out;
  pointer-events: none;
}
#bloc header .navBox .col-1 {
  position: relative;
  z-index: 5;
  height: 84%;
}
#bloc header .navBox .col-1 .box {
  position: relative;
  height: 100%;
}
#bloc header .navBox .col-1 .box .cir {
  position: relative;
  height: 100%;
}
#bloc header .navBox .col-1 .box .ad {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#bloc header .navBox .col-1 .box .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
#bloc header .navBox .col-1 .items {
  position: absolute;
  height: 82%;
  left: calc(100% + 0.7rem);
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#bloc header .navBox .col-1 .items > li {
  cursor: pointer;
  transform: translate3d(12px, 0, 0);
  opacity: 0;
  transition: all 1s ease-in-out;
}
#bloc header .navBox .col-1 .items > li > a {
  white-space: nowrap;
  line-height: 0.5rem;
  transition: all 0.3s ease-in-out;
}
#bloc header .navBox .col-1 .items > li:nth-of-type(1) {
  margin-left: -1.5rem;
  transition-delay: 0.1s;
}
#bloc header .navBox .col-1 .items > li:nth-of-type(2) {
  margin-left: -0.6rem;
  transition-delay: 0.2s;
}
#bloc header .navBox .col-1 .items > li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#bloc header .navBox .col-1 .items > li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#bloc header .navBox .col-1 .items > li:nth-of-type(5) {
  margin-left: -0.6rem;
  transition-delay: 0.5s;
}
#bloc header .navBox .col-1 .items > li:nth-of-type(6) {
  margin-left: -1.5rem;
  transition-delay: 0.6s;
}
#bloc header .navBox .col-1 .items > li.on > a {
  font-size: 0.5rem;
  color: #8a6e4b;
  font-weight: 600;
}
#bloc header .navBox .col-2 {
  position: absolute;
  width: 60vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
#bloc header .navBox .col-2 svg {
  position: absolute;
  left: 0;
}
#bloc header .navBox .col-2 svg /templates/dist/css/ {
  height: 100%;
}
#bloc header .navBox .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  clip-path: url(/templates/dist/css/);
}
#bloc header .navBox .col-2 .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#bloc header .navBox .col-2 .photo .pic.on,
#bloc header .navBox .col-2 .photo .pic.next {
  opacity: 1;
}
#bloc header .navBox .col-2 .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#bloc header .navBox .col-2 .msg .msgList {
  position: absolute;
  left: 5vw;
  bottom: 8vw;
  opacity: 0;
  pointer-events: none;
}
#bloc header .navBox .col-2 .msg .msgList h2 {
  line-height: 1;
  font-size: 1.2rem;
  text-transform: capitalize;
}
#bloc header .navBox .col-2 .msg .msgList h2 .letter {
  text-transform: lowercase;
  font-weight: 400;
}
#bloc header .navBox .col-2 .msg .msgList h2 .letter:nth-of-type(1) {
  text-transform: uppercase;
}
#bloc header .navBox .col-2 .msg .msgList.on,
#bloc header .navBox .col-2 .msg .msgList.next {
  opacity: 1;
}
#bloc header .navBox .language {
  position: absolute;
  top: 0.4rem;
  right: 2.3rem;
  cursor: pointer;
}
#bloc header .navBox .language > span {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  line-height: 0.55rem;
  text-transform: capitalize;
  color: #666666;
}
#bloc header .navBox .language > span > i {
  display: inline-block;
  margin-right: 0.15rem;
  line-height: 0.55rem;
  color: #666666;
}
#bloc header .navBox .language .box {
  display: flex;
  position: absolute;
  width: calc(100% + 0.4rem);
  top: 0;
  left: -0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .navBox .language .box > span {
  height: 0.55rem;
}
#bloc header .navBox .language .box > a {
  width: 100%;
  text-align: center;
  padding: 0.1rem 0;
  color: #666666;
  font-family: en;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header .navBox .language .box > a .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#bloc header .navBox .language .box > a:hover {
  text-decoration: underline;
  letter-spacing: 4px;
  text-indent: 4px;
}
#bloc header .navBox .language:hover .box {
  opacity: 1;
  pointer-events: auto;
}
#bloc header .navBox.on {
  pointer-events: auto;
  clip-path: circle(110vw at calc(100% - 0.775rem) 0.675rem) !important;
}
#bloc header .navBox.on .items > li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#bloc header.inner {
  background-color: #fff;
  height: 0.8rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#bloc header.inner .pc-nav .col-1 > img {
  opacity: 1;
}
#bloc header.inner .pc-nav .col-1 .white {
  opacity: 0;
}
#bloc header.inner .pc-nav .col-3 .language > span {
  color: #666666;
}
#bloc header.inner .pc-nav .col-3 .language > span > i {
  color: #666666;
}
#bloc header.inner .pc-nav .col-3 .search {
  background-color: #8a6e4b;
}
#bloc header.inner .pc-nav .col-3 .search > input[type=submit] {
  color: #fff;
}
#bloc header.inner .pc-nav .col-3 .search > input[type=text] {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#bloc header.inner .pc-nav .col-3 .menu {
  background-color: #8a6e4b;
}
#bloc header.inner .pc-nav .col-3 .menu .dot {
  fill: #fff;
}
#bloc header.inner .pc-nav .aTxt {
  color: #333;
}
#bloc header.inner .navBox {
  clip-path: circle(0.27rem at calc(100% - 0.775rem) 0.4rem);
}
#bloc header.inner .navBox .language {
  top: 0.15rem;
}
#bloc header.child .pc-nav .col-2 {
  opacity: 0;
}
#bloc header.child + #child_nav {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}
#bloc header nav.app-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 50px;
  pointer-events: auto;
  transition: all .5s ease;
}
#bloc header nav.app-nav .inner_top {
  transition: all .5s ease 0s;
  height: 68px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#bloc header nav.app-nav .inner_top .topic {
  padding: 0 5%;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bloc header nav.app-nav .inner_top .topic #app-menu {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#bloc header nav.app-nav .inner_top .topic #app-menu .line {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all .4s ease;
}
#bloc header nav.app-nav .inner_top .topic #app-menu .line:before {
  content: '';
  display: block;
  height: 2px;
  width: 22px;
  background-color: #fff;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: transform 0.4s ease 0.2s, background-color 0.5s ease 0s;
}
#bloc header nav.app-nav .inner_top .topic .app-logo {
  position: relative;
  z-index: 10;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a {
  display: inline-block;
  height: 28px;
  position: relative;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a > img {
  position: relative;
  height: 100%;
  transition: opacity .3s ease;
}
#bloc header nav.app-nav .inner_top .topic .app-logo > a > img.black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#bloc header nav.app-nav .inner_top .topic .app-search {
  position: relative;
  z-index: 10;
}
#bloc header nav.app-nav .inner_top .topic .app-search > i {
  color: #fff;
  font-size: 18px;
}
#bloc header nav.app-nav .inner_top .other-nav {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc header nav.app-nav .inner_top .other-nav .search-in {
  border: none;
  border-bottom: 1px solid #8a6e4b;
  background-color: transparent;
  width: 4rem;
  line-height: 0.3rem;
}
#bloc header nav.app-nav .inner_top .other-nav .sub {
  color: #8a6e4b;
  background-color: transparent;
  border: none;
  padding: 12px;
}
#bloc header nav.app-nav .inner_top .other-nav.on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#bloc header nav.app-nav .inner_top.on {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.on .topic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.on .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header nav.app-nav .inner_top.on .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.on .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.on .topic .app-search > i {
  color: #333;
}
#bloc header nav.app-nav .inner_top.bc {
  height: 50px;
}
#bloc header nav.app-nav .inner_top.bc .topic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bloc header nav.app-nav .inner_top.bc .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header nav.app-nav .inner_top.bc .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.bc .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.bc .topic .app-search > i {
  color: #333;
}
#bloc header nav.app-nav .inner_top.active {
  height: 50px;
}
#bloc header nav.app-nav .inner_top.active .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header nav.app-nav .inner_top.active .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header nav.app-nav .inner_top.active .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header nav.app-nav .inner_top.active .topic .app-search > i {
  color: #333;
}
#bloc header nav.app-nav .inner_mid {
  position: absolute;
  top: 50px;
  background-color: #fff;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList {
  padding: 0 5% 0 5%;
  position: relative;
  transition: background-color 0.5s ease;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList > a {
  color: #333;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList > i {
  opacity: 0;
  right: calc(5% - 5px);
  top: 0;
  font-size: 24px;
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-align: right;
  color: #333;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first > .firstList.active {
  background-color: #f7f9fa;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second {
  background-color: #f7f9fa;
  max-height: 0;
  transition: all .5s ease;
  overflow: hidden;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li {
  padding: 0 9% 0 9%;
  position: relative;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li > a {
  padding: 12px 0 12px 0;
  display: block;
  font-weight: 700;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li > i {
  opacity: 0;
  right: calc(5% - 5px);
  top: 0;
  font-size: 24px;
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-align: right;
  color: #333;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second > li.active {
  background-color: #f0f1f2;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_second.active {
  max-height: 100vh;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three {
  background-color: #f0f1f2;
  max-height: 0;
  transition: all .5s ease;
  overflow: hidden;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three > li {
  padding: 0 14% 0 14%;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three > li > a {
  padding: 10px 0 10px 0;
  display: block;
}
#bloc header nav.app-nav .inner_mid .nav-items > .child_first .child_three.active {
  max-height: 100vh;
}
#bloc header nav.app-nav.on {
  height: 100vh;
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(1) {
  transform: translate3d(0, 8px, 0);
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  backface-visibility: hidden;
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(1):before {
  transform: rotate(45deg);
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(2) {
  opacity: 0;
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(3) {
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  backface-visibility: hidden;
}
#bloc header nav.app-nav.on .inner_top .topic #app-menu .line:nth-of-type(3):before {
  transform: rotate(-45deg);
}
#bloc header.appInner nav.app-nav .inner_top {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#bloc header.appInner nav.app-nav .inner_top .topic {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bloc header.appInner nav.app-nav .inner_top .topic #app-menu .line:before {
  background-color: #333;
}
#bloc header.appInner nav.app-nav .inner_top .topic .app-logo > a .white {
  opacity: 0;
}
#bloc header.appInner nav.app-nav .inner_top .topic .app-logo > a .black {
  opacity: 1;
}
#bloc header.appInner nav.app-nav .inner_top .topic .app-search > i {
  color: #333;
}
#bloc #child_nav {
  position: fixed;
  z-index: 600;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 56vw;
  top: 0;
  height: 0.8rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
  pointer-events: none;
}
#bloc #child_nav > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc #child_nav > ul > li {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
#bloc #child_nav > ul > li > a {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 0.3rem;
  font-weight: 600;
}
#bloc #child_nav > ul > li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#bloc #child_nav > ul > li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#bloc #child_nav > ul > li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#bloc #child_nav > ul > li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#bloc #child_nav > ul > li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#bloc #child_nav > ul > li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#bloc #child_nav > ul > li:nth-of-type(7) {
  transition-delay: 0.7s;
}
#bloc #child_nav > ul > li:nth-of-type(8) {
  transition-delay: 0.8s;
}
#bloc #child_nav > ul > li.on > a {
  color: #8a6e4b;
}
#bloc #child_nav.on {
  opacity: 0 !important;
  pointer-events: none;
}
#bloc footer {
  position: relative;
  margin-top: -140px;
  z-index: 20;
}
#bloc footer > svg {
  position: absolute;
}
#bloc footer .bg {
  width: 100vw;
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  clip-path: url(/templates/dist/css/);
}
#bloc footer .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 104%;
}
#bloc footer .fMain {
  padding-top: 2rem;
  position: relative;
  z-index: 4;
}
#bloc footer .fMain .top {
  padding-bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#bloc footer .fMain .top .col-1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#bloc footer .fMain .top .col-1 > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 1.1rem;
}
#bloc footer .fMain .top .col-1 > ul > li {
  color: #fff;
  font-size: 0.18rem;
}
#bloc footer .fMain .top .col-1 > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.3rem;
  margin: 1px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc footer .fMain .top .col-1 > ul > li > a:hover {
  color: #ffffff;
}
#bloc footer .fMain .top .col-1 > ul > li:nth-of-type(1) {
  margin-bottom: 0.3rem;
}
#bloc footer .fMain .top .col-2 .toTop {
  cursor: pointer;
  width: 0.6rem;
  height: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#bloc footer .fMain .top .col-2 .toTop > svg {
  width: 0.28rem;
}
#bloc footer .fMain .top .col-2 .toTop > svg path {
  fill: #fff;
}
#bloc footer .fMain .top .col-2 .toTop > span {
  margin-top: 0.2rem;
  text-transform: capitalize;
}
#bloc footer .fMain .btm {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 2.2rem;
  position: relative;
  padding-bottom: 0.4rem;
}
#bloc footer .fMain .btm > p {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0 3.6rem;
  flex-wrap: wrap;
}
#bloc footer .fMain .btm > p > a {
  margin: 0 0.1rem;
}
#bloc footer .fMain .btm .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  padding-bottom: 0.4rem;
}
#bloc footer .fMain .btm .box .col-1 {
  pointer-events: auto;
}
#bloc footer .fMain .btm .box .col-1 #goEail {
  width: 3.45rem;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 0.3rem 0 0.3rem 0;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
#bloc footer .fMain .btm .box .col-1 #goEail input {
  width: calc(100% - 1rem);
  padding: 0 20px 0 0.3rem;
  border: none;
}
#bloc footer .fMain .btm .box .col-1 #goEail button {
  width: 0.8rem;
  border: none;
  height: 100%;
  background-color: #8a6e4b;
}
#bloc footer .fMain .btm .box .col-1 #goEail button svg path {
  fill: #fff;
}
#bloc footer .fMain .btm .box .col-2 {
  pointer-events: auto;
}
#bloc footer .fMain .btm .box .col-2 .ad {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#bloc footer .fMain .btm .box .col-2 .ad > li,
#bloc footer .fMain .btm .box .col-2 .ad > a {
  padding: 0 0.15rem;
}
#bloc footer .fMain .btm .box .col-2 .ad > li > i,
#bloc footer .fMain .btm .box .col-2 .ad > a > i {
  font-size: 0.24rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}
#bloc footer .fMain .btm .box .col-2 .ad > li > i:hover,
#bloc footer .fMain .btm .box .col-2 .ad > a > i:hover {
  color: #ffffff;
}
#bloc footer .fMain .btm .box .col-2 .ad > li svg,
#bloc footer .fMain .btm .box .col-2 .ad > a svg {
  cursor: pointer;
}
#bloc footer .fMain .btm .box .col-2 .ad > li svg path,
#bloc footer .fMain .btm .box .col-2 .ad > a svg path {
  fill: rgba(255, 255, 255, 0.5);
  transition: fill 0.3s ease-in-out;
}
#bloc footer .fMain .btm .box .col-2 .ad > li svg:hover path,
#bloc footer .fMain .btm .box .col-2 .ad > a svg:hover path {
  fill: #ffffff;
}
#bloc footer .fMain .btm .box .col-2 .ad > li span:after,
#bloc footer .fMain .btm .box .col-2 .ad > a span:after {
  border-color: #fff transparent transparent transparent;
}
#bloc footer .fMain .btm .box .col-2 .ad > li.wb svg,
#bloc footer .fMain .btm .box .col-2 .ad > a.wb svg {
  width: 27px;
}
#bloc footer .fMain .btm .box .col-2 .ad > li.wx svg,
#bloc footer .fMain .btm .box .col-2 .ad > a.wx svg {
  width: 27px;
}
#bloc footer .fMain .btm .box .col-2 .ad > li.mall svg,
#bloc footer .fMain .btm .box .col-2 .ad > a.mall svg {
  width: 21px;
}
#bloc footer .fMain .btm .box .col-2 .ad > li.jd svg,
#bloc footer .fMain .btm .box .col-2 .ad > a.jd svg {
  width: 26px;
}
#bloc footer .fMain .btm .box .col-2 .ad > li.af,
#bloc footer .fMain .btm .box .col-2 .ad > a.af {
  padding-right: 0;
}
#bloc footer .fMain .btm .box .col-2 .ad > li.af svg,
#bloc footer .fMain .btm .box .col-2 .ad > a.af svg {
  width: 27px;
}
#bloc footer .fMain .btm .add {
  position: absolute;
  width: 100%;
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bloc footer .fMain .btm .add > a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0.2rem;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#bloc footer .fMain .btm .add > a:hover > a {
  color: #ffffff;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background-color: #fff;
  overflow: hidden;
}
#loading .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
#loading .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 12vw;
}
#loading .con .msg {
  position: relative;
  text-align: center;
  margin: 0.45rem 0;
  transition: all 1s ease-in-out;
}
#loading .con .msg.on {
  transform: scale(0.2);
  opacity: 0;
}
#loading .con .msg h1 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  text-align: center;
}
#loading .con .msg p {
  font-weight: 100;
  letter-spacing: 0.5rem;
  text-align: center;
}
#loading .con .rang {
  display: inline-block;
  height: 0;
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  backface-visibility: hidden;
}
#loading .con .rang.on {
  opacity: 0;
}
#loading .path {
  position: absolute;
  width: 102.64vh;
  height: 105.6vh;
  top: -3.8vh;
  left: 0;
  right: 12vh;
  z-index: 12;
  margin: 0 auto;
  text-align: center;
}
#loading .path svg {
  height: 100%;
  display: inline-block;
}
#loading .path svg path {
  stroke: transparent;
  fill: none;
  stroke-width: 2px;
}
#loading .path .items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: 66% 50%;
}
#loading .path .items .dot {
  position: absolute;
  left: -12vw;
  top: -12vw;
  width: 24vw;
  height: 24vw;
  overflow: hidden;
  opacity: 0;
}
#loading .path .items .dot .pic {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: 50% 90%;
  transition: transform 3s ease-in-out, opacity 0.5s ease-in-out 2s;
}
#loading .path .items.on {
  transform: rotate(360deg) scale(0.05);
  opacity: 0;
  filter: blur(5px);
  transition: all 1.5s ease-in-out;
}
#home {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#home #roll.stop {
  pointer-events: none;
}
#home #roll .row {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}
#home #roll .row .alan {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}
#home #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
#home #roll .row.on .alanLeft {
  animation-name: fadeInLeftSmall;
}
#home #roll .row.on .alanRight {
  animation-name: fadeInRightSmall;
}
#home #roll .row.on .alanDown {
  animation-name: fadeInDownSmall;
}
#home #roll .row.on .alanIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#home #roll .row .delay1 {
  animation-delay: 0.1s;
}
#home #roll .row .delay2 {
  animation-delay: 0.2s;
}
#home #roll .row .delay3 {
  animation-delay: 0.3s;
}
#home #roll .row .delay4 {
  animation-delay: 0.4s;
}
#home #roll .row .delay5 {
  animation-delay: 0.5s;
}
#home #roll .row .delay6 {
  animation-delay: 0.6s;
}
#home #roll .row.in {
  z-index: 15;
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 0.8s;
  transform-origin: 50% 15%;
}
#home #roll .row.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_out;
  transform-origin: 50% 15%;
}
#home #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#home #roll .row .bg > .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #roll .row .rowMain {
  position: relative;
  z-index: 20;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #r1.in {
  z-index: 16;
  opacity: 1;
  animation-name: banner_in;
  animation-delay: 0.4s;
  transform-origin: 50% 15%;
}
#home #roll #r1 .bg > .img {
  position: absolute;
  right: 54vw;
  bottom: 0;
  width: 80vw;
  opacity: 0.6;
}
#home #roll #r1 .bg .scr {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.4rem;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#home #roll #r1 .bg .scr > img {
  width: auto;
}
#home #roll #r1 .bg .scr span {
  line-height: 1;
}
#home #roll #r1 .rowMain .ad {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
#home #roll #r1 .rowMain .ad .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #roll #r1 .rowMain .ad .col-1 {
  position: absolute;
  left: -4.5rem;
  bottom: -5rem;
  width: 8rem;
  height: 8rem;
  clip-path: circle(0rem at 4rem 4rem);
  overflow: hidden;
  transition: clip-path 1.2s ease-in-out;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .ad .col-1 .photo {
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 55%;
  background-size: cover;
  height: calc(50% + 20px);
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .ad .col-1 .photo.on {
  opacity: 1;
}
#home #roll #r1 .rowMain .ad .col-2 {
  position: absolute;
  left: 48vw;
  bottom: calc(100vh - 48vw);
  width: 78vw;
  height: 78vw;
  clip-path: circle(0vw at 60vw 20vw);
  overflow: hidden;
  transition: clip-path 1.2s ease-in-out;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .ad .col-2 .photo {
  height: 52vw;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 55vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0;
  backface-visibility: hidden;
  background-size: cover;
}
#home #roll #r1 .rowMain .ad .col-2 .photo.on {
  opacity: 1;
}
#home #roll #r1 .rowMain .group {
  height: 100%;
  width: 80%;
  padding: 1.35rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
#home #roll #r1 .rowMain .group .box {
  height: 3.4rem;
  width: 100%;
  position: relative;
  max-width: 35vw;
}
#home #roll #r1 .rowMain .group .box .msg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
#home #roll #r1 .rowMain .group .box .msg.on,
#home #roll #r1 .rowMain .group .box .msg.next {
  opacity: 1;
  pointer-events: auto;
}
#home #roll #r1 .rowMain .group .dotBox {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  -ms-transition: opacity 0.8s ease-out;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .group .dotBox > li {
  position: relative;
  margin: 0 0.1rem;
  cursor: pointer;
}
#home #roll #r1 .rowMain .group .dotBox > li svg {
  display: block;
  width: 27px;
  height: 27px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .group .dotBox > li svg circle {
  stroke-width: 1px;
  stroke: #8a6e4b;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .group .dotBox > li span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .group .dotBox > li span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#home #roll #r1 .rowMain .group .dotBox > li.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s ease-out;
  -webkit-transition: stroke-dashoffset 1s ease-out;
  -moz-transition: stroke-dashoffset 1s ease-out;
  -o-transition: stroke-dashoffset 1s ease-out;
  -ms-transition: stroke-dashoffset 1s ease-out;
  backface-visibility: hidden;
}
#home #roll #r1 .rowMain .group .dotBox > li.on span:after {
  background-color: #8a6e4b;
}
#home #roll #r1.del .rowMain .ad .col-1 {
  clip-path: circle(4rem at 4rem 4rem);
}
#home #roll #r1.del .rowMain .ad .col-2 {
  clip-path: circle(39vw at 39vw 39vw);
}
#home #roll #r1.del .rowMain .group .dotBox {
  opacity: 1;
}
#home #roll #r2 {
  overflow: hidden;
}
#home #roll #r2 .wrap {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.7s ease-in-out;
}
#home #roll #r2 .wrap .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#home #roll #r2 .wrap .bg {
  margin-left: -20vw;
  pointer-events: none;
  transform-origin: 0 -5%;
}
#home #roll #r2 .wrap .bg .photo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 1282px;
  padding-bottom: 2000px;
  clip-path: url(/templates/dist/css/);
  background-size: 100%;
  background-position-y: 120px;
}
#home #roll #r2 .wrap .bg .mask /templates/dist/css/ {
  transform: translate3d(0px, 175px, 0px) rotate(-90deg);
  transform-origin: 80% 60%;
  transition: transform 1s ease-out;
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  backface-visibility: hidden;
}
#home #roll #r2 .wrap .bg .mask /templates/dist/css/ path {
  transform: translate(-0.2%, -13%);
}
#home #roll #r2 .wrap .bg .ad {
  position: absolute;
  top: -48px;
  z-index: 3;
  left: -20px;
  opacity: 0.6;
}
#home #roll #r2 .wrap .rowMain {
  height: calc(100% - 4rem);
}
#home #roll #r2 .wrap .rowMain .group {
  height: 100%;
  width: 80%;
  min-height: 100vh;
  padding: 1.35rem 0 0.4rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#home #roll #r2 .wrap .rowMain .group .col-1 {
  width: 38vw;
  padding-right: 4%;
  margin-left: -4vw;
}
#home #roll #r2 .wrap .rowMain .group .col-1 h2 {
  font-size: 2.2rem;
  text-transform: capitalize;
  white-space: nowrap;
  margin-top: 8vw;
  font-weight: 400;
}
#home #roll #r2 .wrap .rowMain .group .col-1 h2 > img {
  width: 6.25rem;
}
#home #roll #r2 .wrap .rowMain .group .col-2 {
  width: 34vw;
  padding-right: 4%;
  align-self: center;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .msg {
  width: 100%;
  margin-bottom: 1rem;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .msg h3 {
  margin-bottom: 0.45rem;
  line-height: 1.2;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .msg h3 .col2 {
  font-size: 30px;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .msg p {
  line-height: 2;
  margin-bottom: 0.3rem;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other {
  position: relative;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .txt {
  margin: 0.7rem 0 0.6rem 0;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .txt > span {
  color: #666;
  margin-bottom: 0.4rem;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .txt > p {
  display: flex;
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
  align-items: center;
  justify-content: flex-start;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .txt > p > img {
  margin: 0 0.2rem;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .photo {
  margin-top: 0.3rem;
  position: relative;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .photo p {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: block;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .photo svg {
  display: block;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .photo /templates/dist/css/ text {
  font-size: 1rem;
  font-family: num;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  backface-visibility: hidden;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .photo .img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: url(/templates/dist/css/);
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other .photo > img {
  width: 3.5rem;
  max-width: 303px;
}
#home #roll #r2 .wrap .rowMain .group .col-2 .other > small {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
}
#home #roll #r2 .wrap .bm {
  z-index: 30;
  position: relative;
  width: 100%;
  padding: 2vw 10vw 3vw 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #roll #r2 .wrap .bm .data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 8vw;
}
#home #roll #r2 .wrap .bm .data > li {
  width: 2.8rem;
  max-width: 23%;
}
#home #roll #r2 .wrap .bm .data > li > span {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#home #roll #r2 .wrap .bm .data > li > span .sum {
  font-size: 0.7rem;
  display: inline-block;
  margin-right: 0.2rem;
  font-weight: 400;
  line-height: 0.7;
}
#home #roll #r2 .wrap .bm .data > li > span > small {
  white-space: nowrap;
}
#home #roll #r2.go .wrap {
  transform: translate3d(0, calc(100vh - 100%), 0);
}
#home #roll #r2.go .wrap .bm .data > li {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  animation-name: fadeInUpSmall;
}
#home #roll #r2.go .wrap .bm .data > li:nth-of-type(1) {
  animation-delay: 0.6s;
}
#home #roll #r2.go .wrap .bm .data > li:nth-of-type(2) {
  animation-delay: 0.7s;
}
#home #roll #r2.go .wrap .bm .data > li:nth-of-type(3) {
  animation-delay: 0.8s;
}
#home #roll #r2.go .wrap .bm .data > li:nth-of-type(4) {
  animation-delay: 0.9s;
}
#home #roll #r2.del .bg .photo {
  transform: translate(0, 0) rotate(0deg);
  transition-delay: 1s;
}
#home #roll #r2.del .bg .mask /templates/dist/css/ {
  transform: translate3d(0px, 175px, 0px) rotate(0deg);
  transition-delay: 1s;
}
#home #roll #r2.in {
  z-index: 16;
  opacity: 1;
  animation-name: banner_in;
  animation-delay: 0.4s;
  transform-origin: 50% 15%;
}
#home #roll #r2.out {
  z-index: 10;
  opacity: 1;
  animation-name: fadeOut;
  transform-origin: 50% 15%;
}
#home #roll #r3 .bg {
  background: #fff;
  overflow: hidden;
}
#home #roll #r3 .bg .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .bg .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  backface-visibility: hidden;
  transition-delay: 0.4s;
}
#home #roll #r3 .bg .photo .pic {
  z-index: 4;
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
  opacity: 0;
  pointer-events: none;
  transition: filter 0.5s ease-out;
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  -ms-transition: filter 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .bg .photo .pic.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
#home #roll #r3 .bg .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale3d(2.7, 2, 2.5);
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  backface-visibility: hidden;
  transform-origin: 46% 50%;
  transition-delay: 0.3s;
}
#home #roll #r3 .bg .mask span {
  display: inline-block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
#home #roll #r3 .bg .mask span:nth-of-type(1) {
  margin-right: -1px;
}
#home #roll #r3 .bg .mask > img {
  height: 100%;
  width: 54.2vw;
}
#home #roll #r3 .bg .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: 99%;
  background-color: #fff;
}
#home #roll #r3 .bg.on .photo {
  transform: translate3d(12vw, -3vw, 0px) scale(0.9);
  transition-delay: 0.3s;
}
#home #roll #r3 .bg.on .photo:after {
  opacity: 0;
}
#home #roll #r3 .bg.on .mask {
  transform: scale(1.5) translate(17vw, -12vw);
  transition-delay: 0s;
}
#home #roll #r3 .rowMain {
  padding-top: 1.6rem;
}
#home #roll #r3 .rowMain .group {
  margin-bottom: 3vw;
  transform: translate3d(0, 10vw, 0);
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .rowMain .group h3 {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#home #roll #r3 .rowMain .group p {
  line-height: 1.8;
  text-align: center;
}
#home #roll #r3 .rowMain .group.on {
  transform: translate3d(0, 0, 0);
}
#home #roll #r3 .rowMain .group.on + .box > svg {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#home #roll #r3 .rowMain .group.on + .box .inner {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#home #roll #r3 .rowMain .box {
  width: 100%;
  position: relative;
  transition: transform 1s ease-out;
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .rowMain .box > svg {
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 7vw, 0);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .rowMain .box > svg .wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 0.1px;
  fill: transparent;
}
#home #roll #r3 .rowMain .box > svg .wave#wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}
#home #roll #r3 .rowMain .box > svg .wave#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: .3;
}
#home #roll #r3 .rowMain .box .prev_ {
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4vw;
  position: absolute;
  width: 50px;
  left: 2vw;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
  z-index: 10;
}
#home #roll #r3 .rowMain .box .prev_.swiper-button-disabled {
  opacity: 0;
}
#home #roll #r3 .rowMain .box .next_ {
  top: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4vw;
  position: absolute;
  width: 50px;
  right: 2vw;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
  z-index: 10;
}
#home #roll #r3 .rowMain .box .next_.swiper-button-disabled {
  opacity: 0;
}
#home #roll #r3 .rowMain .box .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4vw 4vw 0 4vw;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  opacity: 0;
  transform: translate3d(0, 6vw, 0);
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .rowMain .box .inner.swiper-wrapper {
  box-sizing: border-box;
}
#home #roll #r3 .rowMain .box .inner .swiper-slide {
  width: 25%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#home #roll #r3 .rowMain .box .inner .list {
  position: relative;
  cursor: pointer;
  width: 2.44rem;
}
#home #roll #r3 .rowMain .box .inner .list .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  mask-image: url(/templates/dist/img/z60.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  opacity: 0.03;
  transition: opacity 0.3s ease-in-out;
}
#home #roll #r3 .rowMain .box .inner .list .cir {
  position: relative;
  z-index: 6;
  width: 2.44rem;
  height: 2.33rem;
  background-color: #f3f3f3;
  mask-image: url(/templates/dist/img/z60.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #roll #r3 .rowMain .box .inner .list .cir > svg {
  width: 86%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .rowMain .box .inner .list .col {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #r3 .rowMain .box .inner .list .col .img {
  padding-bottom: 0.18rem;
  height: 0.9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#home #roll #r3 .rowMain .box .inner .list .col .img > img {
  display: inline-block;
  max-height: 100%;
  position: relative;
  z-index: 9;
}
#home #roll #r3 .rowMain .box .inner .list .col .img:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  line-height: 0.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background-color: transparent;
  box-shadow: 0 10px 0.6rem rgba(0, 0, 0, 0.6);
}
#home #roll #r3 .rowMain .box .inner .list .col h6 {
  text-align: center;
  position: relative;
  z-index: 12;
}
#home #roll #r3 .rowMain .box .inner .list:nth-of-type(4n+1) .cir {
  animation: loop1 7s linear infinite;
}
#home #roll #r3 .rowMain .box .inner .list:nth-of-type(4n+2) .cir {
  animation: loop2 6s linear infinite;
}
#home #roll #r3 .rowMain .box .inner .list:nth-of-type(4n+3) .cir {
  animation: loop3 8s linear infinite;
}
#home #roll #r3 .rowMain .box .inner .list:nth-of-type(4n+4) .cir {
  animation: loop4 7s linear infinite;
}
#home #roll #r3 .rowMain.active .group {
  opacity: 0;
  pointer-events: none;
}
#home #roll #r3 .rowMain.active .box {
  transform: translateY(7vw);
}
#home #roll #r3 .rowMain.active .box .inner .list.on .mask {
  opacity: 0.2;
}
#home #roll #r3 .rowMain.active .box .inner .list.on .cir {
  animation: none;
  background-color: #8a6e4b;
}
#home #roll #r3 .rowMain.active .box .inner .list.on h6 {
  color: #fff;
}
#home #roll #r3 .rowMain.active + .other {
  visibility: visible;
  opacity: 1;
}
#home #roll #r3 .rowMain.active + .other .msgBox {
  pointer-events: auto;
}
#home #roll #r3 .other {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50vw;
  padding: 1.3rem 10vw 3rem 10vw;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-in-out 0.4s;
  pointer-events: none;
}
#home #roll #r3 .other .msgBox {
  position: absolute;
  width: calc(100% - 20vw);
  top: 2rem;
  max-width: 450px;
  left: 10vw;
  transition: transform 0.7s ease-out;
  -webkit-transition: transform 0.7s ease-out;
  -moz-transition: transform 0.7s ease-out;
  -o-transition: transform 0.7s ease-out;
  -ms-transition: transform 0.7s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .other .msgBox > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#home #roll #r3 .other .msgBox > li > i {
  font-size: 0.58rem;
  display: block;
  line-height: 1;
  margin-bottom: 0.36rem;
  color: #8a6e4b;
}
#home #roll #r3 .other .msgBox > li img {
  margin-bottom: 0.6rem;
}
#home #roll #r3 .other .msgBox > li h3 {
  position: relative;
  font-size: 0.7rem;
  margin-bottom: 0.3rem;
  line-height: 1;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .other .msgBox > li h3:before {
  content: attr(data-en);
  width: 60vw;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  font-family: en_l;
  font-weight: 400;
  color: #fff;
  font-size: 0.8rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .other .msgBox > li p {
  line-height: 2;
  margin-bottom: 0.4rem;
  backface-visibility: hidden;
}
#home #roll #r3 .other .msgBox > li .btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  width: 2rem;
  height: 0.7rem;
  border-radius: 100px;
  backface-visibility: hidden;
}
#home #roll #r3 .other .msgBox > li .btn_ em {
  width: 6px;
  height: 6px;
  margin-right: 0.2rem;
  background: #666666;
  border-radius: 50%;
}
#home #roll #r3 .other .msgBox > li .layout-btn-2 {
  transition-delay: 0s;
}
#home #roll #r3 .other .msgBox > li.next {
  opacity: 1;
}
#home #roll #r3 .other .msgBox > li.on {
  opacity: 1;
  pointer-events: auto;
}
#home #roll #r3 .add {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 30;
  bottom: 0;
  top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 11vw 3vw 11vw;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  -webkit-transform: translate3d(0, 1rem, 0);
  -moz-transform: translate3d(0, 1rem, 0);
  -o-transform: translate3d(0, 1rem, 0);
  -ms-transform: translate3d(0, 1rem, 0);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .return {
  display: flex;
  top: 1.75rem;
  right: 11vw;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  width: 1.7rem;
  height: 0.6rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .return > img {
  margin-right: 0.16rem;
}
#home #roll #r3 .add .return > i {
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .return:hover {
  background-color: #fff;
  color: #8a6e4b;
}
#home #roll #r3 .add .return:hover > i {
  color: #8a6e4b;
}
#home #roll #r3 .add .return.on {
  background-color: #fff;
  color: #8a6e4b;
}
#home #roll #r3 .add .return.on > i {
  color: #8a6e4b;
}
#home #roll #r3 .add .box {
  position: relative;
}
#home #roll #r3 .add .box .items {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2.2rem;
  animation: slider 1s ease-in-out;
  animation-fill-mode: both;
  height: 2.4rem;
  padding-right: 50vw;
  padding-bottom: 0.5rem;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  mask: linear-gradient(0deg, transparent 0%, #ffffff 40%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #ffffff 40%);
}
#home #roll #r3 .add .box .items::-webkit-scrollbar {
  width: 9px;
  background-color: transparent;
}
#home #roll #r3 .add .box .items::-webkit-scrollbar-thumb {
  border: solid 2px transparent;
  width: 5px;
  border-radius: 4px;
  background-color: transparent;
}
#home #roll #r3 .add .box .items::-webkit-scrollbar-corner {
  background-color: transparent;
}
#home #roll #r3 .add .box .items::-webkit-scrollbar:horizontal {
  height: 9px;
}
#home #roll #r3 .add .box .items:after {
  content: "";
  height: calc(100% - 0.4rem);
  width: 1px;
  position: absolute;
  left: 2.2rem;
  top: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
}
#home #roll #r3 .add .box .items .list {
  width: 100%;
  transition: padding 0.3s ease-out;
  -webkit-transition: padding 0.3s ease-out;
  -moz-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  -ms-transition: padding 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .box .items .list > a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 0.5rem;
  white-space: nowrap;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .box .items .list.on {
  padding: 0.2rem 0;
}
#home #roll #r3 .add .box .items .list.on > a {
  font-size: 0.4rem;
  color: #ffffff;
}
#home #roll #r3 .add .box .items .list.on + .child {
  display: block;
}
#home #roll #r3 .add .box .items .child {
  position: absolute;
  padding-top: 0.1rem;
  left: 2.2rem;
  top: 0;
  padding-left: 0.9rem;
  display: none;
  animation: slider 1s ease-in-out;
  animation-fill-mode: both;
  padding-bottom: 0.7rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 2.5rem;
  min-height: 2.3rem;
  padding-right: 6rem;
  mask: linear-gradient(0deg, transparent 0%, #ffffff 40%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #ffffff 40%);
}
#home #roll #r3 .add .box .items .child > li {
  padding: 0.1rem 0;
  min-width: 2.2rem;
}
#home #roll #r3 .add .box .items .child > li > a {
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  line-height: 0.4rem;
  display: inline-block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .box .items .child > li .pro {
  position: fixed;
  left: 9rem;
  bottom: calc(3vw + 1.5rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.2rem;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  backface-visibility: hidden;
}
#home #roll #r3 .add .box .items .child > li .pro > img {
  max-height: 75%;
  max-width: 70%;
}
#home #roll #r3 .add .box .items .child > li.on > a {
  color: #fff;
  font-size: 0.3rem;
}
#home #roll #r3 .add .box .items .child > li.on .pro {
  opacity: 1;
}
#home #roll #r3 .add .box .items .child::-webkit-scrollbar {
  width: 9px;
  background-color: transparent;
}
#home #roll #r3 .add .box .items .child::-webkit-scrollbar-thumb {
  border: solid 2px transparent;
  width: 5px;
  border-radius: 4px;
  background-color: transparent;
}
#home #roll #r3 .add .box .items .child::-webkit-scrollbar-corner {
  background-color: transparent;
}
#home #roll #r3 .add .box .items .child::-webkit-scrollbar:horizontal {
  height: 9px;
}
#home #roll #r3 .add .box .items.on {
  display: flex;
}
#home #roll #r3.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_in;
  transform-origin: 50% 15%;
}
#home #roll #r3.go .bg .photo {
  transform: translate3d(25vw, -3vw, 0px) scale(0.9);
  transition-delay: 0.3s;
}
#home #roll #r3.go .bg .photo:after {
  opacity: 0;
  transition-delay: 0s;
}
#home #roll #r3.go .bg .mask {
  transform: scale(1.5) translate(17vw, -12vw);
  transition-delay: 0s;
}
#home #roll #r3.go .rowMain .group {
  opacity: 0;
  pointer-events: none;
}
#home #roll #r3.go .rowMain .box {
  transform: translateY(7vw);
}
#home #roll #r3.go .rowMain .box .inner .list.on .mask {
  opacity: 0.2;
}
#home #roll #r3.go .rowMain .box .inner .list.on .cir {
  animation: none;
  background-color: #8a6e4b;
}
#home #roll #r3.go .rowMain .box .inner .list.on h6 {
  color: #fff;
}
#home #roll #r3.go .rowMain + .other {
  visibility: visible;
  opacity: 1;
}
#home #roll #r3.go .rowMain + .other .msgBox {
  pointer-events: auto;
}
#home #roll #r3.to .bg .photo .on {
  filter: blur(5px);
}
#home #roll #r3.to .rowMain .group {
  opacity: 0;
  pointer-events: none;
}
#home #roll #r3.to .rowMain .box {
  transform: translateY(-11vw);
}
#home #roll #r3.to .rowMain .box .prev_ {
  color: #fff;
}
#home #roll #r3.to .rowMain .box .next_ {
  color: #fff;
}
#home #roll #r3.to .rowMain .box .inner .list .cir {
  animation: none;
  background-color: transparent;
}
#home #roll #r3.to .rowMain .box .inner .list .cir > svg {
  opacity: 1;
}
#home #roll #r3.to .rowMain .box .inner .list h6 {
  color: #fff;
}
#home #roll #r3.to .rowMain .box .inner .list.on .mask {
  opacity: 0.05;
}
#home #roll #r3.to .rowMain .box .inner .list.on .cir {
  background-color: #fff;
}
#home #roll #r3.to .rowMain .box .inner .list.on .cir > svg {
  opacity: 0;
}
#home #roll #r3.to .rowMain .box .inner .list.on h6 {
  color: #8a6e4b;
}
#home #roll #r3.to .other {
  visibility: visible;
  opacity: 1;
}
#home #roll #r3.to .other .msgBox {
  transform: translate3d(0, -1.3rem, 0);
  -webkit-transform: translate3d(0, -1.3rem, 0);
  -moz-transform: translate3d(0, -1.3rem, 0);
  -o-transform: translate3d(0, -1.3rem, 0);
  -ms-transform: translate3d(0, -1.3rem, 0);
  backface-visibility: hidden;
}
#home #roll #r3.to .other .msgBox .msgList {
  pointer-events: none !important;
}
#home #roll #r3.to .other .msgBox .msgList > img,
#home #roll #r3.to .other .msgBox .msgList > i {
  visibility: hidden;
}
#home #roll #r3.to .other .msgBox .msgList h3 {
  color: #fff;
}
#home #roll #r3.to .other .msgBox .msgList h3 .letter {
  visibility: hidden;
}
#home #roll #r3.to .other .msgBox .msgList h3:before {
  opacity: 1;
}
#home #roll #r3.to .other .msgBox .msgList > p {
  visibility: hidden;
}
#home #roll #r3.to .other .msgBox .msgList > .layout-btn-2 {
  visibility: hidden;
}
#home #roll #r3.to .add {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
  transition-delay: 0.4s;
}
#home #roll #r3.to .add .return {
  pointer-events: auto;
}
#home #roll #r3.to .add .box {
  pointer-events: auto;
}
#home #roll #r4 {
  overflow: hidden;
  background-color: #000;
}
#home #roll #r4 .rowMain .component {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  backface-visibility: hidden;
  visibility: hidden;
}
#home #roll #r4 .rowMain .component .itemwrap > li .pic {
  width: 100vw;
  transition: transform 3s ease-out;
  -webkit-transition: transform 3s ease-out;
  -moz-transition: transform 3s ease-out;
  -o-transition: transform 3s ease-out;
  -ms-transition: transform 3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r4 .rowMain .component .itemwrap > li .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#home #roll #r4 .rowMain .component .itemwrap > li.current {
  clip-path: inset(0vw 0vw 0vw 0vw);
}
#home #roll #r4 .rowMain .component .itemwrap > li.navInNext .pic {
  transform: scale(1.05);
}
#home #roll #r4 .rowMain .component .itemwrap > li.navInPrev .pic {
  transform: scale(1.05);
}
#home #roll #r4 .rowMain .component .itemwrap > li.nextSlide {
  opacity: 1;
  z-index: 20;
  animation: cir_right 1s ease-in-out;
  animation-fill-mode: both;
}
#home #roll #r4 .rowMain .component .itemwrap > li.prevSlide {
  opacity: 1;
  z-index: 20;
  animation: cir_left 1s ease-in-out;
  animation-fill-mode: both;
}
#home #roll #r4 .rowMain .component .itemwrap > li.prev_Out {
  z-index: 20;
  clip-path: circle(12vw at -2% 50%);
  animation: fadeOut 1s ease-in-out;
  animation-fill-mode: both;
}
#home #roll #r4 .rowMain .component .itemwrap > li.next_Out {
  z-index: 20;
  clip-path: circle(12vw at 102% 50%);
  animation: fadeOut 1s ease-in-out;
  animation-fill-mode: both;
}
#home #roll #r4 .rowMain .component .Tcon {
  height: 70%;
}
#home #roll #r4 .rowMain .component .Tcon > small {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #roll #r4 .rowMain .component .Tcon > small > img {
  margin-right: 0.18rem;
}
#home #roll #r4 .rowMain .component .Tcon > small b {
  font-size: 16px;
}
#home #roll #r4 .rowMain .component .Tcon > small span {
  font-size: 16px;
}
#home #roll #r4 .rowMain .component .Tcon .txtChange > li {
  height: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #r4 .rowMain .component .Tcon .txtChange > li > svg {
  margin-bottom: 0.5rem;
  cursor: pointer;
  width: 0.71rem;
}
#home #roll #r4 .rowMain .component .Tcon .txtChange > li > a {
  margin-bottom: 0.5rem;
  display: block;
  cursor: pointer;
  width: 0.71rem;
}
#home #roll #r4 .rowMain .component .Tcon .txtChange > li > a > i {
  font-size: 0.7rem;
  display: block;
}
#home #roll #r4 .rowMain .component .Tcon .txtChange > li p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
}
#home #roll #r4 .rowMain .component nav > a {
  position: absolute;
  width: 10vw;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #roll #r4 .rowMain .component nav > a > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  text-indent: 2px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
}
#home #roll #r4 .rowMain .component nav > a > span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  line-height: 0.75rem;
  text-align: center;
  background-color: #fff;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r4 .rowMain .component nav > a > span > i {
  color: #8a6e4b;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r4 .rowMain .component nav > a:hover > svg path {
  fill: #ffffff;
}
#home #roll #r4 .rowMain .component nav > a.movePrev {
  left: 0;
}
#home #roll #r4 .rowMain .component nav > a.movePrev:hover > span {
  background-color: #8a6e4b;
}
#home #roll #r4 .rowMain .component nav > a.movePrev:hover > span > i {
  color: #fff;
}
#home #roll #r4 .rowMain .component nav > a.moveNext {
  right: 0;
}
#home #roll #r4 .rowMain .component nav > a.moveNext:hover > span {
  background-color: #8a6e4b;
}
#home #roll #r4 .rowMain .component nav > a.moveNext:hover > span > i {
  color: #fff;
}
#home #roll #r4 .rowMain .component.on {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#home #roll #r4 .other {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 3rem;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
#home #roll #r4 .other > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home #roll #r4 .other > ul > li {
  margin: 0 0.3rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#home #roll #r4 .other > ul > li > a {
  width: 2.2rem;
  border: none;
  border-color: transparent;
}
#home #roll #r4 .other > ul > li.on > a {
  background: #8a6e4b;
  border-color: transparent;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
#home #roll #r4 .other > ul > li.on > a:before {
  opacity: 1;
}
#home #roll #r4 .other > ul > li.on > a:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
#home #roll #r4 .other > ul > li.on > a > div > span:first-of-type {
  transform: translateY(0);
}
#home #roll #r4 .other > ul > li.on > a > div > span:last-of-type {
  transform: translateY(-24px);
}
#home #roll #r4.on .component .itemwrap > li.current .pic {
  transform: scale(1.05);
}
#home #roll #r4.on .other {
  display: flex;
}
#home #roll #r4.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_in;
  transform-origin: 50% 15%;
}
#home #roll #r5 {
  overflow: hidden;
  clip-path: url(/templates/dist/css/);
}
#home #roll #r5 .bgClip /templates/dist/css/ {
  transform: translate3d(-14vw, 6vw, 0) scale(3);
  transform-origin: 10% 50%;
}
#home #roll #r5 .bg .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-position: bottom left;
  background-size: 50%;
  clip-path: url(/templates/dist/css/);
  width: 100vw;
  top: auto;
  bottom: 0;
}
#home #roll #r5 .bg .mask .shadow {
  width: 100%;
  height: 100%;
}
#home #roll #r5 .bg .mask svg {
  width: 60vw;
}
#home #roll #r5 .bg .mask svg /templates/dist/css/ {
  transform: translate3d(-14vw, 6vw, 0);
}
#home #roll #r5 .rowMain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#home #roll #r5 .rowMain .col-1 {
  width: 50vw;
  height: 100%;
  padding-left: 6vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
#home #roll #r5 .rowMain .col-1 .msg {
  max-width: 4.5rem;
}
#home #roll #r5 .rowMain .col-1 .msg small {
  display: inline-block;
  font-family: en;
}
#home #roll #r5 .rowMain .col-1 .msg small .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#home #roll #r5 .rowMain .col-1 .msg h4 {
  margin: 0.36rem 0 0.5rem 0;
}
#home #roll #r5 .rowMain .col-1 .msg a {
  display: inline-block;
}
#home #roll #r5 .rowMain .col-1 .msg a svg {
  width: 20px;
}
#home #roll #r5 .rowMain .col-1 .layout-btn-2 {
  position: absolute;
  bottom: 6vw;
  right: 0;
  border: none;
}
#home #roll #r5 .rowMain .col-1 .layout-btn-2 > div > span:first-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#home #roll #r5 .rowMain .col-1 .layout-btn-2 > div > span:last-of-type {
  color: #8a6e4b;
}
#home #roll #r5 .rowMain .col-1 .layout-btn-2 > div > span:last-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#home #roll #r5 .rowMain .col-2 {
  width: 50vw;
  height: 100%;
  padding-left: 0.9rem;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}
#home #roll #r5 .rowMain .col-2 .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#home #roll #r5 .rowMain .col-2 .box .photo {
  width: 3rem;
  height: 2.8rem;
  position: relative;
  mask-image: url(/templates/dist/img/z54.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  margin-right: 0.8rem;
}
#home #roll #r5 .rowMain .col-2 .box .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #roll #r5 .rowMain .col-2 .box .msg {
  width: 3.2rem;
  display: block;
}
#home #roll #r5 .rowMain .col-2 .box .msg small {
  display: inline-block;
}
#home #roll #r5 .rowMain .col-2 .box .msg h4 {
  margin: 0.36rem 0 0.5rem 0;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r5 .rowMain .col-2 .box .msg span {
  display: inline-block;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #r5 .rowMain .col-2 .box .msg span svg {
  width: 20px;
}
#home #roll #r5 .rowMain .col-2 .box .msg span svg path {
  transition: fill 0.3s ease-out;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -ms-transition: fill 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #r5 .rowMain .col-2 .box .msg:hover h4 {
  color: #8a6e4b;
}
#home #roll #r5 .rowMain .col-2 .box .msg:hover span {
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  backface-visibility: hidden;
}
#home #roll #r5 .rowMain .col-2 .box .msg:hover span svg path {
  fill: #8a6e4b;
}
#home #roll #r5.in {
  z-index: 15;
  opacity: 1;
  animation-name: row5_in;
  animation-delay: 0.2s;
}
#home #roll #r5.in .bgClip /templates/dist/css/ {
  animation-fill-mode: both;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  animation-name: r5_in;
}
#home #roll #r5.out {
  z-index: 10;
  opacity: 1;
  animation-name: row5_in;
  animation-duration: 1.6s;
  transform-origin: 50% 50%;
}
#home #roll #r5.out .bgClip /templates/dist/css/ {
  animation-fill-mode: both;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  animation-name: r5_out;
}
#home #roll #r6 .bg .p1 {
  clip: rect(0px 100vw 0vh 0);
  transition: clip 1.2s ease-in-out;
}
#home #roll #r6 .rowMain {
  padding: 9vw 15vw 4vw 10vw;
  width: 55vw;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
#home #roll #r6 .rowMain .title {
  margin-bottom: 0.4rem;
}
#home #roll #r6 .rowMain .title h4 {
  line-height: 1;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
#home #roll #r6 .rowMain .title p {
  line-height: 1;
}
#home #roll #r6 .rowMain .title p .letter {
  min-width: 0.3em;
}
#home #roll #r6 .rowMain .items li {
  line-height: 2;
  color: #666666;
}
#home #roll #r6 .rowMain .items a {
  display: inline-block;
}
#home #roll #r6 .rowMain .other {
  position: absolute;
  top: calc(11vw - 0.15rem);
  right: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#home #roll #r6 .rowMain .other > a,
#home #roll #r6 .rowMain .other > li {
  padding: 0.15rem 0;
}
#home #roll #r6 .rowMain .other > a > i,
#home #roll #r6 .rowMain .other > li > i {
  color: #ccc;
  font-size: 0.26rem;
}
#home #roll #r6 .rowMain .other > a svg,
#home #roll #r6 .rowMain .other > li svg {
  cursor: pointer;
  width: 27px;
}
#home #roll #r6 .rowMain .other > a svg path,
#home #roll #r6 .rowMain .other > li svg path {
  fill: #ccc;
  transition: fill 0.3s ease-in-out;
}
#home #roll #r6 .rowMain .other > a svg:hover path,
#home #roll #r6 .rowMain .other > li svg:hover path {
  fill: #8a6e4b;
}
#home #roll #r6 .rowMain .other > a.wb svg,
#home #roll #r6 .rowMain .other > li.wb svg {
  width: 27px;
}
#home #roll #r6 .rowMain .other > a.wx svg,
#home #roll #r6 .rowMain .other > li.wx svg {
  width: 27px;
}
#home #roll #r6 .rowMain .other > a.mall svg,
#home #roll #r6 .rowMain .other > li.mall svg {
  width: 21px;
}
#home #roll #r6 .rowMain .other > a.jd svg,
#home #roll #r6 .rowMain .other > li.jd svg {
  width: 26px;
}
#home #roll #r6 .rowMain .other > a.hr svg,
#home #roll #r6 .rowMain .other > li.hr svg {
  width: 26px;
}
#home #roll #r6 .rowMain .add {
  width: 45vw;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
}
#home #roll #r6 .rowMain .add .msg {
  text-align: center;
  pointer-events: auto;
}
#home #roll #r6 .rowMain .add .msg h2 {
  font-size: 0.5rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 400;
}
#home #roll #r6 .rowMain .add .msg h2 font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#home #roll #r6 .rowMain .add .msg p {
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}
#home #roll #r6 .rowMain .add .msg > a {
  margin-top: 0.6rem;
  width: 2rem;
  border: none;
}
#home #roll #r6 .rowMain .add .msg > a > div > span:first-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#home #roll #r6 .rowMain .add .msg > a > div > span:last-of-type {
  color: #8a6e4b;
}
#home #roll #r6 .rowMain .add .msg > a > div > span:last-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#home #roll #r6 .ad {
  cursor: pointer;
  position: absolute;
  bottom: 5vw;
  right: 0.3rem;
  width: 0.6rem;
  height: 1.15rem;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #r6 .ad > svg {
  width: 0.28rem;
}
#home #roll #r6 .ad > svg path {
  fill: #8a6e4b;
}
#home #roll #r6 .ad > span {
  margin-top: 0.1rem;
}
#home #roll #r6.in {
  z-index: 15;
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 0s;
  transform-origin: 50% 50%;
}
#home #roll #r6.in .bg .p1 {
  clip: rect(0px 100vw 100vh 0);
}
#home #roll #r6.on .bg .p1 {
  clip: rect(0px 100vw 100vh 0);
}
#home #roll #r6.out {
  z-index: 15;
  opacity: 1;
  animation-name: fadeOut;
  animation-delay: 0.5s;
  transform-origin: 50% 50%;
}
#home #roll #r6.out .bg .p1 {
  clip: rect(0px 100vw 0vh 0);
}
#home #roll #app_r3 .bg:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#home #roll #app_r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #roll #app_r3 .rowMain {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#home #roll #app_r3 .rowMain .title {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #app_r3 .rowMain .title i {
  font-size: 0.8rem;
}
#home #roll #app_r3 .rowMain .title h2 {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0.3rem 0 0.4rem 0;
}
#home #roll #app_r3 .rowMain .title p {
  line-height: 1.8;
  text-align: center;
}
#home #roll #app_r3 .rowMain .group {
  width: 100%;
}
#home #roll #app_r3 .rowMain .group .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
  position: relative;
  width: 100%;
  padding: 0 10%;
}
#home #roll #app_r3 .rowMain .group .box:last-of-type {
  margin-bottom: 0;
}
#home #roll #app_r3 .rowMain .group .box .list {
  width: 44%;
  position: relative;
  cursor: pointer;
}
#home #roll #app_r3 .rowMain .group .box .list .mask {
  position: relative;
  width: 100%;
  display: block;
}
#home #roll #app_r3 .rowMain .group .box .list .col {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #app_r3 .rowMain .group .box .list .col .img {
  padding-bottom: 0.2rem;
  height: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#home #roll #app_r3 .rowMain .group .box .list .col .img > img {
  display: inline-block;
  max-height: 100%;
  position: relative;
  z-index: 9;
}
#home #roll #app_r3 .rowMain .group .box .list .col .img:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  line-height: 0.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background-color: transparent;
  box-shadow: 0 10px 0.6rem rgba(0, 0, 0, 0.6);
}
#home #roll #app_r3 .rowMain .group .box .list .col h6 {
  text-align: center;
  position: relative;
  z-index: 12;
}
#home #roll #app_r3 .rowMain .group .box > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  backface-visibility: hidden;
  left: 0;
}
#home #roll #app_r3 .rowMain .group .box > svg .wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 0.1px;
  fill: transparent;
}
#home #roll #app_r3 .rowMain .group .box > svg .wave.wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}
#home #roll #app_r3 .rowMain .group .box > svg .wave.wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: .3;
}
#home #roll #app_r3.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_appIn;
  transform-origin: 50% 15%;
}
#home #roll #app_r3.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_appOut;
  transform-origin: 50% 15%;
}
#home #roll #app_r4 .rowMain {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#home #roll #app_r4 .rowMain .col {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #app_r4 .rowMain .col h2 {
  font-size: 0.5rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
#home #roll #app_r4 .rowMain .col p {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
#home #roll #app_r4 .rowMain .col .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
#home #roll #app_r4 .rowMain .col:nth-of-type(1) {
  height: 36%;
}
#home #roll #app_r4 .rowMain .col:nth-of-type(2) {
  height: 36%;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  mask-image: url(/templates/dist/img/z53.png);
  mask-size: 100% 100%;
  mask-position: center;
}
#home #roll #app_r4 .rowMain .col:nth-of-type(3) {
  height: 36%;
}
#home #roll #app_r4.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_appIn;
  transform-origin: 50% 15%;
}
#home #roll #app_r4.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_appOut;
  transform-origin: 50% 15%;
}
#home #roll #app_r5 .bg {
  background-size: cover;
}
#home #roll #app_r5 .rowMain {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#home #roll #app_r5 .rowMain .col-1 {
  width: 100%;
  position: relative;
  height: calc(100% - 7rem - 60px);
}
#home #roll #app_r5 .rowMain .col-1 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-image: url(/templates/dist/img/z55.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  mask-repeat: no-repeat;
}
#home #roll #app_r5 .rowMain .col-1 .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center bottom;
  background-image: url(/templates/dist/img/s5.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#home #roll #app_r5 .rowMain .col-1 .msg {
  position: absolute;
  bottom: 10%;
  width: 80%;
  left: 10vw;
  display: block;
}
#home #roll #app_r5 .rowMain .col-1 .msg small {
  display: inline-block;
  font-size: 12px;
}
#home #roll #app_r5 .rowMain .col-1 .msg h4 {
  margin: 0.2rem 0 0.4rem 0;
}
#home #roll #app_r5 .rowMain .col-1 .msg span {
  display: inline-block;
}
#home #roll #app_r5 .rowMain .col-1 .msg span i {
  font-size: 0.14rem;
}
#home #roll #app_r5 .rowMain .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.4rem 8%;
  height: calc(7rem + 60px);
}
#home #roll #app_r5 .rowMain .col-2 .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #roll #app_r5 .rowMain .col-2 .box .photo {
  width: 3rem;
  height: 2.8rem;
  position: relative;
  margin-right: 0.5rem;
  mask-image: url(/templates/dist/img/z54.png);
  mask-size: 100% 100%;
}
#home #roll #app_r5 .rowMain .col-2 .box .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg {
  width: 3.2rem;
  display: block;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg small {
  display: inline-block;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg h4 {
  margin: 0.2rem 0 0.4rem 0;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg span {
  display: inline-block;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg span i {
  font-size: 0.14rem;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg:hover h4 {
  color: #8a6e4b;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg:hover span {
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  backface-visibility: hidden;
}
#home #roll #app_r5 .rowMain .col-2 .box .msg:hover span svg path {
  fill: #8a6e4b;
}
#home #roll #app_r5 .rowMain .col-2 > .layout-btn-1 {
  min-height: 40px;
}
#home #roll #app_r5 .rowMain .col-2 > .layout-btn-1 > div {
  min-height: 16px;
}
#home #roll #app_r5 .rowMain .col-2 > .layout-btn-1 > div > span {
  font-weight: 400;
}
#home #roll #app_r5.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_appIn;
  transform-origin: 50% 15%;
}
#home #roll #app_r5.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_appOut;
  transform-origin: 50% 15%;
}
#home #roll #app_r6 .bg {
  background-size: cover;
}
#home #roll #app_r6 .rowMain {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#home #roll #app_r6 .rowMain .col-1 {
  width: 100%;
  position: relative;
  height: calc(100% - 7rem);
}
#home #roll #app_r6 .rowMain .col-1 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-image: url(/templates/dist/img/z55.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  mask-repeat: no-repeat;
}
#home #roll #app_r6 .rowMain .col-1 .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#home #roll #app_r6 .rowMain .col-1 .msg {
  position: absolute;
  padding-top: 50px;
  width: 80%;
  left: 10vw;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;
}
#home #roll #app_r6 .rowMain .col-1 .msg h2 {
  font-size: 0.5rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 400;
}
#home #roll #app_r6 .rowMain .col-1 .msg h2 font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#home #roll #app_r6 .rowMain .col-1 .msg h2 font:nth-of-type(5) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#home #roll #app_r6 .rowMain .col-1 .msg p {
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}
#home #roll #app_r6 .rowMain .col-1 .msg > a {
  margin-top: 0.6rem;
  width: 2rem;
  border: none;
}
#home #roll #app_r6 .rowMain .col-1 .msg > a > div > span:first-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#home #roll #app_r6 .rowMain .col-1 .msg > a > div > span:last-of-type {
  color: #8a6e4b;
}
#home #roll #app_r6 .rowMain .col-1 .msg > a > div > span:last-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#home #roll #app_r6 .rowMain .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 10%;
  width: 100%;
  position: relative;
}
#home #roll #app_r6 .rowMain .col-2 .title p {
  font-size: 0.24rem;
}
#home #roll #app_r6 .rowMain .col-2 .items {
  margin: 0.2rem 0 0.3rem 0;
}
#home #roll #app_r6 .rowMain .col-2 .items li {
  line-height: 2;
  color: #666666;
  font-size: 12px;
}
#home #roll #app_r6 .rowMain .col-2 .items a {
  display: inline-block;
  font-size: 12px;
}
#home #roll #app_r6 .rowMain .col-2 .other {
  position: absolute;
  top: calc(11vw - 0.15rem);
  right: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#home #roll #app_r6 .rowMain .col-2 .other > a,
#home #roll #app_r6 .rowMain .col-2 .other > li {
  padding: 0.15rem 0;
}
#home #roll #app_r6 .rowMain .col-2 .other > a > i,
#home #roll #app_r6 .rowMain .col-2 .other > li > i {
  font-size: 0.36rem;
  color: #ccc;
  display: block;
}
#home #roll #app_r6 .rowMain .col-2 .other > a > i:hover,
#home #roll #app_r6 .rowMain .col-2 .other > li > i:hover {
  color: #8a6e4b;
}
#home #roll #app_r6 .rowMain .col-2 .other > a svg,
#home #roll #app_r6 .rowMain .col-2 .other > li svg {
  cursor: pointer;
  width: 27px;
}
#home #roll #app_r6 .rowMain .col-2 .other > a svg path,
#home #roll #app_r6 .rowMain .col-2 .other > li svg path {
  fill: #ccc;
  transition: fill 0.3s ease-in-out;
}
#home #roll #app_r6 .rowMain .col-2 .other > a svg:hover path,
#home #roll #app_r6 .rowMain .col-2 .other > li svg:hover path {
  fill: #8a6e4b;
}
#home #roll #app_r6 .rowMain .col-2 .col > a {
  font-size: 10px;
}
#home #roll #app_r6 .ad {
  cursor: pointer;
  position: absolute;
  bottom: 5vw;
  right: 7%;
  width: 0.7rem;
  z-index: 10;
  height: 1.35rem;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home #roll #app_r6 .ad > svg {
  width: 0.28rem;
}
#home #roll #app_r6 .ad > svg path {
  fill: #8a6e4b;
}
#home #roll #app_r6 .ad > span {
  margin-top: 0.1rem;
}
#home #roll #app_r6.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_appIn;
  transform-origin: 50% 15%;
}
#home #roll #app_r6.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_appOut;
  transform-origin: 50% 15%;
}
#home .pager {
  position: absolute;
  z-index: 50;
  right: 3vw;
  bottom: 2vw;
}
#home .pager .p-dot {
  width: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}
#home .pager .p-dot > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  border: 1px solid #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  box-sizing: border-box;
  background-color: transparent;
}
#home .pager .p-dot > small {
  display: inline-block;
  height: 0;
  white-space: nowrap;
  position: relative;
  transition: height 0.5s ease-out;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  -ms-transition: height 0.5s ease-out;
  backface-visibility: hidden;
  width: 100px;
}
#home .pager .p-dot > small > em {
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  line-height: 38px;
  text-align: right;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  transform: translate3d(-12px, -12px, 0);
  -webkit-transform: translate3d(-12px, -12px, 0);
  -moz-transform: translate3d(-12px, -12px, 0);
  -o-transform: translate3d(-12px, -12px, 0);
  -ms-transform: translate3d(-12px, -12px, 0);
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  transition: transform 1s cubic-bezier(0.3, 0, 0.24, 1), opacity 0.5s ease;
}
#home .pager .p-dot.on > span {
  background-color: #fff;
}
#home .pager .p-dot.on > small {
  height: 40px;
}
#home .pager .p-dot.on > small > em {
  opacity: 1;
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  backface-visibility: hidden;
}
#home .pager.bc .p-dot > span {
  border-color: #666666;
}
#home .pager.bc .p-dot > small > em {
  color: #8a6e4b;
}
#home .pager.bc .p-dot.on > span {
  background-color: #8a6e4b;
}
#homeContact {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}
#homeContact #roll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#homeContact #roll.stop {
  pointer-events: none;
}
#homeContact #roll .row {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}
#homeContact #roll .row .alan {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#homeContact #roll .row.del {
  opacity: 1;
  pointer-events: auto;
}
#homeContact #roll .row.on {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
#homeContact #roll .row.on .alanLeft {
  animation-name: fadeInLeftSmall;
}
#homeContact #roll .row.on .alanRight {
  animation-name: fadeInRightSmall;
}
#homeContact #roll .row.on .alanDown {
  animation-name: fadeInDownSmall;
}
#homeContact #roll .row.on .alanIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
}
#homeContact #roll .row .delay1 {
  animation-delay: 0.1s;
}
#homeContact #roll .row .delay2 {
  animation-delay: 0.2s;
}
#homeContact #roll .row .delay3 {
  animation-delay: 0.3s;
}
#homeContact #roll .row .delay4 {
  animation-delay: 0.4s;
}
#homeContact #roll .row .delay5 {
  animation-delay: 0.5s;
}
#homeContact #roll .row .delay6 {
  animation-delay: 0.6s;
}
#homeContact #roll .row.in {
  z-index: 15;
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 0.8s;
  transform-origin: 50% 15%;
}
#homeContact #roll .row.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_out;
  transform-origin: 50% 15%;
}
#homeContact #roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#homeContact #roll .row .bg > .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#homeContact #roll .row .rowMain {
  position: relative;
  z-index: 20;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#homeContact #roll #r6 .bg .p1 {
  clip: rect(0px 100vw 0vh 0);
  transition: clip 1.2s ease-in-out;
}
#homeContact #roll #r6 .rowMain {
  padding: 9vw 15vw 4vw 10vw;
  width: 55vw;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
#homeContact #roll #r6 .rowMain .title {
  margin-bottom: 0.4rem;
}
#homeContact #roll #r6 .rowMain .title h4 {
  line-height: 1;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
#homeContact #roll #r6 .rowMain .title p {
  line-height: 1;
}
#homeContact #roll #r6 .rowMain .title p .letter {
  min-width: 0.3em;
}
#homeContact #roll #r6 .rowMain .items li {
  line-height: 2;
  color: #666666;
}
#homeContact #roll #r6 .rowMain .items a {
  display: inline-block;
}
#homeContact #roll #r6 .rowMain .other {
  position: absolute;
  top: calc(11vw - 0.15rem);
  right: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#homeContact #roll #r6 .rowMain .other > a,
#homeContact #roll #r6 .rowMain .other > li {
  padding: 0.15rem 0;
}
#homeContact #roll #r6 .rowMain .other > a > i,
#homeContact #roll #r6 .rowMain .other > li > i {
  color: #ccc;
  font-size: 0.26rem;
}
#homeContact #roll #r6 .rowMain .other > a svg,
#homeContact #roll #r6 .rowMain .other > li svg {
  cursor: pointer;
  width: 27px;
}
#homeContact #roll #r6 .rowMain .other > a svg path,
#homeContact #roll #r6 .rowMain .other > li svg path {
  fill: #ccc;
  transition: fill 0.3s ease-in-out;
}
#homeContact #roll #r6 .rowMain .other > a svg:hover path,
#homeContact #roll #r6 .rowMain .other > li svg:hover path {
  fill: #8a6e4b;
}
#homeContact #roll #r6 .rowMain .other > a.wb svg,
#homeContact #roll #r6 .rowMain .other > li.wb svg {
  width: 27px;
}
#homeContact #roll #r6 .rowMain .other > a.wx svg,
#homeContact #roll #r6 .rowMain .other > li.wx svg {
  width: 27px;
}
#homeContact #roll #r6 .rowMain .other > a.mall svg,
#homeContact #roll #r6 .rowMain .other > li.mall svg {
  width: 21px;
}
#homeContact #roll #r6 .rowMain .other > a.jd svg,
#homeContact #roll #r6 .rowMain .other > li.jd svg {
  width: 26px;
}
#homeContact #roll #r6 .rowMain .other > a.hr svg,
#homeContact #roll #r6 .rowMain .other > li.hr svg {
  width: 26px;
}
#homeContact #roll #r6 .rowMain .add {
  width: 45vw;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
}
#homeContact #roll #r6 .rowMain .add .msg {
  text-align: center;
  pointer-events: auto;
}
#homeContact #roll #r6 .rowMain .add .msg h2 {
  font-size: 0.5rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 400;
}
#homeContact #roll #r6 .rowMain .add .msg h2 font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#homeContact #roll #r6 .rowMain .add .msg p {
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}
#homeContact #roll #r6 .rowMain .add .msg > a {
  margin-top: 0.6rem;
  width: 2rem;
  border: none;
}
#homeContact #roll #r6 .rowMain .add .msg > a > div > span:first-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#homeContact #roll #r6 .rowMain .add .msg > a > div > span:last-of-type {
  color: #8a6e4b;
}
#homeContact #roll #r6 .rowMain .add .msg > a > div > span:last-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#homeContact #roll #r6 .ad {
  cursor: pointer;
  position: absolute;
  bottom: 5vw;
  right: 0.3rem;
  width: 0.6rem;
  height: 1.15rem;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#homeContact #roll #r6 .ad > svg {
  width: 0.28rem;
}
#homeContact #roll #r6 .ad > svg path {
  fill: #8a6e4b;
}
#homeContact #roll #r6 .ad > span {
  margin-top: 0.1rem;
}
#homeContact #roll #r6.in {
  z-index: 15;
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 0s;
  transform-origin: 50% 50%;
}
#homeContact #roll #r6.in .bg .p1 {
  clip: rect(0px 100vw 100vh 0);
}
#homeContact #roll #r6.on .bg .p1 {
  clip: rect(0px 100vw 100vh 0);
}
#homeContact #roll #r6.out {
  z-index: 15;
  opacity: 1;
  animation-name: fadeOut;
  animation-delay: 0.5s;
  transform-origin: 50% 50%;
}
#homeContact #roll #r6.out .bg .p1 {
  clip: rect(0px 100vw 0vh 0);
}
#homeContact #roll #app_r6 .bg {
  background-size: cover;
}
#homeContact #roll #app_r6 .rowMain {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#homeContact #roll #app_r6 .rowMain .col-1 {
  width: 100%;
  position: relative;
  height: calc(100% - 7rem);
}
#homeContact #roll #app_r6 .rowMain .col-1 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-image: url(/templates/dist/img/z55.png);
  mask-size: 100% 100%;
  mask-position: center bottom;
  mask-repeat: no-repeat;
}
#homeContact #roll #app_r6 .rowMain .col-1 .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg {
  position: absolute;
  padding-top: 50px;
  width: 80%;
  left: 10vw;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg h2 {
  font-size: 0.5rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 400;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg h2 font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg h2 font:nth-of-type(5) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg p {
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg > a {
  margin-top: 0.6rem;
  width: 2rem;
  border: none;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg > a > div > span:first-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg > a > div > span:last-of-type {
  color: #8a6e4b;
}
#homeContact #roll #app_r6 .rowMain .col-1 .msg > a > div > span:last-of-type i {
  vertical-align: middle;
  font-size: 14px;
}
#homeContact #roll #app_r6 .rowMain .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 10%;
  width: 100%;
  position: relative;
}
#homeContact #roll #app_r6 .rowMain .col-2 .title p {
  font-size: 0.24rem;
}
#homeContact #roll #app_r6 .rowMain .col-2 .items {
  margin: 0.2rem 0 0.3rem 0;
}
#homeContact #roll #app_r6 .rowMain .col-2 .items li {
  line-height: 2;
  color: #666666;
  font-size: 12px;
}
#homeContact #roll #app_r6 .rowMain .col-2 .items a {
  display: inline-block;
  font-size: 12px;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other {
  position: absolute;
  top: calc(11vw - 0.15rem);
  right: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other > a,
#homeContact #roll #app_r6 .rowMain .col-2 .other > li {
  padding: 0.15rem 0;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other > a > i,
#homeContact #roll #app_r6 .rowMain .col-2 .other > li > i {
  font-size: 0.36rem;
  color: #ccc;
  display: block;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other > a > i:hover,
#homeContact #roll #app_r6 .rowMain .col-2 .other > li > i:hover {
  color: #8a6e4b;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other > a svg,
#homeContact #roll #app_r6 .rowMain .col-2 .other > li svg {
  cursor: pointer;
  width: 27px;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other > a svg path,
#homeContact #roll #app_r6 .rowMain .col-2 .other > li svg path {
  fill: #ccc;
  transition: fill 0.3s ease-in-out;
}
#homeContact #roll #app_r6 .rowMain .col-2 .other > a svg:hover path,
#homeContact #roll #app_r6 .rowMain .col-2 .other > li svg:hover path {
  fill: #8a6e4b;
}
#homeContact #roll #app_r6 .rowMain .col-2 .col > a {
  font-size: 10px;
}
#homeContact #roll #app_r6 .ad {
  cursor: pointer;
  position: absolute;
  bottom: 5vw;
  right: 7%;
  width: 0.7rem;
  z-index: 10;
  height: 1.35rem;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#homeContact #roll #app_r6 .ad > svg {
  width: 0.28rem;
}
#homeContact #roll #app_r6 .ad > svg path {
  fill: #8a6e4b;
}
#homeContact #roll #app_r6 .ad > span {
  margin-top: 0.1rem;
}
#homeContact #roll #app_r6.in {
  z-index: 15;
  opacity: 1;
  animation-delay: 0s;
  animation-name: banner_appIn;
  transform-origin: 50% 15%;
}
#homeContact #roll #app_r6.out {
  z-index: 10;
  opacity: 1;
  animation-name: banner_appOut;
  transform-origin: 50% 15%;
}
.wrapper.inner clipPath path {
  stroke-width: 70px;
  stroke: #000;
}
.wrapper.inner > svg {
  position: absolute;
}
.wrapper.inner > svg /templates/dist/css/ {
  transform-origin: 0% 0%;
}
.wrapper.inner > svg /templates/dist/css/ path {
  transform: translate3d(-0.5%, -23%, 0);
}
.wrapper.inner #roll .row {
  min-height: 60vh;
  position: relative;
}
.wrapper.inner #roll .mk {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 82vh;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper.inner #roll .mk .pic {
  background-size: 100% 100%;
  background-position: center top;
  height: 84.375vw;
  width: 100%;
}
.wrapper.inner #roll .mk .pic:last-of-type {
  flex: 1;
  background-size: 100%;
  background-repeat: repeat-y;
}
.wrapper.inner #roll #r1 {
  height: 100vh;
  position: relative;
}
.wrapper.inner #roll #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.wrapper.inner #roll #r1 .bg .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.wrapper.inner #roll #r1 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: url(/templates/dist/css/);
  z-index: 4;
  backface-visibility: hidden;
}
.wrapper.inner #roll #r1 .bg .pic > img {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
}
.wrapper.inner #roll #r1 .bg .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.wrapper.inner #roll #r1 .rowMain {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.wrapper.inner #roll #r1 .rowMain .inner {
  padding-bottom: 7vw;
}
.wrapper.inner #roll #r1 .rowMain .inner h1 {
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.wrapper.inner #roll #r1 .rowMain .inner h1 > span {
  text-transform: uppercase;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  min-width: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper.inner #roll #r1 .rowMain .inner h1 > span > img {
  height: 1.5rem;
  margin-bottom: 0.2rem;
}
.wrapper.inner #roll #r1 .rowMain .inner p {
  text-align: center;
  color: #fff;
  line-height: 2;
}
.wrapper.inner #roll #r1 .rowMain .items {
  overflow: hidden;
  position: absolute;
  bottom: 1rem;
  left: 0;
  height: 2.4rem;
  width: 100%;
  padding: 0.5rem 17vw 0 17vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper.inner #roll #r1 .rowMain .items > svg {
  position: absolute;
  bottom: 0.4rem;
  left: -1vw;
  width: 102vw;
}
.wrapper.inner #roll #r1 .rowMain .items > svg path {
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.3);
  fill: none;
}
.wrapper.inner #roll #r1 .rowMain .items .list {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  display: inline-block;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.5rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.66rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 0.72rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 0.94rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(5) {
  margin-top: 1.08rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(6) {
  margin-top: 0.97rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(7) {
  margin-top: 0.5rem;
}
.wrapper.inner #roll #r1 .rowMain .items .list > h4 {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  left: 0;
  bottom: calc(100% + 0.2rem);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.wrapper.inner #roll #r1 .rowMain .items .list > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(0.35);
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -o-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  backface-visibility: hidden;
}
.wrapper.inner #roll #r1 .rowMain .items .list > em {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  backface-visibility: hidden;
}
.wrapper.inner #roll #r1 .rowMain .items .list.on > h4 {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
.wrapper.inner #roll #r1 .rowMain .items .list.on > span {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
.wrapper.inner #roll #r1 .rowMain .items .list.on > em {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
@media screen and (orientation: landscape) {
  .wrapper.inner #roll #r1 .rowMain .items .list:hover > h4 {
    opacity: 1 !important;
    transform: translate3d(0, 15px, 0) !important;
    -webkit-transform: translate3d(0, 15px, 0) !important;
    -moz-transform: translate3d(0, 15px, 0) !important;
    -o-transform: translate3d(0, 15px, 0) !important;
    -ms-transform: translate3d(0, 15px, 0) !important;
    backface-visibility: hidden !important;
  }
  .wrapper.inner #roll #r1 .rowMain .items .list:hover > span {
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    backface-visibility: hidden !important;
  }
}
.wrapper.inner #roll #r1 .rowMain .bm {
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
  bottom: -2px;
  overflow: hidden;
}
.wrapper.inner #roll #r1 .rowMain .bm > img {
  width: 100%;
}
#about > svg /templates/dist/css/ path {
  transform: translate3d(-80px, 0, 0);
}
#about #banner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#about #banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #banner .bg > .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask: url(/templates/dist/img/bs.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 45.8%;
  -webkit-mask-position: 50% 41%;
  z-index: 10;
  animation-name: aboutFn;
}
#about #banner .bg > .pic svg #path {
  transform-origin: 0 0;
  animation-name: scrFn;
}
#about #banner .bg > .pic svg path {
  font-family: en;
  font-size: 1.8rem;
  line-height: 1;
  transform: translate3d(-50%, -50%, 0);
}
#about #banner .bg > .pic svg path .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#about #banner .bg .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about #banner .bg .msg .items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #banner .bg .msg .items .list {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about #banner .bg .msg .items .list .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#about #banner .bg .msg .items .list:nth-of-type(1) {
  width: 4.4rem;
  height: 4.4rem;
  left: 0.5rem;
  top: 1.5rem;
}
#about #banner .bg .msg .items .list:nth-of-type(1) .pic {
  animation-name: scrP1;
}
#about #banner .bg .msg .items .list:nth-of-type(2) {
  width: 3rem;
  height: 3rem;
  right: 1.5rem;
  bottom: 0.8rem;
}
#about #banner .bg .msg .items .list:nth-of-type(2) .pic {
  animation-name: scrP2;
}
#about #banner .bg .msg .items .list:nth-of-type(3) {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -0.5rem;
}
#about #banner .bg .msg .items .list:nth-of-type(3) .pic {
  animation-name: scrP3;
}
#about #banner .bg .msg .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  top: 0;
  pointer-events: none;
  text-align: center;
  font-weight: 600;
  padding-top: 2.2rem;
  line-height: 2;
  animation-name: scrOut;
}
#about #banner .bg .msg .scr {
  position: absolute;
  bottom: 1rem;
  width: 1.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#about #banner .bg .msg .scr > img {
  animation-name: scrImg;
}
#about #banner .bg .msg .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#about #banner .bg .msg .scr > svg path {
  fill: #8e9091;
}
#about #roll .row {
  min-height: 100vh;
}
#about #roll #r1 {
  height: 300vh;
  position: relative;
}
#about #roll #r1 .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about #roll #r1 .rowMain .inner {
  padding-bottom: 7vw;
}
#about #roll #r1 .rowMain .inner h1 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#about #roll #r1 .rowMain .inner h1 > span {
  text-transform: uppercase;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  display: flex;
  min-width: 1.2em;
}
#about #roll #r1 .rowMain .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about #roll #r1 .rowMain .bm {
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#about #roll #r1 .rowMain .bm > img {
  width: 100%;
}
#about #roll #r2 {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: -2px;
}
#about #roll #r2 > .wrap {
  background-color: #fff;
  width: 100%;
  padding-top: 2.5rem;
  transition: transform 0.7s ease-in-out;
}
#about #roll #r2 > .wrap .bg {
  margin-left: -20vw;
  pointer-events: none;
  transform-origin: 0 -5%;
  position: absolute;
  left: 0;
  top: 2.5rem;
  backface-visibility: hidden;
}
#about #roll #r2 > .wrap .bg .photo {
  position: absolute;
  left: 0;
  height: 977px;
  top: 0;
  z-index: 5;
  clip-path: url(/templates/dist/css/);
}
#about #roll #r2 > .wrap .bg .mask /templates/dist/css/ {
  transform: translate3d(-120px, 0px, 0px) rotate(-50deg);
  transform-origin: 80% 60%;
  animation-name: scrP4;
  backface-visibility: hidden;
}
#about #roll #r2 > .wrap .bg .ad {
  position: absolute;
  top: 0px;
  z-index: 3;
  left: -2.5rem;
}
#about #roll #r2 > .wrap .rowMain .group {
  height: 100%;
  width: 100%;
  padding: 0 0 0.8rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 {
  width: 38vw;
  padding-right: 4%;
  margin-top: -1.3rem;
  margin-left: -5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic {
  position: relative;
  width: 100%;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title {
  width: 28vw;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h2 > font {
  font-size: 0.5rem;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h2 > font:nth-of-type(7) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 40vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#about #roll #r2 > .wrap .rowMain .group .col-1 .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#about #roll #r2 > .wrap .rowMain .group .col-2 {
  padding-top: 0.3rem;
  width: calc(100% - 42vw);
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .msg {
  width: 100%;
  margin-bottom: 0.8rem;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .msg h3 {
  margin-bottom: 0.45rem;
  line-height: 1.2;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .msg h3 .col2 {
  font-size: 30px;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .msg p {
  line-height: 2;
  margin-bottom: 0.3rem;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other {
  position: relative;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .txt {
  margin: 0.7rem 0 0.5rem 0;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .txt > span {
  color: #666;
  margin-bottom: 0.2rem;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .txt > p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .photo {
  margin-top: 0.2rem;
  position: relative;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .photo p {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 10;
  color: transparent;
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .photo /templates/dist/css/ text {
  font-size: 1rem;
  font-family: num;
  transform: translate3d(0, 116%, 0);
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other .photo .img {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 100% 98%;
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: url(/templates/dist/css/);
}
#about #roll #r2 > .wrap .rowMain .group .col-2 .other > small {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
}
#about #roll #r2 > .wrap .rowMain .bm {
  padding: 0.5rem 0;
}
#about #roll #r2 > .wrap .rowMain .bm .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#about #roll #r2 > .wrap .rowMain .bm .scr > img {
  animation-name: scrImg;
}
#about #roll #r2 > .wrap .rowMain .bm .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#about #roll #r2 > .wrap .rowMain .bm .scr > svg path {
  fill: #8e9091;
}
#about #roll #r2 > .inner {
  position: relative;
  z-index: 3;
  padding: 0.4rem 0 0.6rem 0;
}
#about #roll #r2 > .inner .after .title h3 {
  text-align: center;
  line-height: 1.8;
  width: 75%;
  margin: 0 auto;
}
#about #roll #r2 > .inner .after .wrap {
  height: 8rem;
  position: relative;
}
#about #roll #r2 > .inner .after .wrap .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
}
#about #roll #r2 > .inner .after .wrap .list .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #roll #r2 > .inner .after .wrap .list .photo .pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
#about #roll #r2 > .inner .after .wrap .list .photo .pic .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
}
#about #roll #r2 > .inner .after .wrap .list .photo .pic .logo + .mask {
  opacity: 1;
}
#about #roll #r2 > .inner .after .wrap .list .photo .pic .mask {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
}
#about #roll #r2 > .inner .after .wrap .list:nth-of-type(1) {
  left: -1rem;
  top: -0.25rem;
}
#about #roll #r2 > .inner .after .wrap .list:nth-of-type(2) {
  width: 3rem;
  height: 3rem;
  left: 26%;
  top: 4rem;
}
#about #roll #r2 > .inner .after .wrap .list:nth-of-type(3) {
  left: 50%;
  top: 1rem;
}
#about #roll #r2 > .inner .after .wrap .list:nth-of-type(4) {
  width: 3rem;
  height: 3rem;
  left: 81%;
  top: 5rem;
}
#about #roll #r2 > .inner .after .wrap .list:nth-of-type(5) {
  left: calc(100% - 2.5rem);
  top: -2.5rem;
}
#about #roll #r2 > .inner .after .other {
  margin: 0 auto;
  width: 740px;
}
#about #roll #r2 > .inner .after .other p {
  line-height: 2;
  text-align: center;
  margin-bottom: 0.3rem;
}
#about #roll #r2 > .inner .after .other small {
  display: block;
  text-align: center;
  line-height: 2;
}
#about #roll #r3 {
  position: relative;
  margin-top: -2px;
  background-color: #fff;
  overflow: hidden;
}
#about #roll #r3 .bg {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}
#about #roll #r3 .bg .photo {
  clip-path: url(/templates/dist/css/);
  width: 100%;
  height: 83vw;
  position: relative;
}
#about #roll #r3 .bg .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about #roll #r3 .bg .photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
#about #roll #r3 .rowMain {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 3.8rem;
}
#about #roll #r3 .rowMain .title {
  line-height: 1.4;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: 2.3rem;
  position: relative;
  z-index: 10;
}
#about #roll #r3 .rowMain .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
#about #roll #r3 .rowMain .inner .col-1 {
  width: calc(100% - 53vw);
}
#about #roll #r3 .rowMain .inner .col-1 .box {
  margin: 0 auto;
  width: 3.5rem;
  height: 6rem;
  border-radius: 10000px;
  overflow: hidden;
  position: relative;
}
#about #roll #r3 .rowMain .inner .col-1 .box .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
}
#about #roll #r3 .rowMain .inner .col-2 {
  width: 53vw;
  border-top-left-radius: 1rem;
  background-color: #fff;
  min-height: 8.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#about #roll #r3 .rowMain .inner .col-2 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about #roll #r3 .rowMain .inner .col-2 .box {
  z-index: 5;
  position: relative;
  padding: 0.8rem 0 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 6rem;
  margin-left: 1.4rem;
}
#about #roll #r3 .rowMain .inner .col-2 .box h5 {
  margin: 0.5rem 0 0.6rem 0;
  font-weight: 400;
}
#about #roll #r3 .rowMain .inner .col-2 .box p {
  line-height: 2;
}
#about #roll #r3 .rowMain:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #ffffff 90%);
}
#about #roll #r4 {
  position: relative;
  margin-top: -2px;
  background-color: #fff;
}
#about #roll #r4 .mask {
  width: 100%;
  top: 7rem;
  position: absolute;
  z-index: 1;
  left: 0;
}
#about #roll #r4 .bg {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  pointer-events: none;
  display: none;
}
#about #roll #r4 .bg svg {
  position: absolute;
}
#about #roll #r4 .bg svg /templates/dist/css/ text {
  line-height: 1;
  font-size: 3.2rem;
}
#about #roll #r4 .bg svg /templates/dist/css/ text.t1 {
  font-family: num;
  will-change: transform;
  animation-name: scrP5;
  transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
  -webkit-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
  -moz-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
  -o-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
  -ms-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
  backface-visibility: hidden;
}
#about #roll #r4 .bg svg /templates/dist/css/ text.t2 {
  font-family: en;
  will-change: transform;
  animation-name: scrP6;
  transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
  -webkit-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
  -moz-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
  -o-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
  -ms-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
  backface-visibility: hidden;
}
#about #roll #r4 .bg svg /templates/dist/css/ text.t2 .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#about #roll #r4 .bg > .pic {
  width: 100vw;
  height: 58vw;
  clip-path: url(/templates/dist/css/);
  -webkit-clip-path: url(/templates/dist/css/);
  z-index: 10;
}
#about #roll #r4 > .rowMain {
  padding-top: 13vw;
  position: relative;
  z-index: 4;
}
#about #roll #r4 > .rowMain .ad {
  height: 3rem;
  background-size: 100%;
  background-position: center;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about #roll #r4 > .rowMain .ad > span {
  line-height: 1;
  font-size: 3.2rem;
}
#about #roll #r4 > .rowMain .ad > span.t1 {
  font-family: num;
  animation-name: scrP51;
}
#about #roll #r4 > .rowMain .ad > span.t2 {
  font-family: en;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
  animation-name: scrP61;
}
#about #roll #r4 > .rowMain .ad > span.t2 .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#about #roll #r4 > .rowMain .txt {
  position: relative;
  z-index: 5;
  width: 70vw;
  margin: 1rem auto;
  line-height: 2;
  text-align: center;
}
#about #roll #r4 > .rowMain .bm {
  position: relative;
  z-index: 5;
  padding-bottom: 0.3rem;
}
#about #roll #r4 > .rowMain .bm .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#about #roll #r4 > .rowMain .bm .scr > img {
  animation-name: scrImg;
}
#about #roll #r4 > .rowMain .bm .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#about #roll #r4 > .rowMain .bm .scr > svg path {
  fill: #8e9091;
}
#about #roll #r4 > .rowMain .bm .photo {
  position: absolute;
  top: 50%;
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 50%;
  line-height: 3.45rem;
  text-align: center;
  right: 5vw;
  overflow: hidden;
}
#about #roll #r4 > .rowMain .bm .photo .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
}
#about #roll #r4 > .rowMain .other {
  position: absolute;
  pointer-events: none;
  width: 100vw;
  left: 0;
  top: 0;
  height: calc(13vw + 3rem + 1rem);
}
#about #roll #r4 > .rowMain .other > li {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
#about #roll #r4 > .rowMain .other > li:nth-of-type(1) {
  left: 6vw;
  bottom: 0;
}
#about #roll #r4 > .rowMain .other > li:nth-of-type(2) {
  left: 37vw;
  top: 0.68rem;
}
#about #roll #r4 > .rowMain .other > li:nth-of-type(3) {
  right: 6vw;
  top: 11.25vw;
}
#about #roll #r4 > .rowMain .other > li:nth-of-type(4) {
  right: 8vw;
  top: 100%;
}
#about #roll #r5 {
  padding: 1.4rem 0 0 0;
  z-index: 5;
  position: relative;
  margin-top: -2px;
}
#about #roll #r5 .rowMain {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.4rem;
}
#about #roll #r5 .rowMain .col-1 {
  width: 30vw;
}
#about #roll #r5 .rowMain .col-1 .box {
  position: relative;
  width: 100%;
  padding-bottom: 117%;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  transform: scale3d(1, 1, 1);
}
#about #roll #r5 .rowMain .col-1 .box .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
}
#about #roll #r5 .rowMain .col-2 {
  position: relative;
  width: calc(100% - 37vw);
}
#about #roll #r5 .rowMain .col-2 .box {
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-right: 0.2rem;
}
#about #roll #r5 .rowMain .col-2 .box h5 {
  margin: 0.5rem 0 0.6rem 0;
  font-weight: 400;
}
#about #roll #r5 .rowMain .col-2 .box p {
  line-height: 2;
}
#about #roll #r5 .inner {
  padding: 0.5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
#about #roll #r5 .inner > img {
  display: block;
  margin: 0 auto;
}
#about #roll #r5 .inner .box {
  height: 2.4rem;
  padding: 0.1rem 0;
}
#about #roll #r5 .inner .box .list {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 9rem;
  height: 2.4rem;
  min-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.2;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
#about #roll #r5 .inner .box .list.on,
#about #roll #r5 .inner .box .list.next {
  opacity: 1;
  pointer-events: auto;
}
#about #roll #r5 .inner .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
#about #roll #r5 .inner .pager > li {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 50%;
  margin: 0 0.15rem;
  cursor: pointer;
}
#about #roll #r5 .inner .pager > li.on {
  border-width: 2px;
  border-color: #8a6e4b;
}
#about #roll #r6 {
  position: relative;
  margin-top: -2px;
  z-index: 10;
}
#about #roll #r6 .bg {
  width: 100vw;
  position: relative;
}
#about #roll #r6 .bg .photo {
  clip-path: url(/templates/dist/css/);
  width: 100%;
  height: 64.8vw;
  position: relative;
}
#about #roll #r6 .bg .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  backface-visibility: hidden;
  opacity: 0;
}
#about #roll #r6 .bg .photo .pic:nth-of-type(1) {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  backface-visibility: hidden;
}
#about #roll #r6 .bg .photo .pic.on {
  opacity: 1;
  z-index: 10;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  backface-visibility: hidden;
}
#about #roll #r6 .bg .photo .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 13;
}
#about #roll #r6 .bg .photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.25);
}
#about #roll #r6 .bg:before {
  content: "";
  height: 100%;
  top: 0;
  z-index: 10;
  position: absolute;
  left: 33.33%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#about #roll #r6 .bg:after {
  content: "";
  height: 100%;
  top: 0;
  z-index: 10;
  position: absolute;
  right: 33.33%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#about #roll #r6 .rowMain {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
#about #roll #r6 .rowMain .box {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
#about #roll #r6 .rowMain .box .list {
  width: 33.33%;
  height: 100%;
  padding: 11vw 7% 12vw 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#about #roll #r6 .rowMain .box .list .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
#about #roll #r6 .rowMain .box .list .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#about #roll #r6 .rowMain .box .list > em {
  position: relative;
  z-index: 10;
}
#about #roll #r6 .rowMain .box .list .msg {
  position: relative;
  z-index: 10;
}
#about #roll #r6 .rowMain .box .list .msg > img {
  display: block;
  margin: 0 auto;
}
#about #roll #r6 .rowMain .box .list .msg .dot {
  display: block;
  margin: 0.4rem auto 0.3rem auto;
  width: 12px;
  height: 12px;
  border: 2px solid #8a6e4b;
  border-radius: 50%;
}
#about #roll #r6 .rowMain .box .list .msg h4 {
  margin-bottom: 0.2rem;
  text-align: center;
}
#about #roll #r6 .rowMain .box .list .msg p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
#new #roll .row {
  min-height: 100vh;
}
#new #roll #r1 {
  height: 100vh;
  position: relative;
}
#new #roll #r1 .rowMain .items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#new #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.65rem;
}
#new #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.94rem;
}
#new #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 0.93rem;
}
#new #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 0.5rem;
}
#new #roll #r2 {
  position: relative;
}
#new #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#new #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
#new #roll #r2 .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
#new #roll #r2 .rowMain .topic {
  position: relative;
  width: 100%;
}
#new #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#new #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#new #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#new #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#new #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(9) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#new #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#new #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#new #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#new #roll #r2 .rowMain .topic .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
#new #roll #r2 .rowMain .mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#new #roll #r2 .rowMain .mid .col-1 {
  width: calc(100% - 47vw);
  padding-top: 2rem;
}
#new #roll #r2 .rowMain .mid .col-1 small {
  display: inline-block;
}
#new #roll #r2 .rowMain .mid .col-1 h3 {
  margin: 0.4rem 0 0.5rem 0;
}
#new #roll #r2 .rowMain .mid .col-1 p {
  margin-bottom: 0.5rem;
}
#new #roll #r2 .rowMain .mid .col-1 .btns {
  position: relative;
  display: inline-block;
}
#new #roll #r2 .rowMain .mid .col-1 .btns .mask {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  line-height: 0.56rem;
  text-align: center;
  position: relative;
  border: 1px solid #999999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  display: block;
}
#new #roll #r2 .rowMain .mid .col-1 .btns .arrow {
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
}
#new #roll #r2 .rowMain .mid .col-1 .btns .arrow path {
  fill: #999999;
  transition: fill 0.5s ease-out;
  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  -ms-transition: fill 0.5s ease-out;
  backface-visibility: hidden;
}
#new #roll #r2 .rowMain .mid .col-1 .btns:hover > svg.back path {
  stroke: none;
  fill: #8a6e4b;
}
#new #roll #r2 .rowMain .mid .col-1 .btns:hover .mask {
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}
#new #roll #r2 .rowMain .mid .col-1 .btns:hover .arrow path {
  fill: #ffffff;
}
#new #roll #r2 .rowMain .mid .col-2 {
  width: 42vw;
  height: 42vw;
  position: relative;
}
#new #roll #r2 .rowMain .mid .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 20px;
  clip-path: url(/templates/dist/css/);
}
#new #roll #r2 .rowMain .mid .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#new #roll #r2 .rowMain .btm {
  padding-top: 1rem;
}
#new #roll #r2 .rowMain .btm .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#new #roll #r2 .rowMain .btm .items .newBox {
  width: 33.33%;
  margin-bottom: 0.8rem;
}
#new #roll #r2 .rowMain .btm .items .newBox .photo {
  position: relative;
  background-color: #d8d8d8;
  width: 19vw;
  height: 18.8vw;
  margin: 0 auto;
  clip-path: url(/templates/dist/css/);
  animation-delay: .2s;
}
#new #roll #r2 .rowMain .btm .items .newBox .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#new #roll #r2 .rowMain .btm .items .newBox .msg {
  padding-top: 0.5rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation-delay: .2s;
}
#new #roll #r2 .rowMain .btm .items .newBox .msg small {
  display: inline-block;
  text-align: center;
  font-family: en;
}
#new #roll #r2 .rowMain .btm .items .newBox .msg small .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#new #roll #r2 .rowMain .btm .items .newBox .msg h4 {
  margin: 0.3rem 0 0.4rem 0;
  text-align: center;
}
#new #roll #r2 .rowMain .btm .items .newBox .msg .arrow {
  width: 15px;
}
#new #roll #r2 .rowMain .btm .items .newBox .msg .arrow path {
  fill: #666;
}
#new #roll #r2 .rowMain .btm .pager {
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#new #roll #r2 .rowMain .btm .pager > a,
#new #roll #r2 .rowMain .btm .pager > span {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  text-align: center;
  margin: 0 0.1rem;
  text-indent: -1em;
}
#new #roll #r2 .rowMain .btm .pager > a > em,
#new #roll #r2 .rowMain .btm .pager > span > em {
  font-size: inherit;
  opacity: 0;
  color: inherit;
  font-weight: inherit;
}
#new #roll #r2 .rowMain .btm .pager > a.on,
#new #roll #r2 .rowMain .btm .pager > span.on {
  color: #8a6e4b;
  text-indent: 0em;
}
#new #roll #r2 .rowMain .btm .pager > a.on > em,
#new #roll #r2 .rowMain .btm .pager > span.on > em {
  opacity: 1;
}
#new #roll #r3 .rowMain .topic {
  position: relative;
  width: 100%;
  margin-bottom: 0.7rem;
}
#new #roll #r3 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#new #roll #r3 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#new #roll #r3 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#new #roll #r3 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#new #roll #r3 .rowMain .topic .title h2 > font:nth-of-type(8) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#new #roll #r3 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 45vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#new #roll #r3 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#new #roll #r3 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#new #roll #r3 .rowMain .topic .dropdown {
  position: absolute;
  top: 0;
  right: 0.8rem;
}
#new #roll #r3 .rowMain .topic .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  width: calc(100% + 0.24rem);
  margin-left: -0.12rem;
}
#new #roll #r3 .rowMain .topic .tab > a {
  margin: 0 0.12rem;
  min-width: 2rem;
  max-width: 4rem;
  border: none;
  background-color: #fff;
}
#new #roll #r3 .rowMain .topic .tab::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}
#new #roll #r3 .rowMain .topic .tab::-webkit-scrollbar-thumb {
  border: solid 0px #fff;
  width: 0px;
  border-radius: 4px;
  background-color: #8a6e4b;
}
#new #roll #r3 .rowMain .topic .tab::-webkit-scrollbar-corner {
  background-color: #fff;
}
#new #roll #r3 .rowMain .topic .tab::-webkit-scrollbar:horizontal {
  height: 0px;
}
#new #roll #r3 .rowMain .topic .tab::-webkit-selection {
  background: #8a6e4b;
  color: #fff;
}
#new #roll #r3 .rowMain .mid iframe {
  border: 0;
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height: 100%;
  min-height: 5rem;
}
#new #roll #r3 .rowMain .mid .items .list {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#new #roll #r3 .rowMain .mid .items .list h3 {
  line-height: 1;
  margin-bottom: 0.2rem;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#new #roll #r3 .rowMain .mid .items .list small {
  display: block;
}
#new #roll #r3 .rowMain .mid .items .list .Download {
  position: absolute;
  height: 0.7rem;
  width: 1.8rem;
  top: 0.3rem;
  right: 0;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 100px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
#new #roll #r3 .rowMain .mid .items .list .Download > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}
#new #roll #r3 .rowMain .mid .items .list .Download > span > i {
  font-size: 0.2rem;
  margin-right: 0.15rem;
}
#new #roll #r3 .rowMain .mid .items .list .Download:hover {
  background-color: #fff;
  border-color: #fff;
}
#new #roll #r3 .rowMain .mid .pager {
  padding: 1rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#new #roll #r3 .rowMain .mid .pager > a,
#new #roll #r3 .rowMain .mid .pager > span {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  text-align: center;
  margin: 0 0.1rem;
  text-indent: -1em;
}
#new #roll #r3 .rowMain .mid .pager > a > em,
#new #roll #r3 .rowMain .mid .pager > span > em {
  font-size: inherit;
  opacity: 0;
  color: inherit;
  font-weight: inherit;
}
#new #roll #r3 .rowMain .mid .pager > a.on,
#new #roll #r3 .rowMain .mid .pager > span.on {
  color: #8a6e4b;
  text-indent: 0em;
}
#new #roll #r3 .rowMain .mid .pager > a.on > em,
#new #roll #r3 .rowMain .mid .pager > span.on > em {
  opacity: 1;
}
#newDetail > svg {
  position: absolute;
}
#newDetail > svg /templates/dist/css/ path {
  transform: translate3d(-0.5%, -39%, 0);
}
#newDetail #roll .row {
  min-height: 50vh;
}
#newDetail #roll #r1 {
  height: 100vh;
  position: relative;
}
#newDetail #roll #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#newDetail #roll #r1 .bg .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#newDetail #roll #r1 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: url(/templates/dist/css/);
  z-index: 4;
}
#newDetail #roll #r1 .bg .pic > img {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0%;
}
#newDetail #roll #r1 .bg .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
#newDetail #roll #r1 .rowMain {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#newDetail #roll #r1 .rowMain .inner {
  width: 100%;
  padding-bottom: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#newDetail #roll #r1 .rowMain .inner .msg {
  max-width: 8.3rem;
}
#newDetail #roll #r1 .rowMain .inner .layout-btn-1 {
  border: none;
}
#newDetail #roll #r1 .rowMain .inner h1 {
  font-weight: 400;
  font-size: 0.4rem;
}
#newDetail #roll #r1 .rowMain .inner p {
  color: #fff;
  line-height: 2;
  margin-top: 0.4rem;
  text-align: left;
}
#newDetail #roll #r1 .rowMain .scr {
  width: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
#newDetail #roll #r1 .rowMain .scr > img {
  animation-name: scrImg;
}
#newDetail #roll #r1 .rowMain .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#newDetail #roll #r1 .rowMain .scr > svg path {
  fill: #ffffff;
}
#newDetail #roll #r2 {
  position: relative;
  padding-bottom: 2.4rem;
}
#newDetail #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#newDetail #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: repeat-y;
}
#newDetail #roll #r2 .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
  max-width: 1100px;
}
#newDetail #roll #r2 .rowMain .detail {
  padding-bottom: 0.5rem;
  margin: 0 auto;
  max-width: 850px;
}
#newDetail #roll #r2 .rowMain .detail h5 {
  margin-bottom: 0.5rem;
}
#newDetail #roll #r2 .rowMain .detail p {
  font-size: 0.16rem;
  line-height: 2.2;
  margin-bottom: 0.1rem;
}
#newDetail #roll #r2 .rowMain .detail img {
  height: auto !important;
  max-width: 100%;
  margin: 0.5rem auto;
  display: block;
  border-radius: 0.5rem;
}
#newDetail #roll #r2 .rowMain .add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#newDetail #roll #r2 .rowMain .add .col-1 .share {
  width: 2.6rem;
  background-color: #fff;
  border-radius: 100px;
  height: 0.6rem;
  position: relative;
}
#newDetail #roll #r2 .rowMain .add .col-1 .share .social-share {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newDetail #roll #r2 .rowMain .add .col-1 .share .social-share > a {
  color: transparent;
  border-color: transparent;
  margin: 0 10px;
}
#newDetail #roll #r2 .rowMain .add .col-1 .share .social-share > a:hover {
  background-color: transparent;
}
#newDetail #roll #r2 .rowMain .add .col-1 .share > ol {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#newDetail #roll #r2 .rowMain .add .col-1 .share > ol > li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #999;
  text-align: center;
  margin: 0 10px;
  transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  backface-visibility: hidden;
}
#newDetail #roll #r2 .rowMain .add .col-1 .share > ol > li.on {
  color: #8a6e4b;
}
#newDetail #roll #r2 .rowMain .add .col-2 {
  height: 60px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
}
#newDetail #roll #r2 .rowMain .add .col-2 > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
#newDetail #roll #r2 .rowMain .add .col-2 > a p {
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  max-width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newDetail #roll #r2 .other {
  padding-top: 0.5rem;
}
#newDetail #roll #r2 .other h3 {
  font-weight: 400;
  margin-bottom: 0.6rem;
  position: relative;
  text-align: center;
}
#newDetail #roll #r2 .other .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#newDetail #roll #r2 .other .items .newBox {
  width: 33.33%;
  margin-bottom: 0.8rem;
}
#newDetail #roll #r2 .other .items .newBox .photo {
  position: relative;
  background-color: #d8d8d8;
  width: 19vw;
  height: 18.8vw;
  margin: 0 auto;
  clip-path: url(/templates/dist/css/);
  animation-delay: .2s;
}
#newDetail #roll #r2 .other .items .newBox .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#newDetail #roll #r2 .other .items .newBox .msg {
  padding-top: 0.5rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation-delay: .2s;
}
#newDetail #roll #r2 .other .items .newBox .msg small {
  display: inline-block;
  text-align: center;
}
#newDetail #roll #r2 .other .items .newBox .msg h4 {
  margin: 0.3rem 0 0.4rem 0;
  text-align: center;
}
#newDetail #roll #r2 .other .items .newBox .msg .arrow {
  width: 15px;
}
#newDetail #roll #r2 .other .items .newBox .msg .arrow path {
  fill: #666;
}
#information #roll .row {
  min-height: 100vh;
}
#information #roll #r1 {
  height: 100vh;
  position: relative;
}
#information #roll #r1 .rowMain .items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#information #roll #r1 .rowMain .items .list {
  position: relative;
  display: inline-block;
}
#information #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.65rem;
}
#information #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.94rem;
}
#information #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 0.93rem;
}
#information #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 0.5rem;
}
#information #roll #r2 {
  position: relative;
  min-height: 0;
}
#information #roll #r2 > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: calc(100% + 3rem);
}
#information #roll #r2 > .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
#information #roll #r2 > .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
}
#information #roll #r2 > .rowMain .topic {
  position: relative;
}
#information #roll #r2 > .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#information #roll #r2 > .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#information #roll #r2 > .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#information #roll #r2 > .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#information #roll #r2 > .rowMain .topic .title h2 > font:nth-of-type(10) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#information #roll #r2 > .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 42vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#information #roll #r2 > .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#information #roll #r2 > .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#information #roll #r2 > .rowMain .topic .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
#information #roll #r2 > .rowMain .topic .tab > a {
  margin: 0 0.25rem;
  border: none;
}
#information #roll #r2 > .rowMain .mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 42vw;
}
#information #roll #r2 > .rowMain .mid #sw1 {
  height: 100%;
  padding-top: 1rem;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide {
  width: 46vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box {
  padding-bottom: 64%;
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 2rem;
  height: 0.75rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play i {
  font-size: 0.54rem;
  color: #fff;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play > span {
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  backface-visibility: hidden;
  background-color: transparent;
  border-color: #fff;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover i {
  color: #fff;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover > span {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  backface-visibility: hidden;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover + .mask {
  opacity: 0.6;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .msg {
  width: 90%;
  margin: 0.3rem auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .msg > span {
  max-width: calc(100% - 0.4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.2rem;
  color: #666666;
  white-space: nowrap;
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide.swiper-slide-active .box .mask {
  background-color: rgba(0, 0, 0, 0.2);
}
#information #roll #r2 > .rowMain .mid #sw1 .swiper-wrapper .swiper-slide.swiper-slide-active .box .play {
  opacity: 1;
  pointer-events: auto;
}
#information #roll #r2 > .rowMain .mid .swiper-other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  padding-top: 0.9rem;
}
#information #roll #r2 > .rowMain .mid .swiper-other > a {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  line-height: 0.75rem;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  overflow: hidden;
  top: 0.8rem;
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  backface-visibility: hidden;
}
#information #roll #r2 > .rowMain .mid .swiper-other > a i {
  color: #8a6e4b;
  position: relative;
  z-index: 5;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#information #roll #r2 > .rowMain .mid .swiper-other > a:hover {
  background-color: #8a6e4b;
}
#information #roll #r2 > .rowMain .mid .swiper-other > a:hover i {
  color: #fff;
}
#information #roll #r2 > .rowMain .mid .swiper-other #sw_next {
  left: 88%;
}
#information #roll #r2 > .rowMain .mid .swiper-other #sw_prev {
  right: 88%;
}
#information #roll #r3 {
  position: relative;
  margin-top: 1rem;
}
#information #roll #r3 > .bg {
  width: 100vw;
  height: 35rem;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-position-y: 30vw;
  background-repeat: no-repeat;
}
#information #roll #r3 > .bg .photo {
  clip-path: url(/templates/dist/css/);
  width: 100%;
  height: 83vw;
  position: relative;
}
#information #roll #r3 > .bg .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#information #roll #r3 > .rowMain {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 2.8rem;
}
#information #roll #r3 > .rowMain .title {
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 10;
  text-align: center;
}
#information #roll #r3 > .rowMain .title > i {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.2rem;
}
#information #roll #r3 > .rowMain .title > p {
  line-height: 1.4;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
}
#information #roll #r3 > .rowMain .title .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#information #roll #r3 > .rowMain .title .scr > img {
  animation-name: scrImg;
}
#information #roll #r3 > .rowMain .title .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#information #roll #r3 > .rowMain .title .scr > svg path {
  fill: #ffffff;
}
#information #roll #r3 > .rowMain .inner {
  height: 32vw;
  position: relative;
}
#information #roll #r3 > .rowMain .inner .com {
  height: 100%;
  cursor: grab;
  animation-name: scrP7;
}
#information #roll #r3 > .rowMain .inner .com #sw2 {
  height: 100%;
  overflow: visible;
}
#information #roll #r3 > .rowMain .inner .com #sw2 .swiper-wrapper .swiper-slide {
  height: 100%;
  display: inline-block;
  background-size: 100%;
  width: calc(64000vw/1920);
  padding-right: calc(7500vw/1920);
}
#information #roll #r3 > .rowMain .inner .com #sw2 .swiper-wrapper .swiper-slide:nth-child(1) {
  width: calc(90000vw/1920);
  padding-left: calc(26000vw/1920);
}
#information #roll #r3 > .rowMain .inner .com #sw2 .swiper-wrapper .swiper-slide:nth-child(2n) {
  padding-top: 9vw;
}
#information #roll #r3 > .rowMain .inner .com #sw2 .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  position: relative;
  padding-bottom: 64%;
  border-radius: 0.5rem;
  overflow: hidden;
}
#information #roll #r3 > .rowMain .inner .com #sw2 .swiper-wrapper .swiper-slide .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#information #roll #r3 > .rowMain .inner .com .scroll-content {
  height: 100%;
  display: flex;
  white-space: nowrap;
}
#information #roll #r3 > .rowMain .inner .com .scroll-content.scroll-content--mask {
  position: absolute;
  top: 0;
  left: 0;
}
#information #roll #r3 > .rowMain .inner .com .scroll-content .js-slide {
  height: 100%;
  display: inline-block;
  background-size: 100%;
  width: calc(64000vw/1920);
  padding-right: calc(7500vw/1920);
}
#information #roll #r3 > .rowMain .inner .com .scroll-content .js-slide:nth-child(1) {
  width: calc(90000vw/1920);
  padding-left: calc(26000vw/1920);
}
#information #roll #r3 > .rowMain .inner .com .scroll-content .js-slide:nth-child(2n) {
  padding-top: 9vw;
}
#information #roll #r3 > .rowMain .inner .com .scroll-content .js-slide .photo {
  width: 100%;
  position: relative;
  padding-bottom: 64%;
  border-radius: 0.5rem;
  overflow: hidden;
}
#information #roll #r3 > .rowMain .inner .com .scroll-content .js-slide .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#information #roll #r4 {
  position: relative;
}
#information #roll #r4 .bg {
  position: absolute;
  width: 3rem;
  left: -1.5rem;
  top: -0.5rem;
}
#information #roll #r4 .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
  padding-bottom: 1.5rem;
}
#information #roll #r4 .rowMain .topic {
  position: relative;
  width: 100%;
}
#information #roll #r4 .rowMain .topic .dropdown {
  position: absolute;
  top: 0;
  left: 0;
}
#information #roll #r4 .rowMain .mid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1.5rem;
}
#information #roll #r4 .rowMain .mid .col-1 {
  width: calc(100% - 47vw);
  padding-top: 2rem;
}
#information #roll #r4 .rowMain .mid .col-1 small {
  display: inline-block;
}
#information #roll #r4 .rowMain .mid .col-1 h3 {
  margin: 0.4rem 0 0.5rem 0;
}
#information #roll #r4 .rowMain .mid .col-1 p {
  margin-bottom: 0.5rem;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns {
  position: relative;
  display: inline-block;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns .mask {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  line-height: 0.56rem;
  text-align: center;
  position: relative;
  border: 1px solid #999999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  display: block;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns .arrow {
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns .arrow path {
  fill: #999999;
  transition: fill 0.5s ease-out;
  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  -ms-transition: fill 0.5s ease-out;
  backface-visibility: hidden;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns:hover > svg.back path {
  stroke: none;
  fill: #8a6e4b;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns:hover .mask {
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}
#information #roll #r4 .rowMain .mid .col-1 > a.btns:hover .arrow path {
  fill: #ffffff;
}
#information #roll #r4 .rowMain .mid .col-2 {
  width: 7rem;
  height: 7rem;
  position: relative;
}
#information #roll #r4 .rowMain .mid .col-2 .mask {
  position: absolute;
  pointer-events: none;
  width: 10rem;
  top: -1.5rem;
  left: -1.5rem;
  animation-name: scrP8;
}
#information #roll #r4 .rowMain .mid .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
#information #roll #r4 .rowMain .mid .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#information #roll #r4 .rowMain .inner {
  margin-left: -3vw;
  width: calc(100% + 6vw);
}
#information #roll #r4 .rowMain .inner .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#information #roll #r4 .rowMain .inner .items .newBox {
  width: 33.33%;
  margin-bottom: 0.8rem;
}
#information #roll #r4 .rowMain .inner .items .newBox .photo {
  position: relative;
  background-color: #d8d8d8;
  width: 19vw;
  height: 18.8vw;
  margin: 0 auto;
  clip-path: url(/templates/dist/css/);
  animation-delay: .2s;
}
#information #roll #r4 .rowMain .inner .items .newBox .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#information #roll #r4 .rowMain .inner .items .newBox .msg {
  padding-top: 0.5rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation-delay: .2s;
}
#information #roll #r4 .rowMain .inner .items .newBox .msg small {
  display: inline-block;
  text-align: center;
  font-family: en;
}
#information #roll #r4 .rowMain .inner .items .newBox .msg small .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#information #roll #r4 .rowMain .inner .items .newBox .msg h4 {
  margin: 0.3rem 0 0.4rem 0;
  text-align: center;
}
#information #roll #r4 .rowMain .inner .items .newBox .msg .arrow {
  width: 15px;
}
#information #roll #r4 .rowMain .inner .items .newBox .msg .arrow path {
  fill: #666;
}
#video #roll .row {
  min-height: 100vh;
}
#video #roll #r1 {
  height: 100vh;
  position: relative;
}
#video #roll #r1 .rowMain {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video #roll #r1 .rowMain .inner h1 > span {
  text-transform: uppercase;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  min-width: 0.8em;
}
#video #roll #r1 .rowMain .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#video #roll #r1 .rowMain .items .list {
  position: relative;
  display: inline-block;
}
#video #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.5rem;
}
#video #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.94rem;
}
#video #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 0.5rem;
}
#video #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 0.5rem;
}
#video #roll #r2 {
  position: relative;
}
#video #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#video #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
#video #roll #r2 .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
#video #roll #r2 .rowMain .topic {
  position: relative;
  z-index: 10;
}
#video #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#video #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#video #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#video #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#video #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#video #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#video #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#video #roll #r2 .rowMain .topic .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
#video #roll #r2 .rowMain .mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 42vw;
}
#video #roll #r2 .rowMain .mid #sw1 {
  height: 100%;
  padding-top: 1.6rem;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide {
  width: 46vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box {
  padding-bottom: 64%;
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 2rem;
  height: 0.75rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play i {
  font-size: 0.54rem;
  color: #fff;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play > span {
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  backface-visibility: hidden;
  background-color: transparent;
  border-color: #fff;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover i {
  color: #fff;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover > span {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .box .play:hover + .mask {
  opacity: 0.6;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .msg {
  width: 90%;
  margin: 0.3rem auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide .msg > span {
  max-width: calc(100% - 0.4rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 0.2rem;
  color: #666666;
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide.swiper-slide-active .box .mask {
  background-color: rgba(0, 0, 0, 0.2);
}
#video #roll #r2 .rowMain .mid #sw1 .swiper-wrapper .swiper-slide.swiper-slide-active .box .play {
  opacity: 1;
  pointer-events: auto;
}
#video #roll #r2 .rowMain .mid .swiper-other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  padding-top: 0.9rem;
}
#video #roll #r2 .rowMain .mid .swiper-other > a {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  line-height: 0.75rem;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  overflow: hidden;
  top: 0.8rem;
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .mid .swiper-other > a i {
  color: #8a6e4b;
  position: relative;
  z-index: 5;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .mid .swiper-other > a:hover {
  background-color: #8a6e4b;
}
#video #roll #r2 .rowMain .mid .swiper-other > a:hover i {
  color: #fff;
}
#video #roll #r2 .rowMain .mid .swiper-other #sw_next {
  left: 88%;
}
#video #roll #r2 .rowMain .mid .swiper-other #sw_prev {
  right: 88%;
}
#video #roll #r2 .rowMain .btm {
  padding-top: 1rem;
}
#video #roll #r2 .rowMain .btm .items {
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
#video #roll #r2 .rowMain .btm .items .vBox {
  width: 33.33%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
#video #roll #r2 .rowMain .btm .items .vBox .ph {
  position: relative;
  overflow: hidden;
  background-color: #d8d8d8;
  border-radius: 0.3rem;
  width: 100%;
  padding-bottom: 64%;
  margin: 0 auto;
}
#video #roll #r2 .rowMain .btm .items .vBox .ph .img-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
#video #roll #r2 .rowMain .btm .items .vBox .ph .img-child .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 0.54rem;
  height: 0.54rem;
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  -ms-transition: all 1.8s ease-out;
  backface-visibility: hidden;
  cursor: pointer;
}
#video #roll #r2 .rowMain .btm .items .vBox .ph .img-child .play path {
  fill: #ffffff;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .btm .items .vBox .ph .img-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .btm .items .vBox .ph .img-child:hover {
  transform: scaleX(1.05) scaleY(1.05) scaleZ(1) translate(0);
}
#video #roll #r2 .rowMain .btm .items .vBox .ph .img-child:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#video #roll #r2 .rowMain .btm .items .vBox .ph.go .img-child .play {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#video #roll #r2 .rowMain .btm .items .vBox h4 {
  width: 90%;
  margin: 0.3rem auto;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video #roll #r2 .rowMain .btm .items .vBox h4 i {
  font-size: 0.16rem;
}
#video #roll #r2 .rowMain .btm .items .vBox h4 > span {
  max-width: calc(100% - 0.4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.2rem;
  color: #666666;
}
#video #roll #r2 .rowMain .btm .pager {
  padding: 1rem 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#video #roll #r2 .rowMain .btm .pager > a,
#video #roll #r2 .rowMain .btm .pager > span {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  text-align: center;
  margin: 0 0.1rem;
  text-indent: -1em;
}
#video #roll #r2 .rowMain .btm .pager > a > em,
#video #roll #r2 .rowMain .btm .pager > span > em {
  font-size: inherit;
  opacity: 0;
  color: inherit;
  font-weight: inherit;
}
#video #roll #r2 .rowMain .btm .pager > a.on,
#video #roll #r2 .rowMain .btm .pager > span.on {
  color: #8a6e4b;
  text-indent: 0em;
}
#video #roll #r2 .rowMain .btm .pager > a.on > em,
#video #roll #r2 .rowMain .btm .pager > span.on > em {
  opacity: 1;
}
#video #roll #r3 {
  position: relative;
}
#video #roll #r3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#video #roll #r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
#video #roll #r3 .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
#video #roll #r3 .rowMain .topic {
  position: relative;
  width: 100%;
}
#video #roll #r3 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#video #roll #r3 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#video #roll #r3 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#video #roll #r3 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#video #roll #r3 .rowMain .topic .title h2 > font:nth-of-type(10) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#video #roll #r3 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#video #roll #r3 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#video #roll #r3 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#video #roll #r3 .rowMain .topic .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
#video #roll #r3 .rowMain .mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#video #roll #r3 .rowMain .mid .col-1 {
  width: calc(100% - 47vw);
}
#video #roll #r3 .rowMain .mid .col-1 small {
  display: inline-block;
  color: #000;
}
#video #roll #r3 .rowMain .mid .col-1 h3 {
  margin: 0.1rem 0 0.7rem 0;
  color: #000;
}
#video #roll #r3 .rowMain .mid .col-1 p {
  margin-bottom: 0.5rem;
}
#video #roll #r3 .rowMain .mid .col-2 {
  width: 37vw;
  height: 37vw;
  position: relative;
}
#video #roll #r3 .rowMain .mid .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: url(/templates/dist/css/);
  backface-visibility: hidden;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s ease-out;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  -ms-transition: background-color 0.6s ease-out;
  backface-visibility: hidden;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph .play {
  width: 2rem;
  height: 0.75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  backface-visibility: hidden;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph .play > i {
  font-size: 0.6rem;
  color: #fff;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph .play > span {
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph .play:hover {
  transform: translate3d(0, 0.2rem, 0);
  -webkit-transform: translate3d(0, 0.2rem, 0);
  -moz-transform: translate3d(0, 0.2rem, 0);
  -o-transform: translate3d(0, 0.2rem, 0);
  -ms-transform: translate3d(0, 0.2rem, 0);
  backface-visibility: hidden;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph .play:hover > span {
  opacity: 0;
  transform: translate3d(0, 0.1rem, 0);
  -webkit-transform: translate3d(0, 0.1rem, 0);
  -moz-transform: translate3d(0, 0.1rem, 0);
  -o-transform: translate3d(0, 0.1rem, 0);
  -ms-transform: translate3d(0, 0.1rem, 0);
  backface-visibility: hidden;
}
#video #roll #r3 .rowMain .mid .col-2 .photo .ph:hover .pic:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#stock > svg {
  position: absolute;
}
#stock > svg /templates/dist/css/1 .t1 {
  font-size: 1.2rem;
  font-weight: 600;
}
#stock > svg /templates/dist/css/ .t1 {
  font-family: num;
  font-size: 1.6rem;
}
#stock #roll .row {
  min-height: 100vh;
}
#stock #roll .mk {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 80vh;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#stock #roll .mk .pic {
  background-size: 100% 100%;
  background-position: center top;
  height: 84.375vw;
  width: 100%;
}
#stock #roll .mk .pic:last-of-type {
  flex: 1;
  background-size: 100% 100%;
}
#stock #roll #r1 {
  height: 100vh;
  position: relative;
}
#stock #roll #r1 .rowMain .inner h1 > span {
  text-transform: uppercase;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  min-width: 0.8em;
}
#stock #roll #r1 .rowMain .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#stock #roll #r1 .rowMain .items .list {
  position: relative;
  display: inline-block;
}
#stock #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.5rem;
}
#stock #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.71rem;
}
#stock #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 1.08rem;
}
#stock #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 0.5rem;
}
#stock #roll #r2 {
  position: relative;
  min-height: 50vh;
}
#stock #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#stock #roll #r2 .bg .mask {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: -1rem;
  top: 0.9rem;
  z-index: 10;
}
#stock #roll #r2 .bg .mask > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-size: 100%;
}
#stock #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 30rem;
  background-position: center top;
  background-size: cover;
}
#stock #roll #r2 .rowMain {
  padding-top: 2rem;
  position: relative;
  z-index: 5;
  padding-bottom: 1.8rem;
}
#stock #roll #r2 .rowMain .topic {
  position: relative;
  width: 100%;
}
#stock #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#stock #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  text-transform: lowercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#stock #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#stock #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#stock #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r2 .rowMain .mid {
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#stock #roll #r2 .rowMain .mid .col-1 {
  width: 60%;
  position: relative;
}
#stock #roll #r2 .rowMain .mid .col-1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 20%;
  top: 0;
  z-index: 5;
}
#stock #roll #r2 .rowMain .mid .col-1 small {
  display: block;
}
#stock #roll #r2 .rowMain .mid .col-1 div {
  color: transparent;
  height: 130px;
  width: 100%;
  margin: 0.4rem 0;
  background-position-x: 10%;
  background-position-y: 35%;
  clip-path: url(/templates/dist/css/1);
}
#stock #roll #r2 .rowMain .mid .col-1 div > span {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
#stock #roll #r2 .rowMain .mid .col-1 div > img {
  max-width: 70%;
}
#stock #roll #r2 .rowMain .mid .col-2 {
  width: 50%;
}
#stock #roll #r2 .rowMain .mid .col-2 small {
  display: block;
}
#stock #roll #r2 .rowMain .mid .col-2 div {
  color: transparent;
  width: 100%;
  height: 130px;
  margin: 0.4rem 0;
  clip-path: url(/templates/dist/css/);
  background-position-x: 100%;
  background-position-y: 40%;
}
#stock #roll #r2 .rowMain .mid .col-2 div > span {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: num;
}
#stock #roll #r2 .rowMain .mid .col-2 div > img {
  max-width: 70%;
}
#stock #roll #r3 .rowMain .topic {
  position: relative;
  width: 100%;
  margin-bottom: 0.7rem;
}
#stock #roll #r3 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#stock #roll #r3 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#stock #roll #r3 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#stock #roll #r3 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r3 .rowMain .topic .title h2 > font:nth-of-type(6) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r3 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 45vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r3 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#stock #roll #r3 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r3 .rowMain .topic .dropdown {
  position: absolute;
  top: 0;
  right: 0.8rem;
}
#stock #roll #r3 .rowMain .topic .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  width: calc(100% + 0.24rem);
  margin-left: -0.12rem;
}
#stock #roll #r3 .rowMain .topic .tab > a {
  margin: 0 0.12rem;
  min-width: 2rem;
  max-width: 4rem;
  border: none;
  background-color: #fff;
}
#stock #roll #r3 .rowMain .topic .tab::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}
#stock #roll #r3 .rowMain .topic .tab::-webkit-scrollbar-thumb {
  border: solid 0px #fff;
  width: 0px;
  border-radius: 4px;
  background-color: #8a6e4b;
}
#stock #roll #r3 .rowMain .topic .tab::-webkit-scrollbar-corner {
  background-color: #fff;
}
#stock #roll #r3 .rowMain .topic .tab::-webkit-scrollbar:horizontal {
  height: 0px;
}
#stock #roll #r3 .rowMain .topic .tab::-webkit-selection {
  background: #8a6e4b;
  color: #fff;
}
#stock #roll #r3 .rowMain .mid iframe {
  border: 0;
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height: 100%;
  min-height: 5rem;
}
#stock #roll #r3 .rowMain .mid .items .list {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#stock #roll #r3 .rowMain .mid .items .list h3 {
  line-height: 1;
  margin-bottom: 0.2rem;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#stock #roll #r3 .rowMain .mid .items .list small {
  display: block;
}
#stock #roll #r3 .rowMain .mid .items .list .Download {
  position: absolute;
  height: 0.7rem;
  width: 1.8rem;
  top: 0.3rem;
  right: 0;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 100px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
#stock #roll #r3 .rowMain .mid .items .list .Download > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}
#stock #roll #r3 .rowMain .mid .items .list .Download > span > i {
  font-size: 0.2rem;
  margin-right: 0.15rem;
}
#stock #roll #r3 .rowMain .mid .items .list .Download:hover {
  background-color: #fff;
  border-color: #fff;
}
#stock #roll #r3 .rowMain .mid .pager {
  padding: 1rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stock #roll #r3 .rowMain .mid .pager > a,
#stock #roll #r3 .rowMain .mid .pager > span {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  text-align: center;
  margin: 0 0.1rem;
  text-indent: -1em;
}
#stock #roll #r3 .rowMain .mid .pager > a > em,
#stock #roll #r3 .rowMain .mid .pager > span > em {
  font-size: inherit;
  opacity: 0;
  color: inherit;
  font-weight: inherit;
}
#stock #roll #r3 .rowMain .mid .pager > a.on,
#stock #roll #r3 .rowMain .mid .pager > span.on {
  color: #8a6e4b;
  text-indent: 0em;
}
#stock #roll #r3 .rowMain .mid .pager > a.on > em,
#stock #roll #r3 .rowMain .mid .pager > span.on > em {
  opacity: 1;
}
#stock #roll #r4 {
  padding-top: 0.2rem;
  position: relative;
}
#stock #roll #r4 .rowMain .topic {
  position: relative;
  width: 100%;
  margin-bottom: 0.7rem;
}
#stock #roll #r4 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}
#stock #roll #r4 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#stock #roll #r4 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#stock #roll #r4 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r4 .rowMain .topic .title h2 > font:nth-of-type(10) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r4 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 45vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r4 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#stock #roll #r4 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r4 .rowMain .mid {
  position: relative;
}
#stock #roll #r4 .rowMain .mid .col {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#stock #roll #r4 .rowMain .mid .col:nth-of-type(1) {
  height: 0.7rem;
  padding: 0;
  background-color: #fff !important;
  border-radius: 100px;
  overflow: hidden;
  align-items: center;
}
#stock #roll #r4 .rowMain .mid .col:nth-of-type(1) span {
  font-weight: 600;
  white-space: nowrap;
}
#stock #roll #r4 .rowMain .mid .col:nth-of-type(2n+1) {
  background-color: rgba(102, 102, 102, 0.05);
  border-radius: 0.5rem;
  padding: 0.4rem 0;
}
#stock #roll #r4 .rowMain .mid .col span {
  padding: 0 0.7rem 0 0.7rem;
  text-align: left;
  font-size: 0.18rem;
}
#stock #roll #r4 .rowMain .mid .col span:nth-of-type(1) {
  width: 20%;
}
#stock #roll #r4 .rowMain .mid .col span:nth-of-type(2) {
  width: 44%;
  padding: 0 0.3rem 0 0.3rem;
}
#stock #roll #r4 .rowMain .mid .col span:nth-of-type(3) {
  width: 18%;
  padding: 0 0.3rem 0 0.7rem;
}
#stock #roll #r4 .rowMain .mid .col span:nth-of-type(4) {
  width: 18%;
}
#stock #roll #r4 .rowMain .bm {
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stock #roll #r4 .rowMain .bm .layout-btn-1 > div > span:first-of-type {
  font-weight: 400;
}
#stock #roll #r4 .rowMain .bm .layout-btn-1 > div > span:last-of-type {
  color: #333;
  font-weight: 400;
}
#stock #roll #r5 {
  padding-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
#stock #roll #r5 .bg {
  position: absolute;
  bottom: -5rem;
  width: 12rem;
  right: -4rem;
  transform: translate3d(0.5rem, 0, 0);
  -webkit-transform: translate3d(0.5rem, 0, 0);
  -moz-transform: translate3d(0.5rem, 0, 0);
  -o-transform: translate3d(0.5rem, 0, 0);
  -ms-transform: translate3d(0.5rem, 0, 0);
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  backface-visibility: hidden;
  transition-delay: 0.5s;
}
#stock #roll #r5 .bg.go {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
  opacity: 1;
}
#stock #roll #r5 .rowMain {
  padding-bottom: 2.5rem;
}
#stock #roll #r5 .rowMain .topic {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
#stock #roll #r5 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}
#stock #roll #r5 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#stock #roll #r5 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#stock #roll #r5 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r5 .rowMain .topic .title h2 > font:nth-of-type(10) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#stock #roll #r5 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 45vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r5 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#stock #roll #r5 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#stock #roll #r5 .rowMain .mid {
  position: relative;
}
#stock #roll #r5 .rowMain .mid .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 9rem;
}
#stock #roll #r5 .rowMain .mid .box .col {
  width: 47.5%;
  margin-bottom: 0.4rem;
  height: 1.6rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
#stock #roll #r5 .rowMain .mid .box .col h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  line-height: 1;
  margin-bottom: 0.2rem;
}
#talent #roll .row {
  min-height: 100vh;
}
#talent #roll .mk {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 80vh;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#talent #roll .mk .pic {
  background-size: 100% 100%;
  background-position: center top;
  height: 84.375vw;
  width: 100%;
}
#talent #roll .mk .pic:last-of-type {
  flex: 1;
  background-size: 100% 100%;
}
#talent #roll #r1 {
  height: 100vh;
  position: relative;
}
#talent #roll #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#talent #roll #r1 .bg .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#talent #roll #r1 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: url(/templates/dist/css/);
  z-index: 4;
}
#talent #roll #r1 .bg .pic > img {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 15%;
}
#talent #roll #r1 .rowMain {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#talent #roll #r1 .rowMain .inner {
  padding-bottom: 7vw;
}
#talent #roll #r1 .rowMain .inner h1 {
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
#talent #roll #r1 .rowMain .inner h1 > span {
  text-transform: uppercase;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  min-width: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#talent #roll #r1 .rowMain .inner h1 > span > img {
  height: 1.5rem;
  margin-bottom: 0.2rem;
}
#talent #roll #r1 .rowMain .inner p {
  text-align: center;
  color: #fff;
  line-height: 2;
}
#talent #roll #r1 .rowMain .items {
  overflow: hidden;
  position: absolute;
  bottom: 1rem;
  left: 0;
  height: 2.4rem;
  width: 100%;
  padding: 0.5rem 17vw 0 17vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#talent #roll #r1 .rowMain .items > svg {
  position: absolute;
  bottom: 0.4rem;
  left: -1vw;
  width: 102vw;
}
#talent #roll #r1 .rowMain .items > svg path {
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.3);
  fill: none;
}
#talent #roll #r1 .rowMain .items .list {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  display: inline-block;
}
#talent #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.5rem;
}
#talent #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.66rem;
}
#talent #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 0.94rem;
}
#talent #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 1.05rem;
}
#talent #roll #r1 .rowMain .items .list:nth-of-type(5) {
  margin-top: 0.48rem;
}
#talent #roll #r1 .rowMain .items .list > h4 {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  left: 0;
  bottom: calc(100% + 0.2rem);
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  backface-visibility: hidden;
}
#talent #roll #r1 .rowMain .items .list > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(0.35);
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -o-transform: scale(0.35);
  -ms-transform: scale(0.35);
  backface-visibility: hidden;
}
#talent #roll #r1 .rowMain .items .list > em {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  backface-visibility: hidden;
}
#talent #roll #r1 .rowMain .items .list.on > h4 {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#talent #roll #r1 .rowMain .items .list.on > span {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#talent #roll #r1 .rowMain .items .list.on > em {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#talent #roll #r1 .rowMain .bm {
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
  bottom: -2px;
  overflow: hidden;
}
#talent #roll #r1 .rowMain .bm > img {
  width: 100%;
}
#talent #roll #r2 {
  position: relative;
}
#talent #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#talent #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
#talent #roll #r2 .rowMain {
  padding-top: 1.5rem;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
#talent #roll #r2 .rowMain .topic {
  position: relative;
  width: 100%;
}
#talent #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#talent #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#talent #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#talent #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#talent #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(11) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#talent #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#talent #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#talent #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#talent #roll #r2 .rowMain .topic .tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.8rem;
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
}
#talent #roll #r2 .rowMain .topic .tab > a {
  margin: 0 0.2rem;
  min-width: 2rem;
}
#talent #roll #r2 .rowMain .mid {
  padding-top: 1rem;
}
#talent #roll #r2 .rowMain .mid .box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#talent #roll #r2 .rowMain .mid .box .list {
  width: 48%;
  margin-bottom: 0.7rem;
}
#talent #roll #r2 .rowMain .mid .box .list .photo {
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
#talent #roll #r2 .rowMain .mid .box .list .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#talent #roll #r2 .rowMain .mid .box .list .msg {
  margin-top: 0.6rem;
}
#talent #roll #r2 .rowMain .mid .box .list .msg h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}
#talent #roll #r2 .rowMain .mid .box .list .msg h3 > small {
  display: inline-block;
  margin-left: 0.1rem;
}
#talent #roll #r2 .rowMain .mid .box .list .msg > div .dot {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
#talent #roll #r2 .rowMain .mid .box .list .msg > div .dot:after {
  content: "";
  left: 0;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
#innovate #roll .row {
  min-height: 100vh;
}
#innovate #roll .mk {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 130vh;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#innovate #roll .mk .pic {
  background-size: 100%;
  background-position: center top;
  height: 84.375vw;
  width: 100%;
}
#innovate #roll .mk .pic:last-of-type {
  flex: 1;
  background-size: 100%;
  background-repeat: repeat-y;
}
#innovate #roll #r1 {
  height: 100vh;
  position: relative;
}
#innovate #roll #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#innovate #roll #r1 .rowMain .inner h1 > span {
  text-transform: uppercase;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  min-width: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#innovate #roll #r1 .rowMain .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#innovate #roll #r1 .rowMain .items .list {
  position: relative;
  display: inline-block;
}
#innovate #roll #r2 {
  position: relative;
}
#innovate #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#innovate #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
}
#innovate #roll #r2 .rowMain {
  padding-top: 2rem;
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
#innovate #roll #r2 .rowMain .topic {
  position: relative;
  width: 100%;
}
#innovate #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#innovate #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#innovate #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#innovate #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#innovate #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(6) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#innovate #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 40vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#innovate #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#innovate #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#innovate #roll #r2 .rowMain .topic .ad {
  width: 4.2rem;
  position: absolute;
  z-index: 4;
  left: 3rem;
  top: -1.2rem;
}
#innovate #roll #r2 .rowMain .mid {
  padding-top: 2.2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#innovate #roll #r2 .rowMain .mid .col-1 {
  width: calc(100% - 48vw);
}
#innovate #roll #r2 .rowMain .mid .col-1 i {
  font-size: 0.58rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
#innovate #roll #r2 .rowMain .mid .col-1 h3 {
  margin: 0 0 0.5rem 0;
  line-height: 1.6;
}
#innovate #roll #r2 .rowMain .mid .col-1 p {
  margin-bottom: 0.5rem;
  line-height: 2;
}
#innovate #roll #r2 .rowMain .mid .col-1 > a.btns {
  position: relative;
  display: inline-block;
}
#innovate #roll #r2 .rowMain .mid .col-1 > a.btns > svg {
  display: block;
}
#innovate #roll #r2 .rowMain .mid .col-1 > a.btns > svg path {
  transition: fill 0.5s ease-out;
  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  -ms-transition: fill 0.5s ease-out;
  backface-visibility: hidden;
}
#innovate #roll #r2 .rowMain .mid .col-1 > a.btns .arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 4px;
}
#innovate #roll #r2 .rowMain .mid .col-1 > a.btns:hover > svg.back path {
  fill: #8a6e4b;
}
#innovate #roll #r2 .rowMain .mid .col-2 {
  width: 5.36rem;
  height: 5.36rem;
  position: relative;
}
#innovate #roll #r2 .rowMain .mid .col-2 .mask {
  position: absolute;
  pointer-events: none;
  width: 10rem;
  top: -2.32rem;
  left: -2.32rem;
  animation-name: scrP8;
}
#innovate #roll #r2 .rowMain .mid .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
#innovate #roll #r2 .rowMain .mid .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#innovate #roll #r2 .rowMain .mid .ad {
  position: absolute;
  left: 96%;
  bottom: calc(100% - 2rem);
  max-width: 2.56rem;
}
#innovate #roll #r2 .rowMain .mid .add {
  position: absolute;
  top: 100%;
  right: 45vw;
  max-width: 2.56rem;
}
#innovate #roll #r3 .rowMain {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}
#innovate #roll #r3 .rowMain .title {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.2rem;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(1) {
  background-position: center top;
  background-size: 100%;
  clip-path: url(/templates/dist/css/1);
  height: 2.4rem;
  backface-visibility: hidden;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(1) /templates/dist/css/1 {
  transform-origin: 20% 0;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(1) /templates/dist/css/1 text {
  font-size: 2.4rem;
  font-family: en_l;
  animation-name: scrP9;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(2) {
  background-position: center bottom;
  background-size: 100%;
  margin: 0.8rem 0 1rem 0;
  backface-visibility: hidden;
  text-align: center;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(2) > span {
  font-size: 0.8rem;
  font-weight: 600;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(2) /templates/dist/css/ {
  transform-origin: 100% 0;
}
#innovate #roll #r3 .rowMain .title .text:nth-of-type(2) /templates/dist/css/ text {
  font-size: 0.8rem;
  font-weight: 600;
  transform: translate(50vw, 0);
  -webkit-transform: translate(50vw, 0);
  -moz-transform: translate(50vw, 0);
  -o-transform: translate(50vw, 0);
  -ms-transform: translate(50vw, 0);
  backface-visibility: hidden;
}
#innovate #roll #r3 .rowMain .title .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#innovate #roll #r3 .rowMain .title .scr > img {
  animation-name: scrImg;
}
#innovate #roll #r3 .rowMain .title .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#innovate #roll #r3 .rowMain .title .scr > svg path {
  fill: #8e9091;
}
#innovate #roll #r3 .rowMain .inner .box {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#innovate #roll #r3 .rowMain .inner .box .list {
  width: 45%;
  position: relative;
  margin-bottom: 0.2rem;
}
#innovate #roll #r3 .rowMain .inner .box .list .num {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: -0.35rem;
  left: 0;
  z-index: 10;
}
#innovate #roll #r3 .rowMain .inner .box .list .photo {
  width: 100%;
  padding-bottom: 130%;
  position: relative;
  border-radius: 0.8rem 0 0.8rem 0;
  overflow: hidden;
}
#innovate #roll #r3 .rowMain .inner .box .list .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#innovate #roll #r3 .rowMain .inner .box .list .msg {
  margin-top: 0.4rem;
}
#innovate #roll #r3 .rowMain .inner .box .list .msg small {
  color: #5D5D5D;
}
#innovate #roll #r3 .rowMain .inner .box .list .msg h3 {
  margin: 0.1rem 0;
  color: #5D5D5D;
  font-weight: 400;
}
#innovate #roll #r3 .rowMain .inner .box .list:nth-of-type(2n) {
  margin-top: 1.3rem;
}
#power #roll .last-row {
  padding-bottom: 2rem;
}
#power #roll #r2 {
  position: relative;
}
#power #roll #r2 .bg {
  position: absolute;
  left: -3rem;
  top: -2rem;
}
#power #roll #r2 .rowMain {
  padding-top: 2.4rem;
  overflow: hidden;
}
#power #roll #r2 .rowMain .topic {
  position: relative;
}
#power #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.3rem;
}
#power #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#power #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#power #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 40vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#power #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#power #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#power #roll #r2 .rowMain .mid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#power #roll #r2 .rowMain .mid .col-1 {
  width: 45%;
  height: 5.5rem;
}
#power #roll #r2 .rowMain .mid .col-1 .msg {
  position: relative;
  width: 100%;
  height: 100%;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList .h2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 0.7rem;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList .h2 .Date {
  background-size: cover;
  font-size: 1.8rem;
  line-height: 1;
  font-family: num;
  height: 1.6rem;
  display: inline-block;
  color: transparent;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList .h2 .Date > span {
  width: 100%;
  display: block;
  font-size: inherit;
  line-height: 1;
  font-family: num;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList .h2 .Date clipPath text {
  font-size: 2rem;
  font-family: num;
  transform: translate3d(0, 100%, 0);
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList .h2 > span {
  font-weight: 600;
  white-space: nowrap;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList h3 {
  line-height: 1.7;
  margin-bottom: 0.4rem;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList p {
  line-height: 2;
}
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList.on,
#power #roll #r2 .rowMain .mid .col-1 .msg .msgList.next {
  opacity: 1;
  pointer-events: auto;
}
#power #roll #r2 .rowMain .mid .col-1 .set {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns {
  position: relative;
  display: inline-block;
  margin-right: 0.2rem;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns .back {
  display: block;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns .back path {
  fill: transparent;
  stroke: #999999;
  transition: fill 0.5s ease-out;
  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  -ms-transition: fill 0.5s ease-out;
  backface-visibility: hidden;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns .mask {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  line-height: 0.56rem;
  text-align: center;
  position: relative;
  border: 1px solid #999999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  display: block;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns .arrow {
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns .arrow path {
  fill: #999999;
  transition: fill 0.5s ease-out;
  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  -ms-transition: fill 0.5s ease-out;
  backface-visibility: hidden;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns:hover > svg.back path {
  stroke: none;
  fill: #8a6e4b;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns:hover .mask {
  background-color: #8a6e4b;
  border-color: #8a6e4b;
}
#power #roll #r2 .rowMain .mid .col-1 .set > a.btns:hover .arrow path {
  fill: #ffffff;
}
#power #roll #r2 .rowMain .mid .col-2 {
  position: absolute;
  left: 75%;
  width: 12rem;
  margin-top: -3.25rem;
}
#power #roll #r2 .rowMain .mid .col-2 .box {
  position: relative;
}
#power #roll #r2 .rowMain .mid .col-2 .box .line {
  width: 12rem;
  display: block;
}
#power #roll #r2 .rowMain .mid .col-2 .box .line path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.2);
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .swiper-slide {
  height: 6.4rem;
  opacity: 0;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .swiper-slide.swiper-slide-prev .picBox {
  transform: translate3d(2rem, 0, 0);
  -webkit-transform: translate3d(2rem, 0, 0);
  -moz-transform: translate3d(2rem, 0, 0);
  -o-transform: translate3d(2rem, 0, 0);
  -ms-transform: translate3d(2rem, 0, 0);
  backface-visibility: hidden;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .swiper-slide.swiper-slide-next {
  opacity: 1;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .swiper-slide.swiper-slide-next .picBox {
  transform: translate3d(2rem, 0, 0);
  -webkit-transform: translate3d(2rem, 0, 0);
  -moz-transform: translate3d(2rem, 0, 0);
  -o-transform: translate3d(2rem, 0, 0);
  -ms-transform: translate3d(2rem, 0, 0);
  backface-visibility: hidden;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .picBox {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  overflow: hidden;
  left: -2.5rem;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .picBox .pic {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .picBox.next_ .pic {
  opacity: 1;
}
#power #roll #r2 .rowMain .mid .col-2 .box .photo #sw1 .picBox.prev_ .pic {
  opacity: 1;
}
#power #roll #r2 .rowMain .bm {
  padding: 2rem 0 0 0;
}
#power #roll #r2 .rowMain .bm .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#power #roll #r2 .rowMain .bm .scr > img {
  animation-name: scrImg;
}
#power #roll #r2 .rowMain .bm .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#power #roll #r2 .rowMain .bm .scr > svg path {
  fill: #8e9091;
}
#power #roll #r3 {
  z-index: 14;
}
#power #roll #r3 .bg {
  width: 100%;
  height: 61vw;
  position: relative;
  overflow: hidden;
  mask-image: url(/templates/dist/img/z62.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  backface-visibility: hidden;
}
#power #roll #r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  left: 0px;
  top: -50px;
}
#power #roll #r3 .bg .mask {
  width: 100%;
  position: relative;
  z-index: 10;
}
#power #roll #r3 .rowMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
#power #roll #r3 .rowMain .txt {
  position: absolute;
  top: 13vw;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: rgba(138, 110, 75, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  text-stroke: 1px rgba(255, 255, 255, 0.5);
}
#power #roll #r3 .rowMain .msg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 13vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
#power #roll #r3 .rowMain .msg i {
  font-size: 0.5rem;
}
#power #roll #r3 .rowMain .msg h4 {
  max-width: 6rem;
  margin: 0.2rem 0 0.3rem 0;
}
#power #roll #r3 .rowMain .msg p {
  max-width: 6rem;
  line-height: 1.8;
}
#power #roll #r4 {
  min-height: 40vh;
  z-index: 3;
}
#power #roll #r4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#power #roll #r4 .bg .pic {
  position: absolute;
  width: 100%;
  left: 0;
  top: -3rem;
  height: calc(100% + 6rem);
}
#power #roll #r4 .rowMain {
  position: relative;
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
#power #roll #r4 .rowMain .txt {
  position: absolute;
  top: 0.5rem;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  color: rgba(138, 110, 75, 0.2);
}
#power #roll #r4 .rowMain .mid {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#power #roll #r4 .rowMain .mid .col-1 {
  width: calc(100% - 8.2rem);
  padding-bottom: 3vw;
}
#power #roll #r4 .rowMain .mid .col-1 i {
  font-size: 0.5rem;
  color: #5D5D5D;
}
#power #roll #r4 .rowMain .mid .col-1 h4 {
  max-width: 6rem;
  margin: 0.2rem 0 0.3rem 0;
  color: #5D5D5D;
}
#power #roll #r4 .rowMain .mid .col-1 p {
  max-width: 6rem;
  line-height: 1.8;
}
#power #roll #r4 .rowMain .mid .col-2 {
  width: 6.8rem;
  height: 6.8rem;
  position: relative;
}
#power #roll #r4 .rowMain .mid .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
#power #roll #r4 .rowMain .mid .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#culture #roll #r1 {
  z-index: 5;
}
#culture #roll #r2 {
  position: relative;
  z-index: 7;
}
#culture #roll #r2 .bg {
  position: absolute;
  z-index: 4;
  left: 0.4rem;
  top: -6rem;
  opacity: 0.03;
  pointer-events: none;
}
#culture #roll #r2 .a1 {
  position: absolute;
  left: 14vw;
  bottom: -10%;
  max-width: 1.97rem;
}
#culture #roll #r2 .a2 {
  position: absolute;
  right: 7vw;
  top: 8%;
  max-width: 1.98rem;
}
#culture #roll #r2 .a3 {
  position: absolute;
  left: 4vw;
  top: -3%;
  max-width: 2.35rem;
}
#culture #roll #r2 .rowMain {
  padding-top: 2.4rem;
  position: relative;
  z-index: 10;
}
#culture #roll #r2 .rowMain .topic {
  position: relative;
}
#culture #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}
#culture #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#culture #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
  text-transform: lowercase;
}
#culture #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#culture #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#culture #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 40vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#culture #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#culture #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#culture #roll #r2 .rowMain .mid {
  min-height: 35vw;
  position: relative;
}
#culture #roll #r2 .rowMain .mid .photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53vw;
  height: 50vw;
  mask-image: url(/templates/dist/img/z60.png);
  mask-size: 98% 98%;
  mask-repeat: no-repeat;
  mask-position: center;
  backface-visibility: hidden;
}
#culture #roll #r2 .rowMain .mid .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#culture #roll #r2 .rowMain .mid .photo .ph .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s ease-out;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  -ms-transition: background-color 0.6s ease-out;
  backface-visibility: hidden;
}
#culture #roll #r2 .rowMain .mid .photo .ph .play {
  width: 4rem;
  height: 0.75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  backface-visibility: hidden;
  pointer-events: auto;
}
#culture #roll #r2 .rowMain .mid .photo .ph .play > i {
  font-size: 0.6rem;
  color: #fff;
}
#culture #roll #r2 .rowMain .mid .photo .ph .play > span {
  position: absolute;
  text-align: center;
  font-weight: 600;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#culture #roll #r2 .rowMain .mid .photo .ph .play:hover {
  transform: translate3d(0, 0.2rem, 0);
  -webkit-transform: translate3d(0, 0.2rem, 0);
  -moz-transform: translate3d(0, 0.2rem, 0);
  -o-transform: translate3d(0, 0.2rem, 0);
  -ms-transform: translate3d(0, 0.2rem, 0);
  backface-visibility: hidden;
}
#culture #roll #r2 .rowMain .mid .photo .ph .play:hover > span {
  opacity: 0;
  transform: translate3d(0, 0.1rem, 0);
  -webkit-transform: translate3d(0, 0.1rem, 0);
  -moz-transform: translate3d(0, 0.1rem, 0);
  -o-transform: translate3d(0, 0.1rem, 0);
  -ms-transform: translate3d(0, 0.1rem, 0);
  backface-visibility: hidden;
}
#culture #roll #r2 .rowMain .mid .photo .ph:hover .pic:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#culture #roll #r2 .rowMain .mid .add {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw 5vw 3vw;
}
#culture #roll #r2 .rowMain .mid .add > a {
  display: block;
  pointer-events: auto;
}
#culture #roll #r2 .rowMain .mid .add > a > img {
  display: block;
}
#culture #roll #r2 .rowMain .mid .other {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#culture #roll #r2 .rowMain .mid .other > svg {
  width: 100%;
  padding-top: 15vw;
}
#culture #roll #r2 .rowMain .mid .other > svg .wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 0.1px;
  fill: transparent;
}
#culture #roll #r2 .rowMain .mid .other > svg .wave#wave3 {
  animation-duration: 7s;
  opacity: 0.3;
}
#culture #roll #r2 .rowMain .mid .other > svg .wave#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: .3;
}
#culture #roll #r2 .rowMain .mid #culSw {
  height: 48vw;
  padding-bottom: 5vw;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-slide {
  width: 53vw;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-slide .photo {
  left: 0;
  margin: 0 auto;
  width: 46vw;
  height: 43vw;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-slide .photo .pic {
  width: 98%;
  height: 98%;
  left: 1%;
  top: 1%;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-pagination > span {
  width: 0.27rem;
  height: 0.27rem;
  opacity: 1;
  border-radius: 50%;
  background: transparent;
  border: 1px  solid transparent;
  position: relative;
  margin: 0 0.1rem;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-pagination > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-pagination > span.swiper-pagination-bullet-active {
  border-color: #8a6e4b;
}
#culture #roll #r2 .rowMain .mid #culSw .swiper-pagination > span.swiper-pagination-bullet-active:after {
  background-color: #8a6e4b;
}
#culture #roll #r3 {
  position: relative;
  z-index: 5;
  padding-top: 2rem;
}
#culture #roll #r3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#culture #roll #r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 81.25vw;
  background-size: 100%;
  background-position: center top;
  background-position-y: -1vw;
}
#culture #roll #r3 .rowMain {
  position: relative;
  z-index: 5;
}
#culture #roll #r3 .rowMain .topic {
  width: 6.8rem;
  margin: 0 auto;
}
#culture #roll #r3 .rowMain .topic .col-1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#culture #roll #r3 .rowMain .topic .col-1 > span {
  text-transform: uppercase;
  width: 2rem;
  text-align: center;
}
#culture #roll #r3 .rowMain .topic .col-1 .line {
  width: 17px;
  height: 1px;
  margin: 0 2px;
  background: #666666;
}
#culture #roll #r3 .rowMain .topic .col-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#culture #roll #r3 .rowMain .topic .col-2 > span {
  width: 2rem;
  text-align: center;
}
#culture #roll #r3 .rowMain .topic .col-2 .txt {
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
#culture #roll #r3 .rowMain .topic .col-2 .txt > i {
  font-size: 2rem;
}
#culture #roll #r3 .rowMain .topic .col-2 .txt > img {
  max-width: 2rem;
}
#culture #roll #r3 .rowMain .topic .col-2 .txt:nth-of-type(1) {
  -webkit-text-stroke: 1px #656565;
  text-stroke: 1px #656565;
  color: transparent;
}
#culture #roll #r3 .rowMain .topic .col-2 .dot {
  width: 21px;
  height: 21px;
  border: 3px solid #AB1F24;
  border-radius: 50%;
}
#culture #roll #r3 .rowMain .topic .col-2 .mc.txt {
  position: relative;
}
#culture #roll #r3 .rowMain .topic .col-2 .mc.txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(138, 110, 75, 0.2);
}
#culture #roll #r3 .rowMain .mid {
  padding-top: 1.4rem;
  position: relative;
}
#culture #roll #r3 .rowMain .mid .add {
  right: 3vw;
  position: absolute;
  top: -3vw;
  width: 5.32rem;
}
#culture #roll #r3 .rowMain .mid .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  position: relative;
}
#culture #roll #r3 .rowMain .mid .list .line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(100% - 30px);
}
#culture #roll #r3 .rowMain .mid .list .dot {
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #8A6E4B;
  border-radius: 50%;
  margin-bottom: 0.3rem;
}
#culture #roll #r3 .rowMain .mid .list h4 {
  font-size: 0.5rem;
  line-height: 0.8rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  white-space: nowrap;
}
#culture #roll #r3 .rowMain .mid .list h4 small {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#culture #roll #r3 .rowMain .mid .list h4 .txt {
  text-indent: 0;
  display: inline-block;
  color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#culture #roll #r3 .rowMain .mid .list p {
  line-height: 0.3rem;
  letter-spacing: 0.1rem;
  text-indent: -0.1rem;
}
#culture #roll #r3 .rowMain .mid .list:nth-of-type(1) small {
  animation-name: scrP11;
}
#culture #roll #r3 .rowMain .mid .list:nth-of-type(1) h4 .txt {
  color: #8a6e4b;
  animation-timing-function: linear;
  animation-name: scrP10;
}
#culture #roll #r3 .rowMain .mid .list:nth-of-type(2) small {
  animation-name: scrP12;
}
#culture #roll #r3 .rowMain .mid .list:nth-of-type(3) small {
  animation-name: scrP13;
}
#culture #roll #r4 {
  position: relative;
  z-index: 5;
  padding-top: 1.4rem;
}
#culture #roll #r4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#culture #roll #r4 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 81.25vw;
  background-size: 108%;
  background-position: center top;
  background-position-y: 10vw;
}
#culture #roll #r4 .rowMain {
  position: relative;
  z-index: 5;
}
#culture #roll #r4 .rowMain .topic {
  width: 6.8rem;
  margin: 0 auto;
}
#culture #roll #r4 .rowMain .topic .col-1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#culture #roll #r4 .rowMain .topic .col-1 > span {
  text-transform: uppercase;
  width: 2rem;
  text-align: center;
}
#culture #roll #r4 .rowMain .topic .col-1 .line {
  width: 17px;
  height: 1px;
  margin: 0 2px;
  background: #666666;
}
#culture #roll #r4 .rowMain .topic .col-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#culture #roll #r4 .rowMain .topic .col-2 > span {
  width: 2rem;
  text-align: center;
}
#culture #roll #r4 .rowMain .topic .col-2 .txt {
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
#culture #roll #r4 .rowMain .topic .col-2 .txt > i {
  font-size: 2rem;
}
#culture #roll #r4 .rowMain .topic .col-2 .txt > img {
  max-width: 2rem;
}
#culture #roll #r4 .rowMain .topic .col-2 .txt:nth-of-type(1) {
  -webkit-text-stroke: 1px #656565;
  text-stroke: 1px #656565;
  color: transparent;
}
#culture #roll #r4 .rowMain .topic .col-2 .dot {
  width: 21px;
  height: 21px;
  border: 3px solid #AB1F24;
  border-radius: 50%;
}
#culture #roll #r4 .rowMain .topic .col-2 .mc.txt {
  position: relative;
}
#culture #roll #r4 .rowMain .topic .col-2 .mc.txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(138, 110, 75, 0.2);
}
#culture #roll #r4 .rowMain .mid {
  padding-top: 1.4rem;
  position: relative;
}
#culture #roll #r4 .rowMain .mid .add {
  left: 1vw;
  position: absolute;
  top: 1.8rem;
  width: 5.1rem;
}
#culture #roll #r4 .rowMain .mid .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  position: relative;
}
#culture #roll #r4 .rowMain .mid .list .line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(100% - 30px);
}
#culture #roll #r4 .rowMain .mid .list .dot {
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #8A6E4B;
  border-radius: 50%;
  margin-bottom: 0.3rem;
}
#culture #roll #r4 .rowMain .mid .list h4 {
  font-size: 0.5rem;
  line-height: 0.8rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  white-space: nowrap;
  font-family: "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#culture #roll #r4 .rowMain .mid .list p {
  line-height: 0.3rem;
  letter-spacing: 0.1rem;
  text-indent: -0.1rem;
}
#culture #roll #r5 {
  padding-top: 1.6rem;
  padding-bottom: 2.5rem;
}
#culture #roll #r5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#culture #roll #r5 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 108%;
  background-position: center top;
  background-position-y: 20vw;
}
#culture #roll #r5 .rowMain {
  position: relative;
  z-index: 5;
}
#culture #roll #r5 .rowMain .topic {
  width: 6.8rem;
  margin: 0 auto;
}
#culture #roll #r5 .rowMain .topic .col-1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#culture #roll #r5 .rowMain .topic .col-1 > span {
  text-transform: uppercase;
  width: 2rem;
  text-align: center;
}
#culture #roll #r5 .rowMain .topic .col-1 .line {
  width: 17px;
  height: 1px;
  margin: 0 2px;
  background: #666666;
}
#culture #roll #r5 .rowMain .topic .col-2 {
  width: 2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#culture #roll #r5 .rowMain .topic .col-2 > span {
  width: 2rem;
  text-align: center;
}
#culture #roll #r5 .rowMain .topic .col-2 .txt {
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
#culture #roll #r5 .rowMain .topic .col-2 .txt > i {
  font-size: 2rem;
}
#culture #roll #r5 .rowMain .topic .col-2 .txt > img {
  max-width: 2rem;
}
#culture #roll #r5 .rowMain .topic .col-2 .txt:nth-of-type(1) {
  -webkit-text-stroke: 1px #656565;
  text-stroke: 1px #656565;
  color: transparent;
}
#culture #roll #r5 .rowMain .topic .col-2 .dot {
  position: absolute;
  width: 21px;
  height: 21px;
  border: 3px solid #AB1F24;
  border-radius: 50%;
  right: 4%;
  bottom: -3%;
}
#culture #roll #r5 .rowMain .mid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0.6rem;
}
#culture #roll #r5 .rowMain .mid .col-1 {
  width: 42%;
}
#culture #roll #r5 .rowMain .mid .col-1 h3 {
  font-size: 0.5rem;
  margin-top: 0.6rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  font-family: "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#culture #roll #r5 .rowMain .mid .col-1 p {
  margin: 0.5rem 0 0.7rem 0;
}
#culture #roll #r5 .rowMain .mid .col-1 .code {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#culture #roll #r5 .rowMain .mid .col-1 .code .name {
  width: 2.4rem;
}
#culture #roll #r5 .rowMain .mid .col-1 .code .name path {
  fill: transparent;
  stroke: #000;
  stroke-width: 8px;
  stroke-dasharray: 5400px;
  stroke-dashoffset: -5400px;
  transition-property: fill, stroke-dashoffset;
  transition-duration: 0.7s, 1s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 1s, 0s;
}
#culture #roll #r5 .rowMain .mid .col-1 .code .name.go path {
  stroke-dashoffset: 0;
  fill: #333;
}
#culture #roll #r5 .rowMain .mid .col-1 .code > small {
  display: inline-block;
  margin-bottom: 0.2rem;
}
#culture #roll #r5 .rowMain .mid .col-2 {
  position: relative;
  width: 53%;
  height: 40vw;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48vw;
  height: 45vw;
  mask-image: url(/templates/dist/img/z61.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  backface-visibility: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  overflow: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s ease-out;
  -webkit-transition: background-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out;
  -ms-transition: background-color 0.6s ease-out;
  backface-visibility: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph .play {
  width: 2rem;
  height: 0.75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  backface-visibility: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph .play > i {
  font-size: 0.6rem;
  color: #fff;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph .play > span {
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph .play:hover {
  transform: translate3d(0, 0.2rem, 0);
  -webkit-transform: translate3d(0, 0.2rem, 0);
  -moz-transform: translate3d(0, 0.2rem, 0);
  -o-transform: translate3d(0, 0.2rem, 0);
  -ms-transform: translate3d(0, 0.2rem, 0);
  backface-visibility: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph .play:hover > span {
  opacity: 0;
  transform: translate3d(0, 0.1rem, 0);
  -webkit-transform: translate3d(0, 0.1rem, 0);
  -moz-transform: translate3d(0, 0.1rem, 0);
  -o-transform: translate3d(0, 0.1rem, 0);
  -ms-transform: translate3d(0, 0.1rem, 0);
  backface-visibility: hidden;
}
#culture #roll #r5 .rowMain .mid .col-2 .photo .ph:hover .pic:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#recruit > svg {
  position: absolute;
}
#recruit > svg /templates/dist/css/1 .t1 {
  font-size: 1.2rem;
  font-weight: 600;
}
#recruit > svg /templates/dist/css/ .t1 {
  font-family: num;
  font-size: 1.6rem;
}
#recruit #roll .row {
  min-height: 100vh;
}
#recruit #roll .mk .pic {
  background-size: 100% 100%;
  background-position: center top;
  height: 84.375vw;
  width: 100%;
}
#recruit #roll .mk .pic:last-of-type {
  flex: 1;
  background-size: 100% 100%;
}
#recruit #roll #r1 .rowMain .inner h1 > span {
  min-width: 0.5em;
}
#recruit #roll #r1 .rowMain .items .list:nth-of-type(1) {
  margin-top: 0.5rem;
}
#recruit #roll #r1 .rowMain .items .list:nth-of-type(2) {
  margin-top: 0.94rem;
}
#recruit #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: 0.5rem;
}
#recruit #roll #r1 .rowMain .items .list:nth-of-type(4) {
  margin-top: 0.5rem;
}
#recruit #roll #r2 {
  position: relative;
  min-height: 50vh;
  z-index: 10;
}
#recruit #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#recruit #roll #r2 .bg .mask {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: -1rem;
  top: 0.9rem;
  z-index: 10;
}
#recruit #roll #r2 .bg .mask > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
#recruit #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 30rem;
  background-position: center top;
  background-size: cover;
}
#recruit #roll #r2 .rowMain {
  padding-top: 2rem;
  position: relative;
  z-index: 5;
}
#recruit #roll #r2 .rowMain .topic {
  position: relative;
  width: 100%;
}
#recruit #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#recruit #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#recruit #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
}
#recruit #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#recruit #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(8) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#recruit #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 40vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#recruit #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#recruit #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#recruit #roll #r2 .rowMain .mid {
  width: 100%;
  padding-top: 1rem;
}
#recruit #roll #r2 .rowMain .mid .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 3.6rem;
  margin-bottom: 0.8rem;
}
#recruit #roll #r2 .rowMain .mid .select .dropdown {
  width: 30%;
}
#recruit #roll #r2 .rowMain .mid .select .inBox {
  width: 30%;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
#recruit #roll #r2 .rowMain .mid .select .inBox input[type='text'] {
  width: calc(100% - 0.8rem);
  padding: 0 0.2rem 0 0.3rem;
  border: none;
  color: #666666;
  font-size: 0.18rem;
}
#recruit #roll #r2 .rowMain .mid .select .inBox input[type='submit'] {
  width: 0.8rem;
  border: none;
  height: 100%;
  background-color: #fff;
  color: #99A3BA;
}
#recruit #roll #r2 .rowMain .mid .select .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 0.7rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #8a6e4b;
  background-image: url(/templates/dist/img/z29.png);
}
#recruit #roll #r2 .rowMain .mid .select .searchBtn > span {
  margin-right: 0.2rem;
}
#recruit #roll #r2 .rowMain .mid .select .searchBtn > i {
  font-size: 0.16rem;
}
#recruit #roll #r2 .rowMain .mid .inner {
  width: 100%;
}
#recruit #roll #r2 .rowMain .mid .inner .box {
  border-radius: 0.4rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top {
  padding: 0 0.6rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top .col-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top .col-1 .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #666666;
  border-radius: 50%;
  margin-right: 0.2rem;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top .col-1 > span {
  color: #666666;
  font-weight: 600;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top .col-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top .col-2 > span {
  color: #666666;
  font-weight: 600;
  margin-right: 0.3rem;
}
#recruit #roll #r2 .rowMain .mid .inner .box .top .col-2 > i {
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  backface-visibility: hidden;
}
#recruit #roll #r2 .rowMain .mid .inner .box .center {
  width: 100%;
  padding: 0 0.6rem 0 0.6rem;
  display: none;
  background-repeat: no-repeat;
  background-position: 150% 240%;
  background-size: auto 8.2rem;
}
#recruit #roll #r2 .rowMain .mid .inner .box .center .line {
  margin: 0.05rem 0 0.6rem 0;
  height: 1px;
  width: 100%;
  background-color: rgba(102, 102, 102, 0.2);
}
#recruit #roll #r2 .rowMain .mid .inner .box .center .group {
  padding: 0 0 0.1rem 0;
  position: relative;
}
#recruit #roll #r2 .rowMain .mid .inner .box .center .group .ad {
  position: absolute;
  font-weight: 600;
  right: 0;
  top: 0;
}
#recruit #roll #r2 .rowMain .mid .inner .box .center .group .list {
  margin-bottom: 0.8rem;
}
#recruit #roll #r2 .rowMain .mid .inner .box .center .group .list h3 {
  margin-bottom: 0.3rem;
  line-height: 1.7;
}
#recruit #roll #r2 .rowMain .mid .inner .box .center .group .list p {
  color: #666666;
  line-height: 2.2;
}
#recruit #roll #r2 .rowMain .mid .inner .box.on .top .col-2 > i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  backface-visibility: hidden;
}
#recruit #roll #r2 .rowMain .mid .pager {
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit #roll #r2 .rowMain .mid .pager > a,
#recruit #roll #r2 .rowMain .mid .pager > span {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  text-align: center;
  margin: 0 0.1rem;
  text-indent: -1em;
}
#recruit #roll #r2 .rowMain .mid .pager > a > em,
#recruit #roll #r2 .rowMain .mid .pager > span > em {
  font-size: inherit;
  opacity: 0;
  color: inherit;
  font-weight: inherit;
}
#recruit #roll #r2 .rowMain .mid .pager > a.on,
#recruit #roll #r2 .rowMain .mid .pager > span.on {
  color: #8a6e4b;
  text-indent: 0em;
}
#recruit #roll #r2 .rowMain .mid .pager > a.on > em,
#recruit #roll #r2 .rowMain .mid .pager > span.on > em {
  opacity: 1;
}
#recruit #roll #r3 .rowMain {
  padding-top: 0.8rem;
  position: relative;
  z-index: 5;
  padding-bottom: 5.8rem;
}
#recruit #roll #r3 .rowMain .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit #roll #r3 .rowMain .inner .left {
  width: 4.6rem;
}
#recruit #roll #r3 .rowMain .inner .left .topic {
  position: relative;
  width: 100%;
}
#recruit #roll #r3 .rowMain .inner .left .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#recruit #roll #r3 .rowMain .inner .left .topic .title h2 {
  font-size: 0.4rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#recruit #roll #r3 .rowMain .inner .left .topic .title h2 > font {
  font-size: 0.4rem;
  text-transform: lowercase;
}
#recruit #roll #r3 .rowMain .inner .left .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.5rem;
  text-transform: uppercase;
}
#recruit #roll #r3 .rowMain .inner .left .topic .title h2 > font:nth-of-type(13) {
  font-size: 0.5rem;
  text-transform: uppercase;
}
#recruit #roll #r3 .rowMain .inner .left .topic .title h3 {
  font-size: 0.4rem;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
}
#recruit #roll #r3 .rowMain .inner .left .msg {
  padding-top: 0.5rem;
}
#recruit #roll #r3 .rowMain .inner .left .msg h4 {
  line-height: 1.7;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}
#recruit #roll #r3 .rowMain .inner .left .msg > div {
  margin-bottom: 0.8rem;
}
#recruit #roll #r3 .rowMain .inner .left .msg > div .inter {
  margin-right: 0.2rem;
}
#recruit #roll #r3 .rowMain .inner .left .msg > div .inter > a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
@media screen and (orientation: landscape) {
  #recruit #roll #r3 .rowMain .inner .left .msg > div .inter > a:hover {
    color: #fff;
    background-color: #8a6e4b;
  }
}
#recruit #roll #r3 .rowMain .inner .left .msg > div .inter .items > span:after {
  border-color: #fff transparent transparent transparent;
}
#recruit #roll #r3 .rowMain .inner .left .msg p {
  line-height: 2;
  font-weight: 300;
}
#recruit #roll #r3 .rowMain .inner .right {
  width: calc(100% - 5.8rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#recruit #roll #r3 .rowMain .inner .right .col {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#recruit #roll #r3 .rowMain .inner .right .col .dot {
  border-radius: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#recruit #roll #r3 .rowMain .inner .right .col .dot > em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 2rem;
  line-height: 1.9rem;
  font-size: 1rem;
  color: rgba(138, 110, 75, 0.05);
}
#recruit #roll #r3 .rowMain .inner .right .col .dot > i {
  font-size: 0.5rem;
}
#recruit #roll #r3 .rowMain .inner .right .col .dot > span {
  margin-top: 0.05rem;
  margin-bottom: 0.1rem;
  width: 100%;
  text-align: center;
  position: relative;
}
#recruit #roll #r3 .rowMain .inner .right .col .dot > span:after {
  content: attr(data-node);
  height: 18px;
  line-height: 18px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
}
#recruit #roll #r3 .rowMain .inner .right .col > span {
  display: block;
  text-align: center;
  flex: 1;
  position: relative;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) {
  padding-top: 2.2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 {
  width: 5.4rem;
  padding-bottom: 0.7rem;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .topic {
  position: relative;
  width: 100%;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .topic .title h2 {
  font-size: 0.4rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .topic .title h2 > font {
  font-size: 0.4rem;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.5rem;
  text-transform: uppercase;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .topic .title h3 {
  font-size: 0.4rem;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .msg {
  padding-top: 0.6rem;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .msg .items {
  margin-bottom: 0.7rem;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .msg .items > li {
  width: 100%;
  position: relative;
  line-height: 0.4rem;
  padding-left: 20px;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .msg .items > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  background-color: #666666;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-1 .msg p {
  line-height: 2;
  font-weight: 300;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-2 {
  width: 5rem;
  height: 5rem;
  position: relative;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-2 .mask {
  position: absolute;
  pointer-events: none;
  width: 9.5rem;
  top: -2.25rem;
  left: -2.25rem;
  animation-name: scrP8;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .ad {
  position: absolute;
  left: 96%;
  bottom: calc(100% - 3.6rem);
}
#recruit #roll #r3 .rowMain .inner:nth-of-type(2) .add {
  position: absolute;
  top: calc(100% + 0.2rem);
  right: 45vw;
}
#recruit #roll #r4 .rowMain {
  padding-top: 0.8rem;
  position: relative;
  z-index: 5;
  padding-bottom: 3rem;
}
#recruit #roll #r4 .rowMain .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#recruit #roll #r4 .rowMain .inner .left {
  width: 5rem;
  padding-top: 0rem;
}
#recruit #roll #r4 .rowMain .inner .left .topic {
  position: relative;
  width: 100%;
}
#recruit #roll #r4 .rowMain .inner .left .topic .title {
  width: 28vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#recruit #roll #r4 .rowMain .inner .left .topic .title h2 {
  font-size: 0.4rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#recruit #roll #r4 .rowMain .inner .left .topic .title h2 > font {
  font-size: 0.4rem;
  text-transform: lowercase;
}
#recruit #roll #r4 .rowMain .inner .left .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.5rem;
  text-transform: uppercase;
}
#recruit #roll #r4 .rowMain .inner .left .topic .title h2 > font:nth-of-type(9) {
  font-size: 0.5rem;
  text-transform: uppercase;
}
#recruit #roll #r4 .rowMain .inner .left .topic .title h3 {
  font-size: 0.4rem;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
}
#recruit #roll #r4 .rowMain .inner .left .msg {
  padding-top: 0.7rem;
}
#recruit #roll #r4 .rowMain .inner .left .msg h4 {
  line-height: 1.7;
  margin-bottom: 0.3rem;
}
#recruit #roll #r4 .rowMain .inner .left .msg > div {
  margin-bottom: 0.8rem;
}
#recruit #roll #r4 .rowMain .inner .left .msg > div .inter {
  margin-right: 0.2rem;
}
#recruit #roll #r4 .rowMain .inner .left .msg p {
  line-height: 2;
  font-weight: 300;
}
#recruit #roll #r4 .rowMain .inner .right {
  width: calc(100% - 6rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#recruit #roll #r4 .rowMain .inner .right .col {
  width: 100%;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#recruit #roll #r4 .rowMain .inner .right .col .box {
  width: calc(100% - 3rem);
  position: relative;
  height: 100%;
}
#recruit #roll #r4 .rowMain .inner .right .col .box small {
  display: inline-block;
}
#recruit #roll #r4 .rowMain .inner .right .col .box p {
  line-height: 2;
  margin-top: 0.3rem;
}
#recruit #roll #r4 .rowMain .inner .right .col .box .num {
  position: absolute;
  top: 0;
  right: 0.2rem;
  height: 2.4rem;
  line-height: 1.2;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.05);
}
#recruit #roll #r4 .rowMain .inner .right .col .ph {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
}
#recruit #roll #r4 .rowMain .inner .right .col:last-of-type {
  margin-bottom: 0;
}
#recruit #roll #r4 .rowMain .bm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(30vw + 1.5rem + 50px);
}
#recruit #roll #r4 .rowMain .bm #sw1 {
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 50px;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide {
  width: 46vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box {
  padding-bottom: 30vw;
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%);
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 2rem;
  height: 0.75rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play i {
  font-size: 0.54rem;
  color: #fff;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play > span {
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  backface-visibility: hidden;
  background-color: transparent;
  border-color: #fff;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play:hover i {
  color: #fff;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play:hover > span {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  backface-visibility: hidden;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .box .play:hover + .mask {
  opacity: 0.6;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .msg {
  position: absolute;
  bottom: 0.1rem;
  z-index: 10;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0.3rem auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide .msg > span {
  max-width: calc(100% - 0.4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  display: block;
  text-align: center;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-wrapper .swiper-slide.swiper-slide-active .box .play {
  opacity: 1;
  pointer-events: auto;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-pagination {
  bottom: 0;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #666666;
}
#recruit #roll #r4 .rowMain .bm #sw1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8a6e4b;
}
#recruit #roll #r4 .rowMain .bm .swiper-other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  padding-top: 0.9rem;
}
#recruit #roll #r4 .rowMain .bm .swiper-other > a {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  line-height: 0.75rem;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  overflow: hidden;
  top: 1.5rem;
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  backface-visibility: hidden;
}
#recruit #roll #r4 .rowMain .bm .swiper-other > a i {
  color: #8a6e4b;
  position: relative;
  z-index: 5;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#recruit #roll #r4 .rowMain .bm .swiper-other > a:hover {
  background-color: #8a6e4b;
}
#recruit #roll #r4 .rowMain .bm .swiper-other > a:hover i {
  color: #fff;
}
#recruit #roll #r4 .rowMain .bm .swiper-other #sw_next {
  left: 88%;
}
#recruit #roll #r4 .rowMain .bm .swiper-other #sw_prev {
  right: 88%;
}
#proDetail .goReturn {
  position: fixed;
  z-index: 100;
  bottom: 3vw;
  right: 2vw;
}
#proDetail #roll #r1 .bg .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.23);
}
#proDetail #roll #r1 .bg.remove_mask .pic:after {
  background-color: rgba(0, 0, 0, 0);
}
#proDetail #roll #r1 .rowMain .inner p {
  font-size: 0.6rem;
  line-height: 1.5;
  max-width: 12rem;
  margin: 0 auto;
  text-align: center;
}
#proDetail #roll #r2 {
  position: relative;
}
#proDetail #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#proDetail #roll #r2 .bg .ad {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -0.8rem;
  top: 1.2rem;
  width: 4.3rem;
  height: 4.3rem;
}
#proDetail #roll #r2 .bg .ad .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#proDetail #roll #r2 .bg .add {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0.6rem;
  top: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.6;
}
#proDetail #roll #r2 .bg .add .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#proDetail #roll #r2 .bg .addd {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 70%;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
#proDetail #roll #r2 .bg .addd .pic {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#proDetail #roll #r2 .rowMain {
  padding-top: 2.4rem;
  position: relative;
  z-index: 10;
}
#proDetail #roll #r2 .rowMain .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#proDetail #roll #r2 .rowMain .inner > .name {
  font-size: 0.6rem;
  color: #8a6e4b;
  font-weight: 400;
  line-height: 1;
}
#proDetail #roll #r2 .rowMain .inner .msg {
  max-width: 8.4rem;
}
#proDetail #roll #r2 .rowMain .inner .msg h6 {
  text-align: center;
  margin: 0.8rem 0 0.5rem 0;
  line-height: 2;
}
#proDetail #roll #r2 .rowMain .inner .msg p {
  text-align: center;
  line-height: 2;
  font-family: en_l;
}
#proDetail #roll #r2 .rowMain .inner .bm {
  padding: 1.5rem 0 0.5rem 0;
}
#proDetail #roll #r2 .rowMain .inner .bm .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#proDetail #roll #r2 .rowMain .inner .bm .scr > img {
  animation-name: scrImg;
}
#proDetail #roll #r2 .rowMain .inner .bm .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#proDetail #roll #r2 .rowMain .inner .bm .scr > svg path {
  fill: #8e9091;
}
#proDetail #roll #r3 .rowMain {
  padding-top: 2.5rem;
}
#proDetail #roll #r3 .rowMain .topic {
  position: relative;
}
#proDetail #roll #r3 .rowMain .topic h3 {
  font-size: 0.8rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
#proDetail #roll #r3 .rowMain .topic .ad {
  position: absolute;
  left: -0.6rem;
  bottom: 0.4rem;
}
#proDetail #roll #r3 .rowMain .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  position: relative;
  width: 80%;
  margin: 0 auto 1.35rem auto;
}
#proDetail #roll #r3 .rowMain .tab #sw3 {
  width: 100%;
}
#proDetail #roll #r3 .rowMain .tab #sw3 .swiper-slide {
  width: auto;
  margin: 0.2rem 0.25rem;
  max-width: 4rem;
  min-width: 2rem;
}
#proDetail #roll #r3 .rowMain .tab #sw3.del .swiper-wrapper {
  justify-content: center;
}
#proDetail #roll #r3 .rowMain .tab .layout-btn-2 {
  border: none;
  max-width: 4rem;
}
#proDetail #roll #r3 .rowMain .tab .prev_ {
  top: 0;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0.8rem;
  position: absolute;
  width: 50px;
  right: 100%;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
#proDetail #roll #r3 .rowMain .tab .prev_.swiper-button-disabled {
  opacity: 0;
}
#proDetail #roll #r3 .rowMain .tab .next_ {
  top: 0;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0.8rem;
  position: absolute;
  width: 50px;
  left: 100%;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
#proDetail #roll #r3 .rowMain .tab .next_.swiper-button-disabled {
  opacity: 0;
}
#proDetail #roll #r3 .rowMain .mid .box {
  border-radius: 1.5rem;
  height: 34.72vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.6rem;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
#proDetail #roll #r3 .rowMain .mid .box > .mask {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: calc(100% - 1.5rem);
  height: calc(100% - 4px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#proDetail #roll #r3 .rowMain .mid .box .group {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-1 {
  width: 45%;
  height: 100%;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-1 > .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center right;
  z-index: 2;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-1 .msg {
  padding-left: 18%;
  position: relative;
  z-index: 10;
  width: 85%;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-1 .msg p {
  margin: 0.4rem 0;
  line-height: 2;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-1 .msg .layout-btn-1 {
  display: none;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-1 .msg .layout-btn-1 > div > span {
  font-weight: 400;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-2 {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-2 > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-2 > a > i {
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
  background-color: #8a6e4b;
  border-radius: 100px;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-2 > img {
  max-width: 70%;
  height: 58%;
  border-radius: 50%;
}
#proDetail #roll #r3 .rowMain .mid .box .group .col-2.photo-box > a {
  display: flex;
}
#proDetail #roll #r3 .rowMain .mid .box.right > .mask {
  left: 0;
  right: auto;
}
@media screen and (orientation: landscape) {
  #proDetail #roll #r3 .rowMain .mid .box.have_video {
    background-color: #fff;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .mask {
    width: 100%;
    bottom: auto;
    height: 70%;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .group {
    flex-direction: column;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .group .col-1 {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    height: 30%;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .group .col-1 .msg {
    width: 80%;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .group .col-1 .msg p {
    margin-top: 0.3rem;
    margin-bottom: 0;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .group .col-2 {
    width: 100%;
    height: 70%;
  }
  #proDetail #roll #r3 .rowMain .mid .box.have_video .group .col-2 > img {
    height: 100%;
  }
}
#proDetail #roll #r4 .rowMain {
  padding-top: 1rem;
  padding-bottom: 2.8rem;
}
#proDetail #roll #r4 .rowMain .title {
  margin-bottom: 0.5rem;
}
#proDetail #roll #r4 .rowMain .title h3 {
  line-height: 1;
  text-align: center;
  margin-bottom: 0.1rem;
  font-weight: 400;
}
#proDetail #roll #r4 .rowMain .title p {
  text-transform: capitalize;
  color: #333;
  letter-spacing: 5px;
  text-align: center;
}
#proDetail #roll #r4 .rowMain .mid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#proDetail #roll #r4 .rowMain .mid .col {
  width: 19%;
  border-radius: 0.5rem;
  background-color: #fff;
  height: 3rem;
  margin: 0 2%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
}
#proDetail #roll #r4 .rowMain .mid .col .img {
  padding-bottom: 0.18rem;
  height: 1.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#proDetail #roll #r4 .rowMain .mid .col .img > img {
  display: inline-block;
  max-height: 100%;
  position: relative;
  z-index: 9;
}
#proDetail #roll #r4 .rowMain .mid .col .img:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background-color: transparent;
  box-shadow: 0 10px 0.5rem rgba(0, 0, 0, 0.3);
}
#proDetail #roll #r4 .rowMain .mid .col .msg {
  margin-top: 0.12rem;
}
#proDetail #roll #r4 .rowMain .mid .col .msg small {
  margin-bottom: 6px;
  display: block;
}
#proDetail #roll #r4 .rowMain .mid .col .msg h5 {
  text-align: center;
  position: relative;
  z-index: 12;
}
#pro #banner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#pro #banner .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pro #banner .inner > .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#pro #banner .inner > .pic svg #path {
  transform-origin: 0 0;
  animation-name: scrFn;
}
#pro #banner .inner > .pic svg path {
  font-family: en;
  font-size: 1.8rem;
  line-height: 1;
  transform: translate3d(-440px, -227px, 0);
}
#pro #banner .inner > .pic svg path .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#pro #banner .inner .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  padding: 0 9vw 0 15.6vw;
}
#pro #banner .inner .group .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide {
  height: 41.7vw;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box {
  height: 100%;
  padding-left: 15.6vw;
  padding-right: 9vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg {
  padding-left: 2vw;
  width: 5rem;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg h3 {
  font-size: 0.66rem;
  line-height: 1;
  color: #8a6e4b;
  font-family: en;
  font-weight: 400;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  backface-visibility: hidden;
  transition-delay: 0.4s;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg h3 .letter-effect .letter {
  margin: 0 0.12rem 0 0;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg p {
  margin: 0.6rem 0;
  line-height: 2;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  backface-visibility: hidden;
  transition-delay: 0.6s;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 {
  max-width: 2.2rem;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  backface-visibility: hidden;
  transition-delay: 0.8s;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 > div > span {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 > div > span > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  display: inline-block;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 > div > span:first-of-type {
  color: #fff;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 > div > span:first-of-type > i {
  background-color: #fff;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 > div > span:last-of-type {
  color: #8a6e4b;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .msg .layout-btn-2 > div > span:last-of-type > i {
  background-color: #8a6e4b;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .photo {
  width: 41.7vw;
  display: block;
  height: 40vw;
  position: relative;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .photo .pic path {
  transform-origin: 50% 50%;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide .box .photo > .img {
  position: absolute;
  pointer-events: none;
  width: 50%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 60%;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .box .msg h3 {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .box .msg p {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#pro #banner .inner .group .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .box .msg > a {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#pro #banner .inner .group .swiper-container .swiper-pagination-bullet-active {
  background-color: #8a6e4b;
}
#pro #banner .inner .group .swiper-container .set {
  position: absolute;
  z-index: 10;
  bottom: 7%;
  right: 11vw;
}
#pro #banner .inner .group .swiper-container .set .num {
  font-size: 1rem;
}
#pro #banner .inner .group .swiper-container .set .num .sum {
  font-size: inherit;
  color: inherit;
}
#pro #banner .inner .group .swiper-container.on,
#pro #banner .inner .group .swiper-container.next {
  opacity: 1;
  pointer-events: auto;
}
#pro #banner .inner .group .next_ {
  position: absolute;
  width: 15vw;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#pro #banner .inner .group .next_ i {
  color: #8a6e4b;
  font-size: 0.2rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  line-height: 0.72rem;
  text-align: center;
  background-color: #fff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#pro #banner .inner .group .next_ i:hover {
  background-color: #8a6e4b;
  color: #fff;
}
#pro #banner .inner .group .prev_ {
  position: absolute;
  width: 15vw;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#pro #banner .inner .group .prev_ i {
  color: #8a6e4b;
  font-size: 0.2rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  line-height: 0.72rem;
  text-align: center;
  background-color: #fff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#pro #banner .inner .group .prev_ i:hover {
  background-color: #8a6e4b;
  color: #fff;
}
#pro #banner .inner .tab {
  z-index: 13;
  padding-top: 1.35rem;
  padding-bottom: 0.5rem;
  position: absolute;
  height: 100%;
  width: 15.6vw;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-position: center;
  background-size: auto 100%;
}
#pro #banner .inner .tab .list {
  position: relative;
  cursor: pointer;
  margin: 0.05rem 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  backface-visibility: hidden;
}
#pro #banner .inner .tab .list .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  clip-path: url(/templates/dist/css/);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#pro #banner .inner .tab .list .cir {
  position: relative;
  z-index: 6;
  width: 9.8vw;
  height: 9.4vw;
  background-color: #ffff;
  clip-path: url(/templates/dist/css/);
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pro #banner .inner .tab .list .cir > svg {
  width: 86%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
}
#pro #banner .inner .tab .list .col {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pro #banner .inner .tab .list .col .img {
  padding-bottom: 0.18rem;
  height: 0.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#pro #banner .inner .tab .list .col .img > img {
  display: inline-block;
  max-height: 100%;
  position: relative;
  z-index: 9;
}
#pro #banner .inner .tab .list .col .img > i {
  display: inline-block;
  font-size: 0.45rem;
  color: #666666;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#pro #banner .inner .tab .list .col h6 {
  text-align: center;
  position: relative;
  z-index: 12;
  color: #666666;
  transition: color 0.5s ease-out;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  backface-visibility: hidden;
}
#pro #banner .inner .tab .list.on {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#pro #banner .inner .tab .list.on .mask {
  opacity: 0.1;
}
#pro #banner .inner .tab .list.on .cir {
  background-color: #8a6e4b;
}
#pro #banner .inner .tab .list.on .col .img i {
  color: #fff;
}
#pro #banner .inner .tab .list.on .col h6 {
  color: #fff;
}
#pro #banner .inner .tab .list:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#pro #banner .inner .other {
  pointer-events: none;
  z-index: 13;
  position: absolute;
  height: 100%;
  width: 9vw;
  top: 0;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pro #banner .inner .other .note {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a6e4b;
}
#pro #banner .inner .other .note > i {
  color: #8a6e4b;
}
#pro #banner .inner .other .note:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1.6rem;
  width: 2px;
  background-color: #c4c4c4;
  bottom: calc(100% + 0.2rem);
}
#pro #banner .inner .other .note:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1.6rem;
  width: 2px;
  background-color: #c4c4c4;
  top: calc(100% + 0.2rem);
}
#pro #roll .row {
  min-height: 100vh;
}
#pro #roll #r1 {
  height: 300vh;
  position: relative;
}
#learn #roll #r1 {
  z-index: 5;
}
#learn #roll #r2 {
  position: relative;
}
#learn #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#learn #roll #r2 .bg .mask {
  position: absolute;
  right: 2.0rem;
  top: 2.8rem;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  z-index: 1;
  background-position: center;
  background-size: 100% 100%;
}
#learn #roll #r2 .bg .ad {
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  right: 2.2rem;
  top: 3rem;
  width: 4.3rem;
  height: 4.3rem;
  z-index: 5;
}
#learn #roll #r2 .bg .ad .pic {
  margin: auto;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
#learn #roll #r2 .bg .ad .pic > img {
  width: 100%;
}
#learn #roll #r2 .bg .add {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -0.4rem;
  top: 4.5rem;
  width: 3.5rem;
  height: 3.5rem;
}
#learn #roll #r2 .bg .add .pic {
  margin: auto;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
#learn #roll #r2 .bg .add .pic > img {
  width: 100%;
}
#learn #roll #r2 .bg .addd {
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 70%;
  bottom: 1rem;
  width: 3.6rem;
  height: 3.6rem;
}
#learn #roll #r2 .bg .addd .pic {
  margin: auto;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
#learn #roll #r2 .bg .addd .pic > img {
  width: 100%;
}
#learn #roll #r2 .bg .adddd {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 16%;
  bottom: 1.5rem;
  width: 5.12rem;
  height: 5.12rem;
  opacity: 0.2;
  z-index: -1;
}
#learn #roll #r2 .bg .adddd .pic {
  margin: auto;
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
#learn #roll #r2 .bg .adddd .pic > img {
  width: 100%;
}
#learn #roll #r2 .rowMain {
  padding-top: 2rem;
  position: relative;
  z-index: 10;
}
#learn #roll #r2 .rowMain .topic {
  position: relative;
  margin-bottom: 3rem;
}
#learn #roll #r2 .rowMain .topic .title {
  width: 28vw;
  display: flex;
  position: relative;
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}
#learn #roll #r2 .rowMain .topic .title h2 {
  font-size: 0.7rem;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.28rem;
  position: relative;
}
#learn #roll #r2 .rowMain .topic .title h2 > font {
  font-size: 0.5rem;
  text-transform: lowercase;
}
#learn #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(1) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#learn #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(10) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#learn #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(14) {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#learn #roll #r2 .rowMain .topic .title h2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 200%;
  left: 0;
  max-width: 40vw;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#learn #roll #r2 .rowMain .topic .title h3 {
  font-size: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 15px;
}
#learn #roll #r2 .rowMain .topic .title h3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 200%;
  left: 0;
  background: linear-gradient(90deg, #8a6e4b 0%, rgba(138, 110, 75, 0) 100%);
}
#learn #roll #r2 .rowMain .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#learn #roll #r2 .rowMain .inner > .name {
  font-size: 0.6rem;
  color: #8a6e4b;
  font-weight: 400;
  line-height: 1;
}
#learn #roll #r2 .rowMain .inner .msg {
  max-width: 8.4rem;
}
#learn #roll #r2 .rowMain .inner .msg h6 {
  text-align: center;
  margin: 0.4rem 0 0.5rem 0;
  line-height: 2;
  letter-spacing: 5px;
  white-space: nowrap;
}
#learn #roll #r2 .rowMain .inner .msg p {
  text-align: center;
  line-height: 2;
  font-family: en_l;
}
#learn #roll #r2 .rowMain .inner .bm {
  padding: 3rem 0 0.5rem 0;
}
#learn #roll #r2 .rowMain .inner .bm .scr {
  width: 1.2rem;
  margin: 0 auto;
  position: relative;
}
#learn #roll #r2 .rowMain .inner .bm .scr > img {
  animation-name: scrImg;
}
#learn #roll #r2 .rowMain .inner .bm .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#learn #roll #r2 .rowMain .inner .bm .scr > svg path {
  fill: #8e9091;
}
#learn #roll #r3 .rowMain {
  padding-top: 1.2rem;
}
#learn #roll #r3 .rowMain .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 80%;
  margin: 0 auto 1rem auto;
}
#learn #roll #r3 .rowMain .tab #sw3 {
  width: 100%;
}
#learn #roll #r3 .rowMain .tab #sw3 .swiper-slide {
  width: auto;
  margin: 0.2rem 0.25rem;
  max-width: 4rem;
  min-width: 2rem;
}
#learn #roll #r3 .rowMain .tab #sw3.del .swiper-wrapper {
  justify-content: center;
}
#learn #roll #r3 .rowMain .tab .layout-btn-2 {
  border: none;
  max-width: 4rem;
}
#learn #roll #r3 .rowMain .tab .layout-btn-2.on {
  pointer-events: none;
}
#learn #roll #r3 .rowMain .tab .prev_ {
  top: 0;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 50px;
  right: 100%;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain .tab .prev_.swiper-button-disabled {
  opacity: 0;
}
#learn #roll #r3 .rowMain .tab .next_ {
  top: 0;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 50px;
  left: 100%;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain .tab .next_.swiper-button-disabled {
  opacity: 0;
}
#learn #roll #r3 .rowMain #learnBox {
  position: relative;
}
#learn #roll #r3 .rowMain #learnBox .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box:nth-of-type(1) {
  position: relative;
}
#learn #roll #r3 .rowMain #learnBox .box.on {
  opacity: 1;
  pointer-events: auto;
}
#learn #roll #r3 .rowMain #learnBox .box .top {
  max-width: 8.4rem;
  width: 8.4rem;
  margin: 0 auto;
  position: relative;
}
#learn #roll #r3 .rowMain #learnBox .box .top img {
  display: block;
  margin: 0 auto 0.6rem auto;
}
#learn #roll #r3 .rowMain #learnBox .box .top p {
  text-align: center;
  color: #666666;
}
#learn #roll #r3 .rowMain #learnBox .box .top .add {
  font-size: 5rem;
  color: rgba(34, 34, 34, 0.03);
  position: absolute;
  white-space: nowrap;
  right: -50vw;
  bottom: 0;
  line-height: 0.8;
}
#learn #roll #r3 .rowMain #learnBox .box .mid {
  padding-top: 1rem;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container {
  padding-bottom: 0.8rem;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo {
  position: relative;
  display: block;
  border-radius: 0.3rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo .pic {
  display: block;
  overflow: hidden;
  border-radius: 0.3rem;
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo .pic:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.5) 100%);
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo h3 {
  height: 0.7rem;
  padding: 0 0.15rem;
  pointer-events: none;
  line-height: 0.7rem;
  width: 80%;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo .play {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  font-size: 0.48rem;
  transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo .play.on {
  opacity: 1;
  pointer-events: auto;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo .play:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-wrapper .swiper-slide .photo:hover .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  backface-visibility: hidden;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-pagination > span {
  background-color: transparent;
  margin: 0 0.1rem;
  opacity: 1;
  border: 1px solid #9c9c9c;
}
#learn #roll #r3 .rowMain #learnBox .box .mid .swiper-container .swiper-pagination > span.swiper-pagination-bullet-active {
  border-color: #8a6e4b;
}
#learn #roll #r3 .other {
  position: relative;
}
#learn #roll #r3 .other > img {
  width: 100%;
}
#learn #roll #r3 .other .bLogo {
  position: absolute;
  width: 76%;
  max-width: 1400px;
  margin: auto;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#learn #roll #r3 .other .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#learn #roll #r3 .other .msg > img {
  display: block;
  margin: 0 auto;
  max-width: 10rem;
  -webkit-mask: linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, #000000 100%);
}
#learn #roll #r3 .other .msg p {
  margin-top: 0.5rem;
  text-align: center;
  letter-spacing: 0.18rem;
  text-indent: 0.18rem;
}
#search > svg {
  position: absolute;
}
#search > svg /templates/dist/css/ path {
  transform: translate3d(-0.5%, -23%, 0);
}
#search #roll .row {
  min-height: 50vh;
}
#search #roll .mk {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 82vh;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#search #roll .mk .pic {
  background-size: 100% 100%;
  background-position: center top;
  height: 84.375vw;
  width: 100%;
}
#search #roll .mk .pic:last-of-type {
  flex: 1;
  background-size: 100%;
  background-repeat: repeat-y;
}
#search #roll #r1 {
  height: 100vh;
  position: relative;
}
#search #roll #r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#search #roll #r1 .bg .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#search #roll #r1 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  clip-path: url(/templates/dist/css/);
  z-index: 4;
}
#search #roll #r1 .bg .pic > img {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0%;
}
#search #roll #r1 .bg .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
#search #roll #r1 .rowMain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#search #roll #r1 .rowMain .inner {
  width: 100%;
  padding-bottom: 4vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#search #roll #r1 .rowMain .inner .msg {
  width: 8.3rem;
  margin: 0 auto;
}
#search #roll #r1 .rowMain .inner .msg h1 {
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 0.6rem;
  text-transform: capitalize;
}
#search #roll #r1 .rowMain .inner .msg .inForm {
  border-radius: 100px;
  height: 0.8rem;
  width: 8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}
#search #roll #r1 .rowMain .inner .msg .inForm .inPut {
  background-color: transparent;
  border: none;
  line-height: 0.6rem;
}
#search #roll #r1 .rowMain .inner .msg .inForm .sub {
  font-size: 0.2rem;
  border: none;
  color: #666666;
  background-color: transparent;
}
#search #roll #r1 .rowMain .scr {
  width: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
#search #roll #r1 .rowMain .scr > img {
  animation-name: scrImg;
}
#search #roll #r1 .rowMain .scr > svg {
  width: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#search #roll #r1 .rowMain .scr > svg path {
  fill: #ffffff;
}
#search #roll #r2 {
  position: relative;
}
#search #roll #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#search #roll #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
}
#search #roll #r2 .rowMain {
  padding-top: 1.6rem;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  padding-bottom: 2.8rem;
}
#search #roll #r2 .rowMain .resultBox {
  color: #666;
  font-size: 0.36rem;
  height: 2rem;
  display: none;
  align-items: center;
  justify-content: center;
}
#search #roll #r2 .rowMain.no_result {
  display: flex;
  align-items: center;
  justify-content: center;
}
#search #roll #r2 .rowMain.no_result .resultBox {
  display: flex;
}
#search #roll #r2 .rowMain .title {
  text-align: center;
  margin-bottom: 0.8rem;
  padding-top: 1rem;
}
#search #roll #r2 .rowMain .title h2 {
  line-height: 1;
  margin-bottom: 0.1rem;
  font-weight: 400;
}
#search #roll #r2 .rowMain .title p {
  letter-spacing: 3px;
  text-indent: -3px;
}
#search #roll #r2 .rowMain .proBox .items .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1rem 0 1rem 0;
  position: relative;
  margin-bottom: 0.5rem;
}
#search #roll #r2 .rowMain .proBox .items .box .col-1 {
  width: 50%;
  height: 5rem;
  position: relative;
  overflow: hidden;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg {
  width: 100%;
  padding: 0 15% 0 12%;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg h3 {
  font-size: 0.3rem;
  line-height: 1;
  color: #8a6e4b;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg h3 > img {
  height: 0.3rem;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg p {
  margin: 0.4rem 0;
  line-height: 2;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg .layout-btn-2 > div > span {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg .layout-btn-2 > div > span > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  display: inline-block;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg .layout-btn-2 > div > span:first-of-type {
  color: #fff;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg .layout-btn-2 > div > span:first-of-type > i {
  background-color: #fff;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg .layout-btn-2 > div > span:last-of-type {
  color: #8a6e4b;
}
#search #roll #r2 .rowMain .proBox .items .box .col-2 .msg .layout-btn-2 > div > span:last-of-type > i {
  background-color: #8a6e4b;
}
#search #roll #r2 .rowMain .mediaBox .items {
  width: calc(100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
#search #roll #r2 .rowMain .mediaBox .items .box {
  width: 48%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph {
  position: relative;
  overflow: hidden;
  background-color: #d8d8d8;
  border-radius: 0.3rem;
  width: 100%;
  padding-bottom: 64%;
  margin: 0 auto;
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph .img-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph .img-child .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 0.54rem;
  height: 0.54rem;
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  -o-transform: translate3d(0, -30px, 0);
  -ms-transform: translate3d(0, -30px, 0);
  transition: all 1.8s ease-out;
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  -ms-transition: all 1.8s ease-out;
  backface-visibility: hidden;
  cursor: pointer;
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph .img-child .play path {
  fill: #ffffff;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  backface-visibility: hidden;
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph .img-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  backface-visibility: hidden;
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph .img-child:hover {
  transform: scaleX(1.05) scaleY(1.05) scaleZ(1) translate(0);
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph .img-child:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
#search #roll #r2 .rowMain .mediaBox .items .box .ph.go .img-child .play {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  backface-visibility: hidden;
}
#search #roll #r2 .rowMain .mediaBox .items .box h4 {
  width: 90%;
  margin: 0.3rem auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search #roll #r2 .rowMain .mediaBox .items .box h4 i {
  font-size: 0.16rem;
}
#search #roll #r2 .rowMain .mediaBox .items .box h4 > span {
  max-width: calc(100% - 0.4rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.2rem;
  color: #666666;
}
#search #roll #r2 .rowMain .newBox .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#search #roll #r2 .rowMain .newBox .items .box {
  width: 33.33%;
  margin-bottom: 0.8rem;
}
#search #roll #r2 .rowMain .newBox .items .box .photo {
  position: relative;
  background-color: #d8d8d8;
  width: 19vw;
  height: 18.8vw;
  margin: 0 auto;
  clip-path: url(/templates/dist/css/);
  animation-delay: .2s;
}
#search #roll #r2 .rowMain .newBox .items .box .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#search #roll #r2 .rowMain .newBox .items .box .msg {
  padding-top: 0.5rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation-delay: .2s;
}
#search #roll #r2 .rowMain .newBox .items .box .msg small {
  display: inline-block;
  text-align: center;
}
#search #roll #r2 .rowMain .newBox .items .box .msg h4 {
  margin: 0.3rem 0 0.4rem 0;
  text-align: center;
}
#search #roll #r2 .rowMain .newBox .items .box .msg .arrow {
  width: 15px;
}
#search #roll #r2 .rowMain .newBox .items .box .msg .arrow path {
  fill: #666;
}
#error #banner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
#error #banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#error #banner .bg > .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#error #banner .bg .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#error #banner .bg .msg small {
  font-size: 0.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  max-width: 90%;
  display: block;
}
#error #banner .bg .msg small > img {
  width: 100%;
}
#error #banner .bg .msg h1 {
  text-align: center;
  margin: 0.3rem auto 0.8rem auto;
  max-width: 85%;
}
#error #banner .bg .msg .layout-btn-1 {
  max-width: 2.3rem;
  border: none;
}
.pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}
.pop .con {
  background-color: #fff;
  box-shadow: 0 7px 40px -10px rgba(29, 48, 48, 0.25);
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  position: relative;
  width: 50vw;
  height: 30vh;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  backface-visibility: hidden;
}
.pop .con .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .con .box #vimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pop .con .box #vimg.on {
  display: none;
}
.pop .con .box #vimg.on + .video-js {
  display: block;
}
.pop .con .box > video {
  width: 100%;
  height: 100%;
}
.pop .con .box .video-js {
  display: none;
}
.pop .con .closePop {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .con .closePop > i {
  color: #fff;
}
.pop .formCon {
  width: 73%;
  padding: 5% 7%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 7px 40px -10px rgba(29, 48, 48, 0.25);
}
.pop .formCon .title {
  text-align: center;
  margin-bottom: 0.6rem;
  line-height: 1;
  width: 100%;
}
.pop .formCon form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pop .formCon form .list {
  width: 31%;
  margin-bottom: 0.4rem;
}
.pop .formCon form .list.small {
  width: 25%;
}
.pop .formCon form .list h5 {
  margin-bottom: 0.2rem;
  padding-left: 0.25rem;
  color: #666;
}
.pop .formCon form .list .inBox {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
}
.pop .formCon form .list .inBox input {
  border: none;
  width: 80%;
  height: 70%;
  font-size: 0.18rem;
}
.pop .formCon form .list .inSelect {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
}
.pop .formCon form .list .inSelect > ul {
  border: 1px solid #e2e2e2;
}
.pop .formCon form .list .addFile {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e2e2;
  text-align: center;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-decoration: none;
  text-indent: 0;
  border-radius: 100px;
}
.pop .formCon form .list .addFile svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
.pop .formCon form .list .addFile svg path {
  transform-origin: 50%;
  animation: loadFn 0.6s linear infinite;
}
.pop .formCon form .list .addFile small {
  color: #666666;
  font-size: 0.16rem;
  font-weight: 600;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  backface-visibility: hidden;
}
.pop .formCon form .list .addFile input[type=file] {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.pop .formCon form .list .addFile.active svg {
  opacity: 1;
}
.pop .formCon form .list .addFile.active small {
  opacity: 0;
  pointer-events: none;
}
.pop .formCon form .row {
  width: 100%;
  padding-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .formCon .closeForm {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .formCon .closeForm i {
  color: #999;
}
.pop .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 50vw;
  height: 30vw;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 7px 40px -10px rgba(29, 48, 48, 0.25);
  overflow: hidden;
  z-index: 10;
  position: relative;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}
.pop .inner .col-1 {
  width: 50%;
  height: 100%;
  position: relative;
}
.pop .inner .col-1 .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pop .inner .col-2 {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 5% 0 8%;
}
.pop .inner .col-2 .title {
  margin-bottom: 0.4rem;
}
.pop .inner .col-2 .title h4 {
  line-height: 1;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
.pop .inner .col-2 .title p {
  line-height: 1;
}
.pop .inner .col-2 .title p .letter {
  min-width: 0.3em;
}
.pop .inner .col-2 .items li {
  line-height: 2;
  color: #666666;
}
.pop .inner .col-2 .items a {
  display: inline-block;
}
.pop .inner .closePop {
  position: absolute;
  top: 0.25rem;
  right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .inner .closePop > i {
  color: #8a6e4b;
  font-size: 0.3rem;
}
.pop.on {
  display: flex;
}
.pop.on .con {
  opacity: 1;
}
.bg_img {
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: -3rem;
  display: block;
}
.ls_n .wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(3) {
  margin-top: .8rem;
}
.ls_n .wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(5) {
  margin-top: 1.03rem;
}
.ls_n .wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(6) {
  margin-top: .48rem;
}
.green_body .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin-top: -1rem;
}
.green_body .tab > a {
  margin: 0 0.25rem;
  border: none;
}
.green_body /templates/dist/css/T {
  transform-origin: 0% 0%;
}
.green_body /templates/dist/css/T path {
  transform: translate3d(-80px, 0, 0);
}
.green_body .font_st {
  position: absolute;
  font-size: .8rem;
  line-height: 1.125;
  pointer-events: none;
  letter-spacing: -0.03em;
}
.green_body .gre_src1_case {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.green_body .gre_src1_case .col-1 {
  width: calc(100% - 8.3rem);
  padding-bottom: 3vw;
  position: relative;
}
.green_body .gre_src1_case .col-1 i {
  font-size: 0.5rem;
  color: #5D5D5D;
}
.green_body .gre_src1_case .col-1 h4 {
  max-width: 6rem;
  margin: 0.2rem 0 0.3rem 0;
  color: #5D5D5D;
}
.green_body .gre_src1_case .col-1 p {
  max-width: 6rem;
  line-height: 1.8;
}
.green_body .gre_src1_case .col-1 .font_st {
  color: rgba(138, 110, 75, 0.2);
  left: 0;
  bottom: 143%;
  width: 200%;
}
.green_body .gre_src1_case .col-2 {
  width: 6.8rem;
  height: 6.8rem;
  position: relative;
}
.green_body .gre_src1_case .col-2 .texture_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 112.65%;
  max-width: none;
  display: block;
}
.green_body .gre_src1_case .col-2 .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.green_body .gre_src1_case .col-2 .photo .ph {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.green_body #power #roll .last-row {
  padding-bottom: 3rem;
}
.green_body #power #roll #r2 .rowMain {
  padding-bottom: 1.56rem;
}
.green_body #power #roll #r2 .gre_src1_case {
  padding-top: 2.6rem;
  margin-top: -1.3rem;
}
.green_body #power #roll #r3 .font_st {
  color: rgba(255, 255, 255, 0.5);
  top: 13vw;
  left: 15%;
}
.green_body #power #roll #r3 .msg > div {
  width: 38.57%;
  margin-left: 7.357%;
}
.green_body #power #roll #r3 .bg.done_bg {
  height: 105.1vw;
  margin-bottom: -14.1vw;
  background-size: 100%;
  background-color: #e0e4d7;
}
.green_body #power #roll #r4 .gre_src1_case {
  padding-top: .5rem;
}
.green_body #r5 {
  position: relative;
  margin-top: -2px;
}
.green_body #r5 .bg {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}
.green_body #r5 .bg .photo {
  clip-path: url(/templates/dist/css/T);
  width: 100%;
  height: 83vw;
  position: relative;
}
.green_body #r5 .bg .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.green_body #r5 .rowMain {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 3.8rem;
  padding-bottom: .9rem;
}
.green_body #r5 .rowMain .title {
  line-height: 1.4;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 10;
  letter-spacing: -0.03em;
}
.green_body #r5 .rowMain .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.green_body #r5 .rowMain .inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background-color: #e6e0db;
  height: 40vw;
  top: 99%;
  left: 0;
}
.green_body #r5 .rowMain .inner .col-1 {
  width: calc(100% - 53vw);
  padding-left: 11.145vw;
}
.green_body #r5 .rowMain .inner .col-1 .box {
  margin: 0 auto;
  width: 3.87rem;
  height: 6.63rem;
  border-radius: 10000px;
  overflow: hidden;
  position: relative;
}
.green_body #r5 .rowMain .inner .col-1 .box .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
}
.green_body #r5 .rowMain .inner .col-2 {
  width: 53vw;
  border-top-left-radius: 1rem;
  background-color: transparent;
  min-height: 6.6rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.green_body #r5 .rowMain .inner .col-2 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.green_body #r5 .rowMain .inner .col-2 .box {
  z-index: 5;
  position: relative;
  padding: 0.8rem 0 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 6rem;
  margin-left: 1.28rem;
  color: #5D5D5D;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.green_body #r5 .rowMain .inner .col-2 .box i {
  font-size: 0.5rem;
}
.green_body #r5 .rowMain .inner .col-2 .box h4 {
  max-width: 5.6rem;
  margin: 0.33rem 0 0.27rem 0;
}
.green_body #r5 .rowMain .inner .col-2 .box p {
  max-width: 5.6rem;
  line-height: 2;
}
.green_body #r5 .rowMain:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #e6e0db 90%);
}
.team_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
  text-transform: none;
  font-size: .5rem;
}
.team_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(12) {
  text-transform: uppercase;
  font-size: .7rem;
}
.team_body #r2 .bg_img {
  height: calc(100% + 3rem);
}
.team_body .team_src1_case {
  margin-top: .82rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.2rem;
}
.team_body .team_src1_case .team_box {
  width: 26%;
  margin-right: 11%;
  margin-bottom: .4rem;
  padding-bottom: .4rem;
  cursor: auto;
  transition: transform 0.5s ease-in-out;
}
@media screen and (orientation: landscape) {
  .team_body .team_src1_case .team_box {
    position: relative;
  }
  .team_body .team_src1_case .team_box:hover {
    transform: translateY(-0.2rem);
  }
  .team_body .team_src1_case .team_box:hover .photo {
    box-shadow: 0.15rem 0.25rem 0.35rem -0.05rem rgba(0, 0, 0, 0.2);
  }
}
.team_body .team_src1_case .team_box:nth-child(3n) {
  margin-right: 0;
}
.team_body .team_src1_case .team_box .photo {
  border-radius: .3rem 0 .3rem 0;
  overflow: hidden;
  transition: box-shadow 0.5s ease-in-out;
  cursor: pointer;
}
.team_body .team_src1_case .team_box .photo .ph {
  position: relative;
  overflow: hidden;
}
.team_body .team_src1_case .team_box .photo .ph::before {
  content: '';
  display: block;
  width: 100%;
  margin-top: 116.66%;
}
.team_body .team_src1_case .team_box .msg {
  margin-top: .5rem;
}
@media screen and (orientation: landscape) {
  .team_body .team_src1_case .team_box .msg {
    padding-bottom: .5rem;
  }
}
.team_body .team_src1_case .team_box .msg > div:first-child {
  color: #8a6e4b;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.team_body .team_src1_case .team_box .msg > div:first-child small {
  margin-left: .2rem;
}
.team_body .team_src1_case .team_box .msg .team_l_info {
  line-height: 1.5;
  color: #333333;
  margin-top: .16rem;
  font-family: "Microsoft YaHei";
}
.team_body .team_src1_case .team_box .msg h4 {
  position: relative;
  bottom: auto;
  display: none;
}
.team_body .team_src1_case .team_box h4 {
  margin-top: .33rem;
  line-height: 1;
  color: #8a6e4b;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  bottom: .4rem;
  left: 0;
}
.team_body .ph .pic {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #212121;
}
.team_body .messCon {
  width: 55%;
  padding: 5.4% 4.9%;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 7px 40px -10px #1d3030;
}
.team_body .messCon .closeMess {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.team_body .messCon .closeMess i {
  color: #999;
}
.member_mess_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.member_mess_box .photo {
  width: 42.75%;
  overflow: hidden;
  border-radius: .3rem 0 .3rem 0;
}
.member_mess_box .photo .ph {
  overflow: hidden;
  position: relative;
}
.member_mess_box .photo .ph::before {
  content: '';
  display: block;
  margin-top: 116.7%;
}
.member_mess_box .team_text {
  width: 47.58%;
}
.member_mess_box .team_text .t_name {
  color: #8a6e4b;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.member_mess_box .team_text .t_name small {
  margin-left: .3rem;
}
.member_mess_box .team_text .t_rank {
  margin-top: .23rem;
  line-height: 1.55;
  padding-bottom: .45rem;
  border-bottom: 1px solid rgba(3, 3, 5, 0.05);
  padding-right: .7rem;
  margin-bottom: .4rem;
  font-family: "Microsoft YaHei";
}
.member_mess_box .team_text .t_mess {
  overflow-y: auto;
  padding-right: .4rem;
  text-align: justify;
  color: #333333;
  line-height: 2.2857;
  position: relative;
  font-family: "Microsoft YaHei";
}
.welfate_body .wrapper.inner {
  position: relative;
}
@media screen and (orientation: landscape) {
  .welfate_body #power #roll #r2 .rowMain {
    padding-top: 1.7rem;
  }
}
.welfate_body #power #roll #r2 .rowMain .bm {
  padding-top: 0;
  margin-top: -0.3rem;
}
.welfate_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
  transform: none;
  font-size: .5rem;
  text-transform: none;
}
.welfate_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(9) {
  font-size: .7rem;
  text-transform: uppercase;
}
.welfate_body #power #roll #r2 .bc_img {
  display: none;
}
@media screen and (orientation: landscape) {
  .welfate_body #power #roll #r2 {
    position: relative;
  }
  .welfate_body #power #roll #r2 .bc_img {
    width: 3.87rem;
    height: 3.87rem;
    position: absolute;
    left: -1.935rem;
    bottom: -5%;
    display: block;
  }
  .welfate_body #power #roll #r2 .bc_img .mask {
    position: absolute;
    pointer-events: none;
    width: 6.09rem;
    height: 6.03rem;
    top: -1.08rem;
    left: -1.11rem;
    animation-name: scrP8;
  }
  .welfate_body #power #roll #r2 .bc_img .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
  }
  .welfate_body #power #roll #r2 .bc_img .photo .ph {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.welfate_body .wel_src1_case {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.welfate_body .wel_src1_case .col-2 {
  width: 99%;
  margin-right: -45%;
  position: relative;
  padding: .1rem;
  mix-blend-mode: darken;
  margin-top: -28%;
}
.welfate_body .wel_src1_case .col-2 .photo {
  overflow: hidden;
  position: relative;
}
.welfate_body .wel_src1_case .col-2 .photo::before {
  content: '';
  display: block;
  margin-top: 93.889%;
}
.welfate_body .wel_src1_case .col-2 .texture_sha {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.welfate_body .wel_src1_case .col-1 {
  width: 33.2%;
  padding-bottom: 12.5%;
}
.welfate_body .wel_src1_case .col-1 i {
  font-size: .64rem;
  line-height: 1;
  color: #8a6e4b;
  margin-bottom: .5rem;
  display: block;
}
.welfate_body .wel_src1_case .col-1 h4 {
  color: #8a6e4b;
  line-height: 1.3636;
  margin-bottom: .36rem;
  font-weight: normal;
}
.welfate_body .wel_src1_case .col-1 p {
  color: #333333;
  line-height: 2;
  text-align: justify;
  margin-bottom: .64rem;
}
.welfate_body .wel_src1_case .col-1 span {
  display: block;
  line-height: 2;
  color: #666666;
}
.welfate_body #r6 .wl_sty {
  display: none;
}
@media screen and (orientation: landscape) {
  .welfate_body #r6 {
    position: relative;
  }
  .welfate_body #r6 .wl_sty {
    position: absolute;
    right: -1.6rem;
    width: 4.3rem;
    height: 5.38rem;
    top: 7.5rem;
    display: block;
  }
}
.welfate_body #r6 .bottom_img {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.welfate_body #r6 .rowMain {
  position: relative;
}
.welfate_body #r6 .pager {
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.welfate_body #r6 .pager > a,
.welfate_body #r6 .pager > span {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  text-align: center;
  margin: 0 0.1rem;
  text-indent: -1em;
}
.welfate_body #r6 .pager > a > em,
.welfate_body #r6 .pager > span > em {
  font-size: inherit;
  opacity: 0;
  color: inherit;
  font-weight: inherit;
}
.welfate_body #r6 .pager > a.on,
.welfate_body #r6 .pager > span.on {
  color: #8a6e4b;
  text-indent: 0em;
}
.welfate_body #r6 .pager > a.on > em,
.welfate_body #r6 .pager > span.on > em {
  opacity: 1;
}
.welfate_body #r6 .wel_src2_case a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .8rem;
  transition: transform .5s ease;
}
.welfate_body #r6 .wel_src2_case a .photo {
  border-radius: .5rem;
  overflow: hidden;
  background-color: #d8d8d8;
  width: 22.14vw;
  height: 22vw;
  clip-path: url(/templates/dist/css/);
  margin: 0 auto;
}
.welfate_body #r6 .wel_src2_case a .photo .hp {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.welfate_body #r6 .wel_src2_case a .photo .hp::before {
  display: none;
  margin-top: 63.77%;
  content: '';
}
.welfate_body #r6 .wel_src2_case a .photo .hp .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.welfate_body #r6 .wel_src2_case a .text_block {
  width: 38.2%;
}
@media screen and (orientation: landscape) {
  .welfate_body #r6 .wel_src2_case a .text_block {
    margin-right: 10%;
  }
}
.welfate_body #r6 .wel_src2_case a .text_block h4 {
  line-height: 1.5;
  color: #000;
  margin-bottom: .35rem;
}
.welfate_body #r6 .wel_src2_case a .text_block div {
  color: #333333;
  text-align: justify;
  line-height: 1.875;
  margin-bottom: .5rem;
}
.welfate_body #r6 .wel_src2_case a .text_block span {
  line-height: 1;
  color: #000;
  display: block;
}
@media screen and (orientation: landscape) {
  .welfate_body #r6 .wel_src2_case a:hover .photo {
    animation: zheng 6s ease infinite !important;
  }
  .welfate_body #r6 .wel_src2_case a:hover .photo .hp {
    animation: fan 6s ease infinite !important;
  }
}
@keyframes zheng {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fan {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.sty_m {
  display: none !important;
}
.bg_m {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: top;
  background-size: 100% 100%;
}
.welfate_body .bg_m {
  background-size: 100% auto !important;
}
@media screen and (orientation: portrait) {
  .green_body .wrapper.inner {
    position: relative;
  }
  .sty_pc {
    display: none !important;
  }
  .sty_m {
    display: block !important;
  }
  .ls_n .wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(3) {
    margin-top: 1rem;
  }
  .ls_n .wrapper.inner #roll #r1 .rowMain .items .list:nth-of-type(6) {
    margin-top: 0.78rem;
  }
  .team_body #power #roll #r2 .rowMain .topic .title {
    margin-bottom: 0;
  }
  .team_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
    font-size: .4rem;
  }
  .team_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(12) {
    font-size: .6rem;
  }
  .team_body .team_src1_case {
    justify-content: space-between;
  }
  .team_body .team_src1_case .team_box {
    margin-right: 0;
    margin-bottom: .1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .team_body .team_src1_case .team_box .msg {
    width: 47.5%;
    margin-top: 0;
  }
  .team_body .team_src1_case .team_box .msg > div:first-child {
    display: block;
  }
  .team_body .team_src1_case .team_box .msg > div:first-child small {
    margin-left: 0;
    margin-top: .1rem;
    display: block;
    font-size: .16rem;
  }
  .team_body .team_src1_case .team_box .msg h4 {
    display: block;
  }
  .team_body .team_src1_case .team_box .msg .team_l_info br {
    display: none;
  }
  .team_body .team_src1_case .team_box h4 {
    display: none;
  }
  .team_body .team_src1_case .team_box .photo {
    width: 47.5%;
  }
  .team_body .messCon {
    width: 90%;
    padding: 8% 7%;
  }
  .member_mess_box {
    display: block;
  }
  .member_mess_box .photo {
    width: 80%;
    margin: 0 auto .6rem;
  }
  .member_mess_box .team_text {
    width: 100%;
    position: static;
    max-height: 30vh;
    overflow-y: auto;
  }
  .member_mess_box .team_text .t_mess {
    height: auto !important;
  }
  .bg_img {
    width: auto;
    display: none;
  }
  .green_body .tab {
    padding-bottom: .8rem;
    margin-top: 0;
  }
  .green_body #power #roll #r2 .gre_src1_case {
    padding-top: 1.3rem;
  }
  .green_body #power #roll #r2 .rowMain {
    padding-bottom: .7rem;
  }
  .green_body #power #roll #r3 .font_st {
    display: block;
    top: 6vw;
    font-size: .5rem;
    white-space: nowrap;
    bottom: auto;
    right: .2rem;
  }
  .green_body #power #roll #r3 .msg > div {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .green_body #power #roll #r3 .msg > div p {
    text-align: justify;
    margin-top: 1.2rem;
  }
  .green_body #power #roll #r4 .bg_img {
    top: .5rem;
  }
  .green_body #power #roll #r4 .rowMain {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .green_body #power #roll #r4 .rowMain .gre_src1_case {
    padding-top: 0;
  }
  .green_body .font_st {
    display: none;
  }
  .green_body .gre_src1_case {
    display: block;
  }
  .green_body .gre_src1_case .col-2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .green_body .gre_src1_case .col-2 .photo {
    position: relative;
    width: 100%;
  }
  .green_body .gre_src1_case .col-2 .photo .ph {
    position: relative;
    overflow: hidden;
  }
  .green_body .gre_src1_case .col-2 .photo .ph::before {
    display: block;
    content: '';
    margin-top: 100%;
  }
  .green_body .gre_src1_case .col-1 {
    width: 100%;
    padding-top: .6rem;
  }
  .green_body #r5 .rowMain {
    padding-top: 1.8rem;
    padding-bottom: 0;
  }
  .green_body #r5 .rowMain::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 60%);
    display: none;
  }
  .green_body #r5 .rowMain .title {
    padding: 0 5%;
    margin-bottom: .8rem;
    line-height: 1.2;
  }
  .green_body #r5 .rowMain .inner {
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #ffffff 60%);
  }
  .green_body #r5 .rowMain .inner::before {
    background-color: #fff;
    height: 50vw;
  }
  .green_body #r5 .rowMain .inner .col-1 {
    padding-left: 0;
    margin: 0 auto;
    width: 80%;
    padding-bottom: .76rem;
    padding-top: .2rem;
  }
  .green_body #r5 .rowMain .inner .col-1 .box {
    width: 100%;
    height: 3.5rem;
  }
  .green_body #r5 .rowMain .inner .col-1 .box .pic {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .green_body #r5 .rowMain .inner .col-2 {
    width: 100%;
    border-top-right-radius: 1rem;
    min-height: auto;
  }
  .green_body #r5 .rowMain .inner .col-2 .box {
    width: 84%;
    margin-left: 8%;
    position: relative;
    padding-bottom: .5rem;
    padding-top: 0;
  }
  .green_body #r5 .rowMain .inner .col-2 .box i {
    font-size: 0.62rem;
  }
  .green_body .gre_src1_case .col-1 p {
    width: 100%;
    max-width: none;
  }
  .green_body #r5 .rowMain .inner .col-2 .box p {
    width: 100%;
    max-width: none;
  }
  .welfate_body #power #roll #r2 .rowMain .topic .title {
    margin-bottom: 0;
  }
  .welfate_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(7) {
    font-size: .4rem;
  }
  .welfate_body #power #roll #r2 .rowMain .topic .title h2 > font:nth-of-type(9) {
    font-size: .6rem;
  }
  .welfate_body .wel_src1_case {
    flex-direction: row;
    margin-top: .6rem;
    flex-wrap: wrap;
  }
  .welfate_body .wel_src1_case .col-2 {
    width: 150%;
    margin-right: -50%;
    margin-top: -15%;
  }
  .welfate_body .wel_src1_case .col-1 {
    width: 100%;
    padding-bottom: .8rem;
  }
  .welfate_body #r6 .bottom_img {
    bottom: 2.5rem;
  }
  .welfate_body #r6 .rowMain {
    padding-bottom: 0;
  }
  .welfate_body #r6 .pager {
    padding: 0.5rem 0 1.2rem 0;
  }
  .welfate_body #r6 .wel_src2_case {
    padding-bottom: .3rem;
  }
  .welfate_body #r6 .wel_src2_case a {
    display: block;
    margin-bottom: .6rem;
  }
  .welfate_body #r6 .wel_src2_case a .photo {
    width: 100%;
    clip-path: none;
    height: auto;
  }
  .welfate_body #r6 .wel_src2_case a .photo .hp::before {
    display: block;
  }
  .welfate_body #r6 .wel_src2_case a .text_block {
    width: 100%;
    padding-top: .3rem;
  }
  .welfate_body #r6 .wel_src2_case a .text_block h4 {
    margin-bottom: .2rem;
  }
  .welfate_body #r6 .wel_src2_case a .text_block div {
    margin-bottom: .3rem;
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop2 {
  0% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(400deg);
  }
}
@keyframes loop3 {
  0% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(440deg);
  }
}
@keyframes loop4 {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(330deg);
  }
}
@keyframes fn3 {
  0% {
    opacity: 0;
    transform: matrix(1, 0.1, 0, 1, 0, 10);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.fn3 {
  transform-origin: 0 50%;
  animation: fn3 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
  animation-fill-mode: both;
}
/* --------------------------------

Keyframes

-------------------------------- */
@-webkit-keyframes cd-reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-reveal-left {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-reveal-right {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-reveal-right {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-hide-left {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cd-hide-left {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cd-hide-right {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cd-hide-right {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cd-clicked {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-clicked {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cir_right {
  from {
    clip-path: circle(12vw at 112% 50%);
  }
  to {
    clip-path: circle(12vw at 102% 50%);
  }
}
@keyframes cir_left {
  from {
    clip-path: circle(12vw at -12% 50%);
  }
  to {
    clip-path: circle(12vw at -2% 50%);
  }
}
@keyframes banner_in {
  0% {
    clip-path: ellipse(50% 50% at 50% 150%);
  }
  100% {
    clip-path: ellipse(100% 180% at 50% 150%);
  }
}
@keyframes banner_out {
  0% {
    clip-path: ellipse(100% 180% at 50% 150%);
  }
  100% {
    clip-path: ellipse(50% 50% at 50% 150%);
  }
}
@keyframes banner_appIn {
  0% {
    clip-path: ellipse(100% 50% at 50% 150%);
  }
  100% {
    clip-path: ellipse(180% 180% at 50% 150%);
  }
}
@keyframes banner_appOut {
  0% {
    clip-path: ellipse(180% 180% at 50% 150%);
  }
  100% {
    clip-path: ellipse(100% 50% at 50% 150%);
  }
}
@keyframes row5_in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes r5_in {
  0% {
    transform: translate3d(-70vw, 36vw, 0) scale(1);
  }
  50% {
    transform: translate3d(-14vw, 6vw, 0) scale(1);
  }
  100% {
    transform: translate3d(-14vw, 6vw, 0) scale(3);
  }
}
@keyframes r5_out {
  0% {
    transform: translate3d(-14vw, 6vw, 0) scale(3);
  }
  50% {
    transform: translate3d(-14vw, 6vw, 0) scale(1);
  }
  100% {
    transform: translate3d(-70vw, 36vw, 0) scale(1);
  }
}
@keyframes slider {
  0% {
    opacity: 0;
    margin-left: -0.1rem;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes scrFn {
  0% {
    transform: translate3d(50vw, 42vh, 0) scale(0.9) rotate(0);
  }
  30% {
    transform: translate3d(50vw, 42vh, 0) scale(9) rotate(0);
  }
  100% {
    transform: translate3d(50vw, 42vh, 0) scale(54) rotate(20deg);
  }
}
@keyframes aboutFn {
  0% {
    -webkit-mask-size: 45.8%;
    -webkit-mask-position: 50% 40%;
  }
  30% {
    -webkit-mask-size: 458%;
    -webkit-mask-position: 50% 40%;
  }
  100% {
    -webkit-mask-size: 2738%;
    -webkit-mask-position: 52% 52%;
  }
}
@keyframes scrImg {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    backface-visibility: hidden;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    backface-visibility: hidden;
  }
}
@keyframes scrOut {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  12% {
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
}
@keyframes scrP1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    backface-visibility: hidden;
    opacity: 1;
  }
  8% {
    transform: translate3d(-5px, -7px, 0) scale(1.05);
    -webkit-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -moz-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -o-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -ms-transform: translate3d(-5px, -7px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(-5px, -7px, 0) scale(1.05);
    -webkit-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -moz-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -o-transform: translate3d(-5px, -7px, 0) scale(1.05);
    -ms-transform: translate3d(-5px, -7px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
}
@keyframes scrP2 {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  10% {
    transform: translate3d(7px, 5px, 0) scale(1.05);
    -webkit-transform: translate3d(7px, 5px, 0) scale(1.05);
    -moz-transform: translate3d(7px, 5px, 0) scale(1.05);
    -o-transform: translate3d(7px, 5px, 0) scale(1.05);
    -ms-transform: translate3d(7px, 5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(7px, 5px, 0) scale(1.05);
    -webkit-transform: translate3d(7px, 5px, 0) scale(1.05);
    -moz-transform: translate3d(7px, 5px, 0) scale(1.05);
    -o-transform: translate3d(7px, 5px, 0) scale(1.05);
    -ms-transform: translate3d(7px, 5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
}
@keyframes scrP3 {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  12% {
    transform: translate3d(-7px, -5px, 0) scale(1.05);
    -webkit-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -moz-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -o-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -ms-transform: translate3d(-7px, -5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate3d(-7px, -5px, 0) scale(1.05);
    -webkit-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -moz-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -o-transform: translate3d(-7px, -5px, 0) scale(1.05);
    -ms-transform: translate3d(-7px, -5px, 0) scale(1.05);
    backface-visibility: hidden;
    opacity: 0;
  }
}
.scrTxt {
  animation-name: scrTxt;
}
@keyframes scrTxt {
  0% {
    transform: translate3d(50px, 10px, 0);
    -webkit-transform: translate3d(50px, 10px, 0);
    -moz-transform: translate3d(50px, 10px, 0);
    -o-transform: translate3d(50px, 10px, 0);
    -ms-transform: translate3d(50px, 10px, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
  20% {
    transform: translate3d(0px, 0px, 0);
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 0px, 0);
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}
@keyframes scrP4 {
  0% {
    transform: translate3d(-120px, 0px, 0px) rotate(-50deg);
  }
  30% {
    transform: translate3d(-120px, 0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate3d(-120px, 0px, 0px) rotate(0deg);
  }
}
@keyframes scrP5 {
  0% {
    transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(70vw - 30vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
  }
  58% {
    transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
  }
  100% {
    transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 30vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
  }
}
@keyframes scrP51 {
  0% {
    margin-left: 50%;
    letter-spacing: 0.6rem;
  }
  40% {
    margin-left: 0%;
    letter-spacing: 0px;
  }
  100% {
    margin-left: 0%;
    letter-spacing: 0px;
  }
}
@keyframes scrP6 {
  0% {
    transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(70vw - 6.25vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
    letter-spacing: 1rem;
    opacity: 0;
  }
  58% {
    transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
    letter-spacing: 0px;
    opacity: 1;
  }
  100% {
    transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -webkit-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -moz-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -o-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    -ms-transform: translate3d(calc(50vw - 6.25vw), calc(13vw + 12.3vw), 0);
    backface-visibility: hidden;
    letter-spacing: 0px;
    opacity: 1;
  }
}
@keyframes scrP61 {
  0% {
    letter-spacing: 0.6rem;
    background-color: #ffffff;
  }
  40% {
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes scrP7 {
  0% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }
  58% {
    transform: translate3d(-15vw, 0vw, 0);
    -webkit-transform: translate3d(-15vw, 0vw, 0);
    -moz-transform: translate3d(-15vw, 0vw, 0);
    -o-transform: translate3d(-15vw, 0vw, 0);
    -ms-transform: translate3d(-15vw, 0vw, 0);
    backface-visibility: hidden;
  }
  100% {
    transform: translate3d(-15vw, 0vw, 0);
    -webkit-transform: translate3d(-15vw, 0vw, 0);
    -moz-transform: translate3d(-15vw, 0vw, 0);
    -o-transform: translate3d(-15vw, 0vw, 0);
    -ms-transform: translate3d(-15vw, 0vw, 0);
    backface-visibility: hidden;
  }
}
@keyframes scrP8 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    backface-visibility: hidden;
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    backface-visibility: hidden;
  }
}
@keyframes scrP9 {
  0% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }
  100% {
    transform: translate3d(-58%, 0vw, 0);
    -webkit-transform: translate3d(-58%, 0vw, 0);
    -moz-transform: translate3d(-58%, 0vw, 0);
    -o-transform: translate3d(-58%, 0vw, 0);
    -ms-transform: translate3d(-58%, 0vw, 0);
    backface-visibility: hidden;
  }
}
@keyframes scrP10 {
  0% {
    opacity: 0;
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }
  15% {
    opacity: 1;
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
  }
  25% {
    transform: translate3d(0px, 2.02rem, 0px);
    -webkit-transform: translate3d(0px, 2.02rem, 0px);
    -moz-transform: translate3d(0px, 2.02rem, 0px);
    -o-transform: translate3d(0px, 2.02rem, 0px);
    -ms-transform: translate3d(0px, 2.02rem, 0px);
    backface-visibility: hidden;
  }
  35% {
    transform: translate3d(0px, 2.02rem, 0px);
    -webkit-transform: translate3d(0px, 2.02rem, 0px);
    -moz-transform: translate3d(0px, 2.02rem, 0px);
    -o-transform: translate3d(0px, 2.02rem, 0px);
    -ms-transform: translate3d(0px, 2.02rem, 0px);
    backface-visibility: hidden;
  }
  50% {
    transform: translate3d(0.4rem, 4.04rem, 0px);
    -webkit-transform: translate3d(0.4rem, 4.04rem, 0px);
    -moz-transform: translate3d(0.4rem, 4.04rem, 0px);
    -o-transform: translate3d(0.4rem, 4.04rem, 0px);
    -ms-transform: translate3d(0.4rem, 4.04rem, 0px);
    backface-visibility: hidden;
  }
  100% {
    transform: translate3d(0.4rem, 4.04rem, 0px);
    -webkit-transform: translate3d(0.4rem, 4.04rem, 0px);
    -moz-transform: translate3d(0.4rem, 4.04rem, 0px);
    -o-transform: translate3d(0.4rem, 4.04rem, 0px);
    -ms-transform: translate3d(0.4rem, 4.04rem, 0px);
    backface-visibility: hidden;
  }
}
@keyframes scrP11 {
  0% {
    transform: translate3d(-20px, 0vw, 0);
    -webkit-transform: translate3d(-20px, 0vw, 0);
    -moz-transform: translate3d(-20px, 0vw, 0);
    -o-transform: translate3d(-20px, 0vw, 0);
    -ms-transform: translate3d(-20px, 0vw, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
  15% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0vw, 0);
    -webkit-transform: translate3d(0, 0vw, 0);
    -moz-transform: translate3d(0, 0vw, 0);
    -o-transform: translate3d(0, 0vw, 0);
    -ms-transform: translate3d(0, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}
@keyframes scrP12 {
  0% {
    transform: translate3d(-20px, 0vw, 0);
    -webkit-transform: translate3d(-20px, 0vw, 0);
    -moz-transform: translate3d(-20px, 0vw, 0);
    -o-transform: translate3d(-20px, 0vw, 0);
    -ms-transform: translate3d(-20px, 0vw, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
  25% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0vw, 0);
    -webkit-transform: translate3d(0, 0vw, 0);
    -moz-transform: translate3d(0, 0vw, 0);
    -o-transform: translate3d(0, 0vw, 0);
    -ms-transform: translate3d(0, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}
@keyframes scrP13 {
  0% {
    transform: translate3d(-20px, 0vw, 0);
    -webkit-transform: translate3d(-20px, 0vw, 0);
    -moz-transform: translate3d(-20px, 0vw, 0);
    -o-transform: translate3d(-20px, 0vw, 0);
    -ms-transform: translate3d(-20px, 0vw, 0);
    backface-visibility: hidden;
    opacity: 0;
  }
  40% {
    transform: translate3d(0vw, 0vw, 0);
    -webkit-transform: translate3d(0vw, 0vw, 0);
    -moz-transform: translate3d(0vw, 0vw, 0);
    -o-transform: translate3d(0vw, 0vw, 0);
    -ms-transform: translate3d(0vw, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0vw, 0);
    -webkit-transform: translate3d(0, 0vw, 0);
    -moz-transform: translate3d(0, 0vw, 0);
    -o-transform: translate3d(0, 0vw, 0);
    -ms-transform: translate3d(0, 0vw, 0);
    backface-visibility: hidden;
    opacity: 1;
  }
}
@keyframes scrP14 {
  0% {
    transform: translate3d(0vw, 0%, 0);
    -webkit-transform: translate3d(0vw, 0%, 0);
    -moz-transform: translate3d(0vw, 0%, 0);
    -o-transform: translate3d(0vw, 0%, 0);
    -ms-transform: translate3d(0vw, 0%, 0);
    backface-visibility: hidden;
  }
  100% {
    transform: translate3d(0, 90%, 0);
    -webkit-transform: translate3d(0, 90%, 0);
    -moz-transform: translate3d(0, 90%, 0);
    -o-transform: translate3d(0, 90%, 0);
    -ms-transform: translate3d(0, 90%, 0);
    backface-visibility: hidden;
  }
}
@keyframes loadFn {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    backface-visibility: hidden;
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    backface-visibility: hidden;
  }
}
<!--0.00038290023803711-->