body {
  margin: 0;
  padding: 0;
  font: 12px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table,
td,
tr,
th {
  border-collapse: collapse;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  outline: none;
}
address,
cite,
code,
em,
th {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
@font-face {
  font-family: ysbt;
  src: url(../fonts/ysbt.woff) format("woff"), url(../fonts/ysbt.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 10px;
}
body {
  background: #06141d;
  position: relative;
}
.main {
  position: relative;
  width: 1920px;
  height: 1080px;
  transform-origin: 0 0;
  background: url(../images/screen/main-bg.jpg);
  background-size: 100%;
}
.map-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-box.map-com-country{
  left: 1rem;
}
.map-cover {
  z-index: 5;
  pointer-events: none;
}
.el-item {
  display: none;
}
.el-item.active {
  display: block;
}
.el-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 11.2rem;
}
.el-select.ctl-error .select-text {
  border-color: #f56c6c !important;
}
.el-select .select-text {
  position: relative;
  z-index: 100;
  background: rgba(35, 66, 75, 0.9);
  padding: 0 2.8rem 0 1rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
  cursor: pointer;
  color: #c1f9ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select .select-text.active:after {
  transform: rotate(0deg);
}
.el-select .select-text:before {
  content: '';
  position: absolute;
  top: 0.7rem;
  right: 2.2rem;
  width: 0.2rem;
  height: 1.2rem;
  background: #2d4d53;
}
.el-select .select-text:after {
  content: "\e78f";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -0.7rem;
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4rem;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s;
  transform: rotate(180deg);
  color: #62a1a8;
}
.el-select .select-cont {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  min-width: 100%;
  margin-top: 0.4rem;
  white-space: nowrap;
}
.el-select .cont-arrow {
  position: relative;
  height: 0.6rem;
}
.el-select .cont-arrow:after,
.el-select .cont-arrow:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3rem;
  border: 0.6rem solid transparent;
  border-bottom-color: rgba(35, 66, 75, 0.9);
}
.el-select .cont-arrow:after {
  bottom: -1px;
  border-bottom-color: rgba(35, 66, 75, 0.9);
}
.el-select .select-lists,
.el-select .city-lists {
  background: rgba(35, 66, 75, 0.9);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  padding: 0.8rem 0;
  max-height: 24rem;
  overflow: auto;
}
.el-select .select-lists::-webkit-scrollbar,
.el-select .city-lists::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f5f5f5;
}
.el-select .select-lists::-webkit-scrollbar-thumb,
.el-select .city-lists::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background-color: rgba(35, 66, 75, 0.9);
}
.el-select .select-lists li,
.el-select .city-lists li {
  padding: 0 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #c1f9ff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select .select-lists li:hover,
.el-select .city-lists li:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #c1f9ff;
  font-weight: bold;
}
.el-select .select-lists li.active,
.el-select .city-lists li.active {
  color: #2ca17f;
  font-weight: bold;
}
.el-select .select-lists li.has-child:after,
.el-select .city-lists li.has-child:after {
  margin-left: 4px;
  content: "\e6e0";
  font-family: element-icons !important;
  font-style: normal;
  float: right;
  color: #c1f9ff;
}
.el-select .city-lists {
  display: inline-block;
  vertical-align: top;
  height: 12rem;
  min-width: 11.2rem;
}
.map-sim-card {
  position: absolute;
  right: 3rem;
  bottom: 30%;
  margin-bottom: 4rem;
  width: 20rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
  border-radius: 0 .6rem .6rem .6rem;
  background: #19363e;
  box-shadow: inset 0 0 6px rgba(3,255,140,.65);
}
.map-sim-card .card-head {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.8rem;
  border-left: .2rem solid #06e281;
  font-size: 1.8rem;
  color: #00ff8b;
  line-height: 4rem;
  border-bottom: 1px solid #0caf6d;
}
.map-sim-card .card-head:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 2rem solid transparent;
  border-left: .5rem solid #06e281;
}
.map-sim-card .sim-list {
  overflow-y: auto;
  padding: 0 .5rem 0 1.5rem;
  height: 24rem;
  font-size: 0;
}
.map-sim-card .sim-list::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(0,0,0,.3);
}
.map-sim-card .sim-list::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background-color: rgba(12,175,109,.5);
}
.map-sim-card .sim-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #aae5eb;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-sim-card .sim-list li:hover {
  background: rgba(255,255,255,.1);
}
.map-sim-card .sim-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.3rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #7fb1b7;
}
.head-select {
  float: right;
  margin: .55rem 1.6rem 0 0;
  width: 9rem;
}
.head-select .select-text {
  box-shadow: inset 0 0 .6rem #529890;
  background: transparent;
  color: #66f3ca;
  font-size: 1.5rem;
}
.head-select .select-text:before {
  display: none;
}
.head-select .select-text:after {
  color: #66f3ca;
}
.head-select .cont-arrow:after,
.head-select .cont-arrow:before {
  border-bottom-color: #66f3ca;
  opacity: .2;
}
.head-select .select-lists {
  box-shadow: inset 0 0 .6rem #529890;
  border-radius: 0;
}
.head-select .select-lists::-webkit-scrollbar-thumb {
  background-color: #66f3ca;
}
.head-select .select-lists li {
  color: #66f3ca;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.head-select .select-lists li.active {
  color: #66f3ca;
}
.com-industry {
  margin: 1rem;
  height: calc(100% - 1rem);
  font-size: 0;
}
.com-industry .com-in-item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 50%;
}
.com-industry .com-in-item .item-cont {
  margin: 0 .3rem;
  height: 100%;
  overflow: hidden;
  background: rgba(36,72,81,.9);
}
.com-industry .com-in-head {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #0a4052;
}
.com-industry .com-in-head .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: -.1rem;
  border: 5px solid transparent;
  opacity: .8;
}
.com-industry .com-in-head .icon-arrow.left {
  border-left: 6px solid #71e9eb;
}
.com-industry .com-in-head .icon-arrow.right {
  border-right: 6px solid #71e9eb;
}
.com-industry .com-in-head .icon-arrow.i-1 {
  opacity: .4;
}
.com-industry .com-in-head .icon-arrow.i-2 {
  opacity: .6;
}
.com-industry .com-in-head .head-text {
  margin: 0 .8rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-style: italic;
  color: #71e9eb;
}
.com-industry .lists-cont {
  height: calc(100% - 3rem);
  overflow: hidden;
}
.com-industry .lists-cont .industry-lists li {
  height: 30%;
}
.com-industry .com-in-lists {
  margin-right: -20px;
  overflow-y: scroll;
  height: 100%;
  padding: .3rem 3px .8rem 0;
}
.com-industry .com-in-lists li {
  padding: .4rem 1rem;
}
.com-industry .com-in-lists .com-li-title {
  font-size: 1.2rem;
  color: #aae5eb;
  line-height: 2rem;
}
.com-industry .com-in-lists .title-txt {}
.com-industry .com-in-lists .title-unit {
  float: right;
}
.com-industry .com-in-lists .com-line {
  height: .6rem;
  border-radius: .3rem;
  overflow: hidden;
  background: rgba(27,48,53,.4);
}
.com-industry .com-in-lists .line-per {
  width: 0;
  height: .6rem;
  border-radius: .3rem;
  background: #66e277;
}
.com-industry .com-in-lists li:nth-child(even) .line-per {
  background: #71ebe2;
}
.com-industry .com-in-lists.list-ani .line-per {
  background: #c4d64b;
}
.com-industry .com-in-lists.list-ani li:nth-child(even) .line-per {
  background: #e99c6d;
}
.province-chart-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 4.9rem;
}

