
html{
    font-size: 112px;
  }
header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    z-index: 100;
    opacity: 0
} 
header.ob-show {
    opacity: 1;
    box-shadow: none;
  }
  header .pcHeader-menu>li>a {
    color: #000
  }
  
  header .pcHeader-menu>li:hover {
      transition: color .2s ease-in
  }
  
   header .pcHeader-menu>li:hover>a,
   header .pcHeader-menu>li:hover>i.obiconfont,
   header .pcHeader-menu>li:hover>span {
      color: rgba(81, 78, 78, 0.6)
  }
  header .pcHeader-order {
    font-family: "ob-pingfang-medium";
    border: 1px solid #000;
  }
  header .pcHeader-order a {
    color: #000
  }
  header .pcHeader-order:hover {
    background-color: hsla(0, 0%, 100%, .2)
  }
   header .pcHeader-aside,
   header .pcHeader-submenu,
   header .pcHeader-submenu i.obiconfont {
      color: #fff
  }
  header .pcHeader-login>span:hover {
    color: hsla(0, 0%, 100%, .6)
  }
  .ob-pcHeader-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 14px
  }
  
   header .ob-pcHeader-inner {
    background-color: transparent;
  }
  .pcHeader-menu {
    position: absolute;
    flex: 1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 50px;
    font-size: 14px;
  }
  .pcHeader-menu a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    
  }
  .pcHeader-menu>li {
    margin: 0 20px
  }
  
  .pcHeader-menu>li a {
    padding: 0 0.32rem;
  }
  
  .pcHeader-menu li {
    position: relative
  }
  
  .pcHeader-submenu {
    position: relative;
    display: flex;
    margin-left: 10px;
    color: #000;
    white-space: nowrap
  }
  
  .pcHeader-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
  }
  
  .pcHeader-submenu>span {
    display: inline-block;
    cursor: pointer;
    z-index: 10
  }
  
  .pcHeader-submenu:hover .pcHeader-submenu-list {
    opacity: 1;
    visibility: visible
  }
  
  .pcHeader-submenu.current .obiconfont,
  .pcHeader-submenu:hover .obiconfont {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  
  .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-submenu-list>li a {
    text-align: left
  }
  
  .pcHeader-aside {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 27px;
      padding-right: 24px;
    height: 100%;
    color: #000;
    z-index: 10
  }
  
  .pcHeader-aside img {
    width: 98px;
    height: 20px
  }
  
  .pcHeader-order {
    display: flex;
    align-items: center;
    padding: 0 13px;
    height: 22px;
    line-height: 22px;
    border-radius: 15px;
    text-align: center;
  }
  
  .pcHeader-order a {
    white-space: nowrap;
    line-height: 25px;
    color: #000;
    font-size: 12px;
  }
  
  .pcHeader-order:hover {
    background-color: rgba(0, 0, 0, .04)
  }

  @media (max-width: 1200px) and (min-width: 751px){
    .pcHeader-logo .header-logo-image {
        width: 73px;
        height: 15px;
    }}
/* 头部 */
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  header .header-logo-image {
    display: inline-block;
    background-image: url("../image/index/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 120px;
    height: 31px;
  }
  .pcHeader-menu >li{
  color: #090405;
  }
  @media (min-width:751px) and (max-width:1200px) {
    .ob-pcHeader-inner {
        height: 44px
    }
    .pcHeader-aside {
        font-size: 12px;
        padding: 0 20px
    }
    .pcHeader-menu>li {
        line-height: 44px;
        font-size: 12px;
        margin: 0 6px
    }
    .pcHeader-menu>li a {
        padding: 0 6px
    }
    .pcHeader-order {
        height: 26px;
        padding: 0 12px;
        border-radius: 13px
    }
    .pcHeader-order a {
        line-height: 26px
    }
    .pcHeader-language {
        margin-left: 12px
    }
    .pcHeader-submenu-list {
        padding-top: 37px
    }
    .pcHeader-submenu-list>li {
        line-height: 37px
    }
    .pcHeader-submenu-list>li a {
        padding: 0 12px
    }
  }
  
  @media (min-width:751px) and (max-width:1200px) and (max-width:850px) {
    .pcHeader-menu>li, .pcHeader-menu>li a  {
        margin: 0 3px
    }
    .pcHeader-submenu-list>li a {
        padding: 0 6px
    }
  
    .pcHeader-login {
        margin-left: 12px
    }
  
    .pcHeader-language {
        width: 60px;
        margin-left: 6px
    }
  }
  
  @media (max-width:750px){
    .pcHeader-menu{
      display: none;
    }
   
  }
  @media (max-width:750px) {
    .xs{
        height: 100vh !important;
      }
  }
  @media (min-width:750px){
    .ob-header-nav-link li{
      display: none;
    }
   
  }
  .ob-allcontent .ob-content-five .introduction .erweimas .banben2 .ob-scene-button:hover{
    background-color: #000;
    color: #fff;
  }
  .ob-header-nav-link{
    margin-top: 4px;
  }
  .ob-header-nav-link li {
    background-color: #000;
    width: 20px;
    height: 2px;
    opacity: 1;
    transition: opacity .3s ease-in;
    margin-right: 22px;
    margin-bottom: 4px;
    text-align: center;
  
  }
  .ob-header-nav-link .open li {
    background-color: #000;
    width: 20px;
    height: 2px;
    opacity: 1;
    transition: opacity .3s ease-in;
  }
  .ob-header-right {
    display: flex;
    align-items: center;
  }
  
/* 导航栏子菜单 */
.ob-header-panel>ul>li{
    font-size: 16px;
  }
 
  .ob-header-panel>ul>li a, .ob-header-panel>ul>li span {
    font-size: 16px;
    line-height: 48px;
    color: #000;
  }

  .ob-header-panel>ul>li.header-hr {
    height: 1px;
    padding: 0 16px;
  }
  .yc{
    display: none;
  }
  .ob-header-nav-link li:nth-child(2) {
    margin: 4px 0;
  }
  .yc{
    display: none;
  }
  .ob-header-nav-link li:nth-child(2) {
    margin: 4px 0;
  }
  



html {
    line-height: 1.15
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}


details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box
}


article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    text-align: left;
    background-color: #fff
}


