
html,body{
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page{
    display: none;
    position: absolute;
    /*background-color: #F5F5F5;*/
    /*background-color: #FFF;*/
    width: 100%;
    height: 100%;
}
.main-frame-controller{
	position: absolute;
	/*background-color: #F5F5F5;*/
	-webkit-overflow-scrolling: touch;
	width:100vw;
	top: 0;
	bottom: 16vw;
    /*height: calc(100% - 58px);*/
}
.main-frame-controller.showtitle{
	top: calc(14vw - 3px);
    height: calc(100% - 16vw - 14vw + 3px);
}
#main{
	display: block;
    /*background-color: #FFF;*/
    width: 100vw; 
    min-width: 100vw; 
    height: 100%;
}
.mainframe{
	/*display: none;*/
	position: absolute;
    background-color: #FFF;
	top: 0;
	left: 0;
    width: 100vw; 
    min-width: 100vw; 
    height: 100%;
    z-index: 1;
    /*transition: all 0.3s;*/
    opacity: 0;
    transform: translate(10%, 0);
    /*transition: transform 0.2s ease-in-out;*/
}
.mainframe.on{
	display: block;
	z-index: 9;
	opacity: 1;
	transform: translate(0, 0);
}
.pageframe{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*left: 100vw;*/
    background-color: #FFF;
    width: 100vw; 
    min-width: 100vw; 
    height: calc(100% + 16vw);
    transform: translate(100%, 0);
    transition: transform 0.2s ease-in-out;
	z-index: 199;
}
.pageframe.on{
	transform: translate(0, 0);
	/*top: 0;
	left: 0;*/
}
#titlebar{
	/*display: flex;*/
	display: none;
	position: relative;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #FFF;
    /*color: #333;*/
    color: #303661;
    font-weight: bold;
    letter-spacing: .5px;
    /*background: #000;*/
    /*color: #ccc;*/

    /*box-shadow: 0px 4px 6px 0px #fff;*/
    /*border-bottom: 1px solid #eee;*/
	box-sizing: border-box;
	height: 14vw;
	font-size: 4.4vw;
	/*font-weight: bold;*/
	z-index: 199;
}
#titlebar p{
	position: absolute;
	width: calc(100% - 120px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#titlebar span{
	position: relative;
	padding: 0 10px;
	letter-spacing: 1px;
	font-size: 4vw;
	z-index: 9;
}
#titlebar span img{
	display: block;
	width: 2.5vw;
}
#nav{
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 16vw;
    color: #999;
    font-size: 12px;
    background: #FFF;
    display: flex;
    align-self: center;
    justify-content: space-between;
    box-shadow: 0px -3px 6px rgba(0,0,0,0.1);
    /*border-radius: 24px 24px 0 0;*/
}
#nav a{
	position: relative;
    display: block;
    width: 100%;
    padding-top: 2vw;
    /*padding-top: 11px;*/
}
#nav a > img{
    display: block;
    height: 7vw;
    /*width: 20px;*/
    margin: 0 auto;
}
#nav a > span{
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 3.8vw;
    padding-top: .5vw;
}
#nav a > i{
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    font-size: 14px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 24px;
    text-align: center;
    color: #FFF;
    background: #e33;
    transform: scale(0.7) translate(calc(-50% + 10px), 0%);
    transform-origin: 100% 0;
}
#nav a.on{
    color: #303661;
}

/*#login-page,#forget-page,#register-page{
	background-image: url('../images/home/login-header.png');
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}*/

.form-box{
	position: relative;
	/*top: 40vw;*/
	/*left: 10%;*/
	width: 100%;
	/*background: #FFF;*/
	box-sizing: border-box;
	height: 100%;
	/*transform: translate(-50%, -50%);*/
	/*margin-top: -20px;*/
}
.form-box .logo-box{
	/*display: flex;*/
	width: 100%;
	padding: 20px 0;
	align-items: center;
	justify-content: flex-start;
}

.form-box .header{
	display: block;
	/*border-radius: 0 0 50vw 50vw;*/
	margin-bottom: -17vw;
}
.form-box .header img{
	display: block;
	width: 100%;
}
.form-box .logo-box .image{
	display: block;
	width: 20vw;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 2vw;
	/*padding-right: 10px;*/
}
.form-box .logo-box .label{
	display: block;
	text-align: center;
}
.form-box .logo-box .label p{
	display: block;
	font-size: 4.2vw;
	/*padding-bottom: 4px;*/
}
.form-box .logo-box .label p a{
	font-weight: bold;
	padding-left: 1vw;
}
.form-box .logo-box .label span{
	display: block;
	font-size: 5vw;
	line-height: 1.6;
	font-weight: bold;
	/*color: #777;*/
}

