html {
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "PingFangSC-Regular", "Hiragino Sans GB", sans-serif;
    font-size: small;
    background-color: #062523;
    color: #91a9af;
}
blockquote {
    background-color: #FCFCFC;
    border-left: 3px solid #CCCCCC;
    margin: 10px;
    padding: 10px;
}
input[type=button], input[type=submit] {
    padding: 5px;
    border: none;
    cursor: pointer;
    background-color: #1b8368 !important;
    color: #fff !important;
}
input[type=button]:hover, input[type=submit]:hover {
    background-color: #064f3e;
    color: #fff;
}
p {
    margin-bottom: 16px;
}
fieldset {
    margin: 0px 5px 4px 5px;
    padding: 0.5rem !important;
    border: 1px dotted #ccc;
    border-radius: 5px;
}
fieldset:hover {
    border: 1px solid #ccc;
}
fieldset li {
    margin: 5px 0px 0px 20px;
}
fieldset legend {
    font-weight: bold;
    padding: 0px 5px;
    color: #15d5cc !important;
}
fieldset label {
    border: 1px solid #e4e4e4;
    margin-left: 2px;
    padding: 2px;
    cursor: pointer;
}
fieldset label:hover {
    background-color: #2a3fb3;
    color: #ffffff;
}
ul {
    margin: 0px;
    padding: 0px;
}
code {
    font-size: 12px;
    line-height: 14px;
}
.current_label {
    background-color: #2a3fb3;
    color: #ffffff;
}
ul, ol {
    margin-left: 0px;
}
textarea {
    border: none;
    zoom: 1;
    outline: none !important;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    margin-bottom: 10px;
    padding: 5px;
    width: 99%;
    background-color: #555;
    color: #fff;
}
iframe {
    border: 0;
}
#content {
    height: 300px;
}
input[type=text], input[type=password], input[type=file] {
    border: 1px #ccc solid;
    padding: 5px;
}
select {
    border: 1px #ccc solid;
    padding: 5px;
}
table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-bottom: 1px solid #e4e4e4;
    margin: 10px 0px;
}
.form_list table th {
    line-height: 30px;
    padding: 0px;
    min-height: 30px;
    font-size: 0.8rem;
    font-weight: bold;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    text-align: center;
}
.form_list table th:last-child, .form_list table td:last-child {
    border-right: 1px solid #e4e4e4;
}
.form_list table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
}
.w80 {
    width: 80px;
}
.w20 {
    width: 20px;
}
table>tr:nth-child(2n+1)>td, table>tr:nth-child(2n+1)>th {
    background-color: #f9f9f9;
}
.td_content {
    word-break: break-all;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
}
.comment_list {
    word-break: break-all;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px;
    padding: 10px;
}
.comment_content {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}
option {
    padding: 2px;
    margin: 2px;
}
h1 {
    font-size: 14px;
}
h2 {
    font-size: 14px;
}
a:link, a:visited {
    color: #336600;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
#dashboard_nav li {
    padding: 5px;
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
}
#dashboard_nav li:hover {
    background-color: #064f3e;
}
#dashboard_nav li a {
    display: block;
    text-decoration: none;
    color: #dce6d3;
}
.currency_nav {
    background-color: #064f3e !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
}
.currency_nav a:link, .currency_nav a:visited, .currency_nav a:hover {
    color: #ffffff;
    line-height: 18px;
}
.currency_nav div {
    display: block;
}
.app_name {
    text-align: right;
    margin-bottom: 1rem;
    border-bottom: 4px solid #118368;
    padding-bottom: 0.5rem;
}
.div_clear {
    clear: both;
}
#div_foot {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#admin_left {
    background-color: #118368;
    margin: 0px 5px;
    overflow: hidden;
    margin: 0px auto;
    position: fixed;
    width: 120px;
    height: 100%;
}
#admin_right {
    margin-left: 120px;
    background-color: #f0f0f0;
    overflow: hidden;
    min-height: 500px;
    padding: 20px;
}
#admin_center {
    overflow: hidden;
    min-height: 500px;
    padding: 20px;
}
.message {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}
.input_text {
    width: 450px;
}
.input_text_tip {
    border: 1px #ccc solid;
}
.input_textarea {
    height: 100px;
    border: 1px #ccc solid;
}
.input_submit {
    cursor: pointer;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #1b8368 !important;
    color: #fff !important;
}
.pure-form select {
    height: auto !important;
}
thead tr {}
.tr_sigle {
    background-color: #F8F8F3;
}
.tr_double {
    background-color: #F1F1F1;
}
.td_admin {
    width: 120px;
}
.tr_sigle:hover, .tr_double:hover, {
    background-color: #E0E8F1;
}
.sortNo {
    display: none;
}
#sweetrice_status li {
    list-style-type: none;
    border-bottom: 1px dotted #ddd;
    line-height: 25px;
    margin-left: 4px;
    padding: 0 6px 0 0;
}
.div_info {
    border-bottom: 1px solid #CCC;
    line-height: 25px;
    margin-left: 4px;
    padding: 0 6px 0 0;
}
.div_title {
    margin-bottom: 5px;
    border-bottom: 1px #8592A2 solid;
}
.ad {
    height: 200px;
    width: 98%;
    border: 1px #999999 solid;
    border-top: 1px #669966 solid;
}
.theme_contents {
    height: 500px;
    width: 98%;
    color: blue;
    margin: 5px 0;
    border: 1px #999999 solid;
    border-top: 1px #669966 solid;
}
.link {
    height: 350px;
    width: 98%;
    color: blue;
    border: 1px #999999 solid;
    border-top: 1px #669966 solid;
}
.hidden_ {
    padding-left: 10px;
    display: none;
}
.show_ {
    padding-left: 10px;
    display: block;
}
.att_list {
    border-bottom: 1px solid #8592A2;
    margin: 5px;
    padding: 5px;
}
#table_list {
    padding: 5px;
}
#table_list li {
    list-style-type: none;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    border-bottom: 1px dotted #ccc;
}
#convert_error {
    padding: 5px;
    border: 1px dotted #ccc;
    color: red;
}
#upload_form form {
    margin: 5px 0px;
}
.point {
    cursor: pointer;
}
#deleteTip {
    background-color: #FFFBCC;
}
.action_close {
    height: 20px;
    overflow: hidden;
    width: 20px;
    cursor: pointer;
}
.action_modify {
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 2px;
    cursor: pointer;
}
.folder {
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 0px 2px;
}
.article {
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 0px 2px;
}
.rssfeed {
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 2px;
}
.action_save {
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 2px;
    cursor: pointer;
}
.action_delete {
    height: 20px;
    overflow: hidden;
    width: 20px;
    margin: 2px;
    cursor: pointer;
}
.action_enlarge {
    float: right;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    cursor: pointer;
}
#menuBar {
    cursor: move;
    padding: 2px 0px 0px 2px;
    height: 18px;
}
#imgs {
    background-color: #fff;
}
.img450 {
    max-height: 450px;
    height: expression(this.height > 450 ? 450: true);
}
#PageList a {
    padding: 0px 2px;
    font-family: Georgia, arial, sans-serif;
}
#PageList a:hover {
    font-weight: bold;
}
.pageCurrent {
    font-weight: bold;
}
.mobile_content {
    display: none;
}
@media (max-width: 640px) {
    .media_content {
        display: none;
    }
    .mobile_content {
        display: inline-block;
    }
}
/*new*/

