.activity_logo {
    display: block;
    position: relative;
	height:50px;
    top: 25px;
    left: 0;
	line-height:50px;
	font-size:22px;
	color:#FFF;
	padding-left:73px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.activity_logo img {
	position:absolute;
	left:0;
	top:0;
	width:63px;
	height:50px;
	animation:myfirst mylogo 0.5s ease-out 1s infinite alternate;
	-webkit-animation:mylogo 0.5s ease-out 1s infinite alternate; 
}

@keyframes mylogo
{
	0% {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	}
	100% {
	transform: rotate(10deg);
	-ms-transform: rotate(10deg); /* IE 9 */
	-webkit-transform: rotate(10deg); /* Safari and Chrome */
	}
}

@-webkit-keyframes mylogo 
{
	0% {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	}
	100% {
	transform: rotate(10deg);
	-ms-transform: rotate(10deg); /* IE 9 */
	-webkit-transform: rotate(10deg); /* Safari and Chrome */
	}
}

.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.1rem 0.35rem;
    height: 30px;
    background: #000;
    border-radius:30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    font-size: 0.4rem;
    right: 0px;
    top: 25px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.50),0px 3px 5px 0px rgba(0, 0, 0, 0.25) inset;
}

/* .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: 0;
    border-radius: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
	/*border-top:1px solid rgba(255,255,255,0.15);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(225, 225, 225, 0.15) inset;
    -moz-box-shadow: 0px 3px 7px 0px rgba(225, 225, 225, 0.15) inset;
    -ms-box-shadow: 0px 3px 7px 0px rgba(225, 225, 225, 0.15) inset;
	*/
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35),0px 3px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.nav-items{
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.right{
	flex: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.right-item{
	float: left;
}
.navbar-btn {
    height: 0;
    width: 8%;
	max-width:86px;
    padding-bottom: 1.35rem; 
	border-radius: 0.1rem;
	/*border:1px dotted rgba(255,255,255,.3);*/
    float: left;
    /*background: rgba(0, 0, 0, .25);*/
    margin: 3px 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
	/*
    -webkit-box-shadow: 0px 0px 7px 0px rgba(00, 00, 00, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(00, 00, 00, 0.5);
    -ms-box-shadow: 0px 0px 7px 0px rgba(00, 00, 00, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(00, 00, 00, 0.5);*/

}

.navbar-btn .icon.iconfont {
    font-size: 0.6rem;
    text-align: center;
    width: 100%;
    display: block;
    vertical-align: middle;
}

.menu-item.active {
    box-shadow: 0 0 5px 0 rgba(0,255,255,0.2) inset; 
}

.menu-item.active .icon.iconfont ,.menu-item.active p{
	color:rgba(0,255,255,0.5);
}
.menu-item.active p{
	background-color:rgba(0,153,255,0);
}
/*菜单动画*/
.menu-item.active span:nth-child(2){
	position: absolute;
    display: block;
    height: 2px;
    width:100%;
    top:0px;
    left:-100%;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,255,255,0.5));
	box-shadow: 0 0 3px rgba(0,153,255,0.5);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-100%;
    }
    100%{
        left:100%;
    }
}
.menu-item.active span:nth-child(3){
	position: absolute;
    display: block;
    height: 100%;
    width: 2px;
    top:-100%;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,255,255,0.5));
	box-shadow: 0 0 3px rgba(0,153,255,0.5);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-100%;
    }
    100%{
        top:100%;
    }
}

.menu-item.active span:nth-child(4){
	position: absolute;
    display: block;
    height:3px;
    width:100%;
    right:-100%;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,255,255,0.5));
	box-shadow: 0 0 3px rgba(0,153,255,0.5);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-100%;
    }
    100%{
        right: 100%;
    }
}

.menu-item.active span:nth-child(5){
	position: absolute;
    display: block;
    height:100%;
    width:2px;
    bottom:-100%;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,255,255,0.5));
	box-shadow: 0 0 3px rgba(0,153,255,0.5);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -100%;
    }
    100%{
        bottom:100%;
    }
}
/*End 菜单动画*/ 


.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;
	
}

.navbar-btn p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0.6rem;
    text-align: center;
    /* color: #fff; */
    white-space: nowrap;
    text-overflow: ellipsis;
    /*margin: 0.086rem 0;*/
	margin: 0;
    font-size: 0.28rem;
	/*background-color:rgba(255,255,255,0.2)*/
}

.z-s div {
    top: 25%;
    bottom: 25%;
}

.navbar-s {
    width: 2.5rem;
    bottom: 2.5rem;
    left: auto;
	margin-right:20px;
	border-radius:3px;
	
}

.navbar-s .z {
    width: 18%;
    padding-bottom: 18%;
    margin: 0 1%;
}

.navbar-s .z div {
    top: 8%;
}