.form-option{
	display: flex;
	align-self: center;
	justify-content: flex-start;
	font-size: 4.4vw;
	padding: 0 8vw;
	box-sizing: border-box;
}
.form-option span{
	display: block;
	margin-right: 4vw;
	padding: 1.6vw 0;
}
.form-option .on{
	color: #303661;
	border-bottom: 3px solid #303661;
}
.form-option-box .item{
	padding: 0 8vw;
	box-sizing: border-box;
}
.form-box .title{
	display: block;
	text-align: center;
	line-height: 3;
	padding-bottom: 10px;
	font-weight: bold;
}
.form-box .input-box{
	display: block;
	margin-top: 14px;
}
.form-box .input-box > span{
	color: #777;
	line-height: 2.4;
}
.form-box input{
	background: rgba(255,255,255,0);
	width: 100%;
	height: 16vw;
	padding: 2vw;
	font-size: 4vw;
	border: 0px;
	/*padding: 0;*/
	border: 1px solid #F2F2F7;
	background: #F2F2F7;
	border-radius: 2vw;
}
.form-option-box{
	position: relative;
	display: flex;
}
.form-option-box .item{
	position: relative;
	flex: 0 0 100%;
	/*padding-right: 10%;*/
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s;
	left: 0;
}
.form-option-box.on .item{
	left: -100%;
}
.form-box .download{
	display: none;
}

.form-box .option-box{
	padding: 20px 0;
	font-size: 3.6vw;
	display: flex;
	justify-content: space-between;
	color: #777;
}
.form-box .option-box input{
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
}
.form-box .submit{
	display: block;
	margin-top: 10px;
	margin-left: -4px;
	margin-right: -4px;
	text-align: center;
	font-weight: bold;
	line-height: 12vw;
	font-size: 3.8vw;
	border-radius: 3vw;
	letter-spacing: 2vw;
	margin-bottom: 8vw;
}
.page .slogan{
	display: none;
}
.sms-box{
	display: flex;
	align-items: center;
}
.sms-box .btn{
	display: block;
	flex: 0 0 40%;
	margin-left: 4vw;
	letter-spacing: 0px;
	font-size: 3.4vw;
	height: 10vw;
	line-height: 10vw;
	border-radius: 6vw;
	text-align: center;
}
.sms-box .btn.disable{
	color: #666;
	background-color: #ccc;
}


.dialog{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 99;
}
.dialog .content{
	display: block;
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	background: #FFF;
	text-align: center;
	padding: 40px 0;
	box-sizing: border-box;
	border-radius: 8px;
}
.dialog .content img{
	display: block;
	margin: 0 auto;
	width: 20%;
}
.dialog .content span{
	display: block;
	line-height: 2;
	font-weight: bold;
}
.dialog .content b{
	display: block;
	font-size: 40px;
	position: relative;
	left: -10px;
	font-weight: bold;
	padding-bottom: 20px;
}
.dialog .content a{
	display: block;
	font-size: 12px;
	color: #666;
	padding-bottom: 20px;
	line-height: 1.6;
}
.dialog .content p{
	display: block;
	font-size: 12px;
	color: #777;
	padding: 0px 20px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 1.6;
}



#msg-audio{
	width: 0;
	height: 0;
	overflow: hidden;
}

#video-player{
	position: absolute;
	z-index: 0;
	width: 20%;
	height: 20%;
	margin: 0;
	padding: 0;
	opacity: 0;
}


.bulletin-box{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 999;
}
.bulletin-box .content{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 88%;
	max-height: 70%;
    transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: scroll;
}
.bulletin-box .content .scroll-scroller{
	padding: 20px 18px;
}
.bulletin-box .content .bulletin-logo{
	display: block;
	margin: 0 auto;
	width: 14vw;
}
.bulletin-box .content .bulletin-title{
	display: block;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	padding: 16px 20px;
}
.bulletin-box .content .bulletin-content{
	display: block;
	font-size: 14px;
	/*color: #222;*/
	padding: 0px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 1.6;
	/*white-space: pre;
	white-space: pre-line;*/
	word-wrap: break-word;
}
.bulletin-box .btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bulletin-box .btn-box a{
	display: block;
	padding: 6px 12px;
	margin: 10px;
	margin-bottom: 0px;
	border-radius: 3px;
	/*border: 1px solid #eee;*/
	text-decoration: none;
}
.qrcode-box{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.1);
	z-index: 9999;
}
.qrcode-box .content{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	background: #FFF;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
	transform: translate(-50%, -50%);
}
.qrcode-box .mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.qrcode-box .content img{
	display: block;
	width: 100%;
}
.qrcode-box .content p{
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.download-box{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9999;
}
.download-box .content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	background: #FFF;
	border-radius: 4px;
	transform: translate3d(-50%, -50%, 0);
	overflow: hidden;
}
.download-box .content p{
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
}
.download-box .content .btn-box{
	line-height: 40px;
	height: 40px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	color: #666;
}
.download-box .content .btn-box span{
	border-right: 1px solid #eee;
	width: 100%;
	text-align: center;
}
.download-box .content .btn-box span:nth-child(0){
	border-right: 0px;
}





