body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 62.5%;
    font-family: "PingFangSC-Regular";
}
label{
    margin: 0;
    font-weight: unset;
}
#map{
    width: 100vw;height: 100vh;z-index: 0;
}
.title_left {
    font-family: PingFangSC-Medium;
    font-size: 17px;
    color: #2A3241;
    letter-spacing: 0.27px;
    float: left;
    background-image:url(../subject/images/radar/ic_rain_l.png);
}
.title_right {
    font-size: 15px;
    line-height: 1.2;
    padding: 12px 16px;
    text-align: center;
    float: right;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    cursor: pointer;
}
.on {
    color: #2A3241;
}
.off {
    color: #1890FF;
}
.on::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 8px;
    height: 100%;
    background-image: url(../subject/images/radar/ic_left_h.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center;
}
.off::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 8px;
    height: 100%;
    background-image: url(../subject/images/radar/ic_left_l.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center;
    transform: rotate(-90deg);
}
.more_choose{
    list-style: none;
    border-radius: 3px;
    height: 60vh;
}
.more_choose ul{
    margin: 0;padding: 0;
}
.more_choose ul li{
    list-style: none;
    font-size: 15px;
    color: #2A3241;
    cursor: pointer;
    margin: auto;
    padding: 12px 50px 12px 12px;
    background: #fff;
}
.more_choose ul li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.more_choose ul li:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.more_choose .active{
    color: #1890FF;
}
.more_choose ul li:nth-child(3n+1):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #E8E8E8;
    transform: translate(0, -50%);
}
.more_choose ul li:nth-child(3n+2):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #E8E8E8;
    transform: translate(0, -50%);
}
.title_left {
    font-size: 15px;
    color: #1890FF;
    padding: 12px 24px 12px 42px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 12px;
    /*    top: 12px;*/
    bottom: 140px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 13px center;
}
.title_left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    width: 8px;
    height: 100%;
    background-image: url(../subject/images/radar/ic_right_l.png);
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: center;
}
.data_type{
    font-size: 15px;
    color: #2A3241;
    border-radius: 3px;
    margin-right: 5px;
}
.list_menu {
    font-size: 15px;
    color: #2A3241;
    border-radius: 3px;
}
.list_menu  ul{
    margin: 0;
    padding: 0;
    overflow: scroll;
    height: 100vw;
    border-radius: 3px;
}
.list_menu  ul li{
    background: #fff;
    cursor: pointer;
    list-style: none;
    padding: 12px;
}
/*.list_menu  ul li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.list_menu  ul li:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}*/
.type_choose{
    background: #fff;
    border-radius: 3px;
}
.type_choose ul{
    margin: 0;padding: 0;
}
.type_choose ul li{
    letter-spacing: 0;
    position: relative;
    padding: 12px 12px 12px 34px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 12px center;
    text-indent: 9px;
    list-style: none;
    cursor: pointer;
}
.type_choose .active{
    color: #1890FF;
}
.list_menu .active{
    color: #1890FF;
}
.uTypeIcon{
    width: 24px !important;
    height: 36px !important;
}

.uTypeNum {
    text-shadow: #edeaea 1px 0 0, #edeaea 0 1px 0, #edeaea -1px 0 0, #edeaea 0 -1px 0;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 2;
    margin-top: 12px;
    margin-left: -6px;
}
.uTypeName {
    text-shadow: #edeaea 1px 0 0, #edeaea 0 1px 0, #edeaea -1px 0 0, #edeaea 0 -1px 0;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 32px;
    margin-left: -6px;
    width: 24px;
    line-height: 1.5;
    display: none;
}
.blueCircle{
    width: 12px;
    height: 12px;
    background: #0099CC;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 0.5px 4px 3px rgba(0,0,0,0.1);
    float: left;
}
.black{
    background: #000;
}
.red{
    background: red;
}
/*.click .blueCircle {*/
/*    background: red;*/
/*}*/
.blueArrow{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #0099CC transparent transparent;
    border-width: 4px;
    top: -9px;
    left: -5px;
    transform: rotate(60deg);
}
.right_logo {
    font-family: PingFangSC-Regular;
    font-size: 9px;
    color: #9499A2;
    position: absolute;
    z-index: 9999;
    bottom: 114px;
    right: 12px;
}
/*-----------*/
.obtList{
    position: absolute;
    z-index: 0;
    background: #fff;
    width: 100vw;
    bottom: 140px;
    border: 1px solid #1E9FFF;
}
.choose_area {
    margin-top: 5px;
    height: 35px;
}
.txtFileTitle{
    margin-top: 5px;
    height: 35px;
    text-align: center;
}
.txtFileTitle label {
    list-style: none;
    font-size: 1.4em;
    line-height: 2.5;
    margin-left: 5px;
}
.choose_area label {
    list-style: none;
    float: left;
    font-size: 1.4em;
    line-height: 2.5;
    margin-left: 5px;
}
.query-btn {
    float: right;
    margin-right: 20px;
    margin-top: 4px;
    border-radius: 7px;
    letter-spacing: 5px;
    text-indent: 5px;
}
#timeshow {
    text-indent: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    background: rgb(209, 211, 212);
    margin: 0em 2% 10px;
}
/*-----------*/
.rightAndBottom {
    margin: 0;
    padding: 10px 5px;
    border-radius: 5px 0 0 5px;
    position: absolute;
    z-index: 0;
    bottom: 402px;
    right: 0;
    cursor: pointer;
}
.leftAndBottom {
    display: none;
    margin: 0;
    padding: 10px 5px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    z-index: 0;
    bottom: 402px;
    left: 0;
    cursor: pointer;
}
.forecast{
    position: absolute;
    bottom: 87px;
    width: 96%;
    background: #fff;
    z-index: 999;
    margin: 2%;
    font-size: 14px;
    line-height: 2;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 3px rgba(0,0,0,0.08);
    display: none;
}
.forecast .head {
    background: rgb(112,181,222);
    color: #fff;
    padding: 0 15px;
}
.layui-layer-setwin a {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../js/layer/theme/default/icon.png);
    background-repeat: no-repeat;
    background-position: 1px -40px;
}

