/********** pc端reset初始化样式 ***********/
@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
input,
textarea {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

input,
textarea {
    outline: none;
    background: none;
}

input,
textarea,
select {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

textarea {
    resize: none;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    cursor: pointer;
}

/************** 公共样式 ****************/
html {
    font-family: '微软雅黑', '宋体', Arial;
    font-size: 12px;
    color: #666;
}

.w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.clear,
.clearfix {
    zoom: 1;
}

.clear:after,
.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.hidden,
.hide {
    display: none;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

/* 公共 */
.ggcol li {
    position: relative;
    padding: 10px 20px 10px 42px;
    color: #333;
    font-size: 14px;
    line-height: 18px;
}
.ggcol li a{
    color: #333;
}

.ggcol li i {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #FFEFED;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    color: #EB3631;
}
.ggcol a:hover{
    color: #EF534F;
}

/* 发布信息发布选项弹框提示 */
#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;
}

.elevator_list li a {
    padding: 9px 14px;
    text-align: center;
}

/* 发布信息发布选项弹框提示 */
#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;
}

/* 商务室弹框 */
.logshadowz {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 109;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000',endColorstr='#88000000');
  width: 100%;
}
.logshadowz .regtxt {
  width: 640px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -160px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
}
.logshadowz .success{
  position: absolute;
  left: 130px;
  top: 90px;
  width: 66px;
  height: 66px;
}
.logshadowz .closei{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.logshadowz .regtxt h4,
.forgetshadow .regtxt h4 {
  line-height: 40px;
  font-size: 18px;
  margin-left: 210px;
  padding-top: 90px;
}
.logshadowz .regtxt .p1,
.forgetshadow .regtxt .p1 {
  line-height: 20px;
  margin-left: 210px;
}
.logshadowz .regtxt .p2 {
  color: #999;
  line-height: 20px;
  margin-left: 210px;
  padding-top: 30px;
}
.regshadow .regtxt .p2 a,
.logshadowz .regtxt .p2 a {
  color: #db2831;
}
.regshadow .regtxt .p2 i,
.logshadowz .regtxt .p2 i {
  font-style: normal;
}

.logshadowz .success,
.forgetshadow .success {
  left: 85px;
}
.logshadowz .regtxt .p1 {
  width: 336px;
}
.logshadowz .regtxt .p2 {
  padding-top: 10px;
  margin-bottom: 50px;
}
.logshadowz .regtxt h4,
.logshadowz .regtxt .p1,
.logshadowz .regtxt .p2{
  margin-left: 170px;
}
.logshadowz .p1 a,
.logshadowz .p2 span {
  color: #db2831;
}
.logshadowz .btns a {
  float: left;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #db2831;
  color: #fff;
  border-radius: 6px;
  margin-left: 206px;
}
.logshadowz .btns > a:first-child + a {
  color: #333;
  background-color: #fff;
  width: 98px;
  height: 34px;
  border: 1px solid #e2e0e0;
  margin-left: 30px;
}

/* 悬浮窗 */
.elevator_right{
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: 628px;
}
.elevator_right .kfhead img{
    width: 88px;
    height: 36px;
    margin-left: -6px;
    margin-bottom: 6px;
}
.elevator_right .kfbody{
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 14px;
    background: #fff;
    width: 70px;
}
.elevator_right .kfbody li{
    width: 54px;
    padding: 0 8px;
    position: relative;
}
.elevator_right .kfbody li:hover{
    background: #fff4f4;
}
.elevator_right .kfbody img{
    padding-top: 10px;
    padding-bottom: 6px;
}
.elevator_right .kfbody p{
    padding-bottom: 12px;
    position: relative;
}
.elevator_right .kfbody p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/forBid5/dotted_line.png') no-repeat 0 0;
    background-size: 54px 1px;
}
.elevator_right .kfbody .firstli .tip{
    position: absolute;
    right: 14px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url('https://www.chinabidding.cn/public/2020/img/forBid5/msg_tipzz.gif') no-repeat 0 0;
}
.elevator_right .kfbody .noboeder{
    border: none;
}
.elevator_right .lastli img{
    width: 70px;
}

.elevator_left{
    position: fixed;
    width: 54px;
    left: 50%;
    top: 20%;
    margin-left: -678px;
    background: #fff;
    line-height: 16px;
}
.elevator_left li{
    padding: 9px 13px;
    position: relative;
}
.elevator_left li::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 30px;
    height: 1px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/sy_right_image.png') no-repeat 0 0;
}
.elevator_left ul li:last-child::after{
    background: none;
}
.elevator_left a{
    font-size: 14px;
    color: #333;
}
.elevator_left .go_top{
    display: block;
    width: 28px;
    height: 24px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/sy_right_icon_norm2.png') no-repeat center center;
    background-size: 18px;
}
.elevator_left ul li:hover{
    background-color: #df2229;
}
.elevator_left ul li:hover a{
    color: #fff !important;
}
.elevator_left ul li:hover .go_top{
    background: url('https://cdn.chinabidding.cn/public/2020/img/sy_right_icon_norm5.png') no-repeat center center;
}

