/*.clearfix {overflow:auto;}*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* {
	-webkit-font-smoothing: antialiased;
}
::placeholder{
	color: #666;
}
.left {
	float: left;
}
.right {
    float: right;
}
a:hover{
	color:inherit;
}
.fc-gray{
	color: #999;
}
.fz-14 {
	font-size: 14px;
}
.fc-blue {
	color: #01AAED;
}
.full-screen .page-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}
html {
	/*让内容不足一页的页面底部显示在最下面*/
	position: relative;
	min-height: 100%;
	padding-bottom: 225px;/*放底部*/
	box-sizing: border-box;
}
body {
    background: #f6f6f6;
    font: 14px Helvetica Neue/*,Helvetica,PingFang SC*/,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    color: #333;
}
img {
	max-width: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.notice {
	color: #ffaf63;
}
.bg-grey {
	background: #ddd;
}
body .pay-table-wrapper {
	padding: 0;
}

body .pay-table-wrapper tr:hover td {
	background: #ddd;
}
#header {
	height: 80px;
	border-bottom: 1px solid #ffaf63;
	background-color: #fff;
}
.main-nav {
	/*float: left;*/
	margin-top: 26px;
}
.main-nav>li{
	float: left;
}
.main-nav>li>a {
    display: block;
    font-size: 18px;
    padding:0 15px;
}
.main-nav>li>a.on {
	color: #ffaf63;
}
.split-line {
	background-color: #999;
	height: 10px;
	width: 1px;
	margin-top: 9px;
}
.company-tel {
	font-size:16px;
	margin-right: 40px;
	margin-top: 29px;
}
.company-tel>i {
	color: #ffaf63;
	font-weight: 800;
}
.b-user-name {
	max-width: 290px;
	cursor: pointer;
    z-index: 7;
    height: 80px;
    position:relative;	
    box-sizing: border-box;
    min-width: 110px;
}
.b-user-name>ul{
	display: none;
	width: 100%;
	box-sizing: border-box;
	z-index: 7;
	position: absolute;
	top: 75px;
	/*left: -1px;*/
	background: #fff;
	max-width: 290px;
	box-sizing: border-box;
	padding: 5px 20px 10px 20px;
	right: 0;
	border: 1px solid transparent;
}
.b-user-name ul>li>a{
	display: block;
	font-size: 16px;
	line-height: 36px;
}
.b-user-name.hover>.user-name{
	border: 1px solid #e6e6e6;
}
.b-user-name.hover>ul{
	display: block;
	border: 1px solid #e6e6e6;
	border-top-color: transparent;
}
.b-user-name.hover>ul>li>a:hover{
	color:#ffaf63 !important;
}
.b-user-name>.user-name{
   	padding: 29px 20px 0 20px;
   	box-sizing: border-box;
   	border: 1px solid transparent;
	height: 78px;	
}
.user-name>span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	font-size: 16px;
	padding-right: 20px;
}
.icon-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #c2c2c2 transparent transparent;
    border-width: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 7px;
    right: 0px;
}
.b-user-name.hover .icon-more {
	top: 1px;
	border-style: dashed dashed	solid;
	border-color: transparent transparent #c2c2c2;
}
.breadcrumb {
	font-size: 12px;
	line-height: 36px;
	visibility: visible;
}
.breadcrumb a:hover {
    color:#ffaf63 !important;
}
.b-mod {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px;
    background-color: #fff;
    /*font-size: 16px;*/
    line-height: 36px;
    z-index: 0;
}
.b-mod h2 {
	font-size: 20px;
	line-height: 38px;
	text-align: center;
}
.b-mod-tip {
	background-color: #fff6e4;
    border: solid 1px #ffce6f;
	padding-left: 10px;
	color: ##707070;;
	font-size: 14px;
    line-height: 36px;
    margin-bottom: 15px;
}
.b-mod-tip>a {
    color: #ffaf63;
}
.b-mod-tip>a:hover{
	text-decoration: underline;
}
.b-mod-item{
	padding-bottom: 10px;
}
.b-mod-item h3 {
	color: #000;
	background-color: #f2f2f2;
	font-size: 16px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.layui-form-label b {
	color: #ffaf63;
	font-family: "宋体";
	margin-right: 5px;
}
.layui-form-item {
	/*width: 790px;*/
	padding-left: 10px;
}
.layui-form-item .layui-input-inline.last-child {
	margin-right:0;
}
.company-addr .layui-input-inline {
   width: 213px;
}
.layui-input-block {
    margin-left: 130px;
}
.layui-form-label {
    width: 110px;
    padding: 9px 10px;
}
.fill-company-info .layui-input-block>input,
.fill-company-info .layui-input-block .layui-textarea {
	width: 590px;
}
.auth-edit .layui-input-block>input,
.auth-edit .layui-input-block .layui-textarea {
	width: 590px;
}
.company-info-create .layui-input-block>input,
.company-info-create  .layui-input-block .layui-textarea {
	width: 590px;
}
.company-info-show .layui-input-block>input,
.company-info-show  .layui-input-block .layui-textarea {
	width: 590px;
}
.form-upload{
    /*float:left;*/
}
.upload-box {
	height: 110px;
	width: 110px;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	position: relative;
	overflow:hidden;
}
.upload-box img {
	border-radius: 10px;
}
.upload-box-hover {
	height: 110px;
	width: 110px;
	position: absolute;
	border-radius: 10px;
	z-index: 1;
	background: #666 url(../images/company/icon-upload.png) center 28% no-repeat;
	color: #fff;
	box-sizing: border-box;
	-webkit-background-size: 42% auto;
	background-size: 42% auto;
	padding-top: 46%;
	text-align: center;
    top: 0;
   /* opacity: 0;*/
    transform: translateY(100%);
    behavior: url(../library/transform-compatible/transform.htc);
    transition: transform 0.2s ease-in-out;
}
.upload-box-hover>span.logo-txt {
	position: absolute;	
	display:  block;
	width: 100%;
	text-align: center;
	bottom: 10px;
}
.upload-box:hover .upload-box-hover {
	/*opacity: 1;*/
	transform: translateY(0%);
	behavior: url(../library/transform-compatible/transform.htc);
	opacity: 0.7;
}
.img-upload .upload-box {
	margin-left: 30px;
    width: 180px;
    height: 130px;
    border: 1px solid #cdcdcd;
   /* background: url(../images/company/icon-flower.png) center 30% no-repeat;
    background-size: 40% auto;*/
    text-align: center;
    color: #9f9f9f;
    font-weight: 500;
    box-sizing: border-box;
}
.upload-box.first-child {
	margin-left: 0;
}
.upload-box .preview {
	width: 110px;
	height: 110px;
}
.img-upload .preview {
	width: 180px;
	height: 130px;
}
.upload-box .preview span{
	position: absolute;
	top: 50%;
	left: 0;
	color: #666;
	display: block;
	width: 100%;
	margin-top: -18px;
	text-align: center;
}
.img-upload .upload-box-hover {
	width: 180px;
    height: 130px;
    /*background: #444 url(../images/company/icon-upload.png) center 30% no-repeat;*/
    -webkit-background-size: 30% auto;
	background-size: 30% auto;
}
.btn {
   height: 46px;
   line-height: 46px;
   text-align: center;
   width: 170px;
   background-color: #ffaf63;
   font-size: 16px;
   margin-top: 20px;
}
.bg-orange{
	 background-color: #ffaf63 !important;
}
.release-position>.btn {
   border-radius: 2px 2px 0 0;
      margin-top: 0px;
}
.release-position{
	position: relative;
}
.hire-btn{
	position: absolute;
	top: 46px;
	background: #fff;
	width: 138px;/*170-17*2*/
}
.hire-btn li {
	border-bottom: 1px dotted #d2d2d2;
}
.hire-btn li a{
	font-size: 16px;
	padding-left: 13px;
	box-sizing: border-box;
}
.hire-btn li.last-child{
	border-bottom: none;
}
.img-requirement p,
.requirement p {
	font-size: 14px;
	text-indent: -22px;
	padding-left: 22px;
}

.main-content {
	z-index: 0;
}
.main-content > .w1200 > .left {
	width:220px;
}
.main-content .w1200 > .right {
	width:970px;
	/*background: #838383;*/
	z-index: 0;
}
.release-position {
	padding-bottom: 15px;
	border-bottom: 1px dotted #cdcdcd; 
}
.release-position > .btn {
	margin-left: auto;
	margin-left: auto;
	display: block;
}
.vertical-nav>li>a{
	font-size: 16px;
	font-weight: 500;
	padding-left:5px;
	line-height: 40px;
}
.vertical-nav a:hover{
	color: #333;
}
.vertical-nav>li>ul>li{
	padding-left: 32px;
	line-height: 26px;
}
.vertical-nav>li>ul>li>a {
	font-size: 14px;
}
.company-brief-intro{
	margin-left: 145px;
}
.company-brief-intro>.company-logo{
	height: 120px;
	width: 120px;
	float: left;
	margin-left:-145px;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
}
.search-box .layui-input{
	width:300px;
	float:left;
}
.all-position {
	font-size: 18px;
	line-height: 38px;
}
.position-detail>dl {
	float: left; 
	margin-right: 30px;
	line-height:38px;
}
.position-detail>dl>dt{
	float: left;
	vertical-align: middle;
	line-height:38px;
	color: #999;
}
.position-detail>dl>dd{
	float: left;
	vertical-align: middle;	
	line-height:38px;
}
.edit-btn>a {
    color: #01AAED;
    font-size: 14px;
    margin-right: 30px;
    line-height: 38px;
    display: inline-block;
}
.edit-btn>a:hover {
    text-decoration: underline;
}
.position-tit{
	/*line-height: 38px;*/
	line-height: 28px;
}
.position-tit{
	/*font-size: 18px;*/
	font-size: 16px;
}
.position-tit>.enroll-num {
	font-size: 14px;
}
.position-detail
{
	font-size: 14px;
	line-height: 22px;
}
.edit-btn{
	line-height: 22px;
}
.edit-btn a{
	line-height: 22px;
}
.close,
.modal-close{
	padding-right: 15px;
	line-height: 38px;
	font-weight: 600;
	cursor: pointer;
}
.manage-btn>a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
#pagination>.layui-laypage a,
#pagination>.layui-laypage span {
    /*padding: 0 25px;*/
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
#pagination>.layui-laypage button, 
#pagination>.layui-laypage input {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.hire-btn{
	padding: 10px 15px;
	border: 1px solid #ffaf63;
	border-top: 0;
}
.hire-btn a{
	line-height: 38px;
}
/*.self-hire {
	padding-left: 40px;
	background: url(../images/company/icon-hire.png) 5px center no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}
.help-hire {
	padding-left: 40px;
	background: url(../images/company/icon-help-hire.png) 5px center no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}*/