.legend {
    position: absolute;
    bottom: 65px;
    z-index: 999;
    cursor: pointer;
    width: 98vw;
    height: 44px;
    margin: auto 1vw;
}
.s-legend {
    height: 42px;
    display: table;
    margin-top: 5px;
    position: relative;
    background: rgba(105, 103, 121,0.8);
}
.s-legend > div {
    width: 44px;
    color: #fff;
    line-height: 15px;
    float: left;
    display: inline-block;
    padding: 8px 0 0 8px;
}
.legend ul {
    margin: 0px;
    padding: 20px 10px 5px 0px;
    float: left;
}
.legend ul li {
    float: left;
    width: 25px;
    height: 15px;
    background: #3c4652;
    border: 1px solid #fff;
    border-right: none;
    list-style: none;
}
.legend ul li div {
    font-size: 11px;
    margin: -17px 0 0 2px;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    text-align: center;
}
.obtStatistics{
    position: absolute;
    z-index: 1;
    color: #FFF;
    background: rgba(0,0,0,0.55);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    top: 62px;
    right: 50px;
    left: 50px;
}
.obtStatistics label{
    margin: 10px;
}
.closeMsg{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
}
.openMsg{
    cursor: pointer;
    position: absolute;
    left: 48%;
    top: 80px;
    font-size: 24px;
    z-index: 999;
}
.obtTextName{
    position: absolute;
    z-index: 999;
    left: 12px;
    top: 12px;
}
.obtTextName input{
    text-align: center;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    color: #666;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    border: 1px solid #01AAED;
    border-right: 1px solid #ccc;
}
input[type="checkbox"].check_type {
    width: 16px!important;
    height: 16px!important;
    line-height: 16px !important;
    position: relative;
    margin-right: 5px;
    margin-top: 6px;
}
input[type="checkbox"].check_type:checked::before {
    content: "\2713";
    background-color: #3399fe;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #3399fe;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
}
.layui-btn-normal{
    background: #fff;
    color: #333 !important;
    opacity: 1 !important;
}
.maxIcon .glyphicon {
    color: red;
    margin-left: -24px;
    /* margin-left: -12px; */
    margin-top: -6px;
    font-size: 18px;
    text-shadow: #edeaea 1px 0 0, #edeaea 0 1px 0, #edeaea -1px 0 0, #edeaea 0 -1px 0;
}
.auto-header .side_title{
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
    color: #1890FF;
    padding: 12px 18px 12px 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
}
.auto-header .side_title span{
    font-size: 14px;
    line-height: 1;
    top: 2px;
    left: 8px;
    transition: transform 0.3s ease-out;
}
.auto-header .sidebar-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    z-index: 1;
    display: none;
}
.auto-header .side-nav {
    position: absolute;
    top: 58px;
    left: 12px;
    overflow: scroll;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
    color: #323232;
    z-index: 2;
    display: flex;
}
.auto-header .active {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.mint-radio {
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 8px;
}
.more_choose .active .mint-radio {
    background-color: #26a2ff;
    border-color: #26a2ff;
}
.mint-radio:after {
    content: " ";
    border-radius: 100%;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
}

#product_download {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.2;
    color: #1890FF;
    padding: 12px 18px 12px 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
}
#product_download span{
    font-size: 14px;
    line-height: 1;
    top: 2px;
    left: 8px;
    transition: transform 0.3s ease-out;
}