/* button */
.el-button--primary, .el-button--info, .el-button--default, .el-button--org, .reverse-buttons {
    border-radius: 2px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.el-button--browser {
    background: #cb5e12 !important;
    border-color: #cb5e12 !important;
    float: right;
    color: #ffffff;
    border-radius: 2px !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 200 !important;
}

.el-button--primary {
    background: #C52A1A !important;
    border-color: #C52A1A !important;
}

.el-button--info {
    background: #F2F2F2 !important;
    border: none;
    color: #7D7D7D;
}

.el-button--primary:hover, .el-button--primary:focus, .el-button--primary:active {
    background: #C52A1A !important;
    border-color: #C52A1A !important;
}

.el-button--info:hover, .el-button--info:focus, .el-button--info:active {
    background: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    color: #7D7D7D;
}

.el-button--default:hover, .el-button--default:focus, .el-button--default:active {
    /*background: #F2F2F2 !important;*/
    /*border-color: #F2F2F2  !important;*/
    /*color:#7D7D7D;*/
}

.el-button--org:hover {
    background: #D06C0A;
!important;
    border-color: #F2F2F2 !important;
    color: white;
}

/* step__icon */
.el-step__icon-inner {
    display: none;
}

.is-success .el-step__icon-inner {
    display: block;
}

.step-title {
    white-space: nowrap;
    position: absolute;
    left: 40px;
    top: -8px;
    font-size: 16px;
}

.el-step.is-horizontal .el-step__line {
    height: 2px;
    top: 11px;
    left: 100px !important;
    right: 20px !important;
}

.el-step__title.is-success {
    color: #C52A1A !important;
}

.el-step__icon.is-text {
    border-color: #464646;
}

.is-process
.el-step__icon.is-text,
.is-success
.el-step__icon.is-text {
    border-color: #C52A1A;
}

.is-success
.el-step__icon.is-text {
    background-color: #C52A1A;
    color: white;
}

.is-success .step-title,
.is-process .step-title {
    color: #C52A1A;
}

.home-browser-bg {
    width: 100%;
    height: 100%;
}

.home-browser-tips {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 3px;
    border-color: #c8c8c8;
}

.vc-weekday:nth-child(1) {
    color: red !important;
}

.el-step__head.is-success {
    color: #C52A1A !important;
    border-color: #C52A1A !important;
}

.el-step__head.is-success .el-step__line {
    background-color: #C52A1A;
}

.el-button:active {
    background: #FFF !important;
    border-color: #DCDFE6 !important;
    color: #606266 !important;
    outline: 0
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    height: auto !important;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 4px
}

