@import "global.css";
.cation-user-info {
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.cation-user-info .user-avatar {
  width: 100%;
  height: 100px;
  position: relative;
}

.cation-user-info .user-avatar h2 {
  width: 61.5px;
  height: 19.5px;
  box-sizing: border-box;
  padding: 1.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9.75px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 12px;
}

.cation-user-info .user-avatar h2 span {
  font-size: 12px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
}

.cation-user-info .user-avatar h2 span:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  text-transform: uppercase;
  margin-right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cation-user-info .user-avatar h2.buyerA {
  background: rgba(4, 213, 246, 0.4);
}

.cation-user-info .user-avatar h2.buyerA span {
  background: #04D5F6;
}

.cation-user-info .user-avatar h2.buyerA span:before {
  content: "a";
  color: #04D5F6;
}

.cation-user-info .user-avatar h2.buyerB {
  background: rgba(4, 213, 246, 0.4);
}

.cation-user-info .user-avatar h2.buyerB span {
  background: #04D5F6;
  color: #0B4C57;
}

.cation-user-info .user-avatar h2.buyerB span:before {
  content: "b";
  color: #0B4C57;
}

.cation-user-info .user-avatar h2.sellerA {
  background: rgba(27, 213, 135, 0.4);
}

.cation-user-info .user-avatar h2.sellerA span {
  background: #1BD587;
}

.cation-user-info .user-avatar h2.sellerA span:before {
  content: "a";
  color: #0B4C57;
}

.cation-user-info .user-avatar h2.sellerB {
  background: rgba(27, 213, 135, 0.4);
}

.cation-user-info .user-avatar h2.sellerB span {
  background: #1BD587;
  color: #094D31;
}

.cation-user-info .user-avatar h2.sellerB span:before {
  content: "b";
  color: #094D31;
}

.cation-user-info .user-avatar > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.cation-user-info h5 {
  font-size: 16px;
  color: #333333;
  margin: 14px 0 5px;
}

.cation-user-info .user-btn {
  margin-bottom: 40px;
}

.cation-user-info .user-btn button {
  height: auto;
  border-radius: 60px;
  background: transparent;
  font-size: 14px;
  color: #666666;
  border: none;
  cursor: pointer;
}

.personal-data {
  margin-bottom: 127px;
}

.personal-data h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 50px 0 44px;
}

.personal-data h4:first-child {
  margin-top: 0;
}

.personal-data .upload_avatar {
  display: flex;
  align-items: center;
}

.personal-data .upload_avatar img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 40px;
}

.personal-data .upload_avatar button {
  border: none;
  outline: none;
  border-radius: 60px;
  background: #2B75D0;
  color: #FFFFFF;
  width: 90px;
  height: 27px;
  cursor: pointer;
}

.personal-data .upload_avatar p {
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
}

.personal-data .personal_item_block label {
  display: inline-block;
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #333333;
  line-height: 45px;
}

.personal-data .personal_item_block input {
  width: 303px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #D0D0D0;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 22px;
  border-radius: 2px;
}

.personal-data .personal_item_block input:focus {
  border-color: #2B75D0;
  color: #2B75D0;
}

.personal-data .personal_item_block textarea {
  box-sizing: border-box;
  border: 1px solid #D0D0D0;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 22px;
  min-height: 174px;
  border-radius: 2px;
}

.personal-data .personal_item_block textarea:focus {
  border-color: #2B75D0;
  color: #2B75D0;
}

.personal-data .personal_item_block .input_wider {
  width: 504px;
}

.personal-data .personal_item_block .personal_col {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.personal-data .personal_item_block .personal_col:last-child {
  margin-bottom: 0;
}

.personal-data .personal_item_block .personal_col .editBtn {
  width: 152px;
  height: 54px;
  border: none;
  border-radius: 10px;
  background: #2B75D0;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  margin-top: 83px;
}

.personal-data .personal_item_block .personal_col span {
  font-size: 16px;
  margin-left: 10px;
}

.personal-data .qualification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 80px);
}

