.top-banner {
    margin-top: 0;
    width: 100%;
    height: 26.06vw;
    min-height: 495px;
    background-image: url("/images/support/exchange/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;

}
.top-content {
    width: 1200px;
    height: 128px;
    text-align: left;
    position: absolute;
    top: 40%;
    /*margin-left: 100px;*/
    left: 40%;
    transform: translate(-50%, -50%);
}
.top-content h1 {
    font-size: 40px;
    line-height: 40px;
    /*text-align: center;*/
    color: #fff;
}
.top-content p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    /*text-align: center;*/
    color: #fff;
}

.replace-section {
    margin-top: 100px;
}
.replace-section h2 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}
.replace-section h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.service-list {
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.circle-box {
    /*width: 32.5%;*/
    /*height: 100%;*/
    /*margin-right: 1%;*/
    /*background-color: rgb(247,249,250);*/
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    width: 25%;
}

.circle-item {
    /*display: flex;*/
    text-align: center;
}

.circle-desc {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    /*text-align:center;*/
}


.circle-icon {
    width: 100px;
    height: 100px;
    /*background-color: rgba(0,0,0,.04);*/
    /*border-radius: 50%; !* 使元素变为圆形 *!*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    font-size: 36px;
    color: #fff;
}

.note-box {
    padding:20px;
    margin:20px;
    background: rgb(245,245,245);
    border-radius: 10px!important;
}
.note-item {
    padding:20px
}
.item-desc {
    font-size: 16px;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    white-space: pre-line;
    line-height:30px
}

.item-desc a:hover {
    text-decoration:underline;
}

.faq-list {
    padding: 30px 50px 50px;
    margin:20px;
    background: rgb(245,245,245);
    border-radius: 10px!important;
}

.faq-list:first-child{
    margin-top: 0px;
}

.faq-item {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid rgb(230,230,230);
}
.faq-item img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.faq-item .faq-question {
    position: relative;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
}
.faq-item .faq-answer {
    line-height: 22px;
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    margin-top: 15px;
    overflow: hidden;
    display: none;
    white-space: pre-line;
}

.button-box {
    display: flex;
}

.button-box a {
    margin: 2px;
}

.button-apply {
    width: 254px;
    height: 44px;
    margin: 30px auto 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,112,213);
    border: 1px solid rgb(0,112,213);
    border-radius: 5px!important;
    color: white;
    cursor: pointer;
}

.button-apply:hover {
    background-color: rgb(36,144,227);
}

.button—query {
    width: 254px;
    height: 44px;
    margin: 30px auto 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 5px!important;
    background: #fff;
    color: rgba(0,0,0,.65);
    cursor: pointer;
}

.button—query:hover {
    background: rgba(0,0,0,.04);
}

.full-section {
    background: rgba(0,0,0,.04);
    padding: 10px 30px 50px;
    width: 100%;

}

.section-process-900{
    width: 1000px;
    min-width: 1000px;
    margin: 30px auto 0;
    position: relative;
}

.section-900 {
    width: 1000px;
    min-width: 1000px;
    margin: 50px auto 0;
    position: relative;
}


.button-box {
    display: flex;
    width: 100%;
    /*margin-left: 180px;*/
    align-items: center;
    justify-content: center;
    text-align: center;
}

.arrow-right {
    padding: 50px;
    color:rgba(0,0,0,.25)
}

.success-container {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.success-icon {
    font-size: 60px;
    color: #32a852;
    margin-bottom: 10px;
}

.success-message {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.back-link {
    color: #007bff;
    text-decoration: none;
}

.image-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-container {
    text-align: center;
}
.image-arrow {
    margin-bottom: 50px
}
.image-size {
    width: 250px;
    height: 100px
}

.image-description {
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}



