@font-face {
    font-family: 'messageIconfont';  /* project id 174488 */
    src: url('../../font/messageIconFont/iconfont.eot'); /* IE9*/
    src: url('../../font/messageIconFont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/messageIconFont/iconfont.woff') format('woff'), /* chrome, firefox */
    url('../../font/messageIconFont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../../font/messageIconFont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face{
    font-family: PingFang;
    src: url('../../font/pingfang.ttf');
}
    
.message-iconfont{
    font-family:"messageIconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.top-bar{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    min-width: 1500px;
    height: 84px;
    background:#1E1E20;
}
.top-bar .top-bar-cnt{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
   /*  min-width: 1730px; */
    height: 84px;
}
.top-bar .logo{
    position: absolute;
    top: 20px;
    left: 22px;
    width: 185px;
    height: 40px;
    background: url(../../images/home/topnav/logo_185x40.png) no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.top-bar .logo-change{
    position: absolute;
    top: 33px;
    left: 161px;
    width: 22px;
    height: 22px;
    background: url(../../images/home/topnav/change.png) no-repeat;
    transition: .2s;
    cursor: pointer;
    z-index: 1;
}
.top-bar .logo-change:hover{
    background: url(../../images/home/topnav/change1.png) no-repeat;
}
.top-bar .nav{
    width: calc(100% - 620px);
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 310px;
    display: flex;
}
.top-bar .nav .nav-item {
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #AAAAAA;
    line-height: 84px;
    transition: all linear .2s;
    position: relative;
    padding: 0 3.5%;
    white-space: nowrap;
}
.top-bar .nav .nav-item .product-icon{
    font-size: 24px;
    color: #AAA;
    vertical-align: bottom;
    font-weight: 400;
}
.top-bar .nav .nav-item .product-icon.active{
    color: #347AF0;
}
.top-bar .nav .nav-item:hover{
    color: #fff;
}
.top-bar .nav .nav-item:hover .product-icon{
    color: #347AF0;
}
.top-bar .nav .nav-item:hover .product-icon.active{
    color: #347AF0;
}
.top-bar .nav .event-data{
    position: relative;
}
.top-bar .nav .event-data img{
    image-rendering: pixelated;
}
.top-bar .nav .event-data img.new,img.hot{
    image-rendering: pixelated;
    position: absolute;
    top: 28px;
    left: 58px;
    width: 26px;
    height: 17px;
    margin-left: 50%;
}
.top-bar .nav .event-data img.hot{
    image-rendering: pixelated;
    position: absolute;
    top: 31px;
    right: 24px;
    width: 26px;
    height: 17px;
}
.top-bar .nav .nav-item>.show-btn{
    color: #fff;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
    position: relative;
    top: -2px;
    margin-left: 10px;
    transition: all .2s;
}
.top-bar .nav .nav-item:hover>.show-btn{
    border-color: #fff transparent transparent;
    transform: rotateZ(180deg);
}
.top-bar .nav .nav-item .dropdown-tips{
    width: 161px;
    background: #0A0A0B;
    border-radius: 6px;
    font-size: 13px;
    position: absolute;
    top: 62px;
    display: none;
    transition: all .2s;
    opacity: 0;
}
.top-bar .nav .nav-item.navigation .dropdown-tips{
    width: 230px;
    height: 230px;
    left: 0px;
}
.top-bar .nav .nav-item:hover .dropdown-tips{
    display: block;
    opacity: 1;
}
.top-bar .nav .nav-item .dropdown-tips::before{
    color: #fff;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px ;
    border-color:  transparent transparent #0A0A0B;
    position: absolute;
    top: -5px;
    content: '';
    left: 70px;
}
.top-bar .nav .nav-item.navigation .dropdown-tips::before{
    left: 97px;
}

.top-bar .nav .nav-item .dropdown-tips .dropdown-tips-item{
    width: 100%;
    height: 52px;
    text-align: left;
    text-indent: 29px;
    cursor: pointer;
    line-height: 52px;
    transition: all linear .2s;
    color: #fff;
    display: block;
}
.top-bar .nav .nav-item.navigation .dropdown-tips .dropdown-tips-item{
    display: inline-block;
    width: 105px;
    float: left;
    height: 46px;
    line-height: 46px;
    text-align: left;
    color: #AAAAAA;
    text-indent: 28px;
    position: relative;
}
.top-bar .nav .nav-item.navigation .dropdown-tips .dropdown-tips-item:nth-of-type(even){
    text-indent: 22px;
}
.top-bar .nav .nav-item.navigation .dropdown-tips .dropdown-tips-item i.icon-tournament{
    display: inline-block;
    position: absolute;
    background: url(../../images/home/tips.png) no-repeat;
    width: 39px;
    height: 19px;
    top: 6px;
    right: 5px;
    pointer-events: none;
}
.top-bar .nav .nav-item.navigation .dropdown-tips .dropdown-tips-item i.icon-new{
    display: inline-block;
    position: absolute;
    background: url(https://static.5eplay.com/images/event_new.png) no-repeat;
    width: 39px;
    height: 19px;
    top: 6px;
    right: -22px;
    pointer-events: none;
}
.top-bar .nav .nav-item .dropdown-tips .dropdown-tips-item:hover{
    color: #347AF0;
}
.top-bar .nav .nav-item .dropdown-tips .dropdown-tips-item .product-icon{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}
.top-bar .nav .nav-item .dropdown-tips .dropdown-tips-item:hover .product-icon,
.top-bar .nav .nav-item .dropdown-tips .dropdown-tips-item.active .product-icon{
    color: #347AF0;
}

.top-bar .nav .nav-item .til-text-tip{
    display: inline-block;
    position: absolute;
    font-size: 12px;
    height: 16px;
    color: #fff;
    font-weight: 100;
    padding: 0 5px;
    background: -webkit-linear-gradient(left,yellow,red);
    line-height: 16px;
    border-radius: 25px 25px 25px 0px;
    top: 25px;
    margin-left: 5px;
}
.top-bar .nav .nav-item .til-text-tip.c-blue{
    background: -webkit-linear-gradient(left,#fff,blue);
}
.top-bar .top-menu-right{
    float:right;
    display:flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

}
.top-bar .top-menu-right .down {
    display: block;
    width: 84px;
    font-size: 12px;
    font-family: PingFang;
    font-weight: 400;
    color: #aaa;
    margin: 0 30px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    transition: color .2s;
}
.top-bar .top-menu-right .down:hover{
    color: #fff;
}
.top-bar .top-menu-right .down::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    opacity: 0.15;
    border-radius: 0px;
    top: 6px;
    right: -30px;
}
.top-bar .top-menu-right .down i{
    display:inline-block;
    width: 13px;
    height: 19px;
    background: url(../../images/home/topnav/app1.png) no-repeat;
    transition:  .2s;
    position: relative;
    top: 5px;
}
.top-bar .top-menu-right .down:hover i{
    background: url(../../images/home/topnav/app.png) no-repeat;
}
.top-bar .top-menu-right .info {
    display: flex;
}
.top-bar .top-menu-right .info .head{
    background: transparent;
}
.top-bar .top-menu-right  .info .btn {
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 32px;
    background: transparent;
    border: 0;
    border-radius: 16px;
    line-height: 32px;
}
.top-bar .top-menu-right  .info .top-reg:hover {
    color: #347AF0;
}
.top-bar .top-menu-right  .info .top-login:hover {
    color: #347AF0;
}
.top-bar .top-menu-right .info .login_mess {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar .top-menu-right .info .avatar-img{
    border-radius: 50%;
    border: 1px solid #3a3a3b;
 }
.top-bar .top-menu-right .info .logout {
    color: #347AF0;
    cursor: pointer;
    padding-right: 20px;
}
.top-bar .top-menu-right .info .logout:hover {
    color:#5192ff;
    transition: 0.6s all;
}

.top-bar .top-info-notice{
    right: -80px;
}
.top-bar .search {
    width: 270px;
    height: 28px;
    line-height: 28px;
    background: #313131;
    border: 1px solid #313131;
    border-radius: 3px;
    margin-right: 25px;
}
.top-bar .sh-txt {
    margin-left: 15px;
    padding-right: 15px;
    margin-top: -2px;
    width: 176px;
    height: 22px;
    line-height: 22px;
    border: none;
    background: #313131;
    outline: none;
    color: #8899A6;
}
.top-bar .sh-btn{
    float: right;
    display: inline-block;
    position: relative;
    text-align: right;
    width:48px;
    height:28px;
    line-height: 28px;
    margin-top: -1px;
    margin-right:-1px;
    border: 1px solid #313131;
    background: #313131;
    border-radius: 0 3px 3px 0;
    padding-right:10px;
}
.icon-search{
    vertical-align: top;
    color:#fff;
}
.top-bar .sh-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    text-indent: -999em;
    outline: none;
}
.top-bar .notice{
    position:relative;
    display: inline-block;
    cursor: pointer;
    font-size:14px;
    color: #999;
    height: 30px;
    line-height: 30px;
}
.top-bar .notice-info{
    position: relative;
    padding-left:22px;
    margin-right:25px;
}
.top-bar .notice-info:before{
    position: absolute;
    content: '';
    top:5px;
    left:0;
    width:18px;
    height:20px;
    background:url(../../images/home/common/icons-top-nav.png) no-repeat 0 -40px;
}
.top-bar .notice .num{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space:nowrap;
    font-size: 12px;
    color: #fff;
    min-width:8px;
    height:18px;
    line-height: 15px;
    border-radius: 9px;
    padding:0 5px;
    background: #ff3333;
    -webkit-animation: dotlabel 1s infinite alternate;
    -moz-animation: dotlabel 1s infinite alternate;
    animation: dotlabel 1s infinite alternate;
    font-style: normal !important;
}
@-webkit-keyframes dotlabel {
    0% {
        opacity: .2;
        box-shadow:0 0 2px rgba(255,255,255,0.1);
    }
    100% {
        opacity: 1;
        box-shadow:0 0 15px rgb(243, 148, 141);
    }
}
.top-bar .notice .num.hide{
    display:none;
}
.top-bar .notice .drop-down-wrap{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 40px;
    left: -150px;
    width: 340px;
    box-shadow: 0 0 2 0 #666;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* opacity: 1;
    visibility: visible; */
}
.top-bar .notice .drop-down-wrap .triangle{
    position: absolute;
    top: -10px;
    left: 165px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
}
.top-bar .notice .drop-down-wrap .con{
    /* height: 400px; */
    margin-top: 10px;
    background:#fff;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #999;
}
.top-bar .notice .drop-down-wrap .tab{
    width:100%;
    height:50px;
    line-height: 50px;
    /* background:#1e1e1e; */
    background:#ffffff;
    border-radius: 10px 10px 0 0;
    border-bottom:1px solid #eef0f2;
}
.top-bar .notice .drop-down-wrap .tab li{
    float:left;
    width:110px;
    text-align: center;
}
.top-bar .notice .drop-down-wrap .tab li span{
    position:relative;
    display:inline-block;
    vertical-align: middle;
    width:30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.top-bar .notice .drop-down-wrap .tab li.active span{
   color: #2486e7;
}
.top-bar .notice .drop-down-wrap .tab li.friend.badge span:after,
.top-bar .notice .drop-down-wrap .tab li.email.badge span:after,
.top-bar .notice .drop-down-wrap .tab li.message.badge span:after{
    position: absolute;
    content: '';
    right:-3px;
    bottom:7px;
    width:7px;
    height:7px;
    border-radius: 50%;
    background:#f00;
}
.top-bar .notice .drop-down-wrap .tab li.friend.badge span:after{
    right:-5px;
}
.top-bar .notice .drop-down-wrap .tab li.friend.active span:before{
    background-position: -30px -70px;
}
.top-bar .notice .drop-down-wrap .tab li.friend.active span:after,
.top-bar .notice .drop-down-wrap .tab li.email.active span:after,
.top-bar .notice .drop-down-wrap .tab li.message.active span:after{
    display:none;
}
.top-bar .notice .drop-down-wrap .tab li.message span:before{
    width:14px;
    height:16px;
    margin:-8px 0 0 -7px;
    background-position: 0 -100px;
}
.top-bar .notice .drop-down-wrap .tab li.message.active span:before{
    background-position: -30px -100px;
}
.top-bar .notice .bd .item{
    height:349px;
}
.top-bar .notice .bd .item .no-data{
    text-align: center;
    font-size:14px;
    font-weight: bold;
    padding:100px 0;
    color:#999;
}
.top-bar .notice .bd ul{
}
.top-bar .notice .bd li{
    padding:15px 24px 0 22px;
    height: 72px;
}
.top-bar .notice .bd li:hover{
   background: #f2f2f2;
}
.top-bar .notice .bd li.last{
    border:none;
}
.top-bar .notice .bd .photo{
    width:48px;
    height: 48px;
    border-radius: 5px;
    margin-right: 8px;
}
.top-bar .notice .bd .photo img{
    width:48px;
    height: 48px;
    border-radius: 5px;
}
.top-bar .notice .bd .list-bdy{
    margin-left: 45px;
}
.top-bar .notice .bd .list-bdy .bdy-info{
    line-height: 18px;
    height: 18px;
}
.top-bar .notice .bd .list-bdy .name{
    font-size: 14px;
    font-weight: bold;
    color:#5a91ff;
    max-width:128px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.top-bar .notice .bd .list-bdy .time{
    color:#a3a7b2;
    font-size:12px;
    padding-left:15px;
}
.top-bar .notice .bd .list-bdy .bdy-text{
    font-size: 12px;
    color:#62656c;
    line-height: 18px;
    padding-top:5px;
}
.top-bar .notice .bd .list-bdy .bdy-text .short-text{
    display:inline-block;
    max-width:140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.top-bar .notice .bd .list-bdy .bdy-text .title{
    color:#5a91ff;
}
.top-bar .notice .bd .list-bdy .bdy-text .title:hover{
    text-decoration: underline;
}
.top-bar .notice .bd .list-bdy .bdy-text .btn-blue{
    border:1px solid #5890ff;
}
.top-bar .notice .bd .list-bdy .bdy-text .button{
    padding:2px 8px;
}
.top-bar .notice .bd .bd-more{
    text-align: center;
    height:40px;
    line-height: 40px;
    background:#fff;
    border-radius: 0 0 10px 10px;
}
.top-bar .notice .bd .bd-more a{
    font-size:14px;
    color:#999;
}
.top-bar .notice .drop-down-wrap.active{
    opacity: 1;
    visibility: visible;
}
.top-bar .info{
    position: relative;
    line-height:28px;
    color:#5b5b5b;
}
.top-bar .info .avatar-warp{
    display: block;
}
.top-bar .top-info .player-link{
    display: inline-block;
    position: relative;
    color:#a4a4a4;
    height:30px;
    line-height: 30px;
    margin-right:25px;
    padding-left:32px;
}
.top-bar .top-info .player-link:hover{
    color:#fff;
}
.top-bar .top-info .player-link:before{
    position: absolute;
    content:'';
    left:0;
    top:5px;
    width:28px;
    height:20px;
    background:url(../../images/home/common/icons-top-nav.png) no-repeat 0 0;
}
.top-bar .info .head{
    cursor: pointer;
    display: inline-block;
}
.top-bar .info .name{
    display: inline-block;
    width: 88px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;/* Opera */
    color:#999;
}
.top-bar .info .name:hover{
    color:#fff;
}
.top-bar .info .top-person{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 5;
    top:32px;
    right: 0;
    width:320px;
    -webkit-transition:all 0.3s ease-out ;
    -moz-transition:all 0.3s ease-out ;
    -o-transition:all 0.3s ease-out ;
    transition:all 0.3s ease-out ;
}
.top-bar .info .top-person .triangle{
    position: absolute;
    top: -10px;
    right: 125px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}
.top-bar .info .person-info{
    margin-top:9px;
    background:#fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0, .35);
}
.top-bar .info .person-info .hd{
    padding:15px 20px 10px;
    border-bottom:1px solid #ddd;
}
.top-bar .info p{
    margin:0;
}
.top-bar .info .user-name{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color:#000;
    padding-right:10px;
    height:20px;
    line-height: 20px;
}
.top-bar .info .user-name span{
    float:left;
    display: inline-block;
    max-width: 140px;
    margin-right:5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;/* Opera */
}
.top-bar .info .user-name span.active{
   color: #F4B400;
}

.top-bar .info .email{
    font-size: 12px;
    color:#999;
    height:16px;
    line-height: 16px;
}
.top-bar .info .money a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color:#666;
    height:14px;
    line-height: 14px;
}
.top-bar .info .person-info .bd{
    padding:10px 0;
}
.top-bar .info .person-info .bd li{
    height:30px;
    line-height: 30px;
    padding-left:20px;
    margin:5px 0;
    cursor: pointer;
    background:#fff;
    transition:.3s;
}
.top-bar .info .person-info .bd li:hover{
    background:#f2f2f2;
}
.top-bar .info .person-info .bd li a{
    position: relative;
    font-size: 14px;
    color:#666;
    padding-left:25px;
    display: inline-block;
    height:30px;
    line-height: 30px;
}
.top-bar .info .person-info .bd li a:before{
    position: absolute;
    content: '';
    top:6px;
    left:0;
    width:18px;
    height:18px;
    background:url(../../images/home/common/icons-top-nav.png) no-repeat;
}
.top-bar .info .person-info .bd li a.user:before{
    background-position: 0 -200px;
}
.top-bar .info .person-info .bd li a.item:before{
    background-position: 0 -240px;
}
.top-bar .info .person-info .bd li a.logout:before{
    background-position: 0 -280px;
}
.top-bar .info .person-info .bd li a.player:before{
    background-position: 0 -320px;
}
.top-bar .info .person-info .bd li a.exchange:before {
    background-position: -2px -400px;
}
.top-bar .info .person-info .bd li a.forum:before{
    background-position: -2px -362px;
}
.top-bar .info .top-person.active{
    opacity: 1;
    visibility: visible;
}
.top-bar .info .top-reg{
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: PingFang;
    font-weight: bold;
    color: #347AF0;
    line-height: 30px;
}
.top-bar .info .top-login{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    transition: .3s;
    font-size: 14px;
    font-family: PingFang;
    font-weight: bold;
    color: #FFFFFF;
    width: 60px;
}

.top-bar .nav .nav-item.invite-item{
    width:230px;
    outline:none;
}
.top-bar .nav .nav-item .invite-competition-text{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #AAAAAA;
    background: linear-gradient(90deg, #8267FF 0%, #BE58FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-bar .nav .nav-item .invite-competition-logo{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background:url(../../images/home/topnav/invite-competition-logo.png) no-repeat;
    font-size: 0;
}


.acl-martch{
    width: 130px;
  }