﻿body {
    width: 100%;
}

.text-black {
    color: #000;
}

.alert-mask {
    z-index: 70;
}

.alert-close {
    color: #000;
}

#header-wrap {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 50;
    transition: all 500ms;
    display: block;
}

#header-wrap.active {
    background-color: rgba(0, 0, 0, 0.3);
}

#header-wrap:hover {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

#header-wrap .header {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-wrap .header .logo {
    width: 189px;
}

#header-wrap .header .logo>img {
    width: 100%;
    height: auto;
}

#header-wrap .header .nav {
    flex: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header-wrap .header .nav .nav-item {
    width: 100px;
    text-align: center;
}

#header-wrap .header .nav .nav-item .nav-item-title {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;
}

#header-wrap .header .nav .nav-item:hover .nav-sub {
    display: flex;
}

#header-wrap .header .nav .nav-item .nav-sub {
    overflow: hidden;
    width: 100%;
    height: 0;
    flex-direction: column;
    align-items: center;
    display: none;
    
    
}

#header-wrap .header .nav .nav-item .nav-sub .nav-sub-item-title {
    color: #FFFFFF;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
}

#header-wrap .header .nav .nav-item .nav-sub .nav-sub-item-title:hover {
    color: #00c1ff;
}

#header-wrap .header .nav .nav-item.select .nav-item-title>span {
    border-bottom: 2px solid #FFF;
}

#header-wrap .header .nav .nav-item:hover .nav-item-title,
#header-wrap .header .nav .nav-item.active .nav-item-title {
    color: #00c1ff;
}

#header-wrap .header .nav .nav-item:hover .nav-item-title>span,
#header-wrap .header .nav .nav-item.active .nav-item-title>span {
    border-bottom: 2px solid #00c1ff;
}

#header-wrap .header .nav .nav-item:hover .nav-sub,
#header-wrap .header .nav .nav-item.active .nav-sub {
    height: 180px;
}

#header-wrap .header .nav-icon {
    display: none;
}

#footer {
    width: 100%;
    height: 560px;
    padding: 0;
    background-color: #003a8e;
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
}

#footer .footer-left {
    margin-top: 100px;
}

#footer .footer-left .footer-logo {
   
    margin-bottom: 30px;
}

#footer .footer-left>div {
    font-size: 16px;
    line-height: 35px;
}

#footer .footer-left .footer-qrcode {
    width: 120px;
    height: 120px;
    margin-top: 60px;
}

#footer .footer-left .footer-qrcode-text {
    width: 120px;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

#footer .footer-right {
    color: #FFFFFF;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 140px 0 150px;
}

#footer .footer-right .footer-nav>a {
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #FFFFFF;
    font-size: 16px;
}

#footer .footer-right .footer-right-line {
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 85px 0 70px;
}

#footer .footer-right .footer-tips {
    text-align: right;
}
#footer .footer-tips>a{
	font-size:16px;
}
#footer .footer-right .footer-tips>a {
    color: #eee;
    line-height: 20px;
    display: block;
    
}

.left-btns {
    width: 60px;
    height: 240px;
    z-index: 99;
    position: fixed;
    left: 10px;
    top: 40%;
}

.left-btns .btn-item {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 60px;
    border-radius: 10px;
    font-size: 26px;
    color: #FFFFFF;
    background: #FF9900FF;
    margin-bottom: 4px;
    transition: all 300ms;
}

.left-btns .btn-item:hover {
    background-color: #f00;
}

.left-btns .btn-item>span:nth-child(1) {
    width: 60px;
    text-align: center;
    height: 60px;
    font-size: 30px;
}

.left-btns .btn-item>span:nth-child(2) {
    flex: 1;
    height: 60px;
    text-align: center;
    font-size: 14px;
    display: none;
    overflow: hidden;
}

