/*重置样式*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

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

img[src=""] {
  opacity: 0;
}

/*em,*/
/*b {*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*}*/

ul,
ol {
  list-style: none;
}

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

i {
  font-style: normal;
}

button,
input,
select,
textarea {
  outline: none;
  font-family: "Microsoft Yahei";
  -webkit-appearance: none;
  border: 0;
}

input::placeholder {
  color: #999;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

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

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

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

html,
body {
  background: #fff;
  font-size: 14px;
  line-height: 22px;
}

.text-grey {
  color: #999;
}

.text-red {
  color: #ff2e2e;
}

.text-blue {
  color: #004fc5;
}

/*多余一行显示省略号*/
.text-line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*多余两行显示省略号*/
.text-line2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main {
  width: 100%;
  color: #333;
  min-width: 1280px;
}

#header.fixed + .main {
  padding-top: 125px;
}

.bg-grey {
  background: #f3f3f3;
}

.pdtp85 {
  padding-top: 85px !important;
}

.pdbm80 {
  padding-bottom: 80px !important;
}

/*header*/
.header {
  background: #fff;
}

.header .head {
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
}

.header .head .logo {
  margin-right: 25px;
}

.header .head .logo img {
  width: 266px;
}

.header .head .position {
  font-size: 16px;
  margin-top: 10px;
}

.fixed .top .position {
  display: none;
}

.header .head .position a {
  position: relative;
  color: #666;
  font-size: 14px;
}
.header .head .position a .btn-input{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  opacity: 0;
  cursor: pointer;
}

.search-box {
  position: relative;
  width: 650px;
  height: 45px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

.search-box .drop-box {
  position: relative;
  width: 100px;
}
.search-box .drop-box .layui-input-block{
  margin: 0;
  padding: 0;
}
.search-box .drop-box .layui-form-select .layui-input{
  width: 100%;
  height: 25px;
  margin-top: 10px;
  line-height: 25px;
  padding-right: 20px;
  /* text-align: center; */
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  border:0;
  border-right: 1px solid #f0f0f0;
}
.search-box .search-drop {
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
  margin-top: 10px;
  line-height: 25px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  cursor: pointer;
  font-size: 16px;
}
.search-box .search-drop .addr-input{
  width: 100%;
  /* text-align: center; */
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0 15px 0 5px;
  position: relative;
  z-index: 3;
  background: transparent;
}
.search-box .drop-box .layui-form-select .layui-edge{
  border:0;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/icon/icon-arrow-down.png) no-repeat center/100% 100%;
}
.search-box .search-drop:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(../images/icon/icon-arrow-down.png) no-repeat center/100% 100%;
  right: 6px;
  top: 8px;
  transition: all 0.3s;
  z-index: 2;
}

.search-box .search-drop.active {
  border-color: transparent;
}

.search-box .search-drop.active:after {
  transform: rotate(180deg);
}

.search-box .search-list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 43px;
  border: 1px solid #f0f0f0;
  border-top-color: transparent;
  text-align: center;
  background: #fff;
  z-index: 10;
  display: none;
}

.search-box .search-list li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
}

.search-box .search-list li:hover {
  background: #f3f3f3;
}

.search-box .search-drop.active + .search-list {
  display: block;
}

.search-box .search-input {
  width: 435px;
  height: 25px;
  line-height: 25px;
  border: 0;
  outline: none;
  background: transparent;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 14px;
}

.search-box .btn-search {
  position: relative;
  display: block;
  width: 113px;
  height: 100%;
  background: #324c95;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 43px;
  padding-left: 50px;
}

.search-box .btn-search:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 19px;
  height: 20px;
  background: url(../images/icon/icon-search.png) no-repeat center/100% 100%;
  transform: translateY(-50%);
}

.search.long .search-box {
  width: 980px;
}

.search.long .search-box .search-input {
  width: 715px;
}

.search.long .search-box .btn-search {
  width: 155px;
  padding-left: 75px;
}

.search.long .search-box .btn-search:after {
  left: 45px;
}

.search .search-hot {
  color: #999;
  margin-top: 10px;
}

.search .search-hot a {
  display: inline-block;
  color: #999;
  margin-left: 10px;
}

.search .search-hot a:hover {
  color: #324c95;
}

.header .nav {
  display: block;
  margin-right: 45px;
}

