.wrapper {
    margin-top: 0;
}

.nav {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

.arrowBtn, .goBack2 {
    display: none;
}

.section {
    margin-top: 0.2rem;
    background: #fff;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0;
    z-index: 10;
    width: 100%;
}

.searchIndex {
    position: static;
    top: auto;
    left: auto;
    font-size: 0.24rem;
    width: 100%;
    padding: 0 0.3rem;
    display: flex;
}

.localCity .cityName {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    width: 1rem;
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.28rem;
}

.searchIndex .searchBlock {
    border-radius: 6px;
    /*overflow: hidden;*/
    border: 1px solid #EF2424;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.searchIndex .iconSearch img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
}

.searchIndex input {
    padding: 0rem 0.2rem;
    font-size: 0.3rem;
    background: none;
    width: 100%;
}

.iconSearch {
    background: #EF2424;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 0.56rem;
    position: absolute;
    right: -0.01rem;
    top: -0.01rem;
}

.block_3 {
    width: 17px;
    height: 27px;
    /* border: 1px solid rgba(209, 209, 209, 1); */
    background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/55ac8804f1cf4ea5a1403fa75c3fca1b_mergeImage.png)
      100% no-repeat;
    background-size: 100% 100%;
    /* margin: 13px 5px 0 9px; */
    margin: 2px 0px 0 8px;
}
.titlesearch{
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
}
.numbersearch{
    display: inline-block;
    width:80%;
    line-height: 0.54rem;
    height: 0.54rem;
}
.searchBlock .numbersearch .numinputone{
    width: 20px;
    height: 22px;
    background-color: #F7F7F7;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    padding: 0rem 0.1rem;
}
.searchBlock .numbersearch .numinputfour{
    width: 20px;
    height: 22px;
    background-color: #EB362F;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    padding: 0rem 0.1rem;
}
/*轮播start*/
.swiper-container {
    width: 100%;
    height: 3.3rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0.5rem;
    height: 0.2rem;
    padding-bottom: 0.3rem;
    line-height: 0;
    width: 3.6rem;
    left: 50%;
    margin-left: -1.8rem;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/*轮播end*/
.recommendWrap {
    overflow: hidden;
}

.recommendWrap .liItem {
    background: #fff;
    border-bottom: none;
    padding: 0.1rem 0.06rem;
    float: left;
    width: 48%;
    box-sizing: border-box;
    display: block;
    margin-top: 0;
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
    margin-right: 0.2rem;
    padding-bottom: 0;
    line-height: 0.36rem;
    position: relative;
}
.isFree{
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.64rem;
    height: 0.34rem;
}

.recommendWrap .liItem:last-child .borderDiv {
    border-right: none;
}

.recommendWrap .liItem:nth-child(even) {
    margin-right: 0;
    float: right;
}

.boxInfo {
    height: 0.6rem;
    line-height: 0.6rem;
    position: relative;
}

.recommendWrap .liItem .pRight {
    line-height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.recommendWrap .liItem .pRight span,
.recommendWrap .liItem .pRight p {
    color: #9e9e9e;
    font-size: 0.24rem;
    opacity: 0.8;
}

.recommendWrap .liItem .pRight p {
    text-align: right;
}

.recommendWrap .liItem .line {
    display: inline-block;
    height: 0.22rem;
    width: 0.02rem;
    background: #9e9e9e;
    margin: 0 0.1rem;
    vertical-align: middle;
}

.recommendWrap .liItem .province {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1.2rem;
    display: inline-block;
    vertical-align: middle;
}

.originalPrice {
    font-size: 0.24rem;
    font-weight: normal;
    text-decoration: line-through;
    color: rgba(180, 180, 180, 1);
    float: right;
}

.moreNumber {
    width: 6.2rem;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0.2rem auto;
}

.moreNumber span {
    display: block;
    float: left;
    font-size: 0.24rem;
}

.moreNumber .line {
    height: 0.02rem;
    width: 1.3rem;
    background: #dcdcdc;
    text-align: center;
    margin-top: 0.24rem;
}

.moreNumber span:nth-child(2) {
    width: 3.4rem;
    margin: 0 auto;
    color: #969696;
}

.activeColor {
    color: #f17d00;
}

.moreIcon {
    display: inline-block;
    width: 0.12rem;
    height: 0.22rem;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 0.1rem;
}

/*列表修改样式1*/
.recommendWrap .liItem .phoneNumber {
    color: #404040;
    height: 0.36rem;
    font-size: 0.30rem;
    text-align: left;
}

.recommendWrap .liItem .businessName {
    overflow: hidden;
    white-space: nowrap;
    width: 0.48rem;
    display: inline-block;
    vertical-align: bottom;
}

.recommendWrap .liItem .price {
    color: #ff0000;
    float: right;
    font-size: 0.3rem;
}

.recommendWrap .liItem .green {
    color: #FF0000;
}

.ulList {
    display: block;
    overflow: hidden;
    border-radius: 0.1rem;
}

/*搜索条件*/
.searchCondition .borderDiv {
    font-size: 0.28rem;
    width: 33.33%;
    display: inline-block;
    padding-top: 0.25rem;
    text-align: center;
}

.searchCondition .searchText {
    margin-bottom: 0.15rem;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 0 0.3rem;
}

.searchCondition .borderDiv a {
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 1.8rem;
    text-overflow: ellipsis;
}

/*.localCity{*/
/*    text-align: left;*/
/*}*/

.form-inline {
    display: flex;
    /*margin-top: 0.1rem;*/
    position: relative;
}

/*下拉菜单*/
.select-menu {
    cursor: pointer;
    width: 202px;
    height: 32px;
    margin: 120px 0 0 100px;
}

.select-menu-ul {
    width: 100%;
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    border-top: 1px solid #E8E8E8;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0.8rem;
    z-index: 1;
    box-shadow: 0 0.1rem 0.1rem -0.05rem rgba(239, 36, 36, 0.3);
    padding: 0 0.3rem;
}

.packageslist .typeUl {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    flex-direction: column;
}
.typeUlist .typeUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-menu-ul li {
    padding: 1% 0;
    text-align: center;
    margin: 0.1rem 0;
    color: #9E9E9E;
    font-size: 0.28rem;
}
.packageslist .typeUl .typeC{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.typeUlist li {
    width: 33.3%;
}
.packageslist li {
    width: 33.3%;
}

.select-menu-ul li:hover {
    background: #f2f2f2;
}

.select-this {
    color: #EF2424 !important;
    font-weight: 700;
}

.select-this:hover {
    color: #EF2424;
}

.select-menu-i {
    transform: rotate(180deg);

}

i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.textClass {
    background: #EF2424 !important;
    color: #fff !important;
}
.numRulse{
    display: inline-block;
}
.PaypeUl{
    display: inline-block;
}
.shareBtn{
    position: fixed;
    top: 0.15rem;
    right: 0.15rem;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.20rem;
    border-radius: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    background: #ffffff;
    color: #7b7a7a;
    z-index: 11;
    display: none;
}
#inputFun{
    position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;
}
