﻿html,body{width: 100%;height: 100%;min-width: 1180px;min-height: 700px;}
/*登录*/
.login-wrap{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: relative;
}
.login-container{
	width: 100%;
	height: 598px;
	background: url(../images/loginbac.png) no-repeat center;
	background-size:cover ;
}
.login-content{
	width: 1180px;
	margin: 0 auto;
	padding-top: 160px;
	height: 100%;
}
.company-info{
	margin-left: 386px;
	width: 534px;
}
.company-logo{
	width: 534px;
	height: 60px;
	background: url(../images/Logo.png) no-repeat left top;
}
.company-text{
	width: 534px;
	height: 57px;
	background: url(../images/text.png) no-repeat center;
	margin-top: 97px;
}
.login-form{
	margin-top: 147px;
	margin-left: 386px;
}
.login-form input{
	border-radius: 5px;
	width: 206px;
	padding-left: 45px;
	padding-right: 10px;
	height: 39px;
	background: #fff;
	border: 1px solid #b7b7b7;
	margin-right: 28px;
	font-size: 14px;
	color: #666;
}
.login-form .account{
	background: url(../images/name.png) no-repeat 9px center #fff;
}
.login-form .password{
	background: url(../images/password.png) no-repeat 9px center #fff;
}
.login-form .commitbtn{
	border: none;
	height: 41px;
	width: 100px;
	color: #fff;
	background: #00a2f4;
	border-radius:5px ;
}
.login-wrap footer{
	width: 100%;
	font-size: 14px;
	color: #333;
	text-align: center;
	position:absolute;
	bottom: 26px;
	left: 0px;
	line-height: 20px;
}
.login-wrap footer p span{
	margin-right: 16px;
}
.login-wrap footer p span:last-child{margin-right:0px ;}

/*首页*/
.wrap{width: 100%; position: relative;}
.header{
	width: 100%;
	height: 120px;
	background: #0f83e9;
}
.header-content{
	margin: 0 auto;
	width: 1180px;
	height: 100%;
}
.header-content .logo{
	width:618px;
	height: 100%;
	background: url(../images/index-logo.png) no-repeat left center;
	background-size:auto;
}
.header-content  .logout{
	height: 100%;
	color: #fff;
}
.header-content  .logout p{
	cursor: pointer;
	margin-top: 35px;
	height: 50px;
	line-height:50px;
	padding-left: 24px;
	background: url(../images/logout.png) no-repeat left center;
}
.container{
	width: 1180px;
	margin: 0 auto;
}
.trial-information{
	font-size: 14px;
	color: #333;
	line-height: 56px;
}
.trial-information span{margin-right: 24px;}
.content{
	margin-left: -20px;
	margin-right: -20px;
}
.software-list{width: 294px; min-height:200px;margin: 0px 20px; color: #fff; padding: 40px 36px 20px 36px; margin-bottom: 30px;}
.software-list .title{font-size: 22px; text-align: center; height:75px; font-family:黑体;}
.port-enter{ 
}
.port-enter a{
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.first-software{
	 background: #f7712e;
}
.second-software{
	 background: #0fb256;
}
.thired-software{
	 background: #14b4c5;
}
.fourth-software{
	 background: #ffa200;
}
.fiveth-software{
	 background: #d93240;
}
.sixth-software{
	 background: #fc6621;
}
.seventh-software{
	 background: #79a701;
}
.eighth-software{
	 background: #fe7c55;
}
.nine-software{
	 background: #8c489f;
}
.ten-software{
	 background: #35a7ff;
}
.wrap footer{
	width: 100%;
	height: 120px;
	background: url(../images/footerbac.png) no-repeat center;
	background-size:cover ;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 60px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-content: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 20px;
}
.wrap footer p span{
	margin-right: 16px;
}
.wrap footer p span:last-child{margin-right:0px ;}
