
.text-center {
    text-align: center;
}

.margin-left-right {
 
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.autoImg {
    display: block;
    width: 100%;
    height: 100%;
}

.autoImgRadius {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* 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;
}

/* 表单提交 */
.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;
}

.submit-form {
    width: 28rem;
    height: 28.5rem;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 1px 1.5rem 0px rgba(153, 153, 153, 0.3);
    border-radius: 0px 4px 4px 4px;
    padding-left: 2rem;
    padding-top: 0.8rem;
    margin-top: 3.8rem;
}

.unset {
    align-items: unset;
}

.submit-form-tel-prefix {
    display: flex;
    margin-top: 0.65rem;
}

.submit-form-check {
    margin-top: 0.6rem;
    margin-right: 2rem;
    display: flex;
}

.submit-form-privacy {
    color: #093a97;
    cursor: pointer;
}

.submit-form-submit {
    text-align: center;
    margin-top: 1.5rem;
}

/* 底部服务表单 */
.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;
}

.form-phone-input {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 0px 0.2rem 0.2rem 0px;
    padding-left: 0.65rem;
    width: 21.7rem;
}

/* 输入框选中颜色 */
/* input:focus {
  outline: 2px solid #093a97;
} */

.form-phone-input {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 0px 0.2rem 0.2rem 0px;
    padding-left: 0.65rem;
    width: 21.7rem;
}

.form-phone-prefix {
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 2.3rem;
    height: 2.3rem;
    background: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-radius: 0.2rem 0px 0px 0.2rem;
}

.form-select {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 4px;
    padding-left: 0.65rem;
    width: 24.75rem;
    height: 2.3rem;
    margin-top: 0.65rem;
    color: #cccccc;
}

::-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;
}

.form-btn {
    width: 10rem;
    height: 2.5rem;
    background: #093a97;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.form-star {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff0000;
    margin-top: 0.4rem;
    margin-right: 0.35rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.4rem;
}

.form-policy {
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.2rem;
    margin-left: 0.8rem;
    width: 22.75rem;
}

.form-check-box {
    width: 1.2rem;
    height: 1.2rem;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.pointer {
    cursor: pointer;
}

#service-form {
    width: 15rem;
    margin: 2.5rem auto;
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.3);
}

#service-form label {
    display: block;
    margin-bottom: 0.5rem;
}

#service-form input[type='text'],
#service-form input[type='password'] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

#service-form button[type='submit'] {
    display: block;
    width: 100%;
    padding: 0.5rem;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* 底部样式 */
.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样式 */
.layui-form-radio {
    margin: unset;
    padding: unset;
}

.layui-form-select {
    width: 97%;
}

.layui-input {
    color: #333;
}

.layui-form-radioed,
.layui-form-radioed > i,
.layui-form-radio:hover > * {
    color: #093a97;
}

dd {
    text-align: left;
}

/* 列表 */
.midle {
    position: relative;
    background-color: #fff;
    padding-bottom: 9rem;
}

.tableData {
    background-color: #fff;
    border-radius: 0px 4px 4px 4px;
    min-height: 30rem;
}

.table-heard {
    /*width: 70.8rem;*/
    height: 2.7rem;
    background: #4367fd;
    border-radius: 0.4rem;
    width: calc(100% - 2rem);
    padding: 0rem 1rem 0rem 1rem;
}

.table-heard div {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
}

.table-heard div:nth-child(1) {
    width: 24rem
}

.table-heard div:nth-child(2) {
    width: 14rem
}

.table-heard div:nth-child(3) {
    width: 4rem;
}

.table-heard div:nth-child(4) {
    width: 7rem;
}

.table-heard div:nth-child(5) {
    width: 7rem;
}

.table-heard div:nth-child(6) {
    width: 7rem;
}

.table-body-main .carrier {
    width: 24rem
}

.table-body-main .port {
    width: 14rem
}

.table-body-main .voyage {
    width: 4rem;
}

.table-body-main .timeDate {
    width: 7rem;
}

.table-body-main div:nth-child(6) {
    width: 7rem;
}

.table-body-main div:nth-child(7) {
    flex-grow: 1;
}

