﻿.radiation_194{
  background: url(../images/radiation_194.png) no-repeat center center
}
.radiation_195 {
  background: url(../images/radiation_195.png) no-repeat center center
}
.radiation_196 {
  background: url(../images/radiation_196.png) no-repeat center center
}
.radiation_197 {
  background: url(../images/radiation_197.png) no-repeat center center
}
.radiation_198 {
  background: url(../images/radiation_198.png) no-repeat center center
}

.radiation_199 {
  background: url(../images/radiation_199.png) no-repeat center center
}
.radiation_200 {
  background: url(../images/radiation_200.png) no-repeat center center
}
.radiation_201 {
  background: url(../images/radiation_201.png) no-repeat center center
}

.amap-info-content{
  min-width: 5rem;
}
.mask-br-box{}
.mask-br-box h2{
  font-size: .22rem;
  line-height: .30rem;
  font-weight: bold;
  color: #333333;
}
.time{
  font-size: .12rem;
  line-height: .14rem;
  color: #999999;
  margin: .20rem 0 .08rem;
  text-align: right;
}

.box-table{
  width: 5rem;
  max-height: 2rem;
  overflow-y: auto;
}
.common-table{
  width: 100%;
  border-top: 1px solid #D6DAE0;
}
.common-table tr th,
.common-table tr td{
  color: #262E3D;
  font-size: .14rem;
  line-height: .19rem;
  padding: .10rem .05rem;
  border-bottom: 1px solid #D6DAE0;
  font-weight: normal;
  width: 20%;
}
.common-table tr td{
  color: #5A6576;
}
.common-table thead tr{
  background: #E9EDF2;
}
.common-table tbody tr{
  background: #FCFCFD;
}
.common-table tbody tr:nth-of-type(even){
  background: #F5F6F7;
}


.btn-see-detail{
  display: block;
  width: 1.15rem;
  font-size: .14rem;
  line-height: .34rem;
  color: #FFFEFE;
  background: #3E6EFF;
  margin: .30rem auto 0;
  text-align: center;
}
.btn-see-detail:hover{
  color: #FFFEFE;
}

/* 图例 */
.map-level-radiation h3{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.map-level-radiation .source{
  font-size: .12rem;
  color: #999;
  margin-left: .30rem;
}
.map-level-radiation .map-level-list{
  margin-top: .05rem;
}
.map-level-radiation .map-level-list li{
  display: flex;
  align-items: center;
  margin-right: .2rem;
}
.map-level-radiation .map-level-list li p{
  margin-left: .08rem;
}
.map-level-radiation .map-level-list li:last-of-type{
  margin-right: 0;
}


/* detail */
.detail-radiation-box .banner-box{
  margin: 0.1rem 0;
  background: #fff;
  padding: .67rem 0 1rem;
}
.detail-radiation-box .title{
  width: max-content;
  font-size: 0.28rem;
  font-weight: bold;
  color: #000000;
  margin: 0 auto .78rem;
  padding-bottom: .1rem;
  border-bottom: .02rem solid #D5CFD8;
}

.box-content{
  margin: 0 1.5rem;
}
.box-content .ets{
  width: 100%;
  height: 5.6rem;
}

.box-filter{
  display: flex;
  align-items: center;
  margin-top: .2rem;
}
.box-filter h6{
  width: 1.6rem;
  font-size: 0.18rem;
  line-height: .4rem;
  color: #6B7281;
  text-align: right;
  margin-right: .08rem;
}
.box-filter .label{
  display: block;
  width: 5.6rem;
  height: 0.4rem;
  position: relative;
}
.box-filter .label:after{
  content: "";
  width: 0.01rem;
  height: 0.24rem;
  background: #CCCCCC;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translate(0, -50%);
}
.box-filter .select{
  padding: 0 .1rem;
  width: calc(100% - 0.2rem);
  height: 100%;
  border: 0.01rem solid #CCCCCC;
  border-radius: 0.04rem;
}
.box-filter .icon{
}
