@charset "utf-8";
/*================================================
copyright:　　Copyright (c) 2015, mail139.cn All rights reserved
Team:　　　  139邮箱用户体验室-前端重构组
author:　　　 zjx
Version:　　　3.0
Date:　　　　2015/07/20
================================================*/

/*Reset*/
/*html{-webkit-text-size-adjust:none;}*/
html,body{width:100%;height:100%;overflow:hidden;}
html,body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td,blockquote,address,var,pre{padding:0;margin:0;}
body{color:#444;font:12px/1.5 "Microsoft YaHei",Verdana,"Simsun";/*background-color:#fff;-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;*/}
h1,h2,h3,h4,h5,h6,input,textarea,select,button,label{font-size:100%;}
button,select,textarea,input{color:#444;vertical-align:middle;}
input,select,textarea{font-family:'Microsoft Yahei',verdana,"Simun";}
input{outline:none;}
input[type=button],input[type=submit],input[type=reset],input[type=file],button{cursor:pointer;overflow:visible;width:auto;}
button{padding:3px 5px 2px;}
textarea{resize:vertical;}/*word-wrap for opera, resize for webkit*/
a{color:#1a75ca;text-decoration:none;}
a:hover{text-decoration:none !important;}
ul,ol{list-style:none outside none;}
img,fieldset{border:0;border:none;}
img{vertical-align:top;overflow:hidden;}
i,em,address,var{font-style:normal;}
sup,sub{vertical-align:baseline;}
mark{background:#ff0;}/*高亮显示*/
table{border-collapse:collapse;border-spacing:0;}
i{display:inline-block;}/*用于修饰性小图标*/
input::-ms-clear{display:none;}/*去掉IE10+ 文本框关闭*/
::-ms-reveal{display:none;}/*input IE10以上去除默认的X按钮*/

/*webkit内核滚动条设置*/
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-button{display:none;height:0;width:0;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment{display:block;}
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-track{display:none;}
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal{border-style:solid;border-color:transparent;}
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff;}
::-webkit-scrollbar-thumb{min-height:28px;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);background-color:#ccc;}
::-webkit-scrollbar-thumb:hover{-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4);background-color:#999;}
::-webkit-scrollbar-thumb:active{-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5);}
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal{border-width:0;}
::-webkit-scrollbar-track:hover{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05);}
::-webkit-scrollbar-track:active{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05);}

/*font size*/
.fz_12{font-size:12px;}
.fz_13{font-size:13px;}
.fz_14{font-size:14px;}
.fz_16{font-size:16px;}
.fz_18{font-size:18px;}
.fz_20{font-size:20px;}

/*font color*/
.gray{color:#999 !important;}/*灰色字或单个链接*/
.light_gray{color:#bbbaba;}
.lightGray{color:#c5c5c5;}
.black{color:#333;}/*黑色*/
.blue{color:#1a75ca;}/*蓝色*/
.red{color:#de0202 !important;} /*红色*/
.orange{color:#ff5907 !important;}/*橙色*/
.green{color:#008e11 !important;;}/*绿色*/
.c_000{color:#000 !important;}
.c_fff{color:#fff;}
.c_333{color:#333;}
.c-444{color:#444;}
.c_444{color:#444 !important;}
.c_666,.darkgray{color:#666;}
.c_888{color:#888;}
.c_999{color:#999;}
.c_bbb{color:#bbb;}
.c_ccc{color:#ccc;}
.c_ff6600{color:#f60;}
.c_009900{color:#090;}
.c_0066cc{color:#06c;}
.green-mark1{color:#00bf16;}
.blue-mark1{color:#46719a;}
.red-mark1{color:#ff5858;}

/*font weight*/
.fw_n{font-weight:normal !important;} /*普通*/
.fw_b{font-weight:bold !important;} /*粗体*/

/*font family*/
.far{font-family:'Arial';/*Arial*/}
.fst,.f_st,.f_SimSun{font-family:'\5B8B\4F53';/*SimSun*/_font-family:'SimSun';} 
.fht{font-family:'\9ED1\4F53';/*SimHei*/} 
.fyh{font-family:'\5FAE\8F6F\96C5\9ED1';/*Microsoft Yahei*/} 

/*text align*/
.ta_l{text-align:left !important;}
.ta_r{text-align:right !important;}
.ta_c{text-align:center !important;}
.ta_j{text-align:justify;text-justify:inter-ideograph;}
.tdul{text-decoration:underline !important;}
.tdlt{text-decoration:line-through;}

/*show or hide*/
.show,.fn_show{display:block !important;}
.hide{display:none !important;}
.dib{display:inline-block !important;}
.v-hidden{visibility:hidden;}
.v-visible{visibility:visible;}
.o-hidden{overflow:hidden;}

/*float*/
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}

/*cursor style*/
.c-default{cursor:default;}
.c-pointer{cursor:pointer;}

/*clear style*/
.clearAll{overflow:hidden;_zoom:1;}
.clear{clear:both;width:100%;height:0;line-height:0;font-size:0;border:medium none;background:none repeat scroll 0 0 transparent;visibility:hidden;overflow:hidden;}
.clearfix:after{clear:both;display:block;height:0;font-size:0;content:"\200B";visibility:hidden;}
.clearfix{*zoom:1;}

/*Padding or Margin*/
.pt_0{padding-top:0;}
.pt_0_i{padding-top:0 !important;}
.pt_3{padding-top:3px;}
.pt_5{padding-top:5px;}
.pt_7{padding-top:7px;}
.pt_8{padding-top:8px;}
.pt_10{padding-top:10px;}
.pt_10_i{padding-top:10px !important}
.pt_14{padding-top:14px;}
.pt_15{padding-top:15px;}
.pt_20{padding-top:20px;}

.pr_0{padding-right:0 !important;}
.pr_3{padding-right:3px !important;}
.pr_5{padding-right:5px;}
.pr_7{padding-right:7px;}
.pr_10{padding-right:10px;}
.pr_14{padding-right:14px;}
.pr_15{padding-right:15px;}
.pr_20{padding-right:20px !important;}
.pr_25{padding-right:25px;}

.pb_0{padding-bottom:0;}
.pb_3{padding-bottom:3px;}
.pb_5{padding-bottom:5px;}
.pb_7{padding-bottom:7px;}
.pb_10{padding-bottom:10px;}
.pb_12{padding-bottom:12px !important;}
.pb_14{padding-bottom:14px;}
.pb_15{padding-bottom:15px;}
.pb_20{padding-bottom:20px;}

.pl_0{padding-left:0 !important;}
.pl_3{padding-left:3px !important;}
.pl_5{padding-left:5px !important;}
.pl_7{padding-left:7px;}
.pl_10{padding-left:10px;}
.pl_14{padding-left:14px;}
.pl_15{padding-left:15px;}
.pl_20{padding-left:20px;}
.pl_25{padding-left:25px;}
.pl_30{padding-left:30px;}
.pl_41{padding-left:41px;}

.ptb_5{padding-top:5px;padding-bottom:5px;}
.ptb_7{padding-top:7px;padding-bottom:7px;}
.ptb_10{padding-top:10px;padding-bottom:10px;}
.ptb_14{padding-top:14px;padding-bottom:14px;}
.ptb_20{padding-top:20px;padding-bottom:20px;}

.plr_5{padding-left:5px;padding-right:5px;}
.plr_7{padding-left:7px;padding-right:7px;}
.plr_10{padding-left:10px;padding-right:10px;}
.plr_14{padding-left:14px;padding-right:14px;}
.plr_20{padding-left:20px;padding-right:20px;}
.plr_20_i{padding-left:20px !important;padding-right:20px !important;}

.ptblr_5{padding:5px;}
.ptblr_s1,.ptblr_s2{padding:7px 10px;}
.ptblr_s3,.ptblr_10{padding:10px;}
.ptblr_s4{padding:7px 14px 7px 20px;}
.ptblr_s5{padding:7px 20px;}
.ptblr_s6{padding:7px 0 7px 10px;}

.mt_0{margin-top:0;}
.mt_2{margin-top:2px;}
.mt_3{margin-top:3px;}
.mt_4{margin-top:4px;}
.mt_5{margin-top:5px !important;}
.mt_6{margin-top:6px;}
.mt_7{margin-top:7px;}
.mt_8{margin-top:8px;}
.mt_10{margin-top:10px;}
.mt_12{margin-top:12px;}
.mt_14{margin-top:14px;}
.mt_15{margin-top:15px;}
.mt_18{margin-top:18px !important;}
.mt_20{margin-top:20px;}
.mt_25{margin-top:25px;}
.mt_30{margin-top:30px !important;}
.mt_45{margin-top:45px;}

.mr_0{margin-right:0 !important;}
.mr_3{margin-right:3px;}
.mr_5{margin-right:5px;}
.mr_6{margin-right:6px;}
.mr_7{margin-right:7px;}
.mr_8{margin-right:8px;}
.mr_10{margin-right:10px !important;}
.mr_12{margin-right:12px;}
.mr_14{margin-right:14px;}
.mr_15{margin-right:15px;}
.mr_16{margin-right:16px;}
.mr_18{margin-right:18px;}
.mr_20{margin-right:20px;}
.mr_30{margin-right:30px;}

.mb_0{margin-bottom:0;}
.mb_2{margin-bottom:2px;}
.mb_3{margin-bottom:3px;}
.mb_4{margin-bottom:4px;}
.mb_5{margin-bottom:5px;}
.mb_6{margin-bottom:6px;}
.mb_7{margin-bottom:7px;}
.mb_10{margin-bottom:10px;}
.mb_12{margin-bottom:12px;}
.mb_14{margin-bottom:14px;}
.mb_15{margin-bottom:15px;}
.mb_18{margin-bottom:18px;}
.mb_20{margin-bottom:20px;}
.mb_30{margin-bottom:30px !important;}

.ml_0{margin-left:0;}
.ml_5{margin-left:5px;}
.ml_6{margin-left:6px;}
.ml_7{margin-left:7px;}
.ml_8{margin-left:8px;}
.ml_10{margin-left:10px;}
.ml_12{margin-left:12px;}
.ml_14{margin-left:14px;}
.ml_15{margin-left:15px;}
.ml_18{margin-left:18px !important;}
.ml_20{margin-left:20px;}
.ml_28{margin-left:28px;}
.ml_30{margin-left:30px;}
.ml_55{margin-left:55px;}

.mtb_3{margin-top:3px;margin-bottom:3px;}
.mtb_4{margin-top:4px;margin-bottom:4px;}
.mtb_5{margin-top:5px;margin-bottom:5px;}
.mtb_6{margin-top:6px;margin-bottom:6px;}
.mtb_7{margin-top:7px;margin-bottom:7px;}
.mtb_10{margin-top:10px;margin-bottom:10px;}
.mtb_14{margin-top:14px;margin-bottom:14px;}
.mtb_20{margin-top:20px;margin-bottom:20px;}

.mlr_3{margin-left:3px;margin-right:3px;}
.mlr_5{margin-left:5px;margin-right:5px;}
.mlr_6{margin-left:6px;margin-right:6px;}
.mlr_7{margin-left:7px;margin-right:7px;}
.mlr_10{margin-left:10px;margin-right:10px;}
.mlr_14{margin-left:14px;margin-right:14px;}
.mlr_20{margin-left:20px;margin-right:20px;}

.mtblr_s1{margin:7px 14px 7px 10px;}

/*position style*/
.p_relative{position:relative;}
.p_absolute{position:absolute;}
.p_static{position:static;}

/*position z-index style*/
.zi5{z-index:5;}

/*vertical style*/
.vc_m{vertical-align:middle;}
.vc_t{vertical-align:top;}
.vc_b{vertical-align:bottom;}

/*height style*/
.height_full{height:100%;}
.lh36{line-height:36px;}
.lh44{line-height:44px;}

/*width style*/
.width_full{width:100%;}

/*horizon style*/
.horizon_full{width:100%;height:100%;}

/*border*/
.border-none{border:none !important;}

/*background style*/
.bgc-light-blue{background-color:#7e9fbf;}
.bgc-light-yellow{background-color:#ffffe7;}
.bgc-light-darkyellow{background-color:#ff874b;}

/*input checkbox or radio style*/
.ipt-radio,
.ipt-checkbox{position:relative;top:-1px;width:14px;height:14px;margin-right:7px;vertical-align:text-bottom;background:transparent;}

/*border-radius style*/
.br2{-moz-border-radius:2px;/*Firefox*/-webkit-border-radius:2px;/*Safari 和 Chrome*/border-radius:2px;/*Opera 10.5+, 以及使用了IE-CSS3的IE浏览器*/}
.btlr2{-moz-border-top-left-radius:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;}
.btrr2{-moz-border-top-right-radius:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;}
.br4{-moz-border-radius:4px;/*Firefox*/-webkit-border-radius:4px;/*Safari 和 Chrome*/border-radius:4px;/*Opera 10.5+, 以及使用了IE-CSS3的IE浏览器*/}
.btlr4{-moz-border-top-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;}
.btrr4{-moz-border-top-right-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;}
.br10{-moz-border-radius:10px;/*Firefox*/-webkit-border-radius:10px;/*Safari 和 Chrome*/border-radius:10px;/*Opera 10.5+, 以及使用了IE-CSS3的IE浏览器*/}

/*文本超出指定宽度省略号表示*/
.ellipsis,
.txtEllipsis{white-space:nowrap;_white-space:normal;text-overflow:ellipsis;overflow:hidden;}
.txtBreak{word-wrap:break-word;word-break:break-all;}

/*三角型 包含兼容IE6样式class放在最下面*/
.triangle{width:0;height:0;font-size:0;overflow:hidden;border-style:solid;}
/*#6e6e6e朝下*/
.t_blackDown{border-width:4px 4px  0px 4px;border-color:#6e6e6e transparent transparent transparent;}
/*#6e6e6e朝右*/
.t_blackRight{border-width:4px 0px 4px 4px;border-color:transparent transparent transparent #6e6e6e;
_border-top-color:white!important;
_border-bottom-color:white!important;
_filter:chroma(color='white')!important;
}
/*蓝色朝下*/
.t_BlueDowm,
.t_blackDown{border-width:4px 4px  0px 4px;border-color:#6e6e6e transparent transparent transparent;
_border-left-color:white!important;
_border-right-color:white!important;
_filter:chroma(color='white')!important;
}
/*白色朝下*/
.t_whiteDown{border-width:4px 4px  0px 4px;border-color:#FAFAFA transparent transparent transparent;vertical-align:middle;
_border-left-color:white!important;
_border-right-color:white!important;
_filter:chroma(color='white')!important;
}
/*#636363朝下*/
.t_globalDown{border-width:4px 4px  0px 4px;border-color:#636363 transparent transparent transparent;vertical-align:middle;
_border-left-color:white!important;
_border-right-color:white!important;
_filter:chroma(color='white')!important;
}
/*#636363朝右*/
.t_globalRight{border-width:4px 0  4px 4px;border-color:transparent transparent transparent #636363;vertical-align:middle;
_border-left-color:white!important;
_border-right-color:white!important;
_filter:chroma(color='white')!important;
}
/*#636363朝上*/
.t_globalUp{border-width:0px 4px  4px 4px;border-color:transparent transparent #636363 transparent;vertical-align:middle;
_border-left-color:white!important;
_border-right-color:white!important;
_filter:chroma(color='white')!important;
}

/*global background or icon 在旧的global引用并加以拓展*/
.i_triangle,.i_triangle_d,.i_triangle_g,.i_triangle_h,.i_triangle_hb,.i_c-search,.i_g-search,.i_addPeople,.i_r_yq2,.i_plusj,
.i_minus,.i_note,.i_note_on,.i_print,.i_print2,.i_alarm,.i_atta,.i_star,.i_starM,.i_exc,
.i_star_y,.i_starM_y,.i_t_move,.i_2trid,.i_cl_w,.i_r_yq,.i_2win,.i_bot,.i_bot_on,.i_u_close,
.i_u_closered,.i_u_f5,.i_r_add,.i_t_right,.i_t_error,.i_r_jj,.i_r_wl,.i_r_rule,.i_r_auto,.i_r_tz,
.i_tag_c,.i_updown,.i_leftr,.i_addjt,.i_lock,.i_loading,.i_tuij,.i_wenhao,.i_2tridd,.i_th0,
.i_th1,.i_xgg,.i_del,.i_2win_y,.i_note_y,.i_fail_min,.i_warn_min,.i_ok_min,.i_garbage,.i_ok,
.i_fail,.i_warn,.i_light,.i_warnB,.i_m_n,.i_m_o,.i_m_h,.i_m_nf,.i_m_yo,.i_m_yn,
.i_m_ym,.i_m_yms,.i_m_yhf,.i_m_lost,.i_m_o2,.i_m_o2h,.i_m_sd,.i_m_sing,.i_m_hui,.i_m_d,
.i_m_chui,.i_m_money,.i_m_rss,.i_m_moneyg,.i_m_rssg,.i_s_mail,.i_s_arr,.i_s_peo,.i_s_wep,.i_s_cloud,
.i_s_sark,.i_s_sarkw,.i_free,.i_dxtips,.i_b_right,.searchWrap .searchRight,.i_s_space,.i_wjj,.i_wjj_o,.user_vip,
.user_gray_vip,.i_setn,.i_mail_b,.i-mail_bNotice,.weathertips .i_close,.i_ymd,.btnMinOK,.btnMincancel,.m139,.readModel,
.listModel,.readModelBlue,.listModelBlue,.i_jj,.i_jj_ico,.i_tagfor,.i_tagfor_n,.i_tagfor_nn,.i_tx,.i_tx_y,
.i_tx_b,.i_tx_n,.i_tx_ng,.i_tx_nb,.i_close_min,.i_back,.i_wiebo,.i_tx_l,.i_tx_b_l,.i_tx_y_l,
.i_peo,.i_voice,.toolBarPaging a.up,.toolBarPaging a.down,a.listViewed,a.cardViewed,.pagenum,.pagenum .pagenumtext,.gload .gloadbg,.pagenumBorder,
.read-db,.g-up,.g-down,.i_addSigh,.i_addWhite,.i_newsL,.i_newsR,.i-phoneNotice,.i-phoneNoticeGray,.i-backTop,
.i-tab,.error-tab,.add_integral,.i-writeNew,.i-wView,.i-newMenuMore,.i-fetion,.i-setup,.i-healthy,.i-user,
.i_nWarn,.i_t_min,.i_t_zoomin,.i_t_zoomout,.i_add,.i_set,.i_dels,.i_delb,.i_calendars,.i_clouds,
.i_clouds_on,.i_redDot,.mailLogo_new,.i_homeNew,.i_icok,.i_icokB,.i_attachmentS,.i_bigAttachmentS,.i_bigAttachmentC,.i_cloudS,
.i-uploadS,.i_phoneS,.i_wImg,.i_wCutImg,.i-ipWord,.i_139Prompt,.i_c_vacation,.i_c_work,.i_cDo,.i_cDo2,
.i_cDon,.i_cDoy,.i_question,.i_smsSearch,.i_s_sms,.i_s_smsCheck,.i_s_smsCross,.i_s_smsRe,.i_s_smsSet,.i_s_smsSend,
.i_s_smsOrder,.i_s_smsLog,.i_s_smsCollect,.i_s_smsLover,.i_c_upB,.i_c_downB,.i-smile,.i-notice,.i-hotIco,.i-orderMailIco,
.closeMin,.infoBox,.i_groupAdd,.i_groupIco,.i_groupAdd_s,.i_groupIco_s,.i_groupIco_add,.i_groupIco_out,.i_groupIco_pic,.i_groupIco_phiz,
.i_groupIco_attachment,.i_groupIco_cloud,.i_groupIco_amend,.i_icoTime,.i_groupIco_ok,.i_groupIco_ck,.i_triangleBtn,.i_writeSMS,.i_writeMail,.i_writeAgain,
.i_writeCharge,.i_writeBtnA,.i_writeBtnB,.writeOk_windowTop,.writeOk_tableTop,.i-tipsNetworkDisk,.i-createTime,.i-addPeople,.i-address,.i-meeting,
.i-calendarLeft,.i-calendarRight,.i-calendarLeftNo,.i-calendarRightNo,.i-conSina,.i-conMail,.i-conMoney,.i-conTime,.i-conAddress,.i-conUser,
.i-localUpload,.i-mobileUpload,.i-cloudUpload,.i-whirlLeft,.i-whirlRight,.i-notSongS,.i-skinTime,.i-imgUpload,.i-fileSendState,.i-fileSendPercentage,
.i-lgAt,.i-lgPw,.i-sendFilePeo,.i_group2_leftTop,.i_musicIco,.i_m_light,.i_g_look,.i_g_down,.i_g_play,.i_c_del,
.i_c_reply,.i_c_more,.i_c_join,.i_c_look,.i_c_ok,.i_icoChoose,.i_label_gt,.i-readMail,.i_icoQue,.i_icoAdd,
.i_icoAddPeople,.i_icoAddPeopleB,.i-client,.i_setAdd,.i-mobile,.i_people,.i_people_b,.i_main_inbox,.i_money_blue,.i_service_pink,
.i_clock_pink,.i_key_green,.i_sound_yellow,.i_iphones,.i_clock_pinked,.i_service_pinked,.i_key_greened,.i_sound_yellowed,.i_money_blueed,.i_booknote,
.i_moble_blue,.i-msg,.i-mediaMsg,.i-fax,.i-netDisk,.i-addrList,.i-netDiskSm,.i-probation,.i-eml-n,.i-eml-nm,
.i-msg-n,.i-msg-nm,.i-btn_roundYellow,.i-btn_orderYellow,.i-close,.i-message,.i-messageHV,.i-bill,.i-billHv,.i-kalendar,
.i_map,.i_writeclock,.i_triangle_yl,.t-infoTable .arrow a,.i-checked,.i-checkbox,.i-loveBtn,.i-select-ok,.i-loveShutdown,.i-loveMail,.i-confirmBtn,.i_closeBtn,
.i_close-Btn,.i-message-sm,.i-bill-sm,
/*old*/
.i_new_notify,.i_new_plusj,.i_new_minus,.smsNetTip_top,.i_blue_attachment,.i_new_attachment,.i_new_attachment_s,.i_t_close,.item-close,.i_p_close,
.i-users,.i-index-sbtn,.i_close,.closeAll,.i_read,.i_write,.i_add,.i_set,.i-content,.i-photo,
.i-model,.iconPrev,.iconPrevBan,.iconNext,.iconNextBan,.i-mail-reminder,.up,.down,.down-gray,.up-gray,
.i_triangle_r,.i-mark-complete,.iconCreateV3,.i-viped,.i-transmit,.i-transmited,.i-Clouding,.i-bulb,.i-major-v3,.i-star-v3,
.i-unread-v3,.i-read-v3,.i-replied-v3,.i-forwarded-v3,.i-c-closed,.i-clockTime,.i-scrollbar,.i-scrollBar,.box-line,.alarm-frame .btm-line,
.inputBox-down,.i-chooseMo,.i-chooseYet,.i-chooseYetOnly,.i-chooseRad,.i-starMo,.switch-shrink,.switch-expand,.i-starYet,.i-starClick,
.i-btnclose,.i-btnClose,.i-starMo-b,.i-starYet-b,.i-starClick-b,.i-redWarn,.i-blueWarn,.i-unkown,.i-wait,.i-redWarn-min,
.i-unkown-min,.i-tipsRemind-min,.i-wait-min,.i-v,.i-ved,.i-activy,.i-meet,.i-birthday,.i-baby,.i-day,
.i-week,.i-month,.i-year,.i-countdown,.i-Calendar,.i-remind,.i-upcoming,.i-subscribe,.i-group,.i-squre,
.i-calendar-news,.i-vipmail,.i-starmail,.i-domail,.i-sevicemail,.i-bookmail,.i-bill,.i-serve,.i-notice,.i-sensitize,
.i-extend,.i-checkbox-selected,.i-checkbox-unselected,.i-fit,.i-fits,.i-viewa,.i-viewb,.i-viewc,.i-major,.i-urgent,
.i-receiveFilePeo,.i-Clock,.i-Cloud,.i-Write,.i-Note,.i-Print,.i-Paper,.i-Launch,.i-Clocked,.i-Clouded,
.i-Writed,.i-Noted,.i-true,.i-addition,.i-subduction,.i-c-addInfo,.i-c-close,.i-scan,.i-vip,.i-mail,
.i-talk,.append,.back,.i-c-share,.i_tx_nn,.i_tx_nbb,.i_tx_nnon,.i_tx_nbbon,.i_tagfor_nn,.i_tagfor_tt,
.i_tagfor_del,.i-listshow,.i-cardshow,.i-blankContent,.lbl-for-139chk,.lbl-for-139checked,.i-triangle-down,.i-triangle-right,.icon-mailG,.icon-contact,
.icon-calendarG,.icon-shareG,.icon-closed,.icon-inspect,.icon-redDot,.newLead-box1-close,.i-additioned,.i-subductioned,.i-newsmall,.i-newbig,
.tips .tipsBottom,.tips .tipsLeft,.tips .tipsRight,.tips .tipsTop,.tips .tipsTop2,.tips .tipsBottom2,.tips .tipsTop3,.tips .tipsTop4,.tips .tipsTop5,.tips .tipsBottom3,
.tipsTopblue,.tips .tipsRight-small,.tipsOther .tipsBottom,.tipsOther .tipsLeft,.tipsOther .tipsRight,.tipsOther .tipsTop,.icon-featured-app,.icon-whatis,.icon-unreadBlue,.icon-Aglyph,
.i-writeList-p,.i-iphone,.i-man,.i_s_att,.i_toolBarEmpty,.i-selectMo,.i-selectYet,.switchOn,.switchOff,.release-link,
.i_icoPre,.i_icoNext,.i-sequenceorder,.i-descendingorder,.i-currentSession,.i-doubts,.i-temporary,.i-brooch,.i-edit,.dominance_a .closing,
.dominance_a .opening,.dominance_a .night,.closingbtn,.openingbtn,.vip-mail-gicon,.normal-mail-gicon,.stranger-mail-gicon,.parcel-mail-gicon,.subscribe-mail-gicon,.mobile-bill-gicon,
.domestic-services-gicon,.notifications-gicon,.promotion-mail-gicon,.vip-mail-icon,.normal-mail-icon,.stranger-mail-icon,.parcel-mail-icon,.subscribe-mail-icon,.mobile-bill-icon,.domestic-services-icon,
.notifications-icon,.promotion-mail-icon,.icon-triangle,.icon-right,.icon-drop,.revision-box1-close,.revision-box2-close,.revision-box3-close,.revision-box4-close,.i-Member,
.i-Right,.write-link .button_triangle,.i-OrderStatus1,.i-OrderStatus2,.i-OrderStatus3,.i-imperialcrown,.i-limitfree,.i-mymeeting,.i_successfully,.bubblePop .TriangleBottom,
.bubblePop .TriangleLeft,.bubblePop .TriangleRight,.bubblePop .TriangleTop,.i-addTo,.i-icoclose,.i-MakeMoney_arrow1,.i-MakeMoney_arrow2,.i-horn,.i-meetingPlus,.i-meetingDel,
.i-MakeMoney_tbarrow3,.i-MakeMoney_tbarrow4,.i-b-clock,.i-Bubble,.i-Villa,.i-feedIco,.i-setIco,.i-v3selected,.i-v3select,.i-radioIcon,
.i-radioedIcon,.i-openarrows,.i-closearrows,.i-bluetriangle,.i-contactperson,.i-foldersearch,.i-timelimit,.i-annexsearch,.i-delete1,.i-delete2,

.i-cancel1,.iconTimeMachine,.i_attaBlue,.i-sharedcalendar,.tips-upload-close,.i-setLoading,.i-integral,.i-lastsign{
	display:inline-block;
	vertical-align:middle;
	background:url(../../images/global/global_v3_24.png) no-repeat 0 0;
	_background:url(../../images/global/global_v3.png) no-repeat 0 0;
	overflow:hidden;
}
/*每一行10个类,新增类尾巴上添加,形成规则*/
.mailLogo_new{width:93px;height:22px;background-position:0 -900px;}
.i_closeBtn{width:24px;height:24px;background-position:0 -677px;}
.i_close-Btn{position:absolute;top:85px;right:20px;width:21px;height:21px;background-position:-189px -650px;cursor:pointer;}
.i_group2_leftTop{width:15px;height:10px;background-position:-51px -344px;}
.i_homeNew{width:12px;height:12px;background-position:-382px -310px;}
.i_triangle{width:7px;height:4px;background-position:-450px -22px;}
.i_triangle_d{width:7px;height:4px;background-position:-375px -22px;}
.i_triangle_g{width:7px;height:4px;background-position:-350px -22px;}
.i_triangle_h{width:4px;height:7px;background-position:-400px -22px;}
.i_triangle_hb{width:4px;height:7px;background-position:-425px -22px;}
.i_triangleBtn{width:13px;height:13px;background-position:-308px -388px;}
.i_triangleBtn:hover{width:13px;height:13px;background-position:-308px -402px;}
.i_c-search{width:14px;height:14px;background-position:-288px -292px;}
.i_plusj{width:13px;height:13px;background-position:-378px -1387px;}
.i_minus{width:13px;height:13px;background-position:-394px -1387px;}
.i_r_yq2{width:21px;height:12px;background-position:-231px -292px;}
.i_label_gt{width:7px;height:4px;background-position:-69px -463px;}
.i-readMail{width:14px;height:14px;background-position:-113px -513px;}
.i_setAdd{width:10px;height:10px;background-position:-5px -86px;}
.i-mobile{width:12px;height:18px;background-position:-96px -508px;}
.i-client{position:relative;top:-1px;width:12px;height:14px;background-position:-51px 0;}
.i-message{background-position:-401px -566px;width:30px;height:30px;}
.i-message-sm{background-position:-431px -523px;width:21px;height:12px;}
.i-messageHv{background-position:-367px -566px;width:30px;height:30px;}
.i-bill{background-position:-468px -566px;width:30px;height:30px;}
.i-bill-sm{background-position:-416px -523px;width:12px;height:13px;}
.i-billHv{background-position:-435px -566px;width:30px;height:30px;}
.i-kalendar{width:14px;height:14px;margin-right:4px;margin-top:-3px;background-position:-486px -515px;}
.i_note_on{width:12px;height:12px;background-position:-273px -388px;}
.i_print2{width:16px;height:16px;background-position:-179px -411px;}
.i_print2:hover{width:16px;height:16px;background-position:-228px -398px;}
.i_note_y{width:12px;height:12px;background-position:-339px -1150px;}
.i_alarm{width:11px;height:10px;background-position:-100px 0;}
.i_atta{width:12px;height:10px;background-position:-175px 0;}
.i_star{width:16px;height:16px;background-position:-276px -371px;}
.i_star:hover{width:16px;height:16px;background-position:-293px -371px;}
.i_starM{width:14px;height:14px;background-position:-231px -371px;}
.i_starM:hover{width:14px;height:14px;background-position:-246px -371px;}
.i_exc{width:4px;height:12px;background-position:-364px -1100px;}
.i_star_y{width:16px;height:16px;background-position:-310px -371px;}
.i_starM_y{width:14px;height:14px;background-position:-261px -371px;}
.i_t_move{width:13px;height:13px;background-position:-175px -22px;}
.i_bot_on{width:12px;height:12px;background-position:-260px -388px;}
.i_2win_y{width:12px;height:11px;background-position:-325px -54px;}
.i_2trid{width:8px;height:9px;background-position:-275px 0;}
.i_2tridd{width:8px;height:9px;background-position:-300px 0;}
.i_cl_w{width:6px;height:5px;background-position:-325px 0;}
.i_t_right{width:13px;height:12px;background-position:-200px -22px;}
.i_t_error{width:8px;height:9px;background-position:-275px -54px;}
.i_t_close,
.i_t_close:hover{width:12px;height:12px;background-position:-51px -302px;}
.i_u_close,
.i_u_close:hover,
a:hover .i_u_close,
.weathertips .i_close{width:12px;height:12px;background-position:-223px -20px;}
.i_p_close,
.i_p_close:hover{width:16px;height:16px;background-position:-140px -1150px;}
.i_u_closered{width:12px;height:12px;background-position:-250px -22px;}
.i_u_f5{width:12px;height:12px;background-position:-275px -22px;}
.i_r_add{width:11px;height:11px;background-position:0 -22px;}
.i_r_yq{width:11px;height:11px;background-position:-25px -22px;}
.i_r_jj{width:11px;height:11px;background-position:-50px -22px;}
.i_jj_ico{width:14px;height:14px;background-position:-232px -0px;}
.i_r_wl{width:11px;height:11px;background-position:-75px -22px;}
.i_r_rule{width:10px;height:11px;background-position:-100px -22px;}
.i_r_auto{width:11px;height:11px;background-position:-125px -22px;}
.i_r_tz{width:11px;height:11px;background-position:-150px -22px;}
.i_tag_c{width:12px;height:12px;background-position:-375px 0;}
.i_updown{width:13px;height:2px;background-position:-325px -22px;}
.i_leftr{width:2px;height:13px;background-position:-300px -22px;}
.i_addjt{width:17px;height:18px;background-position:-256px -292px;}
.i_lock{width:12px;height:14px;background-position:-350px -38px;}
.i_loading{width:9px;height:11px;background-position:-325px -38px;}
.i_tuij{width:14px;height:14px;background-position:-300px -38px;}
.i_wenhao{width:14px;height:15px;background-position:-275px -38px;}
.i_wenhao_yellow{width:16px;height:16px;background-position:-96px -490px;}
.i_g-search{width:13px;height:13px;background-position:-475px -38px;}
.i_th0{width:6px;height:7px;background-position:-475px -54px;}
.i_th1{width:6px;height:7px;background-position:-450px -54px;}
.i_xgg{width:8px;height:7px;background-position:-425px -54px;}
.i_del{width:13px;height:13px;background-position:-344px -293px;}
.i_del:hover{width:13px;height:13px;background-position:-358px -293px;}
.i_peo{width:14px;height:14px;background-position:-214px -292px;}
.i_free{width:33px;height:18px;background-position:-275px -84px;}
.i_dxtips{width:8px;height:10px;background-position:-350px -70px;}
.i_b_right{width:13px;height:11px;background-position:0 0;}
.i_dels{width:13px;height:14px;background-position:-169px -305px;}
.i_delb{width:13px;height:14px;background-position:-269px -415px;}
.i_calendars{width:11px;height:11px;background-position:-182px -310px;}
.i_clouds_on{width:14px;height:14px;background-position:-193px -384px;}
.i_redDot{width:6px;height:6px;background-position:-278px -310px;}
.i_icok{width:10px;height:7px;background-position:-396px -310px;}
.i_icokB{width:14px;height:10px;background-position:-89px -532px;}
.i_attachmentS{width:16px;height:12px;background-position:-178px -322px;}
.i_bigAttachmentS{width:16px;height:12px;background-position:-194px -322px;}
.i_bigAttachmentC{width:13px;height:13px;background-position:-227px -322px;}
.i_cloudS{width:16px;height:12px;background-position:-210px -322px;}
.i-uploadS{width:11px;height:14px;background-position:-241px -322px;}
.i_phoneS{width:11px;height:14px;background-position:-245px -398px;}
.i_wImg{width:14px;height:12px;background-position:-259px -402px;}
.i_wCutImg{width:14px;height:12px;background-position:-275px -402px;}
.i_map{width:12px;height:16px;background-position:-488px -605px;}
.i-ipWord{width:11px;height:14px;background-position:-292px -402px;}
.i_139Prompt{width:50px;height:50px;background-position:0 -341px;}
.i_c_vacation{width:20px;height:20px;background-position:-248px -341px;}
.i_c_work{width:20px;height:20px;background-position:-269px -341px;}
.i_cDo2{width:16px;height:16px;background-position:-211px -398px;}
.i_cDo2:hover{width:16px;height:16px;background-position:-194px -398px;}
.i_cDon{width:12px;height:12px;background-position:-194px -359px;}
.i_cDoy{width:12px;height:12px;background-position:-208px -359px;}
.i_c_upB{width:10px;height:12px;background-position:-296px -388px;}
.i_c_downB{width:10px;height:12px;background-position:-286px -388px;}
.closeMin{width:13px;height:13px;background-position:-210px -415px;}
.closeMin:hover{width:13px;height:13px;background-position:-196px -415px;}
.infoBox{width:20px;height:14px;background-position:-247px -415px;}
.i-tipsNetworkDisk{width:36px;height:30px;background-position:-436px -415px;}
.i-addPeople{width:20px;height:12px;background-position:-283px -417px;}
.i-address{width:12px;height:16px;background-position:-155px -378px;}
.i-meeting{width:20px;height:14px;background-position:-305px -416px;}
.i_icoPre,
.i-calendarLeft{width:20px;height:20px;background-position:-434px -468px;}
.i_icoPre:hover,
.i-calendarLeft:hover{width:20px;height:20px;background-position:-434px -447px;}
.i_icoNext,
.i-calendarRight{width:20px;height:20px;background-position:-455px -468px;}
.i_icoNext:hover,
.i-calendarRight:hover{width:20px;height:20px;background-position:-455px -447px;}
.i-calendarLeftNo,
.i-calendarLeftNo:hover{width:20px;height:20px;background-position:-455px -489px;cursor:default;}
.i-calendarRightNo,
.i-calendarRightNo:hover{width:20px;height:20px;background-position:-455px -510px;cursor:default;}
.i-conSina{width:22px;height:18px;background-position:-132px -475px;}
.i-conMail{width:20px;height:15px;background-position:-155px -475px;}
.i-conMoney{width:13px;height:16px;background-position:-176px -476px;}
.i-conTime{width:16px;height:16px;background-position:-473px -417px;}
.i-conAddress{width:16px;height:18px;background-position:-475px -434px;}
.i-conUser{width:16px;height:16px;background-position:-476px -453px;}
.i-localUpload{width:12px;height:12px;background-position:-271px -496px;}
.i-mobileUpload{width:10px;height:14px;background-position:-285px -496px;}
.i-cloudUpload{width:16px;height:12px;background-position:-236px -532px;}
.i-imgUpload{width:24px;height:24px;background-position:-40px -532px;}
.i-whirlLeft{width:16px;height:14px;background-position:-296px -496px;}
.i-whirlRight{width:16px;height:14px;background-position:-313px -496px;}
.i-notSongS{width:11px;height:11px;background-position:-97px -474px;}
.i-skinTime{width:16px;height:15px;background-position:-347px -496px;}
.i_m_light{width:12px;height:14px;background-position:-317px -512px;background:url(../../images/global/light_tips.gif) no-repeat\9;}
.i_g_look{width:15px;height:15px;background-position:-352px -520px;}
.i_g_look:hover{width:15px;height:15px;background-position:-368px -520px;}
.i_g_down{width:10px;height:14px;background-position:-330px -512px;}
.i_g_down:hover{width:10px;height:14px;background-position:-341px -512px;}
.i_g_play{width:14px;height:14px;background-position:-384px -520px;}
.i_g_play:hover{width:14px;height:14px;background-position:-399px -520px;}
.i_icoChoose{width:19px;height:19px;background-position:0 -532px;}
.i_musicIco{width:16px;height:15px;background-position:-34px -324px;}
.on .i_musicIco{background:url(../../images/global/musicIco.gif) no-repeat center center;}
.i_groupAdd{width:32px;height:32px;background-position:-329px -371px;}
.i_groupIco{width:32px;height:32px;background-position:-362px -371px;}
.i_groupAdd_s{width:22px;height:22px;background-position:-395px -371px;}
.i_groupIco_s{width:22px;height:22px;background-position:-418px -386px;}
.i_groupIco_add{width:18px;height:18px;background-position:-449px -370px;}
.i_groupIco_add:hover{width:18px;height:18px;background-position:-447px -390px;}
.i_groupIco_out{width:18px;height:18px;background-position:-466px -370px;}
.i_groupIco_out:hover{width:18px;height:18px;background-position:-466px -390px;}
.i_groupIco_pic{width:20px;height:18px;background-position:0 -485px;}
.i_groupIco_phiz{width:20px;height:20px;background-position:-21px -485px;}
.i_groupIco_attachment{width:20px;height:17px;background-position:-42px -485px;}
.i_groupIco_cloud{width:16px;height:18px;background-position:-63px -485px;}
.i_c_del{width:11px;height:12px;background-position:0 -519px;}
.i_c_del:hover{width:11px;height:12px;background-position:0 -506px;}
.i_c_reply{width:12px;height:10px;background-position:-12px -519px;}
.i_c_reply:hover{width:12px;height:10px;background-position:-12px -506px;}
.i_c_more{width:11px;height:3px;background-position:-25px -519px;}
.i_c_more:hover{width:11px;height:3px;background-position:-25px -506px;}
.i_c_join{width:12px;height:10px;background-position:-37px -519px;}
.i_c_join:hover{width:12px;height:10px;background-position:-37px -506px;}
.i_c_look{width:12px;height:13px;background-position:-51px -519px;}
.i_c_look:hover{width:12px;height:13px;background-position:-51px -506px;}
.i_c_ok{width:26px;height:25px;background-position:-64px -506px;}
.i_icoTime{width:9px;height:9px;background-position:-485px -371px;}
.i_groupIco_ok{width:14px;height:14px;background-position:-485px -387px;}
.i_groupIco_ck{width:14px;height:14px;background-position:-485px -402px;}
.i_groupIco_amend{width:21px;height:21px;background-position:-476px -492px;}
.i_groupIco_amend:hover{width:21px;height:21px;background-position:-476px -470px;}
.i_garbage{width:36px;height:36px;background-position:0 -113px;}
.i_ok{width:36px;height:36px;background-position:-199px -1202px;}
.i_fail{width:36px;height:36px;background-position:-291px -1202px;}
.i_warn{width:44px;height:44px;background-position:-305px -677px;}
.i_warnB{width:36px;height:36px;background-position:-414px -524px;}
.i_ok_min{width:17px;height:16px;background-position:-42px -154px;}
.i_fail_min{width:17px;height:16px;background-position:-87px -154px;}
.i_warn_min{width:16px;height:16px;background-position:-132px -154px;}
.i_light{width:47px;height:49px;background-position:-225px -113px;}
.i_setn{width:10px;height:10px;background-position:-325px -174px;}
.i_add{width:12px;height:12px;background-position:-372px -293px;}
.i_add:hover{width:12px;height:12px;background-position:-385px -293px;}
.i_set{width:12px;height:12px;background-position:-398px -293px;}
.i_set:hover{width:12px;height:12px;background-position:-411px -293px;}
.i_question{width:36px;height:36px;background-position:-100px -364px;}
.i-smile{width:64px;height:64px;background-position:0 -393px;}
.i_nWarn{width:29px;height:29px;background-position:0 -302px;}
.i_m_n{width:14px;height:11px;background-position:0 -174px;}
.i_m_o{width:14px;height:14px;background-position:-16px -174px;}
.i_m_h{width:15px;height:11px;background-position:-32px -174px;}
.i_m_nf{width:16px;height:12px;background-position:-49px -174px;}
.i_m_yhf{width:16px;height:14px;background-position:-67px -174px;}
.i_m_lost{width:13px;height:11px;background-position:-85px -174px;}
.i_m_o2{width:16px;height:12px;background-position:-100px -174px;}
.i_m_o2h{width:16px;height:14px;background-position:-118px -174px;}
.i_m_sd{width:16px;height:12px;background-position:-136px -174px;}
.i_m_sing{width:16px;height:14px;background-position:-154px -174px;}
.i_m_hui{width:16px;height:12px;background-position:-176px -174px;}
.i_m_d{width:17px;height:12px;background-position:-200px -174px;}
.i_m_chui{width:15px;height:12px;background-position:-250px -192px;}
.i_m_money{width:14px;height:15px;background-position:-175px -151px;}
.i_m_rss{width:14px;height:10px;background-position:-200px -152px;}
.i_m_moneyg{width:14px;height:15px;background-position:-175px -134px;}
.i_m_rssg{width:14px;height:10px;background-position:-200px -135px;}
.i_m_yo{width:14px;height:14px;background-position:-250px -463px;}
.i_m_yn{width:14px;height:14px;background-position:-265px -463px;}
.i_m_ym{width:14px;height:14px;background-position:-250px -478px;}
.i_m_yms{width:14px;height:14px;background-position:-265px -478px;}
.i_writeSMS{width:12px;height:16px;background-position:-413px -344px;}
.i_writeMail{width:19px;height:12px;background-position:-426px -344px;}
.i_writeAgain{width:16px;height:16px;background-position:-446px -344px;}
.i_writeCharge{width:15px;height:14px;background-position:-463px -344px;}
.i_writeBtnA{width:76px;height:26px;background-position:-357px -415px;}
.i_writeBtnA:hover{width:76px;height:26px;background-position:-280px -469px;}
.i_writeBtnB{width:76px;height:26px;background-position:-357px -442px;}
.i_writeBtnB:hover{width:76px;height:26px;background-position:-357px -469px;}
.writeOk_windowTop{width:9px;height:12px;background-position:-478px -344px;}
.writeOk_tableTop{width:9px;height:6px;background-position:-488px -344px;}
.i-fileSendState{width:15px;height:15px;background-position:-256px -493px;}
.i-fileSendPercentage{width:15px;height:15px;background-position:-256px -508px;}
.i_writeclock{width:16px;height:16px;background-position:-20px 0;}
.i-lgAt{width:16px;height:15px;background-position:-283px -514px;}
.i-lgPw{width:14px;height:16px;background-position:-302px -513px;}
.i-sendFilePeo{width:16px;height:14px;background-position:-330px -496px;}
.i_icoQue{width:14px;height:14px;background-position:-65px -532px;}
.i_icoAdd{width:8px;height:8px;background-position:-80px -532px;}
.i_icoAddPeople{width:18px;height:12px;background-position:-65px -547px;}
.i_icoAddPeopleB{width:18px;height:12px;background-position:-234px -292px;}
.i_people{width:16px;height:16px;background-position:-211px -290px;}
.i_people_b{width:12px;height:12px;background-position:-228px -241px;}
.i_main_inbox{width:12px;height:12px;background-position:-248px -241px;}
.i-msg{width:45px;height:45px;background-position:-55px -567px;}
.i-mediaMsg{width:45px;height:45px;background-position:-55px -622px;}
.i-netDisk{width:45px;height:45px;background-position:0 -567px;}
.i-fax{width:45px;height:45px;background-position:0 -622px;}
.i-addrList{width:33px;height:33px;background-position:-319px -608px;}
.i-netDiskSm{width:38px;height:30px;background-position:-362px -608px;}
.i-probation{width:60px;height:59px;background-position:-110px -568px;}
.i-eml-n{width:37px;height:25px;background-position:-228px -568px;}
.i-eml-nm{width:37px;height:29px;background-position:-323px -568px;}
.i-msg-n{width:37px;height:31px;background-position:-180px -568px;}
.i-msg-nm{width:38px;height:29px;background-position:-275px -568px;}
.i-btn_roundYellow{width:125px;height:29px;background-position:-180px -608px;}
.i-btn_orderYellow{width:129px;height:44px;background-position:-28px -675px;}
.i-close{width:15px;height:15px;background-position:-142px -550px;}
.error-tab{position:absolute;top:6px;left:10px;width:16px;height:16px;background-position:-411px -256px;}
.write-loading{position:absolute;top:8px;left:10px;display:inline-block;width:16px;height:16px;background:url(../../images/global/write-loading-b.png) no-repeat;overflow:hidden;}
.error-loading{position:absolute;top:6px;left:10px;display:inline-block;width:16px;height:16px;background:url(../../images/global/loading_xs.gif) no-repeat;overflow:hidden;}
.mainTop .on .error-loading,
.boxIframe .boxIframeBtn .loadDing{background:url(../../images/global/load.gif) no-repeat;}
.i_s_mail{width:17px;height:13px;background-position:-450px -39px;}
.i_s_arr{width:17px;height:17px;background-position:-425px -37px;}
.i_s_peo{width:17px;height:17px;background-position:-375px -37px;}
.i_s_wep{width:17px;height:17px;background-position:-400px -37px;}
.i_s_cloud{width:17px;height:17px;background-position:-101px -304px;}
.i_s_sark{width:17px;height:17px;background-position:-135px -304px;}
.i_s_sarkw{width:14px;height:14px;background-position:-139px -362px;}
.mailSearchboolBar li a.selected .i_s_cloud,
.mailSearchboolBar li a:hover .i_s_cloud{background-position:-118px -304px;}
.mailSearchboolBar li a.selected .i_s_sark,
.mailSearchboolBar li a:hover .i_s_sark{background-position:-152px -304px;}
.mailSearchboolBar .blue{color:#1a75ca;}
.mailSearchboolBar .blue:hover{color:#175fa2;}
.i_s_space{width:17px;height:17px;}
.i_ymd{width:16px;height:16px;background-position:-275px -109px;}
.i_wjj{width:16px;height:13px;background-position:-225px -174px;}
.i_wjj_o{width:16px;height:13px;background-position:-250px -174px;}
.user_vip{width:12px;height:12px;background-position:-300px -174px;}
.user_gray_vip{width:12px;height:12px;background-position:-275px -174px;}
.i_mail_b{width:16px;height:13px;background-position:-350px -174px;}
.i-mail_bNotice{width:38px;height:28px;background-position:0px -458px;}
.m139{width:16px;height:16px;background-position:-375px -174px;}
.i_jj{width:2px;height:7px;background-position:-5px -194px;}
.i_tagfor{width:13px;height:13px;background-position:-66px -192px;}
.i_tagfor_n{width:13px;height:13px;background-position:-52px -193px;}
.i_tagfor_n:hover,
.i_tagfor_nn{width:13px;height:13px;background-position:-52px -210px;}
.i_tagfor_n:hover{width:13px;height:13px;-moz-animation:markAnimations 1s linear;-webkit-animation:markAnimations 1s linear;animation:markAnimations 1s linear;-moz-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;}
.i_tx{width:17px;height:18px;background-position:-80px -192px;}
.i_tx:hover{width:17px;height:18px;background-position:-80px -208px;}
.i_tx_y{width:17px;height:18px;background-position:-100px -192px;}
.i_tx_b{width:17px;height:18px;background-position:-125px -192px;}
.i_tx_n{width:14px;height:14px;background-position:-83px -194px;}
.i_tx_n:hover{width:14px;height:14px;background-position:-83px -210px;-webkit-animation:taskAnimations .5s ease-out;-moz-animation:taskAnimations .5s ease-out;animation:taskAnimations .5s ease-out;}
.i_tx_ng{width:14px;height:14px;background-position:-143px -194px;}
.i_tx_nb{width:14px;height:14px;background-position:-158px -194px;}
.i_tx_nb:hover{width:14px;height:14px;-webkit-animation:taskAnimations .5s ease-out;-moz-animation:taskAnimations .5s ease-out;animation:taskAnimations .5s ease-out;}
.i_close_min{width:6px;height:5px;background-position:-400px -174px;}
.i_wiebo{width:16px;height:16px;background-position:-225px -192px;}
.readModel{width:20px;height:18px;background-position:-434px -232px;}
.listModel{width:20px;height:18px;background-position:-457px -232px;}
.readModelBlue{width:20px;height:18px;background-position:-411px -232px;}
.listModelBlue{width:20px;height:18px;background-position:-480px -232px;}
.i-tab{width:13px;height:13px;}
.i-tab-c{width:12px;height:11px;background-position:-200px -257px;}
.i-tab-s{background-position:-215px -257px;}
.i-tab-w{background-position:-230px -257px;}
.i-tab-t{background-position:-245px -257px;}
.i-tab-d{background-position:-260px -257px;}
.i-tab-j{background-position:-275px -257px;}
.i-tab-i{background-position:-290px -257px;}
.i-tab-x{background-position:-344px -293px;}
.i-tab-x:hover{background-position:-358px -293px;}
.add_integral{width:17px;height:15px;background-position:-366px -208px;}
.i-writeNew{width:16px;height:14px;background-position:-305px -274px;}
.i-wView{width:15px;height:16px;background-position:-198px -274px;}
.i-newMenuMore{width:12px;height:12px;background-position:-375px -274px;}
.i-fetion{width:14px;height:16px;background-position:-339px -274px;}
.i-setup{width:16px;height:16px;background-position:-322px -274px;}
.i-healthy{width:14px;height:16px;background-position:-438px -256px;}
.i-healthyed{background-position:-460px -256px;}
.i-user{width:18px;height:18px;background-position:-355px -274px;}
.i-createTime{width:14px;height:14px;background-position:-155px -362px;}
.i_iphones{width:12px;height:14px;background-position:-89px -545px;}
.i-backTop{position:absolute;right:18px;bottom:100px;width:28px;height:28px;background-position:0 -272px;}
.i-backTop:hover{width:28px;height:28px;background-position:-34px -272px;}
.i_money_blue{width:11px;height:12px;background-position:-248px -1000px;}
.i_money_blueed{width:11px;height:12px;background-position:-273px -1000px;}
.i_service_pink{width:12px;height:13px;background-position:-298px -1000px;}
.i_service_pinked{width:12px;height:13px;background-position:-325px -1000px;}
.i_clock_pink{width:14px;height:14px;background-position:-352px -1000px;}
.i_clock_pinked{width:14px;height:14px;background-position:-381px -1000px;}
.i_key_green{width:13px;height:13px;background-position:-410px -1000px;}
.i_key_greened{width:13px;height:13px;background-position:-438px -1000px;}
.i_sound_yellow{width:12px;height:13px;background-position:-463px -1000px;}
.i_sound_yellowed{width:12px;height:13px;background-position:-488px -1000px;}
.i_voice{width:12px;height:16px;background-position:-275px -192px;}
.i-phoneNotice{width:10px;height:14px;background-position:-325px -208px;}
.i-phoneNoticeGray{width:10px;height:14px;background-position:-350px -208px;}
.g-up{width:7px;height:8px;background-position:-326px -192px;}
.g-down{width:7px;height:8px;background-position:-301px -192px;}
.i_newsL{width:21px;height:12px;background-position:-296px -208px;}
.i_newsR{width:21px;height:12px;background-position:-325px -208px;}
.i_back{width:13px;height:13px;background-position:0 -208px;}
.i_tx_l{width:34px;height:34px;background-position:0 -227px;}
.i_tx_b_l{width:34px;height:34px;background-position:-75px -227px;}
.i_tx_y_l{width:34px;height:34px;background-position:-36px -227px;}
.i_addSigh{width:8px;height:8px;background-position:-470px -73px;}
.i_addWhite{width:8px;height:8px;background-position:-483px -73px;}
.i_smsSearch{width:12px;height:12px;background-position:-85px -347px;}
.i_s_sms{width:17px;height:14px;background-position:-399px -70px;}
.i_s_smsCheck{width:16px;height:11px;font-size:0;background-position:-79px -377px;}
.i_s_smsCross{width:16px;height:11px;font-size:0;background-position:-78px -389px;}
.i_s_smsRe{width:16px;height:11px;font-size:0;background-position:-79px -365px;}
.i_s_smsSet{width:16px;height:16px;background-position:-393px -344px;}
.i_s_smsSend{width:16px;height:16px;background-position:-300px -345px;}
.i_s_smsOrder{width:16px;height:16px;background-position:-320px -344px;}
.i_s_smsLog{width:16px;height:16px;background-position:-339px -344px;}
.i_s_smsCollect{width:16px;height:16px;background-position:-356px -345px;}
.i_s_smsLover{width:16px;height:16px;background-position:-374px -345px;}
.i-notice{width:14px;height:14px;background-position:-62px -1261px;}
.i_triangle_yl{width:8px;height:6px;background-position:-212px -240px;}
.i-checked{height:16px;width:16px;background-position:-158px -651px;}
.i-checkbox{height:16px;width:16px;background-position:-134px -651px;}
.i-select-ok{width:16px;height:16px;background-position:-111px -651px;}
.i-confirmBtn{width:120px;height:28px;background-position:-34px -721px;}
.i-loveShutdown{width:25px;height:25px;background-position:-4px -723px;}
.i-loveMail{width:20px;height:20px;background-position:-4px -794px;}
.i-hotIco{width:23px;height:11px;background-position:-295px -227px;}
.i-orderMailIco{width:12px;height:12px;background-position:-300px -155px;}
.i_moble_blue{width:10px;height:14px;background-position:-106px -545px;}
/*global background style 在旧的global引用并加以拓展 end*/

/*public background style start*/
.i_new_notify{width:14px;height:12px;background-position:-150px -900px;}
.i_new_plusj{width:14px;height:14px;background-position:-92px -1150px;}
.i_new_minus{width:14px;height:14px;background-position:-68px -1150px;}
.smsNetTip_top{width:8px;height:6px;background-position:-212px -240px;}
.i_attaBlue{width:14px;height:12px;background-position:-179px -322px;}
.i-users{width:13px;height:14px;background-position:0 -1000px;}
a:hover .i-users{width:13px;height:14px;background-position:-23px -1000px;}
.i-index-sbtn{width:37px;height:24px;background-position:0 -950px;}
.i_close{width:11px;height:11px;background-position:0 -1050px;}
.closeAll{width:11px;height:11px;background-position:-63px -1050px;}
.i_read{width:16px;height:16px;background-position:0 -1100px;}
.i_write{width:16px;height:16px;background-position:-26px -1100px;}
.i_add{width:8px;height:8px;background-position:-106px -1102px;}
.i_set{width:10px;height:10px;background-position:-149px -1101px;}
.iconPrev{width:28px;height:24px;vertical-align:top;background-position:-353px -694px;}
.iconPrev:hover{width:28px;height:24px;background-position:-353px -723px;}
.iconPrev:active{width:28px;height:24px;background-position:-353px -753px;}
.iconPrevBan{width:28px;height:24px;vertical-align:top;background-position:-353px -786px;}
.iconNext{width:28px;height:24px;vertical-align:top;background-position:-387px -694px;}
.iconNext:hover{width:28px;height:24px;background-position:-387px -723px;}
.iconNext:active{width:28px;height:24px;background-position:-387px -753px;}
.iconNextBan{width:28px;height:24px;vertical-align:top;background-position:-387px -786px;}
.i-mail-reminder{width:12px;height:11px;background-position:-46px -1150px;}
.i_toolBarEmpty{width:12px;height:12px;background-position:-325px -71px;}
.i-mark-complete{width:13px;height:9px;background-position:-190px -1150px;}
.iconCreateV3{width:19px;height:19px;background-position:-127px -950px;}
.i-transmit{width:18px;height:18px;background-position:-305px -727px;}
.i-transmited{width:18px;height:18px;background-position:-328px -727px;}
.i-major-v3{width:16px;height:12px;background-position:-213px -1150px;}
.i-star-v3{width:16px;height:16px;background-position:-310px -371px;}
.i-unread-v3{width:14px;height:10px;background-position:-239px -1150px;}
.menuPop .i-unread-v3{width:15px;height:10px;background-position:-420px -1150px;}
.i-read-v3{width:14px;height:14px;background-position:-263px -1150px;}
.menuPop .i-read-v3{width:14px;height:10px;background:none;}
.i-replied-v3{width:16px;height:15px;background-position:-287px -1150px;}
.i-forwarded-v3{width:16px;height:15px;background-position:-313px -1150px;}
.icon-whatis{width:18px;height:18px;background-position:-445px -1150px;}
.icon-unreadBlue{width:16px;height:12px;background-position:-473px -1150px;}
.icon-Aglyph{width:12px;height:12px;background-position:-342px -1100px}
.i-Villa{width:14px;height:16px;background-position:-421px  -1050px;}
.i-Bubble{width:16px;height:16px;background-position:-443px -1050px;}
.i-b-clock{width:14px;height:14px;background-position:-176px -1650px;}
.i-meetingDel{width:12px;height:12px;background-position:-374px -1050px;}
.i-meetingPlus{width:12px;height:12px;background-position:-404px -1050px;}
.i-horn{width:12px;height:12px;background-position:-389px -1050px;}
.i-icoclose{width:18px;height:18px;background-position:-166px -780px}
.i-icoclose:hover{width:18px;height:18px;background-position:-166px -803px}
.i-addTo{width:24px;height:24px;background-position:-166px -826px;}
.i-addTo:hover{width:24px;height:24px;background-position:-166px -855px;}
.i-c-share:hover{background-position:-127px -833px;}
.write-link .button_triangle{width:17px;height:16px;background-position:-94px -833px;}
.write-link .button_triangle:hover{width:17px;height:16px;background-position:-73px -833px;}
.i-Right{width:30px;height:30px;background-position:-127px -780px;}
.i-Member{width:42px;height:42px;background-position:-73px -780px;}
.i-clockTime{width:16px;height:17px;background-position:-227px -661px;}
.i-c-closed{width:16px;height:15px;background-position:-305px -750px;}
.i-bulb{width:44px;height:44px;background-position:-257px -677px;}
.i-Clouding{width:26px;height:26px;background-position:-323px -750px;}
.i-viped{width:20px;height:20px;background-position:-353px -672px;}
.i-model{width:14px;height:16px;background-position:-208px -662px;}
.i-photo{width:16px;height:14px;background-position:-189px -662px;}
.i-content{width:16px;height:16px;background-position:-170px -661px;}
.item-close{width:10px;height:9px;background-position:-457px -605px;}
.i-additioned{width:16px;height:16px;background-position:-41px -1353px;}
.i-subductioned{width:16px;height:16px;background-position:-19px -1353px;}
.i-additioned:hover{width:16px;height:16px;background-position:-41px -1375px;}
.i-subductioned:hover{width:16px;height:16px;background-position:-19px -1375px;}
.i_triangle_r{width:4px;height:7px;background-position:-410px -632px;}
.i-blankContent{width:16px;height:16px;background-image:none;}
.i_m_n{width:14px;height:10px;background-position:-239px -1150px;}
.i_m_o{width:14px;height:14px;background-position:-263px -1150px;}
.i-c-share{width:30px;height:30px;background-position:-143px -1477px;}
.append{width:60px;height:60px;background-position:-117px -1413px;}
.back{width:60px;height:60px;background-position:-179px -1414px;}
.i-talk{width:17px;height:14px;background-position:-338px -1382px;}
.i-mail{width:16px;height:12px;background-position:-321px -1382px;}
.i-scan{width:20px;height:20px;background-position:-298px -1381px;}
.i-vip{width:20px;height:20px;background-position:-356px -1382px;}
.i-c-close{width:8px;height:7px;background-position:-275px -1381px;}
.i-c-addInfo{width:15px;height:14px;background-position:-204px -1381px;}
.i-addition{width:16px;height:16px;background-position:-107px -1269px;}
.i-addition:hover{width:16px;height:16px;background-position:-151px -1269px;}
.i-subduction{width:16px;height:16px;background-position:-129px -1269px;}
.i-subduction:hover{width:16px;height:16px;background-position:-173px -1269px;}
.i-Clock{width:26px;height:26px;background-position:-117px -1319px;}
.i-Cloud{width:26px;height:26px;background-position:-147px -1319px;}
.i-Write{width:26px;height:26px;background-position:-177px -1319px;}
.i-Note{width:26px;height:26px;background-position:-207px -1319px;}
.i-Print{width:26px;height:26px;background-position:-237px -1319px;}
.i-Paper{width:26px;height:26px;background-position:-267px -1319px;}
.i-Launch{width:26px;height:26px;background-position:-297px -1319px;}
.i-Clock:hover{width:26px;height:26px;background-position:-117px -1352px;}
.i-Cloud:hover{width:26px;height:26px;background-position:-147px -1352px;}
.i-Write:hover{width:26px;height:26px;background-position:-177px -1352px;}
.i-Note:hover{width:26px;height:26px;background-position:-207px -1352px;}
.i-Print:hover{width:26px;height:26px;background-position:-237px -1352px;}
.i-Paper:hover{width:26px;height:26px;background-position:-267px -1352px;}
.i-Launch:hover{width:26px;height:26px;background-position:-297px -1352px;}
.i-Clocked{width:26px;height:26px;background-position:-327px -1319px;}
.i-Clouded{width:26px;height:26px;background-position:-357px -1319px;}
.i-Writed{width:26px;height:26px;background-position:-387px -1319px;}
.i-Noted{width:26px;height:26px;background-position:-417px -1319px;}
.i-Clocked:hover{width:26px;height:26px;background-position:-327px -1355px;}
.i-Clouded:hover{width:26px;height:26px;background-position:-357px -1355px;}
.i-Writed:hover{width:26px;height:26px;background-position:-387px -1355px;}
.i-Noted:hover{width:26px;height:26px;background-position:-417px -1355px;}
.i-true{width:26px;height:26px;background-position:-153px -1381px;}
.i-true:hover{width:26px;height:26px;background-position:-116px -1381px;}
.i-receiveFilePeo{width:16px;height:14px;background-position:-182px -1380px;}
.i-major{width:13px;height:13px;vertical-align:-1px;background-position:-275px -1288px;}
.i-urgent{width:13px;height:13px;vertical-align:-1px;background-position:-291px -1288px;}
.i-viewa{width:16px;height:16px;background-position:-114px -1288px;}
.i-viewb{width:16px;height:16px;background-position:-137px -1288px;}
.i-viewc{width:16px;height:16px;background-position:-160px -1288px;}
.i-viewa:hover,
.i-viewa.i-viewOn{width:16px;height:16px;background-position:-179px -1288px;}
.i-viewb:hover,
.i-viewb.i-viewOn{width:16px;height:16px;background-position:-202px -1288px;}
.i-viewc:hover,
.i-viewc.i-viewOn{width:16px;height:16px;background-position:-225px -1288px;}
.i-fit{width:28px;height:28px;background-position:-244px -1288px;}
.i-fits{width:26px;height:24px;background-position:-395px -1288px;}
.i-bill{width:10px;height:13px;background-position:-64px -1201px;}
.i-serve{width:12px;height:14px;background-position:-63px -1230px;}
.i-sensitize{width:13px;height:13px;background-position:-62px -1291px;}
.i-extend{width:15px;height:12px;background-position:-62px -1325px;}
.i-vipmail{width:12px;height:12px;background-position:-44px -1201px;}
.i-starmail{width:13px;height:13px;background-position:-43px -1223px;}
.i-domail{width:13px;height:13px;background-position:-44px -1247px;}
.i-sevicemail{width:14px;height:14px;background-position:-43px -1270px;}
.i-bookmail{width:15px;height:10px;background-position:-43px -1294px;}
.i-Calendar{width:16px;height:17px;background-position:-21px -1200px;}
.i-remind{width:16px;height:17px;background-position:-21px -1229px;}
.i-upcoming{width:15px;height:16px;background-position:-395px -950px;}
.i-subscribe{width:16px;height:17px;background-position:-21px -1257px;}
.i-group{width:16px;height:13px;background-position:-21px -1286px;}
.i-squre{width:16px;height:10px;background-position:-21px -1311px;}
.i-calendar-news{width:16px;height:15px;background-position:-21px -1334px;}
.i-activy{width:14px;height:13px;background-position:-1px -1200px;}
.i-meet{width:16px;height:12px;background-position:0 -1225px;}
.i-birthday{width:13px;height:14px;background-position:-1px -1249px;}
.i-baby{width:14px;height:13px;background-position:0 -1275px;}
.i-day{width:14px;height:14px;background-position:0 -1300px;}
.i-week{width:14px;height:14px;background-position:0 -1326px;}
.i-month{width:14px;height:14px;background-position:0 -1351px;}
.i-year{width:14px;height:14px;background-position:0 -1375px;}
.i-countdown{width:14px;height:14px;background-position:0 -1400px;}
.box-line,
.alarm-frame .btm-line{width:3px;height:46px;background-position:-107px -1288px;}
.i-chooseMo{width:16px;height:16px;margin-right:5px;background-position:-392px -1269px;}
.i-chooseYet{width:16px;height:16px;margin-right:5px;background-position:-411px -1268px;}
.i-chooseYetOnly{width:16px;height:16px;margin-right:5px;background-position:-411px -1250px;}
.i-chooseRad{width:16px;height:16px;margin-right:5px;background-position:-392px -1251px;}
.i-selectMo{width:16px;height:16px;background-position:-404px -1100px;}
.i-selectYet{width:16px;height:16px;background-position:-378px -1100px;}
.i-chooseBlank{width:16px;height:16px;margin-right:5px;background-position:transparent;}
.i-starMo{width:14px;height:14px;background-position:-194px -1271px;}
.i-starYet{width:14px;height:14px;background-position:-210px -1271px;}
.i-starClick{width:14px;height:14px;background-position:-228px -1271px;}
.i-btnclose{width:20px;height:19px;background-position:-204px -1380px;-webkit-animation:fadeOut .2s ease-out;-moz-animation:fadeOut .2s ease-out;animation:fadeOut .2s ease-out;}
.i-btnclose:hover{width:20px;height:19px;background-position:-317px -1266px;-webkit-animation:fadeOut .2s ease-out;-moz-animation:fadeOut .2s ease-out;animation:fadeOut .2s ease-out;}
.i-btnClose{width:26px;height:26px;background-position:-231px -1380px;-webkit-animation:fadeOut .2s ease-out;-moz-animation:fadeOut .2s ease-out;animation:fadeOut .2s ease-out;}
.i-btnClose:hover{width:26px;height:26px;background-position:-362px -1259px;-webkit-animation:fadeOut .2s ease-out;-moz-animation:fadeOut .2s ease-out;animation:fadeOut .2s ease-out;}
.i-starMo-b{width:16px;height:16px;background-position:-247px -1269px;}
.i-starYet-b{width:16px;height:16px;background-position:-267px -1269px;}
.i-starClick-b{width:16px;height:16px;background-position:-286px -1269px;}
.i-redWarn{width:36px;height:36px;background-position:-107px -1202px;}
.i-blueWarn{width:36px;height:36px;background-position:-245px -1202px;}
.i-unkown{width:36px;height:36px;background-position:-153px -1202px;}
.i-wait{width:36px;height:36px;background-position:-383px -1202px;}
.i-redWarn-min{width:16px;height:16px;background-position:-107px -1245px}
.i-unkown-min{width:16px;height:16px;background-position:-133px -1245px;}
.i-tipsRemind-min{width:16px;height:16px;background-position:-237px -1245px;}
.i-wait-min{width:16px;height:16px;background-position:-263px -1245px;}
.i-v{width:12px;height:12px;background-position:-295px -1247px;}
.i-ved{width:12px;height:12px;background-position:-315px -1247px;}
.switch-shrink{width:21px;height:42px;background-position:-81px -1497px;}
.switch-shrink:hover,
.switch-shrink:active{width:21px;height:42px;background-position:-81px -1597px;}
.switch-expand{width:21px;height:42px;background-position:-81px -1547px;}
.switch-expand:hover,
.switch-expand:active{width:21px;height:42px;background-position:-81px -1647px;}
.i-checkbox-selected{width:14px;height:14px;background-position:-318px -1288px;}
.i-checkbox-unselected{width:14px;height:14px;background-position:-337px -1288px;}
.i_tx_nn{width:22px;height:22px;background-position:-117px -1603px;}
.i_tx_nn:hover{width:22px;height:22px;background-position:-191px -1600px;}
.i_tx_nbb{width:22px;height:22px;background-position:-194px -1603px;}
.i_tx_nbb:hover{width:22px;height:22px;background-position:-228px -1599px;}
.i_tagfor_nn{width:22px;height:22px;background-position:-115px -1550px;}
.i_tagfor_tt{width:22px;height:22px;background-position:-154px -1550px;}
.i_tagfor_del{width:22px;height:22px;background-position:-192px -1550px;}
.i-listshow{width:20px;height:16px;background-position:-270px -1550px;}
.i-listshow:hover,
.i-listshow:active,
.i-listshow.cur-listshow{width:20px;height:16px;background-position:-270px -1570px;}
.i-cardshow{width:18px;height:16px;background-position:-300px -1550px;}
.i-cardshow:hover,
.i-cardshow:active,
.i-cardshow.cur-cardshow{width:18px;height:16px;background-position:-300px -1570px;}
.lbl-for-139chk{width:16px;height:16px;background-position:-392px -1269px;}
.lbl-for-139checked{background-position:-411px -1268px;}
.i-triangle-down{width:9px;height:5px;background-position:-287px -1476px;}
.i-triangle-right{width:5px;height:9px;background-position:-270px -1476px;}
.icon-featured-app{width:13px;height:13px;background-position:-398px -1150px;}
.i_s_att{width:14px;height:12px;background-position:-166px -1150px;}
.release-link{width:70px;height:23px;background-position:0 -809px;}
.i-sequenceorder{width:10px;height:12px;background-position:-430px -1100px;}
.i-descendingorder{width:10px;height:12px;background-position:-450px -1100px;}
.i-currentSession{width:22px;height:19px;background-position:-160px -1050px;}
.i-doubts{width:11px;height:11px;background-position:-243px -1050px;}
.i-temporary{width:16px;height:16px;background-position:-192px -1050px;}
.i-brooch{width:17px;height:17px;background-position:-217px -1050px;}
.i-edit{width:11px;height:11px;background-position:-264px -1050px;}
.i-imperialcrown{width:18px;height:15px;background-position:0 -1125px;}
.i-OrderStatus1{width:17px;height:17px;background-position:-377px -1075px;}
.i-OrderStatus2{width:17px;height:17px;background-position:-403px -1075px;}
.i-OrderStatus3{width:17px;height:17px;background-position:-427px -1075px;}
.dominance_a .closing{width:16px;height:16px;background-position:-46px -1000px;}
.dominance_a .opening{width:16px;height:16px;background-position:-72px -1000px;}
.dominance_a .night{width:15px;height:14px;background-position:-97px -1000px;}
.closingbtn{width:24px;height:12px;background-position:-241px -950px;}
.openingbtn{width:24px;height:12px;background-position:-275px -950px;}
.vip-mail-gicon{width:28px;height:28px;background-position:0 -1810px;}
.stranger-mail-gicon{width:28px;height:28px;background-position:-41px -1810px;}
.normal-mail-gicon{width:28px;height:28px;background-position:-84px -1810px;}
.parcel-mail-gicon{width:28px;height:28px;background-position:-126px -1810px;}
.subscribe-mail-gicon{width:28px;height:28px;background-position:-166px -1810px;}
.mobile-bill-gicon{width:28px;height:28px;background-position:-206px -1810px;}
.domestic-services-gicon{width:28px;height:28px;background-position:-246px -1810px;}
.notifications-gicon{width:28px;height:28px;background-position:-287px -1810px;}
.promotion-mail-gicon{width:28px;height:28px;background-position:-329px -1810px;}
.vip-mail-icon{width:28px;height:28px;background-position:0 -1730px;}
.stranger-mail-icon{width:28px;height:28px;background-position:-41px -1730px;}
.normal-mail-icon{width:28px;height:28px;background-position:-84px -1730px;}
.parcel-mail-icon{width:28px;height:28px;background-position:-126px -1730px;}
.subscribe-mail-icon{width:28px;height:28px;background-position:-166px -1730px;}
.mobile-bill-icon{width:28px;height:28px;background-position:-206px -1730px;}
.domestic-services-icon{width:28px;height:28px;background-position:-246px -1730px;}
.notifications-icon{width:28px;height:28px;background-position:-287px -1730px;}
.promotion-mail-icon{width:28px;height:28px;background-position:-329px -1730px;}
.icon-triangle{width:9px;height:13px;background-position:-308px -950px;}
.icon-right{width:16px;height:12px;background-position:-327px -950px;}
.icon-drop{width:14px;height:14px;background-position:-353px -949px;}
.i-MakeMoney_arrow1{width:10px;height:7px;background-position:-429px -1252px;}
.i-MakeMoney_arrow2{width:10px;height:7px;background-position:-445px -1252px;}
.i-limitfree{width:63px;height:27px;background-position:-207px -779px;}
.i-MakeMoney_tbarrow3{width:15px;height:9px;background-position:-398px -1414px;}
.i-MakeMoney_tbarrow4{width:15px;height:9px;background-position:-398px -1431px;}
.i-mymeeting{width:14px;height:12px;background-position:-420px -950px;}
.i_successfully{width:44px;height:44px;background-position:-208px -833px;}
.iconTimeMachine{width:59px;height:55px;background-position:0 -1530px;}
.i-newsmall{width:18px;height:14px;background-position:-208px -813px;}
.i-newbig{width:42px;height:42px;background-position:0 -842px;}
.i-bluetriangle{width:5px;height:9px;background-position:0 -1598px;}
.i-openarrows{width:15px;height:15px;background-position:0 -1617px;}
.i-closearrows{width:15px;height:15px;background-position:-30px -1617px;}
.i-contactperson{width:18px;height:13px;background-position:0 -1639px;}
.i-foldersearch{width:16px;height:14px;background-position:-29px -1638px;}
.i-timelimit{width:17px;height:17px;background-position:-56px -1637px;}
.i-annexsearch{width:17px;height:15px;background-position:-56px -1659px;}
.i-delete1{width:20px;height:19px;background-position:-167px -1175px;}
.i-delete1:hover,
.i-delete2,
.i-cancel1{width:20px;height:19px;background-position:-197px -1175px;}
.i-sharedcalendar{width:14px;height:7px;background-position:-227px -1175px}
.tips-upload-close{width:10px;height:9px;background-position:-245px -1175px;}
.i-integral{width:16px;height:15px;background-position:-315px -1175px;}
.i-lastsign{width:16px;height:16px;background-position:-341px -1175px;}
/*public background style end*/

/*other background style 在旧的引用并加以拓展 start*/
.i-cartoon,.i-new-cartoon,.i-triangle,.remind-direction,.remind-character,.i-triangle-back,.remind-angry{
	display:inline-block;
	vertical-align:middle;
	background:url(../../images/global/whitebaby_remind_v3_24.png) no-repeat;
	_background:url(../../images/global/whitebaby_remind_v3.png) no-repeat;
	overflow:hidden;
}
.i-triangle,
.remind-direction{width:14px;height:13px;background-position:-80px -450px;}
.i-cartoon,
.i-new-cartoon,
.remind-character{width:160px;height:150px;background-position:-480px -150px;}
/*other background style 在旧的引用并加以拓展 end*/

/*图片文字左右结构提示*/
.norTips{padding:20px;min-height:44px;height:auto !important;height:44px;}

.up{width:28px;height:24px;background-position:-353px -694px;}
.up:hover{width:28px;height:24px;background-position:-353px -723px;}
.up:active{width:28px;height:24px;background-position:-353px -753px;}
.down{width:28px;height:24px;background-position:-387px -694px;}
.down:hover{width:28px;height:24px;background-position:-387px -723px;}
.down:active{width:28px;height:24px;background-position:-387px -753px;}
.down-gray{width:28px;height:24px;background-position:-387px -786px;}
.up-gray{width:28px;height:24px;background-position:-353px -786px;}
.toolBarPaging{margin-top:0;}
.toolBarPaging a{vertical-align:top;}
.toolBarPaging a.up{width:28px;height:24px;background-position:-353px -694px;}
.toolBarPaging a.up:hover{width:28px;height:24px;background-position:-353px -723px;}
.toolBarPaging a.up:active{width:28px;height:24px;background-position:-353px -753px;}
.toolBarPaging a.down{width:28px;height:24px;background-position:-387px -694px;}
.toolBarPaging a.down:hover{width:28px;height:24px;background-position:-387px -723px;}
.toolBarPaging a.down:active{width:28px;height:24px;background-position:-387px -753px;}
.toolBarPaging a.up-gray{width:28px;height:24px;background-position:-353px -786px;cursor:default;}
.toolBarPaging a.up-gray:hover{width:28px;height:24px;background-position:-353px -786px;}
.toolBarPaging a.up-gray:active{width:28px;height:24px;background-position:-353px -786px;}
.toolBarPaging a.down-gray{width:28px;height:24px;background-position:-387px -786px;cursor:default;}
.toolBarPaging a.down-gray:hover{width:28px;height:24px;background-position:-387px -786px;}
.toolBarPaging a.down-gray:active{width:28px;height:24px;background-position:-387px -786px;}

.addFileBtn{position:absolute;right:222px;bottom:170px;z-index:10000;display:block;width:70px;height:70px;color:#333;background:url(../../images/global/addFile.png);}
.addFileBtn span{position:absolute;top:25px;display:inline-block;width:70px;text-align:center;}
.contactList_a .i_triangle_d{background-position:-415px -632px;}

/*弹框*/
.menuPop{position:absolute;z-index:1;width:150px;padding:6px 0;color:#666;font-size:14px;border:#cecece solid 1px;background-color:#fff;-moz-animation:menus .2s ease-out;-webkit-animation:menus .2s ease-out;animation:menus .2s ease-out;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 5px rgba(206,206,206,1);-webkit-box-shadow:0 0 5px rgba(206,206,206,1);box-shadow:0 0 5px rgba(206,206,206,1);}

/*遮罩层*/
.layer_mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:998;width:100%;height:100%;background:#000;opacity:.5;filter:alpha(opacity=50);/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');*/-webkit-animation:layerMask .2s ease-out;-moz-animation:layerMask .2s ease-out;animation:layerMask .2s ease-out;}
:root .layer_mask{filter:none;/*background-color:rgba(0,0,0,0.7);*/}
.calendar-mask-layer{position:fixed !important;left:0;top:0;bottom:0;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));z-index:8000;width:100%;height:100%;display:none;background-color:#000;-webkit-opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}

.menuPop li{float:none;_zoom:1;position:relative;vertical-align:top;}
.menuPop li .triangleIcon{position:absolute;right:15px;top:10px;}
.menuPop li .i_triangle_h{position:absolute;right:15px;top:10px;}
.menuPop li i.addPosition{position:absolute;left:12px;top:9px;top:7px\0;*top:7px;}
.menuPop li .secondMenu a{padding-left:25px;}
.menuPop li a{position:relative;display:block;height:24px;line-height:24px;padding:0 8px;margin:0 6px;color:#666;overflow:hidden;_zoom:1;}
.menuPop li a:hover{text-decoration:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.menuPop li.on a{text-decoration:none;}
.menuPop .line{height:0px;border-bottom:1px solid #d8d8d8;overflow:hidden;padding-top:6px;font-size:0;line-height:0px;margin-bottom:6px;margin-left:0;margin-right:0;}
.menuPop li span.text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;display:inline-block;*cursor:pointer;height:24px;line-height:24px;_margin-top:2px;color:#666;}
.text .tagMin{vertical-align:baseline;_margin-top:7px;_position:relative;}
.menuPops .i_b_right{position:absolute;left:10px;top:7px;display:none;}
.menuPops li.cur .i_b_right,
.menuPops li.cur .i_c_upB,
.menuPops li.cur .i_c_downB{display:block;}
.menuPop li .menuPop{_overflow:hidden;}
.menuPop li span.text .i_icok{margin-left:6px;}
.menuPops .i_c_upB,
.menuPops .i_c_downB{position:absolute;left:10px;top:7px;display:none;}
.menuPop .personalSettings li.line{height:0px;line-height:0px;margin:0 0 3px;display:block;}
.menuPop .personalSettings li{height:22px;line-height:22px;}
.menuPop .personalSettings li a{height:22px;line-height:22px;padding:0 10px;}
.menuPop .personalSettings li span.text{width:auto;height:22px;line-height:22px;}
.menuPop .personalSettings li.selecteds a{color:#008e11;}
.menuPop .personalSettings li a{width:160px;line-height:22px;display:inline-block;}
.menuPop .personalSettings li span.text{width:145px;float:left;clear:both;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.menuPop .personalSettings li a .i_icok{_position:relative;float:left;margin:10px -120px 0 6px;}

/*通讯录浮层*/
.musicPop{position:absolute;top:36px;right:0;width:240px;color:#666 !important;border:#d1d3d5 solid 1px;border-top:none;background:#fff;-moz-box-shadow:0 0 5px #d1d3d5;-webkit-box-shadow:0 0 5px #d1d3d5;box-shadow:0 0 5px #d1d3d5;}
.menuModule .i-urgent,
.menuModule .i-major{margin-right:4px;}
.menuPop .downSelect a{padding:0;margin:0 6px;}
.menuPop .downSelect a:hover{background-color:#666;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.menuPop .downSelect a:hover{color:#fff;}
.boxIframeMainFileUpListWrap .newWrite_label{width:78px;height:31px;line-height:31px;color:#666;}
.boxIframeMainFileUpListWrap .i-receiveFilePeo{margin-right:6px;vertical-align:-1px;}
.newWrite{font-size:14px;}
.boxIframeMain_bg .newWrite{font-size:12px;} 
.boxIframeMainFileUpListWrap .fileSendListWrap{width:auto;margin:0;border:none;}
.boxIframeMainFileUpListWrap .newWrite li{padding:0 20px;}
.boxIframeMainFileUpListWrap .fileSendListWrapUl li{padding:7px 0 5px 20px;}
.file-close{width:26px;height:26px;margin-top:3px;}
.minBtn{display:inline-block;width:16px;height:20px;color:#888;font-size:24px;font-weight:bold;font-family:'\5B8B\4F53';/*SimSun*/overflow:hidden;}
.receiver-minBtn{position:absolute;top:0;right:6px;}  
.boxIframeMainFileUpListWrap{background-color:#fff;}
.boxIframeMainFileUpListWrap .upFileBtnWrap{border-top:none;}

/*视图弹出层*/
.viewSet{width:190px;padding-bottom:0px;}
.viewSet dl{padding-left:0 !important;padding-top:3px;}
.viewSet dl dt{float:left;width:90px;height:25px;text-align:right;overflow:hidden;}
.viewSet dl dd{float:right;width:90px;height:25px;}
.viewSet .viewSetBtn{border-top:1px solid #aeaeae;text-align:center;padding:5px 0;background-color:#f4f5f9;height:23px;}
.viewSet .viewa,.viewSet .viewa2,.viewSet .viewa3{width:12px;height:11px;overflow:hidden;background-color:#ebebeb;border:1px solid #CBCBCB;display:block;float:left;margin:4px 8px 0 0;_display:inline;margin-top:0\0;*margin-top:0;}
.viewSet .viewa2 .top1{height:3px;width:12px;display:block;border-bottom:1px solid #CBCBCB;overflow:hidden;}
.viewSet .viewa3 .left1{height:11px;width:3px;display:block;border-right:1px solid #CBCBCB;overflow:hidden;}
.viewSet .viewaOn,.viewSet .viewa:hover,
.viewSet .viewa2:hover,
.viewSet .viewa3:hover{border:1px solid #4f66c8;background-color:#bbc7f7;}
.viewSet .viewa2:hover .top1,.viewSet .viewaOn .top1{border-bottom:1px solid #4f66c8;}
.viewSet .viewa3:hover .left1,.viewSet .viewaOn .left1{border-right:1px solid #4f66c8;}
.viewSet .dropDown{width:70px;}
.viewSet .dropDown .dropDownText{_width:36px;}

.conve-bd-box,
.alarm-frame{width:400px;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 5px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px 5px rgba(0,0,0,0.1);box-shadow:0 0 5px 5px rgba(0,0,0,0.1);-moz-animation:layerMask .2s ease-out;-webkit-animation:layerMask .2s ease-out;animation:layerMask .2s ease-out;}
.alarm-frame .alarm-frame-box{min-height:60px;height:auto !important;height:60px;padding:50px 30px;}
.alarm-frame .alarm-frame-box table{width:100%;height:100%;}
.alarm-frame .alarm-frame-box td{padding:8px;}
.alarm-frame .alarm-frame-box .icon-unit{width:44px;vertical-align:top;}
.conve-bd{padding:64px 56px;}
.conve-bd-box .norTipsLine{font-size:14px;}
.conve-box,
.alarm-frame .alarm-frame-btm{position:relative;height:46px;border-top:1px solid #d4d4d4;background-color:#f4f4f4;background:-moz-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#d5d5d5));background:-webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#d5d5d5));background:linear-gradient(#f4f4f4 0%,#d5d5d5 100%);-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.box-line,
.alarm-frame .btm-line{position:absolute;left:50%;top:0;z-index:2;margin-left:-1px;}
.conve-box .box-l,
.alarm-frame .btm-left,
.conve-box .box-r,
.alarm-frame .btm-right{position:absolute;top:0;display:inline-block;width:50%;height:46px;line-height:46px;color:#444;font-size:16px;text-align:center;}
.conve-box .box-l,
.alarm-frame .btm-left{left:0;}
.conve-box .box-r,
.alarm-frame .btm-right{right:0;}
.alarm-frame .alarm-frame-btm a{display:block;color:#444;}
.alarm-frame .alarm-frame-btm a:hover,
.conve-box .box-l:hover,
.conve-box .box-r:hover{background:#c1c1c1;background:-moz-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#c1c1c1));background:-webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#c1c1c1));background:linear-gradient(#f0f0f0 0%,#c1c1c1 100%);-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}

/*写信页弹窗*/
.conve-bd{background-color:#fff;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.norTipsIco{position:relative;float:left;display:inline;width:auto;line-height:44px;margin-right:15px;text-align:right;}
.norTipsIco .i_warn{vertical-align:top;}
.boxIframeText_box .receiver{display:inline-block;padding:0 7px;margin-right:4px;color:#46719a;border:1px solid #aecae5;background:#dcebf9;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.uploadBtn{color:#444;height:34px;line-height:34px;display:inline-block;padding-left:20px;padding-right:20px;font-size:14px;border:1px solid #ccc;background:#e8e8e8;background:-moz-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));background:linear-gradient(#fafafa 0%,#e8e8e8 100%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}	
.uploadBtn span{padding-right:5px;font-size:18px;}
.virtualFile{position:absolute;left:50%;top:50%;margin:-17px 0 0 -60px;text-align:center;}

/*文本输入框、时间输入框*/
.ipt-text,.ipt-time{height:14px;line-height:14px;padding:9px 10px;vertical-align:middle;outline:0;border:#ccc solid 1px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;transition:box-shadow .5s;-moz-transition:box-shadow .5s;-webkit-transition:box-shadow .5s;-o-transition:box-shadow .5s;}
.ipt-time{background:url(../../images/module/calendar/textTimeOther_day_24.png) no-repeat 96% 50%;}

.more-label{position:relative;display:inline-block;width:240px;height:34px;border:1px solid #ccc;background-color:#fff;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.more-label .dropDownText{line-height:34px;padding-left:10px;color:#bbbbbb;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.more-label .inputBox-down{position:absolute;right:11px;top:15px;width:9px;height:5px;background-position:-431px -1279px;}
.inputFrame input:hover{border:1px solid #cdcdcd;box-shadow:none;}

/*通用按纽*/
.btnTb,
.btnNormal{position:relative;height:24px;_height:25px;line-height:24px;border:1px solid #e2e2e2;color:#666 !important;background:#F9F9F9;background:-moz-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));background:linear-gradient(#ffffff 0%,#f4f4f4 100%);}

.btnG,
.btnTb,
.btnRed,
.btnSure,
.btnNormal,
.btnGreenS{display:inline-block;cursor:pointer;height:24px;_height:25px;padding:0 12px 0 0;overflow:hidden;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.btnG,
.btnRed,
.btnSure{height:26px;_height:27px;}
.btnG span,
.btnTb span,
.btnRed span,
.btnSure span,
.btnNormal span,
.btnGreenS span{display:inline-block;line-height:24px;padding:0 0 0 12px;overflow:visible;text-align:center;vertical-align:top;white-space:nowrap;}
.btnGreenS{color:#fff;}
.btnTb span{line-height:27px\9;*line-height:26px;}
.btnTb .pr_20 .i_triangle_d,
.btnTb .pr_25 .i_triangle_d{position:absolute;margin:12px 0 0 6px;*margin-top:7px;}
.btnTb span .r-line,
.btnTb span .l-line{position:absolute;top:0;right:0px;}
.btnTb.l-1{background-position:-1px 0;position:relative;}
.btnTb span.two{position:relative;}
.btnTb span.two span{position:absolute;top:0;right:0;_right:-1px;}
.btnTb span.two span .i_triangle_d{margin:10px 0 0 3px;}
.btnMinOK,
.btnMincancel{width:19px;height:19px;}
.btnMinOK{background-position:-350px -131px;}
.btnMincancel{background-position:-375px -131px;}

/*置灰*/
.btnReadOnly,.btnReadOnly:hover{color:#fff;border:1px solid #aaa;background:#aaa;}
.btnReadOnly,.btnReadOnly em{/*cursor:no-drop;*/}
.btnReadOnly em{line-height:28px;}
:root .btnReadOnly em{line-height:26px;}

/*置灰2*/
.btnBan,
.btnBan2,
.btnSetGBan{display:inline-block;padding-left:12px;color:#fff;vertical-align:middle;background:#aeaeae;overflow:hidden;cursor:default;}
.btnBan,
.btnSetGBan{height:28px;line-height:28px;}
.btnBan2{height:24px;line-height:24px;}
.btnBan span,
.btnBan2 span,
.btnSetGBan span{display:inline-block;padding-right:12px;color:#fff !important;text-align:center;}
.btnBan span,
.btnSetGBan span{height:28px;line-height:28px;}
.btnBan2 span{height:24px;line-height:24px;}
.btnSetGBan{background-color:#acd8b1;}

.icoT,
.icoG,
.icoTb,
.icoTd,
.icoTl,
.icoTr,
.icoAll,
.icoDel,
.icoSend,
.icoJump{display:inline-block;height:28px;padding:0;font-size:14px;vertical-align:middle;*vertical-align:top;overflow:hidden;zoom:1;cursor:pointer;}
.icoT span,
.icoG span,
.icoTb span,
.icoTd span,
.icoTl span,
.icoTr span,
.icoAll span,
.icoDel span,
.icoSend span,
.icoJump span{display:inline-block;height:28px;line-height:28px;padding:0 14px;text-align:center;vertical-align:top;cursor:pointer;}
.icoG,
.icoDel{
	line-height:28px;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	border:1px solid #00a513;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#00bd16;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#00c417), to(#00b615));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#00C417), to(#00b615));
	background:linear-gradient(#00c417 0%,#00b615 100%);
}
.icoDel{
	border:1px solid #c5483c;
	background:#e63232;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#fa5353), to(#e63232));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fa5353), to(#e63232));
	background:linear-gradient(#fa5353 0%,#e63232 100%);
}
.icoG:hover{
	color:#fff;
	border:1px solid #00850f;
	background:#009e12;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#00c417), to(#009e12));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#00c417), to(#009e12));
	background:linear-gradient(#00c417 0%,#009e12 100%);
}
.icoG:active{
	border:1px solid #00850f;
	background:#008d10;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#00bb16), to(#008d10));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#00bb16), to(#008d10));
	background:linear-gradient(#00bb16 0%,#008d10 100%);
}
.icoDel:hover{
	color:#fff;
	border:1px solid #b9372b;
	background:#e43232;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#f23f3f), to(#e43232));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f23f3f), to(#e43232));
	background:linear-gradient(#f23f3f 0%,#e43232 100%);
}
.icoDel:active{
	border:1px solid #b32e22;
	background:#d42828;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#ef2e2e), to(#d42828));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ef2e2e), to(#d42828));
	background:linear-gradient(#ef2e2e 0%,#d42828 100%);
}
.icoT,
.icoTb,
.icoTd,
.icoTl,
.icoTr,
.icoAll,
.icoSend,
.icoJump{
	color:#444;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#e8e8e8;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));
	background:linear-gradient(#fafafa 0%,#e8e8e8 100%);
}
.icoT:hover,
.icoTl:hover,
.icoTr:hover,
.icoTb:hover,
.icoTd:hover,
.icoAll:hover,
.uploadBtn:hover,
.icoSend:hover,
.icoJump:hover{
	color:#444;
	border:1px solid #a4a4a4;
	background:#d7d7d7;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#d7d7d7));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#d7d7d7));
	background:linear-gradient(#f2f2f2 0%,#d7d7d7 100%);
}
.icoT:active,
.icoTb:active,
.icoTl:active,
.icoTr:active,
.icoTd:active,
.icoAll:active,
.icoJump:active{
	color:#444;
	border:1px solid #a4a4a4;
	background:#cacaca;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#cacaca));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#eaeaea), to(#cacaca));
	background:linear-gradient(#eaeaea 0%,#cacaca 100%);
}
.icoTbColor{
	color:#fff;
	border:1px solid #449fcd;
	background:#59afdb;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#79c4eb), to(#59afdb));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#79c4eb), to(#59afdb));
	background:linear-gradient(#79c4eb 0%,#59afdb 100%);
}
.icoTbColor:hover{
	color:#fff;
	border:1px solid #449fcd;
	background:#59afdb;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#6abae3), to(#59afdb));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#6abae3), to(#59afdb));
	background:linear-gradient(#6abae3 0%,#59afdb 100%);
}
.icoTbColor:active{
	color:#fff;
	border:1px solid #449fcd;
	background:#59afdb;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#5cb2dd), to(#59afdb));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#5cb2dd), to(#59afdb));
	background:linear-gradient(#5cb2dd 0%,#59afdb 100%);
}
.icoUnable,
.icoUnable:hover,
.icoUnable:active{
	color:#999;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#e8e8e8;
	background:-moz-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));
	background:linear-gradient(#fafafa 0%,#e8e8e8 100%);
	cursor:default;
}
.icoT .i_triangle_d,
.icoTb .i_triangle_d,
.icoTl .i_triangle_d,
.icoTr .i_triangle_d,
.icoTd .i_triangle_d,
.icoSend .i_triangle_d,
.icoJump .i_triangle_d{position:absolute;top:0;width:9px;height:5px;margin:12px 10px 11px 9px;background-position:-106px -1053px;}
.icoT,
.icoSend,
.icoJump{padding-left:0;}
.icoTd span{padding-right:0;padding-left:12px;overflow:hidden;}
.icoTd span span,
.icoTd:hover span span,
.icoTd:active span span{display:inline-block;width:22px;height:28px;padding:0;margin:0 0 0 12px;text-align:left;vertical-align:top;border-left:#cbcbcb solid 1px;}
.icoTd span span .i_triangle_d{margin:12px 10px 11px 6px;}
.icoTl,
.icoTl:hover{-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
.icoTr,
.icoTr:hover{margin-left:-1px;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
.icoT span,
.icoTl span,
.icoTr span,
.icoSend span{padding-left:12px;padding-right:25px;}
.icoT span span,
.icoTl span span,
.icoTl:hover span span,
.icoTl:active span span,
.icoTr span span,
.icoTr:hover span span,
.icoTr:active span span{padding:0;margin:0;}
.icoT .i_triangle_d,
.icoTl .i_triangle_d,
.icoTr .i_triangle_d,
.icoSend .i_triangle_d{margin:12px 10px 11px 6px;}
.icoJump{height:22px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.icoJump span{height:22px;line-height:22px;padding:0 25px 0 8px;}
.icoJump .i_triangle_d{margin:9px 8px 8px 8px;}
.icoTbColor span{padding-right:12px;padding-left:12px;overflow:hidden;cursor:pointer;}
.icoTbColor .i-bill-sm{margin:7px 5px 8px 0;}
.icoTbColor .i-message-sm{margin:6px 5px 9px 0;}
.icoTsmall{height:22px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.icoTsmall span{height:22px;line-height:22px;padding:0 25px 0 8px;}
.icoTsmall .i_triangle_d{margin:9px 8px 8px 8px;}
.icoUnable *{cursor:default !important;}

/*写信页浮层*/
.set-fit{position:absolute;right:0;top:-32px;}
.set-fits{position:absolute;right:0;top:-30px;}
.delmailTip .norTips{padding:12px 0 12px 14px;}
.delmailTip{font-size:14px !important;}
.viewSet .i-viewa, 
.viewSet .i-viewb,
.viewSet .i-viewc{float:left;margin:0 8px 0 0;}
.viewSet{width:225px;}
.viewSet dl dt{width:100px !important;}
.viewSet dl dd{width:124px !important;}
.viewSet .setH a{padding-left:2px;padding-right:2px;margin-right:12px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.viewSet .setH a:hover{color:#fff;background:#3486d2;}
.viewSet .dropDownName{width:102px;}
.downSelect{text-align:center;}

.tipsOther{position:absolute;background:#ffffe1;border:1px solid #cbcb9e;padding:3px 6px;color:#666;-moz-box-shadow:0 0 5px #cecece;-webkit-box-shadow:0 0 5px #cecece;box-shadow:0 0 5px #cecece;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-webkit-animation:menus .2s ease-out;-moz-animation:menus .2s ease-out;animation:menus .2s ease-out;}
.tipsBlue{position:relative;zoom:1;height:32px;line-height:32px;color:#666;font-size:14px;text-align:center;border:1px solid #bbd4f3;background-color:#f6faff;-moz-box-shadow:0 1px 2px #e7e7e7;-webkit-box-shadow:0 1px 2px #e7e7e7;box-shadow:0 1px 2px #e7e7e7;}
.tipsBlue:hover{border:1px solid #a3c5ee;background-color:#f2f7fe;}
.tipsBlue a{color:#666;}
.tipsBlue a:hover{color:#1a75ca;}
.tipsBlue .i_t_close{top:8px;}
.tipsNoshadow{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.tips .i_ok_min,
.tipsOther .i_ok_min{margin-top:-2px;margin-top:-4px\9;*margin-top:-1px;_margin-top:0;}
.tips .tipsBottom{position:absolute;left:10px;bottom:-12px;width:15px;height:12px;background-position:-67px -341px;}
.tips .tipsLeft{position:absolute;left:-12px;top:10px;width:12px;height:15px;background-position:-51px -354px;}
.tips .tipsRight{position:absolute;right:-12px;top:10px;width:12px;height:15px;background-position:-64px -354px;}
.tips .tipsTop{position:absolute;left:10px;top:-12px;width:15px;height:12px;background-position:-51px -341px;}
.tips .tipsTop2{position:absolute;left:10px;top:-7px;width:11px;height:7px;background-position:-51px -381px;}
.tips .tipsTop3{position:absolute;left:10px;top:-7px;width:11px;height:7px;background-position:-67px -446px;}
.tips .tipsTop4{position:absolute;left:10px;top:-9px;width:15px;height:9px;background-position:-51px -371px;}
.tips .tipsTop5{position:absolute;left:10px;top:-9px;width:15px;height:9px;background-position:-75px -422px;}
.tipsTopblue{position:absolute;left:10px;top:-6px;top:-7px\9;width:11px;height:7px;background-position:-67px -372px;}
.tips .tipsRight-small{position:absolute;right:-6px;top:10px;width:6px;height:11px;background-position:-66px -393px;}
.tips .tipsBottom2{position:absolute;left:10px;bottom:-7px;width:11px;height:7px;background-position:-67px -454px;}
.tips .tipsBottom3{position:absolute;left:10px;bottom:-7px;width:11px;height:7px;background-position:-63px -381px;}
.tipsOther .tipsBottom{position:absolute;left:10px;bottom:-5px;_bottom:-6px;width:7px;height:5px;background-position:-66px -424px;}
.tipsOther .tipsLeft{position:absolute;left:-5px;top:10px;width:5px;height:7px;background-position:-67px -430px;}
.tipsOther .tipsRight{position:absolute;right:-5px;_right:-6px;top:10px;width:5px;height:7px;background-position:-67px -438px;}
.tipsOther .tipsTop{position:absolute;left:10px;top:-5px;width:7px;height:5px;background-position:-66px -418px;}
.norTipsContent{vertical-align:middle;overflow:hidden;zoom:1;}
.kaiCB{margin:7px 0 0 7px;}
.accountTextare{width:272px;}
.norTipsTitle,
.norTipsLine{padding:0 0 5px;}
.norTipsTitle{font-size:14px;font-weight:700;}
.editcardPop-foot{line-height:25px;border-top:1px solid #bebebe;background:#ffffe1;}
.norTipsLine{line-height:22px;font-size:14px;}
.norTips .fontRed{color:#c00;}
.norTips-min{min-height:24px;height:auto !important;height:24px;}
.norTips-min .norTipsIco{margin-right:8px;}
.norTipsContent .userMailAddress{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

/*删除邮件弹出层*/
.delmailTips{padding:0;z-index:100;}
.delmailTips .tipsTop,
.delmailTips .tipsBottom,
.delmailTips.tipsLeft,
.delmailTips .tipsRight{border-color:#cecece;}
.delmailTips .norTips{padding:10px;background-color:#fafafa;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.delmailTipsBtn{border-top:1px solid #e4e4e4;text-align:right;position:relative;padding:6px 0;}
.delmailTipsBtn a{margin-left:0;margin-right:6px;}
.delmailTips .pt_10{padding-top:10px;}
.delmailTipsBtntext{position:absolute;left:6px;top:7px;line-height:22px;}
.delmailTipsBtn a,
.delmailTipsBtn a span{height:24px;line-height:24px}
.delmailTipsBtn a{padding:0 0 0 12px;}
.delmailTipsBtn a span{padding:0 12px 0 0;}
.delmailTipsBtntext input{margin-top:-2px;}
.delmailTipsClose{position:absolute;top:4px;right:4px;z-index:999;width:12px;height:12px;cursor:pointer;}
.delmailTipsClose .i_u_close{position:static;top:0;right:0;vertical-align:top;}
.bibBtn_btn{border:1px solid #fff;display:inline-block;width:18px;height:18px;text-align:center;line-height:18px;margin-top:5px;}
.bibBtn_btn:hover{border:1px solid #e8e8e8;}
.bibBtn_btn i{margin:0;}
.delmailTipsBtnLeft{text-align:left;}
.delmailTipsBtnLeft a{margin-left:0;margin-right:6px;}
.delmailTips .norTipsSet{padding:21px 20px 5px;}
.delmailTips .norTipsSet .form{padding:0;}
.delmailTips .norTipsSet .form .label{width:65px;height:26px;line-height:26px;}
.delmailTips .norTipsSet .form .element{float:left;width:450px;}

/*下拉*/
.dropDown{display:inline-block;height:23px;border:#ccc solid 1px;background-color:#fff;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.dropDown .dropDownA{float:right;display:inline;width:23px;height:23px;padding-top:0;margin-top:0;text-align:center;overflow:hidden;}
.dropDown .dropDownA .i_triangle_d{width:9px;height:5px;padding:0;margin:9px 7px;vertical-align:top;background-position:-430px -1279px;}
.dropDown .dropDownText{line-height:23px;padding-left:5px;color:#666;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.labelDown{float:right;display:inline-block;width:34px;height:34px;}
.labelDown:hover{border-left:#ccc solid 1px;background:#e8e8e8;background:-moz-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e8e8e8));background:linear-gradient(#fafafa 0%,#e8e8e8 100%);border-radius:0 4px 4px 0;}
.labelDown:hover .inputBox-down{position:absolute;right:11px;top:15px;width:9px;height:5px;background-position:-431px -1279px;}

.upBar{padding:10px 0;height:28px;}
.upBar ul{float:left;}
.upBar ul li{float:left;padding-right:6px;}
.upBarPage{float:right;}
.pagenum{float:left;display:block;height:24px;line-height:24px;padding-right:20px;margin-right:5px;color:#333;vertical-align:baseline;background-position:right -641px;cursor:pointer;}
.pagenum .pagenumtext{padding-left:5px;vertical-align:baseline;background-position:-421px -726px;}
.pagenum:hover{background-position:right -670px;}
.pagenum:active{background-position:right -698px;}
.pagenum:hover .pagenumtext{color:#444;background-position:-421px -756px;}
.pagenum:active .pagenumtext{background-position:-421px -786px;}

.bgPadding{padding:0 20px;}
.writeTable{font-size:14px;}
#receiverContainer #emailAddrInput{margin-top:11px;}
.new-border-r{border-right:1px solid #dbdbdb;}
#createTime i,
#updateTime i{position:absolute;}
#createTime .text,
#updateTime .text{padding-left:12px;}
#searchSele ul li i{float:left;}

/*联系人按钮优化*/
.addrBaseNew{height:21px;line-height:11px;padding:0;font-size:12px;}
.addrBaseNew span, .addrBaseNew b{margin:0;}
.addrBaseNew span, .addrBaseNew b{padding:0;height:19px;line-height:19px;vertical-align:top;}
.addrBase_close{width:16px;display:inline-block;text-align:center;}
.addrBaseNew,
.addrBaseNew:hover{border:none;background:none;}
.addrBaseNew .addrBase_con{display:inline-block;height:19px;padding:0 5px 0 4px;cursor:pointer;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;border-radius:10px 0 0 10px;}
.addrBaseNew .addrBase_close{vertical-align:top;height:19px;line-height:17px;display:inline-block;margin-left:-1px;padding-left:1px;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;border-radius:0 10px 10px 0;}
.addrBaseNew .addrBase_close:hover{padding-left:0;}

/*联系人按钮 正常状态*/
.btnNormal_writeNo .addrBase_con:hover{background-color:#e1f0fe;color:#666;padding-right:5px;}
.addrBase_con span{color:#93abc2;}
.write-link{padding:10px 0;}
.write-link a span{line-height:24px;padding-right:21px;padding-left:28px;}
.write-link .i_attachmentS,.write-link .i-content,.write-link .i-photo,.write-link .i-model{position:absolute;left:7px;top:5px;}
.write-link .i_triangle_d{margin:0;position:absolute;top:10px;right:7px;}

/*选项卡*/
.tab, .tabTitle{zoom:1;}
.tab{position:relative;border:1px solid #e8e8e8;}
.tabTitle{zoom:1;position:relative;width:100%;height:25px;border-bottom:1px solid #dfdfe2;}
.tabTitle ul:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.tabTitle ul{zoom:1;position:absolute;left:0;top:0;width:100%;height:26px;}
.tabTitle li{display:inline;float:left;width:20%;text-align:center;height:26px;}
.tabTitle li{border-right:1px solid #dfdfe2;border-bottom:none;}
.tabTitle li a,
.tabMore{height:25px;line-height:25px;}
.tabTitle li a{text-align:center;}
.tabTitle li a:hover{text-decoration:none;}
.tabTitle li span{cursor:pointer;}
.tabTitle li.on{position:relative;}
.tabTitle li.on a, .tabTitle li.on span{cursor:default;}
.tabMain{overflow:hidden;}
.tabContent{display:none;}
.tabContent h2{position:absolute;left:-9999px;top:-9999px;}
.tabBottom{height:28px;line-height:28px;text-align:center;border-top:1px solid #e8e8e8;display:block;}
.contactSide .tabTitle li a{background-color:#f8f8f8;}

/*内容头部*/
.createTop{height:42px !important;position:relative;*zoom:1;}
.createTop h2{font-weight:normal;color:#444;font-size:14px;position:absolute;left:0;top:0;height:42px;line-height:42px;_padding-top:13px;_height:29px;_line-height:29px;}
.createTop h2 .back{display:inline-block;height:14px;line-height:14px;padding-left:8px;margin-left:9px;font-size:12px;border-left:1px solid #dadada;background-image:none;}
.btnTop{padding:10px 0;border-bottom:1px solid #e8e8e8;}
.i-red_dot{position:absolute;top:3px;right:0;z-index:1;display:inline-block;width:14px;height:14px;font-size:1px;vertical-align:middle;background:url(../../images/global/red-dot_24.png) no-repeat center center;_background:url(../../images/global/red-dot_8.png) no-repeat center center;overflow:hidden;cursor:pointer;-webkit-animation:pulse 1s linear 0 infinite alternate;-ms-animation:pulse 1s linear 0 infinite alternate;-moz-animation:pulse 1s linear 0 infinite alternate;animation:pulse 1s linear 0 infinite alternate;}
.newMenu .p_relative{*zoom:1;}

/*添加联系人 弹出层*/
.searchContact:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.searchContact{zoom:1;padding:3px 7px;position:relative;border-bottom:1px solid #e8e8e8;}
.searchContactText{width:145px;height:12px;line-height:12px;padding:5px;border:1px solid #c5c5c5;border-bottom-color:#c6c6c6;border-bottom-color:#d9d9d9;color:#666;float:left;border-right:none;border:none;}
.searchContactBtn{cursor:pointer;width:22px;height:22px;background:white;overflow:hidden;float:left;border:1px solid #c5c5c5;border-bottom-color:#c6c6c6;border-bottom-color:#d9d9d9;border-right-color:#d9d9d9;border-left:none;border:none;}
.searchContact .i_c-search{float:left;_display:inline;margin:4px 0 0 4px;}
.searchContact-on .i_c-search{background-position:-400px -54px;width:14px;height:14px;}
.contactList{height:300px;overflow-y:auto;position:relative;margin-top:-1px;}
.searchContact_on .i_c-search{width:16px;height:15px;background-position:-305px -750px;}
.searchContact_on .i_c-search:hover{width:16px;height:15px;background-position:-285px -750px;}
.contactList li{line-height:25px;border-top:1px solid #e8e8e8;color:#000;overflow:hidden;_zoom:1;vertical-align:top;}
.contactList li.contactList_title{padding-left:10px;font-weight:bold;height:25px;_height:20px;_padding-top:5px;border-top:none;}
.contactList li.contactList_title i{margin-right:4px;}
.contactList li a{float:left;color:#666;}
.contactList li .AddGroup,.contactList li .i_plusj,.contactList li .i_dels{color:transparent !important;line-height:1;}    /*wxy*/ 
.contactList li .i_plusj,
.contactList li .i_minus{float:left;margin:5px 8px 0 0;_margin-top:5px;cursor:pointer;}
.contactList li ul{clear:both;}
.contactList li var{position:relative;_top:-1px;cursor:pointer;}
.contactList li li{border-top:none;line-height:22px;padding-left:22px;}
.contactList li li:hover{border-top:none;line-height:22px;padding-left:22px;background-color:#e8e8e8;}
.contactList li li a{color:#666;max-width:145px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;_width:110px;padding-left:5px;}
.contactList li li a:hover{text-decoration:none;}
.contactList li .i_r_yq2{margin-top:7px;float:right;margin-right:10px;_display:inline;}
.searchEnd{padding:0 4px;height:331px;overflow-y:auto;overflow-x:hidden;position:relative;}
.searchEnd-li{display:block;border-bottom:1px solid #e4e4e4;padding:3px 4px;line-height:21px;color:#797979;}
.searchEnd-li:hover{background-color:#f4f5f9;text-decoration:none;}
.searchEnd-empty{background-color:#ffffcb;position:absolute;width:170px;z-index:999;left:7px;top:31px;_top:32px;line-height:21px;padding:3px 5px;border:1px solid #969696;/*border-top:none;*/}
.searchEnd-empty .i_u_close{position:absolute;right:5px;top:5px;}
.contactListNew{height:28px;line-height:28px;border-top:1px solid #dfdfe1;text-align:center;}
.contactListNew a{background-color:#f8f8f8;display:block;text-align:center;}
.searchEnd .contactList{height:auto;}

.tabMain_title{line-height:30px;margin-top:4px;position:relative;zoom:1;z-index:1;border-bottom:1px solid #e8e8e8;}
.tabMain_title li{float:left;color:#666;width:95px;text-align:center;cursor:pointer;position:relative;zoom:1;z-index:1;}
.tabMain_title li .diamond{display:none;}
.tabMain_title li.on .diamond{display:block;}
.tabMain_title .diamond{top:27px;left:44px;border-left:1px solid #e8e8e8;border-top:1px solid #e8e8e8;}

.timeInputdiv{padding:2px 8px;height:20px;float:left;border:1px solid #969696;border-right-color:#d4d4d4;border-bottom-color:#d4d4d4;}
.timeInputdiv .shorttime,
.timeInputdiv .longtime{border:0;width:38px;height:20px;line-height:20px;}

.new-main-topbar .searchContactT{padding:0;margin:14px 0px 0 10px;*display:inline;border-bottom:none;}
.new-main-topbar .searchContactT .searchContactText{border-radius:10px 0 0 10px;color:#c5c5c5;font-size:12px;}
.searchContactT .searchContactBtn{border-radius:0 10px 10px 0;}
.GroupButton .i_triangle_d{margin-right:8px;}
.GroupButton .i_triangle_r{margin-right:11px;}
.GroupButton .triangle{margin-right:7px;margin-left:4px;}

.quickdelete{display:inline-block;width:20px;height:19px;border-left:1px solid #e0edf9;}
.quickdelete:hover{border-left:1px solid #83b3e3;background:#9bcbf9;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;border-radius:0 10px 10px 0;} 
.quickdelete:hover .item-close{width:10px;height:9px;background-position:-471px -605px;}
.addrBase{height:19px;line-height:19px;border:1px solid #aecae5;background:#e0edf9;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.addrBase .addrBase_con{display:inline-block;height:19px;line-height:19px;padding:0 5px 0 4px;cursor:pointer;}
.addrBase span,
.addrBase b{height:19px;line-height:19px;padding:0;font-size:12px;vertical-align:top;}

/*刷新邮箱加载*/
.indexLoading{width:442px;height:132px;position:absolute;left:50%;top:50%;margin-top:-66px;margin-left:-221px;}
.indexLoading p img{vertical-align:middle;margin-right:8px;}
.wt-close{position:absolute;top:-32px;right:-32px;display:inline-block;width:36px;height:36px;background:url(../../images/global/ico-close.png) no-repeat 0 0;}  

/*输入框*/
.iText{height:15px;padding:4px 5px;border:1px solid #c5c5c5;border-top-color:#c6c6c6;border-right-color:#dadada;border-bottom-color:#dadada;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.iText:focus,
.iTextOn{/*background-color:#fff9dd;*/border:1px solid #9bbfdc !important;outline:none;}
.iTextGary{background-color:#f2f2f2;color:gray;cursor:default;}
.iTextGary:focus{background-color:#f2f2f2;color:gray;}
.iText-errorm,.iTextError, .iTextError:focus{border:1px solid #c00 !important;color:red !important;}

/*年，月，日*/
.dropDown-year{width:76px;position:relative;margin-right:5px;background-color:#fff;float:left;}
.dropDown-day{width:55px;position:relative;margin-right:5px;background-color:#fff;float:left;}
.dropDown-month{width:55px;position:relative;margin-right:5px;background-color:#fff;float:left;}
.setyearPop{width:76px;left:-1px;height:150px;overflow-y:auto;overflow-x:hidden;}
.setyearPop li a{padding:0 10px;}
.setdayPop{width:55px;left:-1px;height:150px;overflow-y:auto;overflow-x:hidden;}
.setdayPop li a{padding:0 10px;}
.setmonthPop{width:55px;left:-1px;height:150px;overflow-y:auto;overflow-x:hidden;}
.setmonthPop li a{padding:0 10px;}
.dropDown-ydm{padding-right:5px;float:left;margin-right:5px}
.dropDown-ydm .dropDownText{margin-right:5px;}
.dropDown-ydm .i_ymd{margin-top:3px;}
.ydmtext{line-height:23px;float:left;margin-right:5px;}

/*弹出框写信模块*/
.height28{height:28px;}
.height380{height:380px;}
.mt_70{margin-top:70px;}
.newWrite_content_scroll{position:relative;_display:inline;word-wrap:break-word;word-break:break-all;overflow-y:auto;}
.newWrite{color:#666;}
.newWrite li.attrlistUl_box{padding:0;}
.newWrite li{padding:6px 12px;border-bottom:1px solid #e8e8e8;}
.newWrite .newWriteText_label{position:absolute;left:12px;top:10px;color:#999;}
.newWrite_label{display:inline-block;width:58px;float:left;margin-right:5px;_display:inline;line-height:24px;z-index:1;_zoom:1;position:relative;}
.newWrite_labelVisual{position:absolute;left:0;top:0;width:58px;height:24px;}
.newWrite_con{float:left;margin-left:-80px;width:100%;line-height:16px;}
.newWrite_con_scroll{height:87px;overflow-y:auto;overflow-x:hidden;}
.newWriteText{cursor:text;display:inline-block;height:16px;overflow:hidden;vertical-align:middle;width:25px;border:1px solid #fff;color:#464646;}
.newWrite_input{line-height:16px;}
.newWrite_all .newWriteText{*margin-top:-3px;}
.newWrite_span{color:#666;display:inline-block;vertical-align:middle;white-space:nowrap;line-height:16px;float:left;}
.newWrite_all{width:100%;}
.newWrite_all .newWriteText{width:100%;}
.newWriteBox{color:#666;padding:5px 0 5px 12px;}
.newWriteBox_bottom img{vertical-align:middle;margin-right:10px;}
.newWriteBox_bottom a{margin-left:15px;}
.newWriteBox p{border-top:1px dashed #d0d0d0;padding:12px 0;margin-top:14px;width:346px;color:#888;}
.newWriteBox .newWrite_content p{border:none;padding:0;margin:0;width:auto;color:#666;}
.newWrite_content{padding-bottom:5px;line-height:19px;}
.newWrite_content textarea{width:100%;height:100%;border:0 none;resize:none;overflow:auto;outline:none;}
.repeattips-box .ContentDiv{position:absolute;left:33px;top:30px;border:#cecece solid 1px;background-color:#fff;z-index:1;width:191px;}
.newWriteLimit{border-top:1px solid #e8e8e8;height:25px;line-height:25px;padding:0 12px;color:#999;}
.newWritePrompt{padding:7px 12px;border-top:1px solid #e8e8e8;line-height:15px;}
.newWritePrompt span{color:#ff5907;}
.newWriteVerification{float:left;}
.newWriteVerification input{width:168px;border:1px solid #b5b5b5;padding:2px 3px;margin-top:4px;color:#999;}
.newWriteVerification_img{background-color:#f4f4fc;width:279px;height:54px;padding:4px;margin-top:5px;}
.newWriteVerification_img img{float:left;margin-right:7px;_display:inline;}
.newWriteVerification_img strong{font-size:16px;line-height:18px;letter-spacing:0.1em;color:#333;}
.newWrite_pic{float:left;width:217px;text-align:center;padding:12px 0 10px;}
.newWrite_pic a{display:inline-block;margin-top:7px;}
.newWrite_right{float:right;width:280px;_width:278px;border-left:1px solid #e8e8e8;}
.newWrite_right .newWrite_content{padding-bottom:5px;}
.attrlistUl li{padding:5px 12px;}
.repeattips-box{padding:5px 20px 20px 20px;}
.repeattips-box input{vertical-align:-2px;}
.repeattips-box .newWrite_input input{width:97%;margin-top:3px;padding-left:6px;}
.newWrite_input_first .writeTable-txt .addrText-input{margin-top:0;}
.repeattips-box .dropDown{width:90px;}
.repeattips-area{border:1px solid #c6c6c6;padding:5px;margin-top:18px;background-color:#fff;}
.repeattips-area textarea{border:0;resize:none;width:100%;height:63px;line-height:21px;outline:0;}

/*弹出框写信模块 时间*/
.boxIframeText_time{background-color:#f7f7f7;padding:8px 0 7px 12px;border-top:1px solid #ececec;}
.newWrite_input_first{margin-left:58px;}
.newWrite_input_label{position:absolute;left:50px;top:3px;line-height:24px;}
.heightAuto{height:auto !important;}

/*写信页新加*/
.addrBaseWarn{border:1px solid #e93838;background:#ffe8e8;margin-right:5px;}
.writeTable-txt .addrBaseWarn b,
.writeTable-txt .addrBase_con span{color:#725f5b;}
.addrBaseWarn .item-close{background-position:-443px -605px;}
.addrBaseWarn .quickdelete{border-left:1px solid #ffe8e8;}
.addrBaseWarn .quickdelete:hover{background:#fc9a9a;border-radius:0 10px 10px 0;border-left:1px solid #ee5252;} 
.addrBaseWarn .addrBase_con:hover{background:#fc9a9a}
.addrBaseSame{border:1px solid #eeca4e;background:#fef2b7;}
.addrBaseSame .item-close{background-position:-432px -605px;}
.addrBaseSame .quickdelete{border-left:1px solid #fef2b7;}
.addrBaseSame .quickdelete:hover{background:#eeca4e;border-radius:0 10px 10px 0;border-left:1px solid  #fef2b7;} 

.writeTable .write-link .addnum{border:none;padding:0;}
.write-link-p{padding:0;font-size:12px;background:#f8f8f8;}
.personalInformation .menuModule  .personalSettings li a{width:184px;}
.menuModule li{height:24px;overflow:hidden;}
.menuModule .personalSettings li a .i_icok{_position:relative;float:left;margin:8px 8px 0 0;}
.menuModule .personalSettings li span.text{clear:none;}
.header .personalInformation  .menuModule{font-size:14px;}
.menuModule .personalSettings li span.text{width:166px;}
.contactList li{border-top:none;}
.tabContent .contactList .oLi-bt{border-bottom:1px solid #e8e8e8;margin-bottom:5px;padding-bottom:5px;}
.nui-ipt{min-height:26px;}
.bgPadding .nui-ipt .write-voice{top:-4px;}
#pageLetterPager .letterPage{width:auto;}

/*新二维码*/
.qrcode_new{width:171px;border:1px solid #e8e8e8;text-align:center;z-index:999;}
.qrcode_new .qrc_main{padding-bottom:8px;background-color:#fff;}
.qrcode_new .qrc_title{font-size:14px;color:#444;line-height:30px;height:30px;}
.qrcode_new .qrc_para{font-size:12px;color:#444;line-height:2;font-weight:bold;}
.qrcode_new .qrc_footer{padding:14px 0;text-align:center;border-top:1px solid #e8e8e8;}
.i_moble_blue{position:relative;top:-1px;left:-3px;vertical-align:middle;}
.qrcode_new .qrc_btn{width:110px;height:30px;padding-left:14px;color:#3a6ea0;font-size:14px;font-family:"Microsoft YaHei",Verdana,"Simsun";border:1px solid #c6d5e5;background-color:#ecf5fe;-moz-border-radius:14px;-webkit-border-radius:14px;-o-border-radius:14px;border-radius:14px;outline:0;}
.qrcode_new .qrc_btn:hover{border:1px solid #a8c4e3;}
.GroupList{background:#f7f7f7;}
.eidt-body-selected{border:1px solid #97c5f0;}
.signLine{margin:2px 5px 0 5px;font-size:12px;color:#c5c5c5;}

.addrBase{/*float:left;*/display:inline-block;color:#666;white-space:nowrap;vertical-align:middle;zoom:1;*display:inline;}
.addrError{color:#de0202;}
.newWrite_con .newWriteText{padding:0}
.newWrite .newWriteR{padding:13px 12px 8px 12px;}
.newWrite .newWriteL{padding:0px 12px 0px 12px;}
.newWriteR .newWrite_label{line-height:16px;}
.newWriteR .newWrite_con{line-height:16px;height:16px;}
.newWriteR .newWrite_input{line-height:16px;}
.repeattips-box .newWriteR .newWrite_input input{margin-top:-2px;border:0;}
.newWriteL .addrBase{margin-bottom:5px;}
.boxIframe .boxHeader{height:18px;line-height:18px;background:#fff;border:none;}
.newWrite_con .newWriteText{height:16px;line-height:16px;}
.repeattips-box .newWrite_input input{vertical-align:baseline;}
.boxHeader .i_t_zoomin{position:absolute;right:9px;top:8px;width:10px;height:10px;background-image:url(../../images/global/edit_v3.png);background-repeat:no-repeat;background-position:-378px -78px;}
.newWriteL .item-close{margin:0px 0 0 4px;}
.boxIframe .writeLetter,
.boxIframeMain_bg{border:none;}
.boxIframeMain_bg .eidt-body{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.ico-edit-qfont{background-position:-270px -132px;}  
.icoTb span.pl_12{padding-left:12px}
.icoTb span.pr_28{padding-right:28px}
.icoTb span.pl_14{padding-left:14px}

/*弹窗*/
.conve-bdpad{padding:64px 40px;}
.infoDoc{padding:30px 28px;font-size:14px;}
.infoDoc h4{height:14px;line-height:14px;margin-bottom:15px;}
.infoDoc ul{padding-bottom:15px;}
.infoDoc li{line-height:22px;}
.infoDoc-t{width:401px;border:1px solid #c6c6c6;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;margin:0 auto;text-align:center;color:#333333;overflow:hidden;}
.infoDoc-tl,.infoDoc-tr{float:left;width:200px;height:60px;}
.infoDoc-tl p,.infoDoc-tr p{width:200px;height:30px;line-height:30px;}
.infoDoc-tl{border-right:1px solid #c6c6c6}
.payWay{background:#eaeaea;border-bottom:1px solid #c6c6c6;color:#666;}
.boxIframeBtn_por .icoG,.boxIframeBtn_por .icoTb,.boxIframeBtn_por .icoDel{height:28px;line-height:28px;}
.boxIframeBtn_por .icoG span,.boxIframeBtn_por .icoTb span,.boxIframeBtn_por .icoDel span{line-height:28px;}
.boxIframeBtn .bibText{line-height:26px;}
.ban-text{font-size:12px;color:#999;}
.infoDoc .banUl li{text-align:center;width:172px;float:left;border-top:1px solid #c6c6c6;border-bottom:1px solid #c6c6c6;overflow:hidden;height:62px;}
.infoDoc .banUl li h5{height:32px;line-height:32px;color:#333333;}
.infoDoc .banUl li p{height:28px;line-height:28px;color:#333333;}
.infoDoc .banUl .li-f{border-left:1px solid #c6c6c6;}
.infoDoc .banUl .li-b{border-right:1px solid #c6c6c6;}
.infoDoc .banUl .current{border:1px solid #00a813;position:relative;}
.i-gou{width:23px;height:25px;display:inline-block;background:url(../../images/temp/i-gou.png) no-repeat 0 0;position:absolute;bottom:0;right:0;}
.calendarBoxing{border:none;}
.i-transmit,
.i-transmited,
.i-transmited-s{width:16px;height:16px;}
.mine.i-transmit{vertical-align:-3px;background-position:0 -1419px;}
.i-transmited{background-position:-17px -1419px;}
.theirs.send-btnTime .i-transmited{vertical-align:-3px;}
.transmited .i-transmited{float:left;margin-top:2px;}
.i-transmited-s{width:14px;height:13px;margin-top:1px;background-position:0 -1435px;}
.writeTable-txt .transmited .addrText-input{width:97%;}
.tdtitle .i-transmited{float:left;margin-top:4px;padding-right:6px;}
.hTitle .i-transmited{margin-top:-3px;}
.topTips{color:#fff;font-size:14px;line-height:32px;background:#3fbc02;width:230px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;text-align:center;z-index:90000;}
.topTips a{color:#fff;text-decoration:underline;}
.menuPop li.disSelect a{color:#b8b8b8;}
.menuModule .disSelect a:hover{background:none;}

/*写信页*/
.searchContact .i-c-closed{float:left;margin:4px 0 0 0px;_display:inline;}
.searchContact .i-c-closed:hover{width:16px;height:15px;background-position:-285px -750px;}

/*按钮的几种状态*/
.addrBase_con:hover{background:#9bcbf9;border-radius:10px 0 0 10px;}
.addrBase_con:hover b,
.addrBase_con:hover span{color:#fff;}
.btnNormal_write .addrBase_con{border:none;color:#46719a;background:none;}
.btnNormal_write .addrBase_con:hover{border:none;background:#9bcbf9;color:#666;}
.btnNormal_write .addrBase_close{color:#b2b2b2;border:1px solid #e8e8e8;border-left:none;background-color:#f8f8f8;}
.btnNormal_write .addrBase_close:hover{border:1px solid #ccdff0;background-color:#e1f0fe;color:#77a8d4;}
.btnNormal_writeOn .addrBase_con b,
.btnNormal_writeOn .addrBase_con span{color:#fff;}
.btnNormal_writeOn{border:1px solid #799ecf;color:#fff;background-color:#3b7cbc;}
.btnNormal_writeOn .quickdelete{border-left:1px solid #3b7cbc;}
.btnNormal_writeOn .quickdelete .item-close{width:10px;height:9px;background-position:-471px -605px;margin:-3px 0 0 4px;}
.btnNormal_writeOn:hover{background:#68a1d9;border:1px solid #68a1d9;}
.btnNormal_writeOn:hover .quickdelete{border-left:1px solid #68a1d9;}
.btnNormal_writeOn:hover .addrBase_con{background:#68a1d9;border:none;border-radius:10px 0 0 10px;}
.writeTable-txt .btnErrorOn b,
.writeTable-txt .btnSameOn b{color:#fff;}
.writeTable-txt .btnErrorOn .addrBase_con span,
.writeTable-txt .btnSameOn .addrBase_con span{color:#fff;}
.btnErrorOn{border:1px solid #e93838;background:#e93838;}
.btnErrorOn .quickdelete{border-left:1px solid #e93838;}
.btnErrorOn .quickdelete .item-close{width:10px;height:9px;background-position:-471px -605px;margin:-5px 0 0 4px;}
.btnErrorOn:hover .quickdelete{border-left:1px solid #fa7474;}
.btnErrorOn:hover .addrBase_con{background:#fa7474;border-radius:10px 0 0 10px;}
.btnErrorOn:hover{background:#fa7474;border:1px solid #fa7474;}
.btnSameOn{border:1px solid #d1ac2e;background:#d1ac2e;}
.btnSameOn .quickdelete{border-left:1px solid #d1ac2e;}
.btnSameOn .quickdelete .item-close{width:10px;height:9px;margin:-5px 0 0 4px;background-position:-471px -605px;}
.btnSameOn:hover .quickdelete{border-left:1px solid #eeca4e;}
.btnSameOn:hover .addrBase_con{background:#eeca4e;border-radius:10px 0 0 10px;}
.btnSameOn:hover{background:#eeca4e;border:1px solid #eeca4e;}
.btnOther,.btnOtherOn{border:1px solid #b0b0b0;background:#efefef;}
.btnOther .addrBase_con b,.btnOtherOn .addrBase_con b{color:#0581ff;}
.writeTable-txt .btnOther .addrBase_con span,.writeTable-txt .btnOtherOn .addrBase_con span{color:#0581ff;}
.btnErrorOn .quickdelete{border-left:1px solid #efefef;}
.btnOther .quickdelete:hover,.btnOtherOn .quickdelete:hover{background:#c8c8c8;border-left:1px solid #b0b0b0;}
.btnOther .quickdelete,.btnOtherOn .quickdelete{border-left:1px solid #efefef;}
.btnOther .addrBase_con:hover b,.btnOther .addrBase_con:hover span,.btnOtherOn .addrBase_con:hover b,.btnOtherOn .addrBase_con:hover span{color:#fff;}
.btnOther:hover,.btnOtherOn:hover{background:#bababa;border:1px solid #a4a4a4;}
.btnOther:hover .quickdelete,.btnOtherOn:hover .quickdelete{border-left:1px solid #b0b0b0;}
.btnOther:hover .addrBase_con b,.btnOther:hover .addrBase_con b span,.btnOtherOn:hover .addrBase_con b,.btnOtherOn:hover .addrBase_con b span{color:#fff;}
.btnOther:hover .addrBase_con,.btnOtherOn:hover .addrBase_con{background:#c8c8c8;}
.btnOther .quickdelete .item-close,.btnOtherOn .quickdelete .item-close{width:10px;height:9px;margin:-5px 0 0 4px;background-position:-457px -605px;}
.btnOther:hover .item-close,.btnOtherOn:hover .item-close{width:10px;height:9px;margin:-5px 0 0 4px;background-position:-471px -605px;}
.btnOther .addrBase_con,.btnOtherOn .addrBase_con{background:#efefef;border:none;border-radius:10px 0 0 10px;}
.btnOther:hover .addrBase_con,.btnOtherOn:hover .addrBase_con{border:none;}
.btnOther:hover .addrBase_con span,.btnOtherOn:hover .addrBase_con span{color:#fff;}
.btnOther .addrBase_con:hover,.btnOtherOn .addrBase_con:hover{border-right:1px solid #c8c8c8;}
.btnOther:active,.btnOtherOn:active{background:#939393;border-radius:10px;}
.btnOther:active .addrBase_con,.btnOtherOn:active .addrBase_con{background:#939393;border-right:1px solid #939393;}
.btnOther:active .quickdelete,.btnOtherOn:active .quickdelete{background:#939393;border-radius:0 10px 10px 0;}

.contactList_a{color:#666;line-height:20px;background:#f7f7f7;padding-left:10px;}
.GroupList .pb_5{padding-bottom:0;}
.new-main-topbar .searchContactT .searchContactText{color:#444;}
.new-main-topbar .searchContact .searchContactText{height:14px;line-height:14px;}

#pageLetterPager{overflow:hidden;}
.paginationBox{width:120px;}
.menuPops .cur a{overflow:visible;}
.menuPops .i_b_right{left:-5px;}
.msgPos{position:relative;left:-50px;top:-55px;}
#popup_popupPapper .tips-text .norTips{background:#fff;padding:10px 0px 5px 10px;}
.write-linke{padding-top:10px;}
.noteList .i-chooseMo, .noteList .i-chooseYet{float:left;margin-top:12px;}
.dG1{margin-top:7px;}
.theme-ban .i-transmited{position:absolute;top:4px;left:0;}
.theme-ban .addrText-input{margin-left:18px;}
.bibBtn .icoDel{height:28px;}
.btnRed span{line-height:28px;}
.addrBaseOther{background:#4d7ca8 } 
.addrBaseOther .addrBase_con b,.addrBaseOther .addrBase_con span{color:#fff;}
.addrBaseOther .quickdelete{border-left:1px solid #4d7ca8}
.addrBaseOther:hover{background:#4d7ca8 }
.addrBaseOther .addrBase_con:hover{background:#4d7ca8;}
.addrBaseOther .quickdelete:hover{background:#4d7ca8;border-left:1px solid #4d7ca8;}
.addrBaseOther .quickdelete:hover .item-close{width:10px;height:9px;background-position:-471px -605px;margin:-5px 0 0 4px;}
.boxIframe .DL_TitleBar h2{line-height:26px;}
.menuPopsR li a{padding:0 25px;}
.menuPopsR li .i_b_right{width:13px;height:10px;background-position:0 -86px;}
.menuPop li a:hover .i_b_right{background-position:-15px -86px;}
.menuPopsR .i_b_right{left:6px;}


.paginationBox{margin-top:6px;}
.fx25{padding-top:20px;}
.fx17{padding-top:17px;}
.btnNormal_writeOn .addrBase_con{color:#fff;border:none;background:none;}
.delmailTips .norTips-news{padding:10px 20px 10px 10px;background-color:#fafafa;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.norTips-news .norTipsContent{padding:14px 0 10px 10px;}
#curpage{margin-right:6px;}
#pageLetterPager .letterPage .paginationBox{margin-left:auto;margin-right:auto;}
#pageLetterPager .letterPage .paginationBox #prevpage{margin-right:6px;}

.writeLetter .eidt-bar .lineTop{height:28px;}
.contactList li ul li:hover{line-height:24px;}
/*.delmailTipsBtn a span{padding-right:0;}*/
.searchContents{background:#fff;}
#contactsListArea{_position:absolute;}

/*删除的组件*/
.boxIframe .i_t_close{width:14px;height:14px;background-position:-257px -727px;}
.boxIframe .i_t_close:hover{width:14px;height:14px;background-position:-276px -727px;}
.web_topTitle .i_t_close{width:14px;height:14px;background-position:-51px -302px;}
.web_topTitle .i_t_close:hover{width:14px;height:14px;background-position:-34px -302px;}
.DL_TitleBar{background:#e6e6e6;background:-moz-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));background:linear-gradient(#fafafa 0%,#e6e6e6 100%);}
.payM{font-size:18px;color:#ff0000;font-weight:bold}
.freeTry{height:30px;line-height:30px;font-size:14px;}
.alert-remindt{position:absolute;left:60%}
.alert-remindb{position:absolute;left:60%;top:30%;}

/*新手引导弹窗*/
.boxGuide{height:47px;background:#f7f7f7;position:relative;padding:9px 10px;}
.boxGuide ul{position:absolute;z-index:9999;}
.boxGuide ul li{width:108px;text-align:center;float:left;font-size:12px;}
.boxGuide ul li p{height:12px;line-height:12px;padding-top:8px;color:#999;}
.progress_1,.progress_2,.progress_3,.progress_4{width:28px;height:28px;background:url(../../../images/module/inbox/guide-bg.png) no-repeat 0 0;display:block;margin:0 auto;}
.progress_1{background-position:0 0;}
.progress_2{background-position:0 -28px;}
.progress_3{background-position:-28px -28px;}
.progress_4{background-position:-56px -28px;}
.boxGuide-bg{width:296px;height:4px;background:url(../../../images/module/inbox/line-bg.png) repeat-x;position:absolute;left:78px;top:21px;z-index:0 }
.progress-selected .progress_2{background-position:-28px 0;}
.progress-selected .progress_3{background-position:-56px 0;}
.progress-selected .progress_4{background-position:-84px 0;}
.progress-selected p{color:#008e11;}
.boxGuide-close{width:28px;height:28px;background:url(../../../images/module/inbox/guide-bg.png) no-repeat -84px -28px;display:inline-block;position:absolute;right:-26px;top:-26px;}
.boxGuid .iText{width:140px;}
.seltips-iframe .imgInfo .icoTb{color:#444;}
.boxGuid .boxStep-outs{width:370px;}
.boxGuid .boxStep_list{width:236px;float:left;}
.boxGuid-ma{float:left;padding:9px 12px;border:#cecece solid 1px;text-align:center;border-radius:4px;}
.boxGuid-ma img{margin-bottom:8px;}
.boxGuid-ma p{height:12px;line-height:12px;}
.boxGuid .boxStep_listCon{margin-left:8px;width:162px;}
.boxGuid .boxStep_list li{margin-top:0;}
.boxGuid .boxStep_list li{border:none;background:none;}
.boxRadius{border-radius:4px;}
.imgInfo-fz{font-weight:bold;font-size:14px;}
.boxGuid .seltips-iframe .imgInfo{padding:0;}
.boxGuid .seltips-iframe{padding:30px 40px;background-color:transparent;}

/*0922*/
#btn_voiceSubject .i_voice{*margin-top:4px;}
.contactList li li a,
.contactList_a span{color:#444;}
.writeLetter .eidt-bar .lineTop{height:28px;}
.GroupList .contactList_a,
.contactList li ul li,
.contactList li ul li:hover{line-height:24px;}
#contactsListArea{_position:absolute;}
.add-group .addFormContact .contactList li li a{padding-left:8px;}
.manage-fit-share, .t-right{float:right;}

/*禁止删除*/
.mailing-lists-inner .mailing-lists-head .tableTitle .td3-new a .i_th0,
.mailing-lists-inner .mailing-lists-head .tableTitle .td3-new a .i_th1{margin-left:0;margin-right:0;}
.mailing-lists-content .newdayArea .dayAreaTable .td4-new{text-indent:14px;}

/*弹框问题*/
.formForw{font-size:14px;}
#timingRemindTip .form,
.formForw .form{border-bottom:none;}
.createInput_time{font-size:12px;}
.formForw .form_info{margin-top:0;}
.person-address,.createTxt{border-radius:4px;}

/*0924*/
.notlistNo{width:130px;padding-top:40px;margin:0 auto;text-align:center;}
.searchContents .searchnew .iText{width:185px;padding-right:30px;}  
#addMoreMenu ul li:hover{cursor:pointer;}
.exportContacts .clooseWay{padding-left:0;}
#view763_base .element .fz_16{margin-left:-12px;}
.searchContents{background:#fff;}
#noteListBox li{*position:static;}
.i-clockTime{margin-top:-2px;}
.boxIframeMain_bg .btnNormal_write{margin-bottom:0;}
.boxIframeMain_bg .btnNormal_writeOn{margin-right:5px;}
.boxIframeMain_bg .evocation_contacts{height:24px;line-height:30px;}
#th_deltype span{cursor:default;}

/*添加联系人 灰底*/
.addrBaseGray{height:26px;border:none;background:#eaeaea;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.addrBaseGray .addrBase_con{display:inline-block;height:26px;padding:0 6px;cursor:pointer;}
.addrBaseGray span,
.addrBaseGray b{height:26px;line-height:26px;padding:0;color:#555;font-size:14px;vertical-align:top;}
.addrBaseGray .quickdelete{display:inline-block;width:20px;height:26px;border-left:none;}
.addrBaseGray .quickdelete:hover{border-left:none;background:#999;-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;} 
.addrBaseGray .quickdelete .i-gray-close{margin:9px 6px 10px 6px;vertical-align:top;}
.addrBaseGray .quickdelete:hover .i-gray-close{background-position:-860px 0;}

/*收件箱列表标签*/
.tag{display:block;position:relative;*zoom:1;float:left;margin-right:5px;margin-bottom:4px;word-break:break-all;vertical-align:top;border-left:1px solid #390;border-right:1px solid #390;cursor:pointer;}
.tagBody{position:relative;float:left;height:15px;padding-right:4px;margin:-1px 0;color:#fff;border-top:1px solid #390;border-bottom:1px solid #390;background-color:#390;}
.tagBody span{float:left;line-height:15px;padding-left:8px;padding-right:4px;}
.tagBody a{display:none;position:absolute;right:1px;top:1px;float:left;width:10px;height:14px;line-height:12px;padding-left:2px;border-left:1px solid #fff;overflow:hidden;}
.tagOn a{display:inline-block;}
.tagOn .tagBody{padding-right:20px;}
.tagOn .tagBody span{padding-left:8px;}
.tagBody a i{float:left;margin-right:0px;margin-top:4px;margin-left:2px;}
.newdayArea .dayAreaTable .tagBody a i{float:left;margin-right:0px;margin-top:4px;}

/*loading in style*/
.msg{display:inline-block;height:34px;line-height:32px;padding:0 20px;color:#fff;font-size:14px;text-align:center;background-color:#3fbc02;-moz-text-shadow:0 0 2px rgba(63,188,2,0.75);-webkit-text-shadow:0 0 2px rgba(63,188,2,0.75);text-shadow:0 0 2px rgba(63,188,2,0.75);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);box-shadow:0 0 5px rgba(0,0,0,0.4);-webkit-animation:menus .2s ease-out;-moz-animation:menus .2s ease-out;animation:menus .2s ease-out;}
.msg a{color:#fff;text-decoration:underline;}
.msg a:hover{text-decoration:none;}
.msgRed{color:#fff;background-color:#de0202;-moz-text-shadow:0 0 2px rgba(162,0,0,0.75);-webkit-text-shadow:0 0 2px rgba(162,0,0,0.75);text-shadow:0 0 2px rgba(162,0,0,0.75);}
.msgOrange{color:#fff;background-color:#ff9307;-moz-text-shadow:0 0 2px rgba(255,147,7,0.75);-webkit-text-shadow:0 0 2px rgba(255,147,7,0.75);text-shadow:0 0 2px rgba(255,147,7,0.75);}
.msgMiddle{background-color:#737373;-moz-text-shadow:0 0 2px rgba(115,115,115,0.75);-webkit-text-shadow:0 0 2px rgba(115,115,115,0.75);text-shadow:0 0 2px rgba(115,115,115,0.75);}
.msgYellow{color:#444;background-color:#ffa;-moz-text-shadow:0 0 2px rgba(255,255,170,0.75);-webkit-text-shadow:0 0 2px rgba(255,255,170,0.75);text-shadow:0 0 2px rgba(255,255,170,0.75);}
.msgWhite{color:#444;background-color:#fff;-moz-text-shadow:0 0 2px rgba(255,255,255,0.75);-webkit-text-shadow:0 0 2px rgba(255,255,255,0.75);text-shadow:0 0 2px rgba(255,255,255,0.75);}

/*Box Layout 1 style*/
.light-blue-border-box{display:inline-block;border:#aecae5 solid 1px;background-color:#dcebf9;}

/*Popups 1 style*/
/*弹出层*/
.boxIframeTitle:after,
.boxIframeMain:after,
.boxIframeText:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.boxIframeTitle,
.boxIframeMain,
.boxIframeText{zoom:1;}
.boxIframeTitle{height:26px;line-height:26px;border:1px solid #e8e8e8;border-bottom:none;background-color:#e8e8e8;color:#444;position:relative;cursor:move;}
.boxIframeNew{-moz-box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.boxIframeNew .boxIframeTitle{border:1px solid #ccc;border-bottom:none;background:#efefef;background:-moz-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#E9E9E9));background:-webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#E9E9E9));background:linear-gradient(#F5F5F5 0,#E9E9E9 100%);-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.boxIframeNew .boxIframeMain{border:1px solid #ccc;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
.boxIframeNew .i-mail_bNotice,
.boxIframeNew .i-file-smalIcion{margin-right:5px;}
.boxIframeNew .mailaMoreLine{line-height:18px;height:42px;white-space:normal;}
.boxIframeNew .mailaMoreLine a{color:#999;}
.boxIframeNew .mailaSingleLine{color:#999;margin-top:-2px;}
.boxIframeNew .normalTxt{white-space:nowrap;overflow:hidden;text-overflow:ellispsis;position:relative;}
.boxIframeNew .normalTxt span{color:#999}
.boxIframeNew .lineMlr,
.boxIframeBtn .lineMlr{display:inline-block;height:14px;overflow:hidden;color:#1a75ca;vertical-align:-3px;*vertical-align:3px;margin:0 5px;}
.boxIframeTitle h2{overflow:hidden;font-weight:400;border:1px solid #e8e8e8;height:26px;line-height:23px;display:block;}
.boxIframeTitle h2 span{padding-left:8px;}
.boxIframeMain,
.delmailTips{border:1px solid #eaeaea;background-color:#fafafa;position:relative;border-top:none;}
.boxIframeMain .tab{border:none;}
.boxIframeMain_bg{background-color:#fff !important;padding:0 !important;}
.boxIframeBtn{height:30px;/*line-height:30px;*//*height:24px;line-height:26px;*/padding:8px;border-top:1px solid #e8e8e8;background-color:#fff;}
.boxIframeBtn .whiteMask{position:relative;top:0;right:0;bottom:0;left:0;z-index:998;width:100%;height:30px;background:#fff;opacity:.5;filter:alpha(opacity=50);-moz-animation:layerMask .2s ease-out;-webkit-animation:layerMask .2s ease-out;animation:layerMask .2s ease-out;}
.boxIframeBtn .loadDing{vertical-align:-webkit-baseline-middle;vertical-align:-moz-baseline-middle;vertical-align:-ms-baseline-middle;vertical-align:baseline-middle;margin:0 0 0 345px;} /*设置加载动画对齐方式 wxy*/    
.boxIframeBtn .bibText{float:left;width:130px;line-height:30px;}
.boxIframeBtn .BottomTip{_padding-top:4px;}
.boxIframeBtn .bibText a{color:#457fbd;}
.boxIframeBtn .bibText .i_set{margin-right:4px;}
.boxIframeBtn .bibText .btnGreenBd, .boxIframeBtn .bibText .btnGreenBd span{height:24px;line-height:24px;color:#444;}
.boxIframeBtn .bibBtn{float:right;display:inline;text-align:right;}
.boxIframeBtn .bibBtn .spanImg{vertical-align:middle;display:inline-block;margin:4px 5px 0 0;}
.boxIframeBtn_por{position:relative;height:30px;padding:8px;}
.boxIframeBtn_por .delmailTipsBtntext .line{padding:0 10px;float:left;color:#bbb;}
.boxIframeBtn_por .edit-btn{margin:0 4px 0 0;}
.i_t_min,
.i_t_zoomin,
.i_t_zoomout{position:absolute;right:30px;top:8px;width:16px;height:16px;display:inline-block;overflow:hidden;vertical-align:middle;}
.i_t_min{background-position:-85px -302px;}
.i_t_min:hover{background-position:-68px -302px;}
.i_t_min_r{right:5px;}
.i_t_zoomin{background-position:-213px -341px;}
.i_t_zoomin:hover{background-position:-230px -341px;}
.i_t_zoomout{background-position:-179px -341px;}
.i_t_zoomout:hover{background-position:-196px -341px;}
.no_tips{text-decoration:underline;}
.boxIframeText{}
.boxIframeText .chrom-tips-rb{padding:7px 7px 2px 7px;}
.boxIframeText_new .norTips{padding:40px 40px 40px 45px;}
.boxIframeText_new .norTipsLine{line-height:18px;}
.norTips_margin{margin:138px 0 138px 150px;}
.scheduleRightBottomTips{color:#333;}
.scheduleRightBottomTips .td1{padding:2px 0;color:#666;}
.newBoxIframe{color:#666;}
.newBoxIframe .norTips{padding:24px 20px 24px 60px;}
.newFormLine_title{padding-left:51px;}
.formLine_check{border:#cecece solid 1px;width:203px;}
.formLine_check .checkbox{margin-right:10px;}
.formLine_check ul{margin-left:10px;}
.formLine_check ul li{margin-top:6px;height:14px;line-height:14px;}
.formLine_scroll{overflow-y:scroll;height:97px;}
.formLine_check_bottom{border-top:#cecece solid 1px;height:26px;line-height:26px;padding-left:10px;display:block;}
.formLine_check_bottom a{color:#1a75ca;}
.tips-covfont .tips-text{width:448px;_width:auto;}
.boxIframeText_btton{text-align:center;padding:48px 30px 40px;}
.boxIframeText_btton p{margin-top:7px;color:#999;}
.boxIframeText_btton em{display:block;}
.boxIframeText_btton .boxIframeText_btton_line{background-color:#f0f0f0;width:100%;height:1px;overflow:hidden;display:block;margin:22px 0;}
.boxIframeText_btton .btnSure{padding-left:0;width:160px;}
.boxIframeText_btton .btnSure span{padding-right:0;}

.boxIframe{width:400px;border:#ccc solid 1px;background:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);-moz-animation:layerMask .2s ease-out;-webkit-animation:layerMask .2s ease-out;animation:layerMask .2s ease-out;}
.noneShadow{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.boxIframe .boxIframeTitle:after,
.boxIframe .boxIframeMain:after,
.boxIframe .boxIframeText:after{clear:both;display:block;height:0;content:"\20";visibility:hidden;}
.boxIframe .boxIframeTitle{position:relative;height:32px;line-height:32px;color:#444;border:none;border-bottom:#e9e9e9 solid 1px;background-color:#f6f6f6;/*cursor:move;*/-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.boxIframe .boxIframeTitle h2{display:block;height:32px;line-height:32px;font-size:14px;font-weight:400;border:none;overflow:hidden;}
.boxIframe .boxIframeTitle h2 span{padding-left:10px;}
.boxIframe .boxIframeTitle .i_t_close{position:absolute;top:7px;right:10px;width:18px;height:18px;background-position:-166px -780px;}
.boxIframe .boxIframeTitle .i_t_close:hover{width:18px;height:18px;background-position:-166px -803px;}
.boxIframe .boxIframeMain{border:none;background:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.boxIframe .boxIframeBtn{height:30px;padding:8px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.boxIframe .boxIframeBtn.DL_ButtonBar .BottomTip{width:auto;line-height:30px;padding-left:0;}
.boxIframe .boxIframeBtn .bibBtn{_margin-right:-6px;}
.boxIframe .boxIframeBtn .bibBtn a{position:relative;min-width:initial;margin-left:6px;vertical-align:top;zoom:1;}
.boxIframe .boxIframeBtn .bibBtn a span{min-width:initial;}
.boxIframe .boxIframeBtn .btnSure,
.boxIframe .boxIframeBtn .btnNormal{height:28px;_height:28px;line-height:28px;padding:0;color:#444;font-size:14px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.boxIframe .boxIframeBtn .btnSure{border:#00a513 solid 1px;}
.boxIframe .boxIframeBtn .btnNormal{border:#ccc solid 1px;}
.boxIframe .boxIframeBtn .btnSure span,
.boxIframe .boxIframeBtn .btnNormal span{height:28px;line-height:28px;padding:0 17px;}
.boxIframe .boxIframeBtn .btnSure span{color:#fff !important;}
.boxIframe .boxIframeBtn .btnNormal span{color:#444 !important;}
.boxIframe .boxIframeBtn .btnNormal:hover{color:#444 !important;}
.boxIframe .boxIframeBtn .loadDing{display:inline-block;width:16px;height:16px;padding:0;margin:7px 2px;background-position:50% 50%;}

/*Popups 2 apply style*/
.gtasks-setbox.boxIframe{border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-animation:none;-webkit-animation:none;animation:none;}
.gtasks-setbox .boxIframeBtn,
.gtasks-setbox.boxIframe .boxIframeBtn{padding:6px;}
.gtasks-setbox.boxIframe .remidText{width:433px !important;}

/*Popups 3 apply style meeting invitations*/
.boxIframe .boxIframeBtn .bibBtn a .i_m_n{background-position:0 -174px;}

/*Popups 4 apply style Delete infoBox*/
.delete-infoBox .conve-bd-box{border:none;}
.delete-infoBox .conve-bd{background-color:#fff;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.delete-infoBox .norTipsIco{float:left;display:inline;line-height:36px;}
.delete-infoBox .norTipsIco .i_warn{vertical-align:top;}
.delete-infoBox .norTipsContent{margin-left:46px;}
.delete-infoBox .norTipsContent .lh36{line-height:36px;}

/*从联系人中添加 通用 start*/
.addFormContact{width:480px;height:424px;padding:0 10px 10px;margin:0;}
.addFormContact table{width:100%;margin:0 auto;}
.addFormContact th,
.addFormContact td{padding-bottom:0;}
.addFormContact th{height:40px;font-size:14px;font-weight:400;text-align:left;}
.addFormContact .leftTh,
.addFormContact .leftTd,
.addFormContact .rightTh,
.addFormContact .rightTd{width:47%;}
.addFormContact .centerTh,
.addFormContact .centerTd{width:6%;}
.addFormContact td.centerTd{text-align:center;vertical-align:middle;}
.addFormContact td.leftTd,
.addFormContact td.rightTd{vertical-align:top;}
.addFormContact .addFcLeft,
.addFormContact .addFcRight{width:auto;height:382px;border:#dbdbdb solid 1px;background-color:#fff;}
.addFormContact .addFcLeft .searchContactBtn{position:absolute;right:10px;}
.addFormContact .addFcLeft .contactList{position:relative;height:324px;margin-top:0;border-bottom:#e8e8e8 solid 1px;overflow:hidden;overflow-y:auto;}
.addFormContact .contactList ul{margin-top:0;}
.addFormContact .contactList li{line-height:25px;color:#444;vertical-align:top;border-top:none;/*border-bottom:#e8e8e8 solid 1px;*/overflow:hidden;_zoom:1;}
.addFormContact .contactList li.contactList_title{height:25px;_height:20px;_padding-top:5px;padding-left:10px;font-weight:bold;border-top:none;}
.addFormContact .contactList li.contactList_title i{margin-right:4px;}
.addFormContact .contactList li a{float:left;line-height:25px;color:#444;}
.addFormContact .contactList li .AddGroup,
.addFormContact .contactList li .i_plusj,
.addFormContact .contactList li .i_dels{line-height:1;color:transparent !important;}
.addFormContact .contactList li .i_plusj,
.addFormContact .contactList li .i_minus{float:left;/*margin:7px 8px 0 0;*/margin:5px 8px 0 0;_margin-top:5px;cursor:pointer;}
.addFormContact .contactList li .i_plusj{width:13px;height:13px;background-position:-378px -1387px;}
.addFormContact .contactList li .i_minus{width:13px;height:13px;background-position:-394px -1387px;}
.addFormContact .contactList li ul{clear:both;}
.addFormContact .contactList li var{position:relative;_top:-1px;cursor:pointer;}
.addFormContact .contactList li li{border-top:none;line-height:22px;/*padding-left:42px;*/}
.addFormContact .contactList li li:hover{border-top:none;background-color:#e8e8e8;}
.addFormContact .contactList li li a{max-width:140px;_width:110px;padding-left:10px;color:#444;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.addFormContact .contactList li li a:hover{text-decoration:none;}
.addFormContact .contactList li .i_r_yq2{float:right;_display:inline;margin-top:7px;margin-right:10px;}

.addFormContact .addFcLeft .contactListNew{height:25px;line-height:25px;text-align:center;border-top:none;}
.addFormContact .addFcLeft .contactListNew a{display:block;text-align:center;background-color:transparent;}
.addFormContact .searchEnd .contactList{height:auto;}
.addFormContact .searchEnd{position:relative;height:331px;padding:0 4px;overflow-y:auto;overflow-x:hidden;}
.addFormContact .searchEnd-li{display:block;border-bottom:1px solid #e4e4e4;padding:3px 4px;line-height:21px;color:#797979;}
.addFormContact .searchEnd-li:hover{text-decoration:none;background-color:#f4f5f9;}
.addFormContact .searchEnd-empty{position:absolute;left:7px;top:31px;_top:32px;z-index:999;width:170px;line-height:21px;padding:3px 0  3px 5px;border:1px solid #969696;/*border-top:none;*/background-color:#ffffcb;}
.addFormContact .searchEnd-empty .i_u_close{position:absolute;right:5px;top:5px;}
.addFormContact .searchEnd .contactList{height:auto;}

.addFormContact .addFcLeft .searchContact:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.addFormContact .addFcLeft .searchContact{position:relative;zoom:1;height:32px;padding:0;border-bottom:#e8e8e8 solid 1px;overflow:hidden;}
.addFormContact .addFcLeft .searchContactText{float:left;display:block;width:80%;height:14px;line-height:14px;padding:9px 15% 9px 5%;border:none;}
.addFormContact .addFcLeft .searchContactBtn{position:absolute;top:0;right:0;float:none;width:32px;height:32px;border:none;background-color:#fff;overflow:hidden;cursor:pointer;}
.addFormContact .addFcLeft .i_c-search{margin:9px;}
.addFormContact .addFcLeft .searchContact-on .searchContactText{color:#444;}
.addFormContact .addFcLeft .searchContact-on .i_c-search{background-position:-400px -54px;}

.addFormContact .addFcRight{position:static;overflow:hidden;overflow-y:auto;}
.addFormContact .addFcRight .lia{display:block;height:19px;line-height:19px;padding:0 0 0 10px;margin:3px 0;color:#666;cursor:pointer;}
.addFormContact .addFcRight .lia.on{color:#999;background:transparent;cursor:default;}
.addFormContact .addFcRight .lia.on:hover{background:transparent !important;}
.addFormContact .addFcRight .lia.on i{display:none !important;}
.addFormContact .addFcRight .lia .i_del{float:right;_display:inline;display:none;margin:4px 4px 0 0;}
.addFormContact .addFcRight .lia span{display:block;width:150px;height:19px;line-height:19px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.addFormContact .addFcRight .lia:hover{text-decoration:none;background-color:#e8e8e8;}
.addFormContact .addFcRight .lia:hover .i_del{display:inline-block;}
.addFormContact .addFcRight li span.text{max-width:125px;width:125px;line-height:19px;height:19px;}
.addFormContact .addFcRightA{float:right;cursor:pointer;}

/*新建联系人*/
.addNewContact .boxIframeBtn{border-top:none;}
.addNewContactForm li{line-height:20px;padding-top:6px;vertical-align:top;}
.addNewContactForm li.headtitle{height:28px;line-height:28px;padding-top:6px;}
.addNewContactForm .label{float:left;display:inline;width:45px;}
.addNewContactForm .element{float:left;display:inline;width:245px;}
.addNewContactForm .iText{width:222px;height:19px;line-height:19px;padding:0 10px;color:#444;font-size:12px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.addNewContactForm .iText:focus{border:#8ab0ef solid 1px;}
.addNewContactForm .groupClass{width:242px;border:#ccc solid 1px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.addNewContactForm .groupClassList{height:78px;overflow:hidden;overflow-y:auto;}
.addNewContactForm .groupClassList p{height:19px;line-height:19px;padding-left:10px;}
.addNewContactForm .groupBtn{padding:3px 10px;border-top:#ccc solid 1px;}
.addNewContactForm .groupBtn .iText{width:130px;}

/*写信页添加附件*/
.add-attachments-pop .boxIframeBtn{border-top:none;}
.add-attachments-pop .tab-box{height:375px;overflow:hidden;}
.add-attachments-pop .tab-nav{position:relative;zoom:1;height:32px;padding:0 10px;border-bottom:#e4e4e4 solid 1px;}
.add-attachments-pop .tab-nav a{display:inline-block;height:30px;line-height:30px;padding-left:10px;padding-right:10px;padding-bottom:3px;color:#999;font-size:14px;background:transparent;}
.add-attachments-pop .tab-nav a.on,
.add-attachments-pop .tab-nav a:hover{padding-bottom:0;color:#444;border-bottom:#666 solid 3px;}
.add-attachments-pop .tab-inner{height:357px;overflow:hidden;overflow-y:auto;}
.add-attachments-pop .tab-inner li{height:40px;padding:8px 25px 8px 10px;border-bottom:#e4e4e4 solid 1px;}
.add-attachments-pop .tab-inner li .att-l{float:left;display:inline;width:70px;height:40px;padding-right:6px;}
.add-attachments-pop .tab-inner li .att-l .i-chooseMo,
.add-attachments-pop .tab-inner li .att-l .i-chooseYet,
.add-attachments-pop .tab-inner li .att-l .i-chooseBlank{margin:12px 10px 0 0;}
.add-attachments-pop .tab-inner li .att-l .i-c-vat{vertical-align:top;cursor:pointer;}
.add-attachments-pop .tab-inner li .att-r{height:40px;line-height:40px;margin-left:76px;overflow:hidden;}

/*新建文件夹*/
.MB_Content #contactSelector{width:211px;}

/*生成二维码*/
.cxDisk-scan-code .boxIframeTitle{border-bottom:none;background-color:transparent;}
.cxDisk-scan-code .i_p_close{position:absolute;top:6px;right:6px;}
.cxDisk-scan-code .popups-inner .img{height:216px;overflow:hidden;}
.cxDisk-scan-code .height25{height:25px;line-height:25px;padding-bottom:25px;font-size:14px;}

/*Alert 1 style*/
.alert-remind{position:absolute;top:200px;left:0;display:block;width:100%;height:107px;color:#666;font-size:14px;text-align:center;}
.alert-remind .remind-text{position:absolute;top:-50px;left:50%;width:100px;padding:6px 5px;color:#999;text-align:left;border:#cecece solid 1px;background-color:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.alert-remind .triangle-pos{position:absolute;bottom:-13px;left:76px;z-index:9;}
.alert-remind .remind-linkto{position:absolute;top:20px;left:50%;line-height:30px;margin-left:100px;text-align:left;}
.whitebaby-remind{width:208px;}
.whitebaby-remind .remind-layout{margin-left:auto;margin-right:auto;}
.whitebaby-remind .remind-text{display:block;min-width:150px;padding:6px 4px;text-align:left;border:#cecece solid 1px;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.whitebaby-remind .remind-direction{position:relative;zoom:1;display:block;height:14px;margin-left:55%;margin-top:-1px;background-position:0 -450px;}
.whitebaby-remind .remind-character{display:block;height:150px;}
.whitebaby-remind0 .remind-character{background-position:-480px -150px;}/*原形象*/
.whitebaby-remind1 .remind-character{background-position:0 0;}/*未选中、选中提示*/
.whitebaby-remind2 .remind-character{background-position:-160px 0;}/*无文件空盘*/
.whitebaby-remind3 .remind-character{background-position:-320px 0;}/*加载状态*/
.whitebaby-remind4 .remind-character{background-position:-480px 0;}/*加载成功*/
.whitebaby-remind5 .remind-character{background-position:-640px 0;}/*加载失败*/
.whitebaby-remind6 .remind-character{background-position:0 -150px;}/*无效操作状态*/
.whitebaby-remind7 .remind-character{background-position:-160px -150px;}/*系统繁忙状态*/
.whitebaby-remind8 .remind-character{background-position:-320px -150px;}/*操作过多提示状态*/
.whitebaby-remind9 .remind-character{background-position:-640px -150px;}/*暂无定义*/
.whitebaby-remind10 .remind-character{background-position:0 -300px;}/*暂无定义*/

/*Alert 2 style*/
.tips{position:absolute;color:#666;border:#ccc solid 1px;background:#fefefe;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-animation:menus .2s ease-out;-moz-animation:menus .2s ease-out;animation:menus .2s ease-out;}

/*mail list setting*/
.mailViewFloatLayer{padding:0;}
.mailViewFloatLayer .delmailTipsBtn{height:26px;}

/*Alert 3 style*/
.remarkMailTips{top:40px;padding:0;}
.remarkMailTips .delmailTipsBtn{height:26px;padding:6px;}
.remarkMailTips .delmailTipsBtn a{margin:0 0 0 6px;}
.remarkMailTips .norTipsContent{line-height:26px;}
.remark-bg-green{color:#fff;background-color:#00bf16;}

/*Alert 4 style*/
.mailContactTips{top:30px;width:337px;padding:0;border-color:#cecece;background-color:#fff;}
.mailContactTips .imgInfo{padding:15px;}
.mailContactTips .imgInfo .imgLink{margin-right:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.mailContactTips .imgInfo dt{color:#666;font-size:14px;font-weight:bold;}
.mailContactTips .imgInfo dd{line-height:23px;color:#666;}
.mailContactTips .imgInfo dd.gray{color:#999;}
.mailContactTips .tipsTop{left:36px;border-color:#a2b0c6;}
.mailContactTips .sTipsBtn2{height:28px;line-height:28px;border-top:#cecece solid 1px;background-color:#fafafa;overflow:hidden;}
.mailContactTips .sTipsBtn2 a{float:left;display:inline-block;width:83px;color:#666;text-align:center;border-right:#cecece solid 1px;}
.mailContactTips .sTipsBtn2 a:hover{color:#4c75b2;text-decoration:none;background-color:#fcfdfe;}
.mailContactTips .sTipsBtn2 a.more{width:82px;border-right:none}
.mailContactTips .sTipsBtn2 a.more .morfont{line-height:27px;_font-family:"\5b8b\4f53";}
.mailContactTips .tipsBottom{border-color:#a2b0c6;background-color:#f4f5f9;}

/*Alert 5 style*/
.mailLabelTask{top:28px;padding:8px 0;}
.mailLabelTask li{height:30px;padding:0 12px;text-align:left;}
.mailLabelTask .line{padding-top:3px;margin:0 0 3px 0;}
.mailLabelTask li a{height:30px;line-height:30px;padding:0 26px;margin:0;}
.mailLabelTask li a:hover{color:#666;background:#fbefe1;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.mailLabelTask li .bg-remark{display:inline-block;width:14px;height:14px;vertical-align:middle;}
.mailLabelTask .bg-gray{background-color:#5e696e;}
.mailLabelTask .bg-green{background-color:#3dbb96;}
.mailLabelTask .delmailTipsBtn a{margin:0 0 0 6px;}

/*Alert 6 style*/
.jumppageslink,
.jumppagesShow{display:inline-block;height:24px;}
.jumppagesShow .text{height:24px;line-height:24px;font-size:14px;vertical-align:middle;}
.jumppagesShow .more-label{width:70px;height:22px;vertical-align:middle;}
.jumppagesShow .more-label .labelDown{width:22px;height:22px;}
.jumppagesShow .more-label .inputBox-down{top:9px;right:7px;}
.jumppagesShow .more-label .dropDownText{line-height:22px;color:#444;}
.jumppagesLayer{padding:0;}
.jumppagesLayer .norTips{min-height:24px;height:auto !important;height:24px;padding:14px 10px;}
.jumppagesLayer .norTipsContent{font-size:14px;}
.jumppagesLayer .norTipsContent input,
.jumppagesLayer .norTipsContent .ipt-text{width:36px;height:14px;line-height:14px;padding:4px;margin:0 1px;color:#444;}
.jumppagesLayer .delmailTipsBtn{height:26px;padding:6px;text-align:right;}
.jumppagesLayer .delmailTipsBtn a{margin-left:6px;margin-right:0;}

/*Alert 7 style*/
.gtasks-new-box.tips .grasks-boxIframebox-btnwarp .btn{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.gtasks-new-box.tips .boxIframeBtn .btnNormal{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.gtasks-new-box.tips .grasks-boxIframebox-title-min{font:14px/20px '\5fae\8f6f\96c5\9ed1';}
.gtasks-new-box.tips .grasks-boxIframebox-title-min strong{font-weight:400;}
.gtasks-new-box.tips .boxIframeBtn .bibBtn a span{line-height:24px;}

/*Alert 8 style*/
.mailSearchboolBar li a.selected .i_s_cloud,
.mailSearchboolBar li a:hover .i_s_cloud{background-position:-118px -304px;}
.mailSearchboolBar li a.selected .i_s_sark,
.mailSearchboolBar li a:hover .i_s_sark{background-position:-152px -304px;}
.mailSearchboolBar .blue{color:#1a75ca;}
.mailSearchboolBar .blue:hover{color:#175fa2;}

.mailSearchboolBar li .listTop{display:block;height:20px;line-height:20px;padding:3px 15px;color:#444;cursor:default;}
.mailSearchboolBar li .listTop:hover{background-color:#fff;}
.mailSearchboolBar li .listTop i{margin-right:8px;}
.mailSearchboolBar li .listTop strong{margin:0 4px;color:#ff5907;font-weight:400;}

/*Alert 9 style Add tags dropdown box*/
.creatTagpop{width:162px;height:115px;padding:5px 0 5px 5px;overflow-y:auto;}
.creatTagpop li{float:left;display:inline;}
.creatTagpop li a{float:left;height:18px;line-height:18px;padding:6px 6px 0 6px;overflow:hidden;}
.creatTagpop a:hover{background-color:#5d99ce;}
.creatTagpop li span.text{float:left;width:12px;}
.creatTagpop .tagMin{float:left;margin-top:1px;}

/*Alert tips btn style*/
.tips .tipsinner{line-height:22px;padding:13px;font-size:14px;}
.tips .tipsinner table{width:100%;*width:auto;table-layout:fixed;border-spacing:0;border-collapse:collapse;}
.tips .tipsinner table .icon{width:18%;padding-right:2%;text-align:right;vertical-align:top;}
.tips .form .label{line-height:26px;}
.tips .ipt-text{height:20px;line-height:20px;padding:2px 4px;margin:0;color:#444;}
.tips .boxIframeBtn{height:26px;padding:6px;border-top:#e4e4e4 solid 1px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
.tips .boxIframeBtn .bibBtn{display:inline;_margin-right:-6px;}
.tips .boxIframeBtn .bibBtn a{position:relative;display:inline-block;min-width:initial;margin-left:6px;vertical-align:top;zoom:1;}
.tips .boxIframeBtn .bibBtn a span{min-width:initial;}
.tips .boxIframeBtn .btnG,
.tips .boxIframeBtn .btnTb{height:24px;_height:24px;line-height:24px;padding:0;color:#444;font-size:14px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.tips .boxIframeBtn .btnG{border:#00a513 solid 1px;}
.tips .boxIframeBtn .btnTb{border:#ccc solid 1px;}
.tips .boxIframeBtn .btnG span,
.tips .boxIframeBtn .btnTb span{height:24px;line-height:24px;padding:0 12px;}
.tips .boxIframeBtn .btnG span{color:#fff !important;}
.tips .boxIframeBtn .btnTb span{color:#444 !important;}
.tips .boxIframeBtn .btnTb:hover{color:#444 !important;}
.tips .boxIframeBtn .bibText{display:inline;width:auto;text-align:left;}

/*bubble reminder*/
.bubblePop{position:absolute;z-index:1;border:#ccc solid 1px;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 5px #cecece;-webkit-box-shadow:0 0 5px #cecece;box-shadow:0 0 5px #cecece;-webkit-animation:menus .2s ease-out;-moz-animation:menus .2s ease-out;animation:menus .2s ease-out;}
.bubblePop .inner{display:inline-block;padding:2px 10px 3px;line-height:21px;color:#444;font-size:14px;}
.bubblePop .TriangleBottom{position:absolute;left:10px;bottom:-12px;width:15px;height:12px;background-position:-67px -341px;}
.bubblePop .TriangleLeft{position:absolute;left:-12px;top:10px;width:12px;height:15px;background-position:-51px -354px;}
.bubblePop .TriangleRight{position:absolute;right:-12px;top:10px;width:12px;height:15px;background-position:-64px -354px;}
.bubblePop .TriangleTop{position:absolute;left:10px;top:-12px;width:15px;height:12px;background-position:-51px -341px;}

/*Diy ScrollBar style*/
.scrollbar-container{position:absolute;top:0;right:10px;z-index:9;}
.scrollbar-track{position:absolute;top:0;width:8px;height:160px;background:transparent;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.scrollbar-track:hover, 
.scrollbar-track-hover{/*background-color:#eee;*/}
.scrollbar-handle{position:absolute;width:8px;height:30px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:#ccc;-webkit-opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}
.scrollbar-handle:hover,
.scrollbar-handle-hover{background-color:#999;}
.scroller-outer-container{position:relative;float:left;}
.scroller-inter-container{position:absolute;overflow:hidden;}
.scroller-container{position:absolute;top:0;left:0;}

/*Diy icheck style*/
.chk-m139check{display:inline-block;width:0;height:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
@-moz-document url-prefix(){.chk-m139check{margin-left:-13px;}}/*仅firefox 识别*/
.lbl-for-139chk{display:inline-block;*display:inline;_display:inline;width:16px;height:16px;vertical-align:middle;border:none;background-position:-392px -69px;cursor:pointer;}
.lbl-for-139checked{background-position:-411px -68px;}  

/*tinyscroll style*/
.tinyscroll_viewport{position:relative;width:350px;height:200;overflow:hidden;}
.tinyscroll_scrollbar{position:absolute;width:8px;z-index:100 }
.tinyscroll_thumb{position:absolute;top:0;left:0;width:8px;height:20px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#d8d0d0;overflow:hidden;cursor:pointer;}
.tinyscroll_thumb:hover{background-color:#565656;}

/*Background Removal*/
.removalBg{background-color:transparent !important;background:transparent !important;}

/*新版欢迎页底部*/
.welcomeFooter{background-color:transparent !important;}
.welcomeFooter li{height:23px;line-height:23px;color:#999;}
.welcomeFooter,
.welcomeFooter a{color:#799ecf;}
.wfLine{margin:0 3px;color:#999;font-family:"Verdana";}

/*calendar month*/
.calendar-month{position:relative;zoom:1;width:230px;padding:0;color:#444;font-size:14px;border:#d2d2d2 solid 1px;background-color:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.calendar-month-head{position:relative;height:20px;padding:15px 0 10px;text-align:center;}
.calendar-month-head .currentMonth{display:inline-block;width:120px;height:20px;line-height:20px;color:#444;font-weight:normal;text-align:center;vertical-align:middle;}
.calendar-month-head .calendarYear,
.calendar-month-head .calendarMonth{padding:1px 4px;margin:0 4px;color:#444;}
.calendar-month-head .calendarYear.hover,
.calendar-month-head .calendarMonth.hover{color:#fff;background-color:#1a88dd;cursor:pointer;}
.calendar-month-head .calendarYear:hover,
.calendar-month-head .calendarMonth:hover{background-color:#e2e2e2;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.calendar-month-head .i_icoPre{width:20px;height:20px;background-position:-447px -950px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.calendar-month-head .i_icoPre:hover{width:20px;height:20px;background-color:#e2e2e2;background-position:-447px -950px;}
.calendar-month-head .i_icoNext{width:20px;height:20px;background-position:-467px -950px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.calendar-month-head .i_icoNext:hover{width:20px;height:20px;background-color:#e2e2e2;background-position:-467px -950px;}
.calendar-month-head .selectList{position:absolute;width:84px;height:148px;padding:0;color:#666;font-size:14px;border:#cecece solid 1px;background-color:#fff;overflow:hidden;overflow-y:auto;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.calendar-month-head .selectList li{height:24px;line-height:24px;padding:0;cursor:pointer;}
.calendar-month-table{padding:0 5px 5px;}
.calendar-month-table table{width:100%;margin-left:auto;margin-right:auto;border-collapse:collapse;table-layout:fixed;color:#666;}
.calendar-month-table th{height:24px;line-height:24px;padding:3px;color:#444;font-weight:normal;text-align:center;}
.calendar-month-table td{position:relative;height:24px;padding:3px;color:#a3a3a3;font-family:Arial,'\5FAE\8F6F\96C5\9ED1';text-align:center;cursor:pointer;}
.calendar-month-table td span{display:inline-block;*display:inline;width:24px;height:24px;line-height:24px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;*zoom:1;}
.calendar-month-table td .mouseover-date,
.calendar-month-table td span:hover{background-color:#e2e2e2;}
.calendar-month-table td .effective-date{color:#666;}
.calendar-month-table td .current-date,
.calendar-month-table td .selected-date{display:inline-block;color:#fff;font-weight:bold;}
.calendar-month-table td .current-date{background-color:#b2c7e7;}
.calendar-month-table td .current-date:hover{background-color:#7496cc;}
.calendar-month-table td .selected-date,
.calendar-month-table td .selected-date:hover{background-color:#ed0000;}
.calendar-month-table td .dot{position:absolute;left:50%;bottom:0;width:6px;height:6px;margin-left:-3px;background-color:#1a75ca;overflow:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}

/*邮件全文搜索*/
.searchadvancepopup{padding:0;}

/*lester add from global.css*/
/*文字左右结构提示*/
.form:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.form{width:100%;padding:15px 0;}
.formLine:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.formLine{position:relative;zoom:1;margin-bottom:5px;_vertical-align:bottom}
.formLine .ok{display:inline-block;margin-top:15px;}
.form .label{float:left;width:26%;margin-left:-5px;padding-right:5px;padding-top:1px\9;_padding-top:0;line-height:22px;text-align:right;vertical-align:middle;}
.form .element{float:right;min-height:24px;height:auto!important;height:24px;width:74%;line-height:24px;}

/*图片*/
.picpop{width:100px;}
.picpop a{display:block;line-height:22px;height:22px;padding-left:15px;color:#444;position:relative;zoom:1;}
.picpop a:hover{text-decoration:none;}
.picpop a .i_newsL{position:absolute;right:10px;top:0;}

/*网络图片*/
.netpictips{width:337px;}
.netpictips .delmailTipsBtn{border-top:1px solid #999;background-color:#fff;}
.tips-text .mailTipsBtnBg{background-color:#f4f5f9;}
.netpictips .netpictipsdiv{padding:10px;}
.netpictips .netpictipsdiv p{padding-bottom:5px;}
.netpictips .netpictipsdiv .iText{width:300px;}

/*选择字体*/
.font-type{width:200px;}
.font-type .fonttype-list a{display:block;padding:3px 0 3px 40px;min-height:18px;height:auto!important;height:18px;color:#000;position:relative;}
.font-type .fonttype-list a:hover{background-color:#5d99ce;color:#fff;text-decoration:none;}
.font-type .fonttype-list a .cur{position:absolute;width:13px;height:11px;display:none;background-position:-421px -78px;left:15px;top:50%;margin-top:-6px;overflow:hidden;}
.font-type .fonttype-list a.on .cur{display:inline-block;}
.font-type .font-type-btn{border-top:1px solid #e4e4e4;margin:4px 5px 0 5px;padding:7px 5px 5px;color:#000;}
.font-type .font-type-btn .font-a{float:right;width:15px;height:15px;cursor:pointer;}

/*选择字体颜色*/
.font-colorpop{padding:6px;width:144px;}
.fontcolor-list{float:left;width:144px;}
.fontcolor-list a{width:16px;height:16px;border:1px solid #fff;overflow:hidden;display:inline-block;float:left;}
.fontcolor-list a:hover,.fontcolor-list a.on{border-color:#9a9afb;}
.fontcolor-list a span{display:inline-block;width:10px;height:10px;border:1px solid #a6a6a6;margin:2px 0 0 2px;overflow:hidden;}

/*行高*/
.lineheightpop{width:40px;}
.lineheightpop p{border-bottom:1px solid #999;padding-left:10px;padding-bottom:5px;}
.lineheightpop a{display:block;height:24px;line-height:24px;padding-left:10px;color:#000;}
.lineheightpop a:hover,.lineheightpop a.on{background-color:#5d99ce;color:#fff;text-decoration:none;}

/*表格*/
.tabpop{width:188px;}
.tabpop p{text-align:center;border-bottom:1px solid #999;padding-bottom:5px;}
.tabpop table{margin:4px;}
.tabpop table td div{width:12px;height:12px;overflow:hidden;border:1px solid #ddd;margin:2px;}
.tabpop table td.on div{border:1px solid #5d99ce;}

/*链接*/
.linkpop{position:relative;z-index:1;width:320px;padding:5px 0;border:1px solid #999;background-color:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
.linkpop .i_u_close{position:absolute;right:5px;top:5px;}
.linkpop .form .label{width:100px;}
.linkpop .form .element{width:220px;}
.linkpop .form .iText{width:190px;}
.linkpop p{border-top:1px solid #999;padding:5px 5px 0 0;}

/*编辑链接*/
.linkeditDiv{position:absolute;height:21px;line-height:21px;padding:3px 7px;border:1px solid #cbcbcb;background:#fdfdfd;background:-webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f3f3f3));background:-moz-linear-gradient(top,  #fdfdfd,  #f3f3f3);background:-o-linear-gradient(top,  #fdfdfd,  #f3f3f3);background:linear-gradient(left, #fdfdfd, #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3');}
.linkeditDiv a{text-decoration:underline;color:#000;float:left;}
.linkeditDiv .i_link,
.linkeditDiv .i_link_w{float:left;margin:4px 5px 0 0;}
.linkeditDiv input{padding:2px 2px;float:left;width:300px;}
.linkeditDiv .linkeditDiva{margin-left:5px;}

/*上传文件进度条*/
.progressBarDiv{position:relative;display:inline-block;width:160px;height:10px;margin:0 5px 0 0;vertical-align:middle;overflow:hidden;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.progressBar{position:absolute;left:0;right:0;display:inline-block;_width:158px;height:8px;border:1px solid #22bf35;background:#fff;overflow:hidden;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.progressBarCur{position:absolute;left:0;right:0;display:inline-block;_width:158px;height:10px;overflow:hidden;}
.progressBarCur span{display:block;height:10px;text-align:left;background:#22bf35;}
.loadingerror{padding:30px 0;}
.addFcLeft .loadingerror{height:263px;}
.loadingerror p{padding-bottom:5px;}
.progressBarDivError .progressBarCur,
.progressBarDivError .progressBar{border:1px solid #ff4f4f;}
.progressBarDivError .progressBarCur span{background-color:#ffa7a7;height:8px;}

.noflashtips{height:335px;text-align:center;_font-family:"\5b8b\4f53";}
.noflashtips:after{content:".";visibility:hidden;display:inline-block;height:100%;vertical-align:middle;}
.noflashtips i{display:inline-block;height:100%;vertical-align:middle;}/*ie6/7下可以使用此方法兼容*/
.noflashtips img{vertical-align:middle;margin-right:10px;}

/*写信页表情选项卡颜色*/
.smilepop{width:473px;}
.smilepopTab{border-top:none;}
.smilepopTab .tabTitle{height:41px;background-color:#fafafa;border-bottom:1px solid #dfdfdf;}
.smilepopTab .tabTitle ul{padding-top:10px;height:32px;}
.smilepopTab .tabTitle li{width:66px;margin-left:10px;background-color:#eee;border:1px solid #dfdfdf;border-bottom:none;height:30px;line-height:30px;}
.smilepopTab .tabTitle li a{color:#000;height:28px;line-height:28px;}
.smilepopTab .tabTitle li a span{display:block;height:28px;border:1px solid #eee;}
.smilepopTab .tabTitle li.on{/*background-color:#fff;*/border:1px solid #dfdfdf;border-bottom:1px solid #fff;}
.smilepopTab .tabTitle li.on a{color:#000;}
.smilepopTab .tabTitle li.on a span{border-color:#fff;}
.smilepopTab .smilelist{width:449px;height:225px;background:url(../../images/global/smilebg.png) no-repeat;margin:10px;position:relative;}
.smilepopTab .smilelist .ab{float:left;width:31px;height:31px;margin:1px 0 0 1px;_display:inline;}
.smilepopTab .smilelist .abon{border:1px solid #999;width:30px;height:31px;margin:0;margin-bottom:-1px;background-color:#fff;}
.smilepopTab .smilelist .smilelistView{border:1px solid #999;padding:3px;width:64px;height:64px;background-color:#fff;position:absolute;}
.smilepopTab .smilelist .ab a{display:block;}
.smilepopTab .pagediv{border-top:1px solid #999;}

/*去除ie6选项卡bug*/
.tips .smilepopTab .tabTitle li.on a{_color:#000 !important;_background-color:#fff !important;}

/*时间控件*/
.dayControl{color:#666;width:190px;}
.dayControl td,.dayControl th{width:26px;height:24px;text-align:center;border:1px solid #d3d3d3;border-top:none;}
.dayControl th{border:1px solid #cacaca;background-color:#f0f0f0;}
.dayControl td.on{color:#fff;background-color:#4c75b2;border-color:#44689d;}
.dayControl td:hover{color:#5A769C;background-color:#E8EEF6;border-color:#B6C3D5;}
.dayControl .dayControlTitle{border:1px solid #cacaca;height:31px;line-height:31px;text-align:center;font-weight:bold;color:#000;position:relative;}
.dayControl .upYear,
.dayControl .upMonth,
.dayControl .downMonth,
.dayControl .downYear{width:13px;height:13px;overflow:hidden;position:absolute;display:block;top:9px;background:url(../../images/global/datetimecontrl.png);}
.dayControl .upYear{left:8px;background-position:0px -31px;}
.dayControl .upYear:hover{left:8px;background-position:0px -46px;}
.dayControl .upMonth{left:29px;background-position:-15px -31px;}
.dayControl .upMonth:hover{left:29px;background-position:-15px -46px;}
.dayControl .downMonth{right:8px;background-position:-30px -31px;}
.dayControl .downMonth:hover{right:8px;background-position:-30px -46px;}
.dayControl .downYear{right:29px;background-position:-45px -31px;}
.dayControl .downYear:hover{right:29px;background-position:-45px -46px;}
.dayControlNo{height:3px;overflow:hidden;border-left:1px solid #cacaca;border-right:1px solid #cacaca;background-color:#e7e7e7;}

.timeControlBg,
.timeControlTag span{background:url(../../images/global/datetimecontrl.png);}
.timeControl{width:257px;height:57px;border:1px solid #cacaca;position:relative;}
.timeControlBg{width:233px;height:22px;overflow:hidden;margin-top:23px;margin-left:12px;float:left;_display:inline;}
.timeControlTag{position:absolute;width:40px;height:30px;top:6px;line-height:13px;color:#3879d8;}
.timeControlTag span{position:absolute;width:9px;height:16px;background-position:-61px -32px;top:15px;left:15px;cursor:col-resize;}
.timeControl .timeControlWidth{position:absolute;height:5px;border-top:1px solid #6b80d1;border-bottom:1px solid #6b80d1;background-color:#a7b2e3;top:27px;}

/*calendar pendant*/
.calendarPendant{width:294px;padding:0;margin:0;color:#666;border:#d2d2d2 solid 1px;background:#fff;overflow:hidden;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);-webkit-animation:menus .2s ease-out;-moz-animation:menus .2s ease-out;animation:menus .2s ease-out;}
.calendarPendant_top{height:22px;line-height:22px;padding:4px 0;margin:0 auto;text-align:center;border-bottom:#d2d2d2 solid 1px;background:#f0f0f0;background:-moz-gradient(linear, 0 0, 0 100%, from(#fffefe), to(#f0f0f0));background:-webkit-gradient(linear, 0 0, 0 100%, from(#fffefe), to(#f0f0f0));background:linear-gradient(#fffefe 0%,#f0f0f0 100%);-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.calendarPendant_top .i-calendarPrev,
.calendarPendant_top .i-calendarNext{display:inline-block;width:22px;height:22px;line-height:22px;color:#8aabc8;font-size:18px;font-weight:bold;font-family:'\5B8B\4F53';text-align:center;vertical-align:top;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.calendarPendant_top .i-calendarPrev:hover,
.calendarPendant_top .i-calendarNext:hover{display:inline-block;width:20px;height:20px;line-height:20px;border:#b9ccdd solid 1px;background:#efefef;}
.calendarPendant_top .i-calendarCurrent{display:inline-block;height:22px;line-height:22px;margin:0 15px;color:#6488aa;font-size:14px;font-family:'\5FAE\8F6F\96C5\9ED1';text-align:center;vertical-align:top;}
.calendarPendant_top .i-calendarCurrenty{display:inline-block;height:22px;line-height:22px;margin:0 15px;color:#444;font-size:14px;font-family:'\5FAE\8F6F\96C5\9ED1';text-align:center;vertical-align:top;}
.calendarPendant_table,
.calendarPendant_other{width:100%;*width:auto;table-layout:fixed;border-collapse:collapse;border:none;}
.calendarPendant_table th{width:42px;height:26px;color:#999;font-weight:normal;text-align:center;border:none;border-bottom:#eee solid 1px;}
.calendarPendant_table td{width:42px;height:42px;text-align:center;vertical-align:top;border:none;cursor:pointer;}
.calendarPendant_table td a{display:inline-block;width:40px;height:32px;padding:5px 1px;margin:0 auto;text-align:center;border:none;}
.calendarPendant_table td p{height:16px;line-height:16px;color:#dcdcdc;font-size:12px;font-family:'\5FAE\8F6F\96C5\9ED1';cursor:pointer;}
.calendarPendant_table td span{display:block;height:16px;line-height:16px;color:#444;font-size:14px;font-family:'Arial';cursor:pointer;}
.calendarPendant_table .startMonth p{color:#3e99e8;}
.calendarPendant_table .onClick{width:40px;height:32px;padding:4px 0;border:#a7e0f7 solid 1px;background:#e6f8ff;background:-moz-gradient(linear, 0 0, 0 100%, from(#e6f8ff), to(#e6f8ff));background:-webkit-gradient(linear, 0 0, 0 100%, from(#e6f8ff), to(#e6f8ff));background:linear-gradient(#e6f8ff 0%,#e6f8ff 100%);}
.calendarPendant_table .onClick p{color:#999;}
.calendarPendant_table .onClick span{color:#666;}
.calendarPendant_table .onDay,
.calendarPendant_table td a:hover{width:40px;height:32px;padding:5px 1px;border:none;background:#7ab9f3;background:-moz-gradient(linear, 0 0, 0 100%, from(#3d98e7), to(#7ab9f3));background:-webkit-gradient(linear, 0 0, 0 100%, from(#3d98e7), to(#7ab9f3));background:linear-gradient(#3d98e7 0%,#7ab9f3 100%);}
.calendarPendant_table .onDay p,
.calendarPendant_table .onDay span,
.calendarPendant_table td a:hover p,
.calendarPendant_table td a:hover span{color:#fff;}
.calendarPendant_other td{width:74px;height:74px;text-align:center;vertical-align:top;border:none;cursor:pointer;}
.calendarPendant_other td a{display:inline-block;width:74px;height:74px;line-height:74px;padding:0;margin:0 auto;color:#444;font-size:18px;font-family:'\5FAE\8F6F\96C5\9ED1';text-align:center;border:none;}
.calendarPendant_other .noDay a,
.calendarPendant_table .noDay p,
.calendarPendant_table .noDay span{color:#dcdcdc;}
.calendarPendant_other .onClick{width:72px;height:72px;line-height:72px;color:#666;border:#a7e0f7 solid 1px;background:#e6f8ff;background:-moz-gradient(linear, 0 0, 0 100%, from(#e6f8ff), to(#e6f8ff));background:-webkit-gradient(linear, 0 0, 0 100%, from(#e6f8ff), to(#e6f8ff));background:linear-gradient(#e6f8ff 0%,#e6f8ff 100%);}
.calendarPendant_other .onDay,
.calendarPendant_other td a:hover{width:74px;height:74px;line-height:74px;color:#fff;border:none;background:#7ab9f3;background:-moz-gradient(linear, 0 0, 0 100%, from(#3d98e7), to(#7ab9f3));background:-webkit-gradient(linear, 0 0, 0 100%, from(#3d98e7), to(#7ab9f3));background:linear-gradient(#3d98e7 0%,#7ab9f3 100%);}

/*新版引导弹窗*/
.leadPopup-box{width:520px;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 0 7px rgba(86,86,86,0.3);border-radius:3px;position:absolute;z-index:9001;}
.leadPopup-box-content{width:477px;margin:20px auto;font-size:12px;border:1px solid #cad4e1;margin-bottom:20px;_margin-bottom:20px;}
.leadPopup-box-content-T{overflow:hidden;}
.leadPopup-box-borderAll p a:last-child{border-right:none;}
.leadPopup-box-content-T a{width:238px;height:29px;line-height:29px;text-align:center;color:#627687;position:relative;font-size:14px;border-left:1px solid #cad4e1;display:inline-block;float:left;background-color:#eceff2;border-bottom:1px solid #cad4e1;cad4e1;*display:inline;zoom:1;*width:237px;}
.leadPopup-box-content-T a:first-child{border-left:none;}
.leadPopup-box-borderAll .leadPopup-box-content-T a{border-top:none;}
.leadPopup-box-content-T .cur,.leadPopup-box-content-T a:hover{background-color:#74a5db;color:#fff;}
.icon-mailG ,.icon-contact,.icon-calendarG,.icon-shareG{width:60px;height:60px;float:left;}
.icon-mailG{background-position:-268px -1593px;}
.icon-contact{background-position:-335px -1593px;}
.icon-calendarG{background-position:-268px -1658px;}
.icon-shareG{background-position:-335px -1658px;}
.icon-closed{background-position:-262px -1396px;}
.icon-closed:hover{background-position:-281px -1396px;}
.icon-redDot{width:9px;height:9px;background-position:-332px -1572px;position:absolute;top:2px;right:2px;}
.icon-inspect{width:59px;height:50px;background-position:-303px -1440px;position:relative;top:-13px;right:-95px;}
.leadPopup-box-content .receive,.leadPopup-box-content .read{padding-left:70px;font-size:12px;color:#444;white-space:nowrap;}
.leadPopup-box-content-list{overflow:hidden;zoom:1;}
.leadPopup-box-content-list .RightNone{border-right:none;}
.leadPopup-box-content-list .BottomNone{border-bottom:none;}
.leadPopup-box-content-list li{width:227.5px;height:88px;padding:18px 0 0 10px;float:left;border-right:1px solid #cad4e1;border-bottom:1px solid #cad4e1;overflow:hidden;}
.leadPopup-box-content-list .icoG,.leadPopup-box-sub .icoG{height:24px;line-height:24px;float:right;margin:12px 15px 0 0;}
.leadPopup-box-content-list .icoG span,.leadPopup-box-sub .icoG span{line-height:24px;}
.leadPopup-box .icon-closed{width:12px;height:12px;position:absolute;top:10px;right:10px;text-indent:-9999px;border-color:tomato;filter:chroma(color=tomato);}

/*.leadPopup-box-borderAll{width:476.5px;border:1px solid #cad4e1;padding-bottom:5px;*width:477px;}*/
.leadPopup-box-content .title{margin-left:12px;font-weight:bold;margin-bottom:1.5px;}
.leadPopup-box-content .txt{margin-left:12px;margin-bottom:1.5px;}
.leadPopup-box-content .title,.leadPopup-box-borderAll .txt{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.leadPopup-box-content .txt em{font-weight:bold;color:#74a3d8;}
.leadPopup-box-sub{width:326px;background-color:#fff;border:1px solid #eaeaea;box-shadow:0 0 7px #eaeaea;border-radius:3px;position:absolute;top:120px;left:90px;}
.leadPopup-box-sub .title{height:32px;line-height:32px;padding-left:20px;font-size:16px;color:#444;background-color:#f0f0f0;font-weight:normal;}
.leadPopup-box-sub .content{padding:15px 20px;font-size:14px;}
.leadPopup-box-sub .content h3{text-align:center;}
.leadPopup-box-sub .footer-btn{height:46px;line-height:46px;text-align:right;padding-right:15px;border-top:1px solid #e4e4e4;}
.leadPopup-box-content .txtArea{width:422px;height:73px;font-size:12px;margin:12px 0 0 19px;padding:8px;color:#444;border:1px solid #cad4e1;overflow:hidden;resize:none;outline:none;}
.leadPopup-box-content .feedbackTxt{height:40px;font-size:12px;color:#444;margin:10px 0;padding:0 21px;overflow:hidden;}
.leadPopup-box-content .send{text-align:right;margin:0 20px 20px 0;}
.leadBoxmask{position:fixed !important;left:0;top:0;bottom:0;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));z-index:8000;width:100%;height:100%;background-color:#000;-webkit-opacity:0.3;-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;filter:alpha(opacity=30);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);}

/*search nodata*/
.noindexbody .empty_btn{padding:0 !important;margin:0 !important;border:none !important;background-color:transparent !important;}
.noindexbody .empty_btn .noMailData{line-height:22px;padding:19px 30px 20px;font-weight:400;}
.noindexbody .empty_btn .noMailData h3{line-height:40px;padding-left:5px;color:#666;font-size:18px;font-weight:bold;text-align:left;word-wrap:break-word;word-break:break-all;}
.noindexbody .empty_btn .noMailData .line{height:0;border-top:#e3e3e3 solid 1px;}
.noindexbody .empty_btn .noMailData ul{padding:10px 0;margin:0;}
.noindexbody .empty_btn .noMailData li{height:auto;line-height:30px;padding:1px 10px 1px 8px;margin:0;font-size:14px;text-align:left;border-bottom:none;word-wrap:break-word;word-break:break-all;border-top:none;}
.noindexbody .empty_btn .noMailData li:hover{background-color:transparent !important;}
.noindexbody .empty_btn .noMailData a{font-size:14px;}
.noindexbody .empty_btn .noMailData .iText{width:310px;}
.noindexbody .empty_btn .noMailData .icoTb{height:32px;}
.noindexbody .empty_btn .noMailData .icoTb span{line-height:32px;}

/*新手引导弹窗*/
.newLead-box1,.newLead-box2,.newLead-box3,.newLead-box4{width:640px;height:360px;border-radius:6px;position:absolute;top:50%;left:50%;margin-left:-320px;margin-top:-180px;z-index:9000;font-family:'Microsoft YaHei', Verdana, Simsun;}
.newLead-box1{background:url(../../images/module/inbox/share.jpg) no-repeat;}
.newLead-box2{background:url(../../images/module/inbox/calender.jpg) no-repeat;}
.newLead-box3{background:url(../../images/module/inbox/view.jpg) no-repeat;}
.newLead-box4{background:url(../../images/module/inbox/mail.jpg) no-repeat;}
.newLead-box1-content,.newLead-box2-content,.newLead-box3-content,.newLead-box4-content{width:239px;margin:110px 22px 0 0;float:right;text-align:center;}
.newLead-box1-content .know-btn,.newLead-box4-content .know-btn{width:120px;height:40px;line-height:40px;text-align:center;font-size:18px;margin:24px auto 0;display:block;color:#00e4ff;background:url(../../images/module/inbox/btn2.png) no-repeat;}
.newLead-box2-content .taste-btn,.newLead-box3-content .taste-btn{width:120px;height:40px;line-height:40px;text-align:center;font-size:18px;margin:24px auto 0;display:block;color:#ffff00;background:url(../../images/module/inbox/bnt1.png) no-repeat;}
.newLead-box1-content .T,.newLead-box2-content .T,.newLead-box3-content .T,.newLead-box4-content .T{font-size:24px;color:#fff;font-weight:normal;}
.newLead-box1-content .C,.newLead-box2-content .C,.newLead-box3-content .C,.newLead-box4-content .C{font-size:14px;color:#fff;}
.newLead-box1-close{position:absolute;top:12px;right:12px;width:20px;height:20px;background-position:-345px -1567px;}

/*eidt by chen*/
#freeDenyForward{line-height:32px;*margin-top:2px;}
.contactListNew{background:#f8f8f8;}
.addFormContact .addFcLeft, 
.addFormContact .addFcRight{width:223px;height:384px;}
.addFormContact .addFcRight .lia{height:26px;line-height:26px;margin:6px 0 0 0;}
.addFormContact .addFcRight .lia span{height:26px;line-height:26px;}
.addFormContact .addFcRight .lia .i_del{margin:6px 4px 0 0;}
.new-main-topbar .b-hover .searchContactText{border:1px solid #97c5f0;border-right:none;}
.b-hover .searchContactBtn{border:1px solid #97c5f0;border-left:none;}
.quickdelete .item-close,
.btnOther .quickdelete .item-close{margin:-3px 0 0 4px;*margin-top:0;}
.personalInformation .J-dropdown .personalSettings li a{width:145px;}
.leftTd .GroupList,.GroupList .SendToMySelf,.GroupList .GroupButton,.searchEnd .contactList .contactList_a{background:none;}
.addFormContact .searchEnd{height:325px;}
.manage-sel #btnCreate{*margin-left:1px;}
#toggle-page-build,#lbl_toggle-page-build{float:left;}
.msg-watch{height:26px;line-height:26px;padding:0 10px 0 28px;color:#444;text-shadow:none;background:#fff;}
.msg-watch .i_map{position:absolute;left:10px;top:6px;}
.msg-watches{height:26px;line-height:26px;padding:0 9px 0 31px;color:#444;text-shadow:none;background:#fff;}
.msg-watches .i-iphone{position:absolute;left:10px;top:5px;width:15px;height:15px;background-position:-170px -694px;}
.msg-watches .i-man{position:absolute;left:10px;top:5px;width:18px;height:17px;background-position:-170px -713px;}
.addNewF .addNewContactForm .iText{width:190px;height:21px;line-height:21px;}
.addNewF .groupClass{width:188px;margin-top:2px;}
.fontS{color:red;margin-left:5px;vertical-align:-3px}
.addNewF{padding-bottom:10px;border-bottom:1px solid #e8e8e8;}
.btnNormal_write{margin-right:5px;}

/*新手引导 version3*/
.noviceGuidebox1,
.noviceGuidebox2{width:100%;height:100%;position:absolute;top:0;left:0;z-index:9901;}
.noviceGuidebox3,
.noviceGuidebox4,
.noviceGuidebox5{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9901;}
.noviceGuidebox1 .look{width:220px;height:25px;display:inline-block;position:absolute;bottom:50px;left:156px;}
.noviceGuidebox1-box{width:466px;height:450px;top:219px;left:619px;position:absolute;}
.noviceGuidebox2-box,
.noviceGuidebox3-box,
.noviceGuidebox4-box,
.noviceGuidebox5-box{width:466px;height:450px;top:219px;left:760px;position:absolute;}
.noviceGuidebox1 .next{width:99px;height:35px;display:inline-block;position:absolute;bottom:97px;left:176px;}
.noviceGuidebox2 .next,
.noviceGuidebox3 .next,
.noviceGuidebox4 .next,
.noviceGuidebox5 .next{width:99px;height:35px;display:inline-block;position:absolute;bottom:83px;left:176px;}
.noviceGuidebox1 .close,
.noviceGuidebox2 .close,
.noviceGuidebox3 .close,
.noviceGuidebox4 .close,
.noviceGuidebox5 .close{width:29px;height:29px;display:inline-block;position:absolute;top:46px;right:88px;}

#timingRemindTip .form{border-bottom:none;}

/*光棍节活动弹窗*/
.newWriteBox .newWrite_contentInfo{width:493px;height:160px;overflow-y:auto;cursor:text;resize:none;overflow:auto;border:none;outline:none;}
.boxIframeMain_bg .writeTable-txt .addrTextW{width:432px;height:30px;}
.add-contactsBtn{position:absolute;top:5px;right:15px;z-index:99;}
.boxIframeMain_bg .friend_info_text{width:427px;}

/*收件人列表 图标 wxy*/
.i-writeList-p{width:18px;height:13px;margin-right:5px;margin-top:-4px;*margin-top:0;background-position:-191px -695px;}
.menuPop .menuPop-writeList{width:100%;overflow:hidden;white-space:nowrap;}
.menuPop-writeList .address-con{cursor:pointer;color:rgb(102, 102, 102);border-radius:4px;background:rgb(255, 255, 255);}
.menuPop-writeList .address-con:hover{background-color:#666;color:#fff;}
.menuPop-writeList .cont{width:100%;display:inline-block;color:rgb(102, 102, 102);}
.menuPop-writeList .cont:hover{color:#fff;}
.menuPop-writeList .cont:hover .i-writeList-p{width:18px;height:13px;background-position:-214px -695px;} 

/*新版云邮局纸质杂志收货地址弹窗*/
.receiving_address ul{border:1px solid #e8e8e8;overflow:hidden;border-top:none;}
.receiving_address ul .username_phone{width:300px;}
.receiving_address ul .username_phone .address_inf{height:35px;line-height:17px;}
.receiving_address ul li{height:60px;border-top:1px solid #e8e8e8;font-size:12px;padding:5px 10px;}
.receiving_address ul .other_adrr{color:#999;}
.receiving_address .btn_Operation{padding-top:30px;}
.receiving_address .btn_Operation a{margin-left:5px;}
.receiving_address .page_turning{height:34px;line-height:34px;text-align:center;}

/*新版云邮局纸质杂志收货信息弹窗*/
.Magazine_Receiving{width:530px;position:absolute;top:50%;left:50%;margin-top:-260px;margin-left:-265px;}
.Magazine_Receiving .norTipsContent .norTipsTitle{border-bottom:1px solid #e8e8e8;}
.Magazine_Receiving .Magazine_Receiving_from{padding:10px 30px;position:relative;}
.Magazine_Receiving .Magazine_Receiving_from input{line-height:18px;font-size:12px;}
.Magazine_Receiving .Magazine_Receiving_from li{line-height:35px;font-size:14px;clear:both;} 
.Magazine_Receiving .Magazine_Receiving_from .dropDown{width:85px;height:23px;font-size:12px;line-height:23px;border-radius:0px;margin-top:5px;margin-right:5px;}
.Magazine_Receiving .Magazine_Receiving_from .dropDown:hover{border:1px #9bbfdc solid;}
.Magazine_Receiving .Magazine_Receiving_from li .label{width:70px;float:left;}
.Magazine_Receiving .management_address{width:115px;height:40px;position:absolute;top:74px;left:400px;font-size:12px;}
.Magazine_Receiving .management_address p{text-align:right;}

/*云邮局修改地址弹窗*/
.ChangeAddress_list ul li{clear:both;}
.ChangeAddress_list ul li label{font-size:12px;width:340px;display:block;float:left;}
.ChangeAddress_list ul li a{font-size:12px;position:absolute;right:10px;top:-1px;}

/*弹窗地址选择框*/
.mxy_addr_choice{width:85px;border:1px #9bbfdc solid;border-top:none;background-color:#fff;position:absolute;top:22px;left:-1px;z-index:1000;}
.mxy_addr_choice ul li{padding-left:5px;height:25px;line-height:25px !important;color:#666;}
.mxy_addr_choice ul li:hover{background-color:#d6edff;}
.mxy_addr_choice ul li span{font-size:12px;}

/*电子杂志支付弹窗*/
.Magazine_pay{padding:10px;}
.Magazine_pay table{width:500px;margin:auto;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8;text-align:center}
.Magazine_pay table thead td{background-color:#ffffe1;width:162px;height:35px;line-height:35px;}
.Magazine_pay table td{border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;}
.Magazine_pay table tbody td{line-height:30px;padding:10px 0px;}

/*换肤*/
.eurocargo{padding:6px 12px 0;text-align:center;}
.eurocargo .inner{width:190px;}
.eurocargo ul{width:196px;}
.eurocargo li{position:relative;float:left;display:inline;margin:6px 6px 0 0;}
.eurocargo li img{display:block;width:92px;height:61px;margin:0;vertical-align:top;}
.eurocargo li .i-border{position:absolute;left:0;top:0;z-index:9;width:88px;height:57px;padding:0;margin:0;border:#38b434 solid 2px;}
.eurocargo li.long{margin:6px 0 0 0;}
.eurocargo li.long img{width:190px;height:70px;}
.eurocargo li.long .i-border{width:186px;height:66px;}
.eurocargo .trans-bg{position:absolute;bottom:0;left:0;z-index:9;width:100%;height:18px;background:#000;-webkit-opacity:0.4;-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;filter:alpha(opacity=40);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);}
.eurocargo .trans-text{position:absolute;bottom:0;left:0;z-index:10;width:100%;height:18px;line-height:18px;color:#fff;text-align:center;}
.eurocargo .i-rightmark{position:absolute;right:0;top:0;z-index:10;}
.eurocargo .i-leftmark{position:absolute;left:-1px;top:-1px;z-index:10;}
.eurocargo .moreskin{height:35px;line-height:35px;text-align:center;}
.eurocargo .moreskin .fst{margin-left:2px;}
.eurocargo .i-limitfree{width:63px;height:27px;margin:-1px -1px 0 0;}
.boxIframe .DL_Skin{height:56px;line-height:56px;background:#fff;border-bottom:none;}
.boxIframe .DL_Skin h2{height:56px;line-height:56px;color:#444;font-size:16px;}
.boxIframe .DL_Skin h2 span{padding-left:20px;}
.boxIframe .boxIframeBtn.DL_ButtonBar .BottomTip-skin{font-size:14px;padding-left:10px;}
.box-Skin{padding-left:5px;}
.box-Skin li{position:relative;float:left;display:inline;margin-left:18px;margin-bottom:18px;}
.box-Skin li img{display:block;width:120px;height:80px;margin:0;vertical-align:top;}
.box-Skin li .i-border{position:absolute;left:0;top:0;z-index:9;width:116px;height:76px;padding:0;margin:0;border:#38b434 solid 2px;}
.box-Skin .box-SkinBg-text{position:absolute;bottom:0;left:0;z-index:10;width:100%;height:18px;line-height:18px;color:#fff;text-align:center;}
.box-Skin .box-SkinBg{position:absolute;bottom:0;left:0;width:100%;height:18px;z-index:9;background:#000;-webkit-opacity:0.4;-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;filter:alpha(opacity=40);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);}
.box-Skin .i-rightmark{position:absolute;right:0;top:0;z-index:10;}
.box-Skin .i-leftmark{position:absolute;left:-1px;top:-1px;z-index:10;}

.boxPopup{padding-left:10px;}
.PopupCont{padding:16px 20px}
#sendFilereceiverTo{width:78px;margin-right:0;margin-top:3px;}
.fileSendBoxIframe .boxIframeTitle{border-bottom:none;}
.fileSendBoxIframe .boxIframeTitle h2 span{color:#444;}
.fileSendBoxIframe .boxIframeMain{border-radius:0;}
.fileSendTitleBtn .clloseWinBtn,.fileSendTitleBtn .minWinBtn{top:-5px;}
.wTipCont .editcardPop .formLine{margin-bottom:5px;}
.editcardPop .form .formLine .label{width:50px;padding-right:0;}
.editcardPop .norTipsLine{padding-bottom:5px;}
.fileSendBoxIframe .boxIframeText_box .writeTable-txt{margin-top:1px;}
.fileSendBoxIframe .boxIframeMainFileUpListWrap .upFileBtnWrap{position:absolute;left:50%;top:50%;z-index:2;margin:-17px 0 0 -60px;width:120px;border-top:none;}

/*日历样式调整*/
#viewpage_grouplabel .bgPadding, #viewpage_subsc_act .bgPadding,#viewpage_sharelabel .bgPadding,#viewpage_labelmgr .bgPadding,
#viewpage_discovery .bgPadding,#viewpage_message .bgPadding,#viewpage_groupactivity .bgPadding,#viewpage_label .bgPadding,#viewpage_search .bgPadding{padding:0 !important;border-bottom:1px solid #dfdfe2;}
#viewpage_grouplabel .bgPadding .tabTitle, #viewpage_subsc_act .bgPadding .tabTitle,#viewpage_sharelabel .bgPadding .tabTitle,#viewpage_labelmgr .bgPadding .tabTitle,
#viewpage_discovery .bgPadding .tabTitle,#viewpage_message .bgPadding .tabTitle,#viewpage_groupactivity .bgPadding .tabTitle,#viewpage_label .bgPadding .tabTitle,
#viewpage_search .bgPadding .tabTitle{border-bottom:none;}
#viewpage_grouplabel .squareMain, #viewpage_subsc_act .squareMain,#viewpage_sharelabel .squareMain,
#viewpage_labelmgr .squareMain,#viewpage_discovery .squareMain,#viewpage_message .squareMain,#viewpage_groupactivity .squareMain,#viewpage_label .squareMain,#viewpage_search .squareMain{padding:10px 0 10px 20px;}
#viewpage_grouplabel .bgMargin, #viewpage_subsc_act .bgMargin,#viewpage_sharelabel .bgMargin,#viewpage_labelmgr .bgMargin,
#viewpage_discovery .bgMargin,#viewpage_message .bgMargin,#viewpage_groupactivity .bgMargin,#viewpage_label .bgMargin,#viewpage_search .bgMargin{margin:0 !important;}
.ad-list-div .bgPadding_left{padding:0 0 0 20px !important;}
.createTop h2{padding-left:20px;}
.MB_Content .setTag .iText{border-radius:4px 0 0 4px;}
.setTag .mailThemeBg{border-radius:0 4px 4px 0;}
.MB_Content .iText,.element_4 .iText{border-radius:4px;}
.i-checkbox-unselected{width:16px;height:16px;background-position:-392px -1269px;}
.i-checkbox-selected{width:16px;height:16px;background-position:-411px -1268px;}

/*设置及帮助下拉菜单*/
.J-dropdownHelpList .i-feedIco,
.J-dropdown .i-setIco{vertical-align:middle;margin:-12px 3px 0 -13px;*margin-top:1px;}
.J-dropdownHelpList .i-feedIco{width:12px;height:12px;background-position:-486px -1053px;}
.J-dropdown .i-setIco{width:12px;height:12px;margin-left:5px;background-position:-271px -1175px;}
.editcardPop-footST .i-v3selected,
.editcardPop-footST .i-v3select{width:13px;height:13px;margin:4px 5px 0 0;vertical-align:super;vertical-align:top;}
.boxIframeText .editcardPop-footST{padding:5px 5px 10px 10px;}
.i-v3selected{background-position:-478px -1077px}
.i-v3select{background-position:-463px -1077px}
.menuPop a:hover .i-setIco{background-position:-293px -1175px;}
.menuPop a:hover .i-feedIco{background-position:-448px -1077px;}
.menuPop li a .text-set{margin-left:20px;}
.menuPop li .text-set.text-wd{width:49px;margin-left:3px;vertical-align:text-bottom;}
.newLogoInfo_li .menuPop .textIcon{width:49px;vertical-align:text-bottom;}
.downPagenumBox{padding:10px;}
.newLogoInfo .newLogoInfo_li .menuPop a:hover{background-color:#666;}
.newLogoInfo .newLogoInfo_li .menuPop a:hover .text{color:#fff;}
.newLogoInfo .newLogoInfo_li .J-dropdownHelpList li a{text-align:center;}
.boxIframe .boxIframeTitle .DL_TitleBar-borderB{border-bottom:1px solid #d8d8d8;}

/*首页提示返回旧版*/
.goOldVersionTop{position:absolute;top:34px;left:150px;z-index:9001;width:510px;height:37px;background:url(../../images/global/goOldGuide.png) no-repeat left bottom;_background:url(../../images/global/goOldGuide-ie6.png) no-repeat left bottom;}
.goOldVersionTop .txt{color:#fff;padding-left:100px;display:none;}
.goOldVersion{width:510px;height:76px;background:url(../../images/global/goOld.png) no-repeat left bottom;position:fixed;left:182px;top:0;}
.goOldVersion .txt{color:#fff;padding-left:100px;}
.goLookNewVersion{width:267px;height:25px;line-height:25px;text-align:center;border:1px solid #f6dfad;border-radius:3px;background-color:#f9f5db;position:fixed;z-index:999;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop));}
.goLookNewVersion .txt{color:#e66e40;}
.goLookNewVersion .goLookBtn{color:#1a75ca;}

/*新手引导弹窗 New wxy*/
.revision-box1{width:331px;height:317px;background-image:url(../../images/temp/share.png);background-repeat:no-repeat;position:absolute;z-index:9999;}
.revision-box1-content{margin:184px 0 0 100px;width:205px;text-align:center;}
.revision-box1-content .T,.revision-box2-content .T,.revision-box3-content .T,.revision-box4-content .T{font-size:18px;font-weight:normal;color:#fff;font-family:Microsoft YaHei;}
.revision-box1-content .C,.revision-box2-content .C,.revision-box3-content .C,.revision-box4-content .C{font-size:12px;font-weight:normal;color:#f9fcfc;font-family:Microsoft YaHei;}
.revision-box1-content .know-btn,.revision-box2-content .know-btn,.revision-box3-content .know-btn,.revision-box4-content .know-btn{width:103px;height:26px;line-height:26px;border-radius:16px;display:inline-block;*display:inline;*zoom:1;background-color:#ffe63b;color:#1c5aa5;font-weight:bold;font-size:14px;font-family:SimSun;}
.revision-box1-writeFeel{float:right;margin:16px 8px 0 0;font-family:"SimSun";}
.revision-box1-writeFeel .write,.revision-box2-writeFeel .write,.revision-box3-writeFeel .write,.revision-box4-writeFeel .write{color:#c1deff;font-size:12px;}
.revision-box1-close,
.revision-box2-close,
.revision-box3-close,
.revision-box4-close{position:absolute;width:23px;height:23px;background-position:-346px -1565px;}
.revision-box1-close:hover,
.revision-box2-close:hover,
.revision-box3-close:hover,
.revision-box4-close:hover{background-position:-375px -1564px;}
.revision-box1-close{top:20px;right:7px;}
.revision-box2{width:262px;height:354px;background-image:url(../../images/temp/view.png);background-repeat:no-repeat;position:absolute;z-index:9999;}
.revision-box2-content{margin:223px 0 0 25px;width:205px;text-align:center;}
.revision-box2-writeFeel{float:right;margin:19px 15px 0 0;font-family:"SimSun";}
.revision-box2-close{top:60px;right:9px;}
.revision-box3{width:277px;height:355px;background-image:url(../../images/temp/calender.png);background-repeat:no-repeat;position:absolute;z-index:9999;}
.revision-box3-content{margin:223px 0 0 25px;width:205px;text-align:center;}
.revision-box3-writeFeel{float:right;margin:19px 30px 0 0;font-family:"SimSun";}
.revision-box3-close{top:60px;right:24px;}
.revision-box4{width:256px;height:355px;background-image:url(../../images/temp/edit.png);background-repeat:no-repeat;position:absolute;z-index:9999;}
.revision-box4-content{margin:223px 0 0 25px;width:205px;text-align:center;}
.revision-box4-writeFeel{float:right;margin:19px 10px 0 0;font-family:"SimSun";}
.revision-box4-close{top:59px;right:7px;}

/*会话模式*/
.tips-text-conversation .writeTable-txt-on,.tips-text-conversation .ztinput,.tips-text-conversation .writeTable-txt{border:none !important;}
.tips-text-conversation .cov-write-tab td{border-bottom:1px solid #e6e6e6}
.tips-text-conversation td{font-size:14px;}
.session-head .session-title .i-chooseMo{margin-top: -4px;}
#covMailSummaryList{padding-left: 10px !important;}
.tips-text-conversation .c-w-textitle .ztinput{font-weight: bold;height: 20px;line-height: 20px;}
.tips-text-conversation .c-w-textitle .texttitle{border: none;}
.td4-conversation .i_tx_ng {background: none;}
.td4-conversation .i_tx_ng:hover{transform: rotate(0);-webkit-transform: rotate(0);}
.td4-conversation .i_tx_ng .i_tagfor_tt:hover{transform: rotate(0);-webkit-transform: rotate(0);}
#replybox.c-w-cloase{top:3px;}
#covMailSummaryList .i-email-t .on{display: inline-block;width: 22px;height: 22px;vertical-align: middle;background: url(../../images/global/global_v3_24.png?v=2OTR2jIHVlCWTtV7M6YBTg%3D%3D) no-repeat 0 0;_background: url(../../images/global/global_v3.png?v=jY3m%2BVwLtlgD4qAWLiyN2Q%3D%3D) no-repeat 0 0;background-position: -232px -1603px;overflow: hidden;}
#covMailSummaryList .i-email-t .on1{display: inline-block;width: 22px;height: 22px;vertical-align: middle;background: url(../../images/global/global_v3_24.png?v=2OTR2jIHVlCWTtV7M6YBTg%3D%3D) no-repeat 0 0;_background: url(../../images/global/global_v3.png?v=jY3m%2BVwLtlgD4qAWLiyN2Q%3D%3D) no-repeat 0 0;background-position: -117px -1603px;overflow: hidden;}
.session-head  .covv-tdr .i_m_n{visibility:hidden;}
.three-column-mode .removalBg .covv-tab-warp table.covv-tab.innerboxshadow{margin-left: 0px;}  
.covv-details-warp .covv-more{margin-left: 0;}
.innerboxshadow .covv-mintitle .hTitle .adjunct a{margin-right: 0;}
.adjunct .i-email-t .i_tagfor_del{margin-left: 3px;}
.three-column-mode .i-chooseMo{display:none;}
.covv-tab-warp .covv-tab .td4 a{margin-right: 0;}  
.covv-tab-warp .covv-tab .td4-conversation{width: 128px;padding-right: 10px}

/*新旧版提示*/
.goNewMail-btn{width:90px;height:23px;line-height:23px;background-color:#ffc307;border-radius:5px;border:1px solid #e9a000;text-align:center;background:-ms-linear-gradient(#ffd83d 0%,#ffcb1b 50%,#ffc204 100%);background:-moz-linear-gradient(#ffd83d 0%,#ffcb1b 50%,#ffc204 100%);background:-webkit-linear-gradient(#ffd83d 0%,#ffcb1b 50%,#ffc204 100%);background:linear-gradient(#ffd83d 0%,#ffcb1b 50%,#ffc204 100%);position:absolute;z-index:999;}
.goNewMail-btn .cont{color:#a33300;font-size:12px;font-family:Microsoft YaHei;}
.backMail-tips{width:270px;height:127px;background:url(../../images/global/V3/back_index_tips.png) no-repeat;position:absolute;z-index:999;}
.backMail-tips .close{width:25px;height:22px;position:absolute;top:17px;right:15px;text-indent:-9999px;}
.backMail-tips .close:hover{background:url(../../images/global/V3/closed-hover.png) no-repeat -1px 2px;_background:url(../../images/global/V3/closed-hover-ie.png) no-repeat -1px 2px;}

.i-radioIcon{width:12px;height:12px;margin:-2px 5px 0 0;background-position:-461px -1251px;}
.i-radioedIcon{width:12px;height:12px;margin:-2px 5px 0 0;background-position:-476px -1251px;}
.perdivsets p input{display:inline-block;width:0;height:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.wTipCont .perdivsets p{padding-left:0;}
.wTipCont .perdivsets p input{padding-right:0;}

/*设置页引导气泡*/
.window-setBox{position:absolute;z-index:5001;width:287px;height:288px;background:url(../../images/global/window-set.png) no-repeat;_background:url(../../images/global/window-set-ie.png) no-repeat;}
.window-setBox .closeBtn{position:absolute;top:58px;right:17px;display:block;width:30px;height:30px;text-indent:-9999px;}
.window-setBox .windowBtn{position:absolute;left:94px;bottom:39px;display:block;width:94px;height:31px;text-indent:-9999px;}
.window-setBoxRule{position:absolute;z-index:5001;width:305px;height:258px;background:url(../../images/global/window-safe.png) no-repeat;_background:url(../../images/global/window-safe-ie.png) no-repeat;}
.window-setBoxRule .closeBtn{position:absolute;top:28px;right:17px;display:block;width:30px;height:30px;text-indent:-9999px;}
.window-setBoxRule .windowBtn{position:absolute;left:113px;bottom:39px;display:block;width:93px;height:31px;text-indent:-9999px;}

/*上传附件*/
.floatLoadDiv{position:relative;left:164px;z-index:1;width:188px;height:35px;padding:0px;margin-top:-228px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";overflow:hidden;}
.delmailTipsBtntext{font-size:14px;}
.tips-uploadllist{padding:15px 7px;width:360px;height:36px;font-size:14px;}
#addFolderRenameTips .tips-upload-close{position:absolute;right:5px;top:5px;width:10px;height:9px;padding:0;margin:0;}
.tips-uploadllist p{text-align:left;padding-left:22px;position:relative;line-height:14px;}
.tips-uploadllist .i-tipsRemind-min{position:absolute;left:0;top:-1px;}
.tips-uploadllist-f{padding-bottom:8px;}
.delmailTipsBtntext .i-checkbox-unselected{width:14px;height:14px;margin-right:3px;margin-left:3px;background-position:-337px -1288px;}

/*首页引导轮播图*/
.slide-main{width:590px;height:330px;position:fixed;top:50%;left:50%;background-color:#3072a0;border-radius:5px;overflow:hidden;_position:absolute;_bottom:auto;_top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);margin-left:-296.5px;margin-top:-166.5px;z-index:9901;}
.slide-main .prev,.slide-main .nextR{width:28px;height:28px;position:absolute;background:url(about:blank);}
.slide-main .prev{left:7px;top:150px;}
.slide-main .nextR{right:9px;top:150px;}
.slide-box{width:9999px;position:absolute;top:0;left:0;}
.slide-box .slide{float:left;position:relative;}
.slide-main .slide-close{width:16px;height:16px;position:absolute;top:10px;right:10px;background:url(../../images/global/V3/slide-close.png) no-repeat;_background:url(../../images/global/V3/slide-close-ie6.png) no-repeat;}
.slideTxt{width:235px;position:absolute;left:45px;top:118px;}
.slideTxt .slideTxt-titH{font-size:18px;color:#fff;}
.slideTxt .slideTxt-tit{font-size:18px;color:#fff;}
.slideTxt .slideTxt-ct{font-size:12px;color:#fffab0;margin-top:10px;}
.learn-btn{margin:63px 0 0 0;}
.learn-btn .contB{padding:6px 16px;color:#fff;font-size:14px;font-family:Microsoft YaHei;border-radius:6px;text-align:center;border:1px solid #3d89c1;background-color:#265e90;background:-ms-linear-gradient(#255d90 0,#1a4b7d 100%) ;background:-moz-linear-gradient(#255d90 0,#1a4b7d 100%);background:-webkit-linear-gradient(#255d90 0,#1a4b7d 100%);background:linear-gradient(#255d90 0,#1a4b7d 100%);}
.learn-btn .contB:hover{background-color:#1a4b7d;background:-ms-linear-gradient(#1f5586 0,#15416d 100%);background:-moz-linear-gradient(#1f5586 0,#15416d 100%);background:-webkit-linear-gradient(#1f5586 0,#15416d 100%);background:linear-gradient(#1f5586 0,#15416d 100%);}
.slideTxt-cPro{margin-top:62px;}
.slideSelBox{width:12px;height:12px;margin-top:4px;margin-right:5px;}
.slideSelBox i{display:inline-block;*display:inline;width:12px;height:12px;vertical-align:top;cursor:pointer;*zoom:1;}
.i_sel_un{background:url(../../images/global/V3/sel.png) no-repeat 0 0;}
.i_sel_ok{background:url(../../images/global/V3/sel_ed.png) no-repeat 0 0;}
.slideTxt-cTxt,.slideTxt-cTxt a{font-size:12px;color:#fff;}
.slideTxt-cTxt a{color:#fffab0;text-decoration:underline;}
.cTxt-Pro{width:216px;margin-top:3px;color:#ff5907;}

/*首页服务条款*/
.slide-mainSeaver{width:595px;height:333px;position:fixed;top:50%;left:50%;border-radius:10px;overflow:hidden;_position:absolute;_bottom:auto;_top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);margin-left:-296.5px;margin-top:-166.5px;z-index:9901;}
.slide-term{width:515px;height:218px;padding:5px 12px;position:absolute;top:50px;left:29px;background-color:#fffcf5;overflow:auto;color:#444;border-radius:4px;}
.slide-term .term{height:32px;line-height:32px;border-bottom:1px dotted #999;text-align:center;font-size:12px;}
.slide-term .tit{margin-top:5px;}
.slide-term .cont{text-indent:24px;}
.termBtn{padding:6px 27px;color:#fff;font-size:14px;font-family:Microsoft YaHei;text-align:center;position:absolute;left:205px;bottom:10px;border-radius:5px;border:1px solid #3d89c1;background-color:#265e90;background:-ms-linear-gradient(#255d90 0,#1a4b7d 100%);background:-moz-linear-gradient(#255d90 0,#1a4b7d 100%);background:-webkit-linear-gradient(#255d90 0,#1a4b7d 100%);background:linear-gradient(#255d90 0,#1a4b7d 100%);}
.termBtn:hover{color:#fff;background-color:#1a4b7d;background:-ms-linear-gradient(#1f5586 0,#15416d 100%);background:-moz-linear-gradient(#1f5586 0,#15416d 100%);background:-webkit-linear-gradient(#1f5586 0,#15416d 100%);background:linear-gradient(#1f5586 0,#15416d 100%);}

/*邮箱账户卡片*/
.mailaccountcard .dividingline{width:1px;line-height:18px;margin:0 10px;color:#c3d1e9;font-family:'Arial';}
.mailaccountcard .con{padding:8px 14px 0;font-size:12px;}
.mailaccountcard .con .portrait{float:left;display:inline;width:80px;}
.mailaccountcard .con .portrait .image{position:relative;display:block;width:80px;height:80px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.mailaccountcard .con .portrait .mask-layer{position:absolute;left:0;top:0;z-index:8;width:80px;height:80px;background-color:#000;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-webkit-opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}
.mailaccountcard .con .portrait a{position:absolute;top:0;left:0;z-index:10;display:block;width:80px;height:80px;line-height:80px;color:#fff;font-size:14px;text-align:center;}
.mailaccountcard .con .infos{min-height:94px;height:auto !important;height:94px;line-height:20px;margin:-4px 0 8px 94px;zoom:1;}
.mailaccountcard .con .infohead{height:25px;line-height:20px;font-weight:bold;white-space:nowrap;_white-space:normal;text-overflow:ellipsis;overflow:hidden;}
.mailaccountcard .con .infolist{height:20px;line-height:20px;color:#666;white-space:nowrap;_white-space:normal;text-overflow:ellipsis;overflow:hidden;cursor:pointer;}
.mailaccountcard .con .infolist .correct{display:none;margin-left:5px;font-family:'Verdana';}
.mailaccountcard .con .infolist.selected{color:#008e11;}
.mailaccountcard .con .infolist.selected .correct{display:inline;}
.mailaccountcard .con .infobtns{height:20px;line-height:20px;margin-top:3px;overflow:hidden;}
.mailaccountcard .btm{height:54px;padding:2px 14px 0;color:#888;font-size:12px;border-top:#e4e4e4 solid 1px;}
.mailaccountcard .btm i{margin:0 5px 0 0;vertical-align:top;}
.mailaccountcard .btm p{height:18px;line-height:18px;padding-top:8px;}


