﻿@charset "utf-8";
/* CSS Document */

/* define */
*, html, body, div, span, applet, object, iframe, button, select, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baselinebaseline;
  font-family: inherit;
  font-style: inherit;
  font-size:100%;
  outline:0;
  padding:0;
  margin:0;
  border:0;
  list-style-type:none;
  font-size:12px;
}
input, select { font-size:12px;}
h1, h2, h3, h4, h5, h6 { font-size:12px;}
body {
  margin:0;
  background:#fff;
  color:#333;
}
a {
  color:#0C7BCD;
  cursor:pointer;
  text-decoration:none;
}
a:hover { 
  text-decoration:none;
  color:#555;
}
.clear{ clear:both;}

/*== 页面框架 ==*/
.content{
  width:950px;
  margin:0 auto;
  padding:0 0 10px 0;
}
.line{
  width:910px;
  height:10px;
  margin-bottom:10px;
  border-bottom:1px #ccc dotted;
  float:left;
}
.main_body{
  width:910px;
  padding:10px 20px 5px 20px;
  background:url(main_body.gif) repeat-y;
}
.main_bottom{
  width:950px;
  height:6px;
  background:url(main_bottom.gif) no-repeat;
  float:left;
}

/*== 手机软件下载 及 焦点图切换 ==*/
.download{
  width:100%;
  margin:10px 0 0 0;
}
.download_iframe{
  width:950px;
  background:url(mobile_down_bg.gif) no-repeat;
  height:126px;
}
.download_left{
  width:275px;
  padding:48px 0 0 0;
  float:left;
}
.download_left_button{
  width:235px;
  height:47px;
  margin-left:18px;
  border:0;
  cursor:pointer;
  background:url(download_button01.gif) no-repeat;
}
.download_text{
  color:#0C7BCD;
  text-indent:25px;
  margin:5px 0 0 0;
}
.download_text span{
  font-weight:bold;
}
.download_right{
  width:650px;
  float:right;
  margin:10px 6px 0 0;
  border:1px #ccc solid;
}

/*== 国内移动数据套餐 及 业务流量资费表 ==*/
.data{
  width:100%;
  margin:10px 0 0 0;
  float:left;
}
.data h1{
  text-indent:15px;
  color:#666;
  margin:0 0 5px 0;
  font-weight:bold;
  background:url(data_text_ico.gif) no-repeat left;
}
.data span{
  color:#E30000;
}
.data_table,.data_table2{
  color:#666;
  margin: 0 auto;
  background:#afddef;
  line-height:25px;
}
.data_table{ width:100%;}
.data_table2{ width:98%;}
.data_table td,.data_table2 td {
  padding-left:5px;
  font-size:12px;
  background:#fff;
}
.data_table td{ text-align:left;}
.data_table2 td{ text-align:center;}
.data_table th,.data_table2 th {
  color:#0C7BCD;
  font-weight:bold;
  text-align:center;
  background:#def6ff;
  text-align:center;
}
.data_button{
  width:146px;
  height:23px;
  border:0;
  cursor:pointer;
  background:url(data_button.gif) no-repeat;
}