.province-select {
  margin: 0 .8rem;
  width: 20rem;
  text-align: left;
}
.province-select .select-text {
  box-shadow: inset 0 0 .6rem #529890;
  padding: 0 4rem 0 1.5rem;
  background: rgba(29,74,81,.5);
  color: #66f3ca;
  font-size: 1.8rem;
  line-height: 3.8rem;
}
.province-select .select-text:before {
  display: none;
}
.province-select .select-text:after {
  right: 1.2rem;
  color: #66f3ca;
}
.province-select .cont-arrow:after,
.province-select .cont-arrow:before {
  border-bottom-color: #66f3ca;
  opacity: .2;
}
.province-select .select-lists {
  background: rgba(29,74,81,.9);
  box-shadow: inset 0 0 .6rem #529890;
  border-radius: 0;
}
.province-select .select-lists::-webkit-scrollbar-thumb {
  background-color: #66f3ca;
}
.province-select .select-lists li {
  color: #66f3ca;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  line-height: 3rem;
}
.province-select .select-lists li.active {
  color: #66f3ca;
}
.province-select-group{
  position: absolute;
  top: 7.7rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.list-group.group-province {
  top: 16.4rem;
  bottom: 2%;
  width: 39.4rem;
}
.list-group.group-province.left {
  left: 3.4rem;
}
.list-group.group-province.right {
  right: 3.4rem;
}
.item-card.province-card {
  bottom: 0;
}
.item-card.province-card .card-head{
  height: 4.4rem;
  background: url(../images/screen/com-card-head-bg.png);
  background-size: 100% 100%;
}
.item-card.province-card .card-head .head-txt{
  line-height: 4.4rem;
  padding-left: 2.8rem;
}
.item-card.province-card .card-head .head-txt:before,
.item-card.province-card .card-head .head-txt:after{
  display: none;
}
.item-card.province-card .card-body{
  top: 4.4rem;
  background: transparent;
}
.provice-page-head {
  position: absolute;
  top: 7.7rem;
  left: 3.4rem;
  line-height: 4.2rem;
  white-space: normal;
  width: 60rem;
  padding-left: 5.4rem;
}
.provice-page-head .page-head-back {
  position: absolute;
  left: 0;top: 0;
  vertical-align: top;
  height: 4.2rem;
}
.com-page-head {
  position: absolute;
  top: 0;
  left: 6rem;
  line-height: 6rem;
  white-space: nowrap;
  font-size: 3.6rem;
  color: #aae5eb;
  font-weight: bold;
}
.provice-page-head .head-text {
  /*margin-left: 1.2rem;*/
  display: inline-block;
  vertical-align: top;
  font-size: 3.2rem;
  color: #aae5eb;
  font-weight: bold;
}
.province-scroll {
  height: calc(100% - 3rem);
  overflow: hidden;
}
.province-scroll .scroll-cont {
  margin-right: -20px;
  overflow-y: scroll;
  height: 100%;
  padding: .3rem 3px .8rem 0;
}
.pro-quota-lists {
  padding: 1rem 0 1rem;
}
.pro-quota-lists li {
  margin-top: 1.4rem;
  padding-left: 1.5rem;
  font-size: 0;
  white-space: nowrap;
  line-height: 2rem;
}
.pro-quota-lists .li-date ,
.pro-quota-lists .li-line ,
.pro-quota-lists .li-count  {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
}
.pro-quota-lists .li-date {
  width: 20%;
  color: #aae5eb;
}
.pro-quota-lists .li-line {
  position: relative;
  width: 57%;
  height: 2rem;
  padding: .3rem;
  box-sizing: border-box;
  border: .1rem solid #71e9eb;
}
.pro-quota-lists .line-arrow:before ,
.pro-quota-lists .line-arrow:after {
  content: '';
  position: absolute;
  width: .3rem;
  height: .3rem;
  background: #71e9eb;
}
.pro-quota-lists .line-arrow.left:before ,
.pro-quota-lists .line-arrow.left:after {
  left: 0;
}
.pro-quota-lists .line-arrow.right:before ,
.pro-quota-lists .line-arrow.right:after {
  right: 0;
}
.pro-quota-lists .line-arrow:before{
  top: 0;
}
.pro-quota-lists .line-arrow:after{
  bottom: 0;
}
.pro-quota-lists .li-per {
  height: 1.2rem;
  width: 0;
  background: #71e9eb;
}
.pro-quota-lists .li-count  {
  margin-left: .8rem;
  color: #7ef8fa;
  font-weight: bold;
}
.pro-rank-lists {
  /*padding-bottom: 2rem;*/
}
.pro-rank-lists li {
  margin: 1.5rem 0 0 1.5rem;
  position: relative;
  padding-left: 3rem;
}
.pro-rank-lists .li-index {
  position: absolute;
  left: 0;
  top: .2rem;
  width: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background: #acacac;
  box-shadow: inset 0 3px 7px rgba(111,84,17,.4);
}
.pro-rank-lists .li-1 .li-index {
  background: #ea434c;
}
.pro-rank-lists .li-2 .li-index {
  background: #ec6b26;
}
.pro-rank-lists .li-3 .li-index {
  background: #eea939;
}
.pro-rank-lists .li-title {
  font-size: 1.4rem;
  color: #aae5eb;
  line-height: 2rem;
}
.pro-rank-lists .title-txt {}
.pro-rank-lists .title-unit {
  float: right;
}
.pro-rank-lists .li-line {
  height: .6rem;
  overflow: hidden;
  background: rgba(170,229,235,.3);
}
.pro-rank-lists .line-per {
  width: 0;
  height: .6rem;
  background: #66e277;
}
.pro-quota-lists {}
.province-card {}
.province-card {}
.com-industry {}
.com-industry {}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4.9rem;
  padding: 0.6rem 0;
  z-index: 100;
  background: rgba(25, 54, 62, 0.75);
}
.header .header-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.header .header-title .header-title-bg {
  height: 100%;
}
.header .header-title .title-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 1.7rem;
  line-height: 3.7rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #8defcc;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