.sign-in-up .user-input-block {
	position: relative;
}
.sign-in-up input{
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left:30px;
	background: #f6f6f6;
	margin-top: -1px;
	outline:0;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	width: 100%;
}
.sign-in-up input:first-child {
	border-radius: 2px 2px 0 0;
}
.sign-in-up>.sign-in>input:first-child {
	border-radius: 2px 2px 0 0;
}
.sign-in-up>.sign-in>input:last-child {
	border-radius: 0 0 2px 2px;
}
.sign-in-up i{
	position: absolute;
	font-size: 18px;
	line-height: 50px;
	top:0;
	left: 8px;
	color: #8a8a8a;
}
.phone-number input{
	padding-left:111px;
}
.phone-validate button{
	position: absolute;
	top: 10px;
	right: 10px;
}
.phone-validate input {
	padding-right: 95px;
}
.sign-in-up .icon-box {
	position: absolute;
	font-size: 18px;
	line-height: 50px;
	width: 100px;
	top: 0;
	left: 0;
	padding-left: 30px;
	border-right: 1px solid #c8c8c8;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
}
.bg-modal-pxjy {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #eeeeee;
    opacity: 0.75;
}
.modal-pxjy {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-pxjy .modal-content {
	padding: 30px 50px;
    margin: 11% auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    width: 400px;
    box-sizing: border-box;
}
.modal-pxjy .modal-body{
}
.user-btn {
	width: 100%;
	margin: 20px 0;
}
.forget-password,
.send-voice-verify-code,
.go-sign-up{
	font-size: 14px;
	margin-top: 15px;
}
.user-input-block a{
    color: #01AAED;
}
.modal-header h4{
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	color: #01AAED;
	margin-bottom: 20px;
	position: relative;
}
.modal-header>h4>a{
	line-height: 36px;
	display: inline-block;
	padding: 0 5px;
	color: #01AAED;
	border-bottom: 2px solid transparent;
	margin:0 18px;
}
.modal-header>h4>b{
	position: absolute;
	left: 50%;
	width: 16px;
	margin-left: -8px;
}
.modal-header>h4>a.hover{
	border-bottom: 2px solid #01AAED;
}
.vertical-nav>li>a.on{
	color: #ffaf63;
	width: 165px;
	height: 40px;
	line-height: 40px;
	background: #fafafa;
	display: block;
}
.vertical-nav>li>a.on>i{
	color: #ffaf63;
}
.vertical-nav>li>ul>li.on a{
	color: #ffaf63;
}
.back-btn,
.back-btn>i{
	font-size: 14px;
	line-height: 16px;
}
.back-btn:hover{
	color: #ffaf63;
}
.user-mod {
	padding: 25px;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
.layui-input-block>span {
	line-height: 38px;　
}
.recharge-amount {
	position: relative;
}
.recharge-amount>input {
	padding-right:50px;
	width: 304px;
}
.recharge-amount span {
	position: absolute;
	left: 267px;
	top: 0;
}
.radio{
	height: 38px;
	line-height: 38px;
    text-align: center;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 20px;
    width:140px;
}
.radio>input{
	margin-right: 5px;
	texr-align: center;
}
.wallet .layui-form-item{
	padding-left: 0;
}
.wallet .layui-form-label{
	padding: 9px 0; 
	width: auto;
	text-align: left;
	width: 90px;
}
.wallet .layui-input-block{
	margin-left: 90px;
}
.process-show {
	margin-top: 20px;
	display: inline-block;
}
.process-item {
	float: left;
	/*text-align: center;*/
	position: relative;
	width: 220px;
	text-align: center;

}
.process-item.on .process-icon{
	background: #ffaf63; 
	border:1px solid #ffaf63;
	color: #fff;
	opacity: .8;
}
.process-item.on .process-text{
	color: #ffaf63;
	opacity: .8;
}
.process-icon {
	font-style: normal;
	display:inline-block;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d2d2d2;
}
.process-text {
	display: block;
	text-align: center;
}	
.process-line{
	height:2px;
	background: #d2d2d2;
	width: 188px;
	position: absolute;
	top: 16px;
	left: 126px;
}
.job-edit .b-mod h2{
	padding-left: 110px;
}
.job-edit .layui-form-item {
	width: auto;
}
.job-edit .layui-input-block>input,
.job-edit .layui-input-block>textarea{
	width: 590px;
}
.post-position .layui-input-block>input,
.post-position .layui-input-block>textarea{
	width: 590px;
}
.auth-create .layui-input-block>input,
.auth-create .layui-input-block>textarea{
	width: 590px;
}
.company-info-edit .layui-input-block>input,
.company-info-edit .layui-input-block>textarea{
	width: 590px;
}
.time-text{
	margin-right: 40px;
}
.work-time-item>.edit-btn>a{
   margin-right: 15px;
}
.add-list {
	min-height: 0;
}
.form-item-tip {
	font-size: 12px;
    color: #999;
    padding: 8px 0;
}
.deposit-info {
	background: #eff9ee;
	padding: 20px 0;
}
.deposit-info>.item{
	width: 500px;
	padding-left: 30px;
}
.deposit-info>.item+.item{
	border-left: 1px dotted #999;
}
a.isaudit,
.audit-text {
	color: #01AAED;
	font-size: 14px;
	/*font-style: italic;*/
}
a.isaudit:hover {
	color: #01AAED;
	/*text-decoration: underline;*/
}
a.link-btn{
    color: #01AAED;
    display: inline-block;
}
a.link-btn:hover{
    color: #01AAED;
    text-decoration: underline;
}
.func-btn{
    border-bottom: 2px solid #ffaf63;
    display: block;
}
.func-btn>a {
	height: 46px;
	line-height: 46px;
	text-align: center;
	width: 120px;
	display: inline-block;
	background: #fff;
	color: #333;
	font-size: 16px;
}
.func-btn>a:hover,
.func-btn>a.on{
	background: #ffaf63;
	color: #fff;
}
.enroll-manage .layui-tab>.layui-tab-title {
	background: #fff;
}
.layui-tab>.layui-form {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:25px;
}
.enroll-manage .layui-tab>.layui-tab-content {
	background: #fff;
}
.user-select,
.communicate-record {
	padding: 30px 15px 15px;
	width: 200px;
	position: absolute;
	left: -1px;
	top: -1px;
	cursor: pointer;
	border: 1px solid transparent;
	overflow: hidden;
}
.user-select>.select-tit span{
	width: 80%;
    padding-right: 20px;
    float: left;
	word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	}
.user-select>.select-tit>i {
	font-size: 14px;
	float: right;
}
.user-select>ul {
	padding-top: 15px;
	line-height: 28px;
	cursor: pointer;
}

.user-select.on {
	border: 1px solid #ffaf63;
	background: #fff;
	z-index: 10;
}
.communicate-record.on {
	border: 1px solid #ffaf63;
	background: #fff;
	z-index: 10;
}
.communicate-record>.tit textarea {
	width: 160px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
	border: none;
	resize: none;
}
.communicate-record>.tit {
	position: relative;
	padding-right: 8px;
}
.communicate-record>.tit i{
	padding-left:8px;
	position: absolute;
	font-size: 20px;
	right: 0px;
	top: 0px;

}
.communicate-record ul{
	padding: 0 10px 0 10px;
	background: #fff;
}
.communicate-record ul li {
	line-height: 28px;
}
.enroll-manage .layui-table tr+tr {
	height: 80px;
}
.person {
	margin-left: 0;
}
.user-collapse .layui-colla-title>span{
	margin-left: 20px;
}
.user-collapse span>b{
	font-size: 16px;
	font-weight: normal;
}
.user-collapse {
	border: none;
}
.user-collapse .layui-colla-item {
	background: #fff;
	margin-bottom: 10px;
	border: none;
}
.user-collapse .layui-colla-title{
   border: none;
   background: #fff;
}
.user-collapse .layui-colla-content{
   border: none;
   background: #fff;
   padding: 0;GGGGG
}
.work-state {
	cursor: pointer;
	position: relative;
	width: 180px;
}
.dropdown {
	position: absolute;
	left: 70px;
	top: 38px;
	display: none;
}
.dropdown i{
	color: #ffaf63;

}
.dropdown ul{
	background: #fff;
	border: 2px solid #ffaf63;
	padding: 10px 20px;
	box-shadow: 0px 0px 8px #666;
}
.dropdown ul li{
	line-height: 22px;
}
.pay-table td{
    padding: 9px 20px 9px 20px;
    /*text-align: center;*/
}
.pay-table td:last-child {
	padding-left: 0;
}
.recruit-item {
	width: 450px;
	box-shadow: 0 0 30px #dddddd;
	padding: 70px 20px 50px;
	margin-top: 30px;
	text-align: center;
}
.recruit-title {
	text-align: center;
	font-size: 20px;
} 
.big-title {
	font-size: 40px;
	line-height: 90px;
	margin-bottom: 20px;
}
.recruit-sub-item {
	position: relative;
}
.recruit-sub-item .ico{
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border: 2px solid #F7B824;
	color: #F7B824;
	font-size: 14px;
}
.recruit-sub-item .vertical-line {
	border-left: 2px dotted #F7B824;
	height: 20px;
	position: relative;
	left: 11px; /*.ico的一半加border*/
}
.recrute-content {
	text-align: left;
}
.recruit-sub-item .text {
	margin-left: 10px;
}
.recruit-sub-item dt {
	margin-bottom: 10px;
}
.service-feature dd {
	margin-bottom: 17px;
}
.service-feature i{
	font-weight: 800;
	color: #F7B824;
	font-size: 20px;
}
.recrute-content {
	margin-top: 30px;
	padding: 0 70px;
}
.recruit-item button {
	width: 150px;
}
.recruit-item {
	position: relative;
}
.recruit-item::after {
	content: '';
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #dddddd;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -9px;
}
.more20 .ico{
	border-color: #1E9FFF;
	color: #1E9FFF;
}
.more20 i {
	color: #1E9FFF;
}
.more20 .vertical-line {
	border-color: #1E9FFF;
}
.recruit-number-choice {
	padding: 35px 75px 70px;
}
.we-chat .b-mod {
	padding-bottom: 0;
}
.we-chat .b-mod .b-mod-item {
	width: 480px;
	padding: 30px 40px 0 40px;
}
.content-area .layui-btn {
	margin-top: 100px;
	width:200px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}
.content-area ul {
	margin-top: 50px;
}
.content-area ul li {
	line-height: 38px;
	font-size: 18px;
	list-style-type: square;
}
.we-chat-detail .layui-tab-title .layui-this {
    color: #ffaf63;
}
.we-chat-detail .layui-tab-title li {
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
.we-chat-detail .b-mod-tip{
	padding-left: 30px;
	padding-right: 30px;
	color: #ffaf63;
}
.layui-tab-item li {
	list-style-type: decimal;
	margin-bottom: 20px;
}
.layui-tab-item li img{
	margin-top: 20px;
}
/*登录翻页动画*/
/*
#modal-sign-in {
	perspective: 1000px;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-moz-perspective: 1000px;
}
#modal-sign-in .modal-dialog {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transition: transform .5s linear;
	-webkit-transition: -webkit-transform .5s linear;
	-o-transition: -o-transform .5s linear;
	-moz-transition: -moz-transform .5s linear;
	behavior: url(../library/transform-compatible/transform.htc);
}
#modal-sign-in .modal-content {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
#modal-sign-in .sign-in-up-box {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	behavior: url(../library/transform-compatible/transform.htc);
}
#modal-sign-in .password-reset {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	behavior: url(../library/transform-compatible/transform.htc);
}
#modal-sign-in .modal-dialog.turning {
	transform: rotateY(180deg);transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	behavior: url(../library/transform-compatible/transform.htc);
}
*/
.user-canvas-wrapper {
	width: auto;
	margin: 10px auto;
	background-color: #fff;
    padding: 150px 0;
}
#user-canvas {
	display: block;
	margin: 0 auto;
}
.user-canvas-wrapper img{
	margin: 0 auto;
	display: block;
}
.download-btn {
	text-align: center;
}
#modal-code .modal-content,
#modal-position .modal-content {
	width: 780px;
	height: 810px;
	overflow-y: scroll;
	padding: 0;
	margin-top: 3%;
	border-radius: 0;
}
#modal-code .b-mod {
	padding: 0;
	margin-top: 0;
}
#modal-code .b-mod h3{
	margin-top: 0;
}
.position-info-container{
	width: 600px;
	height: 410px;
	background: url(../images/company/bg-position-info.png) center center no-repeat;
	margin: 15px auto;
	padding-top: 25px;
	box-sizing: border-box;
}
.position-info {
	width: 530px;
	height: 360px;
	border-radius: 8px;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.inner {
	border: 1px solid #888;
	word-break: break-all;
	height:318px;
	overflow-y:scroll;
    padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 30px;

}
.inner h5{
	font-size: 16px;
}
.inner p {
	text-indent: -75px;
	padding-left: 75px;
}
.logo {
	height: 80px;
	margin-right: 40px;
}
.logo img{
	width: 60px;
	height: 60px;
	float: left;
	margin-top: 10px;
	border-radius: 10px;
}
.logo h1{
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
	line-height: 30px;
	margin-top: 23px;
}
.logo h1 small {
	font-weight: normal;
	margin-top: -12px;
	margin-left: 10px;
	font-size: 20px;
	line-height: 20px;
}
.icon1 {
	/*font-size: 24px !important;*/
	margin-right: 6px;
	color: #f2f2f2;
}
.isaudit {
	font-style: normal;
	margin-top: -2px;
}
.company-text h5>i {
	color: #8a8a8a;
	margin:2px 5px 0 12px;
	font-size: 18px;
}
.company-text h5>i.audit {
	color: #ffaf63;
}
.share-container {
	display: inline-block;
	height: 24px;
	width:24px;
	position: relative;
	border-bottom:none;
	background: #fff;
	border: 1px solid transparent;
	left: 3px;
	top: 5px;
}
.share-container i {
	cursor: pointer;
	z-index: 15;
	position: relative;
	left: 0px;
	top:-6px;
	padding: 4px;
	background: #fff;

}
.share-container.on {
	border: 1px solid #e8e8e8;
	border-bottom-color: #fff;
}
.share-container ul{
	z-index : 10;
	background: #fff;
	font-size: 14px;
	width: 135px;
	line-height: 26px;
	padding:4px 0;
	border: 1px solid #e8e8e8;
	top: 20px;
	position: absolute;
	left: -1px;
}
.share-container ul li {
	cursor: pointer;
}
.share-container ul i {
	position:relative;
	top: 1px;
	margin-right: 3px;
	color: #8a8a8a;
}
.icon-weixin-copy {
	color: #5FB878 !important;
}
.icon-neirong1 {
	color: #ffaf63 !important;
}
.iconfont {
	/*color: #8a8a8a;*/
	color: #ccc;
}
.btn-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body .input-icon-right {
	position: relative;
}
body .input-icon-right input {
	padding-right: 35px;
}
body .input-icon-right i {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	cursor: pointer;
}
/*借助layer的skin来自定义弹窗皮肤*/
body .layui-layer-style1 .layui-layer-title {
	background:#f2f2f2;
	color:#333;
	border: none;
	font-size: 14px;
	font-weight: bold;
}
.post-position {
	padding: 22px 25px;
	background: #fff;
}
/*components-score*/
.components-score{
	cursor: pointer;
	font-size: 0;
}
.components-score .star {
	color: #e2e2e2;
	padding: 0 2px;
	font-size: 20px;
}
.evaluate-content .title{
	margin-right: 10px;
	/*font-weight: 600;*/
	/*font-size: 16px;*/

}


.evaluate-container .layui-form-checkbox {
	height: 24px;
	line-height: 22px;
	padding-right: 22px;
} 
.evaluate-container .layui-form-checkbox span {
	font-size: 12px;
	padding: 0 6px;
}
.evaluate-container .layui-form-checkbox i {
	font-size: 16px;
	width: 22px;
	right: 2px;
	top: 2px;
}
.start-date,
.end-date{
	cursor: pointer;
}
/*validate验证错误提示*/
.error {
	    	float: left;
	    }
label.error {
	font-size: 14px;
	color: red;
	margin-left: 10px;
	line-height: 38px;

}
input.error {
	border-color:red;
}
.valid {

}	
.post-position-success-content {
	text-align: center;
}
.post-position-success-content h3{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.post-position-success-content h3 span {
	font-size: 30px;
	margin-right: 8px;
	vertical-align: bottom;
	display: inline-block;
}	
.post-position-success-content h4{
 	font-size: 18px;
 	color: #5FB878;
 	text-align: center;
 	margin-bottom: 5px;
}
.post-position-success-content h4 i{
	font-size: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.post-position-success-content p {
	font-size: 14px;
	text-align: center;
} 
.post-position-success-content a {
	color: #01AAED;
	font-size: 14px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d2d2d2;
	border-radius: 14px;
	margin-top: 15px;
	padding: 0 15px;
	margin-right: 15px;
}
.post-position-success-content a:hover {
	background: #5FB878;
	color: #fff;
}
.deposit-intro .b-mod h4{
	font-size: 20px;
	border-left: 6px solid #5FB878;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 	30px;
}
.deposit-intro .b-mod dt {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.deposit-intro .b-mod dd {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.deposit-intro .b-mod p {
	font-size: 14px;
}
#footer {
	margin-top: 100px;
	background: #fff;
	padding-top: 60px;
	border-top: 2px solid #d2d2d2;
	text-align: center;
	padding-bottom: 40px;
}
#footer .logo {
	padding-right: 40px;
	/*border-right: 1px solid #d2d2d2;*/
	margin-right: 0;
	position: relative;
}
#footer .logo img {
	height: 200px;
	width: 200px;
	margin-top: 0;
	border: none;
}
#footer .footer-middle {
	padding: 0 75px;
	text-align: center;
	/*border-right: 1px solid #d2d2d2;*/
	position: relative;
}
#footer .logo:before,
#footer .footer-middle:before {
	position: absolute;
	content: '';
	top: 30px;
	right: 0;
	height: 140px;
	width: 1px;
	background: #d2d2d2;
}
#footer .footer-middle ul {
	margin-top: 14px;
	margin-bottom: 20px;
	display: inline-block;
}
#footer .footer-middle p {
	line-height: 36px;
	text-align: center;
	font-size: 16px;
}
#footer .footer-middle p .icon-dianhua {
	font-size: 28px;
	margin-right: 12px;
	color: #555555;
}
#footer .footer-middle ul li a{
	font-size: 16px;
}
#footer .QR-code {
	padding: 0 75px;
}
#footer .QR-code h5{
	font-size: 16px;
	margin-bottom: 15px;
}
#footer .QR-code img {
	height: 115px;
	width: 115px;
}
#footer .QR-code figure {
	margin: 0;
	padding: 0;
	margin-top: 14px;
	float: left;
	margin-right: 50px;
}
.resume {
	padding: 20px;
	border: 2px solid #ffaf63;
	border-radius: 6px;
	position: absolute;
	top: 0px;
	left: 95px;
	background: #fff;
	width: 400px;
	z-index: 100;
	text-align: left;
}
.resume-title h4{
	font-size: 16px;
	float: left;
}
.resume-title .resume-score {
	height: 20px;
	width: 100px;
	position: relative;
}
.score-text {
	font-size: 16px;
	margin-left: 10px;
}
.progress {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.progress-bar {
	width: 50%;
	height: 100%;
	background: #ffaf63;
}
.five-xing{
	height: 100%;
	width: 100%;
	background: url(../images/company/star11.png) 0 0 repeat-x;
	background-size: 20% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.resume-content dl {
	border-bottom: 1px dashed #d2d2d2;
	padding: 10px 0;
	font-size: 12px;
}
.resume-content dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.resume-content dt {
	color: #333;
}
.resume-content i {
	font-size: 14px;
	color: #666;
	margin-right: 5px;
}
.resume-content dd {
	margin-top: 8px;
	font-size: 12px;
	color: #666;
}
.resume-content dd div {
	line-height: 24px;
	padding-left: 18px;
}
body .resume .layui-table td, 
body .resume .layui-table th {
    padding: 4px 15px 4px 0;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: none;
    text-align: left;
 } 
 body .resume .layui-table tr:first-child {
 	background: #f2f2f2;
 }
 body .resume .layui-table td:last-child {
 	padding-right: 0;
 }
 body .enroll-manage .resume table tr+tr {
 	height: auto;
 }
 body .resume .layui-table tr:hover {
 	background: #fff;
 }
 .resume-content table td:nth-child(2) i{
 	color: #ffaf63;
 }
 .resume-content table td:nth-child(2){
 	color: #ffaf63;
 }
 .work-experice {
 	background: #f2f2f2;
 	padding: 2px 4px;
 	margin-right: 6px;
 	margin-bottom: 8px;
 	display: inline-block;
 }
/*简历结束*/

body a.interview-name {
	color: #01AAED;
	font-size: 14px;
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.interview-name:hover {
	color: #ffaf63;
}
body .interview-info {
	position: relative;
	padding: 9px 0px;
	text-align: center;
}
.interview-info .layui-form-mid {
	margin-right: 0;
}
.enroll-manage .layui-table tr textarea {
	background: transparent;
}
.layer-add-enroll-content{
	width: 350px;
	padding: 15px 40px 30px;
}
.layer-add-enroll-content h5 {
	padding-left: 20px;
	margin-bottom: 15px;
}
.layer-add-enroll-content .layui-form-label {
	width: 60px;
	text-align: left;
}
.layer-add-enroll-content .layui-input-block {
	margin-left: 80px;
}
.position-img .upload-box-hover span {
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	text-align: center;
	width: 100%;
}
.no-position {
	width: 300px;
	margin: 58px auto 100px;
	text-align: center;
}
.no-interviewer {
	background: url(../images/company/upload.jpg) center 25% no-repeat; 
	background-size: 15% auto;
	padding: 100px 0;
	position: relative;
}
.no-interviewer p{
	font-size: 16px;
	text-align: center;
	color: #d2d2d2;
	position: absolute;
	top: 70%;
	width: 100%;
}
body .pay-table tr {
	height: auto;
	padding-right: 20px;
}
body .layui-colla-content .layui-table tr+tr,
body .user-mod .pay-table tr+tr
{
	height: auto;
	border-bottom: 1px solid #f8f8f8;
}
body .layui-colla-content .layui-table tr:hover,
body .pay-table tr:hover {
	background: #fff;
}
body .layui-colla-content .layui-table tr:first-child,
body .pay-table tr:first-child
 {
	background: #fbfbfb;
}
body .layui-colla-content .layui-table tr:last-child,
body .pay-table tr:last-child {
	border: none;
}
.pay-date .edit-btn {
	line-height: 36px;
}
.wallet .layui-table td,
.wallet .layui-table th {
 	font-size: 13px;
}
.place-item .time-text,
.work-time-item .time-text {
	line-height: 38px;
}
.place-item .edit-btn,
.work-time-item .edit-btn {
	line-height: 38px;
}
.enroll-manage .layui-tab-content{
	padding-left: 0;
	padding-right: 0;
}
.enroll-manage .layui-tab-content .manage-btn a {
	margin-left: 0;
}

/*三方登录*/
.other-method {
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.other-method-title .line{
	border-top: 1px solid #ddd;
	width: 60px;
	float:left;
	margin-top: 8px;
}
.other-method-title h5 {
	float: left;
	font-size: 12px;
	color: #999;
	margin: 0 20px;
}
.other-method-title {
	margin-bottom: 20px;
	display: inline-block;
}
.other-method-content {
	display: inline-block;
}
.other-method-content span {
	display: inline-block;
	height: 50px;
	width: 50px;
	font-size: 50px;
	margin-right: 8px;
	cursor: pointer;
}
.other-method-content span.last-child {
	margin-right: 0;
}
.icon-weibo {
	color: #e05244;
}
.icon-weixin1 {
	color: #00bb29;
}
.icon-tubiaozhizuomoban {
	color: #00a9f2;
}
.icon-QQ {
	color: #00a9f2;
}

/*三方绑定*/

#modal-mobile-bind .modal-content {
	width: 480px;
}
#modal-mobile-bind .modal-header>h4>b {
    display: inline-block;
    position: static;
}
.reset-password-wrapper .row {
	padding: 20px 30px;
	background: #fafafa;
	border-bottom: 1px dashed #eee;
}
.reset-password-wrapper h3 {
	border-left: 4px solid #009E94;
}
.reset-password-wrapper .row>i {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 8px;

    font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-align: center;

	background-color: #cbcbcb;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 5px #cbcbcb;
	vertical-align: middle;
}

.reset-password-wrapper i.icon-wb {
	font-size: 22px;
}
.reset-password-wrapper button i {
	margin-right: 8px;
	font-weight: 800;
	font-size: 13px;
}
.reset-password-wrapper .row>.icon-qq1.done,
.reset-password-wrapper .row>.icon-zhifubao.done {
	background: #00a9f2;
}
.reset-password-wrapper .row>.icon-wb.done {
	background: #e05244;
}
.reset-password-wrapper .row>.icon-weixin2.done {
	background: #00bb29;
}
.reset-password-wrapper .row>.icon-mima.done {
	background: #ddaa00;
}	

/* 保证金 */
.deposit-intro .b-mod h4{
	font-size: 20px;
	border-left: 6px solid #5FB878;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 	30px;
}
.deposit-intro .b-mod dt {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.deposit-intro .b-mod dd {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.deposit-intro .b-mod p {
	font-size: 14px;
}
.deposit-info {
	background: #eff9ee;
	padding: 20px 0;
}
.deposit-info>.item{
	width: 500px;
	padding-left: 30px;
}
.deposit-info>.item+.item{
	border-left: 1px dotted #999;
}

/* 平台使用协议 */
.article {
	padding: 0 20px;
}
.article-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.article-content {
	line-height: 36px;
	font-size: 16px;
	margin-bottom: 15px;
}
.article-content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
}
.article-content p {
}
.article-content .level-1{
	text-indent: 0;
}
.article-content .level-2{
	text-indent: 0;
	padding-left: 2em;
}
.article-content .level-3 {
	text-indent: 0;
	padding-left: 4em;
}
/***********************************
			pay-success
*********************************/
.icon-hourglass {
	width: 11px;
	height: 15px;
	display: inline-block;
	background: url(../images/company/icon-hourglass.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: -10%;
}
.mod-pay {
	background: #fff;
	padding-left:70px;
	padding-top: 28px;
}
.mod-pay p {
	font-size: 14px;
	margin-bottom: 18px;
	color: #666;
}
.mod-pay-tip {
	border: 1px solid #ededed;
	/*text-align: center;*/
	padding: 68px 0 58px 350px;
	box-sizing: border-box;
	/*display: inline-block;*/
}
.mod-pay-tip h2 {
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.icon-done {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 25px;
	background: url(../images/company/pay-done.png) no-repeat;
	background-size: contain;
	vertical-align: -28%;
}
.icon-fail {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 25px;
	background: url(../images/company/pay-fail.png) no-repeat;
	background-size: contain;
	vertical-align: -28%;
}
.mod-pay-tip p {
	margin-top: 16px;
	margin-bottom: 40px;
	padding-left: 60px;
}
.mod-pay-tip p b{
	margin-right: 35px;
}
.pay-btn-group {
	padding-left: 60px;
}
.pay-btn {
	display: inline-block;
	height: 40px;
	width: 120px;
	background: #ffaf63;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
}
.pay-btn:hover {
	color: #fff;
}
.pay-btn-group a b{
	font-weight: normal;
	display: inline-block;
	vertical-align: 5%;
}
.wechat-pay .mod-pay-tip {
	padding: 0;
	overflow: hidden;
	padding-bottom: 30px;
}
.left-col {
	float: left;
	text-align: center;
	width: 50%;
}
.left-col p {
	margin: 0;
	padding: 0;
	margin-top: 28px;
	color: #333;
}
.left-col img {
	width: 273px;
	height: 270px;
	margin: 80px auto 0;
}
.right-col {
	float: right;
	text-align: center;
	width: 50%;
}
.mod-pay-tip h3 {
	margin-top: 30px;
	margin-left: 15px;
	color: #666;
}
.wechat-pay .mod-pay {
	padding-bottom: 80px;
}

/********************************************
					商家首页
*********************************************/
.business-index {
	width: 100%;
	height: 100%;
}
.business-index #main {
	width: 100%;
	height: 100%;
}
.business-index body {
	width: 100%;
	height: 100%;
}
.business-index #header {
	position: absolute;
	z-index: 1;
	background: transparent;
	border-color: transparent;
	width: 100%;
}
.business-index #fullpage {
	font-family: "Microsoft YaHei";
	color: #333;
	width: 100%;
	height: 100%;
}
.business-index .section {
	width: 100%;
	height: 100%;
}
.business-index .section-1 {
	background: url(../images/company/bg-banner.jpg) left top no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.main-title {
	display: block;
	margin: 0 auto;
	width: 36.0rem;
	margin-top: 3.0rem;
}
.sub-title {
	font-size: 1.484848rem;
	padding: 0.606061rem 0;
	width: 24.848485rem;
	text-align: center;
	color: #fff;
	border: 0.060606rem solid #fff;
	margin: 1.969697rem auto 0;
}
.quick-post {
	height: 3.181818rem;
	line-height: 3.181818rem;
	width: 10.909091rem;
	display: block;
	margin: 4.636364rem auto 0;
	background: #ffaf63;
	border-radius:3.181818rem;
	font-size: 1.090909rem;
}
/*.section-1 {
	background: green;
}
.section-2 {
	background: #fff;
}
.section-3 {
	background: purple;
}
.section-4 {
	background: pink;
}*/
.section-2 .tab-title {
	height: 18.3%;
	background: #f3f3f3;
	text-align: center;
}
.section-2 .tab-title ul {
	display: table;
	width: 30.909091rem;
	height: 100%;
	margin: 0 auto;
}
.section-2 .tab-title li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.section-2 .tab-content {
	background: #fff;
	height: 81.7%;
}
.section-2 .tab-title a {
	height: 2.787879rem;
	width: 2.787879rem;
	text-align: center;
	line-height: 2.787879rem;
	display: inline-block;
	border-radius: 2.787879rem;
}
.section-2 .tab-title li.active a {
	background: #ffaf63;
}
.section-2 .tab-title a img {
	display: inline-block;
}
.section-2 .tab-title li span {
	display: block;
	margin-top:13px;
	font-size: 0.636364rem;
}
.quick-hire img {
	height: 1.969697rem;
	width: 1.969697rem;
}
.mobile-convinent img{
	width: 1.818182rem;
	height: 1.787879rem;
}
.time-manager img {
	width: 1.727273rem;
	height: 1.939394rem;
}
.section-2 .tab-title .indicator {
	position: absolute;
	border-bottom: 0.515152rem solid #fff;
	border-left: 0.515152rem solid transparent;
	border-right: 0.515152rem solid transparent;
	width: 0;
	height: 0;
	bottom: -1px;
	left: 50%;
	margin-left: -0.515152rem;
}
.section-2 .tab-item {
	height: 100%;
}
.section-2 .tab-item1 {
	background: url(../images/company/tab-b-1.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.section-2 .tab-item1 img,
.section-2 .tab-item3 img {
	width: 22rem;
	margin-left: 7.69697rem;
	margin-top: 1rem;
	float: left;
}
.section-2 .tab-item h2 {
	float: left;
	font-size: 1.727273rem;
	font-weight: bold;
	margin-top: 7.272727rem;
	margin-left: 3.939394rem;
}
.section-2 .tab-item h2 small {
	font-size: 0.69697rem;
	margin-top: 0.878788rem;
	color: #666;
	display: block;
	font-weight: normal;
}
.section-2 .tab-item2 {
	background: url(../images/company/tab-b-2.png) no-repeat;
	background-size: 95% 100%;
	overflow: hidden;
}
.section-2 .tab-item2 img {
	width: 28.787879rem;
	margin-left: 6.212121rem;
	margin-top: 3.939394rem;
	float: left;
}
.section-2 .tab-item3 {
	background: url(../images/company/tab-b-3.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.section-3-top {
	height: 77%;
	background: #f3f3f3;
	box-sizing: border-box;
	text-align: center;
	display: table;
	width: 100%;
}
.section-3-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.section-3-inner {
	width: 40.727273rem;
	height: 18.272727rem;
	background: url(../images/company/border.png) center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-top: 2.363636rem;
	box-sizing: border-box;
}
.section-3-inner h3 {
	height: 1.151515rem;
	width: 16.666667rem;
	background: url(../images/company/section-3-tit.png) center center no-repeat;
	background-size: cover;
	margin: 0.909091rem auto 1.969697rem;
	font-size: 0
}
.section-3-inner .section-3-content {
	font-size: 0;
	width: 19.30303rem;
	height: 3.848485rem;
	margin: 0 auto 1.333333rem;
	background: url(../images/company/section-3-cont.png) center center no-repeat;
	background-size: cover;
}
.icon-crown {
	display: block;
	width: 2.454545rem;
	margin: 0 auto 1.0rem;
}
.contact-us {
	display: inline-block;
	width: 7.393939rem;
	height: 2.090909rem;
	background: url(../images/company/contact-us.png) no-repeat;
	background-size: contain;
}
.section-3-bottom {
	height: 23%;
}
.section-3-bottom {
	background: #fff;
	text-align: center;
	display: table;
	width: 100%;
}
.section-3-bottom p {
	font-size: 1.090909rem;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.section-3-bottom p a {
	font-weight: normal;
	font-size: 24px;
	padding: 0.636364rem 1.606061rem;
	border-radius: 2.0rem;
	background: #ffaf63;
	margin-left: 63px;
}
.section-4-content {
	height: 74%;
	background: #f3f3f3;
	text-align: center;
}
.section-4-content h2 {
	font-size: 1.515152rem;
	font-weight: bold;
	padding-top: 3rem;
}
.section-4-content h2 small {
	font-size: 0.606061rem;
	margin-top: 0.878788rem;
	display: block;
	color: #999;
	font-weight: normal;
}
.section-4-content ul {
	display: inline-block;
}
.section-4-content li {
	float: left;
	margin: 1.818182rem 2.818182rem 0;
}
.section-4-content li a{
	position: relative;
	height: 10.757576rem;
	width: 10.757576rem;
	border-radius: 10.757576rem;
	display: block;
} 
.section-4-content li a img{
	height: 10.757576rem;
	width: 10.757576rem;
} 
.page-footer{
	height: 26%;
	background: #535353;
	text-align: center;
}	
.section-4-content .bg-img-hover {
	position: absolute;
	height: 10.657576rem;
	width: 10.657576rem;
	border-radius: 10.757576rem;
	opacity: 0.4;
	text-align: center;
	top: 0;
	left: 0;
	z-index: -1;
	transition: background 0.5s ease-in-out;
}
.section-4-content .img-hover {
	position: absolute;
	height: 10.657576rem;
	width: 10.657576rem;
	border-radius: 10.757576rem;
	text-align: center;
	top: 0;
	left: 0;
	z-index: -1;
	transition: color 0.5s ease-in-out 1.5s;
	color: #fff;
}
.section-4-content .img-hover span{
	opacity: 1;
	font-size: 1.363636rem;
	line-height: 10.657576rem;
}
.section-4-content a:hover .bg-img-hover {
	z-index: 2;
	background: #000;
}
.section-4-content a:hover .img-hover {
	z-index: 2;
	color: #fff;
}
.page-footer {
	display: table;
	width: 100%;
	text-align: center;
}	
.page-footer-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.footer-img-wrapper {
	float: left;
	margin-left: 30px;
}
.footer-wrapper {
	display: inline-block;
	overflow: hidden;
}
.footer-img-wrapper img {
	height: 100px;
	width: 100px;
	display: inline-block;
}
.footer-img-wrapper li {
	display: inline-block;
	margin-left:10px;
}
.footer-img-wrapper li p {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.footer-wrapper .footer-logo {
	width: 160px;
	height: 50px;
	margin-right: 0.909091rem;
	float: left;
}
.footer-info {
	float: left;
	border-left: 1px solid #999;
}
.footer-info ul {
	overflow: hidden;
	margin-left: 0.3rem;
}
.footer-info ul li {
	float: left;
	margin-bottom: 0.757576rem;
}
.footer-info ul li span {
	color: #999;
	font-size: 12px;
	line-height: 12px;
}
.footer-info ul li a {
	padding: 0 0.47576rem;
	color: #999;
	font-size: 14px;
}
.footer-info p {
	font-size: 14px;
	color: #999;
	margin-bottom: 0.515152rem;
	text-align: left;
	padding-left: 0.757576rem;
}
.footer-info .tel {
	font-size: 14px;
	color: #999;
	margin-top: 0.575758rem;
}
.footer-info .tel span {
	font-size: 20px;
} 

/***************** 重置主页头部 *****************/
.business-new #header {
	z-index: 200;
}
.business-new #header .log-in-up {
	margin-top: 29px;
}
.business-new #header .log-in-up a {
	color: #fff;
	margin-right: 5px;
	font-size: 14px;
}
.business-new #header {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	border: none;
}
.business-new #header .logo img{
	width: 48px;
	height: 39px;
	border: none;
	margin-top: 18px;
}
.business-new #header h1 {
	color: #fff;
	margin-left: 21px;
}

.business-new #header .main-nav a {
	color: #fff;
	font-size: 18px;
	padding: 0 22px;
}
.business-new #header .main-nav {
	margin-top: 28px;
}
.business-new .split-line {
	background: #fff;
}
.business-new .company-tel>i {
    color: #ffaf63;
    font-weight: 800;
}

.business-new .b-user-name>ul {
	background: transparent;
}  

.business-new .b-user-name.hover>.user-name{
	border: 1px solid #999;
}
.business-new .b-user-name.hover>ul{
	display: block;
	border: 1px solid #999;
	border-top-color: transparent;
}
.business-new .b-user-name li a {
	color: #fff;
	text-align: left;
}
.business-new .b-user-name.hover>ul>li>a:hover{
	color:#ffaf63 !important;
}
.business-new #header .main-nav>li>a.on {
	color: #ffaf63;
}
.business-new-1 #header .logo img{
	border: none;
	width: 47px;
	height: 39px;
	margin-right: 11px;
	margin-top: 19px;
}
.business-new-1 .page-footer {
    background: #fff;
    display: block;
    /*让内容不足一页的页面底部显示在最下面*/
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: auto;
}
.business-new-1 .page-footer .w1200 {
	border-top: 2px solid #ffaf63;
	display: table;
	height: 220px;
}
.business-new-1 #header {
	border: none;
}
.business-new-1 #header .log-in-up {
	margin-top: 29px;
}
.business-new-1 #header .log-in-up a {
	margin-right: 5px;
	font-size: 14px;
}
/********** 重置fullpage.js的样式 ****************/



