/* 顶部导航栏 */

.top_nav {
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cdcdcd;
    font-size: 12px;
}

.top_navCen {
    width: 100%;
    height: 34px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1390px !important;
    min-width: 1390px !important;
}

.top_navCen_ul,
.top_navCen_li,
.top_navCen_p,
.top_navCen_drop {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.top_navCen_p,
.top_navCen_drop {
    padding: 0 8px;
    box-sizing: border-box;
}

.top_navCen_drop {
    min-width: 130px;
    position: relative;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_navCen_p,
.top_navCen_drop {
    cursor: pointer;
    color: #a29f9f;
    line-height: 1;
}

.top_navCen_li ~ .top_navCen_li::before {
    content: "";
    width: 1px;
    height: 10px;
    background: #a29f9f;
    margin: 0 5px;
}

.top_navCen_p1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a29f9f;
}

.top_navCen_drop:hover,
.top_navCen_p1:hover {
    color: var(--lordColor);
}

.top_navCen_drop:hover {
    border-color: #cdcdcd;
    background: #ffffff;
}

.top_navCen_p2 {
    color: var(--lordColor);
    /* margin-left: 3px; */
}
.top_navCen_p2_line {
    content: "";
    width: 1px;
    height: 10px;
    background: #a29f9f;
    margin: 0 10px;
}
.top_navCen_icon {
    zoom: 0.8;
    color: #8a8a8a;
    margin-left: 5px;
    transition: all 0.3s;
}

.top_navCen_drop:hover .top_navCen_icon {
    transform: rotate(180deg);
}

/* 顶部导航下拉栏 */

.top_navCen_dropDown,
.top_navCen_dropDown_img {
    position: absolute;
    top: 34px;
    z-index: 99;
    width: 100%;
    height: 0;
    border: 1px solid transparent;
    border-top: none;
    overflow: hidden;
}

.top_navCen_dropDown {
    left: -1px;
}

.top_navCen_dropDown_two {
    width: 200%;
}

.top_navCen_dropDown_img {
    width: 200%;
    right: -1px;
}

.top_navCen_dropDown_img img {
    width: 100%;
    display: block;
}

.top_navCen_drop:hover .top_navCen_dropDown,
.top_navCen_drop:hover .top_navCen_dropDown_img {
    transition: height 0.5s;
    height: auto;
    background: #ffffff;
    border-color: #cdcdcd;
}

.top_navCen_drop:hover .top_navCen_dropDown_img {
    padding: 5px;
    box-sizing: border-box;
}

.nav_dropDown_ul {
    width: 100%;
}

.top_navCen_dropDown_two .nav_dropDown_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top_navCen_dropDown_two .nav_dropDown_ul .nav_dropDown_li {
    width: 50%;
}

.nav_dropDown_li {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.nav_dropDown_a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #a29f9f;
    cursor: pointer;
}

.nav_dropDown_li:hover .nav_dropDown_a {
    color: var(--lordColor);
}

/* 首页头部 */

.index_header {
    width: 100%;
    font-size: 12px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.index_headeCen {
    width: 100%;
    /* height: 141px; */
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.index_headerLogo {
    flex: 0 0 auto;
    /* width: 15.9%;
    height: 60%; */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 42px;
    font-weight: bold;
    color: var(--lordColor);
}

.applet_code {
    width: 160px;
    height: 160px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    position: absolute;
    top: 350px;
    right: -150px;
    /* position: fixed;
    top: 50%;
    right: 234px; */
}

.applet_code img {
    width: 100%;
    height: 100%;
    display: block;
}

.index_headerLogo img {
    width: 100%;
    /* height: 100%; */
    display: block;
}

.index_headerRight {
    /* flex: 1; */
    width: 61%;
    /* height: 80%; */
    margin-left: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.headerRight_top {
    width: 100%;
    height: 37px;
    /* padding-left: 45px; */
    box-sizing: border-box;
    /* margin-top: 10px; */
}

.headerRight_input {
    width: 100%;
    display: flex;
    align-items: center;
}

.headerRight_inputSearch {
    /* width: 560px; */
    /* width: 57%; */
    width: 100%;
    height: 37px;
    border: 2px solid var(--lordColor);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.headerRight_inputSearch_left {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.headerRight_inputSearch_left input {
    width: 100%;
    height: 100%;
    border: none;
}

.headerRight_inputSearch_left input:focus-visible {
    outline: none;
}

.headerRight_inputSearch_right {
    width: 58px;
    height: 100%;
    background: var(--lordColor);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    cursor: pointer;
}

.headerRight_inputSearch_right:hover {
    background: var(--lordColor);
}

.headerRight_inputSearch_rightIcon {
    font-size: 22px;
    color: #ffffff;
}

/* 购物车按钮 */

.headerRight_inputShoppingCart_box {
    width: 134px;
    /* width: 14%; */
    height: 37px;
    background: #ffffff;
    margin-left: 18px;
    position: relative;
}

.headerRight_inputShoppingCart {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.headerRight_inputShoppingCart_box:hover .headerRight_inputShoppingCart {
    border-color: var(--lordColor);
    border-bottom-color: #fff;
}

.headerRight_inputShoppingCart_a {
    color: var(--lordColor);
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}

.inputShoppingCart_icons {
    position: relative;
}

.inputShoppingCart_icon {
    font-size: 26px;
    color: var(--lordColor);
    margin-right: 6px;
}

.inputShoppingCart_num {
    position: absolute;
    top: -1px;
    right: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--lordColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
}

/* 购物车按钮下拉栏 */

.inputShoppingCart_dropDown {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 99;
    width: 308px;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 12px;
}

.inputShoppingCart_dropDown .contentNoCart p {
    font-size: 12px;
}

.inputShoppingCart_dropDown .contentNoCart .iconfont {
    font-size: 42px;
    color: #ccc;
}

.headerRight_inputShoppingCart_box:hover .inputShoppingCart_dropDown {
    height: auto;
    background: #ffffff;
    border: 1px solid var(--lordColor);
}

.inputShoppingCart_dropDown_title {
    padding: 6px 8px;
    box-sizing: border-box;
    line-height: 25px;
    color: #666;
}

.inputShoppingCart_dropDown_ul {
    width: 100%;
    background: #fff;
    max-height: 344px;
    overflow-y: auto;
}

.inputShoppingCart_dropDown_li {
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

.inputShoppingCart_dropDown_li:hover {
    background: #f5f5f5;
}

.inputShoppingCart_dropDown_li ~ .inputShoppingCart_dropDown_li {
    border-top: 1px dotted #ccc;
}

.inputShoppingCart_dropDown_liImg {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

.inputShoppingCart_dropDown_liImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.inputShoppingCart_dropDown_liText {
    width: 120px;
    height: 52px;
    overflow: hidden;
    color: #666;
    cursor: pointer;
}

.inputShoppingCart_dropDown_liText:hover {
    color: var(--lordColor);
}

.inputShoppingCart_dropDown_liRight {
    flex: 1;
    text-align: right;
}

.inputShoppingCart_dropDown_liPrice,
.inputShoppingCart_dropDown_liBtn {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #666;
}

.inputShoppingCart_dropDown_liBtn {
    font-weight: 500;
    cursor: pointer;
}

.inputShoppingCart_dropDown_liBtn:hover {
    color: var(--lordColor);
}

.inputShoppingCart_dropDown_bottom {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inputShoppingCart_dropDown_bottomLeft {
    color: #666;
}

.inputShoppingCart_dropDown_bottomLeft span {
    font-size: 700;
}

.inputShoppingCart_dropDown_bottomRight {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    height: 29px;
    background: var(--lordColor);
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.headerRight_link {
    /* width: 560px; */
    width: 58%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.headerRight_link_a {
    color: #9b9797;
    line-height: 1;
    cursor: pointer;
}

.headerRight_link_a:hover {
    color: var(--lordColor);
}

.headerRight_link_a ~ .headerRight_link_a {
    margin-left: 8px;
}

.headerRight_link_aColor {
    color: var(--lordColor);
}

.headerRight_bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.headerRight_bottom_a {
    color: #696060;
    white-space: nowrap;
}

.headerRight_bottom_a:hover {
    color: var(--lordColor);
}

.headerRight_bottom_a ~ .headerRight_bottom_a {
    margin-left: 20px;
}

.headerRight_bottom_aColor {
    color: var(--lordColor);
    font-weight: bold;
}

.index_headerScrollTop {
    position: fixed;
    z-index: 999;
    top: 0;
    border-bottom: 2px solid var(--lordColor);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    animation: headerScrollTop 1s;
    background-color: #fff !important;
}

.index_headerScrollTop .index_headeCen {
    height: 52px;
}

@keyframes headerScrollTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.index_headerScrollTop .index_headerLogo {
    height: 80%;
}

.index_headerScrollTop .index_headerRight {
    height: 100%;
    display: flex;
    justify-content: center;
}

.index_headerScrollTop .headerRight_link,
.index_headerScrollTop .headerRight_bottom {
    display: none;
}

.index_headerTwo {
    width: 100%;
}

.index_headerTwo .index_headeCen {
    height: 100px;
}

.index_headerTwo .index_headerRight {
    height: 100%;
    justify-content: center;
}

.index_headerTwo .headerRight_inputShoppingCart_box {
    margin-left: 80px;
}

.index_headerTwo .headerRight_bottom {
    display: none;
}

.index_headerClass {
    display: none;
    height: 25px;
    line-height: 25px;
    margin-left: 30px;
    border: 1px solid #ccc;
    border-bottom: none;
    position: relative;
}

.index_headerClass .iconfont {
    transition: transform 0.3s;
    zoom: 0.8;
    margin-left: 5px;
}

.index_headerClassAll {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-sizing: border-box;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.index_headerClassAll:hover {
    color: var(--lordColor);
}

.index_headerClass:hover .iconfont {
    transform: rotate(180deg);
}

.index_headerClass:hover .index_headerClassAll {
    border-color: #fff;
}

.index_headerClass:hover .index_headerClass_dropDown {
    display: block;
}

.index_headerClass_dropDown {
    display: none;
    position: absolute;
    top: 24px;
    left: -1px;
    z-index: 999;
    width: 152px;
    padding: 13px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.headerClass_dropDown_ul {
    width: 100%;
}

.headerClass_dropDown_li {
    display: flex;
    align-items: center;
}

.headerClass_dropDown_li a {
    color: #666;
    font-size: 12px;
}

.headerClass_dropDown_li a:hover {
    color: var(--lordColor);
}

.headerClass_dropDown_li a ~ a::before {
    content: "、";
    color: #666;
    font-size: 12px;
}

/* 首页底部 */

.index_footer {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.footer_icon {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}

.footer_iconUl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_iconLi {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_iconLiImg {
    width: 36px;
    margin-right: 10px;
}

.footer_iconLiImg img {
    width: 100%;
    display: block;
}

.footer_iconLi i {
    display: block;
    width: 36px;
    height: 42px;
    /* background-image: url("../images/19.png"); */
    background-repeat: no-repeat;
    margin-right: 10px;
}

.footer_iconLiTwo {
    background-position: -41px 0;
}

.footer_iconLiThree {
    background-position: -82px 0;
}

.footer_iconLiFour {
    background-position: -123px 0;
}

.footer_iconLi p {
    font-size: 18px;
    color: #444;
    font-weight: 700;
    white-space: nowrap;
}

.footer_content {
    width: 100%;
    margin: 0 auto;
}

.footer_contentList {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.footer_contentList_ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.footer_contentList_li {
    /* flex: 1; */
     font-size: 14px;
    /* font-weight: bold; */
    color: #666;
    cursor: pointer;
}

.footer_contentList_li p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.footer_contentList_li a {
    display: block;
    height: 22px;
    font-size: 12px;
    color: #666;
}
.footer_contentList_li:hover{
    color: var(--lordColor);
}
/* .footer_contentList_li a:hover,
.footer_contentNav a:hover {
    color: var(--lordColor);
} */

.footer_contentList_li img {
    width: 80%;
    display: block;
}

.footer_contentNav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.footer_contentNav:last-child {
    margin: 0;
}

.footer_contentNav a {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    line-height: 22px;
    cursor: pointer;
}

.footer_contentNav a ~ a::before {
    content: "|";
    color: #ccc;
    margin: 0 10px;
    display: block;
}

.footer_contentNav_color a {
    color: #999;
}

/* 面包屑导航 */

.breadcrumb_nav {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
}

.breadcrumb_navList {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.breadcrumb_navList a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.breadcrumb_navList a:hover {
    color: var(--lordColor);
}

.breadcrumb_navList p {
    font-size: 12px;
}

.breadcrumb_navList .iconfont {
    zoom: 0.8;
    color: #666;
    margin: 0 8px;
}

.index_headerThree {
    border-bottom: 2px solid var(--lordColor);
}

.index_headerThree .index_headerClass {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.index_headeNav {
    width: 100%;
    height: 35px;
    background: #fff;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.index_headeNav_title {
    display: block;
    width: 15.9%;
    height: 100%;
    position: relative;
}

.index_headeNav_title:hover .class_info {
    /* display: block; */
    overflow: visible;
    height: 475px;
    z-index: 9999;
}

.index_headeNav_titleA {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--lordColor);
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.index_headeNav_text {
    display: block;
    height: 100%;
    padding: 0 22px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-weight: 600;
}

.index_headeNav_text:hover {
    color: var(--lordColor);
}

/* 分类栏 */

.index_headerThree .class_info {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.index_headeNav_title:hover .index_headerThree .class_info {
    border-top: 2px solid var(--lordColor);
}

.index_headerThree .class_infoBar {
    width: 15.9%;
    /* width: 190px; */
    height: 100%;
    background: #ffffff;
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: -1px 3px 12px -1px rgb(0 0 0 / 30%);
}

.index_headerThree .class_infoBar_ul {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.class_infoBar_li {
    width: 100%;
    height: 25px;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* .class_infoBar_li:hover {
  background: #d9d9d9;
} */

.class_infoBar_div {
    display: flex;
    align-items: center;
}

.class_infoBar_div ~ .class_infoBar_div::before {
    content: "/";
    margin: 0 2px;
}

.class_infoBar_a {
    color: #333;
    cursor: pointer;
}

.class_infoBar_a:hover {
    transition: color 0.2s;
    color: var(--lordColor);
}

/* 分类栏弹窗 */

.class_infoPopup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    min-height: 475px;
    border-left: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
    padding: 20px 15px;
    box-sizing: border-box;
    transition: top 0.5s;
}

.class_infoPopup_del {
    width: 100%;
    height: 430px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.class_infoPopup_del .iconfont {
    font-size: 140px;
    color: #999;
    margin-bottom: 5px;
}

.class_infoPopup_ul {
    width: 100%;
}

.class_infoPopup_li {
    width: 100%;
    height: 100%;
    display: flex;
}

.class_infoPopup_a {
    min-width: 100px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

.class_infoPopup_aIcon {
    font-size: 12px;
    color: #333;
    margin-left: 5px;
}

.class_infoPopup_div {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 5px;
}

.class_infoPopup_div_a {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    margin: 3px 7px;
}

.class_infoPopup_a:hover,
.class_infoPopup_a:hover .class_infoPopup_aIcon,
.class_infoPopup_div_a:hover {
    color: var(--lordColor);
}

.content_main {
    width: 100%;
    position: relative;
}

/* 侧边栏 */

#sidebar01 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 35px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#sidebar01 .sidebar_ul {
    width: 100%;
}

#sidebar01 .sidebar_ulTwo {
    position: absolute;
    bottom: 0;
    z-index: 99;
}

#sidebar01 .sidebar_li {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

#sidebar01 .sidebar_li ~ .sidebar_li {
    margin-top: 1px;
}

#sidebar01 .sidebar_li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#sidebar01 .sidebar_li i {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #7a6e6e;
    background-image: url("../images/22.png");
    background-repeat: no-repeat;
}

#sidebar01 .sidebar_liOne i {
    background-image: url("../images/23.png");
    background-position: center;
}

#sidebar01 .sidebar_liTwo i {
    background-position: -86px -175px;
}

#sidebar01 .sidebar_liThree i {
    background-position: -48px 0;
}

#sidebar01 .sidebar_liFour i {
    background-position: -188px -100px;
}

#sidebar01 .sidebar_liFive i {
    background-image: url("../images/24.gif");
    background-position: center;
}

#sidebar01 .sidebar_liSix i {
    background-position: -46px -300px;
}

.sidebar_liSeven i {
    background-position: -46px -250px;
}

#sidebar01 .sidebar_li p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 62px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: var(--lordColor);
    transition: left 0.3s ease-in-out 0.1s;
}

#sidebar01 .sidebar_li:hover p {
    left: -60px;
}

#sidebar01 .sidebar_li:hover .sidebar_item-img {
    left: -200px;
    display: block;
}

.sidebar_item-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
    border-right: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
    display: none;
}

.sidebar_item-img img {
    width: 100%;
    display: block;
}

#sidebar01 .sidebar_li:hover i {
    background-color: var(--lordColor);
}

#sidebar01 .sidebar_liFive_img {
    display: none;
    position: absolute;
    bottom: 0px;
    left: -146px;
    width: 142px;
    padding: 10px;
    box-sizing: border-box;
    background: var(--lordColor);
    color: #fff;
    font-size: 14px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

#sidebar01 .sidebar_liFive_img img {
    margin-top: 8px;
    width: 100%;
    display: block;
}

#sidebar01 .sidebar_liFive:hover .sidebar_liFive_img {
    display: flex;
}

#sidebar01 .sidebar_liSpan {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background: var(--lordColor);
    line-height: 14px;
}

/* 侧边栏 */

#sidebar02 {
    position: fixed;
    bottom: 150px;
    right: 0;
}

#sidebar02 .sidebar_item {
    width: 42px;
    height: 42px;
    background: #aaa;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    cursor: pointer;
}

#sidebar02 .sidebar_item ~ .sidebar_item {
    border-top: 1px dotted #fff;
}

#sidebar02 .sidebar_itemIcon {
    display: none;
    background: #999;
}

#sidebar02 .sidebar_item .iconfont {
    color: #fff;
}