.profit-package-alert{
	display: none;
	position: absolute;
	top: calc(100% - 128px);
	right: 10px;
	z-index: 99;
	transform: translate(0,-100%);
}
.profit-package-alert img{
	display: block;
	width: 60px;
}

.profit-package-container{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,0.6);
}
.profit-package-mask{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.profit-package-container .profit-package{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 86%;
	padding: 50px 20px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	background-image: url(../images/icon/profit-package-bg.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px;
	/*overflow: hidden;*/
}

.profit-package-container .profit-package .content{
	display: block;
	line-height: 2;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffd2c1;
}
.profit-package-container .profit-package .content p{
	display: block;
}
.profit-package-container .profit-package .content p > a{
	font-size: 20px;
	padding: 0 4px;
	color: rgb(253,216,139);
}
.profit-package-container .profit-package .content span{
	display: block;
	font-size: 24px;
	color: #ffd79c;
}
.profit-package-container .profit-package .content b{
	display: block;
	font-size: 14px;
	color: #ffd2c1;
}
.profit-package-container .profit-package .content b > a{
	font-size: 18px;
	padding: 0 4px;
	color: rgb(253,216,139);
}
.profit-package-container .profit-package .btn{
	display: block;
	width: 40%;
	margin: 20px auto;
}
.profit-package-container .profit-package .btn img{
	display: block;
	width: 100%;
}

.profit-package-container .profit-package .tips{
	display: block;
	text-align: center;
	color: #ffd7ae;
}
.profit-package-container .profit-package .tips p{
	display: block;
	margin-bottom: 10px;
}
.profit-package-container .profit-package .tips span{
	display: block;
	margin: 0 auto;
	width: 120px;
	padding: 2px 0;
	border: 1px solid #ff7d64;
	background: rgba(255,215,174,0.2);
	color: #fff0e1;
	border-radius: 4px;
}

.profit-package-container .profit-rule{
	display: none;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	padding: 40px 20px;
	box-sizing: border-box;
	background-color: #f33;
	border: 2px solid #ff8a4b;
	border-radius: 14px;
}
.profit-package-container .profit-rule .content{
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
	color: #ffede6;
	font-weight: normal;
}
.profit-package-container .profit-rule .content h3{
	margin: 12px 0;
}
.profit-package-container .profit-rule .content p{
	margin: 8px 0;
	line-height: 1.6;
}
.profit-package-container .profit-rule .btn{
	display: block;
	margin: 0 auto;
	width: 120px;
	padding: 4px 0;
	border: 1px solid #ff7d64;
	background: rgba(255,215,174,0.2);
	color: #fff0e1;
	text-align: center;
	border-radius: 4px;
	letter-spacing: 2px;
}
.profit-package-container .profit-rule .content h3{
	text-align: center;
}

.rolling-msg-container{
	pointer-events: none;
	display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 80%;*/
	position: fixed;
	top: 68px;
	left: -100%;
	background: rgba(210,70,70,0.9);
	color: #FFF;
	border-left: 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 0 26px 26px 0;
	padding: 6px 10px;
	padding-right: 20px;
	z-index: 9999;
	transition: all .6s;
}
.rolling-msg-container.show{
	left: 0;
}
.rolling-msg-container .content{
	word-break: break-all;
}
.rolling-msg-container .time{
	margin-left: 10px;
    white-space: nowrap;
    text-align: right;
}

.profit-package-container .share{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    color: #fdd489;
    top: -28px;
    left: 0;
    width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
}
.profit-package-container .share p{
	display: block;
}
.profit-package-container .share span{
	display: block;
	background: #fdd489;
	color: #d84830;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 4px;
}

.page-loading{
	display: flex;
	align-self: center;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(23,23,25);
}
.page-loading img{
	display: block;
	width: 100%;
}

.captcha-container{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.captcha-container .mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.captcha{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
}