.header .nav li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  padding: 0 25px;
  border-bottom: 2px solid transparent;
}

.header .nav li:hover a,.header .nav li.active a {
  color: #324c95;
}

.header .nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #324c95;
  margin-top: -2px;
  transition: width 0.3s;
}

.header .nav li:hover a:after,.header .nav li.active a:after {
  width: 100%;
}

.header .operate {
  height: 60px;
  line-height: 60px;
}

.header .operate > a {
  position: relative;
  padding-left: 31px;
  font-size: 16px;
}

.header .operate > a:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.header .operate a:first-child {
  margin-right: 15px;
}

.header .operate .btn-login:before {
  background: url(../images/icon/icon-head.png) no-repeat center/100% 100%;
}

.header .operate .btn-register:before {
  background: url(../images/icon/icon-register.png) no-repeat center/100% 100%;
}

.header .login-user .message {
  margin-right: 20px;
}

.header .login-user .message:before {
  background: url(../images/icon/icon-message.png) no-repeat center/100% 100%;
}

.header .login-user .user-box {
  position: relative;
  display: inline-block;
}

.header .login-user .user-box .user-head {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  margin-right: 5px;
}

.header .user-box .user {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  z-index: 15;
}

.header .user-box .user:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #666;
  z-index: 2;
  margin-top: -2px;
}

.header .login-user .user-box .select-list {
  position: absolute;
  left: -10px;
  top: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
  padding-top: 85px;
  border-top: 0;
  z-index: 10;
  display: none;
  width: 110%;
  min-width: 120px;
}
.header .login-user .user-box:hover .select-list{
  display: block;
}

.header .login-user .user-box .user.active + .select-list {
  display: block;
}

/* .header .login-user .user-box .select-list li {
  height: 40px;
  line-height: 40px;
} */

.header .login-user .user-box .select-list li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.header .login-user .user-box .select-list li:hover {
  background: #f1f3fb;
  cursor: pointer;
}

/* .header .login-user .user-box .select-list li a {
  display: block;
  padding-left: 35px;
  width: 100%;
} */

.header .login-user .user-box .select-list li a {
  display: block;
  /* padding-left: 35px; */
  width: 100%;
}

.fixed .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  border-bottom: 1px solid #f3f3f3;
  z-index: 100;
}

.fixed .top .search {
  display: none;
}

.fixed .header .head {
  padding-top: 0;
}

.fixed .header .head .logo {
  margin-top: 9px;
}

.fixed .header .head {
  position: relative;
}

.fixed .header .bottom {
  position: absolute;
  height: 100%;
  left: 370px;
  right: 0;
  top: 0;
}

.fixed .header .nav li a,
.fixed .header .operate {
  height: 85px;
  line-height: 85px;
}

/*side-nav*/
.side-nav {
  position: fixed;
  left: 50%;
  bottom: 210px;
  width: 90px;
  text-align: center;
  z-index: 101;
  margin-left: 700px;
}

.side-nav li {
  position: relative;
}

.side-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.side-nav li:hover a {
  color: #324c95;
}

.side-nav a img {
  margin-bottom: 10px;
}

.side-nav .code .code-img {
  position: absolute;
  top: -25px;
  left: -280px;
  display: none;
}

.side-nav .code:hover .code-img {
  display: block;
}

.side-nav #toTop {
  display: none;
}

/*footer*/
.footer {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}

.footer a {
  font-size: 12px;
  color: #999;
}

.footer .friend-link {
  padding: 25px 0;
  border-bottom: 1px solid #333;
}

.footer .friend-link .links {
  margin-left: 83px;
}

.footer .friend-link .links a {
  margin-right: 18px;
  white-space: nowrap;
}

.footer .info {
  padding: 20px 0 50px;
}

.footer .info p span {
  margin-right: 15px;
}

.footer .info p{
  line-height: 22px;
  margin-bottom: 5px;
}


.footer .copyright {
  padding: 20px 0 40px;
}

.footer .copyright img {
  margin-left: 15px;
}

.swiper-box {
  position: relative;
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
}

.swiper-box .swiper-slide img {
  display: block;
  width: 100%;
  /*height: 450px;*/
  height: 365px;
}

.swiper-box .swiper-pagination {
  bottom: 20px !important;
}

.swiper-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
}

.swiper-box .swiper-pagination-bullet-active {
  background: #f7cd5d;
  opacity: 1;
}

