﻿@media screen and (min-width:600px) {
    .ThisCityInfor {
        font-size: 26px;
    }

    .SelectCity {
        font-size: 24px;
    }

    .hot-city {
        font-size: 14px;
    }
}

@media screen and (min-width:1000px) {
    .ThisCityInfor {
        font-size: 32px;
    }

    .SelectCity {
        font-size: 28px;
    }

    .hot-city {
        font-size: 16px;
    }
}

@media screen and (min-width:1300px) {
    .ThisCityInfor {
        font-size: 36px;
    }

    .SelectCity {
        font-size: 30px;
    }

    .hot-city {
        font-size: 20px;
    }
}

@media screen and (min-width:1600px) {
    .ThisCityInfor {
        font-size: 50px;
    }

    .SelectCity {
        font-size: 38px;
    }

    .hot-city {
        font-size: 25px;
    }
}

.HBody {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('/Content/css/AllHome/AllHomeImgNews.png');
    background-size: 100% 100%;
}

.AllLogin {
    z-index: 66;
    position: absolute;
    background: url(/Content/css/AllHome/LoginButton.png);
    background-size: 100% 100%;
    width: 150px;
    height: 50px;
    left: 15%;
    font-family: "思源黑体 CN";
}

.TitleBody {
    height: 20%;
    width: 73%;
    margin-left: 10%;
    background: url('/Content/css/AllHome/EnglishInfo.png');
    background-size: 100% 100%;
}

.inforBody {
    position: relative;
    width: 50%;
    height: 30%;
    top: 20%;
    min-height: 260px;
    min-width: 640px;
    /*border: solid;*/
    margin-left: auto;
    margin-right: auto;
}

.ThisCityInfor {
    height: 30%;
    width: 100%;
    margin-top: 20px;
    letter-spacing: 5px;
    color: #fff;
    padding-left: 15%;
    font-family: "思源黑体 CN";
}

.CityName {
    color: #0047d8;
}

.SelectCity {
    position: absolute;
    margin-left: 20px;
    color: #0047d8;
    height: 66px;
    line-height: 66px;
}

.SelectCityInfor {
    height: 30%;
    width: 100%;
    /* font-weight: 600; */
    /*margin-top: 5px;*/
    padding-left: 17%;
    position: relative;
    letter-spacing: 2px;
    font-family: "思源黑体 CN";
}

.Sel1 {
    width: 150px;
    height: 46px;
    display: inline-block;
    padding: 0;
    font-size: 24px;
    /*position: absolute;*/
    margin-top: 10px;
    margin-left: -15px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.Sel2 {
    width: 150px;
    height: 46px;
    display: inline-block;
    padding: 0;
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    /*position: absolute;
    margin-left: 165px;*/
}

.SelectText {
    background-color: #000;
}

.HotCityInfor {
    position: absolute;
    width: 30%;
    line-height: 40px;
    height: 40px;
    letter-spacing: 2px;
    margin-left: 35%;
    margin-right: 35%;
    bottom: 10%;
    text-align: center;
    background-color: #1b1717a3;
    font-family: "思源黑体 CN";
}

.hot-city {
    margin: 0 10px;
    color: #ffffff;
}
