@CHARSET "UTF-8";
*html{
	background-image:url(about:blank); 
	background-attachment:fixed; 
}
body{
	background:#FFFFFF;
	position:relative;
	z-index:1;
}
ul,li{
	padding:0px;
	margin:0px;
}
/*title_bar盒子的开始*/
#title_bar_box{
	width:980px;
	height:46px;
	margin:auto;
	position:relative;
	background:#FAC16A;
	color:white;
	font-size:24px;
	text-indent:10px;
	line-height:46px;
	text-align:left;
	margin-top:8px;
	box-shadow:0px 0px 1px #AF8E61;
}
/*title_bar盒子的结束*/
/*保单盒子开始*/
#baodan_box{
	width:980px;
	height:252px;
	margin:auto;
	/*border:1px solid red;*/
	position:relative;
}
/*保单盒子结束*/
/*保单左边盒子开始*/
#left_baodan_box{
	float:left;
	width:718px;
	height:100%;
	margin-right:10px!important;
}
#left_baodan_box img{
	display:block;
}
/*
#left_baodan_box .img_bd{
	display:block;
	width:718px;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background:url(../images/baodan.jpg) no-repeat;
}*/
#left_baodan_box .tb{
	width:716px;
	height:204px;
	border:1px solid #A0A0A0;
	border-top:none!important;
	/*margin-top:49px!important;*/
}
#left_baodan_box .tb ul.lines_li{
	list-style:none;
	padding:0px 17px 10px 12px;
	font-size:14px;
	color:#333333;
}
#left_baodan_box .tb ul.lines_li li{
	height:45px;
	line-height:45px;
	width:100%;
	border-top:1px dashed #C9C9C9;
	vertical-align:top;
}
#left_baodan_box .tb ul.lines_li li.first_li{
	border-top:none!important;
}
#left_baodan_box .tb ul.lines_li li.second_li{
	border-top:1px solid #C9C9C9!important;
}
#left_baodan_box .tb .more_baodan{
	height:25px;
	line-height:25px;
	border-top:none!important;
	text-align:right;
	margin-right:30px;
}
#left_baodan_box .tb .more_baodan a{
	display:block;
	width:100%;
	height:100%;
	font-size:15px;
	font-weight:bold;
	color:#CD040A;
}
#left_baodan_box .tb ul.lines_li li.last_li a{
	float:right;
	color:#CD0303;
}
#left_baodan_box .tb ul.lines_li li ul.danyuan_li{
	list-style:none;
	width:100%;
	overflow:hidden;
	height:45px;
	line-height:45px;
}
#left_baodan_box .tb ul.lines_li li ul.danyuan_li li{
	float:left;
	height:44px;
	line-height:44px;
	text-align:center;
	border-top:none!important;
}
#left_baodan_box .tb ul.lines_li li ul.danyuan_li li.W200{
	width:200px;
}
#left_baodan_box .tb ul.lines_li li ul.danyuan_li li.W180{
	width:180px;
}
#left_baodan_box .tb ul.lines_li li ul.danyuan_li li.W150{
	width:150px;
}
/*保单左边盒子结束*/

