html{
    --melxs-color:#007bff;--melxs-color-min:#3496ff;}

.melxs-circle{
    float: right;
    margin-top: -2px;
    border: 1.5px solid #ff0000;
    padding: 0 10px;
    color: #ff0000;
    font-size: 16px;
    height: 32px;
    line-height: 28px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #FFF;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    justify-content: center;
    align-items: center;
}
.melxs-bid-number{
    color: #fff;
    font-size: 16px;
    padding: 2px 15px;
    position: absolute;
    background: #1E90FF;
    right: 0px;
    top: 0px;
    z-index: 2;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: font: 12px/1.5 Tahoma,Helvetica,Arial,'宋体',sans-serif;  
}
.melxs-circle1{
    border: 1.5px solid #1E90FF;
    color: #1E90FF;
    font-size: 16px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    background-color: #FFF;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    font-family:font: 12px/1.5 Tahoma,Helvetica,Arial,'宋体',sans-serif;   
}

.go_post_xs_bid{
    margin-top: 10px;
}

.article-content + .form-box{
    margin-top: 20px;
}

.article-content + .article-content{
    margin-top: 20px;
}


.mel_bid_count_div{
    width:50px; 
    height:50px; 
    background-color:var(--melxs-color); 
    border-radius:25px;
}
.mel_bid_count_div span{
    height:50px; 
    line-height:50px; 
    font-size:30px;
    display:block; 
    color:#FFF; 
    text-align:center;
}

.mel_bid_op span{
    border: 1px solid;
    padding: 2px 10px;
    cursor:pointer;
}

.mel_bid_op span+span{
    margin-left: 5px;
}

.mel_bid_op .mel_big_yes{
    border: 1px solid #28a745;
    color:  #28a745;
}

.mel_bid_op .mel_big_zj{
    border: 0px solid #28a745;
    color: #fff;
    background: #28a745;
    background: -webkit-gradient(linear,left top,right top,from(#28a745),to(#2ac54e));
    background: linear-gradient(90deg,#28a745,#2ac54e);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 204, 204, .5);
    cursor:default;
}

.mel_bid_op .mel_big_win{
    border: 1px solid #007bff;
    color:  #007bff;
}

.mel_bid_op .mel_big_yes:hover{
    background: #28a745;
    color:  #fff;
}

.mel_bid_op .mel_big_win:hover{
    background: #007bff;
    color:  #fff;
}
.label-gly{
    background:  #dc3545;
    background: -webkit-gradient(linear,left top,right top,from(#f05f6d),to(#eb5261));
    background: linear-gradient(90deg,#f05f6d,#eb5261);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 100, 100, 0.5);
}
.mel_bid_op .mel_big_no{
    border: 1px solid #dc3545;
    color:  #dc3545;
}

.mel_bid_op .mel_big_no:hover{
    background: #dc3545;
    color:  #fff;
}

.mel_bid_op .mel_status_no{
    border: 1px solid #dc3545;
    color:  #dc3545;
    cursor:default;
}

.mel_bid_op .mel_status_yes{
    border: 1px solid #28a745;
    color:  #28a745;
    cursor:default;
}

.mel_bid_op .mel_status_win{
    border: 1px solid var(--melxs-color);
    color:  var(--melxs-color);
    cursor:default;
}
.melxs .form-box{
    margin-bottom: 0px;
}
.melxs .form-box + .form-box{
    padding-top: 0px;
}

.melxs .form-box .row + a{
    margin-top: 20px;
}
/*分页函数*/
.pagination {
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
}

.pagination a,.pagination span {
    display: inline-block;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
    overflow: hidden;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
}

.pagination .current {
    color: #fff;
    /**background: var(--melxs-color);*//
    background: -webkit-gradient(linear,left top,right top,from(var(--melxs-color)),to(var(--melxs-color-min)));background: linear-gradient(90deg,var(--melxs-color),var(--melxs-color-min));
}

.pagination a:hover {
    cursor: pointer;
    text-decoration: none;
    color: var(--melxs-color);
    background: #fff;
    border-color: var(--melxs-color);
}

@media (max-width: 768px) {


    .pagination a, .pagination span {
        background-color: #f0f4f5;
        border-color: #dee2e6;
        padding: 5px 10px;
        margin: 0 2px;
    }

    .pagination a,.pagination span {
        display: none
    }

    .pagination .next,.pagination .prev {
        display: inline-block;
        background-color: #f0f4f5;
        border-color: #dee2e6;
        padding: 5px 10px;
        margin: 0 2px;
        width: 40%;
        text-align: center;
        line-height: 1.5;
    }
}

/* 悬赏大厅 start */
.mel_xs_breadcrumbs {
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #898989;
}
.mel_xs_breadcrumbs a {
    color: var(--melxs-color);
}
.mel_xs_tp {
    width: 100%;
    height: 80px;
    border: 1px solid #eaeaea;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}
.mel_xs_screen {
    width: 100%;
    background: #fff;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.mel_xs_screen ul {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}
.mel_xs_screen ul:last-child {
    border-bottom: 0;
}
.mel_xs_screen ul li {
    display: inline-block;
}

.mel_xs_screen ul li a {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
    color: #808080;
    border-radius: 0;
    padding: 0 10px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}
.mel_xs_screen ul li a.active {
    border: 1px solid var(--melxs-color);
    background-color: #f0f4f5;
    color: var(--melxs-color);
}
.mel_xs_screen ul span {
    color: #8f8f8f;
    font-size: 15px;
    margin-right: 5px;
}
.mel_xs_tp_list {
    display: inline-block;
    width: 25%;
    margin-top: 17px;
    margin-left: 80px;
}
.mel_xs_tp_list:after {
    content: '>';
    position: relative;
    top: -36px;
    right: -170px;
    width: 20px;
    height: 20px;
    color: #898989;
    font-size: 18px;
}
.mel_xs_tp_list:last-child:after {
    content: '0';
    color: #FFF;
}
.mel_xs_tp_list h4 {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.mel_xs_tp_list p {
    margin: 0;
    color: #898989;
    font-size: 12px;
}
.mel_xs_list {
    border-radius: 4px;
    background: #fff;
}
.mel_xs_list_screen {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eaeaea;
}
.mel_xs_list_screen_l {
    float: left;
}
.mel_xs_list_screen_r {
    float: right;
    width: calc(10% + 15px);
}
.mel_xs_list_screen_r a div{
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(var(--melxs-color)),to(var(--melxs-color-min)));background: linear-gradient(90deg,var(--melxs-color),var(--melxs-color-min));
}

.mel_xs_list_screen_r a div:hover{
    opacity: 0.8;
}
.mel_xs_list_screen_l a {
    color: #898989;
    font-size: 14px;
    margin: 0 15px;
}
.mel_xs_list_screen_l span {
    font-size: 14px;
    color: #ccc;
}
.mel_xs_content_list {
    width: 100%;
    clear: both;
}
.mel_xs_content_list dl {
    transition: all .2s ease-in-out;
    background: #fff;
    display: block;
    border-bottom: 1px solid #F1F1F1;
    padding: 15px 20px;
    overflow: hidden;
    margin: 0;
}
.mel_xs_content_list dd, .mel_xs_content_list dt {
    float: left;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.mel_xs_content_list dt {
    width: 71%;
    padding-right: 20px;
}
.mel_xs_content_list dt p.tit {
    font-size: 18px;
    padding: 0;
}
.mel_xs_content_list dt p {
    display: block;
    height: 30px;
    overflow: hidden;
    color: #999;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.mel_xs_content_list dt p span+span{
    padding-left: 10px;
}
.mel_xs_content_list dt b {
    color: #28a745;
}
.mel_xs_content_list dt .bid {
    color: #f70;
}
.mel_xs_content_list dt .close {
    color: #dc3545;
}
.mel_xs_content_list dt p a {
    font-weight: 600;
}
.mel_xs_content_list dt span {
    color: #999;
}
.mel_xs_content_list .d1 {
    width: 15%;
}
.mel_xs_content_list .d2 {
    width: 18%;
}
.mel_xs_content_list .d2 p{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.mel_xs_content_list .d3 {
    float: right;
    width: calc(10% - 20px);
}
.mel_xs_content_list .d3 a div{
    color: #666;
    background: #f5faff;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #bed3f0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    text-align: center;
    height: 37.8px;
    margin-top: 10px;
}
.mel_xs_content_list .d3 a .canxs{
    background: -webkit-gradient(linear,left top,right top,from(var(--melxs-color-min)),to(var(--melxs-color)));background: linear-gradient(90deg,var(--melxs-color-min),var(--melxs-color));
    color: #fff;
    border: 1px solid #FFF;
}
.mel_xs_content_list .tk_green {
    color: #3a933a;
}
/**.mel_xs_content_list dl:hover {
    box-shadow: 0 1px 8px 0 rgba(53,53,53,.2);
    position: relative;
    z-index: 1;
}**/
.mel_xs_content_list .d3 a div:hover {
    background: var(--melxs-color);
    color: #fff;
    border: 1px solid #FFF;
}
.mel_xs_content_list dt p a:hover {
    color: var(--melxs-color);
}
.rank-list-title {
    position: absolute;
    font-size: 16px;
    width: 140px;
    color: #fff;
    top: 16px;
    height: 26px;
    line-height: 26px;
    padding-left: 32px;
    box-sizing: border-box;
    border-radius: 3px;
    left: -2px;
    background: linear-gradient(to right,#ff4d00,#ffa700);
}
.rank-list-title:after {
    position: absolute;
    top: 0;
    left: 133px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 8px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.mel_xs_rank .profile-img {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 82px;
    height: 82px;
}
.mel_xs_rank .top-content {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.mel_xs_rank .profile-container {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    margin-bottom: 12px;
}
.mel_xs_rank .rank-tag {
    display: inline-block;
    position: absolute;
    top: 76px;
    left: 21px;
    width: 48px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
}
.mel_xs_rank .rank-tag.first {
    background: linear-gradient(to right,#ff4a00,#ff8100);
}
.mel_xs_rank .rank-tag.middle {
    background: linear-gradient(to right,#ff8200,#ffb600);
}
.mel_xs_rank .rank-tag.right {
    background: linear-gradient(to right,#d8853c,#e8b867);
}
.mel_xs_rank .top3-item {
    display: inline-block;
    text-align: center;
}
.mel_xs_rank .top3-item:nth-child(2) {
    padding-left: 30px ;
    margin-right: 88px;
}
.mel_xs_rank .top3-item:nth-child(1) {
    padding: 60px 0 0px 117px;
    display: block;
}
.mel_xs_rank .top-content ul {
    margin: 0;
    padding: 0;
}
.mel_xs_rank .top3-max-length {
    width: 84px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mel_xs_rank .user-name {
    font-weight: 600;
    font-size: 14px;
    color: #666;
}
.mel_xs_rank .user-price {
    font-size: 16px;
    font-weight: 600;
    color: #ff6900;
}
.g-taskpaginfo {
    color: #606060;
    padding-top: 26px;
    float: left;
    font-size: 12px;
}

.bid_login{
    width: 100%;
    text-align: center;
}
.bid_login a{
    color: var(--melxs-color);
}
.melxs .mbxdh{
    border-radius: 4px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 0 10px;
}
.melxs .header-gap {
    height: 40px;
}
.melxs .manage{
    margin-top: 10px;
    border-top: 1px dashed #c8c8c8;
    border-bottom: 1px dashed #c8c8c8;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}
.melxs .manage a + a{
    margin-left: 20px;
}

.melxs .red_font span{
    color:#FF1177;
    font-family:Monoton;
  }
  .melxs .red_font span:hover{
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate; 
  }
  
  .melxs .blue_font span{
    font-size:1.5em;
    color:#228DFF;
    font-family:Iceland;
  }
  .melxs .blue_font span:hover{
    -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
    -moz-animation: neon2 1.5s ease-in-out infinite alternate;
    animation: neon2 1.5s ease-in-out infinite alternate;
  }
  
  .melxs .yellow_font span{
    color:#FFDD1B;
    font-family:Pacifico;
  }
  .melxs .yellow_font span:hover{ 
    -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
    -moz-animation: neon3 1.5s ease-in-out infinite alternate;
    animation: neon3 1.5s ease-in-out infinite alternate; 
  }
  
  .melxs .green_font span{
    color:#B6FF00;
    font-family:PressStart;
    font-size:0.8em;
  }
  .melxs .green_font span:hover{
    -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
    -moz-animation: neon4 1.5s ease-in-out infinite alternate;
    animation: neon4 1.5s ease-in-out infinite alternate;
  }
  
  .melxs .orange_font span{
    color:#FF9900;
    font-family:Audiowide;
  }
  .melxs .orange_font span:hover{
    -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
    -moz-animation: neon5 1.5s ease-in-out infinite alternate;
    animation: neon5 1.5s ease-in-out infinite alternate; 
  }

  .melxs .violet_font span{
    color:#BA01FF;
    font-family:Vampiro One;
  }
  .melxs .violet_font span:hover{
    -webkit-animation: neon6 1.5s ease-in-out infinite alternate;
    -moz-animation: neon6 1.5s ease-in-out infinite alternate;
    animation: neon6 1.5s ease-in-out infinite alternate;
  }
  .melxs .delxs{
    cursor:pointer;
  }
  .melxs .gg li span{
    font-size: 20px;
    text-decoration:none; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor:default;
  }

  .melxs .gg li span:hover{
    color: #fff;
  }

  .mel_xs_edit{
      padding-bottom: 0px;
  }
  /*glow for webkit*/
  @-webkit-keyframes neon1 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FF1177,
                 0 0 7.0px  #FF1177,
                 0 0 8.0px  #FF1177,
                 0 0 10.0px #FF1177,
                 0 0 15.0px #FF1177;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FF1177,
                 0 0 3.5px #FF1177,
                 0 0 4.0px #FF1177,
                 0 0 5.0px #FF1177,
                 0 0 7.5px #FF1177;
    }
  }
  
  @-webkit-keyframes neon2 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #228DFF,
                 0 0 7.0px  #228DFF,
                 0 0 8.0px  #228DFF,
                 0 0 10.0px #228DFF,
                 0 0 15.0px #228DFF;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #228DFF,
                 0 0 3.5px #228DFF,
                 0 0 4.0px #228DFF,
                 0 0 5.0px #228DFF,
                 0 0 7.5px #228DFF;
    }
  }
  
  @-webkit-keyframes neon3 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FFDD1B,
                 0 0 7.0px  #FFDD1B,
                 0 0 8.0px  #FFDD1B,
                 0 0 10.0px #FFDD1B,
                 0 0 15.0px #FFDD1B;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FFDD1B,
                 0 0 3.5px #FFDD1B,
                 0 0 4.0px #FFDD1B,
                 0 0 5.0px #FFDD1B,
                 0 0 7.5px #FFDD1B;
    }
  }
  
  @-webkit-keyframes neon4 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #B6FF00,
                 0 0 7.0px  #B6FF00,
                 0 0 8.0px  #B6FF00,
                 0 0 10.0px #B6FF00,
                 0 0 15.0px #B6FF00;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #B6FF00,
                 0 0 3.5px #B6FF00,
                 0 0 4.0px #B6FF00,
                 0 0 5.0px #B6FF00,
                 0 0 7.5px #B6FF00;
    }
  }
  
  @-webkit-keyframes neon5 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FF9900,
                 0 0 7.0px  #FF9900,
                 0 0 8.0px  #FF9900,
                 0 0 10.0px #FF9900,
                 0 0 15.0px #FF9900;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FF9900,
                 0 0 3.5px #FF9900,
                 0 0 4.0px #FF9900,
                 0 0 5.0px #FF9900,
                 0 0 7.5px #FF9900;
    }
  }
  
  @-webkit-keyframes neon6 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px #fff,
                 0 0 3.0px #fff,
                 0 0 4.0px #ff00de,
                 0 0 7.0px #ff00de,
                 0 0 8.0px #ff00de,
                 0 0 10.0px #ff00de,
                 0 0 15.0px #ff00de;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #ff00de,
                 0 0 3.5px #ff00de,
                 0 0 4.0px #ff00de,
                 0 0 5.0px #ff00de,
                 0 0 7.5px #ff00de;
    }
  }
  
  /*glow for mozilla*/
  @-moz-keyframes neon1 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FF1177,
                 0 0 7.0px  #FF1177,
                 0 0 8.0px  #FF1177,
                 0 0 10.0px #FF1177,
                 0 0 15.0px #FF1177;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FF1177,
                 0 0 3.5px #FF1177,
                 0 0 4.0px #FF1177,
                 0 0 5.0px #FF1177,
                 0 0 7.5px #FF1177;
    }
  }
  
  @-moz-keyframes neon2 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #228DFF,
                 0 0 7.0px  #228DFF,
                 0 0 8.0px  #228DFF,
                 0 0 10.0px #228DFF,
                 0 0 15.0px #228DFF;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #228DFF,
                 0 0 3.5px #228DFF,
                 0 0 4.0px #228DFF,
                 0 0 5.0px #228DFF,
                 0 0 7.5px #228DFF;
    }
  }
  
  @-moz-keyframes neon3 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FFDD1B,
                 0 0 7.0px  #FFDD1B,
                 0 0 8.0px  #FFDD1B,
                 0 0 10.0px #FFDD1B,
                 0 0 15.0px #FFDD1B;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FFDD1B,
                 0 0 3.5px #FFDD1B,
                 0 0 4.0px #FFDD1B,
                 0 0 5.0px #FFDD1B,
                 0 0 7.5px #FFDD1B;
    }
  }
  
  @-moz-keyframes neon4 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #B6FF00,
                 0 0 7.0px  #B6FF00,
                 0 0 8.0px  #B6FF00,
                 0 0 10.0px #B6FF00,
                 0 0 15.0px #B6FF00;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #B6FF00,
                 0 0 3.5px #B6FF00,
                 0 0 4.0px #B6FF00,
                 0 0 5.0px #B6FF00,
                 0 0 7.5px #B6FF00;
    }
  }
  
  @-moz-keyframes neon5 {
    from {
      text-shadow: 0 0 1px #fff,
                 0 0 2px  #fff,
                 0 0 3px  #fff,
                 0 0 4px  #FF9900,
                 0 0 7px  #FF9900,
                 0 0 8px  #FF9900,
                 0 0 10px #FF9900,
                 0 0 15px #FF9900;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FF9900,
                 0 0 3.5px #FF9900,
                 0 0 4.0px #FF9900,
                 0 0 5.0px #FF9900,
                 0 0 7.5px #FF9900;
    }
  }
  
  @-moz-keyframes neon6 {
    from {
      text-shadow: 0 0 1px #fff,
                 0 0 2px #fff,
                 0 0 3px #fff,
                 0 0 4px #ff00de,
                 0 0 7px #ff00de,
                 0 0 8px #ff00de,
                 0 0 10px #ff00de,
                 0 0 15px #ff00de;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1px #fff,
                 0 0 1.5px #fff,
                 0 0 2px #ff00de,
                 0 0 3.5px #ff00de,
                 0 0 4px #ff00de,
                 0 0 5px #ff00de,
                 0 0 7.5px #ff00de;
    }
  }
  
  /*glow*/
  @keyframes neon1 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FF1177,
                 0 0 7.0px  #FF1177,
                 0 0 8.0px  #FF1177,
                 0 0 10.0px #FF1177,
                 0 0 15.0px #FF1177;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FF1177,
                 0 0 3.5px #FF1177,
                 0 0 4.0px #FF1177,
                 0 0 5.0px #FF1177,
                 0 0 7.5px #FF1177;
    }
  }
  
  @keyframes neon2 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #228DFF,
                 0 0 7.0px  #228DFF,
                 0 0 8.0px  #228DFF,
                 0 0 10.0px #228DFF,
                 0 0 15.0px #228DFF;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #228DFF,
                 0 0 3.5px #228DFF,
                 0 0 4.0px #228DFF,
                 0 0 5.0px #228DFF,
                 0 0 7.5px #228DFF;
    }
  }
  
  @keyframes neon3 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FFDD1B,
                 0 0 7.0px  #FFDD1B,
                 0 0 8.0px  #FFDD1B,
                 0 0 10.0px #FFDD1B,
                 0 0 15.0px #FFDD1B;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FFDD1B,
                 0 0 3.5px #FFDD1B,
                 0 0 4.0px #FFDD1B,
                 0 0 5.0px #FFDD1B,
                 0 0 7.5px #FFDD1B;
    }
  }
  
  @keyframes neon4 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #B6FF00,
                 0 0 7.0px  #B6FF00,
                 0 0 8.0px  #B6FF00,
                 0 0 10.0px #B6FF00,
                 0 0 15.0px #B6FF00;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #B6FF00,
                 0 0 3.5px #B6FF00,
                 0 0 4.0px #B6FF00,
                 0 0 5.0px #B6FF00,
                 0 0 7.5px #B6FF00;
    }
  }
  
  @keyframes neon5 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px  #fff,
                 0 0 3.0px  #fff,
                 0 0 4.0px  #FF9900,
                 0 0 7.0px  #FF9900,
                 0 0 8.0px  #FF9900,
                 0 0 10.0px #FF9900,
                 0 0 15.0px #FF9900;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #FF9900,
                 0 0 3.5px #FF9900,
                 0 0 4.0px #FF9900,
                 0 0 5.0px #FF9900,
                 0 0 7.5px #FF9900;
    }
  }
  
  @keyframes neon6 {
    from {
      text-shadow: 0 0 1.0px #fff,
                 0 0 2.0px #fff,
                 0 0 3.0px #fff,
                 0 0 4.0px #ff00de,
                 0 0 7.0px #ff00de,
                 0 0 8.0px #ff00de,
                 0 0 10.0px #ff00de,
                 0 0 15.0px #ff00de;
    }
    to {
      text-shadow: 0 0 .5px #fff,
                 0 0 1.0px #fff,
                 0 0 1.5px #fff,
                 0 0 2.0px #ff00de,
                 0 0 3.5px #ff00de,
                 0 0 4.0px #ff00de,
                 0 0 5.0px #ff00de,
                 0 0 7.5px #ff00de;
    }
  }