.main .banner {
  width: 100%;
}

.main .banner img {
  width: 100%;
}

.img-box {
  overflow: hidden;
}
.meet-img-box{
  position: relative;
}
.meet-done:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.6);
  z-index: 1;
}

.meet-done:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 76px;
  height: 65px;
  background: url(../images/icon/icon-finish.png) no-repeat center/100% 100%;
  z-index: 2;
}

.img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.img-box:hover img {
  transform: scale(1.1);
}

.content-box {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.part {
  position: relative;
  padding: 40px 0 20px;
}

.part-title {
  text-align: center;
}

.part-title .title {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}

.part-title .sub-text {
  margin-top: 15px;
  font-size: 16px;
  color: #999;
}

.btn {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #324c95;
  border-radius: 4px;
}

.btn-preview-1{
  width: 485px;
  background: #f5f7fd;
  border: 1px solid #e0e6f9;
  margin-left: 120px;
  color: #41569e;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
}

.btn-more {
  padding-right: 40px;
  position: relative;
}

.btn-more:after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  background: url(../images/icon/icon-right.png) no-repeat center;
  transition: all 0.3s;
}

.btn-more:hover:after {
  right: 10px;
}

.position-num,.addr{
  position: relative;
  display: inline-block;
  height: 100%;
  padding-left: 35px;
}
.position-num:before,.addr:before{
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  left: 0;
  top:0;
}
.position-num{
  margin-right: 20px;
}
.position-num:before{
  background: url(../images/icon/icon-position.png) no-repeat center/100% 100%;
}
.addr:before{
  background: url(../images/icon/icon-addr.png) no-repeat center/100% 100%;
}

.com-contact{
  color: #3dacb9;
  width: fit-content;
  border-radius: 20px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}

/*.com-contact:hover {*/
/*  color: #0066FF;*/
/*}*/

/*.com-contact:hover span {*/
/*  !*border-bottom: 1px solid #0066FF;*!*/
/*  color:#ff4eed;*/
/*}*/

.com-contact span{
  /*border-bottom: 1px solid #3dacb9;*/
  display: inline-block;
  margin-left: 5px;
  color:#ff4eed;
}

.stu-contact {
  background-color: rgba(180, 231, 180, 1);
  color: #FFFFFF;
  padding: 5px 40px 5px 15px;
  width: 156px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 3px;
}

.stu-contact span {
  line-height: 30px;
  font-size: 16px;
}

.contact-img {
  width: 30px;
  height: 30px;
}

/*分页器*/
.page-device {
  margin: 60px auto 0;
  color: #333;
  text-align: center;
}

.page-device button {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
  color: #324c95;
  border: 1px solid #324c95;
}

#nextPage,
#prePage {
  width: 80px;
}

.page-device .current {
  background-color: #324c95;
  border-color: #324c95;
  color: #fff;
}

/* 页面数量 */
.totalPages {
  margin: 0 10px;
}

.totalPages span,
.totalSize span {
  color: #324c95;
  margin: 0 5px;
}

/*button禁用*/
.page-device button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

/*内页侧边导航*/

.left-nav {
  width: 310px;
  height: 1280px;
  background: #fff;
  padding: 40px 5px 0;
}

.left-nav .user-info {
  text-align: center;
}

