@charset "UTF-8";
/*@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%; }

/* 去除iPhone中默认的input样式 */
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox],
input, button, select, textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  resize: none;
  outline: none;
  font: inherit;
  color: inherit;
  font-style: normal; }

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 图片自适应 */
img {
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/ }

html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p, i {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal; }

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  text-decoration: none;
  border: 0; }

ul, li {
  list-style: none; }

img {
  vertical-align: middle;
  border: 0;
  width: 100%; }

html {
  font-family: "PingFang-SC-Bold", "Source Han Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px; }

/* css注释：设置了浏览器宽度大于1024px时 abc 显示1200px宽度 */
/*@media screen and (min-width: 1024px) {
    html{font-size:20px}
}*/
a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  background: none;
  text-decoration: none; }

a {
  color: #000; }

/*以16px为默认值*/
/*
 * ie-1241(*0.861207) min-width=1040px
   ie-1641(/0.878123) min-width=1640px
   ie-xx(/0.782727) min-width=1940px
 * 
 * */
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div::after {
  display: block;
  content: '';
  clear: both;
  height: 0; }

.width_lock {
  width: 100%; }

body {
  background: #eee;
  margin: 0 auto; }

.backColor {
  background: #000; }

.width_lock {
  margin: 0 auto !important; }

.head_title {
  font-weight: 500;
  color: #ab8d57;
  line-height: 1.8rem;
  font-size: 1.8rem;
  padding-bottom: 2.99rem; }
  .head_title i {
    width: 1.8rem;
    height: 0.2rem;
    background: #C3A267;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem; }
  .head_title span {
    vertical-align: middle; }

@media only screen and (min-width: 641px) {
  .width_lock {
    width: 1180px !important; }
  body {
    min-width: 1180px; } }

@media only screen and (max-width: 641px) {
  .head_title {
    line-height: 2rem;
    font-size: 2rem;
    padding-bottom: 1.1rem; } }

/*清除浮动*/
.cf {
  zoom: 1; }

.cf:after {
  visibility: hidden;
  content: "";
  display: block;
  font-size: 0;
  clear: both; }

.none {
  display: none !important; }

/* 纵横布局 */
.d_b {
  display: block; }

.d_i {
  display: inline-block; }

.f {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fw {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-c {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.jse {
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: justify;
  justify-content: flex-end; }

.jsc {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jsa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.jsb {
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ai-c {
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fs {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.fg {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.bos {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: border-box; }

.f1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

._back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #23252F;
  opacity: 0.4;
  z-index: 0; }

._head_i {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #23252F;
  vertical-align: middle; }
  ._head_i > span {
    vertical-align: middle; }
  ._head_i > i {
    width: 72px;
    height: 8px;
    background: #C3A267;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px; }

.f-l-ie89 {
  float: left\9; }

.f-r-ie89 {
  float: right\9; }

.f-l {
  float: left; }

.f-r {
  float: right; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

/* 文字省略 */
.vertical-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.vertical-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.vertical-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.overh {
  overflow: hidden; }

/* 字体 */
.f-B {
  font-family: PingFang-SC-Bold;
  font-weight: bold; }

.f-M {
  font-family: PingFang-SC-Medium; }

.f-SM {
  font-family: SourceHanSansCN-Medium; }

.f-N {
  font-family: SourceHanSansCN-Normal; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.lt {
  text-decoration: line-through; }

.w-full {
  width: 100%; }

/*颜色*/
.c000 {
  color: #000; }

.cfff {
  color: white; }

.c9b9b {
  color: #9b9b9b; }

.ca71a {
  color: #ffa71a; }

.c8585 {
  color: #858585; }

.c4a4a {
  color: #4a4a4a; }

.bga71a {
  background-color: #ffa71a; }

.bgdcdc {
  background-color: #dcdcdc; }

.bg2525 {
  background-color: #252525; }

.bg3232 {
  background-color: #323232; }

.bgcfff {
  background-color: white; }

/*边线*/
.bta71a {
  border-top: 1px solid #ffa71a; }

.bba71a {
  border: 1px solid #ffa71a; }

.bbdcdc {
  border-bottom: 1px solid #dcdcdc; }

/*外边距*/
.ml-auto {
  margin: 0 auto; }

.mt-auto {
  margin: auto 0; }
