@charset "utf-8";

/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;outline:none;}
address,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
b,strong{font-weight:bold}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
th,td,caption{font-weight:normal;text-align:left;}
th,td{padding:3px;}
img{border:0;vertical-align:top;}
input,textarea,select{vertical-align:middle;}
/*html5*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;margin:0;padding:0;}
audio{display:none}
canvas,video{display:inline-block;*display:inline;*zoom:1}
[hidden]{display:none}
audio[controls]{display:inline-block;*display:inline;*zoom:1}
mark{background:#FF0;color:#000}

/*public*/
body{background:#eeeeee;font-size:12px;line-height:20px;color:#333;}
a{text-decoration:none;color:#1f5fa8;line-height:1.7em;display:inline-block;}
hr{border:0 none;border-top:1px solid #ddd;}
.c{clear:both;}
.header,.footer,.layout{min-width:240px;max-width:640px;margin:0 auto;background:#fff;}
/*客户端下载*/
.soft-list table{width:100%;}
.soft-list table td{border-bottom:1px solid #ddd;padding:10px 4px;}
/*font style*/
.f-red1{color:#ff0000;}
.f-red2{color:#cc0000;}
.f-orange1{color:#ff6600;}
.f-orange2{color:#ff9900;}
.f-orange3{color:#ff8737;}
.f-blue1{color:#0000ff;}
.f-blue2{color:#336699;}
.f-black{color:#000000;}
.f-gray1{color:#333333;}
.f-gray2{color:#666666;}
.f-gray3{color:#999999;}
.f-gray4{color:#cccccc;}
.f-gray5{color:#898989;}
.f-gray6{color:#7A7878;}
.f-green1{color:#5CB539;}
.f-white{color:#ffffff;}
.f-u{text-decoration:underline;}

/*float style*/
.f-l{float:left;}
.f-r{float:right;}

/*border style*/
.b1-b{border-bottom:1px solid #ddd;}

/*btn style*/
.btn{display:inline-block;border-radius:3px;min-width:55px;height:20px;text-align:center;padding:0 5px;text-decoration:none;border:0 none;vertical-align:middle;-webkit-appearance:none;}
.btn[type=submit],
.btn[type=reset]{min-width:65px;}
.btn-orange{color:#fff;background:#ffa800;}
.btn-blue{color:#fff;background:#0dc4fe;}
.btn-gray{color:#333;background:#cccccc;}
.btn-a{border:0;border:none;background:none;color:#1f5fa8;vertical-align:middle;}
.btn-a-red1{border:0;border:none;background:none;color:#ff0000;;}
.btn-link-bold{background-color: transparent;color:#0000ff;font-weight:bold;border:none;cursor:hander}
.btn-link{background-color: transparent;color:#0000ff;border:none;cursor:hander}

/*form style*/
textarea{border:1px solid #ddd;width:99%}
input[type=text],
input[type=password],
input[type=tel],
input[type=number]{border:1px solid #ddd;height:16px;line-height:16px;padding:2px;width: 150px}
input[type=radio],
input[type=checkbox]{vertical-align:-2px;}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus{border-color:#ffcc00;}
select{border:1px solid #ddd;height:22px;line-height:22px;margin:0;}

/*table style*/
table tr td{padding:3px 7px;}

.table{width:100%;border:1px #ccc solid;}
.table tr th{font-weight:bold;background:#eee;}
.table tr td,.table tr th{border:1px #ddd solid;text-align:center;}
.td-noborder table tr td,.td-noborder table tr th{border:0;text-align:left;padding:0 3px;vertical-align:top;}

/*header*/
/*top*/
.top{overflow:hidden;padding:3px 3px 6px 3px;border-top:1px solid #66c3ff;border-bottom:1px solid #66c3ff;
background:-moz-linear-gradient(top,#40b4ff,#2898e0);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#40b4ff),to(#2898e0));
background:-webkit-linear-gradient(top,#40b4ff,#2898e0);
background:-o-linear-gradient(top,#40b4ff,#2898e0);
background: -ms-linear-gradient(top,#40b4ff, #2898e0);
background: linear-gradient(top,#40b4ff, #2898e0);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#40b4ff,endColorstr=#2898e0);}
.logo{float:left;}
.logo a{width:124px;height:40px;display:block;background:url(../images/logo.png) no-repeat;}
.top .top-extra{float:right;overflow:hidden;}
.top .top-extra a{color:#fff;}
.top .client{width:80px;padding:2px 0;}
.top .client .download-client{width:80px;height:16px;line-height:16px;overflow:hidden;background:url(../images/download-icon.gif) no-repeat;text-indent:17px;display:block;}
/*breadcrumbs*/
.header-breadcrumbs{height:26px;line-height:26px;color:#fff;padding:0 10px;
background:-moz-linear-gradient(top,#30aefb,#279de5);/*Mozilla*/
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#30aefb),to(#279de5));/*Old gradient for webkit*/
background:-webkit-linear-gradient(top,#30aefb,#279de5);/*new gradient for Webkit*/
background:-o-linear-gradient(top,#30aefb,#279de5); /*Opera11*/
background: -ms-linear-gradient(top,#30aefb, #279de5);/*For IE10*/
background: linear-gradient(top,#30aefb, #279de5); /*CSS3*/
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#30aefb,endColorstr=#279de5);
}
.header-breadcrumbs a{color:#fff;}

/*footer*/
/*footer-nav*/
.footer-nav{padding:5px 0;background:#36aaf4;border-top:1px solid #3188AD;text-align:center;}
.footer-nav,.footer-nav a{color:#fff;}
.footer-nav li{display:inline-block;padding:0 5px;}
/*footer-nav*/
.footer-link{padding:5px 10px;color:#bedffd;}
.footer-link a{margin:0 5px;}
/*footer-copyright*/
.footer-copyright{padding:5px 10px;text-align:center;background:#ddd;border-top:1px solid #ccc;}

/*积分兑换tab页面套餐类分组*/
.box .x_cxyh {
    background: none repeat scroll 0 0 #B8DFFC;
    border-bottom: 1px solid #98CCFB;
    clear: both;
    color: #333333;
    height: 23px;
    padding-top: 7px;
    text-align: center;
}
/*短信包月套餐业务说明*/
.x_f_skin_food2 p.org_bg {
    background: none repeat scroll 0 0 #FFFFCC;
    border: 1px solid #FFCC00;
    color: #FF6600;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 5px;
    line-height: 24px;
}
/**4G自选套餐**/
.box-head .fourG_tit{font:14px "宋体";color:#575757;}
.sp_btn{padding:1px 10px;}
.package_pinkBac{background:url("../images/4g_choicePinkBac.png") no-repeat;width:77px;height:36px;font:16px/30px "宋体";text-align:center;}
.pink_nearByText{display:block;height:36px;line-height:40px;padding-left:10px;}
.packageInfo_sortList{margin:0px 0px 0px -4px;}
.fourG_sortListIcon{margin:10px 0px 8px;}
.packageInfo_sortList td{height:28px;padding:0px;}
.radioTd{width:34px;text-align:center;}
.packageInfo_sortList table tr:first-child td{padding-top:3px;}
.packageInfo_sortList table tr:last-child td{padding-bottom:3px;}
.packageInfo_sortList .sp_navBar{color:#6A6A6A;background:#ECECEC;}
.fourG_iconTd{width:130px;text-align:left;}
.flowInfo_textWrap{border-right:2px solid #fff;}
.flowInfo_text,.foruG_priceP{width:55px;display:block;padding-right:29px;text-align:right;font:16px "Arial";}
.foruG_priceP{padding-right:4px;color:#585858;font:12px "宋体";}
.fourG_listBottom_msg{text-align:right;padding-right:2px;height:33px;line-height:33px;}
#phonetics_sortList .flowInfo_text{color:#0084CF;padding-right:5px;width:76px;}
#mail_sortList .flowInfo_text{color:#E74473;padding-right:8px;width:68px;}
#mail_sortList .flowInfo_textWrap{border-right:1px solid #fff;}
.sp_navBar_pinkText{color:#E83A7A;padding-left:6px;font-size:14px;}
/*main*/
/*box style*/
.box{background:#f3faff;}
.box-ad a{display:inline;}
.box-head{height:26px;line-height:26px;overflow:hidden;text-align:center;color:#21577a;padding:0 10px;
background:-moz-linear-gradient(top,#daf1ff,#9bd2f4);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#daf1ff),to(#9bd2f4));
background:-webkit-linear-gradient(top,#daf1ff,#9bd2f4);
background:-o-linear-gradient(top,#daf1ff,#9bd2f4);
background: -ms-linear-gradient(top,#daf1ff, #9bd2f4);
background: linear-gradient(top,#daf1ff, #9bd2f4);
}
.box-subTitle{height:23px;line-height:23px;overflow:hidden;text-align:center;padding:0 10px;background:#e5e5e5;}
.box-body{padding:5px 10px;}
.box-body p{padding-top:2px;padding-bottom:2px;word-break:break-all;word-wrap:break-word; }

/***********公用的模块***********/
/*微博分享*/
.share-weibo{padding-top:10px;}
.share-weibo h3{font-size:12px;padding-bottom:5px;}
.share-weibo .weibo-item{margin-right:10px;}

/*猜你喜欢*/
.you-like{color:#bedffd;}
.you-like a{margin:0 5px;}

/*选项卡*/
.cut{width:100%;border-collapse:collapse;border-top:2px solid #3af;}
.cut td{text-align:center;height:24px;vertical-align:middle;border:1px solid #d5dce0;background:#cceaff;padding:3px;}
.cut .selected{background:#f3faff;border-left:1px solid #f3faff;border-bottom:1px solid #f3faff;font-weight:bold;}
.cut td input{border:0;border:none;background:none;}

/*分类菜单*/
.menu{padding-top:5px;overflow:hidden;}
.menu li{margin-bottom:8px;float:left;margin-right:7px;}
.menu li a,.menu li input{display:block;min-width:56px;text-align:center;height:22px;line-height:22px;padding:0 4px;border-radius:6px;color:#666;
background:#e9e9e9;border:1px solid #ddd;
background:-moz-linear-gradient(top,#f5f5f5,#e9e9e9);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f5f5f5),to(#e9e9e9));
background:-webkit-linear-gradient(top,#f5f5f5,#e9e9e9);
background:-o-linear-gradient(top,#f5f5f5,#e9e9e9);
background: -ms-linear-gradient(top,#f5f5f5, #e9e9e9);
background: linear-gradient(top,#f5f5f5, #e9e9e9);}
.menu li .selected{background:#f90;color:#fff;font-weight:bold;border-color:#f29100;}
.menu li .btn{display:inline-block;border-radius:3px;min-width:55px;height:20px;text-align:center;padding:0 5px;text-decoration:none;border:0 none;vertical-align:middle;}
.menu li .btn-orange{color:#fff;background:#ffa800;}
.menu li .btn-blue{color:#fff;background:#0dc4fe;}
.menu li .btn-gray{color:#333;background:#cccccc;}
.menu li .btn-a{border:0;border:none;background:none;color:#1f5fa8;}
.menu li .btn-a-red1{border:0;border:none;background:none;color:#ff0000;}
.menu li .btn-link-bold{background-color: transparent;color:#0000ff;font-weight:bold;border:none;cursor:hander}
.menu li .btn-link{background-color: transparent;color:#0000ff;border:none;cursor:hander}


/*提示信息*/
.notice{border-top:1px solid #6699cc;border-bottom:1px solid #6699cc;padding:5px;color:#336699;background:#ddeeff;}
.alarm{border:1px solid #ff9900;padding:5px;color:#ff6600;background:#ffffcc;}
.warning{border:1px solid #ff0000;padding:5px;color:#ff0000;background:#ffff99;}

/*页头登录模块*/
.login{padding:5px;border-bottom:1px solid #ddd;background:#e5e5e5;}
.login .btn{vertical-align:top;}
.nav{overflow:hidden;color:#fff;padding:3px 10px;
background:-moz-linear-gradient(top,#30aefb,#279de5);/*Mozilla*/
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#30aefb),to(#279de5));/*Old gradient for webkit*/
background:-webkit-linear-gradient(top,#30aefb,#279de5);/*new gradient for Webkit*/
background:-o-linear-gradient(top,#30aefb,#279de5); /*Opera11*/
background: -ms-linear-gradient(top,#30aefb, #279de5);/*For IE10*/
background: linear-gradient(top,#30aefb, #279de5); /*CSS3*/}
.nav ul{line-height:20px;}
.nav li{display:inline-block;margin-right:15px;}
.nav li a{color:#fff;}
.box-head a{line-height:26px;}
.box-subTitle a{line-height:23px;}
.user-infro{padding:5px 0;background:#f1f1f1;border-bottom:1px solid #ddd}
.user-infro table{color:#336699;}
.user-infro table td{padding:3px 2px;vertical-align:top;}
.logined .btn-a{vertical-align:0;font-family:Verdana,Tahoma;}
/*翻页*/
.pages{overflow:hidden;}
.pages{max-widht:320px;min-width:240px;overflow:hidden;}
.pages form{display:inline-block;}

/*流量专区*/
.bg-green{border:1px solid #6699cc;padding:5px;color:#336699;background:#ddeeff;}
.area{border:1px solid #6699cc;background:#fff;padding:10px;margin:3px 0;}
.area table{width:100%;height:130px;}
.area table td{text-align:center;padding:0;}
.area table td span{display:block;background:#6C0;border:1px solid #060;width:20px;margin:auto;border-bottom:0;}
.area table .area-mouth{height:18px;}
.area table .area-mouth td{font-weight:bold;color:#666;border-top:1px solid #ccc;}
.progress{}
.progress p{overflow:hidden;}
.progress .progress-bar{height:18px;border:1px solid #ddd;background:#fff;margin-right:40px;display:block;}
.progress .progress-bar em{height:18px;display:block;}
.progress .progress-num{float:right;width:30px;display:block;text-align:center;}
.progress .progress-legend span{display:inline-block;vertical-align:middle;}
.progress .progress-legend .progress-legend-pic{height:10px;width:10px;border:1px solid #ddd;}
.progress .green{background:-moz-linear-gradient(top,#00ff00,#00cc00);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#00ff00),to(#00cc00));
background:-webkit-linear-gradient(top,#00ff00,#00cc00);
background:-o-linear-gradient(top,#00ff00,#00cc00);
background: -ms-linear-gradient(top,#00ff00, #00cc00);
background: linear-gradient(top,#00ff00, #00cc00);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#00ff00,endColorstr=#00cc00);
}
.progress .red{background:-moz-linear-gradient(top,#ff0000,#cc0000);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#ff0000),to(#cc0000));
background:-webkit-linear-gradient(top,#ff0000,#cc0000);
background:-o-linear-gradient(top,#ff0000,#cc0000);
background: -ms-linear-gradient(top,#ff0000, #cc0000);
background: linear-gradient(top,#ff0000, #cc0000);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#ff0000,endColorstr=#cc0000);
}
.progress .white{background:#fff;}
.icon-link{display:block;padding-top:5px;}
/*404页面专区*/

.not-find-404{text-align:center;background:url(../images/cry404.png) no-repeat center 10px;padding-top:120px;line-height:1.5;}
.not-find-404 h3{font-size:15px;font-family:'微软雅黑', Verdana, sans-serif;color:#ff6501;}
.not-find-404 p{min-width:240px;max-width:422px;margin:0 auto;text-align:left;color:#666;font-size:12px;padding:20px 10px;}
.not-find-404 .to-index{display:inline-block;width:110px;height:28px;line-height:28px;text-align:center;text-decoration:none;border:0 none;vertical-align:middle;cursor:pointer;font-family:"Microsoft YaHei",Tahoma,Verdana,Arial;font-size:14px;color:#fff;background:#ffc200;border:1px solid #ffbb1a;color:#9c0101;font-weight:bold;}

/* 营销案 */
.text{height:118px;overflow-y:scroll;border:1px solid #7f9db9;padding:3px;background:#fff;}
.text p{padding:0;}

/*充值交费*/
.get-bill{min-width:60px;color:#f60;float:left;}
.agio{background:#f90;color:#fff;border-radius:12px;padding:0 5px;white-space:nowrap;float:left;margin-top:1px;height:18px;line-height:18px;display:inline;}
/*接口下载 专区---------------------------*/

.x_con{ width:240px; margin:auto}
.x_tab_le a:link{ color:#FFFFFF; text-decoration:none}
.x_tab_le a:visited{ color:#FFFFFF; text-decoration:none}
.x_tab_le table{ width:240px; margin:auto}
.x_cxyh a{ padding-right:5px;}
.x_cxyh a:link{ color:#ff8901; text-decoration:underline}
.x_cxyh a:visited{ color:#ff8901; text-decoration:underline}
.x_width100{ width:150px; padding-right:15px;}
.x_g_cxyh{ width:230px; clear:both; height:30px; padding-left:10px; background:url(images/xc_33.gif) repeat-x; color:#1b83dc; font-weight:bold; margin-bottom:10px;}
.x_g_footer2{text-align:left;padding:5px 0 5px 5px;font-size:12px; color:#bedffd}
.x_g_footer2 a:link{ color:#1f5fa8; text-decoration:none}
.x_g_footer2 a:visited{ color:#1f5fa8; text-decoration:none}
.x_g_footer3{width:240px; height:30px; text-align:center; padding:10px 0 0 0;font-size:12px; margin-bottom:5px; color:#bedffd}
.x_g_footer3 a:link{ color:#1f5fa8; text-decoration:none}
.x_g_footer3 a:visited{ color:#1f5fa8; text-decoration:none}
.x_z_tab_le a:link{ color:#F0FEFF; text-decoration:none}
.x_z_tab_le a:visited{ color:#F0FEFF; text-decoration:none}
.x_z_tab_le strong{ margin-left:15px; }
.x_z_red{ color:#f00}
.x_z_bluebg a{ color:#ff8901; border:0px; padding:5px;}
.x_z_biaoge table {border:1px #ccc solid}
.x_z_biaoge tr td{border:1px #eee solid;width:33%; text-align:center;}
.x_z_biaoge3 table {border:1px #ccc solid}
.x_z_biaoge3 tr td{border:1px #eee solid; width:33%; text-align:center;}
.x_y_tit{ width:240px;}
.x_y_cxyh{ padding-top:5px; width:235px; clear:both; height:30px; text-align:center; padding-left:5px;background:url(images/xc_33.gif) repeat-x; color:#1b83dc; font-weight:bold; }
.x_content p{ padding:5px; border-bottom:1px #CCC dotted; color:#000; line-height:24px;}
.x_content p.noborder{ border-bottom:0px;}
.x_content span{ color:#f90;}
.x_cxyh2 table{ table-layout:fixed; empty-cells:show; border-collapse:collapse;border:0;width:240px; clear:both; height:25px;color:#ff8901; text-align:center; padding-top:7px; margin-top:5px; border-bottom:3px solid #98ccfb}
.x_cxyh2 table td.xuanzhong{ background-color: #98ccfb}
.x_cxyh2 table td.xuanzhong a{color:#fff; background-color: #98ccfb}
.x_cxyh2 a{display:inline-block;  padding:5px;color:#1f5fa8; }
.x_cxyh2 a:link{color:#1f5fa8; text-decoration:none}
.x_cxyh2 a:visited{color:#1f5fa8;  text-decoration:none}
.x_content a{ color:#1f5fa8; text-decoration:none}
.x_line{ border-bottom:#CCC dotted 1px;}
.s{ color:#999}
.x_content p.gref{ color:#999}
.pt{ padding-top:5px}
.x_z_tab_le{color:#FFFFFF; background:url(images/nav_bg.gif) repeat-x;height:30px; line-height:20px; padding-top:5px; padding-left:10px;}
.x_cxyh{ clear:both; height:25px;background:url(images/head_bg.gif) repeat-x #98ccfb;color:#333;text-align:center; padding-top:7px;}
.m5{ margin:5px;}
.head2 {	background:url(images/logo.png) no-repeat;height: 42px;font-size:12px;line-height:20px;position: relative;}
.desk2 a:link{text-decoration:none; color:#1f5fa8}
.desk2 a:visited{text-decoration:none; color:#1f5fa8}
.head2 p{ display:block}
.desk2{padding:0 0 0 16px;height:18px; background:url(images/down.gif) 0 1px no-repeat; width:50px;}
.pos_right2{right:0; position:absolute; margin-top:3px;}
.x_z_tab_le p a.last_nav{ color:#feffc6}
.dis{ display:inline-block}
.x_tab_le{ font-size:12px; color:#FFFFFF; background-color:#1aaeff; margin:auto; text-align:center; font-size:12px}
.x_download a.btnna{display:block; height:20px;}
.x_download{background: none repeat scroll 0 0 #F8F8F8; line-height:22px; padding-bottom:5px;}
.x_download table{ width:100%; text-align:center;}
.x_download table tr td{text-align:center;}
.x_download a{text-decoration:none; color:#1f5fa8}
/*2012-10-11切换样式修改*/
.tbStyle1{border:1px dotted #cccccc;background:#eeffff;border-collapse:collapse;}
.tbStyle1 td{border:1px dotted #cccccc;}
.tbStyle1 td.selected{background:#eeeeee;color:#333333;font-weight:bold;}
.tbStyle1 a{color:#336699;text-decoration:none;}

/*以上部分是现网页面中的样式（我删了本页面未用到的样式。）*/

/*2012-10-18 软件下载列表*/
.software-class table{width:100%;}
.software-class td{text-align:center;white-space:nowrap;}
.software-list table{width:100%;}
.software-list td{text-align:left;color:#666666;padding:5px;border-bottom:1px dotted #cccccc;}
.software-list .software-name{font-weight:bold;color:#336699;text-decoration:none;}
.software-list .software-stars{color:#FC0;}
.software-list .btn-download{background:#f90;border:1px solid #f60;display:inline-block;color:#FFF;text-decoration:none;padding:0 5px;}
.software-page{text-align:center;line-height:30px;color:#333333;}
.software-page a{margin:0 5px;color:#6699cc;}
.software-page .selected{color:red;font-weight:bold;}

.x_y_search{ background-color:#fff; width:240px; clear:both; margin:5px 0 5px 0;color:#FFFFFF}
.x_y_search a{ border:1px #f5f5f5 solid; background-color:#38bbff; color:#fff; padding:4px; text-decoration:none}
.x_y_search input{ width:190px;margin-left:2px; color:#CCCCCC; border:1px #ccc solid; height:19px; line-height:20px;}
.x_f_skin_food2 p{line-height:24px; margin:0 10px;}
.x_f_skin_food2 a{text-decoration:none;}
.x_f_skin_food2 span{ color:#F60}
/*接口下载专区结束--------------------------------------------*/

/***********公用的模块***********/
/*微博分享*/
.share-weibo{padding-top:10px;}
.share-weibo h3{font-size:12px;padding-bottom:5px;}
.share-weibo .weibo-item{margin-right:10px;}

/*猜你喜欢*/
.you-like{color:#bedffd;}
.you-like a{margin:0 5px;}

/*选项卡*/
.cut{width:100%;border-collapse:collapse;border-top:2px solid #3af;}
.cut td{text-align:center;height:24px;vertical-align:middle;border:1px solid #d5dce0;background:#cceaff;padding:3px;}
.cut .selected{background:#f3faff;border-left:1px solid #f3faff;border-bottom:1px solid #f3faff;font-weight:bold;}
.cut td input{border:0;border:none;background:none;}

/*分类菜单*/
.menu{padding-top:5px;overflow:hidden;}
.menu li{margin-bottom:8px;float:left;margin-right:7px;}
.menu li a,.menu li input{display:block;min-width:56px;text-align:center;height:22px;line-height:22px;padding:0 4px;
}
.menu li .selected{background:#f90;color:#fff;font-weight:bold;border-color:#f29100;}

/*提示信息*/
.notice{border-top:1px solid #6699cc;border-bottom:1px solid #6699cc;padding:5px;color:#336699;background:#ddeeff;}
.alarm{border:1px solid #ff9900;padding:5px;color:#ff6600;background:#ffffcc;}
.warning{border:1px solid #ff0000;padding:5px;color:#ff0000;background:#ffff99;}

/*页头登录模块*/
.login{padding:5px;border-bottom:1px solid #ddd;background:#e5e5e5;}
.login .btn{vertical-align:top;}
.user-infro{padding:5px 0;background:#f1f1f1;border-bottom:1px solid #ddd}
.user-infro table{color:#336699;}

/*翻页*/
.pages{overflow:hidden;}
.pages button{border:none;background:none;cursor:pointer;color:#1f5fa8;}


/*充值流程*/
.process-title span{padding:6px;}
.process-title span.process-blue{color:#39f;}
.process-pic span{width:15px;height:15px;background:-webkit-linear-gradient(top,#cdcdcd,#a9adb0);background-color:#999;border-radius:10px;display:block;float:left;margin:10px 24px;}
.process-pic span.process-bgblue{background-color:#39f;background:-webkit-linear-gradient(top,#40b4ff,#2898e0);}
.process-bar{background-color:#cdcdcd;width:190px;height:5px;display:block;margin-bottom:-20px;margin-left:30px;}
.process-bar span{background-color:#39f;display:block;height:5px;}


/*用户协议*/
.agreement textarea{height:100px;line-height:22px;padding:5px 0;margin-top:10px;}
.text{border:1px solid #ddd;line-height:20px;padding:5px;margin:10px 10px 0 0px;height:76px;overflow:auto;color:#999;}