*{
	margin: 0;
	padding: 0;
	border: 0;
}
html,body{
	width: 100%;
	color: #333;
	/*overflow-x: hidden;*/
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
body{
	display: none;
	min-height: 100%;
	padding-top: 0.1px;
	-webkit-overflow-scrolling: touch;
	font-size: 3.8vw;
}
img{
	display: block;
}
input{
	color: #333;
	border: 1px solid #eee;
	border-radius: 4px;
    outline: none;
	line-height: 2.5;
	padding: 0 10px;
	/*font-size: 14px;*/
    font-size: 4vw;
	background: none;
	box-sizing: border-box;
}
textarea{
	color: #333;
	border: 1px solid #eee;
	border-radius: 4px;
	border-radius: 4px;
    outline: none;
	line-height: 1.5;
	padding: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

select{
	display: inline-block;
	background: none;
	color: #333;
	border: 1px solid #eee;
	border-radius: 4px;
    outline: none;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
	box-sizing: border-box;
	background-color: none;
}

.page-container{
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    height: 100%;
}
.scroll-wrapper{
	overflow: hidden;
}
.scroll-scroller{
	padding-top: 0.1px;
	padding-bottom: 0.1px;
}

/*字主题色*/
.m-c{
	color: #303661;
}
.b-c{
	color: #3153E1;
}
.w-c{
	color: #FFFFFF;
}
.r-c{
	color: #cf7f19;
}
.g-c{
	color: #219c65;
}
.gray-c{
	color: #777;
}
/*背景主题色*/
.m-b{
	background-color: #303661;
    /*background: linear-gradient(to bottom, #303661 0%,rgb(247,170,1) 100%);*/
	color: #FFF;
	font-weight: bold;
}
.b-b{
	background-color: #4F62C0;
	color: #FFF;
}
.g-b{
	background-color: #219c65;
	color: #FFFFFF;
}
.y-b{
	background-color: rgb(255,166,0);
	color: #FFFFFF;
}
.r-b{
	background-color: #cf7f19;
	color: #FFFFFF;
}
.w-b{
	background-color: #FFFFFF;	
}
.gray-b{
	background-color: #eee;
	color: #777;
}

.m-border{
	border: 1px solid #303661;
}
.r-border{
	border: 1px solid #ff6a08;
}

.coming-soon{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	opacity: 0.4;
	display: block;
}
.coming-soon img{
	display: block;
	width: 40vw;
	margin: 0 auto;
	position: relative;
	left: -1%;
	margin-top: 40vh;
	margin-bottom: 10px;
}
.coming-soon span{
	display: block;
	font-size: 14px;
	letter-spacing: 8px;
}
.coming-soon a{
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
}



.message-box{
	display: none;
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	max-width: 80%;
	background: rgba(80,80,80,0.9);
	color: #FFF;
	border-radius: 1pvw;
	padding: 4vw 5vw;
	font-size: 4vw;
	border-radius: 2vw;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
}

.toast-box{
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.toast-box .toast-body{
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	width: 65%;
	background: #FFF;
	border-radius: 2vw;
	padding: 3vw 0px;
	transform: translate3d(-50%, -50%, 0);
	text-align: center;
}

.toast-box .toast-body .content{
	display: block;
	width: 100%;
	padding: 3vw 5vw;
	padding-bottom: 5vw;
	box-sizing: border-box;
}
.toast-box .toast-body .btn-box{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	border-top: 1px solid #eee;
	padding-top: 1vw;
	line-height: 2;
}
.toast-box .toast-body .btn-box span{
	display: block;
	width: 100%;
	text-align: center;
}
.toast-box .toast-body .btn-box span:last-child{
	border-left: 1px solid #eee;
}

.loading-box{
	display: none;
	z-index: 998;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.2);
	opacity: 0.7;
}
.loading-box img{
	position: absolute;
	width: 20vw;
	height: 20vw;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}


.slogan{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #bbb;
	letter-spacing: 2px;
	padding: 6px;
	font-size: 12px;
}

#file-page{
	/*background-image: url('../images/bg.jpg');*/
	background-color: #FFF;
	background-size: cover;
	background-position: center;
}

.left-bar{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	transform: translate(-100%, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s;
}
.left-bar.show{
	opacity: 1;
	transform: translate(0, 0);
}
.left-bar .mask{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.left-bar .container{
	display: block;
	position: absolute;
	width: 85%;
	height: 100%;
	background: rgb(19,18,17);/*rgb(26,28,31);*/
	font-size: 4vw;
}
.left-bar .container .header{
	display: block;
	margin: 6vw;
}
.left-bar .container .header .info{
	display: flex;
	align-self: center;
	justify-content: flex-start;
	margin-bottom: 2vw;
}
.left-bar .container .header .info .headimg{
	flex: 0 0 12vw;
	margin-right: 2vw;
}
.left-bar .container .header .info .headimg img{
	width: 12vw;
	height: 12vw;
}
.left-bar .container .header .info .userinfo span{
	display: block;
	font-size: 5vw;
	font-weight: bold;
}
.left-bar .container .header .info .userinfo p{
	display: block;
	font-size: 3.4vw;
	color: #ccc;
}
.left-bar .container .header .code{
	display: flex;
	align-self: center;
	font-size: 3.4vw;
}
.left-bar .container .header .code p{
	display: flex;
	align-self: center;
	margin-right: 2vw;
	color: #ccc;
}
.left-bar .container .header .code span{
	margin-right: 1vw;
}
.left-bar .container .header .code a{
	display: inline-block;
}
.left-bar .container .header .code img{
	width: 5vw;
	height: 5vw;
	margin-right: .5vw;
}
.left-bar .container .list{
	display: block;
}
.left-bar .container .list .item{
	display: flex;
	align-self: center;
	justify-content: space-between;
	padding: 4vw;
	background: #1d1c1a;/*#1d1c1a;*/
	margin-bottom: 1px;
	font-size: 3.8vw;
}
.left-bar .container .list .item .label{
	display: flex;
	align-self: center;
}
.left-bar .container .list .item .label .icon{
	display: inline-block;
	width: 8vw;
}
.left-bar .container .list .item .label img{
	height: 5vw;
	margin: 0 auto;
}
.left-bar .container .list .item .label span{
	margin-left: 2vw;
}
.left-bar .container .list .item .arrow{
	width: 1.7vw;
}
.left-bar .container .list .item .arrow img{
	width: 100%;
	margin-top: 1vw;
}
.left-bar .container .logout{
	display: block;
	margin: 6vw 4vw;
}
.left-bar .container .logout span{
	display: block;
	font-size: 3.6vw;
	border-radius: 2vw;
	line-height: 2.8;
	text-align: center;
}

.page-animate-item{
	position: relative;
	opacity: 0;
	top: 5vw;
}
.page-animate-item.animation{
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.page-animate-item.animation-css{
	opacity: 1;
	top: 0;
}


.paypass-container{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.paypass-container .mask{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.paypass-container .box{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFF;
    transform: translate(-50%, -50%);
    padding: 6vw 8vw;
    border-radius: 2vw;
}
.paypass-container .box input{
    width: 60vw;
    line-height: 12vw;
    height: 12vw;
    font-size: 4vw;
}
.paypass-container .box span{
    display: block;
    text-align: center;
    padding: 3vw;
    margin: 4vw 0;
    border-radius: 2vw;
    margin-bottom: 0;
}