/*== 软件列表 ==*/
.software_list{
  width:100%;
  margin:10px 0 0 0!important;
  margin:2px 0 0 0;
  float:left;
}
.software_list_title{
  height:31px;
  padding:7px 0 0 160px;
  background:url(main_title_01.gif) no-repeat;
}
.software_list_main{
  width:910px;
  background:#fff;
}
.pic{
  width:85px;
  height:85px;
  border:1px #ccc solid;
  padding:1px;
  float:left;
}
.pic_hot{
  position:absolute;
  width:36px;
  height:36px;
  z-index:1;
  background:url(hot_ico.gif) no-repeat;
}
.software_list_left{
  width:500px;
  margin-left:15px;
  float:left;
}
.software_list_left h1{
  height:20px;/*24px*/
  padding:4px 0 5px 0;
  text-indent:10px;
  color:#0C7BCD;
  font-size:14px;
  font-weight:bold;
  background:url(pic_title.gif) no-repeat;
}
.software_list_left h1 a{
  font-size:14px;
  color:#0C7BCD;
}
.software_list_left h1 a:hover{
  font-size:14px;
  color:#444;
  text-decoration:underline;
}
.software_list_left h2{
  text-align:left;
  color:#666;
  line-height:20px;
  font-weight:normal;
}
.software_list_left h3{
  text-align:left;
  margin:5px 0 0 0;
}
.software_list_button1, .software_list_button4{
  width:97px;
  height:21px;
  color:#fff;
  padding:0 0 0 5px!important;
  _padding:3px 0 0 9px;
  text-align:left;
  border:0;
  cursor:pointer;
  background:url(download_button03.gif) left 0px;
}
.software_list_button4 { width:110px; background-position:0 -63px; }
.software_list_button2{
  width:71px;
  height:21px;
  margin-left:7px;
  _padding:3px 0 0 0;
  color:#fff;
  border:0;
  cursor:pointer;
  background:url(download_button03.gif) left -21px;
}
.software_list_button3{
  width:114px;
  height:21px;
  color:#fff;
  padding:0 0 0 5px!important;
  _padding:2px 0 0 9px;
  margin-left:7px;
  text-align:left;
  border:0;
  cursor:pointer;
  background:url(download_button03.gif) left -42px;
}
.software_list_right{
  width:289px;
  margin-left:15px;
  float:right;
}
.software_list_right h1{
  height:18px;/*25px*/
  color:#fff;
  padding:7px 0 0 0;
  font-weight:bold;
  text-indent:13px;
  background:url(main_title_05.gif) no-repeat;
}
.software_list_right span{
  color:#0C7BCD;
  margin-left:175px;
  font-weight:normal;
}
.software_list_right_main{
  background:#E9F6FF;
  border-width:0 1px 1px 1px;
  border-color:#C1DCF7;
  border-style:solid;
}
.software_list_right_main ul{
  padding:4px 10px;
}
.software_list_right_main li{
  color:#666;
  line-height:20px;
  text-indent:12px;
  background:url(software_ico.gif) no-repeat left;
}