/****************************************
			商家发布页（business-post）
****************************************/
.post-banner {
	width: 100%;
	height: 649px;
	background: url(../images/company/post-banner.jpg) top center no-repeat;
	background-size: cover;
	color: #fff;
}
.post-banner .left-col p {
	color: #fff;
	margin-top: 0;
	text-align: left;
}
.post-banner .left-col {
	margin-top: 184px;
}
.post-banner .left-col p.big {
	font-size: 75px;
	font-weight: bold;
	line-height: 75px; 
	margin-bottom: 16px;
}
.post-banner .middle {
	font-size: 60px;
	margin-bottom: 26px;
	line-height: 60px;
}
.post-banner .small {
	font-size: 25px;
	line-height: 25px;
}

.post-banner .cooperate-btn {
	width: 205px;
	height: 60px;
	border-radius: 60px;
	text-align: center;
	background: #ffaf63;
	display: block;
	line-height: 60px;
	margin-top: 47px;
	font-size: 20px;
}
.post-banner img {
	width: 570px;
	height: 480px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-banner .w1200 {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.cooperate-method {
	text-align: center;
}
.cooperate-method .icon-wrapper {
	display: block;
	position: relative;
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.cooperate-method ul {
	display: inline-block;
	overflow: hidden;
}
.cooperate-method .icon-outer{
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
}
.cooperate-method li {
	float: left;
	width: 261px;
	padding: 68px 30px 35px;
	box-sizing: border-box;
	text-align: center;
	margin: 40px 16px 59px;

}
.cooperate-method .icon-wrapper img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -24px;
}
.cooperate-method .icon-wrapper .parttime-inner {
	margin-left: -23px;
	margin-top: -24px;
}
.parttime-outer {
	background: url(../images/company/parttime-outer.png) no-repeat;
	background-size: contain;
}
.work-outer {
	background: url(../images/company/work-outer.png) no-repeat;
	background-size: contain;
}
.cooperate-outer {
	background: url(../images/company/cooperate-outer.png) no-repeat;
	background-size: contain;
}
.school-outer {
	background: url(../images/company/school-outer.png) no-repeat;
	background-size: contain;
}
.cooperate-method .post-title {
	font-size: 24px;
	margin-top: 48px;
	margin-bottom: 10px;
}
.cooperate-method p {
	font-size: 13px;
	text-align: left;
}
.cooperate-method li:hover {
	box-shadow: 0 0 20px #888888;
}
.post-block {
	margin-bottom: 58px;
}
.post-block-content .img-wrapper {
	height: 157px;
	width: 261px;
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.post-block-content .img-hover {
	height: 157px;
	width: 261px;
	background: #333;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	transition: background 0.5s ease-in-out;
	border-radius: 6px 6px 0 0;
}
.post-block-content {
	text-align: center;
}
.post-block-content ul{
	display: inline-block;
}
.post-block-content li {
	float: left;
	margin: 0 16px;
	border-radius: 6px;
	overflow: hidden;
}
.post-block-content li {
	display: block;
	width: 261px;
	box-shadow: 0 0 5px #888888; 
}
.goods-1 {
	background: #ffc02e;;
	height: 157px;
	width: 261px;
	border-radius: 6px 6px 0 0;
}
.goods-1 img {
	height: 156px;
	width: 209px;
	transform: scale(1);
	transition: transform 1.5s;
	border-radius: 6px 6px 0 0;
}
.goods-2 {
	background: #aad5b3;
	height: 157px;
	width: 261px;
	border-radius: 6px 6px 0 0;
}
.goods-2 img {
	width: 232px;
	height: 156px;
	transform: scale(1);
	transition: transform 1.5s;
	border-radius: 6px 6px 0 0;
}	
.goods-3 {
	background: #5fc2c9;
	height: 157px;
	width: 261px;
	border-radius: 6px 6px 0 0;
}
.goods-3 img {
	width: 189px;
	height: 156px;
	transform: scale(1);
	transition: transform 1.5s;
	border-radius: 6px 6px 0 0;
}
.goods-4 {
	background: #035b7f;
	height: 157px;
	width: 261px;
	border-radius: 6px 6px 0 0;
}
.goods-4 img {
	width: 189px;
	height: 156px;
	transform: scale(1);
	transition: transform 1.5s;
	border-radius: 6px 6px 0 0;
}
.post-block-content li p {
	padding: 8px 10px 24px;
	font-size: 15px;
	line-height: 26px;
	height: 136px;
	box-sizing: border-box;
	text-align: left;
}
.a-btn {
	height: 36px;
	width: 178px;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #ffaf63;
	border: 1px solid #ffaf63;
	border-radius: 36px;
	display: block;
	margin: 0 auto;
	margin-bottom: 34px;
}
.post-block-content li:hover .img-hover {
	background: transparent;
}
.post-block-content li:hover img {
	transform: scale(1.15);
}
.post-block-content li a:hover {
	background: #ffaf63;
	color: #fff;
}
.post-block-title {
	text-align: center;
}
.post-block-title h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px
}
.post-block-title h2 strong {
	font-weight: bold;
}
.post-block-title p {
	font-size: 14px;
	display: inline-block;
	line-height: 14px;
	margin-top: 11px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ffaf63;
	text-transform: uppercase;
}
.post-block-title {
	margin-bottom: 40px;
}
.partner-list {
	display: inline-block;
	width: 1050px;
}
.partner-list a{
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	width: 131px;
	height: 72px;
	line-height: 72px;
	background: #fff;
	text-align: center;
	margin: 0 36px 21px;
}
.partner-list a img {
	display: inline-block;
}
.business-new .page-footer {
	height: 8.363636rem;
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/********** 合作弹窗 *******/
.modal-cooperate .modal-content{
	 width: 607px !important;
}
/*@media (max-height: 699px) {
	.modal-cooperate .modal-content{
		margin: 0 auto;
        width: 622px;
	 	max-height: 580px;
	    overflow-y: scroll;
	}	
}
@media (min-height: 700px) {
	.modal-cooperate .modal-content{
		margin: 0 auto;
	}	
}
@media (min-height: 900px) {
	.modal-cooperate .modal-content{
		margin: 100px auto;
	}	
}*/

.business-cooperate-title {
	padding: 0px 0 15px;
}
.business-cooperate-title h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	padding-bottom: 12px;
	position: relative;	
}
.business-cooperate-title h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 12px;

}
.business-cooperate-title h2 span {
	color: #ffaf63;
}
.border-line {
	display: inline-block;
	height: 0;
	width: 58px;
	border: 1px solid #ffaf63;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -29px;
}
.business-cooperate-wrapper{
	padding: 10px 0 0px;
}

.business-cooperate-wrapper .layui-form-item .layui-input-inline {
    width: 120px;
    margin-right: 0px;
}
.business-cooperate-wrapper .layui-form-item .layui-input-inline+.layui-input-inline {
	margin-left: 10px;
}
.business-cooperate-content {
	padding: 10px 5px 0;
	border-top: 1px dotted #e5e5e5;
}
.business-cooperate-wrapper .layui-form-label {
    width: 75px;
    padding: 9px 40px 9px 0;
}
.business-cooperate-wrapper .layui-input-block {
    margin-left: 115px;
}
.business-cooperate-wrapper .layui-form-item {
    margin-bottom: 20px;
    padding-left: 0;
}

.business-cooperate-wrapper button {
	border-radius: 38px;
	background: #ffaf63;
	width: 100px;
}
.business-cooperate-wrapper button.modal-close {
	background: #ccc;
	color: #333;
}
.business-cooperate-wrapper button.form-reset {
	background: #009688;
}
.business-cooperate-wrapper  p {
	font-size: 18px;
	text-align: center;
}
.business-cooperate-wrapper .tel {
	display: inline-block;
	width: 31px;
	height: 35px;
	background: url(../images/company/tel.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.business-cooperate-wrapper  p span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 8px;
}
/*************************************************
		    商家会员套餐（business-vip）
**************************************************/
.vip-banner,
.right-banner  {
	width: 100%;
	height: 141px;
	background: url(../images/company/vip-banner.png) top center no-repeat;
	overflow: hidden;
	display: block;
}
.right-banner {
	background: url(../images/company/right-banner.png) top center no-repeat;
}
.business-vip #main {
	background: #fff;
}
.vip-type {
	margin-top: 73px;
	text-align: center;
	margin-bottom: 80px;
}
.vip-type ul {
	display: inline-block;
}
.vip-type li {
	float: left;
}
.card-outer {
	border: 2px solid #ffaf63;
	width: 272px;
	margin: 4px 13px 0;
	padding: 15px 25px 10px;
	box-sizing: border-box;
}
.card-outer h4 {
	font-size: 21px;
	color: #ffaf63;
	border-bottom: 2px solid #ffaf63;
	padding-bottom: 10px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 23px;
}
.card-outer p {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 2px;
	padding-left: 26px;
}
.card-outer p .icon-check {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../images/company/icon-check.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right:10px;
	margin-left: -26px;
}
.card-outer .card-txt {
	height: 380px;
}
.card-outer .rect-btn-orange:hover {
	color: #fff;
}
.rect-btn {
	font-size: 14px;
	color: #ffaf63;
	height: 31px;
	width: 204px;
	border: 1px solid #ffaf63;
	text-align: center;
	line-height: 31px;
	display: inline-block;
	border-radius: 2px;
	margin: 20px 0 5px;
}
.rect-btn-grey {
	background: #ccc;
	border-color: #ccc;
	color: #fff;
}
.rect-btn-orange {
	background: #ffaf63;
	border-color: #ffaf63;
	color: #fff;
}
.mod-block-title {
	text-align: center;
}
.mod-block-title h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px
}
.mod-block-title h2 strong {
	font-weight: bold;
}
.mod-block-title p {
	font-size: 14px;
	display: inline-block;
	line-height: 14px;
	margin-top: 11px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ffaf63;
	text-transform: uppercase;
}
.mod-block-title {
	margin-bottom: 40px;
}
.mod-block-content {
	text-align: center;
}
.mod-block-content ul {
	display: inline-block;
	overflow: hidden;
}
.certification-rights {
	margin-top: 39px;
	margin-bottom: 100px;
}
.certification-rights>li {
	float: left;
	margin: 0 33px;
}
.certification-rights>li>a {
	display: block;
}
.certification-rights img {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
}
.certification-rights p {
	font-size: 18px;
	margin-top: 19px;
	color: #666;
}
.deposit-rights img {
	width: 140px;
	height: 140px;
}
.deposit-rights p {
	margin-top: 25px;
	font-weight: bold;
	font-size: 19px;
	line-height: 34px;
	color: #333;
	white-space: nowrap;
}
.deposit-rights {
	margin-top: 80px;
}
.deposit-rights + .pay-btn-wrapper {
	padding-bottom: 100px;
	text-align: center;
	font-size: 24px;
}
.deposit-rights + .pay-btn-wrapper a{
	width: 248px;
	height: 68px;
	line-height: 68px;
}
.deposit-rights li {
	width: 240px;
	margin: 0;
}
/**********************************************
		职位详情分享页（position-img）
*********************************************/
.share-wrapper {
	width: 600px;
	padding-top: 160px;
	background: #ffaf63 url(../images/company/share-top.png) center 22px no-repeat;
	margin: 40px auto;
	border-radius: 10px 10px 0 0;
  }
