/********** 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;
}

input[type="checkbox"] {
    display: none;
    /* 隐藏原生checkbox */
}

input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #E2DDDD;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 4px;
    cursor: pointer;
}

input[type="checkbox"]:checked+label::before {
    background-color: #EF534F;
    /* 勾选颜色 */
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%205L4%208L11%201%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    /* 对勾图标 */
    -webkit-background-size: 12px 12px;
       -moz-background-size: 12px;
            background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="checkbox"]:indeterminate+label::before {
    background-color: #EF534F;
    /* 不确定状态颜色 */
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3%206H9%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    /* 横杠图标 */
    -webkit-background-size: 12px 12px;
       -moz-background-size: 12px;
            background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="checkbox"]:disabled+label::before{
    background: #E5E5E5;
}

 .loading_div{display: none !important;}

/************** 公共样式 ****************/
html {
    font-family: '微软雅黑', '宋体', Arial;
    font-size: 12px;
    color: #333;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1200px;
    line-height: 1;
}

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

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

.fl {
    float: left;
}

.fr {
    float: right;
}

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

/* .cl:after,.cl{content:"after"; after:"after"} */

body {
    background: #F6F6F6;
}

/* nav */
.header {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
}

.cutl .area,
.header .cutl {
    float: left;
    position: relative;
}

.cutl .areal {
    padding-left: 24px;
    /* position: relative; */
}

.cutl .areal::after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_dq.png') no-repeat 0 0;
}

.cutl .area .dropareas {
    display: none;
    position: absolute;
    left: 85px;
    top: 46px;
    width: 360px;
    height: 194px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px 0px 0px 0px;
       -moz-border-radius: 0px 0px 0px 0px;
            border-radius: 0px 0px 0px 0px;
    border: 1px solid #F4F4F4;
    z-index: 12;
    padding: 14px 0;
}

.cutl .area:hover .dropareas {
    display: block;
}

.cutl .dropareas li {
    line-height: 14px;
    font-size: 14px;
    padding: 7px 3px;
    overflow: hidden;
    color: #333;
}

.cutl .dropareas li span {
    float: left;
    margin-left: 13px;
}

.cutl .dropareas li span:first-child {
    padding-right: 14px;
    border-right: 1px solid #EDEDED;
    font-weight: bold;
}

.cutl .dropareas li a {
    color: #333;
}

.cutl .dropareas li a:hover {
    color: #EF534F;
}

.cutl .arear {
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
}

.cutl .arear i,
.cutr .sws i,
.cutr .kf i {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 6px;
    height: 10px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/sy_cont_icon2.png') no-repeat 0 0;
    -webkit-background-size: 6px 10px;
       -moz-background-size: 6px 10px;
            background-size: 6px 10px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.cutr .sws i,
.cutr .kf i {
    top: 18px;
}

.cutl .area:hover .arear {
    color: #EF534F;
}

.cutl .area:hover .arear i {
    width: 6px;
    height: 10px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/sy_cont_icon2_sel.png') no-repeat 0 0;
    -webkit-background-size: 6px 10px;
       -moz-background-size: 6px 10px;
            background-size: 6px 10px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.cutl .greet {
    float: left;
    margin-right: 16px;
}
.cutl .account{
    float: left;
    display: none;
}
.cutl .account a,.cutl .account .name{
    float: left;
    margin-right: 10px;
}
.cutl .issue {
    float: left;
    margin-right: 56px;
    position: relative;
}
.cutl .kefumsg {
    float: left;
}

.cutl .issue::after {
    content: '';
    position: absolute;
    left: 58px;
    top: 14px;
    width: 34px;
    height: 16px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_rd.png') no-repeat 0 0;
}

.cutl .issue a {
    color: #EF534F;
}

.header .cutr {
    float: right;
}

.cutr .oldindex,
.cutr .czphone,
.cutr .sws,
.cutr .member,
.cutr .kf,
.cutr .logmsg {
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.cutr .member:hover,
.cutr .oldindex:hover {
    color: #EF534F;
}

.cutr .sws,
.cutr .kf {
    padding-right: 16px;
    position: relative;
}

.cutr .sws .dropsws {
    display: none;
    position: absolute;
    top: 46px;
    left: -138px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #F4F4F4;
    width: 336px;
    z-index: 12;
    line-height: 36px;
    padding: 10px 9px;
}

.cutr .sws:hover .dropsws {
    display: block;
}

.cutr .sws .dropsws .logout {
    display: none;
    line-height: 24px;
    font-size: 12px;
    margin-left: 270px;
}

.cutr .sws .dropsws .logout a {
    color: #999;
}

.cutr .sws:hover i,
.cutr .kf:hover i {
    width: 6px;
    height: 10px;
    background: url('https://cdn.chinabidding.cn/public/2020/img/sy_cont_icon2_sel.png') no-repeat 0 0;
    -webkit-background-size: 6px 10px;
       -moz-background-size: 6px 10px;
            background-size: 6px 10px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.cutr .sws:hover .txt,
.cutr .kf:hover .txt {
    color: #EF534F;
}

.czphone .dropphone {
    display: none;
    position: absolute;
    left: -106px;
    top: 46px;
    width: 232px;
    height: 128px;
    background: #fff;
    z-index: 12;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.cutr .czphone:hover .dropphone {
    display: block;
}

.czphone .dropphone .phoneitem {
    float: left;
}

.czphone .dropphone .phoneitem p {
    line-height: 24px;
    font-size: 12px;
}

.czphone .dropphone .phoneitem:first-child {
    margin-right: 20px;
}

.cutr .dropsws .swsitem {
    float: left;
    width: 80px;
    height: 58px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    line-height: 14px;
    margin: 0 2px;
}

.cutr .dropsws .sws_sub .bg {
    padding-top: 32px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_wddy.png') no-repeat center 10px;
}

.cutr .dropsws .sws_collect .bg {
    padding-top: 32px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_wdsc.png') no-repeat center 10px;
}

.cutr .dropsws .sws_pro .bg {
    padding-top: 32px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_zxm.png') no-repeat center 10px;
}

.cutr .dropsws .sws_center .bg {
    padding-top: 32px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_grzx.png') no-repeat center 10px;
}

.cutr .dropsws .swsitem:hover {
    background: #FFF3F3;
    color: #EF534F;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.cutr .dropkf {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #F4F4F4;
    width: 565px;
    height: 108px;
    padding: 20px;
    font-size: 13px;
    z-index: 12;
}

.cutr .kf:hover .dropkf {
    display: block;
}

.cutr .dropkf .kfl {
    float: left;
    width: 216px;
}

.cutr .dropkf .kfc {
    float: left;
    width: 180px;
}

.cutr .dropkf .kfr {
    float: left;
    width: 168px;
}

.cutr .dropkf .kfh {
    line-height: 14px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 13px;
    color: #333333;
}

.cutr .dropkf .kfp {
    line-height: 14px;
    margin-bottom: 10px;
}
.cutr .dropkf .kfxy{
    color: #2b86cb;
}

.cutr .dropkf .large {
    padding-top: 16px;
}

.cutr .logmsg {
    display: none;
    padding-top: 9px;
}

.cutr .logbtn {
    float: left;
    width: 58px;
    height: 26px;
    -webkit-border-radius: 2px 2px 2px 2px;
       -moz-border-radius: 2px 2px 2px 2px;
            border-radius: 2px 2px 2px 2px;
    border: 1px solid #EF534F;
    color: #EF534F;
    text-align: center;
    line-height: 26px;
    margin-right: 16px;
}

.cutr .regbtn {
    float: left;
    width: 60px;
    height: 28px;
    background: #EF534F;
    -webkit-border-radius: 2px 2px 2px 2px;
       -moz-border-radius: 2px 2px 2px 2px;
            border-radius: 2px 2px 2px 2px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}


/* floatBottom */
.float_space {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.float_space .space_imgad {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 68px;
    cursor: pointer;
}

.float_space .space_close {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 20px;
    margin-left: -600px;
    cursor: pointer;
}

/* floatRight */
.elevator_right {
    position: fixed;
    left: 50%;
    /* right: 0; */
    /* top: 20%; */
    top: 50%;
    margin-left: 628px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%)
}

.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;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(184, 190, 205, 0.5);
       -moz-box-shadow: 0px 0px 13px 0px rgba(184, 190, 205, 0.5);
            box-shadow: 0px 0px 13px 0px rgba(184, 190, 205, 0.5);
}

.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;
    text-align: center;
    line-height: 1.167;
}

.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;
    -webkit-background-size: 54px 1px;
       -moz-background-size: 54px 1px;
            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;
}


/* floatLeft */
#erweima_l {
    width: 136px;
    height: 248px;
    position: fixed;
    bottom: 13%;
    left: -7px;
    z-index: 66;
    background: url(https://cdn.chinabidding.cn/public/yjsc/img/searchgj/ewmbg.png) no-repeat 0 0;
    -webkit-background-size: 136px 248px;
       -moz-background-size: 136px 248px;
            background-size: 136px 248px;
}

#erweima_l .kefutel {
    position: absolute;
    left: 0;
    top: 87px;
    text-align: center;
    font-weight: bold;
    color: #FE4024;
    width: 136px;
    line-height: 20px;
}

#erweima_l .kefuewm {
    position: absolute;
    width: 93px;
    left: 22px;
    top: 109px;
}

