﻿/*-----------------[初始化]--------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'CR';
    src: url('../font/Calibre-Regular.otf');
}

@font-face {
    font-family: 'CS';
    src: url('../font/Calibre-Semibold.otf');
}

body {
    color: #dcdcd7;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    background-color: #282828;
}

.bd1 {
    background-image: url(./HEBO_官网_files/bg-1.png);
}

.bd2 {
    background-image: url(./HEBO_官网_files/bg-2.png);
}

.bd3 {
    background-size: cover;
    background-image: url(./HEBO_官网_files/bg-3.png);
}

a {
    color: #dcdcd7;
}

a:hover {
    color: #3388cc;
}

img {
    max-width: 100%;
}

input,
textarea,
select {
    font-size: 12px;
    color: #444;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    outline: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

.ani {
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}


/*布局*/

.wp {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}


/*******************************
    -------[=公用]-------
********************************/


/*角*/

.triggle {
    position: absolute;
    left: 0;
    width: 100%;
    height: 58px;
    background-repeat: no-repeat;
    background-size: cover;
}

.triggle.r {
    top: -58px;
    background-image: url(./HEBO_官网_files/bg-triggle-3.png);
}

.triggle.l {
    top: -58px;
    background-image: url(./HEBO_官网_files/bg-triggle-4.png);
}

.triggle.r.op {
    top: auto;
    bottom: -58px;
    background-image: url(./HEBO_官网_files/bg-triggle-1.png);
}

.triggle.l.op {
    top: auto;
    bottom: -58px;
    background-image: url(./HEBO_官网_files/bg-triggle-2.png);
}


/*链接*/

.g-link-1 {
    color: #3388cc;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    border-bottom: 2px solid #3388cc;
    font-size: 14px;
    text-transform: uppercase;
}

.g-link-1:hover {
    color: #335ecc;
    border-bottom: 2px solid #335ecc;
}


/*******************************
  -------[=头部]-------
********************************/

#hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    text-transform: uppercase;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
}

.hd-m {
    display: none;
}

#hd.fixed {
    background-color: rgba(0, 0, 0, .4);
}

#hd .wp {
    position: relative;
    overflow: hidden;
}

#hd a {
    color: #fff;
}

#hd a:hover {
    color: #3388cc;
}

#hd .logo {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 90px;
}

#hd .logo img {
    display: none;
    height: 70px;
    vertical-align: middle;
}

#hd .toplink {
    position: absolute;
    top: 32px;
    right: 0;
}

#hd .toplink .s1 {
    padding-right: 30px;
    display: inline-block;
    vertical-align: bottom;
    font-family: 'CR';
}

#hd .toplink .s1 a {
    margin-left: 20px;
    float: right;
    display: inline-block;
    width: 26px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

#hd .toplink .s1 .a1 {
    padding-top: 1px;
    background-image: url(./HEBO_官网_files/ico-fav.png);
    vertical-align: middle;
    color: #3388cc;
    font-family: 'CR';
}

#hd .toplink .s1 .a2 {
    background-image: url(./HEBO_官网_files/ico-car.png);
}

#hd .toplink .s2 {
    line-height: 21px;
    vertical-align: text-bottom;
    display: inline-block;
    font-family: 'CS';
}

#hd .toplink .s2 a {
    padding: 0 2px;
    display: inline-block;
    height: 21px;
    font-size: 16px;
    font-family: 'CS';
}

#hd .toplink .s2 i {
    font-size: 20px;
}

#hd .toplink .s2 .on {
    color: #3388cc;
}


/*******************************
    -------[=导航]-------
********************************/

#nav {
    margin: 36px auto;
    width: 460px;
    text-align: center;
}

#nav li {
    padding: 0 17px;
    display: inline-block;
}

#nav .par {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

#nav li.on .par {
    color: #3388cc;
}

.box-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 130px;
    display: none;
    width: 100%;
    min-height: 400px;
    background-color: rgba(0, 0, 0, .77);
    z-index: 2;
}

.box-nav .ul-company,
.box-nav .ul-products {
    display: none;
    overflow: hidden;
}

.ul-company {
    padding-bottom: 50px;
}

.ul-company li {
    margin-right: 2%;
    float: left;
    width: 32%;
    display: none;
}

.ul-products li {
    margin-right: 2%;
    float: left;
    width: 23.5%;
    display: none;
}

.ul-company li:last-child {
    margin-right: 0;
}

.ul-products li:nth-child(4n+4) {
    margin-right: 0;
}

.box-nav ul .box-img {
    display: block;
}

