html {
	font-size: 16px;
	width:100%;
	height: 100%;
}

@media only screen and (min-width: 319px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 359px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 374px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 383px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 411px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 413px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 479px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 559px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 599px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 639px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 719px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 767px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 799px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 808px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 1078px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 1279px) {
	html {
		font-size: 85px !important;
	}
}

@media only screen and (min-width: 1439px) {
	html {
		font-size: 90px !important;
	}
}

@media only screen and (min-width: 1599px) {
	html {
		font-size: 100px !important;
	}
}

@media only screen and (min-width: 1910px) {
	html {
		font-size: 120px !important;
	}
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #c3c3c3;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #c3c3c3;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #c3c3c3;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #c3c3c3;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: PingFangSC-Light,'Microsoft Yahei','微软雅黑',tahoma,sans-serif;
}


.index-main {
	background-image: linear-gradient(-320deg, #754CE3 0%, #9630CF 100%);
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	/*background-image: url(../images/bg01.png);
	background-size: 100% 100%;*/
	background-repeat: no-repeat;
}

.index-logo {
	display: block;
	width: 1.8rem;
	margin-top: 0.31rem;
	margin-left: 0.89rem;
}

.img-left {
	width: 6.25rem;
	margin-left: 2.56rem;
	margin-top: 1rem;
}

.cas {
	background-image: url(../images/itools/bg.jpg);
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.login_title {
	width: 1.5rem;
	text-align: center;
}

.main .con {
	overflow: hidden;
	position: absolute;
	width: 4.3rem;
	height: 4.3rem;
	max-width: 468px;
	max-height: 468px;
	background-color: #ffffff;
	right: 2.2rem;
	top: 50%;
	margin-top: -2.25rem;
	/*box-shadow: 0 5px 30px 0 #8C3AD6;*/
	border-radius: 10px;
	/*font-size: 0.16rem;*/
	font-size: 18px;
	z-index: 999;
}

.uhide {
	display: none;
}

.con_content1 .code_ewm {
	width: 2rem;
	height: 2rem;
	margin: auto;
	overflow: hidden;
}

.textcenter {
	text-align: center;
}

.pad02 {
	padding: 0.1rem 0 0 0;
}

.mar-t01 {
	margin-top: 0.1rem;
}

.main .tabimg {
	width: 0.54rem;
	height: 0.54rem;
	min-width: 52px;
	min-height: 52px;
	padding: 0.08rem;
	position: absolute;
	top: 0;
	right: 0;
}

.borde-b {
	border-bottom: 1px solid #EFEFEF;
}

.row {
	margin: auto;
}

.user {
	width: 100%;
	height: 0.38rem;
	text-indent: 5px;
	font-size: 14px;
	border: 0;
	outline: none;
}

.required {
	width: 1.8rem;
	height: 0.38rem;
	text-indent: 5px;
	font-size: 14px;
	border: 0;
	vertical-align: text-bottom;
	outline: none;
}

.loginbtn {
	background: #EFEFEF;
	color: #999999;
	width: 100%;
	border: 0;
	padding: 0.1rem;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
}

.resetbtn {
	background: #935FFD;
	color: white;
	width: 100%;
	border: 0;
	padding: 0.1rem;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
}

.code_img {
	float: right;
	width: 0.9rem;
	height: 0.3rem;
	cursor: pointer;
}

.font16 {
	text-indent: 5px;
	display: block;
	color: #333333;
	padding: 0.1rem 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
}

.denglua {
	float: left;
	text-decoration: none;
	color: #999999;
	font-size: 0.12rem;
}

.denglua:hover {
	color: #935FFD;
}

.mar28 {
	margin-top: 0.28rem;
}

.mar20 {
	margin-top: 0.2rem;
}

.over_h {
	overflow: hidden;
}

.col9999 {
	color: #999999;
}

.saomiao {
	display: block;
	text-align: center;
	color: #BBBBBB;
	font-size: 0.11rem;
	margin-top: 0.08rem;
}

.lineh {
	/*line-height: 0.5rem;*/
	margin-top: 0.1rem;
}

.po_r {
	position: relative;
}



.zhiyi {
	width: 0.2rem;
	height: 0.2rem;
	max-width: 17px;
	max-height: 17px;
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

.wid187 {
	width: 1.87rem;
}

.fgxian {
	margin: 0 10px 0 15px;
	display: block;
	float: left;
	height: 15px;
	overflow: hidden;
}
.interlinked{
	position: absolute;
	bottom: 30px;
	right: 20px;
}

/*
新增
*/
.bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	color: #FFFFFF;
}

.container {
	width: 100%;
	font-size: 12px;
}

.container hr {
	background-color: #FFFFFF;
	height: 1px;
	border: 0px;
	margin-top: 6px;
	opacity: 0.2;
}

.container a {
	text-decoration:none;
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 12px;
}

.container a:hover {
	opacity: 0.7;
}

.container .plink {
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 0;
}

.copyright {
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 0;
}