/* CSS Document */

/* Common */
* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	outline: medium none;
	word-break: break-all;
	    font-family: Microsoft YaHei;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

select {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}

html, body {
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

textarea {
	resize: none;
}

.cl {
	clear: both;
}

.row {
	display: table;
}

.cell {
	display: table-cell;
	vertical-align: top;
}

.align-right {
	text-align: right;
}

.clearfix,
.info-list-ul li,
.clear-ul li {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.info-list-ul li:before,
.info-list-ul li:after,
.clear-ul li:before,
.clear-ul li:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after,
.info-list-ul li:after,
.clear-ul li:after {
  clear: both;
}

.in-block,
i.icon,
#step-list .current .btn-1,
#step-list .clt-text, 
.input-box,
.input-2,
#other-login-list li, 
.choose-box a,
label.name,
.bottom-btns a,
.report-title h2,
.report-dl2 dd,
.form-list-1 li label,
.rgst-user-type,
.action-box-btn,
.action-box-tl h3,
.table-1 .action-btn,
.arrow-paging li,
.category-table a,
.packages-price,
#interview-action-box.step-2 .submit {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

#container {
	/*font-family: "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', sans-serif;*/
	font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
	font-size: 12px;
	color: #666666;
}

#specail,
input {
	font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
}

.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vertical-wrap {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.horizontal-wrap {
	width: 1334px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.expect-data, #back-center{
	z-index: 1;
}

.right-nav-box {
	z-index: 10;
}

header {
	z-index: 15;
}

#logo {
	z-index: 100;
}

.masthead-content {
	z-index: 600;
}

#popup-layer {
	z-index: 1000;
}

.spinner-container {
	z-index: 1001;
}

#fade-box, .action-box, #login-box {
	z-index: 1005;
}

.ui-front {
	z-index: 1010;
}

#popup-layer2 {
	z-index: 1500;
}

#popup-layer3 {
	z-index: 2000;
}

.alert-box {
	z-index: 2001;
}

#test {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Common End */

/* Font Color */
#container .red {
	color: #ff6969;
}

#container .blue {
	color: #5e8abc;
}

#container .orange {
	color: #ed782f;
}
/* Font Color End */

/* 二维码弹出框 */
/*
#qrcode-box {
	width: 130px;
	position: fixed; 
	top: 50%; 
	left: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000000;
	background-color: #fff;
	text-align: center;
}

#qrcode-box p {
	font-size: 24px;
	color: #000;
	line-height: 30px;
}
*/
/* 二维码弹出框 End */

.bottom-btns {
	text-align: center;
	padding: 20px 0;
	background-color: #fff;
}

.bottom-btns a {
	background-repeat: no-repeat;
	background-position: center top;
	width: 53px;
	margin: 0 17px;
	padding-top: 64px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

#save-btn {
	background-image: url(../images/biz/save.png);
}

#submit-btn {
	background-image: url(../images/biz/submit.png);
}

#send-btn {
	background-image: url(../images/biz/send.png);
}

#share-btn {
	background-image: url(../images/biz/share.png);
}

#update-btn {
	background-image: url(../images/biz/update.png);
}

body .spinner-container {
	display: none;
}

.not-found {
    min-height: 300px;
    padding-top: 120px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	height: 20px;
}

/* fix placeholder issue */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #969696;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #969696;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #969696;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #969696;
}

/* 去除input number浏览器自带的箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"]{-moz-appearance:textfield;}

input, select {
	outline: none;
}
#container {
	/* font-family: "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', sans-serif; */
	font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
	font-size: 12px;
	color: #666666;
}
.page {
	padding:28px 28px 0 ;
}