.clear {
    clear: both;
    font: 0px/0px sans-serif;
    display: block;
}
.cfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
.cfix {
    zoom: 1;
}
.dataBox {
    padding: 10px;
}
.dataBox ul li {
    list-style: none;
}
.dataBox .columnsCom {
    float: left;
    width: 19%;
    margin-right: 1%;
}
.dataBox .columnsLeft {
    margin-right: 5%;
}
.moduleBox {
    margin: 5px 5px 10px 5px;
    padding: 8px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 8px -2px #ccc;
    height: 280px;
}
.moduleBox h1 {
    line-height: 24px;
    font-size: 14px;
}
.moduleBox ul {
    margin: 5px 0;
}
.moduleBox ul li {
    float: left;
    margin-right: 5px;
    font-size: 12px;
}
.moduleBox span {
    margin-right: 5px;
    font-size: 12px;
}
.moduleBox .imgBox {
    text-align: center;
}
.moduleBox .imgBox img {
    max-width: 100%;
    max-height: 120px;
}
.nav_toggle {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #118368;
    color: #fff;
}
.track_list a {
    transition: all 0.5s ease 0s;
}
.track_curr {
    font-size: 20px;
}
.guide {
    display: none;
}
.btn_show_guide {
    margin: 20px auto;
    width: 200px;
    display: block !important;
}
.preview_wrap .preview_section img {
    max-width: 100%;
}
@media (max-width: 480px) {
    .nav_toggle {
        display: block;
    }
    #admin_left {
        display: none;
        width: 100%;
        margin-top: 60px;
    }
    #admin_right {
        margin-left: 0px;
    }
    .form_list {
        overflow-x: auto;
    }
    #myCanvas {
        max-width: 100%;
    }
    .preview_wrap {
        display: block !important;
    }
    .preview_wrap .preview_section {
        width: 100% !important;
    }
    .pure-form .mobile_section {
        display: block !important;
        margin: 20px auto !important;
    }
    table tr th.fixed_width {
        min-width: 100px;
    }
    .pure-form .inline {
        display: inline-block !important;
    }
}
.pure-form select {
    height: auto;
}
.pagination {
    margin: 1rem auto;
}
.pagination ul {
    margin: 0;
    padding: 0;
}
.pagination ul li {
    list-style: none;
    display: inline-block;
    min-width: 1rem;
    text-align: center;
    margin: 0px 0.2rem;
    padding: 0.2rem;
}
.pagination ul li.active, .pagination ul li:hover {
    background-color: #ccc;
}
table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 1rem 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
table th, table td {
    padding: 10px;
}
table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
/* <= 568px */

@media screen and (max-width: 35.5em) {
    table {
        border: 0;
    }
    table thead {
        display: none;
    }
    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}