.activity_logo {
	display: block;
	position: absolute;
	/* width: 200px; */
	height: 60px;
	margin-top:28px;
	left: 0;
}

.top_title {
	position: absolute;
	height: 42px;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.Panel_Top {
    position: absolute;
    display: table;
    /* height: 100px; */
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 2;
}

.top_menu {
    width: 96%;
    height: 100%;
    margin: 0 auto;
	position: relative;
}

.tp-1 {
    position: absolute;
    padding: 0.14rem 0.55rem;
    height: 20px;
    background: #000;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: rgba(0, 0, 0, .5);
    font-size: 0.4rem;
    right: 0px;
    top: 3px;
}

/* .frams {
    height: 100%;
    border: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.navbar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
    transition: 3s;
    -webkit-transition: 3s;
    z-index: 900;
    position: fixed;
    padding: .58% 0;
    background: #000;
    border-radius: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
}
.nav-items {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    height: 100%; /* 确保高度与父容器一致 */
}
.nav-items::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}
.jiantou-btn {
    height: 100%;
    width: 0.5rem;
    /* background-color: #00000080; */
    height: 0;
    /* width: 8%; */
    padding-bottom: 1.5rem;
    /* border-radius: 5px; */
    float: left;
    /* background: rgba(0, 0, 0, .4); */
    /* margin: 0 .3%; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* opacity: 0; */
}
.jiantou-btn-left {
	 opacity: 0;
}
.jiantou-btn .icon-div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    /* padding: 0.15rem; */
    display: flex;
    justify-content: center;
    height: 100%;
}
.jiantou-btn .icon-div .iconfont{
    font-size: 0.6rem;
    /* padding-top: 0.15rem; */
    /* margin: -10px; */
    line-height: 1.5rem;
}
.right{
	flex: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	
}
.right-item{
	float: left;
}
#menu-more{
	flex: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	/* transition: width 0.5s linear; */
	/* -webkit-transition: width 0.5s linear */
}
.more-item{
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear
}
.navbar-btn {
    height: 0;
    width: 1.22rem;
    padding-bottom: 1.5rem;
    border-radius: 5px;
    float: left;
    /* background: rgba(0, 0, 0, .4); */
    margin: 0 .275%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0; /* 防止按钮被压缩 */
}
.navbar-btn:hover {
    /* background: rgba(0, 0, 0, 1); */
}

.navbar-btn.z-s {
    padding-bottom: 0.8rem;
}

.z-s {
    width: 1rem;
}

.navbar-btn .icon-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    /* padding: 0.15rem; */
	display: flex;
    justify-content: center;
}

.navbar-btn p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0.5rem;
    text-align: center;
    /* color: #fff; */
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0.08rem 0 0 0;
    font-size: 0.24rem;
	/* font-size: 16px; */
}

.z-s div {
    top: 25%;
    bottom: 25%;
}

.Panel_live{
    width: 1px;
    height: 1px;
    position: absolute;
	bottom:100px;
	right:0px;
}
.navbar-s {	    
	/* display: flex; */
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
    /* transition: 1s; */
    /* -webkit-transition: 1s; */
    z-index: 900;
    position: fixed;
    padding: 10px 0px;
    background: #000;
    border-radius: 10px;
    right: 5px;
    bottom: 150px;
	width: 80px;
	/* height: 10.2rem; */
    background: rgba(0, 0, 0, .5);
    opacity: 1;
	color:#fff;
	zoom:1;
	box-shadow: 0 0 10px #fff
}

.navbar-s .z {
    width: 18%;
    padding-bottom: 18%;
    margin: 0 1%;
}

.navbar-s .z div {
    top: 8%;
}

