html {
    font-size: 112px;
}
.ob-loading{
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
#ob-load{
    display: none;
}
#finally{
    display: none;
}

a,
input,
select,
textarea {
    outline: none;
}
header .obHeader-menu>li.current,
header .obHeader-menu>li:hover {
  transition: color .2s ease-in
}

header .obHeader-menu>li:hover>a,
header .obHeader-menu>li:hover>i.obiconfont,
header .obHeader-menu>li:hover>span {
  color: rgba(81, 78, 78, 0.6)
}
header .obHeader-menu>li:hover>a,
header .tologin-page:hover span{
    color: #ccc !important ;
}
body {
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    min-height: 100vh;
    margin: 0;
    text-align: left;
    background-color: #f7f8f9;
}

body .show {
    opacity: 1;
}

body>div#ob-community {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 16px
}

/* 图标 */
@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_1827546_lsdydoo5z.woff2?t=1639050869816) format("woff2"),
        url(//at.alicdn.com/t/font_1827546_lsdydoo5z.woff?t=1639050869816) format("woff"),
        url(//at.alicdn.com/t/font_1827546_lsdydoo5z.ttf?t=1639050869816) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    z-index: 100;
    opacity: 0;
}

header.header-relative {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
}

header.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.obHeader-inner {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 14px;

}

@media (min-width:720px) {
    .ob-header-nav-link li {
        display: none;
    }

    /* .obHeader-inner {
        padding: 0 5.555555555555555vw;
    } */
}

.ob-header-nav-link {
    margin-top: 4px;
    /* margin-right: 30px; */
}

.ob-header-nav-link li {
    background-color: #000;
    width: 20px;
    height: 2px;
    opacity: 1;
    transition: opacity .3s ease-in;
    margin-left: 15px !important;
    margin-bottom: 4px !important;
    text-align: center;
}

.ob-header-right {
    display: flex;
    align-items: center;
}

@media (max-width:720px) {
    header.header-relative {
        position: sticky;
        top: 0;
        left: 0;
    }
}

.obHeader-menu {
    position: absolute;
    flex: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 50px
}

.obHeader-menu a {
    display: inline-block;
    /* width: 100%; */
    height: 100%;
    color: #000;
    padding: 0 0.32rem;

}

.obHeader-menu>li {
    position: relative;
    margin: 0 20px;
}

@media (any-hover: hover) {
.product-elevator-item .obiconfont:hover {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}
}
.obHeader-menu li.current>a,
.obHeader-menu li.current i.obiconfont,
.obHeader-menu li.current span {
    color: rgba(0, 0, 0, .6)
}

.obHeader-submenu {
    position: relative;
    display: flex;
    margin-left: 10px;
    color: #000;
    white-space: nowrap
}

.obHeader-submenu i.obiconfont {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    top: 1px;
    font-size: 16px;
    line-height: 16px;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.obHeader-submenu>span {
    display: inline-block;
    cursor: pointer;
    z-index: 10
}

.obHeader-submenu:hover .obHeader-submenu-list {
    opacity: 1;
    visibility: visible
}

.obHeader-submenu.current .obiconfont,
.obHeader-submenu:hover .obiconfont {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.obHeader-submenu-list {
    position: absolute;
    background-color: #fff;
    padding: 50px 10px 0 10px;
    white-space: nowrap;
    margin-left: -20px;
    min-width: 74px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in
}

.obHeader-submenu-list>li a {
    text-align: left
}

.obHeader-aside {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 27px;
    padding-right: 24px;
    /* margin-top: 5px; */
    height: 100%;
    color: #000;
    z-index: 10;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .obHeader-aside {
        font-size: 12px;
        padding: 0 20px;
    }

    .obHeader-inner {
        padding: 0;
    }
}

.obHeader-aside img {
    width: 98px;
    height: 20px
}

.obHeader-order {
    display: flex;
    align-items: center;
    padding: 0px 13px;
    height: 20px;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, .9);
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

.obHeader-order a {
    font-family: "ob-pingfang-medium";
    line-height: 28px;
    color: #000;
    font-size: 12px;
}

.obHeader-order:hover {
    background-color: rgba(0, 0, 0, .04)
}

.obHeader-language {
    position: relative;
    width: 89px;
    height: 100%;
    margin-left: 20px
}

header .header-logo-image {
    display: inline-block;
    background-image: url("../image/index/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 13px;
}

@media (max-width: 720px) {
    .obHeader-menu {
        display: none;
    }
}

@media (min-width:751px) and (max-width:1100px) {
    .obHeader-logo .header-logo-image {
        width: 73px;
        height: 15px
    }

    .obHeader-inner {
        height: 44px
    }

    .obHeader-menu>li {
        line-height: 44px;
        font-size: 12px;
        margin: 0 6px
    }

    .obHeader-menu>li a {
        padding: 0 6px
    }

    .obHeader-order {
        height: 26px;
        padding: 0 12px;
        border-radius: 13px
    }

    .obHeader-order a {
        line-height: 26px
    }

    .obHeader-language {
        margin-left: 12px
    }

    .obHeader-submenu-list {
        padding-top: 37px
    }

    .obHeader-submenu-list>li {
        line-height: 37px
    }

    .obHeader-submenu-list>li a {
        padding: 0 12px
    }
}

@media (min-width:751px) and (max-width:1100px) and (max-width:850px) {
    .obHeader-menu>li {
        margin: 0 3px
    }

    .obHeader-menu>li a {
        padding: 0 3px
    }

    .obHeader-submenu-list>li a {
        padding: 0 6px
    }
}

/* 标题行 */
@media (min-width:751px){

    .header-relative.sticky-top {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 50;
    }
}

.secondheader {
    /* z-index: 50; */
    position: relative;
    background-color: #f7f8f9;
}

.secondheader-inner {
    display: flex;
    margin: 0 auto;
    width: 11.714285714285714rem;
    height: 56px;
    justify-content: space-between;
    align-items: center;
}

.secondheader-inner-title {
    font-size: 20px;
    line-height: 28px;
    color: #222;
}

.ob-container.gray {
    background-color: #f7f8f9;
}

.ob-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ob-container-inner {
    margin: 0 auto;
    width: 11.714285714285714rem;
}

.ob-community.ob-community-listwrap {
    display: block;
    margin-top: 0;
}

.ob-community-trends {
    width: 7.714285714285715rem;
    height: auto;
}

.ob-community-trends .ob-community-trends-tab {
    display: flex;
    margin-top: 20px;
}

.ob-community-trends .ob-community-trends-tab .trends {
    background-color: #fff;
}

.ob-community-trends .ob-community-trends-tab .obiconfont-publish {
    font-size: 28px;
    color: #1a1a1a;
}

.obiconfont-publish:before {
    content: "\E9B5";
}

.obiconfont-write:before {
    content: "\E9B6";
}

.ob-community-trends .ob-community-trends-tab div span {
    margin-right: 2px;
    font-size: 20px;
    line-height: 1;
}

.ob-community-trends .ob-community-trends-tab .write {
    cursor: pointer;
}

.ob-community-trends .ob-community-trends-tab div {
    width: 110px;
    height: 42px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ob-community-trends .ob-community-trends-tab div .obiconfont-write {
    font-size: 28px;
    color: #666;
}

.ob-community-trends-content .ob-community-trends-main {
    padding: 16px 24px 0 24px;
    background-color: #fff;
}

.ob-textarea-box {
    min-height: 84px;
}

.ob-community-trends .ob-community-trends-main .ob-textarea-box textarea {
    width: 100%;
    border: none;
    height: 90px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 28px;
    resize: none;
    overflow-y: scroll;
}

.ob-community-trends .ob-community-trends-main .ob-community-trends-main-picture {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 264px;
    overflow-y: scroll;
}

.ob-community-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    user-select: none;
}

.ob-community-topbar-tab {
    display: flex;
}

.ob-community-topbar-tab-item {
    position: relative;
    display: block;
    margin-right: 48px;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    transition: color .1s ease-in;
}

.ob-community-topbar-tab-item:last-child {
    margin-right: 0;
}



.ob-community-trends .ob-community-trends-main .ob-community-trends-main-bottom {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ob-community-trends .ob-community-trends-main .ob-community-trends-main-bottom .inserComponent {
    display: flex;
    align-items: center;
    justify-self: start;
    justify-content: space-between;
    width: 344px;
}

.ob-selectemoji-inner {
    position: relative;
    color: #222
}

.ob-selectemoji-content {
    display: flex;
    align-items: center;
    height: 20px;
    cursor: pointer;
    user-select: none
}

.ob-selectemoji-content .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    color: #191919 !important
}

.ob-selectemoji-list {
    z-index: 5;
    position: absolute;
    left: -12px;
    top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 372px;
    height: 260px;
    padding: 14px 0 11px 10px;
    border-radius: 2px;
    overflow: scroll;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

.ob-selectemoji-item {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 4px;
    box-sizing: content-box;
    margin-bottom: 3px;
    cursor: pointer;
    user-select: none;
    transition: background .15s ease-in
}

.ob-selectemoji-item:hover {
    background-color: hsla(210, 2%, 60%, .2)
}

.ob-selectemoji-item img {
    display: block;
    width: 100%;
    height: 100%
}

.ob-selecttopic-inner {
    position: relative
}

.ob-selecttopic-content {
    display: flex;
    align-items: center;
    height: 20px;
    cursor: pointer;
    user-select: none
}

.business-favour {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    height: 28px;
    text-align: center;
    margin: 0 0 0 12px;
}

.ob-selecttopic-content .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    color: #000;
}

.ob-community-trends .ob-community-trends-main .ob-community-trends-main-bottom .add-image {
    display: flex;
    align-items: center;
    cursor: pointer
}

.ob-community-trends .ob-community-trends-main .ob-community-trends-main-bottom .publishButton {
    width: 76px;
    height: 36px;
    background-color: #d4d4d2;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

/* 内容区域 */
.ob-community-list {
    width: 7.714285714285715rem;
}

.ob-community-item {
    background-color: #fff;
    padding: 24px 24px 0 24px;
    margin-bottom: 8px;
}

.ob-owner {
    display: flex;
    align-items: center;

}

.ob-owner-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background-size: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.ob-owner-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.ob-owner-content-name {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    cursor: pointer;
}

.ob-owner-content-name p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: baseline;
    overflow-wrap: break-word;
}

.ob-owner-identities-banner {
    display: inline-block;
    margin-left: 3px;
    width: 26px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 26px;
}

.ob-community-item-topic .tag {
    display: inline-block;
    max-width: 100%;
    padding: 0 12px;
    border-radius: 21px;
    margin: 14px 8px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 28px;
    background-color: #fafafa;
    cursor: pointer;
}

.ob-community-item.ob-community-item-article .ob-community-item-title {
    /* font-family: li-medium, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif; */
}

.ob-community-item-title {
    max-height: 48px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #2f2f2f;
    transition: color .15s cubic-bezier(.39, .575, .565, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}

.ob-community-item-title p>span,
.ob-community-item-title a {
    color: #2f2f2f;
}

.ob-community-item-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ob-community-item.ob-community-item-article .ob-community-item-content {
    height: 4.017857142857142rem;
}

.ob-community-item-content {
    margin-top: 16px;
}
.ob-community-item-content1 {
    margin-top: 16px;
}

.ob-image-inner.ob-image-inner-box {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}

.ob-community-item.ob-community-item-article .ob-image {
    /* pointer-events: none; */
    height: 100%;
}

.ob-image {
    position: relative;
}

.ob-image-length {
    z-index: 4;
    position: absolute;
    right: 8px;
    bottom: 17px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
}

.ob-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ob-image-box {
    flex-shrink: 0;
    position: relative;
    width: 191px;
    height: 194px;
    overflow: hidden;
    margin-right: 9px;
    margin-bottom: 9px;
    cursor: pointer;
}

.ob-image-loading {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f6f7fb;
}

.ob-image-inner img {
    z-index: 2;
    position: relative;
    transition: transform .5s cubic-bezier(.39, .575, .565, 1), -webkit-transform .5s cubic-bezier(.39, .575, .565, 1);
}

.ob-image img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ob-image-loading .iconfont {
    font-size: 100px;
    color: #e2e2e2;
}

textarea {
    outline: none;
    overflow: hidden;
}

.iconfont-biaoqing {
    margin-left: 0px;
}

.iconfont-biaoqing:before {
    content: "\E854";
}

.iconfont-sharp:before {
    content: "\E856";
}

.iconfont-edit-image:before {
    content: "\E857";
}

.ob-community-trends .ob-community-trends-main .ob-community-trends-main-bottom .add-image .iconfont {
    font-size: 20px;
    color: #191919;
    line-height: 100%;
    margin-right: 4px;

}

svg:not(:root) {
    overflow: hidden;
}

.ob-community-item-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 52px;
}

.ob-community-item-footer-block {
    display: flex;
    align-items: center;
    margin-right: 24px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    cursor: pointer;
}

.ob-community-item-footer-block .obiconfont-comment {
    font-size: 24px;
    color: #666;
    margin-right: 2px;
}

.obiconfont-comment:before {
    content: "\E975";
}

.obiconfont-zan:before {
    content: "\E9C1";
}

.ob-community-item-footer .business-favour {
    margin-left: 0;
}

.business-favour .obiconfont {
    font-size: 24px;
    color: #666;
    margin-right: 2px;
    margin-top: -2px;
}

.business-favour span {
    font-size: 14px;
    color: #666;
    line-height: 1;

}

.business-favour-count {
    color: #666;
}

.ob-community {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* 右侧 */
.ob-right-content {
    position: fixed;
    top: 120px;
    width: 5.821428571428571rem;
    left: 50%;
    margin-left: 2.0357142857142856rem;
    z-index: 18;
}

.ob-right-content-drive {
    margin-bottom: 5px;
    cursor: pointer;
}

.ob-right-content-drive img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.ob-right-content-qrcode {
    display: flex;
    margin-top: 5px;
}

.ob-right-content-drive img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.ob-right-content-qrcode-item:first-child {
    margin-left: 0;
}

.ob-right-content-qrcode-item {
    position: relative;
    flex: 1;
    padding: .09523809523809523rem 0;
    margin-left: 9px;
    font-size: 12px;
    color: #222;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    /* cursor: pointer; */
    border-radius: 4px;
}

.ob-right-content-qrcode-item img {
    width: 1.1428571428571428rem;
    height: 1.1428571428571428rem;
}

.ob-right-content-qrcode-title {
    padding-top: 5px;
}

.ob-right-content-qrcode-caption {
    padding-top: 2px;
    color: #97999b;
}

.ob-right-content-qrcode-layer {
    z-index: 3;
    position: absolute;
    left: 50%;
    bottom: 1.528571rem;
    width: -0.952381rem;
    padding: .19047619047619047rem .19047619047619047rem .14285714285714285rem;
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    margin-left: -1.0238095238095237rem;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .15s cubic-bezier(.39, .575, .565, 1);
    pointer-events: none;
}

.ob-right-content-qrcode-layer img {
    width: 1.6666666666666667rem;
    height: 1.6666666666666667rem;
}

.ob-right-content-qrcode-layer p {
    padding-top: 12px;
    font-size: 12px;
    line-height: 22px;
}

/* 右侧响应 */
@media(max-width:1024px) {
    .ob-image-inner.ob-image-inner-box {
        width: 54.6875vw;
    }

    .ob-image-box {
        width: 17.408333333333336vw;
        height: 17.708333333333336vw;
        margin-right: .78125vw;
        margin-bottom: .78125vw;
    }

    .ob-right-content {
        width: 21.38671875vw;
        margin-left: 23.4375vw;
    }

    .ob-right-content-qrcode-item {
        margin-left: .87890625vw;
        padding: .78125vw 0 .5859375vw;
        line-height: 1.5625vw;
    }

    .ob-right-content-qrcode-item img {
        width: 6.25vw;
        height: 6.25vw;
    }

    .ob-right-content-qrcode-title {
        padding-top: 6px;
    }

    .ob-right-content-qrcode-layer {
        bottom: 80px;
        padding: 16px 16px 12px;
        margin-left: -86px;
    }

    .ob-right-content-qrcode-layer img {
        width: 140px;
        height: 140px;
    }

    /* 左侧 */
    .secondheader-inner {
        width: 89.6484375vw;
    }

    .ob-container-inner {
        width: 89.6484375vw;
    }

    .ob-community-trends {
        width: 66.6015625vw;
    }

    .ob-community-list {
        width: 66.6015625vw;
    }

    .ob-right-content {
        width: 21.38671875vw;
        margin-left: 23.4375vw;
    }
}


@media(max-width:768px) {
    .obHeader-aside {
        padding-left: 25px !important;
        padding-right: 10px;
    }

    /* 右 */
    .ob-right-content {
        width: 28.515625vw;
        margin-left: 16.276041666666664vw;
    }

    /* 左 */
    .ob-community-trends {
        width: 58.984375vw;
    }

    .ob-community-list {
        width: 58.984375vw;
    }
}

@media(max-width:720px) {
    .ob-header-nav-link {
        /* margin-top: 4px; */
        margin-right: 30px;
    }
    .ob-loading {
        background-color: #fff;
    }
    .box {
        display: none;
    }

    .ob-sticky {
        display: none;
    }

    .ob-community-trends {
        display: none;
    }

    .ob-right-content {
        display: none;
    }

    .ob-container {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
        width: 100%;
    }

    .ob-container-inner {
        width: 100%;
    }

    .ob-community-topbar {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        padding: 0 35px;
        background-color: #fff;
        user-select: none;
    }

    header .header-logo-image {
        height: 15px;
    }


    .ob-community-topbar-tab-item {
        position: relative;
        display: block;
        margin-right: 36px;
        font-size: 16px;
        color: #666;
        line-height: 24px;
        background-color: #fff;
        cursor: pointer;
        transition: color .1s ease-in;
    }


    .ob-community-list {
        width: 100%;
    }

    .ob-community-item {
        padding: 24px 12px 0 12px;
        margin-bottom: 2px;
    }

    .ob-community-item.ob-community-item-article .ob-community-item-content {
        height: 187px;
    }

    .ob-community-item-footer {
        padding: 0 18px;
        height: 60px;
        justify-content: start;
    }

    /* 多图 */
    .ob-image-inner.ob-image-inner-box {
        width: calc(100vw - 24px);
    }

    .ob-image-box {
        width: calc(33.33333vw - 11px);
        height: calc(33.33333vw - 10px);
        margin-right: 3px;
        margin-bottom: 3px;
    }
}

/* 侧边导航栏 */
.product-elevator {
    z-index: 201;
    position: fixed;
    right: 24px;
    bottom: 24px;
    overflow: hidden
}

.product-elevator.active .product-elevator-item:last-child {
    margin-bottom: 16px
}

.product-elevator.stay {
    position: absolute
}
/* 
.main-telElevatorLayer-layer.active {
    bottom: calc(88px + env(safe-area-inset-bottom));
}

.main-telElevatorLayer-layer {
    z-index: 202;
    position: fixed;
    right: 90px;
    display: block;
    padding: 14px 34px;
    background-color: #fff;
    transition: bottom .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
    opacity: 0;
    pointer-events: none;
}

.main-telElevatorLayer-layer-item {
    font-size: 12px;
    line-height: 20px;
    color: #000;
} */

.product-elevator-item {
    position: relative;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 16px 0;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #222;
    background-color: hsla(0, 0%, 92.5%, .6);
    transition: margin .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1), background .3s cubic-bezier(.39, .575, .565, 1), opacity .3s cubic-bezier(.39, .575, .565, 1);
    cursor: pointer
}

.product-elevator-item:last-child {
    margin-bottom: -48px
}

.product-elevator-item.active,
.product-elevator-item:hover {
    color: #fff;
    background-color: #0d0d0e;
}

.product-elevator-item .obiconfont {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 26px
}

@font-face {
    font-family: obiconfont;
    src: url(https://s.ampmake.com/www/asset-1907/css/lxiconfont/iconfont.bff898d5.woff2) format("woff2"),
        url(https://s.ampmake.com/www/asset-1907/css/lxiconfont/iconfont.bfa3e92d.woff) format("woff"),
        url(https://s.ampmake.com/www/asset-1907/css/lxiconfont/iconfont.184352cc.ttf) format("truetype")
}

.obiconfont {
    font-family: obiconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.obiconfont-min-kefu:before {
    content: "\e98f";
}

.obiconfont-dianhua:before {
    content: "\e986";
}

.obiconfont-zhiding:before {
    content: "\e988";
}

@media (max-width: 720px) {

    .product-elevator-item {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
}

/* 导航栏子菜单 */
.ob-header-panel>ul>li a,
.ob-header-panel>ul>li span {
    font-size: 16px;
    line-height: 48px;
    color: #000;
}

.yc {
    display: none;
}

/* 导航栏子菜单显示 */
.xs {
    height: 100vh !important;
}


.modal-container {
    z-index: 999;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -210px;
    width: 420px;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    height: 300px;
    box-shadow: 1px 1px 10px #888888;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    background-image: url(../image/index/quxiao.png);
}
#right-top,
#right-bottom{
    display: none;
}
.clk-img{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 99999;

}
.zhezhao{
    background-color: rgba(0,0,0,0.5);
    /* 使用固定定位让元素撑满全屏 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.clk-img  .swiper{
    width: 100%;
    height: 100%;
}
.clk-img  .swiper-slide img{
    display: block;
    width: 60%;
    height: 60%;
    object-fit: cover;
}
.clk-img  .swiper .swiper-slide{
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.clk-img .close img{
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 9998;
    cursor: pointer;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
    color: #f8f8f8!important;
    background:transparent;
    width: 5%!important;
}
.swiper-button-next, .swiper-button-prev::after{
    font-size: 30px!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 30px!important;
}
.swiper-pagination-bullet-active{
    background: #f8f8f8!important;
}
@media (max-width:750px) {
    .clk-img  .swiper-slide img{
        display: block;
        width: 100%;
        height: 40%;
        object-fit: cover;
    }
    .clk-img .close img{
        position: absolute;
        right: 5%;
        top: 15%;
        z-index: 9998;
        cursor: pointer;
        width: 30px;
        height: 30px;
        object-fit: cover;
    }
}