* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;}
img{max-width: 100%}
body {
    margin: 0 auto;
    min-width: 320px;
    color: #000;
    background: #F5FAFF;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.item {
    padding: 110px 0;
}
.item h1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    padding: 40px 0 56px;
}
.item p {
    font-size: 24px;
    padding: 40px 0 50px;
}
.item .info {
    display: flex;
    flex-wrap: wrap;
    width: 515px;
    row-gap: 20px;
    list-style-type: none;
    margin: 0 auto;
    justify-content: space-between;
}
.item .info li {
    width: 50%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.item .info li .icon {
    display: flex;
    width: 25px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.item .info li a {
    font-size: 19.44px;
    color: #007EFF;
    text-decoration: none;
}
@media screen and (max-width:1300px){
.wrap {
    padding: 0 10px;
}
.top-casino {
    column-gap: 28px;
    row-gap: 28px;
    padding-bottom: 100px;
    justify-content: center;
}
.top-casino .item {
    width: 400px;
}
}
@media screen and (max-width:820px){
.header {padding: 0}
.head-top {
    width: 100%;
    height: 315px;
    margin: 23px auto 0;
    align-items: center;
    background: url('../image/head2.png') no-repeat center;
    background-size: 480px 315px;
}
.head-boot {
    padding: 0 35px 28px;
}
}
@media screen and (max-width:767px){
.item {
    padding: 60px 10px;
}
.item h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 30px 0;
}
.image {
    width: 146px;
    margin: auto;
}
.item p {
    font-size: 18px;
    padding: 30px 0 40px;
    max-width: 280px;
    margin: auto;
}
.item .info {
    width: 250px;
    justify-content: flex-start;
}
.item .info li {
    width: 100%;
}
}