/* 公共css */
:root {
  --fontSize: calc(100vw / 1920);
}
@font-face {
  font-family: Fz;
  src: url('/weben/static/font/Arial.ttf');
}
html {
  font-size: 1px;
  font-size: var(--fontSize);
}
body {
  font-size: 16rem;
  font-family: 'Fz';
}
*::-webkit-scrollbar {
  width: 8rem;
  height: 100%;
  background: url(/weben/static/scroll-bar.png);
  background-size: 3rem 100%;
  background-repeat: no-repeat;
  background-position: center;
}
*::-webkit-scrollbar-thumb {
  background: url(/weben/static/scroll-bg.png);
  background-size: 100% 100%;
}
*:not(input, textarea),
ul,
li {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #5e4a23;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
a:hover {
  color: #9a3312;
}
input:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9a3312;
  font-family: Fz;
  font-weight: normal;
}
p{
  line-height: 21rem
}
button {
  outline: none;
}

input,
textarea {
  user-select: text;
}
.clear {
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
/*  */
.page-body {
  width: 100%;
  background-color: #f3e5be;
  background: url(/weben/static/common-bg.png) repeat;
  min-height: calc(100vh - 599rem);
  padding-top: 70rem;
}
.page-body .main {
  width: 1200rem;
  margin: 0 auto;
  padding: 20rem 0;
}
.page-body .main.detail {
  width: 900rem;
  font-weight: 400;
  line-height: 24rem;
  color: #5e4a23;
}
/* 面包屑 */
.crumbs {
  font-size: 14rem;
  margin-bottom: 20rem;
  line-height: 1;
  display: flex;
}
.crumbs * {
  color: #9b8a69;
}
.crumbs span {
  margin: 0 10rem;
}

/* 页面标题 */
.page-title,
.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.page-title h2,
h3.title {
  color: #9a3312;
  font-size: 32rem;
}
.page-title.default {
  display: block;
  text-align: center;
}
.page-title.default .date {
  font-size: 16rem;
  color: #9b8a69;
  line-height: 24rem;
  margin-top: 10rem;
}

/* 正文 */
.page-content {
  margin: 20rem 0;
  text-align: justify;
}
/* 搜索框 */
.search {
  padding-right: 4rem;
}
.search input {
  width: 300rem;
  border: 1px solid #d6c9ad;
  height: 40rem;
  padding: 2rem 15rem 0 40rem;
  background: #fff8e8 url('/weben/icon/search.png') no-repeat 10rem center;
  background-size: 25rem 25rem;
  box-sizing: border-box;
  font-size: 16rem;
}

.search .value {
  margin-right: 15px;
}
.search .laced {
  position: relative;
}
.search .laced::after,
.search .laced::before {
  content: ' ';
  width: 5px;
  height: 30rem;
  background-color: #fff8e8;
  top: 4rem;
  position: absolute;
  border: 1rem solid #d6c9ad;
  box-sizing: border-box;
}
.search .laced::before {
  left: -4px;
  border-right: 0;
}
.search .laced::after {
  right: -4px;
  border-left: 0;
}
.search button.laced::before {
  left: -5px;
}
.search button.laced::after {
  right: -5px;
}

.search button {
  height: 40rem;
  border: 1rem solid #d6c9ad;
  background-color: #fff8e8;
  color: #996724;
  padding: 0 24rem;
  font-size: 16rem;
}
.search button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.search button + button {
  margin-left: 15px;
}
.search button.primary {
  background-image: linear-gradient(179deg, #ffecbc 0%, #ecd7a5 100%);
  border-color: #e7bb59;
}

.search button.laced.primary::before,
.search button.laced.primary::after {
  background-image: linear-gradient(179deg, #ffecbc 0%, #ecd7a5 100%);
  border-color: #e7bb59;
}

/* 分页器 */
.list-paging {
  margin-top: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  color: #5e4a23;
}
.list-paging * {
  margin: 0 5rem;
  display: block;
}
.list-paging input.num {
  width: 24rem;
  text-align: center;
  height: 24rem;
  background: #fff8e8;
  border: 1rem solid #d6c9ad;
  font-size: 16rem;
}
.list-paging button {
  width: 52rem;
  height: 24rem;
  background: #fff8e8;
  border: 1rem solid #d6c9ad;
  font-size: 16rem;
  cursor: pointer;
}
.list-paging .prev img {
  transform: rotate(180deg);
}
.list-paging .cur {
  width: 28rem;
  height: 28rem;
  text-align: center;
  line-height: 28rem;
  background: url('/weben/icon/page_cur_bg.png') no-repeat center;
}

/* 图片预览相关 */
.cl:after,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl,
.clearfix {
  zoom: 1;
}
@font-face {
  font-family: 'picIcon';
  src: url('../fonts/iconfont.eot?t=1527824986789'); /* IE9*/
  src: url('../fonts/iconfont.eot?t=1527824986789#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
      url('data:application/x-font-woff;charset=utf-8;base64,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')
      format('woff'),
    url('../fonts/iconfont.ttf?t=1527824986789') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1527824986789#iconfont') format('svg'); /* iOS 4.1- */
}
.picView-magnify-list {
}
.picView-magnify-list li {
  float: left;
  display: inline-block;
  width: 200px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.picView-magnify-list li a {
  display: block;
  overflow: hidden;
}
.picView-magnify-list li a img {
  width: 200px;
}

.magnify-toolbar .magnify-btn,
.magnify-btn-close,
.magnify-loader {
  font-family: 'picIcon' !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.magnify-modal {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  cursor: default;
}

.magnify-header {
  position: relative;
  height: 40px;
  z-index: 9;
}

.magnify-footer {
  height: 50px;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 9;
}

.magnify-toolbar {
  display: inline-block;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.magnify-toolbar .magnify-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
  color: #999;
  line-height: 50px;
}
.magnify-btn-close {
  width: 40px;
  height: 40px;
  margin: 0;
  color: #999;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  text-align: center;
}
.magnify-toolbar .magnify-btn:hover,
.magnify-btn-close:hover {
  color: #fff;
}

.magnify-btn-close:before {
  content: '\ea4f';
}
.magnify-btn-zoomIn:before {
  content: '\e7dd';
}
.magnify-btn-zoomOut:before {
  content: '\e7dc';
}
.magnify-btn-prev:before {
  content: '\e624';
}
.magnify-btn-next:before {
  content: '\e9ce';
}
.magnify-btn-fullScreen:before {
  content: '\e63f';
}
.magnify-btn-actualSize:before {
  content: '\e615';
}
.magnify-btn-rotateLeft:before {
  content: '\ece3';
}
.magnify-btn-rotateRight:before {
  content: '\ece4';
}
.magnify-loader:before {
  content: '\e600';
}
.magnify-loader {
  -webkit-animation: icon-spin 1s infinite steps(8);
  -o-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #999;
  font-size: 35px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 40%;
}

.magnify-title {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  overflow: hidden;
  color: #fff;
  padding: 0 40px 0 15px;
  line-height: 40px;
}

.magnify-image {
  display: none;
  position: relative;
}
.magnify-stage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: none;
  overflow: hidden;
}

.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.center-banner {
  background-color: #f4eacd;
  max-width: 100vw;
  /* overflow: hidden; */
  padding-bottom: 56rem;
}
.center-banner .banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(/weben/static/build_banner.png) repeat-x center top;
  background-size: 100% 100%;
}
.center-banner .center {
  height: 190rem;
  min-width: 380rem;
  background-color: rgba(154, 51, 18, 0.9);
  position: absolute;
  bottom: -95rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  padding: 0 20px;
}
.center-banner .center .wrap {
  height: 190rem;
  min-width: 380rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}
.center-banner .center .wrap span {
  font-family: FZ;
  font-size: 48rem;
  color: #fffaeb;
  margin-bottom: 0rem;
  line-height: 68rem;
}
.center-banner .center .wrap .hook {
  height: 100rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.center-banner .center .wrap .hook img {
  display: block;
  text-align: center;
  position: absolute;
}
.center-banner .center .wrap .hook img:nth-child(1) {
  width: 021rem;
  height: 021rem;
  top: 0;
}
.center-banner .center .wrap .hook img:nth-child(2) {
  width: 001rem;
  height: 050rem;
  top: 021rem;
}
.center-banner .center .wrap .hook img:nth-child(3) {
  width: 048rem;
  position: absolute;
  bottom: 0;
  animation: hookTranslateX 1s ease-in-out 3s 3 forwards;
}
@keyframes hookTranslateX {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -6rem;
  }
  100% {
    bottom: 0;
  }
}
#zhLang:hover{
  color: #9a3312;
  cursor: pointer
}