/* 注册公共样式 */
.regshadow,
.logshadowz,
.forgetshadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 109;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000',endColorstr='#88000000');
  width: 100%;
}

.regshadow {
  z-index: 112;
}

.regshadow .regtxt,
.logshadowz .regtxt,
.forgetshadow .regtxt {
  width: 640px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -160px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
}
.regshadow .success,
.logshadowz .success,
.forgetshadow .success {
  position: absolute;
  left: 130px;
  top: 90px;
  width: 66px;
  height: 66px;
}
.regshadow .closei,
.logshadowz .closei,
.forgetshadow .closei {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.regshadow .regtxt h4,
.logshadowz .regtxt h4,
.forgetshadow .regtxt h4 {
  line-height: 40px;
  font-size: 18px;
  margin-left: 210px;
  padding-top: 90px;
}
.regshadow .regtxt .p1,
.logshadowz .regtxt .p1,
.forgetshadow .regtxt .p1 {
  line-height: 20px;
  margin-left: 210px;
}
.regshadow .regtxt .p2,
.logshadowz .regtxt .p2 {
  color: #999;
  line-height: 20px;
  margin-left: 210px;
  padding-top: 30px;
}
.regshadow .regtxt .p2 a,
.logshadowz .regtxt .p2 a {
  color: #db2831;
}
.regshadow .regtxt .p2 i,
.logshadowz .regtxt .p2 i {
  font-style: normal;
}

.logshadowz .success,
.forgetshadow .success {
  left: 85px;
}
.logshadowz .regtxt .p1 {
  width: 336px;
}
.logshadowz .regtxt .p2 {
  padding-top: 10px;
  margin-bottom: 50px;
}
.logshadowz .regtxt h4,
.logshadowz .regtxt .p1,
.logshadowz .regtxt .p2,
.forgetshadow .regtxt h4,
.forgetshadow .regtxt .p1 {
  margin-left: 170px;
}
.logshadowz .p1 a,
.logshadowz .p2 span {
  color: #db2831;
}
.logshadowz .btns a {
  float: left;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #db2831;
  color: #fff;
  border-radius: 6px;
  margin-left: 206px;
}
.logshadowz .btns > a:first-child + a {
  color: #333;
  background-color: #fff;
  width: 98px;
  height: 34px;
  border: 1px solid #e2e0e0;
  margin-left: 30px;
}

.forgetshadow .regtxt {
  height: 280px;
}
.forgetshadow .fpass {
  position: absolute;
  left: 258px;
  bottom: 56px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #db2831;
  border-radius: 6px;
}

.reg-success-shadow{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.2);
    z-index: 999;
    display: none;
}
.reg-success-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
}
.close-busines{
    width: 300px;
    height: 174px;
    border-radius: 2px;
    display: none;
}
.reg-success-content .reg-htitle{
    font-size: 18px;
    line-height: 38px;
    padding-top: 20px;
}
.reg-success-content .reg-p{
    font-size: 12px;
    color: #666;
    line-height: 14px;
    padding-bottom: 28px;
}
.reg-success-content .reg-btns{
    font-size: 0;
}
.reg-success-content .reg-btns .yes{
    display: inline-block;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: #DF434A;
    border-radius: 2px;
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
    text-indent: 0;
}
.reg-success-content .reg-btns .no{
    display: inline-block;
    width: 104px;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    color: #333;
    border: 1px solid #ECECEC;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
}
.open-busines{
    width: 916px;
    height: 534px;
    border-radius: 8px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/public/img_bg.png') no-repeat 0 0;
}
.open-busines .open-l{
    float: left;
    width: 458px;
    height: 534px;
    position: relative;
}
.open-busines .open-l .zccg{
    padding-top: 180px;
}
.open-busines .open-l .zcline{
    position: absolute;
    right: 2px;
    top: 55px;
    width: 2px;
    height: 424px;
}
.open-busines .open-l .reg-h{
    font-size: 24px;
    color: #333;
    line-height: 64px;
}
.open-busines .open-l .reg-p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.open-busines .reg-p span{
    color: #DB2831;
}
.open-busines .open-r{
    float: left;
    width: 360px;
    padding: 0 48px;
    text-align: left;
    font-size: 14px;
}
.open-busines .open-r .setting{
    padding-top: 56px;
    padding-bottom: 28px;
}
.open-r .col{
    position: relative;
}
.open-r h5{
    font-weight: normal;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding-top: 5px;
}
.open-r .colbox{
    width: 360px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #E4EAF8;
}
.open-r .area-chose{
    width: 306px;
    padding: 0 16px;
    color: #000;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.open-r .area-chose i{
    position: absolute;
    right: 12px;
    top: 50px;
    width: 8px;
    height: 4px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/public/icon-xl.png') no-repeat 0 0;
}
.open-r .errortip{
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    color: #DF434A;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
}
.open-r .errortip::after{
    content: '!';
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-style: normal;
    text-align: center;
    background: #DF434A;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
}
.open-r .keyinp{
    width: 240px;
    border: 0;
    font-size: 14px;
    padding: 0 16px;
    line-height: 36px;
    height: 36px;
}
.tnums{
    position: absolute;
    right: 60px;
    top: 36px;
    font-size: 14px;
    line-height: 34px;
    color: #ccc;
}
.addkey{
    position: absolute;
    right: -1px;
    top: 36px;
    font-size: 14px;
    line-height: 34px;
    width: 52px;
    height: 34px;
    background: #E4E7ED;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.open-r .area-drop{
    position: absolute;
    left: 0;
    top: 71px;
    width: 342px;
    height: 358px;
    padding-left: 20px;
    padding-top: 10px;
    background: #fff;
    box-shadow: 2px 5px 5px rgba(0,0,0,.2);
    z-index: 3;
    display: none;
}
.open-r .area-drop li{
    float: left;
    line-height: 32px;
    position: relative;
    width: 68px;
}
.open-r .area-drop li:first-child{
    width: 322px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 10px;
    line-height: 46px;
}
.open-r .area-drop li:first-child input{
    top: 16px;
}
.open-r .area-drop li:first-child label{
    font-size: 14px;
}
.open-r .area-drop .litip{
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 14px;
}
.open-r .area-drop li input{
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
}
.open-r .area-drop li label{
    display: inline-block;
    font-size: 13px;
    padding-left: 22px;
}
.open-r .area-drop ul{
    overflow: hidden;
}
.open-r .area-drop .area-btns{
    margin-top: 10px;
    padding-top: 12px;
    width: 322px;
    border-top: 1px solid #DCDCDC;
    overflow: hidden;
}
.open-r .area-btns .area-yes{
    float: left;
    width: 68px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #DF434A;
    color: #fff;
    border-radius: 2px;
    margin-left: 170px;
    cursor: pointer;
}
.open-r .area-btns .area-no{
    float: left;
    width: 66px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    margin-left: 16px;
    cursor: pointer;
}
.open-r .area-drop input[type="checkbox"] {
    display: none;
}

