@import url("./searchRecommend.css");
@import url("./searchContent.css");

a{
    cursor: pointer;
    /* width: 100%; */
    height: 100%;
}

/* index start */
.merchant-ad{
    display: inline-block;
    width: 820px;
}
.search__container{
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
.search__container_wrapper{
    display: inline-block;
    width: 820px;
    margin-right: 55px;
}
.search__content{
    display: inline-block;
    width: 820px;
    margin-right: 55px;
}
.search__recommend{
    display: inline-block;
    width: 320px;
    vertical-align: top;
    margin-bottom: 50px;
}
/* index end */


/* navbar start */
.navBar__container{
    border-top: 1px solid #E8E8E8;
    box-shadow:0px 6px 8px rgba(0,0,0,0.03);
}
.navBar_wrapper{
    width: 1200px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 40px;
}
.navBar_item{
    float: left;
    margin-right: 40px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.navBar_item:hover{
    color: #F83244;
}
/* navbar end */

.navActive{
    color: #F83244;
}


/* .search__merchant__wrapper,
.search__package__wrapper,
.search__case__wrapper,
.search__hunpin__wrapper,
.search__hotel__wrapper,
.search__car__wrapper,
.search__strategy__wrapper, */
.serchContent,
#J_allMerchantWrapper,
#J_allPackageWrapper,
#J_allCaseWrapper,
#J_allHunpinWrapper,
#J_allHotelWrapper,
#J_allCarWrapper,
#J_allBaikeWrapper,
#J_noneMerchant,
#J_nonePackage,
#J_noneHunpin,
.no-content
{
    display: none;
}

.search__all_wrapper {
    display: block;
}

/* 地图 */
.amap-logo, .amap-copyright{
    display: none !important;
}

/* page */

.page {
    position: relative;
    margin: 28px auto 44px;
    /* padding-left: 50px; */
    text-align: center;
    zoom:1
}

.page:before,.page:after {
    content: "";
    display: table
}

.page:after {
    clear: both;
    overflow: hidden
}

.page span {
    display: inline-block;
    /* float: left; */
    /* margin: 0 5px; */
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #666;
    font-size: 14px
}

.page .active {
    display: inline-block;
    /* float: left; */
    /* margin: 0 5px; */
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #F83244;
    color: #fff;
    font-size: 14px;
    border: 1px solid #F83244
}

.page a {
    display: inline-block;
    /* float: left; */
    margin: 20px -1px 24px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #E8E8E8;
    color: #666;
    font-size: 14px
}

.page a:hover {
    color: #fff;
    background: #F83244
}

.page .next,.page .prev {
    font-family: simsun;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}
.now,.count {
    padding: 0 5px;
    color: red
}

.eg img {
    max-width: 800px;
    min-height: 500px
}

/* input {
    float: left;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #E8E8E8;
    outline: 0;
    color: #666;
    font-size: 14px
} */
.no-content{
    text-align: center
}
.no-content img{
    margin: 40px auto 24px;
}
.no-content p{
    font-size:16px;
    color: #666;
    margin-bottom: 100px;
}


/* loading */
.loader.fadeOut {
    opacity: 0;
    display: none;
}
.loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    margin: auto; 
    background-color:rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes ball-triangle-path-1 {
    33% {
      -webkit-transform: translate(25px, -50px);
              transform: translate(25px, -50px); 
    }
  
    66% {
      -webkit-transform: translate(50px, 0px);
              transform: translate(50px, 0px); 
    }
  
    100% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); 
    } 
}
  
@keyframes ball-triangle-path-1 {
    33% {
      -webkit-transform: translate(25px, -50px);
              transform: translate(25px, -50px); 
    }
  
    66% {
      -webkit-transform: translate(50px, 0px);
              transform: translate(50px, 0px); 
    }
  
    100% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); 
    } 
}
  
@-webkit-keyframes ball-triangle-path-2 {
    33% {
      -webkit-transform: translate(25px, 50px);
              transform: translate(25px, 50px); 
    }
  
    66% {
      -webkit-transform: translate(-25px, 50px);
              transform: translate(-25px, 50px); 
    }
  
    100% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); 
    } 
}
  
@keyframes ball-triangle-path-2 {
    33% {
      -webkit-transform: translate(25px, 50px);
              transform: translate(25px, 50px); 
    }
  
    66% {
      -webkit-transform: translate(-25px, 50px);
              transform: translate(-25px, 50px); 
    }
  
    100% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); 
    } 
}
  
@-webkit-keyframes ball-triangle-path-3 {
    33% {
      -webkit-transform: translate(-50px, 0px);
              transform: translate(-50px, 0px); 
    }
  
    66% {
      -webkit-transform: translate(-25px, -50px);
              transform: translate(-25px, -50px); 
    }
  
    100% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); 
    } 
}
  
@keyframes ball-triangle-path-3 {
    33% {
      -webkit-transform: translate(-50px, 0px);
              transform: translate(-50px, 0px); 
    }
  
    66% {
      -webkit-transform: translate(-25px, -50px);
              transform: translate(-25px, -50px); 
    }
  
    100% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); 
    } 
}
  

.ball-triangle-path {
    position: relative;    
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-25px, -25px);
        -ms-transform: translate(-25px, -25px);
            transform: translate(-25px, -25px); 
}
.ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
            animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; 
}
.ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
            animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; 
}
.ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
            animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; 
}
.ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #F83244;
}
    .ball-triangle-path > div:nth-of-type(1) {
    top: 50px; 
}
    .ball-triangle-path > div:nth-of-type(2) {
    left: 25px; 
}
    .ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px; 
}