.page-exchange .newTop {
    border: 0.5px solid #e4eeff;
    border-radius: 5px 5px 0 0;
    margin: 50px 20px;
    overflow: hidden;
    padding: 20px;
}

.page-exchange .newTop .newTop-head {
    height: 41px;
    background: #f5f5f5;
    border-bottom: 0.5px solid #e4eeff;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-exchange .newTop .newTop-img {
    width: 26px;
    height: 26px
}

.page-exchange .newTop .newTop-type {
    width: 135px;
    height: 31px;
    background: #fff;
    border: 0.5px solid #e4eeff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box
}

.page-exchange .newTop .newTop-type .img1 {
    width: 10px;
    height: 15px
}

.page-exchange .newTop .newTop-type .img2 {
    width: 15px;
    height: 10px
}

.page-exchange .newTop .newTop-box {
    height: 88px;
    padding: 0 10px;
    display: flex;
    align-items: center
}

.page-exchange .newTop .newTop-btn {
    width: 104px;
    height: 36px;
    background: #004dd6;
    border-radius: 5px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px
}

.page-exchange .newTop .newTop-input {
    height: 36px;
    background: #f5f5f5;
    border-radius: 5px;
    width: calc(100% - 109px);
    padding: 0 10px;
    box-sizing: border-box
}

.page-exchange .newTop .newTop-input uni-input {
    height: 36px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333
}

.page-exchange .newBottom {
    background: #fff;
    border-top: 0.5px solid #e4eeff;
    margin: 15px 26px 0 26px
}

.page-exchange .newBottom .newBottom-list {
    height: 46px;
    background: #fff;
    border: 0.5px solid #e4eeff;
    border-top: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000
}

.page-exchange .newBottom .newBottom-list span {
    font-size: 14px;
    font-family: DIN;
    font-weight: 700;
    color: #000
}

.page-exchange .submit-btn {
    margin-top: 52px;
    margin-bottom: 52px
}

.page-exchange .uni-input-placeholder {
    color: #b3b3b3
}

.page-exchange .popup-box {
    width: 100%;
    height: 100%
}

.page-exchange .popup-box .popup-body {
    width: 100%;
    padding: 0px 15px;
    background-color: #fff
}

.page-exchange .popup-box .popup-body .popup-list {
    width: 100%;
    background: #fff
}

.page-exchange .popup-box .popup-body .popup-list .popup-item {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f2f2f2
}

.page-exchange .popup-box .popup-body .popup-list .popup-item:last-child {
    border-bottom: none
}

.page-exchange .popup-box .popup-body .popup-cancel {
    margin: 5px 0 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    color: #000;
    text-align: center;
    background: #fff;
    border-radius: 7px
}

.page-exchange .flex {
    display: flex
}

.page-exchange .mb20 {
    margin-bottom: 10px
}

.page-exchange .cot {
    align-items: center
}

.page-exchange .cot .input-box .item {
    height: 36px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 16px;
    margin: 35px 41px 0 41px
}

.page-exchange .cot .input-box .txt {
    font-size: 14px;
    padding: 5px 0;
    margin: 0 41px
}

.page-exchange .cot .input-box .input {
    margin-left: 15px
}

.page-exchange .cot .input-box .margin-top-70 {
    margin-top: 36px
}

.page-exchange .tips {
    margin: 0 0 26px;
    padding: 0 15px
}

.page-exchange .tips .color-red {
    font-size: 12px;
    font-family: PingFang SC;
    color: #d01616
}

.page-exchange .tips .txt {
    margin: 0 5px
}

.page-exchange .tips .user .color-red {
    font-size: 14px
}

.page-exchange .red {
    width: 33px;
    height: 32px;
    margin: 35px auto 0 auto
}

.page-exchange .red img {
    width: 100%;
    height: 100%
}