<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
  width: 1250px;
  margin: 0 auto;
}
.product-list-content,
.product-details-content {
  padding-top: 10px;
  background-color: #f5f5f5;
}
.product-details-content {
  padding-bottom: 20px;
}
.product-details-container {
  padding: 20px;
  display: flex;
  gap: 50px;
  background-color: #fff;
}
.product-details {
  box-sizing: border-box;
  border-radius: 5px;
  flex: 1;
  max-height: 339px;
  display: flex;
}
.product-list-container .product-details:hover {
  outline: 1px solid #3daaef;
}
.product-details-structure {
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 160px;
}
.product-details-structure img {
  max-width: 160px;
  max-height: 160px;
}
.product-details-description {
  flex: 1;
}
.product-details .product-details-description .table {
  table-layout: fixed;
}
.product-details .product-details-description .table th {
  width: 69px;
}
.product-details .product-details-description .table td {
  width: 230px;
}
.product-details-description .operation {
  margin-bottom: 20px;
}
.product-details-title {
  display: flex;
  align-items: center;
}
.product-details h1 {
  font-size: 20px;
  color: #3daaef;
  margin-right: 10px;
}
.product-details-tags span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  padding: 1px 7px;
  border-radius: 4px;
  margin-right: 10px;
}
.product-details-tags span.first-type {
  color: #f93f02;
  border: 1px solid #f93f02;
}
.product-details-tags span.second-type {
  color: #52c41a;
  border: 1px solid #52c41a;
}
.product-details .info {
  width: 100%;
  margin: 10px 0;
}
.product-details-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details-title-row &gt; p {
  color: #999999;
  font-size: 16px;
  line-height: 22px;
}
.product-details-title-row &gt; p span {
  color: #333333;
}
.product-details .table {
  margin: 20px 0;
}
.product-details .table th {
  width: 90px;
}
.product-details .table td {
  width: 250px;
}
.product-details .table .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .table .more .left-text {
  max-width: 188px;
}
.product-details .table .more span,
.product-details .table .more a {
  color: #999999;
}

.scroll-container {
  height: 247px;
  overflow: hidden;
  position: relative;
}

.scroll-container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.scroll-container tbody {
  display: block;
}

