/*天气预报用表格样式*/
            body {
                background: #fff;
            }

            .side_con {}

            .side_con .tit_icon {
                line-height: 20px;
                padding-bottom: 8px;
                border-bottom: 1px solid #ddd;
            }

            .side_con .tit_icon h1,
            .side_con .tit_icon strong {
                display: inline-block;
                padding-left: 10px;
                font-size: 16px;
                font-weight: normal;
                border-left: 5px solid #00bf4b;
            }

            .side_con .tit_icon a.more {
                float: right;
                margin-top: 3px;
                color: #999;
            }

            .side_con .tit_icon a.other {
                color: #008fe9;
            }

            .side_con .tit_icon a.more:hover {
                color: #f70;
            }

            .tianqi_tw {
                margin-top: 15px;
            }

            .tianqi_tw ul {
                width: 950px;
            }

            .tianqi_tw li {
                position: relative;
                float: left;
                height: 140px;
                margin: 0 15px 15px 0;
            }

            .tianqi_tw li a {
                display: block;
            }

            .tianqi_tw li a img.pic {
                display: block;
                border-radius: 3px;
            }

            .tianqi_tw li a img.big {
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -24px;
                opacity: 0;
                z-index: 2;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .tianqi_tw li a .title {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 40px;
                line-height: 40px;
                width: 191px;
                padding: 0 15px;
                color: #fff;
                z-index: 2;
            }

            .tianqi_tw li a .title b {
                font-size: 16px;
                font-weight: normal;
            }

            .tianqi_tw li a .title span {
                float: right;
            }

            .tianqi_tw li a .title span img {
                display: inline-block;
                margin-right: 5px;
                vertical-align: middle;
                opacity: 1;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .tianqi_tw li a .bg {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 40px;
                background-color: #000;
                background: rgba(0, 0, 0, 0.5);
                filter: alpha(opacity=50);
                z-index: 1;
                -webkit-transition: all 0.1s linear;
                transition: all 0.1s linear;
            }

            .tianqi_tw li a:hover .bg {
                height: 100%;
            }

            .tianqi_tw li a:hover span img {
                opacity: 0;
            }

            .tianqi_tw li a:hover img.big {
                opacity: 1;
            }

            .zhishu {
                padding: 15px 0 0 30px;
                font-size: 14px;
            }

            .zhishu p {
                display: block;
                position: relative;
                line-height: 30px;
            }

            .zhishu p:before {
                content: '';
                position: absolute;
                top: 14px;
                left: -15px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #ddd;
            }


            .icon {
                background:  no-repeat;
                display: inline-block;
                vertical-align: middle
            }

            .ico_warning {
                height: 14px;
                width: 14px;
                background-position: 0 -10px;
            }

            .w_banner {
                background:  no-repeat;
                border-radius: 3px;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
                height: 378px;
                color: #fff;
                position: relative
            }

            .weather_qing {
                background:  no-repeat
            }

            .weather_yu {
                background:  no-repeat
            }

            .weather_lei {
                background:  no-repeat
            }

            .weather_wu {
                background:  no-repeat
            }

            .weather_yin {
                background:  no-repeat
            }

            .weather_xue {
                background:  no-repeat
            }

            .w_banner ul {
                overflow: hidden
            }

            .w_banner li a {
                color: #fff;
                font-size: 14px
            }

            .w_banner .last {
                border-right: 0;
            }

            .w_banner .share_bd {
                padding-left: 34px
            }

            .w_banner .w_search {
                margin: 30px 20px 0 0;
            }

            .w_banner .w_search select {
                border: 0 none;
                width: 98px;
                padding-left: 10px;
                line-height: 30px;
                outline: none
            }

            .w_banner .w_search label {
                border: 1px solid #ddd;
                background: #fff;
                float: left;
                width: 98px;
                height: 30px;
                line-height: 30px;
                margin-right: 10px
            }

            .w_banner .w_two_days {
                margin: 0 20px;
                overflow: inherit
            }

            .w_two_days li {
                height: 38px;
                line-height: 38px;
                font-size: 18px;
            }

            .w_two_days li a {
                color: #008fe9;
                font-size: 16px
            }

            .w_two_days li a:hover {
                color: #f60;
            }

            .w_two_days li span {
                float: left
            }

            .w_two_days li img {
                width: 25px;
                height: 25px;
                margin-right: 10px;
                vertical-align: middle
            }

            .w_two_days li .w_1 {
                width: 28.6%;
            }

            .w_two_days li .w_1 .ico_dot {
                margin: 0 20px 0 15px
            }

            .w_two_days li .w_2 {
                width: 23%;
            }

            .w_two_days li .w_3 {
                width: 19.7%;
            }

            .w_two_days li .w_4 {
                width: 12.5%;
            }

            .w_two_days li .w_5 {
                width: 16.1%;
                float: right;
                text-align: right;
                position: relative
            }

            .w_two_days li .w_5 a:hover .qr_code {
                display: block
            }

            .w_two_days li .w_5 img {
                width: 100px;
                height: 100px;
            }

            .w_two_days li .qr_code {
                background: #fff;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
                display: none;
                position: absolute;
                top: -118px;
                right: -18px;
                width: 100px;
                height: 100px;
                padding: 10px;
                z-index: 201;
            }

            .w_two_days li .qr_code i {
                position: absolute;
                bottom: -4px;
                left: 50%;
                margin-left: -2px;
                display: inline-block;
                width: 0;
                height: 0;
                font-size: 0;
                border-top: 4px solid #fff;
                border-bottom: 0 none;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                overflow: hidden;
                z-index: 2
            }

            .w_two_days .tomorrow {
                border-bottom: 1px dashed #fff;
            }

            .w_three_days li,
            .w_five_days li {
                border-right: 1px solid rgba(255, 255, 255, .8);
                float: left;
                font-size: 14px;
                text-align: center;
                margin-right: -1px
            }

            .weather_city .share_bd {
                padding: 0 10px;
                position: relative
            }

            .weather_city .w_warning {
                position: absolute;
                bottom: 36px;
                left: 30px;
            }

            .weather_city .w_warning p,
            .weather_viewpoint .w_warning {
                padding: 4px 8px;
                margin-bottom: 5px;
                height: 14px;
                line-height: 14px;
                border-radius: 20px;
                background-color: rgba(0, 0, 0, 0.3);
                filter: progid: dximagetransform.microsoft.gradient(startcolorstr=#30000000, endcolorstr=#30000000);
            }

            .w_warning i {
                float: left;
                margin-right: 5px
            }

            .weather_viewpoint .w_temperature {
                height: 125px;
            }

            .weather_viewpoint .w_warning {
                position: absolute;
                top: 18px;
                right: 20px;
            }

            .w_five_days {
                border-radius: 0 0 3px 3px;
                background-color: rgba(0, 0, 0, 0.35);
                filter: progid: dximagetransform.microsoft.gradient(startcolorstr=#35000000, endcolorstr=#35000000);
                padding: 8px 0 5px;
                height: 126px;
            }

            .w_five_days li {
                width: 20%;
                line-height: 20px;
            }

            .w_five_days .w_day {
                height: 22px;
                line-height: 22px;
                overflow: hidden
            }

            .w_five_days .w_day span {
                display: inline-block;
                font-size: 12px;
                vertical-align: top;
            }

            .w_five_days .w_pic {
                height: 60px;
            }

            .w_five_days .w_pic img {
                margin-top: 6px
            }

            .w_time {
                float: left;
                width: 270px;
                font-size: 16px;
                height: 20px;
                padding: 16px 0 16px 30px;
                overflow: hidden
            }

            .w_time i {
                margin-right: 10px
            }

            .w_time span {
                margin-right: 24px
            }

            .weather_viewpoint .w_time {
                width: 340px;
            }

            .w_info {
                height: 114px;
                position: relative
            }

            .w_search {
                float: right;
                height: 32px;
                position: relative
            }

            .w_search .btn_find,
            .w_search .btn_customize {
                float: left;
                font-family: "microsoft yahei";
                font-size: 16px;
                border: 1px solid #f91;
                height: 32px;
                line-height: 32px;
                overflow: hidden
            }

            .w_search .btn_find {
                border: 0;
                border-radius: 2px;
                background: #f91;
                color: #fff;
                cursor: pointer;
                width: 70px;
                text-align: center;
            }

            .w_search .btn_find:hover {
                background: #f70;
                color: #fff
            }

            .w_search .btn_customize {
                background: none;
                color: #f91;
                cursor: pointer;
                margin: 0 10px;
                width: 68px;
                text-align: center
            }

            .w_search .btn_customize:hover {
                border: 1px solid #fff;
                color: #fff;
            }

            .w_search .question_note {
                position: relative;
                float: right
            }

            .w_search .question_note span {
                background: #fff;
                border: 1px solid #f91;
                color: #f91;
                display: none;
                width: 276px;
                line-height: 30px;
                position: absolute;
                top: -70px;
                right: -22px;
                padding: 0 10px;
            }

            .w_search .question_note:hover span {
                display: block;
            }

            .w_search .question_note span i {
                position: absolute;
                right: 22px;
                font-size: 20px;
                line-height: 14px;
            }

            .w_search .tips_out {
                bottom: -14px;
                color: #f91;
            }

            .w_search .tips_in {
                bottom: -12px;
                color: #fff
            }

            .w_search .ico_question {
                margin-top: 6px
            }

            .w_temperature {
                height: 176px;
                width: 378px;
                text-align: right
            }

            .w_temperature .t_1 {
                font-size: 52px;
                height: 60px;
                line-height: 60px
            }

            .w_temperature .t_2 {
                font-size: 16px
            }

            .w_temperature .t_2 a {
                color: #008fe9;
            }

            .w_temperature .t_2 a:hover {
                color: #f60
            }