@import url('normalize.css');
*{
	padding: 0;
	margin: 0;
}
html,body {
	font-size: 12px;
	line-height: 18px;
	font-family:  "Microsoft YaHei",微软雅黑;
}
a {
	text-decoration: none;
	color: #666;
}
p {
	margin: 0px;
}
label {
	margin-bottom: 0px;
}
select {
	border: 1px solid #e9e9e9;
}
ul, ol {
    list-style: outside none none;
}
.icon {
	display: block;
	background-image: url("../../img/common/icon.png?v=0.3");
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 10;
}
.icon-email {
	background-position: 0 -182px;
	height: 20px;
	top: 7px;
	width: 20px;
	left: 16px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;    
	position: relative;
}
.btn {
	border-radius: 2px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
}
.btn.btn-white {
	border: 1px solid #2b91e8;
}
.btn.btn-white:active {
	background-color: #2c8bde;
}
.btn-blue {
	background-color: #2b91e8;
	color: #fff;
}
.btn-blue:hover {
	color: #fff;
}
/*validate error*/
.item-error{
	background: #fceee8 none repeat scroll 0 0;
	border: 1px solid #f6c8b5;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	padding: 5px 15px 5px 30px;
	position: relative;
}
.item-error:before {
	content: "*";
	position: absolute;
	left: 16px;
	font-size: 18px;
	top: 8px;
	color: #e4393c;
}
/*checkbox*/
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
	background-position: 0px -92px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	vertical-align: middle;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -73px;
}

label.css-label {
	background-image: url("../../img/common/icon.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.login-foot {
	padding: 55px 0 30px;
	width: 100%;
	font-size: 14px;
	color: #7f7f7f;
}
.login-foot p {
	text-align: center;
	color: #7f7f7f;
	line-height: 32px;
}
.login-foot p  span {
	padding:  0px 10px;    
	position: relative;    
	display: inline-block;
}
.login-foot p  span.email {
	padding-left:  40px;
}
.login-foot .foot-links{
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: center;
	padding: 12px 0;
}
.login-foot .foot-links a {
	color: #2381ec;
	display: inline-block;
	font-size: 14px;
	margin: 0 4px;
	vertical-align: top;
	white-space: nowrap;
}
.login-foot .foot-links b {
	color: #e8e8e8;
	display: inline;
	font-size: 14px;
	font-weight: 400;
	margin: 0 3px;
	vertical-align: top;
}
.login-foot .foot-links .link-list{
	display: inline-block;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

/*form css*/
.item {
	margin: 25px 0;
	position: relative;
}
.item:after {
	content: "." ;
	display: block ;
	height: 0 ;
	clear: both ;
	visibility: hidden ;
}
.item .item-grey-line{
	display: block;
	width: 100%;
	border-bottom: 1px solid #e1e3e5;
}
.item .item-label {
	float: left;
	height: 32px;
	line-height: 32px;
	max-width: 120px;
	margin-right: 6px;
	text-align: right;
	width: 100%;
	font-size: 14px;
	color: #666;
}
.item .item-info {
	width: 100%;
	max-width: 800px;
	float: left;
    	font-size: 14px;
}
.item  .item-icon-wrap{
	position: relative;
	padding-left: 34px;
	display: inline-block;
	max-width: 210px;
	width: 100%;
}
.item  .item-icon-wrap .icon-input{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	height: 32px;
	left: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
	width: 34px;
	color: #666666;
	text-align: center;
	background-color: #f2f3f4;
	border-radius: 2px 0 0 2px;
}
.item .item-icon-wrap.right {
	padding-left: 0px;
	padding-right: 34px;
	margin: 0px;
}
.item .item-icon-wrap.right .icon-input{
	border-left:  none;
	border-left: 0px solid #dddddd;
	border-right: 1px solid #dddddd;
	left:auto;
	right: 0px;   
	border-radius: 0 2px 2px 0;
}
.txt-span {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	padding-right: 10px;
}
.txt-span-radio {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	padding-right: 10px;
}
.txt {
	border: 1px solid #dddddd;
	padding: 0 8px;
	width: 100%;
	max-width: 210px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
}
.txt.error {
	border: 1px solid #ea4335;
}
.txt-error {
	color: #ea4335;
	margin-left: 5px;
	line-height: 32px;
}
.txt-file {
	height: 32px;
	line-height: 32px;
}
.item-icon-wrap.right .txt{
	border-radius: 2px 0 0 2px;
}
.item-icon-wrap .txt{
	border-radius: 0 2px 2px 0;
}
.txt:focus {
	border: 1px solid #a6cfff;
}
.txt.input-border-radius{
	border-radius: 2px;
}
.txtarea {
	border: 1px solid #dddddd;
	line-height: 16px;
	max-width: 500px;
	min-height: 120px;
	padding: 7px 8px;
	width: 100%;
	border-radius: 2px;
}
.txtarea:focus {
	border: 1px solid #a6cfff;
}
/*form css*/


 .item-box{
 	background-color: #fff;
 	padding: 0px 20px;
 }
.item-box .item-box-title{
	padding: 15px 0;
	color: #666666;
	border-bottom: 1px solid #dddddd; 
	height: 50px;
	position: relative;
}
.item-box .item-box-title  .box-title-txt{
	border-left: 2px solid #2b91e8;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	float: left;
}
.item-box .item-box-title  .box-title-txt.right{
	border-left: 0px solid #2b91e8;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	float: right;
}
.item-box  .item-box-title .fa {
	color : #2b91e8;
	margin-right: 5px;
}
.item-box .item-box-head-title {
    height: 60px;
    line-height: 30px;
    position: relative;
}

.css-radio {
    display: none;
}
.css-radio + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
	display: inline-block;
	padding: 7px;
	position: relative;
	top: 2px;
}

.css-radio:checked + label:after {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 0 0 1px #2b91e8 inset;
	content: " ";
	font-size: 32px;
	height: 6px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 6px;
}

.css-radio:checked + label { 
	background-color: #2b91e8;
	border: 1px solid #2b91e8;
	color: #99a1a7;
}
/*color*/
.grey {
	color : #999;
}
.green {
	color : #00a65a;
}
/*color*/
[v-cloak] {
display: none;
} 


.btn.btn-submit{
 	background-color: #2b91e8;
	color: #fff;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	min-width: 80px;
}
.btn:hover,.btn:active, .btn:focus{
 	background-color: #2b91e8;
	color: #fff;
}
.btn.btn-cancel {
	color: #2b91e8;
	height: 28px;
	line-height: 28px;
	padding: 0;
	width: 72px;
	display: inline-block;
}
.btn-cancel:hover{
 	background-color: #fff;
	color: #2b91e8;
}

@media screen and (max-width: 720px) {
	.header-left {
		width: 0px;
	}
}