.flex_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

.title_font {
    font-family: Microsoft YaHei;
    font-size: 25px;
    color: red;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.title_content {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 400;
    margin-top: 10px;
}

.xhx {
    width: 100%;
    height: 2px;
    background: #A42E2E;
}

.game_lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ad_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.ad_text {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 41px;
    color: #C6B97F;
    line-height: 69px;
    background: linear-gradient(0deg, #370810 0%, #CB191E 48.2421875%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.container {
    max-width: 1315px;
}


a {
    text-decoration: none !important;
}

#flip {
    font-size: 14px;
    color: rgb(159, 159, 159);
    animation: just 2s ease-in-out infinite alternate;
}

#flip:hover {
    animation-play-state: paused;
}

.btn-lg-index, .btn-group-lg > .btn {
    padding: 1.1rem 1.1rem;
    font-size: 1.55rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.banner_box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner_lang {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
    z-index: 10;
}

.banner_lang_box {
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.left_lang {
    display: flex;
    position: relative;
    width: 316px;
    height: 320px;
    margin-top: 44px;
}

.user_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 36px;
}

.user_account {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFBB84;
}

.user_point {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.point_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    width: 50%;
}

.point_item:nth-of-type(1) {
    border-right: 1px solid #474444;
    border-bottom: 1px solid #474444;
}

.point_item:nth-of-type(2) {
    border-bottom: 1px solid #474444;
}

.point_item:nth-of-type(3) {
    border-right: 1px solid #474444;
}

.point_name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
}

.point_num {
    font-family: Helvetica Neue LT Std;
    font-weight: normal;
    font-size: 16px;
    color: #FFF000;
    width: 100%;
    text-align: center;
}

