body {

}

/***************顶部***************/
.header-wrapper {
    width: 100%;
    position: relative;
}

.header-mask {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}

.nav li a.active {
    background: rgba(0, 0, 0, .5);
}

/*
.header {
    position: relative;
    width: 1150px;
    height: 70px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    line-height: 70px;
}

.logo img {
    margin-top: 10px;
}

.header .nav {
    float: right;
}

.nav li {
    position: relative;
    width: 110px;
    line-height: 70px;
    float: left;
    text-align: center;
}

.nav li em {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 43px;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.nav li a.active {
    !*background: #40adfb;*!
    background: #000;
    opacity: 0.5;
}*/

/************内容*************/
.day-fine {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_qintian.jpg") no-repeat top center;
    background-size: cover;
}

.night-fine {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_qintian02.jpg") no-repeat top center;
    background-size: cover;
}

.day-cloudy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_duoyun.jpg") no-repeat top center;
    background-size: cover;
}

.night-cloudy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_duoyun02.jpg") no-repeat top center;
    background-size: cover;
}

.day-overcast {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_yintian.jpg") no-repeat top center;
    background-size: cover;
}

.night-overcast {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_yintian02.jpg") no-repeat top center;
    background-size: cover;
}

.day-raindy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_yu.jpg") no-repeat top center;
    background-size: cover;
}

.night-raindy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_yu02.jpg") no-repeat top center;
    background-size: cover;
}

.day-snowy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_xue.jpg") no-repeat top center;
    background-size: cover;
}

.night-snowy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_xue02.jpg") no-repeat top center;
    background-size: cover;
}

.day-haze {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_wumai.jpg") no-repeat top center;
    background-size: cover;
}

.night-haze {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_wumai02.jpg") no-repeat top center;
    background-size: cover;
}

.day-sandy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_shachenbao.jpg") no-repeat top center;
    background-size: cover;
}

.night-sandy {
    background: url("https://www.zuimeitianqi.com/images/weaType/img_shachenbao02.jpg") no-repeat top center;
    background-size: cover;
}

.container {
    width: 100%;
    /*background-image: linear-gradient(135deg,
    #1e90ff 0%,
    #5ff8e4 100%),
    linear-gradient(
            #1e90ff,
            #1e90ff);
    background-blend-mode: normal,
    normal;*/
    padding-bottom: 78px;
}

.content {
    width: 1268px;
    margin: 0 auto;
}

/************搜素************/
.search-wrapper {
    float: right;
    height: 66px;
    padding-top: 38px;
}

.location {
    display: inline-block;
    float: left;
    margin-right: 34px;
}

.location .icon {
    display: inline-block;
    float: left;
    margin: 9px 5px 0px 0px;
}

.location .name {
    display: inline-block;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
}

.search {
    float: right;
    position: relative;
}

.search input {
    width: 280px;
    height: 48px;
    padding: 0px 35px 0px 21px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.3;
    border: none;
    font-size: 16px;
}

#search-button {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
}

#search-mask {
    display: none;
    position: absolute;
    top: 58px;
    width: 336px;
    height: 285px;
    z-index: 20;
    background: #fff;
    border-radius: 4px;
    opacity: 0.95;
}

#search-box {
    display: none;
    position: absolute;
    top: 58px;
    width: 336px;
    height: 285px;
    z-index: 30;
    overflow-y: auto;
}

#search-box li {
    height: 56px;
    line-height: 56px;
    padding-left: 24px;
    font-size: 16px;
    border-bottom: 1px solid #e4e4e5;
    color: #0d0d0d;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/**********天气列表*********/
#weather-wrapper {
    width: 1268px;
    clear: both;
    position: relative;
}

