body{
  margin: 0;
}
div {
  box-sizing: border-box;
}
.wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  background: #f2f9ff;
  overflow-y: scroll;
}
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px 24px 0;
  background: url(./img/bg.png) center / cover no-repeat;
  box-sizing: border-box;
}
.logo {
  width: 148px;
  height: auto;
  margin-bottom: 34px;
}
.banner{
  width: 100%;
}
.wrap-download{
  width: 100%;
  display: flex;
  gap: 15px;
}
.d-icon{
  width: 80px;
  height: 80px;
}
.d-info{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.d-title{
  display: flex;
  align-items: center;
}
.d-title div{
  color: #cc3333;
  font-size: 15px;
}
.d-title span{
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.d-title .d-like{
  width: 18px;
  height: 18px;
}
.info-line2{
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-line2 .stars{
  display: flex;
  gap: 3px;
}
.d-star{
  width: 16px;
  height: 16px;
}
.info-line2 span{
  color: #6a7391;
  font-size: 14px;
}
.info-line3{
  color: #4c5665;
  font-size: 15px;
}
.img-download{
  width: 100%;
  margin: 20px 0;
}
.venue-list{
  display: flex;
  gap: 15px;
}
.venue-list img{
  width: 80px;
  height: 80px;
}
#domainList{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}
.line-item{
  width: 100%;
  height: 40px;
  display: flex;
  gap: 15px;
}
.url{
  flex: 1;
  background: #b5c2cf;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  padding: 1px;
}
.url .ping{
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.url .link{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #4c5665;
  font-size: 15px;
  border-radius: 0 20px 20px 0;
}
.enter{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #20afff 0%, #4074f1 100%);
}
.contarner{
  padding: 0 24px 20px;
}
.game-type-bg{
  width: 100%;
}
.game-type{
  display: flex;
  gap: 3px;
  padding: 0 6px;
  margin-top: 20px;
}
.game-type .item{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303442;
  font-size: 14px;
}
.game-type .item img{
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}
.img-title {
  width: 100%;
  margin: 30px 0 20px;
}
.venue {
  display: grid;
  grid-gap: 20px 15px;
  grid-template-columns: repeat(3, 1fr);
}
.venue.two{
  grid-template-columns: repeat(2, 1fr);
}
.venue-item.half {
  width: 50%;
}
.venue-item{
  padding: 1px;
  border-radius: 7px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #fff 0%, #e1edff);
}
.venue-item div {
  border-radius: 7px;
  border: solid 1px #fff;
  padding: 10px;
  color: #303442;
  font-size: 15px;
  text-align: center;
}