.personal-data .qualification .region-sel {
  width: 107px;
  margin-right: 12px;
}

.personal-data .qualification .region-sel input {
  width: 100%;
}

.personal-data .qualification .county-sel {
  width: 140px;
}

.personal-data .qualification .layui-form-select dl dd.layui-this {
  background-color: #2B75D0;
}

.personal-data .layui-upload-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.personal-data .layui-upload-list p {
  width: 240px;
  height: 174px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  margin-right: 24px;
  position: relative;
}

.personal-data .layui-upload-list p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}

.personal-data .layui-upload-list p .icon-shanchu {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  z-index: 1;
}

.personal-data .uploadCredentials {
  width: 184px;
  height: 174px;
  background: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px dashed #E8E8E8;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.personal-data .uploadCredentials i {
  display: block;
  font-size: 60px;
  color: #999999;
  margin-bottom: 10px;
}

.main-right-order .order-tabs {
  background: #F0F0F0;
  height: 64px;
  display: flex;
  align-items: center;
}

.main-right-order .order-tabs li {
  min-width: 178px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
}

.main-right-order .order-tabs li i {
  font-size: 18px;
  margin-right: 8px;
  font-weight: 400;
}

.main-right-order .order-tabs li:hover, .main-right-order .order-tabs li.active {
  background: #FFFFFF;
  color: #2B75D0;
  font-weight: bold;
  border-top: 3px solid #2B75D0;
}

.main-right-order .order-screen {
  height: 64px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #EDEDED;
}

.main-right-order .order-screen li {
  line-height: 64px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 40px;
}

.main-right-order .order-screen li:last-child {
  margin-right: 0;
}

.main-right-order .order-screen li.active, .main-right-order .order-screen li:hover {
  border-bottom: 2px solid #2B75D0;
  color: #2B75D0;
  font-weight: bold;
}

.main-right-order .order-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0;
}

.main-right-order .order-col .release-btn {
  border: none;
  min-width: 120px;
  height: 40px;
  background: #2B75D0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 12px;
}

.main-right-order .order-col .release-btn i {
  font-weight: 400;
  margin-right: 8px;
}

.main-right-order .order-col.commodity-col {
  justify-content: space-between;
}

.main-right-order .order-search {
  display: flex;
  align-items: center;
}

.main-right-order .order-search p {
  font-size: 14px;
  color: #333333;
}

.main-right-order .search-col {
  display: flex;
  align-items: center;
  width: auto;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  margin: 0 10px 0 17px;
}

.main-right-order .search-col .search-sel {
  width: 128px;
  height: 100%;
}

.main-right-order .search-col .search-sel .layui-form-select dl dd.layui-this {
  background: #2B75D0;
}

.main-right-order .search-col > input {
  width: 268px;
  height: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-left: 1px solid #DCDCDC;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
}

.main-right-order .search-col > input::placeholder {
  color: #999999;
}

.main-right-order .search-col .layui-input {
  border: none;
}