/* footer */
.footwrap{
    border-top: 2px solid #DF282E;
}
.copyright {
    padding-top: 36px;
}

.copyright .copyl {
    float: left;
    width: 334px;
}

.copyright .logo {
    padding-left: 28px;
    margin-bottom: 32px;
    width: 220px;
}

.copyright .logo img {
    height: 50px;
}

.copyl .tel {
    padding-left: 64px;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    background: url('https://cdn.chinabidding.cn/public/yjsc/img/nindex/icon_dh.png') no-repeat 28px 0;
}

.copyl .tel p {
    margin-bottom: 8px;
}

.copyl .tel span {
    font-weight: bold;
}

.copyright {
    padding-bottom: 20px;
}

.copyright .copyc {
    float: left;
    width: 580px;
}

.copyright .copyr {
    float: right;
    width: 232px;
}

.copyright .copyc ul {
    margin-bottom: 70px;
}

.copyright .copyc li {
    float: left;
    margin-right: 52px;
    line-height: 18px;
}

.copyright .copyc ul a {
    font-size: 16px;
    color: #333;
}

.copyright .copyc .bq,
.copyright .copyc .bq a {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 6px;
}

.copyright .copyc .rec {
    background: url('https://cdn.chinabidding.cn/public/2020/img/rec.png') no-repeat 0 0;
    display: inline-block;
    padding-left: 20px;
}

.copyright .copyc .bq span {
    margin-left: 16px;
}

.copyright .copyc .bq i {
    font-style: normal;
}

.copyright .copyr .ewmcode {
    float: left;
    width: 106px;
    text-align: center;
}

.copyright .copyr .ewmcode:first-child {
    margin-right: 20px;
}

.copyright .ewmcode img {
    width: 106px;
    height: 106px;
}

.copyright .ewmcode p {
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
    color: #333;
}

/* 正文 */

#content {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 60px;
}

#loading .loadimg {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

#notKeywords,
#empty,
#loading,
#hasdata,
.baoqian,
.baoqian3 h3 {
    display: none;
}

#notKeywords {
    padding: 72px 0;
}

#notKeywords .c_content {
    text-align: center;
    margin-bottom: 42px;
}

#notKeywords .c_content .title {
    font-family: Microsoft YaHei UI;
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

#notKeywords .c_content .title span {
    color: #EF534F;
}

#notKeywords .c_content .text {
    line-height: 28px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}

#notKeywords .c_content .btn {
    display: inline-block;
    width: 184px;
    height: 39px;
    line-height: 39px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #EF534F;
    color: #EF534F;
    font-size: 18px;
}

#notKeywords .c_content .btnl {
    margin-right: 16px;
    color: #FFFFFF;
    background: #EF534F;
}

#notKeywords .c_footer {
    padding: 24px 36px;
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    width: 845px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}

#notKeywords .c_footer .tender_info_section {
    float: left;
    width: 384px;
    margin-right: 48px;
}

#notKeywords .c_footer .procurement_business_section {
    float: right;
    width: 341px;
}

#notKeywords .c_footer h3 {
    font-family: Microsoft YaHei UI-Bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
}

#notKeywords .c_footer ul {
    padding: 20px 24px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    height: 122px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#notKeywords .c_footer li {
    font-family: Microsoft YaHei UI-Regular !important;
    color: #333;
}

#notKeywords .c_footer li img {
    margin-right: 5px;
}

