﻿header {
    position: relative;
    width: 100%;
    color: #333;
    background: rgba(246,246,246,1);
    box-sizing: border-box;
    padding-top: 13%;
}

    header .backtohis {
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        width: 3.5%;
        height: 0;
        padding-top: 3.5%;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        text-indent: -9999px;
        position: absolute;
        left: 4.5%;
        top: 40%;
    }

    header .header_title {
        display: inline-block;
        font-size: 134%;
        position: relative;
        font-weight: 400;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
/*city-top*/
.city-top {
    border-bottom: 1px solid #ddd;
    position: relative;
    background: #fff;
    padding-top: 13%;
}

    .city-top .top-status {
        position: absolute;
        left: 4%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 126%;
        color: #333;
    }

        .city-top .top-status span {
            display: none;
        }

        .city-top .top-status .now {
            color: #ccc;
        }

        .city-top .top-status .success em {
            font-style: normal;
			color:#04C;
        }

        .city-top .top-status .show {
            display: inline;
			width:100%;
			
        }
/*city-top END*/
/*city-hot*/
.city-title {
    line-height: 0;
    padding: 4% 0 4.1% 3.5%;
    font-size: 109%;
    color: #999;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

.city-ul {
    position: relative;
    background: #fff;
    overflow: auto;
}

    .city-ul::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .city-ul .city-li {
        float: left;
        width: 25%;
        padding: 6.5% 0;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .city-ul .city-li:nth-child(4n+4) {
            border-right: none;
        }

    .city-ul .city-a {
        display: block;
        width: 100%;
        line-height: 0;
        text-align: center;
        font-size: 116%;
        color: #333;
    }
/*city-hot end*/
/*city-more end*/
.city-more .city-li {
    width: 20%;
    border: none;
}
/*city-more end*/

#positionshow.sel {
    background-color: #e8e8e8;
}
/*popup-location*/
.popup-location {
    display: none;
    background: #f6f6f6;
    border-radius: 5px;
    color: #333;
    z-index: 99;
    position: fixed;
    width: 74%;
    left: 50%;
    top: 45%;
    bottom: auto;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 6%;
    max-width:450px;
}

.popup-common .popup_dwp {
    padding: 3%;
    font-size: 130%;
    line-height: 1.8;
}

.popup-common .pop_sub {
    text-align: right;
    padding-right: 0.1rem;
}

.popup-common .btn_cancel, .popup-common .btn_confirm {
    font-size: 130%;
    display: inline-block;
    width: 34%;
    line-height: 1.2;
    color: #007fd7;
    text-align: right;
}

.popup-common .btn_cancel {
    margin-right: 6%;
}

.isol {
    z-index: 0;
}
/*popup-location end*/

.staticfloat {
    z-index: 0;
}
