@charset "utf-8";
/*----------------------------------------
Name: global.css
Developed By: Design department
Date Created: 2012/10/17
Last Updated: 2012/11/21
----------------------------------------*/
/* Reset Definitions
----------------------------------------*/
body, div, p, a, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, select, button, th, td { margin: 0; padding: 0; font-family: 'Microsoft Yahei'; font-size: 12px; color: #35383e; }
a { text-decoration: none; cursor: pointer; }
img { border: 0; }
img, input, textarea, select, button { vertical-align: middle; }
table, th, td { font-size: 12px; font-family: inherit; line-height: inherit; }
td { word-break: break-all; } 
textarea { word-wrap: break-word; word-break: break-all; }
ul, ol, li { list-style: none; }
dl, em, i, u, q, s, caption { font-style: normal; font-weight: normal; text-decoration: none; }

/* Global Definitions
----------------------------------------*/
.fl { float: left; _display: inline; }
.fr { float: right; _display: inline; }
.clear { clear: both; }
.clearfix { display: block; *display: inline-block; _height: 1%; }
.clearfix:after { content: '\20'; display: block; clear: both; height: 0; visibility: hidden; }

.block { display: block; }
.inline { display: inline; }
.inblock { display: inline-block; }

.hide { display: none; }
.hidden { visibility: hidden; }
.ohide { overflow: hidden; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }

.pt05 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pr05 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pb05 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pl05 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fbold { font-weight: bold; }
.fnormal { font-weight: normal; }

input[type="text"] { outline-style: none; }
input[type="button"] { outline-style: none; }
input[type="submit"] { outline-style: none; }
select { outline-style: none; }
textarea { outline-style: none; }
input[type="password"] { outline-style: none; }

/*
Include this style.
table.baseTable { width: 100%; border-collapse: collapse; }
table.baseTable td { border: 1px solid #CCC; }
*/

/*
.fixedTL{ position: fixed; left: 0; top: 0; }
.fixedTR{ position: fixed; right: 0; top: 0; }
.fixedBL{ position: fixed; left: 0; bottom: 0; }
.fixedBR{ position: fixed; right: 0; bottom: 0; }
*/

/* WebSite Definition
----------------------------------------*/
.wrap { margin: 0 auto; width: 1200px; height: 100%}
.wrap1 { margin: 0 auto; width: 1080px; height: 100%}
.wrap2 { margin: 0 auto; width: 900px; height: 100%}
.header, .banner, .container, .footer { width: 100%; min-width: 1200px; }

/* 头部菜单 */
/* .index_register .header { -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; box-shadow: 0 0 5px #888; } */
.header_menu .add_shortcut a { display: inline-block; padding-left: 25px; background: url(../img/bg/shortcut_ico.png) 0 center no-repeat; color: #737373; }
.header_menu { height: 30px; line-height: 30px; background: #f5f5f5; }
.header_menu ul li { color: #737373; }
.header_menu ul li a { padding: 0 12px 0 12px; line-height: 30px; color: #737373; border-left: 1px solid #dddddd; }
.header_menu ul li.drop_nav { position: relative; height: 30px; z-index: 140; }
.header_menu ul li.drop_nav .drop_nav_word { padding-right: 20px; }
.header_menu ul li.drop_nav .drop_nav_word.drop_login { padding: 0 20px 0 24px; }
.header_menu ul li.drop_nav i.login_ico { position: absolute; top: 0; left: 8px; }
.header_menu ul li.drop_nav span.drop_ico {  position: absolute; top: 0; *top: 9px; right: 8px; }
/* .header_menu ul li.my_bami a.bami_word span { display: inline-block; width: 60px; background: url(../img/bg/select_ico.png) 53px 13px no-repeat; }
 */
.header_menu .drop_list { position: absolute; top: 29px; right: 0; width: 80px; border: 1px solid #e3e3e3; border-top: none; background: #FFF; z-index: 110; }

.header_menu li.drop_nav .drop_list a { padding: 0; border-left: none; }
.header_menu li.drop_nav .drop_list_easy a { display: block; padding-left: 12px; text-align: left; }
.header_menu li.drop_nav .drop_list_easy a:hover { background: #f5f5f5; }
.header_menu .drop_list.center_dropmenu { width: 310px; }
.header_menu .center_dropmenu .line_bot { padding: 0 10px; border-bottom: 1px solid #eeeeee; }
.header_menu .center_dropmenu .drop_title { height: 38px; line-height: 38px; }
.header_menu .center_dropmenu .drop_title span { color: #666666; font-weight: bold; }
.header_menu ul li.drop_nav .center_dropmenu a { border-left: none; }
.header_menu .center_dropmenu .drop_title span a { padding-right: 0; color: #666666; font-weight: bold; background: none; }
.header_menu .center_dropmenu .drop_title a { display: inline-block; padding: 0 10px 0 0; line-height: 38px; color: #2462a1; background: url(../img/bg/index_ico.png) 77px -160px no-repeat; text-align: left; }
.header_menu .center_dropmenu .drop_msg { height: 34px; line-height: 34px; }
.header_menu .center_dropmenu .drop_msg span { display: inline-block; }
.header_menu .center_dropmenu .drop_msg span a { display: inline-block; margin-left: 0; padding: 0 0 0 30px; line-height: 34px; color: #ee8044; background: url(../img/bg/index_ico.png) 0 -205px; text-align: left; }
.header_menu .center_dropmenu .drop_msg a { display: inline-block; padding: 0; line-height: 34px; color: #ee8044; }
.header_menu .center_dropmenu .center_menu_l, .header_menu .center_dropmenu .center_menu_r { margin: 5px 0; padding-left: 10px; width: 125px; }
.header_menu .center_dropmenu .center_menu_l { border-right: 1px solid #f1f1f1; }
.header_menu .center_dropmenu .center_menu_l a { padding-left: 0; }
.header_menu .center_dropmenu .center_menu a { display: block; padding-right: 0; color: #2462a1; }
.header_menu .center_dropmenu .center_menu a span { color: #ee8044; }
.header_menu .center_dropmenu .recently_look { background: #f3f3f3; }
.header_menu .center_dropmenu .recently_look h2 { padding: 0 10px; height: 30px; line-height: 30px; }
.header_menu .center_dropmenu .recently_look h2 span { color: #666; }
.header_menu .center_dropmenu .recently_look h2 a { display: inline-block; padding-right: 10px; color: #2462a1; background: url(../img/bg/index_ico.png) 95px -163px no-repeat; }
.header_menu .center_dropmenu .recently_pic { margin-left: 5px; margin-right: 10px; *padding-bottom: 10px; }
.header_menu .center_dropmenu .recently_pic li { margin-left: 7px; margin-bottom: 10px; border: 1px solid #dddddd; }
.header_menu .center_dropmenu .recently_pic li a { padding: 0; }
.header_menu .center_dropmenu .recently_pic li img { width: 50px; height: 50px; }
.header_menu ul li.already_login span { display: inline-block; margin-right: 2px; }
.header_menu ul li.already_login a { padding: 0 12px 0 5px; border-left: none; }
.header_menu ul li.already_login a:first-child { padding-left: 0; padding-right: 0; border-right: none; }

/* End 头部菜单 */

/* 头部搜索区域 */
.header_bottom { height: 115px; background: #FFF; }
.header_bottom .logo { margin-top: 36px; }
.index_login .header_bottom { height: 80px; }
.index_login .header_bottom .logo { margin-top: 18px; }
.header_bottom .search { margin-top: 12px; margin-left: 45px; margin-right: 30px; }
.header_bottom .search .search_tag { margin-left: 22px; margin-bottom: 10px; }
.header_bottom .search .search_tag a { padding-right: 28px; color: #333333; font-family: 'Microsoft Yahei'; }
.header_bottom .search .search_tag a:hover { color: #e85538; }
.header_bottom .search .search_tag a.cur { color: #e85538; }
.search .search_bar { width: 545px; height: 34px; line-height: 34px; background: #FFF; border: 3px solid #e85538; }
.goods_manager .search .search_bar { width: 463px; }
.supply_paper .search { margin-left: 20px; }
.supply_paper .search .search_bar { width: 463px; height: 30px; line-height: 30px; }
.search .search_input { float: left; padding: 8px 0 8px 10px; width: 456px; height: 18px; line-height: 18px; border: none; background: #FFF; font-family: 'Microsoft Yahei'; }
/* .search .search_input { color: #a7a7a7; } */
.goods_manager .search .search_input { width: 374px; }
.supply_paper .search .search_input { width: 374px; }
.supply_paper .search .search_input { padding: 4px 0 6px 10px; }
.supply_stock .search { margin-left: 20px; }
.supply_stock .search .search_bar { width: 463px; height: 30px; line-height: 30px; }
.supply_stock .search .search_input { width: 374px; }
.supply_stock .search .search_input { padding: 4px 0 6px 10px; }
.search .search_btn { float: left; width: 79px; height: 36px; background: #e85538 url(../img/bg/search_btn.jpg) 0 2px no-repeat; border: none; cursor: pointer; }
.customer_header .search .search_btn { margin-top: 0; }
.query_index .search .search_btn { margin-top: -2px; }
.header_bottom .search .search_keyword { margin-top: 10px; margin-left: 12px; }
.header_bottom .search .search_keyword span { color: #979797; font-family: 'Microsoft Yahei'; }
.header_bottom .search .search_keyword a { display: inline-block; padding: 0 10px 0 4px; border-right: 1px solid #737373; color: #e85538; font-family: 'Microsoft Yahei'; }
.header_bottom .search .search_keyword a.bor_n { border-right: none; }
/* End 头部搜索区域 */

/* 头部个人中心 */
.header_bottom .my_center { margin-top: 39px; margin-top: 37px\0; *margin-top: 37px; z-index: 130; }
.header_bottom .my_center .center_nav { height: 38px; line-height: 38px; border: 1px solid #dddddd; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.header_bottom .my_center .center_nav a { display: inline-block; padding: 0 13px; color: #3e3e3e; font-family: 'Microsoft Yahei'; font-size: 14px; }

/* End 头部个人中心 */

/* 登录注册头部 */
div.special_header { border-bottom: 1px solid #e5e5e5; }
div.special_header .go_login { margin-top: 32px; }
div.special_header .go_login p { display: inline-block; color: #737373; }
div.special_header .go_login p a { color: #737373; }
.index_register div.special_header .go_login p a { color: #e85538; }
/* End 登录注册头部 */

/* 不带搜索框头部 */
.no_search .header_bottom { height: 80px; }
.no_search .header_bottom .logo { margin-top: 18px; }
.no_search .header_bottom .company_name { margin-left: 40px; line-height: 80px; color: #333; font-family: 'Microsoft Yahei'; font-size: 20px; }
.header_word { margin-top: 25px; }
/* End 不带搜索框头部 */

/* 带搜索框头部 */
.customer_header .header_bottom { height: 80px; background: #e85538; }
.customer_header .header_bottom .logo { margin-top: 18px; }
.customer_header .header_bottom .search { margin-top: 22px; }
.with_search .search_select { position: relative; width: 91px; height: 37px; z-index: 12; }
.with_search .search_select .search_word { display: inline-block; width: 90px; line-height: 34px; border-right: 1px solid #e6e6e6; color: #333333; font-family: 'Microsoft Yahei'; font-size: 14px; font-weight: bold; text-align: center; }
.with_search .search_select .search_word i { display: inline-block; margin-bottom: 3px; *margin-bottom: 7px; margin-left: 5px; width: 6px; height: 4px; background: url(../img/bg/search_drop.png) 0 0 no-repeat; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
.with_search .search_select .search_word.cur i { -moz-transform: rotate(180deg); -moz-webkit: rotate(180deg); transform: rotate(180deg);}
.with_search .search_select .search_down { display: none; overflow: hidden; position: absolute; top: 34px; left: -1px; width: 90px; border: 1px solid #e6e6e6; border-top: none;background: #FFF; -moz-box-shadow: 0 0 3px #efefef; -webkit-box-shadow: 0 0 3px #efefef; box-shadow: 0 0 3px #efefef; z-index: 10; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.with_search .search_select .search_down li { height: 25px; line-height: 25px; }
.with_search .search_select .search_down a { display: block; height: 25px; line-height: 25px; color: #333333; text-align: center; }
.with_search .search_select .search_down a.cur { background: #e6e6e6; }
.with_search .search_select .search_down a:hover { background: #e6e6e6; }
.search.with_search .search_input { padding-top: 9px; width: 360px; height: 17px; line-height: 17px; }
/* End 带搜索框头部 */

/* 登录后头部样式 */
.customer_header .search .search_bar { background: #FFF; border: 3px solid #efefef; }
.customer_header .search .search_btn { background: #efefef url(../img/bg/search_btn_red.jpg) 0 2px no-repeat; border: none; cursor: pointer; }
.supply_header .header_bottom { height: 80px; background: #e85538; }
.supply_header.no_search .header_bottom .company_name { color: #fff; }
.supply_header .search .search_bar { background: #FFF; border: 3px solid #efefef; }
.supply_header .search .search_btn { background: #efefef url(../img/bg/search_btn_red.jpg) 0 2px no-repeat; border: none; cursor: pointer; }
/* End 登录后头部样式 */

@charset "utf-8";
/* body { background: #F5F5F5; } */
a { outline: none; }
.same_dl dl { margin-top: 20px; }
.same_dl dl.mt00 { margin-top: 0; }
.same_dl dl dt { color: #45484a; font-family: '黑体'; font-size: 14px; }
.txt_right { text-align: right; }
.ver_mid { vertical-align: middle; }
a.c_default { cursor: default; }
input.disable { background: #f5f5f5; }
.disable { background: #f5f5f5; }
input.code_disable { background: #bbb; }
input[type="text"] { outline: none; }
input[type="password"] { outline: none; }
textarea { overflow:auto; outline: none; resize: none; padding: 5px 10px 10px 10px; border: 1px solid #cccccc; background: #FFF; }
textarea:focus { border: 1px solid #e85538; }
.txt:focus { border: 1px solid #e85538; }
.txt_small:focus { border: 1px solid #e85538; }
label input { margin-right: 5px; margin-top: -2px; *margin-top: 0; }
label input.label_ie {  }
span.file_field .file_upload { position: absolute; left: 5px; width: 60px; height: 36px; opacity: 0; filter:alpha(opacity=0); cursor: pointer; }
em.red { color: #e50011; }
/* p.word_cut.cut { display: inline-block; overflow: hidden; height: 16px; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; vertical-align: middle; }
*/
.word_ellipsis { overflow: hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; }
p.word_cut.cut { display: inline-block; overflow: hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; vertical-align: top; *word-break:break-all; }
.code img { width: 68px; height: 36px; }
.orange_word { color: #ee8044; }
.orange_red { color: #e85538; }
.word_red { color: #cd010f; }
.another_red { color: #ff0000; }
.shallow_red { color: #ed7131; }
.green_word { color: #2462a1; }
td a.green_word:hover { text-decoration: underline; }
td a.green_word.under { text-decoration: underline; }
.grey_word { color:#a7a7a7; }
.txt { padding: 10px 0 10px 10px; height: 14px; line-height: 14px; background: #FFF; border: 1px solid #cccccc; color: #35383e; }
.txt_small { padding: 5px 0 5px 4px; height: 14px; line-height: 14px; background: #FFF; border: 1px solid #cccccc; color: #35383e; }
.goods_table table .txt_small { width: 88%; }
.txt.cur { border: 1px solid #e85538; } 
.txt_small.cur { border: 1px solid #e85538; }
.page_txt { padding: 7px 0; width: 60px; height: 18px; line-height: 18px; border: 1px solid #ccc; background: #FFF; color: #35383e; }
.msg_page .page_txt { margin: -4px 5px 0 5px; *margin-top: -6px; margin-top: -5px!important; text-align: center; }
.msg_page .orange_btn { margin-top: -3px; *margin-top: -6px; margin-top: -5px!important; }
select { *margin-top: 6px; padding-left: 8px; padding-top: 9px; padding-bottom: 8px; line-height: 15px; *height: 25px; background: #FFF; border: 1px solid #cccccc; color: #35383e; vertical-align: top; }
select.cur { border: 1px solid #e85538; }
option { padding-left: 9px; }
.w45 { width: 45px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w72 { width: 72px; }
.w75 { width: 75px; }
.w79 { width: 79px; }
.w80 { width: 80px; }
.w82 { width: 82px; }
.w84 { width: 84px; }
.w85 { width: 85px; }
.w86 { width: 86px; }
.w88 { width: 88px; }
.w89 { width: 89px; }
.w94 { width: 94px; }
.w98 { width: 98px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w119 { width: 119px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w155 { width: 155px; }
.w172 { width: 172px; }
.w184 { width: 184px; }
.w190 { width: 190px; }
.w196 { width: 196px; }
.w198 { width: 198px; }
.w202 { width: 202px; }
.w212 { width: 212px; }
.w235 { width: 235px; }
.w245 { width: 245px; }
.w258 { width: 258px; }
.w260 { width: 260px; }
.w265 { width: 265px; }
.w268 { width: 268px; }
.w270 { width: 270px; }
.w272 { width: 272px; }
.w273 { width: 273px; }
.w276 { width: 276px; }
.w280 { width: 280px; }
.sw270 { width: 270px; }
.w299 { width: 298px; }
.w320 { width: 320px; }
.w324 { width: 324px; }
.w392 { width: 392px; }
.w414 { width: 414px; }
.w678 { width: 678px; }
.w778 { width: 778px; }
.h100 { height: 100px; }
input.w96 { width: 84px; }
input.w100 { width: 88px; }
input.w237 { width: 225px; }
input.w270 { width: 258px; }
span.notice_msg { display: inline-block; margin-left: 5px; padding-left: 10px; width: 258px; height: 34px; line-height: 34px; color: #737373; }
span.notice_msg_grey { background: #f7f7f7; border: 1px solid #dddddd; }
span.error { display: inline-block; margin-left: 5px; padding-left: 27px; width: 265px; height: 34px; line-height: 34px; color: #e85538; background: url(../img/bg/long_error_ico.png) 5px 9px no-repeat #fffee6; border: 1px solid #ee8044; vertical-align: middle; }
.line35 { line-height: 34px; }
.line25 { line-height: 25px; }
/* .txt.cur { border: 1px solid #ee8044; } */
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; filter:alpha(opacity=30); z-index: 1200; }
/* 按钮 */
a.orange_radius { display: inline-block; width: 56px; height: 30px; line-height: 30px; color: #FFF; background: #e85538; font-size: 14px; font-weight: bold; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
a.orange_btn { display: inline-block; height: 24px; line-height: 24px; color: #FFF; background: #e85538; text-align: center; }
a.orange_btn_big { display: inline-block; padding: 0 40px; height: 40px; line-height: 40px; color: #FFF; background: #e85538; text-align: center; }
a.big_btn { display: inline-block; height: 35px; line-height: 35px; color: #FFF; background: #e85538; font-family: 'Microsoft Yahei'; font-size: 14px; text-align: center; }
a.big_big_btn { display: inline-block; padding: 0 20px; height: 35px; line-height: 35px; color: #FFF; background: #e85538; font-family: 'Microsoft Yahei'; font-size: 14px; text-align: center; }
a.new_big_btn { display: inline-block; padding: 0 20px; height: 35px; line-height: 35px; color: #FFF; background: #dddddd; font-family: 'Microsoft Yahei'; font-size: 14px; text-align: center; }
a.grey { display: inline-block; padding: 0 12px; height: 22px; line-height: 22px; background: #FFF; border: 1px solid #cccccc; color: #45484a; text-align: center; }
a.grey_big { display: inline-block; padding: 0 12px; height: 30px; line-height: 30px; background: #FFF; border: 1px solid #cccccc; color: #45484a; text-align: center; font-family: 'Microsoft Yahei'; font-size: 14px; }
a.big_grey { display: inline-block; height: 33px; line-height: 33px; background: #FFF; border: 1px solid #cccccc; color: #45484a; text-align: center; font-family: 'Microsoft Yahei'; font-size: 14px; }
a.btn_big { display: inline-block; padding: 0 12px; height: 35px; line-height: 35px; color: #FFF; background: #e85538; font-family: 'Microsoft Yahei'; font-size: 14px; text-align: center; }
a.big_big_grey { display: inline-block; padding: 0 20px; height: 33px; line-height: 33px; color: #45484a; background: #FFF; border: 1px solid #ccc; font-family: 'Microsoft Yahei'; font-size: 14px; text-align: center; }
a.grey_big:hover { background: #e85538; color: #FFF; border: 1px solid #e85538; }
a.grey:hover { background: #e85538; color: #FFF; border: 1px solid #e85538; }
a.big_grey:hover { background: #e85538; color: #FFF; border: 1px solid #e85538; }
a.big_big_grey:hover { background: #e85538; color: #FFF; border: 1px solid #e85538; }
a.grey:hover { background: #e85538; color: #FFF; border: 1px solid #e85538; }
a.blue_btn { display: inline-block; width: 155px; height: 40px; line-height: 40px; color: #FFF; background: #0a84d2; font-family: 'Microsoft Yahei'; font-size: 18px; text-align: center; }
input.btn_60 { width: 60px; }
.orange { height: 36px; line-height: 34px; background: #e85538; border:none; color: #FFF; text-align: center; cursor: pointer; }
/*input.orange_big { height: 36px; line-height: 34px; background: #e85538; border:none; font-family: 'Microsoft Yahei'; font-size: 18px; color: #FFF; text-align: center; cursor: pointer; }
*/
input.orange_btn { display: inline-block; height: 34px; line-height: 35px; font-size: 14px; color: #45484a; background: #FFF; border: 1px solid #cccccc; text-align: center; cursor: pointer; }
input.orange_big {    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    background: #e85538;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    border:none;
    text-align: center; }
a.yellow_radius { display: inline-block; padding: 0 15px; height: 35px; line-height: 35px; color: #FFF; background: #f3a63a; border: 1px solid #e87b31; font-family: 'Microsoft Yahei'; font-size: 14px; font-weight: bold; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.grey_radius { display: inline-block; padding: 0 20px; height: 24px; line-height: 24px; background: url(../img/bg/paper_btn_bg.png) 0 0 repeat-x; border: 1px solid #bcbcbc; color: #2e3033; font-family: 'Microsoft Yahei'; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.uploadify .grey_radius { background: url(../img/bg/paper_btn_bg.png) 0 0 repeat-x; }
a.grey_radius_big { display: inline-block; padding: 0 22px; height: 34px; line-height: 34px; background: url(../img/bg/return_btn_bg.png) 0 0 repeat-x; border: 1px solid #bcbcbc; color: #2e3033; text-align: center; font-family: 'Microsoft Yahei'; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.white_grey { display: inline-block; padding: 0 20px; height: 26px; line-height: 26px; background: #FFF; border: 1px solid #d9d9d9; color: #2e3033; font-family: 'Microsoft Yahei'; }
a.back_top { display: none; position: fixed; left: 50%; margin-left: 605px; width: 60px; height: 60px; background:url(../img/bg/back_top.jpg) 0 0 no-repeat; }
a.earth_yellow_btn { display: block; padding: 0 20px; height: 30px; line-height: 30px; text-align: center; background: #f3a53a; color: #fff; }
.copy { display:inline-block; margin-left: 3px; margin-right: 3px; vertical-align: middle; font: 12px/150% Arial,Verdana,"\5b8b\4f53"; }
/* End 按钮 */

/* 美化file */
.input_field { position: relative; }
.input_field .file_btn { position: absolute; top: -9px; *top: 2px; left: 0; width: 70px; height: 35px; opacity: 0; filter:alpha(opacity=0); cursor: pointer; }
/* End 美化file */

/* 模拟下拉框 */
.select_alert { position: relative; margin-right: 9px; margin-left: 0\9; height: 35px; line-height: 35px; border: 1px solid #cccccc; background: #FFF; *z-index: 9; cursor: pointer; }
.select_alert.cur { border: 1px solid #e85538; }
.select_alert .select_text {display: block; padding-left: 10px; color: #45484a; text-align: left; }
.select_alert .select_up { display: inline-block; position: absolute; top: 16px; right: 10px; width: 7px; height: 4px; background: url(../img/bg/select_ico.png) no-repeat; z-index: 6; }
 .select_alert .select_up { background-position: 0 center;}
.copy_select { position: relative; margin-right: 9px; margin-left: 0\9; height: 34px; border: 1px solid #cccccc; background: #FFF; *z-index: 9; cursor: pointer; }
.copy_select.cur { border: 1px solid #e85538; }
.copy_select .v_input { position: absolute; top: 0; left: 0; *margin-left: 0; padding-left: 9px; height: 34px; line-height: 34px; background: #FFF; border: none; }
.copy_select .select_up { position: absolute; top: 0; left: 0; line-height: 34px; background: url(../img/bg/select_ico.png) right center no-repeat; z-index: 6; }
.copy_select .select_down { display: none; overflow-x: hidden; overflow-y: auto; position: absolute; top: 35px; left: -1px; max-height: 150px; border: 1px solid #cccccc; border-top: none; background: #FFF; z-index: 12; }
.copy_select .select_down li { height: 25px; line-height: 25px; }
.copy_select .select_down a {display: block; padding-left: 10px; height: 25px; line-height: 25px; color: #45484a; }
.copy_select .select_down a:hover { height: 23px; line-height: 23px; background: #f5f5f5; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.copy_select.select_small { margin-right: 0; height: 24px; line-height: 24px; }
.copy_select.select_small .v_input { height: 24px; line-height: 24px; }
.copy_select.select_small .select_up { line-height: 24px; }
.copy_select.select_small .select_down { top: 25px; }
.copy_select.select_small .select_down a { text-align: left; }
.batch_alert_search .copy_select.select_small { margin-right: 15px; }
/* End 模拟下拉框 */

/* 功能入口 */
.function_enter { width: 100%; min-width: 1200px; background: #f5f5f5; }
.function_enter li { padding: 15px 0 10px 0; text-align: center; }
.function_enter li a { display: inline-block; }
.function_enter li a span { overflow: hidden; display: inline-block; width: 37px; height: 37px; }
.function_enter li a span i { display: inline-block; width: 37px; height: 74px; }
/* .function_enter li a em { display: inline-block; width: 37px; height: 37px; background: url(../img/bg/supply_entrance1.png) 0 -37px no-repeat;} */
.function_enter li a.cur span i { margin-top: -37px; }
.function_enter li p { line-height: 1.8em; color: #969696; }
.function_fixed { display: none; width: 100%; min-width: 1200px; height: 54px; }
.function_fixed .function_nav { position: fixed; top: 0; left: 0; width: 100%; min-width: 1200px; height: 54px; background: #FFF url(../img/bg/enter_nav_bg.png) left bottom repeat-x; z-index: 1000; }
.function_fixed .function_nav li a { display: inline-block; padding: 0 10px; height: 47px; line-height: 47px; border-bottom: 2px solid #FFF; color: #484848; font-family: 'Microsoft Yahei'; font-size: 14px; }
.function_fixed .function_nav li a:hover { color: #e85538; border-bottom: 2px solid #e85538; }
.function_fixed .function_nav li a.cur { color: #e85538; border-bottom: 2px solid #e85538; }
/* 功能入口 */

/* 消息列表 */
.con_bg { padding-bottom: 20px; background: #f5f5f5; }
.message_list .msg_list_in { margin-bottom: 20px; padding: 20px; border: 1px solid #ededed; border-bottom: none; background: #FFF; }
/* .message_list .msg_title { padding: 0 26px 0 20px; height: 36px; line-height: 36px; border-bottom: 1px solid #dddddd; background: #f8f8f8; } */
.message_list .msg_title { padding-bottom: 10px; border-bottom: 1px solid #dcdcdc; font-family: "Microsoft Yahei"; font-size: 16px; font-weight: normal; }
.message_list .msg_title span { color: #35383e; font-family: 'Microsoft Yahei'; font-size: 16px; }
.message_list .msg_detail_list { padding: 0 20px; height: 43px; line-height: 43px; border-bottom: 1px solid #dddddd; }
.message_list .msg_detail_list span { display: inline-block; color: #e85538; margin-right: 10px; width: 130px; font-weight: bold; }
.message_list .msg_detail_list em { overflow: hidden; display: inline-block; color: #51565f; width: 900px; height: 40px; }
.message_list .msg_detail_list a { display: inline-block; color: #333333; }
/* End 消息列表 */

/* 活动 */
.activity { height: 300px; background: #e06657; }
.supply_index .activity .activity_in .activity_left { padding-left: 30px; }
.activity .activity_in { height: 300px; background: url(../img/bg/activity_bg.jpg) center top no-repeat; }
.activity .activity_in .activity_left { margin-top: 30px; width: 615px; }
.activity .activity_in h5 { line-height: 1.5em; color: #FFF; font-family: '黑体'; font-size: 25px; font-weight: normal; }
.activity .activity_in dl { padding-top: 10px; }
.activity .activity_in dl dt { color: #FFF; font-family: '黑体'; font-size: 16px; }
.activity .activity_in dl dd { margin-top: -4px; width: 530px; }
.activity .activity_in p { font-family: '黑体'; font-size: 16px; }
.activity .activity_in dl dd p { line-height: 1.7em; color: #FFF; }
.activity .activity_in p.yellow { line-height: 1.7em; color: #f6ff00; }
.activity .activity_right { margin-top: 94px; margin-right: 40px; padding: 10px 15px 10px 25px; background: #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 3px 3px 3px #8d4037; -webkit-box-shadow: 3px 3px 3px #8d4037; box-shadow: 3px 3px 3px #8d4037; }
.activity .activity_right h6 { color: #e85538; font-family: '黑体'; font-size: 20px; }
.activity .activity_award { padding-top: 10px; }
.activity .activity_award span { display: inline-block; margin-right: 10px; color: #292929; font-family: '黑体'; font-size: 16px; }
/* End 活动 */

/* 消息列表页码 */
.msg_page { margin-top: 20px; }
.msg_page .page_in { text-align: center; }
.msg_page .page_in a { display: inline-block; margin-left: -4px; padding: 0 13px; height: 32px; line-height: 32px; border: 1px solid #d3d3d4; color: #808080; font-family: '黑体'; font-size: 16px; }
.msg_page .page_in a.next_page { margin-right: 3px; }
.msg_page .page_in a.prev_page { margin-right: 1px; }
.msg_page .page_in span { display: inline-block; padding: 0 10px 0 7px; color: #808080; line-height: 32px; vertical-align: top; }
.msg_page .page_in a:hover { border: 1px solid #e85538; background: #e85538; color: #FFF; }
.msg_page .page_in a.cur { border: 1px solid #e85538; background: #e85538; color: #FFF; }
/* End 消息列表页码 */

/* 二级搜索框 */
.goods_search .search { margin-left: 20px; }
.goods_search input { color: #8F8F8F; }
.goods_search input.txt { color: #333; }
.goods_search .search .search_bar { height: 30px; line-height: 30px; }
.goods_search .search .search_input { padding: 6px 0 6px 10px; }
.goods_search .search .search_btn { *margin-top: 0; height: 31px; background: #e85538 url(../img/bg/goods_search_btn.jpg) 0 2px no-repeat; }

/* End 二级搜索框 */

/* 弹出层 */
.popup { position: fixed; z-index: 1300; }
.popup.popup_area { *width: 685px; }
.popup .popup_bg { position: absolute; top: 0; left: 0; background: #000; opacity: 0.5; filter:alpha(opacity=50); -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.popup .popup_in { position: relative; top: 0; left: 0; margin: 6px; background: #FFF; }
.popup .popup_in a.popup_close { position: absolute; top: 11px; right: 20px; display: inline-block; width: 14px; height: 14px; }
.popup .popup_title { padding: 0 20px; height: 40px; line-height: 40px; background: #f8f8f8; }
.popup .popup_title span { line-height: 40px; color: #35383e; font-family: '黑体'; font-size: 16px; }
.popup .popup_title ul { margin-right: 25px; }
.popup .popup_title a { padding: 0 10px; border-left: 1px solid #dfdfdf; color: #333; }
.popup .popup_con { padding: 20px; }
.popup .con_selected { height: 50px; }
.popup .con_selected .select_list { display: inline-block; height: 25px; line-height: 25px; }
.popup .con_selected a { display: inline-block; height: 30px; line-height: 30px; background: url(../img/bg/close_ico.jpg) right center no-repeat; color: #35383e; }
.popup .con_selected a span { display: inline-block; margin-right: 15px; }
.popup_area .popup_con .con_select { margin-left: -1px; width: 210px; height: 300px; border: 1px solid #ccc; }
.popup_area .popup_con .con_select p { padding-left: 5px; height: 25px; line-height: 25px; background: #F5F5F5; border-bottom: 1px solid #ccc; color: #35383e; font-weight: bold; }
.popup_area .popup_con .con_select .area_list { overflow-y: auto; height: 274px; }
.popup_area .popup_con .con_select a { display: block; padding: 0 10px; height: 25px; line-height: 25px; color: #555555; background: url(../img/bg/popup_ico.png) right top no-repeat; }
.popup_area .popup_con .con_select.select_c a { background: none; }
.popup_area .popup_con .con_select a:hover { background: #fff0db url(../img/bg/popup_ico.png) right bottom no-repeat; }
.popup_area .popup_con .con_select a.cur { background: #fff0db url(../img/bg/popup_ico.png) right bottom no-repeat; }
.popup_area .popup_con .con_select.select_c a:hover { background: #fff0db; }
.popup_area .popup_con .con_select.select_c a.cur { background: #fff0db; }

/* End 弹出层 */

/* 商品编辑 */
.edit_common { background: #FFF; }
.edit_common select { padding: 0 0 0 4px; height: 24px; border: 1px solid #cccccc; }
.edit_common h2 { padding: 0 20px; height: 40px; line-height: 40px; color: #35383e; font-family: '黑体'; font-size: 16px; }
.edit_common .handle_area { padding: 0 20px; height: 40px; line-height: 40px; background: #fef6ef; border: 1px solid #f6b898; }
.edit_common .handle_area a { margin-left: 10px; color: #333333; vertical-align: middle; }
.edit_common .handle_area a.click_word { padding-right: 13px; border-right: 1px solid #dfdfdf; }
.edit_common .handle_area a.orange_btn { margin-top: 0; color: #FFF; vertical-align: middle; }
.edit_common .handle_area a.help { margin-bottom: 2px; vertical-align: top; *vertical-align: middle; }
.edit_common { color: #45484a; }
.edit_common .edit_con { padding: 0 20px 0 20px; }
.edit_common .eidt_row { margin-top: 15px; }
.edit_common .eidt_row dl { margin-left: 10px; }
.edit_common .eidt_row dl dt { text-align: right; }
.edit_common div.error { margin-top: 6px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
.eidt_row div.error { margin-top: 6px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
.edit_common .infor_word { margin-top: 15px; }
.homepage_r div.error { margin-top: 8px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
.goods_bg div.error { margin-top: 8px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
.shipping_info div.error { margin-top: 8px; margin-left: 5px; float: right; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
div[class$=alert] div.error { margin-top: 6px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
div.error { margin-top: 9px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
/* .supply_infor div.error { margin-top: 10px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; } */
/* .supply_apply div.error { margin-top: 10px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
.supply_infor div.error { margin-top: 10px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; }
.supply_related div.error { margin-top: 10px; margin-left: 5px; float: left; width: 14px; height: 14px; background: url(../img/bg/error_ico.png) 0 0 no-repeat; vertical-align: middle; } */
.supply_infor .error_input { width: 235px; }
.edit_common .infor_word { margin-top: 15px; }
.calendar_input { position: relative; }
.calendar_input span.calendar_ico { display: inline-block; position: absolute; top: 50%; right: 8px; margin-top: -8px; z-index: 10; }
.edit_common .check_arr { margin-top: 4px; *margin-top: 2px; margin-left: 20px; }
.edit_common .check_arr label { margin-right: 8px; }
.edit_common .check_arr input { margin-right: 5px; *margin-right: 2px; }
.edit_common .infor_word span { padding-left: 15px; }
.edit_common .infor_word p { display: inline-block; overflow: hidden; height: 15px; min-height: 15px; line-height: 15px; width: 735px; border-bottom: 1px solid #cccccc; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow:ellipsis; }
/* 编辑tab */
.edit_bottom { margin-top: 20px; }
.edit_tab ul { padding-left: 20px; height: 29px; border-bottom: 1px solid #cccccc; }
.edit_tab ul li a { display: inline-block; margin-left: 5px; width: 90px; height: 29px; line-height: 29px; color: #343b45; background: #f8f8f8; text-align: center; }
.edit_tab ul li a.cur { margin-top: -1px; width: 88px; height: 30px; border: 1px solid #cccccc; border-bottom: none; background: #FFF; }
.edit_tab ul li a:hover { margin-top: -1px; width: 88px; height: 30px; border: 1px solid #cccccc; border-bottom: none; background: #FFF; }
/* End 编辑tab */
/* End 商品编辑 */

/* 表格 */
table td { empty-cells: show; }
.goods_table table { width: 100%; border-collapse: collapse; table-layout: fixed; word-break: break-all; }
.goods_table table thead th { height: 36px; border-bottom: 1px solid #DDD; background: #f8f8f8; color: #35383e; text-align: center; font-weight: normal; font-family: 'Microsoft Yahei'; }
.goods_table table thead th.text_left { text-align: left; }
.goods_table table thead th.text_right { text-align: right; }
.goods_table table tbody td { height: 34px; border-bottom: 1px solid #DDD; text-align: center; }
.sales_table.overscroll { overflow-x: auto; overflow-y: hidden; width: 100%; }
.goods_table table tbody td.text_left { text-align: left; }
.goods_table table tbody td.text_right { text-align: right; }
.table_edit a { padding-left: 6px; border-left: 1px solid #2462a1; }
.table_edit a:first-child { padding-left: 0; border-left: none; }
/* End 表格 */

/* 商品查询 */
.search_filed { height: 28px; line-height: 28px; border: 1px solid #ccc; background: #FFF; }
.search_filed input.s_txt { float: left; padding-left: 10px; padding-top: 6px; padding-bottom: 6px; width: 222px; *width: 215px; height: 16px; line-height: 16px; background: #FFF; border: none; color: #a7a7a7; }
.search_filed a.funnel { float: left; display: inline-block; margin-top: 0; background: #cccccc; }
.search_filed a.funnel img { vertical-align: top; }
/* End 商品查询 */

/* 图片列表放大 */
.goods_pic { position: relative; }
.goods_pic .small_pic { width: 70px; height: 70px; border: 1px solid #eaeaea; }
.goods_pic .magnify_pic { position: absolute; top: 0; left: 80px; }
.goods_pic .magnify_pic span { position: absolute; top: 50px; left: 0; display: inline-block; width: 7px; height: 11px; background: url(../img/bg/magnify_bg.png) 0 0 no-repeat; z-index: 11; }
.goods_pic .big_pic { position: absolute; top: 0; left: 6px; padding: 4px; background: #e8e8e8; border: 1px solid #c2c2c2; z-index: 5; }
.goods_pic .magnify_pic img { width: 220px; height: 220px; border: 1px solid #dfdfdf; }
/* End 图片列表放大 */
div.error_msg { background: url("../img/bg/error_ico.png") 0 0 no-repeat; float: left; height: 14px; margin-left: 5px; margin-top: 6px; vertical-align: middle; width: 14px; }

input::-webkit-input-placeholder{ color:#a7a7a7 !important; }
input:-moz-placeholder{ color:#a7a7a7 !important; }
input::-moz-placeholder{ color:#a7a7a7 !important; }
input:-ms-input-placeholder{ color:#a7a7a7 !important; }

/* 找回密码 */
.find_psw .find_psw_detail { margin: 50px auto;  }
.find_psw .find_psw_detail .find_psw_in { width: 1200px; border: 1px solid #cccccc; background: #fff; }
.find_psw .psw_title { height: 40px; background: #f5f5f5; }
.find_psw .psw_title h2 { padding-left: 20px; line-height: 40px; color: #35383e; font-family: 'Microsoft Yahei'; font-size: 16px; font-weight: normal; }
.find_psw .psw_con { margin-top: 65px; margin-left: 290px; padding-bottom: 60px; }
.find_psw .psw_con dl dt { text-align: right; }
span.phone_countdown { color: #6c6c6c; }
/* End 找回密码 */



/* 四步走 */
.supply_process { margin-right: 20px; }
/* .supply_process .s_process_bg { margin-top: 28px; width: 640px; } */
.supply_process .s_process_bg { margin-top: 28px; }
.supply_process .s_process_bg li { position: relative; width: 160px; background: url(../img/bg/supply_step_no.png) 0 0 no-repeat; text-align: center; }
 .supply_process .s_process_bg li i { position: absolute; display: inline-block; width: 160px; height: 5px; } 
.supply_process .s_process_bg li span { display: inline-block; width: 22px; height: 22px; line-height: 22px; color: #FFF; text-align: center; }
.register { margin: 0 auto; width: 1200px; }
.supply_process .s_process_bg li em { display: inline-block; margin-top: 5px; width: 160px; text-align: center; }
.supply_process .s_process_bg li.cur { background: url(../img/bg/supply_step_cur.png) 0 0 no-repeat; }
.supply_process .s_process_bg li.cur em { color: #7abd54; }
.supply_process .s_process_bg li.pass { background: url(../img/bg/supply_step_pass.png) 0 0 no-repeat; }
.supply_process .s_process_bg li.pass em { color: #afd798; }

/* End 四步走 */


.success_in {
    background: #FFF;
    border: 1px solid #ededed;
    min-height: 200px;
}

.success_contain {
    margin: 0 auto;
    width: 400px;
    transform: translateY(50%);
}
