* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none
}

@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

* {
    font-family: "微软雅黑";
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0 0
}

a {
    color: #666;
}

.center {
    max-width: 1200px;
    margin: 0 auto
}

h2,
h3,
h4,
h5,
p {
    margin: 0 0;
    padding: 0 0;
    font-weight: 500;
}

h1 {
    font-size: 2rem;
}

.ctrl span {
    float: left;
    cursor: pointer;
}

input,
textarea,
select {
    outline: none;
    font-family: "微软雅黑";
}

img {
    border: none
}

.swiper-container {
    width: 100%;
    height: 9.44%;
}

.swiper-slide img {
    width: 100%
}

.clear {
    clear: both
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.three-card .ico svg {
    font-size: 50px;
    margin-right: 20px;
}

.card li svg {
    font-size: 55px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot@#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bgc-city {
    width: 100%;
    background-color: #fafafa;
    padding: 30px 0 50px 0;
}

.citys {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}


/* 小导航部分 */

.small-nav {
    margin-bottom: 30px;
}

.small-nav p {
    display: inline;
}

.small-nav a:hover {
    color: #e61e1e;
}


/* 热门城市推荐部分 */

.hot-city p {
    font-size: 22px;
    color: #333;
}

.hot-city ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.hot-city li {
    width: 5%;
}


/* 快捷搜索部分 */

.search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.search button {
    padding: 10px 30px;
    background-color: #2c85f3;
    border-radius: 5%;
    color: #fff;
    border: none;
}

.search p {
    font-size: 22px;
    color: #333;
    margin-right: 20px;
}

.container input {
    border: 1px solid #ccc;
    padding: 10px 30px;
    border-radius: 5%;
}

.container {
    position: relative;
}

.container i {
    position: absolute;
    top: 25%;
    left: 3%;
}


/* 城市选择部分 */

.city-choose p {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
}

.city-list {
    border: 1px solid #e5e5e5;
    display: flex;
    margin-top: -1px;
}

.city-shouzimu {
    width: 4.0rem;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    align-items: center;
    color: #333333;
    font-size: 1.5rem;
}

.all-city {
    flex: 1;
}

.all-city-a {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
}

.all-city-l {
    width: 6.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    border-right: 1px solid #f0f0f0;
    color: #333333;
}

.all-city-l a {
    color: #333;
}

.all-city-r {
    flex: 1;
    padding: 2.0rem 0;
}

.all-city-r ul {
    display: flex;
    flex-wrap: wrap;
}

.all-city-r ul li {
    margin: .4rem 1.4rem;
    color: #666666;
}

.all-city-r ul li a {
    color: #666666;
}

.city-list:hover .city-shouzimu {
    background: #e61e1e;
    color: #fff;
}

.all-city-a:hover {
    background: #f5f5f5;
}

.all-city-r ul li a:hover {
    color: #2c85f3;
}

.all-city-l a:hover {
    color: #2c85f3;
}


/* 当屏幕在手机端的效果 */

@media only screen and (max-width:750px) {
    .search {
        display: block;
    }
    .search p {
        margin-bottom: 10px;
    }
    .hot-city li {
        width: 10%;
        margin-bottom: 10px;
    }
}