﻿html {
    /*网站变黑白灰色*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);*/
    height: 100%;
}

body {
    font-size: 14px;
    color: #555;
    word-break: break-all;
    background-color: #f1f1f1;
    margin-top: 3px;
    padding: 0;
    height: 100%;
}
/*无需要打印*/
@media print {
    .noprint {
        display: none;
        /*visibility:hidden;*/
    }
}
/*手型鼠标*/
.yes_hand {
    cursor: pointer;
}

.layui-btn-primary {
    background-color: white;
}
/*选科背景*/
.bg_yellow {
    border-radius: 2px;
    color: white;
    background-color: #FFB800;
    padding: 1px 2px;
}
/*排课背景*/
.bg_red {
    border-radius: 2px;
    color: #FFF;
    background-color: #FF5722;
    padding: 1px 2px;
}
/*导出数据*/
#export {
    font-size: 16px;
    padding: 30px;
    text-align: center;
    min-height: 100px;
}
/*数据加载 暂无数据*/
.yes_load, .nodata {
    padding: 30px;
    text-align: center;
    font-size: 16px
}
/*课间名称*/
.breaktime {
    letter-spacing: 16px;
    text-align: center;
    color: blueviolet;
    padding: 2px;
    background-color: #FFFCFC;
}
.bg_aqua {
    border-radius: 2px;
    background-color: aqua;
    padding: 1px 2px;
}
/*白底*/
.bg_white {
    background-color: #FFF;
}

img {
    max-width: 99%; /*图片自适应宽度*/
    height: auto;
    border: none;
    margin: auto;
}

.iconfont {
    font-size: 18px;
}

th {
    color: #00aebb;
    height:auto;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/*块状显示*/
.yes_block {
    display: inline-block;
    vertical-align: top;
}

.pk_ts {
    color: red;
    margin-left: 3px;
    font-size: 12px;
}

.pk_cross {
    color: #c99;
    margin-right: 6px;
    font-size: 12px;
}
/*单选或多选*/
.yes_label {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 2px;
    margin: 1px;
}

/*题目内容*/
.tm_content {
    line-height: 180%;
    text-align: left;
    margin-top: 6px;
}
/*题目选项*/
.tm_options {
    line-height: 160%;
    text-align: left;
}

.yes_table {
    width: 100%;
    margin: 8px auto;
}

    .yes_table td {
        padding: 10px;
    }
/*备注文字*/
.yes_bz {
    color: #888;
    font-size: 14px;
}
/*备注文字*/
.yes_bz1 {
    margin-left: 2px;
    color: #999;
    font-size: 13px;
}
/*按钮：多行文字*/
.yes_button {
    padding: 3px 5px;
    font-size: 13px;
    text-align: center;
    color: #555;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    line-height: 18px;
    margin: 2px;
    min-width: 55px
}
/*按钮：多行文字 红色边框*/
.red_button {
    padding: 3px 5px;
    font-size: 13px;
    text-align: center;
    color: #555;
    background-color: white;
    border: 1px solid #666;
    box-shadow: 0px 0px 5px #009688 inset;
    border-radius: 3px;
    cursor: pointer;
    line-height: 18px;
    margin: 2px;
    min-width: 55px
}

.yes_button:hover {
    border: 1px solid #009688;
}
/*引用bootstrap*/
.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    /*margin-bottom: -1px;*/
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0px;
    border-right-width: 0px
}
/*输入框组*/
.yes_group_left {
    border-radius: 3px 0 0 3px;
    padding: 0 6px;
    border: 1px solid #ccc;
    height: 28px;
}

.yes_group_m {
    padding: 3px 8px;
    border: 1px solid #ccc;
    height: 30px;
    margin-left: -1px;
    cursor: pointer;
}

.yes_group_right {
    border-radius: 0 3px 3px 0;
    padding: 3px 8px;
    border: 1px solid #ccc;
    height: 30px;
    margin-left: -1px;
    cursor: pointer;
    background-color: #f2f2f2;
}
/*题号*/
.yes_number {
    display: inline-block;
    min-width: 10px;
    padding: 5px 8px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #009688;
    border-radius: 10px;
    font-weight: normal;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 6px;
    background-color: #393D49;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 6px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
    font-weight: normal;
    font-size: 12px;
}

.kcb_wb {
    min-width: 10px;
    padding: 2px 6px;
    margin: 1px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    font-size: 9px;
}

.yes_badge { /*徽章*/
    position: absolute;
    display: block;
    margin-top: 10px;
    top: 0;
    right: -6px;
    z-index: 100;
    filter: Alpha(opacity=88);
    opacity: 0.8;
    font-weight: normal;
    display: none;
    font-size: 12px;
}

.yes_back { /*灰色背景*/
    padding: 10px;
    background-color: #F2F2F2;
}

.yes_tk_bg { /*填空背景*/
    padding: 4px 5px;
    border-radius: 2px;
    margin-right: 8px;
    color: #fff;
    background-color: #999;
}

.yes_bg { /*主色背景*/
    background-color: #00aebb;
}

