/*股票*/

.trading-account .row {
    padding-top: 200px !important;
}

.trading-account .tab .tab-title {
    border-bottom: 2px solid #E6E8EB;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.trading-account .tab .tab-title ul {
    width: fit-content;
    margin: auto;
    display: flex;
    gap: 144px;
}

.trading-account .tab .tab-title li {
    position: relative;
    text-align: center;
}

.trading-account .tab .tab-title li span {
    display: block;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #4A546D;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 7px 0 20px;
}

.trading-account .tab .tab-title li span:hover {
    cursor: pointer;
    color: #D41E44;

}

.trading-account .tab .tab-title li.on span {
    color: #D41E44;
    border-bottom: 4px solid #D41E44;
}

.trading-account .tab .tab-content-wrapper {
    padding-top: 88px;
}



.trading-account .tab .tab-content-wrapper .tab-content {
    font-size: 16px;
    color: #8A8F9A;
    line-height: 24px;
    letter-spacing: 1px;
    display: none;
}

.trading-account .tab .tab-content-wrapper .tab-content.on {
    display:block;
}

.trading-account .tab .tab-content-wrapper .tab-content .section-1 {
    border-bottom:1px solid #e6e8eb;
    padding-bottom:88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    flex-direction: row-reverse;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.trading-account .tab .tab-content-wrapper .tab-content .section-1 .right {
    padding-left:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trading-account .tab .tab-content-wrapper .tab-content .section-1 .title {
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom:16px;
    margin-bottom:24px;
    position:relative;
    color:#0b1a3c;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-1 .title:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:1px;
    background:#d91d22;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-1 .desc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color:#0b1a3c;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-1 img {
    max-width:630px;
    width:100%;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-1>div:last-child {
    flex-grow: 8;
    display:flex;
    flex-direction: column;
    max-width:412px;
    width:100%;
}

.trading-account .tab .tab-content-wrapper .tab-content .section-2 {
    padding:88px 0;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-2 .desc {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    max-width:840px;
    margin:auto;
    text-align: center;
    color:#0b1a3c
    
}
.trading-account .tab .tab-content-wrapper .tab-content .section-2 > p:last-child {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-align: center;
    color:#4a546d;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-2 .items {
    display:flex;
    gap:24px;
    margin:48px 0;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-2 .items .item {
    border-radius: 6px;
    border: solid 1px #d5d9e0;
    min-height:186px;
    padding:30px 10px 28px;
    text-align: center;
    width: 33.3%;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-2 .items .item img {
    display:block;
    margin: 0 auto 21px;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-2 .items .item span {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color:#0b1a3c;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-3 {
    background:#f8f8f8;
    padding:160px 15px;
    text-align: center;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-3 p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color:#0b1a3c;
    max-width:960px;
    margin:0 auto 48px;
}
.trading-account .tab .tab-content-wrapper .tab-content .section-3 a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
    background:#d41e44;
    padding: 12px 32px;
    border-radius: 4px;
}

@media only screen and (max-width:1024px) {
    .trading-account .row {
        padding-top: 80px !important;
    }
    .trading-account .tab .tab-title{
        padding-top:0 !important;
    }
    .trading-account .tab .tab-title li span {
        display: block;
        font-size: 16px;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #4A546D;
        line-height: 30px;
        letter-spacing: 1px;
        padding: 0px 19px 12px;
    }
    
    .trading-account .tab .tab-title li.on p {
        width: 100%;
    }

    .trading-account .tab .tab-title {
        padding-top: 24px;
    }

    .trading-account .tab .tab-content-wrapper {
        padding-top:80px;
    }

    .trading-account .tab .tab-content-wrapper .tab-content .section-1 {
        flex-direction: column;
        text-align: center;
        padding-bottom:82px;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-1 .right{
        margin-bottom:82px;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-1 .title{
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-1 .title:after{
        left:50%;
        margin-left:-40px;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-1 .desc{
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-1 img{
        margin:auto;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 {
        padding-top:80px;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 .items {
        flex-direction: column;
        gap: 16px;
        max-width: 630px;
        margin: 40px auto;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 .items .item {
        width:100%;
        padding: 16px 10px;
        min-height:initial;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 .items .item img {
        margin-bottom:8px;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 .items .item span {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color:#0b1a3c;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 .desc {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-2 > p:last-child {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #4a546d;
    }

    .trading-account .tab .tab-content-wrapper .tab-content .section-3 {
        padding: 80px 15px;
    }
    .trading-account .tab .tab-content-wrapper .tab-content .section-3 p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        margin-bottom:40px;
    }
}

@media only screen and (max-width: 767px) {
    .trading-account .tab .tab-title ul {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 450px) {
    .tab .tab-title>ul {
        display: flex;
    }

    .trading-account .tab .tab-title li span{
        padding: 0;
        text-align: center;
    }

}
