:root {
    --box-background-color: #fff;
    --box-background-alt-color: #f9f9f9;
    --box-background-hover-color: #fafafa;
    --box-foreground-color: #000;
    --box-border-color: #e2e2e2;
    --box-border-focus-color: #a6a6b0;
    --box-padding: 10px;
    --box-border-radius: 3px;
    --box-font-size: 14px;
    --box-line-height: 120%;
    --menu-shadow-color: rgba(0, 0, 0, 0.2);
    --ads-list-foreground-color: #445;
    --component-margin: 20px;
    --link-color: #778087;
    --link-visited-color: #afb9c1;
    --link-hover-color: #4d5256;
    --color-gray: #999;
    --color-fade: rgb(48, 46, 46);
    background-image: url("/static/img/shadow_light.png"), url("/static/img/idev.png");
    background-repeat: repeat-x, repeat;
}


a:active, a:link, a:visited {
    color: #778087;
    text-decoration: none;
    word-break: break-word;
}
a:link, a:visited, a:active {
    color: #333;
}
.tab-alt.active {
    border-color: var(--box-foreground-color);
}

#Wrapper {
    background-image: url("/static/img/shadow_light.png"), url("/static/img/idev.png");
    background-repeat: repeat-x, repeat;
    }
.content {
    min-width: 400px;
    max-width: 800px;
    margin: 0 auto;
    min-height: 800px;
}
#Main {
    width: auto;
    margin: 0 5px 0 5px;
}
.sep20 {
    height: 20px;
}
.sep5 {
    height: 5px;
}

/*
下标
*/
.subscript{
    font-size: 9px;
}
/*
斜体
*/
.italic{
    font-style:italic;
}
.box {
    background-color: var(--box-background-color);
    border-radius: var(--box-border-radius);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    border-bottom: 1px solid var(--box-border-color);
    border-radius: 8px;

}
.box-title {
    margin-bottom: 20px;
}
.box-form{
    padding: 0px 10px;
}

.testtable, th, td {
    border: 1px solid rgb(82, 81, 81);
    height: 40px;
}

.nborder{
    border: 0px;
}
.btable{
    font-size: 16px;
    font-weight:bold;
}

.bc-green{
    background-color: #1bb193;
}
.bc-orange{
    background-color: #bec959;

}

.page-content-header {
    background-color: #001D25;
}
.page-content-header {
    background-color: #001d25;
    color: #fff;
    text-align: left;
    align-items: stretch;
    border-top-left-radius: var(--box-border-radius);
    border-top-right-radius: var(--box-border-radius);
}
.cell.page-content-header>img {
    width: 64px;
    height: 64px;
    margin: 0 10px 0 0;
}
.node-header>.page-content-header .title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
.node-header>.page-content-header .intro {
    font-size: 13px;
    line-height: 1.4;
    padding-right: 5px;
}
.node-header>.page-content-header .topic-count {
    font-size: 12px;
    padding-right: 5px;
}
.node-breadcrumb {
    font-size: 15px;
}
.chevron {
    font-family: lucida grande;
    font-weight: 500;
}
.cell.page-content-header>:last-child {
    margin: 0;
    padding: 0;
    flex: 1 1 100%;
}
.cell.page-content-header {
    display: flex;
    align-items: center;
}

.cell {
    border-bottom: 1px solid #efefef;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 150%;
}
.cell_ops {
    padding: 10px;
    font-size: 12px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    background-color: #f9f9f9;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%) inset;
}
.cell-translucent:last-child, .cell:last-child, .cell_ops:last-child {
    border-bottom: none;
    border-bottom-left-radius: var(--box-border-radius);
    border-bottom-right-radius: var(--box-border-radius);
}
.flex-one-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cell-translucent:first-child, .cell:first-child, .cell_ops:first-child {
    border-top: none;
    border-top-left-radius: var(--box-border-radius);
    border-top-right-radius: var(--box-border-radius);
}

.cell.tab-alt-container {
    display: flex;
    padding-top: 3px;
    padding-bottom: 0;
}

.normal.button {
    background-color: #fff;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 1px 0 rgb(66 66 77 / 10%);
}

.super.button {
    background-image: url(/static/img/bg_blended_light.png);
    padding: 5px 15px 4px;
    border: 1px solid rgba(80,80,90,.2);
    border-bottom-color: rgba(80,80,90,.35);
    border-radius: 3px;
    font-size: 14px;
    font-family: Arial,sans-serif;
    display: inline-block;
    line-height: 1.4;
    outline: 0;
}

