@charset "UTF-8";
* {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft YaHei", Arial, "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
  padding: 0;
  margin: 0;
  word-break: break-all;
  box-sizing: border-box;
}
a,
button,
input,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -moz-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: none;
}
a {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
img {
  display: block;
}
.dialog-open {
  position: fixed;
  width: 100%;
}
body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #181818;
}
/* 图标合集 */
.sprite_img {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 29.75rem 42.5833rem;
  background-image: url(/images/3.0/bcw_all1.png);
}
/* 公共样式 */
.ub {
  display: flex !important;
}
.ub.ub_ver {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ub.ub_ac {
  align-items: center !important;
  -webkit-align-items: center !important;
}
.ub.ub_afs {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.ub.ub_afe {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.ub.ub_wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ub.ub_jc {
  justify-content: center;
  -webkit-justify-content: center;
}
.ub.ub_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.ub.ub_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.ub.ub_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ub.ub_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.ub.ub_evenly {
  justify-content: space-evenly;
}
.ub .ub_f1 {
  flex: 1 !important;
  -webkit-flex: 1 !important;
}
.ub .ub_ase {
  align-self: flex-end;
}
.text_blue {
  color: #5c78f5;
}
.bg_blue {
  background-color: #5c78f5;
}
.text_red {
  color: #e24939;
}
.bg_red {
  background: #e24939;
}
.text_yellow {
  color: #fabf61;
}
.bg_yellow {
  background-color: #fabf61;
}
.hidden {
  display: none !important;
}
.truncate_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
header {
  height: 4.167rem;
  padding: 0 1rem;
  background: #5c78f5;
}
header .login {
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
}
header .user {
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
}
header h1,
header h1 img {
  width: 6.167rem;
  height: 1.833rem;
}
header .app {
  display: block;
  padding: 0.167rem 0.583rem;
  font-size: 1.167rem;
  color: #4a4a4a;
  background: #ffffff;
  border-radius: 1rem;
}
header .back {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
}
header .back i {
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  background-position: -7.333rem -24.833rem;
}
header.change {
  background: linear-gradient(113deg, #9ce9fc 2%, #b4d0fe 36%, #c9e7ff 100%);
}
header.change .back {
  color: #181818;
}
header.change .back i {
  background-position: -3.667rem -24.833rem;
}
.main {
  flex: 1;
  padding: 1rem;
  background: #f7f7f7;
}
.main.white {
  background: #ffffff;
}
.cut_active {
  font-weight: bold;
  color: #181818 !important;
  position: relative;
}
    .cut_active::after {
        display: inline-block;
        content: "";
        width: 2rem;
        height: 0.417rem;
        position: absolute;
        left: 50%;
        bottom: -0.417rem;
        transform: translateX(-50%);
        background: url(/images/3.0/bcw_all1.png) no-repeat -3.167rem -0.083rem/29.75rem 42.583rem;
    }
/* 彩种切换 */
.cz_scroll {
  width: 100%;
  height: 3.833rem;
  padding-left: 0.25rem;
  margin-top: 0.25rem;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #f7f7f7;
}
.cz_scroll .swiper-wrapper {
  height: auto;
}
.cz_scroll a {
  width: auto;
  height: auto;
  font-size: 1.25rem;
  color: #181818;
  white-space: nowrap;
  margin-right: 1.333rem;
}
.cz_scroll a.cut_active {
  font-size: 1.333rem;
}
/* 普通切换 */
.pt_cut {
  height: 3.6667rem;
  background: #f7f7f7;
}
.pt_cut .opt {
  font-size: 1.1667rem;
  color: #4a4a4a;
}
.pt_cut .opt:not(:last-of-type) {
  margin-right: 2.6667rem;
}
/* 文章列表项 */
.ycitem {
  padding: 1.25rem 1rem;
  margin-top: 0.833rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
.ycitem .ranked {
  width: 1.5rem;
  height: 1.667rem;
  font-size: 13px;
  color: #676565;
  margin: 0 0.5rem 0 0;
}
.ycitem .detail .top .name {
  font-weight: bold;
  font-size: 1.083rem;
  color: #181818;
  margin-right: 0.333rem;
}
.ycitem .detail .top .zj {
  font-size: 1rem;
  color: #999999;
}
.ycitem .detail .mid {
  width: 100%;
  height: 1.75rem;
  margin-top: 0.917rem;
  overflow: hidden;
}
.ycitem .detail .vp {
  height: 3.5rem;
}
.ycitem .detail .mid .cz {
  font-size: 1.333rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #e24939;
  margin-right: 0.167rem;
}
.ycitem .detail .mid .title {
  line-height: 1.75rem;
  font-size: 1.333rem;
  font-weight: bold;
  color: #181818;
}
.ycitem .detail .vp .title{
  font-size: 1.233rem;
}
.ycitem .detail .bot {
  margin-top: 0.833rem;
}
.ycitem .detail .bot .tag {
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #daa668;
  padding: 0 0.333rem;
  margin-right: 0.333rem;
  border-radius: 0.167rem;
  border: 0.083rem solid #e2bb8c;
}
.ycitem .detail .bot .tag:nth-of-type(2) {
  margin-right: 0.667rem;
}
.ycitem .detail .bot .countdown .text {
  font-size: 1rem;
  color: #999999;
  margin-right: 0.333rem;
}
.ycitem .detail .bot .countdown .fh {
  font-size: 1rem;
  color: #999999;
  margin: 0 0.25rem;
}
.ycitem .detail .bot .countdown .time_part {
  padding: 0.15rem 0.1667rem;
  min-width: 1.5rem;
  font-size: 1rem;
  color: #fdb440;
  background: #f7f7f7;
  border-radius: 0.167rem;
}
.ycitem .detail .bot .money {
  margin-left: auto;
}
.ycitem .detail .bot .money span:first-of-type {
  font-weight: bold;
  font-size: 1.333rem;
  color: #e24939;
}
.ycitem .detail .bot .money span:last-of-type {
  font-size: 0.833rem;
  color: #e24939;
  margin-bottom: 0.167rem;
}
.ycitem .detail .bot .ygq {
  margin-left: auto;
  font-size: 1rem;
  color: #bbbbbb;
}
.ycitem.zhong {
  position: relative;
}
    .ycitem.zhong::after {
        display: inline-block;
        content: "";
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: 0.6667rem;
        right: 0.6667rem;
        background: url(/images/3.0/zhong.png) no-repeat left center / 100% 100%;
    }
.ycitem:first-child .ranked {
  background-position: 0 -16.433rem;
}
.ycitem:nth-of-type(2) .ranked {
  background-position: -3.167rem -16.433rem;
}
.ycitem:nth-of-type(3) .ranked {
  background-position: -6.333rem -16.433rem;
}
/* 专家项 */
.zjitem {
  display: block;
  padding: 1.1667rem 1rem;
  margin-top: 0.8333rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.zjitem .info p {
  font-weight: bold;
  font-size: 1rem;
  color: #181818;
}
.zjitem .info span {
  font-size: 0.8333rem;
  color: #999999;
  margin-left: 0.3333rem;
}
.zjitem .info .ygz,
.zjitem .info .wgz {
  font-size: 1rem;
  padding: 0.1667rem 0.5rem;
  border-radius: 0.1667rem;
  margin-left: auto;
}
.zjitem .info .ygz.ygz,
.zjitem .info .wgz.ygz {
  color: #b5b5b5;
  background: #f6f6f6;
}
.zjitem .info .ygz.wgz,
.zjitem .info .wgz.wgz {
  color: #ffffff;
  background: #fabf61;
}
.zjitem .tags {
  margin-top: 0.4167rem;
}
.zjitem .tags span {
  display: block;
  padding: 0 0.6667rem;
  font-size: 0.8333rem;
  background: #f6f6f6;
  border-radius: 0.6667rem;
}
.zjitem .tags span.jin {
  color: #e74c3c;
  margin-right: 0.3333rem;
}
.zjitem .tags span.sum {
  color: #30a7f5;
}
.zjitem .desc {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.8333rem;
}
.zjitem .title {
  font-size: 1.1667rem;
  color: #181818;
  margin-top: 0.8rem;
}
.zjitem .bot {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.6rem;
}
.zjitem .bot span {
  margin-right: 1rem;
}
    .zjitem.zhong {
        position: relative;
    }

.zjitem.zhong::after {
            display: inline-block;
            content: "";
            width: 3rem;
            height: 3rem;
            position: absolute;
            top: 0.6667rem;
            right: 0.6667rem;
            background: url(/images/3.0/zhong.png) no-repeat left center / 100% 100%;
        }

footer {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background: #ffffff;
}
footer > p {
  font-size: 1rem;
  color: #999999;
}
footer > p:first-of-type em:first-of-type {
  font-size: 1.083rem;
  color: #999999;
}
footer > p:first-of-type em:nth-of-type(2),
footer > p:first-of-type em:last-of-type {
  margin-left: 3.417rem;
}
footer > p:first-of-type em:nth-of-type(2) a,
footer > p:first-of-type em:last-of-type a {
  font-size: 1.083rem;
  color: #4a4a4a;
}
footer > p:nth-of-type(2) {
  margin-top: 0.583rem;
}
footer > p:nth-of-type(3) {
  margin-top: 0.417rem;
}
footer > p a {
  color: #999999;
}
footer.gray {
  background: #f7f7f7;
}
/* 加载更多 */
.to_bottom img {
  display: block;
  width: 6.833rem;
  height: 6.833rem;
}
/* 消息提示框样式 */
.message {
  position: fixed;
  bottom: -8.333rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 10rem;
  max-width: 25rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  word-wrap: break-word;
  z-index: 9999;
  box-shadow: 0 0 0.833rem rgba(0, 0, 0, 0.4);
}
.message.success {
  color: #67c23a;
  background-color: #f0f9eb;
  border: 0.083rem solid #e1f3d8;
}
.message.error {
  color: #f56c6c;
  background-color: #fef0f0;
  border: 0.083rem solid #fde2e2;
}
.message.warning {
  color: #e6a23c;
  background-color: #fdf6ec;
  border: 0.083rem solid #faecd8;
}
.message.show {
  bottom: 20.833rem;
  opacity: 1;
}
.dialog_mask {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.dialog_mask .dialog_container {
  width: 70%;
  background-color: #ffffff;
  padding: 1.667rem 0 0;
  border-radius: 0.667rem;
  text-align: center;
}
.dialog_mask .dialog_container .title {
  font-size: 1.333rem;
  font-weight: bold;
  margin-bottom: 0.833rem;
}
.dialog_mask .dialog_container .text {
  font-size: 1.25rem;
  margin-bottom: 1.667rem;
  padding: 0 1rem;
}
.dialog_mask .dialog_container .dialog_footer {
  height: 4rem;
  border-top: 0.083rem solid #e0e0e0;
}
.dialog_mask .dialog_container .btn {
  width: 50%;
  border: none;
  font-size: 1.333rem;
  background: #ffffff;
}
.dialog_mask .dialog_container .btn:not(:first-of-type) {
  border-left: 0.083rem solid #e0e0e0;
}
.dialog_mask .dialog_container .dialog_cancel {
  color: #181818;
  border-radius: 0 0 0 0.833rem;
}
.dialog_mask .dialog_container .dialog_confirm {
  font-weight: bold;
  color: #5c78f5;
  border-radius: 0 0 0.833rem 0;
}
.empty {
  margin: 10rem auto 2.5rem;
}
.empty p {
  font-size: 1.167rem;
  color: #999999;
  margin-top: 1.583rem;
}
.empty a {
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  color: #ffffff;
  border-radius: 0.25rem;
  margin-top: 2rem;
}
/* 404 - 出错啦 */
.error_page {
  height: 100vh;
  padding-top: 8rem;
  background: #f7f8f9;
}
.error_page img {
  display: block;
  width: 24rem;
  height: 16.9167rem;
}
.error_page p {
  font-size: 1.3333rem;
  color: #999999;
  margin-top: 0.833rem;
}
.spage {
  margin: 2rem auto;
}
.spage a {
  width: 30%;
  height: 3.1667rem;
  font-size: 1.1667rem;
  color: #ffffff;
  border-radius: 0.5rem;
  background: #FABF61;
}
@media screen and (max-width: 373px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 374px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 413px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 580px) {
  html {
    font-size: 15px;
  }
}
