.mod-list .bd .nav ul {
    zoom:1}

.mod-list .bd .nav ul:before,.mod-list .bd .nav ul:after {
    content: "";
    display: table
}

.mod-list .bd .nav ul:after {
    clear: both;
    overflow: hidden
}

.module {
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.08);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 25px
}

.module .hd {
    position: relative;
    padding: 12px 20px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden
}

.module .hd .title {
    float: left;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-weight: bold;
    font-size: 16px
}

.module .hd .title:before {
    position: absolute;
    left: -10px;
    top: 50%;
    display: inline-block;
    width: 4px;
    height: 20px;
    content: "";
    margin: -10px 2px;
    vertical-align: middle;
    background: #2095f2;
    border-radius: 2px
}

.module .hd .title strong {
    font-weight: bold;
    color: #fc9000
}

.module .bd {
    padding: 20px
}

.mod-time {
    padding: 15px 20px;
    margin-bottom: 10px;
    background: rgba(255,255,255,.15);
    border-radius: 8px
}

.mod-time .bd {
    overflow: hidden;
    color: rgba(255,255,255,.8)
}

.mod-time .bd .panel-left {
    float: left;
    width: 240px;
    line-height: 24px
}

.mod-time .bd .panel-left .title {
    line-height: 36px;
    font-size: 20px;
    font-weight: bold;
    color: #fff
}

.mod-time .bd .panel-right {
    margin-left: 260px;
    line-height: 24px;
    text-align: right
}

.mod-time .bd .panel-right .time-box {
    display: inline-block;
    text-align: center
}

.mod-time .bd .panel-right .time-box span {
    display: inline-block;
    line-height: 48px;
    vertical-align: middle;
    font-size: 28px;
    font-weight: bold
}

.mod-time .bd .panel-right .time-box .time-span {
    width: 36px;
    padding: 0 15px;
    background: rgba(255,255,255,.1);
    text-align: center;
    border-radius: 8px;
    color: #fff
}

.mod-weather {
    padding: 15px 20px;
    margin-bottom: 15px;
    background: rgba(255,255,255,.15);
    border-radius: 8px
}

.mod-weather img,.mod-weather span {
    vertical-align: middle
}
.page a{
  display: block;
    float: left;
    width: 32px;
    margin: 0 1px 2px;
    height: 30px;
    background: #f8f8f8;
    line-height: 30px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.page b{
  display: block;
    float: left;
    width: 32px;
    margin: 0 1px 2px;
    height: 30px;
    background: #70a7df;
    line-height: 30px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.mod-weather .hd {
    line-height: 30px;
    color: rgba(255,255,255,.8)
}

.mod-weather .bd {
    position: relative;
    color: #fff
}

.mod-weather .bd span {
    margin-right: 20px
}

.mod-weather .bd .temperature {
    line-height: 48px;
    font-weight: bold;
    font-size: 40px
}

.mod-weather .bd .name {
    line-height: 48px;
    font-size: 22px
}

.mod-weather .bd .icon {
    float: right;
    margin-top: -15px
}

.mod-weather .bd .tag {
    display: inline-block;
    padding: 3px 10px 3px 3px;
    line-height: 18px;
    background: rgba(255,255,255,.15);
    border-radius: 10px
}

.mod-weather .bd .air:before {
    content: "";
    float: left;
    width: 18px;
    height: 18px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px
}

.mod-weather .bd .air-level1 {
    background-color: #a3d765
}

.mod-weather .bd .air-level1:before {
    background-image: url("../images/air-level1.png")
}

.mod-weather .bd .air-level2 {
    background-color: #f0cc35
}

.mod-weather .bd .air-level2:before {
    background-image: url("../images/air-level2.png")
}

.mod-weather .bd .air-level3 {
    background-color: #f1ab62
}

.mod-weather .bd .air-level3:before {
    background-image: url("../images/air-level3.png")
}

.mod-weather .bd .air-level4 {
    background-color: #ef7f77
}

.mod-weather .bd .air-level4:before {
    background-image: url("../images/air-level4.png")
}

.mod-weather .bd .air-level5 {
    background-color: #b28ccb
}

.mod-weather .bd .air-level5:before {
    background-image: url("../images/air-level5.png")
}

.mod-weather .bd .air-level6 {
    background-color: #ad788a
}

.mod-weather .bd .air-level6:before {
    background-image: url("../images/air-level6.png")
}

.mod-weather .bd .warning {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    margin-right: 24px;
    cursor: pointer;
    position: relative
}

.mod-weather .bd .warning-level01 {
    background-color: #86c5f7
}

.mod-weather .bd .warning-level02 {
    background-color: #f5d271
}

.mod-weather .bd .warning-level03 {
    background-color: #ef8c6b
}

.mod-weather .bd .warning-level04 {
    background-color: #ec807c
}

.mod-weather .ft {
    line-height: 30px;
    color: rgba(255,255,255,.8)
}

.mod-weather .ft span {
    margin-right: 20px
}

.mod-trend {
    margin-top: -25px
}

.mod-trend .bd {
    padding: 10px 15px
}

.mod-trend .bd .chart {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 0;
    height: 90px
}

.mod-trend .bd .scroll-bar {
    position: relative;
    overflow-x: auto
}

.mod-trend .bd .scroll-bar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fafafa
}

.mod-trend .bd .scroll-bar::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 4px
}