/*
TAB部分
*/
.tab-alt {
    display: block;
    line-height: 100%;
    color: var(--link-color);
    padding: 10px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    transition: border-color .3s;
}
.tab-alt .counter {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 1;
    padding: 2px 8px;
    border-radius: 10px;
    background-color: var(--box-border-color);
}

/*
分页部分
*/
.page_current {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 6px;
    background-color: #f0f0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px;
    border: 1px solid #bbb;
    color: #000;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.page_normal:active, .page_normal:link, .page_normal:visited {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    padding: 2px 5px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}


.item_title {
    font-size: 16px;
    line-height: 130%;
    text-shadow: 0 1px 0 #fff;
    word-break: break-word;
    hyphens: auto;
}
.topic_info {
    font-size: 12px;
    color: var(--color-fade);
    line-height: 200%;
}

a.count_livid:link, a.count_livid:active {
    position: relative;
    font-weight: normal;
    font-size: 10px;
    background-color: #1f1f20;
    padding: 5px 8px;
}
a.count_livid:active, a.count_livid:link {
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #aab0c6;
    display: inline-block;
    padding: 2px 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    margin-right: 5px;
    word-break: break-all;
}

/*结果DIV*/
.box-result{
    background-color: #117d67;
    color: #fff;
}
.ox{
    font-size: 26px;
}
/*
弹窗
*/
.popup-box{
    position:fixed;
    width: 100%;
    height: 100%;

    display: none;
    background-color:White
}
.popup-box1{
    width: 300px;
    height: 300px;
    position: fixed;left: 50%; top: 25%;
    margin-left: -150px;
    border: 0px solid #d8d5d5;

    background-image: linear-gradient(rgb(233, 232, 232), rgb(205, 216, 207));
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.popup-oxyset{
    width: 280px;
    height: 128px;
    margin: 20px auto;
    display: flex;
    /*border: 1px solid #5e5e5e;*/
}
.page_input {
    padding: 4px;
    font-size: 90px;
    line-height: 128px;
    /*border: 1px solid #e2e2e2;*/
    border-radius: 3px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%) inset;
    color: var(--color-fade);
    text-align: center;
}
.popup-updown{
    width: 100px;
    height: 128px;
    margin: 0px;
}
.key-up{
    width: 64px;
    height: 64px;
    margin-left: 10px;
    border-radius: 3px;
    background-image: url(/static/img/bg_blended_light.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.key-down{
    width: 64px;
    height: 64px;
    margin-left: 10px;
    border-radius: 3px;
    background-image: url(/static/img/bg_blended_light.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;

}

.popup-btn{
    margin-left: 22px;
    width: auto;
    display: flex;
}
.btn-o{
    width: 128px;
    height: 128px;
    border-radius: 3px;

}
.btn-x{
    width: 128px;
    height: 128px;
    border-radius: 3px;

}
/*
解决输入框上下箭头
*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  


.index-btn-div{
    width: 100%;
    height: 48px;
    margin: 0px;
    display: flex;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color:#fff;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


}
.btn-reset{
    width: 30%;
    height: 48px;
    margin-left: 10px;
    border-radius: 3px;
    background-image: url(/static/img/bg_blended_light.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-color: rgb(84, 87, 40);
}
.btn-calc{
    width: 60%;
    height: 48px;
    margin-left: 10%;
    border-radius: 3px;
    background-image: url(/static/img/bg_blended_light.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-color: rgb(37, 102, 58);
}

.header {
    padding: 10px;
    font-size: 15px;
    line-height: 120%;
    text-align: left;
    border-bottom: 1px solid var(--box-border-color);
    overflow: auto;
}
.header {
    padding: 10px 20px;
}
.topic_content {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    word-wrap: break-word;
    padding: 0px 10px;
}
h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin: 2em 0 1em;
    padding: 0 0 8px;
    border-bottom: 1px solid var(--box-border-color);
    word-break: break-word;
}
.reply_content>:first-child, .topic_content>:first-child {
    margin-top:0!important;
}
.cell-translucent:last-child, .cell:last-child, .cell_ops:last-child {
    border-bottom: none;
    border-bottom-left-radius: var(--box-border-radius);
    border-bottom-right-radius: var(--box-border-radius);
}

.links{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    
}
.links-item{
    width: 120px;
    height: 80px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
    background-image: url(/static/img/bg_blended_light.png);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-color: rgb(218, 221, 219);
}
.links-item .img{
    width: 120px;
    height: 50px;
}
.links-item img{
    max-width: 120px;
    max-height: 50px;
}
.links-item a{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgb(22, 13, 53);
    font-weight: bold;
}

.v-d input{
    width: 50px;
    text-align: center;
    border:none;
    background-color: #1bb193;
    font-size: 16px;
    font-weight: bold;
    color: rgb(242, 245, 247);
}