@charset "UTF-8";

@font-face {
    font-family: 'SNAP';
    src: url('../../font/SNAP____.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
/* ol,
ul,
li, */

fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
textarea,
td {
    border: 0 none;
    font-size: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: inherit;
}

@media screen and (max-width: 1279px) {
    html {
        font-size: 10px;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1359px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 1359px) and (max-width: 1399px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width: 1399px) and (max-width: 1599px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1599px) and (max-width: 1699px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1699px) and (max-width: 1799px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1799px) and (max-width: 1899px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width: 1899px) {
    html {
        font-size: 18px;
    }
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "SimSun", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/* 课前选择页 */

.teacher-bc-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/teacherclass/bg_game.png");
    background-size: 100% 100%;
    overflow: auto;
}

.teacher-bc-body a {
    position: relative;
    text-decoration: none;
}

.teacher-bc-content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    height: 100%;
    margin-left: -500px;
}

.teacher-bc-list {
    width: 200px;
    height: auto;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.teacher-bc-list::-webkit-scrollbar {
    display: none
}

.bc-list-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 160px;
    background: #000000;
    opacity: 0.8;
}

.bc-list,
.bc-list-enable {
    width: 200px;
    height: 160px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bc-list-line {
    width: 100%;
    height: 2px;
    background-color: #000000;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-filter: alpha(opacity=40);
}

.bc-list p {
    font-family: FZCSJW--GB1-0;
    font-size: 18px;
    color: #FFFFFF;
}

.bc-list-enable p {
    font-family: FZCSJW--GB1-0;
    font-size: 24px;
    color: #F97317;
    text-shadow: #F8E81C 0.5px 0 0, #F8E81C 0 0.5px 0, #F8E81C -0.5px 0 0, #F8E81C 0 -0.5px 0;
    text-align: center;
}

.bc-list .icon-go {
    width: 73px;
    height: 50px;
    background: url("../../images/teacherclass/icon_go_disable.png");
    background-size: 100% 100%;
    margin: 15px;
}

.bc-list-enable .icon-go {
    width: 73px;
    height: 50px;
    background: url("../../images/teacherclass/icon_go.png");
    background-size: 100% 100%;
    margin: 15px;
}

.bc-curri {
    position: absolute;
    top: 2%;
    right: 0;
    width: 660px;
    height: 10%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.bc-curri p {
    font: 30px "SNAP";
    line-height: 40px;
    color: #EA671C;
    text-align: center;
}

.bc-section {
    display: none;
    position: absolute;
    top: 14%;
    right: 0;
    width: 660px;
    height: auto;
    font-size: 18px;
}

.bc-section-game {
    background: url("../../images/teacherclass/content_game.png");
    background-size: 100% 100%;
}

.bc-section-curr {
    background: url("../../images/teacherclass/content_curr.png");
    background-size: 100% 100%;
}

.bc-section>div:nth-child(1) {
    width: 100%;
    font: 18px;
    /* display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center; */
    /* align-items: center; */
    padding: 40px;
    text-align: justify;
}

.bc-section-game>div:nth-child(1) {
    color: #FFFFFF;
}

.bc-section-curr>div:nth-child(1) {
    color: #8E572A;
}

.bc-section-line {
    width: auto;
    height: 2px;
    margin: 0 12px;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.bc-section>div:nth-child(3) {
    width: 100%;
    font: 18px;
    /* display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; */
    padding: 40px;
    text-align: justify;
}

.bc-section-game>div:nth-child(3) {
    color: #FFFFFF;
}

.bc-section-curr>div:nth-child(3) {
    color: #8E572A;
}

.font-l {
    font-size: 24px;
    color: #F8E81C;
}

.font-xl {
    font-size: 36px;
    text-align: left;
}

/* 头部 */

.base-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    min-height: 3.5rem;
    background: #FFD104;
    background-size: 100% 100%;
    border: none;
    z-index: 999;
}

.base-header a {
    text-decoration: none;
    font-family: "PingFang SC", "Microsoft YaHei";
}

.header-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-content>div:nth-child(1) {
    position: absolute;
    left: 6rem;
    width: 6.66rem;
    height: 100%;
    background-color: #363B4D;
    border-radius: 0 0 0.55rem 0.55rem;
}

.header-content>div:nth-child(2) {
    position: absolute;
    left: 18rem;
    height: 100%;
    line-height: 3.5rem;
    display: flex;
    display: -webkit-flex;
}

.header-content>div:nth-child(3) {
    position: absolute;
    right: 2rem;
    height: 100%;
    line-height: 3.5rem;
    display: flex;
    display: -webkit-flex;
}

.base-logo {
    width: 5rem;
    height: 90%;
    background: url("../../images/homepage/logo2.png");
    background-size: 100% 100%;
    margin: 0 0.83rem;
}

.menu-list {
    position: relative;
    width: auto;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    color: #4A4A4A;
    letter-spacing: 0.4px;
    margin: 0 2rem;
}

.menu-list p {
    width: 11rem;
    font-family: "PingFang SC", "Microsoft YaHei";
}

.menu-list>div {
    display: none;
    position: absolute;
    width: 100%;
    background: #FFD104;
}

.menu-list>div a {
    display: block;
}

.menu-list-click {
    height: 100%;
    text-align: center;
    background: #F97317;
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    padding: 0 2rem;
}

.base-login {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

a.btn-login {
    border: 1px solid #F97317;
    font-size: 0.77rem;
    color: #4A4A4A;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 2.22rem;
    padding: 0 1rem;
    margin-right: 10px;
}

a.menu-a-click {
    background: #F97317;
    color: #FFFFFF;
}

/* 首页 */

.teacher-body {
    width: 100%;
    height: 100%;
    padding-top: 3.5rem;
}

.teacher-body a {
    text-decoration: none;
}

.teacher-bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: 34%;
    background: url("../../images/homepage/info_bg.png");
    background-size: 100% 100%;
    z-index: -1;
}

.teacher-content {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    width: 1000px;
    height: auto;
    margin-left: -500px;
    padding-bottom: 30px;
}

.teacher-notices {
    padding: 20px 0;
}

.teacher-notices>p {
    line-height: 40px;
    font-family: LucidaGrande;
    font-size: 14px;
    color: #6C674A;
    background: #FFFFFF;
    border: 1px solid rgba(151, 151, 151, 0.22);
    padding-left: 10px;
    margin: 10px 0;
}

.teacher-notices>p:nth-child(1) {
    font-family: AlBayan;
    font-size: 20px;
    color: #E97D13;
    background: none;
    border: none;
    padding-left: 0;
}

.teacher-notices a {
    font-size: 20px;
    color: #2996D5;
    border-bottom: 1px solid #2996D5;
}

.teacher-name {
    line-height: 60px;
    font-family: LucidaGrande;
    font-size: 20px;
    color: #2996D5;
    border-bottom: 1px solid rgba(111, 109, 204, 0.20);
}

.schedule-info {
    padding: 20px 0;
}

.schedule-info>p:nth-child(1) {
    font-family: LucidaGrande;
    font-size: 20px;
    color: #85BE38;
}

.schedule-info>p:nth-child(2) {
    font-family: LucidaGrande;
    font-size: 16px;
    color: #002B00;
    line-height: 23px;
}

table.schedule-table {
    width: 100%;
    font-family: LucidaGrande;
    font-weight: 600;
}

table.schedule-table tr:nth-child(odd) {
    background: #E7E7E7;
}

table.schedule-table tr:nth-child(even) {
    background: #FFFFFF;
}

table.schedule-table th {
    height: 60px;
    font-size: 18px;
    color: #656262;
    border: 1px solid #D9D9EE;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
}

table.schedule-table th:nth-child(1) {
    min-width: 116px;
}

table.schedule-table th:nth-child(2) {
    min-width: 190px;
}

table.schedule-table th:nth-child(3) {
    min-width: 285px;
}

table.schedule-table th:nth-child(4) {
    min-width: 200px;
}

table.schedule-table th:nth-child(5) {
    min-width: 110px;
}

table.schedule-table td {
    height: 60px;
    font-size: 14px;
    color: #4A4849;
    border: 1px solid #D9D9EE;
    text-align: center;
    vertical-align: middle;
}

table.schedule-table td:nth-child(5) {
    text-align: left;
}

table.schedule-table td span {
    display: inline-block;
    padding: 2px 5px;
    color: #FFFFFF;
    margin: 5px;
    white-space: nowrap;
}

table.schedule-table td span:nth-child(1) {
    background: #8175C7;
}

table.schedule-table td span:nth-child(2) {
    background: #41CAC0;
}

table.schedule-table td span:nth-child(3) {
    background: #78CD52;
}

table.schedule-table td span:nth-child(4) {
    background: #F97317;
}

.td-curr {
    position: relative;
    text-align: left;
    min-width: 285px;
    padding: 0 25px 0 5px;
}

.td-curr>p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.curr-info {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 300px;
    height: auto;
    background: #F8F8F8;
    box-shadow: 0 1px 4px 0 rgba(111, 109, 204, 0.20);
    border-radius: 5px;
    z-index: 10;
}

.curr-info p {
    font-family: SFNSText;
    font-size: 13px;
    color: #9B9B9B;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    padding: 0 5px;
    text-align: left;
}

.curr-info p:hover {
    color: #2A2A44;
    overflow: visible;
}

.icon-bottom {
    position: absolute;
    top: 27px;
    right: 10px;
    width: 12px;
    height: 6px;
    background: url("../../images//teacherclass/icon_bottom.png");
    background-size: 100% 100%;
    outline: none;
    border: none;
}

.icon-top {
    display: none;
    position: absolute;
    top: 27px;
    right: 10px;
    width: 12px;
    height: 6px;
    background: url("../../images/teacherclass/icon_top.png");
    background-size: 100% 100%;
    outline: none;
    border: none;
}

.schedule-notice {
    font-family: LucidaGrande;
    font-weight: 600;
    font-size: 14px;
    color: #6C674A;
    padding: 10px 0;
}

/* 老师备课页面 */

.teacher-prepare-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/teacherclass/bg_curr.png");
    background-size: 100% 100%;
    overflow-y: auto;
}

.teacher-prepare-content {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    height: auto;
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.tea-p-title {
    width: 100%;
    font: 40px 'SNAP';
    text-align: center;
    line-height: 100px;
    color: #EA671C;
}

.tea-p-paragraph img {
    display: block;
    max-width: 300px;
    height: auto;
    margin: 20px auto;
}

.tea-p-instruction {
    border: 1px solid #8175C7;
}

.tea-p-instruction p {
    font-size: 18px;
    padding: 10px 20px;
}

.tea-p-keywords>div {
    padding: 10px 0;
    border: 1px solid #EA671C;
}

/* .tea-p-keywords>div:nth-last-child(1) {
    border-bottom: none;
} */

.tea-p-keywords img {
    display: block;
    max-width: 300px;
    height: auto;
    margin: 20px auto;
}

.tea-p-keywords p {
    font-size: 20px;
    padding: 5px 20px;
}

.tea-p-contetnt p {
    font-size: 20px;
    padding: 5px 20px;
}

p.tea-p-subtitle {
    width: 100%;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #8E572A;
    padding: 10px 20px;
}

p.tea-p-keyword-p {
    font-family: "PingFang SC", "Microsoft YaHei";
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #FF4848;
    padding: 10px 20px;
}

.icon-blue {
    color: #FDFDFD;
    background: #2996D5;
}

.icon-green {
    color: #FDFDFD;
    background: #78CD52;
}

.tea-p-pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.tea-p-pagination p {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    border: 1px solid #656262;
    padding: 5px 10px;
    margin: 10px 5px;
    border-radius: 15px;
}

.tea-p-pagination .tea-p-click {
    background: #E97D13;
    color: #FFFFFF;
    cursor: not-allowed;
}

.tea-p-confirm {
    width: 100%;
    text-align: right;
}

.tea-p-confirm p {
    font-size: 24px;
    padding: 10px;
    background: #FF4848;
    color: #FDFDFD;
    margin: 10px;
}

.tea-p-confirm button {
    font-size: 24px;
    padding: 10px;
    background: #FF4848;
    color: #FDFDFD;
    margin: 10px;
    border: none;
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    animation: movey 1s infinite;
    -webkit-animation: movey 1s infinite;
}

@keyframes movey {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    66% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

/* 老师帮助页面 */

.teacher-help-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/teacherclass/bg_curr.png");
    background-size: 100% 100%;
    overflow-y: auto;
}

.teacher-help-content {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    height: auto;
    background: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.teacher-help-content>div {
    width: 100%;
    height: auto;
    padding: 40px 40px;
    border-bottom: 1px dashed #2A2A44;
}

.teacher-help-content>div:nth-last-child(1) {
    border: none;
}

.teacher-help-content>div img {
    width: 600px;
    height: auto;
    border: 1px solid #363B4D;
}

.teacher-help-content>p {
    font-size: 32px;
    color: #EA671C;
    line-height: 60px;
    padding: 0 10px;
}

.teacher-help-content>div p {
    font-size: 24px;
    color: #EA671C;
    line-height: 40px;
}

.teacher-help-content>div span {
    font-size: 18px;
    color: #EA671C;
    line-height: 40px;
}

.tea-help-title {
    width: 100%;
    font: 40px 'SNAP';
    text-align: center;
    line-height: 100px;
    color: #EA671C;
}

/*基础页*/

.teacher-container-bg {
    background: #FDFDFD;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-size: 14px;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.teacher-info-title {
    color: #F97317;
    font-size: 40px;
    text-align: center;
    padding: 30px 0;
}

.teacher-container-bg a {
    color: #61cbe6;
}

input.attendance-input {
    background: #fff4cb;
    color: #b8860b
}