@charset "utf-8";

/*试用申请*/
body {
	margin: 0px;
}

a {
	color: #00f;
}

.ml-10 {
	margin-left: 50px;
}

.mr-5 {
	margin-right: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.bg-gray {
/* 	background-color: #e2e2e2; */
	background-image: url('../image/trial_bg.jpg');
  	background-repeat: no-repeat;
  	background-position: center; 
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.bg-white {
	background-color: #fff;
}

.sj {
	color: #ee3344;
	font-size: 12px;
}

.mid-line {
	border-left: 1px solid #ccc;
	margin: 0 8px;
	display: inline-block;
	height: 12px;
	vertical-align: middle;
}

.header {
	width: 100%;
	height: 60px;
	background-color: #fff;
	height: 60px;
}

.apply-header {
	width: 60%;
	float: left;
	height: 60px;
	/* margin: 0 40px; */
	margin-left: 10%;
}

.apply-header .logo {
	line-height: 60px;
	float: left;
	margin: 0 auto;
	font-size: 26px;
	font-family: 微软雅黑;
	color: #00C3FF;
}

.apply-header .logo p {
	padding-left: 20px;
	display: inline;
}

.apply-header .logo span {
	padding-left: 10px;
	height: 36px;
	line-height: 50px;
	font-size: 14px;
	color: #00C3FF;
}

.header .loginbtn-header {
	float: right;
	width: 17%;
	line-height: 60px;
	font-size: 18px;
	text-align: right;
	margin-right: 10%;
}

.header .loginbtn-header a {
	text-decoration: none;
	color: #00C3FF;
	cursor: pointer;
}

.header .loginbtn-header a:hover {
	text-decoration: none;
	color: #428bca;
}

.apply-title {
	text-align: center;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	padding: 50px 0 34px;
}

.inner {
	width: 500px;
	margin: 0 auto;
	margin-top: 150px;
}

.apply-message {
	/* border: 1px solid #dee4e9; */
	border-radius: 5px;
	padding: 30px 25px 60px;
}

.apply-message .tips-col {
	width: 100%;
	margin: 40px 70px;
}
#drag{
	width:78%;
}
.apply-message .message-name {
	/*display: inline-block;*/
	/*width: 326px;*/
	width:30px;
	text-align: right;
	font-size: 15px;
	margin-right: 8px;
	height: 40px;
	line-height: 40px;
}

.apply-message input[type='text'] {
	width: 280px;
	height: 45px;
	border-radius: 5px;
	padding-left: 20px;
	vertical-align: top;
	border: 1px solid #dee4e9;
	box-sizing: border-box;
	outline:none;
}

.apply-message input[type='text']:focus {
	outline: none;
	/*border: 1px solid #2a5082;*/
}

.apply-message .tips-text {
	height: 30px;
	line-height: 30px;
	color: #aea48b;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.apply-message input[type='button'] {
	width: 260px;
	height: 40px;
	border-radius: 5px;
	background-color: #2a5082;
	border: none;
	outline: none;
	text-align: center;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
}

.apply-message input[type='button']:hover {
	background-color: #009be8;
}

#tip_login {
	display: none;
}

/*.apply-message .icon-tips {
	width: 18px;
	height: 18px;
	background-image: url(../images/icon.png);
	display: inline-block;
	background-repeat: no-repeat;
	transform: translateY(4px)
}*/
.correct {
	background-position: 0 -636px;
}

.wrong {
	background-position: 0 -607px;
}

.apply-message .wrong-tips {
	color: #ee3344;
	font-size: 12px;
}

.apply-message .submit-btn {
	width: 300px;
	margin: 0px auto;
	text-align: center;
}

