body {
    background-color: #F0F7FE;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 100vh; /* 确保 body 元素至少占据整个视口高度 */
    margin: 0; /* 去除 body 元素默认的 margin */
    flex-direction: column;
}

* {
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 540px;
    margin-bottom:10px;
}

.banner-trad {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

.banner-trad ul {
    width: auto;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease;
}

.banner-trad li {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.banner-trad li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indicators {
    position: absolute;
    bottom: 10px;
    right: 100px;
    display: flex;
    z-index: 1;
}

.indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

.indicator.active {
    background-color: #FFFFFF;;
}
.bottom {
    width: 437px;
    height: 148px;
    background-color: rgba(20, 94, 206, 0.6);
    position: absolute;
    top: 392px;
    left: 23%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.more {
    width: 116px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    margin-left: 270px;
    background: #fff;
    color: #1764CE;
    cursor: pointer;
}

.bottom-text {
    width: 410px;
    height:100px;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-left: 10px;
    text-align: left;
    color: #FFFFFF;
    z-index: 9999;
}


.title {
    width: 65%;
    height: 70px;
    position: relative;
    bottom: 540px;
    //left: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 400px;
    height: 62px;
}

.logo-img {
    width: 62px;
    height: 62px;
    background-image: url("../img/logo.png");
    background-size: cover;
}

.text {
    height: 51px;
}

.text span {
    font-family: Alibaba PuHuiTi;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    color: #182E6C;
    letter-spacing: 0.4em;
}

.text p {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 6px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #182E6C;
}

.page-translation {
    width: 240px;
    height: 32px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-translation-text {
    border: 1px solid #0E4A93;
    width: 82px;
    height: 35px;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: #0E4A93;
    cursor: pointer;
}
.page-translation-text a{
    text-decoration: none;
    color: #0E4A93;
}

.page-translation-input {
    width: 150px;
    height: 32px;
    border-bottom: 1px solid #0E4A93;
}

.page-translation-input input {
    background-color: transparent;
    border: none;
    width: 150px;
    height: 32px;
    outline: none;
    padding-right: 35px;
}

.iconfont {
    position: relative;
    right: -130px;
    top: -87%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #0E4A93;
}

.main {
    height: auto;
}

.main-center {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-center-left {
    width: 740px;
    height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.center-left-item {
    width: 740px;
    height: 348px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.left-item-title {
    width: 100%;
    height: 52px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.item-title-left {
    width: 150px;
    height: 52px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.item-title-left-icon {
    width: 52px;
    height: 52px;
    background: #3377C8;
    padding: 12px;
}

.item-title-left-text span {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.item-title-right {
    width: 70px;
    height: 22px;
    margin-right: 40px;
}

.item-title-right button {
    width: 70px;
    height: 100%;
    border: none;
    background-color: transparent;
    color: #498AEC;
}

.left-item-center {
    width: 100%;
    height: 280px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.nm-list {
    margin: 0 auto;
    width: 96%;

}

.nm-list__item {
    margin-bottom: 10px;
    height: 30px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
}

.nm-list__left {
    float: left;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666666;

}

.nm-list__item:before {
    content: "";
    float: left;
    display: block;
    margin: 4px 14px 0 0;
    width: 2px;
    height: 12px;
    border-radius: 25px;
    background: url('../img/li.png');
}

.nm-list__right {
    float: right;
    color: #999999;
}

.main-center-right {
    margin-left: 10px;
    width: 440px;
    height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-title {
    width: 440px;
    height: 52px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.right-title-left{
    width: 150px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.title-right-icon{
    width: 52px;
    height: 52px;
    background: #3377C8;
    padding: 10px;
}

.title-right-text span{
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.right-center{
    width: 440px;
    height: 1008px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.right-center-card{
    width: 416px;
    height: 482px;
    background: linear-gradient(180deg, rgba(73, 138, 236, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.card-text{
    padding: 10px;
}

.card-button{
    width: 116px;
    height: 32px;
    background: #498AEC;
    text-align: center;
    line-height: 32px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 70px;
    cursor: pointer;
}

.footer{
    width: 100%;
    background: #3377C8;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    color: #fff;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}
.footer p{
    margin: 0px;
    height: 84px;
    line-height: 84px;
}

.img-txt__txt_sty1{
    float: right;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #3377C8;
    cursor: pointer;
}