* {
    list-style: none;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "ob-pingfang-bold";
    src: url("https://oss.onexbox.cn/file-manager/20210621/fonteditor-blod.woff");
}

@font-face {
    font-family: "ob-pingfang-medium";
    /* src: url("./font/PingFang-Medium.woff"); */
    src: url("https://oss.onexbox.cn/file-manager/20210621/fonteditor.woff");
}
/* @font-face {
    font-family: "ob-pingfang-medium";
    src: url("http://ecomfe.github.io/fontmin/#usage");
} */

/* @font-face {
    font-family: "ob-pingfang-medium";
    src: url("./font/PingFang-Medium.woff");
} */

/* @font-face {
    font-family: 'li-regular-temp';
    src: url(./font/LiciumFont2022-Regular.woff2) format("woff2"), url(./font/LiciumFont2022-Regular.woff) format("woff");
}
@font-face {
    font-family: 'li-medium-temp';
    src: url(./font/LiciumFont2022-Medium.woff2) format("woff2"), url(./font/LiciumFont2022-Medium.woff) format("woff");
} */
/* @font-face {
    font-family: 'li-regular';
    src: url(./font/LiciumFont2022-Regular.woff2) format("woff2"), url(./font/LiciumFont2022-Regular.woff) format("woff");
} */

/* @font-face {
    font-family: 'li-medium';
    src: url(./font/LiciumFont2022-Medium.woff2) format("woff2"), url(./font/LiciumFont2022-Medium.woff) format("woff");
} */
/* @font-face {
    font-family: iconfont;
    src: url(https://at.alicdn.com/t/font_773121_1rl3tk8nfe5.woff2?t=1627524794458) format("woff2"), url(https://at.alicdn.com/t/font_773121_1rl3tk8nfe5.woff?t=1627524794458) format("woff"), url(https//at.alicdn.com/t/font_773121_1rl3tk8nfe5.ttf?t=1627524794458) format("truetype")
} */

header .ob-pcHeader-inner {
    font-family: "ob-pingfang-medium";
    /* src: url("./font/PingFang-Medium.woff"); */
    src: url("https://oss.onexbox.cn/file-manager/20210621/fonteditor.woff");
}

header .pcHeader-order {
    font-family: 'li-regular';
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;

}

@font-face {
    font-family: obiconfont;
    src: url(./font/iconfont.bff898d5.woff2) format("woff2"), url(./font/iconfont.bfa3e92d.woff) format("woff"), url(./font/iconfont.184352cc.ttf) format("truetype")
}

.obiconfont {
    font-family: obiconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: "ob-pingfang-medium";
    background: #fff;
    src: url("https://oss.onexbox.cn/file-manager/20210621/fonteditor-blod.woff");
    /* 安卓和iphone在横屏模式的时候，默认会放大文字。
    -webkit-text-size-adjust: 100%|none;  关闭字体大小自动调整功能*/

}

a {
    color: #000;
    text-decoration: none;
}

em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 去掉滚动条 */
body::-webkit-scrollbar {
    width: 0;
}

/* 清除浮动 */
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /* 兼容ie6 7浏览器 */
    *zoom: 1;
}

.show-popus {
    display: block !important;
}

/* 导航栏子菜单 */
header .obHeader-inner .open {
    background-color: #fff;
}

.ob-header-nav-link.open li:first-child {
    -webkit-animation: lineTop .3s ease-in-out forwards;
    animation: lineTop .3s ease-in-out forwards;
}

.ob-header-nav-link.open li:nth-child(2) {
    opacity: 0;
}

.ob-header-nav-link.open li:nth-child(3) {
    -webkit-animation: lineBottom .3s ease-in-out forwards;
    animation: lineBottom .3s ease-in-out forwards;
}

.ob-header-panel.open {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1) 50ms;
}

.ob-header-panel {
    background-color: #fff;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
}