.left-nav .user-info .user-head {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.left-nav .user-info p {
  font-size: 16px;
  margin-bottom: 18px;
}

.left-nav .user-info .progress-box {
  text-align: center;
  font-size: 16px;
  color: #999;
}

.left-nav .user-info .progress {
  display: inline-block;
  width: 100px;
  height: 12px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  margin-right: 5px;
}

.left-nav .user-info .progress .progress-bar {
  display: block;
  height: 10px;
  background: #324c95;
  border-radius: 5px;
}

.left-nav .nav-box {
  margin-top: 30px;
}

.left-nav .nav-box li {
  height: 60px;
  padding-top: 5px;
}

.left-nav .nav-box li a {
  display: block;
  font-size: 18px;
  color: #999;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-left: 5px solid transparent;
  padding-left: 109px;
}

.left-nav .nav-box li:hover,
.left-nav .nav-box li.active {
  background: #f3f3f3;
}

.left-nav .nav-box li:hover a,
.left-nav .nav-box li.active a {
  border-color: #f5c229;
  color: #333;
}

.right-content {
  padding: 30px 40px;
  background: #fff;
  margin-left: 325px;
  overflow: hidden;
}

.right-content .page-title {
  font-size: 24px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 35px;
}

/*内页tab切换*/
.tab-nav {
  width: 100%;
  height: 60px;
  margin-top: -20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.tab-nav li {
  padding-right: 40px;
}

.tab-nav li a {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #999;
}

.tab-nav li.active a,
.tab-nav li:hover a {
  border-color: #324c95;
  color: #324c95;
}

/*选择条件*/

.select-conditions,
.selected-conditions {
  border: 1px solid #e3e3e3;
  padding: 0 20px;
  margin: 15px 0;
}

.selected-conditions {
  position: relative;
  min-height: 56px;
  line-height: 56px;
}

.select-conditions li {
  position: relative;
  min-height: 56px;
  line-height: 56px;
  border-bottom: 1px dashed #e3e3e3;
}

.select-conditions li:last-child {
  border: 0;
}

.select-conditions .conditions-name,
.selected-conditions .conditions-name {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 55px;
  width: 125px;
  background: #fbfbfb;
  margin-left: -20px;
  padding-left: 20px;
}

.selected-conditions .conditions-name {
  margin-left: 0;
  color: #183688;
}

.select-conditions .conditions,
.selected-conditions .conditions {
  position: relative;
  padding: 12px 0;
  margin-left: 135px;
  line-height: 30px;
}

.select-conditions .conditions div {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  cursor: pointer;
}

.select-conditions .conditions div p {
  position: absolute;
  width: 250px;
  left: 0;
  top: 30px;
  background: #fff;
  z-index: 10;
  border: 1px solid #e3e3e3;
  padding: 10px 0 10px 15px;
  display: none;
}

.select-conditions .conditions div:hover p {
  display: block;
}

.select-conditions .conditions div p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e3e3e3;
  left: 15px;
  top: -20px;
}

.select-conditions .conditions div p span {
  display: block;
}

.select-conditions .conditions span {
  margin-right: 25px;
  cursor: pointer;
}

.select-conditions .conditions span:hover {
  color: #324c95;
}

.select-conditions .conditions .active {
  color: #183688;
}

.selected-conditions .conditions span {
  position: relative;
  margin-right: 25px;
  padding: 5px 25px 5px 10px;
  background: #324c95;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.selected-conditions .conditions span:after {
  position: absolute;
  content: "×";
  height: 90%;
  font-size: 20px;
  color: #fff;
  right: 5px;
  top: -2px;
}

.selected-conditions .btn-delete {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
}

.selected-conditions .btn-delete:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -26px;
  top: 0;
  background: url(../images/icon/icon-delete.png) no-repeat center/100% 100%;
}

.position-list li {
  width: 310px;
  /* height: 203px; */
  border: 1px solid #e4e4e4;
  /* padding: 15px 13px 0; */
  padding: 13px 11px;
  margin-right: 12px;
  margin-bottom: 25px;
}

.position-list li:nth-child(4n) {
  margin-right: 0;
}