.share-inner {
	background: #fff;
	margin: 0 21px;
	border-radius: 10px 10px 0 0;
	padding: 0 30px;
}
.share-title {
	padding: 36px 0 12px;
	border-bottom: 2px dashed #e5e5e5;
	position: relative;
}
.share-title h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
	line-height: 25px;
}
.share-title h3 span {
	font-size: 28px;
}

.share-title .left-disc,
.share-title .right-disc {
	height: 14px;
	width: 14px;
	border-radius: 7px;
	background: #ffaf63;
	position: absolute;
	bottom: -7px;
}
.share-title .left-disc {
	left: -37px;
}
.share-title .right-disc {
	right: -37px;
}
.share-content {
	padding: 5px 0 25px;
}
.share-item {
	padding: 15px 0 5px;
	border-bottom: 2px dotted #e5e5e5;
}
.share-item p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 115px;
	text-indent: -120px;
	margin-right: 60px;
	word-wrap: break-word;
	word-break: break-all;
}
.share-item p .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align:-10%;
	margin-right: 10px;
}
.icon-calendar {
	background: url(../images/company/icon-calendar.png) center center no-repeat;
	background-size: 19px 18px;
}
.icon-time {
	background: url(../images/company/icon-time.png) center center no-repeat;
	background-size: 19px 19px;
}
.icon-location {
	background: url(../images/company/icon-location.png) center center no-repeat;
	background-size: 16px 20px;
}
.share-item p .icon-note {
	background: url(../images/company/icon-note.png) center center no-repeat;
	background-size: 16px 16px;
	vertical-align: -18%;
}
.icon-p-num {
	background: url(../images/company/icon-p-num.png) center center no-repeat;
	background-size: 18px 16px;
}
.icon-p-requirement {
	background: url(../images/company/icon-p-requirement.png) center center no-repeat;
	background-size: 19px 19px;
}
.icon-intro {
	background: url(../images/company/icon-intro.png) center center no-repeat;
	background-size: 17px 17px;
}
.icon-work-requirement {
	background: url(../images/company/icon-work-requirement.png) center center no-repeat;
	background-size: 17px 12px;
}
.icon-join {
	background: url(../images/company/icon-join.png) center center no-repeat;
	background-size: 17px 15px;
}
.icon-interview {
	background: url(../images/company/icon-interview.png) center center no-repeat;
	background-size: 19px 15px;
}
.position-QR {
	margin-right: 15px;
	display: inline-block;
}
.position-QR img {
	width: 126px;
	height: 126px;
}
.position-QR h4 {
	font-weight: bold;
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
}
.share-item.last-child {
	border: none;
}
.share-wrapper .more-tip {
	text-align: center;
	padding: 10px 0;
}
.position-img {
	position: relative;
}
.share-img-wrapper {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	z-index: 5;
}
.icon-user-label {
	width: 65px;
	height: 17px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: 10%;
	margin-right: 8px;
}
.icon-gold {
	background: url(../images/company/icon-gold.png) center center no-repeat;
	background-size: contain;
}
.icon-honesty {
	background: url(../images/company/icon-honesty.png) center center no-repeat;
	background-size: contain;
}
.icon-ordinary {
	background: url(../images/company/icon-ordinary.png) center center no-repeat;
	background-size: contain;
}
.sex {
	display: inline-block;
	vertical-align: 28%;
}
.section-experience dd {
	max-height: 220px;
	overflow-y: scroll;
}
body .name {
	padding: 9px 5px;
}
.name .icon-user-label {
	display: inline-block;
	vertical-align: -20%;
	margin-left: -8px;
}
.name .layui-form-checkbox span{
	display: inline-block;
	max-width: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*********************************************
			    	动画
*********************************************/

/******** business-index ***************/

/*.main-title {
	-webkit-animation: scale_1 2s ease-in-out;
    animation:  scale_1 2s ease-in-out;
    -moz-animation: scale_1 2s ease-in-out;
}
.sub-title {
	-webkit-animation: fadeIn 3s ease-in-out;
    animation:  fadeIn 3s ease-in-out;
    -moz-animation: fadeIn 3s ease-in-out;
}
.quick-post {
	-webkit-animation: fadeIn 3s ease-in-out;
    animation:  fadeIn 3s ease-in-out;
    -moz-animation: fadeIn 3s ease-in-out;
}*/
.active .main-title {
    -webkit-animation: fadeInDown 1s ease-in-out;
    animation:  fadeInDown 1s ease-in-out;
    -moz-animation: fadeInDown 1s ease-in-out;
}
.active .sub-title {
	-webkit-animation: fadeInUp 1s ease-in-out;
    animation:  fadeInUp 1s ease-in-out;
    -moz-animation: fadeInUp 1s ease-in-out;
}
.active .quick-post {
	-webkit-animation: fadeIn 2s ease-in-out;
    animation:  fadeIn 2s ease-in-out;
    -moz-animation: fadeIn 2s ease-in-out;
}
.active .section-2 .tab-title a {
	transition: background 0.5s ease-in-out
}
.active .tab-item img {
	-webkit-animation: fadeInUp_2 1.2s ease-in-out both;
    -moz-animation: fadeInUp_2 1.2s ease-in-out both;
    animation: fadeInUp_2 1.2s ease-in-out both;
}
.active .tab-item h2 {
	-webkit-animation: fadeInUp 1.2s ease-in-out both;
    -moz-animation: fadeInUp 1.2s ease-in-out both;
    animation: fadeInUp 1.2s ease-in-out both;
}
.active .section-3-inner .icon-crown {
	-webkit-animation: fadeInDown 0.8s ease-in-out;
    animation: fadeInDown 0.8s ease-in-out;
    -moz-animation: fadeInDown 0.8s ease-in-out;
}
.active .section-3-inner h3 {
	-webkit-animation: fadeInDown 0.8s ease-in-out;
    animation: fadeInDown 0.8s ease-in-out;
    -moz-animation: fadeInDown 0.8s ease-in-out;
}
.active .section-3-inner .section-3-content {
	-webkit-animation: fadeInUp 1.2s ease-in-out;
    animation: fadeInUp 1.2s ease-in-out;
    -moz-animation: fadeInUp 1.2s ease-in-out;
}
.active .section-3-inner .contact-us {
	-webkit-animation: fadeIn 0.8s ease-in-out 1s backwards;
    -moz-animation: fadeIn 0.8s ease-in-out 1s backwards;
    animation: fadeIn 0.8s ease-in-out 1s backwards;
}
.active .section-4-content h2 {
	-webkit-animation: fadeInUp_2 1.2s ease-in-out both;
    -moz-animation: fadeInUp_2 1.2s ease-in-out both;
    animation: fadeInUp_2 1.2s ease-in-out both;
}

.active .section-4-content ul {
	-webkit-animation: fadeInUp_2 1.2s ease-in-out both;
    -moz-animation: fadeInUp_2 1.2s ease-in-out both;
    animation: fadeInUp_2 1.2s ease-in-out both;
}
.cooperate-method li:hover .icon-outer {
	animation: role 2s linear infinite;
	-webkit-animation: role 2s linear infinite;
}
/************* 商家发布页 *****************/
.partner-list a:hover {
    -webkit-animation: an2 0.8s ease-out;
    -ms-animation: an2 0.8s ease-out;
    animation: an2 0.8s ease-out;
    -webikit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-delay: 0.5s;
}



/**animation**/
@keyframes an2 {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: top left;
    }

    20% {
        transform: rotate(30deg);
        transform-origin: top left;
    }

    40% {
        transform: rotate(-25deg);
        transform-origin: top left;
    }

    60% {
        transform: rotate(20deg);
        transform-origin: top left;
    }

    80% {
        transform: rotate(-15deg);
        transform-origin: top left;
    }

}

