.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/commonProblem.png) no-repeat;
    background-size: 50% auto;
    background-position: 0px 0px;
}
.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;
}
.question{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 45px 0;
}
.question .tabs>.title{
    display: flex;
    border-bottom: 1px solid #D8D8D8;
}
.question .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;
}
.question .tabs .title .active{
    color: #A56F26;
    font-weight: bold;
    border-bottom: 2px solid #A56F26;
}
.question .tabs .content>div{
    display: none;
}
.question .tabs .content .active{
    display: block;
}

.open{
    padding-top: 37px;
}
.open>.title{
    background: url(../img/account.png) no-repeat;
    background-size: 100% auto;
    width: 500px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.open .detail{
    display: flex;
    margin-top: 60px;
    gap: 27px;
    border-bottom: 1px solid #D8D8D8;
}
.open .detail>div:first-of-type{
    width: 300px;
    height: 409px;
}
.open .detail>div:first-of-type>img{
    width: 100%;
}
.open .detail>div:last-of-type{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.open .detail .subTitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0em;
    color: #333333;
}
.open .detail .content{
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
}
.open>.subTitle{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 26px;
}
.open .ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 23px;
}
.open .ul>div{
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #444444;
    position: relative;
    padding-left: 24px;
}
.open .ul>div::before{
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    border-radius: 50px;
}
.open .ul>div>span{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #666666;
    margin-top: 12px;
}
.open .ul>div>a{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0em;
    text-decoration: underline;
    color: #3366FF;
    margin-top: 12px;
}

.asset{
    padding: 61px 0;
}
.asset .title{
    display: flex;
    margin-bottom: 24px;
    margin-top: 20px;
    position: relative;
}
.asset .title>span{
    height: 48px;
    background: linear-gradient(98deg, #A47052 1%, #D5A971 101%), #D8D8D8;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 10px 0 25px;
    position: relative;
}
.asset .title>span::before{
    position: absolute;
    left: 10px;
    top: 21px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 50px;
}
.asset .title>span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -32px;
    border-top: 48px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 48px solid #D5A971;
}
.asset .text{
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    text-align: justify; /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.asset .text a{
    color: #3D62D9;
    text-decoration: underline;
}
.settlement{
    padding-top: 64px;
}
.settlement .tips{
    width: 100%;
    border-radius: 10px;
    height: 98px;
    border: 2px solid #A47052;
    position: relative;
    margin-bottom: 44px;
}
.settlement .tips>div:first-of-type{
    position: absolute;
    left: 25px;
    top: -20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(105deg, #A47052 1%, #D5A971 101%), #D8D8D8;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px 0px #795020;
    padding: 0 20px;

}
.settlement .tips>div:last-of-type{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #333333;
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.charge{
    padding: 64px 0;
}
.charge .title{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #333333;
    gap: 10px;
}
.charge .title img{
    width: 36px;
    height: 36px;
}
.charge .content{
    width: 1200px;
    height: 136px;
    border-radius: 10px;
    border: 2px solid #A47052;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    margin-top: 22px;
}
.charge .content a{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    color: #3D3D3D;
}
.market{
    padding: 44px 0 19px;
}
.market .time{
    display: flex;
    gap: 24px;
    padding: 12px 0 44px;
}
.market .time>div{
    flex: 1;
    height: 132px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #A47052;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.market .time>div>div:first-of-type{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #333333;
}
.market .time>div>div:last-of-type{
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #333333;
}
.market .subTitle{
    font-weight: normal;
    line-height: 30px;
    text-align: justify; /* 浏览器可能不支持 */
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    margin-top: 32px;
}
.market .text{
    line-height: 30px;
}
.table{
    width: 100%;
    display: flex;
}
.table table{
    border-color: #D8D8D8;
}
.table thead{
    background: #A47052;
    color: #ffffff;
}
.table th {
    width: 200px;
    height: 56px;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
}

.table tbody td{
    padding: 10px 2px;
    text-align: center;
}
.table tbody td a{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0em;
    color: #3D62D9;
}
.table tbody tr:nth-child(even) td{
    background-color: #F5F5F5;
}
.table tbody tr:nth-child(odd) td{
    background-color: #EAEAEA;
}

.table tbody td[rowspan="2"]{
    background: #F5F5F5 !important;
}
.table tbody tr td[rowspan="2"]:first-of-type{
    background: #EAEAEA !important;
}
.account{
    padding: 34px 0 0;
}
.account .text{
    padding-bottom: 24px;
}