.main-right-order .order-btn {
  width: 105px;
  height: 40px;
  background: #2B75D0;
  border: none;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.main-right-order .order-btn i {
  font-size: 23px;
  font-weight: 400;
  margin-right: 5px;
}

.main-right-order .order-card {
  display: none;
}

.main-right-order .order-card.active {
  display: block;
}

.main-right-order .auction-col {
  justify-content: flex-start;
}

.main-right-order .auction-search .search-col {
  width: 400px;
}

.layui-form-checked[lay-skin=primary] i {
  background: #2B75D0 !important;
  border-color: #2B75D0 !important;
}

.toolbar-btn {
  cursor: pointer;
  color: #2B75D0;
  display: inline-block;
  line-height: 15px;
}

.toolbar-btn:nth-child(even) {
  border-left: 1px solid rgba(43, 117, 208, 0.1);
  border-right: 1px solid rgba(43, 117, 208, 0.1);
  margin: 0 5px;
  box-sizing: border-box;
  padding: 0 8px;
}

.toolbar-btn:last-child {
  border-right: none;
}

.product-info-table {
  width: 100%;
  border: 1px solid #E1E1E1;
}

.product-info-table input {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
}

.product-info-table thead {
  background-color: #F5F7FA;
  border-bottom: 1px solid #E1E1E1;
}

.product-info-table thead th {
  height: 50px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.product-info-table tbody td {
  font-size: 14px;
  color: #333333;
}

.product-info-table tbody a {
  display: inline-block;
  color: #2B75D0;
  margin: 0 10px;
}

.product-info-table tbody .essential-info {
  text-align: center;
  height: 120px;
}

.product-info-table tbody tr {
  transition: all 0.3s ease-in-out 0s;
}

.product-info-table tbody tr.end-st {
  border-bottom: 1px solid #E1E1E1;
}

.product-info-table tbody tr.end-st td {
  box-sizing: border-box;
  padding: 0 20px;
}

.product-info-table tbody tr:hover {
  background-color: #F5F7FA;
}

.product-info-table .product-info {
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.product-info-table .product-info img {
  width: 77px;
  height: 77px;
  margin-right: 21px;
}

.product-info-table .product-info h4 {
  font-size: 16px;
  color: #333333;
}

.product-info-table .product-info p {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

.product-info-table .payment-info-list li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
  margin: 6px 0;
}

.product-info-table .payment-info-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background-color: #CACACA;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.product-info-table .payment-info-list p {
  width: 200px;
  color: #999999;
}

.product-info-table .payment-info-list p span {
  color: #333333;
  display: inline-block;
  width: 100px;
}

.product-info-table .payment-info-list p .blue {
  color: #2B75D0;
}

.product-info-table .payment-info-list .receivedGoods {
  color: #333333;
}

.product-info-table .payment-info-list a {
  margin: 0;
}

.product-info-table .product-amount {
  height: 88px;
  background-color: #FAFAFA;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 0 34px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-info-table .product-amount .amount-left {
  display: flex;
  align-items: center;
}

.product-info-table .product-amount .amount-left li {
  text-align: center;
  margin-right: 85px;
}

.product-info-table .product-amount .amount-left li:last-child {
  margin-right: 0;
}

.product-info-table .product-amount .amount-left h6 {
  font-size: 16px;
  color: #333333;
}

.product-info-table .product-amount .amount-left p {
  font-size: 18px;
  color: #DD1818;
  margin-top: 4px;
}

.product-info-table .product-amount .amount-right button {
  width: 97px;
  height: 40px;
  background-color: #2B75D0;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  border: 2px;
}

.product-info-table .product-amount .amount-right p {
  color: #999999;
  font-size: 16px;
}

.product-fn-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 106px;
}

.product-fn-layout .product-fn-left span {
  font-size: 16px;
  color: #999999;
}

.product-fn-layout .product-fn-left button {
  width: 96px;
  height: 36px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  margin-left: 20px;
  background-color: transparent;
  cursor: pointer;
}

div[lay-id=my-product-table] .layui-table-header, div[lay-id=my-need-table] .layui-table-header {
  background: #F5F7FA;
}

div[lay-id=my-product-table] .layui-table-header table thead, div[lay-id=my-need-table] .layui-table-header table thead {
  height: 60px;
}

div[lay-id=my-product-table] .layui-table-header table th, div[lay-id=my-need-table] .layui-table-header table th {
  font-size: 16px;
  color: #333333;
}

div[lay-id=my-product-table] .layui-table-body .layui-table-cell, div[lay-id=my-need-table] .layui-table-body .layui-table-cell {
  height: 120px;
  line-height: 120px;
}

div[lay-id=my-product-table] .orderState-card, div[lay-id=my-need-table] .orderState-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

div[lay-id=my-product-table] .orderState-card p, div[lay-id=my-need-table] .orderState-card p {
  width: 64px;
  height: 22px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
}

div[lay-id=my-product-table] .orderState-card > *, div[lay-id=my-need-table] .orderState-card > * {
  line-height: 22px;
}

div[lay-id=my-product-table] .orderState-card a, div[lay-id=my-need-table] .orderState-card a {
  border: none;
}

div[lay-id=my-product-table] .my-product-layout, div[lay-id=my-need-table] .my-product-layout {
  display: flex;
  align-items: center;
  height: 100%;
}

div[lay-id=my-product-table] .seller-order .my-product-left, div[lay-id=my-need-table] .seller-order .my-product-left {
  width: 313px;
}

div[lay-id=my-product-table] .seller-order .my-product-right, div[lay-id=my-need-table] .seller-order .my-product-right {
  margin-left: 20px;
}

div[lay-id=my-product-table] .my-product-left, div[lay-id=my-need-table] .my-product-left {
  display: flex;
  align-items: center;
  width: 210px;
  height: 100%;
  cursor: pointer;
}

div[lay-id=my-product-table] .my-product-left img, div[lay-id=my-need-table] .my-product-left img {
  width: 77px;
  height: 77px;
  object-fit: cover;
  margin-right: 20px;
}

div[lay-id=my-product-table] .my-product-left .my-product-col, div[lay-id=my-need-table] .my-product-left .my-product-col {
  line-height: initial;
  width: 100%;
  max-width: calc(100% - 77px - 20px);
}

div[lay-id=my-product-table] .my-product-left .my-product-col h4, div[lay-id=my-need-table] .my-product-left .my-product-col h4 {
  font-size: 16px;
  color: #333333;
  height: auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  max-height: 45px;
  white-space: break-spaces;
}

div[lay-id=my-product-table] .my-product-left .my-product-col p, div[lay-id=my-need-table] .my-product-left .my-product-col p {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

div[lay-id=my-product-table] .my-product-left.my-order, div[lay-id=my-need-table] .my-product-left.my-order {
  width: 100%;
}

div[lay-id=my-product-table] .my-product-right, div[lay-id=my-need-table] .my-product-right {
  width: 110px;
  height: 30px;
  border-radius: 2px;
  background-color: rgba(43, 117, 208, 0.14);
  font-size: 14px;
  color: #2B75D0;
  line-height: 30px;
  text-align: center;
  margin-left: 77px;
  cursor: pointer;
}

.my-message .message-list li {
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 23px;
  margin-bottom: 30px;
}

.my-message .message-list li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.my-message .message-list li p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 10px 0 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.my-message .message-list li span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}

.my-message .message-list .message-fn {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.my-message .message-list .message-fn i {
  font-size: 24px;
  color: #999999;
  display: inline-block;
  margin-right: 2px;
}

.my-message .message-list .message-fn .icon-shanchu1 {
  font-size: 18px;
}

.my-message .message-list .message-fn a {
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.my-message .message-list .message-fn a:last-child {
  margin-right: 0;
}

.my-message .message-detail {
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.3);
  box-sizing: border-box;
  padding: 30px 50px 0;
}

.my-message .message-detail .detail-top {
  box-sizing: border-box;
  padding-bottom: 23px;
  border-bottom: 1px solid #E8E8E8;
}

.my-message .message-detail .detail-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.my-message .message-detail .detail-top span {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  margin-top: 9px;
}

.my-message .message-detail .detail-cont {
  color: #333333;
  font-size: 16px;
  padding: 16px 0 24px;
  line-height: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
}

.my-message .message-detail .detail-fn {
  height: 65px;
  line-height: 65px;
}

.my-message .message-detail .detail-fn i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  color: #999999;
}

.my-message .message-detail .detail-fn a {
  font-size: 14px;
  color: #333333;
}

.order-questions {
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
}

.order-questions .questions-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  padding: 0 24px;
}

