<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
  margin-left: 11%;
  margin-right: 11%;
  width: 78%;
}

.margin-left-right {
  margin-left: 11%;
  margin-right: 11%;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.autoImg {
  display: block;
  width: 100%;
  height: 100%;
}

/* banner æŸ¥è¯¢æŠ¥ä»·  */
.quotation-img {
  background-image: url('../img/logistics/top_bg@2x.jpg');
  background-size: cover;
  height: 30rem;
}

.quotation-title-margin {
  margin-left: 11%;
}

.quotation-title {
  margin-top: 7rem;
  font-size: 3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
}

.quotation-des {
  margin-top: 2.1rem;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  color: #fff;
}

/* æµ·è¿ç©ºè¿é“è¿æäº¤ */
.transportBox {
  width: 28rem;
  height: 20rem;
  margin-right: 10.5rem;
  margin-top: 4.8rem;
  background: #ffffff;
  box-shadow: 0px 1px 1.5rem 0px rgba(153, 153, 153, 0.3);
  border-radius: 4px;
  text-align: center;
  padding: 1rem 2rem 1.9rem 2.05rem;
  box-sizing: border-box;
}

.transport {
  display: flex;
  justify-content: space-between;
  padding: 0 0.55rem;
}

.transportIcon {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.transportIcon:nth-child(1) {
  border-right: 1px solid #e4e4e4;
  width: 6.7rem;
}

.transportIcon:nth-child(2) {
  border-right: 1px solid #e4e4e4;
  width: 6.7rem;
}

.transportIcon div:nth-child(1) {
  margin-right: 0.6rem;
}

.transportIcon div:nth-child(2) {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
}

.transportIcon.active div:nth-child(2) {
  color: #093a97;
}

.radioBox {
  display: flex;
  margin-top: 2.05rem;
}

.radio-inline1 {
  margin-right: 1.2rem;
}

.radio-inline label {
  font-size: 0.8rem;
  color: #333;
}

input[type='radio'] + label::before {
  content: '\a0';
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 1px;
  border-radius: 50%;
  text-indent: 0.15em;
  border: 1px solid #cccccc;
}

input[type='radio']:checked + label::before {
  background-color: #093a97;
  background-clip: content-box;
  border: 1px solid #093a97;
  padding: 2px;
}

input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.radio-inline {
  padding-left: 0;
}

input[type='radio'][disabled]:checked + label::before {
  background-color: #cccccc;
  background-clip: content-box;
  padding: 2px;
}

.register-form .selectBox {
  margin-top: 1.2rem;
  width: 100%;
  height: 2.3rem;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  align-items: center;
}

.register-form .selectBox:nth-child(2) {
  margin-top: 1.05rem !important;
}

/* select {
  border: 1px solid #e4e4e4;
  border-radius: 0.25rem;
  outline: none;
  width: 20.5rem;
  height: 2.3rem;
  line-height: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0.95rem;
}
select option {
  border: 1px solid #e4e4e4 !important;
}
.selectBox:after {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/logistics/transport_select.png) no-repeat center;
  position: absolute;
  right: 1rem;
  top: 33%;
  pointer-events: none;
} */

.submitbtn {
  width: 10rem;
  height: 2.5rem;
  background: #093a97;
  border-radius: 0.2rem;
  border: 1px solid #093a97;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 3.15rem;
  cursor: pointer;
}
/* æµ·è¿ç©ºè¿é“è¿æäº¤END */

.quotation-box-text {
  width: 2.95rem;
  font-size: 0.8rem;
  color: #093a97;
  margin-right: 1.05rem;
}

.quotation-box-img {
  width: 1.5rem;
  height: 1.5rem;
}

.quotation-box-color {
  color: #cccccc;
}

.none {
  display: none;
}

/* è§£å†³æ–¹æ¡ˆ */
.solution-div {
  margin-top: 2.8rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.solution-title {
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262626;
  line-height: 1.8rem;
  text-align: center;
}

.solution-content {
  margin-top: 2rem;
  width: 74.8rem;
  height: 4.45rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.7rem;
}

.solution-parent-div {
  height: 25rem;
  margin-top: 2rem;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 2.25rem;
  grid-row-gap: 0px;
  width: 100%;
}

.solution-grid-div {
  width: 23.5rem;
  height: 25rem;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0.4rem;
}

.solution-img {
  width: 23.5rem;
  height: 15rem;
}

.solution-sub-content {
  margin-top: 1.2rem;
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.5rem;
}

.solution-sub-title {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #093a97;
  line-height: 1.5rem;
}

/* æœåŠ¡è¯´æ˜Ž */
.statement-img {
  background-image: url('../img/logistics/middle_bg@2x.jpg');
  background-size: cover;
}

.statement-div {
  width: 100%;
  height: 26rem;
  margin-top: 2.8rem;
}

.statement-box-img {
  width: 6rem;
  height: 6rem;
}

.statement-box-title {
  margin-top: 2.35rem;
  font-size: 1.6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5rem;
}

.statement-box-content {
  margin-top: 1.6rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5rem;
}

.statement-title {
  margin-top: 2.8rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.statement-grid-div {
  height: 14.2rem;
  margin-top: 3.8rem;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 7.85rem;
  grid-row-gap: 0px;
}

.statement-grid-child {
  text-align: center;
  width: 15.25rem;
  height: 14.45rem;
}

/* æœåŠ¡æµç¨‹ */
.process-up-title {
  margin-top: 2.8rem;
  text-align: center;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #262626;
}

.process-content {
  margin-bottom: 2.8rem;
  margin-top: 2.4rem;
}

.process-child-height {
  height: 13.5rem;
}

.process-box {
  background: transparent;
  text-align: center;
}

.process-box-text {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.process-box-img {
  width: 9.3rem;
  height: 9.3rem;
}

.process-arrow {
  width: 11.85rem;
  height: 1.15rem;
  margin-bottom: 4.1rem;
}

/* è¡¨å•æäº¤ */
.submit-div {
  background-image: url('../img/logistics/bottom_bg@2x.jpg');
  background-size: cover;
  height: 36.5rem;
}

.submit-text {
  margin-top: 8.1rem;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-top: 8.1rem;
}

/* åº•éƒ¨æœåŠ¡è¡¨å• */
.form-title {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 0.95rem;
}

.form-input {
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 4px;
  padding-left: 0.65rem;
  width: 24rem;
  height: 2.3rem;
  margin-top: 0.65rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.layui-icon.layui-icon-ok {
  background-color: #093a97 !important;
  border: #093a97 !important;
}
.pointer {
  cursor: pointer;
}

/* åº•éƒ¨æ&nbsp;·å¼ */
.line-17-left-title {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8rem;
}

.line-17-left-content {
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 2rem;
}

.bottom-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6rem;
}

/* ---------------- ç«‹å³ç”³è¯· apply ------------------ */
.apply-box {
  background-image: url('../img/public/bg@2x.jpg');
  background-size: cover;
  height: 5rem;
  height: 7.2rem;
}
.apply-text {
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3rem;
}
.apply-button {
  width: 8.05rem;
  height: 2.7rem;
  background: #ffffff;
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0a3a97;
  line-height: 2.7rem;
  text-align: center;
}

/* ---------------- åº•éƒ¨èœå•  bottom-menu------------------ */
.bottom-menu-box {
  background-color: #13213c;
  color: white;
  border-bottom: 0.05rem solid gray;
  height: 12.3rem;
}
.bottom-menu-left-text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  width: 50%;
  text-align: center;
  font-size: 0.6rem;
}

.bottom-menu-left-title {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8rem;
}

.bottom-menu-left-content {
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 20rem;
  color: #ffffff;
  line-height: 2rem;
}
.bottom-menu-left-width {
  width: 1.25rem;
}

.bottom-menu-center-text-1 {
  font-size: 1.2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.45rem;
  letter-spacing: 0.4rem;
}
.bottom-menu-center-text-2 {
  border-bottom: 0.05rem solid gray;
  font-size: 0.75rem;
  font-family: PingFang SC;
  font-weight: 25rem;
  color: #ffffff;
  line-height: 1.45rem;
}
.bottom-menu-center-text-3 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 20rem;
  color: #ffffff;
  line-height: 0.8rem;
}
.bottom-menu-center-text-4 {
  margin-left: 0.75rem;
  font-size: 1.1rem;
  font-family: Microsoft YaHei;
  font-weight: 20rem;
  color: #ffffff;
  line-height: 0.8rem;
}

.bottom-menu-center-margin {
  margin-top: 1rem;
}
.bottom-menu-center-img {
  width: 1.7rem;
  height: 1.7rem;
}

.bottom-menu-right-width {
  width: 1.75rem;
}
.bottom-menu-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 30% 70%;
  grid-row-gap: 0rem;
  grid-column-gap: 0.5rem;
  width: 20%;
  text-align: center;
  margin-bottom: 1rem;
}

.bottom-menu-right-text-1 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8rem;
}
.bottom-menu-right-text-2 {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8rem;
}
.bottom-menu-right-img {
  width: 6rem;
  height: 6rem;
}

/* ---------------- å‹æƒ…é“¾æŽ¥ link ------------------ */
.link-box {
  background-color: #13213c;
  height: 6.45rem;
  color: white;
}
.link-bottom-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6rem;
  cursor: pointer;
}
/* ä¿®æ”¹layuiæ&nbsp;·å¼ */
.layui-form-radio {
  margin: unset;
  padding: unset;
}
.register-form .layui-form-select {
  width: 97%;
}
.layui-input {
  color: #333;
}
.layui-form-radioed,
.layui-form-radioed &gt; i,
.layui-form-radio:hover &gt; * {
  color: #093a97;
}
dd {
  text-align: left;
}
</pre></body></html>