.header .header-menu {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  white-space: nowrap;
  height: 3.7rem;
}
.header .header-menu .menu-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.7rem 0 1.5rem;
  padding: 0 0.8rem;
  line-height: 3.7rem;
  font-size: 1.4rem;
  color: #c1f9ff;
}
.header .header-menu .menu-link.active {
  background: url(../images/screen/screen-icon-page-bg.png) repeat-x;
  background-size: auto 100%;
}
.header .header-menu .menu-link.active:before,
.header .header-menu .menu-link.active:after {
  content: '';
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 3.7rem;
}
.header .header-menu .menu-link.active:before {
  right: 100%;
  background: url(../images/screen/screen-icon-page-left.png) no-repeat top right;
  background-size: auto 100%;
}
.header .header-menu .menu-link.active:after {
  left: 100%;
  background: url(../images/screen/screen-icon-page-right.png) no-repeat top left;
  background-size: auto 100%;
}
.header .el-select {
  margin: 0.8rem 1rem 0;
}
.header .header-time {
  float: right;
  margin-right: 1rem;
  padding-right: 5.5rem;
  background: url(../images/screen/screen-icon-page-header-dashed.png) no-repeat right center;
  background-size: auto 1.4rem;
  font-size: 1.5rem;
  color: #c1f9ff;
  line-height: 3.7rem;
}
.header .header-time span {
  margin-left: 1rem;
}
.header .header-b-line {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  margin-top: -0.35rem;
}
.list-group {
  position: absolute;
  z-index: 10;
  top: 7.1%;
  bottom: 0.5rem;
  width: 29%;
}
.list-group.left {
  left: 0.75%;
  z-index: 20;
}
.list-group.right {
  right: 0.75%;
}
.list-group.center {
  left: 30.25%;
  width: 39.5%;
}
.list-group.com-main {
  left: 29.75%;
  width: 69.5%;
}
.list-group .list-item {
  position: relative;
}
.list-group .list-item.item-50 {
  height: 50%;
}
.list-group .list-item-com{
  float: left;
  width: 25%;
  height: 100%;
}
.list-group .list-item-com .com-cont{
  position: relative;
  margin-left: 1rem;
  height: 100%;
}
.list-group .list-item.item-big {
  height: 70%;
}
.list-group .list-item.item-top {
  height: 34%;
}
.list-group .list-item.item-mid {
  height: 36%;
}
.list-group .list-item.item-bottom {
  height: 30%;
}
.list-group .list-item.item-bottom.bottom-lang {
  width: 237.93%;
}
.list-group .list-item.item-bottom .card-item {
  float: left;
  position: relative;
  height: 100%;
}
.list-group .list-item.item-bottom .card-item.w-42 {
  width: 42%;
}
.list-group .list-item.item-bottom .card-item.w-58 {
  width: 58%;
}
.item-card {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1rem;
  width: 100%;
}
.list-group .pointer-auto {
  pointer-events: auto;
}
.item-card .card-head {
  height: 3.7rem;
  background: url(../images/screen/screen-icon-card-bg.png) repeat-y;
  background-size: 100% 3px;
}
.item-card .card-head .head-txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3.9rem;
  line-height: 3.7rem;
  font-size: 2rem;
  color: #aae5eb;
  font-weight: bold;
}
.item-card .card-head .head-txt:before,
.item-card .card-head .head-txt:after {
  content: '';
  position: absolute;
  top: 50%;
}
.item-card .card-head .head-txt:before {
  left: 0.9rem;
  margin-top: -0.95rem;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.1rem solid #b0e8ed;
}
.item-card .card-head .head-txt:after {
  left: 1.5rem;
  margin-top: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #b0e8ed;
}
.item-card .card-head .head-txt.no-icon {
  padding-left: 1.6rem;
  font-size: 2.4rem;
}
.item-card .card-head .head-txt.no-icon:before,
.item-card .card-head .head-txt.no-icon:after {
  display: none;
}
.item-card .card-head .head-warp-icon {
  margin-left: 0.7rem;
  display: inline-block;
  vertical-align: middle;
  height: 2.1rem;
}
.item-card .card-head .chart-type {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2rem 0.5rem 0 5rem;
  text-align: center;
}
.item-card .card-head .chart-type li {
  margin-right: 1.1rem;
  display: inline-block;
  vertical-align: top;
  width: 8rem;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: rgba(102, 243, 202, 0.55);
  font-weight: bold;
  background: rgba(29, 74, 81, 0.58);
  cursor: pointer;
}
.item-card .card-head .chart-type li.active {
  box-shadow: inset 0 0 0.6rem #529890;
  color: #66f3ca;
}
.item-card .card-body {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 3.7rem;
  width: 100%;
  background: rgba(25, 54, 62, 0.75);
}
.item-card .chart-li {
  float: left;
  width: 50%;
  height: 100%;
}
.item-card .card-chart {
  height: 100%;
}
.item-card .chart-bar {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  background: url(../images/screen/chart-bar.png);
  background-size: 100%;
}
.survey-info {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.survey-info li {
  margin: 0 0.4rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.survey-info .li-icon {
  width: 17.6rem;
}
.survey-info .li-cont {
  position: absolute;
  left: 1.8rem;
  top: 1rem;
  text-align: left;
}
.survey-info .li-title {
  line-height: 2rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.survey-info .li-num {
  margin-top: 0.2rem;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.8;
  line-height: 2rem;
  font-family: 'ysbt';
  transform: scaleX(0.7);
  transform-origin: 0 0;
}
.survey-info .li-num b {
  font-size: 2.4rem;
  font-weight: normal;
}
.chart-map-rod {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  background-color: rgba(25, 54, 62, 0.8);
  border-radius: 0.7rem;
  padding: 2rem 2rem 1.4rem;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.chart-map-rod .rod-label {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6rem;
  color: #c1f9ff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.chart-map-rod .chart-type {
  display: inline-block;
  vertical-align: top;
}
.chart-map-rod .chart-type li {
  margin-left: 0.8rem;
  display: inline-block;
  vertical-align: top;
}
.chart-map-rod .chart-type .li-bar {
  width: 2.8rem;
  height: 1.2rem;
  border-radius: 0.3rem;
}
.chart-map-rod .chart-type .bar-1 {
  background: #27ac00;
}
.chart-map-rod .chart-type .bar-2 {
  background: #6ce846;
}
.chart-map-rod .chart-type .bar-3 {
  background: #d2facb;
}
.chart-map-rod .chart-type .bar-4 {
  background: #ed8031;
}
.chart-map-rod .chart-type .bar-5 {
  background: #e93f25;
}
.chart-map-rod .chart-type .li-label {
  margin-top: 0.7rem;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4rem;
}
.chart-map-rod .chart-color {
  position: relative;
  margin: 1rem auto 0;
  width: 2.8rem;
  height: 16rem;
}
.chart-map-rod .chart-color.color-tem {
  background-image: linear-gradient(#090d68, #092799, #0842c7, #166ed2, #3192f1, #aff68c, #92f6b0, #8bf7d7, #ede47b, #fae33f, #fdb278, #ff973b, #f6821b, #ff5812, #e94e15, #bd3301, #972800);
}
.chart-map-rod .chart-color.color-cover {
  background-image: linear-gradient(#dc143d, #fe0000, #ff5812, #f6821b, #fae33f, #8bf7d7, #92f6b0, #7fff00, #32cd32, green, #006400);
}
.chart-map-rod .chart-color .color-label {
  position: absolute;
  left: 100%;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4rem;
  white-space: nowrap;
}
.chart-map-rod .chart-color .label-up {
  top: -0.7rem;
}
.chart-map-rod .chart-color .label-low {
  bottom: -0.7rem;
}
.realagri-type {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 0;
  overflow: auto;
  pointer-events: auto;
}
.realagri-type li {
  margin-left: 1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 8.6rem;
  height: 6.8rem;
  padding: 1.6rem 0 0;
  cursor: pointer;
  border-radius: 0.4rem;
  color: #aae5eb;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background: rgba(25, 54, 62, 0.8);
}
.realagri-type li.active {
  color: #00ffb5;
  font-weight: bold;
}
.realagri-type li.active .icon-grow {
  background-position: 0 -3rem;
}
.realagri-type li.active .icon-soil {
  background-position: -3rem -3rem;
}
.realagri-type li.active .icon-tem {
  background-position: -6rem -3rem;
}
.realagri-type .li-icon {
  margin: 0 auto 0.6rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/screen/screen-base-icon.png) no-repeat 0 0;
  background-size: 20rem 20rem;
}
.realagri-type .icon-grow {
  background-position: 0 0;
}
.realagri-type .icon-soil {
  background-position: -3rem 0;
}
.realagri-type .icon-tem {
  background-position: -6rem 0;
}
.industry-lists {
  margin: 0 1.6rem;
  height: 100%;
}
.industry-lists.lists-auto {
  overflow: auto;
}
.industry-lists.lists-auto::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(0,0,0,.3);
}
.industry-lists.lists-auto::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background-color: #41766c;
}
.industry-lists li {
  height: 32%;
  position: relative;
}
.industry-lists .li-cont {
  position: absolute;
  left: 0;
  top: 1.2rem;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: rgba(36, 72, 81, 0.9);
}
.industry-lists.lists-auto .li-cont {
  padding: 0;
}
.industry-lists .li-head {
  float: left;
  position: relative;
  width: 6rem;
  height: 100%;
  border-left: 0.1rem solid #3d6d64;
  border-bottom: 0.1rem solid #3d6d64;
}
.industry-lists .li-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0.7rem;
  border-top: 0.1rem solid #3d6d64;
}
.industry-lists .li-head:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0.7rem;
  border-left: 0.1rem solid #3d6d64;
}
.industry-lists .li-head .head-arrow {
  position: absolute;
  top: 0;
  right: 0;
  border: 0.35rem solid transparent;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
}
.industry-lists .li-head .li-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.2rem 0 0 -1.3rem;
  width: 2.8rem;
  height: 2.9rem;
  background: url(../images/screen/screen-base-icon.png) no-repeat 0 -10rem;
  background-size: 20rem 20rem;
}
.industry-lists .li-head .li-icon.icon-wheat {
  background-position: -3rem -10rem;
}
.industry-lists .li-head .li-icon.icon-soybean {
  background-position: -6rem -10rem;
}
.industry-lists .li-head .li-icon.icon-pig {
  background-position: -9rem -10rem;
}
.industry-lists .li-head .li-icon.icon-cattle {
  background-position: -12rem -10rem;
}
.industry-lists .li-head .li-icon.icon-sheep {
  background-position: -15rem -10rem;
}
.industry-lists .li-head .head-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #fff;
}
.industry-lists .li-head .head-txt.ab-center {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.industry-lists .li-body {
  margin-left: 6.6rem;
  height: 100%;
}
.industry-lists .line-item {
  margin-top: 1rem;
  line-height: 1.4rem;
}
.industry-lists .line-item .item-label {
  float: left;
  font-size: 1.2rem;
  color: #c1f9ff;
}
.industry-lists .line-item .item-cont {
  margin-left: 5.3rem;
  height: 1.4rem;
  border-radius: 0 0.7rem 0.7rem 0;
  background: #1b3035;
}
.industry-lists .line-item .line-box {
  float: left;
  width: 70%;
  padding-top: 0.35rem;
}
.industry-lists .line-item .line {
  height: 0.7rem;
  border-radius: 0 0.3rem 0.35rem 0;
  background-image: -moz-linear-gradient(left, rgba(102, 243, 202, 0.5), #66f3ca);
  background-image: -webkit-linear-gradient(left, rgba(102, 243, 202, 0.5), #66f3ca);
  background-image: -o-linear-gradient(left, rgba(102, 243, 202, 0.5), #66f3ca);
  background-image: -ms-linear-gradient(left, rgba(102, 243, 202, 0.5), #66f3ca);
  background-image: linear-gradient(to right, rgba(102, 243, 202, 0.5), #66f3ca);
}
.industry-lists .line-item .item-num {
  float: right;
  margin-right: 0.8rem;
  font-family: 'ysbt';
  font-size: 1.3rem;
  color: #c1f9ff;
}
.industry-lists .li-toop {
  display: none;
  position: absolute;
  padding: 0.6rem 1rem;
  background: #fff;
  border-radius: 0.4rem;
  z-index: 20;
  font-size: 1.4rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
.industry-lists .li-toop .toop-marker {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #66f3ca;
}
.industry-lists .li-red .li-head .head-arrow {
  border-color: #f56c66;
}
.industry-lists .li-red .li-head .head-txt {
  background: #9f5d5c;
}
.industry-lists .li-red .line-item .type-line {
  background-image: -moz-linear-gradient(left, rgba(243, 108, 102, 0.5), #f36c66);
  background-image: -webkit-linear-gradient(left, rgba(243, 108, 102, 0.5), #f36c66);
  background-image: -o-linear-gradient(left, rgba(243, 108, 102, 0.5), #f36c66);
  background-image: -ms-linear-gradient(left, rgba(243, 108, 102, 0.5), #f36c66);
  background-image: linear-gradient(to right, rgba(243, 108, 102, 0.5), #f36c66);
}
.industry-lists .li-red .li-toop .marker-line {
  background: #f36c66;
}
.industry-lists .li-head .head-arrow ,
.industry-lists .li-blue .li-head .head-arrow {
  border-color: #5decfc;
}
.industry-lists .li-blue .li-head .head-txt {
  background: #45aab6;
}
.industry-lists .li-blue .line-item .type-line {
  background-image: -moz-linear-gradient(left, rgba(93, 236, 252, 0.5), #5decfc);
  background-image: -webkit-linear-gradient(left, rgba(93, 236, 252, 0.5), #5decfc);
  background-image: -o-linear-gradient(left, rgba(93, 236, 252, 0.5), #5decfc);
  background-image: -ms-linear-gradient(left, rgba(93, 236, 252, 0.5), #5decfc);
  background-image: linear-gradient(to right, rgba(93, 236, 252, 0.5), #5decfc);
}
.industry-lists .li-blue .li-toop .marker-line {
  background: #5decfc;
}
.industry-lists .li-yellow .li-head .head-arrow {
  border-color: #e38724;
}
.industry-lists .li-yellow .li-head .head-txt {
  background: #9c6f34;
}
.industry-lists .li-yellow .line-item .type-line {
  background-image: -moz-linear-gradient(left, rgba(237, 139, 34, 0.5), #ed8b22);
  background-image: -webkit-linear-gradient(left, rgba(237, 139, 34, 0.5), #ed8b22);
  background-image: -o-linear-gradient(left, rgba(237, 139, 34, 0.5), #ed8b22);
  background-image: -ms-linear-gradient(left, rgba(237, 139, 34, 0.5), #ed8b22);
  background-image: linear-gradient(to right, rgba(237, 139, 34, 0.5), #ed8b22);
}
.industry-lists .line-item .line.li-com-yellow  {
  background-image: -webkit-linear-gradient(left, rgba(252, 220, 5, 0.5), rgba(252, 220, 5, 1));
  background-image: linear-gradient(to right, rgba(252, 220, 5, 0.5), rgba(252, 220, 5, 1));
}
.industry-lists .line-item .line.li-com-green {
  background-image: -webkit-linear-gradient(left, rgba(102,226,119, 0.5), rgba(102,226,119, 1));
  background-image: linear-gradient(to right, rgba(102,226,119, 0.5), rgba(102,226,119, 1));
}
.industry-lists .li-toop .toop-marker.li-com-yellow{
  background: rgba(252, 220, 5, 1);
}
.industry-lists .li-toop .toop-marker.li-com-green{
  background: rgba(102,226,119, 1);
}
.industry-lists .li-yellow .li-toop .marker-line {
  background: #ed8b22;
}
.survey-module {
  position: relative;
  margin: 0 1.6rem;
  height: 100%;
  padding: 1.5rem 0 0;
}
.survey-module .survey-cont {
  height: 21.6rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #c1f9ff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.survey-module .survey-cont a {
  color: #00ffb5;
}
.survey-module .survey-banner {
  margin-top: 1.5rem;
  position: relative;
}
.survey-module .survey-banner .banner-bar {
  position: absolute;
  top: 0;
  width: 1.8rem;
  height: 9rem;
  cursor: pointer;
  background-size: 100% 100%;
}
.survey-module .survey-banner .banner-bar.left {
  left: 0;
  background-image: url(../images/screen/screen-icon-type-banner-bar-left.png);
}
.survey-module .survey-banner .banner-bar.right {
  right: 0;
  background-image: url(../images/screen/screen-icon-type-banner-bar-right.png);
}
.survey-module .survey-banner .banner-main {
  margin: 0 2.6rem;
  overflow: hidden;
}
.survey-module .survey-banner .banner-lists {
  position: relative;
  margin-right: -0.7rem;
  font-size: 0;
  white-space: nowrap;
}
.survey-module .survey-banner .banner-lists li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.survey-module .survey-banner .banner-lists .li-cont {
  margin-right: 0.7rem;
  height: 9rem;
}
.survey-module .survey-banner .banner-lists .li-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}
.survey-module .survey-chart {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  top: 35rem;
  width: 100%;
}
.survey-module .survey-chart .survey-lists {
  margin-left: -1.5rem;
  height: 100%;
}
.survey-module .survey-chart .survey-lists li {
  float: left;
  width: 50%;
  height: 50%;
  padding: .5rem 0;
}
.survey-module .survey-chart .survey-lists .li-cont {
  margin-left: 1.5rem;
  position: relative;
  height: 100%;
  box-shadow: inset 0 0 6px rgba(82,152,144,1);
  padding-left: 3.4rem;
  display: flex;
  align-items: center;
  line-height: 2.4rem;
  font-size: 1.6rem;
}
.survey-module .survey-chart .survey-lists .li-icon {
  margin-right: 1.6rem;
  width: 6.4rem;
}
.survey-module .survey-chart .survey-lists .li-title {
  color: #fff;
}
.survey-module .survey-chart .survey-lists .li-num {
  font-family: 'ysbt';
  transform: scaleX(0.7);
  transform-origin: 0 0;
  white-space: nowrap;
}
.survey-module .survey-chart .survey-lists .li-num.num-1 {
  color: #0bf06a;
}
.survey-module .survey-chart .survey-lists .li-num.num-2 {
  color: #eed51c;
}
.survey-module .survey-chart .survey-lists .li-num.num-3 {
  color: #26a1ff;
}
.survey-module .survey-chart .survey-lists .li-num.num-4 {
  color: #00f6ff;
}
.survey-module .survey-chart .survey-lists .num-txt {
  font-size: 3rem;
}
.survey-module .survey-chart .chart-lists {
  margin-left: -1.5rem;
  height: 100%;
}
.survey-module .survey-chart .chart-lists li {
  float: left;
  width: 50%;
  height: 100%;
}
.survey-module .survey-chart .chart-lists .li-cont {
  margin-left: 1.5rem;
  position: relative;
  height: 100%;
  border: 0.1rem solid #41766c;
}
.survey-module .survey-chart .li-info {
  position: absolute;
  left: 2rem;
  top: 2rem;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #c1f9ff;
  line-height: 1.6rem;
}
.survey-module .survey-chart .li-info .info-num {
  margin-top: 1.3rem;
  font-family: 'ysbt';
  transform: scaleX(0.7);
  transform-origin: 0 0;
}
.survey-module .survey-chart .li-info .info-num span {
  font-size: 3rem;
}
.survey-module .survey-chart .per-item {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 12rem;
  background: url(../images/screen/screen-icon-perple-bg.png) no-repeat 60% center;
  background-size: 100% auto;
  color: #c1f9ff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
.survey-module .survey-chart .per-item .per-num {
  font-family: 'ysbt';
  font-size: 2.6rem;
  transform: scaleX(0.7);
  white-space: nowrap;
}
.survey-module .survey-chart .per-item .per-percent {
  margin: 0.6rem 0 6rem;
}
.survey-module .survey-chart .per-item .per-label {
  background: url(../images/screen/screen-icon-perple-title-bg.png) no-repeat center center;
  background-size: auto 100%;
}
.module-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.module-dialog .dialog-cont {
  position: relative;
  width: 81rem;
  background: #dae6e1;
}
.module-dialog .dialog-detail {
  padding: 3rem 4rem 5rem;
}
.module-dialog .dialog-detail .detail-title {
  font-size: 2.4rem;
  color: #333;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
.module-dialog .dialog-detail .detail-des {
  margin: 2rem -1.6rem 0 0;
  max-height: 35rem;
  padding-right: 1.6rem;
  overflow: auto;
  font-size: 1.6rem;
  color: #333;
  line-height: 2.6rem;
  text-align: justify;
}
.module-dialog .dialog-detail .detail-des::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(0,0,0,.3);
}
.module-dialog .dialog-detail .detail-des::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background-color: #41766c;
}
.module-dialog .imgs-bar {
  position: absolute;
  top: 50%;
  margin-top: -1.15rem;
  padding: 1rem;
  cursor: pointer;
}
.module-dialog .imgs-bar:after {
  content: '';
  position: relative;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-top: 0.6rem solid #66f3ca;
}
.module-dialog .imgs-bar.left {
  right: 100%;
  margin-right: 5rem;
}
.module-dialog .imgs-bar.left:after {
  left: 0.6rem;
  border-left: 0.6rem solid #66f3ca;
  transform: rotate(-45deg);
}
.module-dialog .imgs-bar.right {
  left: 100%;
  margin-left: 5rem;
}
.module-dialog .imgs-bar.right:after {
  left: -0.6rem;
  border-right: 0.6rem solid #66f3ca;
  transform: rotate(45deg);
}
.module-dialog .imgs-display {
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}
.module-dialog .imgs-display .imgs-lists {
  width: 100%;
  position: relative;
}
.module-dialog .imgs-display .imgs-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.module-dialog .imgs-display .imgs-lists img {
  width: 100%;
  height: 47rem;
}
.module-dialog .dialog-close {
  position: absolute;
  top: -4rem;
  right: -5.5rem;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  cursor: pointer;
  background: url(../images/screen/dialog-close.png);
  background-size: 100%;
}
/*# sourceMappingURL=screen.css.map */