html {
  background-color: #f4f4f4;
}

body {
  font-family: 'Microsoft YaHei';
  font-size: 15px;
  /* max-width: 780px; */
  margin: 0 auto;
}

/*改字体大小*/

.weui-cells {
  font-size: 15px;
}

.weui-toast {
  top: 50%;
  margin-left: 0;
}

/*主色调*/

.dom_hue {
  color: #1c86ee;
}

/*背景色*/

.bg-ef {
  background: #efefef
}

.bg-FFF {
  background: #FFFFFF
}

.bg-247db0 {
  background: #1c86ee
}

.bg-white {
  background: white
}

.bg-blue {
  background-color: #10AEFF;
}

/*颜色*/

.col-000 {
  color: #888888
}

.col-white {
  color: white
}

.col-navy {
  color: navy;
}

.col-247db0 {
  color: #1c86ee
}

.col-red {
  color: red;
}

.col-black {
  color: black;
}

.col-warm {
  color: #F43530;
}

/*头部*/

.header_outside {
  width: 100%;
  height: 50px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
}

/*标题*/

.title_outside {
  text-align: center;
  font-size: 34px;
  color: #1c86ee;
  font-weight: 400;
  margin: 0 15%;
}

/*小标题*/

.title_little {
  font-size: 18px;
  font-weight: 100;
  font-family: "黑体";
  color: #1c86ee;
}

/*头部图*/

.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

/*入口样式*/

.a_border {
  border-radius: 5px;
  background-color: #FFFFFF;
  margin: 0px 5px 5px 5px
}

/*字体*/

.black {
  font-family: "黑体"
}

/*字体大小*/

.f-17 {
  font-size: 17px
}

/*字体粗细*/

.f-w-400 {
  font-weight: 400
}

/*限制长度*/

.leng {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 9em;
}

/*高度*/

.h-46 {
  height: 46px;
}

/*padding*/

.pt-10 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pd-5 {
  padding-bottom: 5px;
}

.pd-10 {
  padding-bottom: 10px;
}

/*margin*/

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-15 {
  margin-right: 15px;
}

/*文本居中*/

.text_align_cen {
  text-align: center;
}

/*常用宽度*/

.wi-100 {
  width: 100%;
}

.wi-90 {
  width: 90%;
}

.wi-50 {
  width: 50%;
}

.wi-10 {
  width: 10%;
}

.hi-100 {
  height: 100%;
}

/*显示字数限制*/

.overfl-hid {
  width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

/*提交按钮*/

.btn_sub {
  width: 80%;
  top: 15px;
  background-color: #1c86ee;
}

/*文章标题*/

.demos-title {
  text-align: center;
  font-size: 34px;
  color: #1c86ee;
  font-weight: 400;
  margin: 0 15%;
}

/*重写weui样式*/

.weui-dialog__btn {
  color: #1c86ee;
}

.toolbar .picker-button {
  color: #1c86ee;
}

.weui-switch:checked, .weui-switch-cp__input:checked~.weui-switch-cp__box {
  border-color: #1c86ee;
  background-color: #1c86ee;
}

.weui-vcode-btn {
  color: #1c86ee;
}

/*.weui-cell_before {content:" ";position:relative;left:0px;top:0;right:0;border-top:1px solid #D9D9D9;-webkit-transform-origin:0 0;transform-origin:0 0;left:15px;}*/

.weui-cell_before:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 15px;
}

.weui-form-preview__btn_primary {
  color: #1c86ee;
}

.picker-calendar-day.picker-calendar-day-selected span {
  background: #1c86ee;
}

.weui-btn_disabled.weui-btn_primary {
  background-color: #1c86ee;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
  color: #1c86ee;
}

.weui-icon-success:before {
  color: #1c86ee;
}

.weui-btn {
  background-color: #1c86ee;
}

.weui-btn:after {
  border-color: #1c86ee;
  color: #1c86ee;
}

.weui-btn_plain-primary:not(.weui-btn_plain-disabled):active {
  color: rgba(28, 134, 238, 0.6);
  border-color: rgba(28, 134, 238, 0.6);
}

.weui-btn_unImp {
  color: #d2d2d2;
  background-color: #d2d2d2;
}

.weui-btn_unImp:visited {
  color: #d2d2d2;
}

.weui-btn_unImp:active {
  color: rgba(210, 210, 210, 0.6);
  background-color: rgba(210, 210, 210, 0.6);
}

.hid_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: white;
}

.style_span {
  text-align: left;
  padding-left: 10%;
  max-width: 70%;
}

.btn_search {
  position: absolute;
  box-sizing: border-box;
  width: 80%;
}

.line {
  position: relative;
}

.line:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 4px;
  left: -7px;
  height: 18px;
  background-color: #1c86ee;
}

.szga-index-icon-1 {
  background: url("icon5.png") center no-repeat;
  background-size: cover;
  width: 33.33%;
}

.szga-index-icon-2 {
  background: url("icon6.png") center no-repeat;
  background-size: cover;
  width: 33.33%;
}

.szga-index-icon-3 {
  background: url("icon8.png") center no-repeat;
  background-size: cover;
  width: 33.33%;
}

.szga-index-icon-4 {
  background: url("icon9.png") center no-repeat;
  background-size: cover;
  width: 33.33%;
}

.szga-index-icon-5 {
  background: url("icon3.png") center no-repeat;
  background-size: cover;
  width: 33.33%;
}

.szga-index-icon-6 {
  background: url("icon7.png") center no-repeat;
  background-size: cover;
  width: 33.33%;
}

.szga-index-icon-title {
  position: relative;
  left: -18px;
  color: #fff;
}

/*.weui-grids {padding:5px;}*/

/*单选框颜色*/

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
  color: #1c86ee;
}

/*单选框样式*/

.radio-css {
  padding: 0px;
  width: 40%;
  float: left;
}

.radio-css:before {
  border-top: 0px solid white;
}

.weui-cell1:before {
  border-top: 0px solid white;
}

/*首页图标*/

.weui-grid__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

/*调整宽度*/

.weui-label {
  width: 100px;
}

/*提示字体*/

.weui-agree {
  font-size: 10px;
}

/*直角*/

.borrad-0 {
  border-radius: 0px;
}

/*表单错误提示*/

input.error, select.error {
  border-color: #c66161;
}

label#content-error {
  top: 65px;
  position: absolute;
  text-align: right;
}

/*手机验证码按钮*/

.weui-btn_mini {
  display: inline-block;
  padding: 0 .6em;
  line-height: 2.3;
  font-size: 13px;
  padding-right: 5px;
}

.weui-btn_plain-primary {
  color: #1c86ee;
  border: 0.2em solid #1c86ee;
}

.weui-btn_plain-primary:after {
  border-width: 0;
}

/*举报须知*/

.xz_head {
  float: left;
  display: inline;
}

.bc {
  background-color: #eee;
}

.xz_img {
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}

.xz_bottom {
  margin-bottom: 30px;
}

.btn_disabled_color {
  border: 0.2em solid #D9D9D9;
  color: #D9D9D9;
}

.flexboxStyle {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.szga-container{
  line-height: 1.5;
}

@media screen and (min-width: 793px){
      .szga-container .szga-footerIcon {
        width: 245px;
    }
    /* #dkwza{
      position: relative;
      top:-10px
    } */
}
@media screen and (max-width: 500px){
  .szga-footer .copy {
   float: none;
}
  .szga-container .szga-footerIcon {
    width: 100%;
}
}