/* 发布信息入驻弹框提示 */
#agencyReg_module{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

#agencyReg_module>.agencyReg_frame{
  box-sizing: border-box;
  width: 600px;
  height: 320px;
  background:#fff;
  /* position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%); */
  margin: 0 auto;
  margin-top: 200px;
  border-radius: 6px;
  color: #333;
  padding: 0 20px;
}

#agencyReg_module>.agencyReg_frame>.title{
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #DCDEE2;
  position: relative;
  color: #000;
}
#agencyReg_module>.agencyReg_frame>.title>.agencyReg_moduleClose{
  position: absolute;
  right: 14px;
  cursor: pointer;
}
#agencyReg_module>.agencyReg_frame>.title>img{
  width: 30px;
  height: 30px;
  vertical-align: -8px;
  margin-right: 5px;
}

#agencyReg_module>.agencyReg_frame>.content{
  padding: 30px 26px 0 26px;
}
#agencyReg_module>.agencyReg_frame>.content>.text1{
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 24px;
}
#agencyReg_module>.agencyReg_frame>.content>.text2{
  font-size: 16px;
  color: #000;
  /* text-align: center; */
  padding-bottom: 50px;
  line-height: 1.9;
}
#agencyReg_module>.agencyReg_frame>.content .cblue{
  color: #5489FF;
}
#agencyReg_module>.agencyReg_frame>.content .fs14{
  font-size: 14px;
  color: #333;
}

#agencyReg_module>.agencyReg_frame>.btnGroup{
  text-align: center;
  /* width: 283px; */
  /* margin: 0 auto;
  overflow: hidden; */
}

#agencyReg_module>.agencyReg_frame>.btnGroup>a{
  display: inline-block;
  width: 127px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #5489FF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DCDEE2;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  margin: 0 20px;
}

#agencyReg_module>.agencyReg_frame>.btnGroup>.redBtn{
  background: #f2504f;
}

/* 发布信息发布选项弹框提示 */
#postMessageFrame{

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); 
}

#postMessageFrame>.postMessageModal{
  box-sizing: border-box;
  width: 460px;
  height:270px;
  background:#fff;
  /* position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%); */
  margin: 0 auto;
  margin-top: 200px;
  border-radius: 6px;
  color: #333;
  padding: 0 16px;
}

#postMessageFrame>.postMessageModal>.title{
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #DCDEE2;
  position: relative;
  color: #000;
}
#postMessageFrame>.postMessageModal>.title>.postMessageClose{
  position: absolute;
  right: 14px;
  cursor: pointer;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}

#postMessageFrame>.postMessageModal>.content{
  text-align: left;
  padding: 14px 31px 37px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
#postMessageFrame>.postMessageModal>.btnGroup{
  text-align: center;
  position: relative;
}
#postMessageFrame>.postMessageModal>.btnGroup button{
  width: 127px;
  height: 48px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  color: #5489ff;
  font-size: 14px;
  border: 1px solid #5489ff;
  cursor: pointer;
}

#postMessageFrame>.postMessageModal>.btnGroup .active{
  background: #5489ff;
  color: #fff;
  border: none;
  margin-left: 50px;
}
#postMessageFrame>.postMessageModal>.btnGroup .notTip{
  position: absolute;
  bottom: -42px;
  left: 190px;
  font-size: 12px;
  color: #999;
  text-align: center;
  cursor: pointer;
}