.navbar-s .livebar-btn {
    /* margin-left: 6%; */
    /* padding-top: 0.2rem; */
	/* height: auto; */
	margin: 10px 0px 10px 0px;
	width: 100%;
	cursor: pointer;
}
.navbar-s .l-s {
	margin: 15px 0px 15px 0px;
	/* transition: 1s; */
    /* -webkit-transition: 1s; */
    display:none;
}
.livebar-btn p{
    text-align:center;
	font-size:16px;
	margin: 3px 0px;
}
.livebar-btn div{
    width: 30px;
    height: 30px;
    margin: 10px 0px 10px 25px;
}
.livebar-btn .livesettings{
	background-image: url("/assets/images/live/setting.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .video.on{
	background-image: url("/assets/images/live/videoon.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .video.off{
	background-image: url("/assets/images/live/videooff.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .mic.on{
	background-image: url("/assets/images/live/micon.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .mic.off{
	background-image: url("/assets/images/live/micoff.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .switch{
	background-image: url("/assets/images/live/switch.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .start.on{
	background-image: url("/assets/images/live/start.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .start.off{
	background-image: url("/assets/images/live/stop.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livebar-btn .livestatus{
	width: 40px;
    height: 40px;
    margin: 10px 0px 10px 20px;
	background-image: url("/assets/images/live/status0.png?v0");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.livestatus.playok{
	background-image: url("/assets/images/live/status11.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation:liveplay 1s linear infinite; 
}

/* 清浮动 */
.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.navbar-btn .icon.iconfont {
    font-size: 0.5rem;
    /* color: #fff; */
    text-align: center;
    width: 100%;
    display: block;
    vertical-align: middle;
	background: rgba(255, 255, 255, .15);
    border-radius: 100%;
    height: 1rem;
    width: 1rem;
}
.navbar-btn .icon.iconfont:hover {
	background: rgba(255, 255, 255, .5);
}
.navbar-btn .icon.iconfont.select {
	background: rgba(255, 255, 255, .5);
}
.navbar-btn .icon.iconfont:before {
	top: 0.25rem;
    position: relative;
}

#settings{
	position: absolute;
	right: 90px;
    bottom: 425px;
    width: 500px;
    height: 200px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 998;
	align-items: center;
    justify-content: center;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	visibility:hidden;
}
#settings select{
	width: 90%;
    margin: 2%;
	height:30px;
	font-size: 18px;
}
#settings select option{
	height:30px;	
}
#saveSettings{
	width: 100px;
    margin: 20px;
	height: 40px;
    font-size: 20px;
}

@-webkit-keyframes liveplay {
	0% {
		background-image: url("/assets/images/live/status11.png");
		background-repeat: no-repeat;
		background-size: 100% 100%
	}

	30% {
		background-image: url("/assets/images/live/status12.png");
		background-repeat: no-repeat;
		background-size: 100% 100%
	}

	60% {
		background-image: url("/assets/images/live/status13.png");
		background-repeat: no-repeat;
		background-size: 100% 100%
	}
}
/* 
.navbar-btn btn-danmu,.navbar-btn btn-qrcode,.navbar-btn btn-fullscreen,.navbar-btn btn-music,.navbar-btn btn-admin,.navbar-btn z-s{
    float: right;
} */
.

/**子菜单*/
.subnav {
    display: inline-block;
    position: absolute;
}

.subnav li {
    position: fixed;
    padding: .58%;
    border-radius: 5px;
    display: inline-block;
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    bottom: 2rem;
    max-width: 7.4rem;
    /* margin-bottom: 0.1%; */
}

.subnav li .z {
    float: left;
    margin-left: 0.2rem;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    margin-top: 0.2rem;
    padding: .58%;
    border-radius: 0.3572rem;
    cursor: pointer;
}
.subnav li .z:hover {
    background: rgba(0, 0, 0, 1);
}

/* .subnav .z{
    float:left;
} */
.subnav li .z div {
    top: 8%;
}

.subnav .iconfont {
    font-size: 0.7rem;
}

/* 移动二维码的样式 */
/* div被选中去除默认选中的样式*/
body {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 鼠标掠过iframe事件mousemove 移动二维码到iframe 会卡 */
/* iframe { pointer-events:auto; } */
.Panel .Top {
    pointer-events: none;
}

.disableiframe {
    pointer-events: none;
}

/** login form **/
/* .loginformbg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
} */

/* .loginform {
    position: absolute;
    width: 300px;
    height: 140px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    left: 49%;
    margin-left: -150px;
    top: 50%;
    margin-top: -75px;
    padding: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
} */

/* .loginform .password {
    color: #fff;
    position: relative;
    width: 100%;
    height: 32px;
    margin: 15px auto;
    line-height: 32px;
    font-size: 20px;
    text-indent: 15px;
    border-radius: 5px;
    padding: 5px 0;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.51);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.46) inset, 1px 2px 2px rgba(255, 255, 255, 0.61);
} */

/* .loginform .submitline {
    text-align: center;
    height: 40px;
	margin-top: 15px;
}

.loginform .button-login {
    cursor: pointer;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 6px;
    font-size: 26px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.37);
    color: #fff;
    padding: 5px 0;
    border: 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(218, 218, 218, 0)));
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.36);
}

.loginform .button-login:hover {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(218, 218, 218, 0.3)));
}

.loginform .button-login:active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(218, 218, 218, 0.85)));
} */

/** login form end **/

/** 左右摇摆错误**/
.shake_effect {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.loginformbg {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f5fe 0%, #bdf0f7 50%, #2563eb 100%);
    overflow: hidden;
}
.loginform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    min-width: 320px;
    background: rgba(255,255,255,0.2);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(79, 70, 229, 0.10);
    padding: 26px 20px 22px 20px;
    text-align: center;
    padding-bottom: 40px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.loginform .activity_title {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #0300b4;
    text-align: center;
}
.loginform input.password {
    width: 80%;
    max-width: 260px;
    margin: 10px auto;
    display: block;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    font-size: 15px;
    background: #f9f8fca3;
    box-sizing: border-box;
    text-align: center;
}
.loginform .submitline {
    margin-top: 18px;
    text-align: center;
}
.loginform .button-login {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(194, 100%, 69%, 1);
    --btn-bg-2: hsla(217, 100%, 56%, 1);
    --btn-bg-color: hsla(360, 100%, 100%, 1);
    --radii: 5.5em;
    cursor: pointer;
    min-width: 160px;
    min-height: 40px;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);
    margin: 0 auto;
    display: block;
}
.loginform .button-login:hover {
    background-position: right top;
}
.loginform .button-login:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
        0 0 0 3px var(--btn-bg-color),
        0 0 0 6px var(--btn-bg-2);
}
@media (prefers-reduced-motion: reduce) {
    .loginform .button-login {
        transition: linear;
    }
}
.loginform #regit {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 120;
    margin-top: 0;
    text-align: center;
    pointer-events: auto;
}
.loginform #regit .cta {
    padding: 0 8px;
    font-size: 13px;
    border-radius: 4px;
    min-width: 0;
    background: none;
    color: #4f46e5;
    font-weight: 600;
    box-shadow: none;
    transition: color 0.2s;
    line-height: 1.8;
    border: none;
    display: inline-block;
    position: relative;
}
.loginform #regit .cta:hover {
    color: #4338ca;
    text-decoration: underline;
    background: none;
    box-shadow: none;
}
.loginform #regit .cta:before,
.loginform #regit .cta svg {
    display: none !important;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate(calc(-50% - 8px), -50%) rotate(-2deg);
        transform: translate(calc(-50% - 8px), -50%) rotate(-2deg);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate(calc(-50% + 8px), -50%) rotate(2deg);
        transform: translate(calc(-50% + 8px), -50%) rotate(2deg);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate(calc(-50% - 8px), -50%) rotate(-2deg);
        transform: translate(calc(-50% - 8px), -50%) rotate(-2deg);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate(calc(-50% + 8px), -50%) rotate(2deg);
        transform: translate(calc(-50% + 8px), -50%) rotate(2deg);
    }
}

/**左右摇摆错误 end**/
.frames {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: 0;
}

/* loading加载效果 */
.load-container {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999999;
}

.load4 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100px, -100px);
}

