/* 水平间距 */ /* 水平间距 */ .warp.data-v-b3197993 { display: flex; align-items: center; justify-content: center; height: 100%; } .rect.data-v-b3197993 { width: 90%; min-height: 380px; border-radius: 5px; padding: 3vw; background-color: #fff; } .rect .rectOne.data-v-b3197993 { padding: 2vw 0; text-align: center; font-size: var(--font16Size); } .rect .rectTwo .icon.data-v-b3197993 { width: 100%; display: flex; align-items: center; margin: 2vw 0; } .rect .rectTwo .icon .left.data-v-b3197993 { width: 40%; font-size: var(--font14Size); } .rect .rectTwo .icon .right.data-v-b3197993 { width: 60%; } .rect .rectTwo .other.data-v-b3197993 { width: 100%; display: flex; align-items: center; margin: 3vw 0 0 0; } .rect .rectTwo .other .left.data-v-b3197993 { width: 15%; font-size: var(--font14Size); } .rect .rectTwo .other .right.data-v-b3197993 { width: 85%; } .rect .rectTwo .other .right .error-message.data-v-b3197993 { margin: 5px 0 0 0; color: var(--ff0Color); font-size: var(--font12Size); } .rect .rectTwo .agree.data-v-b3197993 { padding: 2vw; text-align: center; font-size: var(--font12Size); } .rect .rectTwo .button.data-v-b3197993 { display: flex; justify-content: space-between; margin: 5vw 0 0 0; } .rect .rectTwo .button .button_1.data-v-b3197993 { font-size: var(--font14Size); border-radius: 10vw; margin: 0 2vw; width: 35%; } .rect .rectTwo .button .button_2.data-v-b3197993 { font-size: var(--font14Size); color: var(--mainColor); background-color: var(--3c9Color); border-radius: 10vw; margin: 0 2vw; width: 55%; }