/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  /*vertical-align: baseline;*/
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Helvetica Neue",
    STHeiti,
    "Microsoft Yahei",
    Tahoma,
    Simsun,
    sans-serif;
}

button,
input,
select {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 0;
}

i,
em {
  font-style: normal;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  min-width: 320px;
  overflow-x: hidden;
  background-color: #f2f2f2;
}

:focus {
  outline: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0a0807;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
  border: none;
  outline: 0;
}

ul,
ol,
li {
  list-style-type: none;
}

input::-webkit-input-placeholder {
  color: #d9d9d9;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d9d9d9;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d9d9d9;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d9d9d9;
}

.border-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #B2B2B2;
  -webkit-transform: scaleY(.5);
  -ms-transform: scaleY(.5);
      transform: scaleY(.5);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 三角 */
.three {
  display: inline-block;
  width: 0;
  height: 0;
  border: .1rem solid;
  border-color: #bbb transparent transparent transparent;
  /* transition: all .3s linear; */
  -webkit-transform-origin: center 1.5px;
      -ms-transform-origin: center 1.5px;
          transform-origin: center 1.5px;
  vertical-align: -.08rem;
  /* position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.2rem; */
}

#hui-footer img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

#hui-footer .check_active,
#hui-footer .active img {
  display: none;
}

#hui-footer .active .hui-footer-text {
  color: #ff0000;
}

#hui-footer .active .check_active {
  display: block;
}

.hui-list-text-content {
  position: relative;
  color: #050505;
  padding-left: .2rem;
}

.hui-list-text-content::before {
  display: block;
  content: "";
  position: absolute;
  width: .1rem;
  left: 0;
  top: 50%;
  margin-top: -.15rem;
  height: .3rem;
  background-color: #508ad0;
}

/* flex 两行居中 */
.ui-list,
.slidepage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  width: 100%;
}

.ui-list-function li {
  -webkit-box-align: inherit;
}

.ui-list>li,
.slidepage ul>li {
  position: relative;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.34rem;
}

.slidepage ul>li a {
  border-bottom: 1px solid #ebebeb;
}

.ui-avatar {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 200px;
  overflow: hidden;
}

.ui-list .ui-avatar,
.ui-list .ui-avatar-s,
.ui-list .ui-avatar-lg {
  margin: 8px 12px 8px 0px;
}

.ui-avatar>span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -webkit-border-radius: 200px;
}

.ui-list-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  padding-right: 12px;
}

.ui-list-function .ui-list-info {
  padding-right: 75px;
}

.ui-list>li.ui-border-t:first-child,
.ui-list>li:first-child .ui-border-t,
.ui-list-active>li:active,
.ui-list>li.active,
.ui-list>li.active .ui-border-t,
.ui-list>li.active+li .ui-border-t,
.ui-list>li.active+li.ui-border-t {
  background-image: none;
  border-top-color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ui-nowrap {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.ui-list li h4,
.slidepage ul li h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: .32rem;
}

.ui-list-info p {
  color: #777;
  font-size: .28rem;
}

.ui-btn {
  padding-right: .2rem;
}

.ui-btn span {
  font-size: .28rem;
  color: #8f8f8f;
  display: inline-block;
  vertical-align: middle;
}

.ui-btn img {
  display: inline-block;
  vertical-align: middle;
  width: .32rem;
}

.swiper-slide li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notbefore .hui-list-text-content::before {
  display: none;
}

.notbefore .hui-list-text-content {
  padding-left: 0;
  font-size: .28rem;
  color: #9c9c9c;
}

.notbefore .hui-list-info span {
  color: #3e7ecb !important;
}

.notbefore .hui-list-info img {
  width: .15rem !important;
}

/* 
.notbefore.hui-list-text {
  padding-right: 0;
} */
.hui-list-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .28rem;
  padding: 0 .2rem;
  line-height: .85rem;
  border-bottom: 1px solid #eee;
}

.hui-list-text .hui-list-info span {
  display: inline-block;
  color: #7f7f7f;
  vertical-align: middle;
}

.hui-list-text .hui-list-info img {
  display: inline-block;

  width: .15rem;
  color: #7f7f7f;
  vertical-align: middle;
}

.content-item {
  margin-top: .2rem;
  background-color: #fff;
}

