.consult {
    padding: 0 20px 20px;
}

.consult .title,
.flow .title {
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0;
    position: relative;
    padding-left: 14px;
}

.flow .title {
    border: 0;
}

.consult .title .tip,
.flow .title .tip {
    display: inline-block;
    width: 4px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
}

.consult .consult-list {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-y: auto;
}

.consult .consult-list .consult-item {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    flex: 1;
    height: 140px;
    margin: 0 8px 0 0;
    position: relative;
}

.consult-list .consult-item .item-text,
.consult-list .consult-item .item-date{
    white-space: nowrap;
}

.consult .consult-list .consult-item:first-child {
    background-color: #55bb22;
}

.consult .consult-list .consult-item:nth-child(2) {
    background-color: #11bb55;
}

.consult .consult-list .consult-item:nth-child(3) {
    background-color: #11bb99;
}

.consult .consult-list .consult-item:nth-child(4) {
    background-color: #11aabb;
}

.consult .consult-list .consult-item:nth-child(5) {
    background-color: #11aadd;
}

.consult .consult-list .consult-item:nth-child(n+6) {
    background-color: #1199ff;
}

.consult .consult-list .consult-item:last-child() {
    margin-right: 0;
}

.consult-list .consult-item .arrow-left {
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-top: 13px solid #11bb55;
    border-bottom: 13px solid #11bb55;
    border-left: 15px solid white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.consult-list .consult-item .arrow-left02 {
    border-top-color: #11bb99;
    border-bottom-color: #11bb99;
}

.consult-list .consult-item .arrow-left03 {
    border-top-color: #11aabb;
    border-bottom-color: #11aabb;
}

.consult-list .consult-item .arrow-left04 {
    border-top-color: #11aadd;
    border-bottom-color: #11aadd;
}

.consult-list .consult-item .arrow-left05 {
    border-top-color: #1199ff;
    border-bottom-color: #1199ff;
}

.consult-list .consult-item .arrow-left06 {
    border-top-color: #2299ff;
    border-bottom-color: #2299ff;
}
.consult-list .consult-item .arrow-left07 {
    border-top-color: #2299ff;
    border-bottom-color: #2299ff;
}


.consult-list .consult-item .arrow-right {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #55bb22;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    z-index: 9;
}

.consult-list .consult-item .arrow-right02 {
    border-left-color: #11bb55;
}

.consult-list .consult-item .arrow-right03 {
    border-left-color: #11bb99;
}

.consult-list .consult-item .arrow-right04 {
    border-left-color: #11aabb;
}

.consult-list .consult-item .arrow-right05 {
    border-left-color: #11aadd;
}

.consult-list .consult-item .arrow-right06,.consult-list .consult-item .arrow-right07 {
    border-left-color: #1199ff;
}
 


.consult-list .consult-item .item-num {
    font-size: 40px;
}

.consult-list .consult-item .item-date {
    display: inline-block;
    line-height: 24px;
    background: rgba(255,255,255,.2) ;
    min-width:108px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    padding: 0 5px;
}

.flow {
    display: flex;
}

.flow .left {
    width: 960px;
    margin: 0;
}

.flow .left .flow-list {
    display: flex;
    justify-content: space-between;

}

.left .flow-list .flow-item {
    width: 188px;
    margin: 0;
    color: #fff;
}

.left .flow-list .flow-item:first-child {
    background: url(../images/bg01.png);
}

.left .flow-list .flow-item:nth-child(2) {
    background: url(../images/bg02.png);
}

.left .flow-list .flow-item:nth-child(3) {
    background: url(../images/bg03.png);
}

.left .flow-list .flow-item:nth-child(4) {
    background: url(../images/bg04.png);
}

.left .flow-list .flow-item:nth-child(5) {
    background: url(../images/bg05.png);
}

.left .flow-list .flow-item-wrapper {
    background-color: #2299ff;
}

.left .flow-list .flow-item-wrapper02 {
    background-color: #11bb99;
}

.left .flow-list .flow-item-wrapper03 {
    background-color: #ffaa33;
    text-align: center;
}


.left .flow-list .flow-item-wrapper03 a,
.left .flow-list .flow-item-wrapper03 a:hover,
.left .flow-list .flow-item-wrapper03 a:visited {
    color: #fff;
}

.left .flow-list .flow-item-wrapper04 {
    background-color: #ff5555;
}

.left .flow-list .flow-item-wrapper05 {
    background-color: #bb55dd;
}

.flow-list .flow-item .flow-item-title {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px dashed #fff;
    text-align: center;
}

.flow-list .flow-item .flow-item-list {
    padding: 20px 28px;
    line-height: 40px;
}

.flow-list .flow-item-wrapper03 .flow-item-list {
    line-height: 24px;
    padding: 14px 20px;
}

.flow-item-wrapper04 .flow-item-list .course {
    line-height: 20px;
}

.flow-item-wrapper04 .flow-item-list .course:not(:first-child) {
    margin-top: 20px;
}

.flow-item-wrapper04 a {
    color: #fff;
}

.flow-item-wrapper04 .flow-item-list .btn {
    background: url(../images/bigbtn-bg.png) no-repeat;
    text-align: center;
    background-size: 128px 40px;
    margin-top: 20px;
}

.flow-list .flow-item .flow-item-list li {
    list-style: disc;
}

.flow .right {
    margin-left: 20px;
    width: 220px;
}

.right .button-list {
    height: 340px;
    display: flex;
    flex-wrap: wrap;
}

.right .button-list a {
    margin: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #2299ff;
    margin: 20px 20px 0 0;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 5px;
}

.right .button-list a:hover {
    background-color: #2299ff;
    color: #fff;
}

.right .button-list a:nth-child(1),
.right .button-list a:nth-child(2) {
    margin-top: 0;
}

.right .button-list a:nth-child(even) {
    margin-right: 0;
}