:root {
  --tx-color: #009688;
  --tx-border: #eee
}
::selection {
  background: var(--tx-color);
  color: #fff;
  text-shadow: none
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all
}
a {
  color: #333;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  text-decoration: none
}
a:hover {
  text-decoration: none;
  outline: 0
}
a:hover {
  color: var(--tx-color)
}
.tx-bg {
  background-color: var(--tx-color)
}
a:focus {
  outline: 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  line-height: 1
}
button, form, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
li, ol, ul {
  list-style: none
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}
.gg-box img, .img-d img {
  display: block;
  width: 100%;
  overflow: hidden
}
.tx-input {
  border: 1px solid var(--tx-border);
  border-radius: 2px;
  line-height: 2.6;
  height: 2.6em;
  overflow: hidden;
  width: 100%;
  padding: 0 .8em;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s
}
.tx-input:focus {
  border: 1px solid var(--tx-color)
}
.tx-textarea {
  border: 1px solid var(--tx-border);
  border-radius: 2px;
  padding: .6em .8em;
  min-height: 40px;
  width: 100%;
  background-color: transparent;
  display: block;
  -webkit-appearance: none
}
.tx-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 2.6;
  height: 2.6em;
  padding: 0 1.6em;
  background-color: var(--tx-color);
  color: #fff;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  position: relative
}
.tx-btn:hover {
  opacity: .8;
  color: #fff
}
.tx-btn:active, .tx-btn:focus {
  opacity: 1
}
.tx-btn-big {
  line-height: 2.8;
  height: 2.8em;
  font-size: 1.14em;
  padding: 0 2em
}
.tx-btn-small {
  line-height: 2.2;
  height: 2.2em;
  padding: 0 1.5em;
  font-size: .9em
}
.tx-btn-mini {
  line-height: 2;
  height: 2em;
  padding: 0 1em;
  font-size: .8em
}
.tx-btn-primary {
  border: 1px solid var(--tx-border);
  line-height: 2.6;
  height: 2.6em;
  background-color: transparent;
  color: #555
}
.tx-btn-primary:hover {
  border-color: var(--tx-color);
  color: var(--tx-color)
}
.tx-btn-radius {
  border-radius: 100px
}
.tx-btn-d {
  width: 100%
}
.tx-btn-group .tx-btn {
  border-radius: 0
}
.tx-btn-group .tx-btn:first-child {
  border-radius: 2px 0 0 2px
}
.tx-btn-group .tx-btn:last-child {
  border-radius: 0 2px 2px 0
}
.tx-btn-group .tx-btn:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  z-index: 11
}
.tx-radius {
  border-radius: 50%
}
.tx-input:focus, .tx-select:focus, .tx-textarea:focus {
  border-color: var(--tx-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none
}
.tx-select {
  border: 1px solid var(--tx-border);
  width: 100%;
  border-radius: 2px;
  padding: 0 .8em;
  line-height: 2.6;
  height: 2.6em;
  color: #666;
  background-color: transparent
}
.tx-select option {
  line-height: 2
}
.tx-choice {
  cursor: pointer;
  margin: 4px 0
}
.tx-choice input {
  display: none
}
.tx-choice > span {
  background-color: rgba(0, 0, 0, .08);
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  border-radius: 2px;
  line-height: 2.2;
  height: 2.2em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 0 0 1em;
  position: relative
}
.tx-choice input:checked + span, .tx-choice:hover > span {
  background-color: var(--tx-color);
  color: #fff
}
.tx-choice > span::after {
  content: "鈭�";
  padding: 0 8px;
  height: calc(100% - 4px);
  color: rgba(0, 0, 0, .1);
  background-color: rgba(255, 255, 255, .9);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2px 2px 2px 1em
}
.tx-choice input:checked + span::after {
  color: var(--tx-color)
}
.tx-choice.disabled {
  cursor: no-drop
}
.tx-choice.disabled span, .tx-choice.disabled:hover span {
  background-color: rgba(0, 0, 0, .07);
  color: rgba(0, 0, 0, .07)
}
.txcheck {
  height: 1.6em;
  line-height: 1.6;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, .15);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 .8em 0 2em;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s
}
.txcheck::after {
  content: "鍏�";
  color: rgba(0, 0, 0, .2);
  font-size: .8em;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}
