body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
}

.main {
    max-width: 400px;
}

.image {
    background-position: center;
    background-size: cover;
}

.back-btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-image: url(../../images/back.382b99b.webp);
    background-size: cover;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 15px;
}

h1 {
   margin-left: 30px;
   font-size: 24px;
}
.main {
    padding: 20px;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 360px;
    background-color: #121212;
    border-radius: 12px;
    padding: 16px;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 24px;
}

.back-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1e1e1e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    cursor: pointer;
    margin-right: 16px;
}

.back-btn::before {
    content: "←";
    color: #ffffff;
    font-size: 18px;
}

.title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.tip-item {
    display: block;
    background-image: url(../../images/bt.22b477f.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    height: 70px;
    
    text-decoration: unset !important;
}

.tip-item:hover {
    background-color: #252525;
}

.tip-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    color: #ffffff;
    font-size: 12px;
    line-height: 70px;
    font-weight: bold;
}

.tip-arrow {
    color: #ffffff;
    font-size: 16px;
}
