.mcon {
    overflow-y: auto;
    background-color: #fff8f2;
    border-radius: 6px;
    padding: 0 0 15px 0;
}

.elbox {
    clear: both;
    padding: 0;
    display: inline-block;
    text-align: center;
    box-sizing: content-box;
    width: 864px;
}

.elbox:after {
    clear: both;
    display: table;
    content: " ";
}

.elbox2 {
    clear: both;
    float: inherit;
    padding: 0;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    width: 768px;
}

.elbox2:after {
    clear: both;
    display: table;
    content: " ";
}

.elboxs {
    float: left;
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 3px;
    margin-bottom: 0px;
}

.elboxs0 {
    float: left;
    position: relative;
    width: 476px;
    margin-right: 3px;
    margin-bottom: 0px;
    border: 1px solid #fff8f2;
    text-align: center;
    font-size: 18px;
}

.elboxs2 {
    float: left;
    position: relative;
    width: 45px;
    margin-right: 3px;
    margin-bottom: 0px;
    border: 1px solid #fff8f2;
    text-align: center ;
    font-size:14px;
}

.elboxs3 {
    float: left;
    position: relative;
    width: 12px;
    height: 45px;
    margin-right: 1px;
    margin-bottom: 0px;
    border: 1px solid #FFF;
}

.elboxs a {
    display: block;
    font-size: 12px;
    color: Black;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
}

.elboxs a:hover {
    color: red;
    background-color: #ebd3b0;
}

.eltl {
    color: #000000;
    font-size: 14px;
}

.elrd {
    font-size: 9pt;
    color: #990000;
    font-family: "Times New Roman", Times, serif;
}

.elff {
    font-size: 9pt;
    color: #0000CC;
    font-family: Verdana;
}

.elen {
    font-size: 9pt;
    color: #003366;
}

.elc1 {
    background-color: #FFAA00;
}

.elc2 {
    background-color: #F7F700;
}

.elc3 {
    background-color: #FF7799;
}

.elc4 {
    background-color: #FFAA88;
}

.elc5 {
    background-color: #DDAACC;
}

.elc6 {
    background-color: #00CCCC;
}

.elc7 {
    background-color: #00F700;
}

.elc8 {
    background-color: #55F7F7;
}

#detail h2 {
    font-size: 30px;
    font-family: "é»‘ä½“";
    color: #2c5ec9;
    margin: 28px auto 23px auto;
}

.blue {
    color: #113e9d;
}

.tb1 {
    width: 100%;
    margin: 0 auto;
}

.tb1 tr th {
    background-color: #f8fafd;
}

.tb1 tr td,th {
    border: 1px solid #d5e1ee;
    vertical-align: middle;
    text-align: center;
}

.tb2 {
    width: 70%;
    margin: 0 auto;
}

.tb2 tr td {
    border: 1px solid #d5e1ee;
    vertical-align: middle;
    height: 40px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.yuansutips{
    display: none;
}

@media screen and (max-width: 1270px){
    .mcon {
        overflow-y: auto;
        background-color: #fff8f2;
        border-radius: 6px;
        padding: 0 15px 15px 15px;
    }
    .yuansutips{
        display: block;
        font-size: 0.6rem;
        color: #ff6500;
    }
}

.night .mcon{
    background-color: #333;
}

.night .elboxs2{
    border: 1px solid #333;
}

.night .elboxs0{
    border: 1px solid #333;
}

.elc100{
    background-color: #bbb;
}

.night .elc100{
    background-color: #888;
}