:root {
    --maincolor: #899e14;
}

header .searchBox {
    position: relative;
    width: calc(100% - 135px);
    border-radius: 6px
}

header .searchBox .xuanfu .search_b {
    width: 100%;
    height: 34px
}

header .searchBox .xuanfu .search_b input {
    border-radius: 16px;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    color: #999;
    font-weight: 700;
    font-size: 14px;
    border: none;
    outline: none;
    text-indent: 1em
}

header .searchBox .xuanfu .search_b input::-webkit-input-placeholder {
    color: #999
}

header .searchBox .xuanfu .search_b>.iconfont {
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    right: 10px;
    top: 28%;
    color: #999;
    font-size: 25px
}

header .searchBox .a {
    display: flex;
    z-index: 999
}

.detail_2,
.playbox {
    overflow: hidden;
    position: relative;
    height: 550px;
    border-radius: 6px;
    padding-top: 0;
    max-height: 400px
}

.playbox {
    height: 100%;
    max-height: 100%;
    position: absolute;
    width: 100%
}

.container {
    max-width: 767px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto
}

.detail_2>img,
.playbox>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(20px)
}

.play_bc {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.play_bc .bbc {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px
}

.play_bc .bbc .play_img {
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px
}

.play_bc .bbc .play_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.play_bc .bbc>a {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 100px;
    height: 34px;
    background-color: #f94941;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 17px
}

.dtitle {
    text-align: center;
    margin-top: 16px
}

.playimg {
    position: absolute;
    top: 33%;
    z-index: 2;
    width: 33%
}

.bttomad {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0
}

.play_iframe {
    width: 100%;
    height: calc(100% - 0px);
    position: absolute;
    background: #202020;
    display: none
}

.play_iframe>iframe {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999
}

.reserve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5
}

.reserve.res_active {
    display: flex
}

@media(orientation:landscape) {
    .reserve.res_active {
        display: none
    }
}

.reserve>img {
    width: 30%
}

.reserve>p {
    color: #fff;
    font-size: 1em;
    margin-top: 10px
}

.top_lea {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #007eff;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 162px;
    z-index: 9999
}

.top_lea .iconfont {
    color: #fff;
    font-size: 18px
}

.ad {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0
}

.ad>p {
    font-size: 12px;
    color: #ccc
}

.playdev {
    width: 70%;
    height: 32px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #01AAED;
    color: #fff;
    line-height: 32px;
    text-align: center
}

.playdev img {
    max-height: 15px;
    max-width: 32px !important;
    margin-right: 2px
}

.imgp {
    height: 90px;
    background: no-repeat center/cover;
    border-radius: 20%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 5px
}

a,
ul li {
    list-style: none
}

.titlebox {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 15px
}

.titlebox h1 {
    font-size: 18px
}

.bottominfo {
    text-align: center;
    color: #aaaaac;
    font-size: 12px;
    margin-top: 20px
}

.container2 {
    width: 100%;
    padding: 10px
}

.aboutbox {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 40%;
    z-index: 9999;
    text-align: center;
    line-height: 45px
}

.aboutbox img {
    width: 70%;
    margin: 0 auto
}

.definemodule {
    margin: 0 auto;
    color: #e0e0e0;
    padding: 0 20px
}

.definemodule .des {
    overflow: hidden;
    position: relative;
    line-height: 14px;
    box-sizing: content-box;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0
}

.definemodule .SHOW {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.definemodule .SHOW .moreShow {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 30px;
    transition: all .3s;
    font-weight: 500;
    color: #fb6207;
    font-size: 12px
}

.definemodule .SHOW .lessShow::before {
    content: "SHOW LESS";
    font-weight: 600;
    margin-right: 5px
}

.definemodule .SHOW .showAll {
    max-height: 900px
}

.definemodule .showAll {
    max-height: 900px
}

.definemodule .SHOW .moreShow::before {
    content: "SHOW MORE";
    font-weight: 600;
    margin-right: 5px
}

.game-box {
    display: flex;
    flex-direction: row;
    margin-right: -16px;
    flex-wrap: wrap
}