@media screen and (min-width: 1024px) {
    /* 添加悬停效果 */
    section{
        background: #FFFFFF;
    }
    /*总首页*/
    .com-banner-home{
        width: 100%;
        height: calc(100vh - 5.72rem);
        color: #FFFFFF;
        position: fixed;
        top: 5.72rem;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #F4F6FF;
        z-index: -1;
    }
    .com-banner-home .box{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .name{
        height: 9.86rem;
        font-size: 8.58rem;
        line-height: 8.72rem;
        text-align: center;
    }
    .com-banner-home .box .name img{
        height: 100%;
    }
    .com-banner-home .box .tab{
        margin-top: 2.5rem;
        width: 36.5rem;
        height: 3.94rem;
        background: rgba(0,0,0,.7);
        border-radius: .72rem;
        font-size: 1.28rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .tab div{
        width: calc(100% / 3);
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .tab div.action{
        background: #FFFFFF;
        color: #333333;
        border-radius: .72rem;
    }
    .com-banner-home .box .search-bg{
        position: relative;
        margin-top: 2.86rem;
        width: 69.78rem;
        height: 9.86rem;
        padding: 1rem;
        background: rgba(0, 0, 0, .7);
        border-radius: 1.42rem;
        cursor: pointer;
    }
    .com-banner-home .box .search-bg .top-bg{
        position: relative;
        width: 100%;
        height: 4.58rem;
        padding: 0 .72rem;
        background: #FFFFFF;
        border-radius: 2.14rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .com-banner-home .box .search-bg .top-bg .local{
        width: 1.28rem;
        height: 1.72rem;
        margin-left: .86rem;
    }
    .com-banner-home .box .search-bg .top-bg input{
        margin-left: 1.42rem;
        width: calc(100% - 8.86rem);
        font-size: 1.42rem;
        color: #333333;
    }
    .com-banner-home .box .search-bg .top-bg .btn-icon{
        padding: 0 1.42rem;
        height: 3.58rem;
        text-align: center;
        color: #FFFFFF;
        background: #6785FD;
        border-radius: 2rem;
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
    .com-banner-home .box .search-bg .top-bg .btn-icon img{
        width: auto;
        height: 70%;
        display: none;
    }
    .com-banner-home .box .search-bg .result{
        width: 100%;
        position: absolute;
        top: 6.42rem;
        left: 0;
        padding: .72rem 1.42rem;
        max-height: 18.57rem;
        background: #FFFFFF;
        border-radius: 0 0 1.42rem 1.42rem;
        overflow-y: auto;
        z-index: 10;
        display: none;
    }
    .com-banner-home .box .search-bg .result li{
        line-height: 2.86rem;
        font-size: 1.14rem;
    }
    .com-banner-home .box .search-bg .result li,
    .com-banner-home .box .search-bg .result li a{
        color: #333333;
    }
    .com-banner-home .box .search-bg .result .history-title{
        color: #333333;
        font-size: 1.42rem;
        margin: .72rem 0;
    }

    .com-banner-home .box .search-bg .result li a:hover,
    .result-link:hover {
        text-decoration: underline !important;
    }
    .com-banner-home .box .search-bg .hot-city-box{
        margin-top: 1.86rem;
        width: 100%;
        height: 1.28rem;
        display: flex;
        justify-content: space-between;
        font-size: 1.14rem;
        color: #FFFFFF;
    }
    .com-banner-home .box .search-bg .hot-city-box img{
        width: 1.28rem;
        cursor: pointer;
    }
    .com-banner-home .box .search-bg .hot-city-box .box{
        width: calc(100% - 4.56rem);
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li{
        margin-left: 2rem;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li:first-child{
        margin-left: 0;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li a{
        color: #FFFFFF;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li a:hover{
        color: #6785FD;
    }
}

@media screen and (min-width: 350px) and (max-width: 999px){
    .com-banner-home {
        width: 100%;
        height: 40vh;
        color: #FFFFFF;
        position: fixed;
        top: 52px;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
        background-color: #F4F6FF;
    }
    .com-banner-home .box {
        width: 100%;
        height: 100%;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .name {
        height: 4rem;
        font-size: 4.43rem;
    }
    .com-banner-home .box .name img{
        height: 100%;
    }
    .com-banner-home .box .tab{
        margin-top: 36px;
        width: 100%;
        height: 36px;
        background: rgba(0,0,0,.7);
        border-radius: 4px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .tab div{
        width: calc(100% / 3);
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .tab div.action{
        background: #FFFFFF;
        color: #333333;
        border-radius: 4px;
    }
    .com-banner-home .box .search-bg{
        margin-top: 12px;
        position: relative;
        width: 100%;
        height: 40px;
        /*padding: 12px 6px;*/
        /*background: rgba(0, 0, 0, .7);*/
        border-radius: 4px;
        cursor: pointer;
    }
    .com-banner-home .box .search-bg .top-bg{
        position: relative;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .com-banner-home .box .search-bg .top-bg .local{
        width: 10px;
        margin-left: 12px;
    }
    .com-banner-home .box .search-bg .top-bg input{
        margin-left: 4px;
        width: calc(100% - 100px);
        font-size: 12px;
        color: #333333;
    }
    .com-banner-home .box .search-bg .top-bg .btn-icon{
        /*width: 70px;*/
        padding: 0 14px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #FFFFFF;
        background: #6785FD;
        border-radius: 4px;
        margin-right: 4px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-banner-home .box .search-bg .top-bg .btn-icon span{
        display: none;
    }
    .com-banner-home .box .search-bg .top-bg .btn-icon img{
        width: 20px;
    }
    .com-banner-home .box .search-bg .result{
        width: 100%;
        position: absolute;
        top: 62px;
        left: 0;
        padding: 8px;
        max-height: 100px;
        background: #FFFFFF;
        border-radius: 0 0 4px 4px;
        overflow-y: auto;
        z-index: 10;
        display: none;
    }
    .com-banner-home .box .search-bg .result li{
        line-height: 24px;
        font-size: 14px;
    }
    .com-banner-home .box .search-bg .history-title{
        font-size: 16px;
        color: #333333;
    }
    .com-banner-home .box .search-bg .result li,
    .com-banner-home .box .search-bg .result li a{
        color: #333333;
    }
    .com-banner-home .box .search-bg .hot-city-box{
        margin-top: 10px;
        width: 100%;
        height: 18px;
        display: none;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        color: #FFFFFF;
    }
    .com-banner-home .box .search-bg .hot-city-box img{
        width: 14px;
        height: 14px;
        cursor: pointer;
        display: none;
    }
    .com-banner-home .box .search-bg .hot-city-box .box{
        /*width: calc(100% - 50px);*/
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .com-banner-home .box .search-bg .hot-city-box .box::-webkit-scrollbar {
        display: none;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li{
        margin-left: 1.2rem;
        white-space: nowrap;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li:first-child{
        margin-left: 0;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li a{
        color: #FFFFFF;
    }
    .com-banner-home .box .search-bg .hot-city-box .box li a:hover{
        color: #6785FD;
    }
}