/*home start*/

.com-banner-home .box .search{
    width: 9rem;
    margin-top: 0.2rem;
    position: relative;
}

.com-banner-home .box .search input,
.com-banner-city .search input{
    width: 8rem;
    height: 0.64rem;
    border-radius: 0.08rem 0 0 0.08rem;
    color: #333333;
    font-size: 0.18rem;
    padding: 0 0.24rem;
    opacity: 0.9;
}

.com-banner-home .box .search .close,
.com-banner-city .search .close{
    width: 0.24rem;
    height: 0.24rem;
    position: absolute;
    right: 1.24rem;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}

.com-banner-home .box .search .btn-box,
.com-banner-city .search .btn-box{
    width: 1rem;
    height: 0.64rem;
    background: var(--blue-color);
    border-radius: 0 0.08rem 0.08rem 0;
}

.com-banner-home .box .search .btn-box .s-img,
.com-banner-city .search .btn-box .s-img{
    width: 0.38rem;
    height: 0.38rem;
}

.com-banner-home .box .search .result{
    position: absolute;
    top: 0.64rem;
    width: 9rem;
    max-height: 200px;
    overflow: auto;
    padding: 0 0.1rem;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0.08rem;
    box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.1);
    display: none;
}

.com-banner-home .box .search .result li{
    line-height: 0.4rem;
    color: #333333;
}

.com-banner-home .box .search .result li a:hover{
    color: var(--blue-color);
}

.com-banner-home .box .hot-city{
    margin-top: 0.3rem;
    width: 9.05rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.18rem;
}

.com-banner-home .box .hot-city li{
    margin-right: 0.24rem;
    margin-bottom: 0.12rem;
}

.com-banner-home .box .hot-city li a{
    color: #FFFFFF;
}

/*home end*/

/*country start*/
.com-banner-country{
    width: 100%;
    height: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0.16rem;
}

.com-banner-country .crumb-box{
    width: 100%;
    margin-top: 0.4rem;
}

.com-banner-country .crumb-box li{
    margin-right: 0.08rem;
}

.com-banner-country .crumb-box li,
.com-banner-country .crumb-box li a{
    color: #FFFFFF;
}

.com-banner-country .bot{
    width: 100%;
    margin-top: 0.4rem;
}

.com-banner-country .bot .item{
    width: 100%;
}

.com-banner-country .bot .slogan{
    font-size: 0.38rem;
    color: #FFFFFF;
}
/*country end*/

