.flex-row {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.j-s-a {
    justify-content: space-around;
}

.j-s-e {
    justify-content: space-evenly;
}

.j-e {
    justify-content: end;
}

.j-c {
    justify-content: center;
}

.j-s-b {
    justify-content: space-between;
}

.a-c {
    align-items: center;
}

.a-e {
    align-items: flex-end;
}

#mainnav a.nav_gbase {
    background: url(../img/nav_gbase_bg.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
}
header .pc-nav  a.nav_gbase {
    background: url(../img/nav_gbase_bg.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
}

.gbase_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.gbase_header .pc {
    width: 1900px;
    max-width: none;
    min-width: auto;
}
.gbase_header .mb {
    display: none;
}
@media screen and (max-width: 979px) {
    .gbase_header .pc {
        display: none;
    }
    .gbase_header .mb {
        display: block;
        width: 100%;
    }
}
@media screen and (min-width: 1900px) {
    .gbase_header .pc {
        width: 100%;
    }
}


.sidebar {
    position: fixed;
    right: 10px;
    bottom: 50%;
    margin-bottom: -240px;
    z-index: 1001;
}
.sidebar_button {
    position: fixed;
    right: 4px;
    bottom: 50%;
    margin-bottom: -328px;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(25,61,98,0.52);
    border-radius: 8px;
    padding: 6px;
    width: 53px;
    height: 80px;
    z-index: 1001;
    cursor: pointer;
    box-sizing: content-box;
}
.sidebar_button .expand {
    display: none;
}
.sidebar ul {
    width: 53px;
    height: 480px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 0 rgba(25,61,98,0.52);
    border-radius: 5px;
    text-align: center;
    margin: 0;
}
.sidebar ul li {
    position: relative;
}
.sidebar ul li:after {
    content: '';
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #D5D0D0;
}
.sidebar ul li>a {
    display: flex;
    flex-direction: column;
    padding: 24px 8px 20px;
    color: #00598A;
    font-family: SHanSanB;
}
.sidebar ul li>a span {
    line-height: 18px;
    margin-top: 8px;
    letter-spacing: normal;
}
.sidebar ul li:last-of-type:after {
    display: none;
}
.sidebar_sns {
    padding: 20px 18px;
    cursor: pointer;
}
.sidebar .sns_show {
    position: absolute;
    top: 10px;
    left: -270px;
    width: 220px;
    padding: 18px 38px 14px 12px;
    background-image: url(../img/gbase/20231227/sns_bg.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 12px;
    display: none;
    box-sizing: content-box;
}
.sidebar .sns_show.active {
    display: block;
}
.sidebar .sns_show .imgs {
    position: relative;
}
.sidebar .sns_show .imgs a {
    display: inline-block;
}
.sidebar .sns_show .imgs-btn {
    display: inline-block;
    width: 36px;
    margin: 0 4px 3px;
}
.sidebar .sns_show .weixin-code, .sidebar .sns_show .douyin-code, .sidebar .sns_show .weibo-code, .sidebar .sns_show .xiaohongshu-code {
    display: none;
    position: absolute;
    bottom: -170px;
    width: 130px;
}
.sidebar .sns_show .weixin-code {
    left: -25px;
}
.sidebar .sns_show .douyin-code {
    left: 20px;
}
.sidebar .sns_show .weibo-code {
    left: 70px;
}
.sidebar .sns_show .xiaohongshu-code {
    left: 115px;
}
.sidebar .sns_show .weixin:hover+.weixin-code, .sidebar .sns_show .douyin:hover+.douyin-code, .sidebar .sns_show .weibo:hover+.weibo-code, .sidebar .sns_show .xiaohongshu:hover+.xiaohongshu-code {
    display: block;
}
@media screen and (max-width: 759px) {
    .sidebar {
        margin-bottom: -180px;
    }
    .sidebar_button {
        margin-bottom: -236px;
        width: 36px;
        height: 54px;
    }
    .sidebar ul {
        width: 36px;
        height: 369px;
    }
    .sidebar ul li>a {
        padding: 20px 6px 16px;
    }
    .sidebar ul li>a span {
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .sidebar_sns {
        padding: 20px 13px;
    }
    .sidebar .sns_show {
        top: -5px;
    }
    .sidebar .sns_show .douyin-code, .sidebar .sns_show .weibo-code, .sidebar .sns_show .xiaohongshu-code {
        display: none!important;
    }
}
.mb_wxcode_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-image: url(../img/gbase/contentbg_img2.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center;
    z-index: 99;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mb_wxcode_container .back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
}
.mb_wxcode_text {
    width: 80%;
    max-width: 400px;
}
.mb_wxcode {
    width: 60%;
    max-width: 300px;
    border: 16px solid #005A88;
    border-radius: 10px;
    margin-top: 30px;
}


/*面包屑*/
#bhs_navbar {margin:0 auto; padding: 16px 0 0 0; position: relative; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box;}

#bhs_navbar .bclist { margin:0 auto 0; padding:0 0 5px 0; width:1200px; -webkit-box-sizing:border-box; box-sizing:border-box;}
#bhs_navbar .bclist:last-child { margin:0 auto 0; padding:0 0 16px 0; width:100%; max-width: 1200px; -webkit-box-sizing:border-box; box-sizing:border-box;}

#bhs_navbar .bclist ul { font-size:0; line-height:0; margin:0; padding:0;}

#bhs_navbar .bclist ul li { color:#323232; display:inline-block; font-size:18px; line-height:1.5; margin:0; padding:0 16px 0 11px; vertical-align:middle; position:relative; width:auto;}

#bhs_navbar .bclist ul li a{ color:#323232;}

#bhs_navbar .bclist ul li:after { font-family: 'FontAwesome'; content: "\f105"; position: absolute; top:0; right:0; line-height:1.5; margin:0; padding:0;}

#bhs_navbar .bclist ul li:first-child {padding:0 16px 0 0;}

#bhs_navbar .bclist ul li:last-child:after { display:none;}

#bhs_navbar .bclist ul li.home { color:#4d4c4c; display:inline-block; margin:0; padding:0 16px 0 23px; vertical-align:middle; position:relative; width:auto;}

#bhs_navbar .bclist ul li.home:before { border:1px solid #4d4c4c; font-family: 'FontAwesome'; content: "\f015"; position: absolute; top:0; left:0; line-height:1.2 !important; margin:0; padding:1px 2px;}

#bhs_navbar .bclist ul li.home:after { font-family: 'FontAwesome'; content: "\f105"; position: absolute; top:0; right:0; line-height:1.5; margin:0; padding:0;}

#bhs_navbar .bclist ul li a,
#bhs_navbar .bclist ul li a:visited { text-decoration:none;}

#bhs_navbar .bclist ul li a:hover,
#bhs_navbar .bclist ul li a:active { text-decoration: none;}
#bhs_navbar .bclist ul li a{
    border-bottom: 1px solid #323232;padding-bottom: 5px;text-decoration: none;
}
#bhs_navbar .bclist ul li:last-child a{
    border: none;
}
@media screen and (max-width: 979px){
    #bhs_navbar{
        display: none;
    }
}

.new-tag {
    z-index:1;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #e72a56;
    font-size: 16px;
    padding: 4px 8px 2px;
}
@media screen and (max-width: 759px){
    .new-tag{
        font-size: 10px;
        padding: 1px 3%;
    }
}

/* 内容部分 */
.content {
    background-image: url(../img/gbase/contentbg_img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shop-content {
    background-image: url(../img/gbase/contentbg_img3.png);
    background-repeat: no-repeat;
    background-size: 87%;
    background-position: top left;
}

.shop-content .topText {
    position: relative;
    margin: 30px 0;
    display: inline-block;
}

.shop-content .topText>h1 {
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    line-height: 39px;
    padding: 10px;
    font-family: 'SHanSanB';
}

.shop-content .topText>img {
    position: absolute;
}

.shop-content .topText>.img1 {
    right: 0;
    bottom: 0;
}

.shop-content .topText>.img2 {
    transform: rotate(180deg);
    top: 0;
}

.shop-content .cText {
    font-size: 22px;
    line-height: 40px;
    text-align: justify;
    position: relative;
}

.shop-content .cText>div {
    width: 86%;
    max-width: calc(100% - 370px);
    padding: 0 20px;
}

.shop-content .cText .right-img {
    position: absolute;
    top: -5px;
    right: 30px;
    width: 300px;
    border-radius: 15px;
}

.shop-content .addressBox {
    margin: 40px 0;
    color: #000000;
}

.shop-content .addressBox .mobile_address {
    display: none;
}

.shop-content .addressBox .pc_address {
    display: block;
    font-size: 22px;
    line-height: 28px;
}

.shop-content .addressBox .pc_address>div {
    margin-bottom: 30px;
}

.shop-content .addressBox .img1 {
    position: relative;
    top: 3px;
    left: 2px;
}

.shop-content .addressBox .img2 {
    position: relative;
    top: 2.5px;
    left: 2px;
}

.shop-content .addressBox .text {
    border-bottom: 1px solid #005A88;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    height: 52px;
    display: flex;
    align-items: center;
}
.shop-content .addressBox .text.dianping {
    color: #ff5d1f;
    border-bottom: 1px solid #ff5d1f;
    cursor: pointer;
    position: relative;
}
.dianping img.click_img {
    margin-left: 10px;
    height: 35px;
    vertical-align: bottom;
}
.dianping img.dianping_code {
    display: none;
    position: absolute;
    z-index: 2;
    width: 120px;
    bottom: -132px;
    left: 50%;
    margin-left: -60px;
}
.dianping:hover img.dianping_code{
    display: block;
}

.shop-content .addressBox .right {
    max-width: 385px;
    align-items: start;
    margin-left: 20px;
}

.shop-content .addressBox .top {
    display: none;
}

#_overflow {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.shop-content .video {
    margin: 0 auto 60px;
    position: relative;
    width: 64%;
    padding-top: 36%;
}

.shop-content .OfflineImg {
    padding-bottom: 60px;
}

.shop-content .OfflineImg .tow {
    margin-top: 20px;
}

.shop-content .OfflineImg .img {
    width: 48%
}

.shop-content .OfflineImg .img2 {
    width: 32%
}

.shop-content .OfflineImg a{cursor: zoom-in}

@media screen and (max-width: 979px) {
    .shop-content .addressBox .mobile_address {
        display: block;
    }

    .shop-content .addressBox .pc_address {
        display: none;
    }

    .shop-content .addressBox .top {
        display: flex;
        margin-bottom: 20px;
    }

    .shop-content .addressBox .top>img {
        width: 80%;
    }

    .shop-content .addressBox .mobile_address>div {
        margin-bottom: 20px;
    }

    .shop-content .addressBox .img1 {
        position: relative;
        top: 2px;
    }

    .shop-content .addressBox .img2 {
        position: relative;
        top: 1.5px;
    }

    .shop-content .addressBox .right {
        display: none;
    }

    .shop-content .video {
        width: 80%;
        padding-top: 45%;
    }
}

/* 小于760px */
@media screen and (max-width: 760px) {
    .shop-content {
        background-image: url(../img/gbase/contentbg_img3_760.png);
        background-size: 100%;
    }

    .shop-content .topText {
        margin: 20px 10px;
    }

    .shop-content .topText>h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .shop-content .cText {
        font-size: 16px;
        line-height: 26px;
    }

    .shop-content .cText>div {
        padding: 0 10px;
        max-width: none;
    }

    .shop-content .cText .img {
         width: 85%;
    }

    .shop-content .cText .right-img {
        position: static;
        display: block;
        margin: 15px auto 10px;
    }

    .shop-content .addressBox {
        margin-top: 10px;
    }

    .shop-content .addressBox>div {
        padding: 0 10px;
        flex-direction: column;
    }

    .shop-content .addressBox .mobile_address {
        font-size: 16px;
        line-height: 20px;
    }

    .shop-content .addressBox .text {
        flex: 1;
        height: 40px;
        padding: 0 0 0 15px;
    }
    .shop-content .addressBox .height54 {
        height: 60px;
    }
    .shop-content .addressBox .height72 {
        height: 80px;
    }

    .shop-content .addressBox .img1>img, .shop-content .addressBox .img2>img {
        height: 36px;
        max-width: none;
    }


    .shop-content .OfflineImg {
        padding: 0 10px 40px;
    }

    .shop-content .OfflineImg>div :nth-of-type(1).img {
        margin-right: 10px;
    }

    .shop-content .OfflineImg>div :nth-of-type(1).img2 {
        margin-right: 10px;
    }

    .shop-content .OfflineImg>div :nth-of-type(2).img2 {
        margin-right: 10px;
    }

    .shop-content .video {
        width: auto;
        padding-top: 56.25%;
        margin: 0 10px 40px;
    }

}

/* 大于760px小于980px */
@media screen and (min-width: 760px) and (max-width: 979px) {
    .shop-content {
        background-size: 95%;
    }

    .shop-content .topText {
        margin: 20px;
    }

    .shop-content .topText>h1 {
        font-size: 25px;
    }

    .shop-content .cText {
        font-size: 20px;
        line-height: 40px;
    }

    .shop-content .cText>div {
        max-width: none;
    }

    .shop-content .cText .img {
        width: 82%;
    }

    .shop-content .cText .right-img {
        position: static;
        display: block;
        margin: 15px auto 10px;
    }

    .shop-content .addressBox>div {
        padding: 0 20px;
        flex-direction: column;
    }

    .shop-content .addressBox .mobile_address {
        font-size: 20px;
        line-height: 26px;
    }

    .shop-content .addressBox .text {
        flex: 1;
        height: 50px;
    }

    .shop-content .addressBox .img1>img, .shop-content .addressBox .img2>img {
        height: 44px;
        max-width: none;
    }


    .shop-content .OfflineImg {
        padding: 0 20px 60px;
    }

}

/* 大于980px小于1200px */
@media screen and (min-width: 980px) and (max-width: 1200px) {
    .shop-content .topText {
        margin: 20px;
    }

    .shop-content .topText>h1 {
        font-size: 30px;
    }

    .shop-content .cText .img {
        width: 82%;
    }

    .shop-content .addressBox>div {
        padding: 0 20px;
    }

    .shop-content .addressBox .pc_address>div {
        margin-bottom: 20px;
    }

    .shop-content .addressBox .text {
        height: 52px;
    }

    .shop-content .addressBox .img1>img, .shop-content .addressBox .img2>img {
        height: 48px;
        max-width: none;
    }

    .shop-content .addressBox .right>img {
        max-width: 280px;
    }

    .shop-content .OfflineImg>.one {
        padding: 0 20px;
    }

    .shop-content .OfflineImg>.tow {
        padding: 0 20px;
    }

}

/* 大于1200px */
@media screen and (min-width: 1200px) {
    .content .container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .shop-content .cText .img {
        width: calc(25vw + 500px);
    }

    .shop-content .addressBox {
        max-width: 1200px;
        padding: 0 10px;
        margin: 60px auto;
        position: relative;
        box-sizing: border-box;
    }

    .shop-content .addressBox .img1 img, .shop-content .addressBox .img2 img {
        height: 52px;
        max-width: none;
    }

    .shop-content .OfflineImg {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .shop-content .OfflineImg .one {
        padding: 0 10px;
        box-sizing: border-box;
    }

}

/* 小于461px */
@media screen and (max-width: 461px) {
    .shop-content .addressBox .height72 {
        height: 80px;
    }
}
/* 大于461px小于571px */
@media screen and (min-width: 461px) and (max-width: 571px) {
    .shop-content .addressBox .height72 {
        height: 60px;
    }
}
/* 大于571px小于760px */
@media screen and (min-width: 571px) and (max-width: 760px) {
    .shop-content .addressBox .height72 {
        height: 40px;
    }
}
