﻿table, td, th, div, a, input {
    font-family: 'Times New Roman','微软雅黑';
}

label
{
    padding-right:20px;
}
.foot {
}

.bk {
    border: 1px solid #3399FF;

}

.AttributePanel {
    position: absolute;
    width: 1000px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #0087b3;
    z-index: 1000;
    background-color: GhostWhite;
    -moz-box-shadow: 0px 0px 5px #0e1c51; /*firefox*/
    -webkit-box-shadow: 0px 0px 5px #0e1c51; /*webkit*/
    box-shadow: 0px 0px 5px #0e1c51; /*opera或ie9*/
    animation: fadenum 1s 1;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
@keyframes fadenum {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.AttributePanel .TitleStyle {
    height: 20px;
    text-align: left;
    background-color: #2D83E4;
    border-bottom: solid 1px Gray;
    line-height: 20px;
    border-collapse: collapse;
    color: white;
    padding: 5px;
}

    .TitleStyle a {
        color: white;
    }
.AttributePanel .content {
    padding:10px;
}
xmp, pre, plaintext {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    margin-top: 0px;
    margin-bottom: 0px;
}

.topNav {
    position: fixed;
    width: 400px;
    top: 49%;
    left: 48%;
    padding: 10px;
    overflow: visible;
    text-align: center;
    color: green;
    background-color: Yellow;
    vertical-align: middle;
    z-index: 1000;
}

.bottomNav {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    _position: absolute;
    _top: expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    overflow: visible;
    text-align: center;
}

.transparent_class {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.invalid, .invalid td {
    color: #BABABA;
    background-color: #dededd;
}

.data_table {
    border-collapse: collapse;
    border-width: 0px;
}

    .data_table a {
        text-decoration: none;
    }

    .data_table th {
        background-color: #f8f8f9;
        color: black;
        font-weight: bold;
        border-top: solid 1px #BABABA;
        border-bottom: solid 1px #ccc;
        border-left-width: 0;
        border-right-width: 0;
    }

    .data_table tr {
        height: 35px;
    }

    .data_table td {

        border-top: solid thin #ddd;
        border-bottom: solid thin #ddd;

        /*color:#000066;*/
        border-left-width: 0;
        border-right-width: 0;
    }

.PageIndex {
    border-collapse: collapse;
    border-width: 0;
}

    .PageIndex td {
        border-width: 0;
        padding: 5px;
        vertical-align: middle;
    }

    .PageIndex a {
        border: solid 1px gray;
        color: darkgreen;
        
        display: block;
        text-decoration: none;
        font-family: 宋体;
        text-align: center;
        padding:0px 5px 0px 5px;
    }

    .PageIndex span {
        background-color: #4c6077;
        border: solid 1px gray;
        color: white;
        display: block;
        font-family: 宋体;
        text-align: center;
        cursor: default;
        padding: 0px 5px 0px 5px;
    }



.round_noborder {
    padding: 10px;
    background: #FFFFFF;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    position: relative;
    z-index: 2;
}

.round_border {
    padding: 10px;
    border: 1px solid #dedede;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}
.DicussInput {
    
    width: 100%;
    background-color: white;
    padding: 5px;
}
.DicussBack {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #dedede;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.pre {
    font-family: "Menlo","Monaco","Consolas","Andale Mono","lucida console","Courier New",monospace;
    white-space: pre-wrap;
}

#CoverDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: #333333;
    display: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    animation: fadenum2 1s 1;
}
@keyframes fadenum2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}


.RightAns {
    color: forestgreen;
    font-weight: bold;
}
   


    .select {
        background-color: lightblue;
        cursor: default;
    }

    .select div {
        background-color: lightblue;
        cursor: default;
    }

.classcode {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 2px;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}
    .classcode option {
        color: black;
    }

.scoretoolbar {
    display: inline;
}
.ImageContainer {
    display: inline-block;
    box-shadow: 0px 0px 1px #999999;
}

.Attachment {
    border: solid 1px #BABABA;
   
}

div.page {
    page-break-after: always;
    page-break-inside: avoid;
}



#login {
    
   min-height:250px;
    width: 464px;
    text-align: center;
    z-index: 3;
    box-shadow: inset 0px 0px 30px White;
}

blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*下划线样式*/
.wavy {
    text-decoration-style: wavy;
    background-image: url(Image/wave.png);
    background-repeat:repeat-x;
    background-position:left bottom;
}


@media only screen {
    body {
        margin: 0px;
        border-collapse: collapse;
        font-size: 14px;
    }

    .box-shadow {
        background-color: #ccc;
        -moz-box-shadow: 2px 2px 5px #969696; /*firefox*/
        -webkit-box-shadow: 2px 2px 5px #969696; /*webkit*/
        box-shadow: 2px 2px 5px #969696; /*opera或ie9*/
    }

    .BlueButton {
        color: White;
        background-color: #03488f;
        border-width: 0px;
        border-style: None;
        font-family: 微软雅黑;
        font-size: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
    }

        .BlueButton:hover {
            box-shadow: 1px 1px 2px Gray;
            background-color: #0075ed;
        }

    .GrayButton {
        color: white;
        background-color: #4c6077;
        border-width: 0px;
        border-style: None;
        font-family: 微软雅黑;
        font-size: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: default;
    }

       

    .alternativeitem0 {
        cursor: pointer;
        
        list-style-type: none;
        vertical-align: middle;
        padding: 10px;
    }

        .alternativeitem0:hover {
            cursor: pointer;
            background-color: #459ed9;
            list-style-type: none;
            vertical-align: middle;
            
        }

    .alternativeitem1 {
        cursor: pointer;
        background-color: #ffffff;
        list-style-type: none;
        vertical-align: middle;
        padding: 10px;
    }

        .alternativeitem1:hover {
            cursor: pointer;
            background-color: #459ed9;
            list-style-type: none;
            vertical-align: middle;
            
        }

    .CloseLinkButton {
        color: white;
        text-align: center;
        line-height: 16px;
        font-family: 宋体;
        cursor: pointer;
        display: inline-block;
        width: 16px;
        height: 16px;
        font-size: 12px;
        border-radius: 3px;
        vertical-align: middle;
    }

        .CloseLinkButton:hover {
            background-color: #aac4d6;
        }
    .SaveButton {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        vertical-align:middle;
    }
        .SaveButton:hover {
            background-color: #aac4d6;
        }

    .messageBox {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100%;
        border-top: 1px solid #82ffaf;
        background-color: #84ff76;
        opacity: 0.6;
        max-height: 150px;
        z-index: 1000;
    }

    #BackDiv {
        position: absolute;
        top: 35%;
        left: 35%;
        height: 250px;
        width: 464px;
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;
        background-color: White;
        z-index: 2;
    }

    .tablerowmouseover {
        cursor: pointer;
    }

        .tablerowmouseover:hover {
            background-color: #E9F6FF;
        }

    .Score {
        outline: none;
    }

    .ExperimentTitle {
        color: darkred;
    }

    .ExperimentContent {
    }

        .ExperimentContent img {
            max-width: 1200px;
        }

    .LabelStyle {
        border: solid 1px #BABABA;
        background-color: #e7e7e7;
        padding: 2px;
        font-size: small;
        -moz-border-radius: 2px; /* Gecko browsers */
        -webkit-border-radius: 2px; /* Webkit browsers */
        border-radius: 2px; /* W3C syntax */
        color: #222222;
        text-decoration: none;
        display: inline-block;
    }

        .LabelStyle a {
            color: #222222;
        }

        .LabelStyle:hover {
            background-color: white;
        }

    .round {
        padding: 10px;
        border: 1px solid #dedede;
        -moz-border-radius: 5px; /* Gecko browsers */
        -webkit-border-radius: 5px; /* Webkit browsers */
        border-radius: 5px; /* W3C syntax */
        position: relative;
        z-index: 2;
        background-color: #FFFFFF;
    }
}


