/* 公共 */
body {
    margin: 0 auto;
    width: 100%;
    min-width: 1240px;
    min-height: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", "Helvetica", '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', tahoma, arial, sans-serif;
    color: #333;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
big,
em,
font,
img,
strong,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption {
    padding: 0;
    margin: 0;
    border: 0;
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

a,
button,
.btn {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: red;
    text-decoration: underline;
    /* 悬停时添加下划线 */
}

a:active {
    color: green;
}

html.dark-mode {
    --BoxBg: #28282a;
    --BoxBg2: #1e222d;
    --BorderC: #333;
    --Text: #737e91;
    --Text1: #737e91;
    --Text2: #6e6f71;
    --Text3: #fff;
    --Text4: #ff4b00;
}

img:hover {
    transition: all 0.5s;
}

ul,
ol,
li {
    list-style: none;
}

.main {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    /* background: #FFFFFF; */
    border-radius: 8px;
    /* margin-bottom: 40px; */
}

.ban {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    transition:
        top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        /* 顶部动画 */
        bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* 底部动画 */
    will-change: top, bottom;
    /* 提示浏览器优化 */
}

.ban.scrolled {
    top: 0;
    /* 吸附到顶部 */
}

.ban.scrolled-bottom {
    top: auto;
    bottom: 128px !important;
}

.ban::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background-image: linear-gradient(to top, #353535, rgba(0, 0, 0, 0)); */
}

.all {
    background: #f0f0f0;
}

.mores {
    position: absolute;
    top: 9px;
    float: right;
    display: block;
    font-size: 0;
    width: 15px;
    height: 4px;
    padding: 10px 5px;
    background: url(../images/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -787px 5px;
}

/* zero */
.zero {
    height: 80px;
}

.zero h1 {
    float: left;
    margin: auto 0;
    height: 80px;
}

.zero .logo {
    display: flex;
    width: 100%;
    height: 100%;
}

.zero .logo img {
    margin: auto 0;
    display: block;
    background: none;
    width: 156px;
    height: 51px;
}

.header .nav {
    float: left;
    height: 80px;
    line-height: 80px;
    padding-top: 8px;
    overflow: hidden;
}

.header .nav ul {
    float: right;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: 30px;
}

.header .nav li {
    float: left;
    position: relative;
}

.header .nav li:hover a {
    transform: scale(1.1);
}

.header .nav a {
    float: left;
    display: inline-block;
    padding: 0 12px;
    font-size: 17px;
    font-weight: bold;
    color: #565656;
    margin-right: 10px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.header .nav li.hover a {
    color: #FF881E;
}

.header .search {
    position: absolute;
    right: 0;
    width: 260px;
    height: 44px;
    border: 2px solid #FF881E;
    border-radius: 22px;
    padding: 0 20px;
    box-sizing: border-box;
    float: right;
    margin-top: 25px;
}

.header .search #bdcs-search-form {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.header .search .search_ipt {
    border: 0;
    padding: 0;
    text-indent: 0.5em;
    font-size: 14px;
    color: #434343;
    outline: none;
    flex: 1;
    margin-right: 6px;
    color: #C3C3C3;
    height: 40px;
    background: none;
}

.nav-2 {
    display: none;
}

/* one */
.one {
    width: 100%;
    overflow: hidden;
}

.main .game_boxs {
    display: block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.main .game_boxs img {
    width: 240px;
    height: 100px;
    border-radius: 4px;
    transition: all 0.5s;
}

.main .game_boxs p {
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 60%);
    border-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.main .game_boxs:hover img {
    transform: scale(1.1);
}

/* two */
.two {
    margin: 20px 0;
    background: linear-gradient(180deg, #FFF0F0, #FFFFFF);
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    border-radius: 8px;
    padding: 16px 19px 18px;
    border: 2px solid #FFFFFF;
}

.two .row {
    display: flex;
    margin-top: 10px;
    overflow: hidden;
}

.two .row .row_title {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.two .row a {
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.two .row a::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #EAEAEA
}

.two .row a:hover {
    color: #FF6D1E;
}

.two .row:nth-child(1) .row_title {
    background: linear-gradient(90deg, #FF881E, #FFA51E)
}

.two .row:nth-child(2) .row_title {
    background: linear-gradient(90deg, #FF5E62, #FF9966)
}

.two .row:nth-child(3) .row_title {
    background: linear-gradient(90deg, #26ACE4, #36CEDC)
}

.two .row:nth-child(4) .row_title {
    background: linear-gradient(90deg, #3AC464, #A7DA5F)
}

.two .row:nth-child(5) .row_title {
    background: linear-gradient(90deg, #575EDA, #9A9FFF)
}

.layui-tab.yanshis {
    display: none;
}

.layui-tab-title.yangshi {
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    align-items: center;
    padding: 1%;
}

.layui-tab-title.yangshi li {
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.layui-tab-title.yangshi .layui-this {
    color: #FF881E;
    background: #fff;
}

/* three */
.three {
    display: flex;
    justify-content: space-between;

}

.three .left {
    width: 380px;
    background-color: #F1F1F1;
    border-radius: 8px;
}

.three .gallery-top {
    height: 450px;
    width: 100%;
}

.three .center {
    width: 420px;
    border-radius: 8px;
    background: #fff;
    padding: 20px 20px 0 20px;
    height: 440px;
}

.three .center .topTit {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FF881E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.three .center .top {
    width: 100%;
    height: 75px;
    margin-top: 14px;
    margin-bottom: 20px;
    display: block;
}

.three .center .top p {
    float: right;
    height: 75px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.three .center .hr {
    width: 100%;
    height: 1px;
    background: #f6f6f6;
}

.three .center .list {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.three .center .list li {
    width: 100%;
    position: relative;
}

.three .center .list li::before {
    content: "";
    float: left;
    position: relative;
    top: 13px;
    vertical-align: top;
    margin-left: 1px;
    margin-right: 7px;
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url(../images/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -430px -5px;
}

.three .center .list li i {
    float: left;
    font-size: 13px;
    color: #FF881E;
    height: 36px;
    line-height: 36px;
}

.three .center .list li a {
    display: block;
    padding-left: 6px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: rgb(68, 68, 68);
}

.three .center .list li:hover a {
    color: #FF881E;
}

.three .center .list li a span {
    float: left;
    width: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three .center .list li:hover a span {
    color: #FF6D1E;
}

.three .center .list li a i {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}

.three .right {
    width: 300px;
    height: 100%;
}

.three .right .gameBonlineRT {
    position: relative;
    padding: 6px 0;
    z-index: 1;
    background: linear-gradient(180deg, #FFDDDD, #FFFFFF);
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    border-radius: 8px;
}

.redtit {
    position: relative;
    padding: 0 10px 0 15px;
    height: 42px;
    margin: auto;
}

.redtit strong {
    position: relative;
    float: left;
    font-size: 18px;
    color: #FF881E;
    line-height: 42px;
    font-weight: bold;
}

.redtit a {
    position: relative;
    top: 9px;
    float: right;
    display: block;
    font-size: 0;
    width: 15px;
    height: 4px;
    padding: 10px 5px;
    background: url(../images/icon.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -787px 5px;
}

.redtit a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.gameBonlineRT ul {
    padding: 2px 15px 0;
}

.gameBonlineRT li {
    position: relative;
    overflow: hidden;
    height: 124px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.gameBonlineRT li:hover a {
    color: #FF881E;
}

.gameBonlineRT li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.gameBonlineRT li a:hover p {
    color: #FF6D1E;
}

.gameBonlineRT li a img {
    width: 100%;
    min-height: 100%;
    /* height: 100%; */
    border-radius: 8px;
    transition: all .3s linear;
}

.gameBonlineRT li a p {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5%;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* four */
.four {
    position: relative;
    padding: 20px 20px 25px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    border-radius: 8px;
    height: 350px;
    margin-top: 20px;
}

.four h2 {
    float: left;
    position: relative;
    max-width: 80%;
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #060A0E;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four h2 em {
    color: #FF881E;
    font-weight: bold;
}

.four .layui-tab-title {
    text-align: right;
    margin-right: 10%;
}

.four .layui-tab-brief>.layui-tab-title .layui-this {
    color: #FF881E;
    font-weight: bold;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #FF881E !important;
}

.layui-tab-content {
    top: 100px;
}

.subBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.subBox li {
    width: 20%;
}

.subBox li.gamess a {
    height: 160px;
}

.subBox li a {
    position: relative;
    display: block;
    padding: 15px 0 15px 10px;
    height: 60px;
    overflow: hidden;
}

.subBox li a:hover p,
.subBox li a:hover span,
.subBox li a:hover i {
    color: #FF881E;
}

.subBox li a img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-right: 11px;
}

.subBox li a div {
    float: left;
    width: 132px;
    height: 60px;
    overflow: hidden;
}

.subBox li a div:hover p {
    color: #FF881E;
    font-weight: bold;
}

.subBox li a div p {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subBox li a div span {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subBox li a div i::before {}

.subBox li a div i {
    display: block;
    font-size: 12px;
    color: #666;
}

.subBoxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 30px;
    margin-top: 20px;
}

.subBoxs li {
    width: 110px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subBoxs li a img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
}

.subBoxs li a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

/* six */

.six {
    display: flex;
    justify-content: space-between;
}

.six h2 {
    float: left;
    position: relative;
    max-width: 80%;
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #060A0E;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.six h2 em {
    color: #FF881E;
    font-weight: bold;
}

.six .layui-tab-title {
    text-align: right;
    margin-right: 10%;
}

.six .game-left .layui-tab-brief>.layui-tab-title .layui-this {
    background: #FF881E;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.six .game-left .layui-tab-brief>.layui-tab-title .layui-this:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF881E;
    top: 40px
}

.game-left {
    border-radius: 8px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    margin-top: 20px;
    width: 760px;
    height: 600px;
}

.game-right {
    border-radius: 8px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    margin-top: 20px;
    width: 330px;
}

.game-right ul {
    display: flex;
    flex-direction: column;
}

.game-right ul li {
    margin-top: 20px;
    display: flex;
    width: 330px;
    border-radius: 8px;
}

.game-right ul li u {
    display: block;
    float: left;
    width: 26px;
    height: 30px;
    line-height: 30px;
    background: url(../images/IconSprites.png) no-repeat;
    background-position: -294px -102px;
    margin: 15px 20px 0 0;
    font-size: 12px;
    color: #fff;
    text-indent: 100%;
    overflow: hidden;
}

.game-right ul li:nth-child(2) u {
    background-position: -294px -152px;
}

.game-right ul li:nth-child(3) u {
    background-position: -294px -202px;
}

.game-right ul li:nth-child(4) u {
    background-position: -294px -202px;
}

.game-right ul li:nth-child(5) u {
    background-position: -294px -202px;
}

.game-right ul li a {
    width: 100%;
    color: #333;
}

.game-right ul li a img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    float: left;
}

.game-right ul li a p {
    width: calc(272px - 80px);
    height: 60px;
    float: left;
    margin-left: 15px;
}

.game-right ul li a p span {
    margin: 0 0 10px;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.game-right ul li a:hover p {
    color: #FF881E;
}

.game-right ul li a p i {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* seven */
.seven {
    margin-top: 20px;
    height: 368px;
    display: flex;
    justify-content: space-between;
}

.seven .left {
    width: 380px;
    background-color: #F1F1F1;
    border-radius: 8px;
}

.seven .left a {
    float: left;
    width: 380px;
    height: 368px;
    background: #fff;
    border-radius: 8px;
}

.seven .left a:hover strong,
.seven .left a:hover p {
    color: #FF881E;
}

.seven .left a div {
    width: 100%;
    height: 232px;
    overflow: hidden;
}


.seven .left a img {
    width: 100%;
    height: 232px;
    border-radius: 8px;
    -webkit-transition: -webkit-transform .5s ease .1s;
    transition: -webkit-transform .5s ease .1s;
    transition: transform .5s ease .1s;
    transition: transform .5s ease .1s, -webkit-transform .5s ease .1s;
}

.seven .left a strong {
    display: block;
    margin: 16px 0 7px;
    padding: 0 10px 0 18px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seven .left a p {
    padding: 0 10px 0 18px;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.seven .center {
    width: 420px;
    border-radius: 8px;
    background: #fff;
    padding: 0 20px;
    height: 368px;
}


.seven .center .list {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.seven .center .list li {
    width: 100%;
    position: relative;
}

.seven .center .list li i {
    float: left;
    font-size: 13px;
    color: #FF881E;
    height: 36px;
    line-height: 36px;
}

.seven .center .list li a {
    display: block;
    padding-left: 6px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: rgb(68, 68, 68);
}

.seven .center .list li a span {
    float: left;
    width: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seven .center .list li:hover a span {
    color: #FF881E;
}

.seven .center .list li a i {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}


.seven .right {
    width: 300px;
    height: 100%;
    background: linear-gradient(180deg, #FFDDDD, #FFFFFF);
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    border-radius: 8px;
    height: 368px;
}

.seven .right .gameBonlineRT li:nth-of-type(n+2) {
    width: 100%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.seven .right .gameBonlineR li:nth-of-type(n+2) a {
    float: left;
    display: block;
    width: 228px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* gg1 */
.gg1 {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.gg1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.gg1 a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease .1s;
    transition: -webkit-transform .5s ease .1s;
    transition: transform .5s ease .1s;
    transition: transform .5s ease .1s, -webkit-transform .5s ease .1s;
}

.gg1 a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gg1::after {
    content: "广告";
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    width: 35px;
    height: 20px;
    background: rgba(0, 0, 0, .2);
    border-radius: 8px;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

/* youqing */
.youqing {
    position: relative;
    padding: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(204, 204, 204, 0.1);
    border-radius: 8px;
    height: 114px;
    margin-top: 20px;
}

.youqing h4 {
    float: left;
    width: 130px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background: #f7a934;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
}

.friendly_swiper {
    float: left;
    width: 1020px;
    height: 90px;
    overflow: hidden;
    position: relative;
    margin: 12px 0 12px 30px;
}

.friendly_swiper #links_box {
    position: absolute;
    top: 0;
    left: 0;
}

.friendly_swiper a {
    width: 98px;
    height: 31px;
    line-height: 31px;
    color: #767676;
    font-size: 12px;
    margin-right: 2%;
}

.friendly_swiper .btnWrap {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 30px;
    height: 80px;
    padding: 5px 24px;
}

.friendly_swiper .prevBtn,
.friendly_swiper .nextBtn {
    float: left;
    position: static;
    width: 30px;
    height: 30px;
    background: url(../icons.png) 0 -800px no-repeat;
    margin: 5px 0;
}

.friendly_swiper .nextBtn {
    background-position: -80px -800px;
}

/* footer */
.footer {
    background-color: #4b4948;
    color: #999;
    padding: 15px 0 25px 0;
    border-top: 4px solid #fcb213;
    position: relative;
}

.footin {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.footin .footin-1 .youqing ul li a {
    color: #999;
}

.footin .footin-1 a {
    color: #fff;
    height: 14px;
    line-height: 28px;
}


@media screen and (max-width: 769px) {
    body {
        background-color: #f2f2f2;
        min-width: 100%;
        width: 100%;
    }

    .zero {
        height: 100px !important;
    }

    .zero h1 {
        height: 52px;
    }

    .zero .logo img {
        width: 120px;
        height: auto;
    }

    .ban {
        display: none;
    }

    .main {
        width: 100%;
        /* height: 128px; */
    }

    .header .nav {
        display: none;
    }

    .header .search {
        width: 94%;
        height: 40px;
        margin: 0 3%;
        background: #F2F2F2;
        position: relative;
    }

    .header .search .search_ipt {
        height: 36px;
        background: #F2F2F2;
    }

    .dao {
        float: right;
        margin-top: 10px;
        height: auto !important;
        display: block !important;
    }

    .dao span {
        background: #262626;
        display: block;
        width: 28px;
        margin: 0 auto;
        height: 3px;
        margin-top: 6px;
        transition: all 500ms ease-in-out;
    }

    .dao-pc {
        display: none !important;
    }

    .dao-pc li {
        line-height: 80px !important;
    }

    .nav-2 {
        clear: both;
        background: rgb(0 0 0 / 80%);
        left: 0;
        position: fixed;
        top: 52px;
        right: 0;
        transform: translateX(100%);
        transition: all 450ms ease-out;
        z-index: 130000;
        height: 42%;
        overflow-y: auto;
        padding-top: 5%;
    }

    .nav-2>ul>li {
        padding: 2% 8%;
    }

    .nav-2.active {
        transform: translateX(0);
        display: block;
    }

    .nav-2>ul>li.layui-this {
        background-color: #FF881E;
    }

    .nav-2>ul>li>a {
        font-size: 14px;
        display: block;
        width: 100%;
        color: #fff;
        font-size: 1.2rem;
    }


    .two {
        margin: 0;
        padding: 0 3%;
    }

    .two .row {
        flex-wrap: wrap;
        justify-content: space-between;
        height: 57px;
        display: none;
    }

    .main {
        width: 94%;
        margin: 0 3%;
    }

    .all {
        background: none;
        display: flow-root;
    }

    .all .main {
        height: 200px;
    }

    .three {
        flex-wrap: wrap;
    }

    .three .left {
        display: none;
    }

    .three .center {
        padding: 3%;
        width: 94%;
        height: 225px;
        margin-top: 3%;
    }

    .three .center .topTit {
        font-size: 18px;
    }

    .three .center .list {
        overflow: hidden;
        height: 100px;
    }

    .three .center .top {
        margin-bottom: 0;
    }

    .three .center .list li a span {
        width: 70%;
    }

    .three .right {
        width: 100%;
        margin-top: 3%;
    }

    .three .center .list li::before {
        display: none;
    }

    .gameBonlineRT li {
        width: 100%;
        height: 60px;
    }

    .gg1 {
        height: 60px;
        margin-top: 3%;
    }

    .gg.gg1 {
        display: none;
    }

    .gameBonlineRT li a p {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

    .six {
        flex-wrap: wrap;
    }

    .game-left {
        margin-top: 0;
        width: 100%;
        padding: 0;
    }

    .subBoxs {
        grid-gap: 5%;
        margin-top: 12px;
    }

    .subBoxs li {
        width: 50px;
    }

    .subBoxs li a img {
        width: 50px;
        height: 50px;
    }

    .subBoxs li a span {
        font-size: 12px;
        height: 24px;
        line-height: 12px;
    }

    .game-left {
        height: auto;
    }

    .six h2 {
        font-size: 18px;
    }

    .layui-tab {
        margin: 10px 0 0 0;
    }

    .layui-tab-content {
        padding: 15px 0 0 0;
    }

    .layui-tab-content.sixs {
        margin-top: 5%;
    }

    .layui-tab.yanshis {
        display: block;
    }

    .layui-tab-content.yanshi2 {
        min-height: 180px;
        max-height: 180px;
        overflow: hidden;
    }

    .six .layui-tab-title {
        margin-right: 0;
    }

    .six .game-left .layui-tab-brief>.layui-tab-title .layui-this {
        height: 30px;
        line-height: 30px;
    }

    .six .game-left .layui-tab-brief>.layui-tab-title .layui-this:after {
        top: 30px;
    }

    .game-right {
        padding: 3%;
        width: 100%;
        margin-top: 0;
        display: none;
    }

    .game-right ul li a img {
        width: 60px;
        height: 60px;
    }

    .game-right ul li u {
        margin: 2% 3% 0 0;
    }

    .game-right ul li a p i {
        font-size: 13px;
    }

    .seven {
        flex-wrap: wrap;
        height: auto;
        margin-top: 3%;
    }

    .seven .left {
        width: 100%;
    }

    .seven .left a {
        width: 100%;
        height: 200px;
    }

    .seven .left a img {
        overflow: hidden;
        height: auto;
    }

    .seven .left a div {
        height: 100px;
    }

    .seven .center {
        width: 94%;
        height: auto;
        padding: 0 3%;
    }

    .seven .center .list li a span {
        width: 70%;
        font-size: 12px;
    }

    .seven .right {
        display: none;
    }

    .four {
        margin-top: 0;
        padding: 3%;
        margin-top: 3%;
    }

    .pn-news {
        margin-top: 3% !important;
    }

    .four h2 {
        height: 25px;
        line-height: 25px;
        font-size: 25px;
        margin-right: 34%;
    }

    .subBox li a img {
        width: 50px;
        height: 50px;
    }

    .four .layui-tab-title {
        margin-right: 0;
    }

    .layui-tab .mores {
        display: none;
    }

    .subBox li a div {
        width: 60px;
    }

    .subBox li a div p {
        font-size: 12px;
        height: 24px;
        line-height: 12px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
    }

    .footer {
        padding: 3%;
        margin-top: 3%;
    }

    .footin {
        width: 100%;
        font-size: 12px;
    }

    .youqing {
        margin-top: 3%;
    }

    .youqing h4 {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        width: 26%;
    }

    .friendly_swiper {
        width: 100%;
    }

    .friendly_swiper {
        margin: 0;
    }

    .footin p {
        line-height: 20px;
    }

    .all .main {
        height: auto;
    }
}