﻿.layui-card.gg {
    height: 220px;
}

    .layui-card.gg .layui-carousel {
        margin-left: 5%;
    }

.layui-col-md6 {
    width: 30%;
    height: 150px;
}

    .layui-col-md6 .layui-card .layui-card-header {
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        font-weight: 700;
        font-style: normal;
        color: #333333;
        text-align: left;
        line-height: 28px;
    }

    .layui-col-md6 .layui-card .layui-btn {
        border-color: #2497e7;
        color: #2497e7 !important;
        margin-top: 1px;
    }

    .layui-col-md6 .layui-card .info {
        font-family: '微软雅黑';
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #999999;
        text-align: left;
        line-height: 28px;
    }

    .layui-col-md6 .layui-card .num {
        font-family: '微软雅黑';
        font-weight: 400;
        font-style: normal;
        color: #2497e7;
        text-align: left;
        line-height: 28px;
        padding: 0 10px;
    }

#steps {
    margin: 20px 10px;
    width: 800px;
}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    background: #ffffff;
}

.step-item-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 13px;
}

    .step-item-tail i {
        display: inline-block;
        width: 100%;
        height: 1px;
        vertical-align: top;
        background: #c2c2c2;
        position: relative;
    }

.step-item-tail-done {
    background: #009688 !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: top;
    color: #2497e7;
    border: 1px solid #2497e7;
    border-radius: 50%;
    background: #ffffff;
}

    .step-item-head.step-item-head-active {
        background: #2497e7;
        color: #ffffff;
    }

.step-item-main {
    background: #ffffff;
    display: block;
    position: relative;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
}

.step-item-main-desc {
    color: #aaaaaa;
}