body{
	background:#f8f8f8;
}
.step{
    width: 500px;
    position: absolute;
    top: 0;
    right: 0px
}

/*购物车列表*/
.cart_list_header {
    margin: 10px auto;
    padding: 0 30px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
    color: #666;
    line-height: 40px;
}
.cart_list_header span{
	display: inline-block;
}
.cart_list_header .checkbox {
    width: 125px;
    cursor: pointer;
}
.cart_list_header .checkbox input{
	margin-right: 10px;
}
.cart_list_header .tit {
    width: 260px;
}
.cart_list_header .price {
    width: 205px;
    text-align: right;
}
.cart_list_header .num {
    width: 320px;
    text-align: center;
}
.cart_list_header .total {
    width: 80px;
    padding-right: 50px;
    text-align: right;
}
.cart_list_header .act {
    width: 80px;
    *width: 40px;
    text-align: center;
}
.cart_item li .cart_prod .check {
	float: left;
	width: 48px;
	position: relative;
	top: 20px;
}
.cart_list {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-top: 20px;
}

.cart_list_wrap {
    padding: 0 30px;
}
.cart_item .item {
    margin: 0 -30px;
    padding: 0 30px;
    position: relative;
}
.cart_prod .item_pic {
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
}
.cart_prod .item_tit {
    float: left;
    width: 260px;
    height: 40px;
    padding-top: 4px;
    padding-left: 20px;
    line-height: 20px;
    overflow: hidden;
}
.cart_prod .item_price {
    position: relative;
    float: left;
    width: 200px;
    padding-top: 2px;
    padding-right: 5px;
    line-height: 24px;
    text-align: right;
}
.cart_prod .item_num {
    position: relative;
    float: left;
    width: 205px;
}
.cart_prod .item_num .num_act {
    float: right;
    padding: 3px 0;
    width: 80px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}
.cart_prod .item_num .num_act a {
    float: left;
    width: 20px;
    text-align: center;
    color: #666;
    font-family: 'Tahoma';
    font-size: 14px;
    overflow: hidden;
}
.cart_prod .item_num .num_act a.unable {
    color: #dfdfdf;
    cursor: default;
}
.cart_prod .item_num .num_act input {
    float: left;
    width: 38px;
    height: 18px;
    border: none;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    line-height: 18px;
    outline: none;
}
.cart_prod .item_amount {
    float: left;
    width: 120px;
    padding-left: 75px;
    padding-right: 60px;
    padding-top: 1px;
    text-align: right;
    line-height: 24px;
    font-family: 'Tahoma';
    font-weight: bold;
    color: #333;
}
.cart_prod .item_amount .item_a_weight {
    line-height: 18px;
    font-weight: normal;
    color: #666;
}
.cart_item li .item_act {
    position: relative;
    float: left;
    width: 80px;
    padding-top: 2px;
    line-height: 24px;
    text-align: center;
}
.cart_item li .item_act a {
    padding: 0 3px;
}
.cart_item li .item_act a i {
    font-size: 20px;
    color: #afafaf;
}
.cart_item li .item_act a:hover i{
    color: #ff5e5e;
}
.cart_item:last-child{
    border-bottom: 0;
}
.cart_amount {
    height: 50px;
    border-top: 1px solid #dcdcdc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fefcfc;
    text-align: right;
}
.cart_amount div {
    float: right;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
}
.cart_amount .amount span {
    color: #ff5e5e;
    font-weight: bold;
}
.cart_amount div span {
    font-size: 14px;
    font-family: 'Tahoma';
}
.cart_amount .amount span em {
    margin-right: 2px;
}
.cart_amount div span em {
    font-size: 12px;
    font-family: 'Microsoft Yahei';
}
.cart_amount .btn-area{
	float: right;
}
.cart_amount .btn-area .submit-btn{
	display: block;
	position: relative;
	width: 96px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	background: #e54346;
	overflow: hidden;
	font-weight: 700;
	top: -1px;
}
.cart-empty {
    height: 98px;
    padding: 80px 0 120px;
    color: #333;
    text-align: center;
    background: #fff
}
.cart-empty .message {
    height: 98px;
    padding-left: 130px;
    background: url(../images/no-login-icon.png) 454px 22px no-repeat;

}
.cart-empty .message ul {
    padding-top: 23px;
}
.cart-empty .message .txt {
    font-size: 14px;
}
.cart-empty .message li {
    line-height: 26px;
}
/*购物车列表 end*/


