
* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    user-select: text;
    -webkit-user-select: text;
    outline:none;
}
.smallShow{
    display:none;
}
input[type="button"], button {
    user-select: none;
    -webkit-user-select: none;
}

/* 隐藏数值框上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/*定义小屏为800以下*/
@media only screen and (max-width: 800px) {
    .smallHide {
        display: none;
    }

    .smallShow {
        display: block;
    }
}

.clearfloat > * {
    float: left;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.com-auto {
    display: none;
}
    /*所有foreach模板不能显示出来*/
    .com-auto [com-foreach],[com-load] [com-foreach] {
        display: none;
    }

.mui-input-row label ~ span {
    line-height: 40px;
    display: block;
}

.mui-input-row label ~ input, .mui-input-row label ~ select, .mui-input-row label ~ textarea {
    float: left;
}


.mui-content-padded p {
    color: blue;
}

.mui-com-txtimportant {
    color: red;
}

.mui-com-txtprompt {
    color: blue;
}

.com-input-prompt {
    position: absolute;
    display: block;
    right: 34px;
    line-height: 40px;
}

.com-input-btn {
    position: absolute;
    display: block;
    line-height: 40px;
    right: 60px;
    padding: 0px;
    margin: 1px;
    border: 0px;
}

input.com-input-err {
    color: red;
}

.mui-input-row input {
    line-height: 40px;
}

.ui-page-login,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
}
/*文章每行*/
.com-text {
    padding: 10px;
}

    .com-text p {
        line-height: 26px;
        font-size: 14px;
    }

    .com-text span {
        color: blue;
        font: bolder;
    }

.com-message {
    width: 100%;
    background-color: #ffd800;
    color: red;
    font-size: 14px;
    padding: 10px;
}

.com-message-ok {
    width: 100%;
    background-color: #f0f0f0;
    color: blue;
    font-size: 14px;
    padding: 10px;
}


.jfs-link a {
    cursor: pointer;
}

.com-button-block {
    padding: 6px 8px;
}

    .com-button-block button, .com-button-block a {
        font-size: 16px;
        padding: 12px 0px;
    }




.com-waitting {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 110;
    color: #FFF;
    background-color: #555;
    opacity: 0.98;
    display: flex;
    justify-content: center;
}




@keyframes round {
    100% {
        transform: rotate(360deg);
    }
}

.com-waitting div::after {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    margin-top: 12px;
    border-radius: 50%;
    border-top: 2px solid #ffea29;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    animation: round 2s infinite linear;
    border: 1px solid #FFF;
    content: "。";
}

.com-waitting div::after {
    margin-left: 16px;
}

.com-waitting div {
    user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    max-width: 320px;
    font-size: 20px;
    line-height: 40px;
}

/*底部固定工具栏*/
.com-bottombar {
    position: fixed;
    z-index: 101;
    bottom: 0px;
    right: 0px;
    left: 0px;
    line-height: 30px;
    text-align: center;
    border:1px dotted #ffd800;
}

    .com-bottombar > input {
        font-size: 18px;
        line-height: 50px;
        padding: 5px;
        border-left: none;
        border-right: none;
        color:#FFF;
        background-color:blue;
      
    }

.com-datetime {
    width: 130px;
}

.com-table {
    font-size: 14px;
    overflow:hidden;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    margin-top: 10px;
}

    .com-table caption {
        height: 30px;
        line-height: 36px;
        background-color: #f0f0f0;
    }

    .com-table thead td {
        background-color: #f5f5f5;
    }

    .com-table td {
        padding: 2px 10px;
    }

        .com-table td p {
            font-size: 14px;
            line-height: 20px;
            margin: 0px;
            color: #8f8f94;
        }

    .com-table tr {
        font-size: 16px;
        height: 30px;
        line-height: 36px;
        text-align: center;
      
    }

    .com-table td input {
        font-size: 18px;
        line-height: 36px;
        height: 36px;
        padding: 0px 10px;
        margin: 0px;
        border-top: dotted #f0f0f0 1px;
    }


    .com-table tr:first-child {
        border-bottom: none;
    }
/*纯App访问则隐藏*/
.com-appHide {
    display: none;
}

.com-prompt {
    position: absolute;
    z-index: 102;
    top: 0px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(250,250, 250, .98);
}


[com-post] {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

[com-post]:hover {
    text-decoration: none;
}
/*
 * 暗背景#D32F2F
 * #f39c12 #db7633 #ca574b #bdc3c7 #7f8c8d
 * */
/*.mui-content {
    height: 100%;
}*/
/*.mui-bar {
    background: #F44336;
}

    .mui-bar h1 {
        color: #FFF;
    }

.mui-bar-tab .mui-tab-item.mui-active {
    background: #D32F2F;
}

.mui-navbar-inner {
    background: #D32F2F;
}

header .mui-icon {
    color: #fff;
}


.mui-tab-item {
    background: #F44336;
}

    .mui-tab-item span {
        color: #FFCDD2;
    }

.mui-active span {
    color: #FFF;
}

.mui-table-view-cell span {
    color: #ca574b;
}
   
.jfs-title {
    padding: 10px 10px 5px 10px;
    margin: 0px;f
    color: #D32F2F;
    font-size: 14px;
}

.mui-btn-primary {
    background-color: #FF5252;
    border-color: #FFFFFF;
}
     */
#funlist li span {
    color: #D32F2F;
}

/*--mui上拉下拉刷新组件*/

.mui-pull-top-tips {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
}