.left-btns .btn-item>span:nth-child(2)>a {
    display: block;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.left-btns .btn-qrcode {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: #FFFFFF;
    background: #FF9900FF;
    transition: all 300ms;
    overflow: hidden;
}

.left-btns .btn-qrcode .btn-qrcode-text {
    width: 60px;
    display: flex;
    align-items: center;
}

.left-btns .btn-qrcode .btn-qrcode-text>span:nth-child(1) {
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.left-btns .btn-qrcode .btn-qrcode-text>span:nth-child(2) {
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    display: none;
    overflow: hidden;
}

.left-btns .btn-qrcode .btn-qrcode-img {
    width: 0;
    height: 0;
}

.left-btns:hover .btn-item {
    width: 195px;
}

.left-btns:hover .btn-item>span:nth-child(2) {
    display: block;
}

.left-btns:hover .btn-qrcode {
    width: 195px;
    height: 240px;
}

.left-btns:hover .btn-qrcode .btn-qrcode-text {
    width: 195px;
}

.left-btns:hover .btn-qrcode .btn-qrcode-text>span:nth-child(2) {
    display: block;
}

.left-btns:hover .btn-qrcode .btn-qrcode-img {
    width: 160px;
    height: 160px;
    margin: auto;
    display: block;
}

.right-btn-wrap {
    position: fixed;
    width: 220px;
    height: 360px;
    overflow: hidden;
    right: 10px;
    top: 30%;
    z-index: 20;
    border-radius: 10px;
}

.right-btn-wrap .right-btn {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.right-btn-wrap .right-btn .btn-item {
    position: relative;
    left: -160px;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    background: #fbd94c;
    border-radius: 10px;
}

.right-btn-wrap .right-btn .btn-item>span {
    line-height: 60px;
    text-align: center;
}

.right-btn-wrap .right-btn .btn-item>span:nth-child(1) {
    position: absolute;
    left: 0;
    width: 160px;
    text-align: center;
}

.right-btn-wrap .right-btn .btn-item>span:nth-child(2) {
    position: absolute;
    right: 0;
    font-size: 30px;
    width: 60px;
    text-align: center;
}

.right-btn-wrap .right-btn:nth-child(1) {
    top: 0;
}

.right-btn-wrap .right-btn:nth-child(2) {
    top: 70px;
}

.right-btn-wrap .right-btn:nth-child(3) {
    top: 140px;
}

.right-btn-wrap .right-btn:nth-child(4) {
    top: 210px;
}

.right-btn-wrap .right-btn:nth-child(5) {
    top: 280px;
}

.right-btn-wrap .right-btn:nth-child(6) {
    top: 350px;
}

.right-btn-wrap .right-btn:hover {
    width: 220px;
}

.right-btn-wrap .right-btn:hover .btn-item {
    left: 0;
    background-color: #f00;
}

.box-swiper {
    width: 100%;
}

.box-swiper .swiper {
    width: 100%;
}

.box-swiper .swiper .swiper-wrapper {
    width: 100%;
}

.box-swiper .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-swiper .swiper .swiper-wrapper .swiper-slide>img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.nav-wrap {
    width: 100%;
    height: 60px;
    background: #dbdbdb;
}

.nav-wrap .nav-list {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-around;
}

.nav-wrap .nav-list .nav-item {
    font-size: 16px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    color: #000;
}

.nav-wrap .nav-list .nav-item:hover {
    color: #000;
}

.nav-wrap .nav-list .nav-item.active {
    color: #1b2f92;
    border-color: #1b2f92;
}

.content-wrap {
    width: 100%;
    min-height: 400px;
    margin: 60px 0;
}

.content-wrap .content {
    display: block;
    max-width: 1323px;
    min-height: 400px;
    overflow: hidden;
    padding: 10px;
    
    margin: 10px auto;
}

.case-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 110px 0 20px;
}

.case-wrap .case-list {
    max-width: 1320px;
}

.case-wrap .case-list .case-one {
    width: 1320px;
    height: 522px;
    display: block;
    position: relative;
    overflow: hidden;
    color: #FFF;
}

.case-wrap .case-list .case-one>img {
    width: 100%;
    height: 100%;
    transition: all 500ms;
}

.case-wrap .case-list .case-one>img:hover {
    width: 110%;
    height: 110%;
    margin: -5% 0 0 -5%;
}

.case-wrap .case-list .case-one .case-text {
    position: absolute;
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    bottom: 0;
    font-size: 36px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.case-wrap .case-list .case-row {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.case-wrap .case-list .case-row .case-item {
    width: 410px;
    height: 320px;
    color: #FFF;
    margin-top: 20px;
    margin-right: 45px;
    overflow: hidden;
}

.case-wrap .case-list .case-row .case-item:last-child {
    margin-right: 0;
}

.case-wrap .case-list .case-row .case-item>img {
    width: 100%;
    height: 100%;
    transition: all 300ms;
}

.case-wrap .case-list .case-row .case-item>img:hover {
transform: scale(1.1);
}

.case-wrap .case-list .case-row .case-item .case-text {
    position: absolute;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    font-size: 16px;
}

.page-warp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 150px 0;
}

.page-warp .page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    margin: 0 10px;
}

.page-warp .page:hover {
    background-color: #09348B;
    color: #fff;
}

.page-warp .active {
    background-color: #09348B;
    color: #fff;
}

.partner-wrap {
    width: 100%;
}

.partner-wrap .partner-num-wrap {
    max-width: 1320px;
    margin: 100px auto 100px;
    display: flex;
    justify-content: space-around;
}

.partner-wrap .partner-num-wrap .p-num-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-wrap .partner-num-wrap .p-num-item .p-num {
    color: #dd443f;
    font-size: 68px;
    display: flex;
    align-items: center;
}

.partner-wrap .partner-num-wrap .p-num-item .p-num>span:nth-child(2) {
    margin-right: 10px;
    font-size: 26px;
}

.partner-wrap .partner-num-wrap .p-num-item .p-text {
    color: #353535;
    line-height: 40px;
    font-size: 18px;
}

.partner-wrap .partner-list {
    max-width: 1320px;
    margin: 20px auto;
}

.partner-wrap .partner-list .partner-row {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.partner-wrap .partner-list .partner-row .partner-item {
    width: 192px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #7d7d7d;
}

.news-wrap {
    width: 1336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 0;
}

.news-wrap .news-list {
    max-width: 1336px;
}

.news-wrap .news-list .news-one {
    width: 100%;
    display: block;
    position: relative;
    color: #ffd628;
}

.news-wrap .news-list .news-one:hover {
    color: #ffd628;
}

.news-wrap .news-list .news-one>img {
    width: 100%;
    height: auto;
}

.news-wrap .news-list .news-one .news-text {
    position: absolute;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    bottom: 0;
    font-size: 32px;
    background: rgba(194, 22, 25, 0.7);
    z-index: 1;
}

.news-wrap .news-list .news-row {
    width: 1320px;
    display: flex;
    justify-content: flex-start;
}

.news-wrap .news-list .news-row .news-item {
    width: 413px;
    height: 288px;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.news-wrap .news-list .news-row .news-item .news-video {
    width: 413px;
    height: 233px;
}

.news-wrap .news-list .news-row .news-item .news-video>video {
    width: 100%;
    height: 100%;
}

.news-wrap .news-list .news-row .news-item .news-video .video-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    z-index: 10;
}

.news-wrap .news-list .news-row .news-item:last-child {
    margin-right: 0;
}

.news-wrap .news-list .news-row .news-item:hover {
    color: #ffd628;
}

.news-wrap .news-list .news-row .news-item>img,
.news-wrap .news-list .news-row .news-item>video {
    width: 413px;
    height: 233px;
}

.news-wrap .news-list .news-row .news-item .news-text {
    position: absolute;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    bottom: 44%;
    font-size: 22px;
    background: rgba(194, 22, 25, 0.7);
    z-index: 1;
}

.news-wrap .news-list .news-row .news-item>div:nth-child(2) {
    font-size: 14px;
    line-height: 25px;
}

.news-wrap .news-list .news-row .news-item>div:nth-child(3) {
    line-height: 18px;
    font-size: 18px;
}

.news-wrap .news-btn {
    display: block;
    width: 200px;
    height: 70px;
    font-size: 24px;
    border: 1px solid #eee;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin: 75px auto 75px;
}

.video-wrap {
    position: relative;
    width: 92%;
    height: 100%;
    margin: 0 4% 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-wrap>video {
    position: relative;
    max-width: 1323px;
    width: 100%;
    margin: 0 auto;
}

.video-wrap .video-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #fff;
    z-index: 20;
}

@media (max-width: 992px) {
    #header-wrap {
        font-size: 10px;
        height: 60px;
    }
    #header-wrap .header .logo {
        width: 140px;
        margin-left: 10px;
    }
    #header-wrap .header .nav .nav-item {
        width: 60px;
    }
    #header-wrap .header .nav .nav-item .nav-item-title {
        color: #FFFFFF;
        line-height: 60px;
    }
    .news-wrap .news-list .news-row .news-item:nth-child(n +3) {
        display: none;
    }
    #footer {
        flex-direction: column;
        align-items: center;
    }
    #footer .footer-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    #header-wrap {
        font-size: 10px;
        height: 60px;
        display: block;
          background-color: rgba(0, 0, 0, 0.6);
    }
    #header-wrap .header .nav {
        position: fixed;
        top: 60px;
        width: 100%;
        height: 0;
        display: none;
        transition: all 1s;
    }
    #header-wrap .header .nav.m-active {
        display: block;
        height: auto;
    }
    #header-wrap .header .nav .nav-item {
        width: 100%;
        line-height: 80px;
        height: auto;
        background-color: #000;
        align-items: center;
        font-size: 16px;
        padding: 0 20px;
        border-top: 1px solid #fff;
    }
    #header-wrap .header .nav .nav-item .nav-sub {
        width: 100%;
        position: relative;
        display: block;
    }
    #header-wrap .header .nav .nav-item .nav-sub .nav-sub-item-title {
        width: 100%;
        color: #999;
    }
    #header-wrap .header .nav-icon {
        width: 80px;
        text-align: center;
        display: block;
    }
    #header-wrap .header .nav-icon .iconfont {
        font-size: 26px;
        color: #FFF;
    }
    .news-wrap {
        width: 100%;
        margin-top: 20px;
    }
    .news-wrap .news-list {
        width: 100%;
    }
    .news-wrap .news-list .news-one {
        width: 90%;
        margin: 0 5%;
    }
    .news-wrap .news-list .news-one .news-text {
        font-size: 12px;
        top: 30%;
        height: 40px;
        line-height: 40px;
    }
    .news-wrap .news-list .news-row {
        width: 90%;
        margin: 0 5%;
        justify-content: space-between!important;
    }
    
    .news-wrap .news-list .news-row .news-item {
        width: 48%!important;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }
    .news-wrap .news-list .news-row .news-item>img {
        width: 100%;
        height: auto;
    }
    .news-wrap .news-list .news-row .news-item .news-video {
        flex: 1;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .news-wrap .news-list .news-row .news-item .news-video .new-video {
        width: 100%;
        height: 100%;
    }
    .news-wrap .news-list .news-row .news-item .news-text {
        font-size: 12px;
        top: 20%;
        height: 40px;
        line-height: 40px;
    }
    .news-wrap .news-btn {
        width: 100px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        margin: 35px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .news-wrap .news-btn>img {
        width: 12px;
        margin-left: 5px;
    }
    #footer {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-bottom: 20px;
    }
    #footer .footer-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }
    #footer .footer-left .footer-logo {
        width: 100px;
        margin-bottom: 10px;
    }
    #footer .footer-left>div {
        font-size: 10px;
        line-height: 20px;
    }
    #footer .footer-left .footer-qrcode {
        width: 60px;
        height: 60px;
        margin-top: 30px;
    }
    #footer .footer-left .footer-qrcode-text {
        width: 60px;
        text-align: center;
        margin-top: 4px;
        font-size: 12px;
    }
    #footer .footer-right {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    #footer .footer-right .footer-nav {
        display: flex;
        justify-content: space-around;
    }
    #footer .footer-right .footer-nav>a {
        flex: 1;
        text-align: center;
        width: auto;
        margin: 0;
        font-size: 10px;
        padding: 5px;
    }
    #footer .footer-right .footer-right-line {
        display: none;
    }
    #footer .footer-tips>a {
        display: block;
        width: 100%;
        text-align: center;
      font-size: 10px;
    }
    .page-warp {
        margin: 20px auto;
    }
    .content-wrap {
        width: 92%;
        margin: 20px 4% 0;
        min-height: 300px;
    }
    .content-wrap .content {
        display: block;
        width: 100%;
        min-height: 300px;
    }
    .video-wrap {
        margin: 20px 4% 20px;
    }
    .partner-wrap {
        margin-bottom: 110px;
    }
    .partner-wrap .partner-num-wrap .p-num-item .p-num {
        font-size: 26px;
    }
    .partner-wrap .partner-num-wrap .p-num-item .p-num>span:nth-child(2) {
        font-size: 14px;
    }
    .partner-wrap .partner-list .partner-row .partner-item:nth-child(n+4) {
        display: none;
    }
    .case-wrap {
        margin-top: 20px;
    }
    .case-wrap .case-list .case-one {
        width: 90%;
        height: auto;
        margin: 10px 5%;
    }
    .case-wrap .case-list .case-row {
        width: 90%;
        margin: 10px 5%;
    }
    .case-wrap .case-list .case-row .case-item {
        width: 48%;
        max-height: 150px;
        margin-right: 2%;
    }
    .case-wrap .case-list .case-row .case-item:nth-child(2) {
        margin-right: 0;
    }
    .case-wrap .case-list .case-row .case-item:nth-child(n+3) {
        display: none;
    }
    .nav-wrap {
        height: 30px;
    }
    .nav-wrap .nav-list {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-around;
    }
    .nav-wrap .nav-list .nav-item {
        font-size: 12px;
        line-height: 30px;
        border-bottom: 1px solid transparent;
        color: #000;
    }
    .nav-wrap .nav-list .nav-item:hover {
        color: #000;
    }
    .nav-wrap .nav-list .nav-item.active {
        color: #1b2f92;
        border-color: #1b2f92;
    }
    .left-btns {
        width: 30px;
        height: 120px;
        left: 5px;
    }
    .left-btns .btn-item {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        line-height: 30px;
        border-radius: 5px;
        margin-bottom: 2px;
        transition: all 500ms;
    }
    .left-btns .btn-item>span:nth-child(1) {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .left-btns .btn-item>span:nth-child(2) {
        flex: 1;
        height: 30px;
        text-align: center;
        font-size: 10px;
        display: none;
        overflow: hidden;
    }
    .left-btns .btn-item>span:nth-child(2)>a {
        display: block;
        height: 30px;
        text-align: center;
        font-size: 10px;
        color: #FFFFFF;
    }
    .left-btns .btn-qrcode {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        transition: all 500ms;
        overflow: hidden;
    }
    .left-btns .btn-qrcode .btn-qrcode-text {
        width: 30px;
        display: flex;
        align-items: center;
    }
    .left-btns .btn-qrcode .btn-qrcode-text>span:nth-child(1) {
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .left-btns .btn-qrcode .btn-qrcode-text>span:nth-child(2) {
        flex: 1;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 10px;
        display: none;
        overflow: hidden;
    }
    .left-btns .btn-qrcode .btn-qrcode-img {
        width: 0;
        height: 0;
    }
    .left-btns:hover .btn-item {
        width: 120px;
    }
    .left-btns:hover .btn-item>span:nth-child(2) {
        display: block;
    }
    .left-btns:hover .btn-qrcode {
        width: 120px;
        height: 120px;
    }
    .left-btns:hover .btn-qrcode .btn-qrcode-text {
        width: 120px;
    }
    .left-btns:hover .btn-qrcode .btn-qrcode-text>span:nth-child(2) {
        display: block;
    }
    .left-btns:hover .btn-qrcode .btn-qrcode-img {
        width: 80px;
        height: 80px;
        margin: auto;
        display: block;
    }
    .right-btn-wrap {
        position: fixed;
        width: 110px;
        height: 180px;
        overflow: hidden;
        right: 10px;
        top: 30%;
        z-index: 20;
        border-radius: 10px;
    }
    .right-btn-wrap .right-btn {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        overflow: hidden;
    }
    .right-btn-wrap .right-btn .btn-item {
        position: relative;
        left: -80px;
        width: 110px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        color: #FFFFFF;
        background: #FF9900FF;
        border-radius: 5px;
    }
    .right-btn-wrap .right-btn .btn-item>span {
        line-height: 30px;
        text-align: center;
        font-size: 10px;
    }
    .right-btn-wrap .right-btn .btn-item>span:nth-child(1) {
        width: 80px;
    }
    .right-btn-wrap .right-btn .btn-item>span:nth-child(2) {
        font-size: 15px;
        width: 30px;
        background: #FF9900FF;
        text-align: center;
        z-index: 10;
    }
    .right-btn-wrap .right-btn:nth-child(1) {
        top: 0;
    }
    .right-btn-wrap .right-btn:nth-child(2) {
        top: 35px;
    }
    .right-btn-wrap .right-btn:nth-child(3) {
        top: 70px;
    }
    .right-btn-wrap .right-btn:nth-child(4) {
        top: 105px;
    }
    .right-btn-wrap .right-btn:nth-child(5) {
        top: 140px;
    }
    .right-btn-wrap .right-btn:nth-child(6) {
        top: 175px;
    }
    .right-btn-wrap .right-btn:hover {
        width: 110px;
        background-color: #f00;
    }
    .right-btn-wrap .right-btn:hover .btn-item {
        left: 0;
        background-color: #f00;
    }
    .right-btn-wrap .right-btn:hover .btn-item>span:nth-child(2) {
        background-color: #f00;
    }
}