@-webkit-keyframes an2 {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: top left;
    }

    20% {
        -webkit-transform: rotate(30deg);
        -webkit-transform-origin: top left;
    }

    40% {
        -webkit-transform: rotate(-25deg);
        -webkit-transform-origin: top left;
    }

    60% {
        -webkit-transform: rotate(20deg);
        -webkit-transform-origin: top left;
    }

    80% {
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: top left;
    }

}

@-webkit-keyframes role {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}

@-moz-keyframes role{
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }

}

@keyframes role {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}
@-webkit-keyframes scale {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }

}

@-moz-keyframes scale {
    from {
        opacity: 0;
        -moz-transform: scale(0, 0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }

}

@keyframes scale {
    from {
        opacity: 0;
        transform: scale(0, 0);
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
    }

}
@-webkit-keyframes scale_1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5, 0.5);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.5, 1.5);
    }
    100% {
    	opacity: 1;
    	-webkit-transform: scale(1, 1);
    }

}

@-moz-keyframes scale_1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5, 0.5);
    }

    70% {
        opacity: 1;
        -moz-transform: scale(1.5, 1.5);
    }
    100% {
    	opacity: 1;
    	-moz-transform: scale(1, 1);
    }


}

@keyframes scale_1 {
    0% {
        opacity: 0;
       	transform: scale(0.5,0.5);
    }

    70% {
        opacity: 1;
        transform: scale(1.5, 1.5);
    }
    100% {
    	opacity: 1;
    	transform: scale(1, 1);
    }


}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }

}

