/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 
/* Document
   ========================================================================== */
 
/**
 * 1. 在所有浏览器中更正线条高度。
 * 2. 防止在iOS中更改方向后调整字体大小。
 */
 
 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
   
  /* Sections
     ========================================================================== */
   
  /**
   * 删除所有浏览器中的边距。
   */
   
  body {
    margin: 0;
  }
   
  /**
   * 在IE中始终呈现“main”元素。
   */
   
  main {
    display: block;
  }
   
  /**
   * 更正“section”和中“h1”元素的字体大小和边距
   * Chrome、Firefox和Safari中的“文章”上下文。
   */
   
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
   
  /* Grouping content
     ========================================================================== */
   
  /**
   * 1. 在Firefox中添加正确的框大小。
   * 2. 在Edge和IE中显示溢出。
   */
   
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
   
  /**
   * 1. 更正所有浏览器中字体大小的继承和缩放。
   * 2. 更正所有浏览器中奇怪的`em`字体大小。
   */
   
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
   
  /* 文本级语义
     ========================================================================== */
   
  /**
   * 删除IE 10中活动链接的灰色背景。
   */
   
  a {
    background-color: transparent;
  }
   
  /**
   * 1. 删除Chrome 57中的底部边框-
   * 2. 在Chrome、Edge、IE、Opera和Safari中添加正确的文本装饰。
   */
   
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
   
  /**
   * 在Chrome、Edge和Safari中添加正确的字体粗细。
   */
   
  b,
  strong {
    font-weight: bolder;
  }
   
  /**
   * 1. 更正所有浏览器中字体大小的继承和缩放。
   * 2. 更正所有浏览器中奇怪的`em`字体大小。
   */
   
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
   
  /**
   * 在所有浏览器中添加正确的字体大小。
   */
   
  small {
    font-size: 80%;
  }
   
  /**
   * 防止“sub”和“sup”元素影响
   * 所有浏览器。
   */
   
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
   
  sub {
    bottom: -0.25em;
  }
   
  sup {
    top: -0.5em;
  }
   
  /* Embedded content
     ========================================================================== */
   
  /**
   * 删除IE 10中链接内图像的边框。
   */
   
  img {
    display: block;
    border-style: none;
  }
   
  /* Forms
     ========================================================================== */
   
  /**
   * 1. 更改所有浏览器中的字体样式。
   * 2. 删除Firefox和Safari中的边距。
   */
   
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
   
  /**
   * 在IE中显示溢出。
   * 1. 在Edge中显示溢出。
   */
   
  button,
  input { /* 1 */
    overflow: visible;
  }
   
  /**
   * 删除Edge、Firefox和IE中文本转换的继承。
   * 1. 删除Firefox中文本转换的继承。
   */
   
  button,
  select { /* 1 */
    text-transform: none;
  }
   
  /**
   * 更正无法在iOS和Safari中设置可点击类型的样式。
   */
   
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
   
  /**
   * 删除Firefox中的内边框和填充。
   */
   
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
   
  /**
   * 恢复先前规则未设置的焦点样式。
   */
   
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
   
  /**
   * 更正Firefox中的填充。
   */
   
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
   
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3.删除填充，这样开发者在归零时不会被抓到
   *   所有浏览器中的“字段集”元素。
   *    
   */
   
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
   
  /**
   * 在Chrome、Firefox和Opera中添加正确的垂直对齐。
   */
   
  progress {
    vertical-align: baseline;
  }
   
  /**
   * 删除IE 10+中的默认垂直滚动条。
   */
   
  textarea {
    overflow: auto;
  }
   
  /**
   * 1. 在IE 10中添加正确的框大小。
   * 2. 删除IE 10中的填充。
   */
   
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
   
  /**
   * 更正Chrome中递增和递减按钮的光标样式。
   */
   
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
   
  /**
   * 1. 纠正Chrome和Safari中的奇怪外观。
   * 2. 更正Safari中的轮廓样式。
   */
   
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
   
  /**
   * 在macOS上移除Chrome和Safari中的内部填充。
   */
   
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
   
  /**
   * 1. 更正无法在iOS和Safari中设置可点击类型的样式。
   * 2. 在Safari中将字体属性更改为“inherit”。
   */
   
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
   
  /* Interactive
     ========================================================================== */
   
  /*
   * 在Edge、IE 10+和Firefox中添加正确的显示。
   */
   
  details {
    display: block;
  }
   
  /*
   * 在所有浏览器中添加正确的显示。
   */
   
  summary {
    display: list-item;
  }
   
  /* Misc
     ========================================================================== */
   
  /**
   * 在IE 10+中添加正确的显示。
   */
   
  template {
    display: none;
  }
   
  /**
   * 在IE 10中添加正确的显示。
   */
   
  [hidden] {
    display: none;
  }


