/* 公共样式 */

* {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

html,
body {
    height: 100%;
}

li {
    list-style: none;
}

.modify {
    background: #19a97b;
}


/* 头部 */

header {
    background: #19a97b;
    color: #fff;
    display: inline-block;
    width: 100%;
}

header .h-box {
    float: left;
    width: 20%;
    padding: 10px 0 10px 40px;
}

header .h-r {
    float: right;
    padding: 10px 50px 10px 40px;
}


/* 左侧菜单 */

#z-left {
    float: left;
    width: 220px;
    height: 92%;
}

#z-left .admin-sidebar-list {
    height: 99%;
    width: 220px;
    background: #19a97b;
}

.am-list>li {
    background: #19a97b;
}

#z-left .admin-sidebar-list a {
    color: #fff;
}

.r-box {
    width: calc(100% - 230px);
    float: left;
    border: 1px solid #e0e3e6;
    margin: 10px 0 50px 0px;
}

.r-box .title {
    height: 50px;
    display: block;
    background: #f0f3f6;
    font-size: 26px;
    line-height: 50px;
    padding-left: 50px;
}

.r-top {
    height: 50px;
    border: 1px solid #fff;
    background: #f0f3f6;
    border-bottom: 1px #e0e3e6 solid;
}

.p-bot .box-t {
    margin: 0 auto;
}

.p-bot .box-t .am-btn-primary {
    margin: 10px 10px 10px 0;
    background: #19a97b;
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    float: left;
}

.p-bot .box-t .am-btn-bumen {
    color: #fff;
    margin: 10px 10px 10px 0;
    background: #3bb4f2;
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    float: left;
    position: relative;
}

.p-bot .box-t .am-btn-bumen span {
    width: 25px;
    height: 25px;
    background: red;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 15px;
    line-height: 23px;
}

.am-table tbody tr #wf_recipe_id {
    width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 0 0.7rem 0.7rem;
}

.switch {
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

.btn_hover {
    margin: 10px 10px 10px 0;
    float: right;
    width: 80px;
    height: 30px;
    text-align: center;
    padding: 0;
}

.am-popover-top .am-popover-caret {
    top: 0;
}