@charset "utf-8";

/* CSS Document */


/* ---------------------------------------------------------------------
 CSS Reset (Thanks Eric Meyer)
 ------------------------------------------------------------------------ */

html,
body,
div,
main,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

@font-face {
    font-family: Source Han Sans CN;
    src: url(fonts/NotoSansSC-Regular.woff2) format('woff2');
}

@font-face {
    font-family: NotoSansSCBold;
    src: url(fonts/NotoSansSC-Bold.woff2) format('woff2');
}

@font-face {
    font-family: AvenirLTStd;
    src: url(fonts/AvenirLTStd-Medium.otf) format('otf');
}

@font-face {
    font-family: "Caecilia-Heavy";
    src: url("fonts/Caecilia-Heavy.woff2") format("woff2");
}

@font-face {
    font-family: "Caecilia-Roman";
    src: url("fonts/Caecilia-Roman.woff2") format("woff2");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ---------------------------------------------------------------------
 Public Common begin
 ------------------------------------------------------------------------ */

body {
    color: #333;
    background: #000;
    font-family: "source-han-sans-simplified-c", "Source Han Sans CN", "黑体", Avenir LT W01_45 Book1475508, arial, sans-serif;
    padding-bottom: 0;
    overflow-x: auto;
    overflow-y: scroll
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #333;
    outline: 0
}

.acca-font {
    font-family: "Caecilia-Roman";
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* filter: blur(2px); */
}


/* ---------------------------------------------------------------------
 Public Common end
 ------------------------------------------------------------------------ */

.logo {
    width: 100px;
    margin: 15px auto;
}

.logo img {
    width: 100%;
}

.calendar-title {
    width: 60%;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.calendar-title-exam {
    width: 60%;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.download-box {
    position: absolute;
    top: 260px;
    right: 60px;
}

.download-box .box {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-box .box span {
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 50%;
    /*定义动画的时长*/
    animation: animate 5s linear infinite;
    /*规定动画开始的延时，每个标签均延时0.5秒*/
    animation-delay: calc(-1s*var(--i));
}

.cursor-pointer-white img {
    width: 32px;
    vertical-align: middle;
}

.cursor-pointer-white {
    position: absolute;
    float: left;
    top: 26px;
    left: 17px;
    font-size: 12px;
    width: 100px;
    color: #fff;
}

.cursor-pointer-white a {
    color: #fff;
}


/*设定动画效果，圆圈宽高均由0到达500px*/

@keyframes animate {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

#wrapper {
    width: 100%;
    min-height: 100%;
}

.banner {
    overflow: hidden;
    color: #FFF;
}

.banner img {
    width: 100%;
    position: absolute;
    top: -60px;
}

.banner-skill-level {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 10px;
    border-left: 5px solid #c80000;
    margin-top: 30px;
}

.banner-skill-level span:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    font-family: Source Han Sans CN;
    display: block;
}

.banner-skill-level span:nth-child(2) {
    font-family: AvenirLTStd;
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.banner-skill-desc {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.banner-skill-desc span:nth-child(1) {
    display: block;
    font-size: 14px;
}

.banner-skill-desc span:nth-child(2) {
    display: block;
    margin-top: 5px;
    width: 60%;
    font-size: 10px;
}

.banner-skill-desc span:nth-child(3) {
    display: block;
    margin-top: 15px;
    padding-bottom: 2px;
    font-size: 14px;
    width: 112px;
    border-bottom: 1px solid #FFF;
}

.banner-skill-desc span:nth-child(3) a {
    color: #FFF;
}

.banner-nowday {
    font-family: Source Han Sans CN;
    color: #FFF;
    position: absolute;
    margin-left: 15px;
    margin-right: 15px;
    top: 340px;
}

.banner-nowday span:nth-child(1) {
    display: block;
    font-size: 14px;
}

.banner-nowday span:nth-child(2) {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.message-top {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.message-top img {
    width: 40px;
    bottom: 25px;
}

.calendar {
    position: absolute;
    top: 480px;
    z-index: 99;
    margin-left: 5px;
    margin-right: 5px;
}

.calendar img {
    width: 100%;
    min-height: 100%;
}

.month-container {
    position: absolute;
    width: 80%;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.month-menu {
    float: left;
    width: 32px;
}

.month-menu img {
    width: 32px;
}

.month-select-div {
    float: left;
}

.month-select-div select {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 160px;
    height: 42px;
    opacity: 0;
    text-align-last: center;
}

.month-select-div {
    font-family: "Caecilia-Roman";
    font-size: 22px;
    font-weight: bold;
    width: 180px;
    color: #fff;
    border: 1px transparent solid;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: transparent url('../images/calendar2022/small-arrow-down.png') no-repeat scroll 90% center;
    background-size: 10px;
    text-align: center;
    text-align-last: center;
}

.countdown-box {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 15px 0 10px 0;
}

.exam-point {
    width: 20px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.exam-point img {
    width: 12px;
}

.month-title {
    font-family: "Caecilia-Heavy";
    color: #FFF;
    text-align: center;
    padding: 10px 0 20px 0;
}

.month-title p {
    display: inline;
    font-size: 16px;
}

.take-action {
    display: inline;
    font-size: 16px;
    padding: 10px;
    margin-left: 16px;
    background-color: rgb(200, 0, 0);
}

.take-action img {
    width: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.take-action a {
    color: #fff;
}

.month-title span {
    font-size: 24px;
}

.month-date {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.month-date img {
    float: left;
    width: 80px;
    padding: 5px;
}

.first-box1 {
    position: absolute;
    width: 100%;
    top: 930px;
}

.first-box2 {
    margin-top: 280px;
}

.first-box3 {
    margin-top: 340px;
}

.first-box4 {
    margin-top: 300px;
}

.first-box5 {
    margin-top: 300px;
}

.first-box6 {
    margin-top: 280px;
}

.first-box7 {
    margin-top: 350px;
}

.first-box8 {
    margin-top: 160px;
}

.first-box9 {
    margin-top: 300px;
}

.first-box10 {
    margin-top: 280px;
}

.first-box11 {
    margin-top: 280px;
}

.first-box12 {
    margin-top: 230px;
}

.box1 {
    background-color: rgb(30, 30, 30);
}

.box2 {
    background-color: #446e7d;
}

.box3 {
    background-color: #7b6d6f;
}

.box4 {
    background-color: #35669c;
}

.box5 {
    background-color: #5b6c6a;
}

.box6 {
    background-color: #b2a18d;
}

.box7 {
    background-color: #b5805e;
}

.box8 {
    background-color: #005690;
}

.box9 {
    background-color: #6c848d;
}

.box10 {
    background-color: #29787d;
}

.box11 {
    background-color: #4f8497;
}

.box12 {
    background-color: #828b95;
}

@media screen and (min-width:320px) and (max-width:414px) {}


/* 系统自动生成日历 */

.cldBody {
    color: #fff;
    width: 100%;
}

.cldBody .top {
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

#topDate {
    font-size: 24px;
}

#week th {
    font-family: "Caecilia-Heavy";
    font-size: 14px;
    text-align: center;
    width: 14%;
}

#week th i {
    font-size: 26px;
}

#week th hr {
    display: block;
    margin: 0 1px 0 0;
    border: 3px solid #FFF;
}

#week th .hr-sunday {
    display: block;
    margin: 0 1px 0 0;
    border: 3px solid #a0a0a0;
}

#week th .hr-saturday {
    display: block;
    margin: 0;
    border: 3px solid #a0a0a0;
}

td {
    font-family: "Caecilia-Roman";
    text-align: center;
    height: 60px;
}

#tbody .today {
    color: #fff;
    background-color: red;
}

#tbody .justify {
    vertical-align: bottom;
    font-size: 20px;
}

#tbody .justify>div {
    font-size: 8px;
    display: inline-block;
    margin-top: 5px;
}

#tbody .active-day {
    color: #fff;
    background-color: #1e1e1e;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#tbody .justify>span {
    font-size: 8px;
    display: inline-block;
}

#tbody .weekend {
    color: #a0a0a0;
}