body {
    background-color: #333;
}

.topHead {
    padding: 20px 60px;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.6);
}

.topHead > span {
    font-size: 22px;
}

.login-icon {
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.login-icon:hover {
    cursor: pointer;
}

.login-icon span {
    margin-right: 10px;
}

.showUser img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.top-menu {
    box-sizing: border-box;
    padding-right: 20px;
}

.top-menu .btn-success {
    background-color: #eee;
    border-color: #eee;
}

.top-menu a.btn-default {
    margin: 0 10px;
    border-color: transparent;
    color: #fff;
    background-color: #69A6A3;
}

.banner-contauner {
    padding-left: 0;
    padding-right: 0;
}

.banner-box {
    margin: 65px 0;
}

.img-list img {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}

.title-head {
    width: 150px;
    text-align: center;
    background-color: #69A6A3;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.title-head .btn {
    font-size: 20px;
}

.title-head span,
.title-head a {
    color: #fff;
}

.game-info {
    padding: 10px 0;
    margin-top: 100px;
}

.game-info .col-md-4 a > div:first-child {
    height: 260px;
}

.game-info .col-md-4 a > div img {
    width: 100%;
    height: 100%;
}

.game-dsc {
    margin: 10px 0 20px;
    text-align: center;
    color: #fff;
}

.game-dsc-lt {
    margin: 10px 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-time {
    text-align: right;
    margin-bottom: 30px;
    color: #fff;
}

.foot-container {
    /* background-color: #348481 */
}

.foot-container .container {
    position: relative;
}

.footer {
    box-sizing: border-box;
    color: #fff;
    /* background-color: #348481; */
    padding: 15px;
}

.footer p {
    margin: 20px 0;
}

.foot-mark {
    position: absolute;
    bottom: 60px;
    right: 20px;
    /* width: 100px; */
    height: 100px;
    text-align: center;
    color: #fff;
}

.foot-mark-wlwh {
    position: absolute;
    bottom: 70px;
    right: 200px;
    /* width: 100px; */
    height: 100px;
    text-align: center;
    color: #fff;
}

.foot-mark-wlwh img {
    display: block;
    width: 80px;
}

.foot-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.foot-mark p {
    margin-top: 7px;
}

.login-box .row {
    margin: 20px 0;
}

.register-box {
    color: #009688;
    padding-left: 15px;
}

.bs-example-modal-lg2 .modal-header .modal-title {
    text-align: center;
    color: #009688;
    font-size: 25px;
}

.bs-example-modal-lg2 .modal-footer {
    text-align: center;
}

.bs-example-modal-lg2 .modal-footer .btn-success {
    background-color: #69A6A3;
    padding: 6px 35px;
}

.bs-example-modal-lg2 .modal-body {
    height: 500px;
    padding: 15px 35px;
    overflow-y: scroll;
}

.top-menu a.btn-success {
    background-color: rgba(14, 51, 25, 0.85);
    border-color: rgba(14, 51, 25, 0.76);
}

.disputeHandling-dsc {
    margin-top: 50px;
}

.disputeHandling-dsc > .btn-default {
    display: block;
    margin: 0 auto;
    padding: 10px 35px;
    font-size: 17px;
    color: #fff;
    background-color: #348481;
    border: 0;
    margin-bottom: 50px;
    pointer-events: none;
}

.dsc-box {
    border: 1px solid #348481;
    border-radius: 8px;
    box-shadow: 3px 5px 7px #348481;
    padding: 80px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.7);;
}

.dsc-box h4 {
    font-weight: bold;
    margin: 20px 0;
    font-size: 35px;
}

.son-title {
    padding-left: 25px;
    padding-right: 25px;
    color: #333333;
    font-size: 25px;
}

.son-content {
    box-sizing: border-box;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}

.son-content img {
    width: 100%;
    height: auto;
}
@media(max-width: 624px) {
    .dsc-box {
        padding: 30px 20px;
    }
}
.carousel-inner img {
    width: 100%;
}