.mod-trend .bd ul {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1
}

.mod-trend .bd li {
    min-width: 60px;
    border-right: 1px solid rgba(0,0,0,.05)
}

.mod-trend .bd li:last-child {
    border-right: none
}

.mod-trend .bd .item {
    padding: 10px 5px;
    line-height: 24px;
    text-align: center;
    user-select: none
}

.mod-trend .bd .item:hover {
    background: rgba(0,0,0,.025)
}

.mod-trend .bd .item .c-bd {
    height: 100px
}

.mod-trend .bd .item .c-ft {
    line-height: 24px;
    color: #666
}

.mod-list .hd {
    padding: 25px 20px 10px;
    border-bottom: none;
    text-align: center
}

.mod-list .hd h1 {
    line-height: 32px;
    font-weight: bold;
    font-size: 20px
}

.mod-list .hd p {
    line-height: 22px;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px
}

.mod-list .bd {
    overflow: hidden
}

.mod-list .bd .nav {
    margin-top: -5px;
    margin-bottom: 25px;
    text-align: center
}

.mod-list .bd .nav ul {
    display: inline-block;
    background: #f5f8fa;
    line-height: 32px;
    border: 1px solid #e4eaee;
    border-radius: 6px;
    overflow: hidden
}

.mod-list .bd .nav li {
    float: left;
    margin-left: -1px;
    border-left: 1px solid #e4eaee
}

.mod-list .bd .nav li a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #546d7e
}

.mod-list .bd .nav li.active a {
    background: #546d7e;
    color: #fff
}

.mod-list .bd .box {
    margin-bottom: 15px
}

.mod-list .bd .box .c-hd {
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #427fb8;
    line-height: 32px;
    border-radius: 5px;
    color: #fff
}

.mod-list .bd .box .c-hd a {
    color: #fff
}

.mod-list .bd .box .c-hd .title {
    font-size: 15px;
    font-weight: bold
}

.mod-list .bd .box .c-hd .more {
    float: right;
    color: #eee;
    overflow: hidden
}

.mod-list .bd .box .c-hd .more span,.mod-list .bd .box .c-hd .more img {
    vertical-align: middle
}

.mod-list .bd .box .c-hd .more span.icon {
    float: left;
    margin-right: 5px;
    height: 32px;
    line-height: 32px
}

.mod-list .bd .box .c-hd .more span.info {
    float: left;
    line-height: 16px
}

.mod-list .bd .box .c-hd .more span.info span {
    display: block
}

.mod-list .bd .box .c-hd .more span.info span.temp {
    font-size: 13px;
    color: rgba(255,255,255,.6)
}

.mod-list .bd .box .c-bd ul {
    overflow: hidden
}

.mod-list .bd .box .c-bd li {
    float: left;
    width: 20%;
    line-height: 28px
}

