.ml-10{
    margin-left: 10px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
  .custom-svg-icon{
    font-size: 24px;
  }
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainbanner{
    background: url(../images/shipback.jpg);
    /* height: 100vh; */
    /* min-height: 100vh; */
    /* max-height: 790px; */
    background-size: 100% 790px;
    /* background-size: cover; */
    font-family: '微软雅黑';
    padding-bottom: 20px;

}
.search{
    background: #fff;
    margin-top: 20px;
    /* height: 123px; */
    border-radius: 3px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.tab{
    display: flex;
    align-items: center;
    color: #666;
    border-bottom: 2px solid #057748;

}
.tabItem{
    display: flex;
    align-items: center;
    height: 50px;
    /* width: 183px; */
    padding: 0px 15px 0 10px;
    justify-content: center;
    cursor: pointer;
}
.activeTab{
    background: #057748;
    color: #fff;
    font-weight: bold;
    border-radius: 3px 3px 0px 0px;
}
.el-select__wrapper{
    height: 50px;
    background: #fff;
}
.el-select-dropdown__list{
    display: block;
}
/* .el-input__wrapper{
    height: 48px;
} */
.seachBtn{
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.inputCarrier{
    background: #fff;
    width: calc(100% - 150px);
    /* width: 345px; */
    position: absolute;
    /* right: 1px; */
    left: 150px;
    top: 62px;
    z-index: 100;
    border-radius: 4px;
    max-height: 214px;
    overflow-y: scroll;
    /* max-height: 274px; */
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.inputCaList{
    overflow: auto;
    padding-top: 6px;
    max-height: 274px;
    box-sizing: border-box;
}
.inputCaList::-webkit-scrollbar {
	/* height:10px; */
    width: 5px;
}
/* 滚动条轨道 */
.inputCaList::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
  }
  .inputCaList::-webkit-scrollbar-thumb{
    background-color: #c2c5ca;
    border-radius: 4px;
}
.inputCaList::-webkit-scrollbar-thumb:hover{
    background-color: #909399;
    border-radius: 4px;
}
.listItem{
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    cursor: pointer;
    font-size: var(--el-font-size-base);
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 32px 0 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listItem:hover{
    background: #f5f7fa;
}
.listActive{
    color: #409eff;
    background: #f5f7fa;
    font-weight: bold;
}
.inputCarrier::before{
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #e4e7ed;
    transform: rotate(45deg);
    display: block;
    background: #fff;
    position: absolute;
    top: -4px;
    left: calc(50% - 10px);
    z-index: -1;
    border-bottom: 0;
    border-right: 0;
}
.homeContent{
    background: #fff;
    padding: 16px 16px;
    margin-top: 10px;
    font-size: 14px;
    color: #303133;
    border-radius: 3px;
    position: absolute;
    width: calc(100% - 30px);
    z-index: 99;
    box-shadow: 0 2px 12px #0000001a;
}
.absolute-exple{
    /* position: absolute;
    right: 64px;
    top: 0px; */
    color: #fff;
    width: 132px;
    height: 32px;
    background: #057748;
    line-height: 32px;
    text-align: center;
    border-radius:3px;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.35) 4px 3px 5px; */
    /* box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.35); */
    /* margin-left: 5px; */
}
.fold{
    /* position: absolute;
    right: 15px;
    top: 0px; */
    color: #fff;
    /* width: 120px; */
    /* height: 32px; */
    background: #057748;
    line-height: 32px;
    text-align: center;
    border-radius:0 0 3px 3px;
    cursor: pointer;
    padding: 0 10px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 4px 3px 5px; */
    box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.35);
}
.services1{
    padding: 44em 0em 0 0;
}
.translate{
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
.foldImg{
    transition: transform 0.3s ease-in-out;
}
.Openhidden{
    max-height:850px;
    transition: all .3s;
}
.height0{
    max-height: 0px;
    overflow: hidden;
    transition: all .3s;
}
.container-box {
	width: 100%;
	height: 100%;
	overflow-x: scroll !important;
    /* overflow: hidden;
    position: relative; */
}

.container-box::-webkit-scrollbar {
	height: 4px;
}
/* 滚动条轨道 */
.container-box::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 10px;
  }
  .container-box::-webkit-scrollbar-thumb{
    background-color: #d8d9db;
    border-radius: 4px;
}
.container-box::-webkit-scrollbar-thumb:hover{
    background-color: #909399;
    border-radius: 4px;
}
 
.node-container {
	display: flex;
	font-size: 12px;
	padding: 24px 16px 16px;
    width: 2100px; 
    /* height: 103px; */
    position: relative;
    /* animation: marquee 25s linear infinite;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    will-change: transform; */
}
/* @keyframes marquee {
    from { transform: 0; }
    to { transform: translateX(-45%); }
  } */
.node-items {
	width: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.node-items-margin {
	margin-left: -47px;
}

.node-background {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
}

.node-font-size-smaller {
	background-size: 16px 16px;
}

/* .node-grey-hover:hover {
	background-color: #c8c9cc !important;
	cursor: pointer;
} */

.node-green-hover:hover {
	background-color: var(--el-color-primary-light-4) !important;
	cursor: pointer;
}

.node-red-hover:hover {
	background-color: #e75f6e !important;
	cursor: pointer;
}

.node-color-red {
	background-color: #e73245;
}

.node-color-grey {
	background-color: #057748;

}

.node-color-green {
	background-color: #909399;
}

.node-name {
	margin: 8px 0;
	font-weight: 600;
	width: 170px;
	text-align: center;
}

.node-time {
	width: 130px; 
	text-align: center;
}

.time-text-grey {
	color: #057748;
}

.time-text-green {
	color: #909399;
}

.time-text-red {
	color: #e73245;
}

.connection-line {
	width: 150px; 
	height: 18px;
	margin-left: -47px; 
}

.line-color-red {
	border-bottom: 2px dashed #e73245;
}

.line-color-green {
	border-bottom: 2px dashed #909399;
}

.line-color-grey {
	border-bottom: 2px solid #057748;

}
.labelTitle{
    white-space: nowrap;
}
.ship-container {
	width: 230px; 
	margin-left: -47px; 
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* .ship-icon-style {
      width: 36px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(/src/assets/seaWaybill/轮船.png);
      background-size: 36px 24px;
      margin-top: -28px;
  } */
.ship-line-red {
	width: 100%;
	height: 8px;
	border-bottom: 2px dashed #e73245;
}

.ship-line-green {
	width: 100%;
	height: 8px;
	border-bottom: 2px dashed #909399;
}

.ship-line-grey {
	width: 100%;
	height: 8px;
	border-bottom: 2px solid #057748;
}

.custom-svg-icon {
	color: #fff;
	font-size: 24px;
	margin: 6px 0 0 6px;
}
.node-example-gutter {
	margin-right: 16px;
}
.node-example {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-size: 10px 10px;
	background-position: center;
	margin-right: 4px;
	margin-top: 1px;
}
.el-table thead{
    color: #000;
}
.el-collapse-item__header {
    pointer-events: none;
  }
.el-collapse-item__arrow {
    pointer-events: auto;
  }
.el-collapse-item__arrow{
    display: none !important;
  }