.new_btn2 {
    background: -webkit-linear-gradient(right,#ff5a9b,#fecb5d);
    border-radius: 50px;
    height: 25px;
    width: 55px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 5px auto 0;
}
.new_btn {
    background: -webkit-linear-gradient(right,#ff0000,#F9CC2E);
    border-radius: 50px;
    /*height: 25px;*/
    /*line-height: 25px;*/
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 5px auto 0;
}
.scrollDiv {
    /*height: 25px;*/
    margin: 0.5em;
    /*overflow: hidden;*/
    padding-left: 40px;
    background: url(/images/trump.png) no-repeat center left;
    background-size: 25px 25px;
    background-position: 5px center;

    height: 25px;/* 必要元素 */
    line-height: 25px;
    /*border-bottom: #ccc 1px solid;*/
    overflow: hidden;/* 必要元素 */
}
.scrollDiv li {
    height: 25px;
    padding-left: 10px;
}
.box_d{
    width: 100%;
    height: 94px;
}
.box_d>div{

    float: left;
}
.downl{
    float: right!important;
    margin-right: 4%;
    width: 22%;
}
.downl p{
    float: right;
    margin-right:10%;
    font-weight:bold;
    color: floralwhite;
    font-size: 8px;
}
.downl img{
    display:inline-block;
    width: 14%;
    vertical-align: middle;
    margin-left: 10%;
}
.downl>div{
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    border-radius: 5px;
}
.app-item[data-v-8f6366b6] {
    position: relative;
    font-size: 12px;
    padding: 10px 10px 0
}

.app-item .icon[data-v-8f6366b6] {
    width: 70px;
    margin-right: 10px
}

.app-item .info[data-v-8f6366b6] {
    min-height: 80px;
    padding-bottom: 10px
}

.app-item .info .span-wrapper[data-v-8f6366b6] {
    display: inline-block;
    vertical-align: middle
}

.app-item .info .name[data-v-8f6366b6] {
    max-width: 180px;
    font-size: 15px;
    margin-right: 5px
}

.app-item .info .label[data-v-8f6366b6], .app-item .info .tag[data-v-8f6366b6] {
    display: inline-block;
    padding: 0 3px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-right: 2px
}

.app-item .info .label-wrapper[data-v-8f6366b6] {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0
}

.app-item .info .label[data-v-8f6366b6] {
    display: -webkit-box;
    border: 1px solid #dab464;
    margin-right: 2px;
    color: #be9131;
    max-width: 80px;
    height: 16px;
    line-height: 16px
}

.app-item .info .label.classname[data-v-8f6366b6] {
    background-color: #67c23a;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0px 2px #67c23a;
    border: 0px solid #67c23a;
}

.app-item .info .label.classname[data-v-8f6366b71] {
    background-color: #54afde;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0px 2px #54afde;
    border: 0px solid #54afde;
}

.app-item .info .label[data-v-8f6366b61] {
    display: -webkit-box;
    border: 1px solid #dab464;
    margin-right: 2px;
    color: #be9131;
    max-width: 80px;
    height: 16px;
    line-height: 16px
}
.app-item .info .label.classname[data-v-8f6366b61] {
    background-color: #ff0000;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0px 2px #ff0000;
    border: 0px solid #67c23a;
}

.app-item .info .intro[data-v-8f6366b61] {
    max-width: 70%
}

.app-item .info .label-wrapper[data-v-8f6366b61] {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0
}

.app-item .info .intro[data-v-8f6366b6] {
    max-width: 70%
}

.app-item .info .label.classname[data-v-8f6366b11] {
    background-color: #d71345;
    color: #fffefe;
    border-radius: 3px;
    box-shadow: 0 0 0px 2px #d71345;
    border: 0px solid #dab464;
}
.app-item .info .label[data-v-8f6366b11] {
    display: -webkit-box;
    border: 1px solid #dab464;
    margin-right: 2px;
    color: #be9131;
    max-width: 80px;
    height: 16px;
    line-height: 16px
}

.app-item .info .label-wrapper[data-v-8f6366b11] {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0
}

.app-item .h5-btn[data-v-8f6366b6] {
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto
}
.slideShine {
    background: #cc0d0d -webkit-linear-gradient(left, #561214, #febaf7 50%, #ff0 90%, #561214) no-repeat 0 0;
    background-size: 20% 100%;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    /*font-size: 16px;*/
    /* text-align: center; */
    /*font-weight: 700;*/
    /*text-decoration: underline;*/
    /*-webkit-animation: slideShine 4s linear infinite;*/
    /*animation: slideShine 4s linear infinite;*/
}

@keyframes slideShine {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}