/*保单右边盒子开始*/
#right_baodan_box{
	float:right;
	width:248px;
	height:221px;
	margin-top:31px;
	border:1px solid #A0A0A0;
}
#right_baodan_box .user{
	padding:8px 25px 45px 8px;
	height:58px;
}
#right_baodan_box .user .img_touxiang{
	display:block;
	float:left;
	width:59px;
	height:56px;
	background:url(../images/touxiang.jpg) no-repeat;
}
#right_baodan_box .user .img_right{
	float:right;
	height:58px;
	width:140px;
	margin-left:10px;
}
#right_baodan_box .user .img_right p{
	padding:14px 0px;
	color:#323232;
	font-size:14px;
}
#right_baodan_box .user .img_right span{
	font-size:12px;
	color:#808080;
}
#right_baodan_box .user .mem_level{
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#737373;
	text-align:center;
	margin-bottom:4px;
}
#right_baodan_box .user .mem_level .em{
	color:black;
}
#right_baodan_box .user .mem_level .img_level{
	display:inline-block;
	width:28px;
	height:28px;
	background:url(../images/mem_level.jpg) -4px -2px no-repeat;
}
#right_baodan_box .bx_list{
	padding:2px 25px 37px 13px;
	height:75px;
}
#right_baodan_box .bx_list ul{
	width:100%;
	height:100%;
	list-style:none;
}
#right_baodan_box .bx_list ul li{
	float:left;
	height:100%;
	width:42px;
	margin-right:40px;
	text-align:center;
	color:#323232;
}
#right_baodan_box .bx_list ul li div{
	margin-left:3px;
	height:35px;
	width:35px;
}
#right_baodan_box .bx_list ul li.last_img_li{
	margin-right:0px;
}
#right_baodan_box .bx_list ul li .img_baodan_b{
	background:url(../images/baodan_b.jpg) no-repeat;
}
#right_baodan_box .bx_list ul li .img_jifen_b{
	background:url(../images/jinfen_b.jpg) no-repeat;
}
#right_baodan_box .bx_list ul li .img_voucher_b{
	background:url(../images/voucher_b.jpg) no-repeat;
}
#right_baodan_box .bx_list ul li p{
	margin-top:7px;
	margin-bottom:10px;
}
#right_baodan_box .bx_list ul li span{
	color:#CE0402;
}
/*保单右边盒子结束*/
/*积分盒子开始*/
#jifen_box{
	width:980px;
	height:580px;
	/*height:214px;*/
	margin:auto;
	position:relative;
	margin-top:10px;
	margin-bottom:32px;
	/*border:1px solid blue;*/
}
/*左边积分盒子开始*/
#left_jifen_box{
	float:left;
	width:716px;
	height:214px;;
	margin-right:10px!important;
	border:1px solid #BFBFBF;
	border-top:none;
}
#left_jifen_box .img_jf{
	width:718px;
	height:55px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background:url(../images/jifen.jpg) no-repeat;
}
#left_jifen_box .detail_jf{
	float:left;
	padding:15px 15px 15px 14px;
	width:340px;
	border-right:1px solid #BFBFBF;
	height:130px;
	margin-top:54px!important;
	color:#333333;
	font-size:14px;
}
#left_jifen_box .detail_jf h1{
	color:#EA575D;
	padding-bottom:24px;
	font-weight:normal;
	letter-spacing:2px;
}
#left_jifen_box .detail_jf ul{
	height:70px;
	width:100%;
}
#left_jifen_box .detail_jf ul li{
	height:35px;
	overflow:hidden;
	letter-spacing:2px;
	position:relative;
}
#left_jifen_box .detail_jf ul li label{
	color:#E70014;
}
#left_jifen_box .detail_jf ul li span{
	float:right;
	display:inline-block;
	width:72px;
	height:22px;
	line-height:22px;
	background:#E50112;
	border-radius:4px;
	font-size:12px;
}
#left_jifen_box .detail_jf ul li span a{
	display:block;
	height:100%;
	width:100%;
	color:white;
	text-align:center;
}
#left_jifen_box .detail_jf p{
	height:16px;
	width:auto!important;
	padding-bottom:3px;
	border-bottom:1px solid #E50112;
	font-size:13px;
}
#left_jifen_box .voucher_right{
	float:right;
	width:320px;
	height:130px;
	border-right:none;
	overflow:hidden;
	padding:15px 10px 15px 15px;
}
#left_jifen_box .voucher_right h1{
	text-align:left;
	padding-bottom:8px;
	font-weight:normal;
	letter-spacing:2px;
}
#left_jifen_box .voucher_right ul{
	list-style:none;
	width:100%;
	height:100px;
	overflow:hidden;
}
#left_jifen_box .voucher_right ul li{
	list-style:none;
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:30px;
	overflow:hidden;
	background:url(../images/voucher.jpg) no-repeat;
}
#left_jifen_box .voucher_right ul li.f_30{
	overflow:hidden;
	margin-left:20px;
}
#left_jifen_box .voucher_right p.view_new{
	text-align:right;
}
#left_jifen_box .voucher_right p.view_new a{
	font-size:15px;
	color:#E30023;
	letter-spacing:2px;
}
/*左边积分盒子结束*/
.clearfloat{
	clear:both;
}
/*产品盒子开始*/
#pd_list_box{
	float:left;
	width:716px;
	height:130px;
	position:relative;
	border:1px solid #BFBFBF;
	border-top:none;
	margin-bottom:2px;
	margin-right:10px!important;
}
#pd_list_box ul{
	padding:20px 8px 0px 0px;
	height:86px;
	overflow:hidden;
}
#pd_list_box ul li{
	float:left;
	height:86px;
	width:176px;
	border-right:1px solid #D2D2D2;
	overflow:hidden;
}
#pd_list_box ul li.dui_last_li{
	border-right:none;
}
#pd_list_box ul li.last_li{
	border-right:none;
}
#pd_list_box ul li .img_pro{
	float:left;
	margin-left:8px;
	height:100%;
	width:47px;
}
#pd_list_box ul li .img_pro1{
	background:url(../images/img_pro1.jpg) no-repeat;
}
#pd_list_box ul li .img_pro2{
	background:url(../images/img_pro2.jpg) no-repeat;
}
#pd_list_box ul li .img_pro3{
	background:url(../images/img_pro3.jpg) no-repeat;
}
#pd_list_box ul li .img_pro4{
	background:url(../images/img_pro4.jpg) no-repeat;
}
#pd_list_box ul li .jiangpin{
	float:right;
	width:116px;
	padding:0px 2px 0px 3px;
	height:100%;
	height:86px;
	z-index:100;
}
#pd_list_box ul li .jiangpin img{
	width:110px;
	height:36px;
	margin-left:4px;
	margin-bottom:6px;
}
#pd_list_box ul li .jiangpin a{
	display:block;
	background:#FE1F20;
	width:66px;
	height:20px;
	color:white;
	line-height:20px;
	text-align:center;
	border-radius:4px;
}
#pd_list_box a.more{
	height:18px;
	line-height:18px;
	display:block;
	float:right;
	color:#FE1E1C;
	font-size:16px;
	font-weight:bold;
	padding-right:16px;
}
/*产品盒子结束*/
/*右边积分盒子开始*/
#right_jifen_box{
	float:right;
	width:248px;
	height:529px;
	margin-top:36px;
}
#right_jifen_box .tixing_box{
	width:248px;
	height:116px;
	border:1px solid #A0A0A0;
	margin-bottom:20px;
	font-size:14px;
	position:relative;
}
#right_jifen_box .tixing_box span{
	display:block;
	height:28px;
	line-height:28px;
	width:100%;
	background:#BFBFBF;
	text-indent:10px;
	font-size:18px;
	letter-spacing:2px;
	margin-bottom:10px;
}
#right_jifen_box .tixing_box .tx_text{
	padding:0px 2px 0px 5px;
	line-height:20px;
	text-indent:20px;
}
#right_jifen_box .tixing_box .tx_text label{
	color:#CC0404;
}
#right_jifen_box .tixing_box .tx_text a.view_detail{
	float:right;
	display:block;
	color:#CC0404;
	margin-right:6px;
	font-size:13px;
}
#right_jifen_box .tixing_box a.open{
	display:block;
	width:80px;
	height:25px;
	background:#CC0502;
	color:#FBF6FA;
	line-height:25px;
	border-radius:6px;
	text-align:center;
	position:absolute;
	bottom:10px;
	right:4px;
}
#right_jifen_box .tixing_box a.sms{
	width:106px;
}
/*右边积分盒子结束*/
/*积分盒子结束*/
/*我的软件盒子开始*/
#ruanjian_box{
	float:left;
	height:220px;
	width:718px;
	margin-top:3px;
	margin-right:10px!important;
}
#ruanjian_box img{
	display:block;
}
/*
#ruanjian_box .img_ruanjian{
	width:718px;
	height:55px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background:url(../images/ruanjian.jpg) no-repeat;
}*/
#ruanjian_box .tb{
	width:716px;
	height:178px;
	border:1px solid #A0A0A0;
	border-top:none!important;
}
#ruanjian_box .tb ul.ul_lines{
	list-style:none;
	padding:8px 17px 10px 12px;
	height:147px;
	font-size:14px;
	color:#333333;
}
#ruanjian_box .tb ul.ul_lines li{
	height:25px;
	line-height:25px;
	width:100%;
	margin-bottom:4px!important;
	vertical-align:top;
	white-space:nowrap;
}
#ruanjian_box .tb ul.ul_lines li .li_detail{
	list-style:none;
	width:100%;
	height:30px;
	line-height:30px;
	position:relative;
}
#ruanjian_box .tb ul.ul_lines li .li_detail span{
	float:left;
	display:block;
	height:34px;
	line-height:34px;
	text-align:center;
	vertical-align:top;
	overflow:hidden;
}
#ruanjian_box .tb ul.ul_lines li .li_detail span.W45{
	width:45px;
}
#ruanjian_box .tb ul.ul_lines li .li_detail span.W230{
	width:230px;
}
#ruanjian_box .tb ul.ul_lines li .li_detail span.W130{
	width:130px;
}
#ruanjian_box .tb ul.ul_lines li .li_detail span.W141{
	width:141px;
}
#ruanjian_box .tb ul.ul_lines li .li_detail span.red_stop{
	color:#CC0404;
}
/*我的软件盒子结束*/

