/*--------------------------------------全局样式开始------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,input[type="text"],input[type="radio"], input[type="password"],input[type="checkbox"],textarea,p,blockquote,th,td,img{padding:0;margin:0 auto;border:0;outline: none;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
html,body{width:100%;height:100%;font-size:12px;font-family:"微软雅黑";color:#333;background-color:#fff;}
ol,ul,li{list-style-type: none;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
img{list-style:none;list-style-type:none;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
q:before,q:after {content:”;}
abbr,acronym { border: 0;}
.clearbh:after{height:0;visibility:hidden;display:block;clear:both;content:" ";}
.clearbh{ clear:both;font-size:0; height:0; overflow:hidden;display:inline-block;}
/* fix IE hack \*/
*html .clearbh{height:1%;}
.left{float:left;}
.right{float:right;}
a.t_link1,a.t_link1:hover,a.t_link1:active{color:/*[text_color]*/#7f1400/*[/text_color]*/;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
     border-color: #ccc; 
    outline: 0;
    outline: thin dotted \9;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0); 
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
     box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0); 
}
.pull-left{float: left;}
.pull-right{float: right;}
.mask{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.7);z-index: 9;display: none;}
.loading{display: none;position: absolute;z-index: 99;}
/*--------------------------------------全局样式结束------------------------*/
.container{
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	position: relative;
}
.logo{
	padding-top: 10%;
}
.logo .logoImg{
	width: 123px;
	height: 123px;
}
.logo .logoImg-small{
	width: 220px;
}
.logo .logoImg img{
	width: 100%;
	height: 100%;
}
.logo .companyName{
	font-size: 22px;
	padding: 20px 0 30px 0;
}
.logo .companyName-small{
	font-size: 16px;
	padding: 0px 0 30px 0;
	color: #666;
}
.form{
	width: 280px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.form-box{
	position: relative;
}
.form span{
	position: absolute;
	color: #999;
	font-size: 16px;
	line-height: 38px;
	width: 70px;
	text-align: left;
	text-indent: 10px;
	left: 0;
}
.form .phoneNumber,.form .passWord{
	width: 210px;
	height: 38px;
	line-height: 22px\9;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	padding-left: 70px;
	border-radius: 0;
}
.scanCodeBox .scanCodeNumber,.scanCodeBox .scanCodePic{
	height: 38px;
	font-size: 16px;
	line-height: 22px\9;
	line-height: 38px;
}
.scanCodeBox .scanCodeNumber{
	width: 110px;
	padding-left: 70px;
	border-radius: 0;
	line-height: 22px\9;
	line-height: 38px;
}
.scanCodeBox .scanCodePic{
	width: 100px;
	position: relative;
	padding: 0;
	text-indent: 0;
	line-height: 0;
}
.scanCodeBox .scanCodePic img{
	width: 100%;
	height: 100%;
	margin-left:0 !important;
}
.status,.form-action{
	width: 280px;
	margin-top: 20px;
	overflow: hidden;
}
.status .pull-left{
	color: #999;
	font-size: 16px;
}
.status .pull-left input{
	margin-right: 10px;
	width: 16px;
	height: 16px;
}
.status .forget-password{
	color: #288CE5;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
.form-action input{
	width: 100%;
	height: 35px;
	background: rgba(75, 199, 62, 1);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.form-action-small input{
	background: #4d90fe;
}
.technology{
	color: #999;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	/*background: #fff;*/
	/*padding: 10px 0;*/
	font-size: 14px;
	margin-bottom: 10px;
}
@media (max-width: 414px) {
	.logo{
		padding-top: 20%;
	}
	.logo .logoImg{
		width: 75px;
		height: 75px;
	}
	.logo .companyName{
		font-size: 18px;
		padding: 10px 0 20px 0;
	}
	.logo .companyName-small{
		/*font-size: 18px;*/
		padding: 0px 0 20px 0;
	}
	.form .phoneNumber, .form .passWord{
		width: 170px;
	}
	.form,.status,.form-action{
		width: 240px;
	}
	.scanCodeBox .scanCodeNumber{
		width: 90px;
	}
	.scanCodeBox .scanCodePic{
		width: 80px;
		position: relative;
		padding: 0;
	}
	.form span{
		font-size: 14px;
		width: 60px;
	}
	.status .pull-left{
		font-size: 14px;
	}
	.status .pull-left input{
		width: 14px;
		height: 14px;
		margin:0;
		margin-right: 5px;
	}
	.status .forget-password{
		font-size: 14px;
	}
}


/*choice*/
.choice-title{
	font-size: 26px;
	margin-top: 5%;
	color: #fff;
}
.choice-title-small{
	font-size: 26px;
	margin-top: 5%;
	color: #000;
}
.classify{
	margin-top: 20px;
	max-width: 1170px;
}
.classify .flag{
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
}
.classify .flag-small{
	color: #000;
}
.classify .row{
	width: 100%;
}
.classify .row .item{
	/*width: 350px;*/
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	background: rgba(75, 199, 62, 1);
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.classify .row:after{
	display: inline-block;
	width: 100%;
	height: 0px;
}
@media (max-width: 1190px){
	.classify{
		margin:  40px;
	}
}
@media (max-width: 768px) {
	.classify{
		/*width: 350px;*/
		margin: 40px auto;
	}
	.classify .row{
		text-align: center;
	}
}
@media (max-width: 414px) {
	.classify{
		width: auto;
    	margin: 20px;
	}
	.classify .row .item{
		width: 100%;
	}
	i{
		display: none;
	}
}