body, .jwt-html-body {
    padding-top: 10px;
    padding-left: 16px;
    background: none;
}

.jwt-header {
    margin: 10px auto;
}

[class*="jwt-jwb-"] {
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: .4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: .4s cubic-bezier(.175, .885, .32, 1);
    transition: .4s cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-property: background, border, outline, opacity, -webkit-box-shadow;
    -o-transition-property: background, border, box-shadow, outline, opacity;
    transition-property: background, border, box-shadow, outline, opacity, -webkit-box-shadow;
}

[class*="jwt-jwb-"]:hover {
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
}

[class*="jwt-jwb-"]:active {
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .18);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, .18);
}

.jwt-jwb-default {
    color: #353535;
    background-color: #f2f2f2;
}

.jwt-jwb-primary {
    background-color: #4da1ff;
}

.jwt-jwb-danger {
    background-color: #ff7b8c;
}

.jwt-jwb-warn {
    background-color: #f6b617;
}

.jwt-jwb-well {
    background-color: #17b529;
}

.jwt-jw-action {
    text-align: right;
    padding: 0 10px;
}

.jwt-content-wrapper {
    border: 1px solid #e8e9eb;
    border-radius: 6px;
    padding: 5px;
    background-color: #ffffff;
}

.jwt-content-wrapper:nth-child(odd) {
    margin-top: 32px;
    margin-bottom: 32px;
}

.jwt-content-wrapper section {
    padding: 12px 0;
}

.jwt-content-wrapper section:after {
    content: "\200D";
    display: block;
    background-color: #d8d8d8;
    color: darkblue;
    width: 99%;
    height: 2px;
    margin: 0 auto;
}

.jwt-content-wrapper section:last-child:after {
    display: none;
}

.jwt-input-row {
    margin: 5px 0;
}

.jwt-input-item {
    display: inline-block;
    margin: 5px 0;
}

.jwt-input-item label {
    display: block;
    float: left;
    line-height: 40px;
    width: 60px;
    font-size: 15px;
    padding: 0 10px;
}

/*.jwt-input-item input,*/
/*.jwt-input-item textarea,*/
/*.jwt-select input{*/
    /*width: 170px;*/
    /*display: inline-block;*/
    /*height: 14px;*/
    /*padding: 12px 10px;*/
    /*font-size: 16px;*/
    /*line-height: 12px;*/
    /*color: #222;*/
    /*vertical-align: middle;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/
/*}*/

.jwt-input-item input,
.jwt-input-item textarea {
    width: 137px;
    display: inline-block;
    height: 14px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 12px;
    color: #222;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.jwt-select input{
    width: 190px;
    height: 38px;
}

.jwt-select .layui-edge{
    right: 10px;
}

.jwt-input-item label + * {
    margin-left: 7px;
}

.jwt-input-item:not(:last-child) {
    margin-right: 37px;
}

.jwt-input-item input.jwt-input-search,
.jwt-input-item textarea {
    width: 432px;
}

.jwt-input-item .jwt-input-img {
    width: 314px;
}

.jwt-input-item .jwt-input-x2 {
    width: 448px;
}

.jwt-input-item textarea,
.jwt-input-item .jwt-input-img {
    height: 105px;
    line-height: 16px;
    resize: none;
}

.jwt-input-item .jwt-append-panel {
    display: inline-block;
    position: relative;
}

.jwt-sep {
    display: inline-block;
    background-color: #434343;
    width: 30px;
    height: 1px;
    margin: auto 12px;
}

.jwt-sep-l {
    display: inline-block;
    background-color: #434343;
    width: 60px;
    height: 1px;
    margin: auto 30px;
}

.jwt-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 16px;
    margin-left: 8px;
    padding-bottom: 11px;
}

.jwt-breadcrumb-title {
    padding-left: 2px;
    font-size: 16px;
}

.jwt-breadcrumb-title:before {
    content: "\200D";
    display: inline-block;
    background-color: #4da1ff;
    color: darkblue;
    width: 2px;
    height: 17px;
}

.jwt-input-action {
    position: relative;
    bottom: 42px;
    float: right;
}

.jwt-lay-table-wrapper {
    padding: 0 10px;
}

.custom-icon.icon-search {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    color: #272728;
}

.layui-breadcrumb a cite.jw-breadcrumb{
    color: #4da1ff;
}

.jwt-content-wrapper .treeinput + .layui-btn{
    height: 40px;
    line-height: 40px;
}

.jw-label-danger {
    color: red;
}