
.mh-tag {
    letter-spacing: .1em !important;
    background-image: linear-gradient(-217deg,#fd113a 0,#ff5a00 100%) !important;
}

.mh-vip-tag {
    letter-spacing: .1em !important;
    background-image: none !important;
}

.view-comment .view-detail-list li .info .subtitle {
    display: table;
}

.icon-coin {
    background: url(../images/icon-coin.png) no-repeat left center;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.scan-pay-box {
    margin-top: -60px !important;
}

.alertTop_1 {
    width:240px;
}

.view-comment-main .list li .info textarea{
    height:100px;
}

.view-comment-main .list li .info .content{
    overflow-wrap:break-word ;
}

.new-search-banner {
    height: 100px;
    background-image: url(../images/search-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .new-search-banner .container {
        position: relative;
        overflow: visible;
    }

.new-search-input-form {
    height: 50px;
    margin: 25px auto;
    width: 730px;
    font-size: 0;
    position: relative;
}

    .new-search-input-form input {
        height: 50px;
        line-height: 50px;
        vertical-align: top;
        border: none;
        width: 450px;
        outline: none;
        font-size: 15px;
        letter-spacing: 0;
        padding-left: 50px;
        padding-right: 20px;
        background-image: url(../images/search.png);
        background-position: 20px 16px;
        background-repeat: no-repeat;
    }

.new-search-input-form-btn-1 {
    width: 140px;
    height: 50px;
    background-color: #FD113A;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

    .new-search-input-form-btn-1.disable {
        background-color: #DCDCDC;
    }

.new-search-input-form-btn-2 {
    width: 140px;
    height: 50px;
    background-color: #FF8950;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.new-search-font {
    font-size: 12px;
    color: #303030;
    letter-spacing: 1.5px;
    position: absolute;
    top: 40px;
    line-height: 20px;
    left: 1000px;
}

.new-search-btn-logo {
    height: 11px;
    width: 23px;
    margin-right: 5px;
}

.new-search-list {
    position: absolute;
    width: 450px;
    left: 0;
    top: 50px;
    border: 1px solid #EDEDED;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    background-color: #fff;
    z-index: 998;
}

.new-search-list-item {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    overflow: hidden;
}

    .new-search-list-item:hover .new-search-list-content {
        border-top: 1px dashed #fff;
    }

    .new-search-list-item:hover + .new-search-list-item .new-search-list-content {
        border-top: 1px dashed #fff;
    }

    .new-search-list-item:hover {
        background-color: #FFEEF1;
    }

.new-search-list-content {
    border-top: 1px dashed #D9D9D9;
    font-size: 14px;
    color: #303030;
    letter-spacing: 0;
}

.new-search-list-item.active .new-search-list-content {
    border-top: 1px dashed #fff;
}

.new-search-list-item.active + .new-search-list-item .new-search-list-content {
    border-top: 1px dashed #fff;
}

.new-search-list-item.active {
    background-color: #FFEEF1;
}

.new-search-list-item:first-child .new-search-list-content {
    border-top: none;
}

.new-search-list-content span.left {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.new-search-list-content span.red {
    color: #FD1C43;
}

.new-search-list-content .new-search-list-right {
    float: right;
    color: #999999;
}