.hui-wrap {
  padding-bottom: 50px;
  /*margin-top: .8rem;*/
}

.hui-wrap.index {
  margin-top: 0;
}

/* footer */
#hui-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: .88rem;
  z-index: 25;
  background-color: #fff;
  border-top: 1px solid #eee;
}

#hui-footer a {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

#hui-footer a img {
  display: block;
  height: .4rem;
}

#hui-footer a .hui-footer-text {
  font-size: .24rem;
  color: #13227a;
}

/* header */
.hui-header {
  position: fixed;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  z-index: 18;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: .8rem;
  font-size: .28rem;
  background: linear-gradient(90deg, #100d2a 20%, #373369 50%, #100d2a 80%);
}

.hui-header .left,
.hui-header .right {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.hui-header .left img {
  display: block;
  margin: 0 auto;
  width: .25rem;
}

.hui-header .right img {
  display: block;
  margin: 0 auto;
  width: .42rem;
}

.hui-header h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .32rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 1.6rem;
  height: .6rem;
  border: 1px solid #1a65c2;
  color: #1a65c2;
  line-height: .6rem;
  border-radius: 3px;
  text-align: center;
  margin-left: .2rem;
}

/* input radio */
.input-radio {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -0.15px 0.6px 0 0;
  vertical-align: text-bottom;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}

.input-radio:disabled {
  opacity: 0.65;
}

.input-radio:before {
  content: '';
  display: block;
  height: 0px;
  width: 0px;
  -webkit-transition: width 0.25s, height 0.25s;
  -o-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.input-radio:checked:before {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 3px 0 0 3px;
}

.input-radio:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0px 2px #38a7ff;
          box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0px 2px #38a7ff;
}

.input-radio:checked {
  border: 1px solid #65a8f8;
}

.input-radio:checked:before {
  background-color: #65a8f8;
}

/* switch 开关 */
/* <input class='switch-component' type='checkbox'> */
.switch-component {
  position: relative;
  width: .9rem;
  height: .56rem;
  background-color: #fff;
  border-radius: .56rem;
  border: 1px solid #d4d4d4;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* 按钮 */
.switch-component::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #b5b5b5;
          box-shadow: 0 0 10px #b5b5b5;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* checked状态时，背景颜色改变 */
.switch-component:checked {
  background-color: #86c0fa;
}

/* checked状态时，按钮位置改变 */
.switch-component:checked::after {
  left: 40%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #686867;
}

.zhe {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 8;
  display: none;
}

.bg-white {
  background-color: #fff;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
not supported by any browser */
}

.confirm-ft>a.confirm-btn.primary {
  color: #3679c9;
}

.confirm-hd,
.confirm-bd {
  text-align: center;
}

/* 下拉 */
.down-menu {
  position: fixed;
  top: .8rem;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 22;
  font-size: .28rem;
  text-align: center;
  display: none;
}

.down-menu ul li {
  line-height: .8rem;
  border-bottom: 1px solid #ddd;
}

.down-menu ul li.active {
  color: #508ad0;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#nav:not(.two) {
  font-size: 0;
  width: 100%;
  overflow-x: auto;
  height: 1rem;
}

#nav:not(.two) .swiper-wrapper {
  white-space: nowrap;
  height: 1rem;
}

#nav:not(.two) .swiper-slide {
  display: inline-block;
  width: 33.33%;
  padding: 0 .3rem;
  height: 1rem;
  line-height: 1rem;
}

#nav.two_nav .swiper-slide {
  width: 50%;
}

#nav:not(.two) .swiper-slide.active span {
  height: 100%;
  border-bottom: .04rem solid #100d2a;
}

#nav:not(.two) .swiper-slide.active span {
  color: #100d2a;
}

.o-user-type {
  font-size: .2rem;
  background-color: #e1fbea;
  color: #569b4c;
  padding: 0 .1rem;
  border-radius: 3px;
  margin-left: .1rem;
}

.mescroll-empty .empty-icon {
  margin: .5rem auto;
}

.share-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 99999;
  display: none;
}

.share-fix img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.isClick {
  border-color: #9b9b9b !important;
  color: #9b9b9b !important;
}

.ads-left,
.ads-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.content-box {
  height: 100%;
}