#colorbox {
	z-index: 100000 !important;
}

/* start */
#box {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    overflow: hidden;
}
.navPopUpAnim {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navPopUpAnim::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
/* end */

/* 顶部导航栏 */
.topNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    background: #e54046;
    color: #fff;
    text-align: center;
    z-index: 20000;
}

.topNav a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1.41rem;
    height: 0.36rem;
    margin: auto;
}

.topNav a img {
    display: block;
    width: 100%;
    height: 100%;
}

.openMenuNav .topNav {
    position: fixed;
    left: 5.4rem;
}

.openCampusNav .topNav {
    position: fixed;
    left: -5.4rem;
}

.menuNavBtn {
    position: absolute;
    left: 0.3rem;
    /*width: 0.48rem;*/
    padding-top: 0.29rem;
    line-height: 0.3rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}
.openMenuNav .menuNavBtn {
    left: 0;
    width: 2.1rem;
    /*height: 12rem;*/
}
.menuNavBtnIcon {
    width: 0.48rem;
    height: 0.06rem;
    border-radius: 0.25rem;
    background-color: #fff;
    margin: 0 auto 0.08rem;
}
.menuNavBtnIcon:last-child {
    margin-bottom: 0;
}

.campusNavBtn {
    position: absolute;
    right: 0.3rem;
    top: 0;
    padding-top: 0.29rem;
    line-height: 0.3rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}
.openCampusNav .campusNavBtn {
    right: 0;
    width: 2.1rem;
}

.topNav .mask {
    display: none;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 999999;
}
.menuNavBtn .mask {
    left: -0.3rem;
}
.openMenuNav .menuNavBtn .mask {
    left: 0;
    display: block;
}
.campusNavBtn .mask {
    right: -0.3rem;
}
.openCampusNav .campusNavBtn .mask {
    right: 0;
    display: block;
}
/* 顶部导航栏end */
/* 侧边导航栏 */
.menuNav {
    z-index: 100;
    width: 5.4rem;
    height: 100%;
    background: #fa729a;
    position: fixed;
	left: 0;
    opacity: 0;
    transform: translateX(-100%);
    overflow-y: scroll;
    /*padding-bottom: 5%;*/
}

.menuNav .navUser {
    width: 4.8rem;
    height: 1.95rem;
    border-bottom: 0.01rem solid #d5d5d5;
    padding-left: 0.6rem;
    line-height: 1.95rem;
}
.menuNav .navUser img {
    width: 1.16rem;
    height: 1.16rem;
}
.menuNav .navUser a {
    font-size: 0.3rem;
    color: #000;
    margin-left: 0.25rem;
    vertical-align: middle;
}

.menuNav .navList {
    text-align: left;
}
.menuNav .navList::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.98rem;
}

/*.menuNav .navList img {
    width: 0.5rem;
    height: 0.5rem;
    padding-left: 0.6rem;
    margin-right: 0.26rem;
}*/

.menuNav .navList span {
    font-size: 0.36rem;
    line-height: 1.2rem;
    vertical-align: middle;
}
.menuNav .navList strong {
    font-size: 0.2rem;
    color: #3d3d3d;
}

.menuNav .firstItem {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 1.2rem;
    border-bottom: 0.01rem solid #fefefe;
    background-color: #fa729a;
    line-height: 1.2rem;
}
.menuNav .firstItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.menuNav .navList .navItem:last-child .firstItem {
    border-bottom: none;
}
.menuNav .firstItem:active {
    background: #ffbc33;
}
/*.menuNav .firstItem .label {
    position: absolute;
    width: 0.14rem;
    height: 100%;
    background-color: #e44046;
    left: -0.14rem;
    transition-property: all;
    transition-duration: 200ms;
}*/
/*.navUlLink .label {
    left: 0;
}*/
.menuNav .firstItem span {
    color: #fff;
    margin-left: 0.6rem;
}
.menuNav .firstItem i {
    position: absolute;
    top: 0.48rem;
    right: 0.6rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../../Image/WWWCourseNew/MobileIndex/nav/moreBtn.png") no-repeat center /cover;
}
.navUlLink .firstItem i {
    background: url("../../Image/WWWCourseNew/MobileIndex/nav/moreOpenBtn.png") no-repeat center /cover;
}

