/******public******/
/*导航条*/
.b-ul{
    border-bottom: 1px solid #e5e5e5;
}
.b-ul li{position: relative;}
.b-ul li.active:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff7554;
}
.min1000{
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.min1200{min-height: 1200px;}
.noborder{
    border: none;
}
.allcol{color: #ff7554}
.under-line{    text-decoration: underline;color: #ff7554;}

/*分页样式*/
.page-item.active .page-link {
    background-color: #ff7554;
    border-color: #ff7554;
}

/************************news*********************************/
.ul-new li a{
    padding: .5rem 2rem;
}
.newsContainer {
    min-height: 1000px;
    max-height: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.newsDetailTitle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}
/************************news.css end************************/

/******************************bidCenter.css******************************/
.cen-serch .main-btn{
    border-radius: 2px;
    padding:10px 30px;
    top: -4px;
    position: relative;
}
#Industry .Industry_item>a{padding:2px 10px;cursor: pointer;}
#Industry .Industry_item.bidactive>a{
    background-color: #555b63;
    color: #fff;
}
#Industry .Industry_item>a:hover{
    background-color: #eeeeee;
    color:#555b63;
}
.superScript{
    border-radius: 100%;
    width: 23px;
    height: 23px;
    background-color: #f54242;
    display: inline-block;
    border: 1px solid #e48e8e;
    color: white;
    text-align: center;
    line-height: 1.2;
    top: -10px;
    position: relative;
}
.area_select .area_item>a{
    padding:2px 10px;
    cursor: pointer;
}
#area_select .area_item.bidactive>a{
    background-color: #555b63;
    color: #fff;
}
#area_select .area_item>a:hover{
    background-color: #eeeeee;
    color:#555b63;
}
/****************bidCenter.css  end************************/


/***********************help.css**********************/
.title1_img{
    padding-top:20px;
    text-align:center;
}
.helpcontainer{
    /* width:80%;
    box-shadow: 1px 1px 2px #ddd; */
    border:1px solid #eeeeee;
    padding:2px;
    margin-top: 2%;
    background:white;
}
.helpli{
    padding-bottom: 3%;
}
.appenda{
    padding-left: 4%;
    /* display: block; */
    overflow: auto;
    background-color: white;
    white-space: pre-wrap;/* 自动换行 */
    border: 1px solid white;
    font-size: 15px;
}
.pagehelp1{
    padding-left: 13%;
    padding-top: 2%;
}
.pagehelp2{
    position: relative;
    left: -4%;
}

/***********************help.css  end*************/

/*********download.css***************/
.down-fa i{color: #ff7554;font-size: 14px; padding-left: 10px;}
/**********download.css** end********/


/************operation.css***********/
.op_bac{
    border-right: 5px solid #d9e0ff;
    border-top: 5px solid #d9e0ff;
    position: relative;
    border-bottom: 5px solid #d9e0ff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 160px;
}
.op_bac .op_ul{
    width: 100%;
    height: 200%;
    top: -20px;
    position: absolute;
}
.op_cir{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #5473ff;
    line-height: 30px;
    border-radius: 50px;
    color: white;
    border: 5px solid rgb(217, 224, 255);
    font-size: 16px;
}
.op_ul_2 li{
    flex: 1;
    position: relative;
}
.op_ul_2 li:before,.op_ul_2 li:not(:last-child):after{
    content: " ";
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #d9e0ff;
    top: 23%;
    display: block;
}
.op_ul_2 li:before{
    right: 50%;
    margin-right: 15px;
}
.op_ul_2 li:after{
    left: 50%;
    margin-left: 15px;
}
/************operation.css  end***********/