body {
    background-color: #f9f9f9;
}

.thumbnail {
    padding: 0;
}

.thumbnail,
.thumbnail li {
    border: none
}

.paddtop {
    padding-top: 40px;
}

.search-btn {
    float: left;
    border: 1px solid #ffc900;
    width: 90px;
    height: 35px;
    background-color: #ffc900;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
}

.search-input {
    float: left;
    border: 2px solid #ffc900;
    width: 400px;
    height: 35px;
    padding-left: 5px;
    margin-top: 15px;
}

.title {
    font-size: 26px;
    margin-top: 66px;
    margin-bottom: 40px;
}

.container {
    background-color: #f9f9f9;
}


/* 游戏 */
.yx>img {
    width: 100%
}

.xz {
    /* height: 150px; */
}

.xz_icon {
    height: 100%;
    width: 100%;
    padding-top: 32px;
    padding-left: 32px;
    /* float: left; */
}

.xz_icon img {
    /* height: 86px; */
}

.xz_icon .txt {
    font-size: 26px;
    font-weight: bold;
    /* padding-top: 62px; */
    line-height: normal
}

.xz_button {
    padding-top: 32px;
    width: 50%;
    height: 100%;
    float: right;
}

.xz_button .txt {
    font-size: 18px;
}

.xz_button a {
    float: right;
    margin-right: 20px;
    margin-bottom: 5px;
}


/* 玩法专区 */

@media (min-width: 1200px) {
    .col-lg-2dot4 {
        float: left;
    }

    .col-lg-2dot4 {
        width: 20%;
    }
}

.col-lg-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.play_box {
    padding: 30px;
}

.play {

    background-color: #f9f9f9;
    margin-bottom: 40px;
    text-align: center;
    padding: 20px;
}


.play .txt {
    font-size: 24px;
    /* padding:20px 40px; */

}


/* 页脚 */

.foot { 
    background-color: #2b2b2b;
    color: #fff;
    padding: 60px;
    font-size: 16px;
    /* text-align: center; */
}
.foot a{
    color: #fff;
    text-decoration: underline;
}
.foot .ftitle{
    font-weight: bold;
    margin-bottom: 20px;
}
.foot .frtitle{
    text-align: center;
}
.foot .fcontainer{
    background-color: #2b2b2b; 
    line-height: 35px; 
}



.foot .qrcode { 
    /* line-height: 35px;  */
    border-left: grey solid 1px;
    text-align: center;
}


.foot  img {
    margin:10px 60px;
    width: 50%;
}