
    .el-breadcrum {
        margin-bottom: 15px;
        color: #999;
    }
    .el-breadcrum a {
        display: inline-flex;
        text-decoration: none;
    }
    .el-breadcrum a:hover, .el-breadcrum a:focus {
        color: #666;
        text-decoration: none;
    }
    .el-breadcrum>* {
        display: inline-block;
        font-size: .875rem;
        color: #999;
    }
    .el-breadcrum>:last-child {
        color: #666;
    }
    * {
        box-sizing: border-box;
    }
    .weather-sec {
        background: rgb(0,83,132);
        background: linear-gradient(0deg, rgba(0,83,132,1) 0%, rgba(0,160,200,1) 49%, rgba(0,212,255,1) 100%);
        color: #fff;
        position: relative;
        min-height: 380px;
        z-index: 0;
    }
    .wt-head {
        background: #005384;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .wt-head .wt-heading {
        color: #fff;
        background: #005384;
        font-size: 1.6rem;
        font-weight: normal;
        margin: 0;
    }
    .wt-head .wt-heading span {
        font-size: 1rem;
        margin-left: 10px;
        font-style: italic;
    }
    .wt-sponcer {
        display: flex;
        flex-direction: column;
        margin: auto;
        position: absolute;
        right: 0;
        top: -100%;
    }
    .wt-sponcer span {
        color: #3d6c91;
        font-size: 0.5rem;
        margin: 10px 10px 00 0;
        white-space: nowrap;
    }
    .wt-sponcer img {
        width: 100%;
        max-width: 120px;
    }
    .wt-search {
        margin-left: auto;
        display: flex;
        align-items: center;
    }
    .wt-search input {
        background: none;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        width: 140px;
        color: #fff;
        font-size: 1rem;
        outline: none;
        box-shadow: none;
        padding-bottom: 4px;
    }
    .wt-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9cb1c3 !important;
        opacity: 1; /* Firefox */
        font-style: italic;
    }

    .wt-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #9cb1c3 !important;
        font-style: italic;
    }

    .wt-search input::-ms-input-placeholder { /* Microsoft Edge */
        color: #9cb1c3 !important;
        font-style: italic;
    }
    .wt-search-btn {
        width: 28px;
        height: 28px;
        border: none;
        outline: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-left: 10px;
        font-size: 1rem;
        background: #fff;
        color: #005384;
        cursor: pointer;
    }

    .wt-body {
        padding: 15px;
        position: relative;
    }
    .wt-body::before {
        content: '';
        position: absolute;
        background: url('https://cdn.abplive.com/images/weather/cloud1.png') center top no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .wt-body::after {
        content: '';
        position: absolute;
        background: url('https://cdn.abplive.com/images/weather/cloud2.png') center bottom no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
    .wt-current-weather {
        padding: 10px;
    }
    .wt-current-weather h3 {
        color: #fff;
        font-size: 1rem;
    }
    .wt-current-weather h3 strong {
        display: block;
    }
    .wt-current-weather-outer {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }
    .wt-current-weather {
        max-width: 50%;
        flex-basis: 50%;
        padding-right: 25px;
    }
    .wt-current-weather-list {
        max-width: 50%;
        flex-basis: 50%;
        padding-left: 25px;
    }
    .wt-temprature {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 21px;
        margin-top: -25px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    }
    .wt-temp {
        font-size: 5rem;
        font-weight: bold;
        position: relative;
        padding-left: 15px;
        text-align: center;
        white-space: nowrap;
    }
    .wt-temp sub {
        font-size: 1.8rem;
        position: absolute;
        right: 8px;
        top: 78px;
        font-weight: normal;
    }
    .wt-temprature .wt-temp p {
        margin-top: -22px;
    }
    .wt-temprature p {
        margin: 0;
        color: #fff;
        font-weight: normal;
        font-size: 1.1rem;
    }
    .wt-graphic {
        text-align: center;
        padding-right: 15px;
    }
    .wt-graphic .wt-graphic-img {
        max-width: 100%;
        flex-basis: 100%;
        height: 78px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .wt-graphic img {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
    }
    .wt-current-detail {
        padding: 0;
        margin: 0;
    }
    .wt-current-detail li {
        list-style: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1rem;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wt-current-detail li:first-child {
        border-top: none;
    }
    .wt-current-detail li strong {
        max-width: 125px;
        min-width: 125px;
    }
    .wt-time-list {
        position: relative;
        z-index: 2;
    }
    .wt-time-list .uk-accordion li {
        background: rgba(0, 83, 132, 0.3);
    }
    .wt-time-list .uk-accordion > :nth-child(n+2) {
        margin-top: 10px;
    }
    .wt-time-list .uk-accordion-title {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 8px 15px;
        justify-content: space-between;
        position: relative;
        padding-right: 50px;
        height: 51px;
    }
    .wt-time-list .uk-accordion-title:hover, .wt-time-list .uk-accordion-title:focus, .wt-time-list .uk-accordion-title:active {
        color: #fff;
    }
    .wt-time-list .uk-accordion-title::before {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        color: #fff;
        background-image: none;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 10px;
        height: 10px;
        transform: rotate(-45deg);
    }
    .wt-time-list .uk-open > .uk-accordion-title::before {
        background-image: none;
        transform: rotate(135deg);
        top: 7px;
    }
    .uk-accordion-title .wt-time {
        font-weight: bold;
        font-size: 1.1rem;
        margin-right: 20px;
        
    }
    .uk-accordion-title .wt-condetion {
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .uk-accordion-title .wt-condetion img {
        width: 50px;
        margin-right: 10px;
    }
    .uk-accordion-title .wt-temp {
        font-size: 2.1rem;
        font-weight: bold;
        position: relative;
        margin-right: 20px;
        padding-left: 0;
    }
    .uk-accordion-title .wt-temp sub {
        font-size: 1rem;
        position: absolute;
        right: 3px;
        top: 31px;
        font-weight: normal;
    }
    .uk-accordion-title .wt-feel {
        font-size: 1rem;
        margin-right: 20px;
    }
    .uk-accordion-title .wt-feel span {
        font-weight: 600;
        font-size: 1.05rem;
    }
    .uk-accordion-title .wt-percent {
        font-weight: bold;
        font-size: 1.1rem;
        margin-right: 20px;
    }
    .uk-accordion-title .wt-percent img {
        width: 12px;
        margin-right: 6px;
    }
    .wt-time-list .uk-accordion-content {
        padding: 0 15px;
        margin: 0;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
    }
    .wt-accordion-listing {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wt-accordion-listing .wt-current-detail {
        width: 49%;
        flex-basis: 49%;
    }
    .wt-accordion-listing .wt-current-detail li {
        font-size: 00.8rem;
        background: none;
    }
    .wt-accordion-listing .wt-current-detail li strong {
        max-width: 150px;
        min-width: 150px;
    }
    .wt-bycity h3 {
        font-size: 1.9rem;
        color: #000;
        font-weight: bolder;
        text-transform: uppercase;
        margin: 25px 0 0;
    }
    .wt-bycity ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .wt-bycity ul li {
        max-width: 25%;
        flex-basis: 25%;
        list-style: none;
        padding-top: 13px;
    }
    .wt-bycity ul li a {
        color: #005384;
        font-size: 0.9rem;
    }
    .wt-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(255, 255, 255, 0.5) url('https://cdn.abplive.com/images/weather/loader-abp1.gif') center center no-repeat;
        background-size: 50px;
    }
    .weather-sec.no-data-found .wt-body {
        padding: 0;
    }