.ob-header-panel {
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

.ob-header-panel.open li:first-child {
    transition-delay: .1s;
}

.ob-header-panel.open li:nth-child(2) {
    transition-delay: .15s;
}

.ob-header-panel.open li:nth-child(3) {
    transition-delay: .2s;
}

.ob-header-panel.open li:nth-child(4) {
    transition-delay: .25s;
}

.ob-header-panel.open li:nth-child(5) {
    transition-delay: .3s;
}

.ob-header-panel.open li:nth-child(6) {
    transition-delay: .35s;
}

.ob-header-panel.open li:nth-child(7) {
    transition-delay: .4s;
}

.ob-header-panel.open li:nth-child(8) {
    transition-delay: .45s;
}

.ob-header-panel>ul>li:not(:last-child) {
    margin-right: 0;
}

.ob-header-panel.open li {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(0, 0, .2, 1), opacity .35s cubic-bezier(0, 0, .2, 1), -webkit-transform .3s cubic-bezier(0, 0, .2, 1);
}

.ob-header-panel>ul>li {
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.ob-header-panel>ul>li.header-hr.header-hr-pb12 {
    margin-top: 12px;
    padding-bottom: 12px;
}

.ob-header-nav-link.close li:first-child {
    -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
    transform: translate3d(0, 6px, 0) rotate(135deg);
    -webkit-animation: lineTopReverse .3s ease-in-out forwards;
    animation: lineTopReverse .3s ease-in-out forwards;
}

.ob-header-nav-link.close li:nth-child(2) {
    opacity: 1;
}

.ob-header-nav-link.close li:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
    transform: translate3d(0, -6px, 0) rotate(45deg);
    -webkit-animation: lineBottomReverse .3s ease-in-out forwards;
    animation: lineBottomReverse .3s ease-in-out forwards;
}

/* 子菜单动画 */
@-webkit-keyframes lineBottom {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0) rotate(0);
        transform: translate3d(0, -6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
        transform: translate3d(0, -6px, 0) rotate(45deg)
    }
}

@keyframes lineBottom {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0) rotate(0);
        transform: translate3d(0, -6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
        transform: translate3d(0, -6px, 0) rotate(45deg)
    }
}

@-webkit-keyframes lineTop {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0, 6px, 0) rotate(0);
        transform: translate3d(0, 6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
        transform: translate3d(0, 6px, 0) rotate(135deg)
    }
}

@keyframes lineTop {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }

    50% {
        -webkit-transform: translate3d(0, 6px, 0) rotate(0);
        transform: translate3d(0, 6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
        transform: translate3d(0, 6px, 0) rotate(135deg)
    }
}

