body,
h2,
ol {
    margin: 0;
}
ol {
    padding: 0;
    list-style: none;
}
html {
    overflow-x: hidden;
}
body {
    width: 100%;
}
h2 {
    padding: 32px 0;
    text-align: center;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
}
.wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1260px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.main {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}
.header {
    position: relative;
    width: 100%;
    height: 640px;
    background-image: url(./img/back.jpg?v=2);
    background-position: center top;
    background-repeat: no-repeat;
}
.header ol {
    display: flex;
    justify-content: end;
    padding-top: 20px;
}
.header ol li a {
    color: #fff;
    font-weight: 300;
}
.header ol li.active a {
    font-weight: bold;
}
.header ol li:not(:first-child) {
    margin-left: 20px;
}
.action {
    background-color: #7ad8fc;
    padding: 25px 0;
}
.icon-list {
    display: flex;
    justify-content: space-between;
}
.icon-list li {
    width: 368px;
}
.icon-list li a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-list span {
    padding-top: 15px;
}
.link-button {
    display: flex;
    width: 160px;
    height: 32px;
    color: #fff;
    background-color: #333;
    border-radius: 4px;
    margin: 30px auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.about {
    display: flex;
}
.about img {
    width: 468px;
    margin-right: 35px;
}
.about div {
    display: flex;
    flex-direction: column;
}
.about h1 {
    font-size: 30px;
}
.about p {
    line-height: 1.8;
}
.about a {
    height: 32px;
    color: #333;
    border: 1px solid currentColor;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.footer {
    background-color: #e1dfdb;
    padding: 30px 0;
}
.footer .main {
    display: flex;
    justify-content: space-between;
}
.footer p {
    margin: 0;
}
.footer p:last-child {
    padding-top: 10px;
}
.footer .main a {
    color: #333;
    text-decoration: underline;
}
.footer .main a:not(:last-child) {
    margin-right: 15px;
}
.action1 {
    background-color: #e1dfdb;
}
.game-list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 2px solid #bfbeba;
}
.line {
    border-bottom: 2px solid #bfbeba;
}
.game-list li:not(:first-child) {
    padding-top: 30px;
}
.game-list img {
    width: 460px;
    margin-right: 35px;
}
.game-list p {
    line-height: 1.6;
}
.item {
    display: flex;
    padding: 40px 0;
}
.item span {
    flex-shrink: 0;
}
.item span + * {
    padding: 10px;
}
.item input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #bfbeba;
}
.item textarea {
    width: 100%;
    border-radius: 4px;
}