.weather-mask {
    position: absolute;
    width: 1268px;
    height: 645px;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

.view-content {
    width: 1160px;
    height: 615px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.view-content .weather-list {
    position: absolute;
    width: 2322px;
    height: 615px;
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 650px;
    z-index: 10;
    cursor: pointer;
}

.left-arrow {
    left: 0px;
    background: url("https://www.zuimeitianqi.com/images/website_ic_morelist_ashes_left.png") no-repeat center center;
}

.left-arrow.active {
    left: 0px;
    background: url("https://www.zuimeitianqi.com/images/website_ic_morelist_left.png") no-repeat center center;
}

.right-arrow {
    right: 0px;
    background: url("https://www.zuimeitianqi.com/images/website_ic_morelist_ashes_right.png") no-repeat center center;
}

.right-arrow.active {
    right: 0px;
    background: url("https://www.zuimeitianqi.com/images/website_ic_morelist_right.png") no-repeat center center;
}

.left-arrow-mask, .right-arrow-mask {
    width: 50px;
    height: 648px;
    background: #f5f5f5;
    opacity: 0.1;
}

.weather-list li {
    position: relative;
    width: 137px;
    height: 615px;
    float: left;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}

.weather-list li .temp-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 137px;
    height: 615px;
    background: url("https://www.zuimeitianqi.com/images/website_bg_other.png") repeat-x;
}

.weather-list li.active {
    width: 165px;
}

.weather-list li.active .temp-mask {
    width: 165px;
    background: url("https://www.zuimeitianqi.com/images/website_bg_current.png") repeat-x;
}

.weather-list li.active .date {
    margin: 35px 0px 24px;
    font-size: 24px;
}

.weather-list li.active .week {
    font-size: 22px;
}

.weather-list li.active .icon {
    margin: 62px 0px 42px 0px
}

.weather-list li.active .icon img {
    width: 60px;
    height: 60px;
}

.weather-list li.active .segment {
    margin: 50px 0px 40px;
    font-size: 20px;
}

.weather-list li.active .high-temp, .weather-list li.active .low-temp {
    font-size: 32px;
}

.weather-list li span {
    display: block;
    color: #fff;
}

.weather-list li .date {
    height: 22px;
    line-height: 22px;
    font-size: 19px;
    margin: 40px 0px 12px 0px;
}

.weather-list li .week {
    height: 18px;
    line-height: 18px;
    font-size: 17px;
}

.weather-list li .icon {
    margin: 77px 0px 53px 0px;
}

.weather-list li .icon img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.weather-list li .segment {
    height: 8px;
    line-height: 8px;
    margin: 50px 0px 40px;
}

.weather-list li .high-temp, .weather-list li .low-temp {
    height: 23px;
    line-height: 23px;
    font-size: 25px;
}

.weather-list li .segment {
    font-size: 20px;
}

.weather-list li .wind-direction {
    margin: 45px 0px 25px;
}

.weather-list li .wind-direction, .weather-list li .wind-power {
    font-size: 18px;
}

/**************天气详情************/
.weather-detail {
    display: none;
    height: 153px;
    padding: 22px 30px 21px 35px;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
}

.hour-left {
    float: left;
}

.hour-top {
    height: 48px;
}

.hour-top .city-name {
    float: right;
    font-size: 30px;
    color: #0d0d0d;
}

.hour-content {
    position: relative;
    width: 785px;
}

.hour-list {
    position: relative;
    width: 720px;
    height: 90px;
    margin: 0px 30px;
    overflow: hidden;
}

.hour-list ul {
    width: 1800px;
    position: absolute;
    top: 7px;
}

.hour-list li {
    float: left;
    width: 60px;
    opacity: 0.5;
    text-align: center;
}

.hour-list li span {
    display: block;
}

.hour-list li .temp {
    height: 12px;
    line-height: 12px;
}

.hour-list li .icon {
    height: 33px;
    padding: 7px 0px 0px 16px;
    margin: 8px 0px 7px;
    background: #8792a5;
}

.hour-list li .icon img {
    display: block;
    width: 27px;
    height: 27px;
}

.hour-list li.active {
    opacity: 0.6;
}

.hour-left-arrow, .hour-right-arrow {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 87px;
    background-color: #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}

.hour-left-arrow {
    left: 0px;
}

.hour-right-arrow {
    right: 5px;
}

.hour-left-arrow img, .hour-right-arrow img {
    display: block;
    margin: 20px auto;
}

/********空气质量*****/
.hour-right {
    float: right;
}

.air-quality .wea-info div {
    float: left;
}

.air-quality .wea-info {
    height: 48px;
    line-height: 48px;
    font-size: 60px;
    color: #4c4c4c;
    text-align: left;
}

.wea-info .status {
    height: 29px;
    line-height: 29px;
    font-size: 28px;
    margin: 17px 14px 0px 27px;
}

.wea-info .date {
    display: none;
    height: 26px;
    line-height: 26px;
    padding: 0px 14px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    background: #ffcc00;
    border-radius: 2px;
}

.air {
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 14px 0px 14px;
}

.air li {
    display: block;
    float: left;
    font-size: 18px;
    margin-right: 20px;
    color: #808080;
}

.air li img {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 10px;
}

.suggestion {
    width: 380px;
    height: 51px;
    line-height: 17px;
    overflow: hidden;
    font-size: 14px;
    color: #7e7e7e;
    text-align: left;
}

#aqi span {
    display: inline-block;
    line-height: 22px;
}
