/*@media screen and (orientation: landscape) {
    #videoPage {
        -webkit-transform:rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 100vh;
        height: 100vh;
        overflow: hidden;
    }
}
*/

iframe {
    border: none;
}

@media screen and (orientation: portrait) {
    #content {
        position: relative;
    }

    .videoPage {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        overflow: hidden;
        width: 100vh !important;
        width: -moz-calc(100vh - 110px) !important;
        width: -webkit-calc(100vh - 110px) !important;
        width: calc(100vh - 110px) !important;
        height: 100vw !important;
        position: absolute;
        left: 50%;
        margin-left: calc(55px - 50vh) !important;
        top: 50%;
        margin-top: -50vw !important;
    }
}

.playing {
    top: 0px !important;
    bottom: 0px !important;
    z-index: 2 !important;
}

.playing .videoPage {
    width: 100vh !important;
    left: 50vw !important;
    margin-left: -50vh !important;
}

.play #video {
    opacity: 0;
}

.pause #video {
    opacity: 1;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; */
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    height: 100%;
}

.one {
	width: 51px;
	height: 87px;
	position: absolute;
	bottom: -17px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	float: right;
	z-index: 99999;
}
.one li {
	display: block;
	float: right;
	z-index: 99999;
}

.one li i {
	background: url(../img/mu.png) no-repeat;
	/*横竖坐标为png宽高的一半*/
	width: 52px;
	height: 35px;
	display: block;
	margin: 0 auto;
	transform: scale(0.8);
	z-index: 99999;
}


.one .music i {
	background-position: -11px -9px;
}

.one .music.action i {
	background-position: -11px -55px;
}


.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header {
    /* height: 50px; */
    height: 7%;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #444;
    position: fixed;
    width: 100%;
    top: 0px;
}

.header .head {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-left: 5px;
}

.header .vacancies {
    font-size: 12px;
    margin-left: 5px;
    color: #319bd7;
}

.header .name {
    font-size: 13px;
    margin-left: 5px;
}

.header .tel {
    width: 22px;
    margin: 0px 20px;
    padding-top: 5px;
}

.header .weChat {
    width: 30px;
    margin: 0px 20px;
}

.header .music {
    width: 24px;
    margin: 0px 20px;
}

.header i {
    content: '';
    width: 1px;
    height: 15px;
    background: #ccc;
}

.page {
    width: 100%;
    height: 100%;
    display: block;
}

#content {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0px;
    bottom: 0px;
    background: #fff;
}

.footer {
    /* height: 60px; */
    height: 52px;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #e2e2e2;
    position: fixed;
    bottom: 0;
    width: 90%;
    left: 5%;
    border-radius: 10px;
    margin: 0 auto;
    color: #444;
    font-size: 12px;
    text-align: center;
}

.footer .img {
    width: 25px;
    height: 25px;
    margin: 0px auto;
    margin-top: 3px;
}

.footer img {
    width: 100%;
    height: 100%;
    /* max-width: 100%;
    max-height: 22px; */
    display: block;
}

.footer img+img {
    display: none;
}

.footer .flex-1>.label {
    margin-top: 5px;
    line-height: 12px;
}

.footer .selected>.label {
    color: #d2a975;
}

.footer .selected img {
    display: none;
}

.footer .selected img+img {
    display: block;
}

.footer>div {
    /* position: relative; */
    color: white;
}

.menuLevel2 {
    position: absolute;
    background: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    /* box-shadow: 2px 2px 2px #e2e2e2; */
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    left: 15%;
    width: 70%;
    overflow: hidden;
    box-shadow: none;
    height: 0;
    top: 0;
    opacity: 0.7;
    transition: height, opacity .6s, .6s;
    -moz-transition: height, opacity .6s, .6s;
    -webkit-transition: height, opacity .6s, .6s;
    -o-transition: height, opacity .6s, .6s;

    /* 从下往上滑 */
    /* animation: myfirst 0.6s;
    -webkit-animation: myfirst 0.6s;
    animation-fill-mode: forwards; */
}

.menuLevel2.active {
    height: 64px;
    top: -66px;
    opacity: 1;
}

