.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

/* 顶部注册导航 */
#topnav{
    background-color: #efefef;
    line-height: 30px;
    font-size: 12px;
}
#topnav .fl{
    float: left;
    position: relative;
    z-index: 29;
}
.unlog a,.islog a{
    color: #333;
}
.unlog,.islog,.unlog span,.islog span{
    float: left;
}
.islog{
    display: none;
}
.unlog>span:first-child,.islog>span:first-child{
    margin-left: 10px;
}
/* .unlog span:nth-child(2),.islog span:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
} */
.unlog>span:first-child+span,.islog>span:first-child+span{
    /* margin-left: 10px; */
    margin-right: 10px;
}
.islog>span:first-child{
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
/* .unlog span:nth-child(2){
    padding-left: 26px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_top_icon2.png") no-repeat 0 8px;
} */
/* .unlog>span:first-child+span{
    padding-left: 26px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_top_icon2.png") no-repeat 0 8px;
} */
.unlog>span:first-child+span+span+span{
    margin-left: 8px;
}
.unlog>span:first-child+span+span a{
    color: #df2229;
}
.islog>span:first-child+span+span a{
    color: #df2229;
}
.fl .home{
    float: left;
    color: #666;
    padding-left: 30px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/project/xmxx_top_icon5.png") no-repeat 10px center;
}
#topnav .fr{
    float: right;
}
.fr li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 29;
}
.fr li a{
    color: #333;
}
.fr .spacer{
    width: 1px;
    height: 14px;
    padding: 0;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ccc;
}
/* .fr li:nth-child(1){
    padding-right: 24px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_top_icon3.png") no-repeat 74px 13px;
} */
.fr li:nth-child(3), .fr li:nth-child(5){
    padding-right: 24px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_top_icon3.png") no-repeat 62px 13px;
}
/* 客服下拉框 */
.fr .dropdown-layer1{
    position: absolute;
    left: -434px;
    top: 30px;
    width: 484px;
    height: 175px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 24px;
    display: none;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
}
.dropdown-layer1 h4{
    color: #333;
    font-size: 12px;
}
.dropdown-layer1 span:hover{
    color: #d22629;
}
.dropdown-layer1 .last{
    padding-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
}
.dropdown-layer1 .pl{
    float: left;
    width: 280px;
}
.dropdown-layer1 .pr,.dropdown-layer1 .hot_p{
    float: left;
}
.dropdown-layer1 .hot_p{
    width: 150px;
    height: 36px;
    font-size: 12px;
    margin-top: 15px;
}
.dropdown-layer1 .hot_p:nth-child(1){
    border-right: 1px solid #e0e0e0;
}
.dropdown-layer1 .hot_p:nth-child(2){
    border-right: 1px solid #e0e0e0;
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-layer1 .hot_p:nth-child(3){
    padding-left: 10px;
}
.dropdown-layer1 .hot_p h5{
    color: #333;
    line-height: 12px;
    margin-bottom: 12px;
}
.dropdown-layer1 .hot_p p{
    color: #666;
    line-height: 12px;
}
.dropdown-layer1 .hot_p p:hover{
    color: #df2229;
}
#serve:hover{
    background-color: #fff;
}
#serve:hover div{
    display: block;
}
/* 导航下拉框 */
.fr .dropdown-layer2{
    position: absolute;
    left: -865px;
    /* left: -934px; */
    top: 30px;
    width: 1038px;
    height: 137px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 32px;
    display: none;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
}
.fr .dropdown-layer2 .col1, .fr .dropdown-layer2 .col2{
    float: left;
    width: 250px;
}
.fr .dropdown-layer2 h4{
    color: #333;
    font-size: 12px;
}
.fr .dropdown-layer2 a{
    margin-right: 24px;
    color: #999;
    white-space: nowrap;
}
.fr .dropdown-layer2 a:hover{
    color: #d22629;
}
.fr .dropdown-layer2 .col2,.fr .dropdown-layer2 .col3{
    padding-left: 20px;
    border-left: 1px solid #ccc;
}
.fr .dropdown-layer2 .col3{
    float: left;
    line-height: 96px;
}
.fr .dropdown-layer2 .col3 a{
    color: #d22629;
    font-weight: bold;
}
.fr .dropdown-layer2 .zhongbiao{
    margin-right: 35px;
}
#w_nav:hover{
    background-color: #fff;
}
#w_nav:hover div{
    display: block;
}

/************* 搜索栏 ***************/
#header{
    background-color: #fff;
    /*height: 120px;*/
}
#header .w{
    position: relative;
}
#header h1{
    position: absolute;
    left: 0;
    top: 23px;
    width: 400px;
    height: 82px;
    z-index: 1;
}
#header h1 p{
    position: absolute;
    right: -20px;
    top: 24px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #666;
}

#header .hots {
    position: absolute;
    left: 560px;
    top: 92px;
    width: 520px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    z-index: 2;
}

#header .hots a {
    float: left;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
    word-break: keep-all;
}

