
body{background: #fff;}
body.active{background: #131d32;}
.searchbox{
    height: .55rem;
    overflow: hidden;
    padding:0.2rem 0;
    background: #131d32;
}
.searchbox .inpbox,.searchbox .cancel{float: left;}
.searchbox .inpbox{
    width: 6.27rem;
    height: .55rem;
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    margin-left: 0.4rem;
    background: #242b52;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchbox .inpbox input{
    width: 6.02rem;
    height: 100%;
    border:0;
    background: #242b52;
    text-indent: 0.24rem;
    font-size: 0.24rem;
    color: #96d2fa;
}
input[type="search"]{-webkit-appearance:none;}
input::-webkit-search-cancel-button {display: none;}
.searchbox .inpbox .close{
    height: 100%;
    width: 0.25rem;
    background: url(../img/search/cancel.png) no-repeat left;background-size:0.25rem 0.25rem;
    position: absolute;
    left:5.82rem;top: 0;
    z-index: 3

}
.searchbox .inpbox .close a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:.24rem;
    color: #424141;
}
/* 搜索取消按钮*/
.searchbox .cancel{
    height: 100%;
    width: 0.62rem;
    padding-left: 0.16rem;


}
.searchbox .cancel a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.55rem;
    color: #96d2fa;
}
/*<!-- 搜索框结束 -->*/
/*搜索导航*/
.search_nav{
    padding: 0.5rem 0.4rem 0.16rem 0.4rem;
    background: #131d32;
    display: none;
}
.search_nav ul{
    height: 0.52rem;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.search_nav ul li{
    color: #fff;
    font-size: 0.28rem;
    padding: 0 0.06rem 0.1rem 0.06rem;
    margin-left: 0.35rem;
    display: inline-block;
}
.search_nav ul li:nth-child(1){
    margin-left: 0;
}
.search_nav ul li.border{
    border-bottom: 0.04rem solid #96d2fa;
}
/*搜索导航结束*/
/*   <!--  热门搜索开始 -->*/
.HotSearch{
    /*    padding: 0rem 0 0.9rem 0rem;*/
    background: #fff;
    color: #424141;
}
.HotSearch .title{
    color: #424141;
    overflow: hidden;
    padding-left: 0.4rem;
    padding-top: 0.3rem;
}
.HotSearch.active .title{
    margin-top: 0rem;
}
.HotSearch .title span{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bolder;
    color: #424141;
}
.HotSearch .content{
    padding-left: 0.4rem;
    padding-top: 0.22rem;
    overflow: hidden;
}
.HotSearch .item{
    /*    padding:.08rem;*/
    display: block;
    float: left;
    letter-spacing:0.02rem;
    margin-right: 0.38rem;
    color: #424141;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.HotSearch.change .item{
    margin:0;
    padding:.08rem;
    background: #252d52;
    color: #fff;
    margin-right: 0.4rem;
    margin-bottom: 0.2rem;
}
.HotSearch.change .title span{color: #fff}
.HotSearch.change{background:#131d32 }
/*   <!--  热门搜索区块特殊样式 -->*/
.HotSearch .item.active{
    background:#04be83 ;
    color: #fff
}
/*  <!--  热门搜索结束 -->*/
/*<!-- 历史记录开始 --> */
.history{padding-left: 0.4rem;background: #fff}
.history .title{
    height:20px;
    line-height: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing:0.01rem;
    padding-bottom: 0.22rem;
}
.history .title span{
    line-height:18px;
    padding-top: 0.02rem;
    font-size: 18px;
    font-weight: bolder;
    color: #424141;
}
.history .title .delete{
    height: 18px;
    width: 18px;
    padding-left: 0.1rem;
    background: url(../img/search/rubbrish.png) no-repeat right;background-size:contain;
    position: absolute;
    top: 0;right: 0.56rem;
}
.history ul{overflow: hidden;}
.history ul li{
    width: 100%;
    cursor: pointer;
    /*    height: 0.68rem;
        line-height: 0.68rem;
            padding-top: 0.36rem;
        font-size: 0.24rem;*/
}
.history ul li span{
    padding: 0.08rem;
    /*    background: #242b52*/
    color: #424141;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-left: 0;
}
/*搜索列表*/
.itemlist{
    background: #fff;
}
.itemlist .item{
    padding:0.26rem 0 0.17rem 0.4rem;
    border-bottom: 0.01rem solid #f0f0f0;
}
.itemlist .item:nth-child(1){
    padding-top: 0.32rem;
}
.itemlist .item .headline{
    width: 6.05rem;
    max-height: 0.76rem;
    font-size: 0.34rem;
    line-height: 0.38rem;
    color: #414142;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itemlist .item .label{
    padding: 0.2rem 0;
}
.itemlist .item .label span{
    font-size: 0.2rem;
    /*min-width: 0.86rem;*/
    /*height: 0.41rem;*/
    border: 1px solid #face15;
    border-radius: 0.05rem;
    /*text-align: center;*/
    line-height: 0.21rem;
    padding:0.1rem 0.1rem; ;
}
/*//多媒体分类标签 */
  .itemlist .multimedia_pic .label span{
      border: solid 1px #ff6969;
      color: #ff6969;
  }
.itemlist .multimedia_video .label span{
    border: solid 1px #fa7d49;
    color: #fa7d49;
}
.itemlist .multimedia_var .label span{
    border: solid 1px #d37dff;
    color: #d37dff;
}
/* destination【目的地】route【行程】activity【活动】information【咨询】 */
.itemlist .item .label.route span{
    border: 1px solid #3ebbdf;
    color: #3ebbdf;
}
.itemlist .item .label.activity span{
    border: 1px solid #3edf99;
    color: #3edf99;
}
.itemlist .item .label.information span{
    border: 1px solid #fa7d49;
    color: #fa7d49;
}
.itemlist .item .address{
    font-size: 0.22rem;
    color: #a1a1a2;
    width: 6.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.itemlist .item .address p{
    font-size: 0.28rem;
}
.itemlist .item .address img{
    padding-top: 0.25rem;
    display: block;
    width: 100%;
}
/*报错区块*/
/*searchNav_error[导航报错]search_error【搜索框】*/
.error{display: none;}
.error.active{display: block;}
.search_error{
    padding-top: 0.52rem;
    background: #141e33;
    padding-bottom: 0.3rem;
}
.searchNav_error{
    background: #fff;
    width: 100%;
    position: absolute;
    top:2.1rem;
    bottom: 0;
}
.error .errorbox{
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    background: red;
    margin-bottom: 0.24rem;
    background: url(../img/search/error.png) no-repeat right;background-size:1.18rem 1.18rem;
}
.error p{
    color: #3356a0;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding-top: 0.08rem;
}
.searchNav_error p{
    color: #c1c1c1;
}
.search_error .errorbox{
    background: url(../img/search/search_error.png) no-repeat right;background-size:1.18rem 1.18rem;
}
.searchNav_error .errorbox{
    margin-top: 0.32rem;
}

.itemlistbox{
    display: block;
}
.itemlistbox.active{
    position: absolute;
    top: 2.1rem;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.itemlistbox.height{
    top: 4.84rem;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #242b52 inset;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px #242b52 inset;
}

.list-box {
    background: linear-gradient(43deg, #08121e 0%, #121d31 47%, #1c2743 100%);
}

/*图库*/
.mask-imgs {

}
#multimedia_pic{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
}
#multimedia_pic .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
#multimedia_pic .swiper-wrapper .swiper-slide img {
    width: 100%;
    /*min-height: 4.08rem;*/
}
#multimedia_pic .swiper-pagination {
    color: #fff;
}
#multimedia_video{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
}
#myvideo{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 40%;
}
.close{
    display: none;
}