/* 顶部导航共用 */
.txw_head{
    background-color: #fff;
    font-size: 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.txw_head .txw_head_up{
    height: 46px;
    background-color: #F0F0F2;
}
.txw_head .txw_head_l{
    float: left;
    width: 100px;
    height: 41px;
    padding-top: 5px;
}
.txw_head .txw_head_l img{
    width: 100px;
    height: 36px;
    vertical-align: top;
}
.txw_head .txw_head_down{
    height: 60px;
    line-height: 60px;
    z-index: 10;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}
.txw_head .txw_head_c{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1170px;
    padding: 0 15px;
    height: 60px;
}
.txw_head .txw_head_li{
    position: relative;
}
.txw_head .txw_head_a{
    color: #333;
}
.txw_head .txw_head_li .txw_head_on{
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 36px;
    height: 4px;
    background-color: #3F9BE7;
    border-radius: 4px;
    margin-left: -18px;
    z-index: 12px;
    display: none;
}
.txw_head .on .txw_head_on{
    display: block;
}
.txw_head .txw_head_li .txw_drop_btn{
    position: absolute;
    right: -18px;
    top: 28px;
    width: 8px;
    height: 4px;
    background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-xl.png') no-repeat 0 0;
    background-size: 8px 4px;
}
.txw_head .txw_head_drop{
    position: absolute;
    left: 50%;
    top: 60px;
    width: 132px;
    padding: 10px 0;
    text-align: center;
    margin-left: -66px;
    background-color: #fff;
    z-index: 9;
    display: none;
    box-shadow: 0 -3px 0 0 #fff, -6px 0 6px 0 rgb(0 0 0 / 4%), 6px 0 6px 0 rgb(0 0 0 / 4%), 0px 6px 6px 0 rgb(0 0 0 / 4%);
}
.txw_head .txw_head_drop a{
    color: #333;
}
.txw_head .txw_head_drop .txw_drop_shadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 18px;
    background: linear-gradient(180deg,#ababab 0,rgba(127,57,38,0) 100%);
    opacity: .08;
}
.txw_head .drop_item{
    display: block;
    line-height: 30px;
}
.txw_head .drop_item:hover{
    color: #3F9BE7;
}
.txw_head .txw_head_r{
    float: right;
    padding-top: 7px;
    overflow: hidden;
}
.txw_head .nolog a{
    float: left;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.txw_head .nolog .txw_head_log,.txw_head .nolog .txw_head_reg{
    width: 48px;
    height: 32px;
    background-color: #3f9be7;
}
.txw_head .nolog .txw_head_reg{
    width: 49px;
    position: relative;
}
.txw_head .nolog .txw_head_reg i{
    position: absolute;
    width: 1px;
    height: 12px;
    left: 0;
    top: 10px;
    background-color: #fff;
}
.txw_head .nolog .txw_head_try,.txw_head .islog .txw_head_try{
    width: 80px;
    height: 32px;
    background-color: #3f9be7;
    margin-left: 12px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.txw_head .islog{
    float: right;
    overflow: hidden;
    line-height: 32px;
}
.txw_head .islog .selfmsg,.txw_head .islog .txw_head_out,.txw_head .islog .txw_head_try{
    float: left;
}
.txw_head .selfmsg img{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    vertical-align: top;
}
.txw_head .selfmsg span{
    font-size: 14px;
    color: #333;
}
.txw_head .islog .selfmsg{
    position: relative;
}
.txw_head .selfmsg i{
    position: absolute;
    left: 24px;
    top: 0;
    width: 6px;
    height: 6px;
    background: #ea3323;
    border-radius: 6px;
    display: none;
}
.txw_head .islog .txw_head_out{
    color: #666;
    font-size: 14px;
    margin-left: 50px;
}
.txw_head .nolog,.txw_head .islog{
    display: none;
}


/* 底部导航共用 */
.txw_foot {
    background-color: #262626;
    width: 100%;
}
.txw_foot .inner {
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #ddd;
    height: 160px;
    line-height: 24px;
}
.txw_foot .inner .gov {
    padding-left: 24px;
    background: url(https://cdn.chinabidding.cn/public/2020/img/rec.png) no-repeat 2px 0;
}
.txw_foot .inner .logo {
    margin-bottom: 15px;
}
.txw_foot .inner .contact {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 内容区复用 */
.txw_content .txw_stitle{
    font-size: 20px;
    line-height: 60px;
    position: relative;
    padding-left: 8px;
}
.txw_content .txw_stitle h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 2px;
    height: 20px;
    background-color: #3F9BE7;
    border-radius: 2px;
}

.txw_content .txw_baseinfo{
    padding: 0 15px;
    background-color: #fff;
}
.txw_baseinfo .txw_basetitle{
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #f7f7f7;
}
.txw_baseinfo .txw_basetitle .tabs{
    float: left;
    display: flex;
}
.txw_baseinfo .txw_basetitle .tabs li{
    position: relative;
}
.txw_baseinfo .txw_basetitle .on::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 64px;
    height: 2px;
    background-color: #3F9BE7;
    border-radius: 2px;
}
.txw_baseinfo .txw_basetitle .tabs li{
    margin-right: 70px;
}

/* 条件选择 */
.txw_sform{
    padding-top: 13px;
    display: flex;
    margin-bottom: 20px;
}
.txw_sform .selectone{
    width: 112px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
}
.txw_sform .selectone i{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #aaa;
    font-size: 14px;
}
.txw_sform .active{
    border: 1px solid #3395e6;
}
.txw_sform .active i{
    color: #3395e6;
}
.txw_sform .icon-xiasanjiaoxing{
    margin-left: 46px;
}
.txw_scondition{
    margin-bottom: 20px;
}
.txw_scondition .inners{
    padding: 10px 20px;
    background-color: #f8fafd;
}
.txw_scondition .inners .acol{
    width: 870px;
    float: left;
    line-height: 40px;
}
.txw_scondition .inners .ivu-checkbox-wrapper,.txw_scondition .inners .ivu-radio-wrapper{
    font-size: 14px;
    margin-right: 20px;
    color: #666;
}
.txw_scondition .inners .afcheck{
    color: #333;
}
.txw_scondition .txw_cash .txw_form_inp{
    width: 180px;
    font-size: 14px;
}
.txw_scondition .txw_area .fcheck,.txw_scondition .txw_industry .fcheck{
    float: left;
    width: 106px;
    color: #333;
}
.txw_scondition .txw_area .fchildcheck,.txw_scondition .txw_industry .fchildcheck{
    float: right;
    width: 740px;
    vertical-align: top;
    color: #666;
}

.nodata{
    text-align: center;
    line-height: 200px;
    font-size: 14px;
    color: #999;
}
.loading .ivu-spin-main{
    width: 20px;
    margin: 100px auto;
}


/* 仿iview吐司 */
.mtoast{
    position: fixed;
    z-index: 1010;
    width: 100%;
    top: 100px;
    left: 0;
    animation-name: ball;
    animation-duration: 1s;
}
.mtoast .msg{
    font-size: 12px;
    color: #333;
    position: absolute;
    left: 50%;
    transform:translate(-50%,0);
    background-color: #fff;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    box-shadow: 0 2px 7px 5px rgba(0,0,0,.05);
}
@keyframes ball {
    0% { top: 0px;}
    50% { top: 100px;}
    75% { top: 100px;}
    100% { top: 100px;display:none;} 
}

