* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    border: 0
}

li {
    list-style: none outside none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol {
    padding: 0
}

a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}

.clearfix::after,
.clearfix::before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.wrapout {
    max-width: 2560px;
    margin: 0 auto;
    background-color: #0a1022;
    background-image: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/wrapout.jpg), url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/footer-bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    overflow: hidden;
}

.wrap {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/header.jpg) no-repeat center top;
}

.wrapout,
.SDGCOPYRIGHT-wrap20130425 {
    min-width: 1600px;
}

.main {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 1286px;
    margin: 0 auto;
}

.main .slogan {
    position: absolute;
    top: 697px;
    left: 50%;
    width: 2560px;
    height: 700px;
    transform: translateX(-50%);
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/slogan.png) no-repeat;
    pointer-events: none;
}

.o-link {
    position: absolute;
    top: 28px;
    left: 50%;
    color: #0b1733;
    line-height: 22px;
    text-align: right;
    font-size: 16px;
    margin-left: 358px;
}

.o-link a {
    display: inline-block;
    margin-left: 1em;
    color: #0b1733;
}

.o-link a:hover {
    text-decoration: underline;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 292px;
    height: 97px;
}

.logo a {
    width: 292px;
    height: 97px;
    display: block;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/aion_logo.png) no-repeat;
}

.logo::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/aion_logo_bg.png) no-repeat;
}

.menu {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    width: 1402px;
    height: 89px;
    margin: 0 auto;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/menu.png) no-repeat;
    color: #fff;
    text-shadow:
        -1px -1px 0 #6602ba,
        1px -1px 0 #6602ba,
        -1px 1px 0 #6602ba,
        1px 1px 0 #6602ba;
}

/* 屏幕宽度小于1800 */
@media screen and (max-width: 2000px) {
    .logo::before {
        background-image: none;
    }
}

.menu>ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu>ul>li {
    position: relative;
    width: 349px;
    height: 89px;
}

.menu>ul>li>a {
    position: relative;
    display: block;
    width: max-content;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 89px;
    text-align: center;
    color: #fff;
}

.menu>ul>li::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 349px;
    height: 88px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/menu1.png) no-repeat;
    opacity: 0;
    transition: all .3s ease;
}

.menu>ul>li:hover::before {
    opacity: 1;
}

.menu>ul>li>a.arrow::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 24px;
    height: 22px;
    margin-top: -11px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/menu2.png) no-repeat;
    transition: all .3s ease;
}

.menu>ul>li>a.hot::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -35px;
    width: 28px;
    height: 35px;
    margin-top: -20px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/menu3.png) no-repeat;
}

.menu>ul>li>dl {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    width: 224px;
    height: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
    overflow: hidden;
    transition: all .3s ease;
}

.menu>ul>li>dl dd {
    width: 224px;
    height: 59px;
}

.menu>ul>li>dl dd a {
    display: block;
    width: 224px;
    height: 59px;
    text-align: center;
    font-size: 18px;
    line-height: 59px;
    color: #fff;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/menu4.png) no-repeat;
}

.menu>ul>li>dl dd a:hover {
    background-position: 0 bottom;
}

.menu>ul>li:hover>dl {
    height: 300px;
}

.menu>ul>li:nth-child(3):hover>dl {
    height: 240px;
}

.menu>ul>li:hover>a.arrow::after {
    transform: rotate(180deg);
}

.container {
    position: relative;
    padding-bottom: 50px;
    margin: 0 auto;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/container-repeat.png) repeat-y 50% 0;
}

.match_progress {
    height: 302px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/progress.png) no-repeat 50% 0;
}

.section {
    position: relative;
    width: 1561px;
    margin: 0 auto;
    color: #fff;
}

