/*首页的标题栏*/
.index {
    margin-right: 0;
    width: 100%;
    overflow-x: hidden;
    /*background: url("../img/index_bg.jpg");*/
    background-image: linear-gradient(to bottom, #ebead5,#ccefeb,#c9f1f9, #90cde2);
}

/*标题栏背景色和标题颜色*/
.index_title {
	background-color: #00baad;
	color: #FFFFFF;
}

/*搜索栏样式*/
.searchbar_select {
	background-color: #efeff4;
	padding-right: 0px;
}

/*搜索框内文字左对齐*/
.search_font_l {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}

/*搜索框内文字右对齐对齐*/
.search_font_r {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

/*轮播图片的标题*/
.picture_title {
    margin-top: 5px;
    position: absolute;
    z-index: 999;
    padding-left: 10px;
    padding-right: 30%;
    left: 0px;
    bottom: 1px;
    color: white;
    font-size: 14px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.8)),to( rgba(0,0,0,0.0)));
    background: -moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
    text-align: left;
}

/*分割线*/
.fengexian {
	margin: 10px 0px 10px 0px;
	height: 5px;
	background-color: #efeff4;
	border: none;
}

/*船票预定等图标*/
.tubiao {
	/*margin-left: 5px;*/
    width:10vh;
}

/*去border边框*/
.no-border {
	border: none;
}

.index_footer {
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	overflow: visible;
}

/*底部圆形浮动按钮*/
.icon_footer {
    z-index: 99999;
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    overflow: visible;
}

/*底部行程按钮*/
.shadow {
    -moz-box-shadow: 0px 5px 20px #333333;
    -webkit-box-shadow: 0px 5px 20px #333333;
    box-shadow: 0px 5px 20px #333333;
    background-color: #ffc300;
    border-radius: 50%;
}

/*footer背景颜色*/
.index_footer_bg_color {
	background-color: #00baad;
}

/*footer文字颜色*/
.index_footer_word {
	color: #FFFFFF;
}

.body {
	font-family: FZLanTingHeiS-EL-GB;
}
#imgshow1 {
    margin: 0px;
    height: 15rem;
    align-items: center;
    position: relative;
    margin-top: -2vh;
}
#imgshow1 img {
    display:block;
}
.blur {
    -webkit-filter: blur(2px); /* Chrome, Opera */
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
@keyframes hot_animation2 {
    from {
        width: 50%;
        top: 5%;
        left: 25%;
        z-index: 999;
        border: 3px solid #fff;
    }
    to {
        width: 40%;
        top: 10%;
        left: 5%;
        filter: blur(2px);
    }
}
@keyframes hot_animation3 {
    from {
        width: 40%;
        top: 10%;
        left: 5%;
        filter: blur(2px);
    }

    to {
        width: 40%;
        top: 10%;
        left: 55%;
        filter: blur(2px);
    }
}
@keyframes hot_animation1 {
    from {
        width: 40%;
        top: 10%;
        left: 55%;
        filter: blur(2px);
    }
    to {
        width: 50%;
        top: 5%;
        left: 25%;
        z-index: 999;
        border: 3px solid #fff;
    }
}
@keyframes hot_animation_r2 {
    from {
        width: 40%;
        top: 10%;
        left: 55%;
        filter: blur(2px);
    }

    to {
        width: 40%;
        top: 10%;
        left: 5%;
        filter: blur(2px);
    }
}

@keyframes hot_animation_r3 {
    from {
        width: 50%;
        top: 5%;
        left: 25%;
        z-index: 999;
        border: 3px solid #fff;
    }

    to {
        width: 40%;
        top: 10%;
        left: 55%;
        filter: blur(2px);
    }
}

@keyframes hot_animation_r1 {
    from {
        width: 40%;
        top: 10%;
        left: 5%;
        filter: blur(2px);
    }

    to {
        width: 50%;
        top: 5%;
        left: 25%;
        z-index: 999;
        border: 3px solid #fff;
    }
}
.tubiao_list {
    text-align: center;
    font-size: small;
    /*margin-top: 1vh;*/
    margin-top:50px;
}
.hot_bg {
    margin-top: 2vh;
}
.img_mask {
    height: 100%;
    width: 8rem;
    position: absolute;
    left: 0;
    opacity: 0.3;
    background-color: #fff;
    background: url(/content/img/ll.png);
    background-size: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
    .tubiao {
        width: 6vh;
    }
    .tubiao_list {
        /*margin-top: -2vh;*/
        margin-top: 50px;
    }
    #imgshow1 {
        margin-top: -4.3vh;
    }
    .hot_bg {
        margin-top: 0vh;
    }
    .sq_container {
        display:block;
    }
    .sqBorder {
        margin-top:-2.5vh;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .tubiao {
        width: 7vh;
    }
    .tubiao_list {
        /*margin-top: 0vh;*/
        margin-top:10px;
    }
    .hot_bg {
        margin-top:1vh;
    }
    #imgshow1 {
        margin-top:-1vh;
    }
}
@media only screen and (min-width: 376px) and (max-width: 400px) {
    .tubiao {
        width: 9vh;
    }

    .tubiao_list {
        /*margin-top: 0vh;*/
        margin-top: 10px;
    }

    .hot_bg {
        margin-top: 1vh;
    }

    #imgshow1 {
        margin-top: -2.2vh;
    }
}