.secondItem {
    box-sizing: border-box;
    width: 100%;
    height: 1.19rem;
    background-color: #f4f4f4;
    line-height: 1.2rem;
}

.secondItem li {
    background: #fff;
    border-bottom: 0.01rem solid #e8e8e8;
}

.secondItem li:active {
      background: #ffbc33;
}

.navLink {
    font-size: 0.4rem;
    line-height: 1rem;
    padding-left: 0.7rem;
    color: #000 !important;
    background-size: 0.5rem 0.5rem;
}

.navItem .secondItem {
    display: none;
}

.navUlLink .secondItem {
    display: block;
    height: auto;
}

.navUlLink .secondItem li a {
    display: block;
    width: 100%;
    height: 100%;
}

.navUlLink .secondItem li a span {
    color: #3d3d3d;
    margin-left: 0.86rem;
}
/* 侧边导航栏end */
/* 校区导航栏 */
.campusNav {
    z-index: 100;
    width: 5.4rem;
    height: 100%;
    background-color: #fa729a;
    position: fixed;
    right: 0;
    opacity: 0;
    transform: translateX(100%);
    overflow-y: scroll;
    /*padding-bottom: 5%;*/
}

.campusNav .msg {
    width: 100%;
    height: 1.17rem;
    border-bottom: 0.01rem solid #fefefe;
    margin-top: 0;
    line-height: 1.17rem;
    text-align: center;
}
.campusNav .msg img {
    display: inline-block;
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.14rem;
    vertical-align: middle;
}
.campusNav .msg span {
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.36rem;
    vertical-align: middle;
}

.campusNav ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.98rem;
}
.campusNav li {
    width: 100%;
    height: auto;
    background-color: #fa729a;
    border-bottom: 0.01rem solid #fefefe;
    text-align: center;
}
.campusNav li:active {
    background-color: #ffbc33;
}
.campusNav a {
    display: block;
    font-size: 0.3rem;
    color: #fff;
    line-height: 1.22rem;
}
/* 校区导航栏end */
/* 两侧导航栏激活 */
.navActive {
    transform: translateX(0%);
    opacity: 1;
}
/* 两侧导航栏激活end */
/* 主内容 */
.mainContent {
    position: absolute;
    left: 0;
    width: 100%;
	padding-bottom: 50px;
}

.openMenuNav .mainContent {
    position: fixed;
    left: 5.4rem;
}

.openCampusNav .mainContent {
    position: fixed;
    left: -5.4rem;
}

.mainContentLocking {
    overflow: hidden;
    position: fixed;
}
/* 主内容end */
/* 浮动导航栏 */
.floatNav {
	position: fixed;
	/*width: 1rem;*/
	height: 2.42rem;
	right: 0.3rem;
	top: 0;
	bottom: 0;
	margin: auto;
    z-index: 19999;
}

.openCampusNav .floatNav {
	right: 6rem;
}

.openMenuNav .floatNav {
	right: -6rem;
}

.floatNav ul {
    background-color: #fff;
    border-radius: 30px;
    padding: 0.06rem 0.08rem;
    box-shadow: 0 0 0.2rem 0.01rem #9e9e9e;
}

.floatNav ul li:first-child {
    display: none;
    margin-bottom: 0.1rem;
}

.floatNav ul li:last-child {
    display: none;
    margin-top: 0.1rem;
}

.floatNav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 0.7rem;
    height: 0.7rem;
    background: #f6326a;
    border-radius: 50%;
    text-align: center;
    font-size: 0.22rem;
	color: #fff;
    line-height: unset;
}

.floatNav ul li a:active {
    background: #ffbc33;
}
/* 浮动导航栏end */