.quotation {
    background: #f5f5f5;
    width: 100%;
    background-image: url(/static/index/seiya/images/bj_bg1.c6fb6ee.jpg);
    background-repeat: no-repeat;
    background-size: 100% 263px;
    padding-bottom: 50px;
}

.head {
    padding-top: 60px;
    text-align: center;
}

.head h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.steps .active {
    background-color: #fff;
}

.steps .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 15.5px;
    position: relative;
}

.steps .step:first-child:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    left: -37px;
    top: 13px;
    opacity: .5;
}

.steps .active p {
    color: #212121 !important;
}

.steps p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.steps .step:first-child:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    left: -42px;
    top: 10px;
}

.steps .link {
    transform: scale(.6);
    width: 72px;
    height: 2px;
    background-color: #fff;
    margin: 0 -8px 0 -13px;
    position: relative;
}

.steps .link .oblique {
    position: absolute;
    right: -1px;
    bottom: 3px;
    width: 10px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.steps .step:last-child:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    right: -37px;
    top: 11px;
}

.steps .step:last-child:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fff;
    right: -35px;
    top: 13px;
    opacity: .5;
}

.page {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
}

.fillInTheQuotation {
    box-sizing: border-box;
    width: 100%;
    padding: 60px 50px;
    background: #fff;
    border-radius: 0;
    transition: all .4s;
    box-shadow: 0 2px 4px rgb(33 33 33 / 12%), 0 0 6px rgb(33 33 33 / 4%);
}

.fillInTheQuotation .fillTitle {
    text-align: center;
}

.fillInTheQuotation .fillTitle span {
    font-weight: 700;
    font-size: 30px;
    color: #212121;
    letter-spacing: .36px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}

.fillInTheQuotation .fillTitle span:before {
    right: -30px;
}

.fillInTheQuotation .fillTitle span:after, .fillInTheQuotation .fillTitle span:before {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    background: #212121;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.fillInTheQuotation .fillTitle span strong {
    font-size: 30px;
}

.redMainColor {
    color: #212121;
}

.fillInTheQuotation .fillTitle span:after, .fillInTheQuotation .fillTitle span:before {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    background: #212121;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.fillInTheQuotation .fillTitle span:after {
    left: -30px;
}

.quotationInformation {
    display: flex;
    margin: 40px 0 20px;
}

.quotationInformation {
    display: flex;
    margin: 40px 0 20px;
}

.quotationInformation img {
    background: #fff;
}

.quotationInformation img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.quotationInformation .name, .quotationInformation .title {
    color: #212121;
    padding-bottom: 5px;
    font-weight: 700;
}

.quotationInformation .title {
    padding-top: 3px;
}

.quotationInformation .position {
    color: #0f0f0f;
    font-weight: 400;
}

.quotationInformation .mobile {
    font-size: 12px;
    color: #3f3f3f;
    padding-bottom: 5px;
}

.quotationInformation .overview {
    display: flex;
    flex-wrap: wrap;
    width: 620px;
}

.quotationInformation .overview li {
    width: 50%;
    margin-bottom: 10px;
}

.quotationInformation .title {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    padding-bottom: 10px;
}

.quotationInformation p {
    font-size: 12px;
    color: #b9b9b9;
}

.quotationInformation .QR {
    margin-right: 100px;
}

.quotationInformation .ExclusiveQR {
    background: #fff;
    max-width: 300px;
    min-width: 250px;
    height: 100px;
    display: flex;
}


.offerDetails .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.offerDetails .title h3 {
    font-weight: 600;
    color: #212121;
    font-size: 14px;
}

.operating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.quickQuoteForm {
    margin-top: 10px;
}

.quickQuoteForm .el-table {
    width: 100%;
}

.el-table thead {
    color: #909399;
    font-weight: 500;
}

.el-table tr {
    background-color: #fff;
}

.quickQuoteForm .el-table .el-table__header th {
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-color: #212121;
    background-color: #212121;
}

.el-table td, .el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5;
}

.el-table td, .el-table th {
    padding: 12px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.quickQuoteForm .el-table .el-table__body .el-table__row .el-form-item {
    margin-bottom: 16px;
}

.quickQuoteForm .el-form .el-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.el-table td div {
    box-sizing: border-box;
}

.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}

.quickQuoteForm .el-form .el-form-item__label {
    width: 78px;
    white-space: nowrap;
}

