﻿body {
  background: #F0F2F6;
  font-family: Microsoft YaHei;
}

/* map */
.map-sidebar-right .select-parent{
  width: 160px;
}

.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
}

.mask-br-box{
  padding: 28px 40px 40px;
}
.mask-br-box h2{
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.time{
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  margin: 20px 0 8px;
  text-align: right;
}

.box-table{
  width: 500px;
  max-height: 200px;
  overflow-y: auto;
}
.common-table{
  width: 100%;
  border-top: 1px solid #D6DAE0;
}
.common-table tr th,
.common-table tr td{
  color: #262E3D;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 5px;
  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: 115px;
  font-size: 14px;
  line-height: 34px;
  color: #FFFEFE;
  background: #3E6EFF;
  margin: 30px auto 0;
  text-align: center;
}
.btn-see-detail:hover{
  color: #FFFEFE;
}

/* 图例 */
.map-level-radiation h3{
  cursor: pointer;
  margin-bottom: 4px;
}
.map-level-radiation .map-level-list li{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.map-level-radiation .map-level-list li p{
  margin-left: 8px;
}
.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{
}
