input {
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    font-family: "微软雅黑";
    font-size: 14px
}

.ce-normal {
    font-weight: normal !important
}

.ce-bold {
    font-weight: bold !important
}

.ce-bolder {
    font-weight: bolder !important
}

.ce-lighter {
    font-weight: lighter !important
}

.ce-text-r {
    text-align: right
}

.ce-text-l {
    text-align: left
}

.ce-text-c {
    text-align: center
}

.ce-float-r {
    float: right
}

.ce-float-l {
    float: left
}

.ce-position-r {
    position: relative
}

.ce-position-a {
    position: absolute
}

.ce-position-f {
    position: fixed
}

.ce-nowrap {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ce-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.ce-nowrap-multii {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.ce-pack-center {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.ce-padding {
    padding: 20px
}

.ce-padding-l {
    padding-left: 20px
}

.ce-padding-t {
    padding-top: 20px
}

.ce-padding-r {
    padding-right: 20px
}

.ce-padding-b {
    padding-bottom: 20px
}

.ce-padding-tb {
    padding: 20px 0 !important
}

.ce-padding-rl {
    padding: 0 20px !important
}

.ce-padding-sm {
    padding: 5px
}

.ce-padding-l-sm {
    padding-left: 10px
}

.ce-padding-t-sm {
    padding-top: 10px
}

.ce-padding-r-sm {
    padding-right: 10px
}

.ce-padding-b-sm {
    padding-bottom: 10px
}

.ce-padding-tb-sm {
    padding: 10px 0 !important
}

.ce-padding-rl-sm {
    padding: 0 10px !important
}

.ce-padding-none {
    padding: 0 !important
}

.ce-margin {
    margin: 20px
}

.ce-margin-l {
    margin-left: 20px
}

.ce-margin-t {
    margin-top: 20px
}

.ce-margin-r {
    margin-right: 20px
}

.ce-margin-b {
    margin-bottom: 20px
}

.ce-margin-tb {
    margin: 20px 0 !important
}

.ce-margin-rl {
    margin: 0 20px !important
}

.ce-margin-sm {
    margin: 10px
}

.ce-margin-l-sm {
    margin-left: 10px
}

.ce-margin-t-sm {
    margin-top: 10px
}

.ce-margin-r-sm {
    margin-right: 10px
}

.ce-margin-b-sm {
    margin-bottom: 10px
}

.ce-margin-tb-sm {
    margin: 10px 0 !important
}

.ce-margin-rl-sm {
    margin: 0 10px !important
}

.ce-margin-none {
    margin: 0 !important
}

.ce-border {
    border: 1px solid #e0e0e0
}

.ce-border-l {
    border-left: 1px solid #e0e0e0
}

.ce-border-t {
    border-top: 1px solid #e0e0e0
}

.ce-border-r {
    border-right: 1px solid #e0e0e0
}

.ce-border-b {
    border-bottom: 1px solid #e0e0e0
}

.ce-header {
    top: 0;
    height: 46px
}

.ce-footer {
    bottom: 0;
    height: 60px
}

.ce-header,.ce-footer {
    position: fixed;
    width: 100%;
    z-index: 99
}

.ce-header~.ce-content {
    border-top: solid 46px transparent
}

.ce-footer~.ce-content {
    border-bottom: solid 59px transparent
}

.ce-user-portrait,.ce-img {
    position: relative
}

.ce-user-portrait>span,.ce-img>span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.ce-user-portrait {
    background-image: url(../images/conciseuiLogo.png)
}

.ce-img {
    background-image: url(../images/conciceui_img.png)
}

.ce-radius {
    border-radius: 100%
}

.ce-user-portrait,.ce-user-portrait>span,.ce-img>span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}


.ce-list {
    background: #fff
}

.ce-list>li {
    padding: .5rem;
    position: relative;
    font-size: .7rem;
    overflow: hidden
}

.ce-list>li::after {
    position: absolute;
    content: "";
    left: .5rem;
    right: 0;
    top: 0;
    height: .05rem;
    background: #ddd
}

.ce-list>li:nth-child(1)::after {
    display: none
}

.ce-list>li::before {
    position: absolute;
    transition-duration: .3s;
    content: " ";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(0,0,0,0)
}

.ce-list>li:hover::before {
    transition-duration: .3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1)
}

.ce-list .ce-list-icon {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 1rem;
    text-align: center
}

.ce-list .ce-angle-icon {
    float: right;
    font-size: .8rem;
    color: #434343
}

.ce-list .ce-angle-icon {
    line-height: 1rem;
    font-size: .6rem
}

.ce-list .ce-angle-icon>i {
    font-size: .8rem;
    margin-left: .5rem
}
