/**!
 * 深圳政府采购电子卖场--竞价
 * author: lucw;
 * date:2019-04-17
 */

/* 轮播 */

#ewb-imgscroll {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#ewb-imgscroll .item {
    display: block;
}

#ewb-imgscroll img {
    display: block;
    width: 1920px;
    height: 500px;
}

.owl-carousel {
    position: relative;
}

.ewb-img {
    height: 500px;
}

.owl-carousel .owl-item {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px !important;
    height: 500px !important;
}


/* 左右按钮 */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
}

/* 分页按钮 */

.owl-dots {
    display: none;
    position: absolute;
}


/* secbox */
.ewb-secbox.bg01 {
    height: 460px;
}

.ewb-secbox.bg02 {
    height: 500px;
    background-color: #eff6fe;
}

.ewb-secbox.bg03 {
    height: 506px;
    background: url('../images/sec_bg03.jpg') center top no-repeat;
}

.ewb-secbox.bg04 {
    height: 638px;
    background-color: #eff6fe;
}

.ewb-secbox.bg05 {
    height: 452px;
    background: url('../images/sec_bg05.jpg') center top no-repeat;
}

/* pub */
.pub-hd {
    padding: 40px;
    height: 37px;
    text-align: center;
}

.pub-twpr {
    display: inline-block;
    vertical-align: top;
}

.pub-tt {
    margin-right: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #183b7b;
}

.pub-intro {
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    font-weight: lighter;
    color: #666;
    border-bottom: 1px solid #0161b5;
}

.pub-ico {
    margin: 0 8px;
    margin-top: 7px;
    float: left;
    width: 55px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
}

.pub-ico.bg01 {
    background-image: url('../images/pub_l.png');
}

.pub-ico.bg02 {
    background-image: url('../images/pub_r.png');
}

/* 采购流程 */
.ewb-pro {
    padding-top: 40px;
    text-align: center;
}

.pro-items {
    display: inline-block;
    vertical-align: top;
}

.pro-box {
    width: 95px;
    height: 95px;
    background: url('../images/pro_bg.png') center no-repeat;
}

.pro-box>i {
    display: block;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
}

.pro-box.bg01>i {
    background-image: url('../images/pro_img01.png');
}

.pro-box.bg02>i {
    background-image: url('../images/pro_img02.png');
}

.pro-box.bg03>i {
    background-image: url('../images/pro_img03.png');
}

.pro-box.bg04>i {
    background-image: url('../images/pro_img04.png');
}

.pro-box.bg05>i {
    background-image: url('../images/pro_img05.png');
}

.pro-box.bg06>i {
    background-image: url('../images/pro_img06.png');
}

.pro-box.bg07>i {
    background-image: url('../images/pro_img07.png');
}

.pro-lk>p {
    margin-top: 32px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #41477a;
}

.pro-items>li {
    float: left;
}

.pro-tri {
    position: absolute;
    right: 100px;
    top: 43px;
    width: 82px;
    height: 27px;
    background: url('../images/pro_tri.png') right top no-repeat;
}

.pro-msg {
    position: relative;
    margin-left: 78px;
}

.pro-items>li:first-child .pro-msg {
    margin-left: 0;
}

.pro-items>li:first-child .pro-tri {
    display: none;
}

.pro-lk:hover .pro-box {
    background-image: url('../images/pro_bgh.png');
}

/* 通知公告 */
.tell-l {
    float: left;
    height: 340px;
    background-color: #fff;
}

.tell-r {
    float: right;
}

.tell-lk>img {
    display: block;
    width: 220px;
    height: 340px;
}

/* banner的欢迎信息 */
.ewb-hold {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 50%;
    margin-right: -600px;
    width: 220px;
    height: 300px;
    background-color: #fff;
}

.hold-one {
    height: 125px;
    overflow: hidden;
    background-color: #fff;
}

.hold-two {
    margin-top: 5px;
    height: 340px;
    overflow: hidden;
    background-color: #fff;
}

/* wel */
.ewb-wel h3 {
    margin-left: 18px;
    margin-top: 23px;
}