@-webkit-keyframes lineTopReverse {
    0% {
        -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
        transform: translate3d(0, 6px, 0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate3d(0, 6px, 0) rotate(0);
        transform: translate3d(0, 6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes lineTopReverse {
    0% {
        -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
        transform: translate3d(0, 6px, 0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate3d(0, 6px, 0) rotate(0);
        transform: translate3d(0, 6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes lineBottomReverse {
    0% {
        -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
        transform: translate3d(0, -6px, 0) rotate(45deg)
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0) rotate(0);
        transform: translate3d(0, -6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes lineBottomReverse {
    0% {
        -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
        transform: translate3d(0, -6px, 0) rotate(45deg)
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0) rotate(0);
        transform: translate3d(0, -6px, 0) rotate(0)
    }

    to {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

/* 右侧按钮 */
.tel-phone {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 155px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.tel-phone ul {
    /* display: flex; */

    height: 160px;
    width: 100%;
}

.tel-phone ul li {
    width: 100%;
    height: 80px;
    color: #757575;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;

}

.tel-phone ul li:first-child {
    border-bottom: 2px solid rgb(234, 231, 231, .6);
}

.tel-phone ul li:last-child {
    height: 70px;
    /* border-bottom: 2px solid rgb(234, 231, 231,.6); */
}

.tel-phone ul li a {
    color: rgb(106 147 239);
}

.main-telElevatorLayer-layer.show,
.main-telElevatorLayer-layer1.show {
    opacity: 1;
    pointer-events: unset;
    display: block;
}

.main-telElevatorLayer-layer.active {
    bottom: calc(104px + constant(safe-area-inset-bottom));
    bottom: calc(104px + env(safe-area-inset-bottom));
}

.main-telElevatorLayer-layer1.active {
    bottom: calc(168px + env(safe-area-inset-bottom));
    bottom: calc(104px + constant(safe-area-inset-bottom));
}

.iconactive {
    color: #ccc;
    background-color: #000;
    border-radius: 50%;
}

.main-telElevatorLayer-layer,
.main-telElevatorLayer-layer1 {
    display: none;
    z-index: 202;
    position: fixed;
    right: 106px;
    bottom: calc(40px + constant(safe-area-inset-bottom));
    /* bottom: calc(40px + env(safe-area-inset-bottom)); */
    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;
}

.main-telElevatorLayer-layer-item .layer-triangle {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -7px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 15px;
}

.popshow {
    display: block;
}

.popups {
    z-index: 300;
    position: fixed;
    left: 50%;
    margin-left: -1.5rem;
    top: 30%;
    width: 3rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #fff;
    display: none;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #888888;
}

.popups-title {
    color: #a49d9d;
    font-size: 15px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

.popups-content {
    text-align: center;
    color: #000;
    font-size: 35px;
    line-height: 18px;
    /* font-family: emoji; */
}

.icon {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url(../image/index/quxiao.png);
}

/* 二维码弹窗 */
.qr-show {
    display: block !important;
}

.modal-container {
    z-index: 999;
    position: fixed;
    top: 25%;
    left: 35%;
    width: 420px;
    height: 420px;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    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');
}

.modal-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.modal-title {
    margin-top: 70px;
    width: 80%;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
}

.modal-second-title {
    margin-top: 8px;
    width: 80%;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, .4);
}

.modal-container .modal-form .modal-qrcode {
    margin-top: 50px;
    width: 168px;
    height: 168px;
    background-image: url('../image/aboutaus/app-qr.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.modal-container .modal-form .modal-tips {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}

.popups-show {
    display: block !important;
}

.modal-container2 {
    z-index: 999;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-150px, -30px);
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    box-shadow: 1px 1px 10px #888888;
}

.modal-container2 .modal-form .modal-qrcode {
    margin-top: 50px;
    width: 168px;
    margin-bottom: 25px;
    height: 168px;
    /* background-image: url('../image/ngraving/ng-qr.jpg'); */
    background-image: url('http://thirdplat.qiyi-box.com/store.php/wxapp.url_link/code?goods_id=12062');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.modal-container2 .modal-form .modal-tips {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}

@media (max-width:720px) {

    .main-telElevatorLayer-layer,
    .main-telElevatorLayer-layer1 {

        position: fixed;
        right: 80px;

    }

    .modal-container {
        width: 300px !important;
        left: 50% !important;
        margin-left: -150px !important;
    }

    .popups {
        left: 20%;
        top: 30%;
        width: 7rem;
        height: 4.8rem;
        line-height: 1.8rem;
    }

    .modal-container1 {
        margin-left: -162.5px !important;
        width: 325px !important;
    }

}

@media (max-width:400px) {
    .modal-container2 {
        width: 325px !important;
        transform: translate(-162.5px, -30px);
    }
}

.modal-container1 {
    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-container1 .modal-form .modal-qrcode {
    margin-top: 50px;
    width: 168px;
    height: 168px;
    background-image: url(../image/aboutaus/app-qr.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: none;
}

.modal-container1 .modal-form .modal-iosqrcode {
    margin-top: 50px;
    width: 168px;
    height: 168px;
    background-image: url(../image/index/app-qr-ios.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: none;
}

.modal-container1 .modal-form .modal-tips {
    width: 80%;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}

.qractive {
    background-color: #000 !important;
    color: #fff !important;
}


/* 遮罩层 */
.fade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
}

/* 导航栏关于我们 */
.pcHeader-submenu {
    position: relative;
    display: flex;
    margin-left: 10px;
    color: #000;
    white-space: nowrap;
}

.pcHeader-submenu>span {
    color: #090405;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
}

.pcHeader-menu li:hover span {
    color: rgba(0, 0, 0, .6);
    /* -webkit-transform: rotate(180deg);
    transform: rotate(180deg); */
}

.pcHeader-menu li:hover .obiconfont-arrowdown-small {
    /* color: rgba(0,0,0,.6); */
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pcHeader-menu li .obiconfont-arrowdown-small {
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.pcHeader-submenu i.obiconfont {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    top: 1px;
    font-size: 16px;
    line-height: 16px;
    /* transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in; */
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.obiconfont-arrowdown-small:before {
    content: "\e95f";
}

.pcHeader-submenu-list {
    position: absolute;
    background-color: #fff;
    min-width: 74px;
    padding: 50px 10px 0 10px;
    white-space: nowrap;
    margin-left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in;
}

.pcHeader-menu li {
    position: relative;
}

.pcHeader-submenu-list>li a {
    text-align: left;
    padding: 0 10px;

}

/* .pcHeader-menu>li a {
    padding: 0 10px;
} */
.pcHeader-menu a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}

.ob-header-panel>ul>li.m-menu-select {
    position: relative;
}

.ob-header-panel>ul>li.m-menu-select.active .m-menu-select-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ob-header-panel>ul>li.m-menu-select .m-menu-select-arrow {
    display: inline-block;
    color: #000;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.ob-header-panel>ul>li.m-menu-select.active .m-header-submenus {
    padding: 16px 0;
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.m-header-submenus {
    position: relative;
    background: #f7f8f9;
    text-align: center;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in, height .3s ease-in;
    z-index: 400;
}

/* 订机 */
.pcHeader-order {
    cursor: pointer;
}

/* 登录 */
.pcHeader-login {
    position: relative;
    cursor: pointer;
    margin-left: 40px;
    color: #090405;
    /* font-family: "ob-pingfang-bold"; */
}

.pcHeader-login span {
    color: #090405;
}

.pcHeader-login span:hover {
    color: rgba(81, 78, 78, 0.6) !important;
}

@media (max-width:750px) {
    .pcHeader-login {
        display: none;
    }
}