*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #646464;
}
.layui-input{
    height: 48px !important;
}
.layui-input,
.layui-textarea{
    border-radius: 5px !important;
}
.layui-input:focus,
.layui-textarea:focus{
    border: 1px solid #2563EB !important;
}
.layui-btn{
    height: 48px !important;
}
.header{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 740px;
    z-index: 9999;
    box-shadow: 0 0 7px rgba(212, 212, 212, 0.8);
    padding: 0px 20px;
    line-height: 50px;
    background-color: #FFF;
}
.content{
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 20px);
    max-width: 760px;
    height: calc(100% - 140px);
    min-height: calc(100% - 140px);
    z-index: 999;
    padding: 10px 10px 20px 10px;
    background-color: #FFF;
    overflow-y: auto;
}
.bottom{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 760px;
    z-index: 9999;
    height: 60px;
    padding: 20px 10px 5px 10px;
    box-shadow: 0 0 10px rgba(212, 212, 212, 0.5);
    background-color: #FFF;
}
.bg-blue {
    background: #2563EB;
}
.bg-blue1 {
    background: rgba(37, 99, 235, 0.1);
}
.bg-blue2 {
    background: #EFF6FF;
}
.bg-white {
    background: #FFF;
}
.bg-white1 {
    background: #F9FAFB;
}
.bg-grey {
    background: #9CA3AF;
}
.bg-grey1 {
    background: #f9fafb;
}
.bg-grey2 {
    background: #F9FAFB;
}
.bg-green {
    background: #DCFCE7;
}
.bg-red {
    background: #ff0000;
}
.bg-pink {
    background: #e2b9b9;
}
.font-blue {
    color: #2563EB;
}
.font-white {
    color: #fff;
}
.font-black {
    color: #000;
}
.font-grey {
    color: #9CA3AF;
}
.font-green {
    color: #22C55E;
}
.font-red {
    color: #EF4444;
}
.font-yellow {
    color: #F59E0B;
}
.font-blod {
    font-weight: bold;
}
.txt-left {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.positionR {
    position: relative;
}
.positionA {
    position: absolute;
}
.iconR {
    top: 0;
    right: 10px;
    line-height: 48px;
}
.iconL {
    top: 0;
    left: 10px;
    line-height: 48px;
}
.marginR-10 {
    margin-right: -10px;
}
.marginL-10 {
    margin-left: -10px;
}
.marginT-10 {
    margin-top: -10px;
}
.marginB-10 {
    margin-bottom: -10px;
}
.marginR0 {
    margin-right: 10px;
}
.marginL0 {
    margin-left: 0px;
}
.marginT0 {
    margin-top: 0px;
}
.marginB0 {
    margin-bottom: 0px;
}
.marginR10 {
    margin-right: 10px;
}
.marginL10 {
    margin-left: 10px;
}
.marginT10 {
    margin-top: 10px;
}
.marginB10 {
    margin-bottom: 10px;
}
.marginR20 {
    margin-right: 20px;
}
.marginL20 {
    margin-left: 20px;
}
.marginT20 {
    margin-top: 20px;
}
.marginB20 {
    margin-bottom: 20px;
}
.paddingR0 {
    padding-right: 0px;
}
.paddingL0 {
    padding-left: 0px;
}
.paddingT0 {
    padding-top: 0px;
}
.paddingB0 {
    padding-bottom: 0px;
}
.paddingR10 {
    padding-right: 10px;
}
.paddingL10 {
    padding-left: 10px;
}
.paddingT10 {
    padding-top: 10px;
}
.paddingB10 {
    padding-bottom: 10px;
}
.paddingR20 {
    padding-right: 20px;
}
.paddingL20 {
    padding-left: 20px;
}
.paddingT20 {
    padding-top: 20px;
}
.paddingB20 {
    padding-bottom: 20px;
}
.flex-box {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row;
    width: 100%;
}
.flex-box div {
    width: 100%;
}
.flex-box1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.flex-box1:last-child {
    border-bottom: 0px solid #eee;
}
.CabinetNo-input{
    display: flex;
    width: 38px;
    max-width: 38px;
    height: 38px;
    max-height: 38px;
    margin: 0px 5px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 18px;
}
.CabinetNo-input:focus{
    border: 1px solid #2563EB;
}
.item-box {
    width: calc(100% - 20px);
    padding: 10px 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    border-radius: 5px;
}
.img-box {
    width: calc(100% - 20px);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
    flex-direction: row;
    margin-bottom: 10px;
}
.img-box .imgList{
    position: relative;
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}
.img-box .imgListUpload{
    position: relative;
    top: -4px;
    width: calc(25% - 10px);
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 10px 0px 0px 0px;
}
.img-box .imgList img{
    width: 100%;
    max-width: 100%;
}
.img-box .imgList i {
    position: absolute;
    top: 0;
    right: 0;
}
.header .time {
    position: absolute;
    right: 20px;
    top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.tjytitle1 {
    font-size: 18px;
    font-weight: bold;
}
.tjyAright {
    position: absolute;
}
.btn1{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.btn2{
    width: calc(100% - 40px);
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 10px;
}
.btn1Border {
    border: 1px solid #E5E7EB;
}
.btnThis {
    background-color: #2563EB;
    border: 1px solid #2563EB;
    color: #FFF;
}
.nowrap {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
}
#map{
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(212, 212, 212, 0.1);
    overflow: hidden;
}
.mapTisp{
    width: auto;
    min-width: 50%;
    max-width: calc(100% - 40px);
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F9FAFB;
    border-radius: 10px;
    padding: 10px 10px;
    box-shadow: 0 0 10px rgba(133, 132, 132, 0.3);
}
.box-shadow1 {
    box-shadow: 0 0 10px rgb(133 132 132 / 20%);
}
.clock{
    width: calc(100% - 40px);
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(133, 132, 132, 0.2);
}
.clock1{
    width: calc(100% - 40px);
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    border-radius: 5px;
}
.clock2{
    width: calc(100% - 40px);
    padding: 10px 20px;
    border-radius: 5px;
}
.clock3{
    width: calc(100% - 40px);
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0px;
    border-radius: 5px;
}
.clock4{
    width: calc(100% - 40px);
    padding: 10px 20px 0px 20px;
    border-radius: 5px;
}
.border-circle{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.border-dashed{
    height: 300px;
    max-height: 400px;
    border-radius: 12px;
    border: 1px dashed #D1D5DB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.item-box-img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95%;
    z-index: 999;
}
.border-left-yellow{
    border-left: 4px solid #F59E0B;
}
.border-left-blue{
    border-left: 4px solid #2563EB;
}
.border-left-red{
    border-left: 4px solid #EF4444;
}
.border-left-green{
    border-left: 4px solid #10B981;
}