@charset "UTF-8";

body {
	background-color: #F5F5F5;
}
.error {color: #ff0000;}
.logo-abbr {
    max-width: 4.5rem!important;
    border-radius: 0.75rem;
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.form-control {
	border-radius: 5px;
    height: 40px;
    line-height: 40px;
}
.btn {
	border-radius: 5px!important;
}
.btn-xxs {
    font-size: 0.5rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem!important;
}
.btn-sm {
	padding: 5px 10px;
	border-radius: 5px;
	height: 30px;
}
.btn-xs {
	padding: 3px 5px;
	border-radius: 5px;
	height: 30px;
}
.search {
	border-radius: 5px;
	height: 30px;
}
.th-inner {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.table {
	background-color: #fff;
}
td {
	color: #666666;
	font-size: 13px;
}
.card {
	border-radius: 10px!important;
}
.uploadBtn {
    background: var(--primary)!important;
}
.container-fluid {
	padding-top: 1rem!important;
}
.nice-select.wide {
    line-height: 1rem;
}
.input-group-addon {
	padding: 10px 12px!important;
	min-width: 38px;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

@media(max-width:768px) {
	.btn {border-radius: 5px;}
	.form-control {border-radius: 5px!important;}
}

.jk_tt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #393d49;
    color: white;
    padding-left: 10px;
    flex-shrink: 0;
}
.jk_box_in {
    width: 100%;
    height: calc(100vh - 40px);
    flex: 1;
    background: #ffffff;
}
.jk_box_in .jk_pan {
    background: url(../images/nongye_circleBT_bg2.png) no-repeat 0 0;
    width: 250px;
    height: 250px;
    position: relative;
    background-position: center;
    margin: auto;
}
.jk_pan.f_l button {
    width: 38px;
    height: 38px;
    border: none;
    position: absolute;
    background: none;
}
.jk_box_in .btn-pan-t {
    top: 35px;
    left: 105px;
}
.jk_box_in .btn-pan-tr {
    top: 55px;
    left: 153px;
}
.jk_box_in .btn-pan-r {
    top: 105px;
    left: 175px;
}
.jk_box_in .btn-pan-br {
    top: 155px;
    left: 153px;
}
.jk_box_in .btn-pan-b {
    top: 175px;
    left: 105px;
}
.jk_box_in .btn-pan-bl {
    top: 155px;
    left: 55px;
}
.jk_box_in .btn-pan-l {
    top: 105px;
    left: 30px;
}
.jk_box_in .btn-pan-tl {
    top: 55px;
    left: 55px;
}

.jk_box_in .jk_param {
    background: #e1e1e1;
    border-radius: 10px;
    padding: 10px 15px 0 15px;
    width: 220px;
}
.jk_param {
    margin: 15px auto;
}
.form-item.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.jk_btns .layui-btn:nth-child(odd) {
    background: url(../images/could_bu_s_03.png);
    width: 80px;
    height: 24px;
    border: none;
    color: #666;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.jk_btns .layui-btn:nth-child(even) {
    background: url(../images/could_bu_s_04.png);
    width: 80px;
    height: 24px;
    border: none;
    color: #666;
    line-height: 24px;
}