#notKeywords .c_footer .tender_info_section li {
    float: left;
    width: 160px;
    line-height: 32px;
}

#notKeywords .c_footer .procurement_business_section li {
    line-height: 32px;
}

#notKeywords .c_footer .tender_info_section li:first-child {
    margin-bottom: 11px;
}

#notKeywords .c_footer .procurement_business_section li:first-child {
    margin-bottom: 12px;
}

#notKeywords .c_footer .tender_info_section li:nth-child(odd) {
    margin-right: 12px;
}


.nullBox {
    width: 840px;
    /* height: 258px; */
    padding: 72px 0;
    margin: 0 auto;
    .nullbg {
        width: 272px;
        height: 180px;
        display: inline-block;
    }
}

.baoqian {
    margin-left: 30px;
    vertical-align: top;
    display: inline-block;
    width: 530px;
    /* height: 258px; */
}

.baoqian h3 {
    margin: 0;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    margin-bottom: 20px;
}

.baoqian p {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
    margin-bottom: 20px;
}

.baoqian .message {
    display: inline-block;
    margin-bottom: 5px;
}

.baoqian h4 {
    margin: 0;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #EF534F;
    line-height: 19px;
}

.baoqian .btn_zx {
    width: 156px;
    height: 41px;
    background: #EF534F;
    -webkit-border-radius: 4px 4px 4px 4px;
       -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 41px;
    margin-top: 16px;
    cursor: pointer;
}

.c1_lunhuan_left {
    width: 1200px;
    padding: 20px 0;
}

.center_2_fb_new {
    border-bottom: 1px solid #b61d1d;
    color: #333;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
}

.right {
    float: right;
}

.more a {
    color: #b61d1d;
    font-weight: 100;
    padding-right: 15px;
}

.center_2_nr_qh {
    width: auto;
    height: auto;
    margin-top: 6px;
    margin-bottom: 12px;
}

.center_2_nr_qh li {
    width: auto;
    /* height: 28px; */
    line-height: 28px;
    font-size: 14px;
}

.center_2_nr_qh li a:link {
    background: url(https://cdn.chinabidding.cn/public/cblcn/index3/images/yuan.jpg) no-repeat 15px center;
    padding-left: 26px;
    color: #666666;
}

.center_2_nr_qh li a:visited {
    background: url(https://cdn.chinabidding.cn/public/cblcn/index3/images/yuan.jpg) no-repeat 15px center;
    padding-left: 26px;
    color: #666666;
}

.center_2_nr_qh li a:hover {
    background: url(https://cdn.chinabidding.cn/public/cblcn/index3/images/yuan.jpg) no-repeat 15px center;
    padding-left: 26px;
    color: #2b86cb;
}

.center_2_nr_qh li a:active {
    background: url(https://cdn.chinabidding.cn/public/cblcn/index3/images/yuan.jpg) no-repeat 15px center;
    padding-left: 26px;
    color: #2b86cb;
}

.baoqian4 h3 {
    padding-top: 30px;
    line-height: 30px;
}

.baoqian4 h3 span {
    color: #EF534F;
}

.baoqian4 .baoqianbtn a {
    float: left;
    width: 186px;
    height: 42px;
    -webkit-border-radius: 4px 4px 4px 4px;
       -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

.baoqian4 .baoqianbtn .btnl {
    background: #EF534F;
    color: #fff;
}

.baoqian4 .baoqianbtn .btnr {
    margin-left: 16px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EF534F;
    color: #EF534F;
}
/* 状态兼容竖版 */
#vertical{
    width: 715px;
    text-align: center;
    padding: 60px 0;
    display: none;
}
#vertical .error{
    display: none;
}
#vertical h3{
    font-size: 20px;
    line-height: 32px;
    padding-top: 40px;
    padding-bottom: 20px;
}
#vertical .baoqianbtn a {
    float: left;
    width: 186px;
    height: 42px;
    -webkit-border-radius: 4px 4px 4px 4px;
       -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

#vertical .baoqianbtn .btnl {
    background: #EF534F;
    color: #fff;
    margin-left: 170px;
}

#vertical .baoqianbtn .btnr {
    margin-left: 16px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EF534F;
    color: #EF534F;
}
#vertical .errp1,#vertical .errp2{
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
#vertical .errp2{
    text-align: left;
    padding-left: 160px;
    margin-bottom: 20px;
}
#vertical .err2 .btnl,#vertical .err3 .btnl，#vertical .err4 .btnl{
    background: #fff;
    color: #EF534F;
}
#vertical .err2 .btnr,#vertical .err3 .btnr,#vertical .err4 .btnr{
    background: #EF534F;
    color: #fff;
}
#vertical .err3 .refresh{
    color: #5792F7;
    text-decoration: underline;
}

.daterangepicker td.active {
  background: #ef534f !important;
}
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background: #ffffff !important;
}
.daterangepicker .drp-buttons .btn {
  background: #ef534f;
  color: #fff;
  border: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
}
.daterangepicker .drp-buttons .cancelBtn {
  background: #fff;
  color: #333333;
}

.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;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          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;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          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;
}

* {
    padding: 0;
    margin: 0;
}

/*
  * 外面盒子样式---自己定义
  */
#page {
    text-align: center;
}

.page_div {
    width: 100%;
    /* padding-top: 20px; */
    /* margin-bottom: 20px; */
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #333;
    margin-right: 10px;
    /* padding-left: 20px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

/*
 * 页数按钮样式
 */

#pageInput {
    width: 60px;
    height: 28px;
    border: 1px solid #E8E8E8;
    padding: 0 5px;
    margin: 0 8px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.page_div a {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    min-width: 30px;
    height: 28px;
    border: 1px solid #E8E8E8 !important;

    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    display: inline-block;
}

.bigPage a {
    display: inline-block;
    text-align: center !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E8E8E8 !important;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin: 0 8px;
    font-size: 14px;
}

.bigPage #pageInput {
    height: 36px;
    font-size: 14px;
}

.bigPage span {
    font-size: 14px;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #333;
    border: 1px solid #fff !important;
}

#prePage,
#nextPage {
    width: 36px;
    color: #333;
    border: 1px solid #E8E8E8 !important;
}

.page_div .current {
    background-color: #016EEE;
    border-color: #016EEE;
    color: #FFFFFF;
}

