* {
    box-sizing: border-box;
  }
  
  body,
  html {
    width: 100%;
    min-height:100vh;
    font-size: 14px;
    background: #A7D5FA;
  }
  
  body.hidden{
    overflow: hidden;
  }
  
  .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
  
  p {
    padding: 0;
    margin: 0;
  }
  
  a {
    color: #fff;
  }
  
  img {
    max-width: 100%;
  }
  
  .d-flex {
    display: flex;
  }
  
  .title-index {
    font-size: 18px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
  }
  
  .text-style {
    color: #944941;
  }
  
  .margin_top {
    margin-top: 20px;
  }
  
  .card {
    margin-bottom: 10px;
  }
  
  .border_img {
    padding: 0 10px;
  }
  
  .border_img img {
    width: 100%;
  }
  
  .border_bottom {
    clear: both;
    margin-top: -24px;
  }
  
  .border_bottom img {}
  
  .icon-rhombus {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    transform: rotate(45deg);
  }
  
  .padding {
    padding: 0;
  }
  
  .text-style-1 {
    color: #20449F;
  }
  
  .color {
    color: #ff6940;
  }
  
  .bg-number-1 {
    background-color: rgba(51, 121, 215, 0.4);
  }
  
  .bg-box-1 {
    background-color: rgba(51, 121, 215, 0.1);
  }
  
  .btn-type-1,
  .btn-type-1:hover,
  .btn-type-1:focus {
    background: #FF8F05;
    color: #fff;
    border: none;
  }
  
  .bg-style-1,
  .bg-style-1:hover,
  .bg-style-1:focus {
    color: #F55039;
    background: #FFEFAE;
    border-bottom: 1px solid #F55039;
  }
  
  
  .bg-style-1-1,
  .bg-style-1-1:hover,
  .bg-style-1-1:focus {
    color: #137872;
    background: #E6FEFA;
    border: none;
  }
  
  .bg-style-check,
  .bg-style-check:hover,
  .bg-style-check:focus{
    background: #0582F7;
    color: #FFFFFF;
    border:none
  }
  
  .bg-style-2,
  .bg-style-2:hover,
  .bg-style-2:focus {
    color: #fff;
    background: linear-gradient(90deg, #FE512A 0%, #FF9447 100%);
    border: none;
  }
  
  .bg-style-2-1,
  .bg-style-2-1:hover,
  .bg-style-2-1:focus {
    color: #FF6E37;
    background: none;
    border: 1px solid #FE512A;
  }
  
  .bg-style-classify,
  .bg-style-classify:hover,
  .bg-style-classify:focus {
    background: #E3F2FF;
    color: #0582F7;
    border: none;
  }
  
  .bg-style-footer,
  .bg-style-footer:hover,
  .bg-style-footer:focus {
    color: #0582F7;
    background: none;
    border: none;
  }
  
  .bg-style-o,
  .bg-style-o:hover,
  .bg-style-o:focus {
    color: #80C4FF;
    background: none;
    border: none;
  }
  
  .bg-style-sign,
  .bg-style-sign:hover,
  .bg-style-sign:focus {
    color: #fff;
    background: rgb(248, 182, 87);
    border: none;
  }
  
  .rule-body {
    background: #fff;
  }
  
  #pjax-box {
    min-height: 100vh;
  }
  
  .container-fluid {
    max-width: 600px;
    font-family: "Microsoft YaHei", serif !important;
    color: #fff;
  }
  
  .data_title_box {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  .data_title_box .data_title_img {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  
  .data_title_box .data_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 8px;
    font-size: 14px;
    font-weight: 900;
    color: #FE4B2B;
    line-height: 16px;
  }
  
  .rule-box-title {
    position: relative;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: 900;
    margin-bottom: 15px;
  }
  
  .rule-box-sub-title {
    font-size: 8px;
    color: #aeacb3;
    text-align: center;
  }
  
  .rule-box-cirle {
    margin-bottom: 5px;
    text-align: center;
  }
  
  .rule-box-cirle span {
    display: inline-flex;
    margin: 0 3px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
  }
  
  .rule-box-cirle span.active {
    border: 2px solid rgba(67, 135, 227, 1);
    background: transparent;
  }
  
  .rad {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
  }
  
  .op {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  
  .shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  }
  
  .empty-info {
    padding: 20px 0;
  }
  
  .mt-all {
    margin-top: 10px;
  }
  
  .mb-bar {
    margin-bottom: 70px;
  }
  
  .mb-no {
    margin-bottom: 0;
  }
  
  .p-0{
    padding:0 !important;
  }
  .marquee-box {
    height: 25px;
    line-height: 25px;
    background: #2e3132;
  }
  
  .tr_line {
    display: table-cell;
    vertical-align: middle !important;
  }
  
  .marquee-box .marquee {
    position: fixed;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    top: 0;
    z-index: 101;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .banner-box img {
    width: 100%;
  }
  
  .stat-box {}
  
  .stat-box .border_box {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    border-radius:8px;
  }
  
  .stat-box .border_box:after {
    content:"";
    position: absolute;
    left:40px;
    top:100%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent; /* 左边透明 */
    border-right: 9px solid transparent; /* 右边透明 */
    border-top: 9px solid #fff;
  }
  
  .stat-content {
    padding: 0;
  }
  
  .stat-content-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 12px;
    padding-top: 30px;
    padding-bottom:20px;
    border-bottom: 2px dashed #5BACFF;
  }
  
  .detail-box .stat-content-container {
    margin:0;
    padding: 0px 0 15px;
  }
  
  .stat-content-container .stat-content-number {
    width: calc(33.3333% - 12px);
    /* height:60px; */
    border-radius: 8px;
    text-align: center;
    background:url(../img/stat_item_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .stat-content-bg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .stat-content-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .stat-content-icon img {
    width: 100%;
  }
  
  .stat-content-number .number {
    display: inline-block;
    /* margin-top:11px; */
    /* min-width: 6em; */
    font-size: 20px;
    font-weight: bold;
    color: #20449F;
    line-height: 23px;
  }
  
  .stat-content-container .state-content-text {
    font-size: 13px;
    font-weight: 400;
    color: #20449F;
    line-height: 20px;
  }
  
  .diff-time-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding:0;
    width: 100%;
    height: 26px;
    border: none;
    background: none;
    z-index: 2;
  }
  
  .diff-time-box .text {
    font-size: 13px;
    font-weight: 400;
    color: #20449F;
    line-height: 20px;
  }
  
  .diff-time-box .time-color {}
  
  .sign_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    width: 100%;
    height: 36px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    border-radius: 18px;
  }
  
  .sign-btn,
  .sign-btn:hover,
  .sign-btn:focus,
  .sign-btn:active,
  .sign-btn.active.focus,
  .sign-btn.active:focus,
  .sign-btn.focus,
  .sign-btn:active.focus,
  .sign-btn:active:focus,
  .detail-btn,
  .detail-btn:hover,
  .detail-btn:focus,
  .detail-btn:active,
  .detail-btn.active.focus,
  .detail-btn.active:focus,
  .detail-btn.focus,
  .detail-btnn:active.focus,
  .detail-btn:active:focus {
    width: 81%;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0 auto;
    color: #9D6300;
    font-size: 14px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    outline: none;
  }
  
  .sign-btn span,
  .detail-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #221c26;
  }
  
  .rule-box {
    position: relative;
    font-size: 14px;
  }
  .rule_intro{
    margin-top:30px;
  }
  .rule-box.rule_box_introduction{
  }
  
  .rule-box .border_box {
    position: relative;
    padding: 3px;
    background: #5BACFF;
    border-radius: 15px;
  }

  .rule-box.rule_data .border_box::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(3.22deg);
    background: #3699FD;
    border-radius: 16px;
    z-index: 1;
  }
  
  .rule-box .border_box .border_box_wrapper{
    background: #FFFFFF;
    border-radius: 15px;
  }

  .rule-box.rule_data .border_box .border_box_wrapper{
    position: relative;
    z-index: 2;
  }

  .rule-box .rule-body{
    background: none;
  }
  
  .rule-box.detail_data .border_box .border_box_wrapper{
    padding:0px;
    overflow: hidden;
  }

  .rule-box.detail_data .border_box .border_box_wrapper::after{
    content:"";
    position: absolute;
    left:6px;
    top:0;
    width:100%;
    height:100%;
    transform: rotate(3.22deg);
    background: #3699FD;
    border-radius: 16px;
    z-index:1;
  }

  .rule-box.detail_data .border_box .border_box_wrapper .card-body{
    background: #fff;
  }
  
  .rule-box.rule_intro .border_box .border_box_wrapper{
    padding-top:20px;
  }
  .rule-box-wrapper {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    background: none;
  }
  
  .type-box .rule-box-wrapper{
    margin-top:9px;
    width:100%;
  }
  .rule_title_wrap{
    position: absolute;
    left:50%;
    top:0;
    transform: translate(-50%,-50%);
    width: 229px;
    height: 58px;
    background: url(../img/rule_title_bg.png) no-repeat;
    background-size:100% 100%;
    z-index:2;
  }

  .rule_title{
    margin-top:29px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
  }
  
  .border_clamp{
    position: absolute;
    left:50%;
    top:-28px;
    transform: translate(-50%);
    width: 229px;
    height: 37px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }

  .border_clamp .border_clamp_circle{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 10px solid #3699FD;
    z-index: 1;
    background: #A7D5FA;
  }

  .border_clamp .border_clamp_line{
    position: relative;
    width:100%;
    height:17px;
    background:#3699FD;
    border-radius:15px;
    z-index:2;
  }

  .rule-box-wrapper .rule-body {
    padding: 15px;
  }
  
  .rule_box_introduction .rule-box-wrapper .rule-body{
    padding: 0 0 24px 44px;
    margin-top: 0;
    box-shadow: none;
    border: none;
    background: none;
  }
  
  .rank-box .rule-box-wrapper .rule-body {
    border:none;
  }
  
  .rule_line{
    position: relative;
    display: flex;
    width:100%;
    height: 4px;
    background: linear-gradient(180deg, #FF8741 0%, #FF5125 100%);
    border-radius: 2px 2px 2px 2px;
  }
  
  .rule_line .rule_line_icon{
    flex:1;
    display: flex;
    align-items: center;
  }
  
  .rule-box .rule_line .rule_line_icon img{
    margin:0;
    width:13px;
    vertical-align: middle;
  }
  
  .rank-box .border_title .rule-box-wrapper .rule-body {
    padding: 15px;
  }
  
  
  .rule_introduction .rule-box-wrapper .rule-body {}
  
  .rule-box p {
    position: relative;
    z-index: 1;
  }
  
  .rule-box .card-body .rule-text {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  
  .rule-box .card-body .rule-text:last-child {
    margin-bottom: 0;
  }
  
  .rule-box .rule-box-img-wrap {
    display: flex;
    align-items: flex-start;
    margin-right: 12px;
    width: 48px;
  }
  
  .rule-box .rule-text .rule-box-img {
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  
  .rule-box .card-body .rule-text .rule-text-txt {
    flex: 1; 
    line-height: 20px;
  }
  
  .rule-box .card-body .rule-text .rule-text-txt1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #20449F;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .rule-box .card-body .rule-text .rule-text-txt2 {
    font-size: 13px;
    font-weight: 400;
    color: #20449F;
    line-height: 20px;
    margin-left: 12px;
  }
  
  .rule_activity{
    margin-top:9px;
    width:100%;
    padding:4px 28px;
    background: #EDFFFC;
    border-radius: 12px 12px 12px 12px;
  }
  
  .rule-box .card-body .rule_activity .rule-text-txt {
    display: flex;
  }
  
  .rule_activity_text{
    font-size: 13px;
    font-weight: 400;
    color: #D68A33;
    line-height: 20px;
  }
  
  .white-space{
    white-space: nowrap;
  }
  
  .rule-box .rule-content-box {
    color: #20449F;
  }
  
  .rule-box .rule-content-box.active {
    display: block;
  }
  
  .rule-box .rule-content-box img,
  .rule-box .rule-content-box iframe,
  .rule-box .rule-content-box audio,
  .rule-box .rule-content-box video {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .rule-box .card-body img,
  .rule-box .rule-content-box iframe {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .rule-box .font-bold {
    font-weight: bold;
  }
  
  .page_home_content {
    position: relative;
    margin: 30px 0 0;
    padding-top: 4px;
    background: #fff;
    border: 3px solid #5BACFF;
    border-radius: 15px;
  }

  .page_home_img{
    position: absolute;
    left:50%;
    top:-29px;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 229px;
  }
  
  .page_home_img img{
    width: 100%;
  }
  .sign-box .page_home_img,.detail-box .page_home_img{
    margin:0;
    padding:0;
  }
  .sign-box .page_home_img img,.detail-box .page_home_img img{
    margin:0;
  }
  
  .detail-box .card-body {
    position: relative;
    background: none;
    z-index:2;
  }

  .detail-box.detail_stat .card-body{
    padding:0 15px 15px;
  }
  
  .detail-box.type-box .card-body {
    padding: 8px;
    background: #FFFFF6;
    border:none;
  }
  
  .color-box .card-body {
    background: #FFFFF6;
    border:none;
  }
  
  .detail-box_number {
    margin: 0 auto;
    width: 100px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  
  .detail-box_line {
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }
  
  .detail_index {
    font-size: 16px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
  }
  
  .detail-box_line .detail-title {
    font-size: 16px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
  }
  
  .detail-box_line .detail-sub-title {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #20449F;
    line-height: 20px;
  }
  
  .detail-box .detail_line{
    width:100%;
  }
  
  .detail-box .detail_line img{
    margin:0;
    width:100%;
  }
  .detail-box-content-wrapper {
    position: relative;
    z-index: 2;
  }
  
  .detail-box-content-wrapper img,
  .detail-box .detail-content-box img,
  .detail-box .detail-content-box audio {
    max-width: 100%;
    margin: 10px auto;
  }
  
  .detail-box .detail-content-box video {
    max-width: 100%;
  }
  
  .detail-box .detail-content-box iframe,
  .detail-box .card-body iframe {
    width: 100% !important;
  }
  
  .detail-content-box table,.detail-content-box tbody{
    max-width: 100% !important;
    overflow: hidden;
  }
  .detail-content-box td{
    max-width: 50% !important;
    height: auto;
    border: 1px solid;
  }
  
  .detail-content-box td img{
    width: 100%;
    max-width:200px !important;
  }
  
  .detail-box p {}
  
  .detail-box .detail-content-box {
    margin-top: 13px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #20449F;
    line-height: 20px;
  }
  
  .detail-box .detail-box-content {
    padding: 10px 0;
  }
  
  .detail-box .detail-box-content img {
    margin: 10px auto;
    max-width: 100% !important;
  }
  
  .detail-box .number {}
  
  .detail-box .detail-content-text {
    color: #333;
    font-size: 12px;
    font-weight: 400;
  }
  
  .search-box {}
  
  .search-box .search-box-group {
    position: relative;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
  }
  
  .search-box .search-box-icon {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .search-box .keyword {
    flex: 1;
    height: 20px;
    line-height: 20px;
    padding: 15px 0 15px 15px;
    color: #8cc4a7 !important;
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
  }
  
  .search-box .keyword::placeholder {
    color: #8cc4a7;
  }
  
  .search-box .input-group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25.5%;
    height: 50px;
    z-index: 10;
  }
  
  .search-box .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 46px;
    padding: 0;
    color: #d6fce3;
    font-size: 13px;
    border: none;
    outline: none !important;
    border-radius: 0;
    box-shadow: none;
  }
  
  .search-box .iconfont {
    margin-right: 6px;
    font-size: 16px;
    color: #d6fce3;
  }
  
  .type-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    overflow: hidden;
    width:100%;
  }
  
  .type-box.type-rank {
    padding: 0;
    width:auto;
  }
  
  .type-box .type-current-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    color: #044737;
    border-radius: 8px;
  }
  
  .type-box .type-current {
    font-size: 14px;
    font-weight: 600;
    /* color: #4d423c; */
    line-height: 20px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 30px;
  }
  
  .type-current-icon {
    position: absolute;
    right: 10px;
    top: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
  }
  
  .type-current-icon i {
    font-size: 16px;
    transition:all 0.3s;
    color: #fff;
  }
  
  .type-current-icon.rotate i {
    transform: rotate(180deg);
  }
  
  .type-box .item {
    padding: 4px;
  }
  
  .type-box .item .btn {
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  
  .vote-item-box-wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    width:100%;
    border-radius: 8px;
    margin-top: 10px !important;
  }
  
  .vote-item-box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .widget-vote-item {
    border-radius: 7px !important;
  }
  
  .widget-vote-item .card-default {
    background-color: #fff !important;
    position: relative;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  
  .widget-vote-item .card-default .mt-all .count {
    font-size: 12px;
  }
  
  .mt-all .title {
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
  }
  
  .mt-all .sub-title {
    color: #fff;
  }
  
  .mt-all input::-webkit-input-placeholder,
  .mt-all textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbbbbb;
    font-weight: normal;
  }
  
  .mt-all input:-moz-placeholder,
  .mt-all textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbbbbb;
    font-weight: normal;
  }
  
  .mt-all input::-moz-placeholder,
  .mt-all textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbbbbb;
    font-weight: normal;
  }
  
  .mt-all input:-ms-input-placeholder,
  .mt-all textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bbbbbb;
    font-weight: normal;
  }
  
  .card-body p.more-title {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
  
  .card-body p.more-desc {
    margin-top: 10px;
  }
  
  .card-heading {
    color: #fff;
  }
  
  .vote-item-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius:8px;
  }
  
  .vote-item-box .item {
    padding: 5px;
    margin-bottom: 0px;
  }
  
  .vote_border_box {
    position: relative;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .vote_border_box::before {
    position: absolute;
    width: 100%;
    height: 17px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 600px;
  }
  
  .vote_border_box::after {
    position: absolute;
    width: 100%;
    height: 17px;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 600px;
  }
  
  .vote-item-box .item .vote_border_box_wrap {
    position: relative;
    border: none;
    padding: 0;
  }
  
  .vote-item-box .item .vote_border_box_wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 17px;
    background: #35847d;
    z-index: 1;
  }
  
  .vote-item-box .item .vote_border_box_wrap::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 17px;
    background: #35847d;
    z-index: 1;
  }
  
  .vote-item-box .item .vote_item_body {
    position: relative;
    padding: 8px;
    text-align: center;
    overflow: hidden;
    background: #E3F2FF;
    /* box-shadow: 0px 4px 4px 0px #EDFFFC; */
    border-radius: 8px 8px 8px 8px;
  }
  
  .vote-item-box .item .vote_item_body img,
  .vote-item-box .item .vote_item_body iframe {
    width: 100%;
    border-radius: 5px;
    vertical-align: middle;
  }
  
  .item-index-box {
    position: absolute;
    left: 0;
    top: 0px;
    background: #fedfad;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 41px;
    height: 19px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #9b766c;
    line-height: 14px;
    border-radius: 8px 0 10px 0;
    z-index: 3;
  }
  
  .vote_item_check {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 3;
  }
  
  .vote_item_check .vote_item_check_img {
    width: 20px;
    height: 20px;
  }
  
  .vote-item-box .vote-img-box {
    display: block;
    position: relative;
    z-index: 0;
  }
  
  .vote-item-box .vote-item-text {
    padding: 10px 8px;
    position: relative;
    z-index: 3;
  }
  
  .vote-item-box .vote-item-text .title {
    /* font-size: 13px; */
    /* font-weight: 600; */
    /* color: #0E6448; */
    /* line-height: 20px; */
    font-size: 14px;
    /* font-family: PingFang SC, PingFang SC; */
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
  }
  
  .vote-item-box .vote-item-text .sub-title {
    /* margin-top:7px; */
    /* font-size: 10px; */
    /* font-weight: 400; */
    /* color: #9A9A9E; */
    /* line-height: 20px; */
    font-size: 12px;
    /* font-family: PingFang SC, PingFang SC; */
    font-weight: 400;
    color: #52A6F5;
    line-height: 20px;
  }
  
  .vote-item-box .vote-item-text .vote-item-count {
    /* display: flex; */
    margin-top: 10px;
  }
  
  .vote-item-box .vote-item-text .vote-item-count .vote-item-slogan {
    flex:1;
    width:0;
  }
  
  .vote-item-box .vote-item-text .count-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    color: #52A6F5;
    line-height: 20px;
    margin: 0;
    padding: 0 8px;
    height: 18px;
    border-radius: 4px 4px 4px 4px;
    /* opacity: 1; */
    border: 1px solid #52A6F5;
  }
  
  .vote-item-box .vote-item-text .count-wrapper .vote-item-count-icon {
    width: 12px;
    margin-right: 10px;
  }
  
  
  .vote-item-box .vote-item-text .count-wrapper .vote-item-count-icon img {
    width: 100%;
  }
  
  .vote-item-box .vote-item-text .count-wrapper .count {
  }
  
  .vote-item-box .vote-item-text .vote-item-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    z-index: 1;
  }
  
  .vote-item-box .vote-item-text .vote-item-btn .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    max-width: 76px;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 36px;
    z-index: 3;
  }
  
  .vote-item-box .item img {
    width: 100%;
  }
  
  .vote-item-box .active .btn {
    background-color: #fff;
    color: #758697;
  }
  
  .vote-item-box.aligning .vote_align_box {
    position: relative;
    display: block;
    height: 0;
    padding-top: 100%;
  }
  
  .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%;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote_item_body {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .vote-item-box .vote-item.vote-item-row .vote_img_wrap{
    position: relative;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-img-box {
    width: 71px;
    height: 71px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-img-box .vote-item-cover {
    object-fit: cover;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-item-index-box {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #FFEFAE;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 41px;
    height: 19px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #59B676;
    line-height: 14px;
    border-radius: 12px 0 6px 0;
    z-index: 3;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 15px;
    width: 0;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-item-text p,
  .vote-item-box .vote-item.vote-item-row .vote-item-text .title {
    text-align: left;
  }
  
  
  .vote-item-box .vote-item.vote-item-row .vote-item-text .sub-title,
  .vote-item-box .vote-item.vote-item-row .vote-item-text .title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:left;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-item-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-item-btn {
    margin-top: 0;
    margin-left:auto;
    width: 76px;
    height: 30px;
  }
  
  .vote-item-box .vote-item.vote-item-row .vote-item-btn .btn {
    width: 100%;
  }
  
  .detail-content-box .btn-block {
    width: 90px !important;
    color: #e61920 !important;
    background-color: #ffc813 !important;
    border: 1px solid #fed189;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px 0px rgba(190, 12, 18, 1);
    font-size: 13px !important;
    margin: 10px auto;
  }
  
  .detail_navbar,
  .navbar-box {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
  }
  
  .navbar-box.navbar-select-box {
    border-radius: 18px 18px 0px 0px;
  }
  
  .footer-bar-box {
    width: 100%;
    display: flex;
  }
  
  .detail_btns {
    display: flex;
    flex-direction: column;
  }
  
  .detail_btns_info{
    display: flex;
    margin: 10px -7px 0;
  }
  
  .detail_btns_info .detail_btn{
    margin:0 7px;
    flex:1;
  }
  
  
  .detail_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 35px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px
  }
  
  .footer-bar-box .item {
    flex: 1;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer-bar-box .item a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  
  .footer-bar-icon {
    width: 24px;
  }
  
  .footer-bar-box .item a .footer-bar-text {
    font-weight: 400;
    font-size: 10px;
  }
  
  .select-bar-box {
    position: relative;
    padding: 14px 16px;
    color: #35847d;
  }
  
  .select-bar-box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 18px;
    z-index: 1;
  }
  
  .select_bar_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
  }
  
  .select_bar_count_item {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    margin-bottom: 10px;
    /* padding: 0 13px 6px; */
  }
  
  .select_bar_count_item:last-child {
    margin-bottom: 0;
  }
  
  .select_bar_content_icon {
    display: flex;
    align-items: center;
    width: 16px;
    min-width: 16px;
    /* position: absolute; */
    /* right: 3px; */
    /* top: 3px; */
  }
  
  .select_bar_content_icon img {
    width: 100%;
  }
  
  .select_bar_content_right {
    display: flex;
    flex: 1;
    /* flex-direction: column; */
    margin-left: 10px;
    background: #E3F2FF;
    border-radius: 8px;
    padding: 8px;
  }
  .select_bar_content_img_wrap{
    position: relative;
  }
  
  .select_bar_content_img {
    position: relative;
    width: 71px;
    height: 71px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .select_bar_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .select_bar_content_info {margin-left: 10px;flex: 1;overflow: hidden;display: flex;flex-direction: column;width: 0;}
  
  .select_bar_info {
    display: flex;
    overflow: hidden;
  }
  
  .select_bar_info_index {
    font-size: 14px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
    white-space: nowrap;
  }
  
  .select_bar_info_title {
    font-size: 14px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .select_bar_sub_title {
    font-size: 12px;
    font-weight: 400;
    color: #52A6F5;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .select_bar_operate {
    display: flex;
    align-items: center;
  }
  
  .select_bar_count {
    margin-top: 8px;
  }
  
  .select_bar_count_num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    font-size: 10px;
    font-weight: 400;
    color: #52A6F5;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #52A6F5;
  }
  
  .select_bar_radio {
    display: flex;
    align-items: center;
  }
  
  .select_bar_radio_img {
    width: 16px;
    height: 16px;
  }
  
  .select_bar_radio_text {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
  }
  
  .select_bar_check {
    margin-left: 4vw;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #0582F7;
    line-height: 20px;
  }
  
  .select_bar_check_text {
    margin-left: 4px;
  }
  
  .select_bar_check_text .iconfont {
    display: inline-flex;
    transition: all 0.3s;
  }
  
  .select_bar_check_text.active .iconfont {
    transform: rotate(180deg);
  }
  
  .select_bar_btns {
    margin-left: 14px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  
  .select_bar_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 124px;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 30px;
  }
  
  /* widget */
  
  .widget-float-box li {
    position: fixed;
    top: -20%;
    list-style: none;
    display: block;
    width: 3rem;
    animation: downFloat 10s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
  }
  
  .widget-float-box li img {
    width: 100%;
  }
  
  @keyframes downFloat {
    0% {
      top: -20%;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      top: 110%;
      -webkit-transform: rotate(600deg);
      transform: rotate(600deg);
    }
  }
  
  @keyframes upFloat {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    100% {
      -webkit-transform: translateY(-2000px) rotate(600deg);
      transform: translateY(-2000px) rotate(600deg);
    }
  }
  
  .input-err {
    border: 1px solid #f00;
  }
  
  .widget-alert-box img {
    width: 200px;
    height: 200px;
  }
  
  .sign-form-img-box .item .fa-close {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #f00;
    color: #fff;
    border-radius: 50% !important;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  
  .sign-form-img-box .item img {
    width: 100%;
    height: 60px;
  }
  
  
  /* .animation-rotate {
      transform-origin: 50% 50%;
      -webkit-transform: rotate(360deg);
      animation: rotation 3s linear infinite;
      -moz-animation: rotation 3s linear infinite;
      -webkit-animation: rotation 3s linear infinite;
      -o-animation: rotation 3s linear infinite;
  }
  
  .widget-audio-box {
      z-index: 102;
      width: 30px;
      height: 30px;
      position: fixed;
      right: 18px;
      top: 18px;
      border: 2px solid #fff !important;
      border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      text-align: center;
      line-height: 25px;
      font-size: 15px;
      cursor: pointer;
  }
  
  @-webkit-keyframes rotation {
      from {
          -webkit-transform: rotate(0deg);
      }
      to {
          -webkit-transform: rotate(360deg);
      }
  } */
  
  /* æŽ’è¡Œæ¦œ */
  
  .rule-box-content {
    margin: 15px 0;
  }
  
  .rule-box-content img,
  .rule-box-content iframe {
    max-width: 100% !important;
  }
  
  .show-activity-end .activity-icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .show-activity-end .activity-text {
    margin: 30px auto;
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }
  
  .show-activity-end .activity-btn .activity-btn1 {
    width: 120px;
    height: 36px;
    margin: 10px auto;
    line-height: 36px;
    background: rgba(69, 156, 250, 1);
    border-radius: 4px;
    display: block;
    color: #fff;
    font-size: 14px;
  }
  
  .show-activity-end .activity-btn .activity-btn2 {
    width: 120px;
    height: 36px;
    margin: 10px auto;
    line-height: 36px;
    background: #fe4e67;
    border-radius: 4px;
    display: block;
    color: #fff;
    font-size: 14px;
  }
  
  /* rank.css */
  
  .rank-list-wrapper {
    position: relative;
  }
  
  .rank-list-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 7px;
    z-index: 0;
  }
  
  .rank-list {
    display: flex;
    position: relative;
    z-index: 1;
  }
  
  .rank-list2 {
    margin-bottom: 15px;
    margin-top: -15%;
  }
  
  .rank-list-item2,
  .rank-list-item3 {
    width: 30%;
  }
  
  .rank-list-item1 {
    width: 40%;
  }
  
  .rank-list-item1 a,
  .rank-list-item2 a,
  .rank-list-item3 a {
    color: #708294;
  }
  
  .rank_img {
    position: relative;
    text-align: center;
  }
  
  .rank_img img {
    width: 100%;
  }
  
  .rank_top {
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin: 10px 0;
  }
  
  .rank_second {
    text-align: center;
    margin: 10px 0;
  }
  
  .rank_third {
    text-align: center;
    margin: 10px 0;
  }
  
  .rank_top p,
  .rank_second p,
  .rank_third p {
    margin-bottom: 0;
  }
  
  .rank_data .rule-body {
  }
  
  .table {
    margin-bottom: 0;
  }
  
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th,
  .table>tbody>tr,
  .table>tbody>tr>td {
    border: none;
    vertical-align: middle;
  }
  
  .table thead tr {
    color: #4D423C;
  }
  
  .rank-box .table{
    position: relative;
    z-index: 2;
  }
  
  .rank-box .table tbody tr{
    display: flex;
    margin-bottom:16px;
    height:62px;
  }
  
  .rank-box .table tbody tr:last-child{
    margin-bottom:0;
  }
  
  .table thead tr th,
  .table tbody tr td {
    text-align: center;
  }
  
  .table thead tr th:nth-child(2),
  .table tbody tr td:nth-child(2) {
    text-align: left;
  }
  
  .table thead tr th {
    font-size: 14px;
    font-weight: bold;
  }
  
  table tbody tr:nth-child(2n + 1) {
  }
  
  .table tbody tr .rank-box-index {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 3em;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #A7D5FA;
    line-height: 20px;
  }
  
  .table tbody tr .rank-box-count {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #FF8F05;
    line-height: 20px;
  }
  
  .table tbody tr img {
    width: 1.5em;
  }
  
  .rank-box .table tbody tr td:nth-child(2) {
    display: flex;
    align-items: center;
    flex:1;
    padding: 0;
    text-align: left;
  }
  
  .table tbody tr td .table_rank {
    width: 25px;
    transition-timing-function: cubic-bezier(1, -.01, .01, 1);
    animation: bounce 4s ease infinite;
  }
  
  .table tbody tr:nth-child(2) td .table_rank {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
  }
  
  .table tbody tr:nth-child(3) td .table_rank {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
  }
  
  .table tbody tr td .table_detail {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
  }
  .table tbody tr td .table_detail .table_detail_cover{
    width: 47px;
    height:47px;
  }
  .table tbody tr td .table_detail .table_detail_rank{
    position: absolute;
    left:0;
    top:0;
    width:47px;
    height:47px;
    z-index:1;
  }
  
  .table tbody tr td .table_detail .circle {
    position: relative;
    width: 39px;
    height: 39px;
    border-radius:50%;
    overflow: hidden;
    z-index:2;
  }
  
  .table tbody tr td .table_detail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }

  .table tbody tr td .table_detail.table_rank_top .circle {
    position: absolute;
    left: 7px;
    top: 10px;
    width: 35px;
    height: 35px;
    z-index: 2;
  }
  
  .table_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 8px;
    width: 0;
    flex: 1;
  }
  
  .table_info_num {
    font-size: 14px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .table_info_text {
    font-size: 13px;
    font-weight: 400;
    color: #52A6F5;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .footer-box a {
    color: #fff !important;
  }
  
  
  .vote-item-comment-list-box .comment-item-nickname,
  .vote-item-comment-list-box .comment-item-time {
    color: #944941 !important;
  }
  
  .vote_item_icon {
    color: #cc3300;
  }
  
  .vote_item_icon .iconfont {
    color: #cc3300;
  }
  
  .not-user-select {
    user-select: none;
    -webkit-user-select: none;
  }
  
  .not-user-select img {
    pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* 
  *{
    -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
  } */
  
  .type-sticky {
    position: sticky;
    left: 0;
    top: 20px;
    z-index: 10;
  }
  
  .type-fixed {
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 10;
  }
  
  .report-complain {
    display: block;
    margin-top: 8px;
    color: #0582F7;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }
  
  .go-back {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
  }
  
  .go-back-img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .comment_content {}
  
  .vote_item_title {
    color: #4D423C;
  }
  
  .vote_item_date {
    color: #4D423C;
  }
  
  .vote_item_icon .iconfont {}
  
  @keyframes bounce {
    8% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  
    12% {
      -webkit-transform: scale(.9);
      transform: scale(.9)
    }
  
    16% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
    }
  
    20% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  
    to {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }
  
  .widget-search-box {
    width: 100%;
    height: auto;
    background: url(../img/rule_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px;
    border-radius: 8px;
  }
  
  .dialog_search_box {
    padding: 28px 26px 52px;
    background: none;
    border-radius: 8px;
  }
  
  .dialog_search_input {
    position: relative;
    width: 100%;
    display: flex;
  }
  
  .dialog_search_input_text {
    width: 100%;
    padding: 0 40px 0 15px;
    height: 40px;
    border: 1px solid #3699FD;
    border-radius: 26px;
    font-size: 12px;
    font-weight: 400;
    color: #3699FD;
    line-height: 20px;
    background: none;
    outline: none;
  }
  
  .dialog_search_input_text::placeholder {
    color: #3699FD;
  }
  
  .dialog_search_icon {
    position: absolute;
    right: 10px;
    top: 0;
    width: 18px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dialog_search_icon_del {
    width: 100%;
    vertical-align: middle;
    color: #3699FD;
  }
  
  .dialog_search_btns {
    margin-top: 22px;
  }
  
  .dialog_search_btn,
  .dialog_search_btn:focus.dialog_search_btn:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    background: #3699FD;
    border-radius: 20px;
    box-shadow: none;
    outline: none;
    border: none;
  }
  
  .sign-icon {
    width: 70px;
    height: 70px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-radius: 4px !important;
    background:rgba(0,0,0,0.04);
  }
  
  .sign-icon .iconfont {
    font-size: 24px !important;
    color: #877970;
  }
  
  .sign-btn-box {
    position: fixed;
    right: 19px;
    bottom: 65px;
    width: 52px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 10;
  }
  
  .sign-btn-box.check {
    bottom: 118px;
  }
  
  .sign-btn-box-img {
    width: 100%;
  }
  
  .sign-btn-box .sign-btn-box-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .sign-btn-box-icon img {
    width: 100%;
  }
  
  .sign-btn-box-text {
    font-size: 10px;
    font-weight: 400;
    color: #4d423c;
    line-height: 20px;
  }
  
  .sign-box .form-control {
    font-size: 13px;
    font-weight: 400;
    color: #3699FD;
    line-height: 20px;
    border-radius: 8px;
    background: rgba(0,0,0,0.03);
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
  }
  
  .sign-box select.form-control {
    border-radius: 20px;
  }
  
  .sign-box .form-control::placeholder {
    color: #3699FD;
  }
  
  .vote-item-load-box,
  .footer-box {
    color: #EFF7FF;
  }
  
  .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    text-align: CENTER;
    color: #36404c;
    line-height: 20px;
  }
  
  .copyright_img {
    width: 57px;
  }
  
  .copyright_text {
    font-size: 10px;
    font-weight: 400;
    text-align: CENTER;
    color: #EFF7FF;
    line-height: 20px;
  }
  
  .widget-search-result {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 50px);
    background: #A7D5FA;
    overflow-y: auto;
    z-index: 20;
  }
  
  .widget-search-result.check {
    height: calc(100vh - 115px);
  }
  
  .search-result-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 16px 8px;
  }
  
  .search-reault-form-input {
    position: relative;
    display: flex;
    flex:1;
  }
  
  .search-result-form_icon {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11px;
    height: 11px;
  }
  .search-result-form_icon i {
    color: #fff;
  }
  .search-result-form_icon img {
    width: 100%;
  }
  
  .search-result_input {
    width: 100%;
    height: 32px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
    background: rgba(0,0,0,0.07);
    border-radius: 30px;
    border: none;
    box-shadow: none;
    outline: none;
  }
  
  .search-result-form_subfix {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
  }
  .search-result-form_subfix i {
    color: #fff;
  }
  .search-result-form_subfix img {
    width: 100%;
  }
  
  .search-result-close {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
  }
  
  .search-result-list-wrap{
    display:flex;
    flex-direction: column;
    width: 100%;
    padding: 8px 10px;
    flex: 1;
    overflow-y: auto;
  }
  
  .search-result-list {
    position: relative;
    flex:1;
    margin: 30px 10px 0;
    padding: 20px 8px 8px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 5px solid #5BACFF;
  }

  .search-result-list::after {
    content:"";
    position: absolute;
    left: 50%;
    top:-29px;
    transform: translateX(-50%);
    width:229px;
    height:37px;
    background: url(../img/page_decorate.png) no-repeat;
    background-size: 100% 100%;
}
  
  .search-result-empty{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #4d423c;
    line-height: 20px;
  
  }
  .search-result-item {
    margin-bottom: 10px;
    padding: 12px;
    background: #E3F2FF;
    border-radius: 8px 8px 8px 8px;
  }
  
  .search-result-head {
    display: flex;
  }
  
  .search-result-img {
    width: 71px;
    height: 71px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .search-result-img iframe {
    width: 100%;
    height: 100%;
  }
  
  .search-result-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .search-result-item-info {
    margin-left: 10px;
    flex: 1;
    width: 0;
  }
  
  .search_result_info{
    display: flex;
  }
  .search_result_title {
    display: flex;
  }
  
  .search_title {
    max-width: 10em;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .search_index {
    font-size: 14px;
    font-weight: 500;
    color: #20449F;
    line-height: 20px;
  }
  
  .search_result_count_num{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 6px;
    font-size: 10px;
    font-weight: 400;
    color: #52A6F5;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #52A6F5;
  }
  
  .search_result_count_icon{
    display: inline-flex;
    width:12px;
  }
  
  .search_result_count_icon img{
    width:100%;
  }
  .search_sub_title {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #52A6F5;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search_result_count{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
  }
  .search_vote_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    margin-left: 10px;
  }
  
  .search_vote_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 30px;
  }
  
  .search-result-data {
    position: relative;
    display: flex;
    margin-top: 30px;
  }
  
  .search-result-data-item {
    position: relative;
    width: 33.3333%;
  }
  
  .search_result_data_text {
    font-size: 12px;
    font-weight: 400;
    color: #a19b97;
    line-height: 20px;
  }
  
  .search-result-data-item:nth-child(2)::before {
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #8D7E75;
  }
  
  .search-result-data-item:nth-child(2)::after {
    content:"";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #8D7E75;
  }
  
  .row .row{
    margin:0;
    width: 100%;
  }