.wupinziti {
	font-size: xx-small;
	width: 8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -55px;
	font-weight: bold;
	
	position: absolute;
    color: #ffff5f;
    text-shadow: 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f;
}

.ssrfenlei {
    width: 60px;
    margin-bottom: -10px;
    margin-top: 5px;
    margin-left: 10px;
    color: #FF0000;
}

/*筛选后 账号SSR数量显示*/
.shuliangdingwei {
    margin-top: -23px;
    position: absolute;
    color: #ffff5f;
    text-shadow: 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f;
    font-size: 16px;
    margin-left: 75px;
}
.shuliangdingwei-2 {
    margin-top: -75px;
    position: absolute;
    color: #fff;
    text-shadow: 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f;
    font-size: 10px;
	margin-left: 1px;
}



body {
    font-size: 14px;
    overflow-x: hidden;
    background-color: #f2f3f3;
}
#header{
    position: absolute;
    left:0;
    right:0;
    top:0;
}

#header>div>.b-group{
    position: absolute;
    margin: -45px 23%;
    /*float:right;*/
}
#header>div>.b-group>a{
    margin: 0 15px;
}

.bottom-shadow {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.out-shadow {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.min-300 {
    min-height: 300px;
}

.b-bottom {
    border-bottom: 20px solid #e3e3e3;
}

.b-top {
    border-top: 5px solid #e3e3e3;
}

.red-bottom {
    border-bottom: 1px solid rgba(255, 65, 0, 1);
}

.red-top {
    border-top: 5px solid rgba(255, 65, 0, 1)
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-p {
	margin-bottom: 0;
	font-size: 11px;
}

.card-label {
    cursor: pointer;
    margin-bottom: 0;
    touch-action: manipulation;
}



.main-control {
    margin-top: 90px;
    position:relative;
}
.mark {
    background: #ff6600;
}

.slide-enter-active {
    animation: slide-in .8s;
}

.slide-leave-active {
    animation: slide-out .8s;
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

}

.shadow {
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
}

.footer-border {
    border-top: 1px solid #DADCE0;
}

.back-top {
    opacity: .5;
    position: fixed;
    border-radius: 5px;
    right: 6rem;
    bottom: 16rem;
    width: 25px;
    height: 65px;
    background-color: #007bff;
    color: #FFFFFF;
    cursor: pointer;
}

.back-top:hover {
    opacity: 1;
}

.no-select {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.trian-wrapper {
    cursor: pointer;
    overflow: hidden;
}

.trian-reverse {
    vertical-align: text-top;
    position: absolute;
    margin-top: -.5rem;
    margin-left: .3rem;
    width: 0;
    border: .7rem solid;
    border-color: transparent transparent #0095ff;

}

.trian {
    position: absolute;
    width: 0;
    margin-top: .5rem;
    margin-left: .3rem;
    border: .7rem solid;
    border-color: #0095ff transparent transparent;
}

/* Customize the label (the container) */
.cb-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-device-width: 700px) {
    .modal-mask {
        width: 1200px;
    }
}

.character-card:hover {
    transform: scale(1.1);
    animation: character .4s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

@keyframes character {
    0% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.h-control {
    height: auto;
}

.num {
    position: absolute;
    right: 5px;
    bottom: 0;
    color: #ffff5f;
    font-size: 18px;
    text-shadow: 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 1px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f, 0 0 2px #150f0f;
}

.bounce-enter-active {
    animation: bounce-in .5s;
}

.bounce-leave-active {
    animation: bounce-in .5s reverse;
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
    opacity: 0;
    max-height: 0;
}

.nav-padding {
    padding: .5rem 2.5rem;
}

dot {
    display: inline-block;
    height: 1em;
    line-height: 1;
    vertical-align: -.25em;
    overflow: hidden;
}

dot::before {
    display: block;
    content: '...\A..\A.';
    white-space: pre-wrap;
    animation: dot 3s infinite step-start both;
}

@keyframes dot {
    33% {
        transform: translateY(-2em);
    }
    66% {
        transform: translateY(-1em);
    }
}


.float-right1{
	margin-left: 35%;
}

.float-left1{
	float: left;
}

.biankuang22{

}