
a {
    display: flow-root;
    color: #fff;
}

.topNavWrap {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: #45c373;
}

.topBg {
    position: relative;
    left: 3%;
    top: 13px;
    width: 75px;
    /*height: 73px;*/
}
.searchIcon{
    position: absolute;
    left: 8px;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url("img/searchIcon.png");
    background-size: 100% 100%;
}
.searchInputWrap {
    position: absolute;
    left: 28%;
    top: 10px;
    width: 54%;
    height: 31px;
    /*background: url("img/searchBg.png") no-repeat;*/
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 15px;
}


.searchInputWrap .text {
    position: absolute;
    width: 88%;
    height: 31px;
    line-height: 32px;
    left: 10%;
    background-color: transparent;
    font-size: 16px;
    /*text-indent: 10px;*/
    color: #dcd8d8;
    text-align: center;
}

.video {
    position: relative;
    width: 100%;
    height: 208px;
    margin: 0px;
    background: #000000;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.gridBox {
    width: 100%;
    margin-top: 18px;
}

#nav .table-ceil {
    position: relative;
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

#nav .table-ceil img {
    position: relative;
    width: 38px;
    height: 38px;
}

#nav .table-ceil .name {
    font-size: 13px;
    display: block;
    line-height: 24px;
    width: 100%;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    color: #555555;
}

.gridBox .mui-slider-indicator {
    position: relative;
    bottom: 13px;
    line-height: 30px;
}

.gridBox .mui-slider-indicator .mui-indicator {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #bfd5c7;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-right: -3px;
}

.gridBox .mui-slider-indicator .mui-active.mui-indicator {
    background: #45c373;
}

.gridBox .mui-slider-indicator .mui-active.mui-indicator {
    width: 24px;
}

.gridBox .mui-grid-view.mui-grid-9 {
    background-color: #ffffff;
    border: 0;
}

.gridBox .appointment {
    position: relative;
    width: 94%;
    margin-left: 3%;
    height: 80px;
    text-align: center;
    margin-bottom: 18px;
}

.gridBox .appointment img {
    width: 100%;
    height: 70px !important;
    border-radius: 50px;
}

.appointment .mui-slider-group .mui-slider-item img {
    width: 99%;
}

.headlinesBox {
    position: relative;
    width: 100%;
    border-top: 10px solid #dcd8d8;
    height: 276px;
    background: url("img/headlinesIcon.png") 0px 25px no-repeat;
    background-size: 77px 75px;
}

.headlinesBox .titleWrap {
    position: relative;
    margin-top: 21px;
    left: 3%;
    width: 94%;
    display: inline-flex;

}

.headlinesBox .titleWrap .title {
    width: 90%;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}

.headlinesBox .titleWrap a {
    color: #1d8fab;
    width: 6%;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
}

.headlinesBox .headlinesSlider {
    margin-top: 20px;
    width: 100%;
    height: 208px;
    /*overflow-x: scroll;
    overflow-y: hidden;*/
    position: relative;
}

.headlinesBox .headlinesSlider .box {
    display: inline-flex;
    position: relative;
    /*width: 100%;*/
    left: 3%;
}

.headlinesBox .headlinesSlider .box li {
    width: 268px;
    height: 174px;
    float: left;
    margin-right: 2%;
    position: relative;
}

.headlinesBox .headlinesSlider .box li img {
    width: 100%;
    height: 100%;
}

.headlinesBox .headlinesSlider .box li .title {
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    color: #fff;
}

.headlinesBox .swiper-wrapper img {
    border-radius: 4px;
    height: 160px;
    object-fit: cover;
}

.headlinesBox .swiper-wrapper .title {
    position: relative;
    left: 0;
    bottom: 68px;
    width: 80%;
    height: 70px;
    line-height: 106px;
    padding-left: 10px;
    margin: 0 auto;
    margin-top: -1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    background-image: url(img/blackBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.headlinesBox .swiper-wrapper {
    margin-top: 0px;
}

.scenicSpot {
    position: relative;
    width: 100%;
    border-top: 10px solid #dcd8d8;
    height: auto;
    background: url("img/scenicSpotIcon.png") 0px 25px no-repeat;
    background-size: 68px 73px;
}

.scenicSpot .titleWrap {
    position: relative;
    margin-top: 21px;
    left: 3%;
    width: 94%;
    display: inline-flex;

}

.scenicSpot .titleWrap .title {
    width: 90%;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

.scenicSpot .titleWrap a {
    color: #1d8fab;
    width: 6%;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
}

.scenicSpot .scenicSpotNav {
    margin-top: 22px;
    position: relative;
    width: 94%;
    left: 3%;
    display: inline-flex;
}

.scenicSpot .scenicSpotNav .scenicSpotLi {
    line-height: 26px;
    float: left;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    color: #4e4e4e;
    list-style: none;
}

.scenicSpot .scenicSpotNav .scenicSpotActive {
    background-color: #45c373;
    color: #fff;
    border-color: transparent;
}

.scenicSpot .scenicSpotList {
    margin-top: 22px;
    margin-left: 2%;
    width: 96%;
    white-space: normal;
    position: relative;
}

.scenicSpot .scenicSpotList li {
    font-size: 17px;
    display: inline-block;
    padding: 0 5px 0 5px;
    vertical-align: middle;
    position: relative;
    width: 50%;
    margin-bottom: 10px;
}

.scenicSpot .scenicSpotList li img {
    width: 100%;
    max-width: 100%;
    height: 118px;
    border-radius: 4px;
}

.scenicSpot .scenicSpotList li .name {
    font-size: 14px;
    margin-top: 1px;
    width: 100%;
    color: #333;
    line-height: 28px;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;

}

.scenicSpot .scenicSpotList li .views {
    color: #999999;
    font-size: 12px;
    width: 100%;
    line-height: 16px;
    height: 16px;
    text-overflow: ellipsis;
    background: url("img/viewIcon.png") no-repeat;
    background-size: 15px 15px;
    padding-left: 20px;
}

.vodListBox {
    position: relative;
    width: 100%;
    border-top: 10px solid #dcd8d8;
    height: auto;
    background: url("img/vodListIcon.png") 0px 25px no-repeat;
    background-size: 68px 73px;
}

.vodListBox .titleWrap {
    position: relative;
    margin-top: 21px;
    left: 3%;
    width: 94%;
    display: inline-flex;

}

.vodListBox .titleWrap .title {
    width: 90%;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

.vodListBox .titleWrap a {
    color: #1d8fab;
    width: 6%;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
}

.vodListBox .vodList {
    margin-top: 22px;
    margin-left: 3%;
    width: 94%;
    white-space: normal;
    position: relative;
}

.vodListBox .vodList li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.vodListBox .vodList li img {
    width: 100%;
    height: 184px;
    border-radius: 4px;
}

.vodListBox .vodList .textWrap {
    position: absolute;
    top: 140px;
    width: 100%;
    height: 44px;
    line-height: 58px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.vodListBox .vodList li .name {
    position: absolute;
    width: 84%;
    font-size: 14px;
    left: 0;
    text-overflow: ellipsis;
    text-indent: 10px;
}

.vodListBox .vodList li .views {
    position: absolute;
    width: 16%;
    line-height: 60px;
    font-size: 12px;
    right: 0;
    text-overflow: ellipsis;
    background: url("img/playIcon.png") 0px no-repeat;
    background-size: 12px 12px;
    padding-left: 15px;
}

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 100px;
    width: 45px;
    height: 45px;
    z-index: 999;
    display: none;
}

.mui-navigate-right:after {
    right: 5px;
}