/*== 软件介绍页 ==*/
.details{
  width:100%;
  margin:10px 0 0 0;
  float:left;
}
.details_line{
  width:669px;
  height:7px;
  margin-bottom:7px;
  border-bottom:1px #ccc dotted;
  float:left;
}
.details_title{
  height:38px;
  background:url(main_title_03.gif) no-repeat;
}
.details_title h1{
  height:28px;
  text-align:right;
  padding:10px 20px 0 0!important;
  padding:0 0 0 0;
  _margin:10px 20px 0 0;
  color:#FFFFFF;
  font-weight:bold;
}
.details_title h1 a{ color:#FFF;}
.details_title h1 a:hover{ color:#FFFF00;}
.details_pic{
  width:198px;
  height:258px;
  float:left;
  background:url(details_pic_bg.gif) no-repeat;
}
.details_pic img{
  width:178px;
  height:237px;
  margin:8px 0 0 7px;
  border:1px #fff solid;
}
.details_right{
  width:669px;
  margin-left:30px;
  float:left;
}
.details_right_title{
  height:20px;/*26px*/
  color:#fff;
  padding:6px 0 0 0;
  margin:0 0 5px 0;
  font-size:14px;
  font-weight:bold;
  text-indent:10px;
  background:url(software_right_title.jpg) no-repeat;
}
.details_right_table{
  width:669px;
  margin:10px 0 0 0;
}
.details_right h1{
  color:#444;
  line-height:25px;
  font-weight:normal;
  text-align:left;
  float:left;
}
.details_right span{
  color:#0C7BCD;
  font-weight:bold;
}
.details_right_button{
  width:89px;
  height:25px;
  cursor:pointer;
  border:0;
  background:url(software_right_button.gif) no-repeat;
}
.details_right_tips{
  width:668px;
  height:28px;/*30px*/
  padding:2px 0 0 0;
  text-indent:31px;
  color:#444;
  border:1px #F3DC98 solid;
  background:url(software_right_tipe.gif) no-repeat left #FFF5C7;
  float:left;
}
.details_right_tips span{
  color:#CC0000;
  font-weight:bold;
}
.details_right_tips_button, .details_right_tips_button2{
  width:77px;
  height:22px;
  margin:1px 0 0 0;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
  background:url(software_right_tipe_button.gif) no-repeat;
}
.details_right_tips_button2 { width:157px; background-image:url(software_right_tipe_button2.gif); margin-left:10px; }
.details_button{
  width:669px;
  margin:10px 0 0 0;
  float:left;
}
.details_button1, .details_button11, .details_button111, .details_button2, .details_button22, .details_button222, .details_button3, .details_button33{
  width:141px;
  height:31px;
  margin:0 10px 0 0;
  cursor:pointer;
  font-size:14px; font-weight:bold; color:#fff;
  background:url(download_button02.gif) no-repeat 0 0;
}
.details_button11 { width:196px; background-position:0 -93px; letter-spacing:-1px; }
.details_button111 { width:236px; background-position:0 -186px; letter-spacing:-1px; }
.details_button2{ width:146px; background-position:0 -31px; }
.details_button22 { width:206px; background-position:0 -124px; letter-spacing:-1px; }
.details_button222 { width:256px; background-position:0 -217px; letter-spacing:-1px; }
.details_button3{ width:182px; background-position:0 -62px; }
.details_button33 { width:176px; background-position:0 -155px; letter-spacing:-1px; }


/*== 客户端下载流程 ==*/
.flow{
  width:100%;
  margin:10px 0 0 0!important;
  margin:2px 0 0 0;
  float:left;
}
.flow h1{
  height:22px;/*31px*/
  color:#fff;
  padding:9px 0 0 0;
  font-size:14px;
  font-weight:bold;
  text-indent:13px;
  text-align:left;
  background:url(main_title_04.gif) no-repeat;
}
.flow_body{
  text-align:center;
  background:#EEF9FF;
  border:1px #A9D1EA solid;
}
.flow_body img{
  margin:20px 0;
}

/*== 客户端功能 资费标准 新手指南 ==*/
.details_content{
  width:100%;
  margin:10px 0 0 0;
  float:left;
}
.details_content_table,.details_content_table2{
  width:100%;
  color:#666;
  margin: 0 auto;
  background:#afddef;
  line-height:27px;
}
.details_content_table,.details_content_table2{
  margin:5px 0 10px 0;
}
.details_content_table td,.details_content_table2 td{
  font-size:12px;
  background:#fff;
}
.details_content_table td{ text-align:center;}
.details_content_table2 td{ padding-left:5px;}
.details_content_table th,.details_content_table2 th{
  color:#0C7BCD;
  font-weight:bold;
  text-align:center;
  background:#def6ff;
  text-align:center;
}

.details_li{
  line-height:28px;
  text-indent:2em;
}
.details_li span{
  font-weight:bold;
}
.details_li_color{
  color:#FF0000;
}
/*== 新手指南 伸缩代码 ==*/
.accordion h3 {
  padding:8px 0 6px 0;
  margin:5px 0 0 0;
  color:#0c7bcd;
  font-size:12px;
  text-indent:2.5em;
  cursor:pointer;
  border:1px #CDCDCD dotted;
  background:url(ask_ico.gif) no-repeat left #EAF9FF;
}
.accordion h3:hover {
  color:#444;
  background-color:#EAF9FF;
}
.accordion h3.active { 
  color:#444;
  background-color:#EAF9FF;
}
.accordion ul {
  line-height:26px;
  padding:5px 20px;
  background:#fff;
  border-width:0 1px 1px 1px;
  border-color:#CDCDCD;
  border-style:dotted;
}
.accordion span{ font-weight:bold;}

/*== 软件下载 选项卡 ==*/
.i01cmenu {
  height:31px;
  padding:7px 0 0 160px;
  background:url(main_title_01.gif) no-repeat;
}
.i01cmenuon0,.i01cmenuon1,.i01cmenuon2,.i01cmenuon3,.i01cmenuon4,.i01cmenuon5,.i01cmenuon6,.i01cmenuoff {
  float:left;
  margin-right:8px;
  padding-top:8px;
  width:145px;
  height:23px;
  font-size:14px;
  color:#0C7BCD;
  cursor:pointer;
  font-weight:bold;
  text-align:center;
  background:url(main_tab.gif) no-repeat left 0px;
}
.i01cmenuoff{
  color:#fff;
  background:url(main_tab.gif) no-repeat left -31px;
}
.i01c0,.i01c1,.i01c2,.i01c3,.i01c4,.i01c5,.i01c6{
  clear:both;
}

/*== 国内移动数据套餐 及 业务流量资费表 选项卡 ==*/
.i02cmenu {
  height:31px;
  padding:7px 0 0 12px;
  background:url(main_title_02.gif) no-repeat;
}
.i02cmenuon0,.i02cmenuon1,.i02cmenuon2,.i02cmenuon3,.i02cmenuon4,.i02cmenuon5,.i02cmenuon6,.i02cmenuoff {
  float:left;
  margin-right:8px;
  padding-top:8px;
  width:145px;
  height:23px;
  font-size:14px;
  color:#0C7BCD;
  cursor:pointer;
  font-weight:bold;
  text-align:center;
  background:url(main_tab.gif) no-repeat left 0px;
}
.i02cmenuoff{
  color:#fff;
  background:url(main_tab.gif) no-repeat left -31px;
}
.i02c0,.i02c1,.i02c2,.i02c3,.i02c4,.i02c5,.i02c6{
  clear:both;
}

/*== 软件介绍页 选项卡 ==*/
.i03cmenu {
  height:31px;
  padding:7px 0 0 12px;
  background:url(main_title_02.gif) no-repeat;
}
.i03cmenuon0,.i03cmenuon1,.i03cmenuon2,.i03cmenuon3,.i03cmenuon4,.i03cmenuon5,.i03cmenuon6,.i03cmenuoff {
  float:left;
  margin-right:8px;
  padding-top:8px;
  width:145px;
  height:23px;
  font-size:14px;
  color:#0C7BCD;
  cursor:pointer;
  font-weight:bold;
  text-align:center;
  background:url(main_tab.gif) no-repeat left 0px;
}
.i03cmenuoff{
  color:#fff;
  background:url(main_tab.gif) no-repeat left -31px;
}
.i03c0,.i03c1,.i03c2,.i03c3,.i03c4,.i03c5,.i03c6{
  clear:both;
}

/*== 首页弹出的登录 ==*/
#id1 {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  display:none;
}
#pop_content {
  top:70%;
  left:35%;
  position:absolute;
  z-index:500;
  display:none;
  font-size:13px;
  line-height:24px;
  background:#E9F7FE;
  width:299px;
  border:2px solid #6FB3E6;
}
#pop_content ul {
  width:235px;
  margin:20px auto 20px auto;
  text-align:center;
}
#pop_content ul li { padding:3px 0;}
#pop_content ul input, #pop_content ul .input { 
  border:1px solid #CCCCCC; 
  color:#8c8b8b; 
  font-weight:bold; 
  width:230px; 
  padding:5px 0 5px 5px;
}
#pop_content ul .input { width:180px;}
#pop_content ul button {
  background:url(bg_btn.gif) no-repeat;
  color:#0C7BCD;
  width:71px;/*71px*/
  height:23px;/*23px*/
  margin:10px 5px 0 5px;
  height:25px;
  font-weight:bold;
  font-size:13px;
}
/* 2010-05-06 新增加 */
.details_li_text{ color:#FF6600;}
.download_yxb{
  background:url(download_yxb.gif) no-repeat left 0;
  height:24px;
  width:60px;
cursor:pointer;
}