#search{
    padding-left: 560px;
    padding-top: 46px;
    margin-bottom: 35px;
}
#search .form{
    border: 2px solid #d22629;
    width: 516px;
    height: 38px;
    position: relative;
}
#search .form p,#search .form1 p{
    position: absolute;
    left: 0;
    top: 0;
    width: 416px;
    height: 38px;
    line-height: 38px;
    color: #999;
    padding-left: 20px;
    display: none;
}
#search .form1{
    display: none;
}
#search .form1 .p1{
    top: 2px;
    width: 166px;
}
#search .form1 .p2{
    top: 2px;
    left: 200px;
    width: 208px;
}
#search input{
    padding: 2px 17px;
    border: 0;
    width: 402px;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: 14px;
}
#search .button,#search .button1{
    border: none;
    outline: none;
    padding: 0;
    background-color: #d22629;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#search .form1{
    width: 520px;
    height: 42px;
    position: relative;
}
.form1 #s_company{
    width: 150px;
    border: 2px solid #d22629;
    margin-right: 10px;
}
.form1 #s_number{
    width: 194px;
    border: 2px solid #d22629;
}
.form1 .button1{
    height: 42px;
}
.form1 .form1_error{
    position: absolute;
    left: 0;
    top: 42px;
    width: 350px;
    line-height: 24px;
    padding-left: 20px;
    font-size: 12px;
    color: #ffac50;
    background: url("https://cdn.chinabidding.cn/public/2020/img/zc_cont_icon.png") no-repeat 0 center;
    display: none;
}
#hotwords{
    position: absolute;
    left: 560px;
    top: 18px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
}
#hotwords li{
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
#hotwords li:last-child{
    margin-left: 46px;
    cursor: auto;
    margin-right: 0;
}
#hotwords li span{
    color: #d22629;
}
#hotwords .active{
    color: #d22629;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_top_sjx.png") no-repeat center bottom;
}
#header .c_nav h3{
    float: left;
    width: 135px;
    line-height: 40px;
    background-color: #d22629;
    padding-left: 75px;
    color: #fff;
    font-size: 18px;
    position: relative;
}
#header .c_nav h3 i{
    position: absolute;
    left: 40px;
    top: 14px;
    width: 20px;
    height: 14px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_cont_icon.png") no-repeat 0 0;
    background-size: 20px 14px;
}
#header .c_nav .c_col{
    float: left;
    line-height: 40px;
    width: 860px;
    color: #333;
    font-size: 16px;
    background-color: #fff;
}
.c_nav .c_col li{
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 19;
}
.c_nav .c_col li a{
    color: #333;
    font-weight: 400;
}
.c_nav .c_col a:hover{
    color: #d22629;
}
.c_nav .yeji:hover .dropdown-layer5{
    display: block;
}
.c_nav .c_col .active{
    color: #d22629;
}
.dropdown-layer5{
    position: absolute;
    left: 0;
    top: 34px;
    width: 118px;
    height: 127px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_cont_bg_zb.png") no-repeat 0 0;
    z-index: 9;
    text-align: center;
    display: none;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,.2));
}
.dropdown-layer5 .drop_unlogin p{
    padding-top: 6px;
    line-height: 58px;
    height: 58px;
    color: #333;
    font-size: 14px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/sy_cont_line_zb.png") no-repeat 0 bottom;
}
.dropdown-layer5 .drop_unlogin,.dropdown-layer5 .drop_login{
    line-height: 58px;
    text-align: center;
}
.dropdown-layer5 .drop_unlogin a:nth-child(2){
    margin-right: 5px;
}
.dropdown-layer5 .drop_unlogin a:nth-child(3){
    margin-left: 5px;
}
.dropdown-layer5 a{
    color: #333;
    font-size: 16px;
}
.dropdown-layer5 a:hover{
    color: #df2229;
    background: url("https://cdn.chinabidding.cn/public/2020/img/dropdown_line1.png") no-repeat 0 bottom;
}
.dropdown-layer5 .drop_login{
    display: none;
}
.dropdown-layer5 .drop_login p{
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #df2229;
}
.dropdown-layer5 .drop_login>p:first-child{
    padding-top: 30px;
    color: #333;
}


/* 版权信息 */
#c_right{
    /* border-top: 2px solid #df2229; */
    background-color: #222629;
    padding: 20px 0 30px 0;
}
#c_right .w{
    color: #fff;
    font-size: 14px;
    text-align: center;  
}
#c_right h6{
    line-height: 48px;
    font-weight: normal;
}
#c_right h6 a{
    font-size: 14px;
    color: #fff;
}
#c_right p{
    line-height: 24px;
    font-weight: normal;
}
#c_right p a{
    color: #fff;
}
#c_right p .rec{
    padding-left: 24px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/rec.png") no-repeat 2px 0;
}
#c_right p span{
    margin-right: 10px;
}

/* 快速注册样式 */
/* 底部快速注册 */
.fast_box {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 110;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#88000000');
}



.fastlog {
    width: 360px;
    height: 466px;
    margin-left: -495px;
    margin-top: -250px;
    padding-left: 614px;
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: 0;
    background: url("/public/2020/img/fast_bg240409.png") no-repeat 0 0;
    z-index: 100;
}