#sidebar02 .sidebar_itemImg {
    position: relative;
}

#sidebar02 .sidebar_itemImg:hover .sidebar_itemImg_up {
    display: block;
}

#sidebar02 .sidebar_itemImg_up {
    display: none;
    position: absolute;
    top: -54px;
    left: -176px;
    z-index: 9;
    width: 155px;
    height: 140px;
    padding: 10px;
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    color: #666;
    text-align: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

#sidebar02 .sidebar_itemImg_up::before {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    right: -6px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

#sidebar02 .sidebar_itemImg_upCen {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}

#sidebar02 .sidebar_itemImg_upCen img {
    width: 100%;
    height: 100%;
    display: block;
}

#sidebar02 .sidebar_itemImg .iconfont {
    font-size: 20px;
}

#sidebar02 .sidebar_itemFeedback .iconfont {
    font-size: 16px;
}

#sidebar02 .sidebar_item:hover {
    background: var(--lordColor);
}

#sidebar02 .sidebar_itemFeedback:hover .iconfont {
    display: none;
}

#sidebar02 .sidebar_item .sidebar_itemHover {
    display: none;
}

#sidebar02 .sidebar_item:hover .sidebar_itemHover {
    display: flex;
}

#download-link{
    color: #a29f9f;
}
/* 加载样式 */

