@charset "utf-8";

/*用户中心通用样式*/
button, input[type="reset"], input[type="button"], input[type="submit"] {
    line-height:1.2 !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,p ,input,select{
    font-family:微软雅黑;
}

/* 全局超级链接样式 用于列表后的操作链接【文字 - 普通链接样式】 */
.opt_links{font-size:12px; color:#0199e4; text-decoration:none;line-height:2em !important;}
.opt_links:hover{ text-decoration:underline;color:#0199e4;}
/* 按钮型链接样式【文字 - 按钮样式】 */
.opt_links_button{padding:5px 10px; font-size:14px; color:#fff; background:#c81432 !important; border-radius:3px; text-decoration:none;}
/*button  按钮样式*/
.opt_button{ width:auto !important;padding:0px 10px 0px 10px !important; background:#c81432 !important; border:1px solid #c81432 !important; color:#fff !important; height:35px;!important; font-size:14px !important; text-align:center !important; border-radius:3px !important; font-weight:bold !important; outline:none;cursor: pointer;}
.yl_button{ width:auto !important; background:#fff !important; border:1px solid #ccc !important; color:#333 !important; height:34px !important; line-hieght:34px !important; padding:0 9px !important; font-size:12px !important; text-align:center !important; border-radius:3px !important; outline:none; cursor: pointer;}

/* input输入框样式 */
.us_input{width:328px !important; border:1px #999 solid !important; border-radius:3px !important; padding:8px !important; outline:none !important;font-size: 12px !important;}

/* 提交表单按钮样式 */
.us_submit{ width:140px !important; background:#c81432 ; border:1px solid #c81432 ; color:#fff !important; height:35px;!important; font-size:14px !important; text-align:center !important; border-radius:3px ; font-weight:bold !important; outline:none;cursor:pointer;}
/* 用户中心店铺设置select样式 */
.select_zx{ border:0; border:1px #999 solid ; border-radius:3px ;height:33px; line-height:33px;padding-left:15px;font-size: 12px !important; color:#333;}

/* 用户中心-列表统一样式 */
.table_list{margin-top: 10px;margin-bottom:10px; border-bottom: 0;font-size: 12px}
.table_list tr{ border-bottom:1px dashed #d2d2d2;height: 40px;}
.table_list tr:hover{ background-color:#f8f8f8;}
.table_list tr:first-child{ background-color:#f2f2f2; border:none;}
.table_list tr:first-child td{ padding:7px 0; font-size:12px;}
.table_list td{ text-align:center; padding:5px 0; vertical-align:middle;}
.table_list td .imgBox {text-align:left;}
.table_list td .imgBox02 {text-align:center;}
.table_list td .imgBox > img{ width:48px; height:48px; border:1px solid #F9A3A6; margin:2px;}

/* 列表上方查询条件 */
.person_right{width:963px; background:#f2f2f2;margin-bottom: 10px;}
/* chang by fj 2019-7-15 */
.person_right > .sele_cont{ float:left; width:auto; height:auto; /* margin:10px 0px 10px 10px;*/ margin:10px 0px 10px 5px;} 
.person_right > .sele_cont > .select_span{font-size:12px; color:#333; display:inline-block; height:24px;}
.person_right > .sele_cont > input[type="text"]{font-size:12px; display:inline-block; height:24px; }
.sele_cont > .select{font-size:12px; text-align:center; outline:none; cursor: pointer; height:30px; border:0; border:1px #999 solid; color:#666; border-radius:3px;}
.input_header{width:120px; padding:2px 3px; font-size:12px;outline:none; border:0; border:1px #999 solid; color:#666; border-radius:3px;}
.person_right > .sele_cont > .sele_opt_button{ width:50px; background:#c81432 !important; border:0; border:1px solid #ed3164; color:#fff; padding:7px 10px; font-size:12px; text-align:center; border-radius:3px; outline:none; cursor: pointer;}

/*发布商品时 tab切换*/
.FavouriteTab{width: 963px;height: 40px;margin: 20px 0;}
.FavouriteTab > li{height: 40px;line-height: 40px;}
.FavouriteTab > li a{height:40px;line-height:40px;display:inline-block; color:#666;background: none !important;font-size: 14px;font-weight: bold; text-decoration: none;padding: 0 20px !important;}
.FavouriteTab > li a:hover{text-decoration: underline; }
.current{color: #c81432 !important;border-bottom: 3px solid #c81432 !important;}
.modal-buttons{margin: 10px 0px 10px 0px;text-align: center;}
.notice{color: #c81432 ;}

/*所有table中公用样式定义*/
table select{font-size:12px; text-align:left; outline:none; cursor: pointer; height:30px; border:0; border:1px #999 solid; color:#666; border-radius:3px;}
