﻿

/*
 * @desctiption: 网站布局样式;
 * @author: shangao;
 * @time: 2017/6/27;
 */

/*------------------ layout ------------------*/

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 100px;
	min-width: 1000px;
	background-color: #fafafa;
}
span.valid-info{
	display: block;
	padding:10px 0 0 10px;
	color: #f00;
	font-size: 12px;
}
span.validtip{
	padding-top: 0;
	padding-left: 110px;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.pl0 {
	padding-left: 0;
}

.layout {
	margin: 0 auto;
	width: 1000px;
}

.particles-js {
	position: absolute;
	width: 100%;
	height: 90px;
	background-color: #3480ff;
	background-image: url("");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.header > .layout {
	position: relative;
	z-index: 100;
	height: 90px;
}

.logo {
	display: inline-block;
	width: 284px;
	height: 77px;
	background: url("../image/logo.png") no-repeat;
}

.page-title {
	display: inline-block;
	margin-top: 32px;
	color: #fff;
	vertical-align: top;
	font-size: 20px;
}
.user-info {
	float: right;
	margin-top: 38px;
	color: #fff;
}

.user-info a {
	color: #fff;
}

.user-info .portal {
	margin-right: 5px;
	padding: 6px 14px;
	border: 1px solid #5d99ff;
	border-radius: 20px;
}

.user-info .portal:hover {
	border-color: #c2d9ff;
	background-color: #5f9bff;
	color: #fff;
	text-decoration: none;
}
.user-info .portal:focus{
	text-decoration: none;
}
.user-info .user-name {
	margin: 12px;
}

.logout {
	margin-left: 10px;
	padding-left: 25px;
	height: 14px;
	background: url("../image/icon-logout.png") left center no-repeat;
}

.login {
	padding-left: 20px;
	background: url("../image/icon-login.png") left center no-repeat;
}

.nav-container {
	background-color: #2478ff;
}

.nav {
	margin: 0 auto;
	padding-left: 0;
	/*width: 520px;*/
	width: 377px;
}

.nav li {
	float: left;
	margin-right: 50px;
	width: 92px;
}

.nav li.last {
	margin-right: 0;
}

.nav li a {
	display: block;
	padding: 14px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.nav li a:hover,
.nav li a:focus,
.nav li a.selected {
	background: url("../image/bg-nav.png") bottom center no-repeat;
	text-decoration: none;
}

.main {
	padding-bottom: .1px;
}

.main > .layout {
	margin: 20px auto;
	min-height: 600px;
	border: 1px solid #f0f0f0;
	background: #fff;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #35373c;
	color: #d7d7d8;
}

.footer > .layout {
	position: relative;
	padding-left: 345px;
	padding-top:10px;
}

.icon-iflytek {
	position: absolute;
	top: 30px;
	left: 213px;
	display: block;
	width: 114px;
	height: 33px;
	background: url("../image/iflytek.png") no-repeat;
}

.footer ul {
	margin-top: 28px;
	margin-bottom: 0;
	padding-left: 0;
}

.footer li {
	display: inline-block;
	margin-right: 35px;
}

.footer li.email {
	display: block;
	margin-bottom: 3px;
}

.footer a {
	color: #d7d7d8;
}
/*移动端*/
.mobile-layout{
	background: #3480ff;
	width: 100%;
	text-align: center;
	position: relative;
}
.mobile-layout img{
	position: absolute;
	left: 12px;
	top: 15px;
	width: 10px;
	height: 20px;
}
.mobile-title{
	display: inline-block;
	line-height: 50px;
	color: #fff;
	vertical-align: top;
	font-size: 16px;
}
.tac{
	text-align: center;
}
/*------------------ 表单 ------------------*/
.form-control {
	position: relative;
}

.form-control .label {
	height: 36px;
	line-height: 36px;
}

.form-control > input.input {
	margin-left: 5px;
}

input.input {
	padding: 9px 10px;
	width: 300px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

input.input:hover,
input.input:focus {
	border-color: #5795ff;
}

input.input.fail {
	border-color: #ff4747;
}

.form-control .tip {
	position: absolute;
	top: 9px;
	left: 420px;
}

/*------------------ 按钮 ------------------*/
.btn {
	/*padding: 8px 10px 5px;*/
	padding: 6px 10px;
	width: 150px;
	border: 1px solid #4b83fe;
	background-color: #5795ff;
	color: #fff;
	font-size: 14px;
}
.btn:hover {
	border-color: #4373f1;
	background-color: #4e7efc;
	color: #fff;
}

.btn:focus {
	color: #fff;
}

.btn:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
}

.sendState,.sendState:hover{
	background: #f7f7f7;
	color: #999;
	border:1px solid #d9d9d9;
}
/*------------------ alert ------------------*/
.alert-container {
	position: absolute;
}

.alert-animate {
	overflow: visible !important;
}

.alert-animate .alert {
	margin-top: 0;
	max-width: 100%;
	width: 100%;
	border: none;
	padding: 6px 0;
	border-radius: 0;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	height: 40px;
}

.alert-container .alert .close {
	top: 4px;
	right: 0;
	float: none;
}

.alert-warning {
	background-color: #fff5d6;
	color: #fcb800;
}

.alert-success {
	background-color: #e0fff3;
	color: #03de89;
}

.alert-danger {
	background-color: #ffefdd;
	color: #fe5715;
}

.alert .icon-remove {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.alert-danger .icon-remove {
	background: url("../image/alert-danger.png") left center no-repeat;
}

.alert-success .icon-remove {
	background: url("../image/alert-success.png") left center no-repeat;
}

.alert-warning .icon-remove {
	background: url("../image/alert-warning.png") left center no-repeat;
}

/*倒计时*/
.cut-time {
	margin-top: 20px;
	color: #333;
	text-align: center;
	font-size: 14px;
}

.cut-time .timeCut {
	color: red;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {

	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {

	/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {

	/* Internet Explorer 10+ */
	color: #999;
}