html,body {
    background: #F0F2F5;
    color: #333;
    font-family: Microsoft YaHei;
}
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.l-warp {
    width: 100%;
    height: auto;
    min-width: 1280px;
    font-size: 0;
}

.l-cont {
    width: 100%;
    min-width: 1260px;
    margin: 0 auto;
}

/* 导航栏 */
.l-head {
    width: 100%;
    height: 88px;
    background: #fff;
    font-size: 14px;
    min-width: 1280px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}

.l-head-cont {
    width: 95%;
    min-width: 1260px;
    margin: 0 auto;
}

.l-head-inner {
    width: 100%;
}

.l-head-top {
    padding-top: 10px;
    height: 26px;
}
.l-head-top li {
    margin: 0 13px;
    position: relative;
}
.l-head-top li:last-child {
    margin-right: 0;
}
.l-head-link,.l-head-link2 {
    display: block;
    font-szie: 14px;
    color: #666;
}

.l-head-link:hover {
    color: #3E8EFF;
}

.l-tel-icon {
    width: 14px;
    height: 16px;
}

.l-head-box {
    height: 62px;
}
.l-logo {
    width: 28%;
    margin-right: 60px;
}
.l-nav {
    height: 62px;
}

.l-nav-lists {
    height: 100%;
}

.l-nav-item {
    height: 100%;
    position: relative;
}

.l-nav-item a {
    display: block;
    height: 100%;
    line-height: 62px;
    padding: 0 20px;
    color: #333;
    font-size: 18px;
}

