@charset "utf-8";
/* CSS Document */
body, ul, ol, h1, h2, h3, h4, h5, p, dl, dt, dd, form {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial;
    font-size: 12px;
}
img {
    border: none;
}

li {
    list-style: none;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: "\20";
    display: block;
    clear: both;
}

a, a:hover {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

/***************/
/************商品列表***************/
.pc_coupon {
    min-height: 80px;
    overflow: hidden;
}

.pc_coupon li {
    width: 240px;
    height: 100px;
    background: #74d2d4 !important;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.pc_coupon li:hover{
    cursor:pointer;
}

.pc_coupon .co_ct {
    position: relative;
    min-width: 135px;
    color: #ffffff;
}

.pc_coupon .co_ct span {
    display: block;
    overflow: hidden;
    height: 52px;
    text-align: center;
}

.pc_coupon .co_ct i {
    /*display: block;*/
    /*float: left;*/
}

.pc_coupon .co_ct .t02 {
    font-size: 42px;
}

.pc_coupon .co_ct .t03 {
    width: 100px;
    font-size: 14px;
    padding-left: 3px;
    line-height: 23px;
}

.pc_coupon .co_ct .dj {
    width: 124px;
    height: 26px;
    border: 1px solid #ffffff;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #fff;
    margin: 10px auto;
}



.pc_coupon li.mar {
    margin-left: 0px
}

.pc_coupon li.hv {
    background: #b3b3b3;
}

.coupon_title {
    margin-top: 10px;
}

.coupon_title .l {
    width: 6px;
    height: 30px;
    background: #ea6542;
    float: left;
}

.coupon_title h3 {
    line-height: 30px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

/*************购物车***************/
.cou_pon {
    position: absolute;
    top: 5px;

}

.shopping_thead {
    position: relative;
}

.gwc_coupon {
    width: 80px;
    height: 23px;
    float: right;
    margin-right: 240px;
    margin-top: 6px;
    text-align: center;
    color: #ff9710;
    background: url(../images/bg04.gif) no-repeat;
    line-height: 23px;
}

.gwc_couponct {
    width: 260px;
    border: 1px solid #ea6542;
    background: #fff;
    float: right;
    position: absolute;
    top: 38px;
    right: 55px;
    z-index: 1;
}

.gwc_couponct .sj {
    width: 12px;
    height: 8px;
    background: url(../images/bg05.gif) no-repeat;
    position: absolute;
    left: 31px;
    top: -8px;
}

.gwc_couponct .con {
    width: 240px;
    height: 30px;
    margin: 10px auto;
    clear: both;
    margin-bottom: 10px;
}

.gwc_couponct .con span {
    display: block;
    float: left;
}

.gwc_couponct .con .l {
    width: 53px;
    height: 30px;
    background: url(../images/bg06.gif) no-repeat;
    text-align: center;
    font-size: 16px;
    color: #ff9710;
    line-height: 30px;
}

.gwc_couponct .con .c {
    float: left;
    margin-left: 10px;
}

.gwc_couponct .con .c em {
    display: block;
    line-height: 20px;
}

.gwc_couponct .con .c .time {
    color: #999999;
}

.gwc_couponct .con .r {
    width: 53px;
    height: 30px;
    background: #ea6542;
    border-radius: 3px;
    float: right;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}

.gwc_couponct .hvcon .l {
    background: url(../images/bg07.gif) no-repeat;
    color: #b3b3b3;

}

.gwc_couponct .hvcon .r {
    background: #b3b3b3;
    cursor: pointer;
}

.coupon_float_div {
    display: none;
    position: absolute;
    width: 50px;
    height: 32px;
    border: 1px solid #EA5EBA;
    border-radius: 100%;
    float: right;
    z-index: 100;
    right: 0;
    top: 0;
    background: #F7F4F4;
    text-align: center;
    line-height: 32px;
    color: black;
}

.coupon_cart_div {
    display: none;
    width: 50px;
    height: 28px;
    border: 1px solid #E2DCE0;
    border-radius: 5px;
    float: right;
    z-index: 100;
    background: #F7F7F7;
    text-align: center;
    line-height: 28px;
    color: black;
    margin-left: 10px;
}