/*购物车猜您喜欢*/
.multipleColumn-title{
    padding:20px 0px;
    text-align: center;
}
.multipleColumn-title h3{
    line-height: 40px;
    height: 40px;
    color: #ff9841;
    font-size: 30px;
}
.multipleColumn{ 
    position:relative; 
    width:1208px;
    background:#fff; 
    border: 1px solid #dcdcdc;
}
.multipleColumn .hd{ 
    overflow:hidden;  
    height:30px; 
    padding:0 10px;  
}
.multipleColumn .hd .prev,
.multipleColumn .hd .next{ 
    display:block;  
    overflow:hidden;
	cursor:pointer; 
    font-size: 24px;
}
.multipleColumn .hd .prev{
    position: absolute;
    top: 50%;
    z-index: 999;
    left: -35px;
    width: 20px;
}
.multipleColumn .hd .next{ 
    position: absolute;
    top: 50%;
    z-index: 999;
    right: -35px;
    width: 20px;
}
.multipleColumn .hd ul{ 
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 16px;
    z-index: 9;
    height: 20px;
    margin: 0 auto;
    width: 100%
}
.multipleColumn .hd ul li{ 
    display: inline-block;
    width:9px; 
    height:9px; 
    overflow:hidden; 
    margin-right:5px; 
    text-indent:-999px; 
    cursor:pointer; 
    background: #e5e5e5;
    border-radius: 20px;
}
.multipleColumn .hd ul li.on{
    width: 18px;
    background-color: #ff5e5e;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.multipleColumn .bd{ 
    padding:10px; 
    overflow:hidden;  
}
.multipleColumn .bd ul{ 
    overflow:hidden; 
    zoom:1; 
    width:1190px;  
    float:left; 
    _display:inline;  
}
.multipleColumn .bd ul li{ 
    margin: 32px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
}
.multipleColumn .bd ul li .p-img{ 
    width: 150px;
    height: 150px; 
}
.multipleColumn .bd ul li .p-img img{ 
    width:150px; 
    height:150px; 
    display:block;  
    padding:2px; 
}
.multipleColumn .bd ul li .p-name {
    height: 36px;
    line-height: 18px;
    margin: 5px 0;
    overflow: hidden;
}
.multipleColumn .bd ul li .p-price strong {
    font-size: 14px;
    color: #d91f20;
    font-family: verdana;
    font-weight: 400;
}
.multipleColumn .bd ul li .p-price strong i {
    font-family: arial;
}
.multipleColumn .bd ul li .p-btn {
    margin: 10px 0 0;
    text-align: center;
}
.multipleColumn .bd ul li .p-btn .btn-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #999;
    color: #666;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.multipleColumn .bd ul li .p-btn .btn-append i{
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
}
.multipleColumn .bd ul li .p-btn .btn-append:hover{
    background:#e4393c;
    border-color:#e4393c;
    color: #fff
}
/*购物车猜您喜欢 end*/






















