
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-size: 14px;
	color: #333;
}
a,a:hover,a:focus,a:visited,a:active{
	color: #537EDC;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,button{
	border:0;
	outline: none;
}


/*清除浮动*/
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}

.flex{
	display: flex;
}
.between{
	justify-content: space-between;
}
.center{
	align-items: center;
}
.center2{
	text-align: center;
}
.right{
	text-align: right;
}
.color1{
	color:#537EDC;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.window{
	background: url('../../dist/img/window.png') no-repeat center;
	background-size: 110px 110px;
}
.apk{
	background: url('../../dist/img/apk.png') no-repeat center;
	background-size:  110px 110px;
}
.ios{
	background: url('../../dist/img/ios.png') no-repeat center;
	background-size:  110px 110px;
}

.overlay{
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.toast{
	font-size: 10px;
	width: 13.6em;
	height: 13.6em;
	text-align: center;
	border-radius: 12px;
	color: rgba(255,255,255,0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #4c4c4c;
	box-sizing: border-box;
	line-height: 1.4;
}
.loader-17 {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	border-top: 3px solid #FFF;
	border-right: 3px solid transparent;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}
.toast-txt{
	margin-top:10px;
	font-size: 14px;
}
@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.auth-load{
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.auth-load.show{
	display: flex;
}

html,body{
	height: 100%;
	background: linear-gradient(30deg,#e3f5ff,#fcfdff,#dff2ff);
}
.content {
	height: 100%;
	position: relative;
	padding: 100px 0 30px;
	overflow-y: scroll;
}
.box{
	height: 100%;
	/*max-width: 1200px;*/
	margin:0 auto;
	position: relative;
}
.page-header{
	width: 100%;
	position: absolute;
	top:0;
	padding: 15px 0 0 0;
	z-index:3;
}
.bottom-line{
	height: 2px;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: linear-gradient(to right,rgba(117, 199, 255, 0), #8FB9FF, #6987FE,rgba(93, 128, 254, 0));
}
.header-in{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 1550px;
	margin:0 auto;
}
.header-in a {
	display: inline-block;
	border: 1px solid #537EDC;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 14px;
	margin-left: 20px;
	line-height: 1;
}
.head-icon{
	display: inline-block;
	width: 110px;
	height: 100px;
	margin-left: 20px;
	cursor: pointer;
}

.bottom-con {
	color: #537EDC;
	font-size: 20px;
}
.page-header2 {
	width: 100%;
	padding: 20px 0;;
	margin-bottom: 90px;
	position: relative;
}
.main{
	padding-bottom: 30px;
}
.login-tit{
	margin-bottom: 30px;
	line-height: 1;
}
.paginList{
	text-align: right;
}

@media screen and (max-width: 1201px) {
	.header-in {
		justify-content: center;
	}

	.page-header {
		/*padding: 25px 0;*/
	}

	.box {
		width: 80%;
	}
}
@media screen and (max-width:1065px) {
	.box{
		width: 80%;
		padding: 0;
	}
	.page-header{
		/*padding: 25px 0;*/
	}
}
@media screen and (max-width: 750px) {
	.page-header {
		margin-bottom: 30px;
	}
	.login-tit{
		margin-bottom: 20px;
	}
	.box{
		width: 100%;
		padding: 0 20px;
	}
	.table-con th, .table-con td{
		padding: 15px !important;
	}
	.content{
		padding-top: 89px;
	}
	.paginList{
		padding-top: 10px;
	}
}

.change-modal{
	background-color: rgba(153,153,153,0.5);
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.change-modal.show{
	display: flex;
}
.modal-content{
	width: 88%;
	max-width: 320px;
	background-color: #fff;
	border-radius: 4px;
	padding-bottom: 30px;
}
.modal-tit{
	font-size: 20px;
	padding: 16px 0;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 30px;
	position: relative;
}
.modal-main{
	padding: 0 48px;
}
.modal-main ul li{
	border:1px solid #D8D8D8;
	height: 44px;
	line-height: 44px;
	margin-bottom: 36px;
	display: flex;
	position: relative;
}

.modal-form-left span{
	display: inline-block;
	width: 22px;
	height: 22px;
}

.modal-main ul li input{
	padding: 0 22px;
	font-size: 14px;
	flex:1;
	width: 0;
}
.send-code{
	position: absolute;
	right: 0;
	padding: 0 10px;
	font-size: 14px;
}
.m-close{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/html/dist/img/close.png') no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 20px;
	cursor: pointer;
}
.modal-btns{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.modal-btns button{
	display: inline-block;
	padding: 6px 18px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	margin:0 15px;
}
.cancel{
	background-color: #ededed;
}
.confirm{
	background-color: #537EDC;
	color: #fff;
}
.modal-in-con{
	text-align: center;
}
.ft{
	margin-top: 47px;margin-left: 15px;
}