.ljcz_btn {
    width: 124px;
    height: 31px;
    background: linear-gradient(0deg, #DEAB53, #E88A4C);
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 6px;
}

.back_btn {
    text-decoration: none;
    width: 124px;
    height: 31px;
    background: #3F3F45;
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.right_lang {
    position: relative;
    width: 309px;
    margin-top: 44px;
}

.kf_ewm {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 69%;
    transform: translateX(-50%);
}

.sm_tip {
    width: 206px;
    height: 40px;
    background: #B70711;
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
}

.login_btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.power_lang {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.power_item {
    position: relative;
}

.power_title {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
}

.power_text {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
}

.look_btn {
    background: transparent;
    border-radius: 13px;
    border: 1px solid #FFFFFF;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 13px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .5s;
}

.look_btn:hover {
    color: #000;
    background: #fff;
    transition: all .5s;
}

.content_text {
    text-align: left;
    font-family: Source Han Sans SC;
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    margin: 34px 0;
    position: relative;
}

.lang_tow {
    position: relative;
    left: 27.3%;
}

.cloum_box {
    width: 100%;
    height: 52px;
    background: #222225;
    display: flex;
    align-items: center;
}

.classify_box {
    position: relative;
}

.classify_lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

#classifyBtn {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.classify_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    padding: 0 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sosuo {
    position: relative;
}

.fdj {
    position: absolute;
    z-index: 5;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.classify_search {
    width: 247px;
    height: 31px;
    background: #222225;
    border-radius: 15px;
    border: 1px solid #4A4A4A;
    padding-left: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #F3E29F;
    position: relative;
}

.classify_search::placeholder {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #F3E29F;
}

.classify_active {
    color: #FFE8A0!important;
}

.item_box {
    padding: 10px 0;
}

.item_text {
    display: flex;
    flex-direction: column;
}

.game_name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 25px;
    color: #313131;
    margin-left: 8px;
}

.game_class_text {
    font-family: SimSun;
    font-weight: 400;
    font-size: 16px;
    color: #242424;
}

.xvxian {
    margin: 10px 0;
}

.game_btn_lang {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.fu_name {
    font-family: SimSun;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.exchange_btn {
    width: 120px;
    height: 31px;
    border: 1px solid #CCCCCC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #3DAF0B;
}

.open_web {
    width: 120px;
    height: 31px;
    border: 1px solid #CCCCCC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #ff3f3f;
}
.bl_btn {
    width: 120px;
    height: 31px;
    border: 1px solid #CCCCCC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #980000;
}
.down_btn {
    width: 120px;
    height: 31px;
    border: 1px solid #CCCCCC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #C12F12;
}

@keyframes just {
    0% {
        color: rgb(159, 159, 159);
    }

    100% {
        color: rgba(255,0,0,1);
    }
}

.con {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0%;
    right: 0;
    font-size: 12px;
}

.subscript {
    color: #fff;
    height: 30px;
    width: 120px;
    position: absolute;
    right: -30px;
    text-align: center;
    line-height: 30px;
    font-family: "黑体";
    background-color: #f8ac59;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subscript2 {
    color: #fff;
    height: 30px;
    width: 120px;
    position: absolute;
    right: -30px;
    text-align: center;
    line-height: 30px;
    font-family: "黑体";
    background-color: #f30404;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.game_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35%;
    transform: none !important;
    z-index: 10;
}

.jv_box {
    position: fixed;
    left: 25px;
    top: 400px;
}

.jvbao_img {
    width: 200px;
    cursor: pointer;
}
        .footer {
    width: 100%;
    height: 227px;
    background: #111617;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_menu a {
    font-family: SimSun;
    font-weight: 400;
    font-size: 14px;
    color: #CCC8C5 !important;
}

.must_text {
    font-family: SimSun;
    font-weight: 400;
    font-size: 14px;
    color: #CCC8C5;
}

.last_tetx {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #CCC8C5;
    margin-left: 9px;
}

.item {
    margin-right: 53px;
}
      .login_tc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-59%,-50%);
}

#myCode canvas {
    width: 320px !important;
}

.close {
    position: absolute;
    z-index: 99;
    right: 13%;
    top: 33%;
    cursor: pointer;
}

.account_btn {
    position: absolute;
    z-index: 99;
    padding: 10px 45px;
    background: #c09342;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    right: 33%;
    bottom: 11%;
}
       .nav-item {
    position: relative;
    transition: all .5s;
}

.navbar-nav {
    flex-direction: row !important;
}

.beat-char {
    position: relative;
    display: inline-block;
    background: transparent;
    color: #FFF;
    font-weight: 600;
}

.navbar {
    padding: 12px 0 !important;
}

.rotate {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
 	/* IE 9 */
    -moz-transform: rotate(360deg);
 	/* Firefox */
    -webkit-transform: rotate(360deg);
 /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    -webkit-transition-duration: 0.7s;
}

.nav_list {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 55px;
    position: relative;
    z-index: 2;
}

.nav-item:hover .nav_list {
    text-decoration: none;
    color: #EDD099;
    background: linear-gradient(0deg, #EDD099 0%, #FFFEE6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s;
}

.nav-item:hover .xb_icon {
    opacity: 1;
    transition: all .5s;
}

.xb_icon {
    position: absolute;
    left: 40%;
    transform: translateX(-57%);
    top: 16px;
    opacity: 0;
    transition: all .5s;
}

.hot_tip {
    position: absolute;
    top: -13px;
    left: 0;
    width: 38px;
    height: 16px;
    background: #B70711;
    border-radius: 2px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.login_font {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    padding: 8px 13px;
}

.nav_box {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    margin-left: 200px;
}
.wechat-customer1 {
        background-color: #fff;
        width: 200px;
        height: 160px;
        border: #eee 1px solid;
        padding: 0;
        border-radius: 4px;
        text-align: center;
        position: fixed;
        left: 20px;
        bottom: 200px;
        font-size: 12px;
        box-sizing: initial;
        z-index: 9999;
        box-shadow: 0 0 20px #ddd
}
.qrcode-wechat1 {
    margin: 10px auto 8px auto;
    position: relative
}
.wechatEnterprise img {
    width: 25px
}

.describe-title1 {
    font-weight: 700;
    color: white;
    font-size: 14px;        
    background: #f44336;
    line-height: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.text_title {
    position: absolute;
    width: 95%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255,0,0,.7);
    color: yellow;
    font-size: 16px;
    bottom: 165px;
    left: 7px;
    z-index: 1;
    font-weight: bold;
}
.text_title1{
    color:red;
}
.text_title img{
    height:30px;
}
.tc{
    background-color: #f7f7f7;
    text-align: center;
    height: 100%;
    border-radius:0 0 10px 10px;
}
.tc h1 {
	text-align: center;
	padding: 20px 0 0px;
	color: #1e2023;
	font-size: 26px;
}
 .tc span {
    color:#9a9b9c;
	padding: 0 0 10px;
    font-size: 12px;
}
.tc .xy{
    color: #FD4029;
    text-decoration: underline;
}
.tcqrcode{
    width: 230px;
    height: 250px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #efe6e6;
    margin: auto;
    margin-top: 10px;
}
.qrcode{
    margin-top: 10px;
}
.tchr{
    border-bottom: 1px solid #eae8e8;
    margin: 30px 60px 20px 60px;
}
.shadows {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.layui-layer-title {
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.layui-layer {
    border-radius: 10px 10px 10px 10px;
}
.head-name img{
    width: 80px;height: 80px;border-radius:50%;margin-left: 60px;
}
.right-off {
    background-image: url('/home/images/xiajia.png');
    position: absolute;
    right: 7px;
    bottom: 165px;
    width: 95px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 100% 0;
}