/*填写并核对订单信息*/
.checkout-tit {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    overflow: hidden;
}
.checkout-steps {
    background-color: #fff;
    padding: 0 20px;
    border: 1px solid #f0f0f0;
}
.checkout-steps .step-tit {
    line-height: 40px;
    height: 40px;
    color: #333;
}
.checkout-steps .step-tit h3 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-weight: 700;
}
.checkout-steps .step-tit .extra-r {
    float: right;
}
.consignee-list li{
    overflow: hidden;
    margin: 6px 0;
}
.consignee-list li .consignee-item{
    float: left;
    position: relative;
    height: 18px;
    line-height: 18px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;

}
.consignee-list li .item-selected{
    border: 2px solid #e4393c;
    padding: 4px 10px;
}
.consignee-list li .consignee-item.item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../images/selected-icon.png) no-repeat;
}
.consignee-list li .addr-detail {
    float: left;
    height: 30px;
    line-height: 30px;
}
.consignee-list li .addr-detail span {
    display: inline-block;
    margin-left: 10px;
}
.consignee-list li .op-btns {
    float: right;
    text-align: right;
    height: 30px;
    line-height: 30px;
    display: none;
}
.consignee-list li .op-btns a {
    margin-left: 10px;
}
.consignee-list li:hover .op-btns{
    display: block;
}
.consignee-list li:hover{
    background: #FFF3F3
}
.hr {
    border-bottom: 1px solid #e6e6e6;
    height: 0;
    margin-bottom: 10px;
}
.payment-method .payment-list{
    padding: 20px 0px;
}
.payment-method .payment-list li{
    float: left;
    margin-right: 9px;
}
.payment-method .payment-list li .payment-item{
    float: left;
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 24px;
    cursor: pointer;
}
.payment-method .payment-list li .payment-item.item-selected {
    border: 2px solid #e4393c;
    padding: 4px 23px;
}
.payment-method .payment-list li:hover .payment-item{
     border: 2px solid #e4393c;
     padding: 4px 23px;
}
.payment-method .payment-list li .payment-item.item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../images/selected-icon.png) no-repeat;
}
.delivery .delivery-list{
    padding: 20px 0px;
}
.delivery .delivery-list li{
    float: left;
    margin-right: 9px;
}
.delivery .delivery-list li .delivery-item{
    float: left;
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 24px;
    cursor: pointer;
}
.delivery .delivery-list li .delivery-item.item-selected {
    border: 2px solid #e4393c;
    padding: 4px 23px;
}
.delivery .delivery-list li:hover .delivery-item{
     border: 2px solid #e4393c;
     padding: 4px 23px;
}
.delivery .delivery-list li .delivery-item.item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../images/selected-icon.png) no-repeat;
}
.order-tb{
    width:100%
}
.order-tb thead th {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f5f5f5;
    color: #666;
    font-weight: 400;
}
.order-tb tbody td {
    border: 1px solid #e5e5e5;
}
.order-tb .sep-row td {
    border:0px;
}
.order-tb .sep-row {
    height: 20px;
}
.order-tb .tr-bd {
    text-align: center;
    vertical-align: top;
}
.order-tb .tr-bd td {
    padding: 14px 0;
}
.order-tb .goods-item {
    width: 340px;
    margin-right: 74px;
    display: block;
    float: left;
}
.order-tb .goods-item .p-img {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    margin: 0 14px;
    _display: inline;
}
.order-tb .goods-item .p-msg {
    width: 240px;
    float: left;
}
.order-tb .goods-item .p-name {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #333;
    text-align: left;
}
.order-tb .goods-item .p-name a {
    color: #333;
}
.order-message .textarea{
    padding: 10px 10px 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    overflow: hidden;
}
.order-message .textarea textarea{
    width: 100%;
    height: 54px;
    max-width: 100%;
    max-height: 54px;
    min-height: 54px;
    line-height: 18px;
    border: medium none;
    color: #333;
    resize: vertical;
    resize: none;
    font-size: 12px;
}
.order-summary .statistic {
    width: 300px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.order-summary .statistic .list {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    zoom: 1;
}
.order-summary .statistic span {
    width: 180px;
    margin-right: 20px;
    float: left;
    text-align: right;
}
.order-summary .statistic .price {
    color: #000;
    float: left;
    width: 100px;
    text-align: right;
    font-family: verdana;
    font-weight: 700;
}
.trade-foot-detail-com {
    padding: 15px 10px 15px 0;
    line-height: 20px;
    text-align: right;
    border-top: 1px solid #e6e6e6;
    color: #999;
    background-color: #f4f4f4;
}
.trade-foot-detail-com .fc-price-info{
    margin-right: 10px;
    line-height: 25px;
}
.trade-foot-detail-com .fc-price-info .price-tit{
    color: #666;
}
.trade-foot-detail-com .fc-price-info .price-num{
    color: #e4393c;
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    min-width: 122px;
    _width: 122px;
    float: right;
    *float: none;
    text-align: right;
}
.checkout-buttons .checkout-submit {
    float: right;
    line-height: 50px;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background-color: #df3033;
    background-image: -moz-linear-gradient(top,#df3033,#e74649);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#df3033),color-stop(1,#e74649));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3033', endColorstr='#e74649', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3033', endColorstr='#e74649');
    background-image: linear-gradient(to bottom,#df3033 0,#e74649 100%);
    border: none;
    width: 135px;
}
/*填写并核对订单信息 end*/


/*收银台*/
.g-header{
    height: 100px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d4d4d4;
}
.w-990{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
.g-header h1 {
    float: left;
    _display: inline;
    width: 241px;
    height: 67px;
    line-height: 68px;
    margin-top: 12px;
}
.g-header .logo {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    text-indent: -999em;
    background: url(../images/logo.png) center center no-repeat;
    cursor: default;
    background-size: 100%;
    cursor: pointer;
}
.one-order{
    display: inline-block;
    position: relative;
}
.m-order {
    padding-top: 34px;
    padding-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    background: #f6f6f6;
    position: relative;
    z-index: 1000;
}
.order-number-wrap .one-order{
    font-weight: 700;
    font-size: 16px;
    color: #666;
}
.m-order a.link-showOrderList {
    font-family: "SimSun";
    font-size: 14px;
    margin-left: 14px;
    margin-right: 14px;
    font-weight: normal;
    padding: 8px 0;
    outline: 0 none;
    text-decoration: none;
    font-weight: 700;
    color: #e4393c;
}
.m-popup-one-order-detail{
    position: relative;
    left: 230px;
    display: none;
}
.one-order:hover .m-popup-one-order-detail{
    display: block;
}
.m-popup-one-order-detail .one-order-detail {
    position: absolute;
    top: -40px;
    left: 15px;
    border: 1px solid #f8df95;
    padding: 15px;
    text-align: left;
    line-height: 18px;
    background-color: #fef7d9;
    font-size: 12px;
    width: 290px;
    z-index: 31;
}
.m-popup-one-order-detail dl.popup-one-order-name-dl {
    margin-top: 0px;
}
.m-popup-one-order-detail dl {
    overflow: hidden;
    margin-top: 10px;
}
.m-popup-one-order-detail dt {
    float: left;
    *display: inline;
    color: #999;
    width: 65px;
}
.m-popup-one-order-detail label {
    display: block;
    height: 18px;
}
.m-popup-one-order-detail dd {
    float: left;
    *display: inline;
    color: #666;
    width: 225px;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: normal;
}
.m-popup-one-order-detail i {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 6px;
    height: 10px;
    background: url(../images/sprit_icon.png?v=20160106) -6px -136px no-repeat;
    display: block;
    z-index: 32;
}

.order-price-wp{
    font-size: 14px;
}
.order-price-bd {
    margin: -3px 5px 0;
    height: 28px;
    overflow: hidden;
    display: inline;
    float: left;
    position: relative;
}
.order-price-bd .order-price {
    color: #f60;
    height: 28px;
    font: normal 28px/28px tahoma;
    position: relative;
    float: left;
    clear: both;
}
.order-price-bd .line {
    width: 0;
    height: 2px;
    background: #f60;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
}
.order-price-wp .desc {
    float: left;
}
.payment {
    background-color: #fff;
    padding: 12px 30px 0;
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.payment .p-wrap li{
    padding: 13px 0 13px 15px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #333;
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    width: 100%;
}


/*支付选项卡*/
.slideTxtBox .hd{ 
    height:50px; 
    line-height:50px; 
    background:#f4f4f4; 
    padding:0 10px 0 0px;   
    position:relative; 
}
.slideTxtBox .hd ul{ 
    float:left;  
    position:absolute;  
    top:-1px; 
    height:32px;   
}
.slideTxtBox .hd ul li{ 
    float:left; 
    padding:0 15px; 
    cursor:pointer;  
}
.slideTxtBox .hd ul li.on{ 
    height:50px;  
    background:#fff; 
    border-bottom:2px solid #fff; 
}
.slideTxtBox .bd ul{ 
    padding:15px;  
    zoom:1;  
}
.bank-list{
    float: left;
    display: inline;
    height: 33px;
    width: 218px;
    padding-bottom: 10px;
}
.bank-list input {
    float: left;
    display: inline;
    width: 13px;
    height: 13px;
    margin: 10px 10px 0 0;
}
.bank-list label {
    float: left;
    display: inline;
    width: 142px;
    height: 31px;
    border: solid 1px #ddd;
}
.bank-list img {
    float: left;
    display: inline;
    width: 142px;
    height: 40px;
    border: solid 1px #ddd;
}
.bank-alipay {
    background-position: 0 0;
}
.bank-alipay, .bank-icbc, .bank-ccb, .bank-abchina, .bank-psbc, .bank-bankcomm, .bank-cmbchina, .bank-boc, .bank-cebbank, .bank-ecitic, .bank-spdb, .bank-cmbc, .bank-cib, .bank-pingan, .bank-cgbchina, .bank-srcb, .bank-bankofshanghai, .bank-nbcb, .bank-hccb, .bank-bankofbeijing, .bank-bjrcb, .bank-fudian-bank, .bank-wzcb {
    background: url("../images/T17IKqFbXeXXbb9.QQ-442-311.png") no-repeat;
}
.bank-alipay{background-position: 0 0;}
.bank-icbc{background-position: -150px 0;}
.bank-ccb{background-position: -300px 0;}
.bank-abchina{background-position: 0 -40px;}
.bank-psbc{background-position: -150px -40px;}
.bank-bankcomm{background-position: -300px -40px;}
.bank-cmbchina{background-position: 0 -80px;}
.bank-boc{background-position: -150px -80px;}
.bank-cebbank{background-position: -300px -80px;}
.bank-ecitic{background-position: 0 -120px;}
.bank-spdb{background-position: -150px -120px;}
.bank-cmbc{background-position: -300px -120px;}
.bank-cib{background-position: 0 -160px;}
.bank-pingan{background-position: -150px -160px;}
.bank-cgbchina{background-position: -300px -160px;}
.bank-srcb{background-position: 0 -200px;}
.bank-bankofshanghai{background-position: -150px -200px;}
.bank-nbcb{background-position: -300px -200px;}
.bank-hccb{background-position: 0 -240px;}
.bank-bankofbeijing{background-position: -150px -240px;}
.bank-bjrcb{background-position: -300px -240px;}
.bank-fudian-bank{background-position: 0 -280px;}
.bank-wzcb{background-position: -150px -280px;}
/*支付选项卡 end*/

.bank-list .icon-pay-type {
    width: 90px;
    height: 30px;
    line-height: 30;
    margin: 1px 3px;
    overflow: hidden;
    background-image: url(../images/icon_pay_type.png?v=8.5);
}
.bank-alipay,.bank-weixin {
   background-image: url(../images/icon_pay_type.png?v=8.5);
   background-repeat: no-repeat;
}
.bank-alipay {
    background-position: 20px 0;
}
.bank-weixin {
    background-position: 25px -60px;
}
.g-question h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    border-bottom: 2px solid #ddd;
    text-indent: 26px;
}
.g-question dl {
    margin: 0 26px;
}
.g-question dt {
    color: #666;
    margin-bottom: 5px;
}
.g-question dd {
    margin-bottom: 18px;
    padding-left: 18px;
    color: #999;
}
.g-question .more {
    margin: 0 26px;
}
.g-foot {
    margin-top: 20px;
    padding: 19px 0 20px 0;
    text-align: center;
    clear: both;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
}
.g-foot .rights {
    color: #999;
    line-height: 22px;
}
/*收银台 end*/


.pop-ups {
    width: 100%
}
.pop-ups .ui-label{
    display: block;
    vertical-align: middle;
    color: #999;
    text-align: left;
    height: 18px;
    line-height: 18px;
    padding: 6px 0;
    width: 100px;
}
.pop-ups .ui-label em {
    color: #e4393c;
}


.pop-ups .ui-input{
    height: 18px;
    line-height: 18px;
    padding: 6px;
    width: 220px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.pop-ups .get-btn{
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    border: 1px solid #ddd;
    margin-right: 5px;
    font: 12px/23px SimSun;
    color: #333;
    border-radius: 3px;
    background:none;
    cursor: pointer;
}
.pop-ups .get-btn:hover{
    border: 1px solid #e4393c;
    color: #e4393c;
}


.pop-ups .ui-button{
    background-color: #F7F7F7;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    font-size: 14px;
}





/**新增优惠券**/
 .coupon-item {
    height: 105px;
    width: 201px;
    float: left;
    margin-right: 26px;
    margin-bottom: 15px;
    padding: 1px;
}

 .coupon-item .c-detail .c-dong {
    background-color: #74d2d4;
    cursor: pointer;
    height: 70px;
    width: 100%;
}

 .coupon-item .c-detail .c-top-dong {
    height: 3px;
    width: 100%;
    background: #fff url(../images/virtual-spite.png) -36px -6px no-repeat;
}
.coupon-item .c-detail .c-msg .c-price {
    color: #fff;
    font: 24px Arial,Verdana,'Microsoft YaHei',SimSun;
    display: inline;
    position: relative;
    top: 8px;
    margin-left: 20px;
}
.coupon-item .c-detail .c-msg .c-limit {
    color: #f5f5f5;
    font-size: 12px;
    display: inline;
    position: relative;
    top: 7px;
}
.coupon-item .c-detail .c-msg .c-time-dong {
    color: #cef0f1;
    padding-left: 20px;
    margin-top: 10px;
}
 .coupon-item .c-detail .c-type-dong {
    color: #74d2d4;
    box-shadow: 1px 1px 8px #ddd;
    height: 25px;
    width: 100%;
    padding-top: 5px;
}
 .coupon-item .item-selected .c-type-dong{
    box-shadow:none!important;
 }
.coupon-item .c-detail .c-type span.c-type-l {
    margin: 0 20px;
}
.coupon-item .c-detail .c-type span.c-type-r {
    margin: 0;
}
.coupon-item .item-selected {
    border: 2px solid #e43a3d;
    background-image: url(../images/coupon-selected.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    /*-webkit-transition: all 1s;*/
}
.coupon-item .c-detail .c-msg {
    cursor: pointer;
    height: 70px;
    width: 100%;
}
 .coupon-item .item-selected .c-dong {
    border-left: 0;
    border-right: 0;
}