body {
    font-size: 14px;
}

a {
    color: #333;
}

a:hover, a.active {
    color: #00d1b2;
}

.layui-flow-more{
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(26, 26, 26, 0.9);
    color: #fff;
    z-index: 99;
    text-align: center;
}

.header .back {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
}

.header .logo {
    position: absolute;
    top: 0;
    left: 10px;
}

.header .logo img {
    height: 30px;
}

.header .title {
    max-width: calc(100% - 184px);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .header-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    overflow: hidden;
}

.header .back a, .header .header-btn a {
    float: left;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
}

.header .iconfont {
    font-size: 26px;
}

.header a {
    color: #fff;
}

.header-block {
    width: 100%;
    height: 50px;
    background: #fff;
    overflow: hidden;
}

.header.is-white {
    background: #fff;
    color: #333;
}

.header.is-white a {
    color: #333;
}

.main-content {

}

.panel {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.panel:not(:last-child) {
    margin-bottom: 10px
}

.panel-heading {
    background: none;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eee;
    font-weight: 400;
}

.panel-heading h2 {
    display: inline-block;
    /*float: left;*/
    font-size: 18px;
    padding-left: 6px;
    border-left: 5px solid #f14668;
}

.panel-heading p {
    font-size: 16px;
}

.panel-heading p b {
    color: #f14668;
}

.panel-heading .more {
    float: right;
}

.panel-heading .more .button {
    font-size: 12px;
    font-weight: 500;
}

.panel-body {
    padding: 10px 15px;
}

.footer {
    background: none;
    padding: 20px 10px;
    text-align: center;
}

.footer .content {
    font-size: 14px;
}

.footer .content p {
    margin: 0 !important;
}