html,
body {
  max-width: 500px;
  margin: 0 auto;
  font-family: PingFangSC-Light, helvetica, 'Heiti SC'; }

img {
  width: 100%; }

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  color: black; }

a:link {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

a:active {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

.m5_head {
  padding: 5px 15px;
  display: flex;
  background: #FF6809;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999; }

.m5_head .m5_input-box {
  margin-right: 13px;
  flex: 1;
  display: flex;
  background: white;
  color: #B5B5B5;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  padding: 10px;
  border-radius: 5px; }

.m5_head .m5_input-box .input-tip {
  flex: 1; }

.m5_head .m5_input-box .search-tip {
  width: 15px;
  height: 15px; }

.m5_head .kefu-tip {
  width: 24px;
  height: 24px; }

@keyframes container {
  0%,
  100%,
  20%,
  50%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
    transform: translate3d(0, -9px, 0); }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0); }
  90% {
    transform: translate3d(0, -3px, 0); } }

.m5_nav-bar {
  overflow-x: scroll;
  display: flex;
  padding: 10px 0 0;
  box-shadow: 1px 1px 6px 0 #DEDEDD;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 999;
  background: white; }

.m5_nav-bar::-webkit-scrollbar {
  display: none; }

.m5_nav-bar .nav-bar-item {
  font-size: 16px;
  color: #666;
  padding: 0 16px;
  flex: none;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px; }

.m5_nav-bar .select-boder {
  width: 25px;
  height: 2px;
  background: #FF6809; }

.m5_nav-bar .select-item {
  color: black;
  font-weight: 800;
  padding-bottom: 0;
  justify-content: space-between;
  align-items: center; }

.footer {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding-bottom: 55px; }

.nomore-item {
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: gainsboro;
  display: none; }

.m5_foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid gainsboro;
  padding: 8px 0;
  max-width: 550px;
  margin: 0 auto; }

.m5_foot .foot-item-active {
  color: #FC914D; }

.m5_foot .foot-item {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: center; }

.m5_foot .foot-item .foot-img {
  width: 17px;
  height: 18px;
  margin-bottom: 3px; }

.m5_foot .foot-item .foot-img-2 {
  width: 33px;
  height: 33px; }

.m5_foot .foot-item .foot-img-3 {
  width: 33px;
  height: 33px;
  margin-bottom: 10px; }

.m5_mask {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none; }

.m5_foot-more {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 142px;
  background-color: white;
  padding: 25px 0;
  z-index: 21;
  text-align: center;
  display: none; }

.m5_foot-more .more-menu {
  display: flex;
  justify-content: space-around;
  padding: 25px 52px; }

.m5_foot-more .more-menu .more-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px; }

.m5_foot-more .more-menu .more-menu-item .more-img {
  width: 43px;
  height: 43px;
  margin-bottom: 5px; }

.m5_foot-more .more-close {
  width: 12px;
  height: 12px;
  margin: 0 auto; }

.tj-list {
  padding: 0 10px; }

.tj-list .list-item {
  font-size: 16px;
  padding: 13px 4px;
  color: #1A1A1A;
  border-bottom: 1px solid gainsboro; }

.tj-list .list-item .item-time {
  font-size: 12px;
  text-align: right; }

.tj-list .list-item-2 .item-cont {
  display: flex; }

.tj-list .list-item-2 .item-cont .item-cont-box {
  flex: 1; }

.tj-list .list-item-2 .item-cont .item-img {
  width: 97px;
  height: 65px;
  border-radius: 5px; }

.tj-list .list-item-3 .item-img-box {
  display: flex;
  justify-content: space-between;
  margin-top: 11px; }

.tj-list .list-item-3 .item-img-box .item-img {
  width: 32%;
  height: 75px;
  border-radius: 5px; }

.tj-list .expert-box {
  padding: 15px 0;
  display: flex;
  overflow-x: scroll;
  border-bottom: 1px solid gainsboro; }

.tj-list .expert-box::-webkit-scrollbar {
  display: none; }

.tj-list .expert-box .expert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  margin: 0 15px; }

.tj-list .expert-box .expert-item .item-img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  margin-bottom: 5px; }

.tj-list .expert-box .expert-item .item-name {
  font-size: 14px; }