/*city start*/
.com-banner-city{
    width: 100%;
    height: 4.48rem;
    color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.com-banner-city ul.crumb-box{
    margin-top: 0.4rem;
    width: 100%;
    font-size: 0.16rem;
}

.com-banner-city ul.crumb-box li,
.com-banner-detail ul.crumb-box li{
    margin-right: 0.08rem;
}

.com-banner-city ul.crumb-box li a{
    color: #FFFFFF;
}

.com-banner-city .city-name{
    width: 100%;
    margin-top: 0.4rem;
    text-align: start;
    font-size: 0.4rem;
}

.com-banner-city .banner-name{
    margin-top: 0.4rem;
    font-size: 0.48rem;
    text-align: center;
}

.com-banner-city .search{
    margin-top: 0.4rem;
    width: 9rem;
    position: relative;
}

/*city end*/

/*detail start*/
.com-banner-detail{
    width: 100%;
    height: 1rem;
    font-size: 0.14rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.com-banner-detail .box{
    width: 100%;
    height: 1rem;
}

.com-banner-detail .box .item{
    width: 100%;
}

.com-banner-detail ul.crumb-box{
    font-size: 0.16rem;
}

.com-banner-detail ul.crumb-box li,
.com-banner-detail ul.crumb-box li a{
    color: #999999;
}

.com-banner-detail ul.crumb-box li:last-child,
.com-banner-detail ul.crumb-box li:nth-last-child(2){
    color: #333333;
    text-shadow: 0 2px 4px rgba(51,51,51,0.2);
}

.com-banner-detail .search,
.com-banner-country .search{
    width: 3.64rem;
    height: 0.44rem;
    position: relative;
}

.com-banner-detail .search input,
.com-banner-country .search input{
    width: 3rem;
    height: 100%;
    border-radius: 0.04rem 0 0 0.04rem;
    border: 1px solid var(--blue-color);
    font-size: 0.16rem;
    padding: 0 0.12rem;
    opacity: 0.9;
}

.com-banner-detail .search .close,
.com-banner-country .search .close{
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    right: 0.76rem;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}

.com-banner-detail .search .btn-box,
.com-banner-country .search .btn-box{
    width: 0.64rem;
    height: 100%;
    background: var(--blue-color);
    border-radius: 0 0.04rem 0.04rem 0;
}

.com-banner-detail .search .btn-box .s-img,
.com-banner-country .search .btn-box .s-img{
    width: 0.30rem;
    height: 0.30rem;
}
/*detail end*/

@media screen and (max-width: 768px){
    .com-banner-home{
        height: 240px
    }

    /*.com-banner-home .box .name {*/
    /*    font-size: 3.43rem;*/
    /*    line-height: 3.36rem;*/
    /*    margin-top: 30px;*/
    /*}*/

    /*.com-banner-home .box .name img{*/
    /*    width: 12.93rem;*/
    /*    height: 3.36rem;*/
    /*}*/

    .com-banner-home .box .tab{
        margin-top: 20px;
        width: 248px;
        height: 36px;
        border-radius: 4px;
        font-size: 14px;
    }

    .com-banner-home .box .tab div {
        width: 50%;
        height: 100%;
        text-align: center;
        line-height: 36px;
    }

    .com-banner-home .box .tab div.action{
        border-radius: 4px;
    }

    .com-banner-home .box .search,
    .com-banner-city .search{
        margin-top: 10px;
        width: calc(100% - 10px);
    }

    .com-banner-home .box .search input,
    .com-banner-city .search input,
    .com-banner-detail .search input,
    .com-banner-country .search input{
        width: 280px;
        height: 36px;
        padding: 0 12px;
        border-radius: 4px 0 0 4px;
        font-size: 14px;
    }

    .com-banner-home .box .search .btn-box,
    .com-banner-city .search .btn-box,
    .com-banner-detail .search .btn-box,
    .com-banner-country .search .btn-box{
        width: 48px;
        height: 36px;
        border-radius: 0 4px 4px 0;
    }

    .com-banner-home .box .search .btn-box .s-img,
    .com-banner-city .search .btn-box .s-img,
    .com-banner-detail .search .btn-box .s-img,
    .com-banner-country .search .btn-box .s-img{
        width: 20px;
        height: 20px;
    }

    .com-banner-home .box .search .close,
    .com-banner-city .search .close,
    .com-banner-detail .search .close,
    .com-banner-country .search .close{
        width: 16px;
        height: 16px;
        right: 60px;
    }

    .com-banner-home .box .search .result{
        top: 36px;
        width: 328px;
        max-height: 200px;
        padding: 0 10px;
        border-radius: 4px;
    }

    .com-banner-home .box .search .result li{
        line-height: 30px;
    }

    .com-banner-home .box .hot-city{
        margin-top: 10px;
        width: calc(100% - 10px);
        font-size: 12px;
    }

    .com-banner-home .box .hot-city li{
        margin-right: 10px;
        margin-bottom: 6px;
    }

    .com-banner-home .box .hot-city li:nth-child(n+5){
        display: none;
    }

    /*city*/
    .com-banner-city{
        height: 10rem;
    }

    .com-banner-city ul.crumb-box{
        font-size: 1rem;
        margin-top: 1.5rem;
    }

    .com-banner-city ul.crumb-box li,
    .com-banner-detail ul.crumb-box li{
        margin-right: 0.5rem;
    }

    .com-banner-city .city-name{
        display: none;
    }

    .com-banner-city .banner-name{
        margin-top: 1rem;
        font-size: 16px;
    }

    /*detail*/
    .com-banner-detail{
        height: 9rem;
        font-size: 14px;
    }

    .com-banner-detail .box{
        height: 9rem;
    }

    .com-banner-detail .box .item{
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .com-banner-detail ul.crumb-box{
        font-size: 14px;
    }

    .com-banner-detail ul.crumb-box li:last-child,
    .com-banner-detail ul.crumb-box li:nth-last-child(2){
        display: none;
    }

    .com-banner-detail .search,
    .com-banner-country .search{
        margin-top: 20px;
        width: 328px;
        height: 36px;
    }

    .com-banner-country{
        height: 10rem;
        font-size: 14px;
    }

    .com-banner-country .crumb-box{
        margin-top: 20px;
    }

    .com-banner-country .bot{
        margin-top: 10px;
    }

    .com-banner-country .bot .item{
        flex-direction: column;
        align-items: start;
    }

    .com-banner-country .bot .slogan{
        font-size: 17px;
    }
}

