
body {
    padding: 0;
}

* {
    margin: 0
}

.index_details_two {
    width: 1200px;
    height: auto;
    margin-top: 40px;
    display: block;
    margin-bottom: 80px;
}

.index_details_tree {
    width: 1200px;
    margin-top: 40px;
    display: block;
    text-align: left;
}

.special_tree_titlebox {
    width: 1200px;
    height: 50px;
}

.special_tree_span {
    width: 6px;
    height: 30px;
    display: block;
    background: #D45431;
    float: left;
}

.special_tree_title {
    color: #000;
    font-size: 18px;
    margin-left: 5px;
}

.index_details_content {
    width: 1060px;
    height: auto;
    margin: 0;
}

.typhoon_map {
    width: 100%;
    position: fixed;
    top: 92px;
    bottom: 1px;
    /*background: red;*/
    text-align: left;
}

.Hold-all {
    position: absolute;
    right: 280px;
    left: 0;
    top: 0px;
    height: 25px;
    background-color: #fff;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
}

.Hold-all-item {
    float: left;
    margin: 0 5px;
}

.typhoon_map_left {
    position: absolute;
    right: 280px;
    left: 0;
    top: 0px;
    bottom: 0px;
    float: left;
}

.typhoon_map_right {
    width: 280px;
    height: 100%;
    background: #E8F3FD;
    float: right;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.typhoon_list {
    width: 100%;
    height: 180px;
    /*background: #145aaa;*/
}

.Route_list {
    width: 100%;
    height: 215px;
    margin-top: 20px;
}

.typhoon-curr-routing-info {
    background-color: #161F5F;
    text-indent: 10px;
    color: white;
    line-height: 28px;
    font-size: 14px;
}

.ranging_list {
    width: 100%;
    position:absolute;
    top:440px;
    bottom: 1px;
    margin-top: 20px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

.ol-mouse-position {
    display: inline-block;
}

.loading {
    width: 160px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 56px;
    color: #fff;
    padding-left: 60px;
    font-size: 15px;
    background: #000 url(http://www.scsweather.com/img/waiting.gif) no-repeat 10px 50%;
    opacity: 0.7;
    z-index: 9999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.rainfallitem:hover{
    background-color: #99d0e9;
    color: white;
}
.rainfallitem_on{
    background-color: #99d0e9;
    color: white;
}
.stretchdiv_item_tit {
    min-width:158px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
#ascrail2000 {
    margin-left:-5px;
}

/*台风预报*/
.time_item_on{
    border: 1px skyblue solid;
}
.time_item{
    display: inline-block;line-height: 30px;;margin: 0 5px;padding: 0 5px;
    cursor: pointer;
}
/*改*/
.portsandtowndian{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -6px;
    left: 5px;
    cursor: pointer;
}

.fq_item{
    display: flex;flex-direction:column; width: 272px;margin-left: -5px;color: #666;
}
.fq_item p{
    display: flex; justify-content: space-between;
}
.fq_item span{
    flex: 1;text-align: center
}
.stretchdiv_itembox{
    width:100%;
}
.stretchdiv_item_tit{
    padding-right:0px;
    /*min-width:226px;*/
}

.tooltip{
    display: block;
}
.next{
    right:24%
}
.prev{
    left:24%;
}
.nav_item{
    min-width: 55px;
    height: 53px;
    border-right: 1px solid #3A4559;
    color: white;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    cursor: pointer;
}
.nav_item_p1{
    text-align: center;margin: 0;font-size: 12px;margin-bottom: 3px;padding-top: 3px;

}
.nav_item_p2{
    text-align: center;margin: 0;font-size: 12px;margin-left: 10px;margin-right: 10px;
}
.nav_on{
    background-color: #4088D0;
}
.nav_item button{
    width: 78px;padding: 6px 6px;font-size: 13px
}
.ranging_list .tooltip{
    position: fixed;
    background-color: rgba(0,0,0,0);
    border: 0;
    white-space: normal;
}
.go_rain_chart_btn{
    background: rgba(105,111,125,0.9);
}
.go_rain_chart_btn_on{
    background-color: #4088D0;

}
.panel{
    margin-left: -1px;
}
.ty_xs_on{
    cursor:not-allowed;
    background: #ccc;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.weui-switch {
    -webkit-appearance: none;
    appearance: none
}

.weui-switch, .weui-switch-cp__box {
    position: relative;
    width: 35px;
    height: 17px;
    border: 1px solid #dfdfdf;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #dfdfdf;
    -webkit-transition: background-color .1s, border .1s;
    transition: background-color .1s, border .1s
}

.weui-switch-cp__box:before, .weui-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 15px;
    border-radius: 10px;
    background-color: #fdfdfd;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: transform .35s cubic-bezier(.45, 1, .4, 1);
    transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1)
}

.weui-switch-cp__box:after, .weui-switch:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
    transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35)
}

.weui-switch-cp__input:checked ~ .weui-switch-cp__box, .weui-switch:checked {
    border-color: #307AB9;
    background-color: #307AB9
}

.weui-switch-cp__input:checked ~ .weui-switch-cp__box:before, .weui-switch:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.weui-switch-cp__input:checked ~ .weui-switch-cp__box:after, .weui-switch:checked:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.weui-switch-cp__input {
    position: absolute;
    left: -9999px
}

.weui-switch-cp__box {
    display: block
}
input:focus{
    outline: none;
}
input {
    outline: none;
}