.table-body {
    min-height: 8.9rem;
    width: calc(100% - 2rem);
    padding: 0rem 1rem 0rem 1rem;
}

.table-body .noData {
    height: 25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.dataRow {
    width: 100%;
}

.table-body .dataRow {
    margin-bottom: 1.3rem;
    height: 8.9rem;
    border-bottom: 1px solid #e4e4e4;
    /*width:calc(100% - 2rem);*/
    /*padding: 0rem 2rem 0rem 2rem;*/
}

.table-body .dataRow:first-child {
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
    height: 8.9rem;
    border-bottom: 1px solid #e4e4e4;
}

.table-body .dataRow:last-child {
    margin-bottom: 2.1rem;
    height: 8.9rem;
    border-bottom: 1px solid #e4e4e4;
}

.table-body .table-body-time span:nth-child(1) {
    font-size: 0.9rem;
    color: #777777;
    font-weight: 600;
    margin-right: 5px;
}

.table-body .table-body-time span:nth-child(2) {
    font-size: 0.9rem;
    color: #4367fd;
    font-weight: 600;
}

.table-body .table-body-main {
    height: 100%;
    font-size: 14px;
    color: #333;
}

.table-body-main .carrier div:nth-child(1) {
    width: 3.6rem;
    height: 3.6rem;
    background: #ffffff;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    margin-right: 0.85rem;
}

.box-right-1 {
    width: 100%;
    font-family: Microsoft YaHei;
    color: #262626;
}

.box-right-2 {
    font-size: 0.7rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888;
    margin-bottom: 0.8rem;
}

.progress_bar {
    width: 10px;
    margin: 0.6rem 0.6rem 0 0;
}

.box-left-radius {
    width: 9px;
    height: 9px;
    background: #ffffff;
    border: 1px solid #9fa1a3;
    border-radius: 50%;
}

.box-left-line {
    border-left: 1px dashed #9fa1a3;
    height: 2.4rem;
    width: 1px;
}

.detaliBtn {
    width: 4.8rem;
    height: 2rem;
    border-radius: 0.2rem;
    border: 1px solid #4367fd;
    background: #fff;
    color: #4367fd;
    font-size: 0.8rem;
    cursor: pointer;
    margin-right: 1rem;
}

.inquiryBtn {
    width: 4.8rem;
    height: 2rem;
    background: #093a97;
    border-radius: 0.2rem;
    border: 1px solid #093a97;
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
}

#demo-laypage-text {
    position: absolute;
    bottom: 2.75rem;
    right: 50%;
    transform: translateX(50%);
}

.layui-box.layui-laypage.layui-laypage-molv {
    margin: unset;
}

.layui-laypage-prev,
.layui-laypage-next {
    padding: 0 10px !important;
}

.layui-laypage a {
    margin-right: 0.5rem !important;
}

.layui-laypage span {
    margin-right: 0.5rem !important;
}

.layui-layer-title {
    font-size: 0.9rem;
    border: unset;
}

.infoTitle {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.8rem;
}

.detailData {
    width: 100%;
    height: 11.8rem;
    margin-bottom: 1.4rem;
}

.detailData > div {
    height: 2.35rem;
    line-height: 2.35rem;
}

.detailData > div:nth-child(odd) {
    border-top: 1px solid #e7e7e7;
}

.detailData > div:nth-child(even) {
    border-top: 1px solid #e7e7e7;
}

.detailData > div:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.detailData > div div {
    box-sizing: border-box;
}

.detailData > div div:nth-child(odd) {
    width: 8.25rem;
    border-left: 1px solid #e7e7e7;
    background-color: #fbfcfe;
    color: #333;
    font-size: 0.8rem;
    text-align: right;
    padding-right: 0.9rem;
}

.detailData > div div:nth-child(even) {
    width: 18.6rem;
    border-left: 1px solid #e7e7e7;
    color: #656c74;
    font-size: 0.8rem;
    padding-left: 0.9rem;
}

.detailData > div div:last-child {
    border-right: 1px solid #e7e7e7;
}

.detailData > div:last-child div:last-child {
    flex-grow: 1;
    padding-left: 0.9rem;
}

.detailData > div:last-child div:first-child {
    padding-right: 0.9rem;
}
