/* 公共样式 */
.emptyBox {
  width: 60%;
  margin: 0 auto;
}
.empty-head-icon ,.emptyBox{
  text-align: center;
  color: #bababa;
  display: none;
}
.titlePublic {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 15px;
}
.titlePublic .cur{
  display: inline-block;
  background-color: rgb(58, 130, 248);
  width: 4px;
  height: 20px;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
.mescroll{
  position: fixed;
  top: 44px;
  bottom: 0;
  height: auto;
}
/* 首页模块 */
.homePage {
  padding-bottom: 70px;
}
.homePage .topImg {
  width: 100%;
  height: 210px;
}
.homePage .topImg img {
  margin: 0 auto;
  display: block;
}

.formInlet .inletList {

}
.formInlet .inletList .inletItem {
  max-width: 48%;
  position: relative;
  margin-right: 4%;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.formInlet .inletList .inletItem:nth-child(2n) {
  margin-right: 0;
}
.formInlet .inletList .inletItem .cont {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #a9a9a9;
}
.formInlet .inletList .inletItem .cont p:nth-child(1) {
  margin: 10px 0 10px;
  color: #333;
}
.announcement .cu-list.menu-avatar .cu-item {
  padding-right: 0;
  height: 110px;
}
.announcement .cu-list.menu-avatar>.cu-item>.cu-avatar{
  width: 100px;
  height: 80px;
  left: 0px;
}
.announcement .cu-list.menu-avatar>.cu-item .content {
  left: 110px;
  width: calc(100% - 68px - 30px - 60px - 10px);
}
.announcement .cu-list.menu-avatar>.cu-item .content .text-cut {
  max-width: 255px;
  display: block;
}
.cu-list.menu-avatar>.cu-item .action {
    width: 60px;
}

.homePage .cu-bar,
.minePage .cu-bar{
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #eee;
}

/*
 *
  表单页面模块 
 */

.formPage {}
 .formPage .cu-form-group {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
 }
 .formPage .cu-bar .action:first-child {
  margin: 0;
 }

.formPage textarea {
  border: none;
  outline: none;
  font-size: 14px;
  color: #555;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

.formPage form .title {
  font-size: 15px;
}
.formPage form .title > span {
  color: red;
}
.formPage  .Instructions {
  line-height: 1.5;
}
.formPage .grid.grid-square>div>label{
  font-size: 26px;
  position: absolute;
  color: #8799a3;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

/* 
* 个人中心页模块
*
 */
.mineBody {
  background-color: #f5f5f5;
}
 .minePage {
  height: 100%;
  color: #353535;
  position: relative;
  overflow: hidden;
 }
.minePage .user-header {
  width: 120%;
  height: 160px;
  background: rgb(58, 130, 248);
  position: relative;
  left: -10%;
  border-bottom-left-radius: 45%;
  border-bottom-right-radius: 45%;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
 }
.minePage .head-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px auto 10px;
  overflow: hidden;
}
.minePage .empty-head-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url('https://static.gzmydf.com/gov/views/static/img/icon/head.png') no-repeat;
    background-size: contain !important;
}
.minePage .username {
    color: #fff;
}
.minePage .user-container {
    position: relative;
    top: -35px;
    margin-bottom: -35px;
}
.minePage .info-wrapper {
    width: 320px;
    margin: 0 auto;
    border-radius: 4px;
}

.minePage .info-detail-item {
    padding: 0px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.03);
    overflow: hidden;
}
.minePage .info-detail-item-title {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    color: #353535;
}

/*
*
* 表单列表模块 
 */

.formListBody .mescroll{
  top: 0;
}
.formListPage .formItem {
  width: 100%;
  background-color: #fff;
 }
.formListPage .formItem .name ,
.formListPage .formItem .phone ,
.formListPage .formItem .recover {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.formListPage .formItem .name span,
.formListPage .formItem .phone span,
.formListPage .formItem .recover span {
  color: #a9a9a9;
  font-size: 12px;
  margin-left: 10px;
}


.formDetailsPage {}
.formDetailsPage  .name ,
.formDetailsPage  .phone ,
.formDetailsPage  .voiceDec ,
.formDetailsPage  .imgPreview ,
.formDetailsPage  .recover {
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.formDetailsPage  .name span,
.formDetailsPage  .phone span,
.formDetailsPage  .phone button,
.formDetailsPage  .recover span {
  color: #a9a9a9;
  font-size: 14px;
  margin-left: 10px;
}
.formPage  .bg-img video,
.formDetailsPage  .bg-img video{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.formPage .grid.col-2.grid-square>.solids {
	padding-bottom: calc((100% - 30px)/4);
	height: 0;
	width: calc((100% - 30px)/4);
}
/* 
通告列表
 */

.annouListPage .sortDiv {
  position: sticky;
  z-index: 10;
  top: 0;
}
.annouListPage .sortBox {
  position: relative;
  top: 0px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
.annouListPage .scroller{
  white-space: nowrap;
  display: flex;
  width: 100%;
}
.annouListPage .scroller{ 
  color: #9b9b9b;
  font-size: 16px;
}
.annouListPage .scroller.nav .cu-item.cur  {
  color: #101010;
  font-weight: bold;
  border: none;
  position: relative;
}
.annouListPage .scroller.nav .cu-item.cur::after{
  border-radius: 4px;
  content: '';
  width: 50%;
  height: 2px;
  display: block;
  background-color: #4fa2ff;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
} 

/* 
  通告详情
 */
.annouDetailPage {

}
.annouDetailPage .title{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


/*
* 
 */
.loginPage {
  height: 100vh;
}
.loginPage .cu-btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
