.common-style {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); */
  margin-bottom: 10px;
}

.right-container {
  margin-top: -10px;
  padding: 10px;
  box-sizing: border-box;
}

.seach-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.header-box p {
  display: inline-block;
  margin-left: 8px;
  color: #333333;
  font-weight: 550;
}

.header-box p > span {
  color: #3523d6;
  cursor: pointer;
}

/* 招标代理信息 */
.right-header {
  /* width: 100%; */
}

.right-header .avatar-box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

.right-header .avatar-box img {
  width: 100%;
  height: 100%;
}

.agent-message {
  margin-left: 10px;
  line-height: 30px;
}

.agent-message p:first-child {
  font-size: 15px;
  font-weight: bold;
}

.bottom_line {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.right-menu {
  text-align: center;
  margin: 15px auto;
}

.icon-box {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.right-menu .layui-icon {
  font-size: 25px;
}

.message-count {
  position: absolute;
}

.layui-icon-login-wechat {
  font-size: 25px;
  color: rgb(46, 212, 46);
}

.sweep-code_l {
  /* line-height: 38px; */
}
.sweep-code_l p:first-child {
  display: flex;
}
.sweep-code_l b {
  padding-left: 5px;
}

.qr-code {
  text-align: center;
  display: none;
  padding: 10px;
  margin-top: 10px;
}
.qr-code img {
  width: 46%;
}
.qr-code p {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.sweep-code_r {
  margin-top: 46px;
  border: 1px solid #eee;
}
.sweep-code {
  height: 257px;
}

.sweep-code_r img {
  width: 144px;
  height: 133px;
}

/* 项目信息汇总 */
.project-msg {
  width: 99%;
  /* margin-top: -10px; */
}

.header-box {
  line-height: normal;
}

.title_msg {
  color: #555555;
}

.hammer {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 22px;
  top: 8px;
}

.charts-container {
  margin-top: 10px;
}

#purchaseType {
  padding-left: 10px;
}

.table-container {
  padding: 10px;
  box-sizing: border-box;
}

/* 选项卡 */
.tab-card {
  width: 230px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}

.tabChange {
  width: 221px;
  border: 1px solid #eee;
}

.tabChange li {
  width: 70px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  display: inline-block;
}

.tabChange li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tabChange li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tabChange li:not(last-child) {
  border-right: 1px solid #eee;
}

.tabChange .active {
  background: #4449a9;
  color: #fff;
}

.download {
  line-height: 30px;
  height: 436px;
}
.download-top {
  height: 33px;
  line-height: 28px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layui-icon-right {
  margin-bottom: 3px;
}
.look-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555555;
}
/* 
.download-top span:last-child {
  width: 73%;
  color: #3e2ddb;
  font-size: 13px;
  cursor: pointer;
  text-align: right;
  display: inline-block;
} */

.download-list {
  margin-top: 10px;
  line-height: 35px;
  padding-left: 15px;
}

.download-list li {
  cursor: pointer;
}

.download-list li:hover {
  color: #4449a9;
}

.process img {
  width: 100%;
}
.group-apply {
  height: 100px;
  /* display: none; */
}
.group-opt {
  display: inline-block;
  float: right;
  margin-right: 5px;
}
.group-content {
  display: inline-block;
}
.group-state {
  display: none;
}
.group-applying {
  margin-left: 20px;
}

.enterprise-num {
  padding-left: 4px;
}
.group-msg {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 5px;
}
