@CHARSET "UTF-8";

body {
    font-size: 50px;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    overflow-x: scroll;

}

.colorDiv1 {
    width: 100%;
    min-width: 1200px;
    height: 87.7%;
    background: #fff;
    /*position: absolute;*/
    /*top: 0;*/
}

.colorDiv2 {
    width: 100%;
    min-width: 1200px;
    height: 12.3%;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    z-index: 100;
}

#loginBackgroundImg {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: absolute;
}

#loginBackgroundImg2 {
    width: 50%;
    position: absolute;
    top: 15%;
    left: 23%;
    text-align: center;
}

.systemFontDiv {
    margin-top: 20px;
}

.systemFont {
    color: #fff;
    font-family: Arial;
}

.systemTitle {
    font-size: 20px;
}

.systemImg {
    margin-top: 20px;
}

#loginFm {
    position: absolute;
    left: 40%;
    font-size: 1rem;
}

#loginImg {
    outline: none;
}

.loginInputDiv {
    width: 100%;
    border: 1px solid #bcbbbb;
}

.loginInputImg {
    width: 8%;
    height: 75%;
    vertical-align: middle;
}

.loginInputItem {
    width: 75%;
    height: 100%;
    font-size: 12px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    outline: none;
}

.loginInputItem:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-text-fill-color: #000000;
}

.errSpan {
    width: 100%;
    color: red;
}

.notAvailableImg {
    -webkit-filter: grayscale(100%); /* webkit内核支持程度较好 */
    -moz-filter: grayscale(100%); /* 其他内核现在并不支持，为了将来兼容性书写 */
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* 标准写法 */
}

.loginBt {
    width: 70%;
}

.footFont {
    position: absolute;
    top: 35%;
    left: 20%;
}

.footFont1 {
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #959595;
    font-size: 14px;
    font-weight: bold;

}

.footFont2 {
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #959595;
    font-size: 12px;
}

#loginInterfaceDiv {
    position: absolute;
    width: 67%;
    text-align: center;
    left: 17%;
    top: 29%;
}

.interfaceMiddleImg {
    cursor: pointer;
    width: 20%;
    padding: 0 40px 0 40px;
}

.interfaceImg {
    width: 70%;
    min-width: 200px;
}

.systemImgDiv {
    cursor: pointer;
    text-align: center;
    position: absolute;
}

#saleImgDiv {
    top: 35%;
    left: 23%;
}

#projectImgDiv {
    top: 35%;
    left: 43%;
}

#wxImgDiv {
    top: 35%;
    left: 63%;
}

#logoutDiv {
    position: absolute;
    top: 8%;
    left: 85%;
    z-index: 100;
}

#logoutImg {
    height: 25px;
}

.userName {
    position: absolute;
    top: 6.5%;
    left: 85.1%;
    z-index: 100;
    color: #fff;
    font-size: 1rem;
}

.liveClassListShield {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    flex-wrap: wrap;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    display: none;
}

#liveClassListDialog {
    /*width: 650px;*/
    width: 740px;
    height: 400px;
    border: 1px solid #0b5a88;
    font-family: "Microsoft YaHei", 微软雅黑;
}

#liveClassListTitle {
    height: 10%;
    border-top: 1px solid #469ed2;
}

.titleUpBg {
    height: 50%;
    background-color: #1a87c8;
}

.titleDownBg {
    height: 50%;
    background-color: #1582c3;
}

.titleContent {
    width: 96%;
    height: 100%;
    margin-top: -40px;
    padding: 0 2%;
    align-items: center;
}

#liveClassListContent {
    height: 350px;
    background-color: #f0f0f0;
    padding: 0 2% 4% 2%;
}

.Grid {
    display: flex;
}

.Grid-cell {
    flex: 1;
}

.Grid-cell.u-1of8 {
    flex: 0 0 12.5%;
}

.Grid-cell.u-3of20 {
    flex: 0 0 15%;
}

.Grid-cell.u-2of5 {
    flex: 0 0 40%;
}

.Grid-cell.u-10 {
    flex: 0 0 10%;
}