.txcheck::before {
  content: "";
  display: block;
  width: calc(1.6em - 6px);
  height: calc(100% - 6px);
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s
}
.txcheck-on {
  background-color: var(--tx-color);
  padding: 0 2em 0 .8em
}
.txcheck-on::before {
  left: calc(100% - 1.6em + 3px)
}
.txcheck-on::after {
  content: "寮€";
  color: #fff
}
.tx-input-code > img {
  position: absolute;
  right: 2px;
  top: 3px;
  height: calc(100% - 6px);
  width: auto
}
.tx-hr, .tx-text hr {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--tx-border)
}
.tx-text hr {
  margin-top: 1em;
  margin-bottom: 1em
}
.f-36 {
  font-size: 2.57em
}
.f-30 {
  font-size: 2.14em
}
.f-26 {
  font-size: 1.85em
}
.f-22 {
  font-size: 1.57em
}
.f-20 {
  font-size: 1.42em
}
.f-19 {
  font-size: 1.35em
}
.f-18 {
  font-size: 1.25em
}
.f-17 {
  font-size: 1.21em
}
.f-16 {
  font-size: 1.14em
}
.f-15 {
  font-size: 1.07em
}
.f-14 {
  font-size: 1em
}
.f-13 {
  font-size: .92em
}
.f-12 {
  font-size: .85em
}
.f-11 {
  font-size: .78em
}
.f-10 {
  font-size: .71em
}
.f-9 {
  font-size: .64em
}
.f-8 {
  font-size: .57em
}
.f-bold {
  font-weight: 700
}
.f-lighter {
  font-weight: 200
}
.mb5 {
  margin-bottom: 5px
}
.mb10 {
  margin-bottom: 5px
}
.mb15 {
  margin-bottom: 15px
}
.mb20 {
  margin-bottom: 20px
}
.mb30 {
  margin-bottom: 30px
}
.mb40 {
  margin-bottom: 40px
}
.mr5 {
  margin-right: 5px
}
.mr10 {
  margin-right: 10px
}
.mr15 {
  margin-right: 15px
}
.mr20 {
  margin-right: 20px
}
.ml5 {
  margin-left: 5px
}
.ml10 {
  margin-left: 10px
}
.ml15 {
  margin-left: 15px
}
.ml20 {
  margin-left: 20px
}
.mt5 {
  margin-top: 5px
}
.mt10 {
  margin-top: 10px
}
.mt15 {
  margin-top: 15px
}
.mt20 {
  margin-top: 20px
}
.pd5 {
  padding: 5px
}
.pd10 {
  padding: 10px
}
.pd10-1 {
  padding: 10px 0
}
.pd10-2 {
  padding: 0 10px
}
.pd10-3 {
  padding: 10px 10px 0 10px
}
.pd10-4 {
  padding: 6px 10px
}
.pd15 {
  padding: 15px
}
.pd15-1 {
  padding: 15px 0
}
.pd15-2 {
  padding: 0 15px
}
.pd15-3 {
  padding: 15px 15px 0 15px
}
.pd15-4 {
  padding: 7px 15px
}
.pd20 {
  padding: 20px
}
.pd20-1 {
  padding: 20px 0
}
.pd20-2 {
  padding: 0 20px
}
.pd20-3 {
  padding: 20px 20px 0 20px
}
.pd20-4 {
  padding: 10px 20px
}
.pd30 {
  padding: 30px
}
.pd40 {
  padding: 40px
}
.pd60 {
  padding: 60px
}
.ta-c {
  text-align: center
}
.ta-r {
  text-align: right
}
.ta-l {
  text-align: left
}
.tx-table, .tx-text table {
  border-collapse: collapse;
  max-width: 100% !important;
  border-spacing: 0
}
.tx-table td, .tx-table th, .tx-text table td, .tx-text table th {
  border: 1px solid var(--tx-border);
  padding: .6em 1em;
  overflow: hidden
}
.tx-table th, .tx-text table th {
  background: rgba(0, 0, 0, .08)
}
.border {
  border: 1px solid var(--tx-border)
}
.border-b {
  border-bottom: 1px solid var(--tx-border)
}
.border-t {
  border-top: 1px solid var(--tx-border)
}
.txt-ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.rows-3 {
  line-height: 1.5;
  height: 4.5em;
  overflow: hidden
}
.rows-2 {
  line-height: 1.5;
  height: 3em;
  overflow: hidden
}
.lh-5 {
  line-height: 5
}
.lh-4 {
  line-height: 4
}
.lh-3 {
  line-height: 3
}
.lh-2 {
  line-height: 2
}
.lh-1 {
  line-height: 1
}
.ul-3 li {
  line-height: 3;
  height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.ul-26 li {
  line-height: 2.6;
  height: 2.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.ul-24 li {
  line-height: 2.4;
  height: 2.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.ul-2 li {
  line-height: 2;
  height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.gg-box, .ov-h {
  overflow: hidden
}
.f-red {
  color: #d00
}
.f-white {
  color: #fff
}
.f-green {
  color: #5fb878
}
.f-yellow {
  color: #ff6f3d
}
.f-blue {
  color: #1e9fff
}
.f-gray {
  color: #888
}
.f-gray1 {
  color: #aaa
}
.f-gray2, .f-gray2 a {
  color: #bbb
}
.f-white1, .f-white1 a {
  color: #fff
}
.f-black {
  color: #000
}
.f-light {
  opacity: .8
}
.f-light1 {
  opacity: .5
}
.f-light2 {
  opacity: .3
}
.bg-gray {
  background-color: #eee
}
.bg-gray1 {
  background-color: #f2f2f2
}
.bg-white {
  background-color: #fff
}
.bg-red {
  background-color: #d00
}
.bg-yellow {
  background-color: #ff6f3d
}
.bg-green {
  background-color: #5fb878
}
.bg-blue {
  background-color: #1e9fff
}
.bg-black {
  background-color: #111
}
.b-white {
  border-color: #fff
}
.b-gray {
  border-color: #eee
}
.b-white {
  border-color: #fff
}
.b-red {
  border-color: #d00
}
.b-yellow {
  border-color: #ff6f3d
}
.b-green {
  border-color: #5fb878
}
.b-blue {
  border-color: #1e9fff
}
.b-black {
  border-color: #111
}
.tx-wide {
  width: 1200px;
  margin: 0 auto
}
.clearfix::after, .row:after, .tx-wide::after {
  display: table;
  content: " ";
  clear: both
}
[class*=col-] {
  float: left;
  min-height: 1px;
  position: relative
}
.row-space2 {
  margin-left: -2px;
  margin-right: -2px
}
.row-space3 {
  margin-left: -3px;
  margin-right: -3px
}
.row-space5 {
  margin-left: -5px;
  margin-right: -5px
}
.row-space7 {
  margin-left: -7px;
  margin-right: -7px
}
.row-space8 {
  margin-left: -8px;
  margin-right: -8px
}
.row-space10 {
  margin-left: -10px;
  margin-right: -10px
}
.row-space15 {
  margin-left: -15px;
  margin-right: -15px
}
.row-space20 {
  margin-left: -20px;
  margin-right: -20px
}
.row-space30 {
  margin-left: -30px;
  margin-right: -30px
}
.row-space2 > * {
  padding-left: 2px;
  padding-right: 2px
}
.row-space3 > * {
  padding-left: 3px;
  padding-right: 3px
}
.row-space5 > * {
  padding-left: 5px;
  padding-right: 5px
}
.row-space7 > * {
  padding-left: 7px;
  padding-right: 7px
}
.row-space8 > * {
  padding-left: 8px;
  padding-right: 8px
}
.row-space10 > * {
  padding-left: 10px;
  padding-right: 10px
}
.row-space15 > * {
  padding-left: 15px;
  padding-right: 15px
}
.row-space20 > * {
  padding-left: 20px;
  padding-right: 20px
}
.row-space30 > * {
  padding-left: 30px;
  padding-right: 30px
}
[class*=tx-column-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.tx-column-2 > * {
  width: 50%
}
.tx-column-3 > * {
  width: 33.333%
}
.tx-column-4 > * {
  width: 25%
}
.tx-column-5 > * {
  width: 20%
}
.tx-column-6 > * {
  width: 16.666%
}
.tx-column-7 > * {
  width: 14.285%
}
.tx-column-8 > * {
  width: 12.5%
}
.tx-column-9 > * {
  width: 11.111%
}
.tx-column-10 > * {
  width: 10%
}
.col-1 {
  width: 4.1666%
}
.col-2 {
  width: 8.3333%
}
.col-3 {
  width: 12.4999%
}
.col-4 {
  width: 16.6666%
}
.col-5 {
  width: 20.8333%
}
.col-6 {
  width: 24.9999%
}
.col-7 {
  width: 29.1666%
}
.col-8 {
  width: 33.3333%
}
.col-9 {
  width: 37.4999%
}
.col-10 {
  width: 41.6666%
}
.col-11 {
  width: 45.8333%
}
.col-12 {
  width: 50%
}
.col-13 {
  width: 54.1666%
}
.col-14 {
  width: 58.3333%
}
.col-15 {
  width: 62.4999%
}
.col-16 {
  width: 66.6666%
}
.col-17 {
  width: 70.8333%
}
.col-18 {
  width: 75%
}
.col-19 {
  width: 79.1666%
}
.col-20 {
  width: 83.3333%
}
.col-21 {
  width: 87.4999%
}
.col-22 {
  width: 91.6666%
}
.col-23 {
  width: 95.8333%
}
.col-24 {
  width: 100%
}
.col-25 {
  width: 20%
}
.col-26 {
  width: 11.111111%
}
.tx-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.tx-flex-wc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.tx-flex-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.tx-flex-wb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tx-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.tx-flex-col1, .tx-flex-col2, .tx-flex-hc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.tx-flex-col1 > :first-child, .tx-flex-col2 > :last-child, .tx-flex-sh {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}
.tx-flex-col1 > :last-child, .tx-flex-col2 > :first-child, .tx-flex-gr {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden
}
.tx-flex-dtc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.tx-flex-st {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.tx-text {
  line-height: 1.8
}
.tx-text h4, .tx-text h5, .tx-text h6, .tx-text ol, .tx-text p, .tx-text pre, .tx-text table, .tx-text ul {
  margin-bottom: 1em
}
.tx-text ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 2em
}
.tx-text ol li {
  list-style: decimal
}
.tx-text ol li::marker {
  color: var(--tx-color);
  font-size: 1.1em;
  font-weight: 700
}
.tx-text ol li, .tx-text ul li {
  padding: .2em 0
}
.tx-text h1, .tx-text h2, .tx-text h3 {
  border-left: 4px solid var(--tx-color);
  background-color: rgba(0, 0, 0, .02);
  padding: 0 .8em;
  margin-bottom: .8em;
  line-height: 2.4;
  border-radius: 2px
}
.tx-text h1 {
  font-size: 1.5em
}
.tx-text h2 {
  font-size: 1.3em
}
.tx-text h3 {
  font-size: 1.2em
}
.tx-text iframe, .tx-text img {
  max-width: 100% !important;
  overflow: hidden !important
}
.tx-text blockquote {
  border-left: 10px solid rgba(102, 128, 153, .075);
  background-color: rgba(102, 128, 153, .05);
  border-radius: 0 5px 5px 0;
  padding: .8em 1.2em;
  margin: 0 0 1em 0;
  color: #666
}
.tx-text blockquote > :last-child {
  margin-bottom: 0
}
.img-box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 0
}
.img-box[data-ratio="50"] {
  padding-top: 50%
}
.img-box[data-ratio="60"] {
  padding-top: 60%
}
.img-box[data-ratio="75"] {
  padding-top: 75%
}
.img-box[data-ratio="100"] {
  padding-top: 100%
}
.img-box[data-ratio="150"] {
  padding-top: 150%
}
.img-box img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, .05)
}
.img-box::before {
  content: "鍔犺浇涓�";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -25px;
  font-size: 12px;
  color: rgba(0, 0, 0, .2);
  z-index: 0
}
.img-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.po-r, .tx-block-column, .tx-input-code {
  position: relative
}
.tx-block-column > i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: rgba(0, 0, 0, .3);
  font-style: normal;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.tx-item-order {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 2px
}
.tx-item-order > label {
  width: 120px;
  background-color: rgba(0, 0, 0, .02);
  border-right: 1px solid rgba(0, 0, 0, .05);
  border-radius: 2px 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 2.6;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.tx-item-order .tx-textarea, .tx-item-order input[type=text] {
  border: 0
}
.alert {
  border: 1px solid transparent
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.hide, .pchide {
  display: none
}
.dp-b, .show {
  display: block
}
.tx-inline {
  display: inline-block
}
.fl {
  float: left
}
.fr {
  float: right
}
/*@media screen and (max-width:1200px) {*/
  .tx-wide {
    width: 100%
  }
/*}*/
/*@media screen and (max-width:992px) {*/
  .row-m-space0 {
    margin-left: 0;
    margin-right: 0
  }
  .row-m-space2 {
    margin-left: -.32%;
    margin-right: -.32%
  }
  .row-m-space3 {
    margin-left: -.48%;
    margin-right: -.48%
  }
  .row-m-space5 {
    margin-left: -.79%;
    margin-right: -.79%
  }
  .row-m-space7 {
    margin-left: -1.11%;
    margin-right: -1.11%
  }
  .row-m-space8 {
    margin-left: -1.28%;
    margin-right: -1.28%
  }
  .row-m-space10 {
    margin-left: -1.59%;
    margin-right: -1.59%
  }
  .row-m-space15 {
    margin-left: -2.4%;
    margin-right: -2.4%
  }
  .row-m-space20 {
    margin-left: -3.2%;
    margin-right: -3.2%
  }
  .row-m-space0 > * {
    padding-left: 0;
    padding-right: 0
  }
  .row-m-space2 > * {
    padding-left: .32%;
    padding-right: .32%
  }
  .row-m-space3 > * {
    padding-left: .48%;
    padding-right: .48%
  }
  .row-m-space5 > * {
    padding-left: .79%;
    padding-right: .79%
  }
  .row-m-space7 > * {
    padding-left: 1.11%;
    padding-right: 1.11%
  }
  .row-m-space8 > * {
    padding-left: 1.28%;
    padding-right: 1.28%
  }
  .row-m-space10 > * {
    padding-left: 1.59%;
    padding-right: 1.59%
  }
  .row-m-space15 > * {
    padding-left: 2.4%;
    padding-right: 2.4%
  }
  .row-m-space20 > * {
    padding-left: 3.2%;
    padding-right: 3.2%
  }
  .tx-column-m-1 > * {
    width: 100%
  }
  .tx-column-m-2 > * {
    width: 50%
  }
  .tx-column-m-3 > * {
    width: 33.333%
  }
  .tx-column-m-4 > * {
    width: 25%
  }
  .tx-column-m-5 > * {
    width: 20%
  }
  .tx-column-m-6 > * {
    width: 16.666%
  }
  .tx-column-m-7 > * {
    width: 14.285%
  }
  .tx-column-m-8 > * {
    width: 12.5%
  }
  .tx-column-m-9 > * {
    width: 11.111%
  }
  .tx-column-m-10 > * {
    width: 10%
  }
  .col-m-1 {
    width: 4.1666%
  }
  .col-m-2 {
    width: 8.3333%
  }
  .col-m-3 {
    width: 12.4999%
  }
  .col-m-4 {
    width: 16.6666%
  }
  .col-m-5 {
    width: 20.8333%
  }
  .col-m-6 {
    width: 24.9999%
  }
  .col-m-7 {
    width: 29.1666%
  }
  .col-m-8 {
    width: 33.3333%
  }
  .col-m-9 {
    width: 37.4999%
  }
  .col-m-10 {
    width: 41.6666%
  }
  .col-m-11 {
    width: 45.8333%
  }
  .col-m-12 {
    width: 50%
  }
  .col-m-13 {
    width: 54.1666%
  }
  .col-m-14 {
    width: 58.3333%
  }
  .col-m-15 {
    width: 62.4999%
  }
  .col-m-16 {
    width: 66.6666%
  }
  .col-m-17 {
    width: 70.8333%
  }
  .col-m-18 {
    width: 75%
  }
  .col-m-19 {
    width: 79.1666%
  }
  .col-m-20 {
    width: 83.3333%
  }
  .col-m-21 {
    width: 87.4999%
  }
  .col-m-22 {
    width: 91.6666%
  }
  .col-m-23 {
    width: 95.8333%
  }
  .col-m-24 {
    width: 100%
  }
  .col-m-25 {
    width: 20%
  }
  .col-m-26 {
    width: 33.333333%
  }
  .pchide {
    display: block
  }
  .waphide {
    display: none
  }
  .wap-noflex {
    display: block
  }
/*}*/
/*@media screen and (max-width:480px) {*/
/*  body {
    font-size: 3.75%
  }*/
  .tx-btn {
    padding: 0 5.86%
  }
  .tx-btn-small {
    padding: 0 4.26%
  }
  .tx-btn-mini {
    padding: 0 2.66%
  }
  .tx-btn-big {
    padding: 0 9.6%
  }
  .tx-item-order::after, .tx-item-order > label {
    width: 32%
  }
  .tx-text img {
    height: auto !important
  }
  .mb5 {
    margin-bottom: .8%
  }
  .mb10 {
    margin-bottom: 1.59%
  }
  .mb15 {
    margin-bottom: 2.4%
  }
  .mb20 {
    margin-bottom: 3.2%
  }
  .mb30 {
    margin-bottom: -3%
  }
  .mb40 {
    margin-bottom: 6.4%
  }
  .mr10 {
    margin-right: 1.59%
  }
  .mr15 {
    margin-right: 2.4%
  }
  .mr20 {
    margin-right: 3.2%
  }
  .ml10 {
    margin-left: 1.59%
  }
  .ml15 {
    margin-left: 2.4%
  }
  .ml20 {
    margin-left: 3.2%
  }
  .mt10 {
    margin-top: 1.59%
  }
  .mt15 {
    margin-top: 2.4%
  }
  .mt20 {
    margin-top: 3.2%
  }
  .pd10 {
    padding: 1.59%
  }
  .pd10-1 {
    padding: 1.59% 0
  }
  .pd10-2 {
    padding: 0 1.59%
  }
  .pd10-3 {
    padding: 1.59% 1.59% 0 1.59%
  }
  .pd10-4 {
    padding: .79% 1.59%
  }
  .pd15 {
    padding: 2.4%
  }
  .pd15-1 {
    padding: 2.4% 0
  }
  .pd15-2 {
    padding: 0 2.4%
  }
  .pd15-3 {
    padding: 2.4% 2.4% 0 2.4%
  }
  .pd15-4 {
    padding: 1.2% 2.4%
  }
  .pd20 {
    padding: 3.2%
  }
  .pd20-1 {
    padding: 3.2% 0
  }
  .pd20-2 {
    padding: 0 3.2%
  }
  .pd20-3 {
    padding: 3.2% 3.2% 0 3.2%
  }
  .pd20-4 {
    padding: 1.6% 3.2%
  }
  .pd30 {
    padding: 4.8%
  }
  .pd40 {
    padding: 6.4%
  }
  .pd60 {
    padding: 9.6%
  }
  button, form, input, select, textarea {
    font-size: 20px
  }
  .tx-btn-small {
    font-size: 16px
  }
  .tx-btn-mini {
    font-size: 14px
  }
/*}*/
/*@media screen and (min-width:920px) and (max-width:1333px) {
  .search {
    display: none;
  }
}*/
:root {
  --tx-color: #ff5b82;
  --tx-color2: #f7d0bf;
  --tx-border: #eee;
  --tx-bg2: #242424;
  --tx-bg3: #2e2e2e;
}
body {
  background-color: #1e1e1e;
  color: #909090;
}
.img-box[data-ratio="13"] {
  padding-top: 13%;
}
.img-box[data-ratio="13"] img {
  object-fit: fill !important;
}
.img-box[data-ratio="75"] {
  padding-top: 59%;
}
a, .tx-c2 {
  color: var(--tx-color2);
}
.tx-c1 {
  color: var(--tx-color);
}
.tx-bg {
  background-color: var(--tx-color);
}
.tx-bg2 {
  background-color: var(--tx-bg2);
}
.tx-bg3 {
  background-color: var(--tx-bg3);
}
.tx-bg4 {
  background-color: #7378b2;
}
.bo-r5 {
  border-radius: 5px;
  overflow: hidden;
}
.img-box:hover img {
  transform: none;
}
.tx-wide {
  max-width: 600px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.header {
  padding: 20px 0;
}
.logo * {
  line-height: 1;
  height: 40px;
  width: auto;
}
.nav {
  padding: 0 3em;
}
.nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav a {
  padding: 0 1em;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.nav a > i, .nav a .portrait-box, .nav a img {
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 2em;
}
.search form {
  width: 400px;
  position: relative;
  background-color: var(--tx-bg2);
  border-radius: 3px;
  padding: 0 80px 0 30px;
}
.search form > * {
  line-height: 50px;
  height: 50px;
  color: var(--tx-color2);
}
.search form > i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  font-size: 20px;
  text-align: center;
}
.search form > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  background-color: #3a3636;
  text-align: center;
}
.search form > input, .search form > input:focus {
  border: 0;
}
.header-user {
  justify-content: flex-end;
}
.header-user > a .portrait-box, .header-user > img, .header-user > a img {
  display: inline-flex;
  line-height: 1;
  width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
}
.header-user .portrait-box strong {
  font-size: 2em;
}
.header-user a {
  margin-left: 0.5em;
}
.home-imgleft li > * {
  display: flex;
  align-items: center;
  padding: 15px;
}
.home-imgleft li > * i {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  flex: none;
  margin-right: 15px;
}
.home-imgleft li > * section {
  flex: auto;
}
.home-imgleft li > * h2 {
  margin-bottom: 5px;
}
.home-imgleft li > * p {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
.home-flash .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
  background-color: var(--tx-color);
}
.home-tab .tab-hd > *, .tab-hd-t > * {
  line-height: 3;
  border-radius: 5px;
}
.home-tab .tab-hd > *.on, .tab-hd-t > *.on {
  background-color: var(--tx-bg3);
  color: var(--tx-color);
}
.item-auxiliary {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  z-index: 11;
}
.item-auxiliary > * {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  border-radius: 3px;
  margin-right: 2px;
  line-height: 1.8;
  height: 1.8em;
  padding: 0 4px;
  display: inline-flex;
  overflow: hidden;
}
.item-auxiliary > * img {
  height: 100%;
  width: auto;
  position: static;
  margin: 0 2px 0 -4px;
}
.more-a {
  background-color: var(--tx-bg3);
  padding: 0 1em;
  line-height: 2;
  border-radius: 2px;
}
.tx-flash-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.list-flash .swiper-wrapper, .list-flash .swiper-container, .list-flash .swiper-slide {
  height: 100% !important;
}
.list-flash .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer {
  padding: 3em 10% 1em 10%;
  color: var(--tx-color2);
  line-height: 1.7;
}
.fixed-right {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.fixed-right > a {
  display: inline-flex;
  width: 4em;
  height: 4em;
  margin-top: 5px;
  background-color: var(--tx-bg3);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  position: relative;
}
.fixed-right > a:hover, .fixed-right > a.on {
  background-color: var(--tx-color);
  color: #fff;
}
.kefu-on::before {
  content: "";
  position: absolute;
  top: -4em;
  left: 0;
  width: 98%;
  height: 4em;
  background: url(../images/kefu.png) no-repeat center 0;
  background-size: cover;
}
.kefu-box {
  position: absolute;
  bottom: 0;
  right: 6em;
  width: 400px;
  background-color: var(--tx-bg2);
  border: 1px solid #3a3636;
  border-radius: 5px;
  overflow: hidden;
  transition: all .35s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.kefu-title {
  background-color: #3a3636;
}
.kefu-box-on {
  visibility: visible;
  opacity: 1;
  right: 4.5em;
}
.kefu-off {
  display: inline-flex;
  align-items: center;
  background-color: #242424;
  color: var(--tx-color2);
  border-radius: 10px;
  padding: 0 1em;
  line-height: 2;
}
.kefu-qq {
  position: relative;
  padding: 0.3em 0 0 2em;
  display: block;
  height: 3em;
  margin-bottom: 6px;
}
.kefu-qq span {
  background-color: #fff;
  color: #333;
  padding: 0 1em 0 1.6em;
  border-radius: 0 5px 5px 0;
  line-height: 2.4;
  height: 2.4em;
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.kefu-qq img {
  width: 3em;
  height: 3em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.kefu-box input, .kefu-box textarea {
  border: 1px solid #2c2c2c;
  background-color: #2c2c2c;
  border-radius: 5px;
  color: #fff;
}
.kefu-box button {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.auxiliary-ico1 {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 11;
  background-color: var(--tx-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0.7em 1.3em;
  border-radius: 40px 0 0 40px;
  line-height: 1;
}
.auxiliary-ico1 .iconfont {
  font-size: 1.6em;
  margin: 0 5px 0 0;
}
a.auxiliary-ico1:hover {
  opacity: 0.9;
  color: #fff;
}
.img-box[data-ratio="65"] {
  padding-top: 65%
}
.w4em {
  width: 40px;
}
.w7em {
  width: 80px;
}
.info-auxiliary-txt li {
  display: flex;
  align-items: stretch;
  margin-bottom: 0.8em;
}
.info-auxiliary-txt li > span {
  margin: 0 1em 0 0;
  flex: none;
  color: #bebebe;
  min-width: 2em;
}
.info-btn-com {
  padding-left: 3em;
  margin-top: 2em;
}
.tags-box {
  display: flex;
  flex-wrap: wrap;
  height: 2em;
  overflow: hidden;
}
.tags-box a {
  display: inline-flex;
  background-color: #434343;
  color: #c0b2b2;
  padding: 0 1em;
  line-height: 2;
  height: 2em;
  margin: 0 0.5em 0.5em 0;
  border-radius: 3px;
  align-items: center;
  overflow: hidden;
}
.tags-box a:hover {
  background-color: var(--tx-color);
  color: #fff;
}
.info-down-btn {
  display: inline-flex;
  align-items: center;
  margin-right: 1.5em;
}
.info-down-btn img {
  width: auto;
  height: 1.3em;
  margin-right: 4px;
}
.info-tips {
  padding: 3em 1em;
  position: relative;
  margin-top: -16em;
  z-index: 11;
}
.info-tips > * {
  position: relative;
  z-index: 2;
}
.info-tips::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(200, 200, 200, 0.9) 0%, #454545 100%);
  z-index: 1;
}
.video-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
}
.info-down-box section {
  display: flex;
  flex-direction: column;
}
.info-video-txt, .info-video-txt .swiper-container {
  line-height: 2;
  height: 2em;
  overflow: hidden;
}
.video-info {
  line-height: 1.8;
  height: 1.8em;
  overflow: hidden;
}
.video-info-h {
  height: auto;
}
.video-info-on {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1e1e1e;
  padding: 0 0 0 1.5em;
  z-index: 11;
}
.column-box li section {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.column-box li section > * {
  width: calc(100%);
  position: relative;
}
.bo-r10 {
  border-radius: 10px;
}
.page-tags-box {
  display: flex;
  flex-wrap: wrap;
}
.page-tags-box > * {
  display: inline-flex;
  flex-direction: column;
  border: 2px solid var(--tx-bg2);
  background-color: var(--tx-bg2);
  color: var(--tx-color2);
  align-items: center;
  padding: 0.5em 0;
  border-radius: 5px;
  margin: 0 1em 1em 0;
  overflow: hidden;
}
.page-tags-box > a:hover {
  border: 2px solid var(--tx-color);
  color: var(--tx-color);
}
.page-tags-box > * > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1.5em;
  width: 100%;
  text-align: center;
}
.vip-wide {
  width: 100%;
  max-width: 980px;
  margin: 2em auto;
}
.vip-ul li {
  margin-bottom: 2.4em;
}
.vip-ul li p {
  margin-bottom: 0.6em;
}
.vip-ul li i.iconfont {
  font-size: 1.3em;
  line-height: 1;
  display: inline-flex;
}
.bg-blue1 {
  background-color: #787ddf;
}
.bg-yellow1 {
  background-color: #f0c568;
}
.bg-yellow2 {
  background-color: #bca094;
}
.vip-wide .bo-r5 .tx-btn-big {
  background-color: rgba(0, 0, 0, .3);
}
.page-nav li a {
  display: flex;
  align-items: center;
  background-color: var(--tx-bg2);
  padding: 0.7em 1em;
  border-radius: 5px;
  margin-bottom: 1em;
  color: var(--tx-color2);
}
.page-nav li a:hover, .page-nav li.on a {
  background-color: var(--tx-color);
  color: #fff;
}
.page-nav li a i {
  font-size: 3.6em;
  line-height: 1;
  flex: none;
  margin-right: 10px;
}
.page-nav li a span {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.85em;
  flex: auto;
}
.page-nav li a span strong {
  font-size: 1.5em;
}
.say-list li {
  display: flex;
  position: relative;
}
.say-list li > i {
  flex: none;
  color: var(--tx-color2);
  font-size: 2.4em;
  line-height: 1;
}
.say-list li > i:last-child {
  align-self: flex-end;
  margin-bottom: 20px;
}
.say-list li > div {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tx-color2);
}
.user-wide {
  width: 100%;
  max-width: 980px;
  margin: 50px auto;
}
.user-title {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--tx-border);
}
.user-title > strong {
  line-height: 2;
  border-bottom: 3px solid var(--tx-color);
  color: var(--tx-color);
}
.user-nav-box {
  padding: 1em;
  background-color: var(--tx-bg2);
  border-radius: 5px;
}
.user-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
}
.user-nav li i {
  font-size: 1.4em;
  margin-right: 0.3em;
}
.user-nav li.on a, .user-nav li.on a i {
  color: var(--tx-color);
}
.login-wide {
  width: 100%;
  max-width: 450px;
  margin: 5em auto;
  padding: 0 3%;
}
.login-input input[type="text"], .login-input input[type="password"] {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--tx-color2);
  color: #909090;
  box-shadow: inset 0 0 0 1000px #1e1e1e !important;
  -webkit-text-fill-color: #909090;
}
.input-i input {
  padding-left: 2em;
}
.input-i > i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tx-color2);
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 1.2em;
  z-index: 11;
}
.place a {
  color: #909090;
}
.TXDiggoff {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1888
}
#TXDiggTip {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 1.5rem 3rem;
  display: none;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1999
}
ins {
  text-decoration: none
}
.page-zan-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--tx-color);
  padding: 0.5em 1.5em;
  border-radius: 50px;
  color: #fff;
}
.page-zan-btn i {
  font-size: 1.6em;
  margin-right: 8px;
}
a.page-zan-btn:hover {
  background-color: var(--tx-color);
  color: #fff;
}
.info-bottom {
  display: none;
}
.vip-ico-box img {
  height: 1.4em;
  width: auto;
  margin-right: 6px;
}
.img-box .portrait-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.portrait-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.portrait-box strong {
  font-size: 0.6em;
}
.portrait-1 {
  background-color: #e48181;
}
.portrait-2 {
  background-color: #fe4c4c;
}
.portrait-3 {
  background-color: #fe4c86;
}
.portrait-4 {
  background-color: #ff3eb9;
}
.portrait-5 {
  background-color: #be62e5;
}
.portrait-6 {
  background-color: #8762e5;
}
.portrait-7 {
  background-color: #6265e5;
}
.portrait-8 {
  background-color: #629de5;
}
.portrait-9 {
  background-color: #5aafc1;
}
.portrait-10 {
  background-color: #5ac199;
}
.portrait-11 {
  background-color: #679a73;
}
.portrait-12 {
  background-color: #698049;
}
.portrait-13 {
  background-color: #e9d41f;
}
.portrait-14 {
  background-color: #ffaf3d;
}
.portrait-15 {
  background-color: #ff6b3d;
}
.portrait-16 {
  background-color: #ff0000;
}
.portrait-17 {
  background-color: #745555;
}
.portrait-18 {
  background-color: #555874;
}
.portrait-19 {
  background-color: #695574;
}
.portrait-20 {
  background-color: #a47575;
}
.portrait-21 {
  background-color: #38606a;
}
.portrait-22 {
  background-color: #3c493b;
}
.portrait-23 {
  background-color: #362679;
}
.portrait-24 {
  background-color: #ff8dcb;
}
.portrait-25 {
  background-color: #ff8d92;
}
.portrait-26 {
  background-color: #ff4784;
}
.portrait-27 {
  background-color: #0600ff;
}
.portrait-28 {
  background-color: #00aeff;
}
.portrait-29 {
  background-color: #5bc49e;
}
.portrait-30 {
  background-color: #8887bc;
}
/* 鍒嗛〉鏉� */
.pagebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagebar > * {
  padding: 0 1em;
  line-height: 2.4;
  background-color: var(--tx-bg2);
  margin: 0 0.3em 0.3em 0;
  border-radius: 2px;
  color: var(--tx-color2);
}
.pagebar a:hover, .pagebar .now-page {
  color: #fff;
  background-color: var(--tx-color);
}
/* 璇勮 */
.msgname .portrait-box {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-right: 1em;
}
.msgname .portrait-box strong {
  font-size: 1.6em;
}
.msgname {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.msgusername {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.msg .msg {
  padding: 1em 1.2em;
  margin: 0.8em 0 0 4em;
  background-color: var(--tx-bg2);
  border-radius: 5px;
}
.msg .tx-btn-mini {
  line-height: 1.3;
  padding: 0 5px;
}
.tx-comment-textarea {
  position: relative;
  width: 100%;
}
.tx-comment-textarea .tx-textarea {
  background-color: var(--tx-bg2);
  border: 0;
  border-radius: 5px;
  color: #909090;
}
.reply-frm {
  padding: 1em;
  background-color: var(--tx-bg3);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .04);
  margin: 1em 0 0 0;
  position: relative;
}
.reply-frm #cancel-reply {
  position: absolute;
  right: 0;
  top: -2em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  opacity: 0.5;
}
.info-video-waptxt {
  display: none;
}
/**寮瑰嚭鎻愮ず鏂囧瓧妗�**/
@keyframes tx_animation_size {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tx_animation_display {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.tx-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.tx-tips-on {
  opacity: 1;
  visibility: visible;
}
.tx-tips > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8em 2em;
  background-color: #fff;
  color: var(--tx-color);
  border-radius: 3px;
  z-index: 2;
  border: 2px solid var(--tx-color);
  position: relative;
  transform: scale(0);
  transition: all .35s ease 0s;
}
.tx-tips-on > span {
  animation: tx_animation_size 0.3s ease 1;
  transform: scale(1);
}
.tx-tips > span del {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  position: absolute;
  top: -1.6em;
  right: -0.2em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
}
.tx-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: tx_animation_display 0.2s ease 1;
  animation: tx_animation_display 0.2s ease 1;
}
.tx-tips::after, .tx-pop > .tx-pop-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.tx-pop-txt {
  width: 420px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .24);
  position: relative;
  z-index: 10;
  border-radius: 3px;
  overflow: hidden;
  transform: scale(1);
  transition: all .3s ease 0s;
  -webkit-animation: tx_animation_size 0.3s ease 1;
  animation: tx_animation_size 0.3s ease 1;
}
.tx-pop-out .tx-pop-txt {
  transform: scale(0);
}
.tx-pop-txt > h2 {
  line-height: 2.8;
  padding: 0 1em;
  border-bottom: 1px solid var(--tx-border);
  background-color: rgba(0, 0, 0, .04);
}
.tx-pop-txt > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.8em;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.tx-pop-btn {
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.9em;
}
.tx-pop-btn button:not(:last-child) {
  margin-right: 1em;
}
/*@media screen and (max-width: 1198px) {*/
.footer {
  padding-left: 0;
  padding-right: 0;
}
/*}*/
/*@media screen and (max-width: 920px) {*/
.tx-wide {
  padding-left: 2.4%;
  padding-right: 2.4%;
}
.header {
  padding: 10px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*  .logo * {
    height: 9%;
  }*/
.nav {
  padding: 0;
}
.nav a {
  padding: 0 8px;
}
.nav a > i, .nav a .portrait-box, .nav a > img {
  font-size: 1.6em;
}
.nav a .portrait-box, .nav a > img {
  border-radius: 50%;
}
.nav a .portrait-box strong {
  font-size: 0.6em;
}
.search {
  align-self: flex-end;
  width: 100%;
  margin-top: 10px;
}
.search form {
  width: 100%;
}
.search form > * {
  line-height: 50px;
  height: 50px;
}
.home-flash .swiper-slide img {
  height: auto;
}
.home-imgleft li > * {
  padding: 2%;
  font-size: 0.8em;
}
.home-imgleft li > * h2 {
  font-size: 1.4em;
}
.home-imgleft li > * i {
  margin-right: 10px;
}
.home-ico1, .home-ico2, .home-ico3, .home-ico4 {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  border-radius: 6px;
}
.msg img.avatar {
  width: 10%;
  height: 10%;
}
.msg .msg {
  margin: 1.5% 0 0 0;
  padding: 2%;
}
.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer {
  padding: 2% 0;
}
.footer > * {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer > * > a {
  order: 10;
  text-align: center;
}
.footer > * > a img {
  height: 8%;
  width: auto;
}
.copy {
  text-align: center;
}
.tx-pop-txt {
  width: 80%;
}
.info-thumbnail, .wap-100 {
  margin-left: -2.4%;
  margin-right: -2.4%;
}
.info-btn-com {
  padding-left: 0;
}
.wap-column2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wap-column2 > * {
  width: calc(50% - 1.5%);
  margin-left: 0;
  margin-right: 0;
}
.info-down-box ul {
  padding-left: 1em;
  margin-bottom: 3%;
}
.info-down-box ul li {
  line-height: 1.8;
  height: 1.8em;
}
.info-down-box section {
  flex-direction: row;
  justify-content: center;
}
.info-down-box section > * {
  margin: 0 1%;
}
.info-xg-box, .info-tj {
  overflow-y: hidden;
  overflow-x: scroll;
}
.info-xg-box > * {
  width: 180%;
}
.fixed-right {
  right: 2%;
  bottom: 15%;
}
.kefu-box-on {
  position: fixed;
  right: 2%;
  width: calc(100% - 4%);
}
.column-box li section {
  padding: 9px;
}
.page-tags-box {
  justify-content: space-between;
}
.page-tags-box > * {
  width: calc(25% - 1%);
  margin: 0 0 2% 0;
}
.page-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-nav > * {
  width: calc(50% - 1%);
}
.page-nav li a {
  margin-bottom: 2%;
}
.say-list li {
  margin-bottom: 5%;
}
.say-list li > i {
  font-size: 1em;
}
.say-list li .img-box[data-ratio="60"] {
  padding-top: 7em;
}
.say-list li > div {
  border-bottom: 0;
  padding-bottom: 5%;
}
.say-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.4%;
  height: 1px;
  width: calc(100% + 4.8%);
  border-bottom: 1px solid var(--tx-color2);
}
.user-wide {
  margin: 0 auto;
}
.user-nav-box {
  background: linear-gradient(to left, #ff799e 0%, #ff528b 100%);
  color: #fff;
  padding: 3%;
}
.user-nav {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  border-top: 1px dashed #fff;
  padding-top: 3%;
}
.user-nav li {
  flex: 1;
}
.user-nav li a {
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.user-nav li i {
  font-size: 2em;
  color: #fff;
  margin: 0 0 3px 0;
  line-height: 1;
}
.user-nav li.on a, .user-nav li.on a i {
  color: #fff;
}
.user-nav-img {
  padding: 0;
  margin-bottom: 3%;
}
.user-nav-img > a {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  line-height: 2;
  color: #fff;
  padding: 0 1.4em;
  background-color: #ff81a5;
  border: 2px solid #fff;
  border-radius: 40px;
  font-size: 0.85em;
}
.user-nav-img .tx-c2 {
  color: #fff;
}
.user-nav-img .w7em {
  width: 5.4em;
}
.wap-user-box {
  background-color: var(--tx-bg2);
  border-radius: 5px;
  padding: 3%;
}
.vip-bottom-dw {
  height: calc(3em + 2%);
}
.vip-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1%;
  z-index: 98;
}
.vip-bottom > a {
  display: flex;
  line-height: 3;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  position: relative;
}
.vip-bottom > a span {
  position: relative;
  z-index: 2;
  line-height: 3em;
}
.vip-bottom > a::before {
  content: "";
  background: url(../images/kefu.png) no-repeat 0 bottom;
  background-size: cover;
  width: 5em;
  height: 5em;
  display: inline-flex;
  z-index: 2;
  margin-right: 2%;
}
.vip-bottom > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  display: block;
  background-color: var(--tx-color);
  z-index: 1;
  border-radius: 5px;
}
.info-bottom-dw {
  height: calc(3.6em + 4%);
}
.info-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background-color: var(--tx-bg2);
  padding: 2% 3%;
  display: flex;
}
.info-bottom > a.tx-btn {
  padding: 0 1em;
}
.info-bottom > a.tx-bg {
  padding-right: 1em;
}
.info-bottom > a img {
  height: 2em;
  width: auto;
  margin-right: 4px;
}
.fixed-right > a {
  display: none;
}
.wapflex {
  display: flex;
}
/*}*/
/*@media screen and (max-width: 420px) {*/
.page-tags-box > * {
  width: calc(33.3333% - 1%);
}
.vip-wide .bo-r5 {
  font-size: 0.8em;
}
.vip-wide .f-30 {
  font-size: 1.6em;
}
.vip-wide .f-16 {
  font-size: 1em;
}
.item-auxiliary {
  font-size: 0.85em;
  bottom: 5px;
  left: 5px;
}
/*}*/
.linear {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(254, 91, 130, 0.3) 20%, rgba(254, 91, 130, 0.4) 30%, rgba(254, 91, 130, 0.5) 40%, rgba(254, 91, 130, 0.8) 50%, rgba(254, 91, 130, 0.5) 60%, rgba(254, 91, 130, 0.4) 70%, rgba(254, 91, 130, 0.3) 80%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%)
}
.app-slide {
  overflow: hidden;
}
.slide-link{
  display:block;
  padding-bottom:37%;
  background-position:center center;
  background-repeat: no-repeat;
  background-size:cover;
  border-radius:5px;
}
.slide2{
  overflow:hidden;
}
.slide2 .swiper-slide {
  transform: scale(.85) !important;
  transition: all .3s;
}
.slide2 .swiper-slide-active {
  transform: scale(1) !important;
}