@charset "UTF-8";
@media (min-width: 768px) {
  html {
    font-size: calc(100vw / 96);
  }
  .m-nav-fixed {
    padding-top: 4.1rem;
  }
  .section .tag-list li {
    font-size: 0.9rem;
  }
  .section .card-box .product-item-img {
    overflow: hidden;
  }
  .section .card-box .product-item-img img {
    transition: all 0.5s;
  }
  .section .card-box .product-item-img:hover img {
    transform: scale(1.1);
  }
  .section .card-box .product-item-text {
    font-size: 1rem;
  }
  .section .card-box .product-item-text h6 {
    font-size: 1.5rem;
  }
  .section .card-box .product-item-text p {
    font-size: 1rem;
  }
  .section .card-box .product-item-text p.applyplace {
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-title {
    font-size: 2rem !important;
    margin-bottom: 3.8rem;
  }
  .section-banner,
  .common-banner {
    overflow: hidden;
  }
  .section-banner .banner-text,
  .common-banner .banner-text {
    font-size: 1.5rem;
  }
  .section-banner .banner-text h4,
  .common-banner .banner-text h4 {
    font-size: 2em;
    line-height: 4.65rem;
    margin-bottom: 2rem;
  }
  .global-footer {
    padding: 2.5rem 6rem 0;
    white-space: nowrap;
  }
  .global-footer > div {
    display: inline-block;
    vertical-align: top;
  }
  .global-footer .footer-map {
    width: calc(100% - 31.6rem);
    margin-bottom: 1.5rem;
    display: flex;
  }
  .global-footer .footer-map .footer-map-lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .global-footer .footer-map .footer-map-lists > li {
    display: inline-block;
    vertical-align: top;
  }
  .global-footer .footer-map .footer-map-lists > li:first-child + li {
    margin-left: 0;
  }
  .global-footer .footer-map .footer-map-lists .footer-map-item-title {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0;
    border: none;
    pointer-events: none;
  }
  .global-footer .footer-map .footer-map-lists .footer-map-item-collapse.collapse {
    display: block;
  }
  .global-footer .footer-map .footer-map-lists .footer-map-items {
    margin-top: 1rem;
  }
  .global-footer .footer-map .footer-map-lists .footer-map-items li {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  .global-footer .footer-map .footer-map-lists .footer-map-items li a:hover {
    color: #1065f1;
  }
  .global-footer .footer-map .footer-map-lists .footer-map-subitem {
    margin-top: 1.8rem;
  }
  .global-footer .footer-service {
    font-size: 0.7rem;
    line-height: 1.5;
    text-align: center;
    min-height: 9rem;
  }
  .global-footer .footer-service > div {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: top;
  }
  .global-footer .footer-service .footer-media {
    text-align: left;
    padding-right: 0.5rem;
  }
  .global-footer .footer-service .footer-media .footer-media-logo {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 1px solid;
    box-sizing: content-box;
  }
  .global-footer .footer-service .footer-media .footer-media-logo .iconfont {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .global-footer .footer-service .footer-media .footer-media-logo .iconxhs {
    font-size: 0.6rem;
  }
  .global-footer .footer-service .footer-media .footer-media-qrcode {
    transform: scaleY(0);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 6.3rem;
    margin-left: -3.15rem;
    transition: all 0.3s;
    transform-origin: top;
  }
  .global-footer .footer-service .footer-media .footer-media-list {
    margin-top: 1rem;
    display: inline-flex;
    gap: 1rem;
  }
  .global-footer .footer-service .footer-media .footer-media-list > li {
    display: inline-block;
    color: #666;
    position: relative;
  }
  .global-footer .footer-service .footer-media .footer-media-list .footer-media-xhs:hover .footer-media-logo {
    background-color: #ff2e4d;
    border-color: #ff2e4d;
    color: #fff;
  }
  .global-footer .footer-service .footer-media .footer-media-list .footer-media-douyin:hover .footer-media-logo {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .global-footer .footer-service .footer-media .footer-media-list .footer-media-douyin:hover .footer-media-qrcode {
    opacity: 1;
    transform: scaleY(1);
  }
  .global-footer .footer-service .footer-logo {
    display: none;
  }
  .global-footer .footer-service .footer-qrcode {
    width: 6.3rem;
    margin: 0 auto;
  }
  .global-footer .footer-copyright {
    margin-top: 6rem;
    font-size: 0.7rem;
    overflow: hidden;
    text-align: center;
  }
  .global-footer .footer-copyright > p {
    display: inline-block;
  }
  .global-footer .footer-copyright .footer-links {
    display: inline-block;
    margin: 0 1.6rem;
  }
  .global-footer .footer-copyright .footer-links .beian1 {
    width: 0.9rem;
  }
  .global-footer .footer-copyright .footer-links .beian2 {
    width: 0.8rem;
  }
  .global-footer .footer-copyright .footer-links > a:nth-of-type(2) {
    margin: 0 0.2rem 0 1rem;
  }
  .global-footer-service .service-item > div > a {
    display: block;
    height: 14.6rem;
    overflow: hidden;
  }
  .global-footer-service .service-item > div > a img {
    transition: all 0.5s;
  }
  .global-footer-service .service-item > div > a:hover img {
    transform: scale(1.1);
  }
  .global-footer-service .service-item-text {
    padding: 3rem 1rem;
    padding-bottom: 0;
  }
  .global-footer-service .service-item-text h6 {
    font-size: 1.5rem;
  }
  .global-footer-service .service-item-text p {
    font-size: 1rem;
    font-family: "FZLTXHJW";
  }
  .global-honour {
    position: relative;
  }
  .global-honour .nav-sidebar {
    position: absolute;
    right: 4rem;
    z-index: 9;
    width: 8%;
    display: inline-block;
    vertical-align: top;
    padding: 5rem 1rem;
    height: 100%;
  }
  .global-honour .nav-sidebar ul {
    display: block;
    margin-left: 0;
    height: 95%;
    padding-right: 1rem;
    overflow: auto;
  }
  .global-honour .nav-sidebar ul li {
    font-family: "FZLTXHJW";
    text-align: center;
    margin: 1rem 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    cursor: pointer;
    transition: all 0.2s ease-out;
    color: #999;
    background: #f2f2f2;
    margin: 1rem 0;
    padding: 0.5rem 0;
    color: #999;
    background: transparent;
    font-size: 1rem;
  }
  .global-honour .nav-sidebar ul li.active {
    background: #eaf1fa;
    color: #0063f5;
  }
  .global-honour #swiper-bg {
    height: 100%;
  }
  .global-honour #swiper-bg .swiper-wrapper {
    width: 100% !important;
    height: 100% !important;
  }
  .global-honour #swiper-bg .swiper-slide {
    font-size: 5rem;
    color: #373737;
    opacity: 0.2;
    position: relative;
    padding: 0;
    padding-left: 5rem;
  }
  .global-honour #swiper-bg .swiper-slide span.top {
    display: block;
    position: absolute;
    top: 0;
    color: #8e8e8e;
  }
  .global-honour #swiper-bg .swiper-slide span.bottom {
    position: absolute;
    display: block;
    bottom: 0;
  }
  .global-honour #swiper-bg .swiper-slide.swiper-slide-active span.top {
    top: -3rem;
  }
  .global-honour #swiper-bg .swiper-slide.swiper-slide-active span.bottom {
    bottom: -3rem;
  }
  .global-honour #swiper-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    margin: 5rem 0 5rem 0;
    height: auto;
    padding-left: 5rem;
  }
  .global-honour #swiper-box .swiper-slide {
    background: transparent;
    width: 90%;
    height: auto;
    color: #000;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /* 使用伪类选择器 ::-webkit-scrollbar ,兼容chrome和safari浏览器 */
    /*兼容火狐*/
    /* 兼容IE10+ */
  }
  .global-honour #swiper-box .swiper-slide .slide-inner {
    padding: 0;
  }
  .global-honour #swiper-box .swiper-slide h4 {
    font-size: 5rem;
    color: #373737;
    margin: 0rem 0 3rem 0;
    font-weight: normal;
    font-family: "FZLTZCHJW";
  }
  .global-honour #swiper-box .swiper-slide .content {
    height: 19rem;
    overflow: auto;
    padding-bottom: 0;
    padding-right: 2rem;
    font-family: "FZLTXHJW";
    scrollbar-width: none;
  }
  .global-honour #swiper-box .swiper-slide .content p {
    font-size: 1rem;
    line-height: 2;
    color: #373737;
    font-family: "FZLTXHJW";
  }
  .global-honour #swiper-box .swiper-slide .content .w80 {
    width: 80%;
  }
  .global-honour #swiper-box .swiper-slide .content .img {
    margin: 0.5rem 0;
  }
  .global-honour #swiper-box .swiper-slide .content .pic {
    margin-top: 1rem;
  }
  .global-honour #swiper-box .swiper-slide .content .pic .img {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
  }
  .global-honour #swiper-box .swiper-slide .content .pic .img img {
    height: 6rem;
    width: auto;
    display: block;
  }
  .global-honour #swiper-box .swiper-slide .content .pic .img span {
    font-family: "FZLTXHJW";
    font-size: #373737;
    font-size: 0.8rem;
    display: inline-block;
    height: 4rem;
    width: 80%;
    margin-top: 1rem;
  }
  .global-honour #swiper-box .swiper-slide .content::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .global-honour #swiper-box .swiper-slide .content::-o-scrollbar {
    width: 3px;
    height: 3px;
  }
  .global-honour #swiper-box .swiper-slide .content {
    scrollbar-width: none;
  }
  .global-honour #swiper-box .swiper-slide .content {
    -ms-overflow-style: none;
  }
  .global-honour #swiper-box .swiper-slide .content::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: rgba(50, 50, 50, 0.3);
  }
  .global-honour #swiper-box .swiper-slide .content::-o-scrollbar-thumb {
    border-radius: 1em;
    background-color: rgba(50, 50, 50, 0.3);
  }
  .global-honour #swiper-box .swiper-slide .content::-webkit-scrollbar-track {
    border-radius: 1em;
    background-color: rgba(50, 50, 50, 0.1);
  }
  .global-honour #swiper-box .swiper-slide-active {
    opacity: 1;
  }
  .global-honour .section-content {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 90%;
    display: inline-block;
  }
  .global-honour .padding-box {
    width: 94.79%;
    background: #fff;
    padding-right: 0;
    margin: auto;
    position: relative;
    padding-top: 40%;
  }
  .dealer-map .map-control {
    padding: 0 13.5rem;
    margin-bottom: 2rem;
  }
  .dealer-map .map-control .map-input {
    margin-right: 0;
    padding-right: 0;
    float: left;
    cursor: pointer;
  }
  .dealer-map .map-control .map-input .dropdown-toggle {
    width: 100%;
    padding: 0 4rem 0 2.5rem;
    font-size: 1rem;
    line-height: 3.4rem;
    text-align: left;
    border-radius: 1.7rem;
    background-color: #eeeff0;
    font-family: "FZLTXHJW";
  }
  .dealer-map .map-control .map-input .map-dropdown {
    font-size: 0.8rem;
    max-height: 14.5em;
    overflow-y: scroll;
    padding: 0;
  }
  .dealer-map .map-control .map-input .map-dropdown li {
    padding: 0.5em;
    transition: all 0.1s;
  }
  .dealer-map .map-control .map-input .map-dropdown li:hover {
    background-color: #d8d8d8;
  }
  .dealer-map .map-control .map-input .iconarrow-bottom {
    right: 2.25rem;
    font-size: 1rem;
    color: #9c9e9f;
  }
  .dealer-map .map-control .map-input .input-text {
    width: 100%;
  }
  .dealer-map .map-control .map-input-search {
    width: 46.38%;
  }
  .dealer-map .map-control .map-input-search input {
    padding: 0 4rem 0 2.5rem;
    background-color: #eeeff0;
    border-radius: 1.7rem;
    font-size: 1rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-family: "FZLTXHJW";
  }
  .dealer-map .map-control .map-input-search .map-btn-search {
    right: 2rem;
  }
  .dealer-map .map-control .map-input-search .map-btn-search .iconsearch {
    font-size: 1rem;
    font-weight: bold;
  }
  .dealer-map .map-control .dropdown-menu {
    width: 100%;
  }
  .dealer-map .dealer-content {
    height: 35.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  .dealer-map .map-content {
    float: left;
    width: 36%;
    height: 100%;
    padding: 0;
    padding-right: 1.75rem;
  }
  .dealer-map .map-content p.noData {
    font-size: 1rem;
    margin: 1.2rem;
  }
  .dealer-map .map-content li {
    padding: 1.2rem 1.5rem 1rem 4.5rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 1rem;
  }
  .dealer-map .map-content li p {
    font-size: 0.9rem;
  }
  .dealer-map .map-content li .map-dealer-item-icon {
    position: absolute;
    top: 1.25rem;
    left: 0.75rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    font-style: normal;
    color: #fff;
    background-color: #0046aa;
    border-radius: 50%;
  }
  .dealer-map .map-content li .map-dealer-distance {
    opacity: 0;
    display: none;
  }
  .dealer-map .map-content li .map-dealer-item-left {
    line-height: 1.5;
  }
  .dealer-map .map-content li .map-dealer-item-left .map-dealer-phone,
  .dealer-map .map-content li .map-dealer-item-left .iconfont {
    display: none;
  }
  .dealer-map .map-content li .map-dealer-navigate {
    font-size: 0.9rem;
    line-height: 2;
  }
  .dealer-map .map-content li .map-dealer-navigate .iconnavigation {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .dealer-map .map-col {
    float: right;
    width: 63.15%;
    height: 100%;
  }
  .dealer-map.common-width {
    width: 100%;
  }
  .dealer-map.common-width .dealer-content {
    padding: 1.15rem 0.8rem 1.15rem 0;
    margin: 0 11.2rem 0 11.55rem;
  }
  .nicescroll-rails {
    width: 2px !important;
  }
  .nicescroll-rails .nicescroll-cursors {
    left: 1px;
    cursor: pointer;
  }
  #advice-swiper .product-item-img {
    height: 14.6rem;
  }
  #advice-swiper .product-item-img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
  }
  #advice-swiper .tag-list {
    min-height: 4.7rem;
  }
  .pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1031;
  }
  .pop .pop-video-box {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .pop .pop-video-box .video-full {
    width: 100%;
    margin: 0 auto;
  }
  .pop .pop-video-box .video-content {
    position: relative;
    width: 90%;
    height: 21rem;
    text-align: center;
    margin: 0 auto;
    background: #000;
    padding: 2.2rem;
    border-radius: 0.8rem;
  }
  .pop .pop-video-box .video-content .close-btn {
    position: absolute;
    top: 0.4rem;
    right: 0.6rem;
    color: #626262;
    cursor: pointer;
  }
  .pop .pop-video-box .video-content .close-btn .iconfont {
    font-size: 1.4rem;
  }
  .pop #Video {
    width: 100% !important;
    height: 100% !important;
  }
  .pop .pop-pic-box {
    display: table;
    width: 100%;
    height: 100%;
  }
  .pop .pop-pic-box .pic-full {
    display: table-cell;
    vertical-align: middle;
  }
  .pop .pop-pic-box .pic-full .pic-content {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: #000;
    padding: 2rem;
    border-radius: 0.8rem;
    margin: 0 auto;
    width: 80%;
    height: 80%;
  }
  .pop .pop-pic-box .pic-full .pic-content #Pic {
    width: 100% !important;
    height: 100% !important;
  }
  .pop .pop-pic-box .pic-full .pic-content #Pic .swiper-wrapper,
  .pop .pop-pic-box .pic-full .pic-content #Pic .swiper-slide {
    width: 100% !important;
    height: 100% !important;
  }
  .pop .pop-pic-box .pic-full .pic-content #Pic .swiper-slide > .pic {
    max-width: 100%;
    height: auto;
  }
  .pop .pop-pic-box .pic-full .pic-content .close-btn {
    position: absolute;
    top: 0.4rem;
    right: 0.6rem;
    color: #626262;
    cursor: pointer;
  }
  .banner {
    position: relative;
  }
  .banner .icon-mouse {
    display: block;
    position: absolute;
    bottom: 2rem;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2.35rem;
    cursor: pointer;
    animation: myMove 2s linear infinite;
    -webkit-animation: myMove 2s linear infinite;
  }
  @-webkit-keyframes myMove {
    0% {
      bottom: 2.5rem;
      opacity: 1;
    }
    50% {
      bottom: 1rem;
      opacity: 0.6;
    }
    100% {
      bottom: 2.5rem;
      opacity: 1;
    }
  }
  @-moz-keyframes myMove {
    0% {
      bottom: 2.5rem;
      opacity: 1;
    }
    50% {
      bottom: 1rem;
      opacity: 0.6;
    }
    100% {
      bottom: 2.5rem;
      opacity: 1;
    }
  }
  @-o-keyframes myMove {
    0% {
      bottom: 2.5rem;
      opacity: 1;
    }
    50% {
      bottom: 1rem;
      opacity: 0.6;
    }
    100% {
      bottom: 2.5rem;
      opacity: 1;
    }
  }
  @keyframes myMove {
    0% {
      bottom: 2.5rem;
      opacity: 1;
    }
    50% {
      bottom: 1rem;
      opacity: 0.6;
    }
    100% {
      bottom: 2.5rem;
      opacity: 1;
    }
  }
  .global-pop-page {
    background: #f8f9f9;
  }
  .global-pop-page .page-modal {
    padding: 2rem 12rem;
  }
  .global-pop-page .page-modal .close-hook {
    right: 4.5rem;
    top: 1.5rem;
  }
  .global-pop-page .page-modal .close-hook .iconfont {
    font-size: 2.6rem;
  }
  .global-pop-page .page-modal-content {
    overflow: hidden;
    font-size: 1rem;
  }
  .global-pop-page .page-modal-content table th,
  .global-pop-page .page-modal-content table td {
    border-radius: 0.4rem;
  }
  .global-pop-page .page-modal-content table th {
    padding: 1em 0.5em;
  }
  .global-pop-page .page-modal-content table td {
    height: 2.7rem;
    padding: 0.65em 1em;
  }
  .global-pop-page .page-modal-control .btn {
    font-size: 1rem;
    font-family: "FZLTXHJW";
    font-weight: bold;
    transition: all 0.3s;
  }
  .global-pop-page .page-modal-control .btn:hover {
    color: #fff;
    background-color: #0046aa;
  }
  .global-video-wrap .img-play {
    opacity: 0;
  }
  .global-video-wrap:hover .img-play {
    opacity: 1;
  }
  .global-pop-video .pop-full {
    width: 66%;
  }
  .global-pop-video .pop-full .video-box {
    height: 70vh;
    overflow: hidden;
  }
  .global-pop-video .pop-full .video-box video {
    outline: 0;
    object-fit: contain;
  }
  .global-videoinner-wrap .btn-play {
    opacity: 0;
  }
  .global-videoinner-wrap:hover .btn-play {
    opacity: 1;
  }
  .global-swiper .swiper-slide .swiper-text h3 {
    font-size: 3rem;
  }
  .global-swiper .swiper-slide .swiper-text p {
    font-size: 1.5rem;
  }
  .global-swiper .swiper-slide .swiper-text span.knowmore {
    margin-top: 1.2rem;
  }
  .global-swiper .swiper-normal-prev,
  .global-swiper .swiper-normal-next {
    opacity: 0;
  }
  .global-swiper:hover .swiper-normal-prev,
  .global-swiper:hover .swiper-normal-next {
    opacity: 1;
  }
  .global-appointment .btn {
    font-weight: bold;
  }
  .global-appointment .appointment-item-content {
    padding: 1.5rem 0;
  }
  .global-appointment .appointment-content-item {
    font-size: 0.9rem;
    line-height: 2.7rem;
  }
  .global-appointment .appointment-content-item .appointment-item-d {
    display: inline-block;
    float: left;
    width: 6em;
    text-align: right;
  }
  .global-appointment .appointment-content-item .appointment-item-d span.required::after {
    content: "*";
    color: #0063f5;
  }
  .global-appointment .appointment-content-item .appointment-item-t {
    float: right;
    position: relative;
    width: calc(100% - 6.2em);
  }
  .global-appointment .appointment-content-item .appointment-item-t input,
  .global-appointment .appointment-content-item .appointment-item-t .select-box {
    background-color: #f1f2f2;
    border-radius: 1.35rem;
  }
  .global-appointment .appointment-content-item .appointment-item-t input,
  .global-appointment .appointment-content-item .appointment-item-t .select-box select,
  .global-appointment .appointment-content-item .appointment-item-t .select-box button {
    height: 2.7rem;
    line-height: 2.7rem;
    font-size: 0.9rem;
    border-radius: 1.35rem;
  }
  .global-appointment .appointment-content-item .appointment-item-t.input-code input {
    width: 60%;
  }
  .global-appointment .appointment-content-item .appointment-item-t.input-code .phonecode {
    width: 36%;
    border-radius: 1.35rem;
  }
  .global-appointment .appointment-content-item .appointment-item-t .select-half {
    width: 48%;
  }
  .global-appointment .appointment-content-item .appointment-item-t .select-half:first-of-type {
    margin-right: 4%;
  }
  .global-appointment .appointment-content-item .appointment-item-t .select-box button {
    text-align: left;
  }
  .global-appointment .appointment-content-item .appointment-item-t .global-select-box .text {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 3.5rem;
    font-size: 0.9rem;
    line-height: 2.7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .global-appointment .appointment-content-item .appointment-item-t .select-box ul.map-dropdown,
  .global-appointment .appointment-content-item .appointment-item-t .global-select-box div.combo-options {
    font-size: 0.9rem;
    line-height: 3em;
    min-width: 100%;
    max-height: 12em;
    overflow-y: auto;
  }
  .global-appointment .appointment-content-item .appointment-item-t .select-box ul.map-dropdown li,
  .global-appointment .appointment-content-item .appointment-item-t .global-select-box div.combo-options li {
    padding: 0 1.5em;
    transition: all 0.3s;
  }
  .global-appointment .appointment-content-item .appointment-item-t .select-box ul.map-dropdown li:hover,
  .global-appointment .appointment-content-item .appointment-item-t .global-select-box div.combo-options li:hover {
    background-color: #d8d8d8;
  }
  .global-appointment .appointment-btn-wrapper {
    text-align: center;
  }
  .global-appointment .appointment-btn-wrapper button {
    width: 15.4rem;
    line-height: 3.5rem;
    font-size: 1rem;
    border-radius: 1.75rem;
  }
  .global-appointment .pop .success-info {
    width: 38%;
    height: 50vh;
  }
  .global-appointment .pop .success-info .info-title {
    font-size: 1.5rem;
  }
  .global-appointment .pop .success-info dl {
    margin-top: 4rem;
    padding-left: 36%;
  }
  .global-appointment .pop .success-info dd {
    font-size: 1rem;
  }
  .global-appointment .pop .success-info dt {
    margin-top: 2.5rem;
    font-size: 0.9rem;
  }
  .global-appointment .pop .close-btn {
    padding: 0.4rem;
  }
  .global-appointment .pop .close-btn .iconfont {
    font-size: 1.5rem;
  }
  .global-taginput-box {
    font-size: 0.9rem;
  }
  .global-taginput-box div.combo div.combo-text {
    line-height: 3em;
    min-height: 3em;
  }
  .global-taginput-box div.combo div.combo-text div.tag .delete {
    padding: 0 0.2rem;
    line-height: 1rem;
    font-size: 0.7rem;
    vertical-align: text-top;
  }
  .global-taginput-box div.combo-popbox div.combo-options {
    width: 40%;
  }
  .global-taginput-box div.combo-popbox div.combo-buttons a {
    width: 15%;
    line-height: 2.6rem;
  }
  .common-width,
  .common-template.setwidth > p,
  .common-template.setwidth .sitepage > p {
    width: 75%;
  }
  .common-picture .text {
    font-size: 1.5rem;
  }
  .common-picture .text h3 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 2.3rem;
  }
  .common-picture .text a {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
  .common-card-item {
    padding: 0.5rem;
    margin: 0;
  }
  .common-card-item img {
    transition: all 0.5s;
  }
  .common-card-item:hover img {
    transform: scale(1.1);
  }
  .common-card-item .card-item-text {
    font-size: 1rem;
  }
  .common-panel {
    margin: 0.5rem;
    box-shadow: 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.11);
    border-radius: 0.4rem;
  }
  .common-panel .panel-pic {
    height: auto;
    position: relative;
  }
  .common-panel .panel-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common-panel .panel-pic::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0046aa;
    opacity: 0.21;
  }
  .common-panel .panel-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
  }
  .common-panel .panel-text p {
    font-size: 1.3rem;
    line-height: 2.3rem;
    color: #fff;
  }
  .common-panel .panel-text a.btn {
    margin-top: 2.5rem;
    padding: 0 1.5em;
    font-size: 1rem;
    line-height: 2.6rem;
    text-align: center;
    border: 0.1rem solid;
    border-radius: 1.4rem;
    transition: all 0.3s;
    color: #fff;
    font-family: "FZLTXHJW";
    font-weight: bold;
  }
  .common-panel .panel-text a.btn:hover {
    color: #0063f5;
    border-color: #fff;
    background-color: #fff;
  }
  .common-panel .panel-text a.btn .arrow-right {
    display: none;
  }
  .common-column > .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .common-join-three .common-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common-join-three .common-card-item .card-item-text {
    bottom: 1.9rem;
  }
  .common-join-three .common-card-item:first-child {
    height: 35.1rem;
  }
  .common-join-three .common-card-item:first-child + div {
    height: 23.4rem;
  }
  .common-join-three .common-card-item:first-child + div + div {
    height: 11.7rem;
  }
  .common-join-three .common-card-item:first-child + div + div .card-item-text {
    bottom: 1.65rem;
  }
  .common-media {
    margin: 4rem auto;
    padding: 0;
  }
  .common-media .half {
    width: 50%;
  }
  .common-media .media-text {
    font-size: 1rem;
    font-family: "FZLTXHJW";
    font-weight: bold;
    margin: 0 15%;
    word-break: break-all;
  }
  .common-article {
    font-size: 0;
  }
  .common-article .panel {
    background: #f1f1f1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .common-article .panel:hover {
    background: #fff;
  }
  .common-article .panel .half {
    display: inline-block;
    vertical-align: middle;
  }
  .common-article .panel .half-left {
    width: 28%;
  }
  .common-article .panel .half-right {
    width: 72%;
    padding: 0 2rem;
  }
  .common-article .panel .half-right .item-title {
    font-size: 1.5rem;
  }
  .common-article .panel .half-right .item-desc {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .common-article .panel .half-right .item-footer {
    margin-top: 1.5rem;
    font-size: 0.8rem;
  }
  .common-article .panel .half-right .item-footer span.time {
    color: #333;
  }
  .common-article .panel .half-right .item-footer span.all .icon-small {
    font-size: 0.7rem;
  }
  .common-template p,
  .common-richtext p {
    font-size: 1rem;
  }
  .free-customization-project .free-customization-btn .btn1 {
    display: inline-block;
    margin-top: 0.8rem !important;
    line-height: 2.1rem;
  }
  .free-customization-project .free-customization-btn .btn-play {
    margin-left: 0.5rem;
  }
  .free-customization-project .free-customization-btn .iconbofang {
    font-size: 0.6rem;
    width: 1rem;
    line-height: 1rem;
  }
  .pop-wholehome-video .pop-kv-video-box .pop-full {
    width: 68%;
  }
  .pop-wholehome-video .pop-kv-video-box .pop-full .pop-content-kv-video #VideoWrap {
    width: 96%;
    margin: 0 auto;
    border-radius: 0;
  }
  .pop-wholehome-video .pop-kv-video-box .pop-full .close-btn {
    top: -1rem;
    right: 0rem;
  }
  .global-search > .iconsearch {
    font-size: 1.2rem;
    padding: 0 1rem;
    cursor: pointer;
  }
  .global-search-m {
    display: none !important;
  }
  .global-navbar {
    height: 4rem;
    padding: 0 3rem;
  }
  .global-navbar.shrinked {
    height: 2.2rem;
  }
  .global-navbar.shrinked:hover {
    height: 4rem;
  }
  .global-navbar.navbar-active {
    background-color: #fff;
    color: #313131;
    height: 4rem;
  }
  .global-navbar.navbar-active .iconlogo {
    color: #0046aa;
  }
  .global-navbar.fadeout {
    margin-top: -4rem;
  }
  .global-navbar .category-item {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin-right: 2.5rem;
  }
  .global-navbar .category-item .category-title {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .global-navbar .category-item .category-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0.1rem;
    background-color: #0046aa;
    opacity: 0;
    width: 0;
    transition: all 0.3s;
  }
  .global-navbar .category-item .category-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #313131;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
    padding: 3rem;
  }
  .global-navbar .category-item .category-dropdown .hover-img img {
    transition: all 0.3s;
  }
  .global-navbar .category-item .category-dropdown .hover-img:hover img {
    transform: scale(1.05);
  }
  .global-navbar .category-item .nav-item-list {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  .global-navbar .category-item .nav-item-list .nav-item {
    display: inline-block;
    vertical-align: top;
    width: 20rem;
  }
  .global-navbar .category-item .nav-item-list .nav-item p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .global-navbar .category-item .nav-item-list .nav-item:hover {
    color: #0046aa;
  }
  .global-navbar .category-item .category-dropdown-products {
    height: 26.1rem;
  }
  .global-navbar .category-item .category-container {
    overflow: hidden;
    text-align: left;
    overflow: auto;
    max-height: calc(90vh - 9rem);
    display: flex;
    justify-content: space-between;
  }
  .global-navbar .category-item .category-container .category-series {
    float: left;
    width: 47%;
    border-right: 1px solid #eee;
  }
  .global-navbar .category-item .category-container .category-series h5 {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1;
    font-family: "FZLTXHJW";
    font-weight: bold;
  }
  .global-navbar .category-item .category-container .category-series > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .global-navbar .category-item .category-container .category-series .series-item {
    display: inline-block;
    margin-top: 2rem;
    text-align: center;
    font-size: 0.7rem;
    font-family: "FZLTXHJW";
    font-weight: bold;
    color: #313131;
    margin-right: 0;
    width: 20%;
    text-align: left;
  }
  .global-navbar .category-item .category-container .category-series .series-item > a {
    display: block;
    width: 5rem;
    text-align: center;
  }
  .global-navbar .category-item .category-container .category-series .series-item > a:hover {
    color: #0046aa;
  }
  .global-navbar .category-item .category-container .category-series .series-item > a:hover .iconright {
    color: #0046aa;
  }
  .global-navbar .category-item .category-container .category-series .series-item p {
    white-space: nowrap;
  }
  .global-navbar .category-item .category-container .category-series .series-item .iconfont {
    font-size: 4.2rem;
    line-height: 3.5rem;
    font-weight: normal;
  }
  .global-navbar .category-item .category-container .category-series .series-item .iconright {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    color: #999;
    background-color: #fafafa;
  }
  .global-navbar .category-item .category-container .category-case {
    float: right;
    width: 47%;
    text-align: right;
    display: inline-flex;
    justify-content: space-between;
  }
  .global-navbar .category-item .category-container .category-case .case-item {
    display: inline-block;
    width: 44%;
    text-align: left;
  }
  .global-navbar .category-item .category-container .category-case .case-item .case-img {
    background-color: #fafafa;
    overflow: hidden;
    height: 18rem;
  }
  .global-navbar .category-item .category-container .category-case .case-item .case-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .global-navbar .category-item .category-container .category-case .case-item .iconright {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-left: 0.4em;
    transition: margin 0.3s;
    color: #999;
  }
  .global-navbar .category-item .category-container .category-case .case-item a {
    display: block;
  }
  .global-navbar .category-item .category-container .category-case .case-item a:hover img {
    transform: scale(1.1);
  }
  .global-navbar .category-item .category-container .category-case .case-item .case-name {
    font-size: 1rem;
    line-height: 2.4rem;
    font-family: "FZLTXHJW";
    font-weight: bold;
  }
  .global-navbar .category-item .category-container .category-case .case-item .case-name .tag {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 0.5em;
    color: #1065f1;
    vertical-align: middle;
  }
  .global-navbar .category-item .category-container .category-case .case-item a.btn-more {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #999;
  }
  .global-navbar .category-item .category-container .category-case .case-item a.btn-more:hover .iconfont {
    margin-left: 1em;
  }
  .global-navbar .category-item .category-container .category-case .swiper-slide {
    position: relative;
  }
  .global-navbar .category-item .category-container .category-case .swiper-slide .case-img img {
    height: 15rem;
  }
  .global-navbar .category-item .category-container .category-case .swiper-slide .case-name {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .global-navbar .category-item .category-container .category-case .swiper-pagination-headercase {
    bottom: 1rem !important;
    line-height: 0.1rem;
  }
  .global-navbar .category-item .category-container .category-case .swiper-pagination-headercase .swiper-pagination-bullet {
    height: 0.1rem;
    margin: 0;
    width: 1rem;
    border-radius: 0.1rem;
    background-color: #000;
    opacity: 0.2;
  }
  .global-navbar .category-item .category-container .category-case .swiper-pagination-headercase .swiper-pagination-bullet-active {
    background-color: #0046aa;
    opacity: 1;
  }
  .global-navbar .category-item:hover .category-title {
    color: #0046aa;
  }
  .global-navbar .category-item:hover .category-title::after {
    opacity: 1;
    width: 2em;
  }
  .global-navbar .category-item:hover .category-dropdown {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s;
  }
  .global-navbar .navbar-middle .iconlogo {
    font-size: 1rem;
  }
  .global-navbar .navbar-right {
    display: inline-flex;
    align-items: center;
  }
  .global-navbar .navbar-right .nav-items {
    display: inline-flex;
    align-items: center;
  }
  .global-navbar .navbar-right .iconpersonal {
    font-size: 1.1rem;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user {
    display: none;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user {
    display: none;
    position: relative;
    margin-left: 0.7rem;
    font-size: 0.7rem;
    font-family: "FZLTZHUNHJW";
    text-align: center;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-name {
    line-height: 1.5rem;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-name > span {
    display: inline-block;
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-name .iconfont {
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.7rem;
    transition: transform 0.3s;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-list {
    width: 10.8rem;
    position: absolute;
    right: 0;
    padding: 0.9rem 0.4rem 0.3rem;
    color: #373737;
    font-size: 0.9rem;
    border-radius: 0.4rem;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-list > li {
    line-height: 1.8rem;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-list > li > a {
    display: block;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-item {
    padding: 0 1.5rem;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-item .fr {
    color: #0063f5;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .userinfo-item:hover {
    color: #0063f5;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .global-user-center {
    margin: 0.5rem 0;
    line-height: 2.2rem;
    color: #0063f5;
    background-color: rgba(160, 199, 255, 0.16);
    border-radius: 2.5rem;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user .global-user-exit {
    color: #666;
    font-size: 0.9em;
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user:hover .userinfo-name .iconfont {
    transform: rotate(180deg);
  }
  .global-navbar .navbar-right .global-personal-infos .global-personal-user:hover .userinfo-list {
    display: block;
  }
  .global-navbar .navbar-right .global-personal-infos.login .global-personal-login {
    display: none;
  }
  .global-navbar .navbar-right .global-personal-infos.login .global-personal-user {
    display: block;
  }
  .global-navbar .nav-box {
    top: 3.65rem;
  }
  .global-right-nav li span {
    font-size: 0.7rem;
  }
  .global-right-nav .opple-home-qrcode-wrapper .qrcode-box,
  .global-right-nav .opple-service-qrcode-wrapper .qrcode-box {
    width: 26%;
  }
  .global-right-nav .opple-home-qrcode-wrapper .qrcode-box .close-qrcode .iconclose,
  .global-right-nav .opple-service-qrcode-wrapper .qrcode-box .close-qrcode .iconclose {
    font-size: 1rem;
  }
  body.navBlockFixed {
    padding-top: 4rem;
  }
  .global-breadcrumb {
    padding: 1.4rem 12rem;
  }
  .global-breadcrumb li {
    font-size: 0.7rem;
  }
}

#Download .page-modal-content .download-item {
  position: relative;
  margin: 0 3rem;
  border-radius: 0.4rem;
  overflow: hidden;
  height: 16rem;
  display: flex;
  justify-content: center;
}

#Download .page-modal-content .download-item > img {
  width: auto;
  height: 100%;
}

#Download .page-modal-content .download-item .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.3s;
}

#Download .page-modal-content .download-item .mask .mask-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
}

#Download .page-modal-content .download-item .mask .btn {
  display: block;
  width: 52.6%;
  padding: 0;
  margin: 1em auto;
  text-align: center;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #0063f5;
  background-color: #fff;
  border-radius: 2rem;
}

#Download .page-modal-content .download-item:hover .mask {
  opacity: 1;
}

#Download .page-modal-content .download-desc {
  padding: 0.5rem 0;
  padding-left: 3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ie9 #swiper-box .swiper-slide {
  width: 90% !important;
}

.ie9 .global-navbar .nav-options > ul {
  margin-top: 5.5%;
}

/* pad 端*/
@media (min-width: 768px) and (max-width: 895px) {
  .container {
    width: 90% !important;
  }
  .global-footer .footer-service {
    width: 18rem;
  }
  .pop .pop-pic-box .pic-full .pic-content {
    height: 50%;
  }
  .pop .pop-pic-box .pic-full .pic-content #Pic .swiper-wrapper,
  .pop .pop-pic-box .pic-full .pic-content #Pic .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
  }
}

#select-cascader-wrap {
  position: relative;
}

#select-cascader-wrap .sel-cascader-input {
  background-color: #f1f2f2;
  border-radius: 1.35rem;
  margin-bottom: 1rem;
  position: relative;
}

#select-cascader-wrap .sel-cascader-input > button {
  text-align: left;
  width: 100%;
  height: 2.7rem;
  line-height: 2.7rem;
  font-size: 0.9rem;
  border-radius: 1.35rem;
  padding: 0 1.5rem !important;
  outline: none;
}

#select-cascader-wrap .sel-cascader-input > button .input-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}

#select-cascader-wrap .sel-cascader-input .iconarrow-bottom {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.9rem;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#select-cascader-wrap .sel-cascader-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  margin: 5px 0;
  margin-bottom: 12px;
  font-size: 0.24rem;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.11);
  opacity: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel {
  display: flex;
  /* 使用伪类选择器 ::-webkit-scrollbar ,兼容chrome和safari浏览器 */
  /*兼容火狐*/
  /* 兼容IE10+ */
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu {
  min-width: 160px;
  max-width: 280px;
  box-sizing: border-box;
  color: #606266;
  border-right: 1px solid #e4e7ed;
  max-height: 240px;
  overflow-y: auto;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu .sel-cascader-list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0.1067rem 0;
  list-style: none;
  box-sizing: border-box;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item {
  position: relative;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item.active {
  color: #0063f5;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item.active i {
  color: #0063f5;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item:hover {
  background: #f0f6ff;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item .sel-cascader-label {
  display: block;
  font-size: 12px;
  padding: 0 0.1333rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item i.iconarrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu::-o-scrollbar {
  width: 3px;
  height: 3px;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu {
  scrollbar-width: none;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu {
  -ms-overflow-style: none;
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.3);
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu::-o-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.3);
}

#select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}

#select-cascader-wrap.open .sel-cascader-input .iconarrow-bottom {
  transform: translateY(-50%) rotate(-180deg);
}

#select-cascader-wrap.open .sel-cascader-dropdown {
  display: block;
  opacity: 1;
}

.opple-yuanrui2pro-qrcode-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1031;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 26%;
  background: #fff;
  padding: 1rem;
  border-radius: 0.45rem;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .close-qrcode {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  cursor: pointer;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .close-qrcode .iconclose {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #666;
  transition: all 0.3s;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .close-qrcode:hover .iconclose {
  transform: rotate(90deg);
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .qrcode-pop {
  padding: 2rem 0;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .qrcode-pop .img-qrcode {
  display: block;
  width: 70%;
  margin: auto;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .qrcode-pop .qrcode-text {
  text-align: center;
  margin: 1rem 0 0 0;
  letter-spacing: 0.02rem;
}

.opple-yuanrui2pro-qrcode-wrapper .qrcode-box .qrcode-pop p {
  margin: 1rem 0 2rem;
  text-align: center;
  font-size: 1rem;
}
