

/* 信息提示框样式 */
#alert-view {
    display: none;
    position: fixed;
    top: 40%;
    left: 40%;
    max-width: 300px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 10px 20px;
}
.item-brand-type{
    font-size: 0.6rem;
}
.occupied-module{
    height: 5.3rem;
}

/* 列表没有更多了 */
.list-no-more{
    text-align: center;
    padding: .5rem 0;
    font-size: 0.65rem;
    color: #999;
}

.page{
    overflow-y: auto;
}

.icon-back{
    margin-right: 0.5rem;
    width: 20px;
    float: left;
}


/* 搜索 */
.search-header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0;
}
.search-wrap {
    width: 100%;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    /* border-bottom: 1px solid #dcdcdc; */
}

.search-wrap .search-input {
    flex: 1;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.2rem;
    position: relative;
}

.search-wrap .search-input > input {
    width: 100%;
    height: 1.8rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    font-size: 0.65rem;
}

.search-wrap .search-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    margin-top: -0.5rem;
}

.search-wrap .search-btn {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    color: #057AF5;
    letter-spacing: 0.29px;
}









/* 首页 */
.page-index .search {
    width: 100%;
    position: relative;
    padding: 0.75rem 0;
}

.page-index .search>input {
    width: 100%;
    height: 1.8rem;
    border-radius: 0.15rem;
    background-color: #fff;
    padding-left: 0.75rem;
    padding-right: 2.25rem;
    font-size: 0.65rem;
}

.page-index .search-icon {
    width: 2.25rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.6rem;
    object-fit: contain;
}

.page-index .keys {
    width: 100%;
    display: flex;
    align-items: center;
    height: 1.5rem;
    font-size: 0.6rem;
}

.page-index .key {
    color: rgba(255,255,255,0.8);
}

.page-index .key:first-child {
    color: #fff;
    padding-right: 0.5rem;
    border-right: 1px solid #fff;
    line-height: 1.2;
}

.page-index .key+.key {
    margin-left: 0.5rem;
}

.page-index .navs {
    width: 100%;
    height: 5.75rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-bottom: 0.25rem;
    border-bottom: 0.3rem solid #F8F9FB;;
}

.page-index .nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-index .nav-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.page-index .nav-title {
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.25rem;
}

.page-index .list {
    width: 100%;
    background-color: #fff;
    padding: 0 0.75rem;
}
.page-index .list-header {
    display: flex;
    align-items: center;
    height: 2.25rem;
}

.page-index .list-header-title {
    color: #000;
    font-size: 0.7rem;
    font-weight: bold;
}

.page-index .list-header-right {
    font-size: 0.55rem;
    margin-left: auto;
    color: #999;
}
.page-index .list div:nth-child(2)::after {
    border-top: none;
}
.page-index .news {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    position: relative;
}

.page-index .news::after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.5);
    transform-origin: 0 0;
    border-top: 1px solid #dcdcdc;
}

.page-index .news-image {
    width: 6rem;
    height: 4rem;
    margin-right: 0.75rem;
    object-fit: contain;
}

.page-index .news-info {
    flex: 1;
    height: 4rem;
    display: flex;
    flex-direction: column;
}

.page-index .news-title {
    font-size: 0.7rem;
    color: #000;
    letter-spacing: 1.7px;
}

.page-index .news-time {
    font-size: 0.6rem;
    color: #666;
    letter-spacing: 1.37px;
    margin-top: auto;
}

.page-index .item {
    padding: 0.75rem 0;
    position: relative;
}

.page-index .item::after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.5);
    transform-origin: 0 0;
    border-top: 1px solid #dcdcdc;
}

.page-index .title {
    font-size: 0.8rem;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.19px;
}

.page-index .info {
    width: 100%;
    display: flex;
    margin-top: 0.5rem;
    align-items: baseline;
}

