* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none
}
a {
    text-decoration: none;
    color: #333;
}
input,
textarea {
    border: none;
    outline: none;
    resize: none;
    font-family: 'Microsoft YaHei';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:#999;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}


/* 移动端适配 */

@media only screen and (max-width: 768px) {
    body,
    html {
        font-family: 'Microsoft YaHei';
        width: 100%;
        overflow-y: scroll;
        font-size: 16px;
        overflow-x: hidden;
    }
    body {
        padding-bottom: 3.125rem;
    }
    .header-nav {
        width: 100%;
        height: 2.3125rem;
        background: #fff;
    }
    .main-nav {
        position: fixed;
        left: 0;
        right: 0;
        height: 2.3125rem;
        z-index: 999;
        background: #fff;
    }
    .header-nav .main-nav {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        overflow-x: scroll;
    }
    .top-nav {
        flex-grow: 1;
    }
    .top-nav ul {
        width: 92%;
        /* clear: both; */
        padding-right: 2.9375rem;
    }
    .top-nav ul li a {
        white-space: nowrap;
    }
    .header-nav ul li {
        float: left;
        margin: 0 15px;
        height: 2.3125rem;
        line-height: 2.3125rem;
    }
    .search-icon {
        position: fixed;
        right: 0;
        width: 2.9375rem;
        height: 2.3125rem;
        justify-content: center;
        align-items: center;
        box-shadow: -5px 3px 9px 0px 
		rgba(172, 182, 187, 0.22);
        background: #fff;
    }
    .search-icon img {
        display: block;
        width: 1.03125rem;
        height: 1.125rem;
    }
    .banner-show {
        position: relative;
        width: 100%;
        height: 10.9375rem;
        /* overflow: hidden; */
    }
    .banner-show img {
        display: block;
        width: 100%;
        height: 100%;;
    }
    .swiper-container-mobile {
        position: relative;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: .625rem;
    }
    .search-input {
        position: fixed;
        overflow: hidden;
        /* top: -2.9375rem; */
        left: 0;
        right: 100%;
        height: 2.3125rem;
        justify-content: center;
        align-items: center;
        background: #fff;
    }
    .search-input input {
        height: 100%;
        width: 80%;
        box-sizing: border-box;
        padding: 2% 5%;
        border: 1px solid #6db6c0;
        border-radius: 6px;
    }
    .search-input span {
        display: none;
        white-space: nowrap;
        height: 2.3125rem;
        line-height: 2.3125rem;
        text-align: center;
        width: 3.125rem;
    }
    .mobile-hot-word {
        position: fixed;
        display: none;
        left: 0;
        right: 0;
        top: 2.3125rem;
        width: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        background: #fff;
        box-sizing: border-box;
        padding: 20px 15px;
        z-index: 99;
        box-shadow: 1px 5px 23px 3px #e6e6e6;
    }
    .mobile-hot-word h5 {
        color: #999;
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: 400;
    }
    .mobile-hot-word .ul {
        flex-wrap: wrap;
    }
    .mobile-hot-word .ul .li {
        margin-right: 5px;
        border: 1px solid #b5b5b5;
        border-radius: 60px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        padding: .1875rem .3125rem ;
        height: auto;
    }
    .mobile-hot-word .ul .li a {
        color:  #999999;
        font-size: 12px;
        white-space: nowrap;
    }



}