.box-nav ul .img {
    position: relative;
    padding-top: 43%;
    height: 0;
    height: 0;
    overflow: hidden;
}

.box-nav ul img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.box-nav ul li:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.box-nav ul .tit {
    padding-top: 14px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    text-transform: uppercase;
    line-height: 1;
}

.ul-products .tit {
    padding: 30px 0 60px !important;
}

.ul-products li:hover .tit {
    color: #3388cc;
}

.box-nav ul .info {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
}

.box-nav ul .more {
    padding-top: 14px;
    text-align: center;
}

.box-nav ul .more a {
    color: #3388cc;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    border-bottom: 2px solid #3388cc;
    font-size: 14px;
    text-transform: uppercase;
}

.box-nav ul .more a:hover {
    color: #335ecc;
    border-bottom: 2px solid #335ecc;
}

.a-close {
    position: fixed;
    top: 64px;
    right: 20px;
    display: none;
    width: 33px;
    height: 32px;
    background: url(./HEBO_官网_files/ico-close-1.png);
    z-index: 4;
}

.box-mood {
    position: relative;
    display: none;
}

.box-mood .top {
    text-align: right;
}

.box-mood .top span {
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.box-mood .top span a {
    color: #3388cc;
}

.box-mood .top span a:hover {
    color: #3388cc;
    text-decoration: underline;
}

.box-mood .top .select {
    position: relative;
    display: inline-block;
    width: 220px;
    vertical-align: middle;
}

.box-mood .top .inp-select {
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #969691;
    background: url(./HEBO_官网_files/ico-arrow-down.png) right 11px center no-repeat #fff;
    text-align: left;
    font-size: 16px;
}

.box-mood .top .inp-select.on {
    background-image: url(./HEBO_官网_files/ico-arrow-down-on.png);
    color: #1e1e1e;
}

.box-mood .top .select div {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 121;
}

.box-mood .top .select div a {
    margin-top: 1px;
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 16px;
    color: #1e1e1e;
    background-color: #fff;
}

.box-mood .top .select div a:hover {
    color: #fff;
    background-color: #335ecc;
}

.box-mood .request,
.box-mood .add {
    margin-left: 25px;
    display: inline-block;
    width: 10%;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    background-color: #3388cc;
}

.box-mood .request:hover,
.box-mood .add:hover {
    background-color: #335ecc;
}

.box-mood .add {
    width: 282px;
}

.box-form-request {
    position: absolute;
    left: 50%;
    margin: 32px auto 100px;
    padding: 52px 10%;
    display: none;
    width: 100%;
    max-width: 636px;
    background-color: #282828;
    z-index: 999;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-form-request .tri-top,
.box-form-request .tri-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-form-request .close {
    position: absolute;
    top: 32px;
    right: 40px;
    display: block;
    width: 33px;
    height: 32px;
    background: url(./HEBO_官网_files/ico-close-1.png);
}

.box-form-request .tri-top {
    top: -32px;
    background-image: url(./HEBO_官网_files/bg-form-top.png);
}

.box-form-request .tri-bottom {
    bottom: -32px;
    background-image: url(./HEBO_官网_files/bg-form-bottom.png);
}

.box-form-request li {
    padding-bottom: 12px;
    font-size: 16px;
}

.box-form-request .inp-request {
    padding-left: 18px;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #1e1e1e;
    font-size: 16px;
    border: none;
    outline: none;
}

.box-form-request .inp-request::-webkit-input-placeholder {
    color: #969691;
}

.box-form-request .inp-request::-moz-placeholder {
    color: #969691;
}

.box-form-request .inp-request::-ms-input-placeholder {
    color: #969691;
}

.box-form-request .inp-request.inp1 {
    height: 46px;
    line-height: 46px;
}

.box-form-request .inp-request.inp2 {
    padding: 10px 18px;
    height: 150px;
    line-height: 32px;
    resize: none;
}

.box-form-request .btn-request {
    margin: 0 auto;
    display: block;
    width: 186px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #3388cc;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    border: none;
    outline: none;
}

.box-cart {
    margin-top: 30px;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.box-cart::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 500px;
    background-color: #282828;
}

.box-cart::-webkit-scrollbar-thumb {
    background-color: #3388cc;
}


/*.box-cart .item-list {width: 100%;}*/

.box-cart .item-sizer,
.box-cart .item {
    margin-bottom: 28px;
    width: 25%;
}

.box-cart .item {
    padding: 0 1%;
}

.box-cart .item img {
    display: block;
}

.box-cart .a-add,
.box-cart .a-del {
    position: absolute;
    bottom: 14px;
    display: block;
    width: 40px;
    height: 40px;
}

.box-cart .a-add {
    right: 74px;
    background-image: url(./HEBO_官网_files/imgp-hsop.png);
}

.box-cart .a-del {
    right: 20px;
    background-image: url(./HEBO_官网_files/ico-del.png);
}

.menuBtn {
    position: absolute;
    top: 22px;
    right: 4%;
    display: none;
    width: 30px;
    height: 16px;
    background: url(./HEBO_官网_files/menu.png);
}

#aside {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    max-width: 240px;
    height: 100%;
    background-color: #1e1e1e;
    z-index: 99999;
}

#aside .side-logo {
    margin: 10px auto 0;
    display: block;
    text-align: center;
}

