.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
  src: url("../fonts/open-sans-v13-latin_vietnamese-700.woff.ttf") format('opentype');
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NunitoSans';
  /*  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');*/
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.urgent-order-page {
  background: #ffcfdb;
  padding-bottom: 60px;
  overflow: hidden;
}
.urgent-order-page * {
  font-family: 'OpenSans-Regular';
  color: #6c527f;
}
.urgent-order-page .area {
  padding: 90px 40px 40px 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
  position: relative;
  margin-top: 110px;
}
.urgent-order-page .area:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  z-index: 1;
  margin: 0 auto;
}
.urgent-order-page .area:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
.urgent-order-page .area:first-child:before {
  background: url("../images/urgent-order/title-icon1.png") no-repeat center;
  width: 364px;
  height: 100px;
}
.urgent-order-page .area:first-child:after {
  background: url("../images/urgent-order/flower-icon1.png") no-repeat center;
  width: 295px;
  height: 393px;
  left: -240px;
  bottom: -98px;
}
.urgent-order-page .area:nth-child(2):before {
  background: url("../images/urgent-order/title-icon2.png") no-repeat center;
  width: 764px;
  height: 100px;
}
.urgent-order-page .area:nth-child(2):after {
  background: url("../images/urgent-order/flower-icon2.png") no-repeat center;
  width: 292px;
  height: 342px;
  right: -233px;
  top: 45px;
}
.urgent-order-page .area:nth-child(3):before {
  background: url("../images/urgent-order/title-icon3.png") no-repeat center;
  width: 602px;
  height: 100px;
}
.urgent-order-page .area:nth-child(3):after {
  background: url("../images/urgent-order/flower-icon3.png") no-repeat center;
  width: 241px;
  height: 340px;
  left: -227px;
  top: 95px;
}
.urgent-order-page .area:nth-child(4):before {
  background: url("../images/urgent-order/title-icon4.png") no-repeat center;
  width: 219px;
  height: 100px;
}
.urgent-order-page .area:nth-child(4):after {
  background: url("../images/urgent-order/flower-icon4.png") no-repeat center;
  width: 182px;
  height: 196px;
  right: -189px;
  top: -16px;
}
.urgent-order-page .banner-module {
  background: url("../images/urgent-order/banner-bg.png") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 560px;
  background-size: cover;
}
.urgent-order-page .banner-module .go_wrap {
  height: 100%;
  padding-top: 96px;
  text-align: center;
}
.urgent-order-page .banner-module .banner-title {
  background: url("../images/urgent-order/banner-title.png") no-repeat center;
  width: 706px;
  height: 132px;
  margin: 0 auto 50px;
  padding-top: 96px;
}
.urgent-order-page .banner-module .info-des {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.urgent-order-page .banner-module .info-des dd {
  font-family: NunitoSans-Bold;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.urgent-order-page .banner-module .info-des dd:last-child:after {
  display: none;
}
.urgent-order-page .banner-module .info-des dd:after {
  width: 1px;
  height: 30px;
  background: #6c527f;
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
}
.urgent-order-page .banner-module .banner-jump {
  font-size: 20px;
  color: #fff;
  height: 52px;
  display: inline-block;
  padding: 0 40px;
  background: #5c9c48;
  border-radius: 6px;
  line-height: 52px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.urgent-order-page .banner-module .banner-jump:hover {
  background: #66ad50;
}
.urgent-order-page .banner-module .tips-time {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
}
.urgent-order-page .banner-module .tips-time dd {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}
.urgent-order-page .banner-module .tips-time dd:before {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
}
.urgent-order-page .banner-module .tips-time dd:first-child:before {
  background: url("../images/urgent-order/banner-icon1.png") no-repeat center;
}
.urgent-order-page .banner-module .tips-time dd:last-child:before {
  background: url("../images/urgent-order/banner-icon2.png") no-repeat center;
}
.urgent-order-page .promise-module .promise-des {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.urgent-order-page .promise-module .promise-pic {
  display: block;
  margin: 0 auto;
}
.urgent-order-page .condition-module {
  display: flex;
  gap: 80px;
}
.urgent-order-page .condition-module .con-item {
  width: 640px;
}
.urgent-order-page .condition-module .con-pic {
  display: block;
  margin: 0 auto 20px;
}
.urgent-order-page .condition-module dl dt {
  font-family: NunitoSans-Bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.urgent-order-page .condition-module dl dd {
  font-size: 20px;
  line-height: 30px;
}
.urgent-order-page .table-val table {
  background: #edf2fb;
  width: 100%;
  border-collapse: collapse;
}
.urgent-order-page .table-val table thead tr {
  background: #52617f;
}
.urgent-order-page .table-val table thead th {
  width: 25%;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: NunitoSans-Bold;
  padding: 10px 60px 10px 0;
}
.urgent-order-page .table-val table thead th:first-child {
  padding-left: 20px;
}
.urgent-order-page .table-val table thead th:last-child {
  padding-right: 20px;
}
.urgent-order-page .table-val table tbody tr:nth-child(even) {
  background: #dde8ff;
}
.urgent-order-page .table-val table tbody td {
  font-size: 16px;
  line-height: 24px;
  color: #183368;
  word-break: break-word;
  padding: 10px 60px 10px 0;
}
.urgent-order-page .table-val table tbody td:first-child {
  padding-left: 20px;
}
.urgent-order-page .table-val table tbody td:last-child {
  padding-right: 20px;
}
.urgent-order-page .table-val table tbody .bold {
  font-size: 20px;
  line-height: 30px;
  color: #183368;
  font-family: 'OpenSans-Bold';
}
.urgent-order-page .rules-info li {
  font-size: 20px;
  line-height: 30px;
}
.urgent-order-page .order-btn {
  margin-top: 60px;
  text-align: center;
}
.urgent-order-page .order-btn a {
  color: #fff;
  font-family: NunitoSans-Bold;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  padding: 0 40px;
  border-radius: 10px;
  background: #5c9c48;
  transition: all 0.3s ease-in-out;
}
.urgent-order-page .order-btn a:hover {
  background: #66ad50;
}
/*# sourceMappingURL=urgent-order.css.map */