
/* 导航_2 */
.nav-2 {
    height: 34px;
    line-height: 34px;
    background: #222222;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 50px 0 30px;
}

.nav-2 .nav-2-left {
    display: flex;
    align-items: center;
}

.nav-2 .nav-2-left .logo {
    border-right: 1px solid #474747;
    padding-right: 30px;
    margin-right: 25px;
}

.nav-2 .nav-2-left .text {
    font-size: 14px;
    color: #e0e0e0;
}

.nav-2 .nav-2-left .text a {
    color: #e0e0e0;
    text-decoration: underline;
    margin-left: 15px;
}

.nav-2 .nav-2-left .text em {
    color: #ff3b43;
    margin-right: 5px;
}

.nav-2 .nav-2-right ul {
    display: flex;
}

.nav-2 .nav-2-right ul li {
    padding: 0 15px;
    position: relative;
}

.nav-2 .nav-2-right ul li a {
    font-size: 14px;
    color: #e0e0e0;
}

.nav-2 .nav-2-right ul li.nav-2-face {
    text-overflow: ellipsis;
    display: flex;
    justify-content: flex-start;
}

.nav-2 .nav-2-right ul li.nav-2-face a {
    display: flex;
}

.nav-2 .nav-2-right ul li.nav-2-face a span {
    width: 110px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-2 .nav-2-right ul li.nav-2-face a img {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.nav-2 .nav-2-right ul li .badge {
    height: 14px;
    background: #f00;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 4px;
    position: relative;
    top: -6px;
    right: 3px;
}

.nav-2 .nav-2-right ul li a.letter {
    height: 34px;
    display: flex;
    align-items: center;
}

.nav-2 .nav-2-right ul li a.letter img {
    width: 20px;
    height: 15px;
    margin-left: 6px;
}

.nav-2 .nav-2-right ul li .dot {
    width: 8px;
    height: 8px;
    background: #f00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
}

.nav-2 .nav-2-right ul li .pack-dropdown {
    width: 420px;
    background: #ffffff;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -210px;
    box-sizing: border-box;
    padding: 0 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    padding-top: 10px;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl::after {
    content: '';
    clear: both;
    display: block;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl dt {
    font-size: 16px;
    color: #f5682b;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl dd {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: justify;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl dd a.get-pack {
    width: 82px;
    line-height: 28px;
    display: block;
    float: right;
    border: 1px solid #f5682b;
    text-align: center;
    font-size: 14px;
    color: #f5682b;
    margin-top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl dd input {
    width: 275px;
    height: 30px;
    float: left;
    margin-top: 15px;
    border: 1px solid #dedede;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}

.nav-2 .nav-2-right ul li .pack-dropdown dl dd a.get-pack:hover {
    background: linear-gradient(to right, #f40f49, #f5672b);
    color: #fff;
}

.nav-2 .nav-2-right ul li .pack-dropdown .triangle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.nav-2 .nav-2-right ul li.new-card:hover .pack-dropdown {
    display: block;
}
.nav-2 .nav-2-right ul li .game-service {
    width: 190px;
    background: #fff;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -95px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    padding: 6px;
    padding-bottom: 10px;
    display: none;
}
.nav-2 .nav-2-right ul li .game-service img {
    width: 100%;
    height: auto;
}
.nav-2 .nav-2-right ul li .game-service p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
}
.nav-2 .nav-2-right ul li .game-service .triangle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.nav-2 .nav-2-right ul li.game-service-box:hover .game-service {
    display: block;
}
