.el-message-box {
  width: 445px;
}
/**-----------------------------**\
            $nav
\**-----------------------------**/
.common-header .nr-nav ul .nr-nav-find a {
  color: #ff6900;
  font-weight: bold;
  font-size: 16px;
}
.common-header .nr-nav ul .nr-nav-find a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff6900;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-find {
  background: #FF751A;
  position: relative;
}
.headerBox-fixed .nr-nav ul .nr-nav-find::before {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  left: -24px;
  bottom: 0;
  background: #FF751A;
}
.headerBox-fixed .nr-nav ul .nr-nav-find::after {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #FF751A;
}
.headerBox-fixed .nr-nav ul .nr-nav-find a {
  color: #FFF;
}
.headerBox-fixed .nr-nav ul .nr-nav-find a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #fff;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-find a:hover {
  color: #FFF !important;
}
html,
body {
  height: 100%;
  background-color: #fafafa;
}
.full-screen-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: auto;
  margin-top: 0px !important;
}
.plan-detail-box-all {
  font-size: 12px;
  color: #222;
  background-color: #fafafa;
  margin: 0 auto;
  padding-bottom: 60px;
  /*============================整体左边栏============================*/
  /**-----------------------------------------------------**\
                          $plan-detail-right
  \**-----------------------------------------------------**/
}
.plan-detail-box-all:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left {
  width: 910px;
  margin: 0 auto;
  float: left;
  /**-----------------------------**\
          方案信息
    \**-----------------------------**/
  /**-----------------------------**\
          详情展示
    \**-----------------------------**/
  /**-----------------------------**\
             $related-sol
     \**-----------------------------**/
}
.plan-detail-box-all .plan-detail-left .top-crumbs {
  color: #6d6d6d;
  height: 54px;
  line-height: 54px;
}
.plan-detail-box-all .plan-detail-left .top-crumbs a {
  color: #6d6d6d;
  font-size: 14px;
}
.plan-detail-box-all .plan-detail-left .top-crumbs span {
  margin: 0 3px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info {
  border: 1px solid #ececec;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
  /*介绍信息*/
  /* 方案亮点 */
  /*方案文件list*/
  /*方案操作*/
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title {
  height: 48px;
  line-height: 48px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title h1 {
  font-size: 18px;
  color: #222;
  margin-left: 19px;
  float: left;
  font-weight: bold;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title h1 span {
  display: inline-block;
  width: 36px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  box-sizing: border-box;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title h1 span.boutique {
  border: 1px solid #F35050;
  color: #F35050;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title h1 span.expert {
  border: 1px solid #0065FF;
  color: #0065FF;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title h1 span.excellent {
  border: 1px solid #FF8800;
  color: #FF8800;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label {
  color: #a0a0a0;
  font-size: 12px;
  float: right;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .sol-det-info-time {
  margin-right: 30px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .call-me-btn {
  width: 120px;
  height: 36px;
  opacity: 1;
  background: #ff6900;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .call-me-btn img {
  width: 20px;
  height: auto;
  margin-right: 6px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .call-me-btn .call-me-eq-box {
  position: absolute;
  top: 36px;
  left: 0;
  width: 120px;
  height: 120px;
  z-index: 1;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px #cccccc;
  display: none;
  align-items: center;
  justify-content: center;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .call-me-btn .call-me-eq-box img {
  width: 100px;
  height: 100px;
  margin: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .call-me-btn:hover .call-me-eq-box {
  display: flex;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .sol-det-info-top {
  display: flex;
  margin-right: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .sol-det-info-top .sol-det-info-lab {
  color: #6D6D6D;
  font-size: 14px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-title label .sol-det-info-top .sol-det-info-val {
  color: #FF1800;
  font-size: 14px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce {
  background-color: #fafafa;
  width: 870px;
  margin: 0 auto 0 auto;
  color: #6d6d6d;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-text {
  width: 850px;
  padding: 10px;
  line-height: 24px;
  background: rgba(255, 105, 0, 0.06);
  color: #6D6D6D;
  font-size: 16px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-text strong {
  color: #222222;
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-more {
  height: auto;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-little {
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-btn {
  width: 200px;
  margin: 18px auto 0 auto;
  text-align: center;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-btn span {
  border: solid 1px #a0a0a0;
  padding: 2px 25px 2px 10px;
  cursor: pointer;
  position: relative;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-btn .selector-retract-icon:before {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border: 1px solid #a0a0a0;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-introduce .introduce-btn .selector-spread-icon:before {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border: 1px solid #a0a0a0;
  border-left-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  right: 9px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .sol-hight-color {
  width: 870px;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  color: #ff6900;
  font-size: 16px;
  line-height: 24px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .sol-hight-color img {
  width: 16px;
  height: 16px;
  margin: 3px 12px 0 0;
  flex-shrink: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .sol-hight-color .sol-hight-title {
  flex-shrink: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list p {
  color: #222;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list p span.pay-money {
  color: #f35050;
  margin: 0 3px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul {
  color: #6d6d6d;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li {
  margin-top: 15px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .materia-num {
  margin-left: 13px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .materia-num span {
  color: #ff6900;
  margin: 0 3px;
  vertical-align: initial;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li label {
  vertical-align: middle;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li span {
  vertical-align: middle;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .download-btn {
  border: 1px solid #ff6900;
  color: #ff6900;
  padding: 0 9px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li em {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .doc-icon {
  background-image: url("/public/img/planDetail/doc-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .common-icon {
  background-image: url("/public/img/file_format_ICO/file.svg");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .zip-icon {
  background-image: url("/public/img/file_format_ICO/zip.svg");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .docx-icon {
  background-image: url("/public/img/planDetail/docx-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .dwg-icon {
  background-image: url("/public/img/planDetail/dwg-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .pdf-icon {
  background-image: url("/public/img/planDetail/pdf-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .ppt-icon {
  background-image: url("/public/img/planDetail/ppt-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .pptx-icon {
  background-image: url("/public/img/planDetail/pptx-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .xls-icon {
  background-image: url("/public/img/planDetail/xls-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list ul li .xlsx-icon {
  background-image: url("/public/img/planDetail/xlsx-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .material-list .brand-solution {
  position: absolute;
  right: 0;
  bottom: -30px;
  background-color: #357Af6;
  border-top-left-radius: 14px;
  color: white;
  width: 95px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate {
  border-top: 1px solid #e8e8e8;
  width: 870px;
  margin: 24px auto 0 auto;
  text-align: center;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate .download-all {
  width: 435px;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  border-right: 1px solid #e8e8e8;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate .download-all span {
  font-size: 14px;
  display: inline-block;
  width: 160px;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  background-color: #fca326;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate .download-all p {
  margin-top: 15px;
  color: #6d6d6d;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate .plan-sponsor {
  width: 434px;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate .plan-sponsor span {
  font-size: 14px;
  display: inline-block;
  width: 160px;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  background-color: #1dbeda;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-info .plan-operate .plan-sponsor p {
  margin-top: 15px;
  color: #6d6d6d;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box {
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  bottom: 0;
  box-sizing: border-box;
  /*tab切换*/
  /*预览*/
  /*评论*/
  /*配置清单*/
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab {
  position: relative;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab span.full-screen {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #e8e8e8;
  background-image: url("//project-homedo.oss-cn-shanghai.aliyuncs.com/e349a1dc-be63-4090-b2b5-c160d1d34599_icon_open_btn.png");
  background-size: 100%;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab ul {
  margin-left: 12px;
  margin-top: 10px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab ul:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab ul .active {
  color: #ff6900;
  border-bottom: 2px solid #ff6900;
  font-weight: bold;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab ul li {
  cursor: pointer;
  font-size: 14px;
  margin-right: 20px;
  float: left;
  padding: 0 8px 8px 8px;
  border-bottom: 2px solid #fff;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .detail-tab ul li:hover {
  color: #ff6900;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-detail-preview-box .detail-name {
  height: 50px;
  line-height: 50px;
  background-color: #fafafa;
  padding-left: 19px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-detail-preview-box .detail-name label {
  font-size: 18px;
  color: #222;
  margin-right: 10px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-detail-preview-box .detail-name span {
  color: #e29321;
  padding: 1px 7px;
  border: 1px solid #e29321;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-detail-preview-box .detail-preview {
  height: 676px;
  overflow-y: auto;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-detail-preview-box .detail-preview img {
  width: 100%;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 30px;
  display: none;
  /*用户评论*/
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-title {
  color: #222;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 19px;
  border-bottom: 1px solid #e8e8e8;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish-text {
  position: relative;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish-text textarea {
  width: 848px;
  height: 140px;
  margin-left: 20px;
  margin-top: 20px;
  min-height: 120px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  resize: none;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish-text .wordCheck {
  position: absolute;
  right: 36px;
  bottom: 8px;
  color: #a0a0a0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish {
  position: relative;
  height: 60px;
  margin-right: 19px;
  margin-left: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #6d6d6d;
  vertical-align: middle;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish label input {
  margin-right: 5px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-publish .comment-publish-btn {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 90px;
  text-align: center;
  background-color: #ff6900;
  font-size: 14px;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma {
  border-top: 1px solid #e8e8e8;
  margin: 0 20px 20px 19px;
  padding-top: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma label {
  float: right;
  color: #a0a0a0;
  margin-right: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-pic {
  height: 40px;
  line-height: 40px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-pic:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-pic .comment-user-name {
  color: #ff6900;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user span {
  margin-left: 9px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text {
  margin-left: 50px;
  margin-bottom: 10px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text p {
  margin-top: 7px;
  word-wrap: break-word;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-praise-icon {
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-praise-icon:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-praise-icon label {
  float: right;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-good label {
  vertical-align: middle;
  color: #1aacc4;
  font-size: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-good label em {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("/public/img/planDetail/plan-detail-good.png");
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-good label span {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-absence label {
  vertical-align: middle;
  color: #6d6d6d;
  font-size: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-absence label em {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("/public/img/planDetail/plan-detail-absence.png");
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-user-hexiaoma .comment-user .comment-user-text .comment-absence label span {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-hexiaoma {
  background-color: #f2f2f2;
  margin-left: 50px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-hexiaoma .comment-hexiaoma-pic {
  padding-top: 10px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-hexiaoma .comment-hexiaoma-pic img {
  margin-left: 10px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-hexiaoma .comment-hexiaoma-pic .comment-hexiaoma-name {
  color: #1aacc4;
  margin-left: 9px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-hexiaoma .comment-hexiaoma-text {
  margin-left: 60px;
  padding-bottom: 15px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-comment-box .comment-user-box .comment-hexiaoma .comment-hexiaoma-text p {
  margin-top: 3px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box {
  border-top: 1px solid #e8e8e8;
  background-color: #fff;
  /*表格*/
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #222;
  padding-left: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay {
  color: #222;
  font-size: 16px;
  margin-left: 60px;
  padding: 20px 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-accounts {
  float: left;
  height: 40px;
  line-height: 40px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-accounts .pay-total {
  color: #f35050;
  font-size: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-accounts .money-sign {
  color: #f35050;
  margin-left: 3px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type {
  float: right;
  margin-right: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type ul:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type ul li {
  float: left;
  font-size: 0;
  margin-right: 20px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type ul li a {
  width: 132px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type ul li .one-pay-buy {
  color: #fff;
  background-color: #f35050;
  border: 1px solid #f35050;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type ul li .add-stock {
  color: #f35050;
  border: 1px solid #f35050;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-pay .allocation-pay-type ul li .download-account {
  color: #1aacc4;
  border: 1px solid #1aacc4;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table {
  text-align: center;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table {
  width: 100%;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table .allocation-table-title {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #222;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table .allocation-table-title td {
  border-right: 0;
  border-left: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr {
  width: 100%;
  height: 37px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .allocation-table-list-title {
  text-align: left;
  padding-left: 20px;
  background-color: #fafafa;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr td {
  border: 1px solid #ececec;
  vertical-align: middle;
  font-size: 12px;
  color: #6d6d6d;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-system-classify {
  width: 128px;
  border-left: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-name {
  width: 179px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-model {
  width: 139px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-brand {
  width: 95px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num {
  width: 120px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .num-minus-hover:hover {
  border: 1px solid #fca326;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .num-minus-hover:hover:after {
  background: #fca326;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num-minus {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num-minus:after {
  content: '';
  height: 1px;
  width: 11px;
  display: block;
  background: #6d6d6d;
  position: absolute;
  top: 7px;
  left: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .num-add-hover:hover {
  border: 1px solid #fca326;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .num-add-hover:hover:after,
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .num-add-hover:hover:before {
  background: #fca326;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num-add {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num-add:before,
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num-add:after {
  content: '';
  height: 1px;
  width: 11px;
  display: block;
  background: #6d6d6d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 2px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num-add:after {
  height: 10px;
  width: 1px;
  top: 2px;
  left: 7px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-num .product-num {
  font-size: 12px;
  color: #6d6d6d;
  display: inline-block;
  line-height: 14px;
  height: 14px;
  vertical-align: middle;
  width: 52px;
  text-align: center;
  border: 1px solid #e8e8e8;
  outline: none;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-unit {
  width: 59px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-price {
  width: 106px;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .color35 {
  color: #f35050;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .color14 {
  color: #1aacc4;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .table-product-operate {
  width: 86px;
  cursor: pointer;
  border-right: 0;
}
.plan-detail-box-all .plan-detail-left .plan-detail-box .plan-allocation-box .plan-allocation-table table tr .operate-del:hover {
  color: #1aacc4;
}
.plan-detail-box-all .plan-detail-left .related-sol {
  width: 910px;
  background: #ffffff;
  border: 1px solid #ececec;
  margin-top: 20px;
}
.plan-detail-box-all .plan-detail-left .related-sol-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 20px 0 0 20px;
}
.plan-detail-box-all .plan-detail-left .related-sol-content {
  padding: 20px;
}
.plan-detail-box-all .plan-detail-left .related-sol-content:after {
  content: '';
  clear: both;
  display: block;
}
.plan-detail-box-all .plan-detail-left .related-sol-content li {
  width: 273px;
  height: 74px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
}
.plan-detail-box-all .plan-detail-left .related-sol-content li img {
  display: inline-block;
  width: 58px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
}
.plan-detail-box-all .plan-detail-left .related-sol-content li h2 {
  width: 204px;
  height: 36px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  left: 70px;
  top: 0;
}
.plan-detail-box-all .plan-detail-left .related-sol-content li span {
  display: inline-block;
  width: 36px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #f35050;
  color: #f35050;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: 70px;
  top: 50px;
}
.plan-detail-box-all .plan-detail-right {
  float: left;
  width: 260px;
  margin-left: 20px;
  margin-top: 20px;
}
.plan-detail-box-all .sol-d-kf-btn {
  width: 100%;
  height: 50px;
  opacity: 1;
  background: rgba(255, 105, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  color: #ff6900;
  font-weight: bold;
  line-height: 50px;
}
.plan-detail-box-all .sol-d-kf-btn img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.plan-detail-box-all .plan-label {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
}
.plan-detail-box-all .plan-label .plan-label-title {
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.plan-detail-box-all .plan-label ul {
  margin: 15px 10px 5px 20px;
}
.plan-detail-box-all .plan-label ul:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-label ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d8d8d8;
  padding: 2px 6px;
  cursor: pointer;
  color: #a0a0a0;
}
.plan-detail-box-all .plan-label ul .active {
  color: #1aacc4;
  border: 1px solid #1aacc4;
}
.plan-detail-box-all .plan-brand {
  width: 218px;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 10px 20px 15px;
  margin-bottom: 20px;
}
.plan-detail-box-all .plan-brand .plan-brand-name-pic {
  font-size: 0;
  text-align: center;
}
.plan-detail-box-all .plan-brand .plan-brand-name-pic img {
  width: 190px;
  height: 80px;
  border: solid 1px #f8f8f8;
}
.plan-detail-box-all .plan-brand .plan-brand-name-pic p {
  font-size: 18px;
  color: #222;
  margin-top: 8px;
}
.plan-detail-box-all .plan-brand .plan-brand-name-pic p.company-type {
  font-size: 14px;
  color: #AAAAAA;
}
.plan-detail-box-all .plan-brand .plan-brand-name-pic a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  margin: 16px auto 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: white;
  background: #3783f4;
  border-radius: 14px;
}
.plan-detail-box-all .plan-brand .plan-more-collect {
  margin-top: 20px;
  text-align: center;
}
.plan-detail-box-all .plan-brand .plan-more-collect:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-detail-box-all .plan-brand .plan-more-collect .plan-more {
  width: 100px;
  height: 30px;
  line-height: 32px;
  background-color: #f35050;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  float: left;
}
.plan-detail-box-all .plan-brand .plan-more-collect .plan-more a {
  color: #fff;
}
.plan-detail-box-all .tool-correlation {
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
.plan-detail-box-all .tool-correlation .tool-correlation-title {
  height: 34px;
  line-height: 34px;
  margin-left: 20px;
  font-size: 14px;
}
.plan-detail-box-all .tool-correlation ul li {
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  border-top: 1px solid #e8e8e8;
}
.plan-detail-box-all .tool-correlation ul li a {
  width: 220px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6d6d6d;
}
.plan-detail-box-all .tool-correlation ul li a:hover {
  color: #1aacc4;
}
.plan-detail-box-all .tool-correlation ul li a span {
  vertical-align: middle;
}
.plan-detail-box-all .tool-correlation ul li a em {
  margin-right: 7px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  vertical-align: middle;
}
.plan-detail-box-all .tool-correlation ul li a .tool-spjk {
  background-image: url("/public/img/planDetail/xxss_wldyjhj_icon_normal@2x.png");
}
.plan-detail-box-all .tool-correlation ul li a .tool-rxdg {
  background-image: url("/public/img/planDetail/qt_rdqjfxljs_icon_normal@2x.png");
}
.plan-detail-box-all .tool-correlation ul li a .tool-ledsj {
  background-image: url("/public/img/planDetail/xxfbledp_ledpxxysjhs_icon_normal@2x.png");
}
.plan-detail-box-all .plan-correlation {
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  position: relative;
}
.plan-detail-box-all .plan-correlation .reload-news {
  width: 90px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  background-color: #fff;
}
.plan-detail-box-all .plan-correlation .reload-news img {
  position: absolute;
  top: 8px;
  right: 5px;
}
.plan-detail-box-all .plan-correlation .plan-correlation-title {
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
  font-size: 14px;
}
.plan-detail-box-all .plan-correlation ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  border-top: 1px solid #e8e8e8;
}
.plan-detail-box-all .plan-correlation ul li a {
  width: 220px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6d6d6d;
}
.plan-detail-box-all .plan-correlation ul li a:hover {
  color: #1aacc4;
}
.plan-detail-box-all .earnings-ranking {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ececec;
}
.plan-detail-box-all .earnings-ranking .right-title {
  height: 45px;
  line-height: 45px;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}
.plan-detail-box-all .earnings-ranking .right-title h1 {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  padding-left: 15px;
}
.plan-detail-box-all .earnings-ranking .right-title a {
  display: block;
  width: 67px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  color: #ff6900;
  position: absolute;
  top: 10px;
  right: 15px;
  border: 1px solid #ff6900;
}
.plan-detail-box-all .earnings-ranking .right-title a:hover {
  background: #ff6900;
  color: #FFF;
  border: none;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul {
  padding: 0 15px;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li {
  position: relative;
  margin-top: 20px;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #A0A0A0;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li .red {
  background-color: #FF1800;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li .orange {
  background-color: #FF7000;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li .yellow {
  background-color: #FFBC00;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li h5 {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  position: absolute;
  top: 0;
  left: 27px;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-content ul li p {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  position: absolute;
  top: 0;
  right: 0;
}
.plan-detail-box-all .earnings-ranking .dsg-ranking-content {
  padding-bottom: 20px;
}
.plan-detail-box-all .earnings-ranking .earnings-ranking-footer {
  padding: 20px 15px;
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
}
.plan-detail-box-all .earnings-ranking .right-recommend-list {
  padding: 13px 19px 0 13px;
}
.plan-detail-box-all .earnings-ranking .right-recommend-list .right-recommend-item {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
}
.plan-detail-box-all .earnings-ranking .right-recommend-list .right-recommend-item img {
  width: 18px;
  height: auto;
  margin-right: 10px;
  flex-shrink: 0;
}
.plan-detail-box-all .earnings-ranking .right-recommend-list .right-recommend-item a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}
/**-----------------------------**\
          弹窗
  \**-----------------------------**/
.context-translucent {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
/*关闭按钮--弹窗*/
/*===============打包下载弹窗===============*/
.plan-download-pop {
  display: none;
  background-color: #fff;
  width: 750px;
  height: 447px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10010;
}
.plan-download-pop .download-pop-tile {
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  padding-left: 20px;
  color: #222;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.plan-download-pop .download-pop-tile:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-download-pop .download-pop-tile em {
  float: right;
  color: #e29321;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.plan-download-pop .download-pop-tile em:after,
.plan-download-pop .download-pop-tile em:before {
  content: '';
  height: 1px;
  width: 20px;
  display: block;
  background: #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 16px;
  left: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.plan-download-pop .download-pop-tile em:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.plan-download-pop .material-list {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.plan-download-pop .material-list p {
  color: #222;
}
.plan-download-pop .material-list p label {
  color: #f35050;
  margin: 0 3px;
  font-size: 16px;
}
.plan-download-pop .material-list ul {
  color: #6d6d6d;
  height: 70px;
}
.plan-download-pop .material-list ul li {
  margin-top: 15px;
}
.plan-download-pop .material-list ul li .doc-icon {
  background-image: url("/public/img/planDetail/doc-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .docx-icon {
  background-image: url("/public/img/planDetail/docx-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .dwg-icon {
  background-image: url("/public/img/planDetail/dwg-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .pdf-icon {
  background-image: url("/public/img/planDetail/pdf-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .ppt-icon {
  background-image: url("/public/img/planDetail/ppt-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .pptx-icon {
  background-image: url("/public/img/planDetail/pptx-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .xls-icon {
  background-image: url("/public/img/planDetail/xls-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li .xlsx-icon {
  background-image: url("/public/img/planDetail/xlsx-icon200x200.png");
  background-size: 100% 100%;
  display: inline-block;
}
.plan-download-pop .material-list ul li em {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.plan-download-pop .material-list ul li .materia-num {
  margin-left: 13px;
}
.plan-download-pop .material-list ul li .materia-num span {
  color: #1dbfda;
  margin: 0 3px;
  vertical-align: initial;
}
.plan-download-pop .accounts-info-box .accounts-info-title {
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #1aacc4;
  font-size: 15px;
  color: #222;
  padding-left: 20px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay {
  height: 24px;
  line-height: 24px;
  margin: 14px 20px 10px 20px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay em {
  margin-right: 6px;
  border-radius: 2px;
  background-color: #1ebfda;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .add-icon:after,
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .add-icon:before {
  content: '';
  height: 1px;
  width: 10px;
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 2px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .add-icon:after {
  height: 9px;
  width: 1px;
  top: 3px;
  left: 7px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .close-icon:after {
  content: '';
  height: 1px;
  width: 10px;
  display: block;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .employ-hebi {
  float: left;
  color: #6d6d6d;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .employ-hebi span {
  vertical-align: middle;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .employ-num {
  float: right;
  color: #6d6d6d;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .employ-num .total-num span {
  color: #f35050;
  margin-right: 5px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .employ-num .total-pay {
  margin-left: 35px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .employ-pay .employ-num .total-pay span {
  display: inline-block;
  min-width: 66px;
  text-align: right;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num {
  margin-left: 41px;
  width: 430px;
  float: left;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num .can-employ-hebi {
  display: inline;
  background-color: #edf8fb;
  padding: 8px 10px 0 10px;
  border-top: 1px solid #1ebfda;
  border-left: 1px solid #1ebfda;
  border-right: 1px solid #1ebfda;
  border-bottom: 1px solid #edf8fb;
  z-index: 2;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num .can-employ-hebi label {
  color: #f35050;
  margin: 0 5px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num .can-employ-hebi em {
  margin-right: 3px;
  background-color: #1aacc4;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num .user-employ-hebi-detail {
  width: 418px;
  background-color: #edf8fb;
  padding: 10px 0 8px 10px;
  border: 1px solid #1ebfda;
  line-height: 22px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num .user-employ-hebi-detail input {
  max-width: 75px;
  min-width: 64px;
  outline: none;
  border: 0;
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin: 0 10px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .can-employ-num .user-employ-hebi-detail a {
  color: #1aacc4;
  padding: 8px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .user-employ-hebi {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 15px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .user-employ-hebi label {
  min-width: 66px;
  max-width: 130px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .user-employ-hebi .already-employ-yuan {
  margin-top: 12px;
}
.plan-download-pop .accounts-info-box .accounts-info-detail .user-employ-hebi .already-employ-yuan label.already-yuan-num {
  color: #f35050;
}
.plan-download-pop .accounts-info-box .all-pay {
  margin-top: 25px;
  text-align: right;
  padding-right: 30px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding-bottom: 16px;
  padding-top: 16px;
}
.plan-download-pop .accounts-info-box .all-pay .should-pay {
  font-size: 18px;
  color: #222;
}
.plan-download-pop .accounts-info-box .all-pay .should-pay em {
  color: #f35050;
}
.plan-download-pop .accounts-info-box .all-pay .should-pay span {
  color: #f35050;
  font-size: 22px;
}
.plan-download-pop .accounts-info-box .all-pay .once-pay {
  margin-top: 13px;
}
.plan-download-pop .accounts-info-box .all-pay .once-pay a {
  display: inline-block;
  color: #fff;
  background-color: #f35050;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
/*===============发起定制化需求弹窗===============*/
.contact-apply-pop {
  width: 750px;
  height: 460px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10010;
  background-color: #fff;
}
.contact-apply-pop .cstm-header {
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  padding-left: 20px;
  color: #222;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-apply-pop .cstm-header:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.contact-apply-pop .cstm-header em {
  float: right;
  color: #e29321;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.contact-apply-pop .cstm-header em:after,
.contact-apply-pop .cstm-header em:before {
  content: '';
  height: 1px;
  width: 20px;
  display: block;
  background: #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 16px;
  left: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.contact-apply-pop .cstm-header em:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.contact-apply-pop .demand-tips {
  font-size: 14px;
  width: 636px;
  margin: 20px auto 0 auto;
  padding-bottom: 10px;
  color: #222;
}
.contact-apply-pop .demand-info {
  width: 560px;
  margin: 0 auto;
  color: #222;
  font-size: 13px;
}
.contact-apply-pop .demand-info ul .demand-describe {
  position: relative;
}
.contact-apply-pop .demand-info ul .demand-describe label {
  vertical-align: top;
}
.contact-apply-pop .demand-info ul .demand-describe .demand-number {
  position: absolute;
  right: -10px;
  bottom: 2px;
  color: #a0a0a0;
}
.contact-apply-pop .demand-info ul .companyName label {
  margin-left: 13px;
  width: 85px;
}
.contact-apply-pop .demand-info ul li {
  margin-top: 10px;
}
.contact-apply-pop .demand-info ul li label {
  width: 98px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.contact-apply-pop .demand-info ul li label em {
  color: #f35050;
  vertical-align: middle;
  margin-right: 8px;
}
.contact-apply-pop .demand-info ul li input {
  width: 374px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 12px;
}
.contact-apply-pop .demand-info ul li input:focus {
  border: 1px solid #ff7d00;
}
.contact-apply-pop .demand-info ul li textarea {
  width: 374px;
  height: 90px;
  resize: none;
  border: 1px solid #ddd;
  outline: none;
  padding: 10px 12px 0 12px;
}
.contact-apply-pop .demand-info ul li textarea:focus {
  border: 1px solid #ff7d00;
}
.contact-apply-pop .contact-btn {
  width: 300px;
  margin: 20px auto 0 auto;
}
.contact-apply-pop .contact-btn a {
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
}
.contact-apply-pop .contact-btn .cancel {
  text-align: center;
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #d8d8d8;
  margin-right: 34px;
}
.contact-apply-pop .contact-btn .contact-info-btn {
  text-align: center;
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #1dbeda;
}
/*验证提示*/
.verify-translucent {
  display: none;
  width: 240px;
  height: 44px;
  line-height: 44px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 132;
  background-color: #fff;
  font-size: 0;
  text-align: center;
}
.verify-translucent .verify-icon {
  vertical-align: middle;
  background-color: #ffb800;
  width: 44px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
}
.verify-translucent .verify-text {
  overflow: hidden;
  vertical-align: middle;
  width: 176px;
  text-align: left;
  padding-left: 20px;
  display: inline-block;
  font-size: 14px;
  filter: alpha(opacity=70);
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 133;
  color: #fff;
}
/**-----------------------------**\
            $configure-table
  \**-----------------------------**/
.configure-table .configure-table-item h5 {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #222222;
  background-color: #fafafa;
  text-align: left;
  padding-left: 20px;
}
.configure-table .configure-table-item .configure-table-box {
  position: relative;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
.configure-table .configure-table-item .configure-table-box:after {
  content: '';
  clear: both;
  display: block;
}
.configure-table .configure-table-item .configure-table-uls {
  float: right;
  width: 785px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis {
  float: right;
  width: 785px;
  height: 38px;
  background-color: #ffffff;
  border-left: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis:last-child {
  border-bottom: none;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis:after {
  content: '';
  clear: both;
  display: block;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div {
  height: 38px;
  line-height: 38px;
  float: left;
  border-right: solid 1px #ececec;
  box-sizing: border-box;
  text-align: center;
  color: #6d6d6d;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+1) {
  width: 180px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+2) {
  width: 140px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+3) {
  width: 95px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) {
  width: 120px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) input {
  text-align: center;
  width: 52px;
  height: 16px;
  box-sizing: border-box;
  border: solid 1px #e9e9e9;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .product-num-minus {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  cursor: pointer;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .product-num-minus:after {
  content: '';
  height: 1px;
  width: 11px;
  display: block;
  background: #6d6d6d;
  position: absolute;
  top: 7px;
  left: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .product-num-add {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .product-num-add:before,
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .product-num-add:after {
  content: '';
  height: 1px;
  width: 11px;
  display: block;
  background: #6d6d6d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 2px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .product-num-add:after {
  height: 10px;
  width: 1px;
  top: 2px;
  left: 7px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .num-minus-hover:hover {
  border: 1px solid #fca326;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .num-minus-hover:hover:after {
  background: #fca326;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .num-add-hover:hover {
  border: 1px solid #fca326;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .num-add-hover:hover:after,
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+4) .num-add-hover:hover:before {
  background: #fca326;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+5) {
  width: 60px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+6) {
  width: 105px;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+7) {
  width: 85px;
  border-right: none;
  cursor: pointer;
}
.configure-table .configure-table-item .configure-table-uls .configure-table-lis div:nth-child(7n+7):hover {
  color: #1dbeda;
}
.configure-table .configure-table-item .configure-table-class {
  width: 123px;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  float: left;
  word-wrap: break-word;
  word-break: normal;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**----------------------------**\
          $footer-plate
  \**----------------------------**/
.footer-plate {
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.footer-plate-content {
  width: 1190px;
  margin: 0 auto;
  position: relative;
}
.footer-plate-content .footer-plate-left {
  width: 530px;
}
.footer-plate-content .footer-plate-left:after {
  content: '';
  clear: both;
  display: block;
}
.footer-plate-content .footer-plate-left-left {
  width: 185px;
  height: 65px;
  margin-top: 20px;
  border-right: 1px solid #ECECEC;
  float: left;
}
.footer-plate-content .footer-plate-left-left .file-type {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px;
}
.footer-plate-content .footer-plate-left-left .file-type span {
  color: #333;
}
.footer-plate-content .footer-plate-left-left .file-charge {
  font-size: 14px;
  color: #333;
}
.footer-plate-content .footer-plate-left-left .file-charge span {
  color: #F35050;
  font-size: 12px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right {
  width: 310px;
  height: 65px;
  float: right;
  margin-top: 20px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right a {
  display: inline-block;
  margin-right: 27px;
  margin-top: 12px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .plan-enjoy {
  position: relative;
  z-index: 100;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/052bad5b-1dd2-405a-80c8-b55e016f6c0b_icon_share.png') 0 0 no-repeat;
  background-size: 28px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .plan-enjoy img {
  position: relative;
  top: -2px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .plan-enjoy span {
  font-size: 12px;
  color: #a0a0a0;
  margin-left: 5px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .plan-enjoy .enjoy-box {
  display: none;
  width: 240px;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  position: absolute;
  top: -38px;
  left: 0;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .plan-enjoy .enjoy-box a {
  margin: 6PX 6PX 6PX 0;
  padding: 0;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .open-screen {
  width: 28px;
  height: 28px;
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/e349a1dc-be63-4090-b2b5-c160d1d34599_icon_open_btn.png') 0 0 no-repeat;
  background-size: 28px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .open-user-lick {
  width: 28px;
  height: 28px;
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/851d8c48-4475-4b97-96bb-56be2f3e45f3_icon_like_normal.png') 0 0 no-repeat;
  background-size: 28px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .open-user-lick.active {
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/b8ac6adc-0833-4b4e-a535-00488b2aa977_icon_like.png') 0 0 no-repeat;
  background-size: 28px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .open-collect {
  width: 28px;
  height: 28px;
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/51f885ad-923a-4d09-b0ff-5da62a37b8f8_icon_collect.png') 0 0 no-repeat;
  background-size: 28px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .open-collect-active {
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/0eb6282d-1eda-4338-a28b-0f47b0fc8350_icon_collect_act.png') 0 0 no-repeat;
  background-size: 28px;
}
.footer-plate-content .footer-plate-left .footer-plate-left-right .open-zip {
  width: 28px;
  height: 28px;
  background: url('//project-homedo.oss-cn-shanghai.aliyuncs.com/9cc3a1e7-6232-45fc-8a32-9a3ae052be37_icon_down_btn.png') 0 0 no-repeat;
  background-size: 28px;
  margin-right: 0;
}
.footer-plate-content .footer-plate-right {
  width: 284px;
  height: 41px;
  position: absolute;
  top: 24px;
  right: 280px;
}
.footer-plate-content .footer-plate-right:after {
  content: '';
  clear: both;
  display: block;
}
.footer-plate-content .footer-plate-right a {
  display: inline-block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ff6900;
  float: left;
}
.footer-plate-content .footer-plate-right-demand {
  font-size: 16px;
  font-weight: 600;
  color: #ff6900;
  margin-right: 20px;
}
.footer-plate-content .footer-plate-right .footer-plate-right-down {
  display: none;
  font-size: 16px;
  font-weight: 500;
  background: #ff6900;
  color: #ffffff;
}
.footer-plate-content .footer-plate-right .footer-plate-right-show {
  display: block;
}
.footer-plate-active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
/**----------------------------**\
           $plan-belong
  \**----------------------------**/
.plan-belong {
  width: 870px;
  height: 74px;
  margin: 0 auto;
  position: relative;
}
.plan-belong:after {
  content: '';
  clear: both;
  display: block;
}
.plan-belong-item {
  float: left;
  font-size: 12px;
  margin-left: 4px;
}
.plan-belong-item:last-child {
  margin-left: 24px;
}
.plan-belong-item:after {
  content: '';
  clear: both;
  display: block;
}
.plan-belong-item lable {
  color: #6D6D6D;
  float: left;
  line-height: 74px;
  margin-right: 10px;
}
.plan-belong-item span {
  padding: 6px 10px;
  color: #222;
  background: rgba(255, 105, 0, 0.06);
  float: left;
  margin-right: 10px;
  margin-top: 23px;
}
.plan-belong-collection {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
.plan-belong-collection .plan-collect {
  width: 60px;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #f35050;
  color: #f35050;
  float: right;
  margin-left: 14px;
  position: absolute;
  top: 13px;
  right: 3px;
}
.plan-belong-collection .plan-collect:hover em {
  background-image: url("/public/img/planDetail/shape-active.png");
}
.plan-belong-collection .plan-collect em {
  width: 17px;
  height: 15px;
  display: inline-block;
  background-image: url("/public/img/planDetail/shape-tacitly.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
.plan-belong-collection .plan-collect em.active {
  background-image: url("/public/img/planDetail/shape-active.png");
}
.plan-belong-collection .user-collect {
  float: right;
  margin-right: 75px;
}
.plan-belong-collection .user-collect ul:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}
.plan-belong-collection .user-collect ul li {
  display: inline-block;
  float: left;
  line-height: 74px;
  text-align: center;
  color: #6d6d6d;
  margin-right: 10px;
}
.plan-belong-collection .user-collect ul li span {
  margin-right: 3px;
  color: #f35050;
}
.plan-tags {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 24px;
}
.plan-tags a {
  line-height: 32px;
  color: #316ecc;
  margin-right: 8px;
}
.plan-tags a:hover {
  color: #316ecc;
}