.load_style {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask_screenTwo {
    z-index: -9999;
    opacity: 0;
}

.mask_screenImg {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.mask_screenImg img {
    width: 260px;
    height: auto;
    display: block;
}

.mask_screenIcon {
    display: none;
    /* display: flex; */
    align-items: center;
}

.mask_screenIcon_cen {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2a6fb3;
    margin-left: 15px;
}

.mask_screenBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: loading 2.5s 0.3s ease-in-out infinite;
}


/* 下载app弹窗 */
/* 遮罩层 */
.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 弹窗主体 */
.download-modal {
    background: white;
    border-radius: 12px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

/* 标题 */
.modal-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

/* 平台切换 */
.platform-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.tab-item {
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s;
}

.tab-item.active {
    color: #007aff;
    border-bottom: 3px solid #007aff;
    font-weight: bold;
}

/* 下载内容 */
.download-content {
    position: relative;
    min-height: 150px;
}

.platform-content {
    display: none;
    text-align: center;
}

.platform-content.active {
    display: block;
}

#qrcode{
    display: flex;
    justify-content: center;
}
#qrcode2{
    display: flex;
    justify-content: center;
}
/* 下载按钮 */
.download-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #007aff;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 20px;
    transition: transform 0.2s;
}

.download-btn.android {
    background: #3ddc84;
}

.download-btn:hover {
    transform: scale(1.05);
}

/* 平台图标 */
.platform-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}




@keyframes loading {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0.8;
        transform: translateX(100%);
    }
}
