.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/stockConnect.png) no-repeat;
    background-size: 70% auto;
    background-position: -220px -10px;
}
.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;
}
.hkex{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 65px 0;
}
.hkex .tabs>.title{
    display: flex;
    border-bottom: 1px solid #D8D8D8;
}
.hkex .tabs .title>div{
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    color: #999999;
    padding: 20px;
    cursor: pointer;
}
.hkex .tabs .title .active{
    color: #A56F26;
    font-weight: bold;
    border-bottom: 2px solid #A56F26;
}
.hkex .tabs .content>div{
    padding-top: 65px;
    display: none;
}
.hkex .tabs .content .active{
    display: block;
}
.hkex .tabs .content .info {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0em;
    color: #333333;
}
.hkex .tabs .content .info+.info{
    margin-top: 20px;
}
.hkex .tabs .content .market{
    margin-top: 74px;
    display: flex;
    gap: 43px;
}
.hkex .tabs .content .market>div:first-of-type>img{
    width: 281px;
    height: 400px;
}
.hkex .tabs .content .market>div:last-of-type{
    flex: 1;
}
.hkex .tabs .content .market>div:last-of-type>div:first-of-type{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #333333;
}
.hkex .tabs .content .market>div:last-of-type>div:nth-of-type(2){
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
    margin-top: 12px;
}
.hkex .tabs .content .market>div:last-of-type>div:last-of-type{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
    margin-top: 10px;
    letter-spacing: 0.09em;
}
.hkex .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0em;
    /* margin-top: 95px; */
}
.hkex .title a{
    text-decoration: underline;
    color: #3D62D9;
}
.table{
    margin: 24px 0 0;
}
.table table{
    border-color: #D8D8D8;
}
.table thead{
    background: #A47052;
    color: #ffffff;
}
.table .type{
    width: 266px;
    height: 56px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.table .marketType{
    width: 466px;
    height: 56px;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;

}
.table .th{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    height: 56px;
}
.table tbody td{
    padding: 12px 10px;
    background: #F6F6F6;
    text-align: center;
}
.table tbody td span{
    font-weight: 700;
}
.table tbody td:first-of-type{
    background: #EAEAEA;
}
.tradeHours tr td{
    padding: 34px 10px;
    line-height: 24px;
    font-size: 15px;
    min-height: 164px;
}
.hkex .lineTitle{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    position: relative;
    padding-left: 16px;
}
.hkex .lineTitle::before{
    position: absolute;
    content: '';
    left: 0;
    top: 1px;
    width: 6px;
    height: 22px;
    border-radius: 2px;
    background: #A47052;
}
.hkex .subTitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #3D3D3D;
    margin-top: 32px;
}
.tradeArrangement tr td{
    padding: 34px 10px;
    line-height: 24px;
    font-size: 15px;
}
.tradeArrangement tr td{
    background: #F6F6F6;
}
.tradeArrangement tr td:first-of-type{
    background: #EAEAEA;
}
.hkex .ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 23px;
}
.hkex .ul>div{
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
    position: relative;
    padding-left: 24px;
}
.hkex .ul>div::before{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    border-radius: 50px;
}
.hkex .ul>div>span{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #666666;
    margin-top: 12px;
}
.hkex .ul>div>a{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0em;
    text-decoration: underline;
    color: #3366FF;
    margin-top: 12px;
}
.taxation tr td{
    padding: 24px 10px;
    line-height: 24px;
}
.taxation tr td{
    background: #F6F6F6;
}
.taxation tr td:first-of-type{
    background: #EAEAEA;
}
.tips{
    margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid #D8D8D8;;
}
.tips>div:first-of-type{
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    color: #A47052;
}
.tips>div:last-of-type{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: -0.01em;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}
.tips>div:last-of-type>div{
    position: relative;
    padding-left: 22px;
}
.tips>div:last-of-type>div::before{
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #A47052;
}