.circlebutton {
    display:inline-block;
    height:26px;
    min-width:26px;
    line-height:26px;
    white-space:nowrap;
    text-align:center;
    -moz-border-radius: 13px; /* Gecko browsers */
    -webkit-border-radius: 13px; /* Webkit browsers */
    border-radius: 13px; /* W3C syntax */
    text-decoration:none;
    

}
.exam_subject_index{
    color:white;
}
    .exam_subject_index a {
        color: white;
        background-color: Gray;
    }


.exam_subject_index_answered {
    color: white;
}

    .exam_subject_index_answered a {
        color: white;
        background-color: green;
    }

.exam_subject_index_select {
    color: yellow;
}

    .exam_subject_index_select a {
        color: yellow;
        font-weight: bold;
        background-color: deepskyblue;
    }

.exam_subject_index_answered_select {
    color: yellow;
}

    .exam_subject_index_answered_select a {
        color: yellow;
        background-color: #5ede00;
        font-weight:bold;
    }




.daohangbiaoti {
    height: 40px;
    line-height: 40px;
    color: #c1e0ff;
}

.daohang_p {
    width: 280px;
}



    .daohangcontainer {
        width: 280px;
    }

.daohang {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 280px;
    box-shadow: 2px 0px 3px #666666;
    background-color: #304156;
    color: white;
    font-family: 微软雅黑;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    /* transition: width ease-in-out 0.3s;*/
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.daohang::-webkit-scrollbar {
    width: 0 !important
}
    .daohang hr {
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
#mainmenubutton {
    display: none;
}
@media only screen and (max-width: 960px) {
    .daohangcontainer {
        display:none;
    }

    .daohang_p {
        display: none;
    }


    .daohang {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: none;
        box-shadow: 2px 0px 3px #666666;
        background-color: #304156;
        opacity: 0.9;
        color: white;
        font-family: 微软雅黑;
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
        /* transition: width ease-in-out 0.3s;*/
    }

    #mainmenubutton {
        display: unset;
    }
}