.footer {
    min-width: 1560px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.footer .section {
    display: flex;
}

.footer .name {
    flex-shrink: 0;
    width: 125px;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
}

.footer ul {
    flex-shrink: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.footer li {
    width: 188px;
    height: 75px;
}

.footer li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 页面按钮 */
.page_btn1 {
    display: block;
    width: 264px;
    height: 79px;
    line-height: 79px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow:
        -1px -1px 0 #6602ba,
        1px -1px 0 #6602ba,
        -1px 1px 0 #6602ba,
        1px 1px 0 #6602ba;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/page_btn1.png) no-repeat;
}

.page_btn2 {
    display: block;
    width: 150px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #ffe2e8;
    text-align: center;
    line-height: 48px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/page_btn2.png) no-repeat;
}

.page_btn3 {
    display: block;
    width: 170px;
    height: 36px;
    line-height: 30px;
    padding-top: 6px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-shadow:
        -1px -1px 0 #6602ba,
        1px -1px 0 #6602ba,
        -1px 1px 0 #6602ba,
        1px 1px 0 #6602ba;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/page_btn3.png) no-repeat;
}

.page_btn3.yellow {
    background-position: 0 bottom;
}

.page_btn4 {
    display: block;
    width: 153px;
    height: 33px;
    font-size: 16px;
    font-weight: bold;
    color: #2a2a49;
    text-align: center;
    line-height: 33px;
    text-shadow:
        -1px -1px 0 #6602ba,
        1px -1px 0 #6602ba,
        -1px 1px 0 #6602ba,
        1px 1px 0 #6602ba;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/page_btn4.png) no-repeat;
}

.page_btn5 {
    display: block;
    width: 192px;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: -1px -1px 0 #6602ba, 1px -1px 0 #6602ba, -1px 1px 0 #6602ba, 1px 1px 0 #6602ba;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/group_lottery_btn.png) no-repeat;
}

/* 上一页下一页 */
.page_count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.page_count a,
.page_count span {
    display: block;
    padding: 5px;
    color: #fff;
}

.page_count .current {
    color: #f0ff00;
}

/* 内页统一登录 */
.com_login {
    height: 176px;
    padding-top: 19px;
    display: flex;
    justify-content: center;
    margin-bottom: -50px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/line.png) no-repeat 50% 0;
}

.com_login .login_btn {
    display: block;
    width: 264px;
    height: 79px;
    line-height: 79px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow:
        -1px -1px 0 #6602ba,
        1px -1px 0 #6602ba,
        -1px 1px 0 #6602ba,
        1px 1px 0 #6602ba;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/login_btn.png) no-repeat;
}

.com_login .login_info {
    position: relative;
    min-width: 705px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 70px;
    display: flex;
    justify-content: center;
}

.com_login .login_info span,
.com_login .login_info a {
    display: block;
    margin: 0 10px;
}

.com_login .login_info::before,
.com_login .login_info::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 218px;
    height: 55px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/login_info.png) no-repeat;
    pointer-events: none;
}

.com_login .login_info::before {
    left: 0;
}

.com_login .login_info::after {
    right: 0;
    transform: rotate(180deg);
}

.com_login .login_info a {
    color: #fff;
    text-decoration: underline;
}

.com_login .login_info .green {
    font-weight: bold;
    color: #53ff07;
}

.com_login .login_info .red {
    font-weight: bold;
    color: #ff0000;
}

/* 职业icon */
.career_icon {
    display: block;
    width: 190px;
    height: 225px;
}

/* 执行者 */
.career_icon.bg1 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon1.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 拳星 */
.career_icon.bg2 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon2.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 鲁米内斯 */
.career_icon.bg3 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon3.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 守护星 */
.career_icon.bg4 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon4.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 剑星 */
.career_icon.bg5 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon5.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 弓星 */
.career_icon.bg6 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon6.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 杀星 */
.career_icon.bg7 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon7.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 魔道星 */
.career_icon.bg8 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon8.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 精灵星 */
.career_icon.bg9 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon9.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 护法星 */
.career_icon.bg10 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon10.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 治愈星 */
.career_icon.bg11 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon11.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 枪炮星 */
.career_icon.bg12 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon12.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 机甲星 */
.career_icon.bg13 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon13.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* 吟游星 */
.career_icon.bg14 {
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/career_icon14.png) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

/* tooltips */
#more_text_pop {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    min-width: 200px;
    max-width: 400px;
    width: max-content;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #000;
    background-color: #dae8ff;
    box-sizing: border-box;
    word-break: break-all;
    white-space: normal;
}

#more_text_pop p {
    color: #2a2a49;
}

/* main_tab */
.page .mod,
.page .smod {
    display: none;
}

.page .mod.active,
.page .smod.active {
    display: block;
}

.s_tab {
    height: 176px;
    padding-top: 19px;
    display: flex;
    justify-content: center;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/line.png) no-repeat 50% 0;
}

.s_tab a {
    display: block;
    width: 225px;
    padding-top: 12px;
    height: 107px;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    margin: 0 23px;
    background: url(https://static.web.sdo.com/aion/pic/project/2026APLcompetition/s_tab.png) no-repeat;

}

.s_tab a.cur,
.s_tab a.active {
    text-shadow:
        -1px -1px 0 #6602ba,
        1px -1px 0 #6602ba,
        -1px 1px 0 #6602ba,
        1px 1px 0 #6602ba;
    background-position-x: 100%;
}