@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-12-18 11:02:14
 * @version $Id$
 */

/* 新赠的 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
  padding: 0;
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

a {
  text-decoration: none;
  outline: none;
  color: #2a2a2a;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover{
  text-decoration: none;
}

a[href="javascript:;"] {
  touch-action: manipulation;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
textarea,
a,
pre {
  outline: none;
  -webkit-appearance: none;
  font-family: "Microsoft YaHei", Tahoma, SimSun;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin-right: 3px;
  cursor: pointer
}

input[type="radio"] {
  -webkit-appearance: radio
}

input[type="checkbox"] {
  -webkit-appearance: checkbox
}

pre {
  white-space: pre-line;
}

/*公用*/
html {
  background-color: #FAFAFA;
  -webkit-overflow-scrolling: touch;
  color: #2a2a2a;
}

/* @media screen and (max-width: 750px){
  html{font-size:60px;}
} */

body {
  position: relative;
  font-family: "Microsoft YaHei", Tahoma, SimSun;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  background-color: #FAFAFA;
}

body.z-noscroll {
  overflow: hidden !important;
}

p,
a,
div,
li {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

input {
  outline: none;
  border: 1px solid #d7d7d7;
  font-family: "Microsoft YaHei", Tahoma, SimSun;
  color: #191919;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
}

textarea {
  resize: none;
  border: 1px solid #d7d7d7;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear
}

.circle {
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: center;
}


.f-of_h {
  overflow: hidden;
}

.f-txtof {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}

.clear{
  clear:both
}
.f-txtof_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.f-txtof_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.f-txt_c {
  text-align: center;
}

.f-txt_r {
  text-align: right;
}

.f-fl {
  float: left;
  *display: inline;
}

.f-fr {
  float: right;
  *display: inline;
}

.f-select {
  -webkit-user-select: auto;
}

.f-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.f-clear {
  *zoom: 1;
}

.f-clear_l {
  clear: left;
}

.f-hide {
  display: none !important;
}

.f-show {
  display: block !important;
}

#newBridge {
  display: none !important;
}

.s-shadow {
  box-shadow: 0 1px 10px 0 rgba(35, 35, 35, 0.12);
}

.z-hide {
  display: none !important;
}

.z-lock {
  height: 100%;
  overflow: hidden;
}


.g-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row;
}

.g-flex.s-row>* {
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}

.g-flex.s-row.s-left>* {
  text-align: left;
}

.g-layout {
  margin: 0 auto;
}

#breadcrumbs{
  display: none !important;
}