﻿.flex-left {
    margin-top: -20px;
    margin-right: 11px;
    display: flex;
    justify-content: flex-end;
}
.fz {
    font-size: 12px;
    /*overflow-y: hidden;*/
}
.txtCenter{
    text-align: center;
    padding: 10px;
}
.fz form{
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
.fz form table{
    /*width: 100%;*/
}
.fz .layui-form-label{
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fz form .layui-table td, .layui-table th{
    padding: 5px 5px;
}

.fz select{
    width: 100%;
    height: 25px;
}
.fz .star{
    color: #f00;
}
.fz .hidden{
    display: none;
}
.fz .id-tips{
    color: #f00;
}
.fz .message{
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}
.fz .layui-card{
    box-shadow: none;
}
.fz .w-180{
    width: 100%;
    margin-top: 0px;
    height: 25px;
}
.fz .layui-input{
    height: 25px;
}
.user-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: rgb(53, 167, 186);
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
}
.user-information .account-number{
    flex: 4;
}
.user-information .name{
    flex: 2;
    text-align: right;
}
.user-information .name a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    font-size: 20px;
}
.fz .pr{
    position: relative;
}
.fz .layui-form-item .time{
    width: 500px !important;
    display: flex;
    justify-content: space-around;
    align-content:center;
}
.fz .layui-form-item .time span{
    margin: 9px 15px 0;
}
.fz .user-photo{
    position: absolute;
    top: 0;
    right: -190px;
}
.fz .head{
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.fz .layui-btn{
    font-size: 12px;
}
.fz .small-table{
    margin: 0;
}
.fz .noData-tips{
    margin: 10px auto;
    text-align: center;
}
.remind{
    margin-top: 3px;
    color: red;
    display: none;
}
.fz .small-table tr td,th{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fz .short-table tr td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fz .grade-table tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fz .short-table,.grade-table table{
    table-layout: fixed;
}
.fz .short-table table th,td{
}
.fz .w-100{
    width: 100%;
}
.fz .HeadRow {
    background-image: none;
    background: rgb(238, 238, 238);
}
.fz .change-page {
    position: absolute;
    bottom: 10px;
    left: 10px; 
}
.fz .HeadRow tr,td{
    font-size: 12px !important;
}
.fz .layui-form-item{
    margin-top: 5px;
    margin-bottom: 0;
}
.fz .layui-form-item .two-input{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fz .layui-form-item .two-input .connect{
    margin: 0 10px;
}
.fz .layui-form-item .layui-inline{
    margin-right: 0;
}
.fz .layui-inline{
   display: flex;
   justify-content: flex-start;
   align-items: center;
}
.fz .layui-form-item .layui-input-inline{
    width: 50%;
}
.fz .layui-form-item .lession-name{
    width: 80px;
}
.fz .layui-form-item .lession-select{
    margin-top: 0px;
}
.fz .layui-form-item .layui-input-inline,.layui-input-block .layui-input{
    height: 25px;
}
.hideInputBorder{
    border: none;
    background-color: transparent;
}
/*去掉谷歌，火狐下的type="number"中的右边箭头*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
input[type="number"]{-moz-appearance:textfield;}