/*保单详情盒子开始*/
#baodan_details_box{
	position:relative;
	width:680px;
	height:500px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-340px;
	margin-top:-250px;
	z-index:999;
	background:url(../images/baodan_detail.jpg) no-repeat;
}
#baodan_details_box .tablecell{
	height:400px;
	width:620px;
	margin:16px 30px 84px 30px;
}
#baodan_details_box .tablecell li.H35{
	height:35px;
	line-height:35px;
	vertical-align:top;
	overflow:hidden;
}
#baodan_details_box .tablecell li.third_li{
	height:330px;
}
#baodan_details_box .tablecell li span{
	float:left;
	text-align:center;
	display:inline-block;
	height:35px!important;
	line-height:35px!important;
	width:122px;
}
#baodan_details_box .tablecell li span.W92{
	width:92px;
}
#baodan_details_box .tablecell li span.W93{
	width:93px;
}
#baodan_details_box .tablecell li span.W106{
	width:106px;
}
#baodan_details_box .tablecell li span.W113{
	width:113px;
}
#baodan_details_box .tablecell li .merge{
	position:absolute;
	top:124px;
	left:30px;
	width:620px;
	height:290px;
	line-height:20px;
	text-indent:20px;
}
#baodan_details_box a.close{
	display:block;
	width:121px;
	height:35px;
	position:absolute;
	bottom:39px;
	left:281px;
	cursor:pointer;
	background:url(../images/empty.gif) no-repeat;
}
/*保单详情盒结束*/
/*驾照到期盒子开始*/
#license_end_box{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/end_license.png) no-repeat;
}
.op{
	position: absolute;
    right: 17px;
    top: 16px;
    height: 21px;
    width: 21px;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
    color:white;
    cursor: pointer;
	background:url(../images/empty.gif);
}
#license_end_box form{
	position:absolute;
	width:282px;
	height:175px;
	top:130px;
	left:100px;
}
#license_end_box form input.endtime{
	position:absolute;
	height:23px;
	line-height:23px;
	width:146px;
	top:36px;
	left:111px;
	margin:0 3px;
	border:0px;
 	cursor: pointer;
    font-size: 14px;
	background:#FFFFFF;
	text-align: left;
	font-weight:normal;
	color:#A2A0A0;
	outline:none;
}
#license_end_box form input#sub_1, #license_end_box2 form input#sub_2,#car_info_box form input#sub_3,
#break_rule_box form input#sub_4{
	width:120px;
	height:36px;
	line-height:36px;
	position:absolute;
	top:134px;
	left:90px;
	border-radius:6px;
	background:#E60012;
	color:#FBF8F8;
	border:none;
	font-size:16px;
	cursor:pointer;
}
/*驾照到期盒子结束*/