.bigPage .current {
    background-color: #EF534F;
    border-color: #EF534F;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #016EEE;
    margin: 0 5px;
}
#search_module {
  margin-bottom: 10px;
}
#search_module .search_header {
  background-color: #ffffff;
  padding: 20px 0;
  font-family: Microsoft YaHei;
}
#search_module .search_header .header_content {
  width: 1200px;
  margin: 0 auto;
}
#search_module .search_header .header_content .search_andor,
#search_module .search_header .header_content .search_history {
  display: none;
}
#search_module .search_header .logo_container {
  margin-right: 34px;
  padding-top: 4px;
  cursor: pointer;
  width: 312px;
  height: 66px;
}
#search_module .search_header .logo_container .logo_img {
  height: 66px;
}
#search_module .search_header .search_container {
  position: relative;
  margin-right: auto;
}
#search_module .search_header .search_container .search_bar .search_input {
  width: 522px;
  height: 40px;
  padding: 0 15px;
  border: 2px solid #EF534F;
  border-right: none;
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
  font-size: 14px;
  outline: none;
}
#search_module .search_header .search_container .search_bar .search_btn {
  width: 96px;
  height: 40px;
  background-color: #EF534F;
  color: white;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}
#search_module .search_header .search_container .search_bar .search_tips {
  display: none;
  position: absolute;
  left: 108px;
  bottom: -16px;
  color: #EF534F;
  font-size: 12px;
  line-height: 14px;
}
#search_module .search_header .search_container .search_bar .tip_zm {
  left: 0px;
}
#search_module .search_header .search_container .search_bar .search_tips_gxq {
  display: none;
  position: absolute;
  left: 0px;
  bottom: -16px;
  color: #EF534F;
  font-size: 12px;
  line-height: 14px;
}
#search_module .search_header .search_container .search_options {
  margin-bottom: 7px;
}
#search_module .search_header .search_container .search_options .active {
  background: #EF534F;
  color: #FFFFFF;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
#search_module .search_header .search_container .search_options .active::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #EF534F;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
#search_module .search_header .search_container .search_options .option_link {
  display: inline-block;
  padding: 6px 8px;
  color: #666666;
  font-size: 15px;
  margin: 0 8px;
  position: relative;
}
#search_module .search_header .search_container .search_options .option_link:hover {
  color: #EF534F;
}
#search_module .search_header .search_container .search_options .option_link.active {
  color: #FFFFFF;
}
#search_module .search_header .search_container .search_options .option_link::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background: #666666;
  -webkit-border-radius: 7px 7px 7px 7px;
     -moz-border-radius: 7px 7px 7px 7px;
          border-radius: 7px 7px 7px 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8px;
}
#search_module .search_header .search_container .search_options .option_link:first-child {
  margin-left: 0px;
}
#search_module .search_header .search_container .search_options .option_link:last-child::after {
  display: none;
}
#search_module .search_header .search_container .service_phone {
  position: absolute;
  right: 0;
  top: 7px;
  color: #EF534F;
  font-size: 15px;
}
#search_module .search_header .search_container .service_phone .iconfont {
  color: #EF534F;
  margin-right: 5px;
}
#search_module .search_header .search_container .service_phone .phone_number {
  font-weight: bold;
}
#search_module .search_header .supplier_entry_container {
  display: none;
  padding-top: 35px;
  margin-left: 19px;
}
#search_module .search_header .supplier_entry_container .supplier_entry {
  display: inline-block;
  width: 216px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #FFF1F1;
  color: #EF534F;
  -webkit-border-radius: 2px 2px 2px 2px;
     -moz-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
  border: 1px solid #EF534F;
  font-size: 14px;
}
#search_module .search_header .zbcg_save_condition {
  display: none;
  float: left;
  width: 216px;
  height: 40px;
  border: 1px solid #FFC7C5;
  line-height: 37px;
  text-align: center;
  background: #FFF1F1;
  color: #EF534F;
  margin-top: 34px;
  margin-left: 18px;
  position: relative;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_txt {
  font-size: 16px;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_txt span {
  font-weight: bold;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_txt i {
  margin-right: 6px;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list {
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  width: 215px;
  height: 262px;
  z-index: 99;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list ul {
  margin-top: 10px;
  width: 215px;
  height: 252px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 12px;
  padding-bottom: 40px;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list ul .save_item {
  width: 191px;
  height: 34px;
  line-height: 34px;
  background: #F5F5F5;
  color: #000;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 6px;
  position: relative;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list ul .save_item .save_delete {
  position: absolute;
  right: 12px;
  top: 0;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list .zbcg_save_page .pagel,
#search_module .search_header .zbcg_save_condition .zbcg_save_list .zbcg_save_page .pager {
  position: absolute;
  left: 76px;
  bottom: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #F5F5F5;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #666;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list .zbcg_save_page .pager {
  left: 118px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list .zbcg_save_page .on {
  background: #EF534F;
  color: #fff;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list .zbcg_save_page a {
  display: block;
  font-size: 12px;
}
#search_module .search_header .zbcg_save_condition .zbcg_save_list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 4px;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  border-left: 5px solid transparent;
  /* 左侧透明 */
  border-right: 5px solid transparent;
  /* 右侧透明 */
  border-bottom: 6px solid #fff;
  /* 底部为三角形底边 */
}
#search_module .search_header .service_phone {
  display: none;
}
#search_module .search_header .service_phone span {
  font-weight: bold;
}
#search_module .zbcg_bar .search_andor {
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 87px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #EF534F;
  background: #fff;
  font-size: 14px;
  color: #000;
  padding-left: 12px;
}
#search_module .zbcg_bar .search_andor i {
  font-size: 12px;
  color: #666;
  margin-left: 9px;
}
#search_module .zbcg_bar .search_andor .andor_drawer {
  display: none;
  position: absolute;
  left: -2px;
  top: 38px;
  width: 87px;
  height: 68px;
  line-height: 30px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #333;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  padding: 4px 0;
  z-index: 99;
  cursor: pointer;
}
#search_module .zbcg_bar .search_andor .andor_drawer .andor_item:hover {
  color: #EF534F;
}
#search_module .zbcg_bar .search_andor:hover .andor_drawer {
  display: block;
}
#search_module .zbcg_bar .search_input {
  padding-left: 105px !important;
}
#search_module .zbcg_bar .zbcg_save_condition {
  display: block !important;
  cursor: pointer;
}
#search_module .zbcg_bar .zbcg_save_condition:hover .zbcg_save_list {
  display: block;
  visibility: hidden;
}
#search_module .zbcg_bar .search_history {
  position: absolute;
  left: 85px;
  top: 72px;
  width: 439px;
  line-height: 36px;
  border: 2px solid #EF534F;
  background: #fff;
  z-index: 99;
}
#search_module .zbcg_bar .search_history li {
  position: relative;
}
#search_module .zbcg_bar .search_history li a {
  padding-left: 20px;
  padding-right: 52px;
  display: block;
  font-size: 14px;
  color: #333;
}
#search_module .zbcg_bar .search_history li a:hover {
  background: #FFF1F1;
}
#search_module .zbcg_bar .search_history li i {
  position: absolute;
  right: 7px;
  top: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #999;
  font-style: normal;
  font-size: 16px;
  cursor: pointer;
}
#search_module .zbcg_bar .search_history .clearh {
  padding-right: 20px;
  text-align: right;
  background: #F8F8F8;
}
#search_module .zbcg_bar .search_history .clearh a {
  font-size: 14px;
  color: #999;
}

