@charset "UTF-8";
body {
  background: #f3f3f9;
}

.detail {
  width: 100%;
  overflow: hidden;
}

.detail_top {
  padding: 15px 15px 15px 130px;
  min-height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-top: 90px;
}

.detail_top .img_box {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  /* background: #bfbfbf; */
  font-size: 0;
}

.detail_top .img_box img {
  width: 100%;
  /* height: 100%; */
  color: #3a3a4a;
  vertical-align: middle;
}

.detail_top h1 {
  font-size: 20px;
  padding: 0 100px 0 0;
  line-height: 25px;
  overflow: hidden;
}

.detail_top p {
  width: 100%;
  line-height: 30px;
  max-height: 90px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}

.detail_top p .more {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  background: #fff;
  padding: 0 10px;
}

.detail_top p.w50 {
  width: 50%;
  float: left;
}

.detail_top .data_update {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  color: #4776e6;
}

.detail_con {
  /* width: 917px; */
  width: 1200px;
  height: auto;
  background: #fff;
  border: 1px solid #eee;
  padding-top: 60px;
  position: relative;
  float: left;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.detail_adv {
  width: 264px;
  position: relative;
  float: right;
  margin-top: 20px;
  z-index: -1;
}

.detail_adv .img_box {
  top: 0;
}

.detail_tab {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 48px;
  z-index: 10;
}

.detail_tab ul {
  /* width: 940px; */
}

.detail_tab ul li {
  float: left;
  width: 238px;
    /* width: 170px; */
  height: 46px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #3a3a4a;
  cursor: pointer;
  background: #fff;
  position: relative;
}

.detail_tab ul li.cur {
  color: #478cdd;
  border-bottom: 2px solid #478cdd;
}

.title2 {
  font-size: 22px;
}

.detail_con .title {
  padding: 0 15px;
  line-height: 30px;
  font-size: 16px;
  color: #494949;
  margin-top: 20px;
  font-weight: 600;
}

.detail_con .title font {
  color: #478cdd;
  padding-left: 10px;
}

.detail_con .detail_table {
  padding: 8px 15px;
}

.detail_con .detail_table table {
  width: 100%;
  border: 1px solid #eee;
}

.detail_con .detail_table table tr th,
.detail_con .detail_table table tr td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #494949;
}

.detail_con .detail_table table tr th {
  padding: 10px;
  line-height: 20px;
  background: #f5faff;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_con .detail_table table tr td {
  padding: 10px;
  line-height: 20px;
}

.detail_con .detail_table table tr td font {
  color: #ff9900;
}

.detail_con .detail_table table tr td a {
  color: #ff9900;
}

.detail_con .detail_table table tr td span {
  color: #ff4d4f;
}

.detail_con .detail_table table tr td .name {
  width: 100%;
  line-height: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_con .detail_table table tr td .name .img_box {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #eee;
  font-size: 0;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background: #ff6e6e;
}

.detail_top .img_box .person_style {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  font-size: 36px;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background: #84cab0;
  text-align: center;
  color: white;
}

.detail_con .detail_table table tr td .name .img_box img {
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
}

.detail_con .detail_table table tr td .name a {
  float: right;
}

.detail_con .detail_no {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #F8FAFB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail_con .detail_no .img_box {
  width: 100%;
  text-align: center;
  /* margin: 0px 0 10px 355px; */
  /* display: inline; */
}

.detail_con .detail_no .img_box img {
  width: 190px;
  margin-top: 20px;
}

.detail_con .detail_no .img_con p {
  font-size: 14px;
  color: #AFAFAF;
  text-align: center;
  line-height: 45px;
  position: relative;
}

.detail_con .detail_no .img_con .seo_info p {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #e0e0e0;
  position: absolute;
  top: 10px;
  left: 0;
  overflow: hidden;
}

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

.blue {
  color: #4776e6 !important;
}

.detail_con h2 {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: relative;
}

.detail_con h2 font {
  display: inline-block;
  line-height: 40px;
  padding: 0 5px;
  border-bottom: 2px solid #478cdd;
}

.detail_con h2 i {
  display: inline-block;
  font-size: 0;
  width: 890px;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.detail_list {
  padding: 0 15px;
  overflow: hidden;
}

.detail_list ul li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.detail_list ul li h3 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.detail_list ul li h3 a {
  color: #000;
}

.detail_list ul li p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding: 5px 0;
}

.detail_list ul li .detail_fot {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  position: relative;
}

.detail_list ul li .detail_fot .date {
  position: absolute;
  top: 0;
  right: 10px;
}

.detail_list ul li .detail_label {
  line-height: 20px;
  font-size: 12px;
  color: #666;
}

.detail_list ul li .detail_label a {
  color: #4776e6;
  margin-right: 10px;
}

.padding {
  width: 100%;
  padding: 10px 0;
  font-size: 0;
  text-align: right;
}

.padding a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  color: #4776e6;
  padding: 0 12px;
  font-size: 14px;
  margin: 0 5px;
}