.page-index .tags {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.page-index .tag {
    background-color: #E9F2FF;
    border-radius: 0.1rem;
    color: #666;
    font-size: 0.65rem;
    padding: 0 0.75rem;
    line-height: 1.2rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.page-index .time {
    margin-left: auto;
    font-size: 0.6rem;
    color: #999;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}


/* 默认商店 */
.brand-intro,.brand-airport, .brand-similar{
    padding: 0.57rem;
}
.module-title{
    font-size: 0.85rem;
    font-weight: 700;
    color:#333333;
}
.intro{
    color: #999999;
    font-size: 0.7rem;
    text-align: justify;
    margin-top: .3rem;
    line-height: 1.125rem;
}
.hideIntro{
    max-height: 4.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.intro.hiddenContent{
    height: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.show-more{
    color: #317EFE;
    font-size: 0.7rem;
    margin-top: .3rem;
    display: block;
}
.brand-airport .module-title{
    line-height: 1.25rem;
}
.brand-airport .module-title a{
    float: right;
    font-weight: 500;
    font-size: 0.75rem;
    vertical-align: text-bottom;
    color: #317EFE;
    line-height: 1.25rem;
}
.brand-airport .brand-airport-list{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}
.brand-airport .brand-airport-list .item-brand-airport{
    width: 46%;
}
.brand-airport .brand-airport-list .item-brand-airport picture{
    display: block;
    width:100%;
    height: 5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #eee;
}
.brand-airport .brand-airport-list .item-brand-airport picture img{
    width: 100%;
    height: 100%;
}
.brand-airport .brand-airport-list .item-brand-airport .title{
    color: #333333;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.4rem;
}
.brand-airport .brand-airport-list .item-brand-airport .brand-num{
    font-size: 0.65rem;
    color: #666666;
    margin-top: 0.2rem;
}
.brand-airport .brand-airport-list .item-brand-airport .brand-num span{
    color:#317EFE
}
.brand-similar .item-brand-wrap{
    padding: .6rem 0;
}
.brand-similar .item-brand-wrap::before{
    left: 0;
    right: 0;
}
.item-brand-wrap:last-child::before{
    display: none;
}
.brand-similar .item-brand-wrap:last-child::before{
    display: none;
}

#brand-list-wrap{
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;　
}


/* 品牌 */
.page-brandlist .main{
    position: relative;
}
.page-brandlist .filter-wrap{
    box-shadow: none;
}
.page-brandlist .filter-wrapper{
    height: calc(100vh - 5.3rem);
    padding-bottom: 3rem;
    top: 5.6rem;
    padding-top: 0;
}
.page-brandlist .brand-list-wrap{
    height: calc(100vh - 5.6rem);
    overflow-y: auto;
}
.page-brandlist .main{
    border-top: 0.3rem solid #F8F9FB;
}
.page-brandlist .item-brand{
    /* padding: 0.65rem 0.55rem;
    position: relative;
    display: -ms-flexbox;
    display: flex; */
}
.item-brand a{
    padding: 0.65rem 0.55rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.page-brandlist .item-brand .item-brand-picture{
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    border: 1px solid #eee;
    position: relative;
    margin-right: 0.875rem;
}
.page-brandlist .item-brand .item-brand-picture picture  img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.page-brandlist .item-brand .item-brand-info{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
}
.page-brandlist .item-brand .item-brand-info .item-brand-title{
    font-size: 0.75rem;
    font-weight: 700;
    color:#000;
    vertical-align: top;
}
.page-brandlist .item-brand .item-brand-info .item-brand-type,.page-brandlist .item-brand .item-brand-info .item-brand-settled-num{
    font-size: 0.6rem;
    color: #666666;
}
.page-brandlist .item-brand .item-brand-info .item-brand-settled-num span{
    color:#317EFE;
    font-weight: 700;
}
.page-brandlist .filter-wrapper .filter-content{
    padding: 0.42rem 0.6rem;
}
/* .page-brandlist .filter-wrapper .filter-option-list .item-filter     */


/* 品牌详情 */
.page-brand .brand-similar .item-brand-wrap:last-child:before{
    display: none;
}

/* 全部入驻机场 */
.page-settled-airport .brand-airport{
    border: 0;
}
.page-settled-airport .brand-airport .settled-airport-list{
    display: block;
    margin-left: -4%;
}
.page-settled-airport .brand-airport .settled-airport-list .item-brand-airport{
    float: left;
    margin-left: 4%;
    margin-bottom: 0.9rem;
}


/* 机场列表 */

.page-airport-list{
    background: #eee;
}
.airport-wrapper{
    padding: 0.8525rem 0.575rem ;
}
.airport-wrapper .item-airport{
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.88rem;
    background: #fff;
}
.airport-wrapper .item-airport .airport-picture{
    width: 100%;
    height: 8.575rem;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.airport-wrapper .item-airport .airport-picture img{
    width: 100%;
    height: 100%;
}
.airport-wrapper .item-airport .airport-picture .airport-name{
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    color: #fff;
    height: 1.9rem;
    display: block;
    line-height: 1.9rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
}
.airport-basic{
    padding: 0.75rem;
}
.airport-basic .label-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.625rem;
}
.airport-basic .label-wrap:last-child{
    margin-bottom: 0;
}
.airport-basic span{
    width: 60%;
    text-align: left;
    color: #565555;
    font-size:0.7rem;
}
.airport-basic .label-wrap span:last-child {
    width: 40%;
}
.page-airport-list .filter-wrapper {
    height: calc(100vh - 5.3rem);
    top: 5.3rem;
    /* padding-bottom: 3rem; */
    padding-top: 0;
}
.page-airport-list .filter-wrapper .filter-content{
    padding: 0;
}
.page-airport-list .filter-wrapper .tag{
    background: #F3F3F3;
    color:#333333;
    font-size: 0.85rem;
    height: 1.85rem;;
    line-height: 1.85rem;;
    padding-left: 0.575rem;
}
.airport-basic-wrap{
    padding: 0 0.575rem;
}
.airport-basic-wrap .airport-basic-content{
    color: #333333 ;
    font-size: 0.7rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #F3F3F3;
}
.airport-basic-wrap .airport-basic-content a{
    color: #333333 ;
}
/* .airport-basic-content .airport-name{
    padding: 0.6rem 0;
    padding-left: 0.575rem;
} */
.airport-basic-wrap .airport-basic-content:last-child{
    border:0;
}
.airport-basic-wrap .airport-basic-content label{
    margin-left: 2rem;
}
.airport-basic-wrap .airport-basic-content p{
    color:#999999;
    font-size:0.6rem
}


/* 机场详情 */
.page-airport .airport-header{
    position: fixed;
    width: 100%;
    /* height: 9.55rem; */
    height: 10rem;
    overflow-y: hidden;
    top:0; left:0;right:0;
    background-image: url(../images/1.png) no-repeat;
    background-size: cover;
}
.page-airport .top, .page-airport .main{
    -webkit-backface-visibility: hidden;
}
.airport-header-mark{
    background: rgba(51,51,51,0.65);
    height: 100%;
    width: 100%;
}
.page-airport .airport-header .top-content {
    /* padding: 1rem; */
    padding: 0.5rem 1rem 1rem; 
}
.page-airport .airport-header .top-content h5{
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}
.page-airport .airport-header .top-bg{
    width:100%;
}
.page-airport  .top-info-item{
    color:#fff;
    margin-bottom: .5rem;    
    display: flex;
    /* justify-content: center; */
}
.page-airport  .top-info-item label{
    display: block;
    font-size: 0.7rem;
    text-align: left;
}
.page-airport .top-info-item label:first-child{
    width: 60%
}
.page-airport .filter{
    box-shadow: none;
}
.page-airport .main{
    background: #fff;
    position: absolute;
    top: calc(10rem - 0.6rem);
    width: 94%;
    height: calc(100vh - 10rem - 0.6rem);
    left: 3%;
    border-radius: 10px;
    overflow-y: auto;
}
.page-airport .search-wrap .search-input > input{
    padding-left: 0.5rem;
}
.page-airport .search-wrap .search-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left:auto;
    right: 0.9rem;
    margin-top: -0.5rem;
}
.brand-details .brand-type{
    /* margin-top: 0.1rem; */
}
.brand-details .brand-type span{
    display: inline-block;
    font-size: 0.65rem;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 38%;
}
.brand-details .brand-type span:first-child{
    width: 60%;
}
.main-wrap{
    position: relative;
    /* padding-top: 5.3rem; */
    padding-top: 6.9rem;
}
.main-top-filter{
    /* width: 100%;
    position: absolute;
    top: 0; */
    background: #fff;
    /* height: 5.3rem; */
    z-index: 99;
    width: 94%;
    position: fixed;
    /* height: 5.3rem; */
    z-index: 99;
    top: calc(10rem - 0.6rem);
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
    -webkit-backface-visibility: hidden;
}
.filter-choice-wrapper{
    background: rgba(0, 0, 0, 0.6);
    height: calc(100vh - 5.3rem - 0.9rem - 10rem - 0.6rem);
    position: fixed;
    z-index: 9999;
    left: 3%;
    right: 3%;
    top: 16.9rem;
}
.filter-choice-wrapper .filter-choice-wrap{
    background: #fff;;
    /* position: static; */
    padding: 0 0.75rem;
    padding-bottom: 3.9rem;
    height: 80%;

    position: relative;
}
.filter-choice-wrapper .filter-choice-content{
    height: 100%;
    overflow-y: auto;
}
.filter-choice-wrap .filter-footer{
    position: static;
    margin-top: .825rem;

    position: absolute;
    margin-top: .825rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0.5rem;
    /* border-top: 1px solid #eee; */
}
.filter-choice-wrap .filter-footer .filter-button{
    width: 7.95rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
    letter-spacing: 0.3rem;
    border-radius: 5px;
}
.filter-choice-wrap .filter-footer .filter-button:first-child{
    margin-right: 1.5rem;
}
.page-airport .airport-nav{
    width: 100%;
    padding: 0.8rem 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-airport .airport-nav .share-btn{
    width: 20px
}
.page-airport .airport-nav .share-btn img{
    width: 100%;
}

.page-airport .main-tab{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    padding: 0.5rem 0;
}
.page-airport .main-tab a{
    font-size: 0.8rem;
    color: #333;
    padding: 0 .8rem;
    display: block;
}
.page-airport .main-tab a.active{
    font-weight: 700;
    position: relative;
}
.page-airport .main-tab a.active::before{
    content: '';
    width: 1.6rem;
    height: 0.1rem;
    background: #057AF5;
    position: absolute;
    bottom: -0.15rem;
}
.page-airport .date-range {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.page-airport .date-start, .date-end {
    display: flex;
    line-height: 1.5rem;
    align-items: center;
    width: 7rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    color: #666;
    text-align: center;
    border: 1px solid #EDEDED;
    border-radius: 0.15rem;
}
.page-airport .date-start div, .date-end div {
    flex: 1;
}
.page-airport .date-start.active, .date-end.active {
    background-color: #E7F0FF;
    color: #666;
    border-color: #E7F0FF;
}
.page-airport .date-start {
    margin-right: 0.25rem;
}
.page-airport .date-end {
    margin-left: 0.25rem;
}
.page-airport .date-icon {
    margin-left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
}
.page-airport .search-input .cancel-icon{
    right: 2.5rem;
}



/* 分割线 */
.split-line{
    width: 100%;
    height: 8px;
    background: #fbf7f7;
}

/* 发布成功 */
.page-success .main .add-success-picture{
    width: 6.7rem;
    margin: 2.3rem auto 1.4rem;
}
.page-success .main .add-success-picture img{
    width: 100%;
}
.add-success-basic{
    padding: 0 1.9rem;
}
.add-success-basic .hint{
    color: #666666;
    font-size: 0.65rem;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.add-success-btns .btn{
    border: 2px solid #317EFE;
    border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    display: block;
    font-size: 0.7rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    color:#317EFE;
}
.add-success-btns .examine{
    background: #317EFE;
    color:#fff;
    margin-bottom: 0.8rem;
}


/* 我得发布 */
.page-publish{
    background: #f3f3f3;;
}
.page-publish .main .publish-list{
    padding: 0 0.625rem;
    padding-bottom: 0.8rem;
}
.page-publish .main .publish-list .item-publish{
    background: #fff;
    margin-top: 0.8rem;
    padding: 0.9rem;
    border-radius: 0.6rem;
    position: relative;
}
.page-publish .main .publish-list .item-publish .title{
    font-size: 0.8rem;
    color: #333333;
    margin-bottom: 0.8rem;
}
.page-publish .main .publish-list .item-publish .date{
    font-size: 0.65rem;
    color: #666;
}
.page-publish .main .publish-list .item-publish .result{
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    color: #317EFE;
    font-size: 0.7rem;
}
.page-publish .main .publish-list .item-publish .passed{
    color: #39A809;
}
.page-publish .main .publish-list .item-publish .not_pass{
    color: #D03602;
}
.page-publish .main .publish-list .item-publish .edit{
    background: #317EFE;
    border-radius: 4px;
    font-size: 0.6rem;
    color:#fff;
    padding: 0.15rem 0.2rem;
    position: absolute;
    bottom: 0.9rem;
    right: 0.9rem;
}

/* 发布招商信息 */
.page-add .module-title{
    padding: 0.575rem 0 0.575rem 0.575rem;
    background: #F3F3F3;
    font-size: 0.7rem;
    color: #333333;
}
.page-add .module-title span{
    color: #2A2A2A;
    font-weight: normal;
}
.page-add .module-title strong{
    position: relative;
    padding-left: 0.5rem;
}
.page-add .module-title strong::before{
    content: '';
    width:0.15rem;
    height: 0.7rem;
    background: #317EFE ;
    display: block;
    position: absolute;
    top: 0.15rem;
    left: 0;
}
.page-add .input-file-wrap{
    padding: 0 0.6rem;
}
.page-add .input-wrap{
    position: relative;
    display: flex;
    align-items: center;
}
.page-add .input-wrap:before{
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
}
.page-add .input-wrap input, .page-add .input-wrap .selector{
    height: 1.9rem;
    font-size: 0.7rem;
    padding-left: 0.6rem;
}
.page-add .input-wrap .selector{
    line-height: 1.9rem;
    width: 100%;
}
.page-add .input-wrap .num{
    color: #999999;
    font-size: 0.6rem;
}
.page-add .input-wrap .back{
    width: 0.25rem;
    height: 0.47rem;
    background: url(../images/more_right.png) no-repeat;
    background-size: 100%;
}
.page-add .input-file-wrap .textarea-wrap{
    display: block;
    position: relative;
}
.page-add .input-file-wrap .textarea-wrap textarea{
    font-size: 0.7rem;
    padding-left: 0.6rem;
    padding-top: 0.4rem;
    height: 4.5rem;
}
.page-add .input-file-wrap .textarea-wrap .num{
    position: absolute;
    right:0; 
    bottom: 0.4rem;
}
/* .van-cell */
.input-wrap .van-field__control, .input-wrap .van-field__control::placeholder{
    color: #424242;
}
.input-wrap .van-cell{
    background-color: unset;
    padding: 0
}
.input-wrap .van-cell .van-field__error-message{
    padding-left: 0.6rem;
}
.input-wrap .input-field-wrap{
    position: relative;
}
.input-wrap .input-field-wrap .van-field__word-limit{
    position: absolute;
    top:8px;
    right: 0;
    color: #999999;
    font-size: 0.6rem;
}
.input-wrap .van-cell__title{
    width: 70%;
    line-height: 1.9rem;
    padding-left: 0.6rem;
    font-size: 0.7rem;
}
.page-add .input-wrap.popup-input-wrap .van-cell__title{
    /* width: 40vw; */
}
.page-add .input-wrap.popup-input-wrap .van-field__error-message{
    margin-left: -43vw;
}
.page-add .input-wrap.popup-input-wrap .van-cell__value .van-field__body input[type="text"]{
    color: #a99e9e;
    font-size: 0.6rem;
    text-align: right;
}
.page-add .textarea-wrap .van-field__word-limit{
    padding-bottom: 0.2rem;
}
.popup-input-wrap .van-cell__value{
    margin-right: 0.5rem;
}

.upload-wrapper{
    padding: 0.5rem 1rem;
}
.upload-wrap{
    display: flex;
    margin-bottom: 0.1rem;
}
.upload-wrap p{
    color: #999999;
    font-size: 0.75rem;
    width: 100%;
}
.upload-wrap .upload-btn{
    background: #317EFE;
    border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 3.6rem;
    text-align: center;
    line-height: 1.5;
    padding: 0.1rem;
    font-size: 0.6rem;
}
.upload-wrapper .hint{
    font-size: 0.6rem;
    color: #999999;
    letter-spacing: 0;
}
.publish-btn{
    width: 15rem;
    margin:1.35rem auto 1.35rem;
    display: block;
    background: #317EFE;
    border-radius: 0.3rem;
    outline: none;
    border: 0;
    color: #fff;
    height: 2rem;
    font-size: 0.75rem;
}
.search-filter-wrapper{
    background: #fff;
    position: fixed;
    top:0; 
    left:0;
    right:0;
    bottom:0;
    padding-top: 0
}
.search-filter-wrapper header{
    padding: 0.8rem 0.75rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    color: #030303;
    position: relative;
}
.search-filter-wrapper header .back {
    margin-right: 0.5rem;
    width: 20px;
    float: left;
}
.search-filter-wrapper header h5{
    font-size: 0.9rem;
    line-height: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    /* width: 100%; */
    display: inline-block;
}
.search-filter-wrapper .filter-wrapper{
    position: static;
    padding-top: 0;
    height: auto;
}

.page-add .input-wrap input.text-region-tool{
    position: absolute;
    right: 0.5rem;
    vertical-align: middle;
    line-height: 1.9rem;
    width: 4.6rem;
    text-align: right;
    color: #a99e9e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.6rem;
}
.page-add .bids-files-wrap{
    margin-top: 0.5rem;
    margin-left: -0.3rem;
}
.page-add .item-bid-file{
    display: inline-block;
    background: #eee;
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 0.6rem;
    position: relative;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}
.page-add .bids-files-wrap .icon-close{
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
}
.page-add .date-select-wrapper .selector{
    width: calc(100vw - 9.4rem);
}
.page-add .date-select-wrap{
    width: 9.4rem;
    text-align: right;
    font-size: 0.6rem;
}
.page-add .date-select-wrap input[type="text"]{
    display: inline-block;
    width: 3.8rem;
    padding: 0;
    text-align: center;
    font-size: 0.65rem;
}
.mobileSelect .content .btnBar .ensure{
    color:#317efe
}

/* page-shop-detail */
.page-shop-detail .shop-basic-tags .shop-basic-tags-wrap:first-child{
    margin-bottom: 0.2rem;
}
.page-shop-detail .shop-basic-tags .shop-basic-tags-wrap span{
    display: inline-block;
    font-size: 0.65rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 38%;
}
.page-shop-detail .shop-basic-tags .shop-basic-tags-wrap span:first-child{

    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-shop-detail .brand-airport-list .brand-num label{
    margin-left: 0.6rem;
    display: inline-block;
}



@keyframes fixFilter {
    from {
        top: 7.8rem;
    }
    to {
        top: 2.85rem;
    }
}

@keyframes floatFilter {
    from {
        top: 2.85rem;
    }
    to {
        top: 7.8rem;
    }
}


@keyframes listmoveup
{
    from {
        top: 7.8rem;
        height: calc(100vh - 8.7rem);
    }
    to {
        top: 2.85rem;
        /* height: 88vh; */
        height: calc(100vh - 3.7rem);
    }
}

@-webkit-keyframes listmoveup /* Safari and Chrome */
{
    from {
        top: 7.8rem;
        height: calc(100vh - 8.7rem);
    }
    to {
        top: 2.85rem;
        /* height: 88vh; */
        height: calc(100vh - 3.7rem);
    }
}
@keyframes listmovedown
{
    from {
        top: 2.85rem;
        height: calc(100vh - 3.7rem);
    }
    to {
        top: 7.8rem;
        height: calc(100vh - 8.7rem);
    }
}

@-webkit-keyframes listmovedown /* Safari and Chrome */
{
    from {
        top: 2.85rem;
        height: calc(100vh - 3.7rem);
    }
    to {
        top: 7.8rem;
        height: calc(100vh - 8.7rem);
    }
}
@keyframes topdwindle
{
    from {
        height: 9.55rem;
    }
    to {
        height: 4.5rem;
    }
}

@-webkit-keyframes topdwindle /* Safari and Chrome */
{
    from {
        height: 9.55rem;
    }
    to {
        height: 4.5rem;
    }
}
@keyframes topmagnify
{
    from {
        height: 4.5rem;
    }
    to {
        height: 9.55rem;
    }
}

@-webkit-keyframes topmagnify /* Safari and Chrome */
{
    
    from {
        height: 4.5rem;
    }
    to {
        height: 9.55rem;
    }
}



/* page-airport-plan */
.page-airport-plan{
    background: #F8F9FB;
}
.page-airport-plan .occupied{
    height: 5.3rem;
}
.page-airport-plan .nav-wrapper{
    padding: 0.8rem 0.8rem;
    background: #fff;
    position: fixed;
    top:2.5rem;
    left:0;
    right: 0;
    z-index: 9;
}
.page-airport-plan .nav{
    display: flex;
    justify-content: space-between;
}
.page-airport-plan .nav-item{
    color: #999999;
    font-size: 0.75rem;
    font-weight: 700;
}
.page-airport-plan .nav-item.nav-item-active{
    color: #333;
}
.page-airport-plan .nav-item.nav-item-active span{
    position: relative;
}
.page-airport-plan .nav-item.nav-item-active span::after{
    content: '';
    background-color: #317EFE;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -0.25rem;
}
.page-airport-plan .main{
    margin-top: 0.3rem;
    background: #fff;
}
.page-airport-plan .main .list{
    padding: 0 0.8rem;
}
.page-airport-plan .main .list .item-list {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    align-items: center;
}
.page-airport-plan .main .list .item-list.line:before {
    left:0;
    right:0
}
.page-airport-plan .main .list .item-list.line:last-child::before{
    display: none;
}
.page-airport-plan .main .list .item-list h5{
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
}
.page-airport-plan .main .list .item-list .country{
    color: #666;
    font-size: 0.65rem;
}
.page-airport-plan .main .list .item-list .show-link{
    background: #F1F3F5;
    border-radius: 26px;
    color: #317EFE;
    font-size: 0.6rem;
    width: 3.75rem;
    height: 1.3rem;
    display: block;
    text-align: center;
    line-height: 1.3rem;
    font-weight: bold;
}
.tip-msg-body .tip-contnt{
    padding: 0.75rem;
}
.tip-msg-body .title{
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
}
.tip-msg-body .urls-wrap .item-url{
    margin-top: 0.7rem;
}
.tip-msg-body .urls-wrap .item-url .link{
    font-size: 0.65rem;
    color: #333;
    word-break: break-all;
}
.tip-msg-body .urls-wrap .item-url .copy{
    color:#317EFE ;
    font-size: 0.65rem;
    float:right;
    font-weight: bold;
}
.tip-msg-body .footer{
    border-top: 1px solid #D8D9D9;
}
.tip-msg-body .footer button{
    height: 2.37rem;
    width: 100%;
    background: none;
    border: 0;
    outline: none;
    color: #333333;
    font-size: 0.8rem;
    font-weight: bold;
}

















@media screen and (min-width: 750px) {
    .page-airport .airport-header,  .page-airport-list .search-header, .page-brandlist .search-header{
        width: 750px;
        left: 50%;
        transform: translate(-50%);
    }
    .main-top-filter{
        max-width: 700px;;
        left: 50%;
        transform: translate(-50%);
    }
    .page-airport-plan .nav-wrapper {
        width: 750px;
        left: 50%;
        top: 2.2rem;
        transform: translate(-50%);
    }
    .filter-choice-wrapper{
        width: 700px;;
        left: 50%;
        transform: translate(-50%);
    }
    .filter-choice-wrapper .filter-choice-wrap{
        max-width: initial;
        width: 100%;
        left: 0;
        transform: translate(0);
    }
    .filter-choice-wrap .filter-footer{        
        transform: translate(0);

    }
    .filter-choice-wrap .filter-footer .filter-button{
        width: 9.7rem;
    }
    .van-popup--bottom.van-popup--round{
        width: 750px; 
        transform: translate(-50%);
        margin-left: 50%;
    }
    .mobileSelect-show .content{
        width: 750px; 
        transform: translate(-50%);
        margin-left: 50%;
    }
    
}





