@font-face {
  font-family: "iconfont"; /* Project id 5076184 */
  src: url(../fonts/iconfont.woff2) format('woff2'),
       url(../fonts/iconfont.woff) format('woff'),
       url(../fonts/iconfont.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-znt:before {
  content: "\e659";
}

.icon-icon-dzjypt:before {
  content: "\e65a";
}

.icon-icon-gys:before {
  content: "\e657";
}

.icon-icon-tbnbs:before {
  content: "\e658";
}

.icon-icon-zjk:before {
  content: "\e656";
}

.icon-icon-stq:before {
  content: "\e653";
}

.icon-icon-zbdl:before {
  content: "\e654";
}

.icon-icon-zcsj:before {
  content: "\e655";
}

.icon-icon-fx:before {
  content: "\e652";
}

.icon-icon-cz:before {
  content: "\e650";
}

.icon-icon-bctj:before {
  content: "\e651";
}

.icon-icon-xxsz-select:before {
  content: "\e64f";
}

.icon-gongyingshang:before {
  content: "\e64e";
}

.icon-icon-jt:before {
  content: "\e64d";
}

.icon-icon-xxtj:before {
  content: "\e64c";
}

.icon-icon-fh:before {
  content: "\e64b";
}

.icon-icon-time:before {
  content: "\e64a";
}

.icon-icon-zk:before {
  content: "\e649";
}

.icon-icon-xzfj:before {
  content: "\e648";
}

.icon-icon-xz:before {
  content: "\e646";
}

.icon-icon-dy:before {
  content: "\e647";
}

.icon-icon-sc:before {
  content: "\e645";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-a-Group1164:before {
  content: "\e644";
}

.icon-icon_jt:before {
  content: "\e643";
}

.icon-a-Polygon20:before {
  content: "\e642";
}

.icon-gantanhao:before {
  content: "\e710";
}

.icon-icon-lxr:before {
  content: "\e641";
}

.icon-gantanhao-xianxingyuankuang:before {
  content: "\e8ec";
}

.icon-icon_qy:before {
  content: "\e63c";
}

.icon-icon_jzgc:before {
  content: "\e624";
}

.icon-icon_jy:before {
  content: "\e623";
}

.icon-icon_gb:before {
  content: "\e622";
}

.icon-icon_fxx:before {
  content: "\e63d";
}

.icon-icon_fj:before {
  content: "\e621";
}

.icon-icon_dh:before {
  content: "\e63e";
}

.icon-icon_cysp:before {
  content: "\e620";
}

.icon-icon_bs:before {
  content: "\e63f";
}

.icon-icon_bc:before {
  content: "\e640";
}

.icon-icon-sj:before {
  content: "\e62b";
}

.icon-icon_zmbm:before {
  content: "\e62a";
}

.icon-icon_zskf:before {
  content: "\e62c";
}

.icon-icon-close:before {
  content: "\e62d";
}

.icon-icon_xxkj:before {
  content: "\e629";
}

.icon-icon_znt:before {
  content: "\e62e";
}

.icon-icon_wy:before {
  content: "\e628";
}

.icon-icon_xl:before {
  content: "\e62f";
}

.icon-icon_xq:before {
  content: "\e630";
}

.icon-icon_xm:before {
  content: "\e631";
}

.icon-icon_sy:before {
  content: "\e632";
}

.icon-icon_stq:before {
  content: "\e633";
}

.icon-icon_tb_r:before {
  content: "\e634";
}

.icon-icon_tb_l:before {
  content: "\e635";
}

.icon-icon_smgs:before {
  content: "\e627";
}

.icon-icon_sm:before {
  content: "\e626";
}

.icon-icon_sj:before {
  content: "\e636";
}

.icon-icon_sj-1:before {
  content: "\e637";
}

.icon-icon_sc_xz:before {
  content: "\e638";
}

.icon-icon_rz:before {
  content: "\e625";
}

.icon-icon_kf:before {
  content: "\e639";
}

.icon-icon_sc:before {
  content: "\e63a";
}

.icon-icon_qc:before {
  content: "\e63b";
}


#search_module * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.conditions {
  display: none;
}
.conditions .w {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.conditions .w .factor {
  font-size: 14px;
  margin: 0 24px;
  line-height: 22px;
  margin-bottom: 14px;
  position: relative;
}
.conditions .w .factor .fanxuan {
  position: absolute;
  right: 87px;
  top: 0;
  color: #999;
  cursor: pointer;
}
.conditions .w .factor .fanxuan::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 5px;
  width: 1px;
  height: 12px;
  background: #E2DDDD;
}
.conditions .w .factor .areamore {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  cursor: pointer;
}
.conditions .w .factor .areamore i {
  font-size: 12px;
  margin-left: 6px;
}
.conditions .w .factor .factorl {
  float: left;
  color: #999;
  width: 84px;
}
.conditions .w .factor .factorr {
  float: left;
  color: #333;
  width: 1030px;
  position: relative;
}
.conditions .w .factor .factorr .fitem {
  float: left;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.conditions .w .factor .factorr .fitem label {
  cursor: pointer;
}
.conditions .w .factor .factorr .on,
.conditions .w .factor .factorr .dateon {
  color: #EF534F;
}
.conditions .w .factor .factorr .on::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EF534F;
}
.conditions .w .factor .factorr .findent {
  margin-left: 68px;
}
.conditions .w .factor .factorr .flastindent {
  margin-right: 100px !important;
}
.conditions .w .factor .factorr .xiala {
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 12px;
  color: #666;
}
.conditions .w .collectlist {
  width: 1066px !important;
}
.conditions .w .collectlist li {
  float: left;
  width: 163px;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 30px;
  border: 1px solid #FFC7C5;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  font-size: 12px;
  background: #FFFBFB;
}
.conditions .w .collectlist li .cclose {
  position: absolute;
  right: 10px;
  top: -2px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.conditions .w .collectlist li .cclose img {
  width: 12px;
}
.conditions .w .factor:nth-child(1) {
  display: none;
  border-bottom: 1px dashed #ECECEC;
}
.conditions .w .factor:nth-child(1) .factorl {
  line-height: 30px;
}
.conditions .w .factor:nth-child(4) {
  display: none;
}
.conditions .w .lastfactor {
  padding-top: 12px;
  border-top: 1px dashed #ECECEC;
  margin-bottom: 6px;
}
.conditions .w .areas .fitem:not(:first-child) {
  margin-right: 10px;
  margin-bottom: 12px;
}
.conditions .w .areas {
  width: 955px !important;
  height: 23px;
  overflow: hidden;
}
.conditions .w .areas .hnfirst {
  margin-left: 132px !important;
}
.conditions .w .areas .hnend {
  margin-right: 190px !important;
}
.conditions .w .areas .xnfirst {
  margin-left: 14px !important;
}
.conditions .w .areas .dbfirst {
  margin-left: 68px !important;
}
.conditions .w .areas .xgfirst {
  margin-left: 118px !important;
}
.conditions .w .moreh {
  height: 128px !important;
}
.conditions .w .selectmore {
  position: absolute;
  right: 0;
  top: 0;
  color: #2471F5;
  cursor: pointer;
  padding-right: 18px;
}
.conditions .w .selectmore .trangle {
  position: absolute;
  right: 2px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2471F5;
}
.conditions .w .abold {
  font-weight: bold;
  margin-right: 5px;
}
.conditions .w .fspace {
  width: 56px;
  cursor: auto !important;
}
.conditions .w .abigw {
  margin-right: 18px;
}
.conditions .w .ebigh {
  height: 32px;
  line-height: 32px;
}
.conditions .w .ebigh1 {
  height: 27px;
  line-height: 27px;
}
.conditions .w .publictime {
  width: 454px !important;
}
.conditions .w .exclude .fitem {
  margin-right: 0 !important;
}
.conditions .w .exclude .excludeinp {
  width: 90px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #E2DDDD;
}
.conditions .w .exclude .excludetxt {
  display: inline-block;
  width: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}
.conditions .w .exclude .excludebtn {
  position: absolute;
  left: 20px;
  top: 0;
  width: 68px;
  height: 32px;
  line-height: 32px;
  background: #EF534F;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.conditions .w .exclude .delexclude {
  display: none;
  position: absolute;
  left: 108px;
  top: 0;
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #EF534F;
}
.conditions .w .exclude .disabled {
  pointer-events: none;
  background: #FFDBDA;
}
.conditions .w .exclude .tipswrap {
  display: none;
}
.conditions .w .exclude .excludetips {
  position: absolute;
  left: 200px;
  top: 0;
  width: 320px;
  height: 32px;
  line-height: 32px;
  color: #EF534F;
  text-align: center;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  cursor: auto;
}
.conditions .w .haschose {
  line-height: 25px;
}
.conditions .w .haschose .chosewrap {
  width: 940px;
}
.conditions .w .haschose .fitem {
  margin-right: 8px !important;
}
.conditions .w .haschose .fchose {
  font-size: 12px;
  height: 25px;
  border: 1px solid #EF534F;
  background: #FFFBFB;
  padding: 0 10px;
}
.conditions .w .haschose .fchose .fwrapcon {
  float: left;
  max-width: 98px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.conditions .w .haschose .fclose {
  float: right;
  width: 12px;
  height: 25px;
  color: #999;
  margin-left: 8px;
  font-size: 14px;
}
.conditions .w .haschose .clearfactor {
  font-size: 14px;
  position: absolute;
  right: 46px;
  top: 0;
  color: #999;
}
.conditions .w .haschose .savefactor {
  font-size: 14px;
  position: absolute;
  right: -40px;
  top: 0;
  color: #EF534F;
}
.conditions .w .factorother {
  float: left;
  width: 530px;
  height: 22px;
  font-size: 14px;
}
.conditions .w .factorother .otherl {
  float: left;
  color: #666;
}
.conditions .w .factorother .otherr {
  height: 22px;
  line-height: 22px;
}
.conditions .w .factorother .otherr .xiala {
  font-size: 12px;
  margin-left: 4px;
}
.conditions .w .factorother .otherr .ggtype,
.conditions .w .factorother .otherr .ggscope,
.conditions .w .factorother .otherr .ggindustry {
  color: #EF534F;
}
.conditions .w .factorother .otherr .otheritem {
  float: left;
  padding: 0 16px;
  position: relative;
}
.conditions .w .factorother .otherr .otheritem .dropcon {
  width: 140px;
  padding: 8px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(125, 143, 162, 0.21);
     -moz-box-shadow: 0px 0px 5px 0px rgba(125, 143, 162, 0.21);
          box-shadow: 0px 0px 5px 0px rgba(125, 143, 162, 0.21);
  -webkit-border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px;
}
.conditions .w .factorother .otherr .otheritem .dropcon li {
  line-height: 32px;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
}
.conditions .w .factorother .otherr .otheritem .dropcon li input[type="checkbox"] + label::before {
  margin-top: 8px;
}
.conditions .w .factorother .otherr .otheritem .dropcon li:hover {
  background: #FFF4F4;
  color: #EF534F;
}
.conditions .w .factorother .otherr .otheritem:nth-child(1)::after,
.conditions .w .factorother .otherr .otheritem:nth-child(2)::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 4px;
  width: 2px;
  height: 15px;
  background: #E2DDDD;
}
.conditions .w .factorother .otherr .droptype,
.conditions .w .factorother .otherr .dropscope,
.conditions .w .factorother .otherr .dropindustry {
  display: none;
  position: absolute;
  left: 0;
  top: 22px;
  padding-top: 4px;
  z-index: 11;
}
.conditions .w .factorother .otherr .droptype .fitem:nth-child(1) {
  width: 60px;
}
.conditions .w .factorother .otherr .droptype .fitem:nth-child(1):hover {
  background: #fff;
}
.conditions .w .factorother .otherr .droptype .typefx {
  position: absolute;
  right: 12px;
  top: 16px;
  cursor: pointer;
  color: #666;
}
.conditions .w .factorother .otherr .droptype .typefx:hover {
  color: #EF534F;
}
.conditions .w .factorother .otherr .dropindustry {
  left: -206px;
}
.conditions .w .factorother .otherr .dropindustry .dropcon {
  width: 480px;
  height: 280px;
}
.conditions .w .factorother .otherr .dropindustry .dropcon .fitem {
  float: left;
  width: 140px;
}
.conditions .w .factorother .otherr .dropindustry .dropcon .fitem:nth-child(1) {
  background: #fff;
  width: 60px;
}
.conditions .w .factorother .otherr .dropindustry .dropcon .hyfx {
  width: 300px;
  height: 32px;
}
.conditions .w .factorother .otherr .dropindustry .dropcon .hyfx:hover {
  background: #fff;
}
.conditions .w .factorother .otherr .dropindustry .industrybtn {
  position: absolute;
  right: 142px;
  bottom: 16px;
  font-size: 14px;
}
.conditions .w .factorother .otherr .dropindustry .industrybtn .isure {
  float: left;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #EF534F;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
}
.conditions .w .factorother .otherr .dropindustry .industrybtn .ireset {
  float: left;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #F3F3F3;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #666;
  margin-right: 16px;
}
.conditions .w .factorother .otherr .dropindustry .fxbtn {
  cursor: pointer;
}
.conditions .w .factorother .otherr .dropindustry .fxbtn i {
  margin-right: 4px;
}
.conditions .w .factorother .otherr .otheritem:hover .dropother {
  display: block;
}
.conditions .w .factorother .otherr .dropother.hidden {
  display: none !important;
}
.conditions .w .factorother .otherr .droptype label,
.conditions .w .factorother .otherr .dropscope label,
.conditions .w .factorother .otherr .dropindustry label {
  display: block;
  cursor: pointer;
}
.morecon .w .factor:nth-child(4) {
  display: block !important;
}
#supplierRecommendation {
  width: 1200px;
  height: 84px;
  overflow: hidden;
  margin: 0 auto 12px auto;
}
#supplierRecommendation * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#supplierRecommendation .supplier_result {
  padding: 10px 0;
  padding-left: 146px;
  background: url(../img/supplierRecommendation.png) no-repeat center;
}
#supplierRecommendation .supplier_result li {
  margin-right: 20px;
}
#supplierRecommendation .supplier_result li a {
  display: inline-block;
  width: 329px;
  height: 64px;
  background: #ffffff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #ededed;
  padding: 7px 12px;
}
#supplierRecommendation .supplier_result li a .logo {
  font-family: Microsoft YaHei-Bold;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 18px;
  width: 49px;
  height: 48px;
  color: #ffffff;
  padding: 6px;
  background: url(../img/img_gys.png) no-repeat center center;
  -webkit-background-size: 48px 48px;
     -moz-background-size: 48px;
          background-size: 48px;
}
#supplierRecommendation .supplier_result li a .info {
  max-width: 235px;
  margin-left: 16px;
}
#supplierRecommendation .supplier_result li a .info h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 6px;
  padding-top: 4px;
}
#supplierRecommendation .supplier_result li a .info p {
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}
#supplierRecommendation .supplier_result li:last-child {
  margin-right: 0;
}
.sresult .w {
  background: #fff;
}
.sresult .w .resnav {
  margin: 0 20px;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #ECECEC;
}
.sresult .w .resnav .checkall {
  float: left;
  font-size: 16px;
  margin-right: 20px;
}
.sresult .w .resnav .checkall input[type="checkbox"] + label::before {
  margin-top: 17px;
}
.sresult .w .resnav .checknum {
  float: left;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.sresult .w .resnav .checknum span {
  float: left;
}
.sresult .w .resnav .checknum em {
  font-style: normal;
  color: #EF534F;
}
.sresult .w .resnav .checknum .ischeck {
  display: none;
  margin-right: 20px;
}
.sresult .w .resnav .checknum .infonum {
  display: none;
}
.sresult .w .resnav .checknum .infotip {
  width: 280px;
}
.sresult .w .resnav .checknum .infotip em {
  color: #EF534F;
}
.sresult .w .resnav .howlead {
  float: right;
  font-size: 14px;
  color: #EF534F;
  padding-left: 10px;
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #EF534F;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  margin-top: 8px;
  position: relative;
}
.sresult .w .resnav .howlead .question {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 16px;
  height: 30px;
  line-height: 16px;
}
.sresult .w .resnav .howlead .leadout {
  display: none;
  position: absolute;
  right: -16px;
  top: 35px;
  width: 166px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  cursor: pointer;
}
.sresult .w .resnav .howlead .leadout::after {
  content: '';
  position: absolute;
  left: 134px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  /* 左侧透明 */
  border-right: 8px solid transparent;
  /* 右侧透明 */
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  /* 底部为三角形底边 */
}
.sresult .w .resnav .howlead .question:hover .leadout {
  display: block;
}
.sresult .w .reslist .resitem {
  width: 1160px;
  padding: 0 20px;
  min-height: 46px;
  display: table;
  vertical-align: middle;
}
.sresult .w .reslist .resitem .restitle {
  display: table-cell;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 50px 6px 14px;
  width: 498px;
  vertical-align: middle;
  border-bottom: 1px dashed #ECECEC;
}
.sresult .w .reslist .resitem .restitle a {
  word-break: break-all;
}
.sresult .w .reslist .resitem .restitle .blue {
  font-size: 14px;
  color: #2471F5;
  margin-left: 4px;
}
.sresult .w .reslist .resitem .restitle .blue i {
  font-size: 14px;
}
.sresult .w .reslist .resitem .dianzi {
  color: #EF534F;
}
.sresult .w .reslist .resitem .isread {
  color: #800080;
}
.sresult .w .reslist .resitem .checkitem {
  border-bottom: 1px dashed #ECECEC;
  display: table-cell;
  vertical-align: middle;
  width: 20px;
}
.sresult .w .reslist .resitem .restips {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px dashed #ECECEC;
  overflow: hidden;
}
.sresult .w .reslist .resitem .restips .tip {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  line-height: 20px;
  border: 1px solid #CACACA;
  font-size: 13px;
  color: #666;
  margin-right: 36px;
  background: #F3F3F3;
}
.sresult .w .reslist .resitem .restips .nobor {
  line-height: 22px;
  padding: 0;
  border: 0;
  background: #fff;
  font-size: 15px;
}
.sresult .w .reslist .resitem .restips .nobor i {
  margin-right: 6px;
  margin-left: 1px;
}
.sresult .w .reslist .resitem .restips .red {
  border-color: #EF534F;
  color: #EF534F;
  background: #FFF1F1;
}
.sresult .w .reslist .resitem .restips .tipsc {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  text-align: right;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.sresult .w .reslist .resitem .restips .tipsc i {
  font-size: 14px;
  margin-right: 6px;
}
.sresult .w .reslist .resitem .restips .tipsc .hascollect {
  color: #EF534F;
}
.sresult .w .reslist .resitem .restips .tiparea {
  width: 48px;
  padding: 0;
  text-align: center;
}
.sresult .w .reslist .resitem .restips .catetxt {
  width: 148px;
  background: #fff;
  border: 0;
  padding: 0;
  text-align: center;
  margin-right: 30px;
}
.sresult .w .reslist .resitem input[type="checkbox"] + label::before {
  margin-top: 0;
}
.sresult .w .reslist .resitem .restitle a:hover {
  text-decoration: underline;
}
.sresult .w .reslist .promptText {
  background: #FFF1F1;
  border: 1px solid #EF534F;
  color: #EF534F;
  font-size: 14px;
  line-height: 36px;
  margin: 0 20px;
  padding-left: 20px;
}
.sresult .w .reslist .promptText .promptclose {
  float: right;
  color: #999;
  margin-right: 12px;
  font-size: 18px;
}
.sresult .w .respage {
  height: 54px;
  padding: 16px 20px 0 20px;
}
.sresult .w .respage .pagel {
  float: right;
  font-size: 14px;
  line-height: 36px;
  color: #999;
  height: 36px;
  margin-right: 20px;
}
.sresult .w .respage .pager {
  float: right;
}
.sresult .w .res_ad {
  height: 92px;
  background: #F6F6F6;
}
.sresult .w .res_ad .adl,
.sresult .w .res_ad .adr {
  float: left;
  width: 592px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background-color: #FFF1F1;
  margin-top: 12px;
  text-align: center;
  border: 1px solid #fff;
  color: #EF534F;
}
.sresult .w .res_ad .adl em,
.sresult .w .res_ad .adr em {
  font-style: normal;
  font-weight: bold;
}
.sresult .w .res_ad .adl img,
.sresult .w .res_ad .adr img {
  margin-right: 10px;
}
.sresult .w .res_ad .adr {
  float: right;
}
.playerbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 101;
}
.playerbox #videoplayer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.playerbox #closeBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-left: 300px;
  margin-top: -236px;
}
/* 弹框样式 */
#popup_operate {
  display: none;
  width: 290px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#88000000');
  position: fixed;
  left: 50%;
  bottom: 80px;
  margin-left: -145px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