.bg_fff { /*白色背景*/
    background-color: #FFF;
}

.bg_f6 { /*灰色背景*/
    background-color: #F6F6F6;
}

.bg_f9 { /*灰色背景*/
    background-color: #F9F9F9;
}

a:hover {
    color: #00aebb;
}
/*倚师弹出移动层*/
.move_div {
    z-index: 666;
    padding: 8px;
    background-color: #fff;
    border-radius: 3px;
    border: 3px solid #ccc;
}

.color-white {
    background-color: white;
    padding: 8px;
}

.color-red {
    color: red;
}

p {
    padding: 0px;
    margin: 0px;
    /*word-break: break-all;*/
    text-align: left;
}

.yes_head {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #00aebb;
    color: white;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}
/*填空题中填空格样式*/
.yes_fill {    
    padding: 5px 6px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ddd;
    margin: 3px 5px 0 5px;
    border-radius: 3px 3px 0 0;
    color: red;
    max-width: 850px;
}

/*表头字号*/
.title-size {
    font-size: 15px;
    letter-spacing: 1px;
}
/*菜单字体*/
.menu-size {
    font-size: 15px;
    color: #333;
}

.maxwidth {
    width: 1102px;
    margin: auto;
    padding: 0px;
}

.set_border {
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #555;
    font-size: 14px;
    background-color: white;
}

.paging {
    /*分页计数*/
    padding: 10px;
    border-top: 1px solid #eee;
    text-align: center
}

.layui-elip {
    /*单行文本的溢出效果*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.girlcolor {
    color: #393; /*女生*/
}

.yesborder { /*主div：外边框*/
    margin: 10px auto;
    background-color: white;
    padding: 8px
}

.wapborder { /*wap主div：外边框*/
    margin-top: 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 3px;
    text-align: left;
    clear: both;
}
.color_5 {
    color: #555;
}
.color_6 {
    color: #666;
}
.color_7 {
    color: #777;
}
.color_8 {
    color: #888;
}
.color_9 {
    color: #999;
}
.color_c {
    color: #ccc;
}
.color_e {
    color: #eee;
}

.bottom_d {
    border-bottom: 1px solid #ddd
}

.top_6 {
    margin-top: 6px;
}

.top_8 {
    margin-top: 8px;
}

.top_d {
    border-top: 1px solid #ddd
}

.top_e {
    border-top: 1px solid #eee
}

.bottom_e {
    border-bottom: 1px solid #eee
}

.be2 { /*徽章*/
    background-color: red;
    color: white;
    font-size: 10px;
    margin-left: 0px;
    margin-top: -10px;
    z-index: 10;
    filter: Alpha(opacity=88);
    opacity: 0.88;
    font-weight: normal;
}
/*禁用*/
.yes_stop {
    background-color: #e2e2e2;
    color: #888;
    cursor: not-allowed;
    border: none;
}

    .yes_stop:hover {
        color: #555;
        cursor: not-allowed;
    }

    .yes_stop:active {
        color: #555;
        pointer-events: none;
    }

.maincolor { /*主色调*/
    color: #00aebb;
}

.primarycolor { /*首选项色调*/
    color: #009688;
}

.success_color { /*成功色调*/
    color: #5cb85c;
}

.normal_color { /*一般信息色调*/
    color: #1E9FFF;
}

.warm_color { /*警告色调*/
    color: #f0ad4e;
}

.danger_color { /*危险色调*/
    color: #ff5722;
}

.subcolor { /*付色调*/
    color: #00b0bd;
}

.mainborder { /*主色边框*/
    border: 1px solid #00aebb;
}

.bordertop { /*主色上边框*/
    border-top: 1px solid #00aebb;
}

.borderbottom { /*主色下边框*/
    border-bottom: 1px solid #00aebb;
}

.mainbg { /*主色背景*/
    background-color: #00aebb;
    color: white;
}

.main-border { /*付色边框*/
    border-style: solid;
    border-width: 1px;
    border-color: #00aecb;
}

.margintop { /*上间隔*/
    margin-top: 8px;
}

.marginleft { /*左间隔*/
    margin-left: 8px;
}

.marginright { /*右间隔*/
    margin-right: 8px;
}

.noborder { /*无边框按钮*/
    border: none;
}

.whiteborder {
    border: 1px solid white;
}

.wap_bt { /*wap版标题*/
    padding: 8px 10px;
    font-size: 16px;
    border-bottom: 1px dotted #ddd;
}

.yes_tk img {
    max-width: 99%;
}
/*提示园点*/
.yes_dot {
    color: red;
    position: relative;
    top: -8px;
    left: -8px;
}
/*旋转*/
.yes-spin {
    -webkit-animation: my-spin 2s infinite linear;
    animation: my-spin 2s infinite linear;
}
/*8向旋转*/
.yes-pulse {
    -webkit-animation: my-spin 1s infinite steps(8);
    animation: my-spin 1s infinite steps(8);
}

@-webkit-keyframes my-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes my-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
