
.container-seo img{
    object-fit: cover;
    width: 100%;
    height: 270px;
}

.delivery {
    margin-top: 88px;
    width: 100%;
    height: 103px;
    position: relative;
    color: white;
    font-size: 56px;
    font-weight: 600;
    text-align: center;
}
.deliverybg {
    width: 258px;
    height: 102px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.deliverylist {
    margin-top: 165px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.deliveryitem {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.deliveryitem-img {
    width: 278px;
    height: 201px;
}
.deliveryitem-title {
    font-size: 47px;
    font-weight: 400;
}
.deliveryitem-content {
    margin-top: 50px;
    font-size: 30px;
}

.service {
    margin-top: 186px;
}
.servicelist {
    margin-top: 114px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.servicelist ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    overflow: hidden;
}
.servicelist ul li {
    margin-right: 43px;
}
.servicelist ul li img {
    width: 211px;
    height: 178px;
}
.up img {
    width: 81px;
    height: 82px;
}
.down img {
    width: 81px;
    height: 82px;
}
.news { 
    margin-top: 39px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.newsleft img{
    width: 588px;
    height: 614px;
}
.newscontent {
    margin-left: 106px;
    margin-right: 90px;
    height: 614px;
    width: 1145px;
}
.content {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 165px 40px;
    font-size: 18px;
}

.chat {
    margin-top: 65px;
}

.odds {
    margin-top: 83px;
}
.oddslist {
    margin-top: 104px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.oddsitem {
    position: relative;
    font-size: 47px;
    font-weight: 600;
    align-content: center;
    text-align: center;
    color: white;
    width: 473px;
    height: 473px;
}

.oddsitem img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.oddsitem span {
    background-color: rgba(0,0,0,0.3);
    padding:8px 12px;
    border-radius:6px;
}