/* 所有CSS命名均采用中间连线形式 */
html #layuicss-ajaxCascader{

}
.cascader-all{
    position: relative;
}
.cascader-model-phone{
    position: fixed !important;
    max-width: 92%;
    left: 4% !important;
    overflow-x: auto;
}
/* 禁用状态 */
.cascader-disabled{

}
.cascader-disabled .cascader-input{
    color: #c0c4cc;
    cursor: not-allowed;
}
.cascader-disabled .cascader-input:focus{
    border-color:#e6e6e6 !important;
    outline: none;
}
.cascader-disabled .cascader-i{
    color: #c0c4cc;
}
.cascader-input{
    border-radius: 4px;
    padding-right: 32px;
    cursor: pointer;
}
.cascader-input.search-input{
    cursor: default;
}
.cascader-input:focus{
    border-color: #409eff !important;
}
.cascader-input::-webkit-input-placeholder{
	color: #c0c4cc;
}
.cascader-i{
	position:absolute;
	right:15px;
	margin-top:-7px;
	pointer-events: none;
    transition: transform 0.2s;
    font-size: 12px;
}
.cascader-ul i{
    padding-left: 15px;
}
.cascader-ul p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cascader-ul .layui-input{
    margin: 4px 18px;
    width: auto;
}
.cascader-ul .layui-input::placeholder{
    color: #c0cfe3;
}
.cascader-model{
	position: absolute;
	background-color: #fff;
	border: 1px solid #e4e7ed;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    margin: 10px 0;
    transition:left 0.2s;
}
/* 三角形样式 */
.cascader-model::before{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -12px;
    left:46px;
    padding:0;
    border-bottom:6px solid #FFFFFF;
    border-top:6px solid transparent;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
.cascader-model::after{
	box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -14px;
    left:45px;
    padding:0;
    border-bottom:7px solid #cccccc;
    border-top:7px solid transparent;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    display: block;
    content:'';
    z-index:10
}

.cascader-model ul{
	display: inline-block;
	min-width: 160px;
	height: 204px;
    overflow-y: auto;
    border-right: 1px solid #e4e7ed;
    padding: 5px 0;
}
/* 滚动条样式设置 */
.cascader-model ul::-webkit-scrollbar{
	width: 5px;
}
.cascader-model ul::-webkit-scrollbar-thumb{
 	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
 	border-radius: 5px;
    background: #c1c1c1;
}
.cascader-model ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f1f1f1;
    border-right: 1px solid #e4e7ed;
}
.cascader-model ul li{
	font-size: 14px;
    padding: 8px 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 1.5;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
}
.cascader-model ul li.cascader-choose-active{
	color: #409eff;
}
.cascader-model ul li:hover{
	background-color: #f5f7fa;
}
.rotate{
    transform-origin:center center;
    transform: rotate(180deg);
}
.cascader-input-clear:hover .cascader-clear{
    display: block;
}
.cascader-input-clear:hover .cascader-i{
    display: none;
}
.cascader-clear{
    position: absolute;
    right: 15px;
    margin-top: -7px;
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.layui-infoCard{
    width: 100%;
    /*height: 175px;*/
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.14);
}
.Starting-infor{
    width: 100%;
    height: 130px;
    padding: 31px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.starting{
    width: 50%;
    display: flex;
    align-items: center;
}

.startings{
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.startings-right{
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.starting-box{
    width: 25%;
}
.waybox{
    width: 26px;
    height: 26px;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    min-width: 26px;
}
.shipcolor{
    background-color: #58BC8E;
    color: #FFFFFF;
}
.unloadcolor{
    background-color: #FF6D49;
    color: #FFFFFF;
}
.shipcolor-end{
    background-color: #969696;
    color: #FFFFFF;
}
.goodsCity{
    height: 28px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    margin-bottom: 6px;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goodsAddress{
    height: 28px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goodsTime{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
}
.Transportation{
    height: 26px;
    margin:0 27px;
}
.TransportationDays{
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 17px;
    text-align: center;
}
.arrow{
    width: 97px;
    height: 9px;
    display: block !important;
}

.start{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    /*margin: 18px 12px 17px 29px;*/
}
.price{
    height: 55px;
    font-size: 40px;
    font-family: Eurasia-Regular;
    font-weight: 400;
    color: #D54941;
    line-height: 55px;
}
.price-end{
    height: 55px;
    font-size: 40px;
    font-family: Eurasia-Regular;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 55px;
}
.price-end-min{
    height: 42px;
    font-size: 13px;
    font-family: Eurasia-Regular;
    font-weight: 400;
    color: #281e1e;
    line-height: 55px;
}
@font-face {
    font-family: Eurasia-Regular;
    src: url("Eurasia-Regular.ttf");
}
.start-shooting{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #D54941;
    line-height: 20px;
    text-align: right;
}
.start-shooting-end{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    text-align: right;
}

.Cargo-infor{
    width: 100%;
    /*height: 60px;*/
    background: #F2F3F7;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
}
.Cargo-startings{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.GoodsDetails{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
    margin-right: 10px;
}
.ViewPhotos{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4C74E7;
    line-height: 20px;
    cursor: pointer;
}
.ShipType{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 20px;
}
.normalTabs{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    margin: 24px 0;
}
.normalTabs div{
    width: 88px;
    height: 48px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.Tabs{
    color: #4C74E7 !important;
    border-bottom: 3px solid #4C74E7;
}
.CargoInfor{
    width: 100%;
    height: 104px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F2F3F7;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    justify-content: space-between;
}
/*.layui-form-label{
    text-align: left;
}*/
.settlement{
    width: 32.5% !important;
}
.check{
    display: flex;
    justify-content: space-between;
}
.form-other{
    width: 49.3% !important;
}
.form-sendOut{
    width: 19%;
}
.layui-form-item .layui-form-checkbox{
    margin-top: -4px;
}
.form-rule{
    width: 31%;
}
.type{
    display: flex;
    width: 50%;
}
.priceCompeNumber{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    line-height: 16px;
    margin-left: 24px;
}

.order-form{
    width: 100%;
    height: 129px;
    background: #F6F4FC;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.OrderTime{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.orderForm-left{
    height: 100%;
    display: flex;
    align-items: center;
}
.OrderTime div:nth-child(1){
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 18px;
}
.OrderTime div:nth-child(2){
    font-family: DIN Alternate, DIN Alternate;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0,0,0,0.9);
    line-height: 23px;
}
.OrderTime div:nth-child(3){
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    line-height: 14px;
}
.arrowimg{
    width: 83px;
    height: 2px;
}
.mileage div:nth-child(1){
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    line-height: 14px;
    text-align: center;
}
.mileage img{
    width: 65px;
    height: 35px;
}

.unloading div{
    text-align: right;
}
.choiceBox{
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.choice{
    display: flex;
    align-items: center;
}
.choice span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 20px  ;
}
.Delay-compensation{
    height: 30px;
    background: #F6F4FC;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #959495;
    line-height: 18px;
}
.Delay-compensation span{
    color: #E45518;
}
.BidWinninginfor{
    display: flex;
    margin-top: 16px;
}
.BidWinning{
    width: 50%;
    display: flex;
    align-items: center;
}
.BidWinning span:nth-child(1){
    width: 35%;
    height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
}
.BidWinning span:nth-child(2){
    width: 60%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
}
.conversion{
    display: flex;
    justify-content: right;
    margin-top: 24px;
}
.conversion div{
    width: 148px;
    height: 40px;
    background: #4C74E7;
    border-radius: 3px 3px 3px 3px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    line-height: 40px;
    text-align: center;
    cursor: pointer
}