.mui-bar ~ .mui-pull-top-tips {
    top: 24px;
}

.mui-pull-top-wrapper {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background-color: #efeff4;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-clip: padding-box;
    box-shadow: 0 4px 10px #bbb;
    overflow: hidden;
}

.mui-pull-top-tips.mui-transitioning {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.mui-pull-top-tips .mui-pull-loading {
    /*-webkit-backface-visibility: hidden;
				-webkit-transition-duration: 400ms;
				transition-duration: 400ms;*/
    margin: 0;
}

.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
    margin-top: 7px;
}



.mui-pull-bottom-tips {
    text-align: center;
    background-color: #efeff4;
    font-size: 15px;
    line-height: 40px;
    color: #777;
}

.mui-pull-top-canvas {
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 40px;
    box-shadow: 0 4px 10px #bbb;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

    .mui-pull-top-canvas canvas {
        width: 40px;
    }

.mui-slider-indicator.mui-segmented-control {
    background-color: #efeff4;
}

.mui-input-row {
    display: flex;
    align-items: center;
}

/*--mui上拉下拉刷结束*/

.form-items {
    padding: 0.5rem 1rem;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.25rem;
}

.form-item {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.25rem;
}

.form-items .form-caption {
    font-size: 1.3rem;
    color: #0094ff;
    padding: 1rem;
}

.form-item label {
    width: 35%;
    padding: 0.25rem 0;
}

.form-item input {
    margin: 0;
    min-width: 60%;
}

.form-items .form-buttons {
    display: flex;
    font-size: 1.35rem;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 1rem;
}

    .form-items .form-buttons input {
        color: #fff;
        border: 1px solid #007aff;
        background-color: #007aff;
        top: 0px;
        left: 0px;
        font-size: 1.3rem;
        min-width:6rem;
    }


/*toolbar设置总高度为44px（内8*2，和上导航栏一样高*/
.com-toolbar {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #000;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.33);
    overflow: hidden;
    color: #fff;
    line-height: 3rem;
    display: flex;
    flex-wrap:wrap;
    padding:0 1rem;
}

    .com-toolbar > * {
        flex: none;
        display: flex;
        align-items: center;
        font-size: 18px;
        list-style-type: none;
        padding:0 0.25rem;
    }
    .com-toolbar .left {
        flex: auto;
        display: flex;
        align-items: center;
    }

    .com-toolbar .right {
        flex: 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .com-toolbar a {
        text-decoration: none;
        padding:0 0.75rem !important;
    }

    .com-toolbar::after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }


    .com-toolbar .title {
        font: bolder;
    }

    .com-toolbar .mui-button-row {
        float: right;
    }

    .com-toolbar > li {
         vertical-align: central;
    }
        /*菜单子元素高度为28+上级内距16,总高44*/
        .com-toolbar > li > select {
            line-height: 32px;
            padding: 4px;
            font-size: 14px;
            margin: 0px;
            box-shadow: 0 1px 2px rgba(0,0,0,.2);
        }

        .com-toolbar > li > input {
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            margin: 0px;
            border: none;
            box-shadow: 0 1px 2px rgba(0,0,0,.3);
            text-align: center;
            vertical-align: central;
            padding: 0px 14px;
        }

        .com-toolbar > li > button {
            font-size: 14px;
            line-height: 1.42;
            padding-right: 8px;
            padding-left: 8px;
        }

    .com-toolbar + .com-content {
        margin-top: 51px; /*没有标题栏，只有工具栏*/
        padding-bottom: 60px; /*为底部完成，取消按钮留空间*/
    }
/*为底部工具栏留空间*/
.com-content > .com-toolbar + .mui-scroll-wrapper {
    margin-top: 95px; /*标题栏44px,工具栏51*/
    padding-bottom: 60px; /*为底部完成，取消按钮留空间*/
}

header ~ .com-content .com-toolbar {
    top: 51px;
}

.com-toolbar input[type=password] {
    color: #000;
}


.com-toolbar a {
    color: #FFF;
}

.com-toolbar input[type=text] {
    color: #000;
}

.com-toolbar input[type="button"] {
    color: #FFF;
}


.com-page .com-toolbar {
    background-color: #6f6f6f;
}

    .com-page .com-toolbar input[type=text] {
        color: #000;
    }

#head {
    background-color: #1a1710;
}
#head > div {
    border-bottom: 1px solid #afaba8;
}

#head_left {
    background-color: #1a1710;
    color:#FFF;
    border-bottom: 1px solid #afaba8;
}

#right {
    border-left: 1px solid #afaba8;
}

#rigth_top {
    background-color: #1f1a17;
    color: #FFF;
}


.menu {
    background-color: #2f2f2f;
    border-top: 1px solid #afaba8;
}

    .menu a, .menu a:link, .menu a:visited {
        color: White;
    }

    .menu li.split {
        border-left-color: #2f2f2f;
        border-right-color: #535353;
        background-color: #2b2b2b;
    }
.toolbar {
    background-color: #2f2f2f;
}

.com-page {
    position: absolute;
    z-index: 101;
    top: 0px;
    width: 100%;
    height: 100vh;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 300px;
    background: rgba(250,250, 250, .98);
}

    .com-page .close {
        width: 90px;
        height: 90px;
        background-color: #555;
        color: #fff;
        cursor: pointer;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: absolute;
        right: -45px;
        top: -45px;
    }

    .com-page .text {
        position: absolute;
        font-size: 16px;
        top: 62px;
        left: 28px;
    }
