/**:not(.layui-layer):not(.rounded-circle):not(.rounded) {*/

/*border-radius: 0 !important;*/

/*}*/

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background: #f8f8f8;
}

body {
  font-size: 0.8rem;
  background: #f8f8f8;
  font-family: Microsoft YaHei, "微软雅黑", PingFang SC, Arial;
}

.card-footer {
  padding: 0.5rem;
}

.card-body {
  padding: 0.5rem;
}
.card-body table {
  width: 100% !important;
}
.card-body img {
  width: 100%;
  max-width: 100% !important;
}

p {
  margin-bottom: 0.5rem;
}

.vote-item-box {
  margin-left: 0;
}

.vote-item-type-box {
  margin-left: 0;
}

.vote-item-type-box .vote-item-type {
  padding: 0 1rem 0 0;
}

.vote-item-type-box .vote-item-type a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.vote-item-cover {
  width: 100%;
}

.vote-item {
  padding: 0 1rem 0 0;
}

.vote-item .index-tag {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 50px;
  padding: 0;
  text-align: center;
  filter: alpha(opacity=30);
  background-color: rgba(59, 59, 59, 0.5);
  color: #fff;
  z-index: 9;
}

.vote-item-box.aligning-first .vote-title-box,
.vote-item-box.aligning-first .vote-sub-title-box {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vote-item-box.aligning .vote_align_box {
  position: relative;
  height: 0;
  padding-top: 100%;
  display: block;
}

.vote-item-box.aligning .vote_align_box iframe,
.vote-item-box.aligning .vote_align_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.limit-width iframe,
.limit-width img {
  max-width: 100%;
  width: 100%;
}

.limit-width iframe {
  max-height: 260px;
}
.circle iframe,
.circle img {
  width: 100%;
  height: 100%;
}

.checkbar {
  border-bottom: 1px solid #f2f2f2;
}

.navbar-box {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  box-shadow: 2px 0 13px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 50;
}

.navbar {
  display: flex;
  padding: 0;
}

.navbar .col {
  padding: 0;
  width: 100%;
  margin: 0;
  height: 50px;
}

.navbar .col a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  text-decoration: none;
}

.navbar .col a.text-default {
  color: #888;
}

.navbar .col a:hover {
  text-decoration: none;
}

.card-footer {
  background: none;
  border-top: 0;
}

.card {
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.circle {
  border-radius: 50% !important;
  overflow: hidden;
}

.table {
  margin-bottom: 0;
}

.table tbody {
  color: #708294;
}

.table thead th {
  text-align: center;
}

.table .table_rank {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 0.75rem 0;
}

.table .table_detail {
  display: inline-flex;
  align-items: center;
}

.table .table_count {
  vertical-align: middle;
  text-align: center;
}
.vote_item_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.vote_item_btns .btn {
  width: 48%;
  margin-top: 0;
}

/* 定制易智海报 */
.share_yzjy-container {
  overflow: hidden;
  background: #fff;
}
.share_yzjy-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  height: 185px;
}
.share_yzjy_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.share_yzjy_bg img {
  width: 100%;
  height: 100%;
}
.share_yzjy-avater {
  position: relative;
  margin: 40px auto 0;
  width: 94px;
  height: 94px;
  border-radius: 94px;
  border: 1px solid #fff;
  overflow: hidden;
  z-index: 1;
}
.share_yzjy-avater img {
  width: 100%;
  height: 100%;
  border-radius: 94px;
}
.share_yzjy-description {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
}
.share_yzjy-content {
  width: 100%;
  margin-top: 20px;
}
.share_yzjy_index {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
.share_yzjy_index span {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  border-bottom: 4px solid #1d4d75;
  padding-bottom: 4px;
}
.share_yzjy_participator {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.share_yzjy-dec {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}
.share_yzjy-qrcode {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 43px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.share_yzjy-qrcode-img {
  padding: 4px;
  width: 130px;
  height: 130px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.share_yzjy-qrcode-img img,
.share_yzjy-qrcode-img canvas {
  width: 100% !important;
}
.share_yzjy-qrcode_text {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  color: #b9b9b9;
  font-size: 8px;
}
.share_yzjy-icon {
  position: absolute;
  right: 0;
  bottom: -43px;
  width: 104px;
  height: 112px;
}
.share_yzjy-icon img {
  width: 100%;
  height: 100%;
}
.share_yzjy-close {
  margin-top: 16px;
  text-align: center;
}

.share_yzjy-close .iconfont {
  font-size: 36px;
  color: #fff;
}

/* 定制方图杯海报 */
.share_fangtu-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: -10;
}
.share_fangtu-wrap {
  height: 141vw;
  background: url(https://audio.weitoupiao.com/other/share_fangtu5.jpg)
    no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.share_fangtu-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10vw;
  width: 100%;
}
.share_fangtu_img img {
  width: 100%;
}
.share_fangtu-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5vw;
  width: 138px;
  height: 6.4vw;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background: #f00818;
  border-radius: 12px;
}
.share_fangtu-avater {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.4vw auto 4.8vw;
  width: 242px;
  height: 42vw;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.share_fangtu-avater img {
  width: 100%;
  max-height: 100%;
}
.share_fangtu-info {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(3, 10, 22, 0.1);
}
.share_fangtu-qrcode {
  width: 100%;
  margin-top: 9vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.share_fangtu-qrcode-img {
  width: 21vw;
  height: 21vw;
  border-radius: 1px;
}
.share_fangtu-qrcode-img img {
  width: 100%;
}
.share_fangtu-qrcode_text {
  margin-top: 3.4vw;
  color: #fff;
  font-size: 9px;
}
.share_fangtu-close {
  margin-top: 16px;
  text-align: center;
}

.share_fangtu-close .iconfont {
  font-size: 36px;
  color: #fff;
}

.share_fangtu_box {
  width: 100%;
}

.share_fangtu_poster {
  width: 100%;
  height: 141vw;
}
.share_fangtu_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-body {
  font-size: 16px;
}

.custom-body p {
  margin: 0;
  line-height: 1.5 !important;
  text-indent: 0 !important;
}

.custom-body span {
  line-height: 1.5 !important;
}

.container-fluid {
  max-width: 600px;
  min-height: 100vh;
}