#popup_operate .down {
  float: left;
  line-height: 20px;
  padding-left: 24px;
  background: url('https://cdn.chinabidding.cn/public/yjsc/img/searchgj/dc_cont_xz.png') no-repeat 0 center;
  -webkit-background-size: 18px 18px;
     -moz-background-size: 18px;
          background-size: 18px;
  margin-left: 20px;
  margin-right: 30px;
  margin-top: 10px;
  cursor: pointer;
}
#popup_operate .collect {
  float: left;
  line-height: 20px;
  padding-left: 24px;
  background: url('https://cdn.chinabidding.cn/public/yjsc/img/searchgj/dc_cont_sc.png') no-repeat 0 center;
  -webkit-background-size: 18px 18px;
     -moz-background-size: 18px;
          background-size: 18px;
  margin-top: 10px;
  cursor: pointer;
}
#popup_operate .close {
  float: right;
  width: 18px;
  height: 18px;
  background: url('https://cdn.chinabidding.cn/public/yjsc/img/searchgj/dc_cont_del.png') no-repeat 0 center;
  -webkit-background-size: 18px 18px;
     -moz-background-size: 18px;
          background-size: 18px;
  margin-top: 11px;
  margin-right: 6px;
  cursor: pointer;
}
.nullbg {
  display: inline-block;
}
.restitle a:visited {
  color: #800080;
}

