/* PC */

@media (min-width: 769px) {
  /* 内容区 */
  .main-content {
    padding-bottom: 60px;
  }
  /* 左侧 */
  .left_con {
    float: left;
    width: 860px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #e5e5e5;
    padding: 25px 40px;
  }
  .content1 h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
  }
  .view_title {
    padding: 0 0 20px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .view_title span:nth-of-type(2) {
    padding: 15px 12px;
    display: inline-block;
    border: 1px solid #e5e5e5;
  }
  .information>p {
    font-size: 16px;
    padding: 30px 0;
    font-weight: 600;
  }
  .information2>p {
    font-size: 16px;
    padding: 0px 0 12px 0;
    font-weight: 600;
  }
  .information2 div {
    height: 165px;
    padding: 25px 25px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    text-align: justify;
    overflow-y: auto;
  }
  /* 需求附件 */
  .content2>p {
    font-size: 16px;
    padding: 30px 0 30px 0;
    font-weight: 600;
  }
  .demand .table_div {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }
  .th_ul li, .td_ul li {
    display: flex;
  }
  .th_ul>li>div {
    box-sizing: border-box;
    height: 50px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .th_ul>li>div:nth-last-of-type(1) {
    border-right: 0;
    flex-grow: 1;
  }
  .td_ul>li>div {
    padding: 5px;
    box-sizing: border-box;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    align-items: center;
    align-content: center;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
  }
  .td_ul>li>div:nth-last-of-type(1) {
    border-right: none;
    flex-grow: 1;
  }
  .td_ul>li>div>span {
    display: none;
  }
  .td_ul>li:nth-last-of-type(1)>div {
    border-bottom: none;
  }
  .cell1, .cell3, .cell4 {
    width: 100px;
  }
  .cell2 {
    width: 300px;
  }
  .cell5 {
    flex-grow: 1;
    display: none !important;
  }
  .msg {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
  }
  .msg>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
  }
   .msg_text1>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
  }
  .msg_text1>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 13px;
    margin-bottom: 15px;
  }
  .msg_text1>div span:nth-of-type(1n) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .msg_text1>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .msg_text1>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  .msg_text2 {
    margin-top: 35px !important;
  }
  .msg_text2 div span {
    padding: 13px 25px;
    font-size: 14px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 4px;
  }
  .msg_text3>div span {
    display: inline-block;
    margin-left: 5px;
    padding: 10px 0 10px 25px;
    background: url(/images/usercenter/checkbox2.png) no-repeat left center;
    background-size: 20px;
  }
  .msg_text3>div .sure {
    background-image: url(/images/usercenter/radio_cur.png);
  }
  .apply {
    margin: 25px 0 35px 0;
  }
  .apply a {
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 14px;
  }
  .apply a:nth-of-type(1) {
    color: #FFF;
    background: #d9344c;
    margin-right: 25px;
  }
  .apply a:nth-of-type(2) {
    color: #666;
    border: 1px solid #ccc;
    margin-right: 25px;
  }
  .apply a:hover {
    opacity: 0.95;
  }
  /* 联系方式 */
  .content3>p {
    font-size: 16px;
    padding: 30px 0 30px 0;
    font-weight: 600;
  }
  .contant_div {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    align-items: center;
  }
  .contant_div>div {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .contant_div>div span:nth-of-type(1) {
    width: 100px;
    text-align: right;
  }
  .contant_div>div span:nth-of-type(2) {
    padding: 0 7px;
    height: 50px;
    line-height: 50px;
    width: 185px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .contant_div>div span:nth-of-type(3) {
    margin-left: 5px;
    padding: 10px 0 10px 25px;
    color: #999;
  }
  .contant_div .cur {
    color: #666 !important;
    background: url(/images/usercenter/checkbox2_cur.png) no-repeat left center;
    background-size: 18px;
  }
  .wachat p {
    display: flex;
    align-items: center;
    padding-left: 93px;
    margin-bottom: 20px;
  }
  .wachat p img {
    width: 100px;
    height: auto;
  }
  .wachat p span {
    font-size: 14px;
    color: #444;
    margin-left: 15px;
  }
  .wachat p a {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
  }
  .wachat p a:nth-child(1) {
    color: #FFF;
    background: #e15d70;
  }
  /* 历史需求记录 */
  .content4 {
    margin-top: 50px;
  }
  .content4>p {
    font-size: 16px;
    padding: 30px 0 30px 0;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
  }
  .pro_list ul li {
    position: relative;
    width: 376px;
    padding: 35px 35px;
    margin-bottom: 36px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
    font-size: 14px;
  }
  .pro_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg_box1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg_box1>div {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    align-items: center;
    width:100%;
  }
  .industry>div, .number>div {
    color: #666;
  }
  .detailed {
    display: none !important;
  }
  .pro_tit a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 25px;
  }
  .bg_box2>div {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bg_box2>div>div {
    color: #666;
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
  }
  .bg_box2>div>div em {
    color: #d9344c;
  }
   .demand2 div {
    width:100%;
  }
  .demand2 {
    margin-bottom: 25px;
  }
  .terminal p, .demand p {
    margin-bottom: 10px;
  }
  .terminal>div {
    color: #666;
    display: flex;
    flex-wrap: wrap;
  }
  .demand2>div {
    height: 110px;
    overflow: auto;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
  }
  .terminal>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 13px;
    margin-bottom: 15px;
  }
  .terminal>div span:nth-of-type(1n) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .terminal>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .terminal>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  .manager1 div span {
    padding: 7px 15px;
    font-size: 14px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 4px;
  }
  .details a {
    display: inline-block;
    padding: 13px 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }
  .details a:hover {
    transition: all 0.3s ease;
    background: #d9374b;
    color: #FFF;
  }
  /* 右侧内容 */
  .right_con {
    float: right;
    width: 310px;
  }
  .right_con>div {
    min-height: 200px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
  }
  /* 严选服务流程 */
  .server-box {
    padding: 25px 30px;
  }
  .server-box>p {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .tab_div>div em {
    display: none;
  }
  .tab_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tab_div::after {
    display:none;
  }
  .tab_div>div {
    position: relative;
    width: 100%;
    padding: 20px 0 0 50px;
  }
  .tab_div>div:nth-last-child(1) p {
    border-bottom: none;
  }
  .tab_div .tab1 {
    padding-top: 0;
  }
  .tab_div .tab1>span {
    top: 0;
  }

}
.ServiceProcess {
    padding: 10px 2% 0 2%;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
  }
  .ServiceProcess>h6 {
    position: relative;
    font-size: 24px;
    color: #333333;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .ServiceProcess>h6:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 25px;
    border-radius: 14px;
    background: #d9374b;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_top {
    display: flex;
    height: 50px;
    text-align: center;
  }
  .tab_top span {
    flex-grow: 1;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 14px;
  }

.tab_con {
    padding: 0 2% 0 2%;
    width: 100%;
  }
  .tab_con>div {
    width: 100%;
    overflow: hidden;
  }
  .tab_con .cur {
    display: block !important;
  }
  .tab_top_one .active {
    background: #d9374b url('/images/process/bzfw_m.png') no-repeat 120px top !important;
    background-size: 82px auto !important;
  }
  .tab_top_two .active {
    background: #ff5c00 url('/images/process/bzfw_m.png') no-repeat 120px top !important;
    background-size: 82px auto !important;
  }
  .tab_top_three .active {
    background: #5090bc url('/images/process/bzfw_m.png') no-repeat 120px top !important;
    background-size: 82px auto !important;
  }
  .tab_con>div em {
    display: none;
  }
  .tab_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tab_div>div {
    position: relative;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 25px 0 46px 0;
    border-bottom: 1px solid #fbe3c4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab_div>div::after{
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 46px;
    background: url('/images/process/line_b.png') no-repeat center;
  }
  .tab_div>div:nth-last-of-type(1){
    border: none;
  }
  .tab_div>div:nth-last-of-type(1)::after{
    display: none;
  }
  .tab_div>div p {
    width: 180px;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .tab1 p {
    background: url('/images/process/01.png') no-repeat center;
  }
  .tab2 p {
    background: url('/images/process/02.png') no-repeat center;
  }
  .tab3 p {
    background: url('/images/process/03.png') no-repeat center;
  }
  .tab4 p {
    background: url('/images/process/04.png') no-repeat center;
  }
  .tab5 p {
    background: url('/images/process/05.png') no-repeat center;
  }
  .server_tit {
    display: none !important;
  }
  .employer{
    min-height: 140px !important;
    border-radius: 1px;
  }
  .employer>span{
      display: block;
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #e5e5e5;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 14px;
      text-align: center;
      overflow: hidden;
  }
  .employer .info{
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .employer .info span:nth-of-type(1){
      display: inline-block;
      font-size: 14px;
      width: 255px;
      overflow: hidden;
        text-overflow: ellipsis;
        white-space:nowrap;
  }
  .employer .info .tag{
    font-size: 16px;
    font-weight: 800;
    color: #d9374b;
  }
  .employer .data{
      padding: 0 5px;
      box-sizing: border-box;
  }
  .employer .data span{
      display: inline-block;
      width: 32%;
      font-size: 14px;
      padding: 0 5px;
      overflow: hidden;
        text-overflow: ellipsis;
        white-space:nowrap;
  }
/* Mobile */

@media (max-width: 768px) {
  /* 内容区 */
  .main-content {
    padding: 25px 2%;
  }
  /* 左侧 */
  .left_con {
    width: 100%;
    box-sizing: border-box;
  }
  .content1 {
    padding: 25px 4%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    font-size: 14px;
  }
  .content1 h2 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .information>p {
    font-size: 15px;
    padding: 20px 0;
    font-weight: 600;
  }
  .view_title {
    padding: 0 0 10px 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .view_title>span {
    margin-bottom: 10px;
  }
  .view_title span:nth-of-type(2) {
    padding: 15px 12px;
    display: inline-block;
    border: 1px solid #e5e5e5;
  }
  .information2>p {
    font-size: 15px;
    padding: 0px 0 12px 0;
    font-weight: 600;
  }
  .information2 div {
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    text-align: justify;
    height: 400px;
    overflow: scroll;
  }
  /* 需求附件 */
  .content2>p {
    font-size: 15px;
    padding: 15px 0 15px 0;
    font-weight: 600;
  }
  .content2>p:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 20px;
    background: #e15d70;
    border-radius: 15px;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  .demand {
    background: #FFF;
    border: 1px solid #e5e5e5;
  }
  .th_ul li, .td_ul li {
    display: flex;
  }
  .th_ul>li>div {
    box-sizing: border-box;
    height: 50px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .th_ul>li>div:nth-last-of-type(1) {
    border-right: 0;
    flex-grow: 1;
  }
  .td_ul>li>div {
    padding: 5px;
    box-sizing: border-box;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    align-items: center;
    align-content: center;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
  }
  .td_ul>li>div:nth-last-of-type(1) {
    border-right: none;
    flex-grow: 1;
  }
  .td_ul>li>div>span {
    display: none;
  }
  .td_ul>li:nth-last-of-type(1)>div {
    border-bottom: none;
  }
  .cell1, .cell3, .cell4 {
    width: 20%;
  }
  .cell2 {
    width: 40%;
  }
  .cell5 {
    flex-grow: 1;
    display: none !important;
  }
  .content3 {
    margin-top: 25px;
    padding: 0 4% 25px 4%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    font-size: 14px;
  }
  .msg {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
  }
  .msg>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .msg>div>span {
    margin-top: 10px;
  }
  .msg>div>div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    line-height: 20px;
  }
  .msg_text1>div {
    display: flex;
    flex-wrap: wrap;
  }
  .msg_text1>span {
    padding: 15px 0 15px 0;
  }
  .msg_text1>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 10px;
  }
  .msg_text1>div span:nth-of-type(1n) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .msg_text1>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .msg_text1>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  .msg_text2 div span {
    padding: 7px 15px;
    font-size: 14px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 4px;
  }
  .msg_text3>div span {
    display: inline-block;
    margin-left: 5px;
    padding: 10px 0 10px 25px;
    background: url(/images/usercenter/checkbox2.png) no-repeat left center;
    background-size: 20px;
  }
  .msg_text3>div .sure {
    background-image: url(/images/usercenter/radio_cur.png);
  }
  .apply {
    margin: 25px 0 35px 0;
  }
  .apply a {
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 14px;
  }
  .apply a:nth-of-type(1) {
    color: #FFF;
    background: #d9344c;
    margin-right: 15px;
  }
  .apply a:nth-of-type(2) {
    color: #FFF;
    border: 1px solid #ccc;
    margin-right: 25px;
    background: #666666;
  }
  .apply a:hover {
    opacity: 0.95;
  }
  /* 联系我们 */
  .content3>p {
    font-size: 15px;
    padding: 15px 0 15px 0;
    font-weight: 600;
  }
  .content3>p:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 20px;
    background: #e15d70;
    border-radius: 15px;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  .contant_div {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
  }
  .contant_div>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .contant_div>div span:nth-of-type(1) {
    width: 90px;
  }
  .contant_div>div span:nth-of-type(2) {
    padding: 0 7px;
    width: 140px;
    margin-right: 5px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .contant_div>div span:nth-of-type(3) {
    margin-left: 5px;
    padding: 10px 0 10px 25px;
    color: #999;
    background: url(/images/usercenter/checkbox2.png) no-repeat left center;
    background-size: 18px;
  }
  .contant_div .cur {
    color: #666 !important;
    background-image: url(/images/usercenter/checkbox2_cur.png) !important;
    background-size: 18px;
  }
  .wachat p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .wachat p img {
    width: 100px;
    height: auto;
  }
  .wachat p span {
    font-size: 14px;
    color: #444;
    margin-left: 15px;
  }
  .wachat p a {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
  }
  .wachat p a:nth-child(1) {
    color: #FFF;
    background: #e15d70;
  }
  /* 历史需求记录 */
  .content4>p {
    font-size: 15px;
    padding: 15px 0 15px 0;
    font-weight: 600;
  }
  .content4>p:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 20px;
    background: #e15d70;
    border-radius: 15px;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  .pro_list ul li {
    position: relative;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 15px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
    font-size: 14px;
    border-radius: 4px;
  }
  .pro_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg_box1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bg_box1>div {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .industry>div, .number>div {
    color: #666;
  }
  .detailed {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 0;
    width: 25px;
    height: 25px;
    background: url(/images/usercenter/fold.png) no-repeat center;
    background-size: contain;
  }
  .rotate {
    transform: rotate(180deg);
  }
    .pro_tit>a>em{
        display:none;
    }
    .pro_tit a {
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        line-height: 25px;
        width: 90%;
    }
  .bg_box2 {
    display: none;
  }
  .bg_box2>div {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bg_box2>div>div {
    color: #666;
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
  }
  .bg_box2>div>div em {
    color: #d9344c;
  }
  .demand2 {
    margin-bottom: 25px;
  }
  .terminal p, .demand p {
    margin-bottom: 10px;
  }
  .terminal>div {
    color: #666;
    display: flex;
    flex-wrap: wrap;
  }
  .demand2>div {
    width:100%;
    height: 110px;
    overflow: auto;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
  }
  .terminal>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 13px;
    margin-bottom: 15px;
  }
  .terminal>div span:nth-of-type(1n) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .terminal>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .terminal>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  .manager1 div span {
    padding: 7px 15px;
    font-size: 14px;
    text-align: center;
    background: #e5e5e5;
    border-radius: 4px;
  }
  .details a {
    display: inline-block;
    padding: 13px 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }
  .details a:hover {
    transition: all 0.3s ease;
    background: #d9374b;
    color: #FFF;
  }
  /* 严选服务流程 */
  .server-box {
    margin-top: 40px;
  }
  .server-box>p {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #d9344c;
    color: #FFF;
    font-size: 14px;
  }
  .tab_con>div {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .tab_con .cur {
    display: block !important;
  }
  .tab_top .active {
    font-weight: 600 !important;
  }
  .tab_con>div em {
    display: none;
  }
  .tab_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .tab_div::after {
    display:none
  }
  .tab_div>div {
    position: relative;
    width: 100%;
    padding: 20px 0;
  }

  .tab_div>div p em {
    display: none;
  }
  .tab_div>div:nth-of-type(even) p {
    position: relative;
    float: left;
  }
  .tab_div>div:nth-of-type(odd) p {
    position: relative;
    float: right;
  }
  .tab_div>div:nth-of-type(even) p:before, .tab_div>div:nth-of-type(even) p:after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    right: -14px;
    border: 7px solid transparent;
    border-left-color: #e5e5e5;
  }
  .tab_div>div:nth-of-type(even) p:after {
    top: 30%;
    right: -13px;
    border-left-color: #f8f8f8;
  }
  .tab_div>div:nth-of-type(odd) p:before, .tab_div>div:nth-of-type(odd) p:after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: -14px;
    border: 7px solid transparent;
    border-right-color: #e5e5e5;
  }
  .tab_div>div:nth-of-type(odd) p:after {
    top: 30%;
    left: -13px;
    border-right-color: #f8f8f8;
  }
}

@media (max-width: 768px){
    .tab_div>div span{
        transform:none
    }
    .tab_div>div p {
        border: none;
    }
    .tab_con>div{
        display: block;
    }
    .employer{
        margin-top: 20px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
    }
    .ServiceProcess{
        margin-top: 20px;
        border: 1px solid #e5e5e5;
    }
}


.Publish_box {
    margin: 0 5px;
}
.Publish_box .d-tab {
    margin-top: 20px;
    font-size: 0;
}
.Publish_box .d-tab .tabs {
	display:inline-block;
	padding:15px 20px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	background-color:#666;
	cursor:pointer;
}
.Publish_box .d-tab .tabs:nth-child(n+2) {
	margin-left:10px;
}
.Publish_box .d-tab .tabs.not {
	cursor:not-allowed;
}
.Publish_box .d-tab .tabs.active {
	background-color:#d9344c;
}
.Publish_box .d-table {
	width:100%;
	margin-top:20px;
	box-sizing:border-box;
    
}
.Publish_box .d-table .ellipsis {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.Publish_box .d-table .table-content .table-row .disabled {
	color:#666;
}
.Publish_box .d-table .table-header,.Publish_box .d-table .table-content .table-row {
	display:flex;
	align-items:center;
	justify-content:space-between;
	border:1px solid #e5e5e5;
}
.Publish_box .d-table .table-header > div,.Publish_box .d-table .table-content .table-row > div {
	flex:1;
	text-align:center;
	height:35px;
	line-height:35px;
	font-size:16px;
	font-weight:400;
	color:#777;
	border-right:1px solid #e5e5e5;
	padding:0 15px;
	box-sizing:border-box;
}
.Publish_box .d-table .table-header > div {
	height:50px;
	line-height:50px;
}
.Publish_box .d-table .table-header > div:nth-child(1),.Publish_box .d-table .table-content .table-row > div:nth-child(1) {
	flex:0 0 80px;
}

.Publish_box .d-table .table-content .table-row > div >span {
	display:inline-block;
    margin:0 3px;
}
.Publish_box .d-table .table-content .table-row > div >span.btns {
	cursor:pointer;
}
.Publish_box .d-table .table-content .table-row > div .text {
	color:#333;
	display:none;
}
.Publish_box .d-table .table-header > div:last-child,.Publish_box .d-table .table-content .table-row > div:last-child {
	border-right:none;
}
.Publish_box .d-table .table-content .table-row:nth-child(n+1) {
	border-top:0;
}
@media (max-width:768px) {
	.Publish_box  .d-table .table-header,.Publish_box .d-table .table-content .table-row {
	border:none;
	background-color:#fff;
    }
    .Publish_box  .d-table .table-header {
	    display:none;
    }
    .Publish_box  .d-table .table-content .table-row {
	    flex-direction:column;
	    border:1px solid #e5e5e5;
    }
    .Publish_box  .d-table .table-content .table-row >div {
	    width:100%;
	    text-align:left;
	    height:40px;
	    line-height:40px;
    }
    .Publish_box .d-table .table-header > div:nth-child(1),.Publish_box .d-table .table-content .table-row > div:nth-child(1) {
	    flex:auto;
    }
    .Publish_box  .d-table .table-content .table-row:nth-child(n+1) {
	    border-top:1px solid #e5e5e5;
	    margin-top:20px;
	    border-radius:7px;
    }
    .Publish_box  .d-table .table-content:last-child {
	    margin-bottom:20px;
    }
    .Publish_box  .d-table .table-content .table-row > div {
	    border-right:none;
    }
    .Publish_box  .d-table .table-content .table-row > div .text {
	    color:#333;
	    display:inline-block;
    }
    .Publish_box .d-table .table-content .table-row > div >span {
	    vertical-align:middle;
	    font-size:14px;
    }
}