.pr {
  position: relative;
}
.b-shadow1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.b-shadow3 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.logo-company {
  padding-top: 22px;
}
.logo-company .logo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-right: 20px;
}
.logo-company .logo img {
  width: 100%;
}
.logo-company .info .name {
  font-size: 16px;
  color: #333;
  margin: 3px 0 8px;
}
.logo-company .info .detail {
  color: #999;
}
.header {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.header:after {
  display: block;
  clear: both;
  content: "";
}
.header .logo {
  padding: 20px 0 0;
}
.header a {
  display: inline-block;
}
.header .hd-r .nav {
  height: 90px;
}
.header .hd-r .nav li {
  float: left;
  margin: 0 5px;
}
.header .hd-r .nav li a {
  display: block;
  padding: 0 15px;
  color: #333;
  position: relative;
}
.header .hd-r .nav li a:hover {
  color: #f69500;
}
.header .hd-r .nav li.active a:hover {
  color: #333;
}
.header .hd-r .nav li.active a:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 4px;
  background-color: #f69500;
}
.header .hd-r .account {
  width: auto;
  margin-left: 25px;
}
.header .hd-r .account > ul {
  margin-top: 29px;
  width: auto;
  height: 30px;
  line-height: 30px;
  border: 1px solid #f69500;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
.header .hd-r .account > ul li {
  width: 59px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.header .hd-r .account > ul li a {
  color: #f69500;
  font-size: 16 px;
}
.header .hd-r .account > ul li:first-child {
  background-color: #f69500;
}
.header .hd-r .account > ul li:first-child a {
  color: #fff;
}
.header .hd-r .account .account-info {
  width: auto;
  height: 56px;
  line-height: 56px;
  margin-top: 17px;
  cursor: pointer;
  position: relative;
}
.header .hd-r .account .account-info .avatar {
  margin: 13px 15px auto auto;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  overflow: hidden;
}
.header .hd-r .account .account-info .avatar img {
  float: left;
  width: 100%;
}
.header .hd-r .account .account-info .user-name {
  font-size: 14px;
  color: #666;
}
.header .hd-r .account .account-info .user-name img {
  margin: 27px auto auto 10px;
}
.header .hd-r .account .account-info .user-drop-down {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 100px;
  z-index: 1000;
  background-color: #fff;
  margin-top: 5px;
  padding: 17px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.header .hd-r .account .account-info .user-drop-down:before {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  top: -5px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: url("../images/sjx.png");
}
.header .hd-r .account .account-info .user-drop-down li {
  height: 28px;
  line-height: 28px;
}
.header .hd-r .account .account-info .user-drop-down li a {
  color: #666;
  display: block;
  padding-left: 20px;
}
.header .hd-r .account .account-info .user-drop-down li a:hover {
  background-color: #f5f5f5;
}
.header .hd-r .account .account-info:hover .user-drop-down {
  display: block;
}
.h-search {
  background-color: #f5f5f5;
  text-align: center;
  width: auto;
  height: 120px;
}
.h-search .h-search-main {
  width: 940px;
  margin: 0 auto;
}
.h-search .s-area {
  width: 940px;
  height: 48px;
  display: inline-block;
  margin: 4px auto 0;
  background-color: #fff;
}
.h-search .s-bd {
  border: 1px solid #e5e5e5;
}
.h-search .ipt {
  border-right: 1px solid #e5e5e5;
  width: 660px;
  height: 48px;
  line-height: 48px;
}
.h-search .ipt input {
  padding: 0 20px;
  outline: none;
  border: none;
  width: 619px;
  height: 48px;
}
.h-search .city-select {
  width: 80px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  padding: 0 29px;
  text-align: left;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.h-search .city-select img {
  padding-top: 20px;
}
.h-search .city-select ul {
  position: absolute;
  top: 47px;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 5px 0;
  background-color: #fff;
  display: none;
  height: 150px;
  overflow: auto;
  z-index: 1000;
}
.h-search .city-select ul li {
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.h-search .city-select ul li:hover {
  color: #f69500;
}
.h-search .city-select:hover ul {
  display: block;
}
.h-search .btn-area {
  width: 138px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f69500;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.h-search .btn-area:hover {
  background-color: #e28901;
}
.h-search .hot-s {
  color: #666;
  margin-top: 7px;
}
.h-search .hot-s a {
  color: #666;
  margin-right: 19px;
}
.h-search .hot-s a.hot {
  color: #f69500;
}
.b-sub-nav {
  padding: 30px 0;
  height: 370px;
}
.b-sub-nav .sub-nav {
  width: 330px;
}
.b-sub-nav .sub-nav li {
  width: 300px;
  height: 42px;
  line-height: 42px;
  padding-right: 30px;
  margin-bottom: 15px;
  position: relative;
  background: url("../images/arrow-right.png") center right no-repeat;
}
.b-sub-nav .sub-nav li .title {
  width: auto;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  margin-right: 23px;
}
.b-sub-nav .sub-nav li a {
  color: #999;
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 100;
}
.b-sub-nav .sub-nav li a:hover {
  color: #f69500;
}
.b-sub-nav .sub-nav li:hover .sub-nav-box {
  display: block;
}
.b-sub-nav .sub-nav li:hover:before {
  content: "";
  width: 370px;
  height: 42px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.b-sub-nav .sub-nav .sub-nav-box {
  width: 450px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  z-index: 20;
}
.b-sub-nav .sub-nav .sub-nav-box:before {
  content: "";
  width: 10px;
  height: 42px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -5px;
}
.b-sub-nav .sub-nav .sub-nav-box .cate {
  line-height: 1;
  margin-bottom: 14px;
  padding: 0 15px;
}
.b-sub-nav .sub-nav .sub-nav-box .inner {
  overflow: hidden;
  margin-bottom: 10px;
}
.b-sub-nav .sub-nav .sub-nav-box .inner a {
  height: 16px;
  line-height: 16px;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 15px;
  border-right: 1px solid #e5e5e5;
}
.b-sub-nav .sub-nav .sub-nav-box .inner a:last-child {
  border-right-color: #fff;
}
.b-sub-nav .banner {
  width: 793px;
  height: 360px;
}
.common-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.common-title ul li {
  float: left;
  margin-right: 60px;
  position: relative;
}
.common-title ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #333;
}
.common-title ul li.active:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
  content: '';
  height: 3px;
  background-color: #f69500;
}
.common-title .more {
  color: #f69500;
}
.work-list {
  height: 415px;
  padding: 30px 0;
}
.work-list .item {
  width: 344px;
  margin: 0 20px 20px 0;
  padding: 20px;
  float: left;
  border: 1px solid #e5e5e5;
}
.work-list .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.work-list .item a {
  display: block;
}
.work-list .item .top span {
  vertical-align: middle;
}
.work-list .item .top .name {
  font-size: 16px;
  margin-right: 10px;
  color: #333;
}
.work-list .item .top .time {
  font-size: 14px;
  color: #999;
}
.work-list .item .top .price {
  float: right;
  color: #ec3a3a;
  font-weight: bold;
}
.work-list .item .ex {
  padding: 10px 0 23px;
  border-bottom: 1px dashed #e5e5e5;
  color: #999;
}
.work-list .item .company-info {
  padding-top: 25px;
  overflow: hidden;
}
.work-list .item .logo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-right: 20px;
}
.work-list .item .logo img {
  width: 100%;
}
.work-list .item .info {
 width: 268px;
}
.work-list .item .c-name {
  font-size: 16px;
	color: #333;
	padding: 5px 0 6px;
	width: 268px;
	height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.work-list .item .desc {
  font-size: 14px;
  color: #999;
}
.brand-list {
  padding-bottom: 50px;
}
.brand-list ul {
  padding: 30px 0;
}
.brand-list ul li {
  width: 243px;
  padding: 20px;
  text-align: center;
  float: left;
  border: 1px solid #e5e5e5;
  margin: 0 20px 20px 0;
}
.brand-list ul li .logo {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
  margin-top: 5px;
}
.brand-list ul li .logo img {
  width: 100%;
}
.brand-list ul li .name {
  /*padding: 15px 0;*/
  font-size: 16px;
  color: #333;
  width: 243px;
  height: 42px;
  overflow: hidden;
  padding: 0;
  margin: 15px 0;
}
.brand-list ul li .sub-txt {
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e5e5e5;
}
.brand-list ul li .recruit {
  margin-top: 17px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  display: block;
  background-color: #f69500;
  color: #fff;
  font-size: 16px;
}
.brand-list ul li .recruit:hover {
  background-color: #eda638;
}
.brand-list ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.zb-list .item {
  width: 384px;
  height: 193px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.zb-list .item img {
  width: 100%;
  float: left;
}
.zb-list .item .zb-title {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer {
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding-top: 45px;
  color: #666;
}
.footer .tel {
  width: 295px;
  overflow: hidden;
}
.footer .tel .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.footer .tel .icon img {
  width: 100%;
}
.footer .tel .main {
  overflow: hidden;
}
.footer .tel .main .txt {
  margin: 5px 0;
}
.footer .tel .main .tel-num {
  font-size: 20px;
  color: #f69500;
  font-weight: bold;
}
.footer .ft-nav .ft-nav-item {
  width: 145px;
  float: left;
}
.footer .ft-nav .ft-nav-item .tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.footer .ft-nav .ft-nav-item li {
  height: 28px;
  line-height: 28px;
}
.footer .ft-nav .ft-nav-item li a {
  height: 28px;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
.footer .ft-nav .ft-nav-item li a:hover {
  color: #333;
}
.footer .qr-code ul {
  overflow: hidden;
}
.footer .qr-code ul li {
  width: 120px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-left: 40px;
}
.footer .qr-code ul li img {
  width: 100%;
}
.footer .qr-code ul li .txt {
  font-size: 16px;
  color: #333;
}
.footer .copy-right {
  margin-top: 45px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px;
  line-height: 1.6;
  color: #999;
}
.com-comm-filter {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.comm-filter {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.comm-filter ul li {
  padding: 0 30px;
  min-height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #e5e5e5;
}
.comm-filter ul li:after {
  display: block;
  clear: both;
  content: "";
}
.comm-filter ul li .title {
  font-size: 16px;
  color: #333;
  width: 80px;
  text-align: right;
}
.comm-filter ul li .mid {
  max-width: 725px;
}
.comm-filter ul li .item {
  margin-left: 10px;
  max-width: 640px;
  line-height: 30px;
  padding: 12px 0;
  height: 15px;
  overflow: hidden;
}
.comm-filter ul li a {
  width: auto;
  height: 22px;
  line-height: 22px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 11px;
  padding: 0 10px;
  color: #333;
}
.comm-filter ul li a.selected {
  border-color: #f69500;
  color: #f69500;
}
.comm-filter ul li .all {
  width: 40px;
  color: #f69500;
  cursor: pointer;
}
.comm-filter ul li .all img {
  margin-top: 24px;
}
.comm-filter ul li.show-all .item {
  height: auto;
}
.comm-filter ul li:last-child {
  border-bottom: none;
}
.all-com .com-list {
  padding: 10px 0;
}
.all-com .brand-list {
  padding-bottom: 0;
}
.all-com .brand-list ul li {
  margin: 0 42px 30px 0;
}
.search-res-list .item {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
}
.search-res-list .item a {
  padding: 25px 30px 30px;
  display: block;
}
.search-res-list .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-res-list .job-info .name {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}
.search-res-list .job-info .name span {
  color: #ec3a3a;
  margin-left: 26px;
}
.search-res-list .job-info .ex {
  color: #666;
  margin-bottom: 23px;
}
.search-res-list .job-info .date {
  color: #999;
}
.search-res-list .job-company {
  padding-top: 22px;
}
.search-res-list .job-company .logo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-right: 20px;
}
.search-res-list .job-company .logo img {
  width: 100%;
}
.search-res-list .job-company .info .name {
  font-size: 16px;
  color: #333;
  margin: 3px 0 8px;
}
.search-res-list .job-company .info .detail {
  color: #999;
}
.all-company-job .search-res-list .job-info .ex {
  margin-bottom: 0;
}
.all-company-job .send-time {
  color: #999;
  margin-top: 23px;
}
.user-presentation .lay-lf3 {
  background-color: #fff;
  border-radius: 3px;
}
.user-presentation .my-profile {
  padding: 30px;
  overflow: hidden;
}
.user-presentation .profile-box {
  margin-bottom: 40px;
}
.user-presentation .profile-box .main {
  color: #666;
}
.user-presentation .user-info {
  overflow: hidden;
  width: auto;
  height: 54px;
  line-height: 54px;
  margin-bottom: 30px;
}
.user-presentation .user-info .user-img {
  width: 54px;
  height: 54px;
}
.user-presentation .user-info .user-img img {
  width: 100%;
}
.user-presentation .user-info .name {
  font-size: 28px;
}
.user-presentation .detail {
  padding: 40px 0 30px;
}
.user-presentation .user-sidebar {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 40px;
}
.user-presentation .user-sidebar li {
  width: 100px;
  height: 118px;
  overflow: hidden;
  float: left;
}
.user-presentation .user-sidebar li a {
  display: inline-block;
  color: #333;
  padding: 30px 0;
}
.user-presentation .user-sidebar li .icon {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.user-presentation .user-sidebar li .icon .before {
  display: none;
}
.user-presentation .user-sidebar li .icon .after {
  display: block;
}
.user-presentation .user-sidebar li .txt {
  padding-top: 10px;
}
.user-presentation .user-sidebar li.active .txt,
.user-presentation .user-sidebar li:hover .txt {
  color: #f69500;
}
.user-presentation .user-sidebar li.active .icon .before,
.user-presentation .user-sidebar li:hover .icon .before {
  display: block;
}
.user-presentation .user-sidebar li.active .icon .after,
.user-presentation .user-sidebar li:hover .icon .after {
  display: none;
}
.user-presentation .user-profile-module {
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 30px 0;
}
.user-presentation .user-profile-module ul li a {
  display: inline-block;
  width: 240px;
  height: 52px;
  line-height: 52px;
  color: #999;
  padding: 0 30px;
}
.user-presentation .user-profile-module ul li a .icon {
  width: 16px;
  height: 16px;
  margin: 17px 15px auto auto;
  position: relative;
}
.user-presentation .user-profile-module ul li a .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 100;
}
.user-presentation .user-profile-module ul li a .edit {
  display: none;
}
.user-presentation .user-profile-module ul li a:hover {
  color: #333;
}
.user-presentation .user-profile-module ul li a:hover .edit {
  display: block;
}
.user-presentation .user-profile-module ul li a.add-module {
  width: 240px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f69500;
  color: #f69500;
  padding: 0;
  margin: 0 30px;
  text-align: center;
  margin-top: 17px;
}
.user-presentation .user-profile-module ul li a.add-module:hover {
  border-color: #eda638;
  color: #eda638;
}
.user-presentation .my-job,
.user-presentation .my-msg {
  overflow: hidden;
  position: relative;
}
.user-presentation .my-job ul,
.user-presentation .my-msg ul {
  overflow: hidden;
}
.user-presentation .my-job ul li,
.user-presentation .my-msg ul li {
  width: 42%;
  height: 20px;
  line-height: 20px;
  float: left;
  padding-right: 20px;
  /*border-right: 1px solid #e5e5e5;*/
  margin: 0 20px 20px 0;
  color: #666;
}
.user-presentation .my-job ul li .icon,
.user-presentation .my-msg ul li .icon {
  width: 16px;
  height: 16px;
  margin: 2px 10px auto auto;
}
.user-presentation .my-job ul li .icon img,
.user-presentation .my-msg ul li .icon img {
  float: left;
}
.user-presentation .my-job ul li input,
.user-presentation .my-msg ul li input {
  width: 60px;
  height: 18px;
  line-height: 18px;
  display: none;
  padding: 0 10px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
}
.user-presentation .my-job ul li input.big,
.user-presentation .my-msg ul li input.big {
  width: 100px;
}
.user-presentation .my-job ul li.no-r,
.user-presentation .my-msg ul li.no-r {
  margin-right: 0;
  padding-right: 0;
  border-right-color: #fff;
}
.user-presentation .my-profile-edit {
  width: auto;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: 14px;
  color: #f69500;
  cursor: pointer;
}
.user-presentation .my-profile-edit em {
  width: 15px;
  height: 14px;
  display: inline-block;
  margin: 3px 10px auto auto;
  background-image: url("../images/job/gerenzhongxin-bianji.png");
  float: left;
}
.user-presentation .my-introduce-edit {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 700px;
  height: 100px;
  outline: none;
  border-radius: 5px;
  resize: none;
  display: none;
}
.user-presentation .add-box {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.user-presentation .add-box .add-item {
  width: auto;
  height: 28px;
  line-height: 28px;
  margin-bottom: 15px;
  overflow: hidden;
}
.user-presentation .add-box .add-item .label {
  width: 90px;
  min-height: 5px;
  padding-right: 5px;
  text-align: right;
  color: #666;
}
.user-presentation .add-box .add-item .main {
  position: relative;
}
.user-presentation .add-box .add-item .main input {
  width: 200px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 15px;
  position: relative;
}
.user-presentation .add-box .add-item .main input.small {
  width: 120px;
}
.user-presentation .add-box .add-item .main input.save-btn {
  width: 100px;
  line-height: 26px;
  color: #fff;
  background-color: #f69500;
  border: none;
  cursor: pointer;
}
.user-presentation .add-box .add-item .main input.save-btn:hover {
  background-color: #eda638;
}
.user-presentation .add-box .add-item.text-area {
  height: 120px;
}
.user-presentation .add-box .add-item.text-area textarea {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px 15px;
  outline: none;
  width: 500px;
  resize: none;
  height: 100px;
}
.user-presentation .main {
  margin-bottom: 50px;
}
.user-presentation .profile-item {
  margin-left: 5px;
  border-left: 1px dashed #e5e5e5;
  padding-left: 15px;
  color: #666;
  padding-bottom: 20px;
  position: relative;
}
.user-presentation .profile-item .edit {
  width: auto;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: 14px;
  color: #f69500;
  cursor: pointer;
}
.user-presentation .profile-item .edit em {
  width: 15px;
  height: 14px;
  display: inline-block;
  margin: 3px 10px auto auto;
  background-image: url("../images/job/gerenzhongxin-bianji.png");
  float: left;
}
.user-presentation .profile-item:before {
  content: "";
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 9px;
  height: 9px;
  background-color: #a1efd6;
  border-radius: 50%;
}
.user-presentation .profile-item.first:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 5px;
  height: 7px;
  background-color: #fff;
}
.user-presentation .profile-item .top {
  vertical-align: middle;
}
.user-presentation .profile-item .top span {
  vertical-align: middle;
}
.user-presentation .profile-item .top .name {
  font-size: 18px;
  color: #333;
}
.user-presentation .profile-item .mid {
  padding: 3px 0 10px;
}
.user-presentation .profile-item .mid span {
  padding-right: 15px;
  border-right: 1px solid #e5e5e5;
}
.user-presentation .profile-item .mid span:last-child {
  padding-left: 15px;
  border-right: none;
}
.common-pagination {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.common-pagination a {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  border-radius: 4px;
  margin-right: 3px;
  color: #333;
  background-color: #fff;
}
.common-pagination a:hover {
  color: #f69500;
}
.common-pagination a.dis {
  color: #e5e5e5;
}
.common-pagination a.active {
  background-color: #f69500;
  border-color: #f69500;
  color: #fff;
}
.job-detail-head {
  height: 225px;
  background: #f5f5f5 url("../images/job-detail-bg.png") top left repeat-x;
  border-bottom: 1px solid #e5e5e5;
}
.job-detail-head .release-time {
  width: auto;
  height: 15px;
  line-height: 15px;
  padding: 50px 0 5px;
  color: #666;
}
.job-detail-head .release-time img {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 5px;
}
.job-detail-head .top {
  height: 32px;
  line-height: 32px;
}
.job-detail-head .top span {
  float: left;
}
.job-detail-head .top .name {
  font-size: 28px;
}
.job-detail-head .top .price {
  width: auto;
  height: 26px;
  line-height: 26px;
  border: 1px solid #f69500;
  border-radius: 14px;
  color: #f69500;
  padding: 0 15px;
  display: inline-block;
  margin: 2px 0 0 15px;
}
.job-detail-head .detail {
  margin-top: 10px;
  color: #999;
}
.job-detail-head .job-detail-cpy-info {
  margin-top: -30px;
}
.job-detail-head .job-cpy {
  padding-top: 22px;
  padding-top: 3px;
}
.job-detail-head .job-cpy .logo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-right: 20px;
}
.job-detail-head .job-cpy .logo img {
  width: 100%;
}
.job-detail-head .job-cpy .info .name {
  font-size: 16px;
  color: #333;
  margin: 3px 0 8px;
  width: 268px;
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.job-detail-head .job-cpy .info .detail {
  color: #999;
}
.job-detail-head .col-btn {
  width: 300px;
  overflow: hidden;
  padding-top: 30px;
}
.job-detail-head .col-btn a {
  display: block;
  margin-right: 10px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #f69500;
  border: 1px solid #f69500;
  float: left;
  text-align: center;
}
.job-detail-main {
  padding-bottom: 60px;
}
.job-detail-main .job-content {
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
  color: #666;
  line-height: 1.8;
}
.job-detail-main .job-content .job-desc {
  max-width: 600px;
}
.job-detail-main .job-content .map a {
  float: right;
  color: #f69500;
}
.job-detail-sidebar .side-job {
  padding-left: 20px;
}
.job-detail-sidebar .send-profile {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #f69500;
  font-size: 20px;
}
.job-detail-sidebar .send-profile:hover {
  background-color: #eda638;
}
.job-detail-sidebar .job-side-list {
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 22px;
  padding-top: 0;
}
.job-detail-sidebar .job-side-list a {
  width: 300px;
  height: 55px;
  display: block;
}
.job-detail-sidebar .job-side-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.job-detail-sidebar .job-side-list .logo {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-right: 20px;
}
.job-detail-sidebar .job-side-list .logo img {
  width: 100%;
}
.job-detail-sidebar .job-side-list .info .name {
  font-size: 16px;
  color: #333;
  margin: 3px 0 8px;
}
.job-detail-sidebar .job-side-list .info .detail {
  color: #999;
}
.company-msg .cpy-msg-head {
  width: auto;
  height: 100px;
  padding-top: 45px;
}
.company-msg .cpy-msg-head .cpy .logo {
  width: 100px;
  height: 100%;
  margin-right: 20px;
}
.company-msg .cpy-msg-head .cpy-name {
  font-size: 28px;
}
.company-msg .cpy-msg-head .msg {
  padding: 10px 0;
  color: #666;
}
.company-msg .cpy-msg-head .link a {
  color: #999;
}
.company-msg .cpy-tab {
  margin-top: 40px;
  font-size: 18px;
}
.company-msg .cpy-tab ul li {
  margin-right: 30px;
}
.company-msg .job-num {
  text-align: center;
}
.company-msg .job-num .num {
  font-size: 40px;
  color: #f69500;
}
.company-msg .job-num .tit {
  color: #666;
}
.company-msg .job-num .col-btn {
  width: auto;
}
.company-msg .job-num .col-btn a {
  margin-right: 0;
}
.company-msg .cpy-content {
  max-width: 780px;
}
.user-interview .interview-tab {
  margin-bottom: 50px;
}
.user-interview .interview-tab ul li {
  width: 50%;
  float: left;
}
.user-interview .interview-tab ul li a {
  display: block;
}
.user-interview .interview-tab ul li .icon {
  width: 47px;
  height: 47px;
  margin-right: 20px;
  float: left;
}
.user-interview .interview-tab ul li .txt {
  color: #333;
  font-size: 18px;
  margin-bottom: 3px;
}
.user-interview .interview-tab ul li .num {
  color: #999;
}
.user-interview .interview-tab ul li .num span {
  color: #ec3a3a;
  margin: 0 3px;
}
.user-interview .notice-list .tit {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.user-interview .notice-list ul li a {
  width: auto;
  height: 50px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
.user-interview .invite-op-tab {
  width: auto;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e5e5e5;
}
.user-interview .invite-op-tab .title {
  font-size: 18px;
  margin-right: 30px;
}
.user-interview .invite-op-tab .title em {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/job/yibumianshi-xiao.png") left center no-repeat;
  float: left;
  margin: 10px 10px auto auto;
}
.user-interview .invite-op-tab .title em.sync {
  background-image: url("../images/job/tongbumianshi-xiao.png");
}
.user-interview .invite-op-tab ul li {
  float: left;
  margin-right: 20px;
  position: relative;
}
.user-interview .invite-op-tab ul li a {
  display: block;
  color: #666;
}
.user-interview .invite-op-tab ul li.active a {
  color: #f69500;
}
.user-interview .invite-op-tab ul li.active:before {
  position: absolute;
  top: 43px;
  right: 0;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f69500;
}
.user-interview .interview-item {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.user-interview .interview-item .tit {
  width: auto;
  height: 40px;
  line-height: 40px;
  background-color: #e5f6ff;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
.user-interview .interview-item .tit .time {
  font-weight: normal;
  color: #999;
}
.user-interview .interview-item .item-main {
  padding: 15px 10px;
}
.user-interview .interview-item .item-main .oh {
  line-height: 1.8;
}
.user-interview .interview-item .btn-group {
  margin-top: 10px;
}
.user-interview .interview-item .btn-group a {
  width: 60px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  background-color: #12cb69;
  float: left;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.user-interview .interview-item .btn-group a.reject {
  background-color: #ff2323;
}
.user-collect .collect-tab {
  border-bottom: 1px solid #e5e5e5;
}
.user-collect .collect-tab li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.user-collect .collect-tab li a {
  display: block;
  padding-bottom: 12px;
  font-size: 18px;
  color: #333;
}
.user-collect .collect-tab li.active:before {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: auto;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #f69500;
}
.user-collect .detail {
  padding: 0;
}
.user-collect .job-num {
  text-align: center;
  margin-top: -7px;
}
.user-collect .job-num .num {
  font-size: 40px;
  color: #f69500;
}
.user-collect .job-num .tit {
  color: #666;
}
.user-collect .item a {
  width: 100%;
}
.user-collect .job-info .name {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}
.user-collect .job-info .name span {
  color: #ec3a3a;
  margin-left: 26px;
}
.user-collect .job-info .ex {
  color: #666;
}
.user-collect .collect-job {
  width: 265px;
}
.user-collect .job-side-list {
  padding-top: 10px;
}
.comm-dialog.none-header .layui-layer-title {
  display: none;
}
.comm-dialog1 {
  text-align: center;
}
.comm-dialog1 .hide {
  display: none;
}
.comm-dialog1 .layui-layer-content {
  border-radius: 20px;
}
.comm-dialog1 .title {
  margin-top: 35px;
  font-weight: bold;
  font-size: 20px;
}
.comm-dialog1 .sub-tit {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.comm-dialog1 .btn-group {
  overflow: hidden;
  padding-top: 40px;
  text-align: center;
}
.comm-dialog1 .btn-group a {
  width: auto;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 19px;
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 0 43px;
  font-size: 16px;
  margin-right: 25px;
}
.comm-dialog1 .btn-group a.no-m-r {
  margin-right: 0;
}
.comm-dialog1 .btn-group a:hover {
  color: #eda638;
  border-color: #eda638;
}
.comm-dialog1 .btn-group a.btn-orange {
  border-color: #f69500;
  color: #f69500;
}
.comm-dialog1 .btn-group a.btn-orange:hover {
  background-color: #f69500;
  color: #fff;
}
.comm-dialog1 .apply-success .icon {
  padding-top: 30px;
}
.comm-dialog1 .apply-success .icon i {
  width: 92px;
  height: 92px;
  display: inline-block;
  background-color: #e5e5e5;
}
.comm-dialog1 .apply-success .title {
  margin-top: 10px;
}
.user-profile-add-module .layui-layer-content {
  padding: 40px 68px 0;
  height: auto !important;
}
.user-profile-add-module .module-selection select {
  width: 264px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  border-radius: 5px;
  outline: none;
}
.user-profile-add-module .module-btn {
  margin-top: 45px;
  overflow: hidden;
  width: 100%;
}
.user-profile-add-module .module-btn a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #999;
  border-radius: 22px;
}
.user-profile-add-module .module-btn a:hover {
  border-color: #f69500;
  color: #f69500;
}
#profile-module {
  height: 0;
  overflow: hidden;
}
/*html, .account {
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/
.account-box {
  width: 100%;
  height: 100%;
  background: #f8f4ef url("../images/account-bg.png") bottom center no-repeat;
  text-align: center;
}
.account-box .logo {
  position: fixed;
  top: 50px;
  left: 50px;
}
.account-box .account-area {
  width: 340px;
  height: auto;
  display: inline-block;
  margin: auto;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 30px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.account-box .account-area.reg {
  width: 578px;
}
.account-box .account-tit {
  font-size: 24px;
  position: relative;
}
.account-box .account-tit a {
  position: absolute;
  top: 10px;
  right: -5px;
  bottom: auto;
  left: auto;
  font-size: 14px;
  color: #f69500;
}
.account-box .account-tit a:hover {
  color: #eda638;
}
.account-box .account-form {
  text-align: left;
  margin-top: 50px;
}
.account-box .account-form .account-item {
  overflow: hidden;
}
.account-box .account-form .account-item .item {
  width: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  margin-bottom: 20px;
}
.account-box .account-form .account-item .item.verify {
  width: 170px;
  display: inline-block;
}
.account-box .account-form .account-item .item.verify input {
  width: 142px;
}
.account-box .account-form .account-item .icon {
  width: 18px;
  height: 18px;
  float: left;
  margin: 12px 10px auto auto;
}
.account-box .account-form .account-item .icon img {
  float: left;
}
.account-box .account-form .account-item .icon .before {
  display: none;
}
.account-box .account-form .account-item .icon.active .after {
  display: none;
}
.account-box .account-form .account-item .icon.active .before {
  display: block;
}
.account-box .account-form .account-item input {
  width: 280px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
}
.account-box .account-form .account-item .verify-code {
  width: 120px;
  height: 40px;
  background-color: #e5e5e5;
  margin-top: 1px;
}
.account-box .account-form .account-item .verify-code a {
  width: 120px;
  height: 40px;
  display: block;
}
.account-box .account-form .account-item .get-msg-verify {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #f69500;
}
.account-box .account-form .account-item .get-msg-verify:hover {
  background-color: #eda638;
}
.account-box .account-form .btn-area {
  margin-top: 10px;
}
.account-box .account-form .btn-area .re-pwd {
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
}
.account-box .account-form .btn-area .re-pwd a {
  color: #999;
}
.account-box .account-form .btn-area .re-pwd a:hover {
  color: #f69500;
}
.account-box .account-form .btn {
  width: 130px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #f69500;
  text-align: center;
  border-radius: 3px;
}
.account-box .account-form .btn:hover {
  background-color: #eda638;
}
.account-box .account-form .btn.btn-full {
  width: 100%;
}
.account-box .account-form .tips {
  text-align: center;
  padding-top: 15px;
  color: #999;
}
.account-box .account-form .tips a {
  color: #f69500;
}
.account-box .account-form .tips a:hover {
  color: #eda638;
}
.account-box .reg-tab {
  margin-top: 50px;
}
.account-box .reg-tab ul {
  overflow: hidden;
}
.account-box .reg-tab ul li {
  width: 240px;
  float: left;
  text-align: center;
  color: #999;
  padding-right: 48px;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.account-box .reg-tab ul li:last-child {
  border-right: none;
  padding-left: 48px;
  padding-right: 0;
}
.account-box .reg-tab ul li .title {
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
}
.account-box .reg-tab ul li .icon {
  width: auto;
  height: 136px;
  margin: 35px 0;
}
.account-box .reg-tab ul li a {
  width: 238px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  border: 1px solid #f69500;
  color: #f69500;
}
.account-box .reg-tab ul li a:hover {
  border-color: #eda638;
  color: #eda638;
}
#user-agreement {
  display: none;
}
.user-agreement-dialog .layui-layer {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
.user-agreement-dialog .title {
  font-size: 18px;
  color: #f69500;
  position: relative;
}
.user-agreement-dialog .title .close-btn {
  position: absolute;
  top: -4px;
  right: 30px;
  bottom: auto;
  left: auto;
  padding: 10px;
}
.user-agreement-dialog .title .close-btn img {
  float: left;
}
.user-agreement-dialog .content {
  padding: 30px;
  color: #666;
  text-align: left;
  line-height: 1.6;
}
.ep-send-job {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #f69500;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 40px;
}
.ep-iv-info {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ep-iv-info .name {
  margin-bottom: 8px;
}
.ep-iv-info .pos {
  font-size: 14px;
  color: #666;
}
.selection-switch span {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.selection-switch .radio em {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  float: left;
  margin: 14px 5px auto auto;
  border-radius: 50%;
}
.selection-switch .radio.active em {
  border-color: #f69500;
  background-color: #fff;
  position: relative;
}
.selection-switch .radio.active em:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #f69500;
  border-radius: 50%;
}
.ep-iv-video .video-area {
  min-height: 500px;
  background-color: #e5e5e5;
}
.ep-iv-video .end-iv-btn {
  overflow: hidden;
  text-align: right;
  margin-top: 30px;
}
.ep-iv-video .end-iv-btn .end-btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f69500;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #f69500;
}
.ep-iv-video .end-iv-btn .end-btn:hover {
  border-color: #eda638;
  color: #eda638;
}
.ep-two-iv-tab1 {
  overflow: hidden;
  margin-top: 30px;
}
.ep-two-iv-tab1 .item {
  width: 48.5%;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  background-color: #fbeeda;
  border: 1px solid #f69500;
  text-align: center;
  border-radius: 5px;
  color: #f69500;
  font-size: 18px;
}
.ep-two-iv-tab1.three .item {
  margin-right: 19px;
  width: 31.5%;
  float: left;
}
.ep-two-iv-tab1.three .item.last {
  margin-right: 0;
}
.ep-profile .collect-tab li {
  margin-right: 30px;
}
.ep-profile .collect-tab li a {
  font-size: 16px;
}
.ep-profile .collect-tab li.active a {
  color: #f69500;
}
.ep-profile .collect-tab li.active:before {
  top: 32px;
}
.ep-profile-search {
  width: auto;
  height: 48px;
  line-height: 48px;
}
.ep-profile-search .search-area {
  width: 755px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.ep-profile-search .search-area input {
  width: 720px;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}
.ep-profile-search .search-btn {
  width: 44px;
  height: 48px;
  line-height: 48px;
  background-color: #f69500;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.ep-profile-search .search-btn img {
  float: left;
  margin: 13px 11px;
}
.ep-list1 {
  margin-top: 30px;
}
.ep-list1 ul {
  text-align: center;
}
.ep-list1 ul li {
  width: auto;
  height: 77px;
  line-height: 77px;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
.ep-list1 ul li .avatar {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-top: 20px;
}
.ep-list1 ul li .avatar img {
  width: 100%;
  float: left;
}
.ep-list1 ul li.tit {
  width: auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  text-align: center;
  color: #333;
}
.ep-list1 ul li.tit.nBg {
  background-color: #fff;
  border-top: none;
}
.ep-list1 ul li.tit.bTop {
  border-top: 1px solid #e5e5e5;
}
.ep-list1 ul li .name {
  width: 120px;
  text-align: left;
}
.ep-list1 ul li .job {
  width: 105px;
}
.ep-list1 ul li .send-time {
  width: 160px;
}
.ep-list1 ul li .pre {
  width: 100px;
}
.ep-list1 ul li .pre span {
  color: #f69500;
}
.ep-list1 ul li .status {
  width: 95px;
}
.ep-list1 ul li .status span {
  display: inline-block;
  width: 56px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
}
.ep-list1 ul li .status span.view {
  background-color: #3183ff;
}
.ep-list1 ul li .status span.invite {
  background-color: #3183ff;
  position: relative;
}
.ep-list1 ul li .status span.invite em {
  width: 34px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: -17px;
  right: -5px;
  bottom: auto;
  left: auto;
  z-index: 100;
}
.ep-list1 ul li .status span.invite .sync {
  background-image: url("../images/sync.png");
}
.ep-list1 ul li .status span.invite .asyn {
  background-image: url("../images/asyn.png");
}
.ep-list1 ul li .status span.wait {
  background-color: #f69500;
}
.ep-list1 ul li .status span.end {
  background-color: #1dbcbe;
}
.ep-list1 ul li .status span.out {
  background-color: #999;
}
.ep-list1 ul li .status span.at-iv {
  background-color: #ec3a3a;
}
.ep-list1 ul li .op {
  width: 168px;
}
.ep-list1 ul li .op a {
  color: #666;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}
.ep-list1 ul li .op a:last-child {
  margin-right: 0;
}
.ep-list1 ul li .op a.mark ul {
  position: absolute;
  top: 58px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 68px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 10px 0 7px;
  z-index: 1000;
  background-color: #fff;
  display: none;
}
.ep-list1 ul li .op a.mark ul:before {
  position: absolute;
  top: -5px;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 5px;
  background-image: url("../images/sjx.png");
  z-index: 100;
  content: "";
}
.ep-list1 ul li .op a.mark ul li {
  width: auto;
  height: 24px;
  line-height: 24px;
  border-bottom: none;
}
.ep-list1 ul li .op a.mark ul li.accept {
  color: #1dbcbe;
}
.ep-list1 ul li .op a.mark ul li.out {
  color: #ec3a3a;
}
.ep-list1 ul li .op a.mark:hover ul {
  display: block;
}
.ep-list1 ul li .op a.txt-red {
  color: #ec3a3a !important;
}
.ep-list1 ul li .op .invite {
  color: #f69500;
}
.ep-list1 ul li .op .join {
  color: #1dbcbe;
}
.ep-list1 ul li .count {
  width: 50px;
}
.ep-list1 ul li .wid100 {
  width: 100px !important;
}
.ep-list1 ul li .wid113 {
  width: 113px !important;
}
.ep-list1 ul li .wid133 {
  width: 133px !important;
}
.ep-list1 ul li .wid199 {
  width: 199px !important;
}
.ep-list1 ul li .wid270 {
  width: 270px !important;
}
.ep-list1 ul li .wid315 {
  width: 315px !important;
}
.ep-list1 ul li .wid49h8 {
  width: 49.8% !important;
}
.ep-list1 ul li .txt-orange {
  color: #f69500 !important;
}
.ep-list1 ul li .txt-orange:hover {
  color: #eda638 !important;
}
.ep-list1 ul li .f18 {
  font-size: 18px !important;
}
.ep-list1 ul li.tb-hei54 {
  height: 54px;
  line-height: 54px;
  border-left: none;
  border-right: none;
}
.ep-list1 ul li.tb-hei54 span.radio em {
  margin-top: 21px !important;
}
.ep-list1 ul li .yes-no-job {
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.ep-list1 ul li .yes-no-job img {
  margin: 17px 46.5px;
  cursor: pointer;
}
.ep-list1 ul li .yes-no-job img.y {
  display: block;
}
.ep-list1 ul li .yes-no-job img.n {
  display: none;
}
.ep-list1 ul li .yes-no-job.no img.y {
  display: none;
}
.ep-list1 ul li .yes-no-job.no img.n {
  display: block;
}
.sync-interview-notice .layui-layer-content,
.asyn-interview-notice .layui-layer-content {
  padding: 0 62px;
  text-align: left;
}
.sync-interview-notice .title,
.asyn-interview-notice .title {
  text-align: center;
}
.sync-interview-notice .sub-tit,
.asyn-interview-notice .sub-tit {
  margin-top: 10px;
  position: relative;
}
.sync-interview-notice .sub-tit em,
.asyn-interview-notice .sub-tit em {
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -20px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f69500;
  color: #fff;
  text-align: center;
  font-style: normal;
}
.sync-interview-notice .time,
.asyn-interview-notice .time {
  margin-top: 20px;
}
.sync-interview-notice .time input,
.asyn-interview-notice .time input {
  border: 1px solid #e5e5e5;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
}
.sync-interview-notice .time .day,
.asyn-interview-notice .time .day {
  width: 244px;
}
.sync-interview-notice .address,
.asyn-interview-notice .address {
  margin-top: 20px;
}
.sync-interview-notice .address select,
.asyn-interview-notice .address select {
  width: 276px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  outline: none;
}
.sync-interview-notice textarea,
.asyn-interview-notice textarea {
  margin-top: 20px;
  width: 244px;
  height: 89px;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  outline: none;
  resize: none;
}
.sync-interview-notice a,
.asyn-interview-notice a {
  width: 276px;
  height: 40px;
  line-height: 40px;
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #f69500;
  border-radius: 3px;
  display: inline-block;
}
.sync-interview-notice a:hover,
.asyn-interview-notice a:hover {
  background-color: #eda638;
}
.ep-msg-center .user-com-title1 {
  margin-bottom: 0;
}
.ep-msg-center .ep-msg-list li {
  border-bottom: 1px solid #e5e5e5;
}
.ep-msg-center .ep-msg-list li a {
  width: auto;
  height: 52px;
  line-height: 52px;
  display: block;
  color: #666;
}
.ep-msg-center .ep-msg-list li a span {
  max-width: 625px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-msg-center .ep-msg-list li a em {
  font-style: normal;
}
.ep-msg-center .ep-msg-list li:hover a {
  color: #f69500;
}
.ep-msg-center .ep-msg-detail {
  margin-top: 35px;
  color: #666;
  line-height: 1.6;
}
.enterprise-msg .form-item {
  margin-bottom: 20px;
}
.enterprise-msg .form-item:after {
  display: block;
  clear: both;
  content: "";
}
.enterprise-msg .form-item .label {
  width: 78px;
  line-height: 40px;
  min-height: 40px;
}
.enterprise-msg .form-item .ipt {
  overflow: hidden;
}
.enterprise-msg .form-item .ipt .box {
  width: 722px;
}
.enterprise-msg .form-item .ipt select,
.enterprise-msg .form-item .ipt textarea,
.enterprise-msg .form-item .ipt input.ipt-area {
  width: 690px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 15px;
  outline: none;
}
.enterprise-msg .form-item .ipt select {
  width: 722px;
}
.enterprise-msg .form-item .ipt select.wid355 {
  width: 356px;
}
.enterprise-msg .form-item .ipt textarea {
  height: 96px;
  resize: none;
}
.enterprise-msg .form-item .ep-msg-preview {
  width: 200px;
  height: 60px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.enterprise-msg .form-item .ep-msg-preview.h120 {
  height: 120px;
}
.enterprise-msg .form-item .ep-msg-preview img {
  width: 100%;
  height: auto;
}
.enterprise-msg .form-item label.img-upload {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  position: relative;
}
.enterprise-msg .form-item .ep-msg-file-btn {
  width: 400px;
  height: 55px;
  padding-left: 30px;
}
.enterprise-msg .form-item span {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.enterprise-msg .form-item span.btn {
  width: 130px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ff4400;
  border-radius: 5px;
  border: 1px solid #ff4400;
  display: inline-block;
}
.enterprise-msg .form-item span.select-txt {
  left: 150px;
  width: 400px;
}
.enterprise-msg .form-item input.ipt-file {
  width: 130px;
  height: 44px;
  line-height: 44px;
  opacity: 0;
  position: absolute;
  filter: alpha(opacity=0);
  /* IE8 以及更早的浏览器 */
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 100;
}
.enterprise-msg .form-item .tips {
  width: 720px;
  height: 16px;
  line-height: 16px;
  color: #666;
  margin: 10px 0;
}
.enterprise-msg .form-item .tips em {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f69500;
  font-style: normal;
  text-align: center;
  margin-right: 5px;
  color: #fff;
}
.enterprise-msg .form-item .tips b {
  font-weight: normal;
}
.enterprise-msg .form-item .save-btn {
  width: 275px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f69500;
  color: #fff;
}
.enterprise-msg .form-item.mt50 {
  margin-top: 50px;
}
.enterprise-msg .form-item.job-cate select {
  width: 233px;
  margin-right: 10px;
}
.enterprise-msg .form-item .wage select {
  width: 679px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.enterprise-msg .form-item .wage div {
  width: 42px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-left: none;
}
.ep-enterprise-set .layui-layer-content .title {
  margin-bottom: 25px;
}
.account-re-pwd {
  padding: 60px 0 190px;
}
.account-re-pwd h1 {
  font-size: 24px;
  margin-bottom: 35px;
}
.account-re-pwd .nav {
  width: auto;
  height: 40px;
  background-image: url("../images/account/re-pwd-bg.png");
  margin-bottom: 60px;
}
.account-re-pwd .nav.step3 {
  background-position: 0 40px;
}
.account-re-pwd .nav.step2 {
  background-position: 0 80px;
}
.account-re-pwd .re-pwd-bd {
  display: inline-block;
  margin: 0 auto;
}
.account-re-pwd .account-box {
  background: none;
}
.account-re-pwd .re-pwd-item {
  overflow: hidden;
}
.account-re-pwd .account-item {
  width: 340px;
}
.account-re-pwd .account-item input {
  background-color: #fff !important;
}
.account-re-pwd .label {
  width: 70px;
  height: 42px;
  line-height: 42px;
  padding-right: 10px;
  display: inline-block;
  text-align: right;
}
.account-re-pwd .btn-area {
  margin-left: 80px;
}
.account-re-pwd .re-pwd-success-icon {
  width: 92px;
  height: 92px;
  display: inline-block;
}
.account-re-pwd .re-pwd-success-icon img {
  float: left;
}
.account-re-pwd .re-pwd-success {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
