html {
    scroll-behavior: smooth;
}
/***** banner *****/
.banner img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    top: 65px;
    object-fit: cover; /* 保持图片比例并裁剪以覆盖整个容器 */
    object-position: center; /* 确保图片中心部分显示 */
}

.banner-left img {
    position: absolute;
    left: 60px;
    top: 343px;
    width: 44px;
    height: 72px;
}

.banner-right img {
    position: absolute;
    right: 60px;
    top: 343px;
    width: 44px;
    height: 72px;
}

.banner-right img:hover, .banner-left img:hover {
    cursor: pointer;
    background-color: #FFFFFF;
}

/**
申请入驻
 */
.apply-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    min-height: 80vh; /* 使容器至少占据整个视口高度 */

    text-align: center;
}

.apply-list {
    width: 1200px;
    display: flex;
}

.apply-list-box {
    position: relative;
}

.apply-step {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*flex-direction: column;*/
    color: #FFFFFF;
    padding: 25px; /* 添加一些内边距 */
    box-sizing: border-box; /* 确保内边距不会增加容器的总宽度 */
}

.apply-list-title-box {
    height: 120px;
}

.apply-list-title-box:first-child {
    margin-top: -7px;
}

.apply-list-title-box:nth-child(2) {
    margin-top: 25px;
}

.apply-list-title-box:last-child {
    margin-top: 22px;
}

.step-title {
    font-size: 16px;
}

.step-sub-title {
    font-size: 12px;
    overflow-wrap: break-word; /* 同上，更现代的属性 */
    width: 130px;
    line-height: 1.5;
}

.vertical-line {
    width: 2px;
    height: 108px;
    background-color: #0085F7;
    position: relative;
    left: 15px;
    z-index: 9;
}

.apply-list-box-top {
    display: grid;
    gap: 20px 200px; /* 子元素之间的间距 */
    justify-content: center;
    grid-template-columns: repeat(2, 1fr); /* 每行两个列 */
    left: 55px;
    position: relative;
    top: 48px;
}

.apply-list-box-top > div {
    min-width: 200px; /* 最小宽度，防止内容过窄 */
    box-sizing: border-box; /* 确保内边距不会增加容器的总宽度 */

}

.sub-form {
    background-color: #F8F9FF;
    padding-right: 300px;
}

.require {
    color: #D80F0F;
}

.form-box {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    gap: 10px; /* 标签和输入框之间的间距 */
    align-content: space-between;
}

.yuanxin-input {
    width: 240px;
    height: 36px;
    box-shadow: inset 0 0 #DADDE0;
    border: #DADDE0 1px solid;
    border-radius: 4px;
}

.yuanxin-select {
    height: 36px;
    width: 246px;
    box-shadow: inset 0 0 #DADDE0;
    border: #DADDE0 1px solid;
    border-radius: 4px;
}

textarea {
    box-shadow: inset 0 0 #DADDE0;
    border: #DADDE0 1px solid;
    border-radius: 4px;
}

.input-title {
    font-size: 16px;
    color: #000C05;
    min-width: 160px;
    text-align: right; /* 文字靠右对齐 */
}

.agree-box {
    position: relative;
    top: 80px;
    left: 210px;
    text-align: center;
}

.form-submit {
    width: 177px;
    height: 49px;
    background-color: #0487F9;
    color: #FFFFFF;
    border: 0px;
    border-radius: 5px;
    margin-top: 40px;
}

.form-submit:hover {
    background-color: #FFFFFF;
    color: #0487F9;
    cursor: pointer;
    border: 1px solid #0487F9;
}

.platform-box {
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    text-align: center;
    background-color: #F2F9FE;
    margin-top: 100px;
}

.news-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    text-align: center;
    margin-top: 100px;
    margin-bottom: 120px;
}

.platform-content-list, .platform-content-list-bottom {
    width: 1200px;
    display: flex;
    gap: 50px; /* 可以根据需要调整间距 */
}

.platform-content {
    width: calc(25% + 10px);
    display: grid;
    height: 347px;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    -webkit-border-radius: 5px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    -webkit-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    -ms-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    -o-box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
    box-shadow: 0.000000px 5.000000px 20px rgba(4, 135, 249, 0.15);
}

.platform-content-list-bottom {
    padding-bottom: 120px;
}

.platform-content-list-bottom-content {
    width: calc(50%);
    display: grid;
    height: 347px;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.platform-title-box {
    height: 90px;
    line-height: 1.5;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.platform-title {
    color: #000000;
    font-size: 24px;

}

.platform-sub-title {
    color: #777777;
    font-size: 14px;
    width: 248px;
}

.news-title-box {
    display: flex;
    gap: 0px 80px;
    justify-content: center;
}

.news-title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.active-tab{
    color: #0487F9;
}
.bottom-active{
    display: block !important;
}

.active-tab-bottom{
    display: none;
}
.active-tab-bottom{
    width: 75px;
    height: 2px;
    background-color: #0487F9;
    position: relative;
    left: 40%;
}

.news-img-bg {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}

.news-sub-title-div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -140px;
    left: 65px;
    font-size: 16px;
    color: #000000;
}

.ok-title {
    font-size: 16px;
    color: #777777;
}

.ok-tip-title {
    color: #222222;
}

.p-title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.ok-bottom {
    display: flex;
    text-align: left;
    justify-content: center;
    position: relative;
    top: -50px;
}
.p-content{
    width: 532px;
    /**
    内容自动换行
     */
    white-space: normal;
    line-height: 1.5;
}