@media only print {
    .Score {
        border: solid #ffffff 1px;
        background-color: transparent;
    }

    .BlueButton {
        display: none;
    }

    .GrayButton {
        display: none;
    }

    .ExperimentContent {
    }

        .ExperimentContent img {
            max-width: 800px;
        }

    a {
        color: black;
    }

    .noprint {
        display: none;
    }

    .nodisplay {
        display: block;
    }

    .main {
        width: 100%;
    }

    .PageIndex {
        display: none;
    }



    .daohang_p {
        display: none;
    }

    .daohang {
        display: none;
    }
    .round {
        padding: 10px;
        border: 1px solid #dedede;
       
        position: relative;
        z-index: 2;
        background-color: #FFFFFF;
    }
    body {
        background-color: #FFFFFF;
    }
}
.blanks {
    width: 100px;
    display: inline-block;
    border-bottom: solid 2px #000000;
    border-left: none;
    border-top: none;
    border-right: none;
    margin: 0;
    vertical-align: text-bottom;
    min-height: 32px;
}

.inputblanks {
    width: 100px;
    outline: solid 2px blue;
    vertical-align: middle;
    font-size: large;
    border-bottom: solid 1px #000000;
    border-left: none;
    border-top: none;
    border-right: none;
    margin: 0;
    text-align: center;
    font-weight: bold;
    background-color: transparent;
    min-height: 32px;
}
    .inputblanks:focus {
        border-bottom: solid 2px blue;
        background-color: white;
    }
.blanksdiv {
    display: inline-block;
    padding: 2px 8px;
    font-size: large;
    border-bottom: solid 2px #000000;
    border-left: none;
    border-top: none;
    border-right: none;
    text-align: center;
    font-weight: bold;
    min-width: 100px;
    vertical-align: text-bottom;
}
.ExperimentContentList {
    padding: 5px;
    line-height: 2;
}

.editexperimentbutton{
    text-align:right;
}
@font-face {
    font-family: Muyao;
    src: url(font/MuyaoSimple.TTF ) format("truetype");
}
@font-face {
    font-family: 博洋规范字3500;
    src: url(font/博洋规范字3500Simple.TTF ) format("truetype");
}

@font-face {
    font-family: 陈继世行楷简体;
    src: url(font/陈继世行楷简体Simple.TTF ) format("truetype");
}
@font-face {
    font-family: 李旭科书法;
    src: url(font/李旭科书法Simple.TTF ) format("truetype");
}
@font-face {
    font-family: 司马彦行书;
    src: url(font/司马彦行书Simple.TTF ) format("truetype");
}
@font-face {
    font-family: 钟齐流江毛笔草体;
    src: url(font/钟齐流江毛笔草体Simple.TTF ) format("truetype");
}
@font-face {
    font-family: 钟齐孟宪敏硬笔简体;
    src: url(font/钟齐孟宪敏硬笔简体Simple.TTF ) format("truetype");
}