.l-nav-item::after {
    content: '';
    width: 0;
    height: 2px;
    background: #3E8EFF;
    position: absolute;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.l-nav-item:hover a {
    color:#3E8EFF;
    font-weight: bold;
}

.l-nav-item:hover::after,.l-nav-item.l-nav-active::after {
    width: 100%;
    opacity: 1;
}

.l-nav-item.l-nav-active a {
    color:#3E8EFF;
    font-weight: bold;
}

.l-nav-icon {
    width: 40px;
    height: 15px;
    margin: 0 15px;
}

.l-head-right {
    margin-left: auto;
}

.l-head-right li {
    font-size: 16px;
    position: relative;
}

.l-head-right li:not(:last-child) {
    margin-right: 25px;
}
.l-tz-icon {
    width: 22px;
    height: 22px;
}
.l-tz-active {
    display: block;
    width: 6px;
    height: 6px;
    background: #FF0000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.l-user-icon {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

.menu_fixed {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
}

.l-head-user {
    cursor: pointer;
    max-width: 100px;
}

.l-user-more {
    width: 100px;
    height: auto;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -50px;
    border-radius: 4px;
    z-index: 1;
}
.l-user-selects {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
}

.l-user-selects a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 8px 0;
}

.l-user-selects a:hover {
    color: #3E8EFF;
}

.san {
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px;
}

/* app下载 */
.l-erm-downLoad {
    width: 360px;
    height: auto;
    background: #fff;
    position: absolute;
	left: 50%;
    top: 35px;
    margin-left: -180px;
	border-radius: 4px;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	z-index: 100;
}
.l-erm-items {
	width: 100%;
	padding: 30px 20px;
}

.l-erm-items p {
	font-size: 16px;
	line-height: normal;
	color: #333;
	text-align: center;
}

.l-erm-items img {
	width: 120px;
	margin-bottom: 10px;
}

/* 搜索模块 */
.l-search {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    font-size: 0;
    border-radius: 20px 20px 20px 20px;
}

.l-search .layui-form {
    padding: 5px 20px 10px 20px;
    font-size: 14px;
}

.l-search .layui-form-item {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.l-search-item {
    width: 33.3333%;
}

.l-search-block .layui-form-item:last-child {
    margin-right: 0;
}

.l-search .layui-input-block {
    margin-left: 0;
    width: 264px;
}
.l-search .layui-form-label {
    width: 84px;
    text-align: right;
    padding: 0;
    padding-right: 10px;
    line-height: 36px;
}
.l-search .layui-form-select dl dd.layui-this {
    background-color: #3E8EFF
}

.l-search .layui-btn {
    background: #3E8EFF;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 36px;
    height: 36px;
    margin-left: 0;
}
.l-search .laydate-footer-btns span:hover {
    color: #3E8EFF;
}

.l-search .layui-form-select {
    width: 100%;
}

.layui-input,.layui-select,.layui-textarea {
    border-color: #CCCCCC;
    height: 36px;
}

.l-search-btns .layui-btn:not(:first-child) {
    margin-left: 15px;
}

.l-select-tap {
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #CCCCCC;
    height: 36px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.l-select-taps .l-select-tap:not(:first-child) {
    border-left: 0;
}

.l-select-active {
    color: #3E8EFF;
    border: 1px solid #3E8EFF!important;
}

.layui-laydate-content td.laydate-selected {
    background-color: #fff4e7!important;
}

.l-search-links,.l-links {
    padding: 0 20px;
    height: 60px;
    background: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
}
.l-search-link,.l-link {
    display: inline-block;
    padding: 0 20px;
    height: 100%;
    line-height: 60px;
    font-size: 14px;
    position: relative;
}

.l-search-link::after,.l-link::after {
    content: '';
    width: 0;
    height: 2px;
    background: #3E8EFF;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.l-search-link:hover,.l-link:hover {
    color:#3E8EFF;
}

.l-search-link:hover::after,.l-search-link.l-link-active::after,.l-link:hover::after,.l-link.l-link-active::after {
    width: 80%;
    opacity: 1;
}

.l-search-link.l-link-active,.l-link.l-link-active::after {
    color:#3E8EFF;
}

.l-search-select {
    width: 110px;
}

.l-search-xian {
    display: inline-block;
    width: 30px;
    height: 36px;
    line-height: 36px;
    color: #ccc;
    text-align: center;
}

.l-search-input {
    width: 154px;
}

/* 表格 */
.l-tables {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    border-radius: 20px;
    margin: 10px auto;
}

/* 订舱日历 */
.l-calendar {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    background: #fff;
    font-size: 14px;
}

.l-tapsBox {
    margin-bottom: 10px;
    margin-left: 10px;
}

.l-taps-date {
    margin-right: 18px;
}

.l-taps-date .layui-form-item {
    margin: 0;
}

.l-taps-date .layui-form-label {
    width: 84px;
    padding: 9px 8px 9px 0;
}

.l-taps-date .layui-input-block {
    margin: 0;
    width: 120px;
    text-align: center;
}
.l-tap {
    height: 36px;
    padding: 0 25px;
    line-height: 36px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.l-tap-active {
    background: #3E8EFF;
    color: #fff;
    border: 1px solid #3E8EFF;
}

.l-tip {
    margin: 0 8px;
    font-size: 12px;
}
.l-tip-card {
    width: 20px;
    height: 10px;
    margin-right: 6px;
    margin-top: 2px;
}
.l-tip-style {
    background: #2DBB55;
    color: #fff;
}

.l-tip-style1 {
    background: #FF9419;
    color: #fff;
}

.l-tip-style2 {
    background: #F2F2F2;
    color: #999999;
}

.l-week {
    width: 100%;
    background: #eff6ff;
}

.l-week-item {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.l-calendar .l-table {
    width: 100%;
    height: auto;
    background: #F9F9F9;
    table-layout: fixed;
}
.l-table td {
    border: 1px solid #eee;
}
.l-date-item {
    width: 100%;
    height: 240px;
    position: relative;
}
.bg-white {
    background: #fff;
}
.l-date-item .l-date-title {
    color: #999;
    font-size: 16px;
    padding: 0 10px;
    height: 25px;
}
.bg-white .l-date-title {
    color: #333;
    font-weight: 600;
}
.l-date-list {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.l-date-right {
    width: 40px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #fff;
    text-align: center;
}
.l-date-left {
    width: calc(100% - 40px);
    padding-right: 5px;
}

.l-tip-style2 .l-date-right {
    border: none;
}

/* 底部 */
.l-footer {
    padding: 32px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

/* 结算样式 */
.l-card {
    width: 100%;
    margin: 10px auto;
    background: #fff;
    font-size: 0;
}
.l-card .layui-form {
    font-size: 14px;
}

.l-card .layui-form-item {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.l-search-item {
    width: 33.3333%;
}

.l-search-block .layui-form-item:last-child {
    margin-right: 0;
}

.l-card .layui-input-block {
    margin-left: 0;
    /*width: 294px;*/
    width: 100%;
}
.l-card .layui-form-label {
    width: 70px;
    text-align: right;
    padding: 0;
    padding-right: 10px;
    line-height: 36px;
}
.l-card .layui-form-select dl dd.layui-this {
    background-color: #3E8EFF
}

.l-card .l-search-item .layui-input, .l-card .l-search-item .layui-select {
    border: none;
}

.l-card-lists {
    font-size: 14px;
}

.l-card-list {
    width: 33.3333%;
}

.l-card-body {
    width: 90%;
    max-width: 430px;
    height: 132px;
    padding: 16px;
    color: #fff;
}

.l-card-bg1 {
    background: url(../../images/revPage/bg3.png);
    background-size: 100% 100%;
}

.l-card-bg2 {
    background: url(../../images/revPage/bg2.png);
    background-size: 100% 100%;
}

.l-card-bg3 {
    background: url(../../images/revPage/bg1.png);
    background-size: 100% 100%;
}

.l-card-left {
    font-size: 18px;
}

.l-card-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.l-card-link {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-left: 5px;
}

.l-card-link:hover {
    color: #3E8EFF;
}

.l-card-desc {
    padding-top: 10px;
}
.l-card-desc li {
    font-size: 16px;
    margin-top: 10px;
}

.l-block {
    font-size: 14px;
    background: #fff;
    margin: 0 auto;
    font-size: 0;
    border-bottom: 1px solid #F2F2F2;
}

.l-block .layui-form {
    padding: 0;
    padding-right: 25px;
    font-size: 14px;
}

.l-block .l-links {
    border: none;
}

.l-block .layui-form-item {
    margin-top: 0;
}

.l-search-block .layui-form-item:last-child {
    margin-right: 0;
}

.l-block .layui-input-block {
    margin-left: 0;
    width: 140px;
    margin-right: 40px;
}
.l-block .layui-form-label {
    width: 70px;
    text-align: right;
    padding: 0;
    padding-right: 10px;
    line-height: 36px;
}

/* 订舱信息 */
.l-bookingInfo-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.l-bookingInfo-title img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.l-bookingInfo-item {
    width: 33.3333%;
    font-size: 14px;
}

.l-bookingInfo-num {
    color: #3E8EFF;
    font-weight: bold;
}

.l-bookingInfo-item.layui-form-item {
    margin-top: 20px;
}

.l-bookingInfo-block {
    width: 100%;
    max-height: 38px;
    /*font-weight: bold;*/
}

.l-bookingInfo-label {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

.l-bookingInfo-label span {
    color: #FE0000;
}

.l-bookingInfo-val {
    line-height: 36px;
    width: 100%;
    white-space: nowrap;
    /*font-weight: bold;*/
}

.width_88 {
    width: 88%;
}

.l-bookingInfo .layui-input, .l-bookingInfo .layui-select {
    border: 1px solid #CCCCCC;
}

.l-bookingInfo .l-bookingInfo-form {
    padding: 0;
}

.l-bookingInfo .layui-form-select {
    width: 100%;
}

.l-bookingInfo-formItem {
    padding-bottom: 20px;
}

.l-bookingInfo-form .l-bookingInfo-formItem:not(:first-child) {
    border-top: 1px solid #EEEEEE;
}

.l-bookingInfo-btns {
    padding-left: 60px;
    font-size: 14px;
    color: #3E8EFF;
    cursor: pointer;
}

.l-bookingInfo-btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.l-bookingInfo-add {
    width: 216px;
    height: 36px;
    border: 1px solid #3E8EFF;
    border-radius: 4px;
    color: #3E8EFF;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

.l-bookingInfo-add span {
    font-size: 20px;
    padding-right: 8px;
}

.l-bookingInfo-other p {
    line-height: 46px;
    background: #FAFAFA;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
}

.l-bookingInfo-other-items {
    padding: 10px 30px;
}

.l-bookingInfo-other-items .l-bookingInfo-other-item:not(:last-child) {
    margin-right: 70px;
}

.l-bookingInfo .layui-form-checkbox[lay-skin=primary] {
    padding-left: 26px;
}

.l-bookingInfo .layui-form-checkbox[lay-skin=primary] span {
    padding-right: 0;
    color: #333;
}

.l-bookingInfo-other-item img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    margin-left: 4px;
}

.l-bookingInfo-input {
    width: 106px;
}

.l-bookingInfo-footer {
    padding: 65px 30px 20px;
}

.l-bookingInfo-footer-btns .layui-btn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin-top: 20px;
    background-color: #3E8EFF
}

.l-bookingInfo-footer-btns .layui-btn:not(:first-child) {
    border: 1px solid #3E8EFF;
    color: #3E8EFF;
    background-color: #fff;
    margin-left: 20px;
}


/* 弹层 */
.l-masks {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.l-mask {
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform:scale3d(.5,.5,.5);
        -ms-transform:scale3d(.5,.5,.5);
        transform:scale3d(.5,.5,.5)
    }
    50% {
        opacity:1
    }
}
.zoomIn {
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn
}

/* 抽奖 */
.l-lottery {
    position: relative;
}

.l-lottery-bg {
    width: 890px;
    height: 450px;
}

.l-lottery-btn {
    width: 242px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -121px;
    white-space: nowrap;
    font-family: Source Han Sans CN;
    font-size: 32px;
    font-weight: bold;
    color: #FE593E;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 3px 1px #FE593E;
    cursor: pointer;
    transition: transform ease-in 0.15s, box-shadow ease-in 0.2s;
    letter-spacing: 4px;
}

.l-lottery-btn:active {
    transform: scale(0.95);
    box-shadow: 0 8px 12px rgba(254, 89, 62, 0.5);
}

.l-lotteryIng-btn {
    background: #F8EBD3;
    color: #F5A81B;
}

.l-lottery-close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 84px;
    top: 46px;
    cursor: pointer;
    z-index: 1;
}

.l-lottery-title {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 65px;
    padding-left: 161px;
    padding-right: 130px;
}

.l-lottery-text {
    padding: 35px;
    font-size: 48px;
    line-height: 67px;
    white-space: nowrap;
    font-family:Source Han Sans CN;
    font-weight: 800;
    color: #fff;
    text-align: center;
    border-bottom:  1px dashed #F9DA81;
    text-shadow: 4px 0px 4px #FE593E,0px 4px 4px #FE593E,0px 0px 4px #FE593E;
}

.l-lottery-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    bottom: 175px;
    margin-left: -28px;
}

.l-lottery-result {
    width: 100%;
    height: auto;
    top: 45%;
    left: 54%;
}

.l-lottery-result .l-lottery-text {
    border: none;
}

.l-lottery-result2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 122px;
    text-align: center;
}

.l-lottery-result-text {
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    font-size: 24px;
    color: #FE593E;
    font-weight: bold;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #FBF6ED;
}

.l-lottery-result2 p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
}

/* 卡片样式 */
.l-card {
    width: 100%;
    margin: 10px auto;
    background: #fff;
    padding: 20px 20px;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
}

.l-card-header {
    margin: 5px 0 10px;
}

.l-card-header__icon {
    margin-right: 6px;
}

.l-card-header__title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.l-card-header__subTitle {
    font-size: 14px;
    font-weight: normal;
    vertical-align: bottom;
}

.l-card-item {
    width: 25%;
    font-size: 14px;
}

.l-card-item__label {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

.l-card-item__val {
    line-height: 36px;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
}

.l-card-formItem {
    width: 33.3333%;
}

.l-card-formItem.layui-form-item {
    margin-top: 20px;
}

.l-card-formItem-label {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 10px;
    line-height: 36px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

.l-card-formItem-label span {   
    color: #FE0000;
}

.l-card-formItem-label b {
    font-size: 10px;
    font-weight: normal;
}

.l-card-formItem-block {
    width: 100%;
    max-width: 220px;
    max-height: 38px;
    font-weight: bold;
}

.l-card-formItem-block > div {
    width: 100%;
}

.l-card-block__title {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background: #FAFAFA;
    margin-top: 20px;
}

    /* 纵向布局  */
.u-row-column .l-card-formItem {
    width: 100%;
}

.l-card-footer__btns .layui-btn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin: 20px 0;
    background-color: #3E8EFF;
    margin-left: 20px;
}

.l-card-footer__btns .layui-btn:last-child {
    border: 1px solid #3E8EFF;
    color: #3E8EFF;
    background-color: #fff;
}

.l-card-taps {
    width: 100%;
    height: 100%;
    margin: 0 -20px;
}

.l-card-tap {
    line-height: 48px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.l-card-tap::after {
    content: '';
    width: 0;
    height: 2px;
    background: #3E8EFF;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.l-card-tap.active::after,.l-card-tap:hover::after {
    width: 100%;
    opacity: 1;
}

.l-card-taps .l-card-tap:not(:last-child) {
    margin-right: 30px;
}

/* 运单样式 */
.l-card-block-box {
    margin: 0 -20px;
    padding: 15px 50px;
    font-size: 14px;
    border-bottom: 1px solid #F2F2F2;
}

.l-card-block-box span {
    padding-right: 8px;
    font-weight: bold;
}

.l-waybillInfo-taps {
    margin: 0 -20px -10px;
 }

 .l-waybillInfo-tap {
    line-height:46px;
    padding: 0 55px;
    font-size: 16px;
    cursor: pointer;
 }

 .l-waybillInfo-tap.active,.l-waybillInfo-tap:hover {
    background: #3E8EFF;
    color: #fff;
 }

 .l-waybillInfo-tap.active::after,.l-waybillInfo-tap:hover::after {
     opacity: 0;
 }

 .l-waybillInfo {
     width: 100%;
     height: auto;
     border-radius: 20px;
 }

.l-waybillInfo-cont {
    width: 100%;
    min-height: 200px;
    height: auto;
    background: #fff;
}

.l-waybillInfo-cont .l-card {
    margin: 0;
}

.l-footer-btns .layui-btn {
    border: 1px solid #3E8EFF;
    color: #3E8EFF;
    background-color: transparent;
    border-radius: 4px;
    margin-top: 20px;
}

.l-block-header {
    height: 48px;
    padding: 0 20px;
    background: #E1EEFF;
}

.l-block-itemsBox {
    background: #F2F8FF;
    padding: 12px 20px;
}

.l-block-items {
    margin: 0 -8px;
}

.l-block-item {
    padding: 0 20px;
    min-width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border:1px solid #E2E2E2;
    margin: 8px;
    cursor: pointer;
}

.l-block-item__taps {
    margin:  0 -20px;
}

.l-block-item__tap {
    padding: 0 20px;
    min-width: 140px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.l-block-item__taps .l-block-item__tap:nth-child(2) {
    border-left: 1px solid #E2E2E2;
}

.l-block-footer__info-label {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 5px;
}

.l-step-items {
    width: 100%;
    padding: 20px;
}

.l-step-item {
    flex: 1;
}

.l-step-item__name {
    text-align: center;
}

.l-step-item__block {
    width: 100%;
    height: 14px;
    position: relative;
    margin-top: 10px;
}

.l-step-item__block-dian {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E2E2E2;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -7px;
    z-index: 2;
}

.l-step-item__block-line {
    width: 100%;
    height: 2px;
    background: #E2E2E2;
    position: absolute;
    left: -50%;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

.l-step-item:first-child {
    margin-left: -4%;
}

.l-step-item:first-child .l-step-item__block-line {
    display: none;
}

.step-active .l-step-item__block-dian,.step-active .l-step-item__block-line {
    background: #3E8EFF;
}

.l-step-item__info-cont {
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
}

.l-step-item__info-time {
    height: 36px;
    line-height: 36px;
    color: #999;
}

.l-step-item__info-btns {
    margin-top: 10px;
}

.l-step-item__info-btns .layui-btn {
    padding: 0 10px;
}

.l-step-item__info-label {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    padding-right: 5px;
}

.l-block-images {
    margin: 0 -10px;
}

.l-block-image {
    margin: 0 10px;
}

.l-block-image__title {
    padding-top: 20px;
}

.l-block-image__icon {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.l-block-image__box {
    width: 250px;
    height: 166px;
    background: #F2F2F2;
    margin-top: 10px;
    position: relative;
    color: #999;
}

.l-block-image__upload {
    width: 100%;
    height: 100%;
}

.l-block-image__upload img {
    margin-bottom: 10px;
}

.l-block-other {
    margin-top: 20px;
}

.l-block-other__label {
    padding-right: 10px;
}

.upload-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.l-block-image__mask {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background:rgba(0,0,0,0.7);
    border: 3px solid #FF9800;
    color: #fff;
}

.l-block-image__mask img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.block__upload--box {
    width: 55%;
}

.block__upload--box .l-block-image__upload {
    height: 500px;
    background: #F2F2F2;
    color: #999;
}

.block__upload--info {
    width: 45%;
    padding-left: 20px;
}

.upload--info-cont {
    background: #FAFAFA;
    padding: 10px 20px;
}

.upload--info-title {
    font-weight: bold;
}

.upload-info-item {
    padding: 5px 0;
}

.upload-info-items .upload-info-item:not(:last-child) {
    border-bottom: 1px dashed #E2E2E2;
}

.upload-info-item__li {
    width: 50%;
    height: auto;
    padding: 2px 0;
}

.upload-info-item__li--label {
    width: 100px;
    text-align: right;
    padding-right: 5px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

.upload-info-item__li--block {
    width: 100%;
}

.upload-info-desc {
    background: #F0F2F5;
    padding: 5px 2px;
    margin: 5px auto 10px;
}
/* 下订单样式 */
.l-order-forms {
    font-size: 14px;
}
.l-order-form {
    background: #F2F8FF;
    margin: 10px auto 20px;
}

.l-order-form__thead {
    min-height: 36px;
    background: #E1EEFF;
}

.l-order-form__td {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
}

.l-order-form__td span {
    color: #FE0000;
}

.l-order-form__td b {
    font-size: 12px;
    font-weight: normal;
}

.l-order-form__tbody {
    border-bottom: 1px solid #E1EEFF;
}

.next-icon{
    position: relative;
}
.next-icon::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #C2C2C2;
    transform: rotate(0deg);
    transition: all .3s ease;
    transform-origin: center;
}

.next-icon:hover::after {
    transform: rotate(180deg);
}
.l-order-form__td .l-order-form_block {
    display: inline-block;
    padding: 0 10px;
}

.l-order-form__tbody .layui-input, .l-order-form__tbody .layui-select, .l-order-form__tbody .layui-textarea {
    border: none;
}

.l-order-form_other {
    padding: 10px 20px;
}

.l-order-form_other p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.l-order-form_other-input {
    width: 160px;
    margin-left: 10px;
    border: none;
}

.l-order-form_other-items .l-order-form_other-item:not(:last-child) {
    margin-right: 20px;
}

.l-order-form__add {
    width: 100px;
    height: 36px;
    border: 1px solid #3E8EFF;
    border-radius: 4px;
    color: #3E8EFF;
    margin-bottom: 40px;
    cursor: pointer;
}

.l-order-form__footer-btns .layui-btn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin: 20px 0;
    background-color: #3E8EFF;
    margin-left: 20px;
}

.l-order-form__footer-btns .layui-btn:last-child {
    border: 1px solid #3E8EFF;
    color: #3E8EFF;
    background-color: #fff;
}

.l-delBtn {
    color: #FEBA01;
    cursor: pointer;
}

.l-delBtn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.l-order-money p {
    font-size: 14px;
}

.l-order-money_total {
    margin-right: 100px;
    font-weight: bold;
}

.l-order-money_payNum {
    color: #3E8EFF;
}

.l-order-other__info_title {
    font-size: 14px;
    height: 36px;
    background: #F2F8FF;
    padding: 0 20px;
}

/* 订单列表样式 */
.l-table-thead {
    background: #eff6ff;
    font-weight: bold;
}

.l-table-trBox {
    border-bottom: 1px solid #eee;
}

.more-Btn {
    cursor: pointer;
}

.l-table-other {
    background: #EEEEEE;
    padding: 5px 8px;
}

.l-table-trBox {
    display: grid;
    -webkit-display: grid;
    -webkit-grid-template-columns: repeat(13, 1fr);
    grid-template-columns: repeat(13, 1fr);
}

.l-table-td {
    text-align: center;
    padding: 8px 10px;
    word-wrap: break-word;
}

.l-table-other__lists {
    display: grid;
    -webkit-display: grid;
    grid-template-columns: repeat(8, minmax(100px, 1fr));
    -webkit-grid-template-columns: repeat(8, minmax(100px, 1fr));
    grid-gap: 5px;
    -webkit-grid-gap: 5px;
}

.l-table-other__lists2 {
    display: grid;
    -webkit-display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    -webkit-grid-template-columns: repeat(4, minmax(250px, 1fr));
    grid-gap: 10px;
    -webkit-grid-gap: 10px;
}

.l-table-other__list {
    background: #fff;
    position: relative;
    padding: 10px;
}

.l-table-other__list-items {
    margin: -10px;
}

.l-table-other__list-item {
    width: 50%;
    padding: 10px;
    position: relative;
}

.l-table-other__list-item:last-child:before {
    content: '';
    width: 1px;
    height: 60%;
    background: #E2E2E2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

.l-table-other__list {
    background: #fff;
    position: relative;
    padding: 10px;
}

.l-table-other__list-containerNo {
    font-size: 16px;
}
.l-table-other__list-cont {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.l-table-other__list-more {
    display: none;
    width: auto;
    position: absolute;
    left: 10px;
    top: 35px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(153,153,153,0.3);
    border-radius: 4px;
}

.list-more-btn {
    padding: 10px 25px;
    color: #333;
    cursor: pointer;
}

.l-table-other__list-more .list-more-btn:first-child {
    border-radius: 4px 4px 0 0;
}

.l-table-other__list-more .list-more-btn:last-child {
    border-radius: 0 0 4px 4px;
}

.list-more-btn:hover {
    background: #3E8EFF;
    color: #fff;
}

.l-table-footer__info {
    font-weight: bold;
}

/* 修改layui默认样式 */
.layui-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
    color: #999;
}
.layui-input::-moz-placeholder { /* Firefox 19+ */  
    color: #999;
}
.layui-input:-ms-input-placeholder { /* IE 10+ */ 
    color: #999;
}
.layui-input:-moz-placeholder { /* Firefox 18- */ 
    color: #999;
}
.layui-form-checkbox[lay-skin=primary]:hover, .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #3E8EFF;
}
.layui-form-checked:hover {
    border-color: #3E8EFF;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #3E8EFF!important;
    background-color: #3E8EFF
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #3E8EFF;
}
.layui-btn {
    border-radius: 4px;
}
.layui-laypage input:focus {
    border-color: #3E8EFF!important;
}
.layui-laypage a:hover {
    color: #3E8EFF;
}

.layui-layer.layui-layer-dialog {
    min-width: 360px;
}
.layui-layer.layui-layer-msg {
    min-width: 100px;
}
.layui-layer-title {
	background-color: #EFF6FF!important;
    border-color: rgba(62,142,255,0.3)!important;
	font-weight: bold;
}
.layui-layer-btn {
	padding: 20px 0!important;
	text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {
	border-color: #3E8EFF!important;
    background-color: #3E8EFF!important;
	border-radius: 4px!important;
}
.layui-layer-btn .layui-layer-btn1 {
	border-color: #3E8EFF!important;
    color: #3E8EFF!important;
	border-radius: 4px!important;
	margin-left: 20px!important;
}
.layui-layer-btn a {
    padding: 0 20px!important;
    height: 36px!important;
	line-height: 36px!important;
	border-radius: 0px!important;
	margin: 0!important;
}

/* 修改dataTable 样式 */
.dataTables_wrapper .dataTables_paginate {
	box-sizing: border-box;
    margin-top: 0.505em;
}

.dataTables_paginate>a:first-child {
    border-radius: 2px 0 0 2px;
}

.dataTables_paginate a, .dataTables_paginate input {
	border: 1px solid #e2e2e2!important;
}

.dataTables_paginate input:focus {
    border-color: #3E8EFF!important;
}

.dataTables_paginate li {
	margin-left: 1px;
	margin-top: -4px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px;
}

.dataTables_paginate li .input-group>span:first-child {
	display: none;
}

.dataTables_paginate #dataTable-btn {
	display: inline-block;
	height: 30px;
    line-height: 28px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px!important;
    cursor: pointer;
    color: #333!important;
}

.dataTables_paginate #dataTable-btn:hover {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(37,119,227,0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,119,227,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(37,119,227,0.2);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.dataTables_paginate .form-control {
	width: 40px;
	height: 30px;
    line-height: 28px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    padding: 0 3px;
    text-align: center;
}

.dataTables_paginate .input-group::before {
	content: '到第';
	font-size: 12px;
	height: 30px;
    line-height: 30px;
    color: #999;
	margin: 0 8px;
}

.dataTables_paginate .input-group .input-group-addon:last-child::before {
	content: '页';
	font-size: 12px;
	height: 30px;
    line-height: 30px;
    color: #999;
	margin-right: 12px;
	margin-left: 0;
}

.paginate_button {
	display: inline-block;
    vertical-align: middle;
    padding: 0 15px!important;
    height: 30px!important;
    line-height: 28px!important;
    margin: 0 -1px 5px 0!important;
    background-color: #fff;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled, .dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover {
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #3E8EFF!important;
 	background-color: #fff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border: none!important;
    background-color: #3E8EFF!important;
    border-radius: 2px;
}

/* 样式类 */
.style-default {
    border-color: #3E8EFF;
    color: #3E8EFF;
}

.style-primary {
    background: #3E8EFF;
    border-color: #3E8EFF;
    color: #fff;
}

.style-warning {
    background: #FCA524;
    border-color: #FCA524;
    color: #fff;
}

.style-danger {
    background: #FF3E3E;
    border-color: #FF3E3E;
    color: #fff;
}

.color-info {
    color: #999;
}

.color-primary {
    color: #3E8EFF;
}

.color-success {
    color: #4CAF50;
}

.color-warning {
    color: #FCA524;
}

.color-danger {
    color: #FF3E3E;
}

.btn-style {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-default {
    border: 1px solid #3E8EFF;
    color: #3E8EFF!important;
    background-color: #fff;
}

.btn-primary {
    background-color: #3E8EFF;
}

.btn-info {
    border: 1px solid #E2E2E2;
}

.btn-disabled, .btn-disabled:active, .btn-disabled:hover {
    border-color: #E2E2E2;
    background-color: #E2E2E2;
    color: #fff;
    cursor: not-allowed;
}