.banner{
    background: linear-gradient(98deg, #A47052 1%, #D5A971 101%), #F6F6F6;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    min-height: 246px;
    position: relative;
}
.banner::before{
    position: absolute;
    content: '';
    inset: 0;
    background: url(../img/ipoGuide.png) no-repeat;
    background-size: 50% auto;
    background-position: -145px -30px;
}
.banner .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding-top: 50px;
}
.banner .wrap>div:first-of-type{
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    position: relative;
}
.banner .wrap>div:first-of-type::before{
    position: absolute;
    content: '';
    top: -20px;
    width: 56px;
    height: 8px;
    background: #FFFFFF;
}
.banner .wrap>div:last-of-type{
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #E2E2E2;
    display: flex;
    align-items: center;
    gap: 12px;
}
.banner .wrap>div:last-of-type>img{
    width: 23px;
    height: 16px;
}
.ipo{
    width: 100%;
    padding: 65px 0;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
.ipo .wrap{
    display: flex;
    flex-direction: column;
}
.ipo .link{
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0em;
    color: #3D62D9;
    position: relative;
    padding-left: 10px;
    margin-bottom: 28px;
}
.ipo .link::before{
    position: absolute;
    left: 0;
    content: '';
    width: 4px;
    height: 16px;
    border-radius: 2px;
    opacity: 1;
    background: #A47052;
}
.ipo .link a{
    text-decoration: underline;
    color: #3D62D9;
}
.ipo .type{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
}
.ipo .type .item{
    display: flex;
    align-items: center;
    gap: 8px;
}
.ipo .type .item>div:first-of-type{
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
}
.ipo .color1{
    background: #FDE2C4;
}
.ipo .color2{
    background: #F1C07E;
}
.ipo .color3{
    background: #AC8A5F;
}
.table{
    margin: 14px 0 0;
}
.table table{
    border-color: #D8D8D8;
}
.table thead{
    background: #F5F5F5;
}
.table .name{
    width: 240px;
    height: 56px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.table .date{
    width: 96.4px;
    height: 56px;
    color: #333333;
    font-weight: normal;

}
.table .date.active{
    background-color: #A77454;
    border: 2px solid #A77454;
    color: #ffffff;
    font-weight: bold;
}
.table .date>span{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.table .date>span:last-of-type{
    font-size: 18px;
    line-height: 14px;
    text-align: center;
    margin-top: 6px;
}
.table tbody td{
    padding: 8px 10px;
    position: relative;
}
.table tbody td.active{
    border-left: 2px solid #A77454;
    border-right: 2px solid #A77454;
}
.table tbody tr:last-child td.active{
    border-bottom: 2px solid #A77454;
}
.ipo .color-full-1::before{
    position: absolute;
    content: '';
    inset: 0;
    background: #FDE2C4;
}
.ipo .color-full-2::before{
    position: absolute;
    content: '';
    inset: 0;
    background: #F1C07E;
}
.ipo .color-full-3::before{
    position: absolute;
    content: '';
    inset: 0;
    background: #AC8A5F;
}
.ipo .color-half-1::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #FDE2C4;
}
.ipo .color-half-2::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #F1C07E;
}
.ipo .color-half-3::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #AC8A5F;
}
.ipo .wrap>.title{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0em;
    color: #333333;

}
.security{
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    gap: 64px 0;
}
.security .item{
    width: 50%;
}
.security .item:nth-child(odd){
    padding-right: 20px;
}
.security .item:nth-child(even){
    padding-left: 20px;
    position: relative;
}
.security .item:nth-child(even)::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: calc(100% - 38px);
    width: 1px;
    background-color: #D8D8D8;
}
.security .name{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #A77454;
    display: flex;
    align-items: center;
}
.security .name img{
    width: 26px;
    height: 26px;
}
.security .tags{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}
.security .tags .tag{
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 26px; */
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(108deg, #A47052 1%, #D5A971 101%), #A77454;
    font-family: Microsoft YaHei;
    font-variation-settings: "opsz" auto;

}
.security .detail{
    display: flex;
    gap: 44px;
}
.security .detail>div{
    display: flex;
    flex-direction: column;
}
.security .detail>div>div{
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #333333;
}
.security .detail>div>div:first-of-type{
    margin-bottom: 16px;
}
.info{
    margin-top: 24px;

}
.info .title{
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #3D3D3D;
    margin-bottom: 16px;
}
.info .content{
    font-size: 14px;
    font-weight: normal;
    line-height: 22.4px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #666666;
}
.security .link{
    margin-top: 14px;
    margin-bottom: 0;
}
.security .link+.link{
    margin-top: 28px;
}
.ipo>.wrap>.title{
    margin-top: 64px;
}