body {
    padding: 0px;
    margin: 0px;
    line-height: 1.4;
    font-family: "PingFangSC-Regular", "Hiragino Sans GB", sans-serif !important;
    letter-spacing: 0.05em;
    color: #555;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, fieldset, textarea {
    margin: 0;
}

a {
    text-decoration: none;
    color: #555;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.block {
    display: block !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

ul {
    padding: 0;
    margin: 0px;
}

li {
    list-style-type: none;
}

.hide {
    display: none;
}

.fontGray {
    color: gray;
}

.fontBlack {
    color: #222222;
}

.fontRed {
    color: #e15f63;;
}

.fontBlue {
    color: #459ae9;
}

.fontL {
    font-size: 0.85rem;
}

.fontM {
    font-size: 0.75rem;
}

.fontS {
    font-size: 0.65rem;
}

.hoverLine:hover {
    text-decoration: underline;
}

.form-err {
    padding-left: 1.2em;
}

.pagerbox {
    float: right;
}

.pageInput {
    width: 50px;
}

.pager {
    display: inline-block;
    margin: 10px 5px;
}

.pager > a {
    text-decoration: underline;
}

.dataError, #dataError {
    display: none;
    text-align: center;
    margin-top: 50px;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.button {
    border: 1px solid #0894ec;
    color: #0894ec;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border-radius: 0.25rem;
    line-height: 1.25rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    padding: 0 0.5rem;
    margin: 0;
    height: 1.35rem;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    font-family: inherit;
    cursor: pointer;
}

input[type="submit"].button,
input[type="button"].button {
    width: 100%;
}

.button:active {
    color: #0a8ddf;
    border-color: #0a8ddf;
}

.button.button-round {
    border-radius: 1.25rem;
}

.button.active,
.button.active:active {
    color: #0a8ddf;
    border-color: #0a8ddf;
}

.button.button-big {
    font-size: 0.85rem;
    height: 2rem;
    line-height: 2.3rem;
}

.button.button-fill {
    color: #fff;
    background: #0894ec;
    border: none;
    line-height: 1.35rem;
}

.button.button-fill.active,
.button.button-fill:active {
    background: #0a8ddf;
}

.button.button-fill.button-big {
    line-height: 2rem;
}

.button .button-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    color: #0894ec;
    background-color: transparent;
    border: 0;
}

.button i.icon:first-child {
    margin-right: 0.5rem;
}

.button i.icon:last-child {
    margin-left: 0.5rem;
}

.button i.icon:first-child:last-child {
    margin-left: 0;
    margin-right: 0;
}

.button-light {
    border-color: #cccccc;
    color: #cccccc;
    color: #5f646e;
}

.button-light:active {
    border-color: #0a8ddf;
    color: #0a8ddf;
}

.button-light.button-fill {
    color: white;
    background-color: #cccccc;
}

.button-light.button-fill:active {
    background-color: #0a8ddf;
}

.button-dark {
    border-color: #6e727b;
    color: #6e727b;
    color: #5f646e;
}

.button-dark:active {
    border-color: #0a8ddf;
    color: #0a8ddf;
}

.button-dark.button-fill {
    color: white;
    background-color: #6e727b;
}

.button-dark.button-fill:active {
    background-color: #0a8ddf;
}

.button-success {
    border-color: #4cd964;
    color: #4cd964;
}

.button-success:active {
    border-color: #2ac845;
    color: #2ac845;
}

.button-success.button-fill {
    color: white;
    background-color: #4cd964;
}

.button-success.button-fill:active {
    background-color: #2ac845;
}

.button-danger {
    border-color: #f6383a;
    color: #f6383a;
}

.button-danger:active {
    border-color: #f00b0d;
    color: #f00b0d;
}

.button-danger.button-fill {
    color: white;
    background-color: #f6383a;
}

.button-danger.button-fill:active {
    background-color: #f00b0d;
}

.button-warning {
    border-color: #ff6600;
    color: #ff6600;
}

.button-warning:active {
    border-color: #cc5200;
    color: #cc5200;
}

.button-warning.button-fill {
    color: white;
    background-color: #ff6600;
}

.button-warning.button-fill:active {
    background-color: #cc5200;
}

.button.disabled,
.button.button-primary.disabled,
.button.button-success.disabled,
.button.button-danger.disabled,
.button.button-warning.disabled {
    border-color: #c8c9cb;
    color: #c8c9cb;
    cursor: not-allowed;
}