.load4 .loader1 {
    color: #fff;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    /*-webkit-animation: load4 1.3s infinite linear;*/
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/**二维码**/
#box {
    width: 120px;
    cursor: move;
    position: absolute;
    top: 60px;
    right: 60px;
    color: #fff;
    text-align: center;
    z-index: 999;
}

#box img {
    width: 100%;
    height: 100%;
}

.coor {
    width: 7px;
    height: 7px;
    overflow: hidden;
    cursor: se-resize;
    position: absolute;
    right: -4px;
    bottom: -4px;
    background-color: #09C;
    border-radius: 50%;
    display: none;
}

.coor-bottom {
    bottom: -4px;
    right: 50%;
    cursor: n-resize;
}

.coor-right {
    right: -4px;
    bottom: 50%;
    cursor: e-resize;
}
.more-item-in{
	animation: itemInAni 0.5s forwards;
}
@-webkit-keyframes itemInAni {
	0% {
		width:10px;
	}
	100% {
		width:var(--scroll-width);
	}
}
.cssanimate{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear
}

/* 修改竞技游戏子菜单样式，使其只显示一行 */

.subnav li .z{
    padding: 0px;
}

/* 团队游戏子菜单样式
#menu-team li .z{
    padding: 0px;
} */
    padding: 0px;
}

/* 团队游戏子菜单样式
#menu-team li .z{
    padding: 0px;
} */
