/*========移动端样式==========*/
/* 500改1024 */
@media (max-width: 1024px) {
  #nb_nodeboard {
    display: none !important;
  }
  #newBridge {
    display: none !important;
  }
  .customer-service-box {
    display: none;
  }
  #appUpdateBox {
    display: none;
    background: white;
    width: 70%;
    height: 10rem;
    position: absolute;
    top: 10rem;
    z-index: 3000;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1rem;
  }
  #map-tanchuang {
    display: block;
    background-color: rgba(27, 27, 27, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
  }

  #appUpdateBox .content-box {
    /* border-bottom: solid rgb(158, 158, 158) 1px; */
    padding: 0.5rem;
    min-height: 6rem;
  }

  #appUpdateBox .close-button {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0.5rem;
    top: 0.2rem;
    color: black;
    font-size: 18px;
    cursor: pointer;
    font-family: "微软雅黑";
  }

  .last-hour {
    position: fixed;
    right: 7rem;
    bottom: 5rem;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 5rem;
    z-index: 100;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
  }

  .next-hour {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 5rem;
    z-index: 100;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
  }

  #appUpdateBox .button-box .button {
    width: 50%;
    text-align: center;
  }

  #appUpdateBox .button-box .button a {
    color: #3c98cf;
    font-family: "微软雅黑";
    width: 5rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.6rem;
    height: 2.6rem;
  }

  #appUpdateBox .content-box h1 {
    color: #000;
    font-size: 1.6rem;
    text-align: center;
    font-family: "微软雅黑";
    line-height: 2.5rem;
  }

  #appUpdateBox .content-box p {
    text-indent: 1rem;
    color: #000;
    font-size: 1.2rem;
    font-family: "微软雅黑";
  }

  #appUpdateBox .content-box a {
    font-size: 1.2rem;
    font-family: "微软雅黑";
  }

  html,
  body {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .pollution-square,
  .pollution-square-name,
  .pollution-square-value {
    font-size: 1.5rem;
  }

  .pollution-square {
    font-size: 1.5rem;
  }
  #adBox {
    display: none;
  }
  .success-alert {
    display: none;
  }

  .bottom-box {
    display: none;
  }

  .bottom-box .bpttom-title {
    display: none;
  }

  .loading-icon {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
  }

  .loading-icon .mask {
    background: white;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .loading-icon img {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: myRotate 1s linear infinite;
    animation: myRotate 1s linear infinite;
    z-index: 200;
  }
  @-webkit-keyframes myRotate {
    0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes myRotate {
    0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  .new-prompt-box {
    display: none;
  }

  .top-menu-box {
    display: none;
  }

  .phone-bottom-box {
    position: fixed;
    bottom: 0rem;
    min-height: 25rem;
    background: rgba(0, 10, 10, 0.7);
    z-index: 9999;
    width: 100%;
    display: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .phone-bottom-box .city-data {
    width: 100%;
    min-height: 8rem;
    text-align: center;
    position: absolute;
    top: 3rem;
    z-index: 100;
    overflow: hidden;
  }

  .phone-bottom-box .city-support {
    height: 8rem;
  }

  .phone-bottom-box .city-data .city-station-box {
    border-top: solid #3c98cf 1px;
  }

  .phone-bottom-box .city-data .city-station-box .station-list {
    max-height: 18.5rem;
    overflow: auto;
    display: none;
  }

  .phone-bottom-box .city-data .city-station-box .button-box {
    width: 14rem;
    height: 2rem;
    padding-top: 1rem;
    margin: auto;
  }

  .phone-bottom-box .city-data .city-station-box .button-box button {
    outline: none;
    color: white;
    height: 1.7rem;
    font-size: 1rem;
    text-align: center;
    width: 50%;
    border: solid #3c98cf 1px;
    background: #133152;
  }

  .phone-bottom-box .city-data .city-station-box .button-box .active {
    background: #3c98cf;
  }

  .phone-bottom-box .city-data .city-station-box .station-info {
    height: 7rem;
    border-bottom: solid #3c98cf 1px;
  }

  .phone-bottom-box .city-data .city-station-box .station-name {
    text-align: left;
    padding: 0.5rem 1rem;
  }

  .phone-bottom-box .city-data .city-station-box .station-data-box {
    width: 100%;
  }

  .phone-bottom-box .city-data .city-station-box .station-data-box li {
    width: 14.28%;
    float: left;
  }

  .phone-bottom-box .city-data .city-station-box .station-data-box li .value {
    margin: 0.1rem auto;
    background: orange;
    width: 80%;
    font-weight: bold;
    text-align: center;
    border-radius: 0.4rem;
    text-shadow: black 1px 1px 2px;
  }

  .phone-bottom-box .city-data .pollution-box {
  }

  .phone-bottom-box .city-data .pollution-box .content {
    width: 33.33%;
    float: left;
  }

  .phone-bottom-box .city-data .pollution-box .content .box {
    width: 8.1rem;
    margin: auto;
  }

  .phone-bottom-box .city-data .pollution-box .content .name {
    line-height: 3rem;
  }

  .phone-bottom-box .city-data .pollution-box .content .value {
    margin: 0.75rem 0;
    background: orange;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 4rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.4rem;
    text-shadow: black 1px 1px 2px;
  }

  .phone-bottom-box .city-data .button {
    position: relative;
    text-align: center;
    color: #42c3e5;
  }

  .phone-bottom-box .city-data .close-button {
    bottom: 1rem;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 2rem;
    display: none;
  }
  .phone-bottom-box .city-data .close-button span {
    position: absolute;
    transform: rotate(90deg) !important;
    line-height: 1rem !important;
    right: -1.3rem;
  }

  .phone-bottom-box .city-data .button span {
    position: absolute;
    transform: rotate(-90deg);
    line-height: 2rem;
    right: -1.3rem;
  }

  .phone-bottom-box .forecast-box {
    display: none;
  }

  .phone-bottom-box .color-bar {
    height: 0.8rem;
    border-radius: 1rem;
    background: #4dcd2e;
    background: linear-gradient(70deg, #4dcd2e, #f81829);
    margin: 0.2rem 1rem 1rem;
    position: relative;
  }

  .phone-bottom-box .color-bar .slider-div {
    position: absolute;
    width: 10%;
    left: 0;
    border: solid white 2px;
    height: 0.6rem;
    border-radius: 10rem;
    top: -1px;
  }

  .phone-bottom-box .forecast-box .name-box {
    width: 4rem;
  }

  .phone-bottom-box .forecast-box .content-box {
    width: calc(100% - 4.4rem);
    overflow: auto;
  }

  .phone-bottom-box .forecast-box .content-box ul {
    height: 2rem;
    margin-bottom: 5px;
  }
  .phone-bottom-box .forecast-box .content-box .temp-box{
      margin-bottom: 5px;
  }
  .phone-bottom-box .forecast-box .content-box ul li {
    width: 2.6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-shadow: black 1px 1px 2px;
    margin:  0 .2rem;
    border-radius: 4px;
    /* color: #333333; */
  }

  .phone-bottom-box .forecast-box .content-box .time-hour-box .time-text-model {
    width: 2.6rem;
    text-align: center;
    margin: 0 .2rem;
    color: white;
  }

  .phone-bottom-box .forecast-box .name-box ul li {
    height: 2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .phone-bottom-box .forecast-box .name-box ul li p {
    line-height: 2rem;
  }
  .phone-bottom-box .forecast-box .name-box ul li .name_text{
      line-height: 2.5rem;
  }
  .phone-bottom-box .detail-header {
    height: 1rem;
    /* border-bottom: solid #41c2e5 1px; */
    position: relative;
  }

  .phone-bottom-box .detail-header .update-time {
    line-height: 3rem;
    margin: 0 1rem;
  }

  .phone-bottom-box .detail-header .station-info {
    margin-left: 1rem;
    float: left;
  }

  .phone-bottom-box .detail-header .station-info .more-button {
    line-height: 3rem;
    color: #42c3e5;
    cursor: pointer;
    margin-left: 1rem;
  }

  .phone-bottom-box .detail-header .station-info .station-name {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0.6rem;
    min-width: 8rem;
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .phone-bottom-box .detail-header .station-info .aqi-box {
    margin: 0.75rem 1rem;
    background: orange;
    width: 4rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.4rem;
    text-shadow: black 1px 1px 2px;
  }

  .phone-bottom-box .detail-header .close-icon {
    position: absolute;
    width: 1.2rem;
    right: 1rem;
    top: 1.2rem;
    cursor: pointer;
  }

  .phone-bottom-box .type-button-box {
    height: 4rem;
    margin-bottom: 10px;
  }

  .phone-bottom-box .type-button-box ul {
  }

  .phone-bottom-box .type-button-box ul li {
    /* border: #3c98cf solid 1px; */
    width: 24.7%;
    float: left;
    margin: 4%;
    /* border-radius: 5rem; */
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;

  }

  .phone-bottom-box .type-button-box ul li .active {
    color: #1dbcfc;
    border-bottom: 2px solid #1dbcfc;

  }

  .phone-bottom-box .type-button-box ul li .button {
    /* border-radius: 5rem; */
  }

  .phone-bottom-box .type-button-box ul li .button-icon {
    height: 1rem;
    margin-top: 0.2rem;
  }

  .phone-bottom-box .week-box {
    height: 2.6rem;
    margin: 0 1rem;
  }

  .phone-bottom-box .week-box ul li {
    float: left;
    width: 20%;
    text-align: center;
    height: 3rem;
    font-family: 微软雅黑;
  }

  .phone-bottom-box .detail-content-box .detail-title {
    width: 4rem;
    float: left;
  }

  .phone-bottom-box .detail-content-box .detail-title ul li {
    text-align: center;
    width: 4rem;
    line-height: 2rem;
  }

  #questionModel {
    display: none;
    background: url("/img/question_back.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 28rem;
    width: 28rem;
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
  }

  #showQuestionButton {
    display: none;
    /* background: #87bed3;
        width: 30px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 10rem;
        z-index: 1000;
        cursor: pointer;
        writing-mode: vertical-rl;
        line-height: 30px;
        letter-spacing: 2px;
        padding-top: 10px;
        border-radius: 5px 0 0 5px; */
  }

  #questionModel .close-button {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 44px;
    color: black;
    font-size: 18px;
    cursor: pointer;
  }

  #questionModel .title {
    color: #45a4f8;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 5px;
  }

  #questionModel .content {
    color: #979797;
    font-size: 14px;
    text-align: center;
  }

  #questionModel .jump-button {
    background: #45a4f8;
    text-align: center;
    width: 100px;
    font-size: 14px;
    color: white;
    padding: 5px 30px;
    border-radius: 5px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    bottom: 20px;
  }

  .mui-switch {
    width: 2rem;
    height: 1.1rem;
    margin: 0.2rem 0;
    position: relative;
    border: 1px solid #dfdfdf;
    box-shadow: #000 0 0 3px 1px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    overflow: hidden;
  }

  .mui-switch:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0px;
    left: 0;
    background: white;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .mui-switch:checked:before {
    left: 10px;
    background: none;
    box-shadow: 0 0 0 10px #f7a715;
  }
  /* 开关滑块end */

  .place-label {
    font-size: 1.2rem;
    color: #000000;
    font-weight: bold;
    font-family: initial;
    cursor: pointer;
  }

  .place-label-value {
    font-size: 1.2rem;
  }

  .diqu-place-label {
    font-size: 1.1rem;
    /* // fill: #333333; */
  }

  .diqu-place-label-value {
    font-size: 1.1rem;
  }

  .xian-place-label-value {
    font-size: 1.1rem;
  }

  .xian-place-label {
    font-size: 1rem;
    fill: #011e48;
  }

  html {
    font-size: 10px;
    overflow: hidden;
  }

  body,
  html {
    width: 100%;
    height: 100%;
  }

  body {
    position: relative;
  }

  #Single_city_meg {
    display: none;
  }

  /*.player {
        display: none;
    }*/
  /*#footerContainer .footerBox{
        display: none;
    }*/
  #Shortcut_key {
    display: none;
  }

  #collect {
    display: none;
  }

  /*======用户收藏模块=======*/
  #collect {
    display: none;
  }

  #show_Collect {
    display: none;
  }

  #city_Collect {
    display: none;
  }

  /*======未来五天天气预报模块样式=======*/
  .container #forecast {
    width: 32.5rem;
    height: 15.5rem;
    position: absolute;
    top: 4rem;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    padding-top: 6rem;
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
    border-radius: 0.5rem;
  }

  .container #forecast .tianqi {
    flex: 1;
    border-right: 1px solid #fff;
  }

  .container #forecast .tianqi:nth-child(5) {
    border: none;
  }

  .container #forecast .tianqi p:nth-child(1) {
    font: 1.2rem/2rem "微软雅黑";
    color: #fff;
    text-align: center;
  }

  .container #forecast .tianqi p:nth-child(2) {
    width: 100%;
    height: 2.5rem;
    text-align: center;
  }

  .container #forecast .tianqi p:nth-child(3) {
    font: 1.1rem/1.6rem "微软雅黑";
    color: #fff;
    text-align: center;
  }

  .container #forecast .tianqi p:nth-child(4) {
    text-align: center;
  }

  .container #forecast .tianqi p:nth-child(4) span {
    display: inline-block;
    font: 1.4rem/1.4rem "微软雅黑";
    padding: 0.4rem;
    color: #fff;
    text-align: center;
    border-radius: 3px;
  }

  /*======分享展示模块的样式======*/
  #enjoyCover {
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    z-index: 100000;
    right: 0;
    top: 0;
    display: none;
    overflow: hidden;
  }

  #enjoyCover p {
    font: 2rem/4rem "微软雅黑";
    color: #999;
    padding-left: 0.5rem;
    box-sizing: border-box;
    background: #eee;
  }

  #enjoyCover .platforms {
    width: 100%;
    overflow: hidden;
    height: 9rem;
  }

  #enjoyCover .platforms img:nth-child(1) {
    float: left;
    width: 5rem;
    height: 7rem;
    margin-top: 2rem;
    margin-left: 2rem;
  }

  #enjoyCover .platforms img:nth-child(2) {
    float: left;
    width: 5rem;
    height: 5rem;
    margin-top: 2.8rem;
    margin-left: 4rem;
  }

  #enjoyCover .url {
    background: #fff;
    border: 0.1rem solid #999;
    margin-bottom: 2rem;
    overflow-x: auto;
  }

  #enjoyCover .jiequ {
    width: 100%;
    height: 60%;
  }

  #enjoyCover .jiequ img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #enjoyCover .closeEnjoyButton {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background: #3697d1;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    right: 1.5rem;
    top: 1.5rem;
    font: 5rem/5rem "微软雅黑";
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  #annotation {
    height: 100%;
  }

  /*=====定位按钮样式====*/
  .right_click {
    width: 5rem;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    right: 1.5rem;
    top: 0rem;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }

  .right_click .icon {
    float: left;
    height: 1.2rem;
    width: 1.2rem;
    margin: 4px 0 0 6px;
    padding: 0;
  }

  .right_click .mask {
    background: black;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0;
  }

  .right_click .drop-down-button {
    margin: 0;
    height: 1.8rem;
    width: 100%;
    padding-top: 0.5rem;
  }

  .right_click #menuList {
    display: none;
    padding-top: 10px;
  }

  .right_click .drop-up-button {
    height: 1.8rem;
    border-top: solid #a48687 1px;
    margin-top: 0.5rem;
    position: relative;
    width: 5.2rem;
    color: white;
    /*overflow: hidden;*/
    line-height: 1.4rem;
    font: 1.5rem "微软雅黑";
    background-size: 22% 56%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    font-weight: 400;
  }

  .right_click .button-content {
    float: right;
    line-height: 1.8rem;
    margin-right: 8px;
    font-size: 1.2rem;
  }

  .right_click .drop-up-button .up-img {
    width: 1.8rem;
    margin: 0 1.7rem;
  }

  .right_click .drop-down-button .down-img {
    width: 1.8rem;
    margin: 0 1.7rem;
  }

  .right_click .menu-button {
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    width: 5.2rem;
    color: white;
    /*overflow: hidden;*/
    height: 2.1rem;
    line-height: 1.4rem;
    font: 1.5rem "微软雅黑";
    background-size: 22% 56%;
    text-align: center;
    float: left;
    box-sizing: border-box;
    font-weight: 400;
  }

  .right_click .enjoy {
    display: none;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    font: 1.2rem/3rem "微软雅黑";
    background: rgba(0, 0, 0, 0.6) url(../phone.png) no-repeat 0.5rem -47.9rem;
    text-align: center;
    border-radius: 0.5rem;
  }

  .right_click #dingwei {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    font: 1.4rem/3rem "微软雅黑";
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    outline: none;
  }

  .right_click #dingwei .span2 {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url(../airwise.png) no-repeat -0.5rem -313px;
    overflow: hidden;
  }

  /*=============右边侧边栏的样式=================*/
  #sideBarCover {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1000000;
    right: 0;
    top: 0;
    display: none;
    box-sizing: border-box;
  }

  #sideBarCover .closeSideButton {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background: #3697d1;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    right: 1.5rem;
    bottom: 1.5rem;
    font: 5rem/6rem "微软雅黑";
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  #sideBarCover #sideBarCover_cover {
    display: block;
    width: 100%;
    height: 180rem !important;
    position: absolute;
    z-index: 10000000;
    background: rgba(0, 0, 0, 0.6) url(../loading.gif) no-repeat center 13%;
    background-size: 10rem 10rem;
    left: 0;
    top: 0;
  }

  /*EMI减排评估*/
  #sideBarCover .select_moudle {
    width: 100%;
    padding-right: 1.7rem;
    padding-top: 1.5rem;
    padding-left: 3rem;
    box-sizing: border-box;
    position: relative;
  }

  #sideBarCover .select_moudle .select_moudle_top {
    width: 100%;
    float: left;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(1) {
    float: left;
    border: 0.1px solid #ccc;
    border-radius: 0.6rem;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(1) span {
    float: left;
    font: 1.2rem/2.4rem "微软雅黑";
    text-align: center;
    display: inline-block;
    width: 5rem;
    color: #555555;
    background: #e6f1f4;
    cursor: pointer;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(1) #week {
    border-radius: 0.5rem 0 0 0.5rem;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(1) #month {
    border-radius: 0px;
    /*border-radius: 0px 0.5rem 0.5rem 0px;*/
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(1) #season {
    border-radius: 0px 0.5rem 0.5rem 0px;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(1) .active {
    color: #fff;
    background: #4d99b0;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(2) {
    float: right;
    border: 0.1rem solid #ccc;
    border-radius: 0.6rem;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(2) span {
    float: left;
    font: 1.2rem/2.4rem "微软雅黑";
    text-align: center;
    display: inline-block;
    width: 7rem;
    color: #555555;
    background: #e6f1f4;
    cursor: pointer;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(2) #city_all {
    border-radius: 0.5rem 0 0 0.5rem;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(2) #city_part {
    border-radius: 0px 0.5rem 0.5rem 0px;
  }

  #sideBarCover .select_moudle .select_moudle_top p:nth-child(2) .active {
    color: #fff;
    background: #4d99b0;
  }

  #sideBarCover .select_moudle .select_moudle_center {
    width: 100%;
  }

  #sideBarCover .select_moudle .select_moudle_center p:nth-child(1) {
    width: 100%;
    font: 1.4rem/3rem "微软雅黑";
    color: #000;
    font-weight: 900;
    text-align: center;
  }

  #sideBarCover .select_moudle .select_moudle_foot {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 6.3rem;
    z-index: 1000;
  }

  #sideBarCover .select_moudle .select_moudle_foot p:nth-child(1) {
    width: 100%;
    font: 1.2rem/2.6rem "微软雅黑";
    color: #888;
    padding-top: 0.5rem;
    box-sizing: border-box;
    text-align: left;
  }

  #sideBarCover .more_container {
    width: 33rem;
    height: 80%;
    padding-left: 1.5rem;
    box-sizing: border-box;
    overflow-y: scroll;
    margin: 0 auto;
    position: relative;
  }

  #sideBarCover .more_container #dataTable_wrapper {
    float: left;
  }

  #sideBarCover .more_container #dataTable_wrapper #dataTable_filter label {
    color: #fff;
  }

  #sideBarCover
    .more_container
    #dataTable_wrapper
    #dataTable_filter
    label
    input {
    border: none;
    font: 1rem/2rem "微软雅黑";
    color: #888;
    border: 0.1rem solid #999;
    border-radius: 0.5rem;
    padding-left: 2rem;
    box-sizing: border-box;
    outline: none;
    background: url(../sousuo.png) no-repeat 0.5rem center;
    background-size: 10% 60%;
    width: 12rem;
    position: fixed;
    right: 2.3rem;
    /*margin-top: -2px;*/
    z-index: 1000000;
  }

  #sideBarCover .more_container #dataTable {
    border: none;
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #sideBarCover .more_container #dataTable thead {
    float: left;
    display: block;
    border: none !important;
    width: 100% !important;
    position: fixed;
    margin-top: 2rem;
  }

  #sideBarCover .more_container #dataTable thead tr {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    float: left;
    display: block;
    width: 100%;
  }

  #sideBarCover .more_container #dataTable thead tr th {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    border: none;
    text-align: center;
    color: #fff;
    border-right: 0.1rem solid #fff;
    border-top: 0.1rem solid #fff;
    box-sizing: border-box;
    font: 1rem/2.2rem "微软雅黑";
    background: #69adc2;
  }

  #sideBarCover .more_container #dataTable thead tr th:hover {
    cursor: pointer;
  }

  #sideBarCover .more_container #dataTable thead tr th:nth-child(1) {
    display: inline-block;
    width: 2.6rem !important;
  }

  #sideBarCover .more_container #dataTable thead tr th:nth-child(2) {
    display: inline-block;
    width: 4.3rem !important;
  }

  #sideBarCover .more_container #dataTable thead tr th:nth-child(3) {
    display: inline-block;
    width: 9rem !important;
  }

  #sideBarCover .more_container #dataTable thead tr th:nth-child(4) {
    display: inline-block;
    width: 6rem !important;
  }

  #sideBarCover .more_container #dataTable thead tr th:nth-child(5) {
    display: inline-block;
    width: 4.7rem !important;
    background: #418fa6;
  }

  #sideBarCover .more_container #dataTable thead tr th:nth-child(6) {
    display: inline-block;
    width: 4.7rem !important;
    background: #418fa6;
  }

  #sideBarCover .more_container #dataTable tbody {
    float: left;
    border: none !important;
    width: 100% !important;
    margin-top: 4.3rem;
  }

  #sideBarCover .more_container #dataTable tbody tr {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    float: left;
    display: block;
    width: 100%;
  }

  #sideBarCover .more_container #dataTable tbody tr td {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    border: none;
    text-align: center;
    color: #000;
    border-right: 0.1rem solid #fff;
    border-top: 0.1rem solid #fff;
    box-sizing: border-box;
    font: 1rem/2.2rem "微软雅黑";
  }

  #sideBarCover .more_container #dataTable tbody tr td:nth-child(1) {
    display: inline-block;
    width: 2.6rem;
  }

  #sideBarCover .more_container #dataTable tbody tr td:nth-child(2) {
    display: inline-block;
    width: 4.3rem !important;
  }

  #sideBarCover .more_container #dataTable tbody tr td:nth-child(3) {
    display: inline-block;
    width: 9rem !important;
  }

  #sideBarCover .more_container #dataTable tbody tr td:nth-child(4) {
    display: inline-block;
    width: 6rem !important;
  }

  #sideBarCover .more_container #dataTable tbody tr td:nth-child(5) {
    display: inline-block;
    width: 4.7rem !important;
  }

  #sideBarCover .more_container #dataTable tbody tr td:nth-child(6) {
    display: inline-block;
    width: 4.7rem !important;
  }

  #sideBarCover .more_container #dataTable tbody tr:nth-child(odd) {
    background: #f7fbfc;
  }

  #sideBarCover .more_container #dataTable tbody tr:nth-child(even) {
    background: #e6f1f5;
  }

  #sideBarCover
    .more_container
    #dataTable
    tbody
    tr:nth-child(odd)
    td:nth-child(5) {
    font-weight: 900;
    background: #d1e4ea;
  }

  #sideBarCover
    .more_container
    #dataTable
    tbody
    tr:nth-child(odd)
    td:nth-child(6) {
    font-weight: 900;
    background: #d1e4ea;
  }

  #sideBarCover
    .more_container
    #dataTable
    tbody
    tr:nth-child(even)
    td:nth-child(5) {
    font-weight: 900;
    background: #b1d3dc;
  }

  #sideBarCover
    .more_container
    #dataTable
    tbody
    tr:nth-child(even)
    td:nth-child(6) {
    font-weight: 900;
    background: #b1d3dc;
  }

  #dataTable tbody tr .dataTables_empty {
    display: block !important;
    float: left !important;
    width: 15rem !important;
    margin: 0 auto;
    text-align: center;
    font: 1.6rem/3.3rem "微软雅黑" !important;
  }

  /*关于我们手机版*/
  .point_detail_model {
    width: 100% !important;
    height: 100% !important;
    background: #fff;
    position: absolute;
    z-index: 1000000;
    right: 0;
    top: 0;
    display: none;
    box-sizing: border-box;
  }

  .point_detail_model .closeSideButton {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background: #3697d1;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    right: 1.5rem;
    bottom: 1.5rem;
    font: 5rem/6rem "微软雅黑";
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 6rem;
  }

  .point_detail_model .main_title {
    font-size: 38px;
    color: #3697d1;
    text-align: right;
    padding: 30px 30px 0;
  }

  .point_detail_model .title {
    font-size: 18px;
    color: #3697d1;
    padding: 10px 20px;
    border-bottom: solid #eeeeee 1px;
  }

  .point_detail_model .current_data_box .data_box {
    padding: 0 25px;
    height: 90px;
    margin-top: 20px;
  }

  .point_detail_model .current_data_box .data_box li {
    width: 33%;
    height: 30px;
    color: #333333;
  }

  .point_detail_model .current_data_box .data_box li p {
    font-family: "Microsoft YaHei UI";
    color: #333333;
    font-size: 14px;
    line-height: 23px;
  }

  .point_detail_model .current_data_box .data_box li a {
    font-size: 14px;
    color: #365ed1;
  }

  .point_detail_model .current_data_box .explain {
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    color: #333333;
    padding: 0 25px;
  }

  .point_detail_model .hourly_forecast_box {
    height: 467px;
    width: 587px;
  }

  .point_detail_model .hourly_forecast_box .name_box {
    width: 100px;
    height: 100%;
    background: #eeeeee;
  }

  .point_detail_model .hourly_forecast_box .content_box {
    width: 487px;
    height: 100%;
    overflow: auto;
  }

  .point_detail_model .hourly_forecast_box .init_day_back {
    background: white;
  }

  .point_detail_model .hourly_forecast_box .choose_back {
    background: #eeeeee;
  }

  .point_detail_model .hourly_forecast_box .name_box ul li {
    color: #115386;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    cursor: pointer;
  }

  .point_detail_model .hourly_forecast_box .content_box ul {
    height: 30px;
  }

  .point_detail_model .hourly_forecast_box .content_box ul li {
    width: 80px;
    height: 30px;
    color: white;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    line-height: 30px;
  }

  .point_detail_model .hourly_forecast_box .content_box .wind_dir {
    height: 20px;
    margin: 5px auto;
  }

  .point_detail_model
    .hourly_forecast_box
    .content_box
    ul
    li
    .pollution_content {
    font-size: 14px;
    font-family: "Microsoft YaHei UI";
    width: 70px;
    height: 20px;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
  }

  #aboutUsModel {
  }

  #aboutUsModel video {
    width: 100% !important;
  }

  #aboutUsModel .title {
    font-size: 38px;
    color: #3697d1;
    float: right;
    margin: 20px 30px 0 0;
    border: 0;
    padding: 0 !important;
  }

  #aboutUsModel .menu-box {
    border-bottom: #eeeeee solid 1px;
    height: 20px;
    margin-top: 70px;
    padding: 5px 25px;
  }

  #aboutUsModel .menu-box ul li {
    color: #3697d1;
    width: 6rem;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
  }

  #aboutUsModel .content-box {
    padding: 8px 25px;
  }

  #aboutUsModel .content-box .content {
    color: #4a5161;
    font-size: 14px;
    font-family: 微软雅黑;
    letter-spacing: 2px;
    line-height: 20px;
  }

  #aboutUsModel .content-box .wind-img {
    margin: 20px 30px;
    width: 80%;
  }

  #aboutUsModel .content-box .name {
    color: #3697d1;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
  }

  #aboutUsModel .content-box table {
    border-collapse: collapse;
    width: 100%;
    border: solid #eeeeee 1px;
    margin-bottom: 13px;
  }

  #aboutUsModel .content-box table td {
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
  }

  #aboutUsModel .content-box table thead {
    background: #56ade1;
    color: white;
    height: 45px;
  }

  #aboutUsModel .content-box table tbody tr {
    height: 55px;
  }

  #aboutUsModel .content-box table thead tr {
    height: 45px;
  }

  #aboutUsModel .content-box table tbody td {
    font-size: 14px;
    color: #333333;
  }

  #cityDetailBox {
    display: none;
  }

  #wxQrcodeBpx {
    display: none;
  }

  /*==========加减号===============*/
  .right_click .url {
    display: none;
  }

  .right_click .load_app {
    display: none;
  }

  .zoom-button-box {
    position: absolute;
    right: 0;
    top: 9rem;
    width: 45px;
    height: 9rem;
    z-index: 99;
    /* display: none; */
  }
  .phoneTabMap {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 17rem;
    z-index: 9999;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    font: 1rem/1rem "微软雅黑";
    /* background: rgba(0, 0, 0, 0.6); */
    background: url(/img/airIcon/app_dianwei.png) no-repeat center;
    text-align: center;
    line-height: 3rem;
  }
  .lzVideo{
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 21rem;
    z-index: 9999;
    border-radius: 0.5rem;
    font: 1.2rem/1.2rem "微软雅黑";
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    line-height: 1.5rem;
  }
  .zoom-button-box .zoomin {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    font: 3rem/3rem "微软雅黑";
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 2.5rem;
  }

  .zoom-button-box .zoomout {
    margin-top: 1rem;
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    font: 3rem/3rem "微软雅黑";
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 2.5rem;
  }
  .leaflet-left .leaflet-control {
    position: fixed;
    margin-left: 0px !important;
    right: 15px !important;
    top: 81px !important;
  }
  .leaflet-touch .leaflet-bar .leaflet-control-zoom-in {
    border-radius: 0.5rem !important;
    width: 3rem !important;
    height: 3rem !important;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 2.5rem;
  }
  .leaflet-touch .leaflet-bar .leaflet-control-zoom-out {
    border-radius: 0.5rem !important;
    width: 3rem !important;
    height: 3rem !important;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;
    line-height: 2.5rem;
  }
  .right_click #jianpai {
    /*width: 3rem;*/
    /*height: 3rem;*/
    /*border-radius: 0.5rem;*/
    /*!*font: 1.5rem/3rem "微软雅黑";*!*/
    /*background: rgba(0, 0, 0, 0.6) url(../baifenhao.png) no-repeat 0.6rem center;*/
    /*background-size: 65% 65%;*/
    /*text-align: center;*/
    /*position: relative;*/
    /*color: rgba(0, 0, 0, 0);*/
  }

  .email {
    margin: 1rem 0 0 5rem;
    color: #000;
    font-family: "微软雅黑";
    font-size: 1.5rem;
  }

  #sideBarButton {
    /*width: 3rem;*/
    /*height: 3rem;*/
    /*border-radius: 0.5rem;*/
    /*font: 1.4rem/3rem "微软雅黑";*/
    /*background: rgba(0, 0, 0, 0.6) url(../phone.png) no-repeat 3px -315px;*/
    /*text-align: center;*/
    /*color: rgba(0, 0, 0, 0);*/
  }

  /*.right_click #jianpai:before{
        content:"";
        position: absolute;
        left:-0.5rem;
        top:-0.5rem;
        width:3rem;
        height:3rem;
        background: url(../new.png) no-repeat center center;
        background-size: 70% 70%;
    }*/
  /*=======关于和排名多功能按钮的样式=======*/
  #left_colorBar {
    width: 2rem;
    height: 3.7rem;
    position: absolute;
    left: 0rem;
    top: 27rem;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6) url(../phone.png) no-repeat -0.5rem -41rem;
    /*background: rgba(0,0,0,0.6) url(../phone.png) no-repeat -3.5rem -41rem;*/
    font: 1.6rem/4rem "微软雅黑";
  }

  .container {
    height: 6rem;
    width: 80%;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 2.5rem;
  }

  /*=======左下角操作=======*/
  .typeselect {
    position: fixed;
    bottom: 6rem;
    left: 1rem;
    float: left;
    width: 7rem;
    /*margin-top: 8rem;*/
    /*margin-left: -22rem;*/
  }

  .typeselect .radio-box {
    margin-top: 0.1rem;
    /*background:rgba(0,0,0,0.6);*/
    margin: 2px 0;
    width: 11rem;
    height: 1.7rem;
    position: relative;
    border-radius: 20px;
  }

  .typeselect .main-radio {
    width: 5.5rem;
    float: left;
    height: 1.7rem;
    position: relative;
  }

  .typeselect .main-radio .radio {
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 1.7rem;
    position: absolute;
    z-index: 20;
  }

  .typeselect .main-radio .gfs-content::before {
    content: "GFS";
    text-align: center;
    font-size: 1rem;
    line-height: 1.7rem;
    margin: auto;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
  }

  .typeselect .main-radio .cuace-content::before {
    content: "CUACE";
    text-align: center;
    font-size: 1rem;
    line-height: 1.7rem;
    margin: auto;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
  }

  .typeselect .main-radio .radio:checked {
    background: #f7a715;
    border-radius: 50px;
  }

  .typeselect .switch-lable {
    font-size: 1rem;
    color: #ffffff;
    margin: 0 5px;
  }

  .typeselect .switch {
    margin-top: 5px;
    float: left;
    width: auto;
    height: 1.1rem;
  }

  .typeselect .switch-br {
    display: none;
    width: auto;
  }

  .typeselect .little-menu {
    /* display: none; */
    width: 8rem;
    height: 22px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    /* padding:0 5px; */
    position: relative;
    /* padding-right: 20px; */
    cursor: pointer;
    line-height: 23px;
    padding: 0 !important;
    margin-top: 5px;
  }

  .typeselect .little-menu .content {
    line-height: 27px;
    font: 1.2rem/1.4rem "微软雅黑";
  }
  .typeselect .little-menu::before {
    content: "";
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 3px;
    top: 7px;
    position: absolute;
  }
  .typeselect .little-menu .icon {
    height: 27px;
    width: 27px;
    float: left;
    background-size: 260px;
  }

  .switch-box {
    width: 11rem !important;
  }

  .switch-box .phone-button {
    width: 12rem;
  }

  .typeselect .second-menu .concentration-box {
    display: none;
    width: 9rem;
    float: left;
    cursor: pointer;
    margin-top: 0.5rem;
  }

  .typeselect .second-menu .concentration-box e {
    display: inline-block;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    position: relative;
  }

  .typeselect .second-menu .concentration-box e:nth-child(2) {
    display: inline-block;
    width: 5.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    border-radius: 0.6rem;
    background: rgba(0, 0, 0, 0.6);
  }

  .typeselect .second-menu .concentration-box e:nth-child(2):after {
    content: "";
    border-top: 0.6rem solid #fff;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    position: absolute;
    right: 0.7rem;
    top: 1rem;
  }

  .typeselect .second-menu .heigh-box {
    display: none;
    width: 11rem;
    float: left;
    cursor: pointer;
    margin-top: 0.5rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.8rem;
    box-sizing: border-box;
  }

  .typeselect .second-menu .heigh-box e {
    float: left;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    line-height: 25px;
    position: relative;
  }

  .typeselect .second-menu .heigh-box e:nth-child(2) {
    width: 8rem;
    padding: 0.5rem;
    box-sizing: border-box;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    border-radius: 0.6rem;
  }

  .typeselect .second-menu .heigh-box e:nth-child(2):after {
    content: "";
    border-top: 0.6rem solid #fff;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    position: absolute;
    right: 0.7rem;
    top: 1rem;
  }

  .typeselect .menu-box {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    /* border-radius: 1rem; */
    width: 8rem;
    margin: 0 !important;
    overflow: hidden;
  }

  .typeselect .menu-box .menu-title {
    display: none;
  }

  .typeselect .menu-box .menu-active {
    background-color: #1cbdfc;
  }

  .typeselect div {
    float: left;
    width: 100%;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    /* padding: 0 3px; */
  }

  .typeselect div p:nth-child(1) {
    float: left;
    width: 100%;
    height: 2rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
  }

  .typeselect div p:nth-child(1) a {
    float: left;
    width: 2.1em;
    height: 2rem;
    /* border-radius: 50%; */
    overflow: hidden;
    margin: 0 0.3rem;
  }

  .typeselect div p:nth-child(1) span {
    float: left;
    width: 3.5rem;
    text-align: center;
    font: 1.1rem/2rem "微软雅黑";
    color: #fff;
    border-radius: 0.8rem;
    margin-left: 0.3rem;
    box-sizing: border-box;
  }

  .typeselect .five span {
    font-size: 1.2rem;
  }

  .typeselect .five #model-change {
    border-radius: 5px;
    background: white;
  }

  .typeselect .weather-station {
    float: left;
  }

  /*===不同因子的背景图===*/
  .typeselect .image-size {
    background-size: 260px !important;
  }
  .typeselect .one .wendu .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -39px;
  }

  .typeselect .two .jiangshui .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -166px;
  }

  .typeselect .wuran .AQI .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -39px;
  }

  .typeselect .wuran .o3 .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -207px;
  }

  .typeselect .wuran .pm25 .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -82px;
  }
  .typeselect .wuran .pm10 .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -125px;
  }

  .typeselect .wuran .co .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -167px;
  }

  .typeselect .wuran .no2 .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -250px;
  }

  .typeselect .wuran .so2 .tu {
    background: url(/img/menu_icon.png) no-repeat -165px -293px;
  }

  .typeselect .dusmass .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -250px;
  }

  .typeselect .seven .fushe .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -292px;
  }

  .typeselect .fore .fengsu .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -81px;
  }

  .typeselect .fore .haiba .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -334px;
  }

  .typeselect .eight .pslv .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -122px;
  }

  .typeselect .eight .water .tu {
    background: url(/img/menu_icon.png) no-repeat -62px -208px;
  }
  .typeselect .vis .tu {
    background: url(/img/vis_img.png) no-repeat;
    background-size: 21px !important;
  }

  /*===点击状态下字的背景颜色===*/
  /*.typeselect div p:nth-child(1) .active {*/
  /*background-color: #f7a715;*/
  /*}*/

  /*===点击不同的选项对应的表示高度百帕的选项显示===*/
  .typeselect div p.bbb {
    width: 100%;
    float: left;
    display: none;
    cursor: pointer;
    margin-top: 0.5rem;
  }

  .typeselect div p.bbb e {
    display: inline-block;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    position: relative;
  }

  .typeselect div p.bbb e:nth-child(2) {
    display: inline-block;
    width: 8rem;
    padding: 0.5rem;
    box-sizing: border-box;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    border-radius: 0.6rem;
    background: rgba(0, 0, 0, 0.6);
  }

  .typeselect div p.bbb e:nth-child(2):after {
    content: "";
    border-top: 0.6rem solid #fff;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    position: absolute;
    right: 0.7rem;
    top: 1rem;
  }

  .typeselect div p.ccc {
    width: 100%;
    float: left;
    display: none;
    cursor: pointer;
    margin-top: 0.5rem;
  }

  .typeselect div p.ccc e {
    display: inline-block;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    position: relative;
  }

  .typeselect div p.ccc e:nth-child(2) {
    display: inline-block;
    width: 5.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
    font: 1.2rem/1.4rem "微软雅黑";
    color: #fff;
    border-radius: 0.6rem;
    background: rgba(0, 0, 0, 0.6);
  }

  .typeselect div p.ccc e:nth-child(2):after {
    content: "";
    border-top: 0.6rem solid #fff;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    position: absolute;
    right: 0.7rem;
    top: 1rem;
  }

  /*===不同百帕模块的样式===*/
  .typeselect p.wind-mode {
    margin-left: -0.5rem;
    width: 8rem;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, .5);
    border-radius: 0.5rem;
    z-index: 500;
  }

  .typeselect .wind-mode span {

    padding-left: 0.5rem;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: white;
    font: 1.4rem/2rem "微软雅黑";
  }
  .typeselect .second-menu {
    width: 8rem;
    padding: 0;
    margin-top: 5px;
  }
  .typeselect .wind-mode1 {
    width: 8rem !important;
    /* position: fixed; */
    /* display: none; */
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    padding: 0 !important;
  }

  .typeselect .wind-mode1 span {
    display: inline-block;
    width: 50% !important;
    /* padding-left: 0.5rem; */
    margin: 0 !important;
    box-sizing: border-box;
    font: 1.4rem/2rem "微软雅黑";
  }
  .typeselect .wind-mode1 .wind-mode1-active {
    background-color: #359ffc;
    border-radius: 0.5rem !important;
  }
  .colorBar {
    display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
  }

  #menu {
    display: none;
  }

  #fengxiang {
    font: 2rem/4.3rem "微软雅黑";
  }

  #fengji {
    font: 2rem/4.3rem "微软雅黑";
  }

  #type {
    font: 2rem/4.3rem "微软雅黑";
  }

  #km {
    font: 2rem/4.3rem "微软雅黑";
  }

  #location-wind-units {
    color: #fff;
  }

  #location-value-units {
    color: #fff;
    background: #000;
  }

  .colorBarwind {
    color: #fff;
    background: #000;
  }

  #color-bar {
    position: fixed;
    display: block;
    right: 0rem;
    bottom: 8rem;
    z-index: 100;
  }

  #minimize {
    position: absolute;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.4rem;
    border-radius: 7px;
    width: 2rem;
    height: 2rem;
    z-index: 99999;
    right: 0rem;
    bottom: 4rem;
    display: none;
  }

  #maximize {
    position: absolute;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.4rem;
    border-radius: 7px;
    width: 2rem;
    height: 2rem;
    z-index: 2000;
    right: 0rem;
    bottom: 4rem;
    display: block;
  }

  #beforemaxTitle {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999999;
    width: 7rem;
    height: 2rem;
    padding: 1rem;
    border-radius: 5px;
  }

  .container .header a {
    text-align: center;
    float: left;
    height: 50px;
    width: 100px;
  }

  #beforemaxTitle a span:nth-child(1) {
    display: inline-block;
    width: 8rem;
    font-size: 20px;
    line-height: 0;
    font-family: "微软雅黑";
    font-weight: 900;
  }

  #beforemaxTitle a span:nth-child(2) {
    display: inline-block;
    font-family: "微软雅黑";
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 5px;
  }

  /* #beforemaxTitle span{
        line-height: 2rem;
        color: white;
        font: 1.6rem "微软雅黑";
        font-weight: 900;
        margin: 0 5px 0 10px;
    } */

  .colorBarvalue {
    display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    text-align: center;
    font: 1.2rem/2rem "微软雅黑";
  }

  .colorBarwind {
    display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    text-align: center;
    font: 1.2rem/2rem "微软雅黑";
  }

  #location-value-units {
    width: 0;
    height: 0;
    display: none;
  }

  .colorBarvalue {
    display: none;
  }

  .settings-wrap {
    display: none;
  }

  #colorTip {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 8rem;
    /*background: #fff;*/
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1.5rem;
    position: relative;
    width: 12rem;
    z-index: 10;
    display: none;
    color: #fff;
  }

  #colorTip .aqi {
    font: 1.2rem/2rem "微软雅黑";
    text-align: left;
  }

  #colorTip #address {
    font: 1.2rem/2rem "微软雅黑";
  }

  #location {
    width: 100%;
  }

  #location p {
    width: 100%;
    height: 2.4rem;
  }

  #location p span {
    display: block;
    float: left;
    font: 1.2rem/2.4rem "微软雅黑";
    text-align: left !important;
  }

  #display {
    width: 100%;
    height: 100%;
  }

  /*============移动端加载数据提醒=============*/
  #status,
  #details {
    margin-bottom: 13rem;
    display: none !important;
  }

  /*============移动端头部样式=============*/
  .container .header {
    position: relative;
    width: 100%;
    display: flex;
    height: 4rem;
    flex: 1;
    margin-left: 0rem;
    margin-top: 4rem;
    border-radius: 1.5rem;
    /*box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.5);*/
    box-sizing: border-box;
    margin: 0 auto;
  }

  .container .header .header-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .container .header .mask {
    /* background: black; */
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
  }

  .container .header a {
    flex: 2.5;
    text-align: center;
    float: left;
    height: 2rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
    margin-top: 1rem;
  }

  .container .header .header-title {
    color: white;
    font: 1.6rem/2rem "微软雅黑";
    font-weight: 900;
    margin: 0 5px 0 10px;
  }

  .container .header a {
    text-align: center;
    float: left;
    height: 50px;
    width: 100px;
  }

  .container .header a span:nth-child(1) {
    display: inline-block;
    font-size: 20px;
    line-height: 0;
    font-family: "微软雅黑";
    font-weight: 900;
    color: #ffffff;
  }

  .container .header a span:nth-child(2) {
    display: inline-block;
    font-family: "微软雅黑";
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 5px;
    color: #ffffff;
  }

  /*.container .header a span:nth-child(1) {*/
  /*float: left;*/
  /*display: inline-block;*/
  /*color: #115386;*/
  /*font: 1.6rem/2rem "微软雅黑";*/
  /*font-weight: 900;*/
  /*}*/
  /*.container .header a span:nth-child(2) {*/
  /*float: left;*/
  /*display: inline-block;*/
  /*color: #409cd3;*/
  /*font: 1.6rem/2rem "微软雅黑";*/
  /*font-weight: 900;*/
  /*}*/
  .container .header p {
    width: 100%;
    height: 100%;
    /* margin-top: -0.2rem;
        margin-right: 1rem;
        float: left;
        flex: 6.5;
        height: 2.5rem;
        background: #eee;
        border-radius: 1rem;
        box-shadow: inset 0px 0px 0.3rem rgba(0, 0, 0, 0.5);
        margin-top: 0.7rem; */
  }

  .container .header p .span1 {
    display: none;
    width: 1.6rem;
    height: 1.2rem;
    float: left;
    background: url(../icons.png) 0rem -0.1rem;
    line-height: 2.5rem;
    border-radius: 0.5rem;
    margin-top: 0.8rem;
    margin-left: 0.5rem;
  }

  .container .header p input {
    display: block;
    width: 78%;
    height: 4rem;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: url(/img/airIcon/soushuo.png) no-repeat 94%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: white !important;
    margin: 0 auto;
  }
  .container .header p input::-webkit-input-placeholder {
    color: white;
  }

  .container .header #dingwei #show-location {
    width: 2.5rem !important;
    height: 2.5rem;
    background: #3697d1;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin: 0.8rem 0.5rem 0.5rem 0;
    position: relative;
  }

  .container .header #dingwei #show-location .pointing-icon {
    position: absolute;
    left: 0.5rem;
    top: 0.8rem;
    margin: auto;
    width: 1.3rem;
  }

  .container .header #load_app {
    float: left;
    width: 1.5rem !important;
    height: 2rem;
  }

  .container .header #load_app a {
    display: inline-block;
    width: 1.5rem !important;
    height: 2rem;
    background: #3697d1 url(../app_load.png) no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    float: left;
    padding: 0;
    margin-left: -0.5rem;
  }

  /*===========移动端城市弹出框样式================*/
  .container #suggest {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    filter: Alpha(opacity=50);
    max-height: 23rem;
    width: 78%;
    z-index: 100;
    border-radius: 1rem;
    padding-left: 0.5rem;
    overflow-y: auto;
    margin: 0 auto;
    margin-top: .4rem;
  }

  .container .ac_results li {
    width: 100%;
    height: 5rem;
    margin-top: 0.5rem;
  }

  .container .ac_results p {
    height: 5rem;
    font-size: 1.3rem;
    display: block;
    box-sizing: border-box;
    color: #dcdcdc;
  }
  .container .ac_results p e{
    display: inline-block;
    width: 7rem;
  }
  .container .ac_results p i{
    display: inline-block;
    width: 7rem;
    font-style: normal;
  }
  .container .ac_results p span {
    display: block;
    font-weight: bold;
    height: 2rem;
    font: 1.2rem/1.2rem "微软雅黑";
    color: #ffffff;
  }

  .container .ac_results p span e {
    display: inline-block;
    font-style: normal;
    font-size: 0.5rem;
    color: #dcdcdc;
  }

  .container .ac_results p span i {
    display: inline-block;
    font-style: normal;
    font-size: 0.5rem;
    color: #dcdcdc;
  }

  .container .ac_result_tip {
    text-align: center;
    color: black;
    font: 1.2rem/2rem "微软雅黑";
    padding-top: 0.5rem;
  }

  /*================点击显示当前经纬度=====================*/
  /*#location {
        position: absolute;
        left: 0.3rem;
        bottom: -2rem;
        width: 15rem;
    }
    #location p span {
        font-size: 1.23rem;
    }
    #location-close {
        position: absolute;
        top: 0.5rem;
        right: 0.7rem;
    }*/
  /*====底部时间轴样式=====*/
  /*	.footer {
            background: rgba(0, 0, 0, 0.8);
            position: absolute;
            z-index: 10;
            bottom: 1rem;
            left: 1rem;
            height: 3.5rem;
            padding-left: 0.5rem;
            padding-top: 0.2rem;
            box-sizing: border-box;
            border-radius: 0.6rem 0rem 0rem 0.6rem;
        }
        .footer span:nth-child(1) {
            float: left;
            font: 1.4rem/3.5rem "微软雅黑";
            color: #fff;
        }
        .footer .bf {
            display: block;
            height: 3.5rem;
            position: absolute;
            font: 1.6rem/3.5rem "微软雅黑";
            right: -4.8rem;
            bottom: 0rem;
            color: #fff;
            background: rgba(0, 0, 0, 0.8);
            padding-top: 0.2rem;
            padding-left: 0.8rem;
            padding-right: 0.8rem;
            box-sizing: border-box;
            border-radius: 0 0.6rem 0.6rem 0;
        }
        .footer #nav-now {
            display: block;
            height: 3.5rem;
            font: 1.6rem/3.5rem "微软雅黑";
            color: #fff;
            padding-top: 0.2rem;
            padding-left: 0.8rem;
            padding-right: 0.8rem;
            box-sizing: border-box;
            border-radius: 0 0.6rem 0.6rem 0;
        }
        #nav-backward-more {
            float: left;
            width: 3rem;
            height: 3rem;
            background: url(../phone.png) no-repeat -2.9rem -37.4rem;
            margin-left: 0.5rem;
        }
        #nav-backward {
            float: left;
            width: 2rem;
            height: 3rem;
            border-radius: 50%;
            background: url(../phone.png) no-repeat -3.6rem -29.9rem;
            margin-left: 0.3rem;
        }
        #data-date {
            float: left;
            width: 14rem;
            height: 3rem;
            color: #fff;
            font: 1.6rem/3.5rem "微软雅黑";
            text-align: center;
        }
        #nav-forward {
            float: left;
            width: 2.4rem;
            height: 4rem;
            border-radius: 50%;
            background: url(../phone.png) no-repeat -0.3rem -33.7rem;
        }
        #nav-forward-more {
            float: left;
            width: 2.6rem;
            height: 4rem;
            border-radius: 50%;
            background: url(../phone.png) no-repeat -0.5rem -37.2rem;
        }*/
  /*=====PC端底部小时展示模块======*/
  #click {
    position: absolute;
    right: 10rem;
    bottom: 30rem;
    z-index: 10000;
    font-size: 1.6rem;
    padding: 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
  }

  #footerContainer {
    width: 100%;
    position: fixed;
    bottom: 0rem;
    overflow: hidden;
    /*overflow-x:auto; */
    /*left: 3.4rem;*/
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    z-index: 999;
    /*padding:0 20rem 0 20rem;
        box-sizing: border-box;*/
  }

  #footerContainer .footer_container {
    position: relative;
    width: 100%;
    height: 15rem;
    background: #f8f8f8;
    display: none;
  }
  #worningButton {
    display: none;
  }

  .alert-box {
    display: none;
  }

  .new-feature-prompt {
    display: none;
  }

  .add-warning-model {
    display: none;
  }

  #shareButton {
    display: none;
  }

  #warnSetModel {
    display: none;
  }

  #loginIn {
    display: none;
  }

  #logout {
    display: none;
  }

  /*移动端时间轴*/
  #footerContainer .footerBox {
    width: 100%;
    height: 6rem;
    /*background: #000;*/
    position: relative;
    display: flex;
    /*overflow-x:auto; */
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
  }

  .player {
    /*display:none;*/
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 0;
    /*left: 1rem;*/
    z-index: 1000;
    background: rgba(20, 20, 20, 1);
    padding-top: 0.6rem;
    box-sizing: border-box;
    /*border-right: 0.1rem solid #fff;*/
    /*border-top: 0.6rem solid #3697d1;*/
    cursor: pointer;
  }

  .player p {
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
  }

  .player p img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.7rem 1.2rem;
  }

  #footerContainer .footerBox .bottomLine {
    height: 0.6rem;
    width: 90%;
    position: absolute;
    left: 0;
    top: 5rem;
    background: #ccc;
    z-index: 1;
    cursor: pointer;
    border-radius: 0 0.3rem 0 0;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    display: none;
  }

  #footerContainer .footerBox .bottomLine .scale {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    display: none;
  }

  #footerContainer .footerBox .bottomLine .scale span {
    display: block;
    float: left;
    width: 2.083%;
    height: 100%;
    border-right: 0.1rem solid #fff;
    box-sizing: border-box;
    position: relative;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 1):before {
    content: "03";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 2):before {
    content: "06";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 3):before {
    content: "09";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 4):before {
    content: "12";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 5):before {
    content: "15";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 6):before {
    content: "18";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .scale span:nth-child(8n + 7):before {
    content: "21";
    font: 1rem/1rem "微软眼黑";
    position: absolute;
    right: -0.8rem;
    top: 1rem;
    color: #fff;
  }

  #footerContainer .footerBox .bottomLine .topLine {
    height: 0.6rem;
    width: 90%;
    position: absolute;
    left: 0;
    top: 0px;
    background: #3697d1;
    z-index: 1;
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
  }

  #footerContainer .footerBox .bottomLine .current {
    position: absolute;
    left: 0;
    top: 0px;
    width: 0.2rem;
    height: 0.6rem;
    background: blue;
    z-index: 10;
    display: none;
  }

  #footerContainer .footerBox .tip {
    font: 0.8rem/1.6rem "微软雅黑";
    color: #000;
    background: #fff;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    position: fixed;
    border-radius: 0.6rem;
    bottom: 4.5rem;
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    display: none;
  }

  #footerContainer .footerBox .tip:after {
    top: 100%;
    left: 2rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-width: 0.5rem;
    margin-left: -0.5rem;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
  }

  #footerContainer .footerBox .tipone {
    font: 1.2rem/2.5rem "微软雅黑";
    color: #fff;
    background: #9d0300;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    border-radius: 0.6rem;
    top: 2rem;
    cursor: pointer;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    display: none;
  }

  #footerContainer .footerBox .tipone:after {
    top: 100%;
    left: 2rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #9d0300;
    border-width: 0.5rem;
    margin-left: -0.5rem;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
  }

  #footerContainer .footerBox .dateBox {
    height: 4rem;
    position: fixed;
    bottom: 0rem;
    display: flex;
    /*overflow-x:auto; */
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    /*background: rgba(0, 0, 0, 0.4);*/
  }

  #footerContainer .footerBox .dateBox #tip_scale {
    display: block;
    position: fixed;
    width: 0.2rem;
    height: 100%;
    background: #3697d1;
    left: 16.6rem;
    opacity: 0;
  }

  #footerContainer .footerBox .dateBox #current_scale {
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 100%;
    background: #3697d1;
    left: 10rem;
  }

  #footerContainer .footerBox .dateBox p {
    text-align: center;
    width: 20rem;
    height: 100%;
    border-right: 0.1rem solid #fff;
    /*margin-right:0.2rem;*/
    background: rgba(0, 0, 0, 0.4);
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    /*padding-top: 2rem;
        box-sizing: border-box;*/
  }

  /*#footerContainer .footerBox .dateBox p:nth-child(2){
        padding-left: 50rem;
    }
    #footerContainer .footerBox .dateBox p:nth-child(7){
        padding-right: 14rem;
    }*/
  #footerContainer .footerBox .dateBox p span {
    /* display: block; */
    /* float: left; */
    /* width: 100%; */
    font: 1.2rem/4.5rem "微软雅黑";
    height: 3rem;
  }

  #footerContainer .footerBox .dateBox p e {
    height: 0.6rem;
    display: inline-block;
    float: left;
    width: 12.5%;
    font-style: normal;
    position: relative;
  }

  #footerContainer .footerBox .dateBox p e:before {
    font: 1rem/2.6rem "微软眼黑";
    position: absolute;
    right: 1.5rem;
    top: 0rem;
    color: #fff;
  }

  #footerContainer .footerBox .dateBox p e div {
    height: 0.6rem;
  }

  #footerContainer .footerBox .dateBox p e:nth-child(1):before {
    content: "";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(2):before {
    content: "03";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(3):before {
    content: "06";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(4):before {
    content: "09";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(5):before {
    content: "12";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(6):before {
    content: "15";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(7):before {
    content: "18";
  }

  #footerContainer .footerBox .dateBox p e:nth-child(8):before {
    content: "21";
  }

  /*=====关闭按钮=====*/
  #footerContainer .footer_container .close_footer_container {
    position: absolute;
    width: 3rem;
    right: 0rem;
    text-align: center;
    top: -3rem;
    z-index: 10;
    font: 3rem/3rem "微软雅黑";
    color: #fff;
    background: #9d0300;
    font-weight: 900;
    cursor: pointer;
  }

  /*=====左侧提示项=====*/
  #footerContainer .footer_container ul {
    float: left;
    width: 6rem;
    height: 15rem;
    background: #999;
  }

  #footerContainer .footer_container ul li {
    font: 1rem/1.9rem "微软雅黑";
    color: #333;
    padding-left: 0.3rem;
    box-sizing: border-box;
  }

  /*=======小时数据表格=======*/
  #footerContainer .footer_container table {
    display: inline-block;
    width: 26rem;
    float: left;
    color: #000;
    overflow-x: scroll;
  }

  #footerContainer .footer_container table tr {
    width: 24rem;
  }

  #footerContainer .footer_container table tr td {
    padding-left: 0.54rem;
    padding-right: 0.5rem;
    font: 1rem/1.7rem "微软雅黑";
    text-align: center;
  }

  .arrow-text {
    font-size: 1.3rem;
  }

  .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    left: 100px;
    right: 100px;
    display: none;
    z-index: 10;
  }

  .pc-cicle {
    display: none;
  }

  .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 100px;
    right: 100px;
    display: none;
    z-index: 10;
  }

  .circle-button {
    display: none;
    padding-right: 5px;
    height: 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    /* margin-top: 210px; */
    position: absolute;
    z-index: 10;
  }

  .circle-button p {
    font-size: 14px;
    font-family: "微软雅黑";
    float: left;
    margin-left: 8px;
  }

  .circle-button .see-triangle {
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fd7e25 transparent transparent; /*透明 透明  橘色*/
    float: left;
    margin: 4px 0 0 4px;
  }

  #windbarb {
    font-size: 1em;
  }
  #bottomBox {
    display: none;
  }
  .changeMapBack {
    display: none;
  }
  #isShowMenu {
    display: none;
  }
  .leftMenu {
    display: none;
  }
  .centerLogo {
    display: none;
  }
  .changeMapBack {
    width: 8rem !important;
    height: 22px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    line-height: 22px;
    margin-top: 6px;
  }
  .changeMapBack_hideBox {
    position: absolute;
    left: 8.1rem;
    top: -8.7rem;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    display: none;
  }
  .sanjiao {
    position: absolute;
    right: 0rem;
    top: 0.7rem;
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .timeTip{
    display: none;
  }
}