.button.disabled:active,
.button.button-primary.disabled:active,
.button.button-success.disabled:active,
.button.button-danger.disabled:active,
.button.button-warning.disabled:active {
    border-color: #c8c9cb;
    color: #c8c9cb;
}

.button.disabled.button-fill,
.button.button-primary.disabled.button-fill,
.button.button-success.disabled.button-fill,
.button.button-danger.disabled.button-fill,
.button.button-warning.disabled.button-fill {
    color: white;
    background-color: #c8c9cb;
}

.button.disabled.button-fill:active,
.button.button-primary.disabled.button-fill:active,
.button.button-success.disabled.button-fill:active,
.button.button-danger.disabled.button-fill:active,
.button.button-warning.disabled.button-fill:active {
    background-color: #c8c9cb;
}

.button-block {
    display: block !important;
    margin: 0.5rem;
}

.buttons-row,
.buttons-tab {
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.buttons-row .button {
    border-radius: 0 0 0 0;
    margin-left: -1px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border-color: #0894ec;
    color: #0894ec;
}

.buttons-row .button.active {
    background-color: #0894ec;
    color: white;
    z-index: 90;
}

.buttons-row .button:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
    margin-left: 0;
    border-left-width: 1px;
    border-left-style: solid;
}

.buttons-row .button:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
}

.buttons-row .button.button-round:first-child {
    border-radius: 1.35rem 0 0 1.35rem;
}

.buttons-row .button.button-round:last-child {
    border-radius: 0 1.35rem 1.35rem 0;
}

.buttons-tab {
    background: white;
    position: relative;
}

.buttons-tab:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #d0d0d0;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .buttons-tab:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .buttons-tab:after {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}

.buttons-tab .button {
    color: #5f646e;
    font-size: 0.8rem;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.buttons-tab .button.active {
    color: #0894ec;
    border-color: #0894ec;
    z-index: 100;
}

.buttons-fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
}

.loadingOver {
    text-align: center;
    color: #999999;
    padding: 1rem 0rem 0.5rem 0rem;
    display: none;
}

.loadingOver span:first-child, .loadingOver span:last-child {
    color: #ddd;
}

.form {
    display: table;
    width: 100%;
}

.form-title{
    padding: 0.5rem;
}

.form-item {
    background-color: white;
    position: relative;
    display: table-row;
    column-span: 2;
}

.form-item .item-name {
    display: table-cell;
    vertical-align: top;
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    border-bottom: solid 1px #eee;
    line-height: 1.5rem;
}

.form-item .item-right {
    display: table-cell;
    padding: 0.5rem 0.5rem 0.5rem 0.2rem;
    border-bottom: solid 1px #eee;
    position: relative;
}

.form-item .input {
    background: transparent;
    width: 100%;
    min-height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
}

.form-item .data {
    background: transparent;
    width: 100%;
    min-height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    display: block;
}

.form-item .tips{
    color: #ff6600;
    font-size: small;
    margin-top: 10px;
    word-wrap:break-word;
    word-break:break-all;
}

.checkbox {
    width: 1rem;
    height: 1rem;
}

#bigBox {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: none;
    position: fixed;
}

#bigImbBox {
    width: 100%;
    height: 100%;
}

#bigImg {
    width: 90%;
}

#bigBox .close {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 10;
    cursor: pointer;
    font-size: 16px;
}

.zoomableContainer {
    background: rgba(0, 0, 0, 0.7);
}

.rightGo {
    content: "";
    border-right: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

.chunk{
    margin-top: 0.5rem;
    display: block;
}

.chunk .title{
    padding: 0.5rem;
}

.chunk .content{
    padding: 0.5rem;
    background-color: white;
}

.tab {
    width: 100%;
    height: 2.5rem;
    background: white;
    position: relative;
    bottom: 0px;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.3);
    display: inline-flex;
}

.tab li {
    height: 2.5rem;
    overflow: hidden;
    background: url(/static/img/line-v.png) right center no-repeat;
    background-size: .06rem;
    display: flex;
    flex: 1;
}

.tab li:last-child {
    background: none;
}

.tab li a {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 0.7rem;
    color: #999999;
    position: relative;
}

.tab li.active a {
    color: #2BBC6A;
}

.tab li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.5px;
    width: 3rem;
    margin: auto;
    background: #2BBC6A;
}