p {
    margin: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}


b,
strong {
    font-weight: bolder
}


a {
    color: inherit;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}



a:not([href]):not([tabindex]):focus {
    outline: 0
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    /* font-family: inherit; */
    font-size: inherit;
    line-height: inherit
}


textarea {
    resize: vertical
}

output {
    display: inline-block
}

a,
input,
select,
textarea {
    outline: none
}

table {
    width: 100%
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ob-product-button {
  font-weight: 300;
  font-family: "ob-pingfang-medium";
    display: flex;
    width: 1.16071429rem;
    height: 0.3125rem;
    margin-top: 10px !important;
    border-radius: 1.42857142857142855rem;
    margin: 0rem .07142857142857142rem;
    align-items: center;
    justify-content: center;
    font-size: 0.125rem;
    letter-spacing: 2px;
    color: #191919;
    line-height: 1;
    transition: background .15s ease-in, opacity .15s ease-in, color .15s ease-in;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: text-anima 1s linear 0s 1 normal backwards;
}
.cutter-animation{
  animation: text-anima 1s linear 0s 1 normal backwards;
}


@media (max-width:720px) {
   
    .ob-product-button {
      margin-top: 0 !important;
      width: 4.06153846rem;
    height: 1.07692308rem;
    font-size: 0.4rem !important;
    }
    .linefeeds{
      display: block;
    }
    .concealed{
      display: none;
    }
}

ul li{
    list-style: none;
}

.ob-scene {
    position: relative;
    width: 100%;
    height: 56.2vw;
    background-color: #000
}

.ob-scene-wrap {
    height: 100%;
	padding:0px;
}

.ob-scene-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100% 100%; */
    background-size: cover;
}

.ob-scene-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh
}


.ob-product-slogan {
    margin-bottom: 0.06rem;
    font-size: .18rem;
    /* line-height: .28571428571428rem; */
    text-align: center;
    letter-spacing: 0.5px;
    font-family: "ob-pingfang-medium";
}


.ob-product-title {
  margin-bottom: 0.42857143rem;
  font-size: .405rem;
  line-height: .3571428571428571rem;
  text-align: center;
  /* letter-spacing: 1px; */
}

.new-product-title {
  margin-bottom: 0.42857143rem;
  font-size: .405rem;
  line-height: .3571428571428571rem;
  margin-left: -1rem;
  float:left;
  /* letter-spacing: 1px; */
}

.c-black{
    color: #000 !important;
}
.c-black8{
  color: #464646 !important;
}
.c-white{
    color: #fff !important;
    
}
.c-white8{
    color: rgba(255, 255, 255, 0.8);
}
.c-block {
    display: block;
}

