*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
html,body{
    background-color: #f7f5f5;
}
.w{
    width: 1300px;
    margin: 0 auto;
}
.texts{
    display: none;
}
.m-title{
    display: none;
}
.banner{
    display: none;
}
.m-main1{
    display: none;
}
.navbox{
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.left {
    margin-left: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 320px;
    height: 100%;
    color: rgb(240, 29, 29);
}
.right{
    width: 570px;
    height: 100%;
}

.left .title{
    font-size: 29px;
}

.right ul{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.right ul li{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 130px;
    color: rgb(83, 83, 83);
    /* background-color: hsl(0, 8%, 83%); */
    margin-right: 70px;
}
.right ul li img{
    width: 30px;
}

.main1{
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 450px;
    background-color: #fff;
    margin-top: 30px;
    border: 1px solid #ececec;
}
.top-title{
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #d6d6d6;
}
.top-title p{
    font-size: 20px;
}
.main1 .box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 389px;
}
.box .text{
    width: 40%;
    height: 100%;
}
.box .imgbox{
    width: 50%;
    height: 100%;
}
.text ul{
    width: 100%;
    height: 100%;
}
.text ul li{
    display: flex;
    line-height: 40px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}
.text ul li span{
    color: #5c5c5c;
}
.text ul li .copyicon{
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.text ul li .cgicon{
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 5px;
}
.imgbox img{
    margin-top: 40px;
    margin-left: 40px;
    width: 170px;
    height: 266px;
}

.main2{
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 750px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 1px solid #ececec;
}
.main2 .box .text{
    width: 60%;
    height: 100%;
}

.dm-text span{
    color: rgb(69, 187, 85);
}

.footer {
    width: 100%;
    height: 250px;
    background-color: #242424;
    /* 关键：启用弹性布局让子元素垂直居中 */
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中（针对子容器） */
}

.footer .main {
    text-align: center; /* 让p标签内的文字左右居中 */
    color: white;
    /* 移除固定高度，让内容自然撑开 */
}

.footer .main p {
    margin: 10px 0; /* 增加段落间距，让布局更美观 */
    line-height: 1.5; /* 修复行高，避免文字垂直偏移 */
}

@media (max-width: 767px) {
    html,body{
        width: 100vh;
        background-color: #fff;
    }
  .w{
        width: 100%;
    }
   .navbox{
        width: 100%;
        height: 140px;
        border-bottom: 1px solid #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }
    .left {
        margin-left: 10px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        height: 100%;
        color: rgb(240, 29, 29);
    }
    .right{
        width: 40%;
        height: 100%;
    }
    .left img{
        width: 40%;    
    }
    .left .title{
        font-size: 35px;
        color: rgb(255, 62, 62);
        margin-top: 5px;
    }

    .right ul{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
    }

    .right ul li{
        display: flex;
        align-items: center;
        justify-content: start;
        height: 100%;
        width: 220px;
        color: rgb(83, 83, 83);
        /* background-color: hsl(0, 8%, 83%); */
        margin-right: 10px;
    }
    .right ul li span{
        font-size: 22px;
    }
    .right ul .lishow{
        display: none !important;
    }
    .right ul li img{
        width: 60px;
    }

    .pshow{
        display: none;
    }
    .main1{
        display: none;
    }
    .main2{
        display: none;
    }
    .m-title{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100px;
        /* background-color: #ffffff; */
    }
    .m-title img{
        margin-left: 10px;
        width: 70px;
        margin-right: 10px;
    }
    .m-title span{
        font-size: 32px;
    }
    .banner{
        display: flex;
        width: 100%;
        height: 1266px;
        margin-bottom: 40px;
    }
    .banner img{
        width: 100%;
        height: 100%;
    }

    .m-main1{
        display: block;
        padding: 10px;
    }
    .layui-table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .layui-table .name{
        text-align: center;
        padding: 0;
        line-height: 150px;
        width: 40%;
        font-size: 30px;
        height: 150px;
        background-color: #f7f6f6;
        border: 1px solid #cccc;
        border-right: 0;
    }
    .layui-table .vlaue{
        position: relative;
        padding: 20px 40px;
        width: 60%;
        height: 150px;
        background-color: #ffffff;
        border: 1px solid #cccc;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }
    .layui-table .h{
        line-height: 120px !important;
    }
    .layui-table .cg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .layui-table tr td .td-copy{
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    } 
    .layui-table tr td .td-cg{
        width: 40px;
        height: 40px;
    } 
    .footer p{
        font-size: 24px;
    }
    .texts{
        display: block;
        padding: 20px;
        width: 100%;
    }
    .layui-panel {
        width: 100%;
    }
    .layui-panel p{
        font-size: 20px;
        overflow-wrap: break-word
    }
}