.font-weight {
	font-weight: 800
}

.ml-5 {
	margin-left: 0.1rem
}

.ml-10 {
	margin-left: 0.2rem
}

.ml-20 {
	margin-left: 0.4rem
}

.color-red {
	color: red
}

.color-999 {
	color: rgb(153, 153, 153)
}

.align-center {
	position: absolute;
	top: 50%;
	right: 0.04rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.btm {
	border-bottom: 1px solid rgb(31, 204, 158)
}

body {
	background-color: rgb(96, 200, 249)
}

.content-box {
	width: 92%;
	margin: 0 auto;
	margin-top: 0.6rem;
	padding: 0 0.3rem 0.4rem 0.3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	display: none;
}

.content-box .type-box ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.32rem;
	text-align: center;
	padding: 0.12rem 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: antiquewhite
}

.content-box .search-box {
	position: relative;
	width: 100%;
	background-color: rgb(255, 255, 255)
}

.content-box .search-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.content-box .search-box li {
	/* width: 50%; */
	position: relative;
	padding: 0.24rem 0.04rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(232, 232, 232);
	height: 0.88rem;
}

.content-box .wx-content .search-box .stadion-tab {
	width: 100%;
	font-size: 0.32rem;
	text-align: center;
	padding: 0;
	border-bottom: 0
}

.content-box .wx-content .search-box .stadion-tab span {
	display: inline-block;
	width: 50%;
	padding: 0.12rem 0
}

.content-box .wx-content .search-box .bus-title {
	text-align: center;
	color: rgb(31, 204, 158);
	font-size: 0.36rem;
	padding: 0rem 0;
	line-height: 0.76rem;
}

.content-box .wx-content .search-box .bus-title span {
	vertical-align: middle;
}

.content-box .wx-content .search-box .bus-title img {
	width: 0.4rem;
	vertical-align: middle
}

.content-box .search-box li:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}

.content-box .search-box .departcity::before {
	background-color: rgb(31, 204, 158)
}

.content-box .search-box .reachcity::before {
	background-color: red
}

.circle::before {
	content: "";
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	vertical-align: middle;
	border-radius: 100%;
	margin-right: 0.19rem;
	margin-bottom: 0.04rem
}

.content-box .check {
	width: 100%;
	height: 0.7rem;
	line-height: 0.68rem;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 0.4rem;
	margin: 0 auto;
	margin-top: 0.2rem;
	background-color: rgb(31, 204, 158);
	border-radius: 2rem
}

.content-box .other-business {
	margin-top: 0.2rem
}

.content-box .other-business ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.content-box .other-business ul li {
	width: 25%;
}

.content-box .other-business ul img {
	width: 0.6rem;
	margin-bottom: 0.1rem
}

.carousel {
	position: relative;
	width: 92%;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 0.3rem;
	padding-bottom: 0.32rem;
}

.carousel .slider {
	width: 100%;
	height: 69px;
	border-radius: 2rem
}

.carousel img {
	width: 100%;
	height: 69px
}

.current {
	width: 30px;
	border-radius: 15px;
	background: rgb(255, 255, 255)
}

.carousel .focus {
	bottom: -0.2rem
}

.carousel .focus>div {
	width: 30%;
	left: 50%;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%)
}

.carousel .focus>div {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel .focus>div span {
	width: 0.12rem;
	height: 0.12rem;
	margin-left: 0.08rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	display: inline-block;
	float: inherit
}

.current {
	width: 0.4rem!important;
	border-radius: 6px!important;
	background: rgb(255, 255, 255)!important
}

.advert {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	/*z-index: -1;*/
}

.advert img {
	width: 100%;
	display: block;
}

.showmask {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none
}

.maskdepart {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.0);
	z-index: 999;
	display: none
}

.tab-list {
	height: 0.98rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: rgb(255, 255, 255);
	padding: 0rem 0 0.1rem 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgb(238, 238, 238)
}

.tab-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-moz-box-pack: space-around;
	-webkit--moz-box-pack: space-around;
	box-pack: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.tab-list ul li {
	width: 33.33%;
	color: #666;
}

.tab-list ul li p {
	line-height: 0.24rem;
}

.tab-list ul img {
	width: 0.52rem;
	margin-top: 0.03rem;
	/* margin-bottom: 0.04rem*/
}

.hotline {
	display: flex;
	display: -webkit-flex;
	/* Safari */
	flex-flow: row wrap;
	margin-left: 0.3rem;
	padding-bottom: 1.5rem;
}

.div_hot {
	width: 50%;
	font-size: 0.24rem;
	color: #ffffff;
	box-sizing: border-box;
	position: relative;
	padding-right: 0.3rem;
	display: flex;
	align-items: left;
	justify-content: space-around;
	flex-direction: column;
	margin-top: 0.32rem;
	position: relative;
	text-align: center;
}

.hot_img {
	text-align: center;
}

.img_hot {
	width: 50%;
}

.div_hot .bgimg {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	z-index: -1;
}

.div_hot .bgimg img {
	width: 100%;
	display: block;
}

.hot_span {
	position: absolute;
	left: 0.2rem;
	right: 0.5rem;
	/*margin-top: -0.05rem;*/
}
/*悬浮球*/
.trip_suspend{
	width: 1.2rem;
	position: fixed;
	bottom: 3rem;
	right: 0;
	z-index: 990;
}
.trip_suspend img{
	width: 100%;
}
.trip_suspend span{
	position: absolute;
    left: 0.2rem;
    right: 0.2rem;
    top: 0.28rem;
    text-align: center;
    font-size: 0.28rem;
    color: white;
    letter-spacing: 0.05rem;
	
}
