#popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.popup-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -234px;
  box-sizing: border-box;
  width: 700px;
  height: 468px;
  padding: 20px 30px;
  background-color: #fff;
}
.popup-box .popup-title {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.popup-box .popup-title .title-left-p {
  float: left;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.popup-box .popup-title .title-right-img {
  cursor: pointer;
  float: right;
  margin-top: 7px;
  width: 15px;
  height: 15px;
}
.popup-box .popup-content {
  padding-top: 20px;
}
.popup-box .popup-content .content-titleBar {
  margin-bottom: 40px;
  line-height: 42px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  text-align: center;
}
.popup-box .popup-content .progress-bar {
  width: 330px;
  height: 155px;
  margin: 0 auto;
  overflow: hidden;
}
.popup-box .popup-content .progress-bar .bar-list {
  width: 100%;
  height: 100%;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li {
  float: left;
  width: 160px;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .item-icon {
  margin: 0 auto;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 27px;
  color: #999;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999999;
  margin-bottom: 10px;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .befer {
  position: relative;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .befer:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 41px;
  width: 110px;
  height: 2px;
  background-color: #999;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .after {
  position: relative;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .after:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 41px;
  width: 110px;
  height: 2px;
  background-color: #999;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .item-name {
  text-align: center;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .item-name .name-text {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 6px;
}
.popup-box .popup-content .progress-bar .bar-list .bar-li .item-name .name-yellow {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #f59f23;
}
.popup-box .popup-content .progress-bar .bar-list .active .item-icon {
  border-color: #D0021B;
  color: #D0021B;
}
.popup-box .popup-content .progress-bar .bar-list .active .item-name .name-text {
  color: #D0021B;
}
.popup-box .popup-content .progress-bar .bar-list .active .befer:before {
  background-color: #D0021B;
}
.popup-box .popup-content .operation-list .operation-li .btn {
  display: block;
  margin: 0 auto;
  height: 40px;
  background: linear-gradient(90deg, #ea053b 0%, #f95d17 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ea053b, endColorstr=#f95d17);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ea053b, endColorstr=#f95d17)";
  background-color: #f95d17;
  border-radius: 4px;
  margin-bottom: 22px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.popup-box .popup-content .operation-list .operation-li .detials {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.popup-box .popup-content .operation-list .operation-li .detials .a {
  display: inline;
  color: #335FB6;
  text-decoration: underline;
}
.popup-box .popup-content .operation-list #loginPath .btn {
  width: 150px;
}
.popup-box .popup-content .operation-list #entry .btn {
  width: 205px;
}
.popup-box .popup-content .operation-list #workbench .btn {
  width: 205px;
}



.serchResult-title {
  box-sizing: border-box;
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #F6F6F6;
  padding: 0 30px;
  line-height: 84px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.serchResult-title .title-span {
  color: #D0021B;
}


/*
.article-mainBar .choice-moduler .item-list .list-li .list .list-wrap-lable{
    float: left;
    width: 70px;
}
.article-mainBar .choice-moduler .item-list .list-li .list .list-wrap-main{
    float: left;
    width: 880px;
}*/

.head-logo .head-logo-search .search-box .btn-search{
    border: none;
    cursor: pointer;
}
