/*global*/
a{text-decoration:none}

/*login and register*/
.registerButton{
    background: #f96d0a;
    border: 1px solid #f96d0a;
    border-radius: 4px;
    font-size: 1em;
}
.registerButton:hover{
    background: #fe770a;
    border: 1px solid #fe770a;
}
.logoTitle{
    color:#f96d0a;
}
.numCode{
    border-radius: 4px;
}

.registerBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.comedyBgi{
    background:#1e222d!important;
}

.registerDiv{
    padding: 40px;
    border-radius: 4px;
}

/*index*/
.mainTitleDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}
.mainTitle{
    color: #f76b0b;
    font-size: 1.6em;
    font-weight: bold;
    margin: 10px 0;
}
.mainMore{
    background: none;
    color: #f56a0b;
    padding: 1px 10px;
    border-radius: 100px;
    border: 1px solid #f56a0b;
    text-decoration: none;
}
.mainMore:hover{
    background: #f56a0b;
    color:#fff;
    text-decoration: none;
}
.topContainer,.mainContainer{
    display: flex;
    border-radius: 4px;
    position: relative;
    top: -70px;
    /* z-index: -999; */
}
.topContainer{
    background: #fff;
    margin: 0px auto 10px auto;
   
}
.leftContainer{
    flex:3;
    margin: 10px auto;
    border-radius: 4px;
    background: #fff;
}
.indexItemTitle{
    color: #222;
    font-weight: 500;
    transition: all 0.3s;
}
.indexItemTitle:hover{
    color: #f56a0b!important;
}
.rightContainer{
    flex:1;
    margin:10px 0 10px 10px;
    border-radius: 4px;
    background: #fff;
}
.tc-gridbox .header img{
      transition: all 0.5s;
    height: auto;
    width: 100%;
    margin: 0%;
}
.tc-gridbox .header img:hover{
    height: 105%;
}
.tc-gridbox .header .item-image{
    overflow: hidden;
    width: 100%;
    background:#eee;
}
.tc-gridbox .header .item-image a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tc-gridbox{
    border-radius: 4px;
    overflow: hidden;
}
.indexPOne{
    margin: 5px 0 5px 0;
    color: #999;
}
.indexPTwo{
    margin: 0 0 5px 0;
    color: #999;
    font-size: 11px;
}
.indexItemTitle{
    font-size:1em;
    color: #222;
    font-weight: 500;
}
/*index right*/
.rightContainerImg{
    flex:1;
    border-radius: 4px;
    overflow: hidden;
}
.rightContainerImg img{
    width:100%;
    height: auto;
    border-radius: 4px;
    transition: all 0.3s;
}
.rightContainerImg img:hover{
    width:110%;
}
.rightContainerItem:hover{
    background:#eee;
}
.rightContainerImg a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
}
.rightContainerFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightContainerText{
    flex:2;
    margin: 5px;
}
.rightContainerText a{
    color:#222;
    transition: all 0.3s;
}
.rightContainerText a:hover{
    color:#f56a0b;
}
.rightContainerItem{
    padding:5px 10px;
    transition: all 0.3s;
}
.indexItemMd{
    padding:0 5px !important;
}
.indexItemMd .tc-gridbox .body{
    margin: 0;
}
.row{
    margin:0!important;
}
/*nav*/
/*nav*/
/*nav*/
.menu-item a{
    color: #b1bcce;
    transition: all 0.3s;
    position: relative;
}
.menu-item a:hover{
    color:#f56a0b;
}
.menu-item a:hover:after{    
    content: "";
    position: absolute;
    bottom: -13.5px;
    height: 4px;
    width: 100%;
    background: #f56a0b;
    left: 0;
}
.container{
    padding:0;
}
.nineFoxA{
    color: #737e91;
}
.user-nickname{
    color: #b1bcce;    
}
.userLogoA{
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
.userLogoA:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
.caret{
    color: #737e91;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background: #f56a0b;
}
.addSC,.addMobile{
    cursor: pointer;
}
.SCDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0.3);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.SCBox{
    background: #ffffff;
    color: #f56a0b;
    padding: 20px 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.SCBox p{
    padding:10px 0;
}
.SCBox span{
    border-radius: 200px;
    background: #f56a0b;
    color: #fff;
    padding:4px 20px;
    cursor: pointer;
}
.lookgameNum{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11.5px;
    right: -25px;
    background: #f3660b;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 100%;
    font-size: 1em;
    cursor: pointer;
}
.LookgameDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgb(0 0 0 / 0.2);
    flex-direction: column;
}
.lookgameBox{
    max-width: 50%;
    max-height: 50%;
    background: #fff;
    border-radius: 4px;
    overflow: auto;
    padding: 10px;
}
.lookgameClose{
    background: #f3660b;
    color: #fff;
    padding: 4px 10px;
    margin: 10px;
    border-radius: 100px;
    cursor: pointer;
}
.lgbItem{
    background: #eee;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}
.lgbItem p{
    margin: 0 0 5px;
    color:#f3660b;
}
.leftimg{   
    width: 49.9%;
    height: 414px;
    float: left;}
    .leftimg img{    width: 100%;
    border-radius: 20px 0 0 20px;}
/*.topbox*/
.topDiv,.topBox{
     width: 100%;
    border-radius: 5px;
}
.lkgameDiv,.lkgameBox{
    
    
    background: #222a35;
    height: 430px;
    border-radius: 0 20px 20px 0;
}
.topDiv{
    display:flex;
}
.topFive{
    flex:1;
}
.topFour{
    flex:2;
}
.topDiv div{
    position: relative;
}
.topDiv p{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 0.7);
    color: #fff;
    padding: 8px 0;
    margin: 0;
    font-size: 1.1em;
}
.topDiv img{
    width:100%;
    transition: all 0.5s;
    margin:0%;
}
.topDiv img:hover{
    margin:-2.5%;
    width:110%;
}
.topFourSon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourFather{
    width:380px;
    height:370px;
    margin: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourMom{
    height:180px;
    margin: 10px 0 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveFirst{
    margin:10px 0 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveSecond{
    margin:0 0 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveThree{
    margin:10px 10px 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFiveFour{
    margin:0 10px 10px 10px;
    width:180px;
    height:180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourFirst{
    width:185px;
    height:180px;
    margin:10px 10px 0 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topFourSecond{
    width:185px;
    height:180px;
    margin: 10px 0 0 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*list*/
/*list*/
/*list*/
.listItem{
    position: relative;
    border-radius: 4px;
}
.listItemA{
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.listLanguage{
    position: absolute;
    color:#fff;
    background: #f56a0b;
    top: 5px;
    left: -5px;
    padding: 2px 5px;
    border-radius: 4px;
}
.listItemBox{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.activeChange{
    background-color: #f4d7d3;
    color: #ff5325!important;
    border-radius: 40px;
    font-weight: bold;
}

/*banner*/
.bannerDiv{    
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerDiv{
    background-image: linear-gradient(to top, #1e222d, #1e222d 100%, #1e222d 100%, #1e222d 100%, #1e222d 100%, #1e222d 100%);
}
.swiper-pagination-bullet{
    width: 1em!important;
    height: 1em!important;
    background:#737e91!important ;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background:#f56a0b!important ;
}
.swiper-pagination-bullets{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 100px!important;
}
.swiper-pagination-bullets:after{
    content:"";
    position: absolute;
    width: 100px;
    height: 30px;
    background: rgb(255 255 255 / 0.6);
    z-index: -99;
    border-radius: 100px;
    border: 1px solid #737e91;
}
.swiperBox{
    height:400px!important;
}

/*article*/
/*article*/
/*article*/
.articleRanking{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.articleRanking .articleUname{
    margin:0;
}
.articleUname{
    padding: 5px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #f5680b;
}
.articleUlogo{
    display: flex;
    align-items: center;
}
.articleUlogoImg{
    width:50px;
    height:50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid rgb(254 119 10 / 0.7);
}
.articleUlogoImg img{
    width: 100%;
    transition: all 0.3s;
    margin: 0%;
}
.articleUlogoImg img:hover{
    width: 110%;
    margin: -5%;
}
.articleUip,.articleUtime{
    display: flex;
    padding: 2px;
    color:#ddd;
}
.articleUip p{
    margin:0;
    width:100px;
}
.articleUtime p{
    text-align: center;
    margin: 0 auto;
    padding: 2px 4px;

}
.articleMsg{
    margin:10px 0;
    width:100%;
}
.articleImg{
    width:60px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}
.articleImg img{
    width:110px;
    height:auto;
    transition: all 0.5s;
}
.articleImg img:hover{
    width:120px;
}
.articleHotLi{
    height: auto!important;
    overflow: auto;    
    display: flex;
    align-items: center;
    position: relative;
}
.articleHotLi i{
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 5px;
}
.articleHotLi a{
    display: flex;
    align-items: center;
}
.articleSpan{
    color:#222;
    transition: all 0.3s;
    margin:0 0 0 5px;
}
.articleSpan:hover{
    color: #fe770a;
}


/*backtop*/
.fa-arrow-circle-up{
    color:#f3660b;
}

/*footer*/
/*footer*/
/*footer*/
#footer p{
    color: #b1bcce;
        font-size: 12px;
}
#footer a{
    color: #f3660b;
}
#footer ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/*mod*/
/*mod*/
/*mod*/
.modDiv{
    display: flex;
    flex-wrap: wrap;
}
.modImg{
    width:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.modImg img{
    transition: all 0.5s;
    width:100%;
    margin:0%;
}
.modImg img:hover{
    width:110%;
    margin:0 -5%;
}
.modDiv li{
    width:100%;
}
.modA{
    background: #fff;
    display: flex;
    margin: 10px;
    padding: 6px;
    border-radius: 4px;
    overflow: hidden;
}
.modText{
    margin:0 10px;
    color: #222;
    transition: all 0.3s;
    font-size:1em;
    flex: 1;
}
.modText:hover{
    color:#fe770a;
}
.modSearch{
    margin: 50px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modSearch form{
    background: #10161e;
    border-radius: 100px;
    padding: 3px 10px 3px 20px;
    overflow: hidden;
}
.modSearch input{
    background: none;
    border: none;
    padding: 3px 20px 3px 0;
    color: #b1bcce;
}
.modSearch button{
    border: none;
    background: none;
    padding: 0 20px;
    font-size: 1.1em;
    color: #f5680b;
    border-left: 2px solid #b1bcce;
}
.modFenye{
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modmore{
display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px;
}

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

/*bd*/
/*bd*/
/*bd*/
.bandimg{
    margin: 10px auto;
    text-align: center;
}
.bandimg img{    border-radius: 4px;width:100%}
.setvip{
  background: #1e222d;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: relative;
    border: 4px solid #222a35;
}
.CopyBox{
    position: relative;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.bdcontent{color: #ff6a00;
    margin: 4px 0 0 20px;}
.bdFrom{
    display: flex;
    align-items: center;
    justify-content: center;
    width:300px;
}
.bdFrom p{
    margin:0;
}
.bdButton{
  border-radius: 999px;
    padding: 4px 25px;
    border: none;
    color: #ff6a00;
    font-size: 1.9em;
    margin: 10px;
    border: 2px solid #ff6a00;
    background: none;
    transition: all 0.1s;
}
.bdButton:hover{
    background-image: linear-gradient(#fa6f09, #ff8658);
    border-radius: 999px;
    padding: 4px 25px;
    border: none;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin: 10px;
    border: none;
    border: 2px solid #fa6f09;
}
.CopyAccount{
    position: absolute;
    background: #eee;
    border: 1px solid #b1bcce;
    padding: 10px;
    border-radius: 4px;
}
.copyDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
     float: left;
}
.copyDiv p{
    margin:0px!important;
    color: #fe8044;
    font-size: 1.1em;
}
.copyDiv span{
    display: flex;
    align-items: center;
}
.copyUn,.copyPw{
    background-image: linear-gradient(#fa6f09, #ff8658);
    padding:3px 18px;
    border: none;
    border-radius: 100px;
    color:#fff;
    margin-left: 20px;
}

.noneStatus{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.noneTextLogin a,.noneTextRegister a{
    text-decoration: underline;
    margin: 5px;
    color: #fe770a;
}

body{
    position: relative;
}