/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #333;
    background: #f0f3f6;
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #00adf6;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #00adf6;
}

input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
}


input,
select,
textarea {
    text-indent: 5px;
}

body,
html {
    /* height: auto */
    height: 100%;
}

.all {
    height: 100%;
    /* padding: 40px 30px 20px 30px; */
    padding: 20px;
    background: #f0f3f6;
    overflow-y: auto;
    box-sizing: border-box;
}

.layui-form-label {
    width: 100px;
}

.tableBtnDiv {
    padding: 0 15px;
    padding-top: 10px;
}

/* 时间选择器 */
/* #startDateDiv {
    width: 310px;
}

#starttimeDiv {
    width: 310px;
} */

/* 表格文字超长提示的关闭图标 */
.layui-table-tips-c:before {
    right: 1px;
    top: -3px;
}

/* 全选的勾颜色 */
.theme-blue .layui-form-checked[lay-skin=primary] i {
    color: #ffffff;
}

/*单张图片的alt文字居中*/
.carPhoto {
    text-align: center;
}

/* 两张图片的弹窗 */
.imgBox {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inCarImgDiv,
.outCarImgDiv {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

.inCarImg,
.outCarImg {
    width: 100%;
    height: 100%;
    text-align: center;
}

.outCarTextDiv,
.inCarTextDiv {
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.outCarTextDiv span,
.inCarTextDiv span {
    font-size: 16px;
    font-weight: bold;
}

.outCarTextDiv {
    border-left: 1px solid #f2f2f2;
}