body {
    background: #ddd;
    margin: 0 auto;
    /*max-width: 1024px;*/
    font: normal 14px/1.2 'Helvetica Neue', 'Arial'
}

.col {
    width: 1024px;
    /* height: 483px; */
    height: 588px;
    float: left;
    margin-right: 32px;
    margin-bottom: 16px;
    overflow: auto;
    font-family: 宋体;
}

.col button {
    margin-left: 10px;
    margin-bottom: 10px;
}

.c3 {
    margin-right: 0;
}

h3 {
    margin: 0;
    background-color: #FFFFFF;
}

h3 a {
    background: url("../images/sprite.png") 15px 13px no-repeat;
    display: block;
    padding: 10px;
    padding-left: 32px;
    margin: 0;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    border-top: 1px solid #2c3b41;
    border-bottom: 1px solid #2c3b41;
}

h3:hover {
    background-color: #f7f7f7;
}

h3.open {
    /*background: rgb(255, 70, 120);*/
    background-color: #FFFFFF;
}

h3.open a {
    background-position: 13px -25px;
}

h3 + div {
    padding: 10px;
}

h2 + div,
.example {
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    /*border: 1px solid #2c3b41;*/
    /* height: 496px; */
    height: 590px;
    overflow: auto;
}

/* Pre hide sections with JavaScript on
--- */
h3 + div {
    display: none;
}

/* Event example
--- */
pre#event-log {
    /*background: #fafacc;*/
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}


/* Responsive design
--- */
/* @media screen and (max-width: 1056px) {
    body {
        width: 672px;
    }

    .c2 {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 704px), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body {
        width: 320px;
    }

    .c1 {
        margin-right: 0;
        margin-bottom: 0;
    }

    h1 {
        font-size: 28px;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body {
        padding: 0 12px;
    }
} */

/* 陳鵬自己設置 */
@font-face {
    font-family: 'ipa';
    src: url('../fonts/IpaP_20121103.ttf') format('truetype');
}

fieldset {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 1000px;
}

table {
    width: 970px;
    height: 60px;
    /*border: 1px solid #000000;*/
    border-collapse: collapse;
    text-align: left;
    margin: 0 auto;
}

/*table thead {*/
/*    background-color: #EEEEEE;*/
/*}*/

table td {
    /*border: 1px solid #000000;*/
    font-size: 18px;
    font-family: ipa, 宋体;
    vertical-align: top;
}

table td p {
    margin-bottom: 0;
}

table td a {
    text-decoration: none;
}

.container {
    width: 1024px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container > div {
    float: left;
}

.container .dic_select,
.container .search_method {
    position: relative;
    /*width: 300px;*/
    height: 44px;
    border: #ccc solid 1px;
    border-radius: 4px;
    margin-top: 40px;
}

.container .dic_select select,
.container .search_method select {
    position: relative;
    /*width: 300px;*/
    height: 44px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}


.container .input {
    position: relative;
    width: 300px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    margin-top: 40px;
}

.container .input > input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 44px;
    width: 210px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}

.container .input > input::-webkit-input-placeholder {
    color: #999;
}

.container .search {
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("../images/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    margin-top: 40px;
}

#titlePaneNode {
    margin: 8px;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    /*position: absolute;*/
    left: 0;
    top: 0;
    border: 2px dotted rgba(255, 255, 255, 0);
    float: left;
    margin-right: 20px;
}

#titlePaneNode a {
    text-decoration: none;
}

#chnTitleLabelNode {
    font-size: 40px;
    font-family: 楷体;
    color: rgb(169, 1, 5);
    cursor: pointer;
}

#engTitleLabelNode {
    font-size: 18px;
    font-family: 'Times New Roman';
    color: rgb(175, 175, 175);
    cursor: pointer;
}

#main_container {
    background-color: #FFFFFF;
    /* height: 675px; */
    height: 792px;
    max-width: 1024px;
    margin: 0 auto;
    border: 1px solid #2c3b41;
}

/* footer 可以作为一个范本 2022 10 31 陈鹏 */
.min_1380 {
    min-width: 1380px;
    margin: 0 auto;
}

.w_1380 {
    width: 1380px;
    margin: 0 auto;
}

.footer {
    background-color: #3e3e3e;
    color: #a7a7a7;
    font-size: 12px;
    text-align: center;
    line-height: 2em;
    margin: 0 auto;
}

.footer .footer {
    padding: 1.5em 0;
}

.footer a {
    color: #a7a7a7;
}

.footer a:hover {
    color: #fff;
}

.footer p {
    padding: 0;
    margin: 0 auto;
}

/* top 陈鹏 */
#navigation {
    max-width: 1024px;
    margin: 0 auto;
}

/* top 插件 */
.hl_nav {
    background-color: #A90105;
    position: relative;
    color: #ffffff;
    min-width: 1200px;
    height: 50px;
}

.hl_nav a {
    display: block;
    text-decoration: none;
}

.hl_nav .nav_list {
    margin: 0 auto;
    width: 1024px;
    z-index: 2;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 50px;
}

.hl_nav .nav_list > li {
    padding: 0;
    float: left;
    margin: 0;
    width: 10%;
    text-align: center;
    height: 50px;
}

.hl_nav .nav_head {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.hl_nav .nav_list > li > ul {
    position: absolute;
    width: auto;
    height: 40px;
    top: 50px;
    z-index: 2;
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    overflow: hidden;
    display: none;
}

.hl_nav .nav_list > li.active {
    background-color: #870003;
}

.hl_nav .nav_list > li:hover {
    background-color: #870003;
}

.hl_nav .nav_list > li:hover > ul {
    display: block;
}

.hl_nav .nav_list:hover {
    height: 90px;
}

.hl_nav .nav_list:hover + .shade {
    display: block;
}

/* 辞书 fieldset */
.fieldset {
    margin-top: 20px;
}

.fieldset fieldset {
    max-width: 900px;
    user-select:none;
}

.fieldset fieldset p {
    font-family: 宋体;
    font-size: 16px;
}

.fieldset fieldset p .ipa {
    font-family: ipa, 宋体;
}

.fieldset fieldset p a {
    text-decoration: none;
}

.tip {
    width: 300px;
    margin: 0 auto;
    font-size: 18px;
    color: #A90105;
}
