﻿.video-js {
    width: 300px;
    height: 150px;
}

.vjs-fluid {
    padding-top: 56.25%;
}

.numbermsg {
    background-color: red;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: wheat;
    float: right;
    margin-right: 10px;
    z-index: 1000;
    text-align: center;
    line-height: 18px;
}

a:hover {
    color: #bcdce8;
}

.main-mapindex {
    height: 700px
}

.selectpoint {
    cursor: pointer
}

div::-webkit-scrollbar {
    width: 7px;
    /* 竖向滚动条的宽度 */
    height: 7px;
    /* 横向滚动条的高度 */
}

/* 滚动条样式 */
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f8f8f9;
}

/* 滚动条轨迹样式 */
div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
}

.map_head span {
    display: none;
}

.afff {
    color: #fff;
}

.Crumb a {
    font-size: 14px;
}

.Crumb {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: #f6f6f6;
}

.layui-carousel {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
}

.textOver-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.flexRC {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flexCC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_business {
    width: 1200px;
    background: var(--back-bg-blue);
    margin-left: calc((100% - 1200px) / 2);
}

    .main_business li {
        max-width: 397px;
    }

.div-banner-body {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.topBannerView {
    position: relative;
    width: 1200px;
    height: 600px;
}

.address-sy {
    position: absolute;
    top: 10px;
    border-radius: 16px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

#cityname {
    padding: 0 10px;
}


.search_box_sy {
    position: absolute;
    bottom: 60px;
}

.mapFindIcon {
    position: absolute;
    bottom: 60px;
    left: 435px;
}

.topPageTitleView {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 60px;
}

.tptText {
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.41em;
    color: #C12E2E;
}

.tptLabel {
    font-size: 17px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}

.loginView {
    position: absolute;
    top: 10px;
    right: 0px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
}

.footerView {
    width: 100%;
    height: 260px;
    background: #101010;
    padding: 40px;
}

.footerContent {
    width: 1200px;
    height: 100%;
    color: #939AA1;
}

.flItem1 {
    font-size: 14px;
    color: #939AA1;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-right: 50px;
}

.flItem1 a span {
    margin-right: 40px;
    color: #939AA1;
    line-height: 2;
}

.flItem2 {
    margin-top: 20px;
    margin-left: 20px;
    color: #ffffff;
    text-align: center;
}

.flItem2 img {
    margin-bottom: 10px;
}

.footerLIne2 {
    width: 100%;
    min-height: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*小程序二维码小图标*/
.xcx_box {
    margin-top: 20%;
    position: fixed;
    top: 60px;
    right: 44px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-items: center;
    background: #15589F;
    box-shadow: 0px 0px 10px 0px #ccc;
    z-index: 100000;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.xcx_box img {
    width: 20px;
    height: 20px;
}

.searchName, .select_option li {
    font-size: 16px;
}

.border-class-left {
    border-radius: 4px 0 0 4px;
}

.border-class-right {
    border-radius: 0 4px 4px 0;
}

.font-16 {
    font-size: 16px;
}

.main_box {
    margin-top: -140px;
    position: relative;
    background: #fff;
}

.main_box > .main_business {
    height: 50px;
}

.main_box > .main_business > li {
    width: 160px;
    margin: 0 20px;
    flex: none;
    font-weight: bold;
    font-size: 18px;
}

.main_box > .main_business > li:not(:last-of-type)::after {
    display: none;
}

.search_box_sy, .mapFindIcon, .main_box > .main_business > li img {
    display: none;
}

.main_business {
    width: 100%;
    margin: 0;
    background-color: var(--back-bg-blue);
}
.open-win img {
    width: 100%;
    height: 100%
}        
