﻿.wap-container{
    margin: 10px 15px 10px;
    font-size: 12px;
}
.wap-top{
    display: flex;
    justify-content: space-between;
    align-items: baseline;

}
.wap-logo{
}
.wap-top-game{
        display: flex;
        list-style: none;
}
.wap-content{
    margin: 25px 15px  0 14px;

}
.wap-title{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wap-sub-title{
font-size: 14px;
margin: 16px 0px;
}
.wap-b1{
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.img-list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.img-list li{
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.img-list li:nth-child(2) a {
    text-align: center;
}
.img-list li:last-child{
    margin-right: 0px;
}
.img-list li:last-child a {
    text-align: right;
}
.wap-bottom{
    background-color: #013931;
    padding: 0px 15px 15px 15px;
    margin-top: 0px;
    border-radius: 10px;
}
.bottom-img{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.wap-bottom-list li{
    background-image: url("../image/b10.png");
    background-size: 4px 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    margin: 10px 0px;
}
.wap-bottom-list li img{
    vertical-align: center;
margin-right: 10px;
}
.wap-bottom-list li span{
    margin-left: 10px;
    display: block;
    color: #a8b2e4;
}
