@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  font-family: "SourceSansPro-Regular", "Microsoft YaHei UI", "Helvetica",
    sans-serif;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: "SourceSansPro-Regular", "Microsoft YaHei UI", "Helvetica";
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
  border: 0;
  border-radius: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
img,
button,
i,
em {
  font-style: normal;
  font-weight: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0871cf;
}
a,
i,
span,
img,
font,
em {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

/****清除浮动****/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

html,
body {
  font-size: 0.16rem;
  /* background-color: #f2f7fc; */
  background: url(../images/yj_lzrsksw_index_body_bg.png) no-repeat;
  background-size: cover;
  background-position: center 0;
}
.mainWidth {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 12.6rem;
}

.main-container {
  padding-top: 0.2rem;
  /* min-height: calc(100vh - 5.8rem); */
   min-height: calc(100vh - 4.41rem); 
  /* background-image: linear-gradient(
    to bottom,
    rgba(186, 228, 289, 0.8) 10%,
    #f2f7fc 40%
  ); */
  background: none;
}

.position {
  font-size: 0.14rem;
  color: #666;
}
.position a {
  color: #666;
}
.position a:hover {
  color: #0871cf;
}

.center-box {
  margin-top: 0.2rem;
  padding: 0.2rem 0.3rem;
  /* min-height: calc(100vh - 5.01rem); */
  background-color: #fff;
}

.z-type-box {
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ebebeb;
}

.z-type-box .z-type-box-item {
  display: inline-block;
  margin-right: 0.4rem;
}

.z-type-box .z-type-box-item .tit {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 1.1px;
}

.z-type-box .z-type-box-item i {
  display: block;
  margin-top: 0.14rem;
  max-width: 1rem;
  height: 0.04rem;
  background-color: #0871cf;
  border-radius: 0.02rem;
  opacity: 0;
}
.z-type-box .z-type-box-item-active .tit {
  color: #0871cf;
}
.z-type-box .z-type-box-item-active i {
  opacity: 1;
}

/* 有菜单 */
.has-menu {
  display: flex;
  flex-direction: row;
}
.has-menu .content-container {
  max-width: calc(100% - 3.1rem);
  flex: 1;
}
.menu-container {
  margin-right: 0.3rem;
  min-width: 2.8rem;
  width: 2.8rem;
}
.menu-container .menu-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.68rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #fff;
  background: #0871cf;
}
.menu-container .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  margin-bottom: 0.11rem;
  width: 100%;
  height: 0.68rem;
  font-size: 0.18rem;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: #333;
  background: #f5f7fa;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.menu-container .menu-item:hover,
.menu-container .menu-item-active {
  font-weight: 700;
  color: #0871cf;
  background: #eef4fe;
  border: 1px solid #cde0f4;
}
@media screen and (max-width: 850px) {
  /* 移动端最小为.16rem */
  .mainWidth {
    width: calc(100% - 0.2rem);
  }
  .main-container{
    min-height: auto;
  }
  .center-box {
    margin-top: 0.2rem;
    padding: 0.15rem;
    min-height: auto;
  }
  .position {
    font-size: 0.16rem;
  }
  .z-type-box .z-type-box-item {
    margin-right: 0.25rem;
  }
  .z-type-box .z-type-box-item i {
    margin-top: 0.1rem;
  }
  /* 有菜单 */
  .has-menu {
    flex-direction: column;
  }
  .has-menu .content-container {
    width: 100%;
    max-width: 100%;
  }
  .menu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
    min-width: 100%;
    width: 100%;
  }
  .menu-container .menu-tit {
    width: 100%;
    height: 0.48rem;
    font-size: 0.2rem;
  }
  .menu-container .menu-item {
    padding: 0 0.15rem;
    margin-bottom: 0.05rem;
    width: 50%;
    height: 0.48rem;
    font-size: 0.18rem;
    justify-content: center;
  }
  .menu-container .menu-item img {
    display: none;
  }


  /* 移动端分页调整 */
  .page .pagediv span {
    display: none;
  }
  .page .pagediv .zxfokbtn {
    display: none;
  }
  .page .pagediv span.disabled,
  .page .pagediv span.current {
    display: inline-block;
  }
}
