.service-index {
    margin-top: 10px;
    margin-bottom: 20px;
}

.service-index .service-tabs {
    height: 80px;
    line-height: 22px;
    border-bottom: 4px solid #d6d8dd;
    text-align: center
}

.service-index .service-tabs .tab-item {
    display: inline-block;
    width: 130px;
    padding: 40px 0 14px;
    margin: 0 50px;
    font-size: 16px;
    position: relative
}

.service-index .service-tabs .tab-item.active,
.service-index .service-tabs .tab-item:hover {
    border-bottom: 4px solid #3c7ee5;
    color: #3c7ee5
}

.service-index .service-tabs .tab-item.active:after,
.service-index .service-tabs .tab-item:hover:after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #3c7ee5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.service-index .tmlist {
    padding: 0 20px 80px
}

.service-index .tmlist .ad {
    height: 175px;
    margin-top: 40px;
    background: #edf2ff;
    padding: 20px 18px 20px 26px
}

.service-index .tmlist .ad.purple {
    background-color: #f4f2ff
}

.service-index .tmlist .ad .icons {
    width: 70px;
    height: 60px
}

.service-index .tmlist .ad .info {
    margin: 0 0 25px 15px
}

.service-index .tmlist .ad .info .name {
    min-height: 33px;
    margin-bottom: 12px;
    font-size: 24px
}

.service-index .tmlist .ad .info .subname {
    min-height: 21px
}

.service-index .tmlist .ad .price {
    margin-left: 78px
}

.service-index .tmlist .ad .price .num {
    font-size: 18px;
    vertical-align: middle
}

.service-index .tmlist .ad .price .num strong {
    font-size: 24px
}

.service-index .tmlist .ad .price .operate-btn {
    width: 145px;
    line-height: 38px;
    padding: 0;
    margin-left: 135px;
    font-size: 16px;
    font-weight: 600
}
.whole-wrapper .el-button.is-plain {
    background: none;
}
.el-button--warning.is-plain:focus, .el-button--warning.is-plain:hover {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff;
}
.el-button--warning.is-plain {
    color: #fc6530;
    background: #fff0ea;
    border-color: #fec1ac;
}
.whole-wrapper .el-button--warning.is-plain {
    border-color: #fc6530;
}
.service-index .tmlist .banner h3 {font-size: 40px; font-weight: bold;text-align: center; color: #f6f6f6}

.service-index .tmlist .list li {
    float: left;
    width: 274px;
    height: auto;
    padding: 40px 0 40px;
    margin: 20px 0 0 20px;
    box-shadow: 0 0 6px 2px hsla(0, 0%, 86.7%, .5);
    border-radius: 16px;
    text-align: center
}

.service-index .tmlist .list li:nth-child(4n-3) {
    margin-left: 0
}

.service-index .tmlist .list li .icons-wrapper {
    height: 80px;
    line-height: 80px
}

.service-index .tmlist .list li .icons-wrapper img {
    max-height: 80px;
    vertical-align: middle
}

.service-index .tmlist .list li .name {
    padding-bottom: 20px;
    margin: 34px 30px 20px;
    font-size: 24px;
    border-bottom: 1px solid #e0e3e8
}

.service-index .tmlist .list li .price {
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 20px
}

.service-index .tmlist .list li .price .num {
    font-size: 28px
}

.service-index .tmlist .list li .operate-btn {
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #959595;
    border-radius: 20px;
    font-size: 16px;
    transition: all .3s
}

.service-index .tmlist .list li .operate-btn:hover {
    background: #fc6530;
    border-color: #fc6530;
    color: #fff
}
.clearfix-content:after, .clearfix-content:before {
    display: table;
    clear: both;
    content: " ";
}
.service-index .tmlist .banner {
    height: 130px;
    margin-top: 20px;
    background: url("/statics/epower/img/bg-inner.png") no-repeat 0 0;
    width: 100%;line-height: 130px;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