.order-questions .questions-left {
  display: flex;
  align-items: center;
}

.order-questions .questions-left img {
  width: 77px;
  height: 77px;
  object-fit: cover;
  margin-right: 35px;
}

.order-questions .questions-left h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.order-questions .questions-left p {
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
}

.order-questions .questions-right button {
  border: none;
  outline: none;
  background-color: #2B75D0;
  width: 100px;
  height: 36px;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

.order-questions .questions-list {
  box-sizing: border-box;
  padding: 0 24px;
}

.order-questions .questions-list li {
  box-sizing: border-box;
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom: 28px;
  margin-top: 28px;
}

.order-questions .questions-list li:last-child {
  border-bottom: none;
}

.order-questions .questions-list li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.order-questions .questions-list li p {
  font-size: 16px;
  color: #666666;
  margin: 10px 0 18px;
}

.order-questions .questions-list .reply-col {
  display: flex;
  align-items: center;
}

.order-questions .questions-list .reply-col img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.order-questions .questions-list .business {
  display: flex;
  align-items: center;
  margin-right: 28px;
}

.order-questions .questions-list span {
  font-size: 14px;
  color: #999999;
}

.order-questions .reply-message-col textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  margin: 28px 0 20px;
  min-height: 130px;
  padding: 10px;
}