.fastlog .close {
    position: absolute;
    right: 14px;
    top: 20px;
}

.fastlog .contract {
    width: 310px;
    text-align: center;
    position: absolute;
    /* right: -38px; */
    bottom: 65px;
    line-height: 32px;
    font-size: 12px;
    color: #FFBCBC;
}

.fastlog .contract .cont1 {
    float: left;
    width: 264px;
}

.fastlog .contract .cont2 {
    float: left;
    width: 310px;
}

.fastlog .contract .cont2 i {
    font-style: normal;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.fastlog .login-form {
    /* position: absolute;
    right: 4px;
    top: 11px; */
    width: 100%;
    padding-top: 27px;
    /* height: 140px; */
}

.fastlog .login-form h1 {
    line-height: 24px;
    font-size: 22px;
    padding-right: 50px;
    text-align: center;
    color: #fff;
}

.fastlog .login-form input {
    border: 2px solid #fff;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    /* border-radius: 4px; */
    color: #333;
}

.fastlog .msg_error {
    height: 20px;
    width: 100%;
    /* position: absolute; */
    position: relative;
    display: none;
}

.fastlog .msg_error p {
    line-height: 18px;
    /* background-color: #ffc4ca; */
    font-size: 12px;
    color: #FCB800;
    padding: 0 15px 0 18px;
    float: left;
}

.fastlog .msg_error i {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -6px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/zctc_zhuyi.png");
}

.fastlog .log_col1,
.fastlog .log_col2,
.fastlog .log_col3,
.fastlog .log_col4,
.fastlog .log_col5,
.fastlog .log_col6 {
    float: left;
    width: 310px;
    height: 32px;
    margin-right: 50px;
    margin-top: 20px;
    position: relative;
}

.fastlog .login-form .error_color input {
    border: 2px solid #FFAE00;
    color: #FFAE00;
}

.fastlog .log_col5 {
    margin-right: 16px;
}

.fastlog #lxname,
.fastlog #companyName {
    width: 286px;
}

.fastlog .login-form .log_p {
    position: absolute;
    left: 2px;
    top: 3px;
    color: #999;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    width: 298px;
    background-color: #fff;
    display: none;
}

.fastlog .log_col2 .log_p {
    width: 100px;
}

.fastlog .log_col3 .log_p {
    width: 130px;
}

.fastlog .log_col4 {
    padding-top: 0;
}

.fastlog .log_col5 .log_p {
    width: 200px;
}

.fastlog #loginname {
    width: 286px;
}

.fastlog #loginpassword {
    width: 286px;
}

.fastlog #yzm {
    width: 174px;
}

.fastlog #yzmImage {
    position: absolute;
    cursor: pointer;
    right: 1px;
    top: 0px;
    *top: 1px;
    height: 32px;
    width: 108px;
    background-color: #fff;
}

.fastlog #yzmcode {
    width: 216px;
    padding-right: 80px;
}

.fastlog .log_col3 {
    position: relative;
}

.fastlog #getCode {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 20px;
    line-height: 32px;
    height: 32px;
    color: #DB2831;
}
.fastlog #getCodeDX {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 20px;
    line-height: 32px;
    height: 32px;
    color: #DB2831;
}

.fastlog .log_col3 .notclick {
    pointer-events: none;
}

.fastlog .log_col4 div {
    float: left;
}

.fastlog .login-btn {
    width: 100%;
    line-height: 36px;
    color: #fff;
    background-color: #FFB400;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.fastlog .login-wx {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 26px;
    background: url("https://cdn.chinabidding.cn/public/2020/img/dl_cont_image.png") no-repeat 0 0;
    background-size: 20px;
    position: absolute;
    bottom: 0;
    left: 590px;
}

.fastlog .login-wx a {
    color: #fff;
}

.fastlog .to_login {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 26px;
    background-size: 20px;
    position: absolute;
    bottom: 0;
    right: 53px;
}

.fastlog .to_login a {
    color: #fff;
}

.fastlog .to_login a span {
    color: #FFDE00;
}

 /* 弹出修改tab样式 */
 .title_ul {
    /* display: flex; */
    list-style: none;
}

.title_ul li {
    position: relative;
    margin-right: 24px;
    float: left;
    margin-right: 22px;

}

.title_ul li h1 {
    padding-right: 0px !important;
    font-weight: normal;
    height: 22px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #FFFFFF;
    cursor: pointer;
}

.bottom_active {
    position: absolute;
    bottom: -9px;
    right: 0;
    left: 0;
    margin: auto;
    width: 44px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    display: none;
}


.propup_active {
    font-weight: bold !important;

}


.forget {
    height: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: right;
    margin: 19px 49px 0 0;
    float: right;
}


/* 隐私协议201217 */
.agreeshadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .4);
    z-index: 110;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#88000000');
    width: 100%;
    /* display: none; */
}

.agreeshadow .agreement {
    width: 940px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -470px;
    margin-top: -300px;
}

.agreeshadow .closei {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #999;
}





/* 发布信息入驻弹框提示 */
#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;
  }