.position-list li:hover {
  -moz-box-shadow: 0 0 3px 3px #f1f1f1;
  -webkit-box-shadow: 0 0 3px 3px #f1f1f1;
  box-shadow: 0 0 3px 3px #f1f1f1;
}
.position-list li .position .position-name {
  margin-bottom: 10px;
  font-size: 18px;
  /* height: 16px;
  line-height: 16px; */
  width: 45%;


  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .position-list li .position{
  display: flex;
  flex-direction: column;
} */
/* .position-list li .position .position-name {
  margin-bottom: 10px;
  font-size: 18px;

  width: 100%;
} */
.position-list li .position .position-name a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.position-list li .position .position-reward {
  font-size: 16px;
  color: #f15525;
  line-height: 22px;
  width: 54%;
  display: flex;
  flex-direction: row-reverse
}

/* .position-list li .position .position-reward {
  display: flex;
  width:100%;
  font-size: 16px;
  color: #f15525;
} */

.position-list li .time {
  color: #999;
  height: 14px;
  line-height: 14px;
  margin-top: 10px;
}

.position-list li .num {
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.position-list li .num span {
  position: relative;
  height: 21px;
  line-height: 21px;
}

.position-list li .num span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.position-list li .num .people {
  padding-left: 25px;
  /*margin-right: 15px;*/
  max-width: 126px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.position-list li .num .work-addr {
  padding-left: 22px;
  display: inline-block;
  float: right;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.position-list li .num .people:before {
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-people2.png) no-repeat center/100% 100%;
}

.position-list li .num .work-addr:before {
  width: 17px;
  height: 21px;
  background: url(../images/icon/icon-addr2.png) no-repeat center/100% 100%;
}

.position-list li .btn-ljtd {
  width: 46%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  /* margin-top: 15px; */
  margin-top: 8px;
  background: #F8F9FD;
  border:1px solid #D3DBF7;
  color:#46569F;
  float: left
}

.position-list li .btn-cancel-collect{
  width: 46%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  /* margin-top: 15px; */
  margin-top: 8px;
  background: #F8F9FD;
  border:1px solid #D3DBF7;
  color:#46569F;
  float: right
}


.position-list li .tmp {
  background: #E3E3E3;
  border:1px solid #F8F8F8;
  color:#333333
}

/*弹窗*/
.modal {
  background: #fff;
  border-radius: 5px;
  display: none;
  padding: 45px;
  overflow: hidden;
}

.modal .modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/icon/icon-close.png) no-repeat center;
}
.modal .modal-btn {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  background: #324c95;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  margin: 40px auto 0;
}

.modal .modal-btn.bg-orange {
  background: #f5c229;
}

.modal .btns {
  margin-top: 50px;
  text-align: center;
}

.modal .btns .modal-btn {
  display: inline-block;
  margin: 0 10px;
}

.modal .form1 .modal-logo {
  display: block;
  margin: 10px auto 55px;
}

.modal .form1 .modal-title {
  margin: -25px 0 30px;
  text-align: center;
}

.modal .form1 li {
  position: relative;
}

.modal .form1 input {
  display: block;
  width: 345px;
  height: 52px;
  border: 1px solid #f4f4f4;
  margin: 0 auto 16px;
  padding-left: 25px;
}

.modal .form1 .checkbox {
  position: relative;
  height: 15px;
  line-height: 15px;
  padding-left: 20px;
  color: #183688;
}

.modal .form1 .checkbox .checkbox-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: url(../images/icon/icon-choose.png) no-repeat center;
}

.modal .form1 .checkbox .checkbox-input:checked {
  background: url(../images/icon/icon-choose-on.png) no-repeat center;
}

.modal .form1 .modal-password {
  margin-top: -4px;
}

.modal .form1 .btn {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  margin: 30px 0 20px;
}

.modal .form1 .get-code {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #183688;
}