.padding a.cur {
  border: 1px solid #fff;
  color: #000;
  font-weight: 600;
}

/*间距*/
.b5 {
  width: 55px;
  text-align: center;
  vertical-align: middle;
}

.bdate {
  width: 100px;
}

.b10 {
  width: 10%;
}

.b15 {
  width: 15%;
}

.b20 {
  width: 20%;
}

.b25 {
  width: 25%;
}

.b30 {
  width: 30%;
}

.b35 {
  width: 35%;
}

.b40 {
  width: 40%;
}

.b45 {
  width: 45%;
}

.b50 {
  width: 50%;
}

.b55 {
  width: 55%;
}

.b60 {
  width: 60%;
}

.b65 {
  width: 65%;
}

.b70 {
  width: 70%;
}

.b75 {
  width: 75%;
}

.b80 {
  width: 80%;
}

.b85 {
  width: 85%;
}

.b90 {
  width: 90%;
}

.b95 {
  width: 95%;
}

.log-reg {
  width: 100%;
  height: 50px;
  opacity: 0.6;
  background: -webkit-linear-gradient(#F5FAFF, #FFFFFF);
}

.gdzz {
  width: 100%;
  height: 219px;
  position: relative;
}

.detail-table {
  width: 100%;
  height: 100%;
  padding: 8px 15px;
}

.detail-table table {
  width: 97%;
  border: 1px solid #eee;
}

.detail-table table tr th,
.detail-table table tr td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #494949;
}

.detail-table table tr th {
  padding: 10px;
  line-height: 20px;
  background: #f5faff;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail-table table tr td {
  padding: 10px;
  line-height: 20px;
}

.detail-table table tr td font {
  color: #ff9900;
}

.detail-table table tr td a {
  color: #ff9900;
}

.detail-table table tr td span {
  color: #ff4d4f;
}

.detail-table table tr td .name {
  width: 100%;
  line-height: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail-table table tr td .name .img_box {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #eee;
  font-size: 0;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background: #ff6e6e;
}

.detail-table table tr td .name .img_box img {
  width: 100%;
  /* height: 100%; */
  vertical-align: middle;
}

.detail-table table tr td .name a {
  float: right;
}

.loginbox {
  width: 97%;
  position: absolute;
  top: 3%;
  left: 15px;
  bottom: 0;
  right: 0;
}

.btn {
  width: 100%;
  height: 185px;
  background: white;
  text-align: center;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn span {
  color: #4776e6;
}

.reg {
  margin-top: 20px;
}

.gddl {
  position: relative;
}

.serialnum {
  text-align: center;
}

.boss_detail_list:hover .vip_price_box {
  display: block;
}

.boss_detail_list:hover .detail_table {
  display: none;
}

.dialog_boss_vip {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.dialog_boss_vip .vip_price {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 242px;
  margin-top: -121px;
  margin-left: -400px;
  padding-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.dialog_boss_vip .vip_price .vip_price_head {
  width: 100%;
  height: 45px;
  background: #4776E6;
  line-height: 45px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.dialog_boss_vip .vip_price .wechat-qrcode-notice {
  height: 52px;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  color: #D28D31;
}

.dialog_boss_vip .vip_price .vip_price_content_new_p {
  height: 132px;
  line-height: 132px;
  font-size: 24px;
  color: #333;
}

.dialog_boss_vip .vip_price .vip_price_content_new_p span {
  color: red;
}

.dialog_boss_vip .vip_price .vip_price_btn .btn_fetch {
  display: inline-block;
  width: 148px;
  height: 44px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f7c077), to(#ebaf60));
  background-image: linear-gradient(-90deg, #f7c077 0%, #ebaf60 100%);
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 44px;
}

.dialog_boss_vip .vip_price .vip_price_btn p {
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
}
/*# sourceMappingURL=detail_boss.css.map */