/* 悬赏大厅 end*/
@media (max-width: 1230px){
    .mel_xs_content_list .d3{
        width: 11%;
    }
    .mel_xs_content_list dl{
        padding: 15px 10px;
    }

}
@media (max-width: 992px){
    .mel_xs_content_list .d3{
        width: 100%;
    }
    .mel_xs_content_list dt{
        width: 100%;
    }
    .mel_xs_content_list .d2{
        display: none;
    }
    .mel_xs_list_screen_r{
        width: 20%;
    }

}
@media (max-width: 767px){
    .melxs .header-gap {
        height: 70px;
    }

    .melxs h2 {
        font-size: 16px;
    }

    .melxs-circle{
        font-size: 14px;
        height: 28px;
        line-height: 24px;
        margin-top: -6px;
    }

}

@media (max-width: 576px){
    .melxs .article-footer  .author-box,.melxs .article-footer .mel_bid_op + span ,.melxs .mel_bid_count_div +  span{
        display: none;
    }
    .mel_bid_count_div{
        width: 100%;
        height: 30px;
    }
    .mel_bid_count_div span{
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .melxs .article-footer{
        padding-top: 10px;
    }
    .melxs .manage{
        padding: 5px;
        font-size: 16px;
    }

    .melxs-circle{
        margin-top: -2px;
    }
    .mel_xs_list_screen_r{
        width: 100%;
    }
    .mel_xs_content_list dd, .mel_xs_content_list dt{
        height: auto;
        
    }
    .mel_xs_content_list dt p{
        height: auto;
    }
    .mel_xs_content_list dt p.tit{
        font-size: 16px;
    }
    .mel_xs_content_list dt p{
        font-size: 12px;
    }
    .mel_xs_content_list .d3 a div{
        padding: 0;
        height: 30px;
    }

}