.tj-list .expert-box .expert-item .item-goregister {
  width: 63px;
  height: 63px;
  line-height: 63px;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 5px;
  background-color: #f6f6f6;
  color: #666; }

.tj-list .expert-box .expert-item .item-com {
  font-size: 12px;
  color: #666; }

.tj-list .expert-box .expert-item .item-btn {
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 5px; }

.tj-list .video-item {
  font-size: 16px;
  padding: 13px 4px;
  color: #1A1A1A;
  border-bottom: 1px solid gainsboro; }

.tj-list .video-item .video-preview {
  position: relative; }

.tj-list .video-item .item-img {
  height: 200px;
  width: 100%;
  margin-top: 10px;
  position: relative; }

.tj-list .video-item .item-img-bf {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 44%;
  top: 38%; }

.tj-list .video-item-2 {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid gainsboro; }

.tj-list .video-item-2 .item-cont {
  flex: 1;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.tj-list .video-item-2 .item-cont .item-num {
  font-size: 12px;
  color: #666; }

.tj-list .video-item-2 .img-box {
  width: 128px;
  height: 85px;
  position: relative; }

.tj-list .video-item-2 .video-img {
  widows: 128px;
  height: 85px;
  border-radius: 5px;
  position: relative; }

.tj-list .video-item-2 .item-img-bf {
  position: absolute;
  right: 32.5%;
  bottom: 22.5%;
  width: 35%; }

.nav-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  color: #000;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px;
  padding-top: 10px;
  height: 33.5px; }

.nav-space {
  height: 44.5px; }

.nav-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto;
  font-size: .96rem;
  color: #2c2b2b;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20%;
  height: 30px;
  line-height: 30px; }

.nav-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px; }

.nav-capsule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.navbar-v-line {
  width: 1Px;
  height: 22.5px;
  background-color: #e5e5e5; }

.back-pre,
.back-home {
  width: 23px;
  height: 23px;
  padding: 0 5px; }

.placeholder {
  height: 15px;
  background-color: #F6F6F6; }

.backToTop {
  display: none;
  background: url(//pres.vobao.com/Images/m/M5.1/up.png) no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3.1rem;
  position: fixed;
  _position: absolute;
  right: .5rem;
  bottom: 12%;
  _bottom: "auto";
  cursor: pointer; }

.bd-bottom {
  border-bottom: .026667rem solid gainsboro; }

.red-packet {
  font-size: .853333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .8rem .6rem;
  background-color: white; }

.red-packet .packet-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.red-packet .packet-cont .packet-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .853333rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 1px; }

.packet-title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.red-color {
  color: #df6762; }

.blue-color {
  color: #ff750c; }

.big-font {
  font-size: 1.013333rem; }

.packet-btn {
  width: 9.866667rem;
  padding: .266667rem 0rem;
  color: #ff750c;
  border: 1px solid #ff750c;
  border-radius: .266667rem;
  text-align: center;
  margin-top: .48rem; }

.packet-img {
  width: 4.8rem;
  height: 4.453333rem; }

.expert-box::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent; }

.imgBox {
  position: relative; }

.padding-box {
  padding: .8rem 0rem; }

.expert-box {
  overflow-x: scroll;
  font-size: .746667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.expert-box .expert-item {
  text-align: center;
  margin: .4rem 1.066667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.expert-box .expert-img {
  width: 3.333333rem;
  height: 3.333333rem;
  border-radius: 50%; }

.expert-box .expert-name {
  font-weight: 800; }

.expert-box .expert-tip {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.expert-box .expert-btn {
  font-size: .64rem;
  padding: .213333rem 0rem;
  border: .026667rem solid #ff800c;
  border-radius: .266667rem;
  width: 3.2rem;
  background: #ff800c;
  color: white; }

.expert-box .expert-btn a {
  color: #fff !important; }

#loading {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  display: none; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 150px;
  margin-top: -25px;
  margin-left: -75px; }

.object {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #fff;
  -webkit-animation: animate 1s infinite;
  animation: animate 1s infinite;
  float: left; }

.object:last-child {
  margin-right: 0; }

.object:nth-child(10) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.object:nth-child(9) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.object:nth-child(8) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.object:nth-child(7) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.object:nth-child(6) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.object:nth-child(5) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.object:nth-child(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.object:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.object:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

@-webkit-keyframes animate {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes animate {
  50% {
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