.scroll-container tbody tr {
  height: 40px;
  display: block;
}
.dynamic-trading-title {
  width: 100%;
  display: flex;
  background: #f5f5f6;
}
.dynamic-trading-title p {
  padding: 7px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.dynamic-trading-title p,
.dynamic-trading-list p {
  line-height: 20px;
}

.dynamic-trading-title p {
  padding: 10px;
}

.dynamic-trading-list p:nth-child(1),
.dynamic-trading-list p:nth-child(4) {
  padding: 10px 0;
}
.dynamic-trading-list p:nth-child(2),
.dynamic-trading-list p:nth-child(3) {
  padding: 10px 0;
}

.dynamic-trading-title p:nth-child(1),
.dynamic-trading-list p:nth-child(1) {
  display: flex;
  flex: 1;
  /* max-width: 120px; */
}
.dynamic-trading-title p:nth-child(2) {
  width: 57px;
}
.dynamic-trading-list p:nth-child(2) {
  width: 80px;
}
.dynamic-trading-title p:nth-child(3) {
  width: 45px;
}
.dynamic-trading-list p:nth-child(3) {
  width: 61px;
}
.dynamic-trading-title p:nth-child(4) {
  width: 32px;
}
.dynamic-trading-list p:nth-child(4) {
  text-align: right;
  width: 39px;
}
.dynamic-trading-list {
  display: flex;
  flex-direction: column;
}
.dynamic-trading-list li {
  display: flex;
  padding: 0 4px 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f6;
}
/* .scroll-container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.scroll-container table th,
.scroll-container table td {
  padding: 10px;
  text-align: left;
  border: none;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #f5f5f6;
} */

.scroll-container table th:nth-child(1),
.scroll-container table td:nth-child(1) {
  width: auto;
}

.scroll-container table th:not(:nth-child(1)),
.scroll-container table td:not(:nth-child(1)) {
  width: 45px;
}

.operation .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.operation .buttons button {
  background-color: #3daaef;
  border: 1px solid #3daaef;
  color: #fff;
  border: none;
  padding: 7px 18px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
}
.operation .buttons button:hover {
  background-color: #4993d1;
}
.product-details .buttons button:nth-child(2) {
  background-color: #fff;
  color: #3daaef;
  border: 1px solid #3daaef;
}
.product-details .buttons button:nth-child(3) {
  background-color: #fff;
  color: #3daaef;
  border: 1px solid #3daaef;
}

.product-details .suppliers {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.product-details .suppliers p {
  font-size: 14px;
}
.product-details .suppliers span {
  display: inline-block;
  padding: 0 2px;
  color: #3daaef;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  width: 300px;
  gap: 20px;
}
.contact-card {
  background-color: #fff;
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
}
.contact-card .btns {
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
}
.contact-card .btns .contact-now-qq {
  width: 124px;
}
.contact-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-card-header h1 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #3daaef;
  font-weight: 600;
}
.contact-card-content {
  display: flex;
  align-items: center;
}
.contact-card-content .avatar {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.contact-card-content button {
  box-sizing: border-box;
  width: 80px;
  height: 36px;
  line-height: 20px;
  background: #3daaef;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.contact-card-content button:hover {
  background-color: #4993d1;
}
.contact-card-content .wechat-qrcode {
  width: 60px;
  height: 60px;
}
.contact-card:nth-child(1) {
  border-bottom: none;
}
.contact-card .custom-icon {
  width: 27px;
  height: 16px;
}
/* .contact-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
} */
.contact-card .info {
  margin-left: 10px;
  flex-grow: 1;
  color: #333;
}
.contact-card .info .name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.contact-card .info .role {
  color: #52c41a;
}
.contact-card .info p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
.form-container {
  margin: 20px auto 10px;
  background-color: #fff;
}
.product-details-content .form-container .form {
  padding-top: 0;
  padding-bottom: 10px;
}
.form-container .form {
  display: flex;
  padding: 20px;
  gap: 20px;
  flex-direction: column;
}
.nav {
  display: flex;
  border-bottom: 10px solid #f5f5f6;
  background-color: #fff;
  z-index: 999;
}
.nav.fixed {
  width: 1250px;
  margin: 0 auto;
  position: fixed;
  border-bottom: 0;
  top: 120px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav a {
  padding: 17px 14px;
  margin-right: 20px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
.nav a.active {
  color: #3daaef;
  border-bottom: 4px solid #3daaef;
  padding-bottom: 5px;
}
.form-title {
  padding: 0 20px;
  border-left: 4px solid #3daaef;
  font-size: 16px;
  margin: 20px 0;
  line-height: 22px;
  font-weight: bold;
  color: #333;
}
.form-item-column {
  display: flex;
  flex-direction: column;
}
.form-item-row {
  display: flex;
  /* justify-content: space-between; */
}
#default_form .form-group {
  margin-right: 20px;
}
#default_form .form-group.last-form-group {
  margin-right: 0;
}
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form-group label {
  display: inline-block;
  width: 92px;
  font-size: 16px;
  line-height: 42px;
  color: #333;
  text-align: right;
  margin-right: 10px;
}
.form-group input:not(#region),
.form-group select,
.form-group textarea {
  max-width: 208px;
  padding: 5px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.form-group .select_address {
  border: none;
  font-size: 14px;
  padding: 0;
}
.form-group input#quantity1,
.form-group input#quantity2 {
  border: none;
}
.form-group.notes {
  align-items: baseline;
}
.form-group .zd-cascader-wrap {
  width: 240px;
  height: 42px;
}
.form-group .zd-cascader__dropdown {
  top: 42px !important;
}
.form-group .zd-input__inner {
  height: 42px;
  line-height: 42px;
}
.form-group.notes textarea {
  color: #999;
  line-height: 22px;
  min-height: 75px;
}
.form .column.second label {
  width: 100px;
}
.form .column:nth-last-child(1) {
  display: flex;
  margin-left: 10px;
}
.form-group input[type='number'] {
  width: 160px;
  border: none;
}
.form-group .combination {
  display: flex;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.form-group .combination select {
  background-color: #f5f7fa;
  color: #999;
  box-sizing: border-box;
  width: 60px;
  margin-right: 0;
  border: none;
  border-radius: unset;
  border-left: 1px solid #e8e8e8;
}
/* .form-group select {
  padding: 10px;
  width: 220px;
  margin-right: 10px;
} */
.form-group .unit {
  margin-right: 10px;
}
.form-group .add-remove {
  display: flex;
  align-items: center;
}
.form-group .add-remove img {
  margin-left: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
/* .form-group .add-remove i {
        margin-left: 10px;
        cursor: pointer;
      }
      .form-group .add-remove i:hover {
        color: #007bff;
      } */
.form-group .label-notes {
  width: 36px;
}
.form-item-column.form-item-left {
  flex: 1;
}
.form-item-column.submit-btn {
  padding-left: 20px;
  width: 100px;
  justify-content: center;
  align-items: center;
}
.form .column .submit-btn {
  box-sizing: border-box;
  height: 96px;
  display: flex;
  text-align: right;
  align-items: center;
}
.submit-btn button {
  box-sizing: border-box;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background-color: #3daaef;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.submit-btn button:hover {
  background-color: #4993d1;
}
.product-name-container .table-wrapper,
.product-attrs-container .table-wrapper {
  padding: 0 20px 20px;
}
.product-name-container .table th,
.product-attrs-container .table th {
  width: 120px;
}
.product-name-container,
.product-attrs-container,
.product-summary-container,
.product-synthesis-container,
.product-stream-container {
  background-color: #ffffff;
}
.product-attrs-container .section-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-summary-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.product-summary-container .form-title {
  margin-bottom: 0;
}
.product-summary-container .segment {
  padding: 0 20px;
}
.product-summary-container .section-title {
  box-sizing: border-box;
  text-align: center;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #333;
  background-color: #e8e8e8;
}
.product-synthesis-container .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.product-synthesis-container .title-wrapper .pagination a {
  display: inline-block;
  box-sizing: border-box;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #999;
}
.product-synthesis-container .title-wrapper .pagination a.active {
  border-color: #3daaef;
  color: #3daaef;
}
.product-synthesis-container .title-wrapper .pagination p {
  font-size: 16px;
  color: #333;
  margin: 0 10px;
  height: 28px;
  line-height: 28px;
}
.section-title img {
  margin-right: 10px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.table th {
  background-color: #f5f5f6;
  text-align: right;
  color: #666666;
  font-weight: normal;
}
.table td {
  text-align: left;
  background-color: #ffffff;
  color: #333333;
}
.storage-conditions {
  font-size: 14px;
  line-height: 1.6;
}

.product-container,
.product-list-container {
  display: flex;
  justify-content: space-between;
}
.jjj {
  margin: 10px 0 60px;
}

.product-container .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-container-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product-container-header img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.product-container-header .icon-clock {
  width: 16px;
  height: 18px;
}
.product-container-header .icon-wechat {
  width: 20px;
  height: 16px;
}
.product-container-header h1 {
  font-size: 24px;
  margin: 0;
}
.section-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.content-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 30px;
}
.content-table td {
  padding-left: 20px;
  /* padding: 5px 0; */
  vertical-align: top;
}
.content-table td:first-child {
  width: 125px;
  text-align: right;
}

/* .product-container-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.product-container-header img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.product-container-header h1 {
  font-size: 20px;
  margin: 0;
} */
.product-synthesis-content {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.product-synthesis-content table {
  width: 100%;
  border-collapse: collapse;
}
.product-synthesis-content table,
.product-synthesis-content th,
.product-synthesis-content td {
  border: 1px solid #ddd;
}
.product-synthesis-content th,
.product-synthesis-content td {
  padding: 10px;
  text-align: left;
}
.product-synthesis-content .reaction {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-synthesis-content .reaction img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.product-synthesis-content .reaction .arrow {
  font-size: 24px;
  margin: 0 10px;
}
.product-synthesis-content .reaction .plus {
  font-size: 24px;
  margin: 0 10px;
}
.product-synthesis-content .reference {
  font-size: 12px;
  color: #555;
}
.pagination {
  display: flex;
  justify-content: space-between;
  /* margin-top: 20px; */
}
.pagination a {
  text-decoration: none;
  color: #007bff;
}

/* .product-container-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-container-header i {
  color: #1da1f2;
  margin-right: 10px;
}
.product-container-header h1 {
  font-size: 24px;
  margin: 0;
} */

.product-stream-content {
  padding: 20px;
}
.product-stream-container .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-stream-container .section-title .title-wrapper {
  display: flex;
}
.section-title h2 {
  font-size: 18px;
  margin: 0;
}
.section-title span {
  background-color: #e0e0e0;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 14px;
}
.section-title a {
  color: #1da1f2;
  text-decoration: none;
  font-size: 14px;
}
.products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product {
  width: calc(25% - 10px);
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.product img {
  max-width: 100%;
  height: auto;
}
.product p {
  font-size: 14px;
  margin: 10px 0 0;
}
.dynamic-container,
.wechat-account {
  padding: 20px 20px 0;
  background-color: #fff;
}
.wechat-account {
  padding: 20px;
}
.dynamic-container .product-container-header h1,
.wechat-account .product-container-header h1 {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
}
.wechat-account .qrcode .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wechat-account p {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.wechat-account .qrcode .wrapper img {
  padding: 20px 45px;
  width: 160px;
  height: 160px;
}
.dynamic-table {
  table-layout: fixed;
}
.dynamic-table td,
.dynamic-table th {
  border: none;
  padding: 7px 10px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.dynamic-table td {
  padding: 10px;
  font-size: 14px;
}
.dynamic-table tr:last-child td {
  border-bottom: none;
}
.footer {
  margin-top: 10px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.product-list-container .product-details {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  border-radius: unset;
}
.product-list-title {
  box-sizing: border-box;
  width: 100%;
  padding: 19px 20px;
  background-color: #fff;
}
.product-list-title p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.product-list-title p span {
  display: inline-block;
  color: #3daaef;
  margin: 0 5px;
}
.product-list-container .product-list-empty {
  box-sizing: border-box;
  max-width: 900px;
  height: 666px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list-empty .no-data &gt; p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.product-list-empty .no-data &gt; p:nth-child(2) {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}
.product-list-empty .no-data p a {
  display: inline-block;
  margin: 0 4px;
  color: #3daaef;
  cursor: pointer;
}
.product-list-empty .no-data .options {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-list-empty .operation {
  display: flex;
  align-items: center;
}
.product-list-empty .buttons {
  margin-left: 10px;
}
.product-list-empty .buttons .icon-write-down,
.product-list-empty .buttons .icon-service {
  margin-right: 5px;
}
.product-list-empty .buttons button {
  display: flex;
  align-items: center;
}
.product-list-empty .buttons button:nth-child(3) {
  background-color: #fff;
  color: #3daaef;
  border: 1px solid #3daaef;
}
.product-list-container {
  display: flex;
  gap: 10px;
}
.product-list-container .left,
.product-container .left,
.product-list-container .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-list-container .left,
.product-container .left {
  width: 900px;
}
.product-list-container .right,
.product-container .right {
  width: 340px;
}
.product-list-container .right .contact-card {
  padding: 20px;
}
.product-list-container .product-details-structure p,
.product-details-container .product-details-structure p {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.product-list-container .product-details .table .more .left-text {
  max-width: 550px;
}
.product-name-container .left-text {
  max-width: 680px;
}
.product-list-container .product-details .operation {
  margin-bottom: 10px;
}
.product-list-pagination {
  margin: 10px 0 60px;
  display: flex;
  justify-content: center;
}
.product-list-pagination .pagination-item,
.product-list-pagination .pagination-total,
.product-list-pagination .pagination-prev,
.product-list-pagination .pagination-next {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  color: #606266;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.product-list-pagination .pagination-item.active {
  background-color: #3daaef;
  color: #fff;
}
.product-list-pagination .pagination-total {
  min-width: 50px;
}
.product-list-pagination .pagination-prev,
.product-list-pagination .pagination-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-now-modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-now-phone,
.contact-now-qq {
  display: flex;
  padding: 8px 13px;
  align-items: center;
  box-sizing: border-box;
  width: 156px;
  height: 36px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  line-height: 22px;
}
.contact-now-phone {
  border: 1px solid #3daaef;
  color: #3daaef;
}
.contact-now-wechat {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-now-wechat img {
  width: 156px;
  height: 156px;
}
.contact-now-qq {
  color: #333;
  border: 1px solid #999;
}
.contact-now-phone .icon-phone {
  margin-right: 12px;
}
.contact-now-qq .icon-qq {
  width: 19px;
  height: 22px;
  margin-right: 10px;
}

.zd-input__suffix {
  right: -1px !important;
}

/* batch_query css */
body {
  background-color: #fff;
}

.container {
  margin-top: 125px;
}

.container .navs {
  margin: 0;
  margin-top: 20px;
  font-size: 12px;
}

.table_div table {
  width: 1100px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
}

.line {
  width: 250px;
  border-bottom: 1px solid #e8e8e8;
  height: 15px;
}

.c-fff {
  color: #fff;
}

.c-09c {
  color: #0099cc;
}

.c-d3 {
  color: #d3d3d3;
}

.c-999 {
  color: #999;
}

.b-09c {
  background: #0099cc;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.m-t-2 {
  margin-top: 2px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-50 {
  margin-left: 50px;
}

.h-30 {
  height: 30px;
}

.h-36 {
  height: 36px;
}

.batch_top {
  margin-top: 30px;
  height: 58px;
  margin-left: 30px;
}

.border {
  border: 1px solid #d3d3d3;
}

.enquiry_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.enquiry_table tr {
  border: 1px solid #ddd;
  font-size: 14px;
}

.enquiry_table thead tr {
}

.enquiry_table tbody tr {
}

.enquiry_table tr td {
  /*border:1px solid #ddd;*/
  text-align: left;
  height: 58px;
  text-indent: 10px;
}

.enquiry_table tr th {
  /*border:1px solid #ddd;*/
  background: #f8f8f8;
  height: 38px;
  text-align: center;
  font-weight: normal;
}

.table_div {
  margin-top: 30px;
}

input {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #c2cad8;
}

input:focus {
  outline: #108ee9 solid 1px;
  border: 0px;
}

select {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #c2cad8;
  outline: none;
}

select:focus {
  outline: #108ee9 solid 1px;
  border: 0px;
}

.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}

.w-160 {
  width: 160px;
}

.w-180 {
  width: 180px;
}

.w-185 {
  width: 185px;
}

.w-190 {
  width: 190px;
}

.w-195 {
  width: 195px;
}

.w-200 {
  width: 200px;
}

.w-285 {
  width: 285px;
}

.w-400 {
  width: 400px;
}

.w-262 {
  width: 262px;
}

.c-29f {
  color: #2896f0;
}

.pointer {
  cursor: pointer;
}

.w-1030 {
  width: 1030px;
}

.w-660 {
  width: 660px;
}

.submit {
  float: right;
  margin-right: 72px;
  margin-top: 30px;
  height: 46px;
  line-height: 46px;
  background: #0099cc;
  color: #fff;
  width: 150px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
  border: 0px;
}

.remarks input {
  height: 36px;
  line-height: 36px;
}

.remarks select {
  height: 36px;
  line-height: 36px;
}

.t-i-0 {
  text-indent: 0px;
}
.w-10 {
  width: 10px;
}
.w-65 {
  width: 65px;
}
.w-90 {
  width: 90px;
}

.w-225 {
  width: 223px;
}

.m-l-4 {
  margin-left: 4px;
}

.danger,
.control {
  position: absolute;
  right: -15%;
}
.control {
  background: #9600ff;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  margin-left: 10px;
  display: none;
}

.danger {
  background: #ff5533;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
  margin-left: 10px;
  display: none;
}

.search {
  padding: 5px;
  top: 50px;
  left: 90px;
  margin-top: 1px;
  display: none;
  border-radius: 3px;
  width: 400px;
  background-color: #fff;
  position: absolute;
  z-index: 11;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #bfccd3;
  border-top: 0px;
  margin-left: 10px;
}

.search li {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  float: left;
  text-align: left;
  clear: both;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 348px;
}
.w-50 {
  width: 50px;
}
.w-192 {
  width: 192px;
}

.w-50i {
  box-sizing: border-box;
  padding: 10px !important;
  height: 100%;
  width: 50px !important;
}
.w-full {
  width: 100%;
}
.form-wrapper-address {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 220px;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
}
.select_address {
  border: none;
  width: 70px;
}
.enquiry_tr {
  display: flex;
  align-items: center;
  position: relative;
}
.form-label-address {
  height: 100%;
  line-height: 42px;
}
.form-item-remark {
  width: 634px;
  max-width: 646px !important;
}
.buy_count {
  display: flex;
  align-items: center;
}
.buy_count .left {
  display: flex;
  align-items: center;
}
.add_buy_count {
  margin-left: 10px;
  cursor: pointer;
}
.form-group-dashed {
  width: 12px;
  margin: 0 4px;
  color: #999999;
  border: none;
  border-top: 2px solid #999;
}
.form-group-dashed-small {
  width: 11px;
  margin: 0 2px;
  color: #999;
  border: none;
  border-top: 2px solid #999;
}
.custom-icon.icon-subtract {
  width: 22px;
}
</pre></body></html>