.sellerBackstage .sellerBackstage-header{
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin: 35px 0 -24px 0;
}
.handleBtn {
  margin-top: 40px;
  margin-bottom: 20px;
}
.el-popover {
  border-radius: 16px;
  padding: 16px;
}
.inquiry_page {
  font-family: Microsoft YaHei;
  padding: 15px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.inquiry_box {
  background-color: #fff;
  border-radius: 16px;
}
.inquiry_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #515151;
  margin: 0px;
  padding: 15px 30px;
  border-bottom: 1px solid #f2f2f2;
}
/* process */
.inquiry_box .process {
  display: flex;
  align-items: center;
  margin: 20px 30px;
  background: #f8f9fe;
  padding: 20px 40px;
  border-radius: 20px;
}

.inquiry_box .process .isExp {
  width: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inquiry_box .process .isExp div {
  display: inline-block;
  font-size: 16px;
}
.inquiry_box .process .isExp img {
  width: 20px;
  vertical-align: middle;
}
.inquiry_box .process .isExp .currentCss {
  color: #1b54ea;
}
.inquiry_box .process .number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #333;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.inquiry_box .process .number.active {
  border-color: #1b54ea;
  background-color: #1b54ea;
}

.inquiry_box .process .line {
  flex: 1;
  display: inline-block;
  height: 1px;
  background-color: #d2d3d7;
  margin: 0 20px;
}
/* process */

/* transport */
.inquiry_box .transport {
  padding: 16px 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
.inquiry_box .transport div {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
}
.inquiry_box .transport .blueTitle {
  border-bottom: 4px solid #1b54ea;
  color: #1b54ea;
}
.inquiry_box .rateDiv {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 30px 40px;
}
.infoTitle h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}
/* rateQuery */
.inquiry_box .rateQuery {
  width: 100%;
  background-color: #fff;
}

.inquiry_box .rateQuery > div {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.inquiry_box .rateQuery > div > span {
  display: inline-block;
  flex: 0 0 85px;
  width: 85px;
  text-align: left;
  margin-right: 10px;
}

.inquiry_box .rateQuery .align-center {
  display: flex;
  align-items: center;
}
.inquiry_box .rateQuery .flex-wrap {
  flex-wrap: wrap;
}
.inquiry_box .rateQuery .max-width {
  width: 710px;
  position: relative;
}
/* address */
.content-box .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  transform: translateY(100%);
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 14px;
  z-index: 9;
  min-height: 60px;
}
.content-box .dropdown .title {
  margin-bottom: 10px;
  color: #b0b0b0;
}
.address-input,
.address-detail,
.address-area {
  position: relative;
  flex: 1;
}

.address-area > div {
  width: 100%;
  flex: 1;
}

.address-operate > div,
.address-detail {
  margin-left: 16px;
}

.address-operate > div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}
.address-operate > div.active,
.address-operate > div:hover {
  color: #1b54ea;
}
.address-operate > div span {
  font-size: 16px;
}
.address-operate > div p {
  font-size: 12px;
  margin: 0;
}


.dropdown-row .address-area.open .search,
.dropdown-row .address-area .show {
  display: inline-block;
}

.dropdown-row .address-area.open .show,
.dropdown-row .address-area .search {
  display: none;
}

.address .clearable .icon_clear {
  display: none;
  cursor: pointer;
  transform: translateY(-50%) rotateZ(0deg) !important;
}
.address .clearable:hover .icon {
  display: none;
}
.address .clearable:hover .icon_clear {
  display: inline-block !important;
}

.address-area .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  right: 15px;
  font-size: 16px;
  color: #727272;
  transition: all 0.5s;
  transform-origin: center center;
}

/* .address-dropdown */
.address-dropdown {
  padding: 5px 20px 10px;
}
.address-dropdown .el-tabs__nav-scroll {
  padding: 0 10px;
}
.address-dropdown .el-tabs__nav-wrap::after {
  height: 1px;
}
.address-dropdown .el-tabs__active-bar {
  background-color: #1b54ea;
}

.address-dropdown .el-tabs__item.is-active {
  color: #1b54ea;
  box-shadow: none;
}

