body {
  font: 12px "Arial Normal", "Arial";
}
html {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  padding: 10px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.none {
  display: none;
}
.block {
  display: block;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
/*flex*/
.flex {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.flex > .layui-fluid,
.flex > .layui-card {
  flex: 1;
}

.layui-btn-group {
  margin-bottom: 10px;
}
.layui-form-label {
  white-space: pre;
}
/*����ID��*/
/* [data-field="id"] {
  display: none;
} */
.ztree li span.button.chk.checkbox_true_full,
.ztree li span.button.chk.checkbox_true_part,
.ztree li span.button.chk.checkbox_true_full_focus,
.ztree li span.button.chk.checkbox_true_part_focus {
  background: url("/css/img/check-box.png") no-repeat;
}

.review {
  position: relative;
  position: absolute;
  top: 20px;
  left: 300px;
}
.previous-opinions {
  position: absolute;
  top: 0px;
  left: 350px;
}
.previous-opinions-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  width: 300px;
  height: 120px;
  margin-top: 10px;
  overflow: auto;
}
.img-150 {
  width: 150px !important;
  height: 150px !important;
}
.block {
  display: blockl;
}
.require {
  color: red;
}
.layui-table-tips-c:before {
  position: relative;
  right: 1px;
  top: -3px;
}
.layui-side-menu .layui-nav .layui-nav-item a {
  box-sizing: content-box;
}
.lheight38 {
  line-height: 38px;
}

.success {
  color: #009688;
}
.reviewing {
  color: #1e9fff;
}
.nopass {
  color: #ff5722;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.logo-title {
  font-size: 18px;
  font-weight: 900;
}
.logo-title1{
  font-size: 16px;
  font-weight: 900;
}
.logo-img-box {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  line-height: 50px;
}
.logo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 14px;
}
.user-name {
  display: inline-block;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.layadmin-side-shrink .layui-layout-admin .logo-img-box,
.layadmin-side-shrink .layui-layout-admin .logo-title,
.layadmin-side-shrink .layui-layout-admin .logo-title1 {
  display: none;
}

.single-upload-img[src],.single-upload-img[href]{
	display:block;
	margin:20px 0 0 0;
}

.single-upload-img:first-child{
	margin:0;
}

.state-icon{
	display:inline-block;
	width:26px;
	height:26px;
	color:#FF5722;
	border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.5);
}

.state-icon::after{
	display:block;
	content:"";
	width:22px;
	height:22px;
	margin:2px;
	border-radius: 50%;
	background-color: #FF5722;
}

.state-icon.active::after{
	background-color: #5FB878;
}

.back-layout{
	padding:15px;
}

.layadmin-pagetabs .layui-tab-title li{
	max-width:initial;
}

.layadmin-side-shrink .icon-text{
	opacity:1;
}
.flex-s{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.mr-17{
	margin-right:17px;
}
.icon-text{
	opacity:0;
	width:14px;
	overflow:hidden;    
	transition: all .3s;
    -webkit-transition: all .3s;
}

.layer-content-wrapper{
	padding:20px;
}

.custom-logo-area{
	height:166px!important;
}

.custom-side-nav{
	margin-top:167px!important;
}

.layadmin-side-shrink .custom-logo-area{
	height:49px!important;
}


.layadmin-side-shrink .custom-side-nav{
	margin-top:50px!important;
}

.custom-loading-tip{
	 text-align: center;
        color: #000000;
    font-size: 16px;
    transform: translateY(30px);
}