body {
  zoom: 1 !important;
  max-width: 769px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 'Microsoft Yahei', 'verdana,sans-serif';
  color: #333;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
  user-select: none;
  min-height: 100vh;
}

header {
  height: 45px;
  width: 100%;
  max-width: 769px;
  position: relative;
  top: 0px;
  background: -moz-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: -webkit-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: -o-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: -ms-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
}

header .title {
  margin: 4px auto;
  display: contents;
  height: 26px;
  font-size: .85em;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  color: #fff
}

header span {
  line-height: 45px;
}

header .xc_home {
  width: 1rem;
  height: 45px;
  background-size: .55rem .55rem;
  float: left
}

header .xc_home {
  display: inline-block;
  background-image: url(https://img2.ydniu.com/mobile/images/public/ico-home.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.h-title-1 {
  color: #fff;
  float: left;
  margin-left: 1rem;
  font-size: .492rem;
}

.h-title {
  color: #fff;
  float: left;
  margin-left: 0.2rem;
  font-size: .492rem;
  font-weight: normal;
}

a,
b,
span,
label,
i {
  display: inline-block;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

.h-title-1 a {
  color: #fff;
}

.more {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../images/ydniu/mobile/ic_icon.png) no-repeat;
  background-size: 100%;
  background-position: 0 -1.6rem;
}

.main {
  padding-top: 0px;
  background: #EDEDF0;
  width: 100%;
  position: relative;
}

.navbox {
  width: 100%;
  z-index: 10;
  max-width: 735px;
}

.list_nav_box {
  background: #fff;
}

.list_nav {
  padding: 0.2rem 0.25rem;
  display: flex;
  flex-wrap: wrap;
}

.list_nav span {
  width: calc((100% - 50px)/5);
  text-align: center;
  font-size: .37rem;
  margin-right: 10px;
  display: inline-block;
  border-radius: 5px;
  background-color: #EDEDF0;
  color: #333;
  padding: 3px 0px;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.list_nav span a {
  color: #333;
}

.list_nav span:nth-of-type(5n) {
  margin-right: 0;
}

.list_nav span:nth-child(n+6) {
  margin-bottom: 0;
}

.list_nav_active {
  border-color: #FF7E3E !important;
  background-color: rgba(255, 126, 62, .07) !important;
}

.list_nav_active a {
  color: #FF7E3E !important;
}

.zj_btn {
  color: #0F52BA;
}

.n_active {
  color: rgba(255, 255, 255, 1) !important;
  border-bottom: 2px solid #FFFFFF;
}

.content {
  padding: 15px .2rem;
}

.open_detail {
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px;
}

.open_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t_left {
  font-size: .45rem;
}

.t_left span:nth-child(2) {
  margin-left: 15px;
  color: #777777;
  font-size: .32rem;
  position: relative;
}

.t_left span:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: #FF8231;
  border-radius: 50%;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.t_right {
  font-size: .32rem;
  color: #777777;
}

.ball_box {
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ball_l {
  font-size: 0;
}

.ball {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: .8rem;
  font-size: .5rem;
  margin-bottom: 5px;
}

.ball_r {
  margin-left: 15px;
}

.ball_r span {
  width: 0.5rem;
  height: 0.5rem;
  background: url(../../../images/ydniu/mobile/hm_arrow_right_light.png) no-repeat;
  background-size: 100%;
}

.time {
  margin: 5px auto;
  font-size: .37rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time p:nth-child(2) span {
  margin: 0 5px;
}

.hour,
.min,
.second {
  color: #E71C1B;
  font-weight: bold;
}

.time_text {
  width: 100px;
}

.cqsx {
  font-size: .37rem;
  margin-top: 5px;
}

.open_kjh {
  font-size: .37rem;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.open_jh {
  font-size: .37rem;
  margin-top: 5px;
}

.open_btn {
  margin-top: 10px;
  font-size: .37rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.open_btn a {
  width: fit-content;
}

.banner {
  margin-top: 10px;
  width: 100%;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
  display: block;
}

.tool_box,
.zj_box,
.zj_list_box,
.news_box,
.zoushi_box {
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px;
}

.tool_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.tool_title span {
  font-size: .43rem;
}

.tool_title a {
  font-size: .37rem;
  width: fit-content;
}

.tool_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.tool {
  color: #333333;
  font-size: .37rem;
  text-align: center;
  width: 25%;
  margin-top: 9px;

}

#member {
  position: relative;
  min-width: 35px;
  margin: 0 auto;
}

.tool span {
  width: max-content;
  font-size: .32rem;
  display: block;
  margin: 0 auto;
}

#member>div {
  position: absolute;
  top: 0;
  right: -6px;
  padding: 2px 4px;
  margin: -8px -8px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #ffffff;
  border-radius: 10px 10px 10px 0;
  background: #fc6e63;
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.zj_p1,
.zj_p2,
.zj_p3,
.zj_p4 {
  margin-top: 10px;
  display: flex;
  font-size: 0;
}

.news_box {
  margin-top: 10px;
}

.zj_p1 span {
  width: 25%;
  color: #333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: .4rem;
  border-radius: 5px;
  background-image: linear-gradient(to right bottom, #f1f1f1, #f9f9f9);
  margin-right: 10px;
}

.active {
  color: #fff !important;
  background-image: linear-gradient(to bottom right, #EF4C3D, #f06b20) !important;
}

.zj_t {
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: .37rem;
  color: rgb(229, 180, 101);
  background-color: rgb(252, 235, 188);
  border-radius: 20px;
  margin-right: 10px;
}

.zj_l {
  width: 20%;
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: .37rem;
  border-radius: 5px;
  background-image: linear-gradient(to right bottom, #f1f1f1, #f9f9f9);
  margin-right: 5px;
  border: 1px solid transparent;
}

.zjscorll .zj_l {
  width: fit-content !important;
  padding: 0 5px;
}

.z_active {
  color: #EF4C3D !important;
  background-image: linear-gradient(to right bottom, #ffffff, #ffffff) !important;
  border: 1px solid #EF4C3D;
}

.zj_list_nav {
  font-size: 0;
}

.zj_list_nav span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.zj_list_nav span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.zj_list_nav span {
  font-size: .427rem;
  margin: 0px;
  border-radius: 0px;
  background-image: linear-gradient(to right bottom, #f5f5f5, #f5f5f5);
  padding: 5px 15px;
  text-align: center;
  height: 0.427rem;
  line-height: .427rem;
}

.zl_active {
  background-image: linear-gradient(to bottom right, #EF4C3D, #f06b20) !important;
  color: #fff;
  font-weight: bold;
}

.expert-list {
  color: #333;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: solid 1px #f1f1f1;
  width: 100%;
}

.expert-list .ranking {
  width: 50px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.expert-list .ranking span {
  width: 22px;
  display: grid;
  text-align: center;
  justify-content: center;
  color: #b6b6b6;
  font-size: 0.286rem;
  font-weight: 700;
  background-image: linear-gradient(135deg, #fff, #727272);
  background-clip: text;
  -webkit-background-clip: text;
}

.expert-list .ranking span img {
  width: 100%;
}

.expert-list .ranking span svg {
  width: 100%;
  height: 100%;
}

.expert-list .head-portrait {
  width: 60px;
}

.expert-list .head-portrait span {
  width: 46px;
  height: 46px;
  display: block;
}

.expert-list .head-portrait span img {
  width: 100%;
  border-radius: 50px;
  border: solid 1px #f1f1f1;
  padding: 2px;
}

.expert-info {
  width: calc(100% - 110px);
}

.nodata {
  padding-top: 90px;
  text-align: center;
  width: 100%;
}

.nodata span {
  font-size: .236rem;
  display: block;
  color: #999;
}

.nodata img {
  width: 120px;
}

a.playkey {
  color: #333;
  display: flex;
  width: 100%;
}

.expert-list .user {
  width: calc(100% - 50px);
}

.expert-list .user-name {
  font-size: .427rem;
}

.expert-list .user-name span {
  font-size: .32rem;
  background: #d23338;
  color: #fff;
  padding: 0px 4px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  margin-left: 4px;
}

.expert-list .usertext {
  font-size: .32rem;
  color: #999;
  margin-top: 2px;
}

@font-face {
  font-family: yqty;
  src: url('../../../font/yqty.ttf');
}

.expert-win-rate {
  color: #d23338;
  width: 50px;
  display: grid;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  font-size: 30px;
  font-family: yqty;
}

.expert-win-rate span {
  font-size: 12px;
  display: contents;
}

.news_nav {
  width: 80%;
  margin: 0 auto;
  font-size: .42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_nav span {
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.news_active {
  border-bottom: 3px solid #FF7139 !important;
}

.news_list {
  padding: 15px 0;
  font-size: .42rem;
  padding-left: 20px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}

.news_list::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.news_list span {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_more {
  font-size: .37rem;
  color: #FF7139;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.news_more a {
  width: fit-content;
}

.news_co2 {
  display: none;
}

.user_foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background-color: #FF7139;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  max-width: 769px;
}

.foot_l {
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #fff;
}

.foot_r {
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.foot_l a,
.foot_r a {
  color: #fff;
  width: 100%;
}

.user_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.user_l_img {
  width: 20%;
  text-align: right;
  line-height: initial;
}

.user_l_img img {
  width: 25px;
  height: 25px;
}

.user_l_info {
  flex: 1;
  margin-left: 5px;
  text-align: left;
}

.user_l_info p {
  font-size: 12px;
  color: #fff;
  line-height: initial;
}

.laybox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

.lay_list_box {
  background: #fff;
  padding: 15px;
}

.lay_list span {
  font-size: .42rem;
  font-weight: bold;
}

.lay_list a {
  width: fit-content;
  font-size: .37rem;
  margin-left: 15px;
}

.zjscorll {
  white-space: nowrap;
  overflow-x: scroll;
  flex: 1;
}

.loading {
  width: 100%;
  text-align: center;
  height: calc(100vh - 366px);
  display: grid;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}

.loading img {
  width: 100px;
}

.zt_box {
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6E6;
}

.zt_title {
  font-size: .43rem;
}

.zt_list a {
  font-size: .37rem;
  margin-top: .27rem;
  margin-right: .27rem;
  color: rgb(120, 120, 120);
  width: max-content;
}

.app {
  width: auto;
}

.zoushi_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.zs_text {
  font-size: .43rem;
}

.zoushi_type {
  font-size: 0;
}

.zs_ac {
  background-color: rgb(19, 99, 166);
  color: #fff;
  border-color: rgb(19, 99, 166) !important;
}

.zoushi_type span {
  display: inline-block;
  width: 35px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #333333;
  font-size: .32rem;
}

.new_box,
.old_box {
  font-size: .34rem;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.zoushi_list a {
  width: fit-content;
  color: #333333;
  margin: 5px 10px;
}

.zoushi_more {
  font-size: 0;
  border-top: 1px solid #b6b6b6;
  text-align: center;
  padding-top: 10px;
}

.zoushi_more a {
  color: #FF7139;
  font-size: .34rem;
}