@keyframes myfirst {
    0% {
        height: 0;
        top: 0;
    }

    100% {
        height: 104px;
        top: -104px;
    }
}

.menuLevel2>div {
    display: flex;
    width: 75%;
    margin: 0 auto;
    height: 60px;
   
}


.menuLevel2 .img {
    margin-top: 8px;
}

.footer .menuLevel2 img {
    display: block;
}

.footer .menuLevel2 img+img {
    display: none;
}

.footer .menuLevel2 .selected img {
    display: none;
}

.footer .menuLevel2 .selected img+img {
    display: block;
}

#page {
    width: 100%;
    height: 100%;
}

#page .page {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#page .fullImg {
    width: 100%;
    height: 100%;
}

.addVmodal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}

.addVmodal .main {
    width: 220px;
    height: 260px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 50%;
    margin-top: -130px;
    background: #fff;
}

.addVmodal .QRCode {
    width: 120px;
    height: 120px;
    display: block;
    margin: 35px auto 20px;
}

.addVmodal p {
    color: #999;
    text-align: center;
    font-size: 14px;
}

.addVmodal .closeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 26px;
    color: #999;
    line-height: 26px;
}

.floatMenu {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -50px;
}

.floatMenu .list-item {
    background: rgba(255, 137, 32, 0.3);
    height: 22px;
    line-height: 22px;
    margin-bottom: 3px;
    font-size: 12px;
    color: #fff;
    transform-origin: left;
    /*transform: scale(0.8, 0.8);*/
    border-radius: 12px;
    text-align: center;
}

.floatMenu .selected {
    background: rgba(255, 137, 32, 0.8);
}

.floatPicMenu {
    position: fixed;
    left: 0px;
    top: 70px;
    width: 70px;
}

.floatPicMenu img {
    width: 100%;
    height: 100%;
    display: block;
}

.floatPicMenu .list-item {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.activityApplyResult {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
}

.activityApplyResult .main {
    width: 240px;
    height: 220px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -110px;
    background: #fff;
    border-radius: 10px;
}

.activityApplyResult .success img {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
}

.activityApplyResult .error img {
    width: 30%;
    margin-left: 35%;
    padding: 13px 0px;
}

.activityApplyResult .success,
.activityApplyResult .error {
    display: none;
}

.activityApplyResult.successResult .success {
    display: block;
}

.activityApplyResult.errorResult .error {
    display: block;
}

.activityApplyResult .weui-btn {
    background: #f42e2f;
    width: 80%;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    letter-spacing: 2px;
    position: absolute;
    left: 10%;
    bottom: 20px;
}

.activityApplyResult .closeBtn {
    position: absolute;
    width: 40px;
    top: 100%;
    left: 50%;
    margin-left: -20px;
}

.activityApplyResult p {
    color: #444;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.submenu {
    width: 180px;
    margin-left: -90px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -33px;
    display: none;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

#submenu1 {
    width: 180px;
    margin-left: -90px;
}

#submenu3,
#submenu4,
#submenu3pc,
#submenu4pc {
    width: 120px;
    margin-left: -60px;
}

#submenu32,
#submenu32pc {
    width: 150px;
    margin-left: -150px;
}

.flex-2 {
    flex: 1;
}

.submenu .selected {
    color: #d2a975;
    /* border-bottom: 3px solid #0d8ad0; */
}

#huxingjianshang {
    position: absolute;
    top: -53px;
    left: -10px;
    width: 160px;
    height: 45px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 2px 2px 2px #e2e2e2;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

#huxingjianshang .selected {
    color: #0d8ad0;
    border-bottom: 3px solid #0d8ad0;
}

#huxingjianshangsrc {
    position: absolute;
    top: 0px;
    bottom: 2%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    /* opacity: 0; */
}

#load {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#load img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#infoText {
    display: none;
    text-align: center;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #a5a5a5;
}

/* 加载进度条 */
#myProgress {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 300px;
    padding: 0 80px;
}

#myBar {
    width: 10%;
    height: 3px;
    background-color: #a5a5a5;
}

#myBar2 {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #a5a5a5;
}

#firstBg,
#firstBg2 {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}