/* 导游列表 */
.guide-main{
    float: left;
    width: 905px;
}
/* 搜索条件 */
.search-type-block{
    border: 1px solid #ebebeb;
    background: #fff;
}
.search-type-item{
    background: #f5f5f5;
}
.search-type-item .item-hd{
    float: left;
    color: #999;
    width: 90px;
    height: 24px;
    line-height: 24px;
    padding: 10px 10px 10px 0;
    text-align: right;
}
.search-type-item .item-bd{
    padding: 0 0 0 100px;
}
.item-check{
    height: 44px;
    padding: 0 20px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}
.item-check .chick-child{
    float: left;
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin: 10px 10px 0 0;
    background: #3490dc;
}
.item-check .chick-child .closed{
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    background: url("../images/close-icon.png") no-repeat 0 0;
}
.item-check .clear-item{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.item-child{
    background: #fff;
}
.item-child:after,
.child-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.child-block{
    height: 43px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #ebebeb;
}
.item-child .all-link{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 20px 0 0;
}
.child-list{
    height: 34px;
    padding: 10px 84px 0 0;
}
.child-list > a{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 20px 10px 0;
}
.item-child .all-link:hover,
.child-list > a:hover,
.item-child .active{
    color: #fff;
    background: #3490dc;
}
.arrow{
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
}
.arrow:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.arrow.down:after{
    border-bottom: 4px solid #999;
}
.arrow.up:after{
    border-top: 4px solid #999;
}
.search-type-item .last{
    border-bottom: 0;
}

/* 搜索排序 */
.hd-sort-block{
    height: 48px;
    margin-top: 15px;
    background: #f5f5f5;
}
.hd-sort-block .info{
    float: right;
    height: 48px;
    line-height: 48px;
    padding-right: 20px;
    font-size: 14px;
}
.hd-sort-block .info em{
    color: #3490dc;
    font-weight:bold;
}



/* 讲解员 */
.guide-module-wrapper{
    padding: 5px 0 30px;
}
.guide-module-list{
    padding-top: 10px;
}
.guide-module-list .item{
    float: left;
    width: 289px;
    margin: 0 19px 20px 0;
    -webkit-box-shadow:  5px 5px 8px rgba(0,0,0,.1), -5px -5px 8px rgba(0,0,0,.1);
    -moz-box-shadow:  5px 5px 8px rgba(0,0,0,.1) ,-5px -5px 8px rgba(0,0,0,.1);
    box-shadow:  5px 5px 8px rgba(0,0,0,.1) ,-5px -5px 8px rgba(0,0,0,.1);
}
.guide-module-list .item.mr_0{
    margin-right: 0;
}
.guide-module-list .item .pic{
    display: table-cell;
    width: 289px;
    height: 194px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.guide-module-list .item .pic img{
    max-width: 289px;
    max-height: 194px;
    vertical-align: middle;
}
.guide-module-list .item .layer{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}
.guide-module-list .item:hover .layer{
    display: block;
}
.guide-module-list .item .layer .booking-btn{
    color: #fff;
    display: inline-block;
    width: 144px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -74px;
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 22px;
}
.guide-module-list .item .info{
    padding: 10px 15px;
}
.guide-module-list .item .bar .name{
    float: left;
    width: 180px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.guide-module-list .item:hover .bar .name{
    color: #3490dc;
}
.guide-module-list .item .bar .rz{
    float: right;
    height: 16px;
    padding: 4px 0;
}
.guide-module-list .item .bar .rz i{
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url("../images/main-icon.png") no-repeat;
}
.guide-module-list .item .bar .rz .id-icon{
    background-position: 0 0;
}
.guide-module-list .item .bar .rz .dy-icon{
    margin-left: 10px;
    background-position: 0 -25px;
}
.guide-module-list .item .info .js{
    padding-top: 5px;
}
.guide-module-list .item .info .js li{
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}