p,
ul,
li,
html,
body {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #000000;
  min-width: 1280px;
}

.kj-home-bg {
  /*background: url(../images/kj-home-bg.png) no-repeat center center fixed;*/
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*background-size: cover;*/
  min-height: 700px;
  overflow: hidden;
}


.kj-home-bg-school {
  background: url(../images/kj-home-bg-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 700px;
  overflow: hidden;
}

a:hover {
  color: #000000;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.kangjia-container-header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  box-shadow: 0px 0px 23px rgba(77, 77, 77, 0.16);
  min-width: 1280px;
}

/* 首页的不同 */
.kj-home-bg .kangjia-container-header {
  background-color: rgba(0, 0, 0, 0.1);
}

.kj-home-bg .kangjia-container-header .container-header-center>nav>a,
.kj-home-bg .kangjia-container-header .container-header-right .right-personal-center-frame a{
  color: #fff;
}

.kj-header-btns {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.kj-header-btns.opacity-btn {
  background-color: rgba(255, 255, 255, 0.2);
}

.kj-header-btns.gray-btn {
  background-color: #ccc;
}

.kj-header-btns.full-btn {
  background-color: #A8491F;
  margin-left: 10px;
}


.kangjia-container-body {
  padding-top: 80px;
  /* box-sizing: border-box; */
  min-height: calc(100% - 160px);
}

.kangjia-container-footer {
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  text-align: center;
  background-color: rgba(245, 245, 245, 1);
}


.container-header-left {
  width: 22%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-header-center {
  flex: 1;
  height: 100%;
}

.container-header-right {
  width: 22%;
  height: 100%;
}

.container-header-left {
  text-align: center;
}

.container-header-center>nav {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 78px;
}

.container-header-center>nav>a {
  display: inline-block;
  height: 100%;
  margin: 0px 28px;
  cursor: pointer;
  box-sizing: border-box;
}

.container-header-center>nav>a:hover {
  border-bottom: 6px solid #E62129;
}

.header-menu-active {
  border-bottom: 6px solid #E62129;
}

.container-header-right {
  text-align: center;
}

.kangjia-button-default {
  background: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 4px;
  width: 100px;
  height: 30px;
  cursor: pointer;
}

.kangjia-login-info {
  /* font-size: 12px; */
}

.kangjia-login-info>span {
  color: #707070;
}

.kangjia-login-info>span>a {
  color: #707070;
}

.kangjia-login-info a {
  cursor: pointer;
}

.kangjia-login-info>a {
  text-decoration: underline;
  padding-right: 10px;
}

.right-personal-center-frame i {
  font-size: 20px;
}

.right-personal-center-frame i,
.right-personal-center-frame span {
  cursor: pointer;
}

/* svg */
.svg-wrapper[active="active"]+.module-name {
  color: #e62129;
}

/* 自定义layui主题样式 */
/* 分页 */
#pageation-customer {
  padding: 20px 0;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0 5px;
}

.layui-layer-content {
  text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border-color: #D6D6D6 !important;
  font-size: 14px;
  padding: 5px 20px;
}

.layui-layer-btn .layui-layer-btn1 {
  background-color: #E62129 !important;
  color: #FFFFFF !important;
  font-size: 14px;
  padding: 5px 20px;
  margin-left: 30px;
}

.customer-layer-dialog {
  padding: 29px;
  /* width: 450px; */
}

.customer-layer-dialog .customer-radio-item {
  padding-bottom: 28px;
}

.group-item {
  clear: both;
}

.group-item .go-edit {
  float: right;
  cursor: pointer;
}

.tips-icon {
  padding-top: 25px;
}

.tips-txt {
  padding: 25px 0 10px;
}
