@charset "UTF-8";
.fame-com .fame-com_header .fame-com_message span:first-child,
.fame-com .fame-com_post .job_hot_name,
.hot-town-com .hot-town-com_header .hot-town-com_message,
.hot-town-com .hot-town-com_post .town-com_post_message span:first-child,
.hot-town-com .hot-town-com_post .town-com_post_name,
.job-popup-content .popup-selected-list li .name,
.job_list .com_box .com_name,
.job_list .com_box .job-card_industry,
.job_list .com_box p,
.job_list .job_only_box .job_title .job_hot_name,
.job_list .message .message_ask,
.job_list .message .message_degree,
.job_list .message .message_site,
.job_list .sift-post_box .job_title .job_hot_name,
.sift-post .com_box .com_name,
.sift-post .com_box .job-card_industry,
.sift-post .com_box p,
.sift-post .job_only_box .job_title .job_hot_name,
.sift-post .message .message_ask,
.sift-post .message .message_degree,
.sift-post .message .message_site,
.sift-post .sift-post_box .job_title .job_hot_name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.job-popup-content {
  position: absolute;
  z-index: 99;
  top: 52px;
  left: 0;
  width: 600px;
  height: 421px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.job-popup-content .popup-selected-list {
  float: left;
  width: 33.3%;
  height: 421px;
  overflow-y: auto;
  font-size: 14px;
  padding: 10px 0;
  border-right: 1px solid #e8e8e8;
}
.job-popup-content .popup-selected-list.popup-selected-list-first,
.job-popup-content .popup-selected-list.popup-selected-list-last {
  border-right: 0;
}
.job-popup-content .popup-selected-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
.job-popup-content .popup-selected-list::-webkit-scrollbar-thumb,
.job-popup-content .popup-selected-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
.job-popup-content .popup-selected-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
.job-popup-content .popup-selected-list li {
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 24px;
  color: #63666d;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.job-popup-content .popup-selected-list li .selector-arrow-right {
  opacity: 0;
}
.job-popup-content .popup-selected-list li.open,
.job-popup-content .popup-selected-list li.selected,
.job-popup-content .popup-selected-list li:hover {
  color: #0052ff;
  background: #f6f6f8;
}
.job-popup-content .popup-selected-list li.open:after,
.job-popup-content .popup-selected-list li.selected:after,
.job-popup-content .popup-selected-list li:hover:after {
  color: #0052ff;
}
.job-popup-content .popup-selected-list li.open .selector-arrow-right,
.job-popup-content .popup-selected-list li.selected .selector-arrow-right,
.job-popup-content .popup-selected-list li:hover .selector-arrow-right {
  opacity: 1;
}
.job-popup-content .popup-selected-list li .selected-icon {
  margin-left: 20px;
}
.job-popup-content .popup-selected-list.popup-selected-list-first li.open {
  background: #f6f6f8;
  color: #0052ff;
}
.job-popup-content .popup-selected-list.popup-selected-list-first li.selected,
.job-popup-content .popup-selected-list.popup-selected-list-first li.selected:after,
.job-popup-content .popup-selected-list.popup-selected-list-first li:hover,
.job-popup-content .popup-selected-list.popup-selected-list-first li:hover:after {
  color: #0052ff;
}
.job-popup-content .popup-selected-list.popup-selected-list-last li:after {
  content: ' ';
  font-size: 30px;
  right: 18px;
}
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(1) li,
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(2) li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(1) li .name,
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(2) li .name {
  width: 150px;
}
#user-contact-dialog .jbox-container,
#user-resume-dialog .jbox-container,
#user-text-dialog .jbox-container {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#user-contact-dialog #jbox-content,
#user-resume-dialog #jbox-content,
#user-text-dialog #jbox-content {
  width: 100%;
  height: 570px !important;
}
#user-contact-dialog .jbox-help-title,
#user-resume-dialog .jbox-help-title,
#user-text-dialog .jbox-help-title {
  display: none !important;
}
#user-contact-dialog .jbox-title-panel,
#user-resume-dialog .jbox-title-panel,
#user-text-dialog .jbox-title-panel {
  height: 70px;
  background: 0 0;
  display: none;
}
#user-contact-dialog .jbox-title,
#user-resume-dialog .jbox-title,
#user-text-dialog .jbox-title {
  font-size: 16px;
  color: #303237;
  padding: 28px 0 0 22px;
  line-height: 24px;
}
#user-contact-dialog #jbox-states,
#user-resume-dialog #jbox-states,
#user-text-dialog #jbox-states {
  background: #fff;
  padding: 0;
}
#user-contact-dialog .jbox-close,
#user-resume-dialog .jbox-close,
#user-text-dialog .jbox-close {
  display: none;
  width: 16px;
  height: 16px;
  padding-top: 54px;
  background: url(../images/close-popup.png) center no-repeat;
}
#user-resume-dialog .jbox-close {
  display: block;
}
#user-resume-dialog .user-tip-img-content {
  margin: 0 auto;
  text-align: center;
  padding-top: 34px;
}
#user-resume-dialog .user-tip-img-content .user-tip-img {
  margin: 0 auto;
}
#user-resume-dialog .user-tip-img-content .user-tip-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#user-resume-dialog .user-tip-img-content .user-tip-text {
  max-width: 308px;
  text-align: center;
  font-size: 14px;
  color: #63666d;
  margin: 10px auto 30px;
  line-height: 20px;
}
#user-resume-dialog .user-tip-img-content .user-jump-to-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  background: #0052ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
}
#user-text-dialog .user-tip-text-content {
  padding: 70px 20px 30px 40px;
}
#user-text-dialog .user-tip-text-content .user-tip-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#user-text-dialog .user-tip-text-content .user-tip-text-block .notice-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -100px -441px;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
#user-text-dialog .user-tip-text-content .user-tip-text-block .user-tip-text {
  max-width: 308px;
  text-align: center;
  font-size: 14px;
  color: #63666d;
  line-height: 20px;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 33px;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-cancel-btn,
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-confirm-btn {
  width: 78px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-cancel-btn {
  background: #fff;
  border: 1px solid #d9dde6;
  color: #93989e;
}
#user-text-dialog .user-tip-text-content .prompt-btn-list .prompt-confirm-btn {
  background: #0052ff;
  border: 1px solid #0052ff;
  color: #fff;
  margin-left: 10px;
}
#user-contact-dialog .jbox-close,
#user-contact-dialog .jbox-title-panel {
  display: block;
}
#user-contact-dialog .user-contact-content {
  padding: 14px 20px 0;
}
#user-contact-dialog .user-contact-content .user-contact-text {
  font-size: 16px;
  color: #63666d;
  line-height: 25px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list {
  margin-top: 43px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn {
  cursor: pointer;
  float: left;
  margin-top: 6px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn .check-prompt-box {
  width: 20px;
  height: 20px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #93989e;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn .check-prompt-text {
  font-size: 14px;
  color: #303237;
  margin-left: 10px;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .select-prompt-btn.selected .check-prompt-box {
  background-image: url(../images/user-selected.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
  border: none;
}
#user-contact-dialog .user-contact-content .prompt-btn-list .prompt-confirm-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: #0052ff;
  border: 1px solid #0052ff;
  color: #fff;
  margin-left: 10px;
}
body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 235, 255, 0.5)), to(rgba(197, 216, 255, 0.2)));
  background: -webkit-linear-gradient(top, rgba(225, 235, 255, 0.5) 0, rgba(197, 216, 255, 0.2) 100%);
  background: oldlinear-gradient(top, rgba(225, 235, 255, 0.5) 0, rgba(197, 216, 255, 0.2) 100%) -moz-;
  background: -o-linear-gradient(top, rgba(225, 235, 255, 0.5) 0, rgba(197, 216, 255, 0.2) 100%);
  background: linear-gradient(180deg, rgba(225, 235, 255, 0.5) 0, rgba(197, 216, 255, 0.2) 100%);
  font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
}
.border-n {
  border: none !important;
}
.fl-r {
  float: right;
}
.fl-l {
  float: left;
}
.c_p_r {
  position: relative;
  width: 1204px;
  height: 790px;
  margin-left: -10px;
}
.top-advertising img {
  width: 100%;
}
.mar-b61 {
  margin-bottom: 61px !important;
}
.pad-t17 {
  padding-top: 17px;
}
.top-back-login {
  background: -webkit-gradient(linear, left top, right top, from(#2e9bff), to(#0052fc));
  background: -webkit-linear-gradient(left, #2e9bff, #0052fc);
  background: oldlinear-gradient(left, #2e9bff, #0052fc) -moz-;
  background: -o-linear-gradient(left, #2e9bff, #0052fc);
  background: linear-gradient(to right, #2e9bff, #0052fc);
  width: 100%;
  height: 130px;
  display: none;
}
.top-back-login .back-login {
  height: 130px;
  background-repeat: no-repeat;
  -moz-background-size: auto 130px;
  background-size: auto 130px;
  background-position: center;
}
.top-back-login .back-login-input_box {
  width: 1186px;
  margin: 0 auto;
  position: relative;
}
.top-back-login .back-login-input_box .left_26 {
  margin-left: 26px;
}
.top-back-login .back-login-input_box .num_content {
  position: absolute;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-back-login .back-login-input_box .num_content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.top-back-login .back-login-input_box .num_content div .num {
  color: #ffff2a;
  font-size: 20px;
  margin-right: 4px;
  font-weight: 700;
  letter-spacing: 1px;
}
.top-back-login .back-login-input_box .num_content div .num_tip {
  color: #fff;
  font-size: 14px;
  margin-top: 2px;
}
.top-back-login .back-login-input_box .head_site {
  left: 177px;
  top: 72px;
}
.top-back-login .back-login_tip {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 25px;
  right: 100px;
}
.top-back-login .back-login_tip .xian {
  display: inline;
  height: 16px;
  margin: 4px 8px 0;
  border-right: 1px solid #fff;
}
.input_content {
  position: absolute;
  right: 0;
  top: 40px;
  float: right;
}
.input_content.header-input_content {
  position: static;
  margin-left: 8px;
}
.input_content.header-input_content .header2023-login-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input_content input {
  background-color: #fff;
  padding: 0 16px;
  height: 40px;
}
.input_content .mobile {
  width: 180px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 8px;
}
.input_content .get_code {
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  padding-right: 16px;
}
.input_content .get_code input {
  width: 150px;
}
.input_content .get_code a {
  color: #0052ff;
  cursor: pointer;
  font-size: 14px;
}
.input_content button {
  float: right;
  margin-left: 8px;
  width: 130px;
  height: 40px;
  border: 1px solid #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.input_content .form-item {
  position: relative;
}
.input_content .form-item label.error {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  line-height: normal;
  font-size: 12px;
  color: #ff5657;
}
.search {
  width: 850px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 54px;
  margin: 32px auto 20px;
  background-color: #0052fc;
  padding: 2px 6px 2px 2px;
}
.search.header-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 666px;
  margin: 0;
}
.search .search-box {
  display: inline-block;
  width: 747px;
  height: 50px;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.search .search-box .search-change_box {
  display: inline-block;
  position: relative;
  width: 100px;
}
.search .search-box .search-change_type {
  width: 102px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.search .search-box .caret-bottom {
  position: absolute;
  right: 0;
  top: 24px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -573px -190px;
  width: 8px;
  height: 4px;
}
.search .search-box .pos-search-input {
  width: 640px;
  font-size: 16px;
  padding-left: 10px;
}
.search .search-box input::-webkit-input-placeholder {
  font-size: 16px;
}
.search .search-box input {
  height: 50px;
}
.search .pos-search-btn {
  cursor: pointer;
  display: inline;
  font-size: 19px;
  line-height: 50px;
  color: #fff;
  float: right;
  width: 90px;
}
.hot-text {
  width: 850px;
  margin: 0 auto 32px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.hot-text h3 {
  float: left;
  font-size: 14px;
  color: #93989e;
}
.hot-text ul {
  color: #0052ff;
  float: left;
  width: 750px;
}
.hot-text ul li {
  cursor: pointer;
  float: left;
  margin-right: 12px;
}
.hot-text ul li a {
  display: inline-block;
  color: #0052ff;
  background: #f8faff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hot-text ul li a:hover {
  color: #fff;
  background: #0052ff;
}
.pagination-box {
  position: relative;
  bottom: -15px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.pagination-box .pagination2 {
  display: inline-block;
  height: 8px;
}
.pagination-box .swiper-pagination-switch {
  display: inline-block;
  width: 28px;
  height: 4px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #d9dde6;
  margin: 0 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.pagination-box .swiper-active-switch {
  background: #0052ff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.button_next,
.button_prev {
  position: absolute;
  top: 40%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.button_next {
  right: 10px;
  left: auto;
}
.button_prev {
  right: auto;
  left: 10px;
}
.banner-main-top-left:hover .button_next,
.banner-main-top-left:hover .button_prev {
  opacity: 1;
}
.centent {
  width: 1186px;
  margin: 0 auto;
}
.home-title,
.home-title-small {
  margin-top: 80px;
  margin-bottom: 10px;
  color: #303237;
  text-align: center;
}
.home-title {
  font-size: 32px;
}
.home-title-small {
  font-size: 24px;
}
.home-tip {
  color: #303237;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.home-tip span {
  color: #0052fc;
}
.hot_job_nav {
  height: 20px;
  margin-bottom: 36px;
}
.hot_job_nav ul {
  color: #63666d;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.hot_job_nav ul .active_li,
.hot_job_nav ul li:hover {
  color: #0052ff;
}
.hot_job_nav ul li {
  display: inline-block;
  margin: 0 42px 16px 0;
  cursor: pointer;
  position: relative;
}
.hot_job_nav ul li h3 {
  display: inline-block;
  font-size: 16px;
}
.hot_job_nav ul li:last-child {
  margin-right: 0;
}
.hot_job_nav ul .active_li h3 {
  font-weight: 700;
}
.hot_job_nav ul .active_li:after {
  content: ' ';
  width: 16px;
  height: 3px;
  display: block;
  margin: 5px auto 0;
  background-color: #0052ff;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sift-header_box {
  margin: 0 0 20px 22px;
}
.sift-header {
  color: #63666d;
  font-size: 16px;
}
.sift-header p {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.hot-town_nav ul .active_li:after,
.sift-header .sift-action:after {
  content: ' ';
  height: 3px;
  margin: 5px auto 0;
  -moz-border-radius: 6px;
}
.sift-header p:hover {
  color: #0052ff;
}
.sift-header .sift-action {
  color: #0052ff;
  font-weight: 700;
}
.sift-header .sift-action:after {
  width: 40px;
  display: block;
  background-color: #0052ff;
  border-radius: 6px;
}
.job_list,
.sift-post {
  height: 444px;
}
.job_list.hide,
.sift-post.hide {
  display: none;
}
.job_list .job_only_box:nth-child(2),
.job_list .job_only_box:nth-child(5),
.job_list .job_only_box:nth-child(8),
.job_list .job_only_box:nth-child(11),
.job_list .job_only_box:nth-child(14),
.job_list .job_only_box:nth-child(17),
.job_list .sift-post_list .sift-post_box:nth-child(2),
.job_list .sift-post_list .sift-post_box:nth-child(5),
.job_list .sift-post_list .sift-post_box:nth-child(8),
.job_list .sift-post_list .sift-post_box:nth-child(11),
.job_list .sift-post_list .sift-post_box:nth-child(14),
.job_list .sift-post_list .sift-post_box:nth-child(17),
.sift-post .job_only_box:nth-child(2),
.sift-post .job_only_box:nth-child(5),
.sift-post .job_only_box:nth-child(8),
.sift-post .job_only_box:nth-child(11),
.sift-post .job_only_box:nth-child(14),
.sift-post .job_only_box:nth-child(17),
.sift-post .sift-post_list .sift-post_box:nth-child(2),
.sift-post .sift-post_list .sift-post_box:nth-child(5),
.sift-post .sift-post_list .sift-post_box:nth-child(8),
.sift-post .sift-post_list .sift-post_box:nth-child(11),
.sift-post .sift-post_list .sift-post_box:nth-child(14),
.sift-post .sift-post_list .sift-post_box:nth-child(17) {
  margin: 0 16px;
}
.job_list .sift-post_list .no-data,
.sift-post .sift-post_list .no-data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 443px;
  line-height: 443px;
  font-size: 13px;
  color: #63666d;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding-top: 90px;
  background: url(../images/no-data.png) center 32% no-repeat #fff;
}
.job_list .job_only_box,
.job_list .sift-post_box,
.sift-post .job_only_box,
.sift-post .sift-post_box {
  float: left;
  width: 384px;
  height: 137px;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 18px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
.job_list .job_only_box:hover,
.job_list .sift-post_box:hover,
.sift-post .job_only_box:hover,
.sift-post .sift-post_box:hover {
  -webkit-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  -moz-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
}
.job_list .job_only_box:hover .job-card_posName,
.job_list .sift-post_box:hover .job-card_posName,
.sift-post .job_only_box:hover .job-card_posName,
.sift-post .sift-post_box:hover .job-card_posName {
  color: #0052ff;
}
.job_list .job_only_box .job_title-box,
.job_list .sift-post_box .job_title-box,
.sift-post .job_only_box .job_title-box,
.sift-post .sift-post_box .job_title-box {
  height: 20px;
}
.job_list .job_only_box .job_title-box:hover .job_card,
.job_list .sift-post_box .job_title-box:hover .job_card,
.sift-post .job_only_box .job_title-box:hover .job_card,
.sift-post .sift-post_box .job_title-box:hover .job_card {
  display: block;
}
.job_list .job_only_box .job_title-box:hover .icon-wx_1,
.job_list .sift-post_box .job_title-box:hover .icon-wx_1,
.sift-post .job_only_box .job_title-box:hover .icon-wx_1,
.sift-post .sift-post_box .job_title-box:hover .icon-wx_1 {
  display: none;
}
.job_list .job_only_box .job_title-box:hover .icon-wx_2,
.job_list .sift-post_box .job_title-box:hover .icon-wx_2,
.sift-post .job_only_box .job_title-box:hover .icon-wx_2,
.sift-post .sift-post_box .job_title-box:hover .icon-wx_2 {
  display: inline-block;
}
.job_list .job_only_box .job_title,
.job_list .sift-post_box .job_title,
.sift-post .job_only_box .job_title,
.sift-post .sift-post_box .job_title {
  font-size: 18px;
  font-weight: 700;
}
.job_list .job_only_box .job_title .job_hot_name,
.job_list .sift-post_box .job_title .job_hot_name,
.sift-post .job_only_box .job_title .job_hot_name,
.sift-post .sift-post_box .job_title .job_hot_name {
  max-width: 9em;
  font-weight: 600;
  color: #303237;
}
.job_list .job_only_box .job_title .job_hot_name:hover,
.job_list .sift-post_box .job_title .job_hot_name:hover,
.sift-post .job_only_box .job_title .job_hot_name:hover,
.sift-post .sift-post_box .job_title .job_hot_name:hover {
  color: #0052ff;
}
.job_list .job_only_box .job_title .job_card,
.job_list .sift-post_box .job_title .job_card,
.sift-post .job_only_box .job_title .job_card,
.sift-post .sift-post_box .job_title .job_card {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  width: 410px;
  -webkit-box-shadow: 0 4px 15px 1px rgba(50, 63, 75, 0.15);
  -moz-box-shadow: 0 4px 15px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 15px 1px rgba(50, 63, 75, 0.15);
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 98;
  padding-bottom: 20px;
}
.job_list .job_only_box .job_title .job_card .job-card_header,
.job_list .sift-post_box .job_title .job_card .job-card_header,
.sift-post .job_only_box .job_title .job_card .job-card_header,
.sift-post .sift-post_box .job_title .job_card .job-card_header {
  background: -webkit-linear-gradient(86deg, #f0fcff 0, #f9fbff 100%);
  background: oldlinear-gradient(86deg, #f0fcff 0, #f9fbff 100%) -moz-;
  background: -o-linear-gradient(86deg, #f0fcff 0, #f9fbff 100%);
  background: linear-gradient(4deg, #f0fcff 0, #f9fbff 100%);
  padding: 20px;
}
.job_list .job_only_box .job_title .job_card .job-card_header .job-card_degreeStr,
.job_list .job_only_box .job_title .job_card .job-card_header .job-card_site,
.job_list .job_only_box .job_title .job_card .job-card_header p:nth-child(4),
.job_list .sift-post_box .job_title .job_card .job-card_header .job-card_degreeStr,
.job_list .sift-post_box .job_title .job_card .job-card_header .job-card_site,
.job_list .sift-post_box .job_title .job_card .job-card_header p:nth-child(4),
.sift-post .job_only_box .job_title .job_card .job-card_header .job-card_degreeStr,
.sift-post .job_only_box .job_title .job_card .job-card_header .job-card_site,
.sift-post .job_only_box .job_title .job_card .job-card_header p:nth-child(4),
.sift-post .sift-post_box .job_title .job_card .job-card_header .job-card_degreeStr,
.sift-post .sift-post_box .job_title .job_card .job-card_header .job-card_site,
.sift-post .sift-post_box .job_title .job_card .job-card_header p:nth-child(4) {
  font-size: 13px;
  color: #93989e;
}
.job_list .job_only_box .job_title .job_card .job-card_header .job-card_degreeStr:after,
.job_list .job_only_box .job_title .job_card .job-card_header .job-card_site:after,
.job_list .sift-post_box .job_title .job_card .job-card_header .job-card_degreeStr:after,
.job_list .sift-post_box .job_title .job_card .job-card_header .job-card_site:after,
.sift-post .job_only_box .job_title .job_card .job-card_header .job-card_degreeStr:after,
.sift-post .job_only_box .job_title .job_card .job-card_header .job-card_site:after,
.sift-post .sift-post_box .job_title .job_card .job-card_header .job-card_degreeStr:after,
.sift-post .sift-post_box .job_title .job_card .job-card_header .job-card_site:after {
  content: '|';
  margin: 0 8px;
}
.job_list .job_only_box .job_title .job_card .job-card_message,
.job_list .sift-post_box .job_title .job_card .job-card_message,
.sift-post .job_only_box .job_title .job_card .job-card_message,
.sift-post .sift-post_box .job_title .job_card .job-card_message {
  color: #93989e;
  font-size: 12px;
  margin: 20px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.job_list .job_only_box .job_title .job_card .job-card_posName,
.job_list .sift-post_box .job_title .job_card .job-card_posName,
.sift-post .job_only_box .job_title .job_card .job-card_posName,
.sift-post .sift-post_box .job_title .job_card .job-card_posName {
  color: #303237;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.job_list .job_only_box .job_title .job_card .job-card_posName a,
.job_list .sift-post_box .job_title .job_card .job-card_posName a,
.sift-post .job_only_box .job_title .job_card .job-card_posName a,
.sift-post .sift-post_box .job_title .job_card .job-card_posName a {
  width: 225px;
}
.job_list .job_only_box .job_title .job_card span,
.job_list .sift-post_box .job_title .job_card span,
.sift-post .job_only_box .job_title .job_card span,
.sift-post .sift-post_box .job_title .job_card span {
  color: #ff8116;
  margin-left: 16px;
}
.job_list .job_only_box .job_title .job-card_work,
.job_list .sift-post_box .job_title .job-card_work,
.sift-post .job_only_box .job_title .job-card_work,
.sift-post .sift-post_box .job_title .job-card_work {
  color: #63666d;
  border-top: 1px solid #eceef2;
  padding-top: 20px;
  margin: 20px 20px 10px;
  font-size: 14px;
}
.job_list .job_only_box .job_title .job-card_address,
.job_list .sift-post_box .job_title .job-card_address,
.sift-post .job_only_box .job_title .job-card_address,
.sift-post .sift-post_box .job_title .job-card_address {
  color: #93989e;
  font-size: 12px;
  margin: 0 20px 20px;
}
.job_list .job_only_box .job_title .job-card_logo,
.job_list .sift-post_box .job_title .job-card_logo,
.sift-post .job_only_box .job_title .job-card_logo,
.sift-post .sift-post_box .job_title .job-card_logo {
  width: 120px;
  height: 120px;
  margin: 0 20px;
  float: left;
}
.job_list .job_only_box .job_title .job-card_tip1,
.job_list .sift-post_box .job_title .job-card_tip1,
.sift-post .job_only_box .job_title .job-card_tip1,
.sift-post .sift-post_box .job_title .job-card_tip1 {
  color: #7996f9;
  font-size: 12px;
  margin-top: 55px;
}
.job_list .job_only_box i,
.job_list .sift-post_box i,
.sift-post .job_only_box i,
.sift-post .sift-post_box i {
  margin: 4px 0 0 8px;
}
.job_list .job_only_box .icon-wx_2,
.job_list .sift-post_box .icon-wx_2,
.sift-post .job_only_box .icon-wx_2,
.sift-post .sift-post_box .icon-wx_2 {
  display: none;
}
.job_list .money,
.sift-post .money {
  color: #ff8116;
  position: absolute;
  font-weight: 700;
  right: 24px;
  font-size: 18px;
  top: 15px;
}
.job_list .message,
.sift-post .message {
  margin-top: 12px;
  font-size: 14px;
  color: #93989e;
}
.job_list .message .message_site,
.sift-post .message .message_site {
  max-width: 40%;
}
.job_list .message .message_ask,
.sift-post .message .message_ask {
  max-width: 20%;
}
.job_list .message .message_degree,
.sift-post .message .message_degree {
  max-width: 25%;
}
.job_list .message p,
.sift-post .message p {
  float: left;
}
.job_list .xian_1,
.sift-post .xian_1 {
  color: #eceef2;
  margin: 1px 9px;
}
.job_list .com_box,
.sift-post .com_box {
  background: -webkit-gradient(linear, left top, right top, from(#f0fcff), to(#f9fbff));
  background: -webkit-linear-gradient(left, #f0fcff 0, #f9fbff 100%);
  background: oldlinear-gradient(left, #f0fcff 0, #f9fbff 100%) -moz-;
  background: -o-linear-gradient(left, #f0fcff 0, #f9fbff 100%);
  background: linear-gradient(90deg, #f0fcff 0, #f9fbff 100%);
  margin-top: 10px;
  width: 384px;
  font-size: 13px;
  color: #a9a9a9;
  position: absolute;
  float: left;
  height: 62px;
  line-height: 56px;
  padding: 0 22px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}
.job_list .com_box img,
.sift-post .com_box img {
  border: 1px solid #eceef2;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  float: left;
  margin: 14px 10px 0 0;
}
.job_list .com_box .com_name,
.sift-post .com_box .com_name {
  position: absolute;
  top: -6px;
  left: 23px;
  margin-right: 16px;
  color: #62666e;
  max-width: 50%;
}
.job_list .com_box .com_name:hover,
.sift-post .com_box .com_name:hover {
  color: #0052ff;
}
.job_list .com_box .job-card_industry,
.sift-post .com_box .job-card_industry {
  max-width: 150px;
}
.job_list .com_box p,
.sift-post .com_box p {
  margin-top: 15px;
  float: left;
  max-width: 100px;
}
.job_list .com_box .xian,
.sift-post .com_box .xian {
  color: #eceef2;
  margin: 14px 8px 0;
}
.sift-post {
  height: 608px;
}
.sift-post .user-header {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 4px;
}
.sift-post .post-name {
  color: #0052ff;
}
.sift-post .manage-box {
  display: none;
  top: 30px;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(50, 63, 75, 0.2);
  -moz-box-shadow: 0 3px 6px 1px rgba(50, 63, 75, 0.2);
  box-shadow: 0 3px 6px 1px rgba(50, 63, 75, 0.2);
  right: 0;
  padding: 20px 18px;
}
.fame-com:hover,
.hot-town-com:hover {
  -moz-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
}
.sift-post .manage-box:after {
  content: ' ';
  display: block;
  position: absolute;
  top: -14px;
  right: 27px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
  -webkit-transform-origin: 50% 25%;
  -moz-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  -o-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}
.sift-post .manage-box p {
  font-size: 14px;
  margin-bottom: 20px;
  width: 118px;
  color: #303237;
  cursor: pointer;
}
.sift-post .manage-box p:hover {
  color: #0052fc;
}
.sift-post .manage-box a {
  color: #0052fc;
  display: inline-block;
  width: 118px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
}
.sift-post .user-job_list {
  position: relative;
  color: #93989e;
  margin-right: 30px;
  height: 30px;
  font-size: 14px;
}
.sift-post .user-job_list .user-job_list_tip {
  margin-top: 4px;
}
.sift-post .user-job_list .caret-bottom {
  position: absolute;
  right: -20px;
  top: 12px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #d9dde6;
  -webkit-transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
  -webkit-transform-origin: 50% 25%;
  -moz-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  -o-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}
.fame-com,
.hot-town-com {
  -o-transition: box-shadow 0.2s;
  overflow: hidden;
}
.sift-post .user-job_list:hover .manage-box {
  display: block;
}
.sift-post .user-job_list:hover .caret-bottom {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.com_swiper-container {
  width: 1204px;
  /* height: 800px; */
  max-height: 820px;
  overflow: hidden;
  padding: 20px 10px 10px;
}
.fame-com {
  float: left;
  width: 384px;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 16px 16px 0;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
.fame-com:hover {
  -webkit-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
}
.fame-com:nth-child(3),
.fame-com:nth-child(6),
.fame-com:nth-child(9) {
  margin-right: 0;
}
.fame-com .fame-com_header {
  padding: 16px 20px;
  background: -webkit-linear-gradient(86deg, #f0fcff 0, #f9fbff 100%);
  background: oldlinear-gradient(86deg, #f0fcff 0, #f9fbff 100%) -moz-;
  background: -o-linear-gradient(86deg, #f0fcff 0, #f9fbff 100%);
  background: linear-gradient(4deg, #f0fcff 0, #f9fbff 100%);
  height: 76px;
}
.fame-com .fame-com_header .fame-com_logo {
  width: 44px;
  height: 44px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fame-com .fame-com_header .fame-com_name {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #303237;
  line-height: 18px;
}
.fame-com .fame-com_header .fame-com_name:hover {
  color: #0052ff;
}
.fame-com .fame-com_header .fame-com_message {
  position: absolute;
  top: 41px;
  left: 20px;
  font-size: 13px;
  color: #93989e;
}
.fame-com .fame-com_header .fame-com_message span:first-child {
  display: inline-block;
  max-width: 150px;
  margin-bottom: -3px;
}
.fame-com .fame-com_header .fame-com_message .xian {
  margin: 0 6px;
  color: #eceef2;
}
.fame-com .fame-com_post {
  padding: 22px 20px 0;
  height: 86px;
}
.fame-com .fame-com_post .fame-com_post_tipImg {
  margin: auto;
}
.fame-com .fame-com_post li {
  margin-bottom: 20px;
}
.fame-com .fame-com_post .job_hot_name {
  font-size: 16px;
  color: #303237;
  font-weight: 700;
  max-width: 200px;
}
.fame-com .fame-com_post .icon-wx_1 {
  margin: 4px 0 0 4px;
}
.fame-com .fame-com_post .money {
  float: right;
  color: #ff8116;
  font-weight: 700;
  margin-top: -20px;
  font-size: 16px;
}
.fame-com .fame-com_post .job-hot_message {
  margin-top: 8px;
}
.fame-com .fame-com_post .job-hot_message span {
  display: inline;
  background-color: #f1f4fb;
  font-size: 12px;
  color: #93989e;
  padding: 3px 8px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
}
.fame-com .fame-com_footer a,
.hot-town-com .hot-town-com_footer a {
  width: 120px;
  line-height: 32px;
  background: #fff;
  -moz-transition: all 0.2s;
  text-align: center;
}
.fame-com .fame-com_footer {
  border-top: 1px solid #ecedf2;
  margin: 0 20px;
  height: 72px;
}
.fame-com .fame-com_footer p {
  color: #93989e;
  font-size: 12px;
  float: left;
  margin-top: 26px;
}
.fame-com .fame-com_footer p span {
  color: #0052fc;
}
.fame-com .fame-com_footer a {
  margin-top: 20px;
  display: inline;
  float: right;
  height: 32px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #0052ff;
  color: #0052ff;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fame-com .fame-com_footer a:hover {
  color: #fff;
  background: #0052ff;
}
.town_site_list {
  position: absolute;
}
.town_site_list .swiper-container {
  width: 1204px;
  height: 760px;
  max-height: 760px;
  overflow: hidden;
}
.son_list {
  height: 790px;
  overflow: hidden;
}
.son_list.hide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.hot-town_nav {
  height: 20px;
  margin: 38px 0 6px;
}
.hot-town_nav ul {
  font-size: 16px;
  font-weight: 400px;
  color: #63666d;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.hot-town_nav ul li {
  display: inline-block;
  margin: 0 47px 16px 0;
  cursor: pointer;
  position: relative;
}
.hot-town_nav ul li:hover {
  color: #0052ff;
}
.hot-town_nav ul li:last-child {
  margin-right: 0;
}
.hot-town_nav ul .active_li {
  color: #0052ff;
  font-weight: 700;
}
.hot-town_nav ul .active_li:after {
  width: 16px;
  display: block;
  background-color: #0052ff;
  border-radius: 6px;
}
.hot-town-com {
  width: 384px;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 0 16px 16px 0;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
.hot-city .hot-city-list li:nth-child(12),
.hot-city .hot-city-list li:nth-child(6),
.hot-town-com:nth-child(3),
.hot-town-com:nth-child(6),
.hot-town-com:nth-child(9) {
  margin-right: 0;
}
.hot-town-com:hover {
  -webkit-box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
  box-shadow: 0 4px 20px 1px rgba(50, 63, 75, 0.15);
}
.hot-town-com .hot-town-com_header {
  padding: 16px 20px;
  background: -webkit-linear-gradient(86deg, #f0fcff 0, #f9fbff 100%);
  background: oldlinear-gradient(86deg, #f0fcff 0, #f9fbff 100%) -moz-;
  background: -o-linear-gradient(86deg, #f0fcff 0, #f9fbff 100%);
  background: linear-gradient(4deg, #f0fcff 0, #f9fbff 100%);
  height: 76px;
}
.hot-town-com .hot-town-com_header .hot-town-com_logo {
  width: 44px;
  height: 44px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hot-town-com .hot-town-com_header .hot-town-com_name {
  position: absolute;
  top: 15px;
  left: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #303237;
}
.hot-town-com .hot-town-com_header .hot-town-com_name:hover {
  color: #0052ff;
}
.hot-town-com .hot-town-com_header .hot-town-com_message {
  position: absolute;
  top: 42px;
  left: 80px;
  font-size: 13px;
  color: #93989e;
  width: 280px;
}
.hot-town-com .hot-town-com_post {
  padding: 21px 20px 0;
  height: 203px;
}
.hot-town-com .hot-town-com_post li {
  margin-bottom: 20px;
}
.hot-town-com .hot-town-com_post .town-com_post_logo {
  float: left;
  width: 36px;
  height: 36px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hot-town-com .hot-town-com_post .town-com_post_name {
  position: absolute;
  top: 0;
  left: 46px;
  font-size: 14px;
  color: #303237;
  max-width: 170px;
  font-weight: 700;
}
.hot-town-com .hot-town-com_post .town-com_post_name:hover {
  color: #0052ff;
}
.hot-town-com .hot-town-com_post .town-com_post_name_1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #303237;
}
.hot-town-com .hot-town-com_post .town-com_post_name_1 span {
  color: #0052fc;
}
.hot-town-com .hot-town-com_post .town-com_post_message {
  margin: 0 0 0 46px;
  padding-top: 25px;
  font-size: 12px;
  color: #93989e;
}
.hot-town-com .hot-town-com_post .town-com_post_message span:first-child {
  display: inline-block;
  max-width: 100px;
  margin-bottom: -3px;
}
.hot-town-com .hot-town-com_post .xian {
  margin: 0 8px;
  color: #eceef2;
}
.hot-town-com .hot-town-com_footer {
  border-top: 1px solid #ecedf2;
  margin: 0 20px;
  height: 72px;
}
.hot-town-com .hot-town-com_footer p {
  color: #93989e;
  font-size: 12px;
  float: left;
  margin-top: 26px;
}
.hot-town-com .hot-town-com_footer p span {
  color: #0052fc;
}
.hot-town-com .hot-town-com_footer a {
  margin-top: 20px;
  display: inline;
  float: right;
  height: 32px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #0052ff;
  color: #0052ff;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hot-town-com .hot-town-com_footer a:hover {
  color: #fff;
  background: #0052ff;
}
.hot-city {
  margin: 0 auto;
  width: 1186px;
}
.hot-city .title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #303237;
}
.hot-city .hot-city-list {
  padding-top: 16px;
  overflow: hidden;
}
.hot-city .hot-city-list li {
  float: left;
  width: 184px;
  height: 95px;
  margin: 0 16px 16px 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.hot-city .hot-city-list li:hover .table {
  top: 0;
}
.hot-city .hot-city-list li:hover span {
  display: none;
}
.hot-city-detail {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hot-city-detail:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hot-city-detail img {
  width: 100%;
  height: 100%;
}
.hot-city-detail > span {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.hot-city-detail .table {
  display: table;
  table-layout: fixed;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: top 0.12s ease;
  -o-transition: top 0.12s ease;
  -moz-transition: top 0.12s ease;
  transition: top 0.12s ease;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}
.hot-city-detail .table:last-child {
  -webkit-filter: none;
  filter: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer,
.web_audit {
  background-color: #161e30;
}
.hot-city-detail .table .table_cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.footer {
  margin-top: 64px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer_cenent {
  width: 1186px;
  padding: 30px 0;
  margin: 0 auto;
}
.footer .footer_cenent .footer_one {
  width: 100%;
  height: 103px;
  position: relative;
}
.footer .footer_cenent .footer_one img {
  float: left;
}
.footer .footer_cenent .footer_one .footer_one_right {
  position: absolute;
  right: 0;
  width: 833px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding-bottom: 20px;
}
.footer .footer_cenent .footer_one .footer_one_right h3 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer .footer_cenent .footer_one .footer_one_right p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
.footer .footer_cenent .footer_two {
  width: 100%;
  height: 139px;
  position: relative;
}
.footer .footer_cenent .footer_two .title_text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer .footer_cenent .footer_two p {
  font-size: 12px;
}
.footer .footer_cenent .footer_two .footer_two_left {
  float: left;
}
.footer .footer_cenent .footer_two .footer_two_left .wx-app {
  display: none;
  position: absolute;
  top: 66px;
  width: 124px;
  height: 140px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
  font-size: 12px;
  color: #63666d;
  -webkit-box-shadow: 0 8px 20px rgba(50, 63, 75, 0.16);
  -moz-box-shadow: 0 8px 20px rgba(50, 63, 75, 0.16);
  box-shadow: 0 8px 20px rgba(50, 63, 75, 0.16);
}
.footer .footer_cenent .footer_two .footer_two_left .app:hover .app_down,
.footer .footer_cenent .footer_two .footer_two_left .wx:hover .wx_down {
  display: block;
}
.footer .footer_cenent .footer_two .footer_two_right .footer_two_right_1 h1:hover,
.footer .footer_cenent .footer_two .footer_two_right .footer_two_right_1 p a:hover {
  color: #fff;
}
.footer .footer_cenent .footer_two .footer_two_left .wx-app img {
  width: 100px;
  height: 100px;
  margin: 12px 12px 4px;
}
.footer .footer_cenent .footer_two .footer_two_left .wx-app p {
  text-align: center;
  width: 100%;
}
.footer .footer_cenent .footer_two .footer_two_left .app {
  position: relative;
  cursor: pointer;
}
.footer .footer_cenent .footer_two .footer_two_left .app .app_down {
  left: 0;
}
.footer .footer_cenent .footer_two .footer_two_left .wx {
  position: relative;
  cursor: pointer;
}
.footer .footer_cenent .footer_two .footer_two_left .wx .wx_down {
  left: 70px;
}
.footer .footer_cenent .footer_two .footer_two_left .title_text {
  padding: 15px 0 17px;
}
.footer .footer_cenent .footer_two .footer_two_left .begin {
  margin-bottom: 8px;
}
.footer .footer_cenent .footer_two .footer_two_left img {
  float: left;
  margin: -4px 0 0 -30px;
}
.footer .footer_cenent .footer_two .footer_two_right {
  position: absolute;
  right: 0;
  width: 833px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.footer .footer_cenent .footer_two .footer_two_right .footer_two_right_1 h1 {
  cursor: pointer;
}
.footer .footer_cenent .footer_two .footer_two_right .footer_two_right_1 p {
  cursor: pointer;
}
.footer .footer_cenent .footer_two .footer_two_right div {
  margin-top: 24px;
  float: left;
  margin-right: 96px;
}
.footer .footer_cenent .footer_two .footer_two_right div p {
  margin-top: 8px;
}
.footer .footer_cenent .footer_two .footer_two_right div:last-child {
  margin-right: 0;
}
.footer .footer_cenent .footer_two .footer_two_right h3 {
  padding-bottom: 3px;
}
.footer .footer_cenent .footer_three {
  width: 100%;
  position: relative;
}
.footer .footer_cenent .footer_three h3 {
  font-size: 14px;
}
.footer .footer_cenent .footer_three .footer_three_left {
  position: absolute;
  left: 30px;
  top: 100px;
  font-size: 14px;
  color: #f6ab00;
  bottom: 36px;
}
.footer .footer_cenent .footer_three .footer_three_right {
  width: 833px;
  position: relative;
  margin-left: 353px;
}
.footer .footer_cenent .footer_three .footer_three_right p {
  padding: 24px 0 6px;
  font-size: 14px;
  color: #fff;
}
.footer .footer_cenent .footer_three .footer_three_right ul :nth-child(17):after,
.footer .footer_cenent .footer_three .footer_three_right ul :nth-child(23):after,
.footer .footer_cenent .footer_three .footer_three_right ul :nth-child(9):after {
  content: '';
}
.footer .footer_cenent .footer_three .footer_three_right ul li {
  margin-top: 8px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.footer .footer_cenent .footer_three .footer_three_right ul li:after {
  content: '|';
  margin: 8px 12px 0;
  color: rgba(255, 255, 255, 0.2);
}
.footer .footer_cenent .footer_three .footer_three_right ul li a:hover {
  color: #fff;
}
.web_audit {
  width: 100%;
  padding: 30px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}
.web_audit .web_audit_box {
  width: 1186px;
  margin: 0 auto;
}
.web_audit .web_audit_box ul {
  text-align: center;
}
.web_audit .web_audit_box ul li {
  display: inline-block;
  font-size: 12px;
}
.web_audit .web_audit_box .xian {
  color: rgba(255, 255, 255, 0.2);
  margin: 0 16px;
}
.web_audit .web_audit_box .audit_text_1,
.web_audit .web_audit_box a:hover {
  color: #fff;
}
.web_audit .web_audit_box .audit_text_2 {
  text-align: center;
  font-size: 12px;
  padding: 16px 0 8px;
}
.web_audit .web_audit_box .audit_text_3 i {
  line-height: 10px;
  margin-right: 4px;
}
.com-good {
  width: 1204px;
  margin-left: -10px;
}
.risk-hint-modal {
  background-image: url(../images/modal_bg.png);
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 660px;
  height: 423px;
  z-index: 1000;
  padding: 20px 63px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.risk-hint-modal .risk-hint-modal-title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.risk-hint-modal .risk-hint-modal-content {
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 23px;
  height: 180px;
  overflow-y: auto;
}
.risk-hint-modal .risk-hint-modal-content .passage {
  font-size: 14px;
  color: #fff;
  text-indent: 2em;
  line-height: 24px;
}
.risk-hint-modal .risk-hint-modal-content .passage .active {
  color: #fff000;
}
.risk-hint-modal .risk-hint-modal-content .cblue {
  color: #fff000;
  text-indent: 2em;
}
.risk-hint-modal .risk-hint-modal-content .com-name {
  margin-top: 20px;
}
.risk-hint-modal .risk-hint-modal-content .call-phone .phone {
  text-decoration: underline;
  color: #fff000;
  cursor: pointer;
}
.risk-hint-modal .risk-hint-modal-content::-webkit-scrollbar {
  width: 4px;
}
.risk-hint-modal .risk-hint-modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.risk-hint-modal .risk-hint-modal-content::-webkit-scrollbar-track {
  border-radius: 0;
}
.risk-hint-modal .risk-hint-btn {
  width: 180px;
  height: 50px;
  background: #0052ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 3px;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