.modal-register .modal-title span {
  display: inline-block;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.modal-register .modal-title span.active {
  border-color: #f6d756;
}

.layui-layer-setwin .layui-layer-close {
  right: 3px !important;
  top: 3px !important;
  width: 15px !important;
  height: 15px !important;
  background: url(../images/icon/icon-close.png) no-repeat center !important;
}
.modal-collect-success{
  width: 360px;
  text-align: center;
  font-size: 24px;
}
.modal-collect-success .picture{
  margin-bottom: 25px;
}
.modal-invite-success{
  width: 325px;
  text-align: center;
  font-size: 24px;
}
.modal-invite-success .picture{
  margin-bottom: 30px;
}
.modal-perfect-resume {
  width: 740px;
  height: 620px;
  text-align: center;
}

.modal-perfect-resume .picture {
  margin: 0 auto 30px;
}

.modal-enterprise-attend {
  width: 740px;
  padding: 0;
}

.modal-enterprise-attend .modal-title {
  width: 100%;
  height: 58px;
  background: #F3F3F3;
  line-height: 58px;
  padding: 0 33px;
}

.modal-enterprise-attend .modal-title .icon-sign {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.modal-enterprise-attend .modal-body {
  width: 690px;
  padding-right: 20px;
  max-height: 800px;
  margin: 25px 0 20px 40px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
.modal-enterprise-attend .modal-body .btns{
  margin-top: 30px;
}
.modal-body::-webkit-scrollbar{
  width:5px;
}

.modal-body::-webkit-scrollbar-thumb{
  background: #f9f9f9;
  border-radius:3px;
}

.modal-enterprise-attend .title {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal-enterprise-attend .title span {
  font-size: 14px;
  color: #ff0000;
}

.modal-enterprise-attend .picture {
  width: 280px;
  height: 156px;
  border: 1px solid #E7E7E7;
}

.modal-enterprise-attend .info {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #e6e6e6;
}

.modal-enterprise-attend .meet-info {
  margin-left: 300px;
}

.modal-enterprise-attend .meet-info h2 {
  /* height: 20px; */
  /* line-height: 20px; */
  font-size: 20px;
  margin-bottom: 6px;
}

.modal-enterprise-attend .meet-info dt {
  background: #F5C229;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-weight: bold;
}

.modal-enterprise-attend .meet-info dd {
  height: 66px;
  padding: 10px 20px;
  background: #F6F6F6;
}

.modal-enterprise-attend .meet-info dd p {
  margin-left: 85px;
}

.modal-enterprise-attend .meet-price, .modal-enterprise-attend .meet-site {
  margin-top: 15px;
  height: 32px;
  line-height: 32px;
}

.modal-enterprise-attend .meet-price .tit, .modal-enterprise-attend .meet-site .tit {
  display: inline-block;
  width: 85px;
  text-align: center;
}

.modal-enterprise-attend .meet-price .price {
  font-size: 30px;
  color: #ff0000;
  font-weight: bold;
}

.modal-enterprise-attend .meet-site .site {
  color: #fff;
  background: #ED6F70;
  padding: 3px 15px;
  border-radius: 20px;
}

.modal-enterprise-attend .order {
  position: relative;
  background: #F6F6F6;
  padding: 20px;
}

.modal-enterprise-attend .order li {
  /*height: 35px;*/
  /*line-height: 35px;*/
  margin: 10px 0;
}
.modal-enterprise-attend .order li.price{
  position: absolute;
  color: #ff0000;
  font-size: 18px;
  right: 30px;
  top:20px;
}

.modal-enterprise-attend .order .email, .modal-enterprise-attend .order .telephone {
  margin: 15px 0;
}

.modal-enterprise-attend .order li .tit {
  display: inline-block;
  width: 90px;
  color: #666;
  float: left;
}

.modal-enterprise-attend .order li .company-meet {
  width: calc(100% - 100px);
  display: inline-block;
  line-height: 23px;
}

.modal-enterprise-attend .order li input.text {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  width: 200px;
  padding-left: 15px;
  border-color: #EEE;
  background: #fff;
}

.modal-enterprise-attend .order li .radio-box {
  margin-right: 20px;
}

.modal-enterprise-attend .order li .radio-box label {
  cursor: pointer;
}

.modal-enterprise-attend .order li input.radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0;
  margin: -3px 5px 0 0;
  border-color: #E3E3E3;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
}

.modal-enterprise-attend .order li input.radio:checked {
  border: 5px solid #41599F;
}
.modal-enterprise-attend .order .ticket-content{
  padding-top: 5px;
  height: auto;
  padding-left: 95px;
}
.modal-enterprise-attend .order .ticket-content .ticket-type a{
  display: inline-block;
  width: 100px;
  height: 35px;
  background: #fff;
  border: 1px solid #EBEBEB;
  line-height: 35px;
  padding-left: 15px;
  margin-right: 10px;
}
.modal-enterprise-attend .order .ticket-content .ticket-type a.active{
  border:0;
  background:url(../images/icon/icon-choose-bg.png) no-repeat center/100% 100%;
}
.modal-enterprise-attend .order .ticket-content .text{
  display: block;
  width: 355px;
  margin:10px 0;
}
.modal-enterprise-attend .ticket-info{
  background: #f6f6f6;
  margin-top: -2px;
  padding-bottom: 30px;
}
.modal-enterprise-attend .ticket-info .layui-input-block{
  margin-left: 0;
}
.modal-enterprise-attend .ticket-info .layui-input-block.short{
  display: inline-block;
  width: 215px;
  height: 40px;
  margin-right: 10px;
}
.modal-enterprise-attend .ticket-info .layui-input-block.short .layui-input{
  width: 100%;
}
.modal-enterprise-attend .ticket-info .layui-form-label{
  width: 110px;
  text-align: right;
  color: #333;
}
.modal-enterprise-attend .ticket-info .layui-input{
  margin: 0;
  width: 445px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
  outline: none;
}
.modal-enterprise-attend .ticket-info .content-title{
  padding: 10px 0 10px 110px;
  font-size: 18px;
  color: #333;
}

.modal-enterprise-attend .protocol{
  margin-top: 15px;
}
.modal-enterprise-attend .protocol .checkbox{
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 12px;
  cursor: pointer;
  border: 0;
  background: url(../images/icon/icon-choose.png) no-repeat center;
}
.modal-enterprise-attend .protocol .checkbox:checked {
  background: url(../images/icon/icon-choose-on.png) no-repeat center;
}
.modal-enterprise-attend .protocol .price-box{
  font-size: 18px;
  margin-top: 10px;
}
.modal-enterprise-attend .protocol .price-box .price{
  font-size: 24px;
  font-weight: bold;
}
.modal-order .modal-body{
  max-height: 750px;
  overflow-y: scroll;
}
.modal-order .picture{
  display: block;
  margin: 0 auto 30px;
}
.modal-order h2,.modal-order h6 span{
  font-size: 24px;
}
.modal-order h6{
  font-size: 18px;
  margin-top: 20px;
}
.modal-order .btns{
  margin-top: 30px;
}
.modal-order .title{
  font-size: 18px;
  margin: 40px 0 20px;
}
.modal-order .order-list{
  width: 675px;
}
.modal-order .list-head{
  height: 55px;
  background: #F3F3F3;
  line-height: 55px;
  padding: 0 5px 0 15px;
}
.modal-order .list-head .btn{
  background: #ED6F70;
  width: 150px;
  height: 45px;
  line-height: 45px;
  margin-top: 5px;
}
.modal-order .list-head .btn.disabled{
  background: #ccc;
}
.modal-order .list-body{
  background: #F4F6FD;
  padding: 5px 15px;
  margin-top: 5px;
}
.modal-order .list-body .list-item{
  height: 45px;
  line-height: 45px;
}
.modal-order .list-body .list-item .desc{
  width: 500px;
  margin-right: 50px;
}
.modal-order .list-body .price{
  color: #f57129;
}
.modal-person-attend {
  width: 700px;
}

.modal-person-attend h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.modal-person-attend h3 b {
  font-weight: bold;
}

.modal-person-attend .form {
  width: 550px;
  margin: 60px auto 0;
}

.modal-person-attend .form li {
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}

.modal-person-attend .form li:last-child {
  height: auto;
  margin-bottom: 50px;
}

.modal-person-attend .form li span {
  font-size: 16px;
  color: #999;
  width: 130px;
  text-align: right;
  margin-right: 5px;
}
.modal-person-attend .form li .layui-input-block{
  display: inline-block;
  margin: 0;
  right: 0;
}

.modal-person-attend .form li .select-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.modal-person-attend .form li .select-box .select-input ,.modal-person-attend .form li .layui-input-block input{
  position: relative;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 335px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #E8E8E8;
}
.modal-person-attend .form li .layui-input-block input{
  padding-left: 10px;
}

.modal-person-attend .form li .radio-box {
  height: 30px;
}

.modal-person-attend .form li .radio-box label {
  cursor: pointer;
}

.modal-person-attend .form li .radio {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding: 0;
  margin: -3px 6px 0 0;
  border-color: #E3E3E3;
  vertical-align: middle;
  cursor: pointer;
}

.modal-person-attend .form li .radio:checked {
  border: 5px solid #F5C229;
}

.modal-person-attend .form li .select-box:after,.modal-person-attend .form li .layui-form-select .layui-edge {
  position: absolute;
  content: "";
  right: 10px;
  top: 16px;
  width: 14px;
  height: 8px;
  background: url(../images/icon/icon-arrow-down.png) no-repeat center/100% 100%;
  z-index: 2;
  transition: all .3s;
  border: 0;
}
.modal-person-attend .form li .layui-form-select .layui-edge{
  top:20px;
}

.modal-person-attend .form li .select-box.active:after {
  transform: rotate(-180deg);
}

.modal-person-attend .select-list {
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  z-index: 10;
  background: #fff;
  display: none;
}

.modal-person-attend .select-box.active .select-list {
  display: block;
}

.modal-person-attend .select-box .select-list li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left: 25px;
  cursor: pointer;
}

.modal-person-attend .select-box .select-list li:hover {
  background: #f3f3f3;
}

.modal-person-attend .form li .select-box .select-list {
  top: 44px;
}
.layui-layer.layui-layer-page{
  border-radius: 5px;
}
.modal-protocol{
  width: 750px;
  padding-bottom: 40px;
}
.modal-protocol .modal-title{
  position: relative;
  height: 68px;
  line-height: 68px;
  background: #41599F;
  color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 24px;
}
.modal-protocol .modal-title .btn-close{
  position: absolute;
  width: 70px;
  height: 32px;
  border: 1px solid #b1c2f4;
  font-size: 16px;
  color: #b1c2f4;
  top:15px;
  right: 15px;
  line-height: 30px;
  background: #41599F;
  z-index: 100;
  border-radius: 3px;
}
.modal-protocol .modal-body{
  padding:30px 65px 0;
  font-size: 14px;
  color: #333;
  max-height: 700px;
  overflow-y: auto;
  line-height: 26px;
}
.modal-protocol .modal-body h3{
  font-size: 18px;
  color: #000;
  margin: 15px 0 5px;
}

#jobPurpose .select-input {
  width: auto;
  min-width: 335px;
  max-width: 405px;
  padding-right: 30px;
}

#jobPurpose .select-input span {
  position: relative;
  padding: 3px 23px 3px 8px;
  background: #F0F3FC;
  border: 1px solid #E7EBF8;
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  color: #41599f;
}