.Grid-cell.u-20 {
    flex: 0 0 20%;
}

.Grid-cell.u-30 {
    flex: 0 0 30%;
}

.Grid-cell.u-68 {
    flex: 0 0 68%;
}

.Grid-cell.u-35 {
    flex: 0 0 35%;
}

.Grid-cell.u-45 {
    flex: 0 0 45%;
}

.Grid-cell.u-1of2 {
    flex: 0 0 50%;
}

.Grid-cell.u-1of4 {
    flex: 0 0 25%;
}

.Grid-cell.u-1of3 {
    flex: 0 0 33.33%;
}

.closeDialogBtn {
    text-align: right;
}

.titleFont {
    color: #fff;
    font-size: 1rem;
}

.box {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.row {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

.classChoose {
    display: flex;
    flex-wrap: wrap;
}

.btnImgDiv {
    width: 300px;
    height: 300px;
    text-align: center;
}

#weekDiv {
    height: 41px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.week {
    margin: 0 4px;
    width: 68px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c0d2dd;
    background-color: #dfdfdf;
    color: #000;
    font-size: 1rem;
    text-align: center;
}

#classListDiv {
    height: 87.5%;
    border: 1px solid #c0d2dd;
    font-size: 1rem;
    overflow-x: hidden;
}

.bgD2EBF7 {
    background-color: #D2EBF7;
}

.weekClickBg {
    background: -webkit-linear-gradient(#009BF5, #98d5f6, #D2EBF7); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#009BF5, #98d5f6, #D2EBF7); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#009BF5, #98d5f6, #D2EBF7); /* Firefox 3.6 - 15 */
    background: linear-gradient(#009BF5, #98d5f6, #D2EBF7); /* 标准的语法 */
    border-bottom: 1px solid #d2ebf7;
    z-index: 300;
}

#todayAllDiv {
    width: 100%;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 6px;
    margin-bottom: -6px;
}

.todayDiv {
    width: 70px;
    margin: 0 4px;
    height: 20px;
    z-index: 350;
}

.todayImg {
    background: url('../image/today.png') no-repeat;
}

.classInfo {
    position: relative;
    height: 100px;
    border-bottom: 1px solid #fff;
    align-items: center;
}

.textCenter {
    text-align: center;
}

.positionRelative {
    position: relative;
}

.classStateDiv {
    margin-right: 5px;
    width: 95px;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
}

.classing {
    background-color: #ee4036;
}

.notStarted {
    background-color: #999999;
}

.aboutToStart {
    background-color: #ff8d13;
}

.classStateUp {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.classStateDown {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

/*::-webkit-scrollbar { !*隐藏滚轮*!*/
    /*display: none;*/
/*}*/


#classListDiv::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
    z-index: 100;
}

/*定义滚动条轨道 内阴影+圆角*/
#classListDiv::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
#classListDiv::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D2EBF7;
}

.displayNone {
    display: none;
}

.classNameAndTime {
    padding-left: 2%;
}

.classNameDiv {
    margin-top: 5px;
}

.classTimeAndState {
    display: flex;
    margin-top: 5px;
    height: 25px;
    line-height: 25px;
}

.goToClassBtnBg-default {
    background-color: #009bf5;
}

.goToClassBtnBg-through {
    background-color: #2bb1f3;
}

.goToClassBtnBg-click {
    background-color: #1582c3;
}

.goToClassDiv {
    display: flex;
    justify-content: center;
}

.goToClassBtn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;

    -moz-box-shadow: 0px 2px 5px #009bf5;
    -webkit-box-shadow: 0px 2px 5px #009bf5;
    box-shadow: 0px 2px 5px #009bf5;
}

.searchClassNameInput {
    width: 250px;
    height: 25px;
    border-radius: 5px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.searchBtn {
    margin-left: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    background-color: #009bf5;

    -moz-box-shadow: 0px 2px 5px #009bf5;
    -webkit-box-shadow: 0px 2px 5px #009bf5;
    box-shadow: 0px 2px 5px #009bf5;
}

a {
    text-decoration: none;
    out-line: none;
}

.daikeImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 5%;
}