.blue {
    color: #3c7ee5;
}

.el-button--primary,
.el-button--primary.is-active,
.el-button--primary:active {
    background-color: #3c7ee5;
    border-color: #3c7ee5;
}

.el-button--primary:hover {
    background: #2c70db;
    border-color: #2c70db;
}

.gw-order .el-input-group__prepend {
    min-width: 70px;
    padding: 0;
    text-align: center;
}

.bread-crumbs {
    height: 54px;
    line-height: 54px;
}

.bread-crumbs span {
    font-size: 14px;
    color: #666;
}

.bread-crumbs a {
    font-size: 14px;
    color: #666;
}

.bread-crumbs a.active {
    color: #dd2726;
}

.gw-order {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.gw-order .gw-content {
    background: #fff;
    width: 1200px;
    /* height: 755px; */
    background: #ffffff;
    padding: 0 80px;
    margin-bottom: 11px;
    padding-bottom: 1px;
}

.gw-order .gw-content .el-form-item {
    margin-bottom: 30px;
}

.gw-order .gw-content h3 {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 57px;
    font-weight: normal;
}

.gw-order .gw-content label {
    color: #333;
}

.gw-order .gw-content .el-form-item__content .el-input,
.gw-order .gw-content .el-form-item__content .el-textarea {
    width: 420px;
}

.gw-order .gw-content .el-form-item__content .tip-title {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.gw-order .gw-content .el-form-item__content .tip-title i {
    color: #ff7733;
}

.gw-order .gw-btn {
    background: #fff;
    padding-top: 52px;
    padding-right: 63px;
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.gw-order .gw-price {
    color: #333;
}

.gw-order .gw-price b {
    color: #f85252;
    font-size: 20px;
    font-weight: bold;
}

.gw-order .gw-pay .tip-title i {
    color: #ff7733;
}

.gw-order .gw-pay .tip-title a {
    color: #3c7ee5;
}

.gw-order .gw-pay .tip-title a:hover {
    color: #3c7ee5;
}