/* Style the label */
.open-r .area-drop label {
    position: relative;
    padding-left: 30px; /* Space for the custom checkbox */
    cursor: pointer;
    line-height: 20px;
}

/* Custom checkbox style */
.open-r .area-drop label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    /* background-color: #e0e0e0;  */
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: background-color 0.3s;
}

/* Change background color when checked */
.open-r .area-drop input[type="checkbox"]:checked + label::before {
    background-color: #DF434A; /* Checked background color */
    border-color: #DF434A;
}

/* Add a checkmark */
.open-r .area-drop input[type="checkbox"]:checked + label::after {
    content: "\2714"; /* Unicode checkmark */
    position: absolute;
    left: 4px;
    top: -1px;
    color: white;
    font-size: 14px;
}
.open-r .keysul{
    height: 26px;
    overflow: hidden;
}
.open-r .keysul li{
    float: left;
    line-height: 26px;
    padding-left: 6px;
    padding-right: 24px;
    background: #FFEBEC;
    color: #DF434A;
    position: relative;
    margin-right: 6px;
}
.open-r .keysul .keydel{
    position: absolute;
    right: 5px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: url('/public/2020/img/public/icon_guanbi.png') no-repeat 0 0;
    cursor: pointer;
}
.open-r .erweima{
    width: 362px;
    height: 112px;
    background: #FCF6FB;
    overflow: hidden;
    margin-top: 20px;
}
.open-r .erweima .coll{
    float: left;
    padding-top: 18px;
    padding-left: 24px;
}
.open-r .erweima .coll img{
    width: 76px;
    height: 76px;
}
.open-r .erweima .colr{
    float: left;
    line-height: 28px;
    padding-top: 28px;
    padding-left: 28px;
}
.bindwx{
    display: none;
    float: right;
    line-height: 40px;
    font-size: 12px;
    color: #DF434A;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
}
.bindwx i{
    position: absolute;
    left: -20px;
    top: 13px;
    font-style: normal;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: #DF434A;
    border-radius: 14px;
    color: #fff !important;
}
.sendlog{
    float: right;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #DF434A;
    color: #fff;
    border-radius: 2px;
    margin-top: 20px;
    cursor: pointer;
}
.reg-success-close{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 420px;
    margin-top: -250px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.reg-success-close img{
    width: 16px;
}
.haskey{
    visibility:hidden;
}


/* 发布信息入驻弹框提示 */
#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;
  }
  .elevator_list li a {
    padding: 9px 14px;
    text-align: center;
  }

  #renew_pop{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#88000000');
  }
  #renew_pop .inside {
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -201px;
    width: 414px;
    height: 420px;
    /*background-image: url(https://cdn.chinabidding.cn/public/2020/img/renew_bg.png);*/
    background-image: url(/public/yjsc/img/renew_bg2.png);
    background-size: 100% 100%;
    padding: 130px 40px 0;
    box-sizing: border-box;
    color: #333;
  }
  
  #renew_pop .inside h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
  }
  
  #renew_pop .inside p {
    font-size: 15px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    width: 329px;
  }
  
  #renew_pop .inside p span {
    color: #fab52b;
  }
  
  #renew_pop .inside a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    /* background-color: #fab52b; */
    background: linear-gradient(317deg, #f4b6bd 0%, #f5cd9d 31%, #f8eec4 100%);
    height: 50px;
    border-radius: 73px;
    line-height: 50px;
    width: 320px;
    margin: 34px auto;
    margin-left: -3px;
  }
  
  #renew_pop .inside a:hover {
    background-color: #f8c257;
  }
  
  #renew_pop .close {
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.chinabidding.cn/public/2020/img/renew_close.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -27px;
    cursor: pointer;
  }
  