.ob-product-buttonlist {
    display: flex;
    margin-bottom: .14285714285714285rem;
    justify-content: center
}

.ob-scene-firstscreen {

    /* min-height: 52.25vw; */
}

.ob-scene-firstscreen .ob-scene-inner {
    background-position: 50%
}

.ob-scene-firstscreen .ob-product-title {
    margin-top: -.14285714285714285rem;
    margin-bottom: .14285714285714285rem;
    font-size: .23214285714285715rem;
    /* font-family: li-medium, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif; */
    letter-spacing: .008928571428571428rem
}
.ob-scene-firstscreen .new-product-title {
    margin-top: -.14285714285714285rem;
    margin-bottom: .14285714285714285rem;
    font-size: .23214285714285715rem;
    /* font-family: li-medium, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif; */
    letter-spacing: .008928571428571428rem
}

.ob-scene-firstscreen .product-caption,
.ob-scene-firstscreen .product-model {
    display: none
}


@keyframes text-anima {
    from {
        margin-top: 20px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}


/* animation: 3s linear 1s slidein; */


.ob-scene-firstscreen .ob-firstscreen-button-buy.main {
    color: #fff;
    background-color: #000
}

.ob-scene-firstscreen .ob-firstscreen-button-buy.main:hover {
    color: #fff;
    background-color: #191919
}

.ob-scene-firstscreen .firstscreen-button-confirm,
.ob-scene-firstscreen .firstscreen-button-lock,
.ob-scene-firstscreen .firstscreen-link-buy {
    display: none
}

.ob-scene-firstscreen.prepay .firstscreen-button-confirm,
.ob-scene-firstscreen.prepay .firstscreen-link-buy {
    display: flex
}

.ob-scene-firstscreen.prepay .ob-firstscreen-button-buy,
.ob-scene-firstscreen.prepay .firstscreen-link-service {
    display: none
}

.ob-scene-firstscreen.prelock .firstscreen-button-lock,
.ob-scene-firstscreen.prelock .firstscreen-link-buy {
    display: flex
}

.ob-scene-firstscreen.prelock .ob-firstscreen-button-buy,
.ob-scene-firstscreen.prelock .firstscreen-link-service {
    display: none
}

.ob-scene-extendrange-overview {
    z-index: 1
}

.ob-scene-extendrange-energy {
    z-index: 1
}


.ob-scene-drive-overview,
.ob-scene-extendrange-chassis {
    z-index: 1
}


.ob-product-button.main {
    background-color: #fff
}

.ob-product-button.main:hover {
    background-color: #3c3c3c
}

.ob-product-button.sub {
    border: 1px solid hsla(0, 0%, 100%, .5);
    background-color: transparent
}

.ob-product-button.sub:hover {
    background-color: hsla(0, 0%, 100%, .26)
}

.ob-product-button.link {
    width: auto;
    height: .21428571428571427rem;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: .125rem;
    opacity: .8
}

.ob-product-button.link:hover {
    opacity: 1
}


.ob-product-fadebox {
    z-index: 2;
    position: absolute;
    left: 50%;
    width: 11.714285714285714rem;
    text-align: center;
    color: #fff;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.ob-product-fadebox.ob-top-default {
  top: 13.5%;
}


.ob-product-fadebox.ob-top-default {
    bottom: 1.4285714285714284rem
}

.ob-product-fadebox.flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.ob-product-fadebox.active .ob-product-fadebox-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.ob-product-fadebox.active .ob-product-fadebox-item:first-child {
    transition-delay: .3s
}


.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(2) {
    transition-delay: .4s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(3) {
    transition-delay: .5s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(4) {
    transition-delay: .6s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(5) {
    transition-delay: .7s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(6) {
    transition-delay: .8s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(7) {
    transition-delay: .9s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(8) {
    transition-delay: 1s
}

.ob-product-fadebox.active .ob-product-fadebox-item:nth-child(9) {
    transition-delay: 1.1s
}

.ob-product-fadebox-item {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transition: opacity .3s ease-in, -webkit-transform .5s cubic-bezier(.39, .575, .565, 1);
    transition: transform .5s cubic-bezier(.39, .575, .565, 1), opacity .3s ease-in;
    transition: transform .5s cubic-bezier(.39, .575, .565, 1), opacity .3s ease-in, -webkit-transform .5s cubic-bezier(.39, .575, .565, 1);
    opacity: 0;
    will-change: transform, opacity
}


.ob-scene-arrow {
    position: absolute;
    left: 50%;
    bottom: .21428571428571427rem;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite
}

.ob-scene-arrow .iconfont {
    display: block;
    font-size: 30px;
    color: hsla(0, 0%, 100%, .6);
    line-height: 1
}

.iconfont-arrowdown:before {
    content: url("../image/ngraving/jiantou1.png");
 
}

/* 第一页箭头动画 */
@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(-50%, 5px, 0);
        transform: translate3d(-50%, 5px, 0)
    }

    60% {
        -webkit-transform: translate3d(-50%, 3px, 0);
        transform: translate3d(-50%, 3px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(-50%, 5px, 0);
        transform: translate3d(-50%, 5px, 0)
    }

    60% {
        -webkit-transform: translate3d(-50%, 3px, 0);
        transform: translate3d(-50%, 3px, 0)
    }
}

a {
    text-decoration: none
}


.iconfont {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html.noheader body>.chj-header {
    display: none
}

.noscroll body {
    position: relative
}

.app,
.chj-content {
    flex-grow: 1
}

.app {
    display: flex;
    flex-direction: column
}

@font-face {
    font-family: lxiconfont;
    src: url(//at.alicdn.com/t/font_3195258_in3gqld48h.woff2?t=1653533927651) format("woff2"),
        url(//at.alicdn.com/t/font_3195258_in3gqld48h.woff?t=1653533927651) format("woff"),
        url(//at.alicdn.com/t/font_3195258_in3gqld48h.ttf?t=1653533927651) format("truetype")
}

.lxiconfont {
    font-family: lxiconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#chj-header header {
    transition: background-color .2s ease-in, opacity .2s ease-in, -webkit-transform .2s ease-in;
    transition: background-color .2s ease-in, opacity .2s ease-in, transform .2s ease-in;
    transition: background-color .2s ease-in, opacity .2s ease-in, transform .2s ease-in, -webkit-transform .2s ease-in
}

#chj-header .pcHeader-inner {
    background-color: transparent;
    color: #fff;
}


#chj-header.hide header {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 右侧按钮 */
.product-elevator {
    z-index: 201;
    position: fixed;
    right: 40px;
    bottom: 24px;
    overflow: hidden
  }
  
  .product-elevator.active .product-elevator-item:last-child {
    margin-bottom: 16px
  }
  
  .product-elevator.stay {
    position: absolute
  }
  
  .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
  }
  @media (any-hover: hover) {
  .product-elevator-item .obiconfont:hover{
    background-color: #000;
    color: #fff;
    border-radius: 50%;
  }
}
  .obiconfont-min-kefu:before {
    content: "\e98f";
  }
  
  
  .obiconfont-dianhua:before {
    content: "\e986";
  }
  
  .obiconfont-zhiding:before {
    content: "\e988";
  }
  .obiconfont {
    font-family: obiconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  /*  右侧按钮响应*/
@media (max-width: 720px){

  .margin-bottom{
    margin-bottom: 0.8rem;
  }
 
    .product-elevator {
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom));
        transition: bottom .3s cubic-bezier(.39,.575,.565,1);
    
    }
    }
    
    @media (max-width:720px) {
      .pcHeader-aside {
       
        padding-left: 25px !important;
       
    }
      .ob-scene-operate {
          padding: 30px 0
      }
      .product-elevator-item {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
    .ob-product-title {
      margin-bottom: 0.5rem;
      font-size: 0.9rem;
      line-height: 1.3rem;
      text-align: center;
    }
	.new-product-title {
	  margin-bottom: 0.5rem;
	  font-size: 0.9rem;
	  line-height: 1.3rem;
	  text-align: center;
	}
    .ob-product-slogan {
      margin-bottom: 0.07142857142857142rem;
      font-size: .42rem;
      line-height: 0.714rem;
      text-align: center;
    }
    .ob-product-fadebox.ob-top-default {
        top: 3.25rem !important;
    }
    /* .ob-product-fadebox.ob-top-default1 {
      top:4.7rem !important ;
  } */
    }

    .pcHeader-menu li.current>a,
    .pcHeader-menu li.current i.obiconfont,
    .pcHeader-menu li.current span {
        color: rgba(0, 0, 0, .6)
    }

    /* 底部 */
    .ob-content-five {
        width: 100%;
        height: 39vw;
        background: url("../image/index/s-qr-bg.png") no-repeat;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        color: #000;
      }
      .ob-content-five .scene-download-block .scene-download-operate .download-qrcode {
        background-image: url("../image/index/app-qr.png");
      }
      .ob-content-five .introduction {
        width: 20%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10;
        position: absolute;
        right: 13.5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .ob-content-five .introduction .title-one {
        color: #000;
        font-size: 28px;
        line-height: 40px;
        margin: 10px 0 0;
      }
      .ob-content-five .introduction .title-tow {
        line-height: 40px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        color: #757575;
      }
      .ob-content-five .introduction .erweimas {
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }
      .ob-content-five .introduction .erweimas .banben {
        width: 50%;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
      }
      .ob-content-five .introduction .erweimas .banben .erweima-img {
        width: 50%;
      }
      .ob-content-five .introduction .erweimas .banben .erweima-img .images {
        background-color: #000;
        width: 12vw;
        height: 12vw;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
      }
      .ob-content-five .introduction .erweimas .banben2 {
        width: 34%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
      }
      .ob-content-five .introduction .erweimas .banben2 .scene-button {
        border: none;
        background-color: #fff;
        color: #000;
        line-height: 40px;
        height: 40px;
        text-align: center;
        border-radius: 20px;
      }
      .ob-content-five .introduction .erweimas .banben2 .scene-button:hover{
        background-color: #000;
        color: #fff;
      }
      .scene-button{
        width: 1.6071428571428572rem;
        height: .42857142857142855rem;
        margin-right: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .14285714285714285rem;
        border: 2px solid #000;
        border-radius: 100px;
        cursor: pointer;
        user-select: none;
        transition: background .15s ease-in,opacity .15s ease-in,color .15s ease-in;
        background-color: transparent;
      }
      .download-buttonlist .scene-button {
        margin: .08928571428571427rem auto;
      }
      .scene-button.primary {
        border: none;
        background-color: #fff;
        color: #000;
      }
      .download-buttonlist .scene-button {
        margin: .08928571428571427rem auto;
      }
      .scene-button.primary:first-child{
        display: none;
      }
      /* now */
.scene-download-block {
    position: absolute;
    right: 9.5%;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "ob-pingfang-medium";
  }
  .scene-download-title {
    /* font-family: li-medium,Microsoft YaHei,SF Pro SC,SF Pro Display,PingFang SC,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif; */
    font-size: .41071428571428575rem;
    /* line-height: .6428571428571428rem; */
    letter-spacing: 1px;
    color: #000;
  }
  .scene-download-title img{
    width: 3.5rem;
  }
  
  .scene-download-descrption {
    
    font-size: .125rem;
    line-height: .25rem;
    letter-spacing: .01rem;
    color: #464646;
    font-family: "ob-pingfang-medium";
  }
  .scene-download-operate {
    margin-top: .21428571428571427rem;
    margin-bottom: .17857142857142855rem;
    display: flex;
    flex-flow: row-reverse;
    justify-content: left;
    width: 2.3rem;
  }
  .download-buttonlist {
    margin-left: .2857142857142857rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .download-buttonlist .scene-button {
    margin: unset !important;
    width: 1.07142857rem;
    height: 0.28571429rem;
    font-size: 0.125rem;
  }
  .scene-button.primary {
    border: none;
    background-color: #fff;
    color: #000;
  }
  
  .download-qrcode {
    width: 0.95535714rem;
    height: 0.95535714rem;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .scene-down-infos{
    width: 0.95535714rem;
}
  .scene-download-info {
    text-align: center;
    margin-top: -0.13rem;
    font-size: 10px;
    line-height: 20px;
    color: #464646;
    /* margin-left: 0.04428698rem; */
  }
  .scene-button.primary:first-child{
    display: none;
  }
  .scene-button:hover{
    background-color: #000;
    color: #fff;
  }
  .scene-button:last-child {
    /* margin-top: 32px !important; */
    margin-right: 0;
  }
  .scene-button.fill {
    border: none;
    background-color: #191919;
    color: #fff;
  }
  @media (max-width:720px) {
    .scene-download-title img {
      width: 8.5rem;
  }
    .scene-button:last-child {
      margin-top: 32px !important;
      /* margin-right: 0; */
    }
    .scene-download-info {
      position: absolute;
      bottom: 42%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* margin-top: -7.3rem !important; */
      /* font-size: 10px;
      line-height: 20px;
      color: #222; */
  }
    .ob-scene {
      background-color: #fff;
  
    }
    .ob-scene-tabs .scene-button {
      /* margin: 40px 3.85rem; */
  }
  .scene-button {
    width: 130px !important;
    height: 40px !important;
    font-size: 17px !important;
    font-weight: 300;
    /* font-family: none; */
    letter-spacing: 1.2px;
  }
  .scene-button.primary{
    width: 177px !important;
    height: 47px !important;
  }
  }
      @media(max-width:1155px){
       .ob-content-five .introduction .title-tow{
          width: 329px;
          font-size: 12px;
          margin-left: 119px;
        }
      }
      @media(max-width:850px){
     .ob-content-five .introduction .title-tow{
          margin-left: 162px;
      
        }
       .ob-content-five .introduction .title-one{
          width: 162px;
        }
       
      }
      .ob-content-five {
        /* height: 100%; */
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width:720px) {
        .download-buttonlist .scene-button{
          width: 130px;
    height: 34px;
    font-size: 14px;
    /* font-family: inherit; */
    font-weight: inherit;
    letter-spacing: inherit;
          }
          .primary{
            background-color: #fff;
          }
        .ob-content-five {
          height: 163.637333vw;
              background-image: url("../image/index/qr-bg-xy1.png")
          }
          .scene-button.primary:first-child{
            display: block;
          }
          .scene-button.primary:nth-child(1){
            display: none;
          }
          .scene-button.primary:nth-child(2){
            /* display: none; */
          }
          .scene-download-block {
            display: flex;
            transform: unset;
            text-align: center;
            align-items: center;
            flex-direction: column;
            position: absolute;
            right: inherit;
            top: 15%;
        }
        .scene-download-title {
          font-size: 28px;
          line-height: 35px;
        }
        .scene-download-descrption {
          margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
        }
        .scene-download-operate {
          display: flex;
          margin-top: 24px;
          text-align: center;
          align-items: center;
          flex-direction: column-reverse;
        }
        .download-buttonlist {
          margin-left: 0;
          display: flex;
          justify-content: center;
          margin-bottom: 27px;
          margin-top: 75px;
        }
        .download-qrcode {
          margin: 0 1.24rem;
          width: 144px;
          height: 144px;
        }
        .scene-down-infos {
          margin-top: 1.2vw;
        }
      }
      /* 底 */
      .ob-footer-link p {
        display: inline-block;
        width: auto;
        height: 20px;
        color: hsla(0, 0%, 100%, .8);
        text-align: left
      }
      
      .ob-footer-link a:hover {
        color: #fff
      }
      
      .ob-footer-link a:not(:last-of-type):after {
        content: "|";
        color: #222;
        margin: 0 20px
      }
      
      
      .ob-footer-inner-cell {
        display: flex;
        justify-content: space-between
      }
      
      .ob-footer-inner-cell.cell-top {
        padding: 18px 0 10px 0;
        align-items: center;
        height: 40px;
        border-bottom: 1px solid #222
      }
      
      .ob-footer-inner-cell.cell-bottom {
        padding-top: 0;
        flex-direction: column;
        justify-content: center
      }
      
      .ob-footer-link p {
        display: inline-block;
        width: auto;
        height: 20px;
        color: hsla(0,0%,100%,.8);
        text-align: left;
        margin-right: 44px;
      }
      .ob-footer-icon span:before {
        display: inline-block;
        margin: 0 16px;
        content: "|";
        color: hsla(0, 0%, 100%, .8)
      }
      
      .ob-footer-icon a {
        position: relative;
        display: inline-block;
        height: 20px;
        text-align: center;
      }
      .ob-footer-icon{
      
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
      }
      
      .ob-footer-icon a:not(:last-child) {
        margin-right: 16px
      }
      
      .ob-footer-icon a .ob-footer-popover {
        z-index: 999;
        position: absolute;
        display: none;
        background-color: #fff;
        left: 50%;
        bottom: 30px;
        margin-left: -86px;
        padding-top: 16px;
        padding-bottom: 12px;
        width: 172px;
        height: 202px;
        border-radius: 4px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
      }
      
      .ob-footer-icon a .ob-footer-popover.popshow {
        display: block
      }
      
      .ob-footer-icon a .ob-footer-popover .popover-qrcode {
        margin: 0 auto;
        width: 140px;
        height: 140px;
        overflow: hidden
      }
      
      .ob-footer-icon a .ob-footer-popover .popover-qrcode img {
        width: 100%;
        height: 100%
      }
      
      .ob-footer-icon a .ob-footer-popover .popover-close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        opacity: .7
      }
      
      .ob-footer-icon a .ob-footer-popover .popover-close .iconfont {
        font-size: 14px;
        color: #8c8985
      }
      
      .ob-footer-icon a .ob-footer-popover .popover-text {
        margin-top: 12px;
        font-size: 14px;
        /* font-family: li-regular, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif; */
        color: #222;
        line-height: 22px;
        text-align: center
      }
      
      .ob-footer-icon a .ob-footer-popover:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -16px;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top-color: #f7f8f9
      }
      .ob-footer-icon .iconfont {
        color: #8c8985;
        font-size: 16px;
        line-height: 20px
      }
      .ob-footer-text {
        display: flex;
        justify-content: center;
        line-height: 20px
      }
      
      .ob-footer-text p>span {
        position: relative;
        display: inline-block;
        color: #fff;
        cursor: pointer;
        margin-top: 10px;
        color: hsla(0, 0%, 100%, .8)
      }
      .ob-footer-text p>span>a{
        color: #fff;
        color: hsla(0, 0%, 100%, .8)
      }
      
      .ob-footer-text p>span:hover {
        color: #fff
      }
      
      .ob-footer-text p>span:not(:first-of-type):before {
        display: inline-block;
        margin: 0 16px;
        content: "|";
        color: hsla(0, 0%, 100%, .8)
      }
      
      .ob-footer-text p>span.last {
        margin-left: 18px
      }
      
      .ob-footer-copyright {
        display: flex;
        justify-content: center;
        padding-bottom: 25px;
        color: #8c8985;
        letter-spacing: 1;
        /* font-family: li-medium, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif */
      }
      
      .ob-footer-copyright i {
        display: inline-block;
        background: url("../image/index/jinghui.png") no-repeat;
        background-size: 100% 100%;
        width: 16px;
        height: 16px;
        vertical-align: sub;
        /* margin-right: 4px */
      }
      
      .ob-footer-copyright a,
      .ob-footer-copyright a:hover,
      .ob-footer-copyright a:visited {
        color: #8c8985
      }
      
      .ob-footer-copyright span {
        display: inline-block;
        margin-top: 10px;
        margin-right: 16px;
        line-height: 20px
      }
      
      .ob-footer-copyright span a {
        color: #8c8985
      }
      .ob-footer-copyright-top {
        text-align: center
      }
      .ob-footer-inner {
        position: relative;
        margin: 0 auto;
        padding: 0 48px;
      }
      .ob-footer-link a:not(:last-of-type):after {
        content: "|";
        color: #222;
        margin: 0 20px;
      }
      
      .ob-footer {
        position: relative;
        background-color: #000;
        bottom: 0;
        font-size: 12px;
        line-height: 20px;
      }
      
      .iconfont-app ,.iconfont-weixin{
        color: hsla(0, 0%, 100%, .8);
      }
      .cutter-margin-bottom{
        margin-bottom: 14px !important;
      }

      @media (max-width:750px) {
        .ob-footer-icon span:before {
          margin: 0;
          content: "";
      }
      .ob-footer-icon span:nth-child(1) {
        padding-bottom: 10px;
    }
     
        .ob-footer {
          border-top: 1px solid #222
      }
      
      .ob-footer.noMobileFooter {
          display: none
      }
        .ob-footer-inner {
            width: 100%;
            padding: 0 5.555555555555555vw 23px
        }
      
        .ob-footer-inner .mobile-hide {
            display: none
        }
      
        .ob-footer-link {
            display: block;
            text-align: start
        }
      
        .ob-footer-link p {
            height: 40px;
            padding-bottom: 20px
        }
      
        .ob-footer-link p:not(:last-of-type):after {
            margin: 0 4.533333333333333vw
        }
      
        .ob-footer-link p:nth-child(4):after {
            content: "";
            margin: 0
        }
      }
      
      @media (max-width:320px) {
        .ob-footer-link a:nth-child(3):after {
            content: ""
        }
      
        .ob-footer-link a:not(:last-of-type):after {
            margin: 0 11px
        }
      
        .ob-footer-link a:nth-child(4):after {
            content: "";
            margin: 0
        }
      }
      @media (max-width:750px) {
        .ob-footer-inner-cell {
            width: 100%;
            flex-direction: column;
            justify-content: flex-start;
            padding: 0
        }
      
        .ob-footer-inner-cell.cell-top {
            padding-top: 4.666666666666667vw;
            border-bottom: none;
            height: auto;
            align-items: flex-start
        }
      }
      @media (max-width:720px) {
        .cutter-fontsize{
    
          font-size: 0.6rem !important;
          letter-spacing: 1px;
        }
        .cutter-margin-bottom{
          margin-bottom: 0.19rem !important;
        }
        .ob-footer-icon a .ob-footer-popover {
            left: 100%
        }
      
        .ob-footer-icon a .ob-footer-popover:after {
            left: 40%
        }
      }
      @media (max-width:750px) {
        .ob-footer-icon {
            /* margin: 12px 0 */
            margin-top: 12px;
            display: flex;
            align-content: flex-end;
            align-items: start;
            flex-direction: column;
        }
      
        .ob-footer-text {
            flex-direction: column;
            padding-bottom: 9px
        }
        .ob-footer-icon span:before {
          margin: 0;
          content: "";
          display: none;
          
          
        }
        .ob-footer-text p>span:not(:first-of-type):before {
            margin: 0;
            content: ""

        }
        .ob-footer-text p>span:nth-child(2){
          width: 70%;
        }
        .ob-footer-text p>span:nth-child(2):before {
            margin: 0 16px;
            content: "|"
        }
        .ob-footer-text p>span:nth-child(3):before {
          display: none;
         }
       
        .ob-footer-text p>span.last {
            margin-left: 0
        }
      }
      @media (max-width:1024px) {
        .ob-footer-copyright {
          overflow: hidden;
            flex-direction: column
        }
      }
      
      @media (max-width:750px) {
        .ob-footer-copyright span {
          width: 100%;
          margin-right: 50px
      }
        .ob-footer-copyright-top {
            text-align: left
        }
        .ob-footer-copyright-bottom span {
          margin-right: 0
      }
      .footer-mAlink {
        text-decoration: underline
      }
      }
      
      .modal-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        align-items: center;
        height: 86%;
        width: 100%;
    }
    .ngraving-qr{

      width: 1.5rem;
      height: 1.5rem;
      /* 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;
      margin-top: 30px;
    }
    .scanner-qr{
      width: 1.5rem;
      height: 1.5rem;
      background-image: url('../image/scanner/scanner-qr.jpg');
      background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 30px;
    }
    .cutter-qr{
      width: 1.5rem;
      height: 1.5rem;
      background-image: url('../image/cutter/cutter-qr.png');
      background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 30px;
    }
    .kefu-qr {
      width: 1.5rem;
      height: 1.5rem;
      background-image: url('../image/aboutaus/kefu-qr.png');
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      margin-top: 30px;
    }
    .ob-nav-kefu {
      cursor: pointer;
    }
    .kefu-popups,
    .order-popups{
      z-index: 999;
      position: fixed;
      top: 45%;
      left: 50%;
      margin-left: -1.45rem;
      margin-top: -2rem;
      width: 2.9rem;
      background-color: #fff;
      border-radius: 4px;
      height: 2.9rem;
      box-shadow: 1px 1px 10px #888888;
    
    }
    .order-content
    {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      align-items: center;
      height: 86%;
      width: 100%;
    }
    .order-tips{
      width: 80%;
      font-size: 14px;
      line-height: 22px;
      color: rgba(0,0,0,.6);
    }
    @media (max-width:500px) {
      .ob-footer-icon a .ob-footer-popover .popover-qrcode {
          margin: 9px auto;
          width: 65px;
          height: 65px;
          overflow: hidden
      }
      .ob-footer-icon a .ob-footer-popover:after{
          left:46% !important;
      }
      .ob-footer-icon a .ob-footer-popover .popover-text{
          margin-top: -8px;
          font-size: 10px;
  
      }
      .ob-footer-icon a .ob-footer-popover{
          left: 160%;
          width: 84px;
          height: 103px;
          bottom: 30px;
          padding: 0;
      }
      .ob-footer-icon .ob-footer-icon-weixin .ob-footer-popover {
        left: 130%;
        width: 84px;
        height: 103px;
        bottom: 30px;
        padding: 0;
    }
  
  }
  .bg-size{
   background-size: 100% auto !important;
  }
  
    