.quickQuoteForm .el-form .el-form-item__content {
    flex-grow: 1;
    margin-left: 0 !important;
}

.el-table--border td, .el-table--border th {
    border-right: 1px solid #ebeef5;
}

.quickQuoteForm .el-table .el-table__body .el-table__row td .el-form-item:nth-child(2) {
    margin-bottom: 0;
}

.quickQuoteForm .el-form .delete {
    cursor: pointer;
    color: #999;
}

.el-button--text {
    border-color: transparent;
    color: #409eff;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.is-center {
    text-align: center;
}


.quickQuoteForm .el-table .el-table__body .updatingFiles, .quickQuoteForm .el-table .el-table__body input {
    background: #f9f9f9;
    border-radius: 0;
    border: 1px solid #eee;
}

.quickQuoteForm .el-form .el-form-item__content .updatingFiles {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-right: 2px;
}

.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.quickQuoteForm .updatingFiles .el-button {
    border-color: #fff;
    border-radius: 0;
    width: 83px;
    height: 40px;
}

.quickQuoteForm .el-icon-upload:before {
    margin-right: 3px;
    font-size: 14px;
}

.quickQuoteForm .is-plain {
    width: 168px;
    border-radius: 0;
}

.quickQuoteForm .operating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.quickQuoteForm .increase .el-button, .quickQuoteForm .next .el-button {
    width: 168px;
    border-radius: 0;
}

.quickQuoteForm .btn-1 {
    color: #fff;
    background-color: #1772b9;
    border-color: #1772b9;
}

.quoteError {
    text-align: center;
    background: #f5f6fa;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.fillInTheQuotation {
    box-sizing: border-box;
    width: 100%;
    padding: 60px 50px;
    background: #fff;
    border-radius: 0;
    transition: all .4s;
    box-shadow: 0 2px 4px rgb(33 33 33 / 12%), 0 0 6px rgb(33 33 33 / 4%);
}

.login-in {
    color: #fff !important;
    background-color: #1772b9 !important;
    border-color: #1772b9 !important;
    border-radius: 0;
    padding: 12px 20px;
}

.quoteError p {
    padding-bottom: 20px;
    font-size: 14px;
    color: #000000;
}

.el-upload__input {
    display: none !important;
}

.el-upload-list {
    max-width: 150px;
}

.el-upload-list__item:first-child {
    margin-top: 0;
}

.quickQuoteForm .operation-s {
    display: flex;
    justify-content: center;
}

.quickQuoteForm .operation-s div:first-child {
    padding: 0;
}

.quickQuoteForm .el-table .blue {
    color: #ff6200;
}

.quickQuoteForm .el-table .pointer {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.quickQuoteForm .el-table .modify {
    color: #212121;
}

.quickQuoteForm .operation-s div {
    padding-left: 5px;
    font-size: 13px;
}

.quickQuoteForm .el-table .gray {
    color: #999;
}

.el-table__body td .cell {
    font-size: 13px;
    color: #000;
}

.text-center {
    text-align: center;
}

.QuotationSuccess .titleInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 208px;
    background-color: rgb(245, 246, 250);
    position: relative;
}

.QuotationSuccess .titleInfo svg {
    width: 60px;
    height: 60px;
    margin: 0 15px 20px 0;
}

.QuotationSuccess .titleInfo p:first-child {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.QuotationSuccess .titleInfo p {
    font-size: 12px;
    color: rgb(33, 33, 33);
    padding-bottom: 5px;
}

.QuotationSuccess .titleInfo p .order {
    font-size: 30px;
    color: rgb(23, 114, 185);
}

.QuotationSuccess .titleInfo .el-icon-success {
    font-size: 69px;
    margin-top: -15px;
    margin-right: 10px;
    color: #4aa51d;
}

.QuotationSuccess .enquiryPrice {
    padding: 60px 40px 90px;
}

.QuotationSuccess .btn-2 {
    color: #fff !important;
    background-color: #ff6200 !important;
    border-color: #ff6200 !important;
}

.tabStatus {
    font-size: 14px;
    color: #212121;
}

.tabStatus > span {
    margin-left: 30px;
}

.tabStatus .checkNum {
    padding: 0 5px;
}

.tabStatus .red {
    color: #ff6200;
}

.tabStatus .num {
    font-size: 20px;
    font-weight: 700;
}

.quickQuoteForm .el-table .red {
    color: #ff6200;
}