@media screen and (min-width:750px) {
    html{
        font-size:75px !important;
    } 
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing:border-box;
    color: #333;
    font-family: SourceHanSansCN-Light;
}
input[type="radio"],input[type="checkbox"] {
    margin: 0 5px 0 0 !important;
    border-radius: 50% !important;
    -webkit-appearance: radio !important;
}
label {
    margin: 0px !important;
    font-weight: 500 !important;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
body {
    min-width: 320px;
    width: 100%;
    margin:0 auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}
button,input {
    border: none;
    outline: none;
}
a {
    display: inline-block;
    text-decoration: none;
}
span {
    display: inline-block;
}
ul,li,ol {
    list-style: none;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text_hide {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}
.text_hide2 {
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.flex {
    display: flex !important;
}
.flex_col {
    display: flex;
    flex-direction: column;
}
.flex_jsb {
    justify-content: space-between;
}
.flex_jsa {
    justify-content: space-around;
}
.flex_jr {
    justify-content: flex-end;
}
.flex_jc {
    justify-content: center;
}
.flex_jl {
    justify-content: flex-start;
}
.flex_al {
    align-items: flex-start;
}
.flex_ac {
    align-items: center;
}
.flex_ar {
    align-items: flex-end;
}
.flex_nowrap {
    flex-wrap: nowrap;
}
.flex_wrap {
    flex-wrap: wrap;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f23 {
    font-size: 23px;
}
.f24 {
    font-size: 24px;
}
.mescroll{
  position: fixed;
  top: 0.96rem;
  bottom: 0;
  height: auto; /*如设置bottom:50px,则需height:auto才能生效*/
}
table,td,tr,th{
  border-style:none;
}
table{
  border-collapse:collapse;
}
.suoxiao {
  -webkit-transform:scale(0.8);
}
input,button {
  border: none;
  outline: none;
}

 @-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    display: block;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    display: block;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block;
    opacity: 1;
  }
}
.fade-in-right {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.btn_green {
  background: rgb(158,192,80);
  background: linear-gradient(90deg, rgba(158,192,80,1) 0%, rgba(120,174,50,1) 100%) !important;
}
.btn_red {
  background: rgb(237,42,20);
  background: linear-gradient(3deg, rgba(237,42,20,1) 0%, rgba(246,68,32,1) 33%, rgba(239,54,24,1) 100%) !important;
}
.btn_blue {
  background: rgb(37,173,235);
  background: linear-gradient(94deg, rgba(37,173,235,1) 0%, rgba(26,166,230,1) 33%, rgba(2,104,188,1) 100%) !important;
}

/* head_nav */
.nav_box {
  width: 100%;
  height: 1.35rem; 
  display: flex;
  align-items: center;
  background: #F1EBD4;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}
.nav_box .container-fluid {
  height: 1.35rem;
}

.logo_img {
  width: 3.33rem;
  height: .76rem;
  margin-left: .53rem;
}
.logo_img2 {
  width: .49rem;
  height: .4rem;
  margin-right: .64rem;
}
.nav-item {
  border-bottom: 1px solid #D6C9B1;
}
.nav_box div a{
  font-size: 0.46rem;  
  color: #C49C61;
  text-align: center;
}
.nav_box div a:active {
  color: #6B3F21;
}
.scale {
  -webkit-transform:scale(0.75);
}
.nav_box div .navbar-brand {
  font-size: 0.6rem; 
  font-weight: 700;
  color: #fff;
  padding: 0.11rem;
}
.nav_logo {
  font-size: .5333rem;        
}
.nav_text {
  width: 1.2267rem;
  height: .2667rem;
}
.bian {
  display: inline-block;
  height: 0.35rem;
  width: 1px;
  background-color: #fff;
}

.text_input {
  text-align: right;
  height: 14px;
}

.text_input2 {
  padding-left: 10px;
  text-align: center;
  width: 80px;
  height: 0 20px;
  background: #fff;
  border-radius: 10px;
}