#aside .side-logo img {
    display: inline-block;
    height: 50px;
}

#aside.open {
    left: 0;
}

#aside .menu {
    padding: 0 10px 10px;
}

#aside .menu a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-bottom: 1px dashed #fff;
    text-transform: capitalize;
    font-size: 18px;
}

#aside .lang {
    text-align: center;
}

#aside .lang a {
    display: inline-block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
}

#aside .lang a.on {
    color: #3388cc;
}

.fixme {
    height: 100%;
    overflow: hidden;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99998;
}


/*******************************
  -------[=banner]-------
*******************************/


/*******************************
  -------[=底部]-------
********************************/

#fd {
    position: relative;
    padding: 56px 0 50px;
    background-color: #1e1e1e;
}

#fd .logo-fd {
    float: left;
}

#fd .logo-fd img {
    display: block;
    width: 125px;
    height: 250px;
}

#fd .info {
    padding: 44px 0 0 77px;
    float: left;
    font-size: 16px;
    color: #dbdbd6;
    line-height: 1.3;
}

#fd .info .p1 {
    font-family: -apple-system, BlinkMacSystemFont, Neue Haas Grotesk Text Pro, Arial Nova, Segoe UI, Helvetica Neue, \.PingFang SC, PingFang SC, Microsoft YaHei, Microsoft JhengHei, Source Han Sans SC, Noto Sans CJK SC, Source Han Sans CN, Noto Sans SC, Source Han Sans TC, Noto Sans CJK TC, Hiragino Sans GB, sans-serif;
    font-size: 14px;
}

#fd .info .s2 {
    padding: 10px 0 14px;
    display: inline-block;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    font-size: 12px;
}

#fd .info .p2 {
    padding-top: 10px;
    font-family: 'CR';
}

#fd .info a {
    text-transform: lowercase;
}

.fd-nav {
    padding: 64px 95px 0 38px;
    float: left;
}

.fd-nav a {
    display: block;
    color: #dbdbd6;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    line-height: 1.7;
}

.fd-nav a:hover {
    color: #3388cc;
}

#fd .map {
    padding-top: 14px;
    float: left;
    width: 278px;
    line-height: 1.7;
}

#fd .map .tit {
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    text-transform: uppercase;
    color: #fff;
    line-height: 1.7;
}

#fd .map .txt {
    font-size: 14px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    line-height: 1.7;
}

#fd .a-fd {
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    background-color: #3388cc;
}

#fd .a-fd:hover {
    background-color: #335ecc;
}

#fd .a-map {
    margin-top: 67px;
}

#fd .a-order {
    margin-top: 22px;
}

#fd .order {
    float: right;
}

#fd .order img {
    margin: 0 auto;
    display: block;
    width: 152px;
}