@-moz-keyframes fadeInRight {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }

}

@keyframes fadeInRight {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }

}

@-webkit-keyframes float1 {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0px)
    }

    25% {
        -webkit-transform: translateY(-10px)
    }

    75% {
        -webkit-transform: translateY(10px)
    }

}

@-moz-keyframes float1 {
    0%,
    50%,
    100% {
        -moz-transform: translateY(0px)
    }

    25% {
        -moz-transform: translateY(-10px)
    }

    75% {
        -moz-transform: translateY(10px)
    }

}

@keyframes float1 {
    0%,
    50%,
    100% {
        transform: translateY(0px)
    }

    25% {
        transform: translateY(-10px)
    }

    75% {
        transform: translateY(10px)
    }

}

@-webkit-keyframes float2 {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0px)
    }

    25% {
        -webkit-transform: translateY(10px)
    }

    75% {
        -webkit-transform: translateY(-10px)
    }

}

@-moz-keyframes float2 {
    0%,
    50%,
    100% {
        -moz-transform: translateY(0px)
    }

    25% {
        -moz-transform: translateY(10px)
    }

    75% {
        -moz-transform: translateY(-10px)
    }

}

@keyframes float2 {
    0%,
    50%,
    100% {
        transform: translateY(0px)
    }

    25% {
        transform: translateY(10px)
    }

    75% {
        transform: translateY(-10px)
    }

}

