html,
body {
    margin: 0;
    padding: 0;
    color: #292b2d;
    background-color: #efefef;
}
*{
    font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif!important;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%!important;
}
a {
    text-decoration: none;
    color: black;
}

a:visited {
    color: black; /* 设置点击后链接的颜色为紫色 */
}

.container {
    /*max-width: 1920px;*/
    margin: 0 auto;
    background-color: #fff;
}

.header {
    background-color: #efefef;
}

.header span {
    font-size: 14px;
    color: #292b2d;
}

@media screen and (max-width: 760px) {
    .header {
        display: none;
    }
}

.panel-header {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 20px;
    font-family: "Microsoft YaHei";
}

.header-left {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.head-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right img {
    height: 30px;
    margin-right: 10px;
    filter: grayscale(100%);
    border-radius: 4px;
}

#menu .menu {
    max-width: 1280px;
    background-color: #fff;
    padding: 20px;
    font-family: "Microsoft YaHei";
    display: flex;
    gap: 9vw;
    align-items: center;
    margin: auto;
}
#menu{
    box-shadow: 1px 12px 18px #c7c7c757;
}
.menu-tab {
    font-size: 16px;
}

.menu-tab ul {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head-child-item {
    display: none;
}

.menu-tab li {
    cursor: pointer;
    color: #292b2d;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.wap-pro,
.phone-menu-box,
.black-bg,
.menu-ico-tit {
    display: none;
}

.menu-tab .nav-tree .pc-pro {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-tree:hover .head-child-item-pc{
        display: block;

}

.menu-tab ul li.nav-tree {
    position: relative;
}

.head-child-item {
    display: none;
}

.head-child-item-pc {
    display: none;
    width: max-content;
    position: absolute;
    background: white;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: auto;
    box-shadow: -2px 7px 10px 1px #53535345;
    padding: 20px;
    border-radius: 5px;
}


.head-child-item-pc .type-icon {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.head-child-item-pc ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 15px;

}

.head-child-item-pc ul li {
    display: flex;
    gap: 20px;
}

.head-child-item-pc ul li .child-txt {
    display: grid;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.head-child-item-pc ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    white-space: nowrap
}

.head-child-item-pc ul li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #878787;
    white-space: nowrap
}

@media screen and (max-width: 760px) {

    .detail .card-label{
        margin: unset!important;
    }

    .menu-tab .p_li:hover:after {
        background: unset!important;

    }

    .nav-tree {
        pointer-events: unset;
    }

    .menu {
        justify-content: space-between;
    }

    .head-child-item-pc {
        display: none;
    }
    .menu-tab .p_li.active:after{
        display: none;
    }

    .phone-menu-box {
        display: block;
        padding: 5px 8px;
        border-radius: 22%;
        border: 1px solid #211e1e;
    }

    .phone-menu.active .black-bg {
        display: block;
        height: 100vh;
        position: fixed;
        width: 100vw;
        z-index: 9998;
        background: rgba(108, 108, 108, 0.2);
        left: 0px;
        top: 0px;
    }

    .phone-menu .menu-ico-tit {
        display: block;
    }

    .menu-tab {
        overflow: auto;
        display: none;
        z-index: 9999;
        position: fixed;
        height: 100vh;
        right: 0px;
        top: 0px;
        width: 75%;
        background: #f6f6f6;
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    }

    .menu-tab ul {
        display: grid;
        gap: 10px;
    }

    .menu-tab ul li {
        border-bottom: 1px solid #dddddd;
        display: grid;
        align-items: center;
    }

    .menu-tab ul li i {
        position: absolute;
        right: 20px;
    }

    .menu-tab ul li a {
        margin: 10px 20px;
    }

    .menu-tab ul li.nav-tree.active .fa-angle-right {
        transform: rotate(90deg); /* 旋转 90 度 */
        transition: transform 0.3s; /* 设置旋转动画持续时间为0.5秒 */
    }

    .head-child-item ul {
        grid-template-columns: 1fr;
    }

    .head-child-item {
        margin-left: 20px;
        box-shadow: inset 4px 8px 14px 20px #d6d6d636;
    }

    .head-child-item ul li:nth-last-child {
        border-bottom: 1px solid #dddddd;
    }

    .menu-ico-tit {
        margin: 20px;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .wap-pro {
        display: block;
    }

    .menu-tab .nav-tree .pc-pro,
    .head-child-item {
        display: none;
    }

    .head-child-item-pc {
        display: none !important;
    }

}


.logo img {
    max-width: 200px!important;
    max-height: 65px;
    display: unset;
    vertical-align: unset;
}

.isclick {
    pointer-events: none;
}

.menu-tab .p_li {
    position: relative;
}

.menu-tab .p_li.active:after {
    position: absolute;
    content: "";
    height: 4px;
    background: #051c96;
    width: 120%;
    left: -10%;
    bottom: -45px;
}

.menu-tab .p_li:hover:after {
    position: absolute;
    content: "";
    height: 4px;
    background: #051c96;
    /*width: 100%;*/
    left: 0px;
    bottom: -45px;
    transition: width 0.5s ease;
    animation: stretchWidth 0.3s forwards;
}
@keyframes stretchWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.mt-10vh{
    margin-top: 10vh
}


/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(77, 76, 76, 0.4);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #03A9F4!important;
}
.fa{
    font: normal normal normal 14px/1 FontAwesome!important;
}

tr:nth-child(2n-1) td {
    background-color: #91b9d769;
}
table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: none!important;
}

.banner-content {
    max-width: 550px;
    padding: 0 20px;
    position: absolute;
    left: 320px;
    color: #fff!important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.banner-content h1 {
    font-weight: 700;
    font-size: 40px;
    color: #fff!important;
}
.banner-content p {
    font-size: 16px;
    color: #fff!important;
}
.banner-content button {
    background-color: #051c96;
    color: #ffffff!important;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: fit-content;
}
.banner-content button:hover {
    background-color: #081b7c;
    color: #fff!important;
}
@media screen and (max-width: 760px) {
    .banner-content {
        left: 0;
        top: 88px;
        text-align: center;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-content button {
        width: 100%;
        margin-top: 5px;
    }
}