* {
    word-wrap: break-word;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
td,
textarea,
th {
    font-family: Microsoft Yahei, Hiragino Sans GB, Helvetica Neue, Helvetica, tahoma, arial, Verdana, sans-serif, WenQuanYi Micro Hei, "\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    place-items: center;
    min-height: 95vh;
    background-color: #e52;
    background-image: url("655d4ae6e59de.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.release {
    position: relative;
    border-radius: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

.release-body .image {
    text-align: center;
}

.release-body {
    background: transparent;
    border-radius: 30px;
    margin-top: 50px;
}

.release-body .image img {
    border-radius: 50%;
    width: 100px;
    padding: 1px;
    background-color: #fff;
    margin-top: -50px;
    box-shadow: 0 0 8px 0 rgb(134 134 134/15%);
}

.release-body .title {
    padding: 30px 0;
    text-align: center;
}

.release-body .title h2 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    color: #ff0000;
}

.release-body .title p {
    font-size: 19px;
    padding-top: 20px;
    color: #ff0000;
    letter-spacing: 2px;
}

.release-body .title .sizes {
    font-size: 14px;
    color: #ff0000;
}

.release-main .links {
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.release-main .links ul {
    display: block;
}

.release-main .links ul li {
    list-style: none;
    width: 30%;
    text-align: center;
    padding: 7px 0;
    margin: 0 1.666%;
    float: left;
}

.release-main .links ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    color: #fff;
    margin: 2px;
    border-radius: 34px;
    transition: all .3s ease;
    letter-spacing: 2px;
    font-weight: 700;
    background: linear-gradient(90deg, #f8922d, #ff2f00, #ffc400, #f8922d);
    background-size: 400%;
    position: relative;
    z-index: 1;
}

.release-main .links ul li a:hover {
    animation: animate 8s linear infinite;
}

.release-main .links ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #f8922d, #ff2f00, #ffc400, #f8922d);
    background-size: 200%;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.release-main .links ul li a:hover:before {
    filter: blur(10px);
    opacity: 1;
    animation: animate 8s linear infinite;
}

@keyframes animate {
    0% {
        background-position: 0;
    }

    to {
        background-position: 400%;
    }
}

.release-main .links a:last-child {
    border-right: 0;
}

.release-main .tips {
    text-align: center;
    padding: 20px 0 20px;
}

.release-main .tips p {
    font-size: 12px;
    color: #959595;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 30px;
}

.release-main .tips p b {
    color: #ff0000;
    padding: 4px;
    margin: 5px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #eaeaea;
}

footer {
    text-align: center;
    padding: 20px 0;
    border-radius: 20px;
    margin: 20px 0;
    background-color: transparent;
    border: 1px solid #ffc400;
}

footer p {
    margin-bottom: 0;
    color: #856404;
    letter-spacing: 1px;
    font-size: 16px;
}

#main {
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.field {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #6c757d;
    font-size: 16px;
    padding: 15px;
    margin: 5px auto;
    border-radius: 6px;
}

.field.desc ul>li {
    text-align: left;
    font-size: 14px;
}

ul>li {
    margin-bottom: 10px;
    list-style-type: none;
    text-align: center;
}

ul>li.text {
    font-size: 12px;
    clear: both;
    width: 100%;
}

.field .title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #ff0000;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 200;
    padding: 20px;
    cursor: pointer;
}

.brand span {
    color: #fff;
    font-weight: 600;
}

.brand span.flag {
    color: #3a6ea5;
    background: #fff;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
}

.enter-maomi {
    width: 75%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #00c250;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    /* text-align: center; */
    margin-left: 12%;
    font-size: 16px;
}

.enter-icon {
    width: 32px;
    height: 41px;
    float: left;
    margin-right: 5px;
    background-color: #00c250;
    text-align: center;
}

.enter-link a {
    display: block;
}

.icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon_hand {
    width: 27px;
    height: 27px;
    vertical-align: middle;
}

/* 媒体查询：小屏幕设备 */
@media screen and (max-width: 768px) {
    .release-body .image img {
        width: 80px;
        margin-top: -40px;
    }

    .release-body .title {
        padding: 25px 0;
    }

    .release-body .title h2 {
        font-size: 24px;
    }

    .release-body .title p {
        font-size: 14px;
        letter-spacing: 0.8px;
        padding-top: 15px;
    }

    .release-main .links ul li {
        width: 48%; /* 调整链接宽度，适应小屏幕 */
        margin: 0 1%;
    }

    .release-main .links ul li a {
        font-size: 16px;
        font-weight: 400;
        border-radius: 20px;
        letter-spacing: 2px;
    }

    .release-main .tips {
        padding: 20px 20px 10px;
    }

    .release-main .tips p {
        font-size: 14px;
    }

    footer p {
        letter-spacing: 0;
        font-size: 13px;
    }

    .field {
        width: 90%; /* 调整字段宽度，适应小屏幕 */
    }
}

/* 媒体查询：超小屏幕设备 */
@media screen and (max-width: 480px) {
    .release-main .links ul li {
        width: 100%; /* 超小屏幕下链接占满宽度 */
        margin: 0 0 10px 0;
    }

    .release-body .title h2 {
        font-size: 20px;
    }

    .release-body .title p {
        font-size: 12px;
    }
}