.a.a100 .b1 {
    margin: 0 auto;
    height: 100%;
}

.a.a100 .b1 a {
    text-decoration: none;
    color: black;
}

.a.a100 .b1 .c2 .d2 {
    display: none;
}

.a.a100 .b1 .c2 .d3 .e .f2 .g {
    display: block;
    color: #787876;
    font-size: 12px;
    line-height: 26px;
}

.a.a100 .b1 .c2 .d3 .e .f2 {
    width: 80px;
}

.a.a100 .b1 .c2 .d3 .e .f1 {
    width: 26px;
    height: 26px;
    background: #2AC1CA;
    border-radius: 50%;
    margin: 0px 9px;
    color: white;
    text-align: center;
    line-height: 26px;
}

.a.a100 .b1 .c2 .d3 .e .f {
    float: left;
}

.a.a100 .b1 .c2 .d3 .e {
    padding: 7px 0px;
    float: left;
    position: relative;
    height: 100%;
}

.a.a100{
    background: #F9F9F9;

}

.e + .e{
    border-left: 1px dashed #ECECEC;
}

.d.d3{
    padding-top: 10px;
    display: table ; margin: 0 auto;
}

.a.a10 .b.b1 .c.c2 .d.d1, .a.a10 .b.b1 .c.c2 .d.d1{
    display: none;
}

@media (min-width: 1400px) {
	.a.a100 .b1 {
    	width: 127px;
    	border: 1px solid #2AC1CA;
    	margin: 0;
	}

    .a.a100 .b1 .c2 .d2 {
        display: inline-block;
        width: 100%;
        height: 38px;
        text-align: center;
        line-height: 38px;
        color: white;
        font-weight: bold;
        background: #2AC1CA;
    }
	.a.a100 .b1 .c2 .d3 .e {
        border-bottom: 1px dashed #ECECEC;
        overflow: hidden;
        padding: 7px 0px;
    }
    .a.a100 {
        position: absolute;
        background: white;
        left: 50%;
        margin-left: -685px;
        top: 280px;
    }
    .a.a10 .b.b1 .c.c2 .d.d1, .a.a10 .b.b1 .c.c2 .d.d1{
        display: block;
    }

}