.order-questions .reply-message-col button {
  width: 100px;
  height: 36px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #FFFFFF;
  background: #2B75D0;
  border-radius: 5px;
  cursor: pointer;
}

#popUpNotification {
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px 90px;
  display: none;
}

#popUpNotification .popUpCard {
  box-sizing: border-box;
}

#popUpNotification .popUpCard h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
  padding-left: 36px;
  margin-bottom: 14px;
}

#popUpNotification .popUpCard h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
}

#popUpNotification .popUpCard h2:before {
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 1px;
  background: #2B75D0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#popUpNotification .transactionCol {
  margin-top: 30px;
}

#popUpNotification .info-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#popUpNotification .info-list li {
  min-width: 25%;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

#popUpNotification .info-list li span {
  font-weight: bold;
}

#popUpNotification .contract p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

#popUpNotification .contract p span {
  font-weight: bold;
}

#popUpNotification .contract-file {
  margin-bottom: 30px;
}

#popUpNotification .contract-img-list {
  display: flex;
  flex-wrap: wrap;
}

#popUpNotification .contract-img-list li {
  max-width: 202px;
  max-height: 202px;
}

#popUpNotification .contract-img-list li:nth-child(even) {
  margin: 0 10px;
}

#popUpNotification .contract-img-list img {
  display: block;
  max-width: 202px;
  max-height: 202px;
  cursor: pointer;
}

#popUpNotification .contract-attachment li:nth-child(odd) {
  margin: 10px 0;
}

#popUpNotification .contract-attachment a {
  color: #2B75D0;
}

#popUpNotification .situation .payment-add {
  width: 100%;
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 20px 36px;
}

#popUpNotification .situation .payment-add button {
  border: none;
  outline: none;
  width: 97px;
  height: 40px;
  background: #2B75D0;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
}

#popUpNotification .situation .payment-info {
  display: flex;
  align-items: center;
}

#popUpNotification .situation .payment-info p {
  font-size: 16px;
  color: #333333;
  margin-right: 49px;
}

#popUpNotification .situation .payment-info p:last-child {
  margin-right: 0;
}

#popUpNotification .situation .payment-info p span {
  display: block;
  font-size: 18px;
  color: #DD1818;
  margin-top: 4px;
}

#popUpNotification .situation .payment-sub {
  background: transparent;
}

#popUpNotification .situation .payment-sub .payment-info input {
  width: 125px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  text-align: center;
  margin-right: 7px;
  font-weight: bold;
  font-size: 14px;
}

#popUpNotification .situation .payment-sub .payment-info input::placeholder {
  color: #999999;
}

#popUpNotification .situation .payment-sub .payment-info input.prompt {
  border: 1px solid red;
}