.ewb-wel h4 {
    margin-top: 18px;
    margin-left: 9px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-wel h4>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wel-head {
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.wel-t01,
.wel-t02 {
    line-height: 24px;
}

.wel-t01 {
    color: #666;
}

.ewb-enter {
    margin: 0 auto;
    margin-top: 13px;
    display: block;
    width: 180px;
    height: 36px;
    line-height: 34px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #053290;
}

/* work */
.ewb-work {
    margin: 0 11px;
    margin-top: 25px;
}

.work-items>li {
    float: left;
    width: 50%;
}

.work-box {
    padding-top: 9px;
    padding-bottom: 13px;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}

.work-nbd {
    border-left: 0;
}

.work-lk {
    display: block;
    padding-top: 42px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #333;
    background-repeat: no-repeat;
    background-position: center top;
}

.work-lk.bg01 {
    background-image: url('../images/work_ico01.png');
}

.work-lk.bg02 {
    background-image: url('../images/work_ico02.png');
}

.work-lk.bg03 {
    background-image: url('../images/work_ico03.png');
}

.work-lk.bg04 {
    background-image: url('../images/work_ico04.png');
}

/* 通知公告 */
.ewb-call {
    margin: 0 20px;
}

.call-items>li {
    margin-bottom: 8px;
}

.call-hd {
    padding-top: 14px;
    height: 28px;
    line-height: 28px;
}

.call-bd {
    padding-top: 8px;
}

.call-tt {
    color: #333;
}

.call-more {
    font-size: 12px;
    color: #999;
}

.call-lk {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.call-flag {
    margin-right: 5px;
    padding-left: 7px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    font-style: normal;
    font-size: 12px;
    color: #1979f4;
    background-color: #e2edff;
}

.call-lk:hover {
    color: #053290;
}

.call-items {
    height: 78px;
    overflow: hidden;
}

/* 通知公告 */
.ewb-go {
    padding: 20px;
    padding-bottom: 0;
}

.go-hd {
    height: 40px;
    line-height: 40px;
}

.go-items {
    height: 40px;
    border-radius: 20px;
    background: -moz-linear-gradient(to right, #deebfe, #dce2fe);
    background: -ms-linear-gradient(to right, #deebfe, #dce2fe);
    background: -webkit-linear-gradient(to right, #deebfe, #dce2fe);
    background: linear-gradient(to right, #deebfe, #dce2fe);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#deebfe", endColorstr="#dce2fe", gradientType="1");
}

.go-name {
    margin-left: 10px;
}

.go-name:first-child {
    margin-left: 0;
}

.go-name>a {
    display: block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    border-radius: 20px;
}

.go-more {
    padding-right: 25px;
    color: #666;
    cursor: pointer;
    background: url('../images/go_more.png') right center no-repeat;
}

.go-name.current a {
    background: -moz-linear-gradient(to right, #5aa5f9, #4f6ffa);
    background: -ms-linear-gradient(to right, #5aa5f9, #4f6ffa);
    background: -webkit-linear-gradient(to right, #5aa5f9, #4f6ffa);
    background: linear-gradient(to right, #5aa5f9, #4f6ffa);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#5aa5f9", endColorstr="#4f6ffa", gradientType="1");
}

.go-name.current a {
    color: #fff;
}

/* use */
.ewb-use {
    padding-top: 20px;
}

.ewb-use-table {
    table-layout: fixed;
    width: 100%;
}

.ewb-use-thr {
    height: 40px;
    background-color: #eaf3fe;
}

.ewb-use-thr th {
    text-indent: 18px;
    font-size: 16px;
    color: #333;
}

.ewb-use-tbody tr {
    height: 40px;
    cursor: pointer;
}

.ewb-use-tbody td {
    padding-left: 18px;
    word-break: break-all;
}

.ewb-use-thr.no-hei {
    height: 0;
}

.use-table-head {
    height: 40px;
    border-radius: 4px;
    background-color: #d5e9ff;
    overflow: hidden;
}

.ewb-use-thr .th01 {
    width: 63%;
}

.ewb-use-thr .th02 {
    width: 17%;
}

.ewb-use-tbody tr:hover {
    color: #053290;
}

.hack-len {
    text-align: left;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hack-len>a {
    color: #1979f4;
}

.use-flag {
    font-style: normal;
    color: #1979f4;
}

.ewb-use-tbody tr:hover .use-flag {
    color: #053290;
}

.ewb-use-tbody tr:hover a {
    color: #053290;
}

.odd-bg {
    background-color: #f9f9f9;
}

.use-tablecon {
    height: 200px;
    overflow: hidden;
}

/* 竞价 */
.ewb-want {
    margin: 0 auto;
    position: relative;
    width: 1292px;
    height: 450px;
    overflow: hidden;
}

.want-conmain {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.want-btnwpr .prev,
.want-btnwpr .next {
    position: absolute;
    width: 27px;
    height: 45px;
    top: 192px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.want-btnwpr .prev {
    left: 0;
    background-image: url('../images/con_prev.png');
}

.want-btnwpr .next {
    right: 0;
    background-image: url('../images/con_next.png');
}

.want-items>li {
    float: left;
    position: relative;
    width: 400px;
    height: 441px;
    text-align: center;
}

.hover-on {
    width: 378px;
}

.hover-on .want-bd {
    height: 108px;
    color: #fff;
    background: -moz-linear-gradient(to right, #5aa5f9, #4f6ffa);
    background: -ms-linear-gradient(to right, #5aa5f9, #4f6ffa);
    background: -webkit-linear-gradient(to right, #5aa5f9, #4f6ffa);
    background: linear-gradient(to right, #5aa5f9, #4f6ffa);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#5aa5f9", endColorstr="#4f6ffa", gradientType="1");
}

.hover-on .wantpara-wpr {
    padding-top: 30px;
}

.want-lk {
    margin-top: 30px;
    position: relative;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -212px;
    width: 424px;
    height: 406px;
    display: block;
    border-radius: 4px;
    color: #41477a;
    overflow: hidden;
    background-color: #fff;
}

.hover-on .want-lk {
    margin-top: 4px;
    margin-left: -190px;
    width: 380px;
    height: 436px;
    z-index: 1000;
    box-shadow: 0px 7px 21px 0px rgba(144, 157, 188, 0.25);
}

/* 进行中 */
.want-sta {
    margin: 0 auto;
    margin-top: 29px;
    padding-top: 6px;
    width: 100px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: -moz-linear-gradient(to right, #5aa6f9, #4f6ffa);
    background: -ms-linear-gradient(to right, #5aa6f9, #4f6ffa);
    background: -webkit-linear-gradient(to right, #5aa6f9, #4f6ffa);
    background: linear-gradient(to right, #5aa6f9, #4f6ffa);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#5aa6f9", endColorstr="#4f6ffa", gradientType="1");
}

/* 未开始 */

.want-lk.s02 .want-sta {
    background: -moz-linear-gradient(to right, #f2c84c, #f29a4a);
    background: -ms-linear-gradient(to right, #f2c84c, #f29a4a);
    background: -webkit-linear-gradient(to right, #f2c84c, #f29a4a);
    background: linear-gradient(to right, #f2c84c, #f29a4a);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#f2c84c", endColorstr="#f29a4a", gradientType="1");
}

/* 已结束 */

.want-lk.s03 .want-sta {
    background: -moz-linear-gradient(to right, #bacbe0, #8799cb);
    background: -ms-linear-gradient(to right, #bacbe0, #8799cb);
    background: -webkit-linear-gradient(to right, #bacbe0, #8799cb);
    background: linear-gradient(to right, #bacbe0, #8799cb);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#bacbe0", endColorstr="#8799cb", gradientType="1");
}

.want-lk.s03 .want-time>span {
    background-color: #a0b2d4;
}


.hover-on .want-sta {
    margin-top: 0;
}

.want-box {
    margin-top: 20px;
}

.hover-on .want-box {
    margin-top: 40px;
}

.want-box>img {
    width: 150px;
    height: 150px;
    box-shadow: 0 1px 10px rgba(85, 144, 250, 0.2);
}

.want-time {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #41477a;
}

.want-time>span {
    margin-right: 4px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    background-color: #f2b04b;
}

.want-info {
    margin-top: 22px;
}

.want-info01 {
    padding-left: 19px;
    background: url('../images/want_time.png') left center no-repeat;
}

.wantpara-wpr {
    padding-top: 17px;
    display: inline-block;
    text-align: left;
}

.want-para {
    line-height: 24px;
}

.want-para>span {
    font-weight: bold;
}

.want-bd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 81px;
    background-color: #d3e1f5;
}

/* 网上商城 */

/* 办公消耗用品·及类似物品 */
.ewb-ml24 {
    margin-left: 24px;
}

.ewb-mt21 {
    margin-top: 21px;
}

.ewb-sp894 {
    float: left;
    width: 894px;
}

.ewb-sp282 {
    float: left;
    width: 282px;
}

/* fly */
.fly-hd {
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    color: #333;
}

.fly-spe {
    color: #1979f4;
}

.fly-bd {
    min-height: 541px;
    background-color: #fff;
}

.h541 {
    height: 541px;
}

/* look */
.ewb-look {
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 0;
}

.look-hd {
    height: 44px;
    border-bottom: 1px solid #d8d8d8;
}

.look-name {
    margin-right: 19px;
}

.look-name>a {
    padding: 0 10px;
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #666;
    border-bottom: 2px solid transparent;
}

.look-name.current>a {
    color: #1979f4;
    border-color: #1979f4;
}

.look-bd {
    margin-top: 10px;
}

/* plan */
.plan-l {
    float: left;
    width: 211px;
    height: 470px;
    background-color: #f7f8fa;
    overflow: hidden;
}

.plan-r {
    margin-left: 221px;
}

.plan-tt {
    padding-top: 132px;
    padding-left: 19px;
    min-height: 72px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.plan-more {
    margin-top: 42px;
    margin-left: 20px;
    display: block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

.plan-intro {
    width: 211px;
    height: 380px;
    background-repeat: no-repeat;
    background-position: left top;
}

.plan-intro.bg01 {
    background-image: url('../images/look_bg01.jpg');
}

.plan-intro.bg02 {
    background-image: url('../images/look_bg02.jpg');
}

.plan-hot {
    padding-left: 12px;
    padding-top: 5px;
    padding-right: 10px;
}

.plan-hotlist>li {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.plan-lk {
    padding: 0 12px;
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #1979f4;
    border: 1px solid #63a4fc;
    border-radius: 9px;
}

.plan-lk:hover {
    color: #fff;
    background-color: #63a4fc;
}

/* trade */

.trade-items {
    margin: 0 -5px;
    margin-bottom: -10px;
}

.trade-items>li {
    float: left;
    width: 33.33%;
}

.trade-msg {
    margin: 0 5px;
    margin-bottom: 10px;
    height: 228px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.trade-box {
    height: 158px;
    text-align: center;
}

.trade-box>img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}

.trade-box>i {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.trade-info {
    padding-left: 15px;
    height: 70px;
    background-color: #f8f8f8;
}

.trade-info>h3 {
    padding-top: 6px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trade-para {
    height: 34px;
    line-height: 34px;
    color: #999;
}

.trade-para>i {
    font-style: normal;
    color: #d30e13;
}

.trade-para>span {
    font-size: 20px;
    font-weight: bold;
    color: #d20e13;
}

.trade-msg:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -3px, 0);
    z-index: 2;
}

/* order */

.ewb-order {
    padding: 10px;
}

.order-items>li {
    margin-top: 22px;
}

.order-items>li:first-child {
    margin-top: 16px;
}

.order-flag {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    color: #999;
}

.order-box {
    margin-left: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-lk {
    height: 20px;
    line-height: 20px;
    color: #333;
}

.order-flag.bg01 {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #dda120;
}

.order-flag.bg02 {
    color: #fff;
    background-color: #7391a9;
}

.order-flag.bg03 {
    color: #fff;
    background-color: #e9997a;
}

.order-fir {
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
}

.order-hot {
    width: 130px;
    height: 120px;
}

.order-hotlk {
    position: relative;
    display: block;
    width: 130px;
    height: 120px;
}

.order-detail {
    margin-left: 145px;
    line-height: 24px;
    color: #999;
}

.order-detail>h2 {
    padding-top: 4px;
    padding-bottom: 8px;
}

.order-detail>h2 a {
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.order-mon>i {
    font-style: normal;
    color: #d30e13;
}

.order-mon>span {
    font-weight: bold;
    font-size: 20px;
    color: #d30e13;
}

.order-detail>h2 a:hover {
    color: #1979f4;
}

.order-lk:hover {
    color: #1979f4;
}

.order-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/order_mask.png') repeat;
}

.order-mask>i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/order_sea.png') center no-repeat;
}

.order-hotlk:hover .order-mask {
    display: block;
}

/* 橘色风格 */
.color-style02 .look-name.current>a {
    color: #ea6442;
    border-color: #ea6442;
}

.color-style02 .plan-lk {
    color: #ec7135;
    border: 1px solid #fd8c55;
}

.color-style02 .plan-lk:hover {
    color: #fff;
    background-color: #fd8c55;
}

/* 成交数据·分析 */
.fly-bd.nobg {
    min-height: auto;
    background: none;
}

.ewb-sp50 {
    float: left;
    width: 50%;
}

.h500 {
    height: 500px;
}

.ewb-dealwpr {
    overflow: hidden;
}

.deal-outwpr {
    margin: 0 -12px;
}

.ewb-deal {
    margin: 0 12px;
    background-color: #fff;
}

.easy-tt {
    padding-left: 18px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    background: url('../images/easy_col.jpg') left center no-repeat;
}

.ewb-feel {
    height: 278px;
}

.feel-items {
    padding: 0 22px;
    padding-top: 9px;
}

.feel-items>li {
    float: left;
    width: 50%;
}

.feel-list {
    margin: 0 22px;
    height: 34px;
    line-height: 34px;
}

.feel-ico {
    margin-top: 12px;
    margin-right: 10px;
    width: 16px;
    height: 10px;
    border-radius: 2px;
}

.feel-msg {
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feel-per {
    color: #1979f4;
}

/* share */
.ewb-share {
    padding: 0 10px;
}

.share-box {
    margin: 0 10px;
    height: 110px;
    overflow: hidden;
}

.share-box>h2 {
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 36px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
}

.share-para {
    margin-left: 56px;
    height: 56px;
    line-height: 56px;
    color: #999;
}

.share-para>span {
    font-weight: bold;
    font-size: 30px;
    color: #ea5946;
}

.share-box.bg01 {
    background-color: #fff1eb;
}

.share-box.bg02 {
    background-color: #eff6fe;
}

.share-box.bg01>h2 {
    background-image: url('../images/share_ico01.png');
}

.share-box.bg02>h2 {
    background-image: url('../images/share_ico02.png');
}

.share-box.bg02 .share-para>span {
    color: #1979f4;
}

.share-chart {
    height: 328px;
}

/* 竞价流程 */
.hack-pro {
    padding-top: 0;
    height: 246px;
    background-color: #fff;
}

.pro-items {
    padding-top: 51px;
}

.pro-box.bg08>i {
    background-image: url(../images/pro_img08.png);
}

.pro-box.bg09>i {
    background-image: url(../images/pro_img09.png);
}

.pro-box.bg10>i {
    background-image: url(../images/pro_img10.png);
}

.pro-box.bg11>i {
    background-image: url(../images/pro_img11.png);
}

.hack-pro .pro-msg {
    margin-left: 153px;
}

.hack-pro .pro-tri {
    right: 134px;
    top: 41px;
    width: 78px;
    height: 14px;
    background: url(../images/pro_trix.png) right top no-repeat;
}

/* 竞价商品 */
.hack-want .ewb-want {
    height: 406px;
}

.hack-want .want-lk {
    margin-top: 0;
}

.hack-want .want-items>li {
    height: 406px;
}

.hack-want .want-bd {
    background: none;
    background: -moz-linear-gradient(to right, #cfdef3, #dfeafc);
    background: -ms-linear-gradient(to right, #cfdef3, #dfeafc);
    background: -webkit-linear-gradient(to right, #cfdef3, #dfeafc);
    background: linear-gradient(to right, #cfdef3, #dfeafc);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#cfdef3", endColorstr="#dfeafc", gradientType="1");
}

.hack-want .want-lk {
    position: static;
    left: auto;
    margin-left: 0;
    width: 400px;
}

/* 200420 */
.want-sta {
    margin-top: 0;
}

.want-enter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(to right, #bacce0, #8799ca);
    background: -ms-linear-gradient(to right, #bacce0, #8799ca);
    background: -webkit-linear-gradient(to right, #bacce0, #8799ca);
    background: linear-gradient(to right, #bacce0, #8799ca);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#bacce0", endColorstr="#8799ca", gradientType="1");
}

.want-say {
    margin-left: 50px;
    line-height: 42px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.want-say01 {
    color: #9196bd;
}

.want-say02 {
    color: #41477a;
}

.fwb {
    font-weight: bold;
}

.want-info {
    padding-left: 50px;
    text-align: left;
}

.want-info {
    margin-top: 18px;
}

.hack-want .want-lk {
    height: 380px;
    box-shadow:0px 6px 25px 0px rgba(126,142,185,0.33);
}

.want-lk.can .want-enter {
    background: -moz-linear-gradient(to right, #59a5f9, #516ff8);
    background: -ms-linear-gradient(to right, #59a5f9, #516ff8);
    background: -webkit-linear-gradient(to right, #59a5f9, #516ff8);
    background: linear-gradient(to right, #59a5f9, #516ff8);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#59a5f9", endColorstr="#516ff8", gradientType="1");
}