﻿.TabCardType {
    height: 38px;
    border-bottom: 1px solid #F36E0B;
    margin-bottom: 20px;
}

    .TabCardType li {
        line-height: 38px;
        float: left;
        height: 38px;
        padding: 0px 30px;
        cursor: pointer;
        margin-right: -1px;
        font-size: 14px;
    }

        .TabCardType li.Cur {
            background: #F36E0B;
            color: white;
        }

            .TabCardType li.Cur a {
                color: white;
            }

        .TabCardType li.Tel {
            border: none;
            color: #F36E0B;
            float: right;
        }