[v-cloak]{
    display: none;
}
body{
    margin:0 auto; padding:0;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
div,form,img,ul,ol,li,dl,dt,dd{margin:0; padding:0; border:0;font-size:12px;box-sizing: border-box;}
/* 链接颜色 */
a:link{color:#333; text-decoration:none; background:none;}
a:visited{color:#333;text-decoration:none; background:none;}
a:hover{color:#333; text-decoration:none; background:none;}
a:active{color:#333;text-decoration:none; background:none;}
/* 底部 */
.footer{width:100%;padding:0; clear:both;background: #48484c;color: white!important;margin-top: 10px;}
.footer_info{width:980px;  margin:0 auto; padding:5px 10px; clear:both;}
.footer_line{font-size:1px;width:10px; height:80px; background:url(../images/footer_02line.gif) no-repeat left center;float:left;}
.footer_logo{width:180px;text-align:right;float:left;padding:10px 25px 0;}
.footer_2info{width:460px; margin:0 auto;color:white;padding:20px;text-align:center;}
.footer_2info p{height:22px;line-height:22px;margin:0;padding:0;}
.footer_2info p a, .footer_2info p a:link, .footer_2info p a:visited{color:white;}
.footer_2info p a:hover{color:#1a8dff;}
#my-app{
    min-height: 100vh;
    margin: 0 auto;
    color: #606266;
}
.chatImg{
    position: fixed;
    right: 30px;
    top: 500px;
    width: 100px;
    cursor: pointer;
}
/* 面包屑 */
.pageBread{
    padding: 10px 0;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.pageBread span{
    font-size: 12px;
    color: #606266;
}
.pageBread .canClick{
    cursor: pointer;
    font-weight: bold;
}
.pageBread i{
    color: #606266;
}
/* 头部样式 */
.header{
    background: white;
}
.header-right{
    display: flex;
}
.header-right a{
    margin: 0 5px;
}
.header-right .down{
    margin-left: 5px;
    color: #606266;
}
.header-right .down:hover{
    color: #409EFF;
    text-decoration: underline;
    cursor: pointer;
}
.header-wrapper{
    width: 1000px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
}
.header-wrapper .header-left{
    margin-right: 15px;
}
.header-tool{
    margin: 0 auto;
    height: 30px;
}
.header-tool .wel{
    margin-right: 30px;
    position: relative;
    top: 1px;
}
.user_name{
    position: relative;
    top: 1px;
}
.header-form{
    border: 2px solid #1a8dff;
    width: 500px;
    height: 30px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
}
.header-form .header-formBtn{
    background: #1a8dff;
    width: 60px;
    height: 100%;
    color: white;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.header-form div{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}
.header-select span{
    display: inline-block;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gameSearch{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.gameSearchList{
    margin-top: 10px;
    max-height: 400px;
    overflow: auto;
    border-top: 1px solid #DCDFE6;
}
.el-tab-pane .gameSearchList{
    margin-top: 0;
    border-top: none;
}
.gameSearchBtn{
    background: #1a8dff;
    width: 60px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: white;
}
.gameSearchL{
    display: flex;
    align-items: center;
}
.gameSearchListItem{
    width: 85px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 10px;
}
.gameSearchListItemServer{
    width: 143px;
}
.gameSearchList i{
    color: #1a8dff;
    cursor: pointer;
}
.gameSearchListItem span:hover{
    color: #1a8dff;
    cursor: pointer;
}
.closeSelectArea{
    position: absolute;
    right: 12px;
    font-size: 16px;
    cursor: pointer;
    z-index: 99;
}
.el-tabs__item{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.topPopover{
    border: 2px solid #1a8dff!important;
    box-sizing: border-box!important;
}
.gameSearch .el-input__inner{
    height: 30px!important;
    line-height: 30px;
    border-radius: 0px;
    font-size: 12px;
}
.topPopover .popper__arrow::after{
    top: 0!important;
    border-bottom-color: #1a8dff!important;
}
.selectHasCheck{
    color: #1a8dff!important;
}
.header-select{
    width: 83px;
    height: 18px;
    line-height: 18px;
    padding: 2px 10px 1px;
    background: #fff;
    border-right: 1px #aeaeae solid;
    text-align: center;
    color: #999;
    cursor: pointer;
    overflow: hidden;
}
.header-formInput .el-input__inner{
    height: 26px;
    line-height: 26px;
    border: 0;
    width: 130px;
    font-size: 12px;
    color: #999;
}
.header .el-input .el-input__icon,.gameSearchL .el-input .el-input__icon{
    line-height: 26px!important;
}
.gameSearch .el-icon-circle-close,.mainPopoverTitle .el-icon-circle-close{
    font-size: 16px;
    cursor: pointer;
}
.header-search{
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 15px auto;
    margin-top: 0;
    justify-content: space-between;
}
.header-search>div{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.header-search .current-game{
    font-size: 18px;
    font-weight: 600;
    margin-left: 14px;
    margin-top: 28px;
    display: none;
}
.header-nav{
    width: 1000px;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    background: url("../../images/nav_left.gif"), url("../../images/nav_mid.gif"), url("../../images/nav_right.gif");
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: 0 0, 38px 0, right 0;
}
.header-nav .header-nav-item{
    width: 110px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    list-style: none;
    padding: 0 10px 0 0;
    background: url(../../images/nav_line.gif) no-repeat right top;
    float: left;
    box-sizing: content-box;
}
.header-nav .header-nav-item a{
    color: #fff;
    display: inline-block;
    max-width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}
.header-nav .header-nav-item.active{
    background: url(../../images/nav_current.gif) no-repeat center bottom;
}
.header-nav .header-nav-item.active a{
    color: #297fe1;
    margin-left: 10px;
}
.el-link span{
    font-size: 12px!important;
}
.el-link--inner{
    font-size: 12px!important;
}
.el-menu{
    width: 1000px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background-color: #fc832d;    
}
.el-menu--horizontal>.el-menu-item{
    height: 35px;
    line-height: 35px;
    border: none;
}
.el-menu--horizontal>.el-menu-item.is-active{
    background-color: #fc542d;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    border: none;
}
.el-menu.el-menu--horizontal{
    border: none;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover{
    color: rgb(255, 255, 255);
    background-color: #fc542d;
    border: none;
}
/* main样式 */
.content{
    padding: 10px 0;
    width: 1000px;
    margin: 0 auto;
    min-height: 628px;
}
.content-postAnnounce{
    display: flex;
}
.content-left{
    flex: 1;
}
.content-right{
    width: 250px;
}
.content-post img{
    width: 100%;
}
.content-postAnnounce{
    display: flex;
}
.content-post{
    flex: 1;
}
.content-announce,.content-article,.content-wx{
    border: 1px solid #d7d7d7;
    width: 250px;
    background: white;
}
.content-announceTitle{
    background: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    margin-bottom: 8px;
}
.content-telTitle,.goodsPushTitle{
    background: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
}
.content-announceItem{
    padding: 6px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-announceItemT{
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

/* 商品推送 */
.goodsPush{
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    background: white;
}
.goodsPushList{
    overflow-x: auto;
    white-space: nowrap;
    width: 740px;
    padding-right: 8px;
}
.goodsPushItem{
    width: 184px;
    border-radius: 10px;
    border: 1px solid #EBEEF5;
    margin: 10px 0 8px 8px;
    display: inline-block;
    cursor: pointer;
}
.goodsPushItem-img{
    overflow: hidden;
}
.goodsPushItem-imgL img{
    width: 100px;
    height: 98px;
}
.goodsPushItem-imgTitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.goodsPushItem-imgL:first-child img{
    border-radius: 10px 0 0 0;
}
.goodsPushItem-imgL:nth-child(3) img{
    border-radius: 0 10px 0 0;
}
.goodsPushItem-imgL{
    width: 60px;
    position: relative;
    display: flex;
    float: left;
}
.goodsPushItem-imgL div{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 100%;
}
.goodsPushItem-imgL img{
    width: 100%;
}
.goodsPushItem-imgL:not(:first-child){
    margin-left: 1px;
}
.goodsPushItem-text{
    margin: 8px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.goodsPushItem-tag .baopei{
    color: #f9daa3;
    background: #292929;
    padding: 4px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goodsPushItem-tag .baopei img{
    height: 14px;
    margin-right: 3px;
}
.goodsPushItem-tag span{
    display: inline-block;
}
.goodsPushItem-tag{
    display: flex;
    margin: 8px 8px;
    align-items: center;
    justify-content: space-between;
}
.goodsPushItem-tagList{
    padding: 1px 2px;
    border: 1px solid #1a8dff;
    color: #1a8dff;
}

.goodsPushItem-price{
    font-size: 16px;
    font-weight: bolder;
    color: #F56C6C;
    padding: 0 0 8px 8px;
}

/* 所有游戏 */
.selectGame{
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    min-height: 200px;
    background: white;
}
.selectGame-list{
    padding: 10px 10px;
    overflow: hidden;
}
.selectGame-list img{
    height: 94px;
    border-radius: 20px;
}
.selectGame-listGame{
    width: calc((100% - 60px) / 5);
    margin: 0 15px 15px 0;
    float: left;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}
.selectGame-listGame:nth-of-type(5n+0){
    margin-right: 0;
}
.selectGame-nav{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    padding: 0 6px;
}
.gameListText{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.gameListBtn{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gameListBtn a{
    padding: 0px 5px;
    border-radius: 3px;
    color: white;
    position: relative;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gameListBtn a.ios{
    background: #5cc3ff;
}
.gameListBtn a.an{
    background: #ff8a00;
}
.content-articleAu{
    height: 20px;
    line-height: 20px;
    padding: 6px 6px 0 6px;
}
.content-articleMain{
    min-height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 6px 0 6px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    cursor: pointer;
}
.content-articleMain img{
    width: 100%;
}

/* 右侧 */
.content-right{
    margin-left: 10px;
}
.content-tel{
    font-family: Georgia, "Times New Roman", Times, serif;
    border: 1px solid #d7d7d7;
    text-align: center;
    background: white;
}
.content-telMsg{
    padding: 20px 0;
}
.content-telMsg img{
    margin-bottom: 20px;
}
.content-wx{
    margin-top: 10px;
}
.content-wx img{
    width: 100%;
}
.content-article{
    margin-top: 10px;
    padding-bottom: 6px;
}
.gameNavSelected{
    color: #1a8dff!important;
    /* text-decoration: underline; */
    border-bottom: 1px solid #1a8dff;
}

.downLoadTips{
    height: 90px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
}
.downLoadTips_box{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.downLoadTips_left,.downLoadTips_leftTxt{
    display: flex;
    color: #ffffff;
}
.downLoadTips_leftTxt{
    flex-direction: column;
    margin-left: 5px;
}
.downLoadTips_leftTxt .txt1{
    font-size: 32px;
    font-family: 'SourceHanSansCN-Regular';
}.downLoadTips_leftTxt .txt2{
    font-size: 14px;
    font-family: 'SourceHanSansCN-Light';
}
.downLoadTips_centerT{
    width: 201px;
    height: 38px;
    background-image: url('../../images/txz/ico-download-app.png');
    background-repeat: no-repeat;
    font-size: 21px;
    color: #ffffff;
    font-family: 'SourceHanSansCN-Regular';
    padding: 0 0 5px 15px;
    line-height: 38px;
}
.downLoadTips_centerB{
    width: 224px;
    height: 26px;
    background-image: url('../../images/txz/贪心猪交易--终身包赔@2x.png');
    background-repeat: no-repeat;
    font-size: 16px;
    color: #ffffff;
    font-family: 'SourceHanSansCN-Regular';
    line-height: 26px;
    padding: 0 0 0 15px;
    margin-top: 5px;
}
.downLoadTips_close{
    position: absolute;
    top: 35px;
    right: calc((100% - 1000px) / 4);
    cursor: pointer;
}
.codeIos{
    width: 115px;
    height: 115px;
    background-image: linear-gradient(-36deg,#02aefe,#1aeff2);
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.codeAn{
    width: 115px;
    height: 115px;
    background-image: linear-gradient(25deg,#02aefe,#1aeff2);
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.downLoadTips_right{
    display: flex;
    align-items: center;
    margin-right: -2px;
}
.downLoadTips_rightTxt{
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular';
    color: #ffffff;
    display: flex;
    align-items: center;
}
.downLoadTips_rightTxt img{
    margin-left: 10px;
}
.code_box{
    position: relative;
    top: -30px;
    margin-left: 20px;
}
.code_boxTxt{
    font-size: 14px;
    font-family: 'NSimSun';
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}
.code_box img{
    width: 100%;
}

/* 弹窗1 */
.popTem1 .popTem1_img{
    text-align: center;
}
.popTem1 .popTem1_txt{
    line-height: 30px;
    margin-top: 20px;
}
.popTem1 .popTem1_btn{
    background: #ff6700;
    width: 140px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.popTem1 .el-dialog__close{
    color: #2c2b3a;
}

/* 弹窗2 */
.popTem2 .el-dialog__header{
    text-align: left;
    background: #f9f9f9;
}
.popTem2 .el-dialog__header i{
    color: #292929;
}

/* 弹窗3 */
.popTem3 .el-dialog__header{
    text-align: center;
    background: #f9f9f9;
    padding: 10px 20px;
    color: #333333;
}
.popTem3 .el-dialog__headerbtn{
    top: 14px;
}
.popTem3 .el-dialog__header i{
    color: #292929;
}
.popTem3 .popTem3_btn{
    background: #2f74ff;
    width: 140px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}
/* 弹窗4 */
.popTem4 {
    border-radius: 23px;
}
.popTem4 .el-dialog__header{
    padding: 0 0;
}
.popTem4 .el-dialog--center .el-dialog__body{
    padding-top: 40px;
}
.popTem4 .el-dialog__close{
    color: #ffffff;
}
.popTem4 .el-dialog__headerbtn{
    font-size: 24px;
    top: 10px;
}
.popTem4 .el-dialog__body{
    height: 350px;
    background-image: url('../../images/txz/downbg.png');
    border-radius: 20px;
}
.downTxt1{
    font-family: 'PingFang-SC-Heavy';
    font-size: 28px;
    text-align: center;
    color: #ffffff;
}
.downTxt2{
    font-family: 'PingFang-SC-Heavy';
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
.downBox{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}
.downItem{
    background: #ffffff;
    width: 150px;
    height: 180px;
    box-shadow:gray 0px 0px 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.downItem div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.downItem span{
    color: #333333;
    font-size: 14px;
    font-family: 'NSimSun';
    margin-left: 5px;
}
.downItem .codeimg{
    width: 130px;
    height: 130px;
}
/* 内容 */
/* .logo{ width:500px; padding-bottom:5px;} */
.logo{ width:1000px; padding-bottom:15px;}
.logo_game{width:100%; margin:10px auto 0 auto; padding:0;float:left;}
.logo_game span{ float:left;}
.logo_01img img,.logo_02img img,.logo_03img img{margin:0 0 10px 0;}
.logo_01img{ float:left;}
.logo_02img{ float:left; margin:0 16px;}
.logo_03img{ float:right;}
.top_nav{width:970px; float:right; margin-right:10px;}
.user_info{width:430px; height:30px; padding:0;line-height:30px; color:#297fe1; text-align:right; padding-right:5px; float:right;}
.user_info .exit{ float:right; margin:0 10px;color:#fe7b08;}
.user_info .exit a:link, .user_info .exit a:visited{color:#fe7b08; text-decoration:underline;}
.user_info .exit a:hover{color:#cf121b; text-decoration:underline;}
.user_info .name{color:#fe7b08; padding:0 5px;}
/* .top_sidebar{width:420px; float:right;} */
.top_sidebar{float:right;}
.top_sidebar li{width:55px; height:30px;color:#333; line-height:30px; list-style:none; float:left; }
.top_sidebar li img{padding:0 3px;}
.top_sidebar .tit_ico{margin:0; padding:5px 0; float:left;display:inline;}

.top_sidebar .tel{width:175px;}
.banner{width:768px; height:76px; border:1px solid #a4c1d7; margin:10px auto; padding:0; clear:both;}
.banner img{margin:2px;}
.header-nav .header-nav-item{
    position: relative;
}

