.support{padding: 60px;background-color: var(--bg_white);border-radius: 10px;width: fit-content;margin: 50px auto 0;}
.support .title{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
.support .title h1{font-size: 22px;text-align: center;}
.support .title img{width: 35px;}
.support .code-box{display: flex;gap: 40px;padding: 20px;margin-bottom: 10px;}
.support .code-box .code{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.support .code-box .code .txt{font-weight: bold;display: flex;justify-content: center;align-items: center;margin-top: 10px;}
.support .code-box .code .txt img{width: 25px;margin-right: 5px;}
.support .tip{font-size: 18px;font-weight: bold;text-align: center;line-height: 1.8;}