/* fadeIn */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* fadeInDown */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp_2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes fadeInUp_2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}


@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}

	100% {
		-webkit-transform: perspective(2000px) rotateY(90deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}
}

@-webkit-keyframes flip_out {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-90deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}

	100% {
		-webkit-transform: perspective(2000px) rotateY(0deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}
}

@keyframes flip {
	0% {
		transform: perspective(2000px) rotateY(0deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}

	100% {
		transform: perspective(2000px) rotateY(90deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}
}

@keyframes flip_out {
	0% {
		transform: perspective(2000px) rotateY(-90deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}

	100% {
		transform: perspective(2000px) rotateY(0deg);
		behavior: url(../library/transform-compatible/transform.htc);
	}
}
@keyframes slideDownIn{
    0%{
        opacity: 0;
                -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
                behavior: url(../library/transform-compatible/transform.htc);
    }
    100%{
        -webkit-transform: translateY(0);
                transform: translateY(0);
                behavior: url(../library/transform-compatible/transform.htc);
    }

}
@keyframes slideUpOut{
    0%{ 
            opacity: 1; 
        -webkit-transform: translateY(0);
                transform: translateY(0);
                behavior: url(../library/transform-compatible/transform.htc);
    }
    100%{
        opacity: 0;
                -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
                behavior: url(../library/transform-compatible/transform.htc);
    }

}
@keyframes slideUpIn{
    0%{
        opacity: 0;
                -webkit-transform: translateY(40px);
                transform: translateY(40px);
                behavior: url(../library/transform-compatible/transform.htc);
    }
    100%{
        -webkit-transform: translateY(0);
                transform: translateY(0);
                behavior: url(../library/transform-compatible/transform.htc);
    }

}
@keyframes slideDownOut{
    0%{ 
            opacity: 1; 
        -webkit-transform: translateY(0);
                transform: translateY(0);
                behavior: url(../library/transform-compatible/transform.htc);
    }
    100%{
        opacity: 0;
                -webkit-transform: translateY(40px);
                transform: translateY(40px);
                behavior: url(../library/transform-compatible/transform.htc);
    }

}
/*企业填写信息页修改，将两个表单项并为一行*/
body .align-vertical {
	display: inline-block;
	margin-bottom: 0;
}
.align-vertical .layui-input-inline {
	width: 217px;
}
.layer-input-inner {
	height: 250px;
    width: 590px;
    border: 1px solid #e7e7e7;
}
.form-input {
    position: relative;
}
.form-input .img-list {
	width: 610px;
	font-size: 0;
}
.form-input .comment-mid {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-left: 20px;
    margin-left: 0;
}
.form-input .img-list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 6px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.form-input .img-box img {
    height: 140px;
    width: 183px;
    border-radius: 10px;
}
.form-input .shade-layer {
    height: 140px;
    width: 183px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 10px;
}
.form-input .img-list li.img-box:hover .shade-layer{
	opacity: 0.6;
}
.form-input .img-list li.last-child {
	top: 10px;
}
.form-input .shade-layer .img-close {
    opacity: 1;
    font-size: 30px;
    float: right;
    padding: 2px 10px;
    line-height: 25px;
    font-weight: 200;
    cursor: pointer;
}
.form-input .upload-area-wrapper {
	position: relative;
    text-align: center;
    display: inline-block;
    /*overflow: hidden;*/
    height: 140px;
    width: 183px;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.form-input .upload-area {
	display: inline-block;
    height: 134px;
    width: 177px;
    border: 3px solid #ddd;
    margin-left: -92px;
    opacity: 1;
    background: #f9f9f9 url(../images/school/upload.png) center 25px no-repeat;
    position: absolute;
    left: 50%;
    border-radius: 15px;
}
.form-input .upload-txt {
    margin-top: 75px;
    font-size: 20px;
    color: #999;
    display: inline-block;
}
.form-input .upload-area input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 12px;
    line-height: 25px;
}  


/********** 修正编辑器图片上传弹窗的样式，原因是.b-mod的line-height: 36px; *******/
.edui-tab-nav .edui-tab-item .edui-tab-text {
	line-height: 12px !important;
}
.upload-tip {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 10px;
}
.layui-form-item .upload-tip {
	margin-left: 130px;
}



/**************************  学校首页  ***********************************/
.school-index  #header {
	position: fixed;
	z-index: 2;
}
.school-index  #header .main-nav a {
	padding: 0 18px;
}
.school-index .b-user-name {
	max-width: 210px;
}
.school-index .section-1 {
    background: url(../images/school/bg-index.jpg) left top no-repeat;
    background-size: cover;
} 
.school-index #header {
	background: rgba(64,118,4,0.8);
}
.school-index #header .main-nav>li>a.on {
    color: #17dff8;
}
.school-index .company-tel>i {
    color: #17dff8;
    font-weight: 800;
}
.school-index .b-user-name.hover>ul>li>a:hover {
	color: #17dff8 !important;
}
.school-index a:hover {
	color: inherit !important;
}
.school-index .b-user-name li a {
    color: #999;
}
/*@media (max-height: 699px) {
	.school-index .modal-sign-in .modal-dialog {
		margin: 0 auto;
	 	max-height: 580px;
	 	width: 415px;
	    overflow-y: scroll;
	}	
}
@media (min-height: 700px) {
	.school-index .modal-sign-in .modal-dialog {
		margin: 12% auto !important;
	}	
}
@media (min-height: 900px) {
	.school-index .modal-sign-in .modal-dialog {
		margin:12% auto !important;
	}	
}*/
.c-tip {
	background: #5FB878;
	color: #fff;
	padding: 0 10px 0 20px;
	border-radius: 2px;
	margin-bottom: 15px;
	height: 44px;
	line-height: 44px;
}
.c-tip .txt {
	display: inline-block;
	max-width: 750px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.c-tip .close {
	line-height: 44px;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
}
.success-tip .iconfont {
	font-size: 20px;
	float: left;
	font-weight: 500;
	margin-right: 10px;
}
.error-tip .iconfont {
	font-size: 21px;
	float: left;
	margin-right: 10px;
}
.message-tip .iconfont {
	font-size: 22px;
	float: left;
	margin-right: 10px;
}
.info-tip .iconfont {
	font-size: 20px;
	float: left;
	margin-right: 10px;
}
.error-tip {
	background: #FF5722;
}
.message-tip {
	background: #FFB800;
}
.info-tip {
	background: #46b8da;
}
.daizhao {
	position: relative;
}
.daizhao .daizhao-img {
	position: absolute;
	top: -3px;
	left: 0;
}


/*******************************************
********       担保商家付款        ***********
********************************************/ 
.money-amount-v2 {
	margin-bottom: 30px;
}
.money-amount-v2 .bold {
	font-size: 18px;
	font-weight: bold;
} 
.money-amount-v2 .red {
	font-size: 24px;
	color: #ff4112;
	font-weight: bold;
}
.user-form-item .name-v2 {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	margin-top: 4px;
}
.radio-group-v2 {
	display: inline-block;
}
.is-invoice {
	margin-bottom: 15px;
}
.mt60 {
	margin-top: 60px;
}
.pay-page .b-mod-item-v2 {
	background: url(../images/company/bg-pay.png) 630px 30px no-repeat;
	background-size: 450px auto;
}
.pay-known-v2 {
	padding-top: 23px;
	border-radius: 2px;
	padding-bottom: 50px;
}
.pay-known-v2 h4 {
	font-weight: bold;
	padding-left: 5px;
	line-height: 14px;
	border-left: 3px solid #ffaf63;
	margin-bottom: 10px;
}
.pay-known-v2 p {
	line-height: 24px;
}
.invoice-block-v2 {
	margin-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.invoice-block-v2  .layui-table {
	width: 570px;
}
.invoice-block-v2 .layui-form {
	width: 570px;
}
.invoice-block-v2 .layui-form-item {
	padding-left: 0;
}
.invoice-block-v2 .title {
	font-weight: bold;
	margin-bottom: 15px;
}
.invoice-block-v2 .name-v2 {
	width: 90px;
	display: inline-block;
	font-weight: bold;
}
.invoice-block-v2 .input-v2 {
	display: inline-block;
	width: 475px;
}
.invoice-block-v2 .tip {
	color: #ff4112;
}
.proof-cont {
    text-align: center;
    width: 460px;
    margin: 45px auto 0;
}
.proof-cont .c-upload {
    margin-top: -20px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #e7e7e7;
}
.proof-cont .c-upload img {
    width: 460px;
}
.proof-cont .c-upload input {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0;
}

.c-upload .hover {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 1;
    color: #fff;
    background: #888;
}
.c-upload .hover > div{
	position: absolute;
	top: 50%;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}
.c-upload .hover img {
	height: 95px; 
	width: 95px;
}
.c-upload .hover p {
}
.proof-cont .c-upload:hover .hover{
    display: block;
}
.proof-cont .tip {
	color: #999;
	font-size: 12px;
}
.pay-page .rect-btn.bg-light-blue {
	width: 80px;
	height: 34px;
	line-height: 34px;
	background-color: #41aee8;
	border: 0;
	color: #fff;
	margin-top: 10px;
}
.pay-page .layui-table th {
	text-align: center;
	width: 100px !important;
	box-sizing: border-box;
}

/*******************************************
********       担保商家付款        ***********
********************************************/ 
.deposit-banner {
	background: url(../images/company/deposit-banner.png) top center no-repeat;
	width: 100%;
    height: 254px; 
}
.deposit-rights-v2 {
	margin-top: 65px;
	margin-bottom: 65px;
}
.deposit-rights-v2 img {
	width: 74px;
	height: auto;
	margin: 15px auto;
}
.deposit-rights-v2 p {
	font-size: 12px;
	color: #999;
	margin-top: 0;
}
.deposit-rights-v2 .bold {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.deposit-rights-v2 li {
	margin: 0 10px;
}
.deposit-rights-v2 li > a {
	width: 182px;
	background: #f8f8f8;
	height: 200px;
	box-sizing: border-box;
	padding-top: 20px;
}
.deposit-buy-v2 {
	border: 1px solid #e7e7e7;
	height: 133px;
	background: url(../images/company/bg-deposit-pay.png) left top no-repeat;
	border-radius: 10px;
	text-align: left;
	padding-left: 54px;
	margin-top: 64px;
	overflow: hidden;
	box-sizing: border-box;
}
.deposit-buy-v2 h2 {
	font-size: 25px;
	font-family: "Microsoft YaHei";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin-top: 58px;
}
.deposit-buy-v2 .price {
	display: inline-block;
	font-size: 21px;
	margin-left: 450px;
	float: left;
	margin-top: 50px;
}
.deposit-buy-v2 .price .now {
}
.deposit-buy-v2 .price .now .big {
	font-size: 36px;
}
.deposit-buy-v2 .price .old .big {
	font-size: 16px;
}
.deposit-buy-v2 .price .old {
	font-size: 15px;
	color: #999;
	text-decoration: line-through;
	margin-left: 27px;
	display: inline-block;
	vertical-align: 10%;
}
.deposit-buy-v2 .price .old .small {
	font-size: 12px;
}
.deposit-buy-v2 .operate-v2 {
	display: inline-block;
	margin-left: 125px;
	margin-top: 30px;
}
.deposit-buy-v2 .rect-btn {
	height: 55px;
	line-height: 55px;
	background: #e58a53;
	width: 200px;
	border-radius: 4px;
	font-size: 19px;
	color: #fff;
	margin-top: 0;
}
.deposit-buy-v2 .tip {
	color: #666;
	text-align: center;
}
.business-new-v2 .page-footer {
	position: absolute;
	bottom: 0;
	height: 240px;
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
}
.business-new-v2 .page-footer-inner {
	margin: 0 auto;
	display: block;
}