.radarMain {
    margin-top: 39px;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 100px;
  }
  .radarMain .chooseNav {
    margin-bottom: 15px;
    height: 28px;
  }
  .radarMain .chooseNav p.name {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4a4e58;
  }
  .radarMain .chooseNav ul {
    float: left;
    height: 28px;
  }
  .radarMain .chooseNav ul li {
    float: left;
    width: 96px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4a4e58;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
  }
  .radarMain .chooseNav ul li:first-child {
    border-radius: 14px 0px 0px 14px;
  }
  .radarMain .chooseNav ul li:last-child {
    border-radius: 0px 14px 14px 0px;
  }
  .radarMain .chooseNav ul li:hover,
  .radarMain .chooseNav ul li.active {
    scale: 1.1;
  }
  .radarMain #showPic {
    width: 100%;
    height: auto;
  }
  .center {
    width: 1200px;
    margin: 0 auto;
  }
 
  .bannerBox2 #banner {
    width: 100%;
    height: auto;
    display: block;
  }
  .bannerBox2 .titleBox {
    overflow: hidden;
    position: relative;
    height: 600px;
    box-sizing: border-box;
    padding-top: 135px;
  }
  .bannerBox2 .titleBox #logo {
    float: left;
    width: 148px;
    margin: 11px 25px 0 14px;
  }
  .bannerBox2 .titleBox p.title {
    float: left;
    /* width: 665px; */
    height: 130px;
    line-height: 130px;
    font-size: 56px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #007fc4;
  }
  .bannerBox2 .titleBox p.futitle {
    float: left;
    width: 100%;
    text-align: center;
    height: 130px;
    line-height: 130px;
    font-size: 45px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5b5556;
  }

  .bannerBox #banner {
    width: 100%;
    height: auto;
    display: block;
  }
  .bannerBox .titleBox {
    overflow: hidden;
    position: relative;
    height: 125px;
  }
  .bannerBox .titleBox #logo {
    float: left;
    width: 127px;
    height: 100px;
    margin: 11px 82px 0 164px;
  }
  .bannerBox .titleBox p {
    float: left;
    width: 665px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #007fc4;
  }
  .navBox ul {
    display: flex;
    height: 40px;
  }
  .navBox ul li {
    line-height: 40px;
    height: 40px;
    flex: 1;
    text-align: center;
    cursor: pointer;
  }
  .navBox ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
  }
  .navBox ul li:hover,
  .navBox ul li.active {
    background: linear-gradient(180deg, #59c1fa 0%, #308cf2 100%);
  }
  .navBox .shadowBox {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
  #background {
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  /* 播放条 */
  .videoBox {
    height: 36px;
  }
  .videoBox select {
    width: 151px;
    height: 36px;
    box-sizing: border-box;
    background: #4a4e58;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    padding-left: 10px;
    float: left;
  }
  .videoBox select option {
    width: 151px;
    height: 36px;
  }
  .videoBox .showbtn {
    display: block !important;
  }
  .videoBox .hiddenbtn {
    display: none !important;
  }
  .videoBox {
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
  }
  .videoBox img {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .videoBox .playBarBox {
    width: 100%;
    height: 6px;
    background: #4A4E58;
    border-radius: 3px;
    right: 0;
    bottom: 16px;
    z-index: 999;
  }
  .videoBox .playBarBox .currentBar,.videoBox .playBarBox .currentBar_radar {
    width: 525px;
    height: 6px;
    background: #1eb6a7;
    border-radius: 3px;
    position: relative;
  }
  .videoBox .playBarBox .currentTime {
    width: 101px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1eb6a7;
    overflow: hidden;
    border-radius: 9px;
  }
  .videoBox .playBarBox .currentTime img {
    width: 101px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .videoBox .playBarBox .currentTime p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 17px;
    overflow: hidden;
  }

  .videoBox .playBarBox_radar {
    width: 100%;
    height: 6px;
    background: #4A4E58;
    border-radius: 3px;
    right: 0;
    bottom: 16px;
    z-index: 999;
  }
  .videoBox .playBarBox_radar .currentBar_radar {
    width: 525px;
    height: 6px;
    background: #1eb6a7;
    border-radius: 3px;
    position: relative;
  }
  .videoBox .playBarBox_radar .currentTime {
    width: 101px;
    height: 18px;
    position: absolute;
    bottom: 10px;
    right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1eb6a7;
    overflow: hidden;
    border-radius: 9px;
  }
  .videoBox .playBarBox_radar .currentTime img {
    width: 101px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .videoBox .playBarBox_radar .currentTime p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 17px;
    overflow: hidden;
  }

  .videoBox #showPic {
    width: 100%;
    height: auto;
  }
  .normalBox .titleBox {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .normalBox .titleBox p.name {
    font-size: 20px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: bold;
    color: #4a4e58;
    line-height: 24px;
    float: left;
  }
  .normalBox .titleBox i {
    width: 10px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
    background: #308cf2;
  }
  .normalBox .titleBox .back {
    float: right;
    width: 100px;
  }

  .normalBox .titleBox .back p {
    float: left;
    height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
  }

  .normalBox .titleBox .back:hover p {
    color: #308cf2;
  }
  .dayThreeForecast {
    margin-bottom: 60px;
    overflow: hidden;
  }
  .dayThreeForecast .placeBox {
    width: 100%;
    margin: 16px 0;
    overflow: hidden;
    position: relative;
  }

  .dayThreeForecast .placeBox p {
    height: 31px;
    line-height: 31px;
    font-size: 24px;
    font-family: Alibaba PuHuiTi 2;
    font-weight: 600;
    color: #308cf2;
    float: left;
  }
  .dayThreeForecast .placeBox .warnMsgList {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
  }
  .dayThreeForecast .placeBox .warnMsgList li {
    height: 25px;
    overflow: hidden;
  }
  .dayThreeForecast .placeBox .warnMsgList li .warnMsg {
    width: 73px;
    height: 25px;
    float: left;
  }
  .dayThreeForecast .contentBox {
    width: 1200px;
    height: auto;
    background: #E2EFFF;
    opacity: 0.95;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 0 20px 10px;
  }
  .dayThreeForecast .contentBox .titleBox {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .dayThreeForecast .contentBox .titleBox i {
    width: 10px;
    height: 24px;
    float: left;
    margin: 0 10px 0 20px;
    background: #308cf2;
  }
  .dayThreeForecast .contentBox .titleBox p.name {
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4a4e58;
    float: left;
  }
  .dayThreeForecast .contentBox .titleBox p.time {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4a4e58;
    float: right;
    margin-right: 21px;
  }
  .dayThreeForecast .contentBox .tableBox {
    width: 1190px;
    overflow: hidden;
    height: 584px;
    position: relative;
  }
  .dayThreeForecast .contentBox .tableBox .rainlegend {
    position: absolute;
    left: 400px;
    top: 540px;
    z-index: 2;
  }
  .dayThreeForecast .contentBox .tableBox .templegend {
    position: absolute;
    left: 300px;
    top: 290px;
    z-index: 2;
  }
  .dayThreeForecast .contentBox .tableBox .leftBox {
    position: absolute;
    left: 79px;
    top: 0;
    height: 100%;
    width: 40px;
    background: rgba(84, 155, 231, 0.3);
    z-index: 888;
    cursor: pointer;
  }
  .dayThreeForecast .contentBox .tableBox .leftBox img,
  .dayThreeForecast .contentBox .tableBox .rightBox img {
    width: 15px;
    height: 28px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
  }
  .dayThreeForecast .contentBox .tableBox .rightBox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: rgba(84, 155, 231, 0.3);
    z-index: 888;
    cursor: pointer;
  }
  .dayThreeForecast .contentBox .tableBox .leftBox:hover,
  .dayThreeForecast .contentBox .tableBox .rightBox:hover {
    background: rgba(84, 155, 231, 0.5);
  }
  .dayThreeForecast .contentBox .tableBox ul.title {
    width: 80px;
    height: auto;
    float: left;
    overflow: hidden;
  }
  .dayThreeForecast .contentBox .tableBox ul.title li {
    width: 80px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid #f2f8ff;
    box-sizing: border-box;
    position: relative;
    float: left;
  }
  .dayThreeForecast .contentBox .tableBox ul.title li p {
    text-align: center;
    position: absolute;
    font-size: 14px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4a4e58;
  }
  .dayThreeForecast .contentBox .tableBox li.date {
    height: 40px;
  }
  .dayThreeForecast .contentBox .tableBox li.time {
    height: 40px;
  }
  .dayThreeForecast .contentBox .tableBox li.weathercode {
    height: 80px;
  }
  .dayThreeForecast .contentBox .tableBox li.temperature {
    height: 160px;
  }
  .dayThreeForecast .contentBox .tableBox li.winds {
    height: 80px;
  }
  .dayThreeForecast .contentBox .tableBox li.relativeHumidity {
    height: 80px;
  }
  .dayThreeForecast .contentBox .tableBox li.rain {
    height: 172px;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox {
    width: 1110px;
    height: 100%;
    float: left;
    position: relative;
    overflow-y: hidden;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent {
    width: 3000px;
    position: absolute;
    left: 0;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent #shikuangwenduline {
    position: absolute;
    left: 0;
    width: 100%;
    height: 107px;
    top: 181px;
    z-index: 3;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent #shikuangjiangshuiline {
    position: absolute;
    left: 0;
    top: 440px;
    width: 100%;
    height: 97px;
    z-index: 3;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay {
    overflow: hidden;
    float: left;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay p {
    font-size: 14px;
    color: #4a4e58;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay p.date {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #f2f8ff;
    box-sizing: border-box;
    border-left: 1px solid #f2f8ff;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime {
    float: left;
    width: 59px;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li {
    width: 59px;
    box-sizing: border-box;
    border-left: 1px solid #f2f8ff;
    background-color: #fff;
    border-bottom: 1px solid #f2f8ff;
    text-align: center;
    font-size: 14px;
    color: #4a4e58;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li p {
    text-align: center;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li img {
    width: 25px;
    margin: 0 auto;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.weathercode img {
    margin-top: 27px;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.winds p {
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #a90210;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.winds img {
    margin-top: 20px;
    margin-bottom: 9px;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.time {
    line-height: 40px;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.temperature p {
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #a90210;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.relativeHumidity {
    line-height: 80px;
  }
  .dayThreeForecast .contentBox .tableBox .scrollBox .tableContent ul.excelDay ul.excelTime li.rain p {
    height: 20px;
    line-height: 20px;
    color: #000;
    background: #a90210;
  }
  .dayFourForecast {
    margin-bottom: 141px;
    overflow: hidden;
  }
  .dayFourForecast .contentBox {
    width: 1200px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .dayFourForecast .contentBox .titleBox {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .dayFourForecast .contentBox .titleBox i {
    width: 10px;
    height: 24px;
    float: left;
    margin: 0 10px 0 20px;
    background: #308cf2;
  }
  .dayFourForecast .contentBox .titleBox p.name {
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4a4e58;
    float: left;
  }
  .dayFourForecast .contentBox .titleBox p.time {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4a4e58;
    float: right;
    margin-right: 21px;
  }
  .dayFourForecast .contentBox .tableBox {
    overflow: hidden;
    position: relative;
  }
  .dayFourForecast .contentBox .tableBox ul.title {
    width: 100px;
    height: auto;
    float: left;
    overflow: hidden;
  }
  .dayFourForecast .contentBox .tableBox ul.title li {
    width: 100px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    float: left;
  }
  .dayFourForecast .contentBox .tableBox ul.title li p {
    text-align: center;
    position: absolute;
    font-size: 14px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4a4e58;
  }
  .dayFourForecast .contentBox .tableBox li.date {
    height: 40px;
    background: #E3F0FF !important;
    border-bottom: none !important;
  }
  .dayFourForecast .contentBox .tableBox li.time {
    height: 40px;
  }
  .dayFourForecast .contentBox .tableBox li.weathercode {
    height: 80px;
  }
  .dayFourForecast .contentBox .tableBox li.temperature {
    height: 40px;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 {
    float: left;
    overflow: hidden;
    display: flex;
    width: 1100px;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay {
    overflow: hidden;
    float: left;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    flex: 1;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay p.date {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f8ff;
    box-sizing: border-box;
    background: #E3F0FF !important;
    font-size: 14px;
    color: #4a4e58;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime {
    float: left;
    width: 50%;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime li {
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 14px;
    color: #4a4e58;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime li p {
    text-align: center;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime li img {
    width: 25px;
    margin: 0 auto;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime li.weathercode img {
    margin-top: 27px;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime li.time {
    line-height: 40px;
  }
  .dayFourForecast .contentBox .tableBox .tableContent2 ul.excelDay ul.excelTime li.temperature {
    line-height: 40px;
  }
  .scrollBox::-webkit-scrollbar {
    height: 12px !important;
    /* background-color: #F5F5F5; */
  }
  .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%); */
    background-color: #bcbcbc;
  }
  .w-100 {
    width: 100%;
    height: 10px;
  }
  /* 底部导航 */
  .footer {
    width: 100%;
    height: 155px;
    padding: 20px 0;
    background-size: cover;
  }
  .footer a {
    color: white;
  }
  .footer div {
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 40px;
  }
  .footer div p {
    line-height: 1.8;
    color: white;
  }
  