#jobPurpose .select-input span:after {
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  right: 5px;
  top: 4px;
  content: "×";
  font-size: 22px;
  color: #41599f;
}

#jobPurpose .select-list {
  padding: 0 10px 20px;
  line-height: 30px;
}

#jobPurpose .select-list .select-option {
  width: auto;
  font-size: 14px;
  color: #333;
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
}

#jobPurpose .select-list .tip {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

/* 必填*号 */
.must::before {
  content: "*";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #ff0000;
  font-size: 14px;
}
/* layui覆盖样式 */
.layui-input {
  width: 170px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 3px;
}

.layui-btn {
  height: 34px;
  line-height: 34px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
}

.layui-btn:hover {
  color: inherit;
}

.layui-form.checkbox {
  display: inline-block;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #314a96;
  color: #fff;
}

.layui-form-checked[lay-skin="primary"] i {
  border-color: #314a96 !important;
  background-color: #314a96;
}
.layui-form-select dl dd.layui-this{
  background: #eef2fc;
  color: #314a96;
}
.modal-login-add-wx{
  display: flex;
  flex-direction: row;
}
.bolewxjpg{
  width:156px;
  height:156px;
  margin-bottom: 20px;
}
.modal-login-wx{
  display: flex;
  width:250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .content-box{
    transform: scale(.938) translateX(-7px);
  }
  .main.center .content-box{
    transform:none;
    width: 1200px;
  }
  .main.center .content-box .inner-content{
    transform: scale(.938);
  }
  .main.center .content-box .inner-content.zwgl{
    transform:none;
    width: 820px;
  }
  .main.center .content-box .left-nav{
    width: 290px;
  }
  .main.center .content-box .right-content{
    margin-left: 300px;
  }
  .right-content .gszl .content .input-box{
    padding: 0 20px;
  }
}
.footer .friend-link .links a:hover{
  color:rgb(215,184,100);
}
.footer .info .nav_items{
  padding:8px 0;
}
.footer .info .nav_items a{
  margin-right: 18px;
  white-space: nowrap;
}
.footer .info .nav_items a:hover{
  color:rgb(215,184,100);
}
.footer .info .about_us{
  display: flex;justify-content: space-between;
}
.footer .info .about_us ul{
  display: flex;justify-content: space-between;
}
.footer .info .about_us ul li{
  position: relative;
}
.footer .info .about_us ul li:hover{
  color:rgb(215,184,100);
}
.footer .info .about_us ul li span img{
  width: 20px;
  height: 20px;
  margin:0 4px 0 10px;
}
.footer .info .about_us ul li .about_us_mask{
  width: 120px;
  height: 120px;
  padding:8px;
  background:#fff;
  position: absolute;
  top:-128px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 8px;
  display: none;
}
.footer .info .about_us ul li .about_us_mask img{
  width: 100%;
  height: 100%;
}
.footer .info .about_us ul li .about_us_mask .triangle{
  width:0px;
  height: 0px;
  border: 10px solid ;
  border-bottom: 0;
  border-color: #fff transparent;
  position: relative;
  top: 8px;
}
