.common-style{
    width: 100%;
}
.content{
    width: 100%;
    box-sizing: border-box;
    background-color:  #102ac5;
}
.top{
    height: 256px;
    background-image: url("/assets/dzapp/images/top1.png");
    background-size: cover; /* 让图片自适应盒子大小，保持宽高比并完全覆盖盒子 */
    background-repeat: no-repeat; /* 让图片不重复显示 */
    position: relative;
}
.nav1{
    padding: 5px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 97%;
    bottom: 10px;
    z-index: 9999;
    height: 20px;
}
.nav1 a{
    color: white;
    text-decoration: none; /* 去掉下划线 */
}

.zhengcegaishu{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.zhengcegaishu-header{
    width: 333px;
    height: 45px;
    background-image: url("/assets/dzapp/images/zhengcegaishu.png");
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhengcegaishu-title{
    width: 88px;
    height: 26px;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(101.16946589637597deg, #FF9743 0%, #FFCF88 55%, #FFF2A1 98%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-main{
    background-color: #0447ee;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: -10px;
    border-radius: 15px 15px 0 0;
    padding-top: 1px;
    padding-bottom: 10px;
}
.content-son{
    padding: 15px;
    background-color: #b3d3ff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;

}
.dagang-title-bg{
    width: 301px;
    height: 45px;
    margin-top: -15px;
    background: linear-gradient( 180deg, #0060F0 0%, #73BBFF 53%, #80BDFF 94%);
    transform: perspective(100px) rotateX(345deg);  /* 添加3D变换效果制造倒梯形 */
}

.dagang-title{
    width: 301px;
    height: 45px;
    margin-top: -45px;
    text-align: center;
    z-index: 1;
    line-height: 45px;
    font-size: 18px;
    color: white;
}
.arrow-icon{
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    line-height: 45px;
}

.gold{
    font-weight: 800;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #FF9743 0%, #FFCF88 50%, #FFF2A1 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
