
/* .pagination li{
    float: left;
    padding: 2px;
    border: #ccc 1px solid;
}
.pagination li.active{
    color: blue;
} */
 .border_bot{
    border-bottom: 1px solid #ccc;
}
img{
    max-width: 100%;
}
.clearbox:after {
    content:".";
    display:block; 
    height:0;
    visibility:hidden; 
    clear:both; 
}
.box .item{
    margin: 10px 0;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
}

.w60{
    width: 60px;
}
.w70{
    width: 70px;
}

.del_img{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
}

.tw_body table {border: 1px solid black; border-spacing: 0px; width : 100%;}
.tw_body table td {border: 1px solid black;}

input.password,input.text,input[type=password],input[type=text]{font: 12px/1.5 "微软雅黑", "黑体","\5b8b\4f53",sans-serif;color:#777;background-color:#FFF;vertical-align:top;display:inline-block;min-height:20px;padding:4px;border:solid 1px #E6E9EE;outline:0 none}

/* 删除小标 */
.ys-btn-close {
    position: relative !important;
    top: -12px;
    left: -16px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
}


.img_box .img_item{
    float: left;
    position: relative;
    margin: 10px 0 0 10px;
}

.img_box .img_item .del_img_icon{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border: none;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}


.tw_img_ul li{

width: 130px;
padding: 5px;
float: left;
position: relative;    
}
.tw_img_ul li .goods_img{
width: 120px;
height: 120px;
}

.tw_img_ul li .goods_img img{
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}

.tw_img_ul li a.del { font-family:Tahoma, Geneva, sans-serif; font-size: 9px; font-weight: lighter; background-color: #FFF; line-height: 14px; text-align: center; display: none; width: 14px; height: 14px; border-style: solid; border-width: 1px; border-radius: 8px; position: absolute; z-index: 3; top: -8px; right: -8px;}
.tw_img_ul li .goods_default:hover a.del { color: #27A9E3; display: block;}
.tw_img_ul li .goods_default.selected:hover a.del { color: #28B779;}
.tw_img_ul li .goods_default:hover a.del:hover { text-decoration: none;}


.tw_pay_img_ul li{

padding: 5px;
float: left;
position: relative;    
}
.tw_pay_img_ul li .goods_img{
width: 60px;
height: 60px;
}

.tw_pay_img_ul li .goods_img img{
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}







/* .goods_img_list p
{
    width: 100px;
    height: 100px;
    padding: 5px;
    float: left;
    position: relative;    
} */

.goods_img_list img{
    width: 100%;
    height: 100%;
}

.del_img{
    position: absolute;
    right: 0;
    top: 0;
}