/*! author: Keyon Y, lenglu */
@charset "UTF-8";
/* 样式重置 */
/* 样式重置 */
body, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, form, ul, ol, li {
  margin: 0;
  padding: 0; }

body {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: #F4F4F4; }

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

ul {
  list-style: none; }

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

a, a:focus, input, button {
  outline: none; }

/* 样式重置 End */
/* 公用样式 */
.bg_white {
  background-color: #FFF; }

.clear:after {
  content: '';
  display: table;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.contain_fluid {
  width: 100%;
  min-width: 1200px; }

.contain_box {
  width: 1200px;
  margin: 0 auto; }

.card-img-hover img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -khtml-opacity: .8;
  -webkit-transition: all .1s linear;
  transition: all .1s linear; }

/* header */
/* header */
.header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: black;
  top: 0;
  z-index: 10; }
  .header .logo img {
    margin-right: 10px;
    vertical-align: middle; }
  .header .top_selects li {
    position: relative;
    /* 已登录用户 下拉 */
    /* 未登录用户 */
    /* 信息下拉 */
    /* 我是雇主 */
    /* 我是设计师 */
    /* 帮助中心 */
    /* 网址导航 */ }
    .header .top_selects li > span {
      cursor: default; }
    .header .top_selects li .nickName {
      color: #fff; }
      .header .top_selects li .nickName span {
        display: inline-block;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: bottom; }
    .header .top_selects li .msg_span .icon-msg .red_dot {
      display: none;
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #E42129;
      top: 0px;
      right: -2px;
      background-image: url(/assets/images/spirits-order.png);
      background-position: -35px -50px; }
      .header .top_selects li .msg_span .icon-msg .red_dot.active {
        display: block; }
    .header .top_selects li .icon-down {
      position: relative;
      top: 1px;
      margin-left: 4px;
      -webkit-transition: -webkit-transform .1s ease-in 0s;
      transition: -webkit-transform .1s ease-in 0s;
      transition: transform .1s ease-in 0s;
      transition: transform .1s ease-in 0s, -webkit-transform .1s ease-in 0s; }
    .header .top_selects li .box_info {
      display: none;
      position: absolute;
      z-index: 20;
      border: 1px solid #C7C5C6;
      border-top: none;
      background-color: #fff; }
      .header .top_selects li .box_info a {
        display: inline-block;
        text-align: center;
        vertical-align: top; }
      .header .top_selects li .box_info i {
        font-style: normal;
        color: #E42129; }
    .header .top_selects li .handle {
      margin-top: 20px; }
      .header .top_selects li .handle .set, .header .top_selects li .handle .query, .header .top_selects li .handle .logout {
        width: 68px;
        margin: 0 14px; }
        .header .top_selects li .handle .set:hover, .header .top_selects li .handle .query:hover, .header .top_selects li .handle .logout:hover {
          color: #E42129; }
        .header .top_selects li .handle .set i, .header .top_selects li .handle .query i, .header .top_selects li .handle .logout i {
          margin: 0 auto; }
      .header .top_selects li .handle .set:hover > i {
        background-position: -43px -7px; }
      .header .top_selects li .handle .query:hover > i {
        background-position: -45px -38px; }
      .header .top_selects li .handle .logout:hover > i {
        background-position: -43px -68px; }
    .header .top_selects li .login_user {
      box-sizing: border-box;
      width: 326px;
      height: 268px;
      padding: 25px 18px 0 18px; }
      .header .top_selects li .login_user .avatar {
        display: block; }
        .header .top_selects li .login_user .avatar img {
          width: 60px;
          height: 60px;
          border-radius: 50%; }
      .header .top_selects li .login_user .user_info {
        margin-left: 74px;
        padding-top: 10px; }
        .header .top_selects li .login_user .user_info h5 {
          height: 12px;
          line-height: 12px;
          color: #333;
          font-weight: 600; }
          .header .top_selects li .login_user .user_info h5 a {
            display: inline-block;
            max-width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .header .top_selects li .login_user .user_info .province, .header .top_selects li .login_user .user_info .city {
          margin-top: -4px;
          color: #898989; }
        .header .top_selects li .login_user .user_info .province {
          margin-right: 5px; }
    .header .top_selects li .military_exploits {
      margin-top: 28px; }
      .header .top_selects li .military_exploits a {
        width: 94px;
        height: 28px;
        line-height: 28px;
        margin-left: -1px;
        text-align: center;
        color: #0A090F;
        border: 1px solid #ddd; }
        .header .top_selects li .military_exploits a i {
          padding-left: 3px; }
      .header .top_selects li .military_exploits a:hover {
        background-color: #F3F3F3; }
    .header .top_selects li .military_exploits + div {
      color: #0A090F; }
    .header .top_selects li .login_link {
      margin-left: 3px;
      color: #fff; }
      .header .top_selects li .login_link:hover {
        color: #E42129; }
    .header .top_selects li .reg_link {
      margin-left: 6px;
      color: #E42129; }
    .header .top_selects li .msg li,
    .header .top_selects li .employer li,
    .header .top_selects li .designer li,
    .header .top_selects li .help li,
    .header .top_selects li .siteMap li {
      height: 32px; }
    .header .top_selects li .msg li a,
    .header .top_selects li .employer li a,
    .header .top_selects li .designer li a,
    .header .top_selects li .help li a,
    .header .top_selects li .siteMap li a {
      height: 32px;
      line-height: 32px;
      text-align: left; }
    .header .top_selects li .msg li a:hover,
    .header .top_selects li .employer li a:hover,
    .header .top_selects li .designer li a:hover,
    .header .top_selects li .help li a:hover,
    .header .top_selects li .siteMap li a:hover {
      background-color: #E7E7E7; }
    .header .top_selects li .msg {
      width: 112px; }
      .header .top_selects li .msg li a {
        width: 94px;
        padding-left: 18px;
        text-align: left;
        color: #333132; }
        .header .top_selects li .msg li a span {
          display: inline-block;
          width: 60px;
          text-align: left; }
        .header .top_selects li .msg li a i {
          padding-left: 5px; }
    .header .top_selects li .employer li a {
      width: 112px;
      padding: 0 12px;
      color: #333132; }
    .header .top_selects li .designer {
      padding: 0; }
      .header .top_selects li .designer li a {
        width: 86px;
        padding: 0 12px;
        color: #333132; }
    .header .top_selects li .help {
      padding: 0; }
      .header .top_selects li .help li a {
        width: 72px;
        padding: 0 12px; }
    .header .top_selects li .siteMap {
      padding: 0; }
      .header .top_selects li .siteMap li a {
        width: 100px;
        padding: 0 12px; }
  .header .top_selects li:hover .box_info {
    display: block; }
  .header .top_selects li:hover .icon-down {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .1s ease-in 0s;
    transition: -webkit-transform .1s ease-in 0s;
    transition: transform .1s ease-in 0s;
    transition: transform .1s ease-in 0s, -webkit-transform .1s ease-in 0s; }
  .header .top_selects li.spacer {
    overflow: hidden;
    margin: 11px 9px 0;
    width: 1px;
    height: 14px; }

/* 导航栏 */
/* 导航栏 */
.nav_bar {
  box-sizing: border-box;
  height: 76px;
  line-height: 76px;
  background-color: #fff;
  /* 搜索条 */
  /* 发布&上传按钮 */ }
  .nav_bar .logo {
    width: 132px; }
    .nav_bar .logo img {
      vertical-align: middle; }
  .nav_bar ul {
    height: 76px; }
  .nav_bar li a {
    display: inline-block;
    box-sizing: border-box;
    height: 58px;
    margin: 1px 25px;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid transparent; }
  .nav_bar li a:hover, .nav_bar li a.active {
    color: #E71F29;
    background: #fff;
    border-bottom: 1px solid #E71F29; }
  .nav_bar .search_bar {
    box-sizing: border-box;
    margin-right: 24px;
    margin-left: 4px; }
    .nav_bar .search_bar .search_contain {
      height: 34px;
      margin-top: 24px;
      margin-right: 26px;
      border-bottom: 1px solid #666; }
      .nav_bar .search_bar .search_contain .drop_box {
        box-sizing: border-box;
        width: 78px;
        height: 34px;
        line-height: 32px;
        position: relative; }
        .nav_bar .search_bar .search_contain .drop_box .selected_opt {
          padding-left: 4px;
          font-size: 14px;
          line-height: 34px;
          color: #999; }
        .nav_bar .search_bar .search_contain .drop_box .icon-down {
          margin-left: 8px;
          -webkit-transition: -webkit-transform .1s ease-in 0s;
          transition: -webkit-transform .1s ease-in 0s;
          transition: transform .1s ease-in 0s;
          transition: transform .1s ease-in 0s, -webkit-transform .1s ease-in 0s; }
        .nav_bar .search_bar .search_contain .drop_box .select_box {
          box-sizing: border-box;
          width: 78px;
          height: auto;
          border: 1px solid darkgray;
          background: #fff;
          position: absolute;
          top: 32px;
          left: 0;
          z-index: 12;
          display: none; }
          .nav_bar .search_bar .search_contain .drop_box .select_box .option {
            padding-left: 4px;
            font-size: 14px;
            cursor: pointer; }
            .nav_bar .search_bar .search_contain .drop_box .select_box .option:hover {
              background: #F5F5F5; }
        .nav_bar .search_bar .search_contain .drop_box:hover .select_box {
          display: block; }
        .nav_bar .search_bar .search_contain .drop_box:hover .icon-down {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg);
          -webkit-transition: -webkit-transform .1s ease-in 0s;
          transition: -webkit-transform .1s ease-in 0s;
          transition: transform .1s ease-in 0s;
          transition: transform .1s ease-in 0s, -webkit-transform .1s ease-in 0s; }
      .nav_bar .search_bar .search_contain .search_kwd {
        width: 214px;
        height: 34px;
        line-height: 34px;
        padding: 0 4px;
        margin-left: 6px;
        vertical-align: top;
        border: none; }
      .nav_bar .search_bar .search_contain .drop_box:before, .nav_bar .search_bar .search_contain .drop_box:after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 20px;
        background-color: #666;
        vertical-align: middle; }
      .nav_bar .search_bar .search_contain .drop_box:after {
        margin-left: 10px; }
    .nav_bar .search_bar .search_contain.hide {
      display: none; }
    .nav_bar .search_bar .search_btn {
      display: inline-block;
      width: 28px;
      height: 28px;
      background: url(/assets/images/spirits.png) 1px -127px no-repeat;
      cursor: pointer;
      position: relative; }
    .nav_bar .search_bar .search_btn:hover {
      background-position: -34px -127px; }
  .nav_bar .public a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px; }
  .nav_bar .public a:hover {
    background-color: #eb4d54; }
  .nav_bar .public .request {
    width: 120px;
    margin-right: 12px;
    background-color: #E42129; }
  .nav_bar .public .upload_case {
    width: 86px;
    margin-left: 12px;
    background-color: #E42129; }

/* 分页 */
/**
    分页条
 */
.paging_ul {
  width: 800px;
  height: 38px;
  margin: 0 auto;
  text-align: center; }

.paging_lists {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle; }

.paging_lists:last-child {
  margin: 0; }

.c4c {
  color: #090810; }

.paging_a,
.paging_a,
.paging_input,
.paging_a_big {
  font-size: 14px;
  line-height: 36px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  color: #090810;
  border: 1px solid #090810;
  border-radius: 4px;
  background-color: transparent; }

.paging_input {
  border: none;
  border-bottom: 1px solid #090810; }

.paging_a:hover {
  text-decoration: none; }

.paging_a:focus {
  text-decoration: none;
  color: #090810; }

.pageRepeat > .paging_a:focus {
  color: #fff; }

.paging_a_selected {
  color: #fff;
  background-color: #090810; }

.paging_a {
  cursor: pointer; }

.paging_ellipsis {
  cursor: default; }

.paging_a_big {
  width: initial;
  min-width: 36px;
  padding: 0 5px; }

.paging_a_big:hover {
  color: #fff;
  background-color: #090810;
  text-decoration: none; }

.paging_bg {
  background-color: #090810; }

.paging_a:hover {
  color: #fff;
  background-color: #090810; }

.paging_ellipsis:hover {
  color: #090810;
  background: #fff; }

.paging_bg:hover {
  background-color: #090810; }

.triangle_left,
.triangle_right {
  float: left;
  width: 0;
  height: 0;
  margin: 13px 0 0 14px;
  border-style: solid; }

.triangle_left {
  margin-left: 12px;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent #fff transparent transparent; }

.triangle_right {
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff; }

.prompt_min {
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  z-index: 1005;
  top: 45px;
  left: 0;
  width: 120px;
  height: 26px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

.jumpGO_triangle {
  position: absolute;
  top: -7px;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 0 5px 7px 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent; }

.paging_box {
  margin-bottom: 58px; }

/* footer */
/* footer */
.footer {
  box-sizing: border-box;
  height: 252px;
  padding: 56px 0 30px 0;
  color: #999;
  font-size: 14px;
  text-align: center;
  background: black; }
  .footer a {
    color: #999;
    font-size: 14px; }
  .footer a:hover {
    color: #fff;
    text-decoration: underline; }
  .footer .about_problem {
    display: inline-block;
    margin-bottom: 26px; }
    .footer .about_problem li {
      display: inline-block;
      height: 14px;
      line-height: 14px;
      padding: 0 10px 0 10px;
      border-left: 1px solid #fff; }
    .footer .about_problem li:first-child {
      border-left: none; }
  .footer .copy_right {
    margin-bottom: 26px; }
    .footer .copy_right .icp {
      padding-left: 18px; }
    .footer .copy_right .v_line {
      padding: 0 16px; }
  .footer .erweima {
    text-align: center; }
    .footer .erweima .ewm_contain {
      display: inline-block;
      box-sizing: border-box;
      width: 80px;
      height: 80px;
      margin: 0 14px;
      padding: 4px;
      background: #fff; }
      .footer .erweima .ewm_contain img {
        width: 72px;
        height: 72px; }

/* icon 样式 */
/* icon 样式 */
.icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/assets/images/spirits.png") no-repeat;
  font-style: normal; }

.icon-msg {
  background-position: 2px -360px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px; }

.icon-down {
  background-position: -34px 1px;
  width: 12px;
  height: 12px; }

.icon-down-w {
  background-position: -37px -78px;
  width: 15px;
  height: 12px; }

.icon-right {
  background-position: -56px 0;
  width: 16px;
  height: 12px; }

.icon-liulan {
  background-position: -35px -41px;
  width: 18px;
  height: 14px; }

.icon-shijian {
  background-position: -0px -41px;
  width: 15px;
  height: 15px; }

.icon-renzheng {
  background-position: -0px -102px;
  width: 15px;
  height: 18px; }

.icon-renzhengBig {
  background-position: -35px -95px;
  width: 21px;
  height: 24px; }

.icon-nan {
  background-position: -0px -62px;
  width: 14px;
  height: 14px;
  margin-left: 4px; }

.icon-nv {
  background-position: -35px -62px;
  width: 14px;
  height: 14px;
  margin-left: 4px; }

.icon-liaotian {
  background-position: -0px -82px;
  width: 14px;
  height: 14px; }

.icon-arrow-down {
  height: 18px;
  margin-left: 4px;
  vertical-align: text-bottom;
  background-position: 0px -16px; }

.icon-arrow-up {
  height: 18px;
  margin-left: 4px;
  vertical-align: text-bottom;
  background-position: -35px -16px; }

.icon-arrow-left {
  background-position: -0px -530px;
  width: 18px; }

.icon-down-white {
  height: 18px;
  margin-left: 4px;
  vertical-align: text-bottom;
  background-position: -17px -16px; }

.icon-jinggao {
  background-position: -0px -162px;
  width: 15px;
  height: 12px; }

.icon-shejishi {
  background-position: -0px -210px;
  width: 22px;
  height: 22px; }

.icon-guzhu {
  background-position: -0px -183px;
  width: 22px;
  height: 22px; }

.icon-xiaoxi {
  background-position: -0px -237px;
  width: 22px;
  height: 22px; }

.icon-more {
  background-position: 0px -462px;
  width: 16px;
  height: 16px; }

.icon-bao {
  background-position: 2px -384px;
  width: 20px;
  height: 20px; }

.icon-local {
  background-position: -32px -267px;
  width: 18px;
  height: 18px; }

.icon-warning {
  background-position: 0px -411px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px; }

.icon-time-node {
  width: 20px;
  height: 20px;
  line-height: 18px;
  position: absolute;
  top: -10px;
  border-radius: 50%;
  font-weight: 600;
  font-style: normal; }

.icon-done {
  background-position: -35px -435px;
  color: transparent; }

.icon-ing {
  background-position: -25px -292px;
  color: #fff; }

.icon-next {
  background-position: -50px -292px;
  color: #E42129;
  background-color: #fff; }

.icon-tick {
  background-position: -30px -416px;
  width: 18px; }

.icon-pingbi {
  background-position: -0px -320px;
  width: 21px;
  height: 21px; }

.icon-pingbitanhao {
  background-position: -35px -550px;
  width: 14px;
  height: 14px; }

.icon-sousuo {
  background-position: -0px -484px;
  width: 14px;
  height: 14px; }

.icon-youjian {
  background-position: -35px -604px;
  width: 16px;
  height: 16px; }

.icon-close {
  background-position: -35px -365px;
  width: 12px;
  height: 12px; }

.icon-chatLeft {
  background-position: -0px -506px;
  height: 15px; }

.icon-chatRight {
  background-position: -35px -506px;
  height: 15px; }

.icon-biaoqing {
  background-position: -0px -436px;
  width: 20px;
  height: 20px; }

.icon-up-down-up {
  background-position: 4px -344px;
  width: 20px;
  height: 16px;
  margin-bottom: -2px; }

.icon-up-down-down {
  background-position: -30px -344px;
  width: 20px;
  height: 16px;
  margin-bottom: -2px; }

.icon-goutong {
  background-position: 0px -647px;
  width: 16px;
  height: 18px; }

.icon-radio {
  background-position: 0px -671px;
  width: 18px;
  height: 18px; }

.icon-radio.active {
  background-position: -35px -671px;
  width: 18px;
  height: 18px; }

.icon-baozhengjin {
  background-position: 1px -575px;
  width: 18px;
  height: 18px; }

.icon-big {
  display: block;
  width: 30px;
  height: 26px;
  background: url("/assets/images/header.spirits.png") no-repeat;
  font-style: normal; }

.icon-big-set {
  background-position: -6px -7px; }

.icon-big-query {
  background-position: -8px -38px; }

.icon-big-logout {
  background-position: -6px -68px; }

/* 评星 */
.icon-start-full {
  width: 15px;
  height: 15px;
  background-position: 0px -626px; }

.icon-start-empty {
  width: 15px;
  height: 15px;
  background-position: -28px -626px; }

.icon-start-empty.icon-start-full {
  width: 15px;
  height: 15px;
  background-position: 0px -626px; }

.icon-start-half {
  width: 15px;
  height: 15px;
  background-position: -56px -626px; }

/* icon 样式 END */
/* layui表单样式重置 */
.layui-input:focus, .layui-textarea:focus {
  border-color: #00A0EA !important; }

.layui-form-danger:focus {
  border-color: #E42129 !important; }

.layui-form-radio i:hover {
  color: #00A0EA; }

.layui-form-radioed i {
  color: #00A0EA; }

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #00A0EA; }

.layui-disabled[lay-skin=primary]:hover i {
  border-color: #d2d2d2; }

.layui-form-checked[lay-skin=primary] i {
  color: #00A0EA;
  border-color: #00A0EA;
  background-color: #fff; }

.layui-form-checked[lay-skin=primary]:hover i {
  color: #00a0ea; }

/* 回到顶部 */
.toplink {
  box-sizing: border-box;
  display: block;
  width: 42px;
  height: 40px;
  color: #fff;
  background-color: #7C7C7C;
  position: fixed;
  bottom: 292px;
  right: 100px;
  z-index: 5;
  cursor: pointer; }
  .toplink:hover {
    color: #fff;
    background-color: #E42129; }
    .toplink:hover > div .up_home {
      border-bottom-color: #fff; }
    .toplink:hover > div .txt {
      display: block; }
  .toplink > div {
    position: relative;
    text-align: center; }
    .toplink > div .up_home {
      display: block;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-top-width: 0;
      border-bottom-width: 8px;
      border-bottom-color: #fff;
      position: relative;
      top: 8px;
      left: 15px; }
    .toplink > div span {
      line-height: 40px; }
    .toplink > div .txt {
      display: none;
      width: 82px;
      height: 40px;
      line-height: 40px;
      position: absolute;
      color: #fff;
      background-color: #424242;
      left: 40px;
      top: 0; }
      .toplink > div .txt:after {
        content: '';
        display: block;
        border: 8px solid transparent;
        border-left-width: 0;
        border-right-color: #424242;
        position: absolute;
        left: -4px;
        top: 12px; }

.icon-local {
  position: relative;
  top: 3px; }

.icon-local.active {
  background-position: 3px -267px; }

#position_ {
  position: relative;
  z-index: 8; }
  #position_ .local {
    max-width: none;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#position_ > a:hover,
#position_ > a.hover {
  background-color: #fff; }

.provinces_box {
  display: none;
  position: absolute;
  padding-bottom: 6px;
  top: 39px;
  left: -1px;
  border: 1px solid #e3e3e3;
  background: #FFF; }
  .provinces_box .intra-city {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    border-bottom: 1px dashed #e3e3e3; }
  .provinces_box .row {
    width: 372px;
    line-height: 26px;
    margin-left: 1px; }
    .provinces_box .row .provinces {
      margin-top: 4px; }
      .provinces_box .row .provinces .pro {
        display: inline-block;
        box-sizing: border-box;
        width: 62px;
        height: 30px;
        padding-bottom: 5px;
        line-height: 26px;
        text-align: center;
        border: 2px solid transparent;
        cursor: pointer;
        position: relative;
        z-index: 10;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .provinces_box .row .provinces .pro:hover {
        color: #E42129; }
      .provinces_box .row .provinces .pro.active {
        border: 2px solid #E42129;
        border-bottom-color: #fff; }
    .provinces_box .row .city_list {
      display: none;
      width: 368px;
      border: 2px solid #E42129;
      margin-top: -2px; }
      .provinces_box .row .city_list li {
        height: 26px; }
        .provinces_box .row .city_list li a {
          display: inline-block;
          width: 50px;
          height: 26px;
          margin: 2px 5px 2px 6px;
          line-height: 26px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          border: none; }

.position:hover .provinces_box {
  display: block; }

/* 模拟复选框 */
.likecheckBox {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: middle; }

.likecheckBox:hover {
  border-color: #00a1e9; }

.likecheckBox.active {
  border-color: #00a1e9;
  background: url("/assets/images/spirits.png") no-repeat -34px -388px; }

.likecheckBox.disabled {
  border-color: #ccc;
  background: url("/assets/images/spirits.png") no-repeat -55px -388px; }

.haveRead .likecheckBox:hover {
  border-color: #cacaca; }

/* 模拟复选框 END */
/* 快速沟通 */
.btn_chat_now {
  width: 88px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #08c7d8;
  border: 1px solid #08c7d8;
  border-radius: 3px;
  cursor: pointer; }

/* 省市 */
.local {
  color: #898989;
  vertical-align: bottom; }
  .local .province {
    display: inline-block;
    max-width: 46px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom; }
  .local .city.overflow_hide {
    display: inline-block;
    max-width: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom; }

/* 头像 */
.avatar {
  border-radius: 50%; }
  .avatar img {
    border-radius: 50%; }
@charset "UTF-8";
.f-14-666 {
  font-size: 14px;
  color: #666;
  font-weight: normal; }

.f-14-red {
  font-size: 14px;
  color: #e62129;
  font-weight: normal; }

.m-r-5 {
  margin-right: 5px; }

.p-20 {
  padding: 35px 20px; }

/* 会话消息列表页 */
.myhr_title {
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0; }

.m_titleOperate {
  position: relative;
  display: inline-block;
  width: 768px;
  margin-left: 25px; }
  .m_titleOperate button {
    height: 22px;
    line-height: 20px;
    margin-right: 6px;
    padding: 0 5px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: transparent;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    cursor: pointer; }
  .m_titleOperate button:hover {
    color: #e62129;
    border-color: #e62129; }
  .m_titleOperate#searchFuncForChatList .m_searchResult {
    width: 190px;
    right: 0;
    top: 26px;
    border: 1px solid #ddd; }

.m_searchBox {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 180px;
  height: 24px;
  padding: 0 5px;
  border: 1px solid #999;
  border-radius: 2px; }
  .m_searchBox input {
    width: 150px;
    height: 22px;
    line-height: 20px;
    border: none;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
  .m_searchBox .m_btnSousuo {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: default; }

.m_searchResult {
  display: none;
  position: absolute;
  top: 35px;
  z-index: 5;
  width: 100%;
  padding-bottom: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .m_searchResult .msr_note {
    padding-left: 5px;
    color: #999;
    font-size: 12px;
    text-align: left; }
  .m_searchResult ul {
    margin-top: 10px; }
  .m_searchResult li {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0 5px;
    text-align: left;
    cursor: pointer; }
    .m_searchResult li:hover {
      background-color: #f4f4f4; }
    .m_searchResult li .userHead {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin-right: 6px; }
      .m_searchResult li .userHead img {
        width: 40px;
        height: 40px; }
    .m_searchResult li i {
      display: none;
      position: absolute;
      right: -2px;
      bottom: 0; }
    .m_searchResult li i.active {
      display: inline-block; }
    .m_searchResult li .userName {
      float: left;
      height: 40px;
      font-size: 14px;
      color: #333; }
    .m_searchResult li .isUnread {
      position: relative;
      top: -2px;
      display: none;
      width: 6px;
      height: 6px;
      margin-left: 6px;
      border-radius: 50%;
      background-color: #e62129; }
    .m_searchResult li .isUnread.active {
      display: inline-block; }

.smallChatwindow .m_searchResult li {
  height: 30px; }

.smallChatwindow .m_searchResult .userHead {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 6px; }
  .smallChatwindow .m_searchResult .userHead img {
    width: 30px;
    height: 30px;
    vertical-align: top; }

.smallChatwindow .m_searchResult .userName {
  width: 80px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.smallChatwindow .m_searchResult .isUnread {
  top: -6px; }

.m_list > li {
  position: relative;
  height: 52px;
  padding: 26px 40px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  cursor: default; }
  .m_list > li .imgBox {
    position: relative;
    float: left;
    width: 50px;
    margin-right: 8px; }
    .m_list > li .imgBox img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .m_list > li .imgBox i {
      position: absolute;
      right: 0;
      bottom: -4px; }
  .m_list > li .m_listContent .nameLine {
    position: relative;
    margin: 5px 0; }
    .m_list > li .m_listContent .nameLine .name {
      display: inline-block;
      margin-right: 5px;
      font-size: 14px;
      color: #333;
      font-weight: bold; }
  .m_list > li .m_listContent i {
    margin-right: 5px;
    vertical-align: middle; }
  .m_list > li .m_listContent .time {
    position: absolute;
    right: 30px;
    margin-left: 60px;
    font-size: 12px;
    color: #999;
    font-weight: normal; }
  .m_list > li .m_listContent .contentLine {
    width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666; }

.optionsBox {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  text-align: center; }
  .optionsBox:hover i.icon-down {
    background-position: 0px 2px;
    width: 12px;
    height: 12px; }
  .optionsBox:hover ul.options {
    display: block; }
  .optionsBox ul.options {
    display: none;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 10;
    width: 86px;
    border: 1px solid #e0e0e0;
    background-color: #fff; }
    .optionsBox ul.options li {
      height: 26px;
      line-height: 26px;
      padding: 0;
      font-size: 12px;
      text-align: center;
      cursor: pointer; }
      .optionsBox ul.options li:hover {
        background-color: #ec5358;
        color: #fff; }

/* 会话消息列表页 END */
/* 窗口会话列表页聊天 */
.myhr .m_window .mw_left {
  position: relative; }

.myhr .m_window .ignoredUser {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 43px;
  left: 0;
  z-index: 6; }

/* 窗口会话列表页聊天 End */
/* 聊天窗口 */
.m_window .mw_left {
  float: left;
  width: 648px;
  height: 660px;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 2px; }

.m_window .mwl_title {
  position: relative;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  color: #333; }

.m_window #back {
  float: left;
  position: relative;
  z-index: 6;
  width: 60px;
  height: 42px;
  text-align: center;
  cursor: pointer; }

.m_window #back:hover {
  background-color: #f5f5f5; }
  .m_window #back:hover .icon-arrow-left {
    background-position: -35px -530px; }

.m_window .mwl_title {
  text-align: center; }
  .m_window .mwl_title span {
    display: inline-block;
    max-width: 260px;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.m_window .optionsBox {
  top: 0;
  right: 0;
  width: 50px;
  height: 42px; }
  .m_window .optionsBox ul.options {
    top: 32px; }

.m_window .ignoredUser {
  display: none;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #dbecfc;
  font-size: 14px;
  color: #333;
  text-align: left; }
  .m_window .ignoredUser i {
    margin-right: 5px;
    vertical-align: middle; }
  .m_window .ignoredUser span {
    margin-left: 4px;
    cursor: pointer; }

.m_window .mwl_chatWindow {
  position: relative;
  height: 500px;
  background-color: #f5f5f5;
  overflow: hidden; }
  .m_window .mwl_chatWindow .scrollson {
    width: 612px;
    padding: 15px 20px; }
  .m_window .mwl_chatWindow .scroll_ymove {
    height: 100%;
    background-color: #e1e1e1; }
  .m_window .mwl_chatWindow .scroll_y {
    background-color: #aaa; }

.m_window .chatOther {
  margin-bottom: 15px;
  text-align: left; }
  .m_window .chatOther .imgBox {
    float: left; }
    .m_window .chatOther .imgBox img {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
  .m_window .chatOther .chatContent {
    position: relative;
    display: inline-block;
    margin-left: 25px; }
    .m_window .chatOther .chatContent .chatDetail {
      max-width: 309px;
      min-height: 24px;
      line-height: 24px;
      padding: 7px 10px;
      border: 1px solid #e8e8e8;
      border-radius: 4px;
      background-color: #fff;
      word-wrap: break-word;
      text-align: left; }
    .m_window .chatOther .chatContent i {
      position: absolute;
      top: 11px;
      left: -6px; }

.m_window .chatMine {
  margin-bottom: 15px;
  text-align: right; }
  .m_window .chatMine .imgBox {
    float: right; }
    .m_window .chatMine .imgBox img {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
  .m_window .chatMine .chatContent {
    position: relative;
    display: inline-block;
    margin-right: 25px; }
    .m_window .chatMine .chatContent .chatDetail {
      max-width: 309px;
      min-height: 24px;
      line-height: 24px;
      padding: 7px 10px;
      border: 1px solid #b6dafe;
      border-radius: 4px;
      background-color: #dbecfc;
      word-wrap: break-word;
      text-align: left; }
    .m_window .chatMine .chatContent i {
      position: absolute;
      top: 11px;
      right: -9px; }

.m_window .chatLine_date, .m_window .chatLine_history, .m_window .chatLine_loadMore {
  position: relative;
  height: 12px;
  margin: 30px auto;
  font-size: 12px;
  color: #666; }
  .m_window .chatLine_date .hrline, .m_window .chatLine_history .hrline, .m_window .chatLine_loadMore .hrline {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: 4;
    width: 500px;
    height: 1px;
    margin-left: -250px;
    border-top: 1px dashed #e0e0e0; }
  .m_window .chatLine_date .string, .m_window .chatLine_history .string, .m_window .chatLine_loadMore .string {
    position: relative;
    z-index: 5;
    top: -2px;
    display: inline-block;
    width: 90px;
    height: 12px;
    background-color: #f5f5f5; }
  .m_window .chatLine_date .string.longString, .m_window .chatLine_history .string.longString, .m_window .chatLine_loadMore .string.longString {
    width: 130px; }
  .m_window .chatLine_date .loadMore, .m_window .chatLine_history .loadMore, .m_window .chatLine_loadMore .loadMore {
    color: #097BE7;
    cursor: pointer; }

.m_window .chatLine_loadMore {
  margin: 0px auto 20px;
  text-align: center; }

.m_window .chatEmoticon {
  position: relative;
  height: 20px;
  margin-left: 20px;
  padding: 15px 0;
  text-align: left; }

.m_window #facebox {
  left: 0;
  bottom: 20px;
  width: 420px;
  height: 140px; }

.m_window .chatSend {
  margin-left: 20px;
  text-align: left; }
  .m_window .chatSend input {
    width: 486px;
    height: 16px;
    line-height: 16px;
    padding: 10px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    background-color: transparent;
    font-size: 12px;
    outline: none; }
  .m_window .chatSend button {
    width: 92px;
    height: 38px;
    line-height: 36px;
    margin-left: 6px;
    border: 1px solid #ea4d54;
    border-radius: 2px;
    background-color: #ea4d54;
    font-size: 14px;
    color: #fff;
    cursor: pointer; }
  .m_window .chatSend button:hover {
    border-color: #e62129;
    background-color: #e62129; }

.m_window .mw_right {
  display: inline-block;
  width: 218px;
  height: 660px;
  border: 1px solid #ddd;
  border-radius: 2px; }

.m_window .mwr_title {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  color: #333; }

.m_window .mwr_search {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ddd; }
  .m_window .mwr_search .listSearch {
    width: 100%;
    height: 40px;
    text-align: center; }
  .m_window .mwr_search .m_searchBox {
    position: relative;
    right: initial;
    display: block;
    margin: 10px auto 0; }

.m_window .chatList {
  padding: 0 0 5px 5px; }
  .m_window .chatList li {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: left;
    cursor: pointer; }
    .m_window .chatList li.active {
      background-color: #f4f4f4; }
    .m_window .chatList li .userHead {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin-right: 6px; }
      .m_window .chatList li .userHead img {
        width: 40px;
        height: 40px; }
    .m_window .chatList li i {
      display: none;
      position: absolute;
      right: -2px;
      bottom: 0; }
    .m_window .chatList li i.active {
      display: inline-block; }
    .m_window .chatList li .userName {
      float: left;
      height: 40px;
      font-size: 14px;
      color: #333; }
    .m_window .chatList li .isUnread {
      position: relative;
      top: -2px;
      display: none;
      width: 6px;
      height: 6px;
      margin-left: 0px;
      border-radius: 50%;
      background-color: #e62129; }
    .m_window .chatList li .isUnread.active {
      display: inline-block; }

/* 聊天窗口 END */
/* 聊天窗口 右下角迷你版 */
.smallChatwindow {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: none;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  .smallChatwindow .mw_left {
    position: relative;
    width: 130px;
    height: 360px;
    margin-right: 0;
    border: 0;
    border-right: 1px solid #d9d9d9; }
    .smallChatwindow .mw_left .mwr_search {
      position: relative;
      height: 30px;
      line-height: 30px;
      padding-top: 4px;
      text-align: center; }
      .smallChatwindow .mw_left .mwr_search .m_searchBox {
        width: 112px;
        height: 22px;
        margin-top: 0px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        text-align: left; }
        .smallChatwindow .mw_left .mwr_search .m_searchBox input {
          width: 88px;
          vertical-align: top; }
    .smallChatwindow .mw_left a {
      position: absolute;
      bottom: 0;
      float: none;
      display: block;
      width: 100%;
      height: 38px;
      line-height: 38px;
      border-top: 1px solid #d9d9d9;
      text-align: center;
      color: #097be7; }
      .smallChatwindow .mw_left a:hover {
        background-color: transparent;
        color: #e62129; }
    .smallChatwindow .mw_left #chatWindowMini {
      height: 287px; }
    .smallChatwindow .mw_left .chatList li {
      height: 30px; }
    .smallChatwindow .mw_left .chatList .userHead {
      float: left;
      width: 30px;
      height: 30px;
      margin-right: 6px; }
      .smallChatwindow .mw_left .chatList .userHead img {
        width: 30px;
        height: 30px;
        vertical-align: top; }
    .smallChatwindow .mw_left .chatList .userName {
      width: 76px;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .smallChatwindow .mw_left .chatList .isUnread {
      top: -6px; }
  .smallChatwindow .mw_right {
    position: relative;
    width: 360px;
    height: 360px;
    border: 0; }
    .smallChatwindow .mw_right .mwl_title {
      height: 34px;
      line-height: 34px; }
    .smallChatwindow .mw_right .mwl_chatWindow {
      position: relative;
      height: 286px; }
    .smallChatwindow .mw_right .ignoredUser {
      position: absolute;
      z-index: 6;
      width: 350px;
      height: 40px;
      line-height: 40px;
      padding-left: 10px;
      font-size: 12px; }
    .smallChatwindow .mw_right .optionsBox {
      right: 30px;
      width: 30px;
      height: 34px; }
    .smallChatwindow .mw_right .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 34px;
      cursor: pointer; }
      .smallChatwindow .mw_right .close i {
        position: relative;
        top: 2px; }
    .smallChatwindow .mw_right .mwl_chatSend {
      border-top: 1px solid #d9d9d9; }
      .smallChatwindow .mw_right .mwl_chatSend .chatSend {
        line-height: 38px;
        margin-left: 5px; }
      .smallChatwindow .mw_right .mwl_chatSend input {
        width: 218px;
        height: 24px;
        line-height: 24px;
        padding: 0 5px; }
      .smallChatwindow .mw_right .mwl_chatSend .chatEmoticon {
        display: inline-block;
        line-height: 20px;
        margin: 0px 20px 0 8px;
        padding: 0;
        vertical-align: middle; }
      .smallChatwindow .mw_right .mwl_chatSend button {
        width: 68px;
        height: 24px;
        line-height: 24px;
        margin: 0; }
  .smallChatwindow .chatOther .chatContent .chatDetail, .smallChatwindow .chatMine .chatContent .chatDetail {
    max-width: 210px; }
  .smallChatwindow .mwl_chatWindow .scrollson {
    width: 320px; }
  .smallChatwindow .chatLine_history, .smallChatwindow .chatLine_date {
    text-align: center; }
    .smallChatwindow .chatLine_history .hrline, .smallChatwindow .chatLine_date .hrline {
      width: 300px;
      margin-left: -150px; }
  .smallChatwindow #facebox {
    left: auto;
    right: -80px;
    bottom: 30px; }

/* 聊天窗口 右下角迷你版 END */
.foldSmallChatwindow {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 200px;
  height: 30px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer; }
  .foldSmallChatwindow .fscw_left {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px; }
  .foldSmallChatwindow .fscw_right {
    float: right;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #333; }
  .foldSmallChatwindow .fscw_right.active {
    background-color: #e62129;
    color: #fff; }
  .foldSmallChatwindow i {
    margin-right: 2px;
    vertical-align: middle; }
  .foldSmallChatwindow .fscw_right.active .icon-youjian {
    background-position: -0px -364px; }

/* QQ表情插件 */
.qqFace {
  margin-top: 4px;
  background: #fff;
  padding: 2px;
  border: 1px #dfe6f6 solid; }

.qqFace table td {
  padding: 0px; }

.qqFace table td img {
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 1px #fff solid; }

.qqFace table td img:hover {
  border: 1px #0066cc solid; }

/* QQ表情插件 END */
@charset "UTF-8";
/**
    分页条
 */
.pagination, .paging_ul {
  width: 800px;
  height: 38px;
  margin: 0 auto;
  text-align: center; }

.pagination li, .paging_lists {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle; }

.paging_lists:last-child {
  margin: 0; }

.c4c {
  color: #090810; }

.pagination li a,
.pagination li span,
.paging_a,
.paging_a,
.paging_input,
.paging_a_big {
  font-size: 14px;
  line-height: 36px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  color: #090810;
  border: 1px solid #090810;
  border-radius: 4px;
  background-color: transparent; }

.paging_input {
  border: none;
  border-bottom: 1px solid #090810; }

.paging_a:hover {
  text-decoration: none; }

.paging_a:focus {
  text-decoration: none;
  color: #090810; }

.pageRepeat > .paging_a:focus {
  color: #fff; }

.pagination li.active span, .paging_a_selected {
  color: #fff;
  background-color: #090810; }

.paging_a {
  cursor: pointer; }

.paging_ellipsis {
  cursor: default; }

.paging_a_big {
  width: initial;
  min-width: 36px;
  padding: 0 5px; }

.paging_a_big:hover {
  color: #fff;
  background-color: #090810;
  text-decoration: none; }

.paging_bg {
  background-color: #090810; }

.paging_a:hover {
  color: #fff;
  background-color: #090810; }

.paging_ellipsis:hover {
  color: #090810;
  background: #fff; }

.paging_bg:hover {
  background-color: #090810; }

.triangle_left,
.triangle_right {
  float: left;
  width: 0;
  height: 0;
  margin: 13px 0 0 14px;
  border-style: solid; }

.triangle_left {
  margin-left: 12px;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent #fff transparent transparent; }

.triangle_right {
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff; }

.prompt_min {
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  z-index: 1005;
  top: 45px;
  left: 0;
  width: 120px;
  height: 26px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

.jumpGO_triangle {
  position: absolute;
  top: -7px;
  left: 15px;
  width: 0;
  height: 0;
  border-width: 0 5px 7px 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent; }