/* 入驻弹框 */
.SettledModal {
  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);
}
.SettledModal > .modal-mask,
.modal-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.SettledModal .modal-content {
  width: 600px;
  height: 320px;
  background: #fff;
  margin: 0 auto;
  margin-top: 200px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 0 20px;
}
.SettledModal .modal-content .agencyReg_frame {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #333;
}
.SettledModal .modal-content .agencyReg_frame .title {
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdee2;
  position: relative;
  color: #000;
  padding: 0;
  margin: 0;
}
.SettledModal .modal-content .agencyReg_frame .title img {
  width: 30px;
  height: 30px;
  vertical-align: -8px;
  margin-right: 5px;
}
.SettledModal .modal-content .agencyReg_frame .title span {
  vertical-align: middle;
}
.SettledModal .modal-content .agencyReg_frame .title .iconfont {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
  cursor: pointer;
}
.SettledModal .modal-content .agencyReg_frame .content {
  padding: 30px 26px 0 26px;
}
.SettledModal .modal-content .agencyReg_frame .content .text2 {
  font-size: 16px;
  color: #000;
  padding-bottom: 50px;
  line-height: 1.9;
}
.SettledModal .modal-content .agencyReg_frame .content .cblue {
  color: #5489ff;
}
.SettledModal .modal-content .agencyReg_frame .content .fs14 {
  font-size: 14px;
  color: #333;
}
.SettledModal .modal-content .agencyReg_frame .btnGroup {
  text-align: center;
}
.SettledModal .modal-content .agencyReg_frame .btnGroup a {
  display: inline-block;
  width: 127px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background-color: #5489ff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #dcdee2;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  margin: 0 20px;
  text-decoration: none;
}
.SettledModal .modal-content .agencyReg_frame .btnGroup .redBtn {
  background: #f2504f;
}

