/*
* 旅行列表CSS
* Author：M-Liu
* date：2018-03-07
*/
@import "main.css";
@import "idangerous.swiper.css";

.top-img {
    width: 100%;
    height: 300px;
    margin: 0;
}

.select-tag {
    background-color: white;
}

.select-tag-content {
    /*width: var(--inner-html-width);*/
    width: 1160px;
    padding-bottom: 15px;
}

.select-tag-content-row {
    padding-top: 18px;
}

.select-tag-content-row > span {
    width: 120px;
    font-size: 16px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.select-tag-content-row > div {
    width: 100%;
    padding-bottom: 6px;
    /*border-bottom: var(--line-color) solid 1px;*/
    border-bottom: #e8e8e8 solid 1px;

}

.select-tag-item {
    padding: 6px 10px;
    text-align: center;
    border-radius: 3px;
    margin-right: 18px;
    margin-bottom: 12px;
    position: relative;
}
.select-tag-item a{font-size:14px;}
.select-tag-item-active {
    color: white;
    background-color: #ff8100;
    padding: 3px 10px;
    border-radius: 20px;
}

.close {
    display: none; /*关闭按钮默认不显示*/
    position: absolute; /*绝对定位*/
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
    background-image: url("../img/ico-close.png");
    border-radius: 26px;
}

.close1 {
    display: none; /*关闭按钮默认不显示*/
    position: absolute; /*绝对定位*/
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
    background-image: url("../img/ico-close.png");
    border-radius: 26px;

}

.close2 {
    display: none; /*关闭按钮默认不显示*/
    position: absolute; /*绝对定位*/
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
    background-image: url("../img/ico-close.png");
    border-radius: 26px;
    /*background: rgba(0,0,0,.9);*/
}

.search {
    position: relative;
    border: 1px var(--line-color) solid;
    border: 1px #e8e8e8 solid;
    width: 400px;
    height: 38px;
    border-radius: 4px;
    margin-top: 15px;
    background: url("../img/list_ico_search.png") no-repeat 10px 12px;
}

.search input {
    margin-left: 40px;
    border: none;
    height: 100%;
    width: 100%;
    font-size: 16px;
}
.search input:focus {
    border: none;
    outline: 0;
    outline: thin dotted \9;
}

.search span {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 118px;
    height: 38px;
    margin-top: -1px;
    line-height: 38px;
    text-align: center;
    color: white;
    font-size: 16px;
    /*background-color: var(--primary-color);*/
    background-color: #ff8100;
    /*border: 1px var(--primary-color) solid;*/
    border: 1px #ff8100 solid;

    border-radius: 0 4px 4px 0;
}

.list-content {
    /*width: var(--inner-html-width);*/
    width: 1160px;
    min-height: 240px;
    padding-bottom: 40px;
}

.list-tip{
    margin-top: 40px;
}

.list-tip i{

    width: 160px;
    height: 160px;
    background: url("../img/img_noResult.png") no-repeat center;
    background-color: white;
}

.list-tip span{
    margin-top: 30px;
    font-size: 18px;
}

.list-item {
    margin-top: 40px;
    margin-right: 40px;
    width: 360px;
    position: relative;
    overflow: hidden;
}

.list-item > span {
    position: absolute;
    width: 360px;
    height: 240px;
    line-height: 240px;
    font-size: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
}

.list-item:hover {

    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.list-item:hover > span {
    top: 480px;
}

.list-item:nth-child(3n) {
    margin-right: 0;
}

.list-item img {
    width: 100%;
    height: 240px;
}

.list-item-info {
    background-color: white;
    padding: 20px;
}

.list-item-info > span {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 25px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.label {
    font-size: 14px;
    color: white;
}

.label > span {
    padding: 2px 5px;
    margin-right: 5px;
}

.label > span:nth-child(1) {
    /*background-color: var(--primary-color);*/
    background-color: #ff8100;
}

.label > span:nth-child(2) {
    /*background-color: var(--accent-color-red);*/
    background-color: #ff6666;
}

.label > span:nth-child(3) {
    /*background-color: var(--accent-color-yellow);*/
    background-color: #bea983;
}

.tip-info {
    font-size: 14px;
    /*color: var(--accent-text-color);*/
    color: #999999;
}

.tip-info > span:nth-child(2) {
    margin-right: 36px;
}

.tip-info i {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.tip-info > i:nth-child(1) {
    background: url(../img/hp_plan_users.png) no-repeat center;
}

.tip-info > i:nth-child(3) {
    background: url(../img/hp_plan_schedule.png) no-repeat center;
}

.wonderful-list-item {
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 360px;
    background-color: white;
    padding: 20px 30px 20px 20px;
}

.wonderful-list-item:hover{
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;

}

.wonderful-list-item > img {
    width: 480px;
    height: 320px;
}

.wonderful-list-item .logo {
    position: absolute;
    background-color: white;
    top: 15px;
    left: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: auto;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    padding: 0;
}

.wonderful-list-item .info {
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
}

.wonderful-list-item .info .title {
    font-size: 20px;
    font-weight: bold;
}

.wonderful-list-item .info .intro {
    margin: 20px 0;
    background-color: #f6f6f6;
    padding: 12px;
}

.wonderful-list-item .info .intro i {
    height: 22px;
    font-style: normal;
    text-indent: 30px;
    background: url("../img/list_ico_solutions.png") no-repeat 0 100%;
}

.wonderful-list-item .info .intro span {
    margin: 0 10px 0 15px;
}

.wonderful-list-item .info .intro a {
    color: #ff8100;
}

.wonderful-list-item .info .comment {
    font-size: 16px;
    line-height: 28px;
}

.wonderful-list-item .info .tip-infos {
    width: 100%;
    font-size: 14px;
    height: 45px;
    position: relative;
}

.wonderful-list-item .info .tip-infos .key  {
    color: #999999;
}

.wonderful-list-item .info .tip-infos .value {
    color: #585858;
}
.wonderful-list-item .info .tip-infos .line {
    color: #e8e8e8;
    margin:  0 15px;
}
.wonderful-list-item .info .tip-infos .button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff8100;
    width: 160px;
    line-height: 45px;
    text-align: center;
    color: white;
    font-weight:bold;
    height: 100%;
    border-radius: 4px;
}

#bg_toper{
    height: 300px;
    width: 100%;
    background:url("../img/list_jcal_topBanner.jpg") no-repeat center;
}
#out_img{
    height: 600px;
    width: 100%;
    background:url("../img/list_hwlv_topBanner.jpg") no-repeat center;
}
#team_img{
    height: 600px;
    width: 100%;
    background:url("../img/zhuanshudingzhi.jpg") no-repeat center;
}
#team_img2{
    height: 600px;
    width: 100%;
    background:url("../img/tuozhanjidi.jpg") no-repeat center;
}
#feat_img{
    height: 300px;
    width: 100%;
    background:url("../img/list_jxfn_topBanner.jpg") no-repeat center;
}