.navbar-s .navbar-btn {
    margin-left: 6%;
    margin-top: 2%;
    padding-top: 0.2rem;
}

/* 清浮动 */
.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}




/**子菜单*/
.subnav {
    display: inline-block;
    position: absolute;

}

.subnav li {
    position: fixed;
    padding: .58%;

    border-radius: 0.1rem;
    display: inline-block;
    background: rgba(0, 0, 0, .75);
    opacity: 1;
    bottom: 1.8rem;
    max-width: 8rem;
	/*
    -webkit-box-shadow: 0px 3px 8px 0px rgba(00, 00, 00, 0.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(00, 00, 00, 0.3);
    -ms-box-shadow: 0px 3px 8px 0px rgba(00, 00, 00, 0.3);*/
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.35),0px 3px 5px 0px rgba(0, 0, 0, 0.25) inset;
    /* margin-bottom: 0.1%; */
}

.subnav li>section:first-child:after{
    content:"";
    width:0;
    height:0;
    overflow:hidden;
    border:8px solid transparent;
    border-top-color:rgba(0, 0, 0, .75);
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-8px
}


.subnav li .z {
    float: left;
    text-align: center;
	margin-left:8px;
	margin-right:8px;
	margin-top:5px;
	margin-bottom:10px;
	width:48px;
}

/* .subnav .z{
    float:left;
} */
.subnav li .z div {
	position:relative;
	margin:auto;
	width:48px;
	height:48px;
	text-align:center;
	background: rgba(0, 0, 0, .6);
	border-radius: 50%;
}

.subnav li .z div.active:before { content: ""; position: absolute; top: 0%; left: 0%; right: 0%; bottom: 0%; display: block; background: url(../img/b001.png) no-repeat; background-size: 100% 100%; opacity: 1; border-radius: 50%; -webkit-animation: cjout 2s -3s linear infinite; }
@-webkit-keyframes cjout {
	0% {
	-webkit-transform: rotateZ(0deg);
	}
	100% {
	-webkit-transform: rotateZ(-360deg);
	}
}

@keyframes cjout {
	0% {
	-webkit-transform: rotateZ(0deg);
	}
	100% {
	-webkit-transform: rotateZ(-360deg);
	}
}

.subnav .iconfont {
	display:inline-block;
	margin-top:6px;
    font-size: 32px;
	cursor:pointer;
}

/* 移动二维码的样式 */
/* div被选中去除默认选中的样式*/
body {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
}

/* 鼠标掠过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: 50%;
    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: 20px auto;
    line-height: 32px;
    font-size: 20px;
    text-indent: 15px;
    border-radius: 15px;
    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
}

.loginform .button-login {
    cursor: pointer;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    -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;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

/**左右摇摆错误 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: linear-gradient(to left top, #c32c71 50%, #b33771 50%);
    z-index: 9999999;
}

#loadtitle {
	width:500px;
	height:60px;
	text-align:center;
	color:#FFF;
	text-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	line-height:60px;
	font-size:18px;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#ajaxloader2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100px, -100px);
}
#ajaxloader2 .outer {
  border: 5px solid rgba(255, 27, 131, 0.9);
  opacity: .9;
  width: 50px;
  height: 50px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 35px rgba(99, 0, 46, 0.9);
  -moz-box-shadow: 0 0 35px rgba(99, 0, 46, 0.9);
  box-shadow: 0 0 35px rgba(99, 0, 46, 0.9);
  -webkit-animation: spin-right 0.5s linear infinite normal;
  -moz-animation: spin-right 0.5s linear infinite normal;
  -ms-animation: spin-right 0.5s linear infinite normal;
  animation: spin-right 0.5s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 0 auto;
}
#ajaxloader2 .inner {
  display: block;
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 27, 131, 0.9);
  opacity: .9;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0 35px rgba(99, 0, 46, 0.9);
  -moz-box-shadow: 0 0 35px rgba(99, 0, 46, 0.9);
  box-shadow: 0 0 35px rgba(99, 0, 46, 0.9);
  position: relative;
  top: -50px;
  margin: 0 auto;
  -webkit-animation: spin-left 0.5s linear infinite normal;
  -moz-animation: spin-left 0.5s linear infinite normal;
  -ms-animation: spin-left 0.5s linear infinite normal;
  animation: spin-left 0.5s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@keyframes spin-left {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(-180deg);
    opacity: 1.0;
  }
  to {
    transform: rotate(-360deg);
    opacity: 0.2;
  }
}
@-moz-keyframes spin-left {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(-180deg);
    opacity: 1.0;
  }
  to {
    -moz-transform: rotate(-360deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes spin-left {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(-180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(-360deg);
    opacity: 0.2;
  }
}


/**二维码**/
#box {
    width: 60px;
    cursor: move;
    position: absolute;
    top: 30px;
    right: 30px;
    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;
}