.box-login {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 52px 10%;
    display: none;
    width: 100%;
    max-width: 636px;
    background-color: #282828;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.box-login .tri-top,
.box-login .tri-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-login .tri-top {
    top: -31px;
    background-image: url(./HEBO_官网_files/bg-form-top.png);
}

.box-login .tri-bottom {
    bottom: -31px;
    background-image: url(./HEBO_官网_files/bg-form-bottom.png);
}

.box-login .tit {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    text-transform: uppercase;
}

.box-login li {
    padding-bottom: 12px;
    font-size: 16px;
}

.box-login .inp-login {
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    color: #1e1e1e;
    font-size: 16px;
    border: none;
    outline: none;
}

.box-login .inp-login::-webkit-input-placeholder {
    color: #969691;
}

.box-login .inp-login::-moz-placeholder {
    color: #969691;
}

.box-login .inp-login::-ms-input-placeholder {
    color: #969691;
}

.box-login .btn-login {
    margin: 0 auto;
    display: block;
    width: 186px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #3388cc;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    border: none;
    outline: none;
}

.box-login .close {
    position: absolute;
    top: 52px;
    right: 40px;
    display: block;
    width: 33px;
    height: 32px;
    background: url(./HEBO_官网_files/ico-close-1.png);
}


/*返回顶部*/

.toTop {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 512px;
    z-index: 9999;
    display: none;
}

.toTop img {
    display: block;
}


/*******************************
    -------[=正文]-------
********************************/

.searchbar {
    margin: 0 auto;
    width: 680px;
}

.mapsearch .searchbar .select1 {
    position: relative;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

.mapsearch .searchbar .select2 {
    position: relative;
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.mapsearch .searchbar .ins-select on {
    background-image: url(./HEBO_官网_files/ico-arrow-down-on.png);
    color: #1e1e1e;
}

.mapsearch .searchbar .ins-select {
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #969691;
    background: url(./HEBO_官网_files/ico-arrow-down.png) right 11px center no-repeat #fff;
    text-align: left;
    font-size: 16px;
}

.mapsearch .searchbar .inc-select {
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #969691;
    background: url(./HEBO_官网_files/ico-arrow-down.png) right 11px center no-repeat #fff;
    text-align: left;
    font-size: 16px;
}

.mapsearch .searchbar .select1 div {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 121;
}

.mapsearch .searchbar .select2 div {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 121;
}

.mapsearch .searchbar .select2 div a {
    margin-top: 1px;
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 16px;
    color: #1e1e1e;
    background-color: #fff;
}

.mapsearch .searchbar .select1 div a:hover,
.mapsearch .searchbar .select2 div a:hover {
    color: #fff;
    background-color: #335ecc;
}

.mapsearch .search {
    margin-left: 25px;
    display: inline-block;
    width: 180px;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    background-color: #3388cc;
    vertical-align: middle;
}

.mapsearch .search:hover {
    background-color: #335ecc;
}

.mapsearch .searchbar .select1 div a {
    margin-top: 1px;
    padding-left: 18px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 16px;
    color: #1e1e1e;
    background-color: #fff;
}

#map {
    margin-top: -20px;
}

.map-detail {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 52px 6%;
    display: block;
    width: 100%;
    max-width: 1044px;
    background-color: #282828;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1003;
}

.map-detail .tri-top,
.map-detail .tri-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 57px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-detail .tri-top {
    top: -49px;
    background-image: url(./HEBO_官网_files/map-detail-bg1.png);
}

.map-detail .close {
    position: absolute;
    top: 52px;
    right: 40px;
    display: block;
    width: 33px;
    height: 32px;
    background: url(./HEBO_官网_files/ico-close-1.png);
}

.map-detail .tri-bottom {
    bottom: -52px;
    background-image: url(./HEBO_官网_files/map-detail-bg2.png);
}

.map-detail .shoplists .shopitem .img {
    float: left;
    width: 49%;
    overflow: hidden;
}

.map-detail .shoplists {
    margin-top: 30px;
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.map-detail .shopitem {
    margin-top: 50px;
}

.map-detail .shopitem txt {
    float: left;
    padding-left: 20px;
}

.map-detail .shoplists::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 500px;
    background-color: #282828;
}

.map-detail .shoplists::-webkit-scrollbar-thumb {
    background-color: #3388cc;
}

.shoplists .txt {
    padding: 0 2%;
    font-size: 16px;
    line-height: 1.2;
}

.Route {
    margin-top: 25px;
    display: inline-block;
    width: 180px;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    background-color: #3388cc;
}

.Route:hover {
    background-color: #335ecc;
    color: #fff;
}

.txtp {
    word-spacing: 20px;
}

.dd {
    word-spacing: 20px;
}

.qrcode_main {
    width: 300px;
    height: 330px;
    position: fixed;
    bottom: 60px;
     background-color: rgba(170, 140, 100, .7)
}

*html .qrcode_main {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    margin-top: 320px;
}

.qrcode_main2 {
    width: 298px;
    height: 330px;
    position: relative;
    padding: 10px;
}

.qrcode_main2 ul li {
    font-family: 'Noto Sans CJK SC', 'Source Han Sans CN', 'Microsoft YaHei', 'sans-serif';
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}

.qrcode_main2 ul li a {
    color: #fff;
    text-decoration: none;
}

.qrcode_main2 ul li a:hover {
    text-decoration: underline;
    color: #333;
}

.qrcode_bar {
    width: 150px;
    height: 330px;
    position: absolute;
    right: -152px;
    top: 0px;
    background: url(./HEBO_官网_files/mini_bg.png) no-repeat;
    display: block;
}