.mod-list .bd .box .c-bd li a {
    display: block;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mod-list .bd .table-inner {
    margin-bottom: 20px;
    overflow-x: auto
}

.mod-list .bd .table-inner table {
    width: 100%;
    color: #384c78
}

.mod-list .bd .table-inner table tr {
    border-bottom: 1px solid #f8f8f8
}

.mod-list .bd .table-inner table td {
    padding: 8px 10px
}

.mod-list .bd .table-inner p span,.mod-list .bd .table-inner p img {
    margin: 0 3px
}

.mod-list .bd .table-inner p.date {
    color: #8a9baf
}

.mod-list .bd .calendar {
    margin-bottom: 20px
}

.mod-list .bd .calendar table {
    width: 100%;
    table-layout: fixed;
    color: #546d7e
}

.mod-list .bd .calendar table thead {
    background: #f5f8fa
}

.mod-list .bd .calendar table td,.mod-list .bd .calendar table th {
    border: 1px solid #e4eaee;
    line-height: 20px;
    text-align: center
}

.mod-list .bd .calendar table th {
    padding: 5px
}

.mod-list .bd .calendar table td {
    padding: 8px 5px
}

.mod-list .bd .calendar p.icon {
    line-height: 36px
}

.mod-list .bd .calendar p.icon img {
    vertical-align: middle
}

.mod-list .bd .calendar p.temperature {
    margin-bottom: 5px
}

.mod-list .bd .calendar p.day {
    color: #8a9baf
}

.mod-list .bd .calendar p.sun {
    font-size: 12px;
    color: #999
}

.mod-list .bd .calendar .only-pc {
    display: block
}

.mod-list .bd .calendar .only-mobile {
    display: none
}

.mod-list .ft {
    margin: 0 20px;
    padding-bottom: 20px
}

.mod-list .ft .box .c-hd {
    margin-bottom: 20px;
    border-bottom: 1px dotted #e8e8e8
}

.mod-list .ft .box .c-hd .title {
    position: relative;
    bottom: -12px;
    padding-right: 20px;
    padding-left: 5px;
    display: inline-block;
    background: #fff;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px
}

.mod-list .ft .box .c-bd {
    padding: 10px
}

.mod-list .ft .box .c-bd .input-text {
    width: 160px;
    height: 20px;
    padding: 5px 10px;
    margin: 0 3px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    vertical-align: middle;
    outline: none
}

.mod-list .ft .box .c-bd .input-button {
    display: inline-block;
    width: 80px;
    height: 32px;
    border: 1px solid #ccc;
    background: -moz-linear-gradient(top, #fefefe, #ededed);
    background: -o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
    line-height: 28px;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none
}

.mod-list .ft .box .c-bd .link {
    margin-left: 25px
}

.mod-list .ft .box .c-bd .link a {
    margin: 0 4px
}

.mod-list .ft .box .c-ft {
    padding: 10px
}

.mod-list .ft .box .c-ft ul {
    overflow: hidden
}

.mod-list .ft .box .c-ft p {
    line-height: 30px
}

.mod-list .ft .box .c-ft li {
    float: left;
    width: 16.6%
}

.mod-list .ft .box .c-ft li a {
    display: block;
    margin: 0 1px 2px;
    height: 30px;
    background: #f8f8f8;
    line-height: 30px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mod-list .ft .box .c-ft li a:hover {
    background: #e9f4ff
}

.mod-info .bd .table-inner table {
    width: 100%;
    table-layout: fixed;
    color: #546d7e
}

.mod-info .bd .table-inner table thead {
    background: #f5f8fa
}

.mod-info .bd .table-inner table td,.mod-info .bd .table-inner table th {
    border: 1px solid #e4eaee;
    line-height: 20px;
    text-align: center
}

.mod-info .bd .table-inner table th {
    padding: 5px
}

.mod-info .bd .table-inner table td {
    padding: 8px 5px
}

.mod-info .bd .table-inner table td a {
    color: #666
}

.mod-info .bd .table-inner table td a:hover {
    color: #2095f2
}

.mod-other .bd {
    padding: 15px
}

.mod-other .bd ul {
    overflow: hidden
}

.mod-other .bd li {
    float: left;
    width: 20%
}

.mod-other .bd li a {
    display: block;
    margin: 0 1px 2px;
    height: 30px;
    background: #f8f8f8;
    line-height: 30px;
    text-align: center;
    color: #484848;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mod-other .bd li a:hover {
    background: #e9f4ff
}

.index{margin: 10px auto;background: #fff;/*border-top: 1px solid #eee;border-left: 1px solid #eee;*/ overflow: auto; padding: 0!important;}
.index .item{border-right: 1px solid #eee;border-bottom: 1px solid #eee!important;float: left;width: 24.8%;text-align: center;min-height: 80px; padding: 0!important;}
.index .item:nth-child(4n){border-right: none;}
.index .item:nth-last-child(-n+4){border-bottom: none;}
.index .item .pop{display: none;position: fixed;top: 50%;left: 50%;background: #fff;width:80%;max-width:600px;z-index: 100;transform: translate(-50%,-50%);padding: 15px;border-radius: 5px;}
.index .item img{width: 25px;margin: 10px auto 5px auto; display: block;}
.index .item span{color: #333;line-height: 20px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.index .item p{font-size: 12px;color: #999;margin-bottom: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.index .item .pop dt{font-weight: bold;line-height:200%;}
.index .item .pop dd {margin: 10px;}
.bg{background:rgb(0,0,0,0.7);position:fixed;top:0;width:100%;height:100%;z-index:99;display:none;}
.index .item.open .pop,.bg.open{display:block;}



@media screen and (max-width: 727px) {
    .module .hd .search {
        float:none;
        width: auto
    }

    .module .hd .search .input-text {
        width: 235px;
        padding: 6px 8px
    }

    .module .hd .search button {
        width: 64px;
        height: 34px
    }

    .module .bd {
        padding: 15px 10px
    }

    .mod-weather {
        padding: 12px 15px
    }

    .mod-weather .hd {
        line-height: 26px;
        font-size: 13px
    }

    .mod-weather .bd span {
        margin-right: 10px
    }

    .mod-weather .bd .temperature {
        line-height: 36px;
        font-size: 32px
    }

    .mod-weather .bd .name {
        line-height: 36px;
        font-size: 16px
    }

    .mod-weather .bd .tag {
        zoom:.75}

    .mod-weather .bd .icon {
        position: absolute;
        right: -15px;
        top: -20px;
        float: none
    }

    .mod-weather .bd .icon img {
        width: 40px;
        height: 40px
    }

    .mod-weather .ft {
        line-height: 26px;
        white-space: nowrap;
        font-size: 13px
    }

    .mod-weather .ft img {
        width: 16px;
        height: 16px
    }

    .mod-weather .ft span {
        margin-right: 10px;
        white-space: nowrap
    }

    .mod-list .hd {
        padding: 20px 15px 5px
    }

    .mod-list .hd h1 {
        line-height: 24px;
        font-size: 18px
    }

    .mod-list .hd p {
        line-height: 20px;
        font-size: 13px
    }

    .mod-list .bd .box .c-hd .more img {
        width: 24px;
        height: 24px
    }

    .mod-list .bd .box .c-bd li {
        width: 50%
    }

    .mod-list .bd .nav {
        padding: 5px 0;
        white-space: nowrap
    }

    .mod-list .bd .nav li {
        float: left
    }

    .mod-list .bd .nav li a {
        padding: 0 12px;
        font-size: 13px
    }

    .mod-list .bd .table-inner {
        overflow-x: auto
    }

    .mod-list .bd .table-inner table {
        font-size: 13px
    }

    .mod-list .bd .table-inner table td {
        padding: 5px 6px;
        white-space: nowrap
    }

    .mod-list .bd .table-inner p img {
        width: 30px;
        height: 30px;
        margin: 0 1px
    }

    .mod-list .bd .calendar table td {
        vertical-align: top
    }

    .mod-list .bd .calendar table span {
        display: block
    }

    .mod-list .bd .calendar table p.day span {
        font-size: 16px;
        font-weight: bold
    }

    .mod-list .bd .calendar table p.icon {
        height: 54px
    }

    .mod-list .bd .calendar table p.temperature {
        line-height: 16px;
        font-size: 13px
    }

    .mod-list .bd .calendar table img {
        width: 24px;
        height: 24px
    }

    .mod-list .bd .calendar .only-pc {
        display: none
    }

    .mod-list .bd .calendar .only-mobile {
        display: block
    }

    .mod-list .ft {
        margin: 0 10px
    }

    .mod-list .ft .box .c-bd {
        padding: 10px 0
    }

    .mod-list .ft .box .c-bd span {
        display: block
    }

    .mod-list .ft .box .c-bd .input-text,.mod-list .ft .box .c-bd .input-button {
        width: 100%;
        height: 36px;
        box-sizing: border-box;
        margin: 2px 0
    }

    .mod-list .ft .box .c-ft {
        padding: 10px 0
    }

    .mod-list .ft .box .c-ft li {
        width: 33.33%
    }

    .mod-other .bd li {
        width: 50%
    }
}

@media screen and (max-width: 570px) {
  .mod-time .bd .panel-left {
    float: left;
    width: 200px;
    line-height: 24px
} 
   .mod-time .bd .panel-right {
    margin-left: 210px;
    line-height: 24px;
    text-align: right
} 
 .mod-time .bd .panel-right .time-box {
    display: inline-block;
    text-align: center;
    width: 180px;
}
    .mod-time .bd .panel-right .time-box span {
    display: inline-block;
    line-height: 37px;
    vertical-align: middle;
    font-size: 19px;
    font-weight: bold;
}

.mod-time .bd .panel-right .time-box .time-span {
    width: 15px;
    padding: 0px 15px 0px 7px;
    background: rgba(255,255,255,.1);
    text-align: center;
    border-radius: 8px;
    color: #fff;
}
}

@media screen and (max-width: 359px) {
    .mod-list .bd .nav li a {
        padding:0 8px
    }
}