.address_dropdown_height {
  min-height: 60px;
  max-height: 200px;
}
.address-list {
  display: flex;
  flex-direction: column;
}
.address-list > div:not(.el-loading-mask) {
  display: flex;
  flex-wrap: wrap;
  color: #555555;
  flex: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dropdown-row .inquiry_input .input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dropdown-row .inquiry_input .input,
.explain .inquiry_input textarea,
.dropdown-row .inquiry_input input {
  width: 100%;
  height: 40px;
  vertical-align: middle;
  margin: 0px;
  overflow: hidden;
  padding: 0px 17px;
  box-sizing: border-box;
  border: 0px;
  font-size: 14px;
  border-radius: 16px;
  background-color: rgb(248, 248, 248);
  box-sizing: border-box;
  border: 1px solid rgb(248, 248, 248);
  outline: none;
}

.dropdown-row .inquiry_input input {
  padding: 0px 25px 0 17px;
}

.explain .inquiry_input textarea {
  font-family: PingFang SC, microsoft yahei, segoe ui, lucida grande, Helvetica,
  Arial, FreeSans, Arimo, droid sans, wenquanyi micro hei, hiragino sans gb,
  hiragino sans gb w3, fontawesome, sans-serif;
  width: 100% !important;
  min-height: 40px;
  padding: 10px 17px;
  font-size: 14px;
}

.dropdown-row .inquiry_input_mobile {
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown-row .inquiry_input_mobile .el-select {
  position: absolute;
  left: 0;
  width: 75px;
  height: 24px;
}
.dropdown-row .inquiry_input_mobile .el-select input {
  border: 0;
  background: transparent;
  padding: 0 10px;
  height: 24px;
}
.dropdown-row .inquiry_input_mobile .el-select  .el-input__icon {
  font-size: 12px;
  height: 26px;
}
.dropdown-row  .inquiry_input_mobile > input {
  padding-left: 80px !important;
}



.inquiry_box .input_focus input:focus,
.inquiry_box .inquiry_input.open input {
  border: 1px solid #1b54ea;
}
.inquiry_box .inquiry_input.open .show,
.inquiry_box .inquiry_input .search {
  display: none;
}
.inquiry_box .inquiry_input .show,
.inquiry_box .inquiry_input.open .search {
  display: inline-block;
}

.inquiry_box .inquiry_input .input .placeholder,
.inquiry_box .inquiry_input input::placeholder {
  color: #c1c4cb;
}

.inquiry_box .shipmentPlace label,
.inquiry_box .destination label {
  cursor: pointer;
  margin-right: 20px;
}
.orderFirst .rateQuery input[type="radio"] {
  cursor: pointer;
  margin-top: 0;
  margin-right: 4px;
  margin-left: 0;
}

.inquiry_box .isDanger .align-center > div {
  cursor: pointer;
  display: flex;
  padding: 8px 25px;
  border-radius: 16px;
  border: 1px solid #dededc;
  margin-right: 12px;
}

.inquiry_box .isDanger .align-center > div.active {
  color: #1b54ea;
  border: 1px solid #1b54ea;
}
.inquiry_box .increment .align-center input {
  padding: 0;
  border: 1px solid #c7c9c8;
  border-radius: 5px;
  padding: 0 5px;
}
.inquiry_box .explain textarea {
  overflow: auto;
  width: 100% !important;
  min-height: 40px;
  padding: 10px 17px;
  max-height: 150px;
  font-family: PingFang SC, microsoft yahei, segoe ui, lucida grande, Helvetica,
    Arial, FreeSans, Arimo, droid sans, wenquanyi micro hei, hiragino sans gb,
    hiragino sans gb w3, fontawesome, sans-serif;
}

.inquiry_box .rateQuery .stress {
  color: #ef9755;
  flex-direction: column;
  align-items: flex-start;
}
.inquiry_box .rateQuery .stress p {
  margin: 0 0 20px;
}

.inquiry_box .shipmentInfo_openPopup {
  width: 438px;
  color: #c1c4cb;
  cursor: pointer;
}

.inquiry_box .shipmentInfo_openPopup > span {
  position: absolute;
  right: 10px;
}
.inquiry_box .shipmentInfo_openPopup .el-icon-info {
  font-size: 14px;
  color: #1c1d1e;
}

.form-input-dropdown .fclTabs  {
  position: relative;
}
.form-input-dropdown .fclTabs > span {
  position: absolute;
  height: 100%;
  top: 50%;
  right: -23px;
  transform: translateY(-48%);
  line-height: 14px;
}
.form-input-dropdown .fclTabs .el-popover__reference-wrapper {
  padding-top: 0px;
}
.gridData-icon {
  font-size: 14px;
  margin: 0;
  color: #727272 !important;
  cursor: pointer;
  margin-left: 3px;
  transform: translateY(2px);
}
.gridData_title {
  margin: 0;
  margin-bottom: 10px;
}
.gridData .el-table {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
}
.gridData .el-table tbody tr:last-of-type td {
  border: 0;
}
.gridData .el-table tbody tr td:first-of-type {
  background-color: #fafafa;
  color: #A3A3A3;
}
.gridData thead th {
  background-color: #f3f3f3;
  color: #A3A3A3;
}
.gridData thead th .cell {
  word-break: break-word;
}

/* .shipNewTime */
.inquiry_box .channels {
  width: 252px;
  margin-left: 20px;
}
.inquiry_box .shipNewTime {
  width: 252px;
  margin-left: 20px;
  position: relative;
}
.inquiry_box .channels .el-select-dropdown,
.inquiry_box .shipNewTime .el-picker-panel {
  border-radius: 16px;
}
.inquiry_box .shipNewTime .el-date-editor {
  width: 100%;
}
.shipNewTime .el-input__suffix .el-input__icon {
  line-height: 40px;
  font-size: 14px;
}
.shipNewTime input:focus {
  border: 1px solid #1b54ea;
}
.shipNewTime .el-input__suffix {
  right: 40px;
}
.shipNewTime .el-input__prefix {
  left: auto;
  right: 8px;
}
.shipNewTime .el-input__prefix .el-input__icon {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
/* .shipNewTime */

.dialog-footer .queryBtn,
.inquiry_box .queryBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #1b54eb;
  border-radius: 16px;
  margin: 20px auto !important;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}


.inquiry_box .queryBtn.disabled {
  background-color: #409eff;
  border-color: #409eff;
  cursor: default;
}
.inquiry_box .queryBtn.disabled .el-icon-loading {
  display: inline-block;
}


/* infoPanel */
.infoPanel input::placeholder {
  color: #b0b0b0;
}

.infoPanel .infoPanel_title {
  font-size: 16px;
  padding: 0 10px;
}
.infoPanel .numberOfContainer {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.infoPanel .numberOfContainer > div {
  flex: 0 0 24%;
  width: 24%;
  margin-right: 1%;
  padding: 0;
  margin-bottom: 0.625rem;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  font-size: 0.875rem;
}
.infoPanel .numberOfContainer input {
  border-radius: 13px;
  padding: 0 22px;
  font-size: 14px;
  width: 100%;
}
.infoPanel .numberOfContainer .el-input-number {
  display: flex;
  align-items: center;
}
.infoPanel .numberOfContainer .el-input-number__decrease,
.infoPanel .numberOfContainer .el-input-number__increase {
  background-color: transparent;
  color: #000;
  width: 22px;
  height: 26px;
}
.infoPanel .numberOfContainer .el-input-number__decrease [class*="el-icon"],
.infoPanel .numberOfContainer .el-input-number__increase [class*="el-icon"] {
  transform: scale(0.6);
  line-height: 25px;
}

.infoPanel .numberOfContainer > div > span {
  display: inline-block;
  margin-right: 12px;
  width: 50px;
  flex: 0 0 49px;
  text-align: right;
}
.infoPanel .infoPanel-input {
  height: 36px;
  background: #F8F8F8;
  border-radius: 16px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #555555;
  flex: 1;
  box-sizing: border-box;
  position: relative;
}

.infoPanel .infoPanel-input.infoPanel-input-name {
  position: static;
}
.infoPanel .infoPanel-input.infoPanel-input-name .dropdown {
  display: none;
}
.infoPanel .infoPanel-input.infoPanel-input-name input:focus + .dropdown {
  display: inline-block;
}
.infoPanel .infoPanel-input > p {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: red;
  font-size: 12px;
  transform: translateY(110%);
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
}
.infoPanel .infoPanel-input:first-of-type {
  margin: 0;
}
.infoPanel .infoPanel-input input {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  outline: none;
  text-align: left;
}
.infoPanel .infoPanel-input input::-webkit-outer-spin-button,
.infoPanel .infoPanel-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.infoPanel .infoPanel-input input[type="number"] {
  -moz-appearance:textfield;
}
/* essential_info */
.infoPanel .essential_info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.infoPanel .essential_info .el-checkbox-group .el-checkbox{
  margin-right: 20px;
}


.infoPanel .essential_info_line {
  position: relative;
  color: #727272;
  margin-top: 16px;
}

.infoPanel .essential_info_line p {
  margin: 0 30px;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.infoPanel .essential_info_line::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 50%,
    #ccc 50%,
    #ccc 100%
  ); /* 35%设置虚线点x轴上的长度 */
  background-position: bottom; /* top配置上边框位置的虚线 */
  background-size: 10px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
  background-repeat: repeat-x;
}
/* package */
.infoPanel .package {
  margin-top: 16px;
}
.infoPanel .package_info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.infoPanel .package_info > div {
  flex: 1;
}
.infoPanel .package_info > div:nth-of-type(1) {
  flex: 0 0 146px;
}

.infoPanel  .infoPanel-tip {
  margin-left: 8px;
  flex: initial !important;
  position: relative;
}
.infoPanel .infoPanel-tip .icon  {
  font-size: 14px;
  color: #727272;
  cursor: pointer;
}
.infoPanel  .infoPanel-tip:hover > div {
  display: inline-block;
}
.infoPanel  .infoPanel-tip >  div {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
  border-radius: 16px;
  width: 290px;
  padding: 16px;
  color: #555555;
  font-size: 14px;
  z-index: 2;
}
.infoPanel .package_info .num,
.infoPanel .package_info .wkg {
  flex: 0 0 90px;
}
.infoPanel .package_info > .infoPanel-operate {
  flex: 0 0 40px;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}

.infoPanel .package_info .infoPanel-operate span {
  cursor: pointer;
  font-size: 16px;
}
.infoPanel .package_info .infoPanel-operate span:hover {
  color: #1b54ea;
}

.infoPanel .addPackage {
  display: inline-block;
  margin-top: 10px;
  color: #555555;
  cursor: pointer;
  text-align: left;
}

.infoPanel .addPackage span {
  display: inline-block;
  font-size: 14px;
  margin-right: 6px;
  font-weight: 700;
}

.infoPanel .infoPanel_upload {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px dashed #b0b0b0;
  color: #b0b0b0;
  white-space: nowrap;
}
.infoPanel .infoPanel_upload .icon {
  display: inline-block;
  height: 14px;
  font-size: 14px;
  margin-right: 6px;
  margin-top: 1px;
}

.infoPanel .infoPanel_upload_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.infoPanel .infoPanel_upload_list > div {
  cursor: pointer;
  display: flex;
  color: #555555;
  margin: 5px 30px;
  align-items: center;
}
.infoPanel .infoPanel_upload_list > div:hover {
  color: #1b54ea;
}
.infoPanel .infoPanel_upload_list > div span {
  display: inline-block;
  margin-right: 6px;
}

.infoPanel .infoPanel_upload_list > div .icon {
  font-size: 14px;
  margin-top: 2px;
}

.infoPanel .confirmGroup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infoPanel .confirmGroup > div {
  width: 150px;
  height: 36px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #1b54ea;
  color: #1b54ea;
  line-height: 36px;
  margin-right: 10px;
  cursor: pointer;
}

.infoPanel .confirmGroup > .confirm {
  color: #fff;
  background-color: #1b54ea;
}

/* port_consigned_panel */
.scrollbar {
  overflow: auto;
}
.scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  border-radius: 5px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #cbcdd1;
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

/* .consigned_list */
.consigned_panel {
  padding: 0 !important;
  overflow: hidden;
}
.consigned_panel > p {
  color: #b0b0b0;
  margin: 0 0 10px;
  padding: 10px 10px 0 10px;
}
.consigned_list {
  display: flex;
  flex-wrap: wrap;
  color: #555555;
  max-height: 180px;
  min-height: 60px;
  overflow-y: auto;
}

.consigned_list > div {
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}


.consigned_list .port_type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 10px;
  width: 40px;
  flex: 0 0 40px;
}
.consigned_list .port_type img {
  width: 20px;
  height: 20px;
  margin: 0;
}
.consigned_list .port_type .hover {
  display: none;
}

.consigned_list > div:hover {
  background: #f7f9ff;
  color: #1b54eb;
}
.consigned_list > div:hover .port_type img {
  display: none;
}
.consigned_list > div:hover .port_type .blue {
  display: inline-block;
}

.consigned_list .port_text {
  flex: 1;
  min-height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.consigned_list .port_text .icon {
  color: #319653;
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.consigned_list .port_text p {
  margin: 0;
  line-height: 1;
}
.consigned_list .port_text p:first-of-type {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.consigned_list .port_text p:nth-of-type(2) {
  font-size: 12px;
  margin-top: 6px;
}

/* address */
.dropdown {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  transform: translateY(100%);
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 14px;
  z-index: 9;
  min-height: 60px; */
}
.dropdown .title {
  margin-bottom: 10px;
  color: #b0b0b0;
}
.address-input,
.address-detail,
.address-area {
  position: relative;
  flex: 1;
}

.address-area > div {
  width: 100%;
  flex: 1;
}

.address-operate > div,
.address-detail {
  margin-left: 16px;
}

.address-operate > div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}
.address-operate > div.active,
.address-operate > div:hover {
  color: #1b54ea;
}
.address-operate > div span {
  font-size: 16px;
}
.address-operate > div p {
  font-size: 12px;
  margin: 0;
}


.dropdown-row .address-area.open .search,
.dropdown-row .address-area .show {
  display: inline-block;
}

.dropdown-row .address-area.open .show,
.dropdown-row .address-area .search {
  display: none;
}

.address .clearable .icon_clear {
  display: none;
  cursor: pointer;
  transform: translateY(-50%) rotateZ(0deg) !important;
}
.address .clearable:hover .icon {
  display: none;
}
.address .clearable:hover .icon_clear {
  display: inline-block !important;
}

.address-area .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  right: 15px;
  font-size: 16px;
  color: #727272;
  transition: all 0.5s;
  transform-origin: center center;
}

/* .address-dropdown */
.address-dropdown {
  padding: 5px 20px 10px;
}
.address-dropdown .el-tabs__nav-scroll {
  padding: 0 10px;
}
.address-dropdown .el-tabs__nav-wrap::after {
  height: 1px;
}
.address-dropdown .el-tabs__active-bar {
  background-color: #1b54ea;
}

.address-dropdown .el-tabs__item.is-active {
  color: #1b54ea;
  box-shadow: none;
}

.address_dropdown_height {
  min-height: 60px;
  max-height: 200px;
}
.address-list {
  display: flex;
  flex-direction: column;
}
.address-list > div:not(.el-loading-mask) {
  display: flex;
  flex-wrap: wrap;
  color: #555555;
  flex: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.address-list .address-sort {
  color: #b0b0b0;
  white-space: nowrap;
  margin-right: 26px;
  flex: 0 0 30px;
}

.address-list.country-list > div span {
  flex: 0 0 100%;
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.country-flag {
  margin-right: 6px;
  padding: 0;
  height: 14px;
  width: 25px;
}
.address-list > div span {
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  flex: 0 0 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address-list > div .active,
.address-list > div span:hover {
  color: #1b54ea;
}
/* .paste-dropdown */
.paste-dropdown {
  font-size: 14px;
}
.paste-dropdown .paste-box {
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 12px 16px;
}
.paste-textarea textarea {
  width: 100%;
  height: 120px;
  border: 0;
  outline: none;
  resize: none;
  font-size: 14px;
  font-family: PingFang SC, microsoft yahei, segoe ui, lucida grande, Helvetica,
    Arial, FreeSans, Arimo, droid sans, wenquanyi micro hei, hiragino sans gb,
    hiragino sans gb w3, fontawesome, sans-serif;
}
.paste-bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paste-bottom > div {
  display: flex;
  align-items: center;
}
.paste-success {
  color: #319653;
  display: flex;
  align-items: center;
}
.paste-success span {
  margin-right: 6px;
}
.paste-error {
  color: red;
  display: flex;
  align-items: center;
}
.paste-error span {
  margin-right: 6px;
}

.paste-btn > div {
  color: #727272;
  padding: 0 24px;
  line-height: 28px;
  border-radius: 16px;
  cursor: pointer;
}
.paste-btn .paste-btn-submit {
  background-color: #1b54ea;
  color: #fff;
}

.paste-btn .paste-btn-submit span {
  font-size: 12px;
  margin-right: 3px;
}
.paste-btn .paste-btn-submit.disabled {
  cursor: no-drop;
  background-color: #68b381;
  color: #fff;
}

.paste-btn .paste-btn-submit.disabled {
  background-color: #94ACEA;
  color: #fff;
  cursor: no-drop;
}
/* .address-book */
.address-book {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 6px;
}

.address-book .address-book-box {
  cursor: pointer;
  background-color: #fafafa;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 10px 16px;
  color: #8c8c8c;
  font-size: 12px;
}
.address-book .address-book-box.save .address-book-left>span {
  color: #1b54ea;
}
.address-book-notDate {
  margin: 14px 0;
  color: #b0b0b0;
  text-align: center;
}

.address-book-add {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.address-book-add > div {
  display: flex;
  align-items: center;
  height: 36px;
  background: #1B54EA;
  border-radius: 16px;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
}
.address-book .address-book-box.save .lasts,
.address-book .address-book-box .books {
  display: none;
}
.address-book .address-book-box .lasts,
.address-book .address-book-box.save .books {
  display: block;
  white-space: nowrap;
}
.address-book .address-book-box:hover {
  background-color: #f3f5ff;
}
.address-book .address-book-left {
  display: flex;
  align-items: center;
}
.address-book .address-book-left > span {
  font-size: 24px;
  margin-right: 16px;
}
.address-book .address-book-left > div p {
  margin: 0;
}
.address-book .address-book-left > div p:nth-of-type(2) {
  color: #555555;
  line-height: 20px;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 500;
}
/* address */
.dialog_radius {
  border-radius: 10px;
}
.successLoading {
  width: 40%;
  height: 6px;
  border: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  margin-top: 20px;
}
.successLoading .left {
  width: 0;
  animation: successLoading 2s linear infinite alternate;
}

.successLoading .right {
  width: 20%;
  height: 6px;
  background: #1b54eb;
}

@keyframes successLoading {
  from {width: 0;}
  to {width: 80%;}
}


.quoted_price {
  margin-top: 20px;
}
.quoted_price .inquiry_box {
  overflow: hidden;
}

/* .form_list */
.form_list {
  display: flex;
}
.form_list form {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
}
.form_list .form-row {
  display: flex;
  align-items: center;
  margin-right: 12px;
  position: relative;
  border-radius: 16px;
  flex: 1;
  width: calc(25% - 12px);
}
.form_list .form-row > p {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(120%);
  font-size: 14px;
}
.form_list .form-row .form-input {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 16px;
    background-color: rgb(248, 248, 248);
    padding: 18px;
    color: #727272;
    cursor: pointer;
    overflow: hidden;
}


.form-input-top  {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.form_list .form-row .form-input-title {
  display: flex;
  align-items: center;
  line-height: 18px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
}

.form_list .form-row .form-input-title .el-popover__reference-wrapper {
  padding-top: 0;
}

.form_list .form-row .form-input-title .el-icon-success,
.form_list .form-row .form-input-title .el-icon-error {
  color: #319653;
  margin-left: 12px;
  font-size: 16px;
}
.form_list .form-row .form-input-title .el-icon-error {
  color: red;
}
.form_list .form-row .form-input-list {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0.5rem;
  overflow: hidden;
}
.form_list .form-row .form-input-list > div {
  line-height: 1.35rem;
  text-align: center;
  padding: 0px 10px;
  background: rgba(49,150,83,0.1);
  color: #319653;
  border-radius: 8px;
  font-size: 0.875rem;
  margin-right: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form_list .form-row .form-input-list > div:last-of-type {
  margin-right: 0;
}
.form_list .form-row .form-input input {
  color: #555;
  width: 100%;
  line-height: 1.25;
  font-size: 16px;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-top: 0.875rem;
  outline: none;
  cursor: pointer;
  text-overflow: ellipsis;
}



.form-input-dropdown {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0;
  width: 700px;
  background-color: #fff;
  border-radius: 16px;
  transform: translateY(100%);
  padding: 1rem 1.25rem;
  line-height: 1.5;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  z-index: 2001;
}

.form-input-dropdown.center {
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: left;
}
.form-input-dropdown.top {
  left: auto;
  right: 0px;
}

.dropdown-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.dropdown-row .radio-list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  margin: 0;
}
.dropdown-row > span {
  display: inline-block;
  flex: 0 0 85px;
  width: 85px;
  min-height: 40px;
  display: flex;
  align-items: center;
  text-align: left;
  margin-right: 10px;
}

.dropdown-row > div {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 40px;
}

.dropdown-row .gj-radio {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.inquiry_input > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  right: 10px;
  font-size: 14px;
  color: #727272;
  transition: all 0.5s;
  transform-origin: center center;
}

.inquiry_input.open > .icon {
  transform: translateY(-50%) rotateZ(0deg);
}
.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-btn > div {
  width: 9.375rem;
  background: #1b54eb;
  border-radius: 8px;
  text-align: center;
  height: 2.25rem;
  line-height: 2.25rem;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
}

.dropdown-btn > div:nth-of-type(2) {
  background-color: #f3f3f3;
  color: #727272;
  margin-left: 12px;
}

.gj-radio label {
  cursor: pointer;
}

.form-input-dropdown .essential_info .el-date-editor.el-input {
  width: 100%;
  font-size: 1rem;
  min-width: 120px;
}
.form-input-dropdown .checkbox-list .infoPanel-input .el-input__icon,
.form-input-dropdown .essential_info .el-input__icon {
  font-size: 14px;
  line-height: 21px;
}

.form-input-dropdown .essential_info .el-input__prefix {
  left: -3px;
}
.form-input-dropdown .essential_info .el-date-editor input {
  padding: 0 10px 0 20px;
  text-align: left;
}
.form-input-dropdown .essential_info .el-select input {
  padding: 0;
}
.form-input-dropdown .isDanger {
  display: flex;
  flex-wrap: wrap;
}

.form-input-dropdown .isDanger > div {
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 8px;
  border: 1px solid #dededc;
  color: #727272;
  cursor: pointer;
  padding: 0 1rem;
  font-size: 0.875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.form-input-dropdown .isDanger .active {
  color: #1b54eb;
  border-color: #1b54eb;
}
.form-input-dropdown .cargoType {
  display: flex;
  flex-wrap: wrap;
}
.form-input-dropdown .cargoType .checkbox {
  cursor: pointer;
  display: flex;
  padding: 6px 0;
  margin: 0 22px 20px 0;
  color: #727272;
  font-size: 0.875rem;
}

.form_list .form-btn .queryBtn {
  margin: 0 !important;
  padding: 0 30px;
  width: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 100%;
  background: #1b54eb;
  color: #fff;
  border-radius: 16px;
  cursor: pointer;
}
.form_list .queryBtn i {
  font-size: 18px;
  margin-right: 6px;
  margin-top: 2px;
}
.form_list .queryBtn .el-icon-loading {
  display: inline-block !important;
  position: relative;
  left: auto;
  top: auto;
}
.not_quotation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  font-size: 16px;
}

.not_quotation img {
  width: 330px;
  height: 330px;
}
.el-date-picker {
  border-radius: 16px;
}


.dropdown-row.address,
.inquiry_box .explain {
  display: flex;
  align-items: flex-start;
}
.dropdown-row.address>span,
.inquiry_box .explain>span {
  min-height: 40px;
  display: flex;
  align-items: center;
}


.form-en .dropdown-row > span {
  flex: 0 0 160px;
  width: 160px;
}

.infoPanel .totalSummary {
  float: right;
  margin-top: 6px;
  color: #555555;
  cursor: pointer;
  padding: 4px 10px;
  background-color: #1b54eb;
  border-radius: 8px;
  color: #fff;
}

/* 查询报价 - 补充单位样式 */
.show_encode_prop_wrap{
  display: flex;
  /* width: 100%; */
  align-items: center;
}
.package_look_encode{
    margin: 0 6px;
    color: #409EFF;
    cursor: pointer;
}
.package_look_encode:hover{
  color: #1b54eb;
}
.package_draw_leftborder{
  flex-shrink: 0;
  padding-left: 15px;
  margin-right: -15px;
  border-left: 1px solid #ddd;
  height: 21px;
  width: 65px;
}
.package_draw_leftborder .el-input{
  height: 100%;
}
.infoPanel-input.lwh>input,
.infoPanel-input.wkg>input{
  width: 30px;
}
.infoPanel-input.lwh>.el-select,.infoPanel-input.wkg>.el-select {
    flex-shrink: 0;
    padding-left: 12px;
    margin-right: -15px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
}

.infoPanel-input.lwh>.el-select i,.infoPanel-input.wkg>.el-select i{
    line-height: 20px;
}
.infoPanel-input.lwh>.el-select input,.infoPanel-input.wkg>.el-select input{
  padding-left: 0;
  padding-right: 25px;
}
body .el-select-dropdown.el-popper[x-placement^=bottom] {
  padding:6px 0px !important;
}
.package_upload{
    display: flex;
    margin: 20px 0;
}
.package_upload .el-upload--text{
    flex-shrink: 0;
    margin-right: 20px;
}
.package_upload .el-upload-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.package_upload .el-upload-list li{
    display: inline-flex;
    align-items: center;
    width: 50%;
    overflow: hidden;
    margin-top: 0;
}
.package_upload .el-upload-list li .el-upload-list__item-name{
    width: 205px;
}
.add_package_file{
  border: 1px dashed #808080;
  padding: 8px 20px;
  border-radius: 10px;
  color: #808080;
}
/* 新询价 */
.form-input-dropdown .more_pack{
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
  position: relative;
}
.form-input-dropdown .more_pack>div{
  cursor: pointer;
  font-size: 14px;
  color: #909090;
  background: #fff;
  z-index: 2;
  padding-left: 10px;
}
.form-input-dropdown .more_pack i{
  transition: all 0.3s;
}
.form-input-dropdown .more_pack.show_more_info i{
  transform: rotateZ(180deg);
  position: relative;
  top: 1px;
}
.form-input-dropdown .more_box{
  /* border-top: 1px dashed rgb(204, 204, 204);
  padding-top: 10px; */
}
.form-input-dropdown .more_pack .show_more_dashe{
  border-top: 1px dashed rgb(204, 204, 204);
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 10px;
  z-index: 1;
}
.form-input-dropdown .add_newpack{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-input-dropdown .add_newpack .addPackage{
  margin-top: 0;
}
.form-input-dropdown .add_newpack .tips{
  color: red;
  font-size: 14px;
}
.form-input-dropdown .essential_info{
    /* flex-wrap: wrap; */
}
.infoPanel-input.lwh>input, .infoPanel-input.wkg>input{
  width: 36px;
  text-align: center;
}
.form-input-dropdown .essential_info .infoPanel-input .totl_title{
  position: absolute;
  top: -26px;
}
.num_add_del{
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  margin-left: 20px;
}
.num_add_del i.el-icon-caret-bottom{
  margin-top: -5px;
}

.quotation-box {
  display: flex;
  /* margin-top: 20px; */
  padding: 20px;
  align-items: flex-start;
  position: relative;
  background-color: #f2f2f2;
}
.quotation-box > div {
  border-radius: 16px;
}

/* .quotation-filter */
.quotation-filter {
  display: flex;
  flex-direction: column;
  flex: 0 0 250px;
  width: 250px;
  margin-right: 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
}
@media (max-width: 1500px) {
  .quotation-filter {
      flex: 0 0 250px;
      width: 250px;
  }
  .quotation-list-bottom > div  {
      margin-right: 10px !important;
  }
}
.list-remark {
  max-width: 500px;
}

.filter-types .el-checkbox {
  display: flex;
  align-items: center;
}

.filter-types .el-checkbox__label {
  white-space: pre-wrap;
}
.filter-types .el-checkbox__label p{
  margin: 0 !important;
}

.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #F3F3F3;
}
.filter-types {
  padding: 0 20px;
}
.filter-types .type-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  
  cursor: pointer;
  font-weight: bold;
}
.filter-types > div {
  padding: 20px 0;
  border-bottom: 1px solid #F3F3F3;
}
.filter-types > div:last-of-type {
  border: 0;
}
.filter-types .type-list {
  margin-top: 10px;
}
.filter-types .type-hide .icon {
  transform: rotateZ(180deg);
}
.filter-types .type-hide .type-list {
  display: none !important;
}
.filter-types .type-title .icon {
  font-size: 14px;
  font-weight: normal;
  transition: all 0.5s;
}
.filter-types .type-list.checkbox .el-checkbox-group,
.filter-types .type-list.radio {
  display: flex;
  flex-direction: column;
}
.filter-types .type-list.checkbox .el-checkbox-group > label,
.filter-types .type-list.radio > label {
  margin: 10px 0;
}

/* .quotation-lists */
.quotation-lists {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  overflow: hidden;
}
.quotation-list {
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(35, 37, 55, 0.12);
  background-color: #fff;
  margin-bottom: 20px;
  color: #333;
  border: 1px solid transparent;
}
.quotation-list.active {
  border: 1px solid #333;
}
.quotation-list:last-of-type {
  margin-bottom: 0;
}
.quotation-list-top {
  padding: 12px 20px;
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  align-items: center;
}
.quotation-list-tips {
  display: flex;
  align-items: center;
}
.quotation-list-tips > div {
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
  margin-right: 10px;
  background-color: #edf0f5;
}
.quotation-address {
  display: flex;
  align-items: center;
}
.quotation-address .address-text {
  font-size: 14px;
  color: #303133;
}
.address-center {
  padding: 0 25px;
  margin: 0 15px;
  position: relative;
}
.quotation-address .address-type {
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 12px;
  background: #edf0f5;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.quotation-address .address-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #787878;
}
.quotation-address .address-line::after {
  content:  "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -3px;
  border-right: 0;
  border-bottom: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #787878;
}
.quotation-list-bottom {
  padding: 20px;
  display: flex;
  color: #333;
}

.quotation-list-bottom > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
  margin-right: 40px;
}
.quotation-list-bottom > div:last-of-type {
  margin: 0;
}

.quotation-list-bottom .num  {
  color: rgb(236, 128, 44);
}
.quotation-list-bottom > div > div {
  margin-bottom: 10px;
}
.quotation-list-bottom > div > div:last-of-type {
  margin-bottom: 0;
}
.quotation-list-bottom .bold {
  font-weight: bold;
}

.quotation-list-bottom .large {
  font-size: 20px;
}

.quotation-list-bottom .grey {
  color: #787878;
}
.quotation-list-bottom .underline {
  text-decoration: underline;
  color: #333;
}
.quotation-list-bottom .line_tag {
  background: #F5ECFF;
  padding: 2px 8px;
  margin-left: 20px;
  color: #7A00FF;
}



.quotation-list .btn > button {
  width: 130px;
  line-height: 42px;
  padding: 0;
  margin: 10px 0 0;
  border-radius: 16px;
  font-weight: 400 !important;
  transition: all 0.3s;
  color: #1b54eb;
  border-color: #1b54eb;
  background-color: #fff;
}
.quotation-list .btn > button:first-of-type {
  color: #fff;
  border-color: #1b54eb;
  background-color: #1b54eb;
  margin: 0;
}
.quotation-list .btn button:hover {
  background-color: #1b54eb;
  color: #fff;
}
.dialog_offer {
  float: right;
  height: 100%;
  font-family: PingFangSC-Medium, PingFang SC;
  margin: 0 !important;
  border-radius: 0 !important;
}
.offer_title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #DEDEDC;
}

.offer_title i {
  float: right;
  margin-top: 22px;
  font-size: 18px;
}
.dialog_offer .el-dialog__header {
  padding: 0;
  color: #000;
}
.dialog_offer .ship_fee {
  background-image: linear-gradient(to right,#DEDEDC 40%, #fff 60%);
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  padding: 16px 0;
}   

.dialog_offer .title_size {
  font-size: 16px;
  color: rgb(27, 84, 234);
  font-weight: 700;
  line-height: 40px;
}
.dialog_offer .currency_size {
  font-size: 14px;
  font-weight: 700;
  color: #1C1D1E;
}
.billing_details.currency_size {
  font-weight: 600;
}
.dialog_offer .flex {
  display: flex;
}
.dialog_offer .between {
  justify-content: space-between;
}
.billing_title div , .billing_details div {
  flex: 1;
}
.dialog_offer .content {
  line-height: 40px;
  padding: 0 25px 100px;
  overflow: hidden;
}
.dialog_offer .content .billing_details {
  line-height: 35px;
}
.dialog_offer .scroll_div {
  height: 100%;
  flex: 1;
  overflow-y: auto;
  position: relative;
  padding: 10px 20px !important;
}
.dialog_offer .notes {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 30px;
  margin-top: 30px;
}
.dialog_offer .note_content {
  font-weight: 500;
  color: #555555;
  line-height: 22px;
  font-size: 14px;
  white-space: pre-wrap;
}
.dialog_offer .grey {
  color: #727272;
  font-size: 14px;
  font-weight: 500;
}
.dialog_offer .el-dialog__body {
  padding: 0;
  padding-right: 5px;
  height: 100%;
}
.dialog_offer .scroll_div::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: transparent;
}

.dialog_offer .scroll_div::-webkit-scrollbar-track {
  background-color: transparent;
}
.dialog_offer .scroll_div::-webkit-scrollbar-thumb {
  background: #cbcdd1;
  border-radius: 4px;
}
.dialog_offer .scroll_div::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

.dialog_offer .offer_title{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px !important;
}
.dialog_offer .about_tit{
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}
.dialog_offer .offer_type_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.dialog_offer .offer_type_box .offer_type_box_item{
  flex: 0 0 50%;
  font-size: 14px;
  margin-bottom: 16px;
}
.dialog_offer .offer_type_box .offer_type_box_item .box_item_tit{
  color: #8C8C8C;
}
.dialog_offer .offer_type_box .offer_type_box_item .box_item_txt{
  color: #111;
  margin-top: 4px;
}
.dialog_offer .offer_table{
  border-radius: 6px;
  border: 1px solid #DEDEDC;
}
.dialog_offer .offer_table .offer_table_item{
  display: flex;
  justify-content: space-between;
}
.dialog_offer .offer_table .offer_table_item div{
  flex: 0 0 50%;
  padding: 10px;
  border-bottom: 1px solid #DEDEDC;
  box-sizing: border-box;
}
.dialog_offer .offer_table .offer_table_item .table_item_l{
  background-color: #e7e7e7;
  font-weight: bold;
  border-right: 1px solid #DEDEDC;
  color: #111;
}
.dialog_offer .offer_table .offer_table_item .table_item_r{
  text-align: right;
}
.dialog_offer .offer_table .offer_table_item .table_item_r span{
  font-size: 16px;
  font-weight: 700;
}
.dialog_offer .orrer_ecbox{
  /* margin-top: 1px solid #DEDEDC; */
  padding: 20px 10px;
}
.dialog_offer .orrer_ecbox .offer_logo img{
  width: 100px;
  margin-bottom: 10px;
}
.dialog_offer .orrer_ecbox .offer_der{
  margin-bottom: 10px;
  margin: 10px 0 20px;
}
.dialog_offer .orrer_ecbox .offer_money{
  background-color: #f2cbae;
  padding: 4px 10px;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  color: #111;
}
.dialog_offer .orrer_ecbox .offer_money span{
  color: #ef9755;
}
.dialog_offer .offer_btns{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  border-top: 1px solid #DEDEDC;
  padding: 16px 0;
}
.dialog_offer .offer_btns .offer_btn{
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  width: 48%;
  background-color: #1B54EA;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.dialog_offer .offer_btns .offer_btn:nth-of-type(2) {
  background-color: #fff;
  color: #111;
  border: 1px solid;
}



body .el-tooltip__popper.is-light {
  border: none;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  padding: 20px;
}
.el-dialog__wrapper {
  overflow-y: hidden;
}
.el-tooltip__popper .popper__arrow{
  border-top-color: #EBEEF5!important;
}
.el-tooltip__popper .popper__arrow:after {
  border-top-color: #FFF!important;
}
.el-icon-arrow-down.el-icon--right {
  vertical-align: middle;
  color: #409eff;
  font-size: 14px;
}

.grey {
  color: #808080;
}
/* quotation-loading */
.quotation-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
}

.quoted-steps {
  display: flex;
  width: 350px;
  flex-direction: column;
  height: 350px;
  margin: 0 auto;
}

.quoted-steps .quoted-step {
  display: flex;
  align-items: flex-end;
  height: 33%;
  position: relative;
}

.quoted-steps .quoted-step .quoted-step__icon {
  width: 65px;
  height: 65px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.quoted-steps .quoted-step .quoted-step__icon .quotatioSecond {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 16px;
  color: #1f63ec;
  font-weight: 500;
}
.quoted-steps .quoted-step .quoted-step__icon img {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.quoted-steps .quoted-step__line {
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 32px;
  background: linear-gradient(to bottom,transparent 0%,transparent 50%,#1b54ea 50%,#1b54ea 100%);
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

.quoted-steps .quoted-step__main {
  margin-left: 15px;
  height: 65px;
  display: flex;
  align-items: center;
}

.quoted-steps .fade-enter { opacity: 0;}
.quoted-steps .fade-enter-active { transition: all 1s;}
.quoted-steps .fade-enter-to { opacity: 1;}


.quoted-steps .quotedImg-enter-active { animation: step 0.5s;}


.quoted-steps .quotedImg-leave {transform: scale(1);opacity: 1;}
.quoted-steps .quotedImg-leave-active { transition: all 0.5s;}
.quoted-steps .quotedImg-leave-to { transform: scale(0);opacity: 0;}

@keyframes step {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  50% {
      transform: scale(1.05);
      opacity: 1;
  }
  60% {
      transform: scale(1.03);
      opacity: 1;
  }
  70% {
      transform: scale(1);
      opacity: 1;
  }
  80% {
      transform: scale(1.02);
      opacity: 1;
  }
  90% {
      transform: scale(1.01);
      opacity: 1;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
