.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 #009eff
}

body {
    background-color: rgb(96, 200, 249)
}

.content-box {
    width: 92%;
    margin: 0 auto;
    margin-top: 0.6rem;
    padding: 0 0.3rem 0.2rem 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 8px
}

.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: #009eff;
    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: #009eff
}

.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: #009eff;
    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: 20%;
}

.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: 42px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.advert img {
    width: 100%;
}

.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
}