/*驾照到期时间提醒盒子2开始*/
#license_end_box2{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/end_license2.png) no-repeat!important;
}
#license_end_box2 form{
	position:absolute;
	top:135px;
	left:90px;
	width:300px;
	height:200px;
}
#license_end_box2 form input, #break_rule_box form input{
	position:absolute;
	left:112px;
	width:146px;
	padding-top:3px;
	height:18px;
	line-heigth:18px;
	top:170px;
	border:0px;
	outline:none;
}
#license_end_box2 form input.endtime2{
	top:22px;
}
#license_end_box2 form input.phone{
	top:66px;
}
#license_end_box2 form input.cdkey{
	top:111px;
	width:72px;
}
#license_end_box2 form input#sub_2{
	top:159px;
	left:101px;
}
#license_end_box2 form a.getcdkey{
	display:block;
	width:81px;
	height:20px;
	position:absolute;
	top:113px;
	left:196px;
	cursor:pointer;
	background:url(../images/empty.gif) ;
}
/*驾照到期时间提醒盒子2结束*/
/*爱车信息填写开始*/
#car_info_box{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/car_info.png) no-repeat;
}
#car_info_box form{
	position:absolute;
	width:218px;
	height:218px;
	top:116px;
	left:174px;
}
#car_info_box form select{
	position:absolute;
	top:11px;
	left:1px;
	width:82px;
	height:25px;
	line-height:25px;
	margin-right:10px;
	vertical-align:middle;
	padding-bottom:2px;
}
#car_info_box form select.city_sub{
	left:95px;
	width:108px;
}
#car_info_box form select.license_plate{
	top:56px;
	width:66px;
}
#car_info_box form input{
	position:absolute;
	left:80px;
	width:127px;
	height:19px;
	line-heigth:19px;
	top:170px;
	text-indent:4px;
	border:0px;
	outline:none;
	vertical-align:middle;
	padding-top:4px;
}
#car_info_box form input.plate_numbers{
	top:56px;
}
#car_info_box form input.all_numbers{
	top:101px;
	left:1px;
	width:188px;
	height:18px;
	line-height:18px;
}
#car_info_box form input#sub_3{
	width:120px;
	height:36px;
	line-height:36px;
	top:175px;
	left:15px;
}
/*爱车信息填写结束*/
/*爱车提醒已开通开始*/
#already_open_box{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/rem_already_open.png) no-repeat;
}
#already_open_box .iknow, #congratulation_tx_open .iknow{
	position:absolute;
	top:204px;
	left:189px;
	width:120px;
	height:36px;
	cursor:pointer;
	background:url(../images/empty.gif);
}
/*爱车提醒已开通结束*/
/*违章信息短信提醒开始*/
#break_rule_box{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/rem_break_rule.png) no-repeat;
}
#break_rule_box form{
	position:absolute;
	width:290px;
	height:204px;
	left:94px;
	top:132px;
}
#break_rule_box form input{
	left:108px;
}
#break_rule_box form input.phone{
	top:19px;
}
#break_rule_box form input.cdkey{
	top:64px;
	width:72px;
}
#break_rule_box form input#sub_4{
	top:162px;
	left:97px;
}
#break_rule_box form a.getcdkey{
	display:block;
	width:72px;
	height:20px;
	position:absolute;
	top:66px;
	left:192px;
	cursor:pointer;
	background:url(../images/empty.gif) ;
}
/*违章信息短信提醒结束*/
/*指南针证券免费领取盒子开始*/
#zq_free_get_box{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/zq_free_get.png) no-repeat;
}
#zq_free_get_box a.im_draw{
	display:block;
	position:absolute;
	width:120px;
	height:36px;
	top:224px;
	left:189px;
	cursor:pointer;
	background:url(../images/empty.gif);
}
/*指南针证券免费领取盒子结束*/
/*恭喜您免费开通软件到期提醒成功盒子开始*/
#congratulation_tx_open{
	position:relative;
	width:500px;
	height:400px;
	position:fixed;
	left:50%;
	top:60%;
	margin-left:-250px;
	margin-top:-200px;
	z-index:999;
	background:url(../images/tx_open_suc.png) no-repeat;
}
#congratulation_tx_open .iknow{
	top:253px;
}
/*恭喜您免费开通软件到期提醒成功盒子结束*/


