#popUpNotification .record-list {
  box-sizing: border-box;
  padding-left: 19px;
}
#popUpNotification .record-list li {
  box-sizing: border-box;
  display: flex;
  position: relative;
  margin-bottom: 24px;
  height: 113px;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 20px;
  background: linear-gradient(180deg, rgba(43, 117, 208, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
#popUpNotification .record-list p {
  min-width: 25%;
  font-size: 16px;
  color: #999999;
  box-sizing: border-box;
  position: relative;
  padding-right: 33px;
}
#popUpNotification .record-list p:after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  background: linear-gradient(230deg, rgba(255, 255, 255, 0) 0%, rgba(43, 117, 208, 0.54) 56%, rgba(255, 255, 255, 0) 100%);
}
#popUpNotification .record-list p:nth-child(4n):after, #popUpNotification .record-list p:last-child:after {
  display: none;
}
#popUpNotification .record-list span {
  color: #333333;
}
#popUpNotification .record-list span.off {
  color: #2B75D0;
  cursor: pointer;
}
#popUpNotification .record-list a, #popUpNotification .record-list .confirmReceipt {
  border-radius: 4px;
  background: rgba(43, 117, 208, 0.1);
  box-sizing: border-box;
  padding: 4px 7px;
  color: #2B75D0;
  margin-left: 8px;
}

.message-reply-card {
  width: 100%;
}

.message-reply-card .order-questions {
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  border: none;
}

.message-reply-card .order-questions .order-questions-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: 76px;
}

.message-reply-card .order-questions .order-questions-btn {
  width: 100px;
  height: 36px;
  border-radius: 5px;
  background: #2B75D0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  border: none;
}

.message-reply-card .order-questions h2 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px dashed #D4E7FF;
}

.message-reply-card .order-questions h2:before {
  content: "";
  width: 4px;
  height: 16px;
  background: #2B75D0;
  border-radius: 60px;
  display: inline-block;
  margin-right: 9px;
}

.message-reply-card .order-questions .replyBtn {
  color: #2B75D0;
  cursor: pointer;
}

#logisticsOrder {
  width: 100%;
  height: 100%;
  background: url("../images/logisticsOrderBg.png") no-repeat center bottom;
  text-align: center;
  box-sizing: border-box;
  padding: 0 43px 42px;
}

#logisticsOrder .logistics-order-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#logisticsOrder .logistics-order-list li {
  min-width: 33.3333333333%;
  text-align: left;
  color: #333333;
  font-size: 16px;
  margin-bottom: 23px;
  box-sizing: border-box;
  padding-right: 20px;
}

#logisticsOrder p {
  font-size: 16px;
  color: #333333;
  margin-top: 14px;
}

#biddingSessions {
  display: none;
  max-height: 90vh;
}

.bidding-sessions {
  border-radius: 10px !important;
  background-color: #FFFFFF !important;
}

.bidding-sessions-list {
  box-sizing: border-box;
  padding: 0 60px 53px;
}

.bidding-sessions-list li {
  height: 70px;
  background: linear-gradient(180deg, rgba(43, 117, 208, 0.05) 0%, rgba(43, 117, 208, 0) 100%);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 22px 16px;
  position: relative;
  margin-bottom: 20px;
}

.bidding-sessions-list li:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  border-bottom: 1px dashed #2B75D0;
  left: 0;
  bottom: -10px;
}

.bidding-sessions-list li:last-child {
  margin-bottom: 0;
}

.bidding-sessions-list li:last-child:after {
  display: none;
}

.bidding-sessions-list p {
  border-radius: 4px;
  min-width: 102px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(43, 117, 208, 0.15);
  font-size: 16px;
  color: #2b75d0;
}

.bidding-sessions-list span {
  font-size: 16px;
  color: #666666;
  margin: 0 38px 0 13px;
}

.bidding-sessions-list button {
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #2b75d0;
  text-align: center;
  color: #2b75d0;
  background-color: #FFFFFF;
  width: 73px;
  height: 30px;
  cursor: pointer;
  margin-right: 16px;
}

.bidding-sessions-list button:last-child {
  margin-right: 0;
}

.bidding-sessions-list button.offer-btn {
  color: #FFFFFF;
  background-color: #2b75d0;
}

.bidding-sessions-list .tool {
  display: flex;
  align-items: center;
}