/*.apply-message .erweima {
	display: inline-block;
	width: 156px;
	height: 156px;
	background: url(../images/erweima-box.png) 0 0 no-repeat;
	position: relative;
}

.apply-message .erweima>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.apply-message .saoma {
	margin-left: 20px;
	vertical-align: top;
	margin-top: 58px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border: 1px solid #e7e7eb;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
}

.apply-message .saoma:hover {
	background-color: #f4f5f9;
}

.apply-message .saoma .icon-saoma {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-shiyong.png) 0 0 no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}*/
.apply-footer {
	height: 55px;
	line-height: 55px;
	/* background-color: #fff; */
	text-align: center;
	width: 100%;
}

.apply-footer span {
	line-height: 55px;
	font-size: 14px;
	color:#666;
}

.apply-footer a {
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.layout-tips {
	width: 100%;
	padding-top: 100px;
}

.layout-tips .layout-tx {
	text-align: center;
	font-size: 16px;
	color: #666;
	height: 18px;
	line-height: 18px;
}

.layout-tips .layout-tx .correct-icon {
	display: inline-block;
	width: 22px;
	height: 18px;
	/*background: url(../images/corrent-icon.png) 0 0 no-repeat;*/
	margin-right: 10px;
	vertical-align: top;
}

#form1 {
	width: 100%;
}

@media ( max-width :768px) {
	.bg-gray {
		background-color: #fff;
	}
	.banner {
		margin-top: 0px;
		display: block;
		text-align: center;
		width: 100%;
		/*height: 197px;*/
	}
	.banner h2, .banner h4 {
		font-weight: normal;
		margin: 10px 0px;
		color: #484343;
	}
	.banner h4 {
		font-size: 14px;
	}
	.header {
		display: none;
	}
	.inner {
		margin: 0px;
		padding: 0px;
		margin-top: 46px;
		width: 100%;
	}
	.apply-message .tips-col {
		width: 260px;
		margin: 28px auto;
	}
	#drag{
		width:100%;
	}
	.apply-message input[type='text'] {
		width: 217px;
		height: 45px;
		border-radius: 5px;
		padding-left: 5px;
		vertical-align: top;
		border: 1px solid #dee4e9;
		box-sizing: border-box;
		outline:none;
	}
	.apply-message .submit-btn {
		width: 100%;
		/* margin: 0px auto; */
		text-align: center;
	}
	.apply-footer {
		color: #666;
		width: 100%;
		height: 55px;
		/* background: #2a5082; */
		position:static;
	}
	.footer-absolute{
		position: absolute;
		bottom: 0px;
	}
	.apply-footer a {
		color: #666;
	}
	#tip_login {
		display: block;
	}
}

@media ( max-width :350px) {
	.banner {
		/*height: 165px;*/
		
	}
	.apply-message .tips-col {
		margin: 28px auto;
		width: 260px;
	}
	.apply-message .message-name {
		
		/* width: 326px; */
		text-align: right;
		font-size: 15px;
		margin-right: 7px;
		height: 40px;
		line-height: 40px;
	}
	.apply-message input[type='text'] {
		width: 216px;
		outline:none;
	}
}
.footer-absolute{
		position: absolute;
		bottom: 0px;
}
@media ( min-width :769px) {
	.banner {
		display: none;
	}
	.inner {
		width: 600px;
		margin-top:10vh;
		margin-bottom:10vh;

	}
	.apply-message input[type='text'] {
		width: calc(100% - 200px);
		height: 60px;
		border-radius: 5px;
		padding-left: 20px;
		vertical-align: top;
		border: 1px solid #dee4e9;
		box-sizing: border-box;
		font-size: 18px;
		outline:none;
	}
	.apply-message .message-name {
		
		/* width: 326px; */
		width: 50px;
		text-align: right;
		font-size: 18px;
		margin-right: 8px;
		height: 60px;
		line-height: 60px;
	}
	.apply-message .submit-btn {
		width: 60%;
		margin: 0px auto;
		text-align: center;
	}
	.apply-message input[type='button'] {
		width: 100%;
		height: 50px;
		border-radius: 5px;
		background-color: #2a5082;
		border: none;
		outline: none;
		text-align